Trace number 3691592

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixedUNSAT 285.201 285.251

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900565534.opb
MD5SUM0fea7c185f4d6e2091fba763db8ccbcc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.62075
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691592-1338021205.opb>
0.00/0.01	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.04	c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.00/0.04	c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.05	c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.05	c presolving (4 rounds):
0.00/0.05	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  242 implications, 22 cliques
0.00/0.05	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.00/0.05	c       1 constraints of type <knapsack>
0.00/0.05	c      22 constraints of type <setppc>
0.00/0.05	c    2420 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.1.1.4
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c limits/solutions = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.05	c separating/maxrounds = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/maxroundsroot = 5
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.05	c constraints/knapsack/disaggregation = FALSE
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/coefdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.05	c heuristics/crossover/freq = -1
0.00/0.05	c 
0.00/0.05	c # number of nodes added to the contingent of the total nodes
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05	c heuristics/crossover/nodesofs = 750
0.00/0.05	c 
0.00/0.05	c # number of nodes without incumbent change that heuristic should wait
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.05	c heuristics/crossover/nwaitingnodes = 100
0.00/0.05	c 
0.00/0.05	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.05	c # [type: real, range: [0,1], default: 0.1]
0.00/0.05	c heuristics/crossover/nodesquot = 0.15
0.00/0.05	c 
0.00/0.05	c # minimum percentage of integer variables that have to be fixed 
0.00/0.05	c # [type: real, range: [0,1], default: 0.666]
0.00/0.05	c heuristics/crossover/minfixingrate = 0.5
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/feaspump/freq = -1
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/fracdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/guideddiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/intshifting/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/linesearchdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/objpscostdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.06	c # [type: real, range: [0,1], default: 0.01]
0.00/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/oneopt/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/pscostdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/rens/freq = -1
0.00/0.06	c 
0.00/0.06	c # minimum percentage of integer variables that have to be fixable 
0.00/0.06	c # [type: real, range: [0,1], default: 0.5]
0.00/0.06	c heuristics/rens/minfixingrate = 0.3
0.00/0.06	c 
0.00/0.06	c # number of nodes added to the contingent of the total nodes
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.06	c heuristics/rens/nodesofs = 2000
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/rootsoldiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/rounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/shiftandpropagate/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/shifting/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/simplerounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/subnlp/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/trivial/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/trysol/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/undercover/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/veclendiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/zirounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c propagating/probing/maxprerounds = 0
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/cmir/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/flowcover/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/indoneopt/freq = -1
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.07	c   0.1s|     1 |     0 |    76 |     - |4259k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |    90 |     - |4758k|   0 |  39 | 231 |2764 | 231 |2450 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   106 |     - |5084k|   0 |  47 | 231 |2764 | 231 |2455 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   125 |     - |5551k|   0 |  50 | 231 |2764 | 231 |2457 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.38/0.42	c   0.4s|     1 |     0 |   139 |     - |5928k|   0 |  50 | 231 |2764 | 231 |2458 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.58	c   0.6s|     1 |     0 |   153 |     - |6361k|   0 |  51 | 231 |2764 | 231 |2460 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.77	c   0.8s|     1 |     2 |   153 |     - |6362k|   0 |  51 | 231 |2764 | 231 |2460 |  17 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
8.59/8.66	c   8.7s|   100 |    13 |  5183 |  50.8 |6509k|  15 |   - | 231 |2789 | 231 |2453 |  17 |  25 |1482 | 0.000000e+00 |      --      |    Inf 
9.89/9.93	c   9.9s|   200 |    20 |  7358 |  36.2 |6554k|  22 |   - | 231 |2835 | 231 |2453 |  17 |  73 |1707 | 0.000000e+00 |      --      |    Inf 
10.39/10.43	c  10.4s|   300 |    20 |  9051 |  29.8 |6571k|  22 |  31 | 231 |2890 | 231 |2453 |  17 | 129 |1773 | 0.000000e+00 |      --      |    Inf 
10.78/10.81	c  10.8s|   400 |    22 | 10785 |  26.6 |6594k|  22 |  36 | 231 |2939 | 231 |2453 |  17 | 178 |1814 | 0.000000e+00 |      --      |    Inf 
11.09/11.12	c  11.1s|   500 |    22 | 12280 |  24.3 |6617k|  23 |  32 | 231 |2996 | 231 |2453 |  17 | 235 |1841 | 0.000000e+00 |      --      |    Inf 
11.39/11.40	c  11.4s|   600 |    20 | 14074 |  23.2 |6631k|  23 |  36 | 231 |3051 | 231 |2453 |  17 | 290 |1855 | 0.000000e+00 |      --      |    Inf 
11.58/11.66	c  11.7s|   700 |    26 | 15835 |  22.4 |6664k|  23 |  30 | 231 |3106 | 231 |2453 |  17 | 345 |1865 | 0.000000e+00 |      --      |    Inf 
11.89/11.90	c  11.9s|   800 |    24 | 17409 |  21.6 |6685k|  23 |   - | 231 |3165 | 231 |2453 |  17 | 404 |1872 | 0.000000e+00 |      --      |    Inf 
12.09/12.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.09/12.15	c  12.2s|   900 |    28 | 19087 |  21.1 |6721k|  23 |   - | 231 |3228 | 231 |2453 |  17 | 468 |1881 | 0.000000e+00 |      --      |    Inf 
12.29/12.39	c  12.4s|  1000 |    28 | 20646 |  20.5 |6738k|  23 |   - | 231 |3284 | 231 |2453 |  17 | 526 |1886 | 0.000000e+00 |      --      |    Inf 
12.59/12.63	c  12.6s|  1100 |    26 | 22421 |  20.3 |6759k|  23 |   - | 231 |3340 | 231 |2453 |  17 | 584 |1889 | 0.000000e+00 |      --      |    Inf 
12.79/12.85	c  12.8s|  1200 |    27 | 23790 |  19.7 |6785k|  24 |   - | 231 |3408 | 231 |2453 |  17 | 652 |1895 | 0.000000e+00 |      --      |    Inf 
12.99/13.08	c  13.1s|  1300 |    28 | 25201 |  19.3 |6807k|  24 |  30 | 231 |3467 | 231 |2453 |  17 | 712 |1905 | 0.000000e+00 |      --      |    Inf 
13.28/13.36	c  13.4s|  1400 |    27 | 26773 |  19.0 |6830k|  24 |   - | 231 |3526 | 231 |2453 |  17 | 774 |1922 | 0.000000e+00 |      --      |    Inf 
13.59/13.62	c  13.6s|  1500 |    31 | 28337 |  18.8 |6858k|  24 |  37 | 231 |3587 | 231 |2453 |  17 | 835 |1935 | 0.000000e+00 |      --      |    Inf 
13.79/13.89	c  13.9s|  1600 |    32 | 29798 |  18.5 |6885k|  24 |  35 | 231 |3651 | 231 |2453 |  17 | 901 |1950 | 0.000000e+00 |      --      |    Inf 
14.08/14.17	c  14.2s|  1700 |    31 | 31623 |  18.5 |6909k|  24 |   - | 231 |3704 | 231 |2453 |  17 | 955 |1964 | 0.000000e+00 |      --      |    Inf 
14.39/14.43	c  14.4s|  1800 |    32 | 33435 |  18.5 |6933k|  24 |  36 | 231 |3777 | 231 |2453 |  17 |1028 |1976 | 0.000000e+00 |      --      |    Inf 
14.59/14.64	c  14.6s|  1900 |    33 | 34874 |  18.3 |6965k|  30 |   - | 231 |3846 | 231 |2453 |  17 |1101 |1981 | 0.000000e+00 |      --      |    Inf 
14.79/14.84	c  14.8s|  2000 |    31 | 36374 |  18.1 |6987k|  30 |   - | 231 |3905 | 231 |2453 |  17 |1161 |1984 | 0.000000e+00 |      --      |    Inf 
14.99/15.07	c  15.1s|  2100 |    30 | 38216 |  18.1 |7006k|  30 |   - | 231 |3971 | 231 |2453 |  17 |1229 |1985 | 0.000000e+00 |      --      |    Inf 
15.40/15.42	c  15.4s|  2200 |    29 | 39797 |  18.0 |7030k|  30 |  30 | 231 |4018 | 231 |2453 |  17 |1286 |2016 | 0.000000e+00 |      --      |    Inf 
15.59/15.67	c  15.7s|  2300 |    29 | 41525 |  18.0 |7051k|  30 |  22 | 231 |4073 | 231 |2453 |  17 |1346 |2022 | 0.000000e+00 |      --      |    Inf 
15.88/15.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.88/15.90	c  15.9s|  2400 |    29 | 42957 |  17.8 |7074k|  30 |   - | 231 |4094 | 231 |2453 |  17 |1404 |2028 | 0.000000e+00 |      --      |    Inf 
16.08/16.15	c  16.2s|  2500 |    29 | 44841 |  17.9 |7078k|  30 |  32 | 231 |4146 | 231 |2453 |  17 |1467 |2032 | 0.000000e+00 |      --      |    Inf 
16.28/16.38	c  16.4s|  2600 |    31 | 46524 |  17.8 |7095k|  30 |   - | 231 |4175 | 231 |2453 |  17 |1518 |2036 | 0.000000e+00 |      --      |    Inf 
16.48/16.59	c  16.6s|  2700 |    31 | 47993 |  17.7 |7107k|  30 |  33 | 231 |4222 | 231 |2453 |  17 |1578 |2037 | 0.000000e+00 |      --      |    Inf 
16.78/16.82	c  16.8s|  2800 |    35 | 49692 |  17.7 |7140k|  30 |  32 | 231 |4245 | 231 |2453 |  17 |1636 |2039 | 0.000000e+00 |      --      |    Inf 
16.99/17.06	c  17.1s|  2900 |    38 | 51498 |  17.7 |7165k|  30 |   - | 231 |4274 | 231 |2453 |  17 |1689 |2042 | 0.000000e+00 |      --      |    Inf 
17.18/17.28	c  17.3s|  3000 |    38 | 53086 |  17.7 |7183k|  30 |  40 | 231 |4316 | 231 |2453 |  17 |1749 |2043 | 0.000000e+00 |      --      |    Inf 
17.48/17.51	c  17.5s|  3100 |    42 | 54776 |  17.6 |7209k|  30 |  31 | 231 |4344 | 231 |2453 |  17 |1805 |2043 | 0.000000e+00 |      --      |    Inf 
17.68/17.74	c  17.7s|  3200 |    38 | 56531 |  17.6 |7208k|  30 |  34 | 231 |4378 | 231 |2453 |  17 |1860 |2044 | 0.000000e+00 |      --      |    Inf 
17.88/17.94	c  17.9s|  3300 |    40 | 58011 |  17.5 |7232k|  30 |  33 | 231 |4406 | 231 |2453 |  17 |1921 |2046 | 0.000000e+00 |      --      |    Inf 
18.08/18.16	c  18.2s|  3400 |    44 | 59623 |  17.5 |7260k|  30 |   - | 231 |4440 | 231 |2453 |  17 |1983 |2046 | 0.000000e+00 |      --      |    Inf 
18.29/18.37	c  18.4s|  3500 |    46 | 61173 |  17.4 |7276k|  30 |  23 | 231 |4468 | 231 |2453 |  17 |2036 |2046 | 0.000000e+00 |      --      |    Inf 
18.59/18.65	c  18.6s|  3600 |    45 | 62842 |  17.4 |7294k|  30 |  38 | 231 |4519 | 231 |2453 |  17 |2095 |2060 | 0.000000e+00 |      --      |    Inf 
18.88/18.92	c  18.9s|  3700 |    45 | 64362 |  17.4 |7317k|  30 |   - | 231 |4574 | 231 |2453 |  17 |2165 |2077 | 0.000000e+00 |      --      |    Inf 
19.08/19.16	c  19.2s|  3800 |    43 | 65671 |  17.2 |7328k|  30 |   - | 231 |4629 | 231 |2453 |  17 |2224 |2093 | 0.000000e+00 |      --      |    Inf 
19.38/19.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.38/19.42	c  19.4s|  3900 |    46 | 67173 |  17.2 |7345k|  30 |  33 | 231 |4659 | 231 |2453 |  17 |2272 |2107 | 0.000000e+00 |      --      |    Inf 
19.69/19.71	c  19.7s|  4000 |    45 | 68831 |  17.2 |7356k|  30 |  31 | 231 |4705 | 231 |2453 |  17 |2320 |2126 | 0.000000e+00 |      --      |    Inf 
19.99/20.08	c  20.1s|  4100 |    47 | 71010 |  17.3 |7374k|  30 |  34 | 231 |4747 | 231 |2453 |  17 |2371 |2149 | 0.000000e+00 |      --      |    Inf 
20.28/20.35	c  20.3s|  4200 |    49 | 72596 |  17.3 |7429k|  30 |   - | 231 |4808 | 231 |2453 |  17 |2444 |2167 | 0.000000e+00 |      --      |    Inf 
20.59/20.65	c  20.7s|  4300 |    51 | 74620 |  17.3 |7453k|  30 |   - | 231 |4844 | 231 |2453 |  17 |2501 |2183 | 0.000000e+00 |      --      |    Inf 
20.89/20.92	c  20.9s|  4400 |    53 | 76577 |  17.4 |7461k|  30 |  31 | 231 |4872 | 231 |2453 |  17 |2557 |2190 | 0.000000e+00 |      --      |    Inf 
21.08/21.16	c  21.2s|  4500 |    56 | 78548 |  17.4 |7496k|  30 |   - | 231 |4917 |   0 |   0 |  17 |2624 |2191 | 0.000000e+00 |      --      |    Inf 
21.38/21.42	c  21.4s|  4600 |    53 | 80313 |  17.4 |7502k|  30 |  41 | 231 |4967 | 231 |2453 |  17 |2691 |2198 | 0.000000e+00 |      --      |    Inf 
21.58/21.67	c  21.7s|  4700 |    53 | 82016 |  17.4 |7527k|  30 |  37 | 231 |5022 | 231 |2453 |  17 |2754 |2206 | 0.000000e+00 |      --      |    Inf 
21.89/21.92	c  21.9s|  4800 |    53 | 83851 |  17.4 |7523k|  30 |   - | 231 |5056 | 231 |2453 |  17 |2806 |2210 | 0.000000e+00 |      --      |    Inf 
22.08/22.15	c  22.2s|  4900 |    55 | 85664 |  17.5 |7547k|  30 |  14 | 231 |5112 | 231 |2453 |  17 |2875 |2211 | 0.000000e+00 |      --      |    Inf 
22.29/22.37	c  22.4s|  5000 |    56 | 87289 |  17.4 |7574k|  30 |   - | 231 |5167 | 231 |2453 |  17 |2942 |2212 | 0.000000e+00 |      --      |    Inf 
22.48/22.59	c  22.6s|  5100 |    59 | 89073 |  17.4 |7602k|  30 |   - | 231 |5223 | 231 |2453 |  17 |3008 |2212 | 0.000000e+00 |      --      |    Inf 
22.78/22.86	c  22.9s|  5200 |    57 | 91225 |  17.5 |7618k|  30 |   - | 231 |5255 | 231 |2453 |  17 |3071 |2212 | 0.000000e+00 |      --      |    Inf 
22.99/23.08	c  23.1s|  5300 |    55 | 92866 |  17.5 |7627k|  31 |  34 | 231 |5308 | 231 |2453 |  17 |3142 |2212 | 0.000000e+00 |      --      |    Inf 
23.29/23.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.29/23.35	c  23.4s|  5400 |    51 | 95148 |  17.6 |7631k|  31 |  42 | 231 |5347 | 231 |2453 |  17 |3210 |2213 | 0.000000e+00 |      --      |    Inf 
23.58/23.61	c  23.6s|  5500 |    51 | 97195 |  17.6 |7648k|  31 |   - | 231 |5371 | 231 |2453 |  17 |3271 |2213 | 0.000000e+00 |      --      |    Inf 
23.79/23.87	c  23.9s|  5600 |    53 | 99285 |  17.7 |7675k|  31 |   - | 231 |5404 | 231 |2453 |  17 |3336 |2213 | 0.000000e+00 |      --      |    Inf 
24.09/24.12	c  24.1s|  5700 |    49 |101166 |  17.7 |7677k|  31 |  32 | 231 |5453 | 231 |2453 |  17 |3409 |2213 | 0.000000e+00 |      --      |    Inf 
24.28/24.39	c  24.4s|  5800 |    49 |102890 |  17.7 |7700k|  31 |   - | 231 |5504 | 231 |2453 |  17 |3483 |2223 | 0.000000e+00 |      --      |    Inf 
24.58/24.66	c  24.7s|  5900 |    52 |104419 |  17.7 |7723k|  31 |   - | 231 |5532 | 231 |2453 |  17 |3538 |2237 | 0.000000e+00 |      --      |    Inf 
24.78/24.88	c  24.9s|  6000 |    52 |105712 |  17.6 |7737k|  31 |  31 | 231 |5582 | 231 |2453 |  17 |3596 |2245 | 0.000000e+00 |      --      |    Inf 
25.08/25.16	c  25.2s|  6100 |    52 |107324 |  17.6 |7754k|  31 |  36 | 231 |5611 | 231 |2453 |  17 |3652 |2259 | 0.000000e+00 |      --      |    Inf 
25.38/25.49	c  25.5s|  6200 |    47 |109087 |  17.6 |7740k|  31 |  33 | 231 |5634 | 231 |2453 |  17 |3709 |2281 | 0.000000e+00 |      --      |    Inf 
25.68/25.70	c  25.7s|  6300 |    49 |110541 |  17.5 |7754k|  31 |  40 | 231 |5656 | 231 |2453 |  17 |3772 |2285 | 0.000000e+00 |      --      |    Inf 
25.88/25.99	c  26.0s|  6400 |    51 |112247 |  17.5 |7775k|  31 |  36 | 231 |5687 | 231 |2453 |  17 |3827 |2299 | 0.000000e+00 |      --      |    Inf 
26.18/26.27	c  26.3s|  6500 |    53 |113964 |  17.5 |7796k|  31 |  37 | 231 |5723 | 231 |2453 |  17 |3884 |2313 | 0.000000e+00 |      --      |    Inf 
26.58/26.66	c  26.7s|  6600 |    55 |116412 |  17.6 |7816k|  33 |   - | 231 |5738 | 231 |2453 |  17 |3946 |2335 | 0.000000e+00 |      --      |    Inf 
26.88/26.94	c  26.9s|  6700 |    59 |118143 |  17.6 |7832k|  33 |  34 | 231 |5772 | 231 |2453 |  17 |4007 |2350 | 0.000000e+00 |      --      |    Inf 
27.18/27.27	c  27.3s|  6800 |    61 |120276 |  17.7 |7866k|  33 |   - | 231 |5813 | 231 |2453 |  17 |4062 |2367 | 0.000000e+00 |      --      |    Inf 
27.49/27.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.49/27.57	c  27.6s|  6900 |    62 |122060 |  17.7 |7880k|  33 |  38 | 231 |5871 | 231 |2453 |  17 |4131 |2384 | 0.000000e+00 |      --      |    Inf 
27.78/27.82	c  27.8s|  7000 |    62 |123787 |  17.7 |7910k|  33 |   - | 231 |5948 | 231 |2453 |  17 |4213 |2392 | 0.000000e+00 |      --      |    Inf 
28.08/28.10	c  28.1s|  7100 |    60 |125750 |  17.7 |7934k|  33 |  43 | 231 |6018 | 231 |2453 |  17 |4297 |2403 | 0.000000e+00 |      --      |    Inf 
28.28/28.35	c  28.4s|  7200 |    60 |127344 |  17.7 |7940k|  33 |  36 | 231 |6039 | 231 |2453 |  17 |4355 |2412 | 0.000000e+00 |      --      |    Inf 
28.59/28.62	c  28.6s|  7300 |    60 |129350 |  17.7 |7950k|  33 |  34 | 231 |6068 | 231 |2453 |  17 |4416 |2414 | 0.000000e+00 |      --      |    Inf 
28.78/28.86	c  28.9s|  7400 |    60 |130866 |  17.7 |7950k|  33 |  36 | 231 |6081 | 231 |2453 |  17 |4483 |2421 | 0.000000e+00 |      --      |    Inf 
28.98/29.09	c  29.1s|  7500 |    54 |132477 |  17.6 |7936k|  33 |   - | 231 |6102 | 231 |2453 |  17 |4543 |2423 | 0.000000e+00 |      --      |    Inf 
29.28/29.31	c  29.3s|  7600 |    58 |134071 |  17.6 |7955k|  33 |  31 | 231 |6111 | 231 |2453 |  17 |4605 |2426 | 0.000000e+00 |      --      |    Inf 
29.48/29.52	c  29.5s|  7700 |    58 |135643 |  17.6 |7967k|  33 |   - | 231 |6127 | 231 |2453 |  17 |4660 |2426 | 0.000000e+00 |      --      |    Inf 
29.68/29.76	c  29.8s|  7800 |    58 |137356 |  17.6 |7971k|  33 |  30 | 231 |6147 | 231 |2453 |  17 |4725 |2431 | 0.000000e+00 |      --      |    Inf 
29.98/30.00	c  30.0s|  7900 |    58 |139237 |  17.6 |7981k|  33 |   - | 231 |6174 | 231 |2453 |  17 |4788 |2431 | 0.000000e+00 |      --      |    Inf 
30.18/30.22	c  30.2s|  8000 |    58 |140934 |  17.6 |7991k|  33 |  38 | 231 |6201 | 231 |2453 |  17 |4843 |2431 | 0.000000e+00 |      --      |    Inf 
30.38/30.42	c  30.4s|  8100 |    59 |142282 |  17.5 |8004k|  33 |  32 | 231 |6222 | 231 |2453 |  17 |4916 |2431 | 0.000000e+00 |      --      |    Inf 
30.58/30.65	c  30.6s|  8200 |    57 |144044 |  17.5 |8002k|  33 |  28 | 231 |6241 | 231 |2453 |  17 |4983 |2431 | 0.000000e+00 |      --      |    Inf 
30.88/30.91	c  30.9s|  8300 |    57 |146077 |  17.6 |8010k|  33 |   - | 231 |6248 | 231 |2453 |  17 |5047 |2432 | 0.000000e+00 |      --      |    Inf 
31.08/31.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.08/31.14	c  31.1s|  8400 |    57 |147864 |  17.6 |8023k|  33 |   - | 231 |6280 | 231 |2453 |  17 |5115 |2432 | 0.000000e+00 |      --      |    Inf 
31.27/31.36	c  31.4s|  8500 |    57 |149481 |  17.6 |8029k|  33 |  34 | 231 |6298 | 231 |2453 |  17 |5169 |2432 | 0.000000e+00 |      --      |    Inf 
31.48/31.54	c  31.5s|  8600 |    58 |150803 |  17.5 |8050k|  33 |  22 | 231 |6351 | 231 |2453 |  17 |5237 |2432 | 0.000000e+00 |      --      |    Inf 
31.68/31.74	c  31.7s|  8700 |    63 |152322 |  17.5 |8068k|  33 |  33 | 231 |6352 | 231 |2453 |  17 |5296 |2432 | 0.000000e+00 |      --      |    Inf 
31.88/31.95	c  32.0s|  8800 |    65 |153833 |  17.5 |8086k|  33 |  30 | 231 |6378 | 231 |2453 |  17 |5357 |2432 | 0.000000e+00 |      --      |    Inf 
32.18/32.21	c  32.2s|  8900 |    61 |155371 |  17.4 |8096k|  33 |   - | 231 |6431 | 231 |2453 |  17 |5421 |2447 | 0.000000e+00 |      --      |    Inf 
32.47/32.51	c  32.5s|  9000 |    64 |157053 |  17.4 |8116k|  33 |   - | 231 |6448 |   0 |   0 |  17 |5485 |2465 | 0.000000e+00 |      --      |    Inf 
32.68/32.75	c  32.7s|  9100 |    65 |158682 |  17.4 |8132k|  33 |  24 | 231 |6483 | 231 |2453 |  17 |5545 |2474 | 0.000000e+00 |      --      |    Inf 
32.98/33.05	c  33.0s|  9200 |    62 |160515 |  17.4 |8141k|  33 |   - | 231 |6527 | 231 |2453 |  17 |5607 |2489 | 0.000000e+00 |      --      |    Inf 
33.17/33.29	c  33.3s|  9300 |    64 |161841 |  17.4 |8163k|  35 |  22 | 231 |6577 | 231 |2453 |  17 |5676 |2506 | 0.000000e+00 |      --      |    Inf 
33.48/33.51	c  33.5s|  9400 |    63 |163215 |  17.3 |8192k|  36 |   - | 231 |6642 | 231 |2453 |  17 |5744 |2517 | 0.000000e+00 |      --      |    Inf 
33.77/33.80	c  33.8s|  9500 |    65 |164926 |  17.3 |8222k|  36 |   - | 231 |6685 | 231 |2453 |  17 |5797 |2532 | 0.000000e+00 |      --      |    Inf 
33.99/34.06	c  34.1s|  9600 |    70 |166657 |  17.3 |8254k|  36 |  24 | 231 |6740 | 231 |2453 |  17 |5862 |2544 | 0.000000e+00 |      --      |    Inf 
34.28/34.33	c  34.3s|  9700 |    68 |168292 |  17.3 |8277k|  36 |   - | 231 |6801 | 231 |2453 |  17 |5928 |2560 | 0.000000e+00 |      --      |    Inf 
34.57/34.60	c  34.6s|  9800 |    68 |169928 |  17.3 |8299k|  36 |   - | 231 |6844 | 231 |2453 |  17 |5983 |2574 | 0.000000e+00 |      --      |    Inf 
34.88/34.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.88/34.91	c  34.9s|  9900 |    68 |171945 |  17.4 |8316k|  36 |   - | 231 |6890 | 231 |2453 |  17 |6035 |2589 | 0.000000e+00 |      --      |    Inf 
35.08/35.19	c  35.2s| 10000 |    73 |173609 |  17.3 |8351k|  37 |   - | 231 |6934 |   0 |   0 |  17 |6093 |2609 | 0.000000e+00 |      --      |    Inf 
35.38/35.47	c  35.5s| 10100 |    70 |175359 |  17.3 |8359k|  43 |  42 | 231 |6979 | 231 |2453 |  17 |6153 |2623 | 0.000000e+00 |      --      |    Inf 
35.68/35.73	c  35.7s| 10200 |    63 |177149 |  17.4 |8365k|  43 |  32 | 231 |7027 | 231 |2453 |  17 |6212 |2628 | 0.000000e+00 |      --      |    Inf 
35.98/36.04	c  36.0s| 10300 |    63 |179019 |  17.4 |8370k|  43 |   - | 231 |7009 | 231 |2453 |  17 |6273 |2646 | 0.000000e+00 |      --      |    Inf 
36.19/36.29	c  36.3s| 10400 |    62 |180890 |  17.4 |8383k|  43 |   - | 231 |7021 | 231 |2453 |  17 |6345 |2649 | 0.000000e+00 |      --      |    Inf 
36.47/36.53	c  36.5s| 10500 |    59 |182559 |  17.4 |8374k|  43 |  34 | 231 |7043 | 231 |2453 |  17 |6401 |2652 | 0.000000e+00 |      --      |    Inf 
36.68/36.74	c  36.7s| 10600 |    58 |184213 |  17.4 |8382k|  43 |  33 | 231 |7057 | 231 |2453 |  17 |6466 |2652 | 0.000000e+00 |      --      |    Inf 
36.88/36.96	c  37.0s| 10700 |    59 |185921 |  17.4 |8401k|  43 |  40 | 231 |7098 | 231 |2453 |  17 |6534 |2652 | 0.000000e+00 |      --      |    Inf 
37.17/37.21	c  37.2s| 10800 |    57 |187830 |  17.4 |8421k|  43 |  32 | 231 |7144 | 231 |2453 |  17 |6600 |2652 | 0.000000e+00 |      --      |    Inf 
37.48/37.53	c  37.5s| 10900 |    56 |190152 |  17.4 |8414k|  43 |  33 | 231 |7092 | 231 |2453 |  17 |6667 |2658 | 0.000000e+00 |      --      |    Inf 
37.68/37.75	c  37.8s| 11000 |    56 |191793 |  17.4 |8437k|  43 |  14 | 231 |7119 | 231 |2453 |  17 |6730 |2659 | 0.000000e+00 |      --      |    Inf 
37.88/37.99	c  38.0s| 11100 |    56 |193499 |  17.4 |8449k|  43 |   - | 231 |7147 | 231 |2453 |  17 |6787 |2663 | 0.000000e+00 |      --      |    Inf 
38.18/38.24	c  38.2s| 11200 |    54 |195388 |  17.4 |8438k|  43 |   - | 231 |7124 | 231 |2453 |  17 |6849 |2664 | 0.000000e+00 |      --      |    Inf 
38.39/38.46	c  38.5s| 11300 |    55 |197119 |  17.4 |8453k|  43 |   - | 231 |7158 | 231 |2453 |  17 |6907 |2665 | 0.000000e+00 |      --      |    Inf 
38.58/38.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.58/38.67	c  38.7s| 11400 |    55 |198770 |  17.4 |8464k|  43 |   - | 231 |7202 | 231 |2453 |  17 |6969 |2665 | 0.000000e+00 |      --      |    Inf 
38.78/38.87	c  38.9s| 11500 |    55 |200213 |  17.4 |8476k|  43 |   - | 231 |7245 | 231 |2453 |  17 |7027 |2666 | 0.000000e+00 |      --      |    Inf 
38.98/39.05	c  39.1s| 11600 |    55 |201486 |  17.4 |8489k|  43 |  24 | 231 |7294 | 231 |2453 |  17 |7085 |2666 | 0.000000e+00 |      --      |    Inf 
39.18/39.26	c  39.3s| 11700 |    57 |203008 |  17.3 |8509k|  43 |  23 | 231 |7339 | 231 |2453 |  17 |7142 |2667 | 0.000000e+00 |      --      |    Inf 
39.38/39.50	c  39.5s| 11800 |    54 |204753 |  17.3 |8523k|  43 |  36 | 231 |7371 | 231 |2453 |  17 |7201 |2668 | 0.000000e+00 |      --      |    Inf 
39.68/39.72	c  39.7s| 11900 |    54 |206563 |  17.3 |8535k|  43 |   - | 231 |7408 | 231 |2453 |  17 |7253 |2668 | 0.000000e+00 |      --      |    Inf 
39.87/39.95	c  39.9s| 12000 |    50 |208247 |  17.3 |8543k|  43 |  29 | 231 |7453 | 231 |2453 |  17 |7326 |2669 | 0.000000e+00 |      --      |    Inf 
40.08/40.18	c  40.2s| 12100 |    52 |210003 |  17.3 |8532k|  43 |  23 | 231 |7440 | 231 |2453 |  17 |7378 |2671 | 0.000000e+00 |      --      |    Inf 
40.38/40.43	c  40.4s| 12200 |    53 |211964 |  17.4 |8543k|  43 |  41 | 231 |7434 | 231 |2453 |  17 |7428 |2671 | 0.000000e+00 |      --      |    Inf 
40.58/40.67	c  40.7s| 12300 |    51 |213812 |  17.4 |8548k|  43 |  32 | 231 |7461 | 231 |2453 |  17 |7482 |2671 | 0.000000e+00 |      --      |    Inf 
40.77/40.89	c  40.9s| 12400 |    51 |215472 |  17.4 |8530k|  43 |  33 | 231 |7441 | 231 |2453 |  17 |7544 |2671 | 0.000000e+00 |      --      |    Inf 
41.08/41.13	c  41.1s| 12500 |    52 |217439 |  17.4 |8542k|  43 |   - | 231 |7458 |   0 |   0 |  17 |7621 |2671 | 0.000000e+00 |      --      |    Inf 
41.27/41.33	c  41.3s| 12600 |    52 |218898 |  17.4 |8542k|  43 |   - | 231 |7470 | 231 |2453 |  17 |7700 |2671 | 0.000000e+00 |      --      |    Inf 
41.47/41.56	c  41.6s| 12700 |    54 |220667 |  17.4 |8536k|  43 |  34 | 231 |7456 | 231 |2453 |  17 |7759 |2671 | 0.000000e+00 |      --      |    Inf 
41.68/41.78	c  41.8s| 12800 |    52 |222330 |  17.4 |8535k|  43 |   - | 231 |7465 | 231 |2453 |  17 |7810 |2671 | 0.000000e+00 |      --      |    Inf 
41.98/42.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.98/42.00	c  42.0s| 12900 |    50 |224001 |  17.4 |8533k|  43 |  42 | 231 |7494 | 231 |2453 |  17 |7863 |2671 | 0.000000e+00 |      --      |    Inf 
42.18/42.22	c  42.2s| 13000 |    51 |225645 |  17.3 |8534k|  43 |  34 | 231 |7457 | 231 |2453 |  17 |7916 |2671 | 0.000000e+00 |      --      |    Inf 
42.38/42.47	c  42.5s| 13100 |    51 |227598 |  17.4 |8558k|  43 |   - | 231 |7512 | 231 |2453 |  17 |8010 |2671 | 0.000000e+00 |      --      |    Inf 
42.58/42.69	c  42.7s| 13200 |    54 |229313 |  17.4 |8574k|  43 |   - | 231 |7538 | 231 |2453 |  17 |8078 |2671 | 0.000000e+00 |      --      |    Inf 
42.78/42.86	c  42.9s| 13300 |    54 |230605 |  17.3 |8591k|  43 |  30 | 231 |7611 | 231 |2453 |  17 |8161 |2671 | 0.000000e+00 |      --      |    Inf 
42.97/43.07	c  43.1s| 13400 |    53 |232120 |  17.3 |8606k|  43 |   - | 231 |7655 | 231 |2453 |  17 |8224 |2671 | 0.000000e+00 |      --      |    Inf 
43.18/43.26	c  43.3s| 13500 |    55 |233483 |  17.3 |8623k|  43 |   - | 231 |7693 | 231 |2453 |  17 |8280 |2671 | 0.000000e+00 |      --      |    Inf 
43.38/43.45	c  43.4s| 13600 |    55 |234821 |  17.3 |8642k|  43 |   - | 231 |7747 | 231 |2453 |  17 |8338 |2671 | 0.000000e+00 |      --      |    Inf 
43.58/43.67	c  43.7s| 13700 |    58 |236434 |  17.2 |8656k|  43 |  19 | 231 |7758 | 231 |2453 |  17 |8397 |2671 | 0.000000e+00 |      --      |    Inf 
43.77/43.87	c  43.9s| 13800 |    56 |237833 |  17.2 |8667k|  43 |   - | 231 |7788 | 231 |2453 |  17 |8457 |2671 | 0.000000e+00 |      --      |    Inf 
43.99/44.09	c  44.1s| 13900 |    61 |239526 |  17.2 |8688k|  43 |   - | 231 |7800 |   0 |   0 |  17 |8516 |2671 | 0.000000e+00 |      --      |    Inf 
44.18/44.30	c  44.3s| 14000 |    60 |241068 |  17.2 |8699k|  43 |  37 | 231 |7831 | 231 |2453 |  17 |8587 |2671 | 0.000000e+00 |      --      |    Inf 
44.48/44.54	c  44.5s| 14100 |    56 |242916 |  17.2 |8687k|  43 |  38 | 231 |7840 | 231 |2453 |  17 |8642 |2671 | 0.000000e+00 |      --      |    Inf 
44.78/44.82	c  44.8s| 14200 |    62 |245186 |  17.3 |8705k|  43 |  16 | 231 |7837 | 231 |2453 |  17 |8699 |2671 | 0.000000e+00 |      --      |    Inf 
44.98/45.05	c  45.0s| 14300 |    63 |247011 |  17.3 |8732k|  43 |   - | 231 |7895 | 231 |2453 |  17 |8768 |2671 | 0.000000e+00 |      --      |    Inf 
45.17/45.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.17/45.25	c  45.3s| 14400 |    68 |248559 |  17.3 |8764k|  43 |   - | 231 |7949 | 231 |2453 |  17 |8825 |2671 | 0.000000e+00 |      --      |    Inf 
45.38/45.46	c  45.5s| 14500 |    71 |250098 |  17.2 |8789k|  43 |   - | 231 |7994 | 231 |2453 |  17 |8873 |2671 | 0.000000e+00 |      --      |    Inf 
45.68/45.70	c  45.7s| 14600 |    76 |252068 |  17.3 |8816k|  43 |  32 | 231 |8043 | 231 |2453 |  17 |8926 |2671 | 0.000000e+00 |      --      |    Inf 
45.87/45.94	c  45.9s| 14700 |    74 |253949 |  17.3 |8831k|  43 |  23 | 231 |8090 | 231 |2453 |  17 |8974 |2671 | 0.000000e+00 |      --      |    Inf 
46.09/46.16	c  46.2s| 14800 |    72 |255662 |  17.3 |8844k|  43 |  30 | 231 |8127 | 231 |2453 |  17 |9016 |2671 | 0.000000e+00 |      --      |    Inf 
46.28/46.39	c  46.4s| 14900 |    60 |257327 |  17.3 |8830k|  43 |   - | 231 |8171 | 231 |2453 |  17 |9069 |2671 | 0.000000e+00 |      --      |    Inf 
46.58/46.63	c  46.6s| 15000 |    64 |259222 |  17.3 |8846k|  43 |   - | 231 |8186 | 231 |2453 |  17 |9118 |2671 | 0.000000e+00 |      --      |    Inf 
46.77/46.86	c  46.9s| 15100 |    61 |260931 |  17.3 |8851k|  43 |  25 | 231 |8198 | 231 |2453 |  17 |9183 |2671 | 0.000000e+00 |      --      |    Inf 
46.97/47.09	c  47.1s| 15200 |    61 |262691 |  17.3 |8869k|  43 |   - | 231 |8219 | 231 |2453 |  17 |9254 |2671 | 0.000000e+00 |      --      |    Inf 
47.29/47.35	c  47.4s| 15300 |    61 |264943 |  17.3 |8881k|  43 |  36 | 231 |8275 | 231 |2453 |  17 |9339 |2671 | 0.000000e+00 |      --      |    Inf 
47.48/47.58	c  47.6s| 15400 |    61 |266664 |  17.3 |8900k|  43 |  33 | 231 |8336 | 231 |2453 |  17 |9417 |2671 | 0.000000e+00 |      --      |    Inf 
47.67/47.78	c  47.8s| 15500 |    61 |268144 |  17.3 |8915k|  43 |  33 | 231 |8368 | 231 |2453 |  17 |9486 |2671 | 0.000000e+00 |      --      |    Inf 
47.97/48.03	c  48.0s| 15600 |    63 |270046 |  17.3 |8922k|  43 |  40 | 231 |8362 | 231 |2453 |  17 |9547 |2671 | 0.000000e+00 |      --      |    Inf 
48.18/48.25	c  48.3s| 15700 |    63 |271767 |  17.3 |8924k|  43 |   - | 231 |8360 | 231 |2453 |  17 |9607 |2671 | 0.000000e+00 |      --      |    Inf 
48.38/48.46	c  48.5s| 15800 |    65 |273250 |  17.3 |8937k|  43 |  40 | 231 |8395 | 231 |2453 |  17 |9663 |2671 | 0.000000e+00 |      --      |    Inf 
48.58/48.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.58/48.69	c  48.7s| 15900 |    65 |274933 |  17.3 |8942k|  43 |  28 | 231 |8410 | 231 |2453 |  17 |9714 |2671 | 0.000000e+00 |      --      |    Inf 
48.87/48.90	c  48.9s| 16000 |    63 |276517 |  17.3 |8948k|  43 |  42 | 231 |8440 | 231 |2453 |  17 |9766 |2671 | 0.000000e+00 |      --      |    Inf 
49.08/49.11	c  49.1s| 16100 |    62 |278022 |  17.3 |8964k|  43 |   - | 231 |8481 | 231 |2453 |  17 |9831 |2671 | 0.000000e+00 |      --      |    Inf 
49.27/49.34	c  49.3s| 16200 |    66 |279834 |  17.3 |8971k|  43 |  37 | 231 |8455 | 231 |2453 |  17 |9889 |2671 | 0.000000e+00 |      --      |    Inf 
49.48/49.56	c  49.6s| 16300 |    65 |281487 |  17.3 |8981k|  43 |  39 | 231 |8484 | 231 |2453 |  17 |9951 |2671 | 0.000000e+00 |      --      |    Inf 
49.68/49.75	c  49.7s| 16400 |    65 |282869 |  17.2 |9002k|  43 |   - | 231 |8539 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
49.88/49.96	c  50.0s| 16500 |    65 |284480 |  17.2 |9011k|  43 |  42 | 231 |8577 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
50.08/50.16	c  50.2s| 16600 |    68 |286076 |  17.2 |9043k|  43 |   - | 231 |8634 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
50.38/50.41	c  50.4s| 16700 |    65 |288056 |  17.2 |9056k|  43 |  46 | 231 |8704 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
50.58/50.68	c  50.7s| 16800 |    63 |290175 |  17.3 |9072k|  43 |   - | 231 |8730 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
50.88/50.91	c  50.9s| 16900 |    65 |291921 |  17.3 |9086k|  43 |   - | 231 |8750 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
51.08/51.17	c  51.2s| 17000 |    63 |293965 |  17.3 |9083k|  43 |   - | 231 |8748 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
51.38/51.40	c  51.4s| 17100 |    61 |295756 |  17.3 |9092k|  43 |   - | 231 |8766 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
51.58/51.64	c  51.6s| 17200 |    64 |297495 |  17.3 |9082k|  43 |  36 | 231 |8715 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
51.78/51.86	c  51.9s| 17300 |    65 |299198 |  17.3 |9093k|  43 |  31 | 231 |8733 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
52.07/52.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.07/52.11	c  52.1s| 17400 |    66 |301143 |  17.3 |9108k|  43 |  31 | 231 |8755 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
52.28/52.33	c  52.3s| 17500 |    62 |302769 |  17.3 |9103k|  43 |   - | 231 |8743 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
52.48/52.58	c  52.6s| 17600 |    68 |304732 |  17.3 |9111k|  43 |   - | 231 |8715 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
52.78/52.81	c  52.8s| 17700 |    71 |306465 |  17.3 |9122k|  43 |  31 | 231 |8728 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
52.97/53.03	c  53.0s| 17800 |    65 |308109 |  17.3 |9113k|  43 |  28 | 231 |8753 | 231 |2453 |  17 |  10k|2671 | 0.000000e+00 |      --      |    Inf 
53.18/53.25	c  53.3s| 17900 |    65 |309763 |  17.3 |9120k|  43 |   - | 231 |8740 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
53.38/53.47	c  53.5s| 18000 |    63 |311352 |  17.3 |9116k|  43 |   - | 231 |8743 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
53.68/53.70	c  53.7s| 18100 |    61 |313075 |  17.3 |9103k|  43 |   - | 231 |8747 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
53.88/53.98	c  54.0s| 18200 |    65 |315383 |  17.3 |9103k|  43 |  20 | 231 |8734 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
54.17/54.27	c  54.3s| 18300 |    63 |317687 |  17.4 |9118k|  43 |   - | 231 |8759 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
54.48/54.51	c  54.5s| 18400 |    59 |319546 |  17.4 |9106k|  43 |  40 | 231 |8772 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
54.67/54.79	c  54.8s| 18500 |    66 |321812 |  17.4 |9126k|  43 |  33 | 231 |8745 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
54.98/55.04	c  55.0s| 18600 |    66 |323837 |  17.4 |9136k|  43 |   - | 231 |8761 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
55.28/55.30	c  55.3s| 18700 |    68 |325900 |  17.4 |9145k|  43 |  36 | 231 |8791 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
55.47/55.54	c  55.5s| 18800 |    72 |327913 |  17.4 |9183k|  43 |   - | 231 |8849 |   0 |   0 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
55.78/55.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.78/55.80	c  55.8s| 18900 |    79 |329934 |  17.4 |9206k|  43 |  34 | 231 |8887 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
55.98/56.01	c  56.0s| 19000 |    84 |331593 |  17.4 |9232k|  43 |  36 | 231 |8928 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
56.17/56.23	c  56.2s| 19100 |    84 |333468 |  17.5 |9251k|  43 |   - | 231 |8967 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
56.37/56.48	c  56.5s| 19200 |    89 |335517 |  17.5 |9278k|  43 |   - | 231 |9011 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
56.57/56.68	c  56.7s| 19300 |    94 |337087 |  17.5 |9305k|  43 |   - | 231 |9057 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
56.78/56.87	c  56.9s| 19400 |    93 |338452 |  17.4 |9322k|  43 |   - | 231 |9098 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
56.97/57.09	c  57.1s| 19500 |    95 |340257 |  17.4 |9341k|  43 |   - | 231 |9138 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
57.27/57.32	c  57.3s| 19600 |    91 |342139 |  17.4 |9347k|  43 |  36 | 231 |9179 | 231 |2453 |  17 |  11k|2671 | 0.000000e+00 |      --      |    Inf 
57.48/57.56	c  57.6s| 19700 |    90 |344006 |  17.5 |9373k|  43 |   - | 231 |9228 |   0 |   0 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
57.67/57.78	c  57.8s| 19800 |    91 |345787 |  17.5 |9390k|  43 |  26 | 231 |9278 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
57.98/58.00	c  58.0s| 19900 |    95 |347539 |  17.5 |9424k|  43 |   - | 231 |9332 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
58.18/58.25	c  58.2s| 20000 |    91 |349445 |  17.5 |9432k|  43 |  27 | 231 |9386 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
58.38/58.47	c  58.5s| 20100 |    91 |351110 |  17.5 |9459k|  43 |   - | 231 |9435 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
58.68/58.70	c  58.7s| 20200 |    89 |352934 |  17.5 |9480k|  43 |   - | 231 |9485 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
58.87/58.95	c  58.9s| 20300 |    90 |354862 |  17.5 |9507k|  43 |   - | 231 |9535 |   0 |   0 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
59.07/59.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.07/59.16	c  59.2s| 20400 |    86 |356409 |  17.5 |9518k|  43 |   - | 231 |9583 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
59.38/59.42	c  59.4s| 20500 |    87 |358467 |  17.5 |9522k|  43 |   - | 231 |9564 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
59.58/59.63	c  59.6s| 20600 |    85 |360085 |  17.5 |9524k|  43 |   - | 231 |9587 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
59.78/59.85	c  59.8s| 20700 |    86 |361617 |  17.5 |9531k|  43 |  35 | 231 |9608 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
59.98/60.05	c  60.1s| 20800 |    87 |363148 |  17.5 |9544k|  43 |  28 | 231 |9632 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
60.17/60.28	c  60.3s| 20900 |    85 |364902 |  17.5 |9557k|  43 |   - | 231 |9663 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
60.48/60.51	c  60.5s| 21000 |    85 |366708 |  17.5 |9559k|  43 |  36 | 231 |9676 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
60.67/60.75	c  60.7s| 21100 |    89 |368514 |  17.5 |9557k|  43 |  24 | 231 |9639 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
60.87/60.95	c  61.0s| 21200 |    88 |369989 |  17.4 |9562k|  43 |   - | 231 |9651 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
61.07/61.17	c  61.2s| 21300 |    88 |371625 |  17.4 |9572k|  43 |  33 | 231 |9665 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
61.37/61.40	c  61.4s| 21400 |    88 |373485 |  17.4 |9578k|  43 |   - | 231 |9669 | 231 |2453 |  17 |  12k|2671 | 0.000000e+00 |      --      |    Inf 
61.58/61.64	c  61.6s| 21500 |    86 |375336 |  17.5 |9585k|  43 |   - | 231 |9695 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
61.88/61.90	c  61.9s| 21600 |    88 |377396 |  17.5 |9581k|  43 |   - | 231 |9635 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
62.07/62.12	c  62.1s| 21700 |    94 |378973 |  17.5 |9592k|  43 |  25 | 231 |9627 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
62.27/62.33	c  62.3s| 21800 |    94 |380580 |  17.5 |9599k|  43 |  29 | 231 |9651 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
62.48/62.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.48/62.54	c  62.5s| 21900 |    92 |382238 |  17.4 |9607k|  43 |   - | 231 |9679 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
62.77/62.80	c  62.8s| 22000 |    88 |384157 |  17.5 |9609k|  43 |   - | 231 |9698 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
62.97/63.03	c  63.0s| 22100 |    90 |385934 |  17.5 |9615k|  43 |   - | 231 |9699 |   0 |   0 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
63.18/63.24	c  63.2s| 22200 |    92 |387611 |  17.5 |9614k|  43 |  28 | 231 |9702 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
63.38/63.44	c  63.4s| 22300 |    93 |389093 |  17.4 |9627k|  43 |   - | 231 |9723 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
63.57/63.63	c  63.6s| 22400 |    90 |390411 |  17.4 |9647k|  43 |   - | 231 |9794 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
63.78/63.85	c  63.8s| 22500 |    88 |392090 |  17.4 |9659k|  43 |  34 | 231 |9846 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
63.97/64.09	c  64.1s| 22600 |    90 |393951 |  17.4 |9674k|  43 |   - | 231 |9866 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
64.28/64.32	c  64.3s| 22700 |    90 |395612 |  17.4 |9686k|  43 |   - | 231 |9890 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
64.48/64.56	c  64.6s| 22800 |    95 |397527 |  17.4 |9713k|  43 |   - | 231 |9929 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
64.78/64.81	c  64.8s| 22900 |    95 |399507 |  17.4 |9724k|  43 |  36 | 231 |9959 | 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
64.97/65.09	c  65.1s| 23000 |    90 |401706 |  17.5 |9736k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
65.27/65.32	c  65.3s| 23100 |    86 |403513 |  17.5 |9734k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  13k|2671 | 0.000000e+00 |      --      |    Inf 
65.47/65.56	c  65.6s| 23200 |    87 |405255 |  17.5 |9737k|  43 |  34 | 231 |  10k| 231 |2453 |  17 |  14k|2671 | 0.000000e+00 |      --      |    Inf 
65.78/65.81	c  65.8s| 23300 |    84 |407193 |  17.5 |9742k|  43 |  37 | 231 |  10k| 231 |2453 |  17 |  14k|2671 | 0.000000e+00 |      --      |    Inf 
65.98/66.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.98/66.04	c  66.0s| 23400 |    84 |408964 |  17.5 |9747k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2671 | 0.000000e+00 |      --      |    Inf 
66.17/66.28	c  66.3s| 23500 |    87 |410790 |  17.5 |9753k|  43 |  34 | 231 |  10k| 231 |2453 |  17 |  14k|2671 | 0.000000e+00 |      --      |    Inf 
66.48/66.52	c  66.5s| 23600 |    91 |412581 |  17.5 |9778k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2671 | 0.000000e+00 |      --      |    Inf 
66.77/66.86	c  66.9s| 23700 |    89 |414580 |  17.5 |9768k|  43 |  48 | 231 |  10k| 231 |2453 |  17 |  14k|2691 | 0.000000e+00 |      --      |    Inf 
67.08/67.17	c  67.2s| 23800 |    93 |416589 |  17.5 |9792k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2705 | 0.000000e+00 |      --      |    Inf 
67.38/67.47	c  67.5s| 23900 |    99 |418644 |  17.5 |9818k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2714 | 0.000000e+00 |      --      |    Inf 
67.68/67.78	c  67.8s| 24000 |    99 |420615 |  17.5 |9840k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2729 | 0.000000e+00 |      --      |    Inf 
68.08/68.14	c  68.1s| 24100 |    98 |422767 |  17.5 |9855k|  43 |  36 | 231 |  10k| 231 |2453 |  17 |  14k|2752 | 0.000000e+00 |      --      |    Inf 
68.37/68.41	c  68.4s| 24200 |    98 |424581 |  17.5 |9870k|  43 |  32 | 231 |  10k| 231 |2453 |  17 |  14k|2760 | 0.000000e+00 |      --      |    Inf 
68.68/68.73	c  68.7s| 24300 |    97 |426575 |  17.5 |9891k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2775 | 0.000000e+00 |      --      |    Inf 
68.97/69.02	c  69.0s| 24400 |    99 |428412 |  17.6 |9899k|  43 |  31 | 231 |  10k| 231 |2453 |  17 |  14k|2790 | 0.000000e+00 |      --      |    Inf 
69.28/69.31	c  69.3s| 24500 |    99 |430194 |  17.6 |9910k|  43 |  31 | 231 |  10k| 231 |2453 |  17 |  14k|2803 | 0.000000e+00 |      --      |    Inf 
69.47/69.59	c  69.6s| 24600 |    99 |431898 |  17.6 |9933k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  14k|2816 | 0.000000e+00 |      --      |    Inf 
69.77/69.87	c  69.9s| 24700 |    95 |433713 |  17.6 |9946k|  43 |  33 | 231 |  10k| 231 |2453 |  17 |  15k|2828 | 0.000000e+00 |      --      |    Inf 
70.08/70.17	c  70.2s| 24800 |    99 |435678 |  17.6 |9961k|  43 |  20 | 231 |  10k| 231 |2453 |  17 |  15k|2838 | 0.000000e+00 |      --      |    Inf 
70.28/70.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.28/70.39	c  70.4s| 24900 |   100 |437225 |  17.6 |9986k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2842 | 0.000000e+00 |      --      |    Inf 
70.57/70.63	c  70.6s| 25000 |    98 |438982 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2844 | 0.000000e+00 |      --      |    Inf 
70.77/70.88	c  70.9s| 25100 |    99 |440907 |  17.6 |  10M|  43 |  32 | 231 |  10k| 231 |2453 |  17 |  15k|2848 | 0.000000e+00 |      --      |    Inf 
71.07/71.15	c  71.1s| 25200 |    97 |442975 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2850 | 0.000000e+00 |      --      |    Inf 
71.38/71.44	c  71.4s| 25300 |    94 |445071 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2858 | 0.000000e+00 |      --      |    Inf 
71.57/71.66	c  71.7s| 25400 |    96 |446549 |  17.6 |  10M|  43 |  36 | 231 |  10k| 231 |2453 |  17 |  15k|2861 | 0.000000e+00 |      --      |    Inf 
71.78/71.86	c  71.9s| 25500 |    98 |448062 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2862 | 0.000000e+00 |      --      |    Inf 
71.97/72.08	c  72.1s| 25600 |   100 |449754 |  17.6 |  10M|  43 |  22 | 231 |  10k| 231 |2453 |  17 |  15k|2862 | 0.000000e+00 |      --      |    Inf 
72.17/72.29	c  72.3s| 25700 |    98 |451132 |  17.5 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2864 | 0.000000e+00 |      --      |    Inf 
72.48/72.54	c  72.5s| 25800 |    98 |453107 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2865 | 0.000000e+00 |      --      |    Inf 
72.67/72.79	c  72.8s| 25900 |    96 |454959 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  15k|2865 | 0.000000e+00 |      --      |    Inf 
72.98/73.07	c  73.1s| 26000 |    94 |457076 |  17.6 |  10M|  43 |  33 | 231 |  10k| 231 |2453 |  17 |  15k|2867 | 0.000000e+00 |      --      |    Inf 
73.27/73.31	c  73.3s| 26100 |    93 |459005 |  17.6 |  10M|  43 |  26 | 231 |  10k| 231 |2453 |  17 |  15k|2867 | 0.000000e+00 |      --      |    Inf 
73.47/73.55	c  73.6s| 26200 |    93 |460905 |  17.6 |  10M|  43 |  35 | 231 |  10k| 231 |2453 |  17 |  15k|2867 | 0.000000e+00 |      --      |    Inf 
73.77/73.80	c  73.8s| 26300 |    94 |462783 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2867 | 0.000000e+00 |      --      |    Inf 
73.97/74.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.97/74.02	c  74.0s| 26400 |    94 |464374 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2867 | 0.000000e+00 |      --      |    Inf 
74.17/74.23	c  74.2s| 26500 |    95 |465959 |  17.6 |  10M|  43 |  22 | 231 |  10k| 231 |2453 |  17 |  16k|2867 | 0.000000e+00 |      --      |    Inf 
74.37/74.47	c  74.5s| 26600 |    86 |467786 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2867 | 0.000000e+00 |      --      |    Inf 
74.68/74.79	c  74.8s| 26700 |    82 |469647 |  17.6 |  10M|  43 |  34 | 231 |  10k| 231 |2453 |  17 |  16k|2884 | 0.000000e+00 |      --      |    Inf 
74.97/75.07	c  75.1s| 26800 |    80 |471531 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2893 | 0.000000e+00 |      --      |    Inf 
75.27/75.32	c  75.3s| 26900 |    80 |473101 |  17.6 |  10M|  43 |  30 | 231 |  10k| 231 |2453 |  17 |  16k|2902 | 0.000000e+00 |      --      |    Inf 
75.48/75.59	c  75.6s| 27000 |    80 |474882 |  17.6 |  10M|  43 |  35 | 231 |  10k| 231 |2453 |  17 |  16k|2912 | 0.000000e+00 |      --      |    Inf 
75.88/75.92	c  75.9s| 27100 |    78 |476825 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  16k|2928 | 0.000000e+00 |      --      |    Inf 
76.17/76.25	c  76.2s| 27200 |    82 |478918 |  17.6 |  10M|  43 |  34 | 231 |  10k| 231 |2453 |  17 |  16k|2943 | 0.000000e+00 |      --      |    Inf 
76.47/76.54	c  76.5s| 27300 |    80 |480855 |  17.6 |9996k|  43 |  45 | 231 |  10k| 231 |2453 |  17 |  16k|2953 | 0.000000e+00 |      --      |    Inf 
76.77/76.85	c  76.8s| 27400 |    82 |482845 |  17.6 |  10M|  43 |  24 | 231 |  10k| 231 |2453 |  17 |  16k|2965 | 0.000000e+00 |      --      |    Inf 
77.07/77.13	c  77.1s| 27500 |    82 |484524 |  17.6 |  10M|  43 |  42 | 231 |  10k| 231 |2453 |  17 |  16k|2978 | 0.000000e+00 |      --      |    Inf 
77.37/77.46	c  77.5s| 27600 |    80 |486672 |  17.6 |  10M|  43 |  41 | 231 |  10k| 231 |2453 |  17 |  16k|2994 | 0.000000e+00 |      --      |    Inf 
77.68/77.78	c  77.8s| 27700 |    88 |488845 |  17.6 |9982k|  43 |   - | 231 |  10k| 231 |2453 |  17 |  16k|3005 | 0.000000e+00 |      --      |    Inf 
77.98/78.05	c  78.1s| 27800 |    92 |490562 |  17.6 |9991k|  43 |  33 | 231 |  10k| 231 |2453 |  17 |  16k|3014 | 0.000000e+00 |      --      |    Inf 
78.27/78.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.27/78.36	c  78.4s| 27900 |    92 |492524 |  17.6 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  17k|3031 | 0.000000e+00 |      --      |    Inf 
78.58/78.62	c  78.6s| 28000 |    98 |494486 |  17.7 |  10M|  43 |  23 | 231 |  10k| 231 |2453 |  17 |  17k|3034 | 0.000000e+00 |      --      |    Inf 
78.87/78.90	c  78.9s| 28100 |   103 |496286 |  17.7 |  10M|  43 |  41 | 231 |  10k| 231 |2453 |  17 |  17k|3048 | 0.000000e+00 |      --      |    Inf 
79.08/79.18	c  79.2s| 28200 |   104 |498181 |  17.7 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  17k|3059 | 0.000000e+00 |      --      |    Inf 
79.37/79.42	c  79.4s| 28300 |   107 |499959 |  17.7 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  17k|3063 | 0.000000e+00 |      --      |    Inf 
79.57/79.64	c  79.6s| 28400 |   109 |501575 |  17.7 |  10M|  43 |  34 | 231 |  10k| 231 |2453 |  17 |  17k|3066 | 0.000000e+00 |      --      |    Inf 
79.77/79.85	c  79.9s| 28500 |   113 |503181 |  17.7 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  17k|3067 | 0.000000e+00 |      --      |    Inf 
79.98/80.09	c  80.1s| 28600 |   115 |504939 |  17.7 |  10M|  43 |  42 | 231 |  10k| 231 |2453 |  17 |  17k|3068 | 0.000000e+00 |      --      |    Inf 
80.28/80.33	c  80.3s| 28700 |   109 |506777 |  17.7 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  17k|3069 | 0.000000e+00 |      --      |    Inf 
80.47/80.55	c  80.6s| 28800 |   109 |508481 |  17.7 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  17k|3069 | 0.000000e+00 |      --      |    Inf 
80.67/80.79	c  80.8s| 28900 |   107 |510398 |  17.7 |  10M|  43 |   - | 231 |  10k| 231 |2453 |  17 |  17k|3069 | 0.000000e+00 |      --      |    Inf 
80.97/81.04	c  81.0s| 29000 |   105 |512322 |  17.7 |  10M|  43 |  22 | 231 |  10k| 231 |2453 |  17 |  17k|3069 | 0.000000e+00 |      --      |    Inf 
81.17/81.25	c  81.3s| 29100 |   105 |513944 |  17.7 |  10M|  43 |  36 | 231 |  11k| 231 |2453 |  17 |  17k|3069 | 0.000000e+00 |      --      |    Inf 
81.37/81.47	c  81.5s| 29200 |   107 |515600 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  17k|3070 | 0.000000e+00 |      --      |    Inf 
81.67/81.73	c  81.7s| 29300 |   105 |517620 |  17.7 |  10M|  43 |  38 | 231 |  11k| 231 |2453 |  17 |  17k|3070 | 0.000000e+00 |      --      |    Inf 
81.87/81.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.87/81.96	c  82.0s| 29400 |   101 |519409 |  17.7 |  10M|  43 |  43 | 231 |  11k| 231 |2453 |  17 |  17k|3070 | 0.000000e+00 |      --      |    Inf 
82.17/82.20	c  82.2s| 29500 |   105 |521217 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  17k|3070 | 0.000000e+00 |      --      |    Inf 
82.38/82.43	c  82.4s| 29600 |   110 |522942 |  17.7 |  10M|  43 |  36 | 231 |  11k| 231 |2453 |  17 |  17k|3071 | 0.000000e+00 |      --      |    Inf 
82.57/82.68	c  82.7s| 29700 |   108 |524813 |  17.7 |  10M|  43 |  24 | 231 |  11k| 231 |2453 |  17 |  18k|3071 | 0.000000e+00 |      --      |    Inf 
82.87/82.94	c  82.9s| 29800 |   105 |526815 |  17.7 |  10M|  43 |  31 | 231 |  11k| 231 |2453 |  17 |  18k|3072 | 0.000000e+00 |      --      |    Inf 
83.07/83.19	c  83.2s| 29900 |   103 |528737 |  17.7 |  10M|  43 |  40 | 231 |  11k| 231 |2453 |  17 |  18k|3072 | 0.000000e+00 |      --      |    Inf 
83.38/83.43	c  83.4s| 30000 |   101 |530413 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3077 | 0.000000e+00 |      --      |    Inf 
83.67/83.74	c  83.7s| 30100 |    99 |532144 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3096 | 0.000000e+00 |      --      |    Inf 
83.97/84.02	c  84.0s| 30200 |   101 |534011 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3105 | 0.000000e+00 |      --      |    Inf 
84.27/84.30	c  84.3s| 30300 |   105 |535741 |  17.7 |  10M|  43 |  14 | 231 |  11k| 231 |2453 |  17 |  18k|3117 | 0.000000e+00 |      --      |    Inf 
84.47/84.56	c  84.6s| 30400 |   102 |537376 |  17.7 |  10M|  43 |  25 | 231 |  11k| 231 |2453 |  17 |  18k|3126 | 0.000000e+00 |      --      |    Inf 
84.77/84.85	c  84.9s| 30500 |   104 |539281 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3140 | 0.000000e+00 |      --      |    Inf 
85.07/85.15	c  85.1s| 30600 |   100 |541168 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3154 | 0.000000e+00 |      --      |    Inf 
85.37/85.45	c  85.5s| 30700 |   105 |543193 |  17.7 |  10M|  43 |  32 | 231 |  11k| 231 |2453 |  17 |  18k|3164 | 0.000000e+00 |      --      |    Inf 
85.67/85.79	c  85.8s| 30800 |   103 |545244 |  17.7 |  10M|  43 |  38 | 231 |  11k| 231 |2453 |  17 |  18k|3181 | 0.000000e+00 |      --      |    Inf 
85.97/86.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.97/86.07	c  86.1s| 30900 |   107 |547226 |  17.7 |  10M|  43 |  19 | 231 |  11k| 231 |2453 |  17 |  18k|3190 | 0.000000e+00 |      --      |    Inf 
86.27/86.34	c  86.3s| 31000 |   104 |549059 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3202 | 0.000000e+00 |      --      |    Inf 
86.58/86.61	c  86.6s| 31100 |   101 |550678 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3216 | 0.000000e+00 |      --      |    Inf 
86.88/86.91	c  86.9s| 31200 |   107 |552597 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  18k|3228 | 0.000000e+00 |      --      |    Inf 
87.07/87.14	c  87.1s| 31300 |   105 |554028 |  17.7 |  10M|  43 |  29 | 231 |  11k| 231 |2453 |  17 |  19k|3237 | 0.000000e+00 |      --      |    Inf 
87.37/87.45	c  87.4s| 31400 |   104 |556064 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  19k|3251 | 0.000000e+00 |      --      |    Inf 
87.67/87.74	c  87.7s| 31500 |   102 |557878 |  17.7 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  19k|3266 | 0.000000e+00 |      --      |    Inf 
87.98/88.03	c  88.0s| 31600 |   102 |559582 |  17.7 |  10M|  43 |  46 | 231 |  12k| 231 |2453 |  17 |  19k|3282 | 0.000000e+00 |      --      |    Inf 
88.17/88.28	c  88.3s| 31700 |   102 |561269 |  17.7 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  19k|3289 | 0.000000e+00 |      --      |    Inf 
88.47/88.51	c  88.5s| 31800 |   102 |562957 |  17.7 |  10M|  43 |  60 | 231 |  12k| 231 |2453 |  17 |  19k|3289 | 0.000000e+00 |      --      |    Inf 
88.67/88.76	c  88.8s| 31900 |   107 |564765 |  17.7 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  19k|3292 | 0.000000e+00 |      --      |    Inf 
88.87/89.00	c  89.0s| 32000 |   103 |566559 |  17.7 |  10M|  43 |   - | 231 |  12k|   0 |   0 |  17 |  19k|3295 | 0.000000e+00 |      --      |    Inf 
89.17/89.22	c  89.2s| 32100 |   105 |568300 |  17.7 |  10M|  43 |  37 | 231 |  12k| 231 |2453 |  17 |  19k|3295 | 0.000000e+00 |      --      |    Inf 
89.47/89.51	c  89.5s| 32200 |   105 |570591 |  17.7 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  19k|3295 | 0.000000e+00 |      --      |    Inf 
89.67/89.77	c  89.8s| 32300 |   107 |572656 |  17.7 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  19k|3296 | 0.000000e+00 |      --      |    Inf 
89.97/90.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.97/90.01	c  90.0s| 32400 |   104 |574476 |  17.7 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  19k|3297 | 0.000000e+00 |      --      |    Inf 
90.18/90.25	c  90.3s| 32500 |   105 |576415 |  17.7 |  10M|  43 |  28 | 231 |  12k| 231 |2453 |  17 |  19k|3298 | 0.000000e+00 |      --      |    Inf 
90.47/90.52	c  90.5s| 32600 |   103 |578573 |  17.7 |  10M|  43 |  47 | 231 |  12k| 231 |2453 |  17 |  19k|3299 | 0.000000e+00 |      --      |    Inf 
90.67/90.77	c  90.8s| 32700 |   102 |580434 |  17.7 |  10M|  43 |  44 | 231 |  12k| 231 |2453 |  17 |  19k|3301 | 0.000000e+00 |      --      |    Inf 
90.97/91.05	c  91.1s| 32800 |   108 |582680 |  17.8 |  10M|  43 |  48 | 231 |  12k| 231 |2453 |  17 |  19k|3303 | 0.000000e+00 |      --      |    Inf 
91.28/91.31	c  91.3s| 32900 |   109 |584699 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  20k|3303 | 0.000000e+00 |      --      |    Inf 
91.47/91.54	c  91.5s| 33000 |   103 |586477 |  17.8 |  10M|  43 |  34 | 231 |  12k| 231 |2453 |  17 |  20k|3305 | 0.000000e+00 |      --      |    Inf 
91.77/91.80	c  91.8s| 33100 |   108 |588568 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  20k|3305 | 0.000000e+00 |      --      |    Inf 
91.97/92.03	c  92.0s| 33200 |   109 |590259 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  20k|3305 | 0.000000e+00 |      --      |    Inf 
92.17/92.29	c  92.3s| 33300 |   103 |592286 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  20k|3307 | 0.000000e+00 |      --      |    Inf 
92.47/92.57	c  92.6s| 33400 |   105 |594207 |  17.8 |  10M|  43 |  30 | 231 |  12k| 231 |2453 |  17 |  20k|3311 | 0.000000e+00 |      --      |    Inf 
92.77/92.80	c  92.8s| 33500 |   106 |596027 |  17.8 |  11M|  43 |  33 | 231 |  12k| 231 |2453 |  17 |  20k|3312 | 0.000000e+00 |      --      |    Inf 
92.97/93.04	c  93.0s| 33600 |   105 |597897 |  17.8 |  11M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  20k|3312 | 0.000000e+00 |      --      |    Inf 
93.27/93.34	c  93.3s| 33700 |   105 |599869 |  17.8 |  11M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  20k|3321 | 0.000000e+00 |      --      |    Inf 
93.57/93.64	c  93.6s| 33800 |   106 |601671 |  17.8 |  10M|  43 |  26 | 231 |  12k| 231 |2453 |  17 |  20k|3335 | 0.000000e+00 |      --      |    Inf 
93.87/93.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.87/93.91	c  93.9s| 33900 |   106 |603301 |  17.8 |  10M|  43 |  29 | 231 |  12k| 231 |2453 |  17 |  20k|3345 | 0.000000e+00 |      --      |    Inf 
94.17/94.20	c  94.2s| 34000 |   106 |604984 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  20k|3359 | 0.000000e+00 |      --      |    Inf 
94.48/94.52	c  94.5s| 34100 |   104 |607243 |  17.8 |  10M|  43 |  43 | 231 |  12k| 231 |2453 |  17 |  20k|3367 | 0.000000e+00 |      --      |    Inf 
94.77/94.81	c  94.8s| 34200 |   107 |609167 |  17.8 |  10M|  43 |  26 | 231 |  12k| 231 |2453 |  17 |  20k|3375 | 0.000000e+00 |      --      |    Inf 
94.97/95.08	c  95.1s| 34300 |   109 |610889 |  17.8 |  10M|  43 |  24 | 231 |  12k| 231 |2453 |  17 |  20k|3387 | 0.000000e+00 |      --      |    Inf 
95.27/95.34	c  95.3s| 34400 |   111 |612560 |  17.8 |  10M|  43 |  26 | 231 |  12k| 231 |2453 |  17 |  20k|3395 | 0.000000e+00 |      --      |    Inf 
95.57/95.61	c  95.6s| 34500 |   111 |614302 |  17.8 |  10M|  43 |  32 | 231 |  12k| 231 |2453 |  17 |  20k|3405 | 0.000000e+00 |      --      |    Inf 
95.77/95.86	c  95.9s| 34600 |   109 |615891 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  20k|3414 | 0.000000e+00 |      --      |    Inf 
96.07/96.15	c  96.1s| 34700 |   109 |617720 |  17.8 |  10M|  43 |  37 | 231 |  12k| 231 |2453 |  17 |  21k|3426 | 0.000000e+00 |      --      |    Inf 
96.36/96.43	c  96.4s| 34800 |   107 |619607 |  17.8 |  10M|  43 |  37 | 231 |  12k| 231 |2453 |  17 |  21k|3436 | 0.000000e+00 |      --      |    Inf 
96.68/96.74	c  96.7s| 34900 |   109 |621588 |  17.8 |  10M|  43 |  33 | 231 |  12k| 231 |2453 |  17 |  21k|3450 | 0.000000e+00 |      --      |    Inf 
96.97/97.05	c  97.0s| 35000 |   107 |623383 |  17.8 |  10M|  43 |  38 | 231 |  12k| 231 |2453 |  17 |  21k|3465 | 0.000000e+00 |      --      |    Inf 
97.27/97.32	c  97.3s| 35100 |   107 |625028 |  17.8 |  10M|  43 |  33 | 231 |  12k| 231 |2453 |  17 |  21k|3475 | 0.000000e+00 |      --      |    Inf 
97.47/97.57	c  97.6s| 35200 |   108 |626628 |  17.8 |  10M|  43 |  34 | 231 |  12k| 231 |2453 |  17 |  21k|3483 | 0.000000e+00 |      --      |    Inf 
97.77/97.82	c  97.8s| 35300 |   107 |628237 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  21k|3489 | 0.000000e+00 |      --      |    Inf 
97.97/98.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.97/98.09	c  98.1s| 35400 |   103 |630119 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  21k|3496 | 0.000000e+00 |      --      |    Inf 
98.27/98.34	c  98.3s| 35500 |   102 |631945 |  17.8 |  10M|  43 |  24 | 231 |  12k| 231 |2453 |  17 |  21k|3497 | 0.000000e+00 |      --      |    Inf 
98.47/98.56	c  98.6s| 35600 |   102 |633544 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  21k|3497 | 0.000000e+00 |      --      |    Inf 
98.67/98.79	c  98.8s| 35700 |   102 |635244 |  17.8 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  21k|3498 | 0.000000e+00 |      --      |    Inf 
98.97/99.03	c  99.0s| 35800 |   101 |636989 |  17.8 |  10M|  43 |  34 | 231 |  12k| 231 |2453 |  17 |  21k|3498 | 0.000000e+00 |      --      |    Inf 
99.16/99.27	c  99.3s| 35900 |   101 |638877 |  17.8 |  10M|  43 |  49 | 231 |  12k| 231 |2453 |  17 |  21k|3499 | 0.000000e+00 |      --      |    Inf 
99.47/99.54	c  99.5s| 36000 |    94 |640746 |  17.8 |  10M|  43 |   - | 231 |  11k|   0 |   0 |  17 |  21k|3501 | 0.000000e+00 |      --      |    Inf 
99.67/99.79	c  99.8s| 36100 |    92 |642583 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3504 | 0.000000e+00 |      --      |    Inf 
99.98/100.07	c   100s| 36200 |    94 |644888 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  21k|3505 | 0.000000e+00 |      --      |    Inf 
100.26/100.33	c   100s| 36300 |    96 |646956 |  17.8 |  10M|  43 |  36 | 231 |  11k| 231 |2453 |  17 |  21k|3505 | 0.000000e+00 |      --      |    Inf 
100.47/100.57	c   101s| 36400 |    94 |648851 |  17.8 |  10M|  43 |  33 | 231 |  11k| 231 |2453 |  17 |  22k|3505 | 0.000000e+00 |      --      |    Inf 
100.77/100.80	c   101s| 36500 |    96 |650732 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3506 | 0.000000e+00 |      --      |    Inf 
100.97/101.03	c   101s| 36600 |    96 |652357 |  17.8 |  10M|  43 |  33 | 231 |  11k| 231 |2453 |  17 |  22k|3507 | 0.000000e+00 |      --      |    Inf 
101.18/101.23	c   101s| 36700 |    93 |653867 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3507 | 0.000000e+00 |      --      |    Inf 
101.37/101.43	c   101s| 36800 |    94 |655312 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3507 | 0.000000e+00 |      --      |    Inf 
101.57/101.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.57/101.69	c   102s| 36900 |    96 |657500 |  17.8 |  10M|  43 |  31 | 231 |  11k| 231 |2453 |  17 |  22k|3507 | 0.000000e+00 |      --      |    Inf 
101.87/101.94	c   102s| 37000 |    95 |659456 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3507 | 0.000000e+00 |      --      |    Inf 
102.07/102.20	c   102s| 37100 |    97 |661412 |  17.8 |  10M|  43 |  39 | 231 |  11k| 231 |2453 |  17 |  22k|3507 | 0.000000e+00 |      --      |    Inf 
102.47/102.50	c   102s| 37200 |    93 |663897 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3507 | 0.000000e+00 |      --      |    Inf 
102.66/102.75	c   103s| 37300 |    95 |665893 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3507 | 0.000000e+00 |      --      |    Inf 
102.97/103.05	c   103s| 37400 |    95 |667755 |  17.9 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3519 | 0.000000e+00 |      --      |    Inf 
103.27/103.36	c   103s| 37500 |    97 |669866 |  17.9 |  10M|  43 |  22 | 231 |  11k| 231 |2453 |  17 |  22k|3528 | 0.000000e+00 |      --      |    Inf 
103.56/103.60	c   104s| 37600 |    95 |671488 |  17.9 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3533 | 0.000000e+00 |      --      |    Inf 
103.77/103.85	c   104s| 37700 |   100 |673079 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3543 | 0.000000e+00 |      --      |    Inf 
104.07/104.11	c   104s| 37800 |    99 |674618 |  17.8 |  10M|  43 |  37 | 231 |  11k| 231 |2453 |  17 |  22k|3555 | 0.000000e+00 |      --      |    Inf 
104.27/104.39	c   104s| 37900 |    95 |676308 |  17.8 |  10M|  43 |  43 | 231 |  11k| 231 |2453 |  17 |  22k|3569 | 0.000000e+00 |      --      |    Inf 
104.56/104.67	c   105s| 38000 |    95 |678052 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  22k|3580 | 0.000000e+00 |      --      |    Inf 
104.77/104.89	c   105s| 38100 |    98 |679681 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3585 | 0.000000e+00 |      --      |    Inf 
105.07/105.17	c   105s| 38200 |   100 |681322 |  17.8 |  10M|  43 |  25 | 231 |  11k| 231 |2453 |  17 |  23k|3600 | 0.000000e+00 |      --      |    Inf 
105.37/105.41	c   105s| 38300 |    99 |683025 |  17.8 |  10M|  43 |  18 | 231 |  11k| 231 |2453 |  17 |  23k|3605 | 0.000000e+00 |      --      |    Inf 
105.57/105.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.57/105.61	c   106s| 38400 |   100 |684262 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3612 | 0.000000e+00 |      --      |    Inf 
105.77/105.81	c   106s| 38500 |   101 |685443 |  17.8 |  10M|  43 |  30 | 231 |  11k| 231 |2453 |  17 |  23k|3620 | 0.000000e+00 |      --      |    Inf 
105.97/106.02	c   106s| 38600 |    98 |686905 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3625 | 0.000000e+00 |      --      |    Inf 
106.17/106.23	c   106s| 38700 |    97 |688223 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3632 | 0.000000e+00 |      --      |    Inf 
106.37/106.49	c   106s| 38800 |    99 |689938 |  17.8 |  10M|  43 |  34 | 231 |  11k| 231 |2453 |  17 |  23k|3644 | 0.000000e+00 |      --      |    Inf 
106.67/106.73	c   107s| 38900 |    96 |691493 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3653 | 0.000000e+00 |      --      |    Inf 
106.97/107.02	c   107s| 39000 |    96 |693425 |  17.8 |  10M|  43 |  40 | 231 |  12k| 231 |2453 |  17 |  23k|3667 | 0.000000e+00 |      --      |    Inf 
107.16/107.26	c   107s| 39100 |   101 |694886 |  17.8 |  10M|  43 |  30 | 231 |  11k| 231 |2453 |  17 |  23k|3675 | 0.000000e+00 |      --      |    Inf 
107.47/107.53	c   108s| 39200 |    95 |696544 |  17.8 |  10M|  43 |  46 | 231 |  11k| 231 |2453 |  17 |  23k|3687 | 0.000000e+00 |      --      |    Inf 
107.67/107.78	c   108s| 39300 |   101 |698116 |  17.8 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3697 | 0.000000e+00 |      --      |    Inf 
107.97/108.03	c   108s| 39400 |    97 |699655 |  17.8 |  10M|  43 |  28 | 231 |  11k| 231 |2453 |  17 |  23k|3707 | 0.000000e+00 |      --      |    Inf 
108.17/108.28	c   108s| 39500 |    99 |701145 |  17.7 |  10M|  43 |  26 | 231 |  11k| 231 |2453 |  17 |  23k|3717 | 0.000000e+00 |      --      |    Inf 
108.47/108.50	c   109s| 39600 |    99 |702570 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3722 | 0.000000e+00 |      --      |    Inf 
108.67/108.71	c   109s| 39700 |    99 |703837 |  17.7 |  10M|  43 |  29 | 231 |  11k| 231 |2453 |  17 |  23k|3729 | 0.000000e+00 |      --      |    Inf 
108.87/108.96	c   109s| 39800 |   101 |705219 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  23k|3742 | 0.000000e+00 |      --      |    Inf 
109.17/109.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.17/109.21	c   109s| 39900 |    97 |706768 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3754 | 0.000000e+00 |      --      |    Inf 
109.36/109.45	c   109s| 40000 |   101 |708278 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3763 | 0.000000e+00 |      --      |    Inf 
109.67/109.70	c   110s| 40100 |    99 |709914 |  17.7 |  10M|  43 |  34 | 231 |  11k| 231 |2453 |  17 |  24k|3773 | 0.000000e+00 |      --      |    Inf 
109.87/109.97	c   110s| 40200 |    97 |711650 |  17.7 |  10M|  43 |  34 | 231 |  11k| 231 |2453 |  17 |  24k|3783 | 0.000000e+00 |      --      |    Inf 
110.16/110.20	c   110s| 40300 |    99 |713312 |  17.7 |  10M|  43 |  40 | 231 |  11k| 231 |2453 |  17 |  24k|3785 | 0.000000e+00 |      --      |    Inf 
110.37/110.42	c   110s| 40400 |    97 |715017 |  17.7 |  10M|  43 |  38 | 231 |  11k| 231 |2453 |  17 |  24k|3785 | 0.000000e+00 |      --      |    Inf 
110.57/110.67	c   111s| 40500 |    97 |716714 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3793 | 0.000000e+00 |      --      |    Inf 
110.77/110.86	c   111s| 40600 |    99 |717970 |  17.7 |  10M|  43 |  29 | 231 |  11k| 231 |2453 |  17 |  24k|3796 | 0.000000e+00 |      --      |    Inf 
110.97/111.05	c   111s| 40700 |   101 |719251 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3797 | 0.000000e+00 |      --      |    Inf 
111.16/111.26	c   111s| 40800 |    99 |720853 |  17.7 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3797 | 0.000000e+00 |      --      |    Inf 
111.37/111.44	c   111s| 40900 |   100 |722047 |  17.7 |  10M|  43 |  31 | 231 |  11k| 231 |2453 |  17 |  24k|3798 | 0.000000e+00 |      --      |    Inf 
111.57/111.67	c   112s| 41000 |   102 |723588 |  17.6 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3800 | 0.000000e+00 |      --      |    Inf 
111.76/111.87	c   112s| 41100 |   103 |725029 |  17.6 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3802 | 0.000000e+00 |      --      |    Inf 
111.97/112.10	c   112s| 41200 |   102 |726712 |  17.6 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3802 | 0.000000e+00 |      --      |    Inf 
112.26/112.31	c   112s| 41300 |   100 |728312 |  17.6 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3803 | 0.000000e+00 |      --      |    Inf 
112.47/112.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.47/112.55	c   113s| 41400 |   100 |730228 |  17.6 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3804 | 0.000000e+00 |      --      |    Inf 
112.67/112.80	c   113s| 41500 |    98 |732133 |  17.6 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3805 | 0.000000e+00 |      --      |    Inf 
112.96/113.02	c   113s| 41600 |   100 |733709 |  17.6 |  10M|  43 |   - | 231 |  11k| 231 |2453 |  17 |  24k|3808 | 0.000000e+00 |      --      |    Inf 
113.17/113.29	c   113s| 41700 |    98 |735824 |  17.6 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  25k|3809 | 0.000000e+00 |      --      |    Inf 
113.46/113.53	c   114s| 41800 |   102 |737688 |  17.6 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
113.67/113.76	c   114s| 41900 |   109 |739391 |  17.6 |  10M|  43 |  38 | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
113.87/113.97	c   114s| 42000 |   107 |741005 |  17.6 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
114.17/114.20	c   114s| 42100 |   105 |742755 |  17.6 |  10M|  43 |  30 | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
114.37/114.44	c   114s| 42200 |   107 |744645 |  17.6 |  10M|  43 |  32 | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
114.56/114.69	c   115s| 42300 |   103 |746571 |  17.6 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
114.87/114.95	c   115s| 42400 |   107 |748708 |  17.7 |  10M|  43 |  28 | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
115.16/115.21	c   115s| 42500 |   107 |750774 |  17.7 |  10M|  43 |  37 | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
115.37/115.48	c   115s| 42600 |   102 |752897 |  17.7 |  10M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
115.67/115.72	c   116s| 42700 |   104 |754792 |  17.7 |  10M|  43 |  34 | 231 |  12k| 231 |2453 |  17 |  25k|3810 | 0.000000e+00 |      --      |    Inf 
115.97/116.02	c   116s| 42800 |   102 |756707 |  17.7 |  11M|  43 |  38 | 231 |  12k| 231 |2453 |  17 |  25k|3822 | 0.000000e+00 |      --      |    Inf 
116.17/116.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.17/116.25	c   116s| 42900 |   104 |758115 |  17.7 |  11M|  43 |  32 | 231 |  12k| 231 |2453 |  17 |  25k|3830 | 0.000000e+00 |      --      |    Inf 
116.48/116.52	c   117s| 43000 |   104 |759815 |  17.7 |  11M|  43 |  21 | 231 |  12k| 231 |2453 |  17 |  25k|3839 | 0.000000e+00 |      --      |    Inf 
116.77/116.80	c   117s| 43100 |   100 |761678 |  17.7 |  11M|  43 |  36 | 231 |  12k| 231 |2453 |  17 |  25k|3850 | 0.000000e+00 |      --      |    Inf 
117.07/117.13	c   117s| 43200 |   103 |763754 |  17.7 |  11M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  25k|3863 | 0.000000e+00 |      --      |    Inf 
117.37/117.41	c   117s| 43300 |   103 |765633 |  17.7 |  11M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  26k|3872 | 0.000000e+00 |      --      |    Inf 
117.58/117.67	c   118s| 43400 |   102 |767266 |  17.7 |  11M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  26k|3881 | 0.000000e+00 |      --      |    Inf 
117.87/117.90	c   118s| 43500 |   111 |768757 |  17.7 |  11M|  43 |  34 | 231 |  12k| 231 |2453 |  17 |  26k|3888 | 0.000000e+00 |      --      |    Inf 
118.06/118.16	c   118s| 43600 |   105 |770402 |  17.7 |  11M|  43 |  30 | 231 |  12k| 231 |2453 |  17 |  26k|3898 | 0.000000e+00 |      --      |    Inf 
118.37/118.43	c   118s| 43700 |   106 |772102 |  17.7 |  11M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  26k|3909 | 0.000000e+00 |      --      |    Inf 
118.56/118.68	c   119s| 43800 |   106 |773821 |  17.7 |  11M|  43 |  33 | 231 |  12k| 231 |2453 |  17 |  26k|3914 | 0.000000e+00 |      --      |    Inf 
118.87/118.96	c   119s| 43900 |   100 |775639 |  17.7 |  11M|  43 |   - | 231 |  12k|   0 |   0 |  17 |  26k|3924 | 0.000000e+00 |      --      |    Inf 
119.17/119.23	c   119s| 44000 |   100 |777233 |  17.7 |  11M|  43 |  34 | 231 |  12k| 231 |2453 |  17 |  26k|3936 | 0.000000e+00 |      --      |    Inf 
119.37/119.47	c   119s| 44100 |   100 |778877 |  17.7 |  11M|  43 |  32 | 231 |  12k| 231 |2453 |  17 |  26k|3941 | 0.000000e+00 |      --      |    Inf 
119.67/119.76	c   120s| 44200 |   106 |780764 |  17.7 |  11M|  43 |  27 | 231 |  12k| 231 |2453 |  17 |  26k|3953 | 0.000000e+00 |      --      |    Inf 
119.96/120.08	c   120s| 44300 |   106 |782939 |  17.7 |  11M|  43 |  38 | 231 |  12k| 231 |2453 |  17 |  26k|3964 | 0.000000e+00 |      --      |    Inf 
120.26/120.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.26/120.38	c   120s| 44400 |   108 |784929 |  17.7 |  11M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  26k|3977 | 0.000000e+00 |      --      |    Inf 
120.57/120.66	c   121s| 44500 |   115 |786906 |  17.7 |  11M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  26k|3985 | 0.000000e+00 |      --      |    Inf 
120.87/120.92	c   121s| 44600 |   115 |788855 |  17.7 |  11M|  43 |  19 | 231 |  12k| 231 |2453 |  17 |  26k|3992 | 0.000000e+00 |      --      |    Inf 
121.06/121.16	c   121s| 44700 |   114 |790662 |  17.7 |  11M|  43 |  40 | 231 |  12k| 231 |2453 |  17 |  26k|3994 | 0.000000e+00 |      --      |    Inf 
121.37/121.40	c   121s| 44800 |   116 |792451 |  17.7 |  11M|  43 |  29 | 231 |  12k| 231 |2453 |  17 |  26k|3997 | 0.000000e+00 |      --      |    Inf 
121.56/121.68	c   122s| 44900 |   114 |794451 |  17.7 |  11M|  43 |  35 | 231 |  12k| 231 |2453 |  17 |  26k|4002 | 0.000000e+00 |      --      |    Inf 
121.87/121.97	c   122s| 45000 |   112 |796534 |  17.7 |  11M|  43 |  36 | 231 |  12k| 231 |2453 |  17 |  27k|4012 | 0.000000e+00 |      --      |    Inf 
122.16/122.21	c   122s| 45100 |   107 |798169 |  17.7 |  11M|  43 |   - | 231 |  12k| 231 |2453 |  17 |  27k|4018 | 0.000000e+00 |      --      |    Inf 
122.36/122.48	c   122s| 45200 |   107 |800161 |  17.7 |  11M|  43 |  45 | 231 |  13k| 231 |2453 |  17 |  27k|4022 | 0.000000e+00 |      --      |    Inf 
122.66/122.73	c   123s| 45300 |   109 |801878 |  17.7 |  11M|  43 |  35 | 231 |  13k| 231 |2453 |  17 |  27k|4027 | 0.000000e+00 |      --      |    Inf 
122.87/122.93	c   123s| 45400 |   114 |803302 |  17.7 |  11M|  43 |  26 | 231 |  13k| 231 |2453 |  17 |  27k|4028 | 0.000000e+00 |      --      |    Inf 
123.07/123.11	c   123s| 45500 |   113 |804714 |  17.7 |  11M|  43 |  34 | 231 |  13k| 231 |2453 |  17 |  27k|4028 | 0.000000e+00 |      --      |    Inf 
123.27/123.35	c   123s| 45600 |   114 |806516 |  17.7 |  11M|  43 |  34 | 231 |  13k| 231 |2453 |  17 |  27k|4031 | 0.000000e+00 |      --      |    Inf 
123.56/123.62	c   124s| 45700 |   111 |808721 |  17.7 |  11M|  43 |  30 | 231 |  13k| 231 |2453 |  17 |  27k|4031 | 0.000000e+00 |      --      |    Inf 
123.77/123.83	c   124s| 45800 |   114 |810314 |  17.7 |  11M|  43 |   - | 231 |  13k| 231 |2453 |  17 |  27k|4031 | 0.000000e+00 |      --      |    Inf 
123.97/124.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.97/124.05	c   124s| 45900 |   113 |811813 |  17.7 |  11M|  43 |  33 | 231 |  13k| 231 |2453 |  17 |  27k|4036 | 0.000000e+00 |      --      |    Inf 
124.18/124.28	c   124s| 46000 |   113 |813399 |  17.7 |  11M|  43 |   - | 231 |  13k|   0 |   0 |  17 |  27k|4039 | 0.000000e+00 |      --      |    Inf 
124.37/124.48	c   124s| 46100 |   112 |814857 |  17.7 |  11M|  43 |  22 | 231 |  13k| 231 |2453 |  17 |  27k|4041 | 0.000000e+00 |      --      |    Inf 
124.67/124.70	c   125s| 46200 |   112 |816509 |  17.7 |  11M|  43 |   - | 231 |  13k| 231 |2453 |  17 |  27k|4041 | 0.000000e+00 |      --      |    Inf 
124.86/124.92	c   125s| 46300 |   110 |818020 |  17.7 |  11M|  43 |   - | 231 |  13k| 231 |2453 |  17 |  27k|4042 | 0.000000e+00 |      --      |    Inf 
125.07/125.13	c   125s| 46400 |   107 |819497 |  17.7 |  11M|  43 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4043 | 0.000000e+00 |      --      |    Inf 
125.27/125.33	c   125s| 46500 |   107 |820886 |  17.7 |  11M|  43 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4043 | 0.000000e+00 |      --      |    Inf 
125.47/125.55	c   126s| 46600 |   107 |822411 |  17.6 |  11M|  43 |  40 | 231 |  13k| 231 |2453 |  17 |  28k|4044 | 0.000000e+00 |      --      |    Inf 
125.66/125.76	c   126s| 46700 |   107 |823976 |  17.6 |  11M|  43 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4044 | 0.000000e+00 |      --      |    Inf 
125.87/125.97	c   126s| 46800 |   103 |825450 |  17.6 |  11M|  43 |  45 | 231 |  13k| 231 |2453 |  17 |  28k|4044 | 0.000000e+00 |      --      |    Inf 
126.16/126.24	c   126s| 46900 |   104 |827427 |  17.6 |  11M|  44 |  37 | 231 |  13k| 231 |2453 |  17 |  28k|4047 | 0.000000e+00 |      --      |    Inf 
126.37/126.46	c   126s| 47000 |   108 |829105 |  17.6 |  11M|  44 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4047 | 0.000000e+00 |      --      |    Inf 
126.56/126.67	c   127s| 47100 |   110 |830672 |  17.6 |  11M|  44 |  35 | 231 |  13k| 231 |2453 |  17 |  28k|4047 | 0.000000e+00 |      --      |    Inf 
126.87/126.91	c   127s| 47200 |   106 |832606 |  17.6 |  11M|  44 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4047 | 0.000000e+00 |      --      |    Inf 
127.06/127.15	c   127s| 47300 |   108 |834502 |  17.6 |  11M|  44 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4047 | 0.000000e+00 |      --      |    Inf 
127.37/127.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.37/127.40	c   127s| 47400 |   108 |836539 |  17.6 |  11M|  44 |  36 | 231 |  13k| 231 |2453 |  17 |  28k|4047 | 0.000000e+00 |      --      |    Inf 
127.57/127.67	c   128s| 47500 |   114 |838227 |  17.6 |  11M|  44 |  24 | 231 |  13k| 231 |2453 |  17 |  28k|4056 | 0.000000e+00 |      --      |    Inf 
127.87/127.96	c   128s| 47600 |   114 |840185 |  17.6 |  11M|  44 |  40 | 231 |  13k| 231 |2453 |  17 |  28k|4065 | 0.000000e+00 |      --      |    Inf 
128.17/128.21	c   128s| 47700 |   116 |841871 |  17.6 |  11M|  44 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4071 | 0.000000e+00 |      --      |    Inf 
128.37/128.48	c   128s| 47800 |   115 |843739 |  17.6 |  11M|  44 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4078 | 0.000000e+00 |      --      |    Inf 
128.67/128.79	c   129s| 47900 |   117 |845761 |  17.7 |  11M|  44 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4089 | 0.000000e+00 |      --      |    Inf 
128.97/129.08	c   129s| 48000 |   126 |847713 |  17.7 |  11M|  44 |   - | 231 |  13k| 231 |2453 |  17 |  28k|4099 | 0.000000e+00 |      --      |    Inf 
129.27/129.35	c   129s| 48100 |   126 |849563 |  17.7 |  11M|  44 |  30 | 231 |  13k| 231 |2453 |  17 |  29k|4107 | 0.000000e+00 |      --      |    Inf 
129.56/129.62	c   130s| 48200 |   130 |851479 |  17.7 |  11M|  44 |  23 | 231 |  13k| 231 |2453 |  17 |  29k|4114 | 0.000000e+00 |      --      |    Inf 
129.87/129.95	c   130s| 48300 |   131 |853587 |  17.7 |  11M|  44 |   - | 231 |  13k| 231 |2453 |  17 |  29k|4128 | 0.000000e+00 |      --      |    Inf 
130.16/130.23	c   130s| 48400 |   128 |855632 |  17.7 |  11M|  44 |   - | 231 |  13k| 231 |2453 |  17 |  29k|4135 | 0.000000e+00 |      --      |    Inf 
130.46/130.54	c   131s| 48500 |   126 |857777 |  17.7 |  11M|  45 |  38 | 231 |  13k| 231 |2453 |  17 |  29k|4145 | 0.000000e+00 |      --      |    Inf 
130.77/130.88	c   131s| 48600 |   123 |859999 |  17.7 |  11M|  45 |  36 | 231 |  13k| 231 |2453 |  17 |  29k|4161 | 0.000000e+00 |      --      |    Inf 
131.07/131.18	c   131s| 48700 |   124 |862100 |  17.7 |  11M|  45 |  27 | 231 |  13k| 231 |2453 |  17 |  29k|4173 | 0.000000e+00 |      --      |    Inf 
131.36/131.49	c   131s| 48800 |   125 |864102 |  17.7 |  11M|  45 |  35 | 231 |  13k| 231 |2453 |  17 |  29k|4184 | 0.000000e+00 |      --      |    Inf 
131.77/131.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.77/131.81	c   132s| 48900 |   130 |866220 |  17.7 |  11M|  45 |  23 | 231 |  13k| 231 |2453 |  17 |  29k|4197 | 0.000000e+00 |      --      |    Inf 
131.97/132.07	c   132s| 49000 |   134 |868053 |  17.7 |  11M|  45 |   - | 231 |  14k| 231 |2453 |  17 |  29k|4204 | 0.000000e+00 |      --      |    Inf 
132.27/132.30	c   132s| 49100 |   130 |869730 |  17.7 |  11M|  45 |   - | 231 |  14k| 231 |2453 |  17 |  29k|4207 | 0.000000e+00 |      --      |    Inf 
132.56/132.60	c   133s| 49200 |   146 |871992 |  17.7 |  11M|  45 |  23 | 231 |  14k| 231 |2453 |  17 |  29k|4210 | 0.000000e+00 |      --      |    Inf 
132.76/132.80	c   133s| 49300 |   148 |873427 |  17.7 |  11M|  45 |   - | 231 |  14k| 231 |2453 |  17 |  29k|4212 | 0.000000e+00 |      --      |    Inf 
132.87/132.98	c   133s| 49400 |   148 |874619 |  17.7 |  11M|  45 |  33 | 231 |  14k| 231 |2453 |  17 |  29k|4215 | 0.000000e+00 |      --      |    Inf 
133.07/133.19	c   133s| 49500 |   149 |876189 |  17.7 |  11M|  47 |   - | 231 |  14k| 231 |2453 |  17 |  29k|4216 | 0.000000e+00 |      --      |    Inf 
133.37/133.40	c   133s| 49600 |   148 |877738 |  17.7 |  11M|  49 |  43 | 231 |  14k| 231 |2453 |  17 |  29k|4218 | 0.000000e+00 |      --      |    Inf 
133.57/133.60	c   134s| 49700 |   145 |879188 |  17.7 |  11M|  49 |   - | 231 |  14k| 231 |2453 |  17 |  29k|4218 | 0.000000e+00 |      --      |    Inf 
133.76/133.80	c   134s| 49800 |   149 |880763 |  17.7 |  11M|  49 |   - | 231 |  14k| 231 |2453 |  17 |  29k|4218 | 0.000000e+00 |      --      |    Inf 
133.97/134.00	c   134s| 49900 |   148 |882256 |  17.7 |  11M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  30k|4218 | 0.000000e+00 |      --      |    Inf 
134.17/134.24	c   134s| 50000 |   152 |884022 |  17.7 |  11M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
134.37/134.48	c   134s| 50100 |   154 |885903 |  17.7 |  11M|  54 |  44 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
134.66/134.72	c   135s| 50200 |   156 |887799 |  17.7 |  11M|  54 |  31 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
134.87/134.97	c   135s| 50300 |   156 |889828 |  17.7 |  11M|  54 |  41 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
135.17/135.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.17/135.21	c   135s| 50400 |   154 |891765 |  17.7 |  11M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
135.36/135.43	c   135s| 50500 |   158 |893392 |  17.7 |  11M|  54 |  25 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
135.57/135.67	c   136s| 50600 |   162 |895223 |  17.7 |  11M|  54 |  26 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
135.87/135.90	c   136s| 50700 |   160 |897000 |  17.7 |  11M|  54 |  24 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
136.06/136.14	c   136s| 50800 |   158 |898934 |  17.7 |  11M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
136.27/136.38	c   136s| 50900 |   161 |900768 |  17.7 |  11M|  54 |  42 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
136.56/136.63	c   137s| 51000 |   168 |902744 |  17.7 |  11M|  54 |   - | 231 |  14k|   0 |   0 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
136.86/136.90	c   137s| 51100 |   170 |904851 |  17.7 |  12M|  54 |  34 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
137.06/137.17	c   137s| 51200 |   176 |907052 |  17.7 |  12M|  54 |  44 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
137.37/137.43	c   137s| 51300 |   182 |909133 |  17.7 |  12M|  54 |   - | 231 |  14k|   0 |   0 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
137.56/137.67	c   138s| 51400 |   182 |910888 |  17.7 |  12M|  54 |  20 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
137.76/137.85	c   138s| 51500 |   181 |912249 |  17.7 |  12M|  54 |  32 | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
137.96/138.06	c   138s| 51600 |   180 |913835 |  17.7 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  30k|4220 | 0.000000e+00 |      --      |    Inf 
138.26/138.35	c   138s| 51700 |   179 |915445 |  17.7 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  31k|4235 | 0.000000e+00 |      --      |    Inf 
138.47/138.59	c   139s| 51800 |   176 |917288 |  17.7 |  12M|  54 |  44 | 231 |  14k| 231 |2453 |  17 |  31k|4235 | 0.000000e+00 |      --      |    Inf 
138.76/138.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.76/138.86	c   139s| 51900 |   175 |918987 |  17.7 |  12M|  54 |  40 | 231 |  14k| 231 |2453 |  17 |  31k|4247 | 0.000000e+00 |      --      |    Inf 
139.07/139.15	c   139s| 52000 |   179 |920918 |  17.7 |  12M|  54 |  29 | 231 |  14k| 231 |2453 |  17 |  31k|4260 | 0.000000e+00 |      --      |    Inf 
139.36/139.43	c   139s| 52100 |   178 |922890 |  17.7 |  12M|  54 |  39 | 231 |  14k| 231 |2453 |  17 |  31k|4269 | 0.000000e+00 |      --      |    Inf 
139.67/139.70	c   140s| 52200 |   176 |924957 |  17.7 |  12M|  54 |  33 | 231 |  14k| 231 |2453 |  17 |  31k|4274 | 0.000000e+00 |      --      |    Inf 
139.97/140.01	c   140s| 52300 |   176 |926889 |  17.7 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  31k|4288 | 0.000000e+00 |      --      |    Inf 
140.16/140.27	c   140s| 52400 |   177 |928690 |  17.7 |  12M|  54 |  36 | 231 |  14k| 231 |2453 |  17 |  31k|4294 | 0.000000e+00 |      --      |    Inf 
140.46/140.54	c   141s| 52500 |   175 |930613 |  17.7 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  31k|4302 | 0.000000e+00 |      --      |    Inf 
140.77/140.89	c   141s| 52600 |   180 |932878 |  17.7 |  12M|  54 |  38 | 231 |  14k| 231 |2453 |  17 |  31k|4321 | 0.000000e+00 |      --      |    Inf 
141.16/141.23	c   141s| 52700 |   176 |935431 |  17.7 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  31k|4327 | 0.000000e+00 |      --      |    Inf 
141.46/141.54	c   142s| 52800 |   175 |937423 |  17.8 |  12M|  54 |  31 | 231 |  14k| 231 |2453 |  17 |  31k|4339 | 0.000000e+00 |      --      |    Inf 
141.77/141.80	c   142s| 52900 |   174 |939219 |  17.8 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  31k|4344 | 0.000000e+00 |      --      |    Inf 
142.06/142.11	c   142s| 53000 |   179 |941283 |  17.8 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  31k|4353 | 0.000000e+00 |      --      |    Inf 
142.37/142.41	c   142s| 53100 |   183 |943293 |  17.8 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  31k|4364 | 0.000000e+00 |      --      |    Inf 
142.56/142.68	c   143s| 53200 |   186 |945116 |  17.8 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  31k|4373 | 0.000000e+00 |      --      |    Inf 
142.87/142.97	c   143s| 53300 |   188 |947136 |  17.8 |  12M|  54 |  42 | 231 |  14k| 231 |2453 |  17 |  31k|4383 | 0.000000e+00 |      --      |    Inf 
143.16/143.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.16/143.24	c   143s| 53400 |   194 |949115 |  17.8 |  12M|  54 |  28 | 231 |  14k| 231 |2453 |  17 |  31k|4389 | 0.000000e+00 |      --      |    Inf 
143.37/143.48	c   143s| 53500 |   190 |951023 |  17.8 |  12M|  54 |   - | 231 |  14k| 231 |2453 |  17 |  32k|4390 | 0.000000e+00 |      --      |    Inf 
143.66/143.73	c   144s| 53600 |   194 |953092 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  32k|4391 | 0.000000e+00 |      --      |    Inf 
143.86/143.98	c   144s| 53700 |   187 |955045 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  32k|4393 | 0.000000e+00 |      --      |    Inf 
144.16/144.27	c   144s| 53800 |   189 |957356 |  17.8 |  12M|  57 |  39 | 231 |  14k| 231 |2453 |  17 |  32k|4394 | 0.000000e+00 |      --      |    Inf 
144.36/144.49	c   144s| 53900 |   189 |958848 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  32k|4394 | 0.000000e+00 |      --      |    Inf 
144.67/144.72	c   145s| 54000 |   189 |960545 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  32k|4395 | 0.000000e+00 |      --      |    Inf 
144.86/144.97	c   145s| 54100 |   189 |962335 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  32k|4397 | 0.000000e+00 |      --      |    Inf 
145.16/145.29	c   145s| 54200 |   192 |964800 |  17.8 |  12M|  57 |  37 | 231 |  14k| 231 |2453 |  17 |  32k|4401 | 0.000000e+00 |      --      |    Inf 
145.56/145.63	c   146s| 54300 |   190 |967653 |  17.8 |  12M|  57 |  28 | 231 |  14k| 231 |2453 |  17 |  32k|4404 | 0.000000e+00 |      --      |    Inf 
145.76/145.83	c   146s| 54400 |   190 |969119 |  17.8 |  12M|  57 |  32 | 231 |  14k| 231 |2453 |  17 |  32k|4405 | 0.000000e+00 |      --      |    Inf 
145.96/146.04	c   146s| 54500 |   192 |970662 |  17.8 |  12M|  57 |  34 | 231 |  14k| 231 |2453 |  17 |  32k|4407 | 0.000000e+00 |      --      |    Inf 
146.17/146.23	c   146s| 54600 |   193 |972024 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  32k|4408 | 0.000000e+00 |      --      |    Inf 
146.36/146.44	c   146s| 54700 |   194 |973474 |  17.8 |  12M|  57 |  20 | 231 |  14k| 231 |2453 |  17 |  32k|4409 | 0.000000e+00 |      --      |    Inf 
146.57/146.66	c   147s| 54800 |   196 |975156 |  17.8 |  12M|  57 |  39 | 231 |  14k| 231 |2453 |  17 |  32k|4411 | 0.000000e+00 |      --      |    Inf 
146.86/146.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.86/146.91	c   147s| 54900 |   193 |976980 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  32k|4415 | 0.000000e+00 |      --      |    Inf 
147.06/147.15	c   147s| 55000 |   191 |978885 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  32k|4415 | 0.000000e+00 |      --      |    Inf 
147.37/147.42	c   147s| 55100 |   191 |980904 |  17.8 |  12M|  57 |  29 | 231 |  14k| 231 |2453 |  17 |  32k|4419 | 0.000000e+00 |      --      |    Inf 
147.56/147.68	c   148s| 55200 |   187 |982998 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  33k|4419 | 0.000000e+00 |      --      |    Inf 
147.86/147.94	c   148s| 55300 |   189 |984838 |  17.8 |  12M|  57 |  40 | 231 |  14k| 231 |2453 |  17 |  33k|4420 | 0.000000e+00 |      --      |    Inf 
148.16/148.22	c   148s| 55400 |   197 |987030 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  33k|4421 | 0.000000e+00 |      --      |    Inf 
148.37/148.45	c   148s| 55500 |   195 |988747 |  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  33k|4422 | 0.000000e+00 |      --      |    Inf 
148.56/148.67	c   149s| 55600 |   197 |990435 |  17.8 |  12M|  57 |  33 | 231 |  14k| 231 |2453 |  17 |  33k|4422 | 0.000000e+00 |      --      |    Inf 
148.76/148.86	c   149s| 55700 |   198 |991833 |  17.8 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  33k|4422 | 0.000000e+00 |      --      |    Inf 
148.96/149.06	c   149s| 55800 |   193 |993218 |  17.8 |  12M|  57 |  31 | 231 |  15k| 231 |2453 |  17 |  33k|4422 | 0.000000e+00 |      --      |    Inf 
149.16/149.28	c   149s| 55900 |   197 |994901 |  17.8 |  12M|  57 |  30 | 231 |  15k| 231 |2453 |  17 |  33k|4423 | 0.000000e+00 |      --      |    Inf 
149.36/149.50	c   150s| 56000 |   193 |996470 |  17.8 |  12M|  57 |  35 | 231 |  15k| 231 |2453 |  17 |  33k|4423 | 0.000000e+00 |      --      |    Inf 
149.66/149.73	c   150s| 56100 |   193 |998190 |  17.8 |  12M|  57 |  33 | 231 |  15k| 231 |2453 |  17 |  33k|4423 | 0.000000e+00 |      --      |    Inf 
149.96/150.05	c   150s| 56200 |   193 |  1000k|  17.8 |  12M|  57 |  31 | 231 |  15k| 231 |2453 |  17 |  33k|4438 | 0.000000e+00 |      --      |    Inf 
150.26/150.36	c   150s| 56300 |   195 |  1002k|  17.8 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  33k|4448 | 0.000000e+00 |      --      |    Inf 
150.57/150.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.57/150.62	c   151s| 56400 |   197 |  1004k|  17.8 |  12M|  57 |  36 | 231 |  15k| 231 |2453 |  17 |  33k|4448 | 0.000000e+00 |      --      |    Inf 
150.86/150.95	c   151s| 56500 |   197 |  1006k|  17.8 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  33k|4464 | 0.000000e+00 |      --      |    Inf 
151.16/151.29	c   151s| 56600 |   197 |  1008k|  17.8 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  34k|4478 | 0.000000e+00 |      --      |    Inf 
151.46/151.55	c   152s| 56700 |   195 |  1010k|  17.8 |  12M|  57 |  40 | 231 |  15k| 231 |2453 |  17 |  34k|4482 | 0.000000e+00 |      --      |    Inf 
151.77/151.86	c   152s| 56800 |   193 |  1012k|  17.8 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  34k|4498 | 0.000000e+00 |      --      |    Inf 
152.06/152.13	c   152s| 56900 |   191 |  1014k|  17.8 |  12M|  57 |  34 | 231 |  15k| 231 |2453 |  17 |  34k|4505 | 0.000000e+00 |      --      |    Inf 
152.26/152.36	c   152s| 57000 |   193 |  1015k|  17.8 |  12M|  57 |  41 | 231 |  15k| 231 |2453 |  17 |  34k|4507 | 0.000000e+00 |      --      |    Inf 
152.56/152.62	c   153s| 57100 |   195 |  1017k|  17.8 |  12M|  57 |  29 | 231 |  15k| 231 |2453 |  17 |  34k|4514 | 0.000000e+00 |      --      |    Inf 
152.76/152.88	c   153s| 57200 |   196 |  1019k|  17.8 |  12M|  57 |  21 | 231 |  15k| 231 |2453 |  17 |  34k|4525 | 0.000000e+00 |      --      |    Inf 
153.06/153.17	c   153s| 57300 |   194 |  1021k|  17.8 |  12M|  57 |  24 | 231 |  15k| 231 |2453 |  17 |  34k|4532 | 0.000000e+00 |      --      |    Inf 
153.36/153.47	c   153s| 57400 |   195 |  1023k|  17.8 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  34k|4542 | 0.000000e+00 |      --      |    Inf 
153.66/153.77	c   154s| 57500 |   199 |  1025k|  17.8 |  12M|  57 |  36 | 231 |  15k| 231 |2453 |  17 |  34k|4551 | 0.000000e+00 |      --      |    Inf 
153.96/154.08	c   154s| 57600 |   191 |  1027k|  17.8 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  34k|4563 | 0.000000e+00 |      --      |    Inf 
154.26/154.38	c   154s| 57700 |   187 |  1029k|  17.8 |  12M|  57 |  39 | 231 |  14k| 231 |2453 |  17 |  34k|4572 | 0.000000e+00 |      --      |    Inf 
154.56/154.66	c   155s| 57800 |   189 |  1031k|  17.8 |  12M|  57 |  36 | 231 |  14k| 231 |2453 |  17 |  34k|4579 | 0.000000e+00 |      --      |    Inf 
154.86/154.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.86/154.95	c   155s| 57900 |   189 |  1033k|  17.8 |  12M|  57 |  15 | 231 |  14k| 231 |2453 |  17 |  34k|4586 | 0.000000e+00 |      --      |    Inf 
155.16/155.22	c   155s| 58000 |   188 |  1035k|  17.8 |  12M|  57 |  38 | 231 |  14k| 231 |2453 |  17 |  34k|4589 | 0.000000e+00 |      --      |    Inf 
155.36/155.47	c   155s| 58100 |   189 |  1037k|  17.8 |  12M|  57 |  22 | 231 |  14k| 231 |2453 |  17 |  34k|4591 | 0.000000e+00 |      --      |    Inf 
155.66/155.73	c   156s| 58200 |   185 |  1038k|  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
155.86/155.99	c   156s| 58300 |   186 |  1040k|  17.8 |  12M|  57 |  43 | 231 |  14k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
156.17/156.23	c   156s| 58400 |   184 |  1042k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
156.36/156.47	c   156s| 58500 |   185 |  1044k|  17.8 |  11M|  57 |  29 | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
156.66/156.72	c   157s| 58600 |   186 |  1046k|  17.9 |  11M|  57 |  39 | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
156.86/156.95	c   157s| 58700 |   190 |  1048k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
157.06/157.17	c   157s| 58800 |   188 |  1049k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
157.36/157.41	c   157s| 58900 |   191 |  1051k|  17.9 |  11M|  57 |   - | 231 |  13k|   0 |   0 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
157.56/157.65	c   158s| 59000 |   189 |  1053k|  17.9 |  11M|  57 |  38 | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
157.76/157.88	c   158s| 59100 |   191 |  1055k|  17.9 |  11M|  57 |  46 | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
158.06/158.12	c   158s| 59200 |   195 |  1057k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
158.26/158.38	c   158s| 59300 |   193 |  1059k|  17.9 |  11M|  57 |  37 | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
158.56/158.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.56/158.63	c   159s| 59400 |   192 |  1061k|  17.9 |  11M|  57 |  43 | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
158.76/158.88	c   159s| 59500 |   190 |  1063k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
159.06/159.15	c   159s| 59600 |   189 |  1065k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
159.26/159.40	c   159s| 59700 |   186 |  1067k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
159.56/159.64	c   160s| 59800 |   184 |  1069k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  35k|4592 | 0.000000e+00 |      --      |    Inf 
159.76/159.88	c   160s| 59900 |   185 |  1070k|  17.9 |  11M|  57 |  31 | 231 |  13k| 231 |2453 |  17 |  36k|4592 | 0.000000e+00 |      --      |    Inf 
160.06/160.12	c   160s| 60000 |   187 |  1072k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  36k|4592 | 0.000000e+00 |      --      |    Inf 
160.26/160.36	c   160s| 60100 |   189 |  1074k|  17.9 |  11M|  57 |  34 | 231 |  13k| 231 |2453 |  17 |  36k|4592 | 0.000000e+00 |      --      |    Inf 
160.46/160.60	c   161s| 60200 |   191 |  1076k|  17.9 |  11M|  57 |  42 | 231 |  13k| 231 |2453 |  17 |  36k|4592 | 0.000000e+00 |      --      |    Inf 
160.76/160.84	c   161s| 60300 |   191 |  1078k|  17.9 |  11M|  57 |  37 | 231 |  13k| 231 |2453 |  17 |  36k|4592 | 0.000000e+00 |      --      |    Inf 
160.96/161.04	c   161s| 60400 |   189 |  1079k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  36k|4592 | 0.000000e+00 |      --      |    Inf 
161.26/161.32	c   161s| 60500 |   187 |  1081k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  36k|4602 | 0.000000e+00 |      --      |    Inf 
161.46/161.54	c   162s| 60600 |   185 |  1082k|  17.9 |  11M|  57 |  49 | 231 |  13k| 231 |2453 |  17 |  36k|4602 | 0.000000e+00 |      --      |    Inf 
161.76/161.86	c   162s| 60700 |   188 |  1085k|  17.9 |  11M|  57 |  31 | 231 |  13k| 231 |2453 |  17 |  36k|4619 | 0.000000e+00 |      --      |    Inf 
162.06/162.10	c   162s| 60800 |   188 |  1086k|  17.9 |  11M|  57 |  42 | 231 |  13k| 231 |2453 |  17 |  36k|4623 | 0.000000e+00 |      --      |    Inf 
162.36/162.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.36/162.42	c   162s| 60900 |   190 |  1089k|  17.9 |  11M|  57 |  55 | 231 |  13k| 231 |2453 |  17 |  36k|4632 | 0.000000e+00 |      --      |    Inf 
162.67/162.75	c   163s| 61000 |   197 |  1091k|  17.9 |  11M|  57 |  39 | 231 |  13k| 231 |2453 |  17 |  36k|4646 | 0.000000e+00 |      --      |    Inf 
162.96/163.04	c   163s| 61100 |   197 |  1093k|  17.9 |  11M|  57 |  23 | 231 |  13k| 231 |2453 |  17 |  36k|4654 | 0.000000e+00 |      --      |    Inf 
163.26/163.34	c   163s| 61200 |   194 |  1095k|  17.9 |  11M|  57 |  37 | 231 |  13k| 231 |2453 |  17 |  36k|4662 | 0.000000e+00 |      --      |    Inf 
163.56/163.64	c   164s| 61300 |   196 |  1098k|  17.9 |  11M|  57 |  45 | 231 |  13k| 231 |2453 |  17 |  36k|4671 | 0.000000e+00 |      --      |    Inf 
163.86/163.91	c   164s| 61400 |   192 |  1099k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  36k|4680 | 0.000000e+00 |      --      |    Inf 
164.16/164.21	c   164s| 61500 |   192 |  1101k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  36k|4693 | 0.000000e+00 |      --      |    Inf 
164.36/164.46	c   164s| 61600 |   192 |  1103k|  17.9 |  11M|  57 |  45 | 231 |  12k| 231 |2453 |  17 |  37k|4698 | 0.000000e+00 |      --      |    Inf 
164.55/164.69	c   165s| 61700 |   192 |  1104k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4703 | 0.000000e+00 |      --      |    Inf 
164.96/165.00	c   165s| 61800 |   192 |  1106k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4715 | 0.000000e+00 |      --      |    Inf 
165.16/165.25	c   165s| 61900 |   190 |  1108k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4719 | 0.000000e+00 |      --      |    Inf 
165.46/165.55	c   166s| 62000 |   193 |  1110k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4726 | 0.000000e+00 |      --      |    Inf 
165.76/165.83	c   166s| 62100 |   197 |  1112k|  17.9 |  11M|  57 |  20 | 231 |  12k| 231 |2453 |  17 |  37k|4734 | 0.000000e+00 |      --      |    Inf 
166.06/166.11	c   166s| 62200 |   194 |  1114k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4744 | 0.000000e+00 |      --      |    Inf 
166.26/166.35	c   166s| 62300 |   197 |  1115k|  17.9 |  11M|  57 |   - | 231 |  12k|   0 |   0 |  17 |  37k|4750 | 0.000000e+00 |      --      |    Inf 
166.56/166.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.56/166.60	c   167s| 62400 |   200 |  1117k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4760 | 0.000000e+00 |      --      |    Inf 
166.76/166.81	c   167s| 62500 |   198 |  1118k|  17.9 |  11M|  57 |  22 | 231 |  12k| 231 |2453 |  17 |  37k|4766 | 0.000000e+00 |      --      |    Inf 
166.96/167.03	c   167s| 62600 |   197 |  1120k|  17.9 |  11M|  57 |  29 | 231 |  12k| 231 |2453 |  17 |  37k|4772 | 0.000000e+00 |      --      |    Inf 
167.17/167.26	c   167s| 62700 |   198 |  1122k|  17.9 |  11M|  57 |  36 | 231 |  12k| 231 |2453 |  17 |  37k|4773 | 0.000000e+00 |      --      |    Inf 
167.36/167.49	c   167s| 62800 |   200 |  1123k|  17.9 |  11M|  57 |  28 | 231 |  12k| 231 |2453 |  17 |  37k|4777 | 0.000000e+00 |      --      |    Inf 
167.66/167.74	c   168s| 62900 |   200 |  1125k|  17.9 |  11M|  57 |  24 | 231 |  12k| 231 |2453 |  17 |  37k|4786 | 0.000000e+00 |      --      |    Inf 
167.86/167.99	c   168s| 63000 |   201 |  1127k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  37k|4789 | 0.000000e+00 |      --      |    Inf 
168.16/168.20	c   168s| 63100 |   197 |  1129k|  17.9 |  11M|  57 |   - | 231 |  12k|   0 |   0 |  17 |  37k|4790 | 0.000000e+00 |      --      |    Inf 
168.35/168.45	c   168s| 63200 |   199 |  1130k|  17.9 |  11M|  57 |  35 | 231 |  12k| 231 |2453 |  17 |  38k|4793 | 0.000000e+00 |      --      |    Inf 
168.56/168.69	c   169s| 63300 |   200 |  1132k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4794 | 0.000000e+00 |      --      |    Inf 
168.86/168.92	c   169s| 63400 |   202 |  1134k|  17.9 |  11M|  57 |  46 | 231 |  12k| 231 |2453 |  17 |  38k|4794 | 0.000000e+00 |      --      |    Inf 
169.06/169.17	c   169s| 63500 |   203 |  1136k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4795 | 0.000000e+00 |      --      |    Inf 
169.27/169.37	c   169s| 63600 |   203 |  1137k|  17.9 |  11M|  57 |  27 | 231 |  12k| 231 |2453 |  17 |  38k|4795 | 0.000000e+00 |      --      |    Inf 
169.46/169.60	c   170s| 63700 |   198 |  1139k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4796 | 0.000000e+00 |      --      |    Inf 
169.75/169.81	c   170s| 63800 |   199 |  1140k|  17.9 |  11M|  57 |   - | 231 |  13k|   0 |   0 |  17 |  38k|4796 | 0.000000e+00 |      --      |    Inf 
169.96/170.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.96/170.05	c   170s| 63900 |   199 |  1142k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  38k|4798 | 0.000000e+00 |      --      |    Inf 
170.16/170.28	c   170s| 64000 |   199 |  1144k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  38k|4798 | 0.000000e+00 |      --      |    Inf 
170.37/170.50	c   170s| 64100 |   200 |  1146k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  38k|4798 | 0.000000e+00 |      --      |    Inf 
170.56/170.69	c   171s| 64200 |   200 |  1147k|  17.9 |  11M|  57 |  33 | 231 |  13k| 231 |2453 |  17 |  38k|4799 | 0.000000e+00 |      --      |    Inf 
170.86/170.91	c   171s| 64300 |   198 |  1148k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  38k|4799 | 0.000000e+00 |      --      |    Inf 
171.06/171.16	c   171s| 64400 |   200 |  1150k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  38k|4800 | 0.000000e+00 |      --      |    Inf 
171.36/171.41	c   171s| 64500 |   208 |  1152k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4802 | 0.000000e+00 |      --      |    Inf 
171.57/171.64	c   172s| 64600 |   208 |  1154k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  38k|4802 | 0.000000e+00 |      --      |    Inf 
171.76/171.85	c   172s| 64700 |   209 |  1155k|  17.9 |  11M|  57 |  36 | 231 |  12k| 231 |2453 |  17 |  38k|4803 | 0.000000e+00 |      --      |    Inf 
171.95/172.07	c   172s| 64800 |   209 |  1157k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  39k|4803 | 0.000000e+00 |      --      |    Inf 
172.16/172.26	c   172s| 64900 |   211 |  1158k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  39k|4804 | 0.000000e+00 |      --      |    Inf 
172.46/172.50	c   173s| 65000 |   208 |  1160k|  17.9 |  11M|  57 |   - | 231 |  12k|   0 |   0 |  17 |  39k|4804 | 0.000000e+00 |      --      |    Inf 
172.56/172.69	c   173s| 65100 |   207 |  1161k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  39k|4804 | 0.000000e+00 |      --      |    Inf 
172.86/172.92	c   173s| 65200 |   205 |  1163k|  17.8 |  11M|  57 |  35 | 231 |  13k| 231 |2453 |  17 |  39k|4805 | 0.000000e+00 |      --      |    Inf 
173.05/173.13	c   173s| 65300 |   205 |  1165k|  17.8 |  11M|  57 |  39 | 231 |  13k| 231 |2453 |  17 |  39k|4806 | 0.000000e+00 |      --      |    Inf 
173.26/173.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.26/173.35	c   173s| 65400 |   199 |  1166k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  39k|4806 | 0.000000e+00 |      --      |    Inf 
173.45/173.57	c   174s| 65500 |   199 |  1168k|  17.8 |  11M|  57 |  29 | 231 |  13k| 231 |2453 |  17 |  39k|4806 | 0.000000e+00 |      --      |    Inf 
173.66/173.78	c   174s| 65600 |   196 |  1169k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  39k|4807 | 0.000000e+00 |      --      |    Inf 
173.96/174.03	c   174s| 65700 |   196 |  1171k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  39k|4807 | 0.000000e+00 |      --      |    Inf 
174.16/174.28	c   174s| 65800 |   196 |  1173k|  17.8 |  11M|  57 |  32 | 231 |  13k| 231 |2453 |  17 |  39k|4807 | 0.000000e+00 |      --      |    Inf 
174.45/174.53	c   175s| 65900 |   196 |  1175k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  39k|4816 | 0.000000e+00 |      --      |    Inf 
174.76/174.81	c   175s| 66000 |   194 |  1176k|  17.8 |  11M|  57 |  23 | 231 |  13k| 231 |2453 |  17 |  39k|4825 | 0.000000e+00 |      --      |    Inf 
174.96/175.07	c   175s| 66100 |   194 |  1178k|  17.8 |  11M|  57 |  35 | 231 |  12k| 231 |2453 |  17 |  39k|4830 | 0.000000e+00 |      --      |    Inf 
175.25/175.34	c   175s| 66200 |   194 |  1180k|  17.8 |  11M|  57 |  29 | 231 |  12k| 231 |2453 |  17 |  39k|4840 | 0.000000e+00 |      --      |    Inf 
175.45/175.59	c   176s| 66300 |   194 |  1182k|  17.8 |  11M|  57 |  42 | 231 |  12k| 231 |2453 |  17 |  39k|4844 | 0.000000e+00 |      --      |    Inf 
175.76/175.88	c   176s| 66400 |   190 |  1184k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4854 | 0.000000e+00 |      --      |    Inf 
176.06/176.17	c   176s| 66500 |   186 |  1185k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4863 | 0.000000e+00 |      --      |    Inf 
176.36/176.40	c   176s| 66600 |   187 |  1187k|  17.8 |  11M|  57 |  32 | 231 |  12k| 231 |2453 |  17 |  40k|4864 | 0.000000e+00 |      --      |    Inf 
176.56/176.69	c   177s| 66700 |   187 |  1189k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4876 | 0.000000e+00 |      --      |    Inf 
176.97/177.01	c   177s| 66800 |   185 |  1191k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4885 | 0.000000e+00 |      --      |    Inf 
177.16/177.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.16/177.28	c   177s| 66900 |   182 |  1193k|  17.8 |  11M|  57 |  34 | 231 |  12k| 231 |2453 |  17 |  40k|4888 | 0.000000e+00 |      --      |    Inf 
177.46/177.58	c   178s| 67000 |   186 |  1195k|  17.8 |  11M|  57 |  46 | 231 |  12k| 231 |2453 |  17 |  40k|4903 | 0.000000e+00 |      --      |    Inf 
177.75/177.81	c   178s| 67100 |   184 |  1197k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4903 | 0.000000e+00 |      --      |    Inf 
177.96/178.06	c   178s| 67200 |   184 |  1198k|  17.8 |  11M|  57 |  43 | 231 |  12k| 231 |2453 |  17 |  40k|4910 | 0.000000e+00 |      --      |    Inf 
178.26/178.32	c   178s| 67300 |   189 |  1200k|  17.8 |  11M|  57 |  40 | 231 |  12k| 231 |2453 |  17 |  40k|4921 | 0.000000e+00 |      --      |    Inf 
178.46/178.56	c   179s| 67400 |   189 |  1202k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4926 | 0.000000e+00 |      --      |    Inf 
178.75/178.85	c   179s| 67500 |   189 |  1204k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4933 | 0.000000e+00 |      --      |    Inf 
179.06/179.14	c   179s| 67600 |   191 |  1206k|  17.8 |  11M|  57 |  22 | 231 |  12k| 231 |2453 |  17 |  40k|4945 | 0.000000e+00 |      --      |    Inf 
179.35/179.40	c   179s| 67700 |   192 |  1207k|  17.8 |  11M|  57 |  31 | 231 |  12k| 231 |2453 |  17 |  40k|4952 | 0.000000e+00 |      --      |    Inf 
179.56/179.64	c   180s| 67800 |   190 |  1209k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4957 | 0.000000e+00 |      --      |    Inf 
179.86/179.93	c   180s| 67900 |   190 |  1211k|  17.8 |  11M|  57 |  39 | 231 |  12k| 231 |2453 |  17 |  40k|4968 | 0.000000e+00 |      --      |    Inf 
180.15/180.22	c   180s| 68000 |   189 |  1213k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  40k|4974 | 0.000000e+00 |      --      |    Inf 
180.46/180.50	c   180s| 68100 |   192 |  1215k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4983 | 0.000000e+00 |      --      |    Inf 
180.65/180.76	c   181s| 68200 |   190 |  1217k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4987 | 0.000000e+00 |      --      |    Inf 
180.96/181.01	c   181s| 68300 |   192 |  1218k|  17.8 |  11M|  57 |  26 | 231 |  12k| 231 |2453 |  17 |  41k|4990 | 0.000000e+00 |      --      |    Inf 
181.16/181.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.16/181.23	c   181s| 68400 |   194 |  1220k|  17.8 |  11M|  57 |  17 | 231 |  12k| 231 |2453 |  17 |  41k|4990 | 0.000000e+00 |      --      |    Inf 
181.36/181.48	c   181s| 68500 |   188 |  1222k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4992 | 0.000000e+00 |      --      |    Inf 
181.65/181.73	c   182s| 68600 |   188 |  1224k|  17.8 |  11M|  57 |  43 | 231 |  12k| 231 |2453 |  17 |  41k|4993 | 0.000000e+00 |      --      |    Inf 
181.86/181.99	c   182s| 68700 |   184 |  1226k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4994 | 0.000000e+00 |      --      |    Inf 
182.15/182.25	c   182s| 68800 |   185 |  1228k|  17.9 |  11M|  57 |  21 | 231 |  12k| 231 |2453 |  17 |  41k|4996 | 0.000000e+00 |      --      |    Inf 
182.35/182.50	c   182s| 68900 |   181 |  1230k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4996 | 0.000000e+00 |      --      |    Inf 
182.66/182.76	c   183s| 69000 |   183 |  1232k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4997 | 0.000000e+00 |      --      |    Inf 
182.95/183.00	c   183s| 69100 |   185 |  1234k|  17.9 |  11M|  57 |  31 | 231 |  12k| 231 |2453 |  17 |  41k|4997 | 0.000000e+00 |      --      |    Inf 
183.15/183.29	c   183s| 69200 |   184 |  1236k|  17.9 |  11M|  57 |  36 | 231 |  12k| 231 |2453 |  17 |  41k|4997 | 0.000000e+00 |      --      |    Inf 
183.45/183.57	c   184s| 69300 |   178 |  1238k|  17.9 |  11M|  57 |  32 | 231 |  12k| 231 |2453 |  17 |  41k|4998 | 0.000000e+00 |      --      |    Inf 
183.76/183.80	c   184s| 69400 |   176 |  1240k|  17.9 |  11M|  57 |  39 | 231 |  12k| 231 |2453 |  17 |  41k|4998 | 0.000000e+00 |      --      |    Inf 
183.96/184.03	c   184s| 69500 |   176 |  1242k|  17.9 |  11M|  57 |  32 | 231 |  12k| 231 |2453 |  17 |  41k|4998 | 0.000000e+00 |      --      |    Inf 
184.16/184.27	c   184s| 69600 |   174 |  1243k|  17.9 |  11M|  57 |  45 | 231 |  12k| 231 |2453 |  17 |  41k|4998 | 0.000000e+00 |      --      |    Inf 
184.35/184.49	c   184s| 69700 |   174 |  1245k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  41k|4998 | 0.000000e+00 |      --      |    Inf 
184.66/184.74	c   185s| 69800 |   176 |  1247k|  17.9 |  11M|  57 |  20 | 231 |  12k| 231 |2453 |  17 |  42k|4999 | 0.000000e+00 |      --      |    Inf 
184.86/184.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.86/184.99	c   185s| 69900 |   174 |  1249k|  17.9 |  11M|  57 |  28 | 231 |  12k| 231 |2453 |  17 |  42k|4999 | 0.000000e+00 |      --      |    Inf 
185.16/185.22	c   185s| 70000 |   171 |  1250k|  17.9 |  11M|  57 |  34 | 231 |  12k| 231 |2453 |  17 |  42k|4999 | 0.000000e+00 |      --      |    Inf 
185.35/185.47	c   185s| 70100 |   169 |  1252k|  17.9 |  11M|  57 |  31 | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
185.56/185.67	c   186s| 70200 |   171 |  1254k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
185.76/185.82	c   186s| 70300 |   170 |  1255k|  17.9 |  11M|  57 |  16 | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
185.96/186.03	c   186s| 70400 |   169 |  1256k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
186.15/186.25	c   186s| 70500 |   171 |  1258k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
186.36/186.46	c   186s| 70600 |   174 |  1259k|  17.8 |  11M|  57 |  31 | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
186.66/186.71	c   187s| 70700 |   168 |  1261k|  17.8 |  11M|  57 |  43 | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
186.86/186.98	c   187s| 70800 |   170 |  1264k|  17.9 |  11M|  57 |  34 | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
187.15/187.22	c   187s| 70900 |   175 |  1265k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
187.36/187.43	c   187s| 71000 |   175 |  1267k|  17.8 |  11M|  57 |  34 | 231 |  12k| 231 |2453 |  17 |  42k|5000 | 0.000000e+00 |      --      |    Inf 
187.66/187.71	c   188s| 71100 |   172 |  1269k|  17.9 |  11M|  57 |  37 | 231 |  12k| 231 |2453 |  17 |  42k|5005 | 0.000000e+00 |      --      |    Inf 
187.85/187.94	c   188s| 71200 |   170 |  1271k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  42k|5010 | 0.000000e+00 |      --      |    Inf 
188.16/188.22	c   188s| 71300 |   171 |  1272k|  17.9 |  11M|  57 |  35 | 231 |  12k| 231 |2453 |  17 |  43k|5019 | 0.000000e+00 |      --      |    Inf 
188.45/188.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.45/188.57	c   189s| 71400 |   167 |  1275k|  17.9 |  11M|  57 |  49 | 231 |  12k| 231 |2453 |  17 |  43k|5035 | 0.000000e+00 |      --      |    Inf 
188.75/188.82	c   189s| 71500 |   174 |  1277k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5035 | 0.000000e+00 |      --      |    Inf 
188.96/189.10	c   189s| 71600 |   172 |  1278k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5046 | 0.000000e+00 |      --      |    Inf 
189.25/189.31	c   189s| 71700 |   173 |  1280k|  17.9 |  11M|  57 |  32 | 231 |  12k| 231 |2453 |  17 |  43k|5046 | 0.000000e+00 |      --      |    Inf 
189.45/189.54	c   190s| 71800 |   174 |  1281k|  17.9 |  11M|  57 |  30 | 231 |  12k| 231 |2453 |  17 |  43k|5055 | 0.000000e+00 |      --      |    Inf 
189.76/189.80	c   190s| 71900 |   178 |  1283k|  17.8 |  11M|  57 |  32 | 231 |  12k| 231 |2453 |  17 |  43k|5067 | 0.000000e+00 |      --      |    Inf 
189.96/190.03	c   190s| 72000 |   178 |  1285k|  17.8 |  11M|  57 |   - | 231 |  12k|   0 |   0 |  17 |  43k|5072 | 0.000000e+00 |      --      |    Inf 
190.16/190.27	c   190s| 72100 |   179 |  1286k|  17.8 |  11M|  57 |  31 | 231 |  12k| 231 |2453 |  17 |  43k|5079 | 0.000000e+00 |      --      |    Inf 
190.45/190.52	c   191s| 72200 |   174 |  1288k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5085 | 0.000000e+00 |      --      |    Inf 
190.65/190.76	c   191s| 72300 |   174 |  1290k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5093 | 0.000000e+00 |      --      |    Inf 
190.96/191.05	c   191s| 72400 |   174 |  1291k|  17.8 |  11M|  57 |  39 | 231 |  12k| 231 |2453 |  17 |  43k|5109 | 0.000000e+00 |      --      |    Inf 
191.15/191.30	c   191s| 72500 |   174 |  1293k|  17.8 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  43k|5109 | 0.000000e+00 |      --      |    Inf 
191.45/191.55	c   192s| 72600 |   176 |  1295k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  43k|5117 | 0.000000e+00 |      --      |    Inf 
191.66/191.78	c   192s| 72700 |   180 |  1296k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  43k|5123 | 0.000000e+00 |      --      |    Inf 
191.95/192.04	c   192s| 72800 |   176 |  1298k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  43k|5127 | 0.000000e+00 |      --      |    Inf 
192.26/192.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
192.26/192.32	c   192s| 72900 |   176 |  1300k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5138 | 0.000000e+00 |      --      |    Inf 
192.46/192.53	c   193s| 73000 |   176 |  1301k|  17.8 |  11M|  57 |  28 | 231 |  13k| 231 |2453 |  17 |  44k|5140 | 0.000000e+00 |      --      |    Inf 
192.75/192.80	c   193s| 73100 |   176 |  1303k|  17.8 |  11M|  57 |  24 | 231 |  13k| 231 |2453 |  17 |  44k|5154 | 0.000000e+00 |      --      |    Inf 
192.96/193.07	c   193s| 73200 |   174 |  1305k|  17.8 |  11M|  57 |  30 | 231 |  13k| 231 |2453 |  17 |  44k|5163 | 0.000000e+00 |      --      |    Inf 
193.25/193.30	c   193s| 73300 |   174 |  1307k|  17.8 |  11M|  57 |  38 | 231 |  13k| 231 |2453 |  17 |  44k|5166 | 0.000000e+00 |      --      |    Inf 
193.47/193.59	c   194s| 73400 |   174 |  1308k|  17.8 |  11M|  57 |  37 | 231 |  13k| 231 |2453 |  17 |  44k|5180 | 0.000000e+00 |      --      |    Inf 
193.76/193.81	c   194s| 73500 |   172 |  1310k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5180 | 0.000000e+00 |      --      |    Inf 
193.95/194.05	c   194s| 73600 |   170 |  1311k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5187 | 0.000000e+00 |      --      |    Inf 
194.25/194.30	c   194s| 73700 |   172 |  1313k|  17.8 |  11M|  57 |  28 | 231 |  13k| 231 |2453 |  17 |  44k|5196 | 0.000000e+00 |      --      |    Inf 
194.45/194.58	c   195s| 73800 |   170 |  1315k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5208 | 0.000000e+00 |      --      |    Inf 
194.75/194.81	c   195s| 73900 |   171 |  1316k|  17.8 |  11M|  57 |  44 | 231 |  13k| 231 |2453 |  17 |  44k|5213 | 0.000000e+00 |      --      |    Inf 
194.96/195.06	c   195s| 74000 |   172 |  1318k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5223 | 0.000000e+00 |      --      |    Inf 
195.25/195.32	c   195s| 74100 |   172 |  1320k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5229 | 0.000000e+00 |      --      |    Inf 
195.45/195.56	c   196s| 74200 |   174 |  1321k|  17.8 |  11M|  57 |  26 | 231 |  13k| 231 |2453 |  17 |  44k|5234 | 0.000000e+00 |      --      |    Inf 
195.76/195.84	c   196s| 74300 |   178 |  1323k|  17.8 |  11M|  57 |  22 | 231 |  13k| 231 |2453 |  17 |  44k|5242 | 0.000000e+00 |      --      |    Inf 
195.96/196.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.96/196.05	c   196s| 74400 |   174 |  1325k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  44k|5245 | 0.000000e+00 |      --      |    Inf 
196.16/196.28	c   196s| 74500 |   176 |  1326k|  17.8 |  11M|  57 |  28 | 231 |  13k| 231 |2453 |  17 |  44k|5246 | 0.000000e+00 |      --      |    Inf 
196.35/196.49	c   196s| 74600 |   179 |  1328k|  17.8 |  11M|  57 |  23 | 231 |  13k| 231 |2453 |  17 |  44k|5248 | 0.000000e+00 |      --      |    Inf 
196.66/196.73	c   197s| 74700 |   173 |  1330k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5249 | 0.000000e+00 |      --      |    Inf 
196.86/196.97	c   197s| 74800 |   174 |  1332k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5252 | 0.000000e+00 |      --      |    Inf 
197.05/197.19	c   197s| 74900 |   174 |  1333k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5252 | 0.000000e+00 |      --      |    Inf 
197.26/197.39	c   197s| 75000 |   175 |  1335k|  17.8 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5252 | 0.000000e+00 |      --      |    Inf 
197.55/197.61	c   198s| 75100 |   175 |  1336k|  17.8 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
197.75/197.86	c   198s| 75200 |   175 |  1338k|  17.8 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
198.06/198.10	c   198s| 75300 |   177 |  1340k|  17.8 |  12M|  57 |  36 | 231 |  13k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
198.25/198.36	c   198s| 75400 |   179 |  1343k|  17.8 |  12M|  57 |  45 | 231 |  13k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
198.55/198.60	c   199s| 75500 |   181 |  1344k|  17.8 |  12M|  57 |  33 | 231 |  13k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
198.75/198.84	c   199s| 75600 |   181 |  1346k|  17.8 |  12M|  57 |  42 | 231 |  13k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
198.96/199.09	c   199s| 75700 |   187 |  1348k|  17.8 |  12M|  57 |  27 | 231 |  13k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
199.26/199.36	c   199s| 75800 |   191 |  1351k|  17.8 |  12M|  57 |  42 | 231 |  13k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
199.45/199.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.45/199.59	c   200s| 75900 |   189 |  1352k|  17.8 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
199.75/199.85	c   200s| 76000 |   191 |  1354k|  17.8 |  12M|  57 |  35 | 231 |  14k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
200.06/200.11	c   200s| 76100 |   189 |  1356k|  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
200.25/200.35	c   200s| 76200 |   189 |  1358k|  17.8 |  12M|  57 |  18 | 231 |  14k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
200.45/200.59	c   201s| 76300 |   183 |  1360k|  17.8 |  12M|  57 |  41 | 231 |  14k| 231 |2453 |  17 |  45k|5254 | 0.000000e+00 |      --      |    Inf 
200.75/200.85	c   201s| 76400 |   183 |  1362k|  17.8 |  12M|  57 |  35 | 231 |  14k| 231 |2453 |  17 |  46k|5254 | 0.000000e+00 |      --      |    Inf 
201.05/201.10	c   201s| 76500 |   177 |  1364k|  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5254 | 0.000000e+00 |      --      |    Inf 
201.26/201.34	c   201s| 76600 |   177 |  1366k|  17.8 |  12M|  57 |  33 | 231 |  14k| 231 |2453 |  17 |  46k|5254 | 0.000000e+00 |      --      |    Inf 
201.45/201.58	c   202s| 76700 |   177 |  1368k|  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5254 | 0.000000e+00 |      --      |    Inf 
201.75/201.84	c   202s| 76800 |   176 |  1370k|  17.8 |  12M|  57 |  42 | 231 |  14k| 231 |2453 |  17 |  46k|5254 | 0.000000e+00 |      --      |    Inf 
202.05/202.11	c   202s| 76900 |   183 |  1372k|  17.8 |  12M|  57 |  41 | 231 |  14k| 231 |2453 |  17 |  46k|5254 | 0.000000e+00 |      --      |    Inf 
202.26/202.37	c   202s| 77000 |   181 |  1374k|  17.8 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5254 | 0.000000e+00 |      --      |    Inf 
202.55/202.65	c   203s| 77100 |   181 |  1376k|  17.9 |  12M|  57 |  43 | 231 |  14k| 231 |2453 |  17 |  46k|5254 | 0.000000e+00 |      --      |    Inf 
202.76/202.87	c   203s| 77200 |   181 |  1378k|  17.9 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5254 | 0.000000e+00 |      --      |    Inf 
203.05/203.15	c   203s| 77300 |   182 |  1380k|  17.9 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5264 | 0.000000e+00 |      --      |    Inf 
203.35/203.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.35/203.40	c   203s| 77400 |   184 |  1382k|  17.9 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5271 | 0.000000e+00 |      --      |    Inf 
203.65/203.70	c   204s| 77500 |   184 |  1383k|  17.9 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5280 | 0.000000e+00 |      --      |    Inf 
203.85/203.95	c   204s| 77600 |   182 |  1385k|  17.9 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5280 | 0.000000e+00 |      --      |    Inf 
204.16/204.25	c   204s| 77700 |   181 |  1387k|  17.9 |  12M|  57 |  44 | 231 |  14k| 231 |2453 |  17 |  46k|5289 | 0.000000e+00 |      --      |    Inf 
204.46/204.59	c   205s| 77800 |   179 |  1390k|  17.9 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5304 | 0.000000e+00 |      --      |    Inf 
204.75/204.83	c   205s| 77900 |   177 |  1391k|  17.9 |  12M|  57 |  36 | 231 |  14k| 231 |2453 |  17 |  46k|5304 | 0.000000e+00 |      --      |    Inf 
205.05/205.14	c   205s| 78000 |   175 |  1393k|  17.9 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5316 | 0.000000e+00 |      --      |    Inf 
205.25/205.37	c   205s| 78100 |   173 |  1395k|  17.9 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  46k|5316 | 0.000000e+00 |      --      |    Inf 
205.56/205.61	c   206s| 78200 |   173 |  1397k|  17.9 |  12M|  57 |  21 | 231 |  14k| 231 |2453 |  17 |  47k|5322 | 0.000000e+00 |      --      |    Inf 
205.85/205.90	c   206s| 78300 |   173 |  1398k|  17.9 |  12M|  57 |  49 | 231 |  14k| 231 |2453 |  17 |  47k|5335 | 0.000000e+00 |      --      |    Inf 
206.05/206.13	c   206s| 78400 |   173 |  1400k|  17.9 |  12M|  57 |   - | 231 |  14k|   0 |   0 |  17 |  47k|5335 | 0.000000e+00 |      --      |    Inf 
206.36/206.42	c   206s| 78500 |   173 |  1402k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5345 | 0.000000e+00 |      --      |    Inf 
206.56/206.70	c   207s| 78600 |   172 |  1404k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5351 | 0.000000e+00 |      --      |    Inf 
206.85/206.99	c   207s| 78700 |   166 |  1406k|  17.9 |  12M|  57 |  50 | 231 |  13k| 231 |2453 |  17 |  47k|5361 | 0.000000e+00 |      --      |    Inf 
207.15/207.25	c   207s| 78800 |   167 |  1408k|  17.9 |  12M|  57 |   - | 231 |  13k|   0 |   0 |  17 |  47k|5363 | 0.000000e+00 |      --      |    Inf 
207.45/207.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.45/207.52	c   208s| 78900 |   168 |  1410k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5370 | 0.000000e+00 |      --      |    Inf 
207.65/207.78	c   208s| 79000 |   169 |  1411k|  17.9 |  12M|  57 |  37 | 231 |  13k| 231 |2453 |  17 |  47k|5380 | 0.000000e+00 |      --      |    Inf 
207.96/208.05	c   208s| 79100 |   169 |  1413k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5386 | 0.000000e+00 |      --      |    Inf 
208.25/208.31	c   208s| 79200 |   169 |  1415k|  17.9 |  12M|  57 |  28 | 231 |  13k| 231 |2453 |  17 |  47k|5390 | 0.000000e+00 |      --      |    Inf 
208.46/208.55	c   209s| 79300 |   169 |  1416k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5398 | 0.000000e+00 |      --      |    Inf 
208.75/208.83	c   209s| 79400 |   168 |  1418k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5405 | 0.000000e+00 |      --      |    Inf 
208.96/209.09	c   209s| 79500 |   168 |  1420k|  17.9 |  12M|  57 |  44 | 231 |  13k| 231 |2453 |  17 |  47k|5410 | 0.000000e+00 |      --      |    Inf 
209.25/209.33	c   209s| 79600 |   169 |  1422k|  17.9 |  12M|  57 |  33 | 231 |  13k| 231 |2453 |  17 |  47k|5418 | 0.000000e+00 |      --      |    Inf 
209.56/209.63	c   210s| 79700 |   165 |  1424k|  17.9 |  12M|  57 |  40 | 231 |  13k| 231 |2453 |  17 |  47k|5427 | 0.000000e+00 |      --      |    Inf 
209.75/209.88	c   210s| 79800 |   162 |  1425k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  47k|5433 | 0.000000e+00 |      --      |    Inf 
210.06/210.14	c   210s| 79900 |   162 |  1427k|  17.9 |  11M|  57 |  31 | 231 |  13k| 231 |2453 |  17 |  48k|5440 | 0.000000e+00 |      --      |    Inf 
210.35/210.41	c   210s| 80000 |   161 |  1429k|  17.9 |  11M|  57 |  40 | 231 |  13k| 231 |2453 |  17 |  48k|5442 | 0.000000e+00 |      --      |    Inf 
210.56/210.64	c   211s| 80100 |   163 |  1431k|  17.9 |  11M|  57 |  38 | 231 |  13k| 231 |2453 |  17 |  48k|5444 | 0.000000e+00 |      --      |    Inf 
210.75/210.89	c   211s| 80200 |   165 |  1433k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  48k|5447 | 0.000000e+00 |      --      |    Inf 
211.05/211.17	c   211s| 80300 |   159 |  1435k|  17.9 |  11M|  57 |  50 | 231 |  13k| 231 |2453 |  17 |  48k|5449 | 0.000000e+00 |      --      |    Inf 
211.35/211.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.35/211.44	c   211s| 80400 |   163 |  1437k|  17.9 |  11M|  57 |  37 | 231 |  13k| 231 |2453 |  17 |  48k|5451 | 0.000000e+00 |      --      |    Inf 
211.66/211.72	c   212s| 80500 |   171 |  1439k|  17.9 |  11M|  57 |  23 | 231 |  13k| 231 |2453 |  17 |  48k|5457 | 0.000000e+00 |      --      |    Inf 
211.85/211.91	c   212s| 80600 |   169 |  1441k|  17.9 |  11M|  57 |  27 | 231 |  13k| 231 |2453 |  17 |  48k|5458 | 0.000000e+00 |      --      |    Inf 
212.05/212.15	c   212s| 80700 |   169 |  1443k|  17.9 |  12M|  57 |  41 | 231 |  13k| 231 |2453 |  17 |  48k|5458 | 0.000000e+00 |      --      |    Inf 
212.26/212.39	c   212s| 80800 |   167 |  1445k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  48k|5458 | 0.000000e+00 |      --      |    Inf 
212.55/212.63	c   213s| 80900 |   170 |  1446k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  48k|5459 | 0.000000e+00 |      --      |    Inf 
212.75/212.88	c   213s| 81000 |   171 |  1448k|  17.9 |  12M|  57 |  40 | 231 |  13k| 231 |2453 |  17 |  48k|5459 | 0.000000e+00 |      --      |    Inf 
213.05/213.14	c   213s| 81100 |   169 |  1450k|  17.9 |  12M|  57 |  34 | 231 |  13k| 231 |2453 |  17 |  48k|5459 | 0.000000e+00 |      --      |    Inf 
213.35/213.41	c   213s| 81200 |   166 |  1452k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  48k|5460 | 0.000000e+00 |      --      |    Inf 
213.55/213.68	c   214s| 81300 |   168 |  1455k|  17.9 |  12M|  57 |  43 | 231 |  13k| 231 |2453 |  17 |  48k|5461 | 0.000000e+00 |      --      |    Inf 
213.85/213.97	c   214s| 81400 |   170 |  1457k|  17.9 |  12M|  57 |  44 | 231 |  13k| 231 |2453 |  17 |  48k|5461 | 0.000000e+00 |      --      |    Inf 
214.15/214.25	c   214s| 81500 |   165 |  1459k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  48k|5462 | 0.000000e+00 |      --      |    Inf 
214.36/214.50	c   214s| 81600 |   164 |  1461k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  48k|5463 | 0.000000e+00 |      --      |    Inf 
214.65/214.76	c   215s| 81700 |   161 |  1463k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5463 | 0.000000e+00 |      --      |    Inf 
214.85/214.99	c   215s| 81800 |   157 |  1465k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5463 | 0.000000e+00 |      --      |    Inf 
215.15/215.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
215.15/215.20	c   215s| 81900 |   160 |  1467k|  17.9 |  11M|  57 |  19 | 231 |  13k| 231 |2453 |  17 |  49k|5463 | 0.000000e+00 |      --      |    Inf 
215.35/215.46	c   215s| 82000 |   159 |  1469k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5463 | 0.000000e+00 |      --      |    Inf 
215.56/215.69	c   216s| 82100 |   153 |  1470k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5463 | 0.000000e+00 |      --      |    Inf 
215.85/215.92	c   216s| 82200 |   153 |  1472k|  17.9 |  11M|  57 |  33 | 231 |  13k| 231 |2453 |  17 |  49k|5464 | 0.000000e+00 |      --      |    Inf 
216.05/216.17	c   216s| 82300 |   153 |  1474k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5464 | 0.000000e+00 |      --      |    Inf 
216.35/216.41	c   216s| 82400 |   153 |  1476k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5464 | 0.000000e+00 |      --      |    Inf 
216.56/216.67	c   217s| 82500 |   152 |  1478k|  17.9 |  11M|  57 |  39 | 231 |  13k| 231 |2453 |  17 |  49k|5464 | 0.000000e+00 |      --      |    Inf 
216.85/216.91	c   217s| 82600 |   152 |  1480k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5464 | 0.000000e+00 |      --      |    Inf 
217.05/217.15	c   217s| 82700 |   150 |  1481k|  17.9 |  11M|  57 |  42 | 231 |  13k| 231 |2453 |  17 |  49k|5464 | 0.000000e+00 |      --      |    Inf 
217.26/217.38	c   217s| 82800 |   146 |  1483k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5464 | 0.000000e+00 |      --      |    Inf 
217.55/217.61	c   218s| 82900 |   147 |  1485k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  49k|5464 | 0.000000e+00 |      --      |    Inf 
217.75/217.88	c   218s| 83000 |   147 |  1487k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  49k|5470 | 0.000000e+00 |      --      |    Inf 
218.05/218.16	c   218s| 83100 |   147 |  1489k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  49k|5477 | 0.000000e+00 |      --      |    Inf 
218.35/218.44	c   218s| 83200 |   148 |  1490k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  49k|5484 | 0.000000e+00 |      --      |    Inf 
218.55/218.66	c   219s| 83300 |   150 |  1492k|  17.9 |  11M|  57 |  32 | 231 |  12k| 231 |2453 |  17 |  49k|5484 | 0.000000e+00 |      --      |    Inf 
218.86/218.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.86/218.93	c   219s| 83400 |   149 |  1493k|  17.9 |  11M|  57 |  29 | 231 |  12k| 231 |2453 |  17 |  50k|5499 | 0.000000e+00 |      --      |    Inf 
219.05/219.17	c   219s| 83500 |   148 |  1495k|  17.9 |  11M|  57 |  25 | 231 |  12k| 231 |2453 |  17 |  50k|5499 | 0.000000e+00 |      --      |    Inf 
219.35/219.42	c   219s| 83600 |   146 |  1497k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5504 | 0.000000e+00 |      --      |    Inf 
219.65/219.70	c   220s| 83700 |   147 |  1499k|  17.9 |  11M|  57 |  44 | 231 |  12k| 231 |2453 |  17 |  50k|5513 | 0.000000e+00 |      --      |    Inf 
219.85/219.99	c   220s| 83800 |   148 |  1501k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5522 | 0.000000e+00 |      --      |    Inf 
220.16/220.26	c   220s| 83900 |   151 |  1503k|  17.9 |  11M|  57 |  37 | 231 |  12k| 231 |2453 |  17 |  50k|5528 | 0.000000e+00 |      --      |    Inf 
220.45/220.55	c   221s| 84000 |   150 |  1505k|  17.9 |  11M|  57 |   - | 231 |  12k|   0 |   0 |  17 |  50k|5537 | 0.000000e+00 |      --      |    Inf 
220.75/220.81	c   221s| 84100 |   146 |  1507k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5540 | 0.000000e+00 |      --      |    Inf 
221.05/221.12	c   221s| 84200 |   144 |  1509k|  17.9 |  11M|  57 |  38 | 231 |  12k| 231 |2453 |  17 |  50k|5549 | 0.000000e+00 |      --      |    Inf 
221.25/221.37	c   221s| 84300 |   141 |  1510k|  17.9 |  11M|  57 |   - | 231 |  12k|   0 |   0 |  17 |  50k|5553 | 0.000000e+00 |      --      |    Inf 
221.55/221.65	c   222s| 84400 |   144 |  1512k|  17.9 |  11M|  57 |  44 | 231 |  12k| 231 |2453 |  17 |  50k|5562 | 0.000000e+00 |      --      |    Inf 
221.85/221.92	c   222s| 84500 |   142 |  1514k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5570 | 0.000000e+00 |      --      |    Inf 
222.06/222.20	c   222s| 84600 |   140 |  1516k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5576 | 0.000000e+00 |      --      |    Inf 
222.35/222.47	c   222s| 84700 |   141 |  1518k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5588 | 0.000000e+00 |      --      |    Inf 
222.65/222.70	c   223s| 84800 |   139 |  1519k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5591 | 0.000000e+00 |      --      |    Inf 
222.85/222.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.85/222.96	c   223s| 84900 |   133 |  1521k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  50k|5598 | 0.000000e+00 |      --      |    Inf 
223.16/223.23	c   223s| 85000 |   137 |  1523k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5605 | 0.000000e+00 |      --      |    Inf 
223.35/223.47	c   223s| 85100 |   135 |  1524k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5610 | 0.000000e+00 |      --      |    Inf 
223.65/223.74	c   224s| 85200 |   133 |  1526k|  17.9 |  11M|  57 |  34 | 231 |  12k| 231 |2453 |  17 |  51k|5617 | 0.000000e+00 |      --      |    Inf 
223.95/224.02	c   224s| 85300 |   131 |  1528k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5625 | 0.000000e+00 |      --      |    Inf 
224.15/224.28	c   224s| 85400 |   131 |  1530k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5633 | 0.000000e+00 |      --      |    Inf 
224.45/224.51	c   225s| 85500 |   134 |  1531k|  17.9 |  11M|  57 |  26 | 231 |  12k| 231 |2453 |  17 |  51k|5638 | 0.000000e+00 |      --      |    Inf 
224.65/224.77	c   225s| 85600 |   134 |  1533k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5645 | 0.000000e+00 |      --      |    Inf 
224.95/225.06	c   225s| 85700 |   137 |  1535k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5654 | 0.000000e+00 |      --      |    Inf 
225.25/225.36	c   225s| 85800 |   134 |  1538k|  17.9 |  11M|  57 |  43 | 231 |  12k| 231 |2453 |  17 |  51k|5664 | 0.000000e+00 |      --      |    Inf 
225.55/225.60	c   226s| 85900 |   135 |  1539k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5667 | 0.000000e+00 |      --      |    Inf 
225.75/225.86	c   226s| 86000 |   133 |  1541k|  17.9 |  11M|  57 |  46 | 231 |  12k| 231 |2453 |  17 |  51k|5672 | 0.000000e+00 |      --      |    Inf 
226.05/226.14	c   226s| 86100 |   133 |  1543k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5679 | 0.000000e+00 |      --      |    Inf 
226.35/226.40	c   226s| 86200 |   135 |  1545k|  17.9 |  11M|  57 |   - | 231 |  12k|   0 |   0 |  17 |  51k|5682 | 0.000000e+00 |      --      |    Inf 
226.56/226.65	c   227s| 86300 |   131 |  1547k|  17.9 |  11M|  57 |  52 | 231 |  12k| 231 |2453 |  17 |  51k|5683 | 0.000000e+00 |      --      |    Inf 
226.85/226.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
226.85/226.91	c   227s| 86400 |   131 |  1549k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  51k|5690 | 0.000000e+00 |      --      |    Inf 
227.05/227.18	c   227s| 86500 |   130 |  1551k|  17.9 |  11M|  57 |  37 | 231 |  12k| 231 |2453 |  17 |  51k|5694 | 0.000000e+00 |      --      |    Inf 
227.35/227.45	c   227s| 86600 |   130 |  1553k|  17.9 |  11M|  57 |  42 | 231 |  12k| 231 |2453 |  17 |  51k|5697 | 0.000000e+00 |      --      |    Inf 
227.56/227.70	c   228s| 86700 |   128 |  1555k|  17.9 |  11M|  57 |  42 | 231 |  12k| 231 |2453 |  17 |  52k|5700 | 0.000000e+00 |      --      |    Inf 
227.85/227.97	c   228s| 86800 |   126 |  1557k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5701 | 0.000000e+00 |      --      |    Inf 
228.15/228.21	c   228s| 86900 |   124 |  1559k|  17.9 |  11M|  57 |  42 | 231 |  12k| 231 |2453 |  17 |  52k|5701 | 0.000000e+00 |      --      |    Inf 
228.35/228.43	c   228s| 87000 |   126 |  1560k|  17.9 |  11M|  57 |  41 | 231 |  12k| 231 |2453 |  17 |  52k|5702 | 0.000000e+00 |      --      |    Inf 
228.55/228.68	c   229s| 87100 |   120 |  1562k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5703 | 0.000000e+00 |      --      |    Inf 
228.85/228.92	c   229s| 87200 |   124 |  1564k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5704 | 0.000000e+00 |      --      |    Inf 
229.05/229.15	c   229s| 87300 |   126 |  1566k|  17.9 |  11M|  57 |  41 | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
229.25/229.38	c   229s| 87400 |   126 |  1568k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
229.55/229.62	c   230s| 87500 |   129 |  1569k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
229.75/229.85	c   230s| 87600 |   131 |  1571k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
229.95/230.05	c   230s| 87700 |   131 |  1573k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
230.15/230.29	c   230s| 87800 |   130 |  1574k|  17.9 |  11M|  57 |  39 | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
230.45/230.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
230.45/230.53	c   231s| 87900 |   131 |  1576k|  17.9 |  11M|  57 |  28 | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
230.65/230.71	c   231s| 88000 |   130 |  1578k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
230.85/230.92	c   231s| 88100 |   130 |  1579k|  17.9 |  11M|  57 |  39 | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
231.05/231.14	c   231s| 88200 |   137 |  1581k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
231.25/231.36	c   231s| 88300 |   143 |  1582k|  17.9 |  11M|  57 |   - | 231 |  12k| 231 |2453 |  17 |  52k|5706 | 0.000000e+00 |      --      |    Inf 
231.45/231.59	c   232s| 88400 |   144 |  1584k|  17.9 |  11M|  57 |  38 | 231 |  13k| 231 |2453 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
231.75/231.84	c   232s| 88500 |   147 |  1586k|  17.9 |  11M|  57 |   - | 231 |  13k|   0 |   0 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
231.95/232.09	c   232s| 88600 |   147 |  1588k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
232.25/232.32	c   232s| 88700 |   148 |  1590k|  17.9 |  11M|  57 |  39 | 231 |  13k| 231 |2453 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
232.45/232.54	c   233s| 88800 |   145 |  1591k|  17.9 |  11M|  57 |  36 | 231 |  13k| 231 |2453 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
232.65/232.78	c   233s| 88900 |   142 |  1593k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
232.95/233.04	c   233s| 89000 |   137 |  1595k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
233.16/233.29	c   233s| 89100 |   136 |  1597k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
233.45/233.52	c   234s| 89200 |   136 |  1599k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
233.65/233.77	c   234s| 89300 |   137 |  1601k|  17.9 |  11M|  57 |  43 | 231 |  13k| 231 |2453 |  17 |  53k|5706 | 0.000000e+00 |      --      |    Inf 
233.95/234.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.95/234.07	c   234s| 89400 |   135 |  1603k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  53k|5718 | 0.000000e+00 |      --      |    Inf 
234.16/234.30	c   234s| 89500 |   137 |  1604k|  17.9 |  11M|  57 |  24 | 231 |  13k| 231 |2453 |  17 |  53k|5718 | 0.000000e+00 |      --      |    Inf 
234.45/234.56	c   235s| 89600 |   134 |  1606k|  17.9 |  11M|  57 |  24 | 231 |  13k| 231 |2453 |  17 |  53k|5721 | 0.000000e+00 |      --      |    Inf 
234.75/234.87	c   235s| 89700 |   127 |  1608k|  17.9 |  11M|  57 |  43 | 231 |  13k| 231 |2453 |  17 |  53k|5734 | 0.000000e+00 |      --      |    Inf 
235.05/235.14	c   235s| 89800 |   125 |  1610k|  17.9 |  11M|  57 |  42 | 231 |  13k| 231 |2453 |  17 |  53k|5737 | 0.000000e+00 |      --      |    Inf 
235.36/235.41	c   235s| 89900 |   126 |  1612k|  17.9 |  11M|  57 |  19 | 231 |  13k| 231 |2453 |  17 |  53k|5748 | 0.000000e+00 |      --      |    Inf 
235.55/235.66	c   236s| 90000 |   126 |  1614k|  17.9 |  11M|  57 |  29 | 231 |  13k| 231 |2453 |  17 |  53k|5751 | 0.000000e+00 |      --      |    Inf 
235.85/235.92	c   236s| 90100 |   125 |  1615k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  54k|5754 | 0.000000e+00 |      --      |    Inf 
236.15/236.22	c   236s| 90200 |   125 |  1617k|  17.9 |  11M|  57 |  35 | 231 |  13k| 231 |2453 |  17 |  54k|5769 | 0.000000e+00 |      --      |    Inf 
236.35/236.47	c   236s| 90300 |   126 |  1619k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  54k|5769 | 0.000000e+00 |      --      |    Inf 
236.65/236.72	c   237s| 90400 |   125 |  1621k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  54k|5779 | 0.000000e+00 |      --      |    Inf 
236.85/236.95	c   237s| 90500 |   127 |  1623k|  17.9 |  12M|  57 |  34 | 231 |  13k| 231 |2453 |  17 |  54k|5779 | 0.000000e+00 |      --      |    Inf 
237.15/237.21	c   237s| 90600 |   123 |  1624k|  17.9 |  12M|  57 |  34 | 231 |  13k| 231 |2453 |  17 |  54k|5790 | 0.000000e+00 |      --      |    Inf 
237.35/237.46	c   237s| 90700 |   124 |  1626k|  17.9 |  12M|  57 |  31 | 231 |  13k| 231 |2453 |  17 |  54k|5797 | 0.000000e+00 |      --      |    Inf 
237.65/237.70	c   238s| 90800 |   124 |  1627k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  54k|5803 | 0.000000e+00 |      --      |    Inf 
237.85/237.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.85/237.98	c   238s| 90900 |   122 |  1629k|  17.9 |  11M|  57 |  35 | 231 |  13k| 231 |2453 |  17 |  54k|5812 | 0.000000e+00 |      --      |    Inf 
238.14/238.29	c   238s| 91000 |   120 |  1631k|  17.9 |  11M|  57 |  41 | 231 |  13k| 231 |2453 |  17 |  54k|5819 | 0.000000e+00 |      --      |    Inf 
238.45/238.57	c   239s| 91100 |   120 |  1634k|  17.9 |  12M|  57 |  27 | 231 |  13k| 231 |2453 |  17 |  54k|5822 | 0.000000e+00 |      --      |    Inf 
238.75/238.84	c   239s| 91200 |   117 |  1636k|  17.9 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  54k|5828 | 0.000000e+00 |      --      |    Inf 
239.05/239.13	c   239s| 91300 |   117 |  1637k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  54k|5838 | 0.000000e+00 |      --      |    Inf 
239.35/239.40	c   239s| 91400 |   118 |  1639k|  17.9 |  11M|  57 |  30 | 231 |  13k| 231 |2453 |  17 |  54k|5843 | 0.000000e+00 |      --      |    Inf 
239.55/239.66	c   240s| 91500 |   116 |  1641k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  54k|5851 | 0.000000e+00 |      --      |    Inf 
239.85/239.93	c   240s| 91600 |   116 |  1643k|  17.9 |  12M|  57 |  44 | 231 |  13k| 231 |2453 |  17 |  55k|5858 | 0.000000e+00 |      --      |    Inf 
240.15/240.22	c   240s| 91700 |   114 |  1645k|  17.9 |  11M|  57 |  27 | 231 |  13k| 231 |2453 |  17 |  55k|5866 | 0.000000e+00 |      --      |    Inf 
240.35/240.47	c   240s| 91800 |   112 |  1647k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5871 | 0.000000e+00 |      --      |    Inf 
240.65/240.73	c   241s| 91900 |   112 |  1648k|  17.9 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5876 | 0.000000e+00 |      --      |    Inf 
240.85/240.99	c   241s| 92000 |   111 |  1650k|  17.9 |  11M|  57 |  38 | 231 |  13k| 231 |2453 |  17 |  55k|5883 | 0.000000e+00 |      --      |    Inf 
241.15/241.26	c   241s| 92100 |   109 |  1652k|  17.9 |  11M|  57 |  43 | 231 |  13k| 231 |2453 |  17 |  55k|5888 | 0.000000e+00 |      --      |    Inf 
241.45/241.52	c   242s| 92200 |   107 |  1654k|  17.9 |  11M|  57 |  49 | 231 |  13k| 231 |2453 |  17 |  55k|5890 | 0.000000e+00 |      --      |    Inf 
241.65/241.79	c   242s| 92300 |   107 |  1656k|  17.9 |  11M|  57 |  39 | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
241.95/242.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.95/242.01	c   242s| 92400 |   107 |  1658k|  17.9 |  11M|  57 |  34 | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
242.15/242.25	c   242s| 92500 |   108 |  1659k|  17.9 |  11M|  57 |  19 | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
242.45/242.55	c   243s| 92600 |   103 |  1662k|  18.0 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
242.74/242.80	c   243s| 92700 |   107 |  1664k|  18.0 |  11M|  57 |  39 | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
242.96/243.05	c   243s| 92800 |   107 |  1666k|  18.0 |  11M|  57 |  40 | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
243.24/243.30	c   243s| 92900 |   107 |  1668k|  18.0 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
243.44/243.51	c   244s| 93000 |   107 |  1669k|  18.0 |  11M|  57 |  45 | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
243.65/243.74	c   244s| 93100 |   107 |  1671k|  18.0 |  11M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
243.85/243.98	c   244s| 93200 |   111 |  1673k|  18.0 |  12M|  57 |  40 | 231 |  13k| 231 |2453 |  17 |  55k|5893 | 0.000000e+00 |      --      |    Inf 
244.16/244.21	c   244s| 93300 |   108 |  1675k|  18.0 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
244.35/244.45	c   244s| 93400 |   108 |  1677k|  18.0 |  12M|  57 |  37 | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
244.64/244.72	c   245s| 93500 |   105 |  1679k|  18.0 |  12M|  57 |  47 | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
244.95/245.01	c   245s| 93600 |   105 |  1681k|  18.0 |  12M|  57 |  40 | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
245.25/245.31	c   245s| 93700 |   101 |  1684k|  18.0 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
245.45/245.55	c   246s| 93800 |   100 |  1686k|  18.0 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
245.74/245.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.74/245.81	c   246s| 93900 |    98 |  1688k|  18.0 |  12M|  57 |  26 | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
245.95/246.07	c   246s| 94000 |   100 |  1690k|  18.0 |  12M|  57 |  38 | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
246.25/246.34	c   246s| 94100 |   102 |  1692k|  18.0 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
246.45/246.59	c   247s| 94200 |   110 |  1694k|  18.0 |  12M|  57 |  33 | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
246.74/246.84	c   247s| 94300 |   110 |  1696k|  18.0 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
246.95/247.07	c   247s| 94400 |   109 |  1697k|  18.0 |  12M|  57 |   - | 231 |  13k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
247.15/247.29	c   247s| 94500 |   110 |  1699k|  18.0 |  12M|  57 |   - | 231 |  13k|   0 |   0 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
247.45/247.53	c   248s| 94600 |   110 |  1701k|  18.0 |  12M|  57 |  37 | 231 |  14k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
247.65/247.78	c   248s| 94700 |   106 |  1703k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
247.95/248.06	c   248s| 94800 |   104 |  1705k|  18.0 |  12M|  57 |  44 | 231 |  14k| 231 |2453 |  17 |  56k|5893 | 0.000000e+00 |      --      |    Inf 
248.25/248.33	c   248s| 94900 |   104 |  1707k|  18.0 |  12M|  57 |  44 | 231 |  14k| 231 |2453 |  17 |  57k|5893 | 0.000000e+00 |      --      |    Inf 
248.45/248.58	c   249s| 95000 |   100 |  1709k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5893 | 0.000000e+00 |      --      |    Inf 
248.75/248.81	c   249s| 95100 |   105 |  1711k|  18.0 |  12M|  57 |  23 | 231 |  14k| 231 |2453 |  17 |  57k|5893 | 0.000000e+00 |      --      |    Inf 
249.04/249.12	c   249s| 95200 |   102 |  1713k|  18.0 |  12M|  57 |  30 | 231 |  14k| 231 |2453 |  17 |  57k|5905 | 0.000000e+00 |      --      |    Inf 
249.25/249.35	c   249s| 95300 |   104 |  1714k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5905 | 0.000000e+00 |      --      |    Inf 
249.55/249.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
249.55/249.66	c   250s| 95400 |    99 |  1716k|  18.0 |  12M|  57 |  36 | 231 |  14k| 231 |2453 |  17 |  57k|5917 | 0.000000e+00 |      --      |    Inf 
249.74/249.89	c   250s| 95500 |    99 |  1718k|  18.0 |  12M|  57 |  35 | 231 |  14k| 231 |2453 |  17 |  57k|5917 | 0.000000e+00 |      --      |    Inf 
250.04/250.17	c   250s| 95600 |    93 |  1720k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5926 | 0.000000e+00 |      --      |    Inf 
250.35/250.44	c   250s| 95700 |    94 |  1722k|  18.0 |  12M|  57 |  27 | 231 |  14k| 231 |2453 |  17 |  57k|5936 | 0.000000e+00 |      --      |    Inf 
250.55/250.69	c   251s| 95800 |    96 |  1724k|  18.0 |  12M|  57 |  29 | 231 |  14k| 231 |2453 |  17 |  57k|5936 | 0.000000e+00 |      --      |    Inf 
250.85/250.94	c   251s| 95900 |    94 |  1725k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  57k|5941 | 0.000000e+00 |      --      |    Inf 
251.05/251.19	c   251s| 96000 |    94 |  1727k|  18.0 |  12M|  57 |  34 | 231 |  14k| 231 |2453 |  17 |  57k|5950 | 0.000000e+00 |      --      |    Inf 
251.44/251.50	c   251s| 96100 |    92 |  1729k|  18.0 |  12M|  57 |  30 | 231 |  14k| 231 |2453 |  17 |  57k|5960 | 0.000000e+00 |      --      |    Inf 
251.65/251.74	c   252s| 96200 |    92 |  1731k|  18.0 |  12M|  57 |  49 | 231 |  14k| 231 |2453 |  17 |  57k|5960 | 0.000000e+00 |      --      |    Inf 
251.95/252.04	c   252s| 96300 |    92 |  1733k|  18.0 |  12M|  57 |  40 | 231 |  14k| 231 |2453 |  17 |  57k|5973 | 0.000000e+00 |      --      |    Inf 
252.24/252.30	c   252s| 96400 |    92 |  1735k|  18.0 |  12M|  57 |  34 | 231 |  14k| 231 |2453 |  17 |  57k|5977 | 0.000000e+00 |      --      |    Inf 
252.44/252.52	c   253s| 96500 |    93 |  1736k|  18.0 |  12M|  57 |  36 | 231 |  14k| 231 |2453 |  17 |  57k|5984 | 0.000000e+00 |      --      |    Inf 
252.65/252.78	c   253s| 96600 |    93 |  1738k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|5991 | 0.000000e+00 |      --      |    Inf 
252.96/253.03	c   253s| 96700 |    93 |  1740k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|5996 | 0.000000e+00 |      --      |    Inf 
253.15/253.27	c   253s| 96800 |    92 |  1741k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|6005 | 0.000000e+00 |      --      |    Inf 
253.44/253.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.44/253.55	c   254s| 96900 |    91 |  1743k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|6013 | 0.000000e+00 |      --      |    Inf 
253.75/253.82	c   254s| 97000 |    94 |  1745k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|6019 | 0.000000e+00 |      --      |    Inf 
253.95/254.08	c   254s| 97100 |    90 |  1747k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|6024 | 0.000000e+00 |      --      |    Inf 
254.24/254.38	c   254s| 97200 |    92 |  1749k|  18.0 |  12M|  57 |  32 | 231 |  14k| 231 |2453 |  17 |  58k|6031 | 0.000000e+00 |      --      |    Inf 
254.54/254.64	c   255s| 97300 |    90 |  1751k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|6038 | 0.000000e+00 |      --      |    Inf 
254.85/254.91	c   255s| 97400 |    92 |  1753k|  18.0 |  12M|  57 |  39 | 231 |  14k| 231 |2453 |  17 |  58k|6045 | 0.000000e+00 |      --      |    Inf 
255.05/255.15	c   255s| 97500 |    90 |  1754k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|6052 | 0.000000e+00 |      --      |    Inf 
255.44/255.51	c   256s| 97600 |    92 |  1757k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|6063 | 0.000000e+00 |      --      |    Inf 
255.75/255.81	c   256s| 97700 |    94 |  1759k|  18.0 |  12M|  57 |  42 | 231 |  14k| 231 |2453 |  17 |  58k|6074 | 0.000000e+00 |      --      |    Inf 
256.05/256.12	c   256s| 97800 |    94 |  1761k|  18.0 |  12M|  57 |  46 | 231 |  14k| 231 |2453 |  17 |  58k|6081 | 0.000000e+00 |      --      |    Inf 
256.25/256.39	c   256s| 97900 |    92 |  1764k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  58k|6086 | 0.000000e+00 |      --      |    Inf 
256.54/256.62	c   257s| 98000 |    92 |  1765k|  18.0 |  12M|  57 |  43 | 231 |  14k| 231 |2453 |  17 |  58k|6090 | 0.000000e+00 |      --      |    Inf 
256.75/256.89	c   257s| 98100 |    92 |  1767k|  18.0 |  12M|  57 |  46 | 231 |  14k| 231 |2453 |  17 |  58k|6101 | 0.000000e+00 |      --      |    Inf 
257.05/257.12	c   257s| 98200 |    92 |  1768k|  18.0 |  12M|  57 |  31 | 231 |  14k| 231 |2453 |  17 |  58k|6105 | 0.000000e+00 |      --      |    Inf 
257.25/257.34	c   257s| 98300 |    92 |  1770k|  18.0 |  12M|  57 |   - | 231 |  14k|   0 |   0 |  17 |  58k|6108 | 0.000000e+00 |      --      |    Inf 
257.44/257.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.44/257.57	c   258s| 98400 |    90 |  1772k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  59k|6113 | 0.000000e+00 |      --      |    Inf 
257.75/257.82	c   258s| 98500 |    90 |  1774k|  18.0 |  12M|  57 |  48 | 231 |  14k| 231 |2453 |  17 |  59k|6117 | 0.000000e+00 |      --      |    Inf 
257.94/258.08	c   258s| 98600 |    92 |  1775k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  59k|6123 | 0.000000e+00 |      --      |    Inf 
258.24/258.30	c   258s| 98700 |    92 |  1777k|  18.0 |  12M|  57 |  39 | 231 |  14k| 231 |2453 |  17 |  59k|6125 | 0.000000e+00 |      --      |    Inf 
258.45/258.52	c   259s| 98800 |    92 |  1779k|  18.0 |  12M|  57 |  32 | 231 |  14k| 231 |2453 |  17 |  59k|6126 | 0.000000e+00 |      --      |    Inf 
258.65/258.77	c   259s| 98900 |    91 |  1781k|  18.0 |  12M|  57 |  40 | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
258.94/259.02	c   259s| 99000 |    91 |  1783k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
259.25/259.30	c   259s| 99100 |    91 |  1785k|  18.0 |  12M|  57 |  26 | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
259.45/259.55	c   260s| 99200 |    90 |  1787k|  18.0 |  12M|  57 |  17 | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
259.64/259.79	c   260s| 99300 |    86 |  1789k|  18.0 |  12M|  57 |  46 | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
259.95/260.03	c   260s| 99400 |    84 |  1790k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
260.15/260.27	c   260s| 99500 |    86 |  1792k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
260.44/260.51	c   261s| 99600 |    86 |  1794k|  18.0 |  12M|  57 |  35 | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
260.65/260.74	c   261s| 99700 |    88 |  1796k|  18.0 |  12M|  57 |  41 | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
260.85/260.99	c   261s| 99800 |    88 |  1798k|  18.0 |  12M|  57 |   - | 231 |  14k|   0 |   0 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
261.14/261.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.14/261.24	c   261s| 99900 |    88 |  1800k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
261.34/261.48	c   261s|100000 |    92 |  1801k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
261.65/261.74	c   262s|100100 |    98 |  1803k|  18.0 |  12M|  57 |   - | 231 |  14k| 231 |2453 |  17 |  59k|6127 | 0.000000e+00 |      --      |    Inf 
261.85/261.98	c   262s|100200 |    98 |  1805k|  18.0 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
262.14/262.23	c   262s|100300 |   104 |  1807k|  18.0 |  12M|  57 |  31 | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
262.34/262.47	c   262s|100400 |    98 |  1809k|  18.0 |  12M|  57 |  45 | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
262.65/262.70	c   263s|100500 |    98 |  1811k|  18.0 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
262.85/262.96	c   263s|100600 |   101 |  1813k|  18.0 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
263.15/263.21	c   263s|100700 |   103 |  1815k|  18.0 |  12M|  57 |  41 | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
263.35/263.46	c   263s|100800 |   103 |  1817k|  18.0 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
263.54/263.69	c   264s|100900 |    99 |  1818k|  18.0 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
263.85/263.94	c   264s|101000 |    97 |  1820k|  18.0 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
264.05/264.18	c   264s|101100 |    93 |  1822k|  18.0 |  12M|  57 |  41 | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
264.34/264.45	c   264s|101200 |    90 |  1824k|  18.0 |  12M|  57 |  44 | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
264.65/264.71	c   265s|101300 |    88 |  1826k|  18.0 |  12M|  57 |  42 | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
264.85/264.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.85/264.96	c   265s|101400 |    90 |  1828k|  18.0 |  12M|  57 |  36 | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
265.15/265.22	c   265s|101500 |    90 |  1830k|  18.0 |  12M|  57 |  40 | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
265.34/265.47	c   265s|101600 |    89 |  1832k|  18.0 |  12M|  57 |  43 | 231 |  15k| 231 |2453 |  17 |  60k|6127 | 0.000000e+00 |      --      |    Inf 
265.64/265.74	c   266s|101700 |    91 |  1834k|  18.0 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  60k|6136 | 0.000000e+00 |      --      |    Inf 
265.94/266.01	c   266s|101800 |    97 |  1836k|  18.0 |  12M|  57 |  41 | 231 |  15k| 231 |2453 |  17 |  60k|6145 | 0.000000e+00 |      --      |    Inf 
266.15/266.27	c   266s|101900 |    95 |  1837k|  18.0 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  61k|6153 | 0.000000e+00 |      --      |    Inf 
266.35/266.49	c   266s|102000 |    93 |  1839k|  18.0 |  12M|  57 |  36 | 231 |  15k| 231 |2453 |  17 |  61k|6153 | 0.000000e+00 |      --      |    Inf 
266.64/266.77	c   267s|102100 |    97 |  1841k|  18.0 |  12M|  57 |  45 | 231 |  15k| 231 |2453 |  17 |  61k|6157 | 0.000000e+00 |      --      |    Inf 
266.94/267.08	c   267s|102200 |    89 |  1843k|  18.0 |  12M|  57 |  46 | 231 |  15k| 231 |2453 |  17 |  61k|6164 | 0.000000e+00 |      --      |    Inf 
267.25/267.35	c   267s|102300 |    87 |  1845k|  18.0 |  12M|  57 |  42 | 231 |  15k| 231 |2453 |  17 |  61k|6169 | 0.000000e+00 |      --      |    Inf 
267.55/267.65	c   268s|102400 |    89 |  1848k|  18.0 |  12M|  57 |  25 | 231 |  15k| 231 |2453 |  17 |  61k|6178 | 0.000000e+00 |      --      |    Inf 
267.84/267.97	c   268s|102500 |    86 |  1850k|  18.0 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  61k|6188 | 0.000000e+00 |      --      |    Inf 
268.15/268.24	c   268s|102600 |    88 |  1852k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  61k|6193 | 0.000000e+00 |      --      |    Inf 
268.44/268.54	c   269s|102700 |    88 |  1854k|  18.1 |  12M|  57 |   - | 231 |  15k|   0 |   0 |  17 |  61k|6199 | 0.000000e+00 |      --      |    Inf 
268.74/268.85	c   269s|102800 |    88 |  1856k|  18.1 |  12M|  57 |  36 | 231 |  15k| 231 |2453 |  17 |  61k|6207 | 0.000000e+00 |      --      |    Inf 
269.05/269.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.05/269.13	c   269s|102900 |    86 |  1858k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  61k|6209 | 0.000000e+00 |      --      |    Inf 
269.35/269.44	c   269s|103000 |    87 |  1860k|  18.1 |  12M|  57 |  38 | 231 |  15k| 231 |2453 |  17 |  61k|6218 | 0.000000e+00 |      --      |    Inf 
269.64/269.76	c   270s|103100 |    89 |  1862k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  61k|6225 | 0.000000e+00 |      --      |    Inf 
270.05/270.10	c   270s|103200 |    89 |  1865k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  61k|6234 | 0.000000e+00 |      --      |    Inf 
270.34/270.41	c   270s|103300 |    83 |  1867k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  61k|6239 | 0.000000e+00 |      --      |    Inf 
270.64/270.70	c   271s|103400 |    79 |  1869k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  61k|6245 | 0.000000e+00 |      --      |    Inf 
270.85/270.98	c   271s|103500 |    77 |  1871k|  18.1 |  12M|  57 |  57 | 231 |  15k| 231 |2453 |  17 |  61k|6254 | 0.000000e+00 |      --      |    Inf 
271.14/271.24	c   271s|103600 |    74 |  1873k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  62k|6259 | 0.000000e+00 |      --      |    Inf 
271.45/271.51	c   272s|103700 |    76 |  1875k|  18.1 |  12M|  57 |  25 | 231 |  15k| 231 |2453 |  17 |  62k|6264 | 0.000000e+00 |      --      |    Inf 
271.65/271.75	c   272s|103800 |    75 |  1876k|  18.1 |  12M|  57 |  24 | 231 |  15k| 231 |2453 |  17 |  62k|6271 | 0.000000e+00 |      --      |    Inf 
271.94/272.02	c   272s|103900 |    70 |  1878k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  62k|6277 | 0.000000e+00 |      --      |    Inf 
272.15/272.28	c   272s|104000 |    72 |  1880k|  18.1 |  12M|  57 |  33 | 231 |  15k| 231 |2453 |  17 |  62k|6282 | 0.000000e+00 |      --      |    Inf 
272.44/272.51	c   273s|104100 |    69 |  1882k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  62k|6283 | 0.000000e+00 |      --      |    Inf 
272.65/272.75	c   273s|104200 |    69 |  1883k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  62k|6286 | 0.000000e+00 |      --      |    Inf 
272.95/273.01	c   273s|104300 |    70 |  1885k|  18.1 |  12M|  57 |  29 | 231 |  15k| 231 |2453 |  17 |  62k|6288 | 0.000000e+00 |      --      |    Inf 
273.15/273.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
273.15/273.26	c   273s|104400 |    68 |  1887k|  18.1 |  12M|  57 |  39 | 231 |  15k| 231 |2453 |  17 |  62k|6290 | 0.000000e+00 |      --      |    Inf 
273.44/273.51	c   274s|104500 |    66 |  1889k|  18.1 |  12M|  57 |  40 | 231 |  15k| 231 |2453 |  17 |  62k|6291 | 0.000000e+00 |      --      |    Inf 
273.64/273.76	c   274s|104600 |    60 |  1890k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  62k|6293 | 0.000000e+00 |      --      |    Inf 
273.94/274.02	c   274s|104700 |    60 |  1892k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  62k|6297 | 0.000000e+00 |      --      |    Inf 
274.15/274.29	c   274s|104800 |    62 |  1894k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  62k|6298 | 0.000000e+00 |      --      |    Inf 
274.45/274.54	c   275s|104900 |    60 |  1896k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  62k|6298 | 0.000000e+00 |      --      |    Inf 
274.64/274.78	c   275s|105000 |    63 |  1898k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  62k|6298 | 0.000000e+00 |      --      |    Inf 
274.95/275.02	c   275s|105100 |    67 |  1900k|  18.1 |  12M|  57 |   - | 231 |  15k|   0 |   0 |  17 |  62k|6299 | 0.000000e+00 |      --      |    Inf 
275.14/275.27	c   275s|105200 |    67 |  1902k|  18.1 |  12M|  57 |  36 | 231 |  15k| 231 |2453 |  17 |  62k|6302 | 0.000000e+00 |      --      |    Inf 
275.45/275.54	c   276s|105300 |    67 |  1904k|  18.1 |  12M|  57 |  36 | 231 |  15k| 231 |2453 |  17 |  63k|6302 | 0.000000e+00 |      --      |    Inf 
275.74/275.82	c   276s|105400 |    67 |  1906k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6302 | 0.000000e+00 |      --      |    Inf 
276.05/276.12	c   276s|105500 |    59 |  1909k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6302 | 0.000000e+00 |      --      |    Inf 
276.24/276.37	c   276s|105600 |    54 |  1911k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6302 | 0.000000e+00 |      --      |    Inf 
276.55/276.61	c   277s|105700 |    50 |  1912k|  18.1 |  12M|  57 |   - | 231 |  15k|   0 |   0 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
276.74/276.85	c   277s|105800 |    47 |  1914k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
276.94/277.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
276.94/277.08	c   277s|105900 |    45 |  1916k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
277.25/277.30	c   277s|106000 |    47 |  1918k|  18.1 |  12M|  57 |  35 | 231 |  15k| 231 |2453 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
277.44/277.53	c   278s|106100 |    47 |  1919k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
277.64/277.75	c   278s|106200 |    43 |  1921k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
277.84/277.98	c   278s|106300 |    41 |  1922k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
278.15/278.22	c   278s|106400 |    43 |  1924k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
278.34/278.47	c   278s|106500 |    41 |  1926k|  18.1 |  12M|  57 |   - | 231 |  15k|   0 |   0 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
278.65/278.73	c   279s|106600 |    39 |  1928k|  18.1 |  12M|  57 |  39 | 231 |  15k| 231 |2453 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
278.84/278.97	c   279s|106700 |    37 |  1930k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  63k|6303 | 0.000000e+00 |      --      |    Inf 
279.14/279.23	c   279s|106800 |    38 |  1932k|  18.1 |  12M|  57 |  26 | 231 |  15k| 231 |2453 |  17 |  64k|6303 | 0.000000e+00 |      --      |    Inf 
279.35/279.48	c   279s|106900 |    36 |  1934k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  64k|6303 | 0.000000e+00 |      --      |    Inf 
279.64/279.74	c   280s|107000 |    36 |  1936k|  18.1 |  12M|  57 |  35 | 231 |  15k| 231 |2453 |  17 |  64k|6303 | 0.000000e+00 |      --      |    Inf 
279.85/279.99	c   280s|107100 |    35 |  1938k|  18.1 |  12M|  57 |  25 | 231 |  15k| 231 |2453 |  17 |  64k|6303 | 0.000000e+00 |      --      |    Inf 
280.14/280.22	c   280s|107200 |    33 |  1939k|  18.1 |  12M|  57 |  39 | 231 |  15k| 231 |2453 |  17 |  64k|6303 | 0.000000e+00 |      --      |    Inf 
280.35/280.46	c   280s|107300 |    32 |  1941k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  64k|6303 | 0.000000e+00 |      --      |    Inf 
280.55/280.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.55/280.69	c   281s|107400 |    30 |  1943k|  18.1 |  12M|  57 |   - | 231 |  15k|   0 |   0 |  17 |  64k|6303 | 0.000000e+00 |      --      |    Inf 
280.84/280.96	c   281s|107500 |    27 |  1945k|  18.1 |  12M|  57 |  39 | 231 |  15k| 231 |2453 |  17 |  64k|6303 | 0.000000e+00 |      --      |    Inf 
281.14/281.27	c   281s|107600 |    21 |  1947k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  64k|6313 | 0.000000e+00 |      --      |    Inf 
281.45/281.53	c   282s|107700 |    19 |  1949k|  18.1 |  12M|  57 |  26 | 231 |  15k| 231 |2453 |  17 |  64k|6313 | 0.000000e+00 |      --      |    Inf 
281.64/281.79	c   282s|107800 |    16 |  1951k|  18.1 |  12M|  57 |  46 | 231 |  15k| 231 |2453 |  17 |  64k|6323 | 0.000000e+00 |      --      |    Inf 
281.94/282.06	c   282s|107900 |    14 |  1953k|  18.1 |  12M|  57 |  48 | 231 |  15k| 231 |2453 |  17 |  64k|6323 | 0.000000e+00 |      --      |    Inf 
282.24/282.35	c   282s|108000 |    15 |  1955k|  18.1 |  12M|  57 |  26 | 231 |  15k| 231 |2453 |  17 |  64k|6334 | 0.000000e+00 |      --      |    Inf 
282.45/282.57	c   283s|108100 |    13 |  1956k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  64k|6334 | 0.000000e+00 |      --      |    Inf 
282.74/282.84	c   283s|108200 |    13 |  1958k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  64k|6340 | 0.000000e+00 |      --      |    Inf 
283.04/283.16	c   283s|108300 |    13 |  1960k|  18.1 |  12M|  57 |  46 | 231 |  15k| 231 |2453 |  17 |  64k|6349 | 0.000000e+00 |      --      |    Inf 
283.34/283.48	c   283s|108400 |    13 |  1962k|  18.1 |  12M|  57 |  45 | 231 |  15k| 231 |2453 |  17 |  65k|6358 | 0.000000e+00 |      --      |    Inf 
283.65/283.78	c   284s|108500 |    13 |  1965k|  18.1 |  12M|  57 |  48 | 231 |  15k| 231 |2453 |  17 |  65k|6359 | 0.000000e+00 |      --      |    Inf 
284.05/284.14	c   284s|108600 |    13 |  1967k|  18.1 |  12M|  57 |  41 | 231 |  15k| 231 |2453 |  17 |  65k|6375 | 0.000000e+00 |      --      |    Inf 
284.24/284.39	c   284s|108700 |     8 |  1969k|  18.1 |  12M|  57 |  42 | 231 |  15k| 231 |2453 |  17 |  65k|6375 | 0.000000e+00 |      --      |    Inf 
284.54/284.64	c   285s|108800 |     5 |  1971k|  18.1 |  12M|  57 |  43 | 231 |  15k| 231 |2453 |  17 |  65k|6379 | 0.000000e+00 |      --      |    Inf 
284.85/284.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.85/284.93	c   285s|108900 |     3 |  1973k|  18.1 |  12M|  57 |   - | 231 |  15k| 231 |2453 |  17 |  65k|6385 | 0.000000e+00 |      --      |    Inf 
285.14/285.23	c 
285.14/285.23	c SCIP Status        : problem is solved [infeasible]
285.14/285.23	c Solving Time (sec) : 285.23
285.14/285.23	c Solving Nodes      : 108990
285.14/285.23	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
285.14/285.23	c Dual Bound         : +1.00000000000000e+20
285.14/285.23	c Gap                : 0.00 %
285.14/285.23	s UNSATISFIABLE
285.14/285.23	c SCIP Status        : problem is solved [infeasible]
285.14/285.23	c Total Time         :     285.23
285.14/285.23	c   solving          :     285.23
285.14/285.23	c   presolving       :       0.04 (included in solving)
285.14/285.23	c   reading          :       0.01 (included in solving)
285.14/285.23	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
285.14/285.23	c Original Problem   :
285.14/285.23	c   Problem name     : HOME/instance-3691592-1338021205.opb
285.14/285.23	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
285.14/285.23	c   Constraints      : 2707 initial, 2707 maximal
285.14/285.23	c   Objective sense  : minimize
285.14/285.23	c Presolved Problem  :
285.14/285.23	c   Problem name     : t_HOME/instance-3691592-1338021205.opb
285.14/285.23	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
285.14/285.23	c   Constraints      : 2443 initial, 15761 maximal
285.14/285.23	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
285.14/285.23	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
285.14/285.23	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
285.14/285.23	c   logicor          :       0.02       0.00          0          0          0          0          0          0          0          0          0
285.14/285.23	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
285.14/285.23	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
285.14/285.23	c   integral         :          0          0          0          0      56413          0          1          0        231       2408          0          0     109716
285.14/285.23	c   knapsack         :          1          1          5     413166          0          0          0      29648        715     189781          0          0          0
285.14/285.23	c   setppc           :         22         22          5     412726          0          0          0    1155752       2346     572180          0          0          0
285.14/285.23	c   linear           :          0+       321          5     160122          0          0          0        486          3       6205          1          0          0
285.14/285.23	c   logicor          :       2420+     15739          5     202786          0          0          0     375854        721     710015          0          0          0
285.14/285.23	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
285.14/285.23	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
285.14/285.23	c   integral         :      27.04       0.00       0.00       0.00      27.04       0.00       0.00       0.00
285.14/285.23	c   knapsack         :       0.44       0.00       0.00       0.41       0.00       0.00       0.00       0.03
285.14/285.23	c   setppc           :       1.58       0.00       0.00       1.24       0.00       0.00       0.00       0.34
285.14/285.23	c   linear           :       0.24       0.00       0.00       0.24       0.00       0.00       0.00       0.00
285.14/285.23	c   logicor          :       8.17       0.00       0.00       7.85       0.00       0.00       0.00       0.32
285.14/285.23	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
285.14/285.23	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
285.14/285.23	c   rootredcost      :          0          0          0          0
285.14/285.23	c   pseudoobj        :          0          0          0          0
285.14/285.23	c   vbounds          :          0          0          0          0
285.14/285.23	c   redcost          :      56418          0          0          0
285.14/285.23	c   probing          :          0          0          0          0
285.14/285.23	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
285.14/285.23	c   rootredcost      :       0.11       0.00       0.00       0.11       0.00
285.14/285.23	c   pseudoobj        :       0.11       0.00       0.00       0.11       0.00
285.14/285.23	c   vbounds          :       0.09       0.00       0.00       0.09       0.00
285.14/285.23	c   redcost          :       0.24       0.00       0.00       0.24       0.00
285.14/285.23	c   probing          :       0.00       0.00       0.00       0.00       0.00
285.14/285.23	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
285.14/285.23	c   propagation      :       0.15       3785       3765      20013       23.1         63       18.7          -
285.14/285.23	c   infeasible LP    :       4.36      50838      49862     307940       34.2        119       19.1          0
285.14/285.23	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
285.14/285.23	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
285.14/285.23	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
285.14/285.23	c   applied globally :          -          -          -      59514       19.9          -          -          -
285.14/285.23	c   applied locally  :          -          -          -       5866       35.2          -          -          -
285.14/285.23	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
285.14/285.23	c   cut pool         :       0.00                     4          -          -        201          -    (maximal pool size: 517)
285.14/285.23	c   closecuts        :       0.00       0.00          0          0          0          0          0
285.14/285.23	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
285.14/285.23	c   intobj           :       0.00       0.00          0          0          0          0          0
285.14/285.23	c   gomory           :       0.18       0.00          5          0          0        150          0
285.14/285.23	c   cgmip            :       0.00       0.00          0          0          0          0          0
285.14/285.23	c   strongcg         :       0.22       0.00          5          0          0       2382          0
285.14/285.23	c   cmir             :       0.00       0.00          0          0          0          0          0
285.14/285.23	c   flowcover        :       0.00       0.00          0          0          0          0          0
285.14/285.23	c   clique           :       0.00       0.00          5          0          0          0          0
285.14/285.23	c   zerohalf         :       0.00       0.00          0          0          0          0          0
285.14/285.23	c   mcf              :       0.00       0.00          1          0          0          0          0
285.14/285.23	c   oddcycle         :       0.00       0.00          0          0          0          0          0
285.14/285.23	c   rapidlearning    :       0.09       0.00          1          0          0          0        321
285.14/285.23	c Pricers            :   ExecTime  SetupTime      Calls       Vars
285.14/285.23	c   problem variables:       0.00          -          0          0
285.14/285.23	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
285.14/285.23	c   relpscost        :      26.99       0.00      56413        231       2408          0          0     109716
285.14/285.23	c   pscost           :       0.00       0.00          0          0          0          0          0          0
285.14/285.23	c   inference        :       0.00       0.00          0          0          0          0          0          0
285.14/285.23	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
285.14/285.23	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
285.14/285.23	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
285.14/285.23	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
285.14/285.23	c   random           :       0.00       0.00          0          0          0          0          0          0
285.14/285.23	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
285.14/285.23	c   LP solutions     :       0.00          -          -          0
285.14/285.23	c   pseudo solutions :       0.00          -          -          0
285.14/285.23	c   smallcard        :       0.00       0.00          0          0
285.14/285.23	c   trivial          :       0.00       0.00          1          0
285.14/285.23	c   shiftandpropagate:       0.00       0.00          0          0
285.14/285.23	c   simplerounding   :       0.00       0.00          0          0
285.14/285.23	c   zirounding       :       0.00       0.00          0          0
285.14/285.23	c   rounding         :       0.00       0.00          0          0
285.14/285.23	c   shifting         :       0.00       0.00          0          0
285.14/285.23	c   intshifting      :       0.00       0.00          0          0
285.14/285.23	c   oneopt           :       0.00       0.00          0          0
285.14/285.23	c   twoopt           :       0.00       0.00          0          0
285.14/285.23	c   indtwoopt        :       0.00       0.00          0          0
285.14/285.23	c   indoneopt        :       0.00       0.00          0          0
285.14/285.23	c   fixandinfer      :       0.00       0.00          0          0
285.14/285.23	c   feaspump         :       0.00       0.00          0          0
285.14/285.23	c   clique           :       0.00       0.00          0          0
285.14/285.23	c   indrounding      :       0.00       0.00          0          0
285.14/285.23	c   indcoefdiving    :       0.00       0.00          0          0
285.14/285.23	c   coefdiving       :       0.00       0.00          0          0
285.14/285.23	c   pscostdiving     :       0.00       0.00          0          0
285.14/285.23	c   nlpdiving        :       0.00       0.00          0          0
285.14/285.23	c   fracdiving       :       0.00       0.00          0          0
285.14/285.23	c   veclendiving     :       0.00       0.00          0          0
285.14/285.23	c   intdiving        :       0.00       0.00          0          0
285.14/285.23	c   actconsdiving    :       0.00       0.00          0          0
285.14/285.23	c   objpscostdiving  :       0.00       0.00          0          0
285.14/285.23	c   rootsoldiving    :       0.00       0.00          0          0
285.14/285.23	c   linesearchdiving :       0.00       0.00          0          0
285.14/285.23	c   guideddiving     :       0.00       0.00          0          0
285.14/285.23	c   octane           :       0.00       0.00          0          0
285.14/285.23	c   rens             :       0.00       0.00          0          0
285.14/285.23	c   rins             :       0.00       0.00          0          0
285.14/285.23	c   localbranching   :       0.00       0.00          0          0
285.14/285.23	c   mutation         :       0.00       0.00          0          0
285.14/285.23	c   crossover        :       0.00       0.00          0          0
285.14/285.23	c   dins             :       0.00       0.00          0          0
285.14/285.23	c   vbounds          :       0.00       0.00          0          0
285.14/285.23	c   undercover       :       0.00       0.00          0          0
285.14/285.23	c   subnlp           :       0.00       0.00          0          0
285.14/285.23	c   trysol           :       0.00       0.00          0          0
285.14/285.23	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
285.14/285.23	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
285.14/285.23	c   dual LP          :     215.97     107256    1975216      18.45    9145.65       0.08        225
285.14/285.23	c   lex dual LP      :       0.00          0          0       0.00          -
285.14/285.23	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
285.14/285.23	c   diving/probing LP:       0.00          0          0       0.00          -
285.14/285.23	c   strong branching :      26.14       6394     223117      34.89    8536.62
285.14/285.23	c     (at root node) :          -         10       1956     195.60          -
285.14/285.23	c   conflict analysis:       0.00          0          0       0.00          -
285.14/285.23	c B&B Tree           :
285.14/285.23	c   number of runs   :          1
285.14/285.23	c   nodes            :     108990
285.14/285.23	c   nodes (total)    :     108990
285.14/285.23	c   nodes left       :          0
285.14/285.23	c   max depth        :         57
285.14/285.23	c   max depth (total):         57
285.14/285.23	c   backtracks       :      14378 (13.2%)
285.14/285.23	c   delayed cutoffs  :        727
285.14/285.23	c   repropagations   :     166233 (230255 domain reductions, 727 cutoffs)
285.14/285.23	c   avg switch length:       4.89
285.14/285.23	c   switching time   :       9.33
285.14/285.23	c Solution           :
285.14/285.23	c   Solutions found  :          0 (0 improvements)
285.14/285.23	c   Primal Bound     : infeasible
285.14/285.23	c   Dual Bound       :          -
285.14/285.23	c   Gap              :       0.00 %
285.14/285.23	c   Root Dual Bound  : +0.00000000000000e+00
285.14/285.23	c   Root Iterations  :        153
285.14/285.25	c Time complete: 285.19.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3691592-1338021205/watcher-3691592-1338021205 -o /tmp/evaluation-result-3691592-1338021205/solver-3691592-1338021205 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691592-1338021205.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.03 2.01 3/174 2578
/proc/meminfo: memFree=29506752/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=12848 CPUtime=0 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 1963 0 0 0 0 0 0 0 20 0 1 0 268245988 13156352 1917 33554432000 4194304 10219143 140735592062336 140733939588280 5932584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 3212 1917 419 1471 0 1732 0

[startup+0.0745661 s]
/proc/loadavg: 2.10 2.03 2.01 3/174 2578
/proc/meminfo: memFree=29506752/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=30608 CPUtime=0.06 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 6770 0 0 0 5 1 0 0 20 0 1 0 268245988 31342592 6422 33554432000 4194304 10219143 140735592062336 140733939588280 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 7652 6422 761 1471 0 6172 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30608

[startup+0.100295 s]
/proc/loadavg: 2.10 2.03 2.01 3/174 2578
/proc/meminfo: memFree=29506752/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=33964 CPUtime=0.09 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 7659 0 0 0 7 2 0 0 20 0 1 0 268245988 34779136 7311 33554432000 4194304 10219143 140735592062336 140733939588280 8844210 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 8524 7315 773 1471 0 7044 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33964

[startup+0.300253 s]
/proc/loadavg: 2.10 2.03 2.01 3/174 2578
/proc/meminfo: memFree=29506752/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48352 CPUtime=0.28 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11679 0 0 0 25 3 0 0 20 0 1 0 268245988 49512448 10623 33554432000 4194304 10219143 140735592062336 140733939588280 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12088 10623 814 1471 0 10608 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 48352

[startup+0.700238 s]
/proc/loadavg: 2.10 2.03 2.01 3/174 2578
/proc/meminfo: memFree=29506752/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=0.69 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11797 0 0 0 65 4 0 0 20 0 1 0 268245988 49684480 10741 33554432000 4194304 10219143 140735592062336 140733939588280 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 10741 817 1471 0 10650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48520

[startup+1.50023 s]
/proc/loadavg: 2.10 2.03 2.01 3/175 2579
/proc/meminfo: memFree=29467056/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=1.49 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11799 0 0 0 144 5 0 0 20 0 1 0 268245988 49684480 10743 33554432000 4194304 10219143 140735592062336 140735592055784 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 10743 819 1471 0 10650 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48520

[startup+3.10027 s]
/proc/loadavg: 2.09 2.03 2.01 3/175 2579
/proc/meminfo: memFree=29466700/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=3.09 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11803 0 0 0 302 7 0 0 20 0 1 0 268245988 49684480 10747 33554432000 4194304 10219143 140735592062336 140735592055784 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 10747 823 1471 0 10650 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48520

[startup+6.30023 s]
/proc/loadavg: 2.09 2.03 2.01 3/175 2579
/proc/meminfo: memFree=29466576/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=6.29 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11804 0 0 0 619 10 0 0 20 0 1 0 268245988 49684480 10748 33554432000 4194304 10219143 140735592062336 140735592056248 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 10748 824 1471 0 10650 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48520

[startup+12.7002 s]
/proc/loadavg: 2.08 2.03 2.01 3/175 2579
/proc/meminfo: memFree=29466600/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=12.69 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11804 0 0 0 1252 17 0 0 20 0 1 0 268245988 49684480 10748 33554432000 4194304 10219143 140735592062336 140735592057704 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 10748 824 1471 0 10650 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48520

[startup+25.5003 s]
/proc/loadavg: 2.07 2.03 2.00 3/175 2579
/proc/meminfo: memFree=29466096/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=25.49 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11811 0 0 0 2510 39 0 0 20 0 1 0 268245988 49684480 10780 33554432000 4194304 10219143 140735592062336 140735592055784 8102384 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 10780 824 1471 0 10650 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48520

[startup+51.1002 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2580
/proc/meminfo: memFree=29464464/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=51.08 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11814 0 0 0 5029 79 0 0 20 0 1 0 268245988 49684480 11253 33554432000 4194304 10219143 140735592062336 140735592055976 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 11253 824 1471 0 10650 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48520

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 2618
/proc/meminfo: memFree=29465772/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=102.27 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11814 0 0 0 10075 152 0 0 20 0 1 0 268245988 49684480 11253 33554432000 4194304 10219143 140735592062336 140735592055592 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 11253 824 1471 0 10650 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 48520

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2694
/proc/meminfo: memFree=29464452/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=162.26 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11814 0 0 0 15975 251 0 0 20 0 1 0 268245988 49684480 11253 33554432000 4194304 10219143 140735592062336 140735592055976 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 11253 824 1471 0 10650 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 48520

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2694
/proc/meminfo: memFree=29464700/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=48520 CPUtime=222.25 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11815 0 0 0 21871 354 0 0 20 0 1 0 268245988 49684480 11254 33554432000 4194304 10219143 140735592062336 140735592055592 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12130 11254 824 1471 0 10650 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 48520

[startup+282.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2732
/proc/meminfo: memFree=29463572/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=49012 CPUtime=282.24 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11938 0 0 0 27773 451 0 0 20 0 1 0 268245988 50188288 11377 33554432000 4194304 10219143 140735592062336 140735592055976 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12253 11377 825 1471 0 10773 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 49012

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

[startup+283.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2732
/proc/meminfo: memFree=29463572/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=49012 CPUtime=283.04 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11938 0 0 0 27852 452 0 0 20 0 1 0 268245988 50188288 11377 33554432000 4194304 10219143 140735592062336 140735592055592 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12253 11377 825 1471 0 10773 0
Current children cumulated CPU time (s) 283.04
Current children cumulated vsize (KiB) 49012

[startup+283.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2732
/proc/meminfo: memFree=29463572/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=49012 CPUtime=283.84 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11938 0 0 0 27930 454 0 0 20 0 1 0 268245988 50188288 11377 33554432000 4194304 10219143 140735592062336 140735592055272 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12253 11377 825 1471 0 10773 0
Current children cumulated CPU time (s) 283.84
Current children cumulated vsize (KiB) 49012

[startup+284.7 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2732
/proc/meminfo: memFree=29463572/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=49012 CPUtime=284.64 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11939 0 0 0 28009 455 0 0 20 0 1 0 268245988 50188288 11378 33554432000 4194304 10219143 140735592062336 140735592055272 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12253 11378 825 1471 0 10773 0
Current children cumulated CPU time (s) 284.64
Current children cumulated vsize (KiB) 49012

[startup+285.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2732
/proc/meminfo: memFree=29463696/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=49012 CPUtime=285.04 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11939 0 0 0 28048 456 0 0 20 0 1 0 268245988 50188288 11378 33554432000 4194304 10219143 140735592062336 140735592055592 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12253 11378 825 1471 0 10773 0
Current children cumulated CPU time (s) 285.04
Current children cumulated vsize (KiB) 49012

[startup+285.2 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2732
/proc/meminfo: memFree=29463696/32873852 swapFree=7616/7616
[pid=2578] ppid=2576 vsize=49012 CPUtime=285.14 cores=0,2,4,6
/proc/2578/stat : 2578 (scip-2.1.1.4exp) R 2576 2578 403 0 -1 4202496 11939 0 0 0 28057 457 0 0 20 0 1 0 268245988 50188288 11378 33554432000 4194304 10219143 140735592062336 140735592055592 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2578/statm: 12253 11378 825 1471 0 10773 0
Current children cumulated CPU time (s) 285.14
Current children cumulated vsize (KiB) 49012

Child status: 0
Real time (s): 285.251
CPU time (s): 285.201
CPU user time (s): 280.625
CPU system time (s): 4.5753
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 49012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 280.625
system time used= 4.5753
maximum resident set size= 45524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11944
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= 13
involuntary context switches= 294

runsolver used 0.425935 second user time and 1.18882 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 10:33:25
IDJOB=3691592
IDBENCH=1289
IDSOLVER=2271
FILE ID=node131/3691592-1338021205
RUNJOBID= node131-1338017251-877
PBS_JOBID= 14624266
Free space on /tmp= 71580 MiB

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

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

MD5SUM BENCH= 0fea7c185f4d6e2091fba763db8ccbcc
RANDOM SEED=1191410348

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29507280 kB
Buffers:          242768 kB
Cached:          2300888 kB
SwapCached:            0 kB
Active:           603192 kB
Inactive:        1995092 kB
Active(anon):      56820 kB
Inactive(anon):        0 kB
Active(file):     546372 kB
Inactive(file):  1995092 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13684 kB
Writeback:             4 kB
AnonPages:         61516 kB
Mapped:            17596 kB
Shmem:               204 kB
Slab:             631852 kB
SReclaimable:      74016 kB
SUnreclaim:       557836 kB
KernelStack:        1448 kB
PageTables:         3728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     169852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

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