Trace number 3690480

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedSAT 145.594 145.626

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army9.12bt.opb
MD5SUMb789f830862c22cea2a920d3cb2b89b5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.158975
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables266
Total number of constraints573
Number of constraints which are clauses402
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints169
Minimum length of a constraint1
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690480-1338016920.opb>
0.00/0.00	c original problem has 266 variables (266 bin, 0 int, 0 impl, 0 cont) and 573 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 3 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 302 impls, 0 clqs
0.00/0.01	c (round 2) 14 del vars, 18 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 302 impls, 0 clqs
0.00/0.01	c (round 3) 14 del vars, 29 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 302 impls, 0 clqs
0.00/0.02	c (round 4) 14 del vars, 29 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 302 impls, 0 clqs
0.00/0.02	c (round 5) 20 del vars, 29 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 6476 impls, 6 clqs
0.00/0.03	c (round 6) 20 del vars, 35 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 6476 impls, 6 clqs
0.00/0.03	c (round 7) 20 del vars, 37 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 6476 impls, 6 clqs
0.00/0.03	c presolving (8 rounds):
0.00/0.03	c  20 deleted vars, 37 deleted constraints, 0 added constraints, 12 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  6476 implications, 6 cliques
0.00/0.03	c presolved problem has 246 variables (246 bin, 0 int, 0 impl, 0 cont) and 536 constraints
0.00/0.03	c     162 constraints of type <knapsack>
0.00/0.03	c     117 constraints of type <setppc>
0.00/0.03	c     257 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.03
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.1.1.4
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/shiftandpropagate/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/subnlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/undercover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c propagating/probing/maxprerounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/indoneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.06	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.06	c   0.1s|     1 |     0 |   524 |     - |1932k|   0 | 161 | 246 | 536 | 246 | 536 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   983 |     - |4611k|   0 | 187 | 246 | 560 | 246 | 737 | 201 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |  1465 |     - |7143k|   0 | 197 | 246 | 560 | 246 | 847 | 311 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |  1670 |     - |9040k|   0 | 202 | 246 | 560 | 246 | 886 | 350 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.68/0.71	c   0.7s|     1 |     0 |  1974 |     - |  10M|   0 | 211 | 246 | 560 | 246 | 921 | 385 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.86	c   0.9s|     1 |     0 |  2226 |     - |  12M|   0 | 214 | 246 | 560 | 246 | 939 | 403 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.28	c   1.3s|     1 |     2 |  2226 |     - |  12M|   0 | 214 | 246 | 560 | 246 | 939 | 403 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
3.49/3.51	c   3.5s|   100 |    13 |  5916 |  37.3 |  12M|  16 |  19 | 246 | 572 | 246 | 704 | 403 |  13 | 853 | 0.000000e+00 |      --      |    Inf 
3.99/4.09	c   4.1s|   200 |    13 |  7981 |  28.9 |  12M|  19 |   - | 246 | 592 | 246 | 704 | 403 |  34 |1077 | 0.000000e+00 |      --      |    Inf 
4.88/4.97	c   5.0s|   300 |    19 | 10717 |  28.4 |  12M|  19 |  50 | 246 | 609 | 246 | 704 | 403 |  51 |1288 | 0.000000e+00 |      --      |    Inf 
5.29/5.32	c   5.3s|   400 |    20 | 12909 |  26.8 |  12M|  19 |   - | 246 | 636 |   0 |   0 | 403 |  78 |1353 | 0.000000e+00 |      --      |    Inf 
5.40/5.44	c   5.4s|   500 |    18 | 14509 |  24.6 |  12M|  19 |   - | 246 | 657 |   0 |   0 | 403 |  99 |1368 | 0.000000e+00 |      --      |    Inf 
5.89/5.98	c   6.0s|   600 |    20 | 16706 |  24.2 |  12M|  22 |  36 | 246 | 684 | 246 | 704 | 403 | 126 |1490 | 0.000000e+00 |      --      |    Inf 
6.49/6.57	c   6.6s|   700 |    21 | 19174 |  24.2 |  12M|  22 |   - | 246 | 694 |   0 |   0 | 403 | 136 |1601 | 0.000000e+00 |      --      |    Inf 
6.69/6.74	c   6.7s|   800 |    24 | 21477 |  24.1 |  12M|  22 |  50 | 246 | 713 | 246 | 704 | 403 | 155 |1608 | 0.000000e+00 |      --      |    Inf 
6.79/6.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.79/6.85	c   6.9s|   900 |    26 | 23407 |  23.6 |  12M|  22 |   - | 246 | 726 |   0 |   0 | 403 | 168 |1611 | 0.000000e+00 |      --      |    Inf 
6.88/6.97	c   7.0s|  1000 |    25 | 25313 |  23.1 |  12M|  22 |   - | 246 | 751 |   0 |   0 | 403 | 193 |1611 | 0.000000e+00 |      --      |    Inf 
7.09/7.13	c   7.1s|  1100 |    22 | 27230 |  22.8 |  12M|  22 |   - | 246 | 780 | 246 | 704 | 403 | 223 |1626 | 0.000000e+00 |      --      |    Inf 
7.19/7.26	c   7.3s|  1200 |    21 | 29092 |  22.4 |  12M|  22 |  18 | 246 | 815 | 246 | 704 | 403 | 259 |1632 | 0.000000e+00 |      --      |    Inf 
7.39/7.49	c   7.5s|  1300 |    24 | 31630 |  22.6 |  12M|  22 |  22 | 246 | 826 | 246 | 704 | 403 | 271 |1659 | 0.000000e+00 |      --      |    Inf 
7.69/7.74	c   7.7s|  1400 |    24 | 33893 |  22.6 |  12M|  22 |   - | 246 | 841 |   0 |   0 | 403 | 287 |1682 | 0.000000e+00 |      --      |    Inf 
7.78/7.85	c   7.9s|  1500 |    27 | 35847 |  22.4 |  12M|  22 |   - | 246 | 860 |   0 |   0 | 403 | 307 |1682 | 0.000000e+00 |      --      |    Inf 
7.89/7.95	c   8.0s|  1600 |    26 | 37486 |  22.1 |  12M|  22 |  51 | 246 | 880 | 246 | 704 | 403 | 327 |1682 | 0.000000e+00 |      --      |    Inf 
8.09/8.10	c   8.1s|  1700 |    25 | 39916 |  22.2 |  12M|  22 |  57 | 246 | 894 | 246 | 704 | 403 | 345 |1682 | 0.000000e+00 |      --      |    Inf 
8.19/8.21	c   8.2s|  1800 |    27 | 41663 |  21.9 |  12M|  22 |  49 | 246 | 908 | 246 | 704 | 403 | 364 |1682 | 0.000000e+00 |      --      |    Inf 
8.29/8.32	c   8.3s|  1900 |    28 | 43493 |  21.7 |  12M|  22 |   - | 246 | 922 |   0 |   0 | 403 | 382 |1682 | 0.000000e+00 |      --      |    Inf 
8.39/8.43	c   8.4s|  2000 |    25 | 45289 |  21.5 |  12M|  23 |  70 | 246 | 940 | 246 | 704 | 403 | 406 |1682 | 0.000000e+00 |      --      |    Inf 
8.49/8.53	c   8.5s|  2100 |    26 | 46882 |  21.3 |  12M|  23 |   - | 246 | 959 |   0 |   0 | 403 | 427 |1682 | 0.000000e+00 |      --      |    Inf 
8.59/8.62	c   8.6s|  2200 |    23 | 48405 |  21.0 |  12M|  24 |   - | 246 | 979 |   0 |   0 | 403 | 448 |1682 | 0.000000e+00 |      --      |    Inf 
8.70/8.78	c   8.8s|  2300 |    23 | 50568 |  21.0 |  12M|  24 |  43 | 246 | 997 | 246 | 704 | 403 | 468 |1692 | 0.000000e+00 |      --      |    Inf 
8.89/8.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.90	c   8.9s|  2400 |    21 | 52216 |  20.8 |  12M|  28 |  83 | 246 |1010 | 246 | 704 | 403 | 483 |1696 | 0.000000e+00 |      --      |    Inf 
9.19/9.21	c   9.2s|  2500 |    27 | 54285 |  20.8 |  12M|  28 |  38 | 246 |1030 | 246 | 704 | 403 | 508 |1733 | 0.000000e+00 |      --      |    Inf 
9.29/9.34	c   9.3s|  2600 |    26 | 56043 |  20.7 |  12M|  28 |  27 | 246 |1057 | 246 | 704 | 403 | 539 |1739 | 0.000000e+00 |      --      |    Inf 
9.39/9.45	c   9.5s|  2700 |    27 | 57628 |  20.5 |  12M|  28 |  37 | 246 |1078 | 246 | 704 | 403 | 568 |1740 | 0.000000e+00 |      --      |    Inf 
9.48/9.57	c   9.6s|  2800 |    22 | 59576 |  20.5 |  12M|  28 |   - | 246 |1094 |   0 |   0 | 403 | 586 |1740 | 0.000000e+00 |      --      |    Inf 
9.69/9.79	c   9.8s|  2900 |    23 | 62103 |  20.7 |  12M|  28 |   - | 246 |1119 |   0 |   0 | 403 | 620 |1751 | 0.000000e+00 |      --      |    Inf 
9.90/9.92	c   9.9s|  3000 |    22 | 64158 |  20.7 |  12M|  28 |  25 | 246 |1141 | 246 | 704 | 403 | 644 |1752 | 0.000000e+00 |      --      |    Inf 
9.99/10.07	c  10.1s|  3100 |    19 | 66425 |  20.7 |  12M|  28 |   - | 246 |1153 |   0 |   0 | 403 | 659 |1757 | 0.000000e+00 |      --      |    Inf 
10.19/10.23	c  10.2s|  3200 |    18 | 68832 |  20.8 |  12M|  28 |   - | 246 |1169 | 246 | 704 | 403 | 682 |1761 | 0.000000e+00 |      --      |    Inf 
10.28/10.35	c  10.4s|  3300 |    22 | 70602 |  20.7 |  12M|  28 |  44 | 246 |1187 | 246 | 704 | 403 | 711 |1762 | 0.000000e+00 |      --      |    Inf 
10.38/10.46	c  10.5s|  3400 |    20 | 72459 |  20.7 |  12M|  28 |   - | 246 |1199 |   0 |   0 | 403 | 727 |1762 | 0.000000e+00 |      --      |    Inf 
10.48/10.57	c  10.6s|  3500 |    22 | 74136 |  20.6 |  12M|  28 |   - | 246 |1213 | 246 | 704 | 403 | 748 |1762 | 0.000000e+00 |      --      |    Inf 
10.58/10.66	c  10.7s|  3600 |    22 | 75501 |  20.4 |  12M|  28 |  41 | 246 |1235 | 246 | 704 | 403 | 779 |1762 | 0.000000e+00 |      --      |    Inf 
10.78/10.84	c  10.8s|  3700 |    25 | 77466 |  20.3 |  12M|  28 |  38 | 246 |1253 | 246 | 704 | 403 | 805 |1777 | 0.000000e+00 |      --      |    Inf 
10.89/10.94	c  10.9s|  3800 |    22 | 79032 |  20.2 |  12M|  28 |  68 | 246 |1267 | 246 | 704 | 403 | 824 |1777 | 0.000000e+00 |      --      |    Inf 
10.99/11.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.99/11.06	c  11.1s|  3900 |    28 | 81011 |  20.2 |  12M|  28 |   - | 246 |1284 |   0 |   0 | 403 | 846 |1777 | 0.000000e+00 |      --      |    Inf 
11.08/11.16	c  11.2s|  4000 |    23 | 82635 |  20.1 |  12M|  28 |   - | 246 |1299 |   0 |   0 | 403 | 864 |1777 | 0.000000e+00 |      --      |    Inf 
11.18/11.26	c  11.3s|  4100 |    21 | 84318 |  20.0 |  12M|  28 |   - | 246 |1320 |   0 |   0 | 403 | 886 |1777 | 0.000000e+00 |      --      |    Inf 
11.38/11.40	c  11.4s|  4200 |    21 | 86702 |  20.1 |  12M|  28 |   - | 246 |1333 |   0 |   0 | 403 | 903 |1777 | 0.000000e+00 |      --      |    Inf 
11.48/11.52	c  11.5s|  4300 |    23 | 88601 |  20.1 |  12M|  28 |   - | 246 |1355 |   0 |   0 | 403 | 931 |1777 | 0.000000e+00 |      --      |    Inf 
11.58/11.63	c  11.6s|  4400 |    22 | 90316 |  20.0 |  12M|  28 |   - | 246 |1363 | 246 | 704 | 403 | 944 |1777 | 0.000000e+00 |      --      |    Inf 
11.68/11.73	c  11.7s|  4500 |    22 | 92091 |  20.0 |  12M|  28 |  47 | 246 |1370 | 246 | 704 | 403 | 956 |1777 | 0.000000e+00 |      --      |    Inf 
11.89/11.90	c  11.9s|  4600 |    18 | 94179 |  20.0 |  12M|  28 |   - | 246 |1386 |   0 |   0 | 403 | 980 |1795 | 0.000000e+00 |      --      |    Inf 
11.99/12.02	c  12.0s|  4700 |    26 | 96120 |  20.0 |  12M|  28 |   - | 246 |1393 | 246 | 704 | 403 |1000 |1797 | 0.000000e+00 |      --      |    Inf 
12.09/12.11	c  12.1s|  4800 |    21 | 97491 |  19.9 |  12M|  28 |   - | 246 |1409 |   0 |   0 | 403 |1022 |1798 | 0.000000e+00 |      --      |    Inf 
12.18/12.21	c  12.2s|  4900 |    23 | 98963 |  19.7 |  12M|  28 |   - | 246 |1421 |   0 |   0 | 403 |1040 |1800 | 0.000000e+00 |      --      |    Inf 
12.18/12.29	c  12.3s|  5000 |    26 |100184 |  19.6 |  12M|  28 |   - | 246 |1439 |   0 |   0 | 403 |1061 |1800 | 0.000000e+00 |      --      |    Inf 
12.28/12.37	c  12.4s|  5100 |    23 |101549 |  19.5 |  12M|  28 |   - | 246 |1455 | 246 | 704 | 403 |1083 |1800 | 0.000000e+00 |      --      |    Inf 
12.38/12.46	c  12.5s|  5200 |    23 |102995 |  19.4 |  12M|  28 |   - | 246 |1493 |   0 |   0 | 403 |1123 |1800 | 0.000000e+00 |      --      |    Inf 
12.48/12.56	c  12.6s|  5300 |    20 |104592 |  19.3 |  12M|  28 |  58 | 246 |1521 | 246 | 704 | 403 |1155 |1800 | 0.000000e+00 |      --      |    Inf 
12.68/12.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.68/12.71	c  12.7s|  5400 |    18 |106564 |  19.3 |  12M|  28 |  73 | 246 |1521 | 246 | 704 | 403 |1177 |1815 | 0.000000e+00 |      --      |    Inf 
12.79/12.87	c  12.9s|  5500 |    20 |108613 |  19.3 |  12M|  28 |  86 | 246 |1531 | 246 | 704 | 403 |1211 |1825 | 0.000000e+00 |      --      |    Inf 
12.98/13.01	c  13.0s|  5600 |    18 |110786 |  19.4 |  12M|  28 |  59 | 246 |1531 | 246 | 704 | 403 |1240 |1826 | 0.000000e+00 |      --      |    Inf 
13.09/13.15	c  13.2s|  5700 |    16 |112911 |  19.4 |  12M|  28 |   - | 246 |1526 |   0 |   0 | 403 |1250 |1830 | 0.000000e+00 |      --      |    Inf 
13.19/13.27	c  13.3s|  5800 |    17 |114693 |  19.4 |  12M|  28 |   - | 246 |1555 | 246 | 704 | 403 |1287 |1830 | 0.000000e+00 |      --      |    Inf 
13.38/13.41	c  13.4s|  5900 |    18 |116950 |  19.4 |  12M|  28 |  62 | 246 |1549 | 246 | 704 | 403 |1315 |1830 | 0.000000e+00 |      --      |    Inf 
13.48/13.55	c  13.6s|  6000 |    15 |119154 |  19.5 |  12M|  28 |   - | 246 |1561 |   0 |   0 | 403 |1345 |1830 | 0.000000e+00 |      --      |    Inf 
13.58/13.69	c  13.7s|  6100 |    15 |121300 |  19.5 |  12M|  28 |   - | 246 |1574 | 246 | 704 | 403 |1377 |1830 | 0.000000e+00 |      --      |    Inf 
13.78/13.82	c  13.8s|  6200 |    16 |123342 |  19.5 |  12M|  28 |   - | 246 |1582 | 246 | 704 | 403 |1399 |1830 | 0.000000e+00 |      --      |    Inf 
13.88/13.95	c  14.0s|  6300 |    16 |125402 |  19.6 |  12M|  28 |  79 | 246 |1598 | 246 | 704 | 403 |1428 |1830 | 0.000000e+00 |      --      |    Inf 
14.08/14.10	c  14.1s|  6400 |    17 |127769 |  19.6 |  12M|  28 |  38 | 246 |1607 | 246 | 704 | 403 |1448 |1830 | 0.000000e+00 |      --      |    Inf 
14.19/14.21	c  14.2s|  6500 |    15 |129577 |  19.6 |  12M|  28 |  74 | 246 |1621 | 246 | 704 | 403 |1471 |1830 | 0.000000e+00 |      --      |    Inf 
14.29/14.38	c  14.4s|  6600 |    15 |132082 |  19.7 |  12M|  29 |   - | 246 |1622 | 246 | 704 | 403 |1485 |1833 | 0.000000e+00 |      --      |    Inf 
14.38/14.47	c  14.5s|  6700 |    16 |133593 |  19.6 |  12M|  29 |  55 | 246 |1646 | 246 | 704 | 403 |1512 |1833 | 0.000000e+00 |      --      |    Inf 
14.49/14.59	c  14.6s|  6800 |    23 |135483 |  19.6 |  12M|  29 |  36 | 246 |1663 | 246 | 704 | 403 |1532 |1833 | 0.000000e+00 |      --      |    Inf 
14.58/14.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.58/14.68	c  14.7s|  6900 |    20 |136879 |  19.5 |  12M|  29 |   - | 246 |1679 |   0 |   0 | 403 |1549 |1833 | 0.000000e+00 |      --      |    Inf 
14.68/14.78	c  14.8s|  7000 |    16 |138480 |  19.5 |  12M|  29 |   - | 246 |1699 | 246 | 704 | 403 |1572 |1833 | 0.000000e+00 |      --      |    Inf 
14.78/14.89	c  14.9s|  7100 |    17 |140248 |  19.4 |  12M|  29 |  42 | 246 |1707 | 246 | 704 | 403 |1583 |1833 | 0.000000e+00 |      --      |    Inf 
14.98/15.00	c  15.0s|  7200 |    17 |142022 |  19.4 |  12M|  29 |  47 | 246 |1717 | 246 | 704 | 403 |1598 |1833 | 0.000000e+00 |      --      |    Inf 
15.08/15.11	c  15.1s|  7300 |    14 |143880 |  19.4 |  12M|  29 |   - | 246 |1740 |   0 |   0 | 403 |1622 |1833 | 0.000000e+00 |      --      |    Inf 
15.18/15.24	c  15.2s|  7400 |    15 |145980 |  19.4 |  12M|  29 |   - | 246 |1747 | 246 | 704 | 403 |1635 |1833 | 0.000000e+00 |      --      |    Inf 
15.28/15.36	c  15.4s|  7500 |    15 |147913 |  19.4 |  12M|  29 |   - | 246 |1760 |   0 |   0 | 403 |1652 |1833 | 0.000000e+00 |      --      |    Inf 
15.39/15.48	c  15.5s|  7600 |    16 |149769 |  19.4 |  12M|  29 |  41 | 246 |1772 | 246 | 704 | 403 |1669 |1833 | 0.000000e+00 |      --      |    Inf 
15.58/15.60	c  15.6s|  7700 |    15 |151615 |  19.4 |  12M|  29 |   - | 246 |1779 | 246 | 704 | 403 |1683 |1834 | 0.000000e+00 |      --      |    Inf 
15.68/15.74	c  15.7s|  7800 |    17 |153884 |  19.4 |  12M|  29 |  38 | 246 |1798 | 246 | 704 | 403 |1709 |1834 | 0.000000e+00 |      --      |    Inf 
15.79/15.88	c  15.9s|  7900 |    13 |156082 |  19.5 |  12M|  29 |   - | 246 |1809 |   0 |   0 | 403 |1728 |1834 | 0.000000e+00 |      --      |    Inf 
15.98/16.02	c  16.0s|  8000 |    15 |158274 |  19.5 |  12M|  29 |   - | 246 |1822 | 246 | 704 | 403 |1750 |1834 | 0.000000e+00 |      --      |    Inf 
16.08/16.16	c  16.2s|  8100 |    18 |160345 |  19.5 |  12M|  29 |   - | 246 |1827 |   0 |   0 | 403 |1769 |1834 | 0.000000e+00 |      --      |    Inf 
16.18/16.28	c  16.3s|  8200 |    17 |162265 |  19.5 |  12M|  29 |  65 | 246 |1842 | 246 | 704 | 403 |1793 |1834 | 0.000000e+00 |      --      |    Inf 
16.39/16.41	c  16.4s|  8300 |    14 |164409 |  19.5 |  12M|  29 |   - | 246 |1850 |   0 |   0 | 403 |1812 |1834 | 0.000000e+00 |      --      |    Inf 
16.49/16.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.49/16.56	c  16.6s|  8400 |    17 |166747 |  19.6 |  12M|  29 |   - | 246 |1862 |   0 |   0 | 403 |1832 |1834 | 0.000000e+00 |      --      |    Inf 
16.58/16.67	c  16.7s|  8500 |    19 |168399 |  19.6 |  12M|  29 |  47 | 246 |1876 | 246 | 704 | 403 |1849 |1834 | 0.000000e+00 |      --      |    Inf 
16.68/16.76	c  16.8s|  8600 |    17 |169850 |  19.5 |  12M|  32 |  42 | 246 |1894 | 246 | 704 | 403 |1869 |1834 | 0.000000e+00 |      --      |    Inf 
16.78/16.89	c  16.9s|  8700 |    18 |171807 |  19.5 |  12M|  32 |  42 | 246 |1906 | 246 | 704 | 403 |1889 |1834 | 0.000000e+00 |      --      |    Inf 
16.98/17.03	c  17.0s|  8800 |    20 |174182 |  19.5 |  12M|  32 |  40 | 246 |1919 | 246 | 704 | 403 |1904 |1834 | 0.000000e+00 |      --      |    Inf 
17.08/17.18	c  17.2s|  8900 |    16 |176580 |  19.6 |  12M|  32 |   - | 246 |1940 |   0 |   0 | 403 |1930 |1834 | 0.000000e+00 |      --      |    Inf 
17.28/17.33	c  17.3s|  9000 |    16 |179040 |  19.6 |  12M|  32 |  48 | 246 |1953 | 246 | 704 | 403 |1948 |1834 | 0.000000e+00 |      --      |    Inf 
17.39/17.47	c  17.5s|  9100 |    19 |181234 |  19.7 |  12M|  32 |   - | 246 |1958 |   0 |   0 | 403 |1969 |1834 | 0.000000e+00 |      --      |    Inf 
17.58/17.61	c  17.6s|  9200 |    18 |183728 |  19.7 |  13M|  32 |   - | 246 |1955 |   0 |   0 | 403 |1977 |1834 | 0.000000e+00 |      --      |    Inf 
17.58/17.69	c  17.7s|  9300 |    19 |184934 |  19.6 |  12M|  33 |  31 | 246 |1959 | 246 | 704 | 403 |1998 |1834 | 0.000000e+00 |      --      |    Inf 
17.79/17.82	c  17.8s|  9400 |    20 |186967 |  19.7 |  13M|  33 |   - | 246 |1969 | 246 | 704 | 403 |2016 |1834 | 0.000000e+00 |      --      |    Inf 
17.88/17.93	c  17.9s|  9500 |    19 |188778 |  19.6 |  13M|  33 |  64 | 246 |1978 | 246 | 704 | 403 |2033 |1834 | 0.000000e+00 |      --      |    Inf 
17.98/18.06	c  18.1s|  9600 |    23 |190823 |  19.6 |  13M|  33 |   - | 246 |2000 | 246 | 704 | 403 |2060 |1834 | 0.000000e+00 |      --      |    Inf 
18.08/18.18	c  18.2s|  9700 |    23 |192768 |  19.6 |  13M|  33 |  41 | 246 |2009 | 246 | 704 | 403 |2081 |1834 | 0.000000e+00 |      --      |    Inf 
18.28/18.30	c  18.3s|  9800 |    21 |194747 |  19.6 |  13M|  35 |  64 | 246 |2017 | 246 | 704 | 403 |2103 |1834 | 0.000000e+00 |      --      |    Inf 
18.38/18.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.38/18.42	c  18.4s|  9900 |    17 |196749 |  19.7 |  13M|  35 |  59 | 246 |2015 | 246 | 704 | 403 |2115 |1834 | 0.000000e+00 |      --      |    Inf 
18.48/18.55	c  18.5s| 10000 |    17 |198751 |  19.7 |  13M|  35 |   - | 246 |2023 |   0 |   0 | 403 |2140 |1834 | 0.000000e+00 |      --      |    Inf 
18.59/18.67	c  18.7s| 10100 |    17 |200783 |  19.7 |  13M|  35 |  53 | 246 |2034 | 246 | 704 | 403 |2154 |1834 | 0.000000e+00 |      --      |    Inf 
18.69/18.78	c  18.8s| 10200 |    16 |202509 |  19.6 |  13M|  35 |  41 | 246 |2038 | 246 | 704 | 403 |2171 |1834 | 0.000000e+00 |      --      |    Inf 
18.88/18.91	c  18.9s| 10300 |    16 |204677 |  19.7 |  13M|  35 |   - | 246 |2032 |   0 |   0 | 403 |2180 |1834 | 0.000000e+00 |      --      |    Inf 
18.98/19.04	c  19.0s| 10400 |    13 |206909 |  19.7 |  13M|  35 |   - | 246 |2031 | 246 | 704 | 403 |2197 |1834 | 0.000000e+00 |      --      |    Inf 
19.08/19.18	c  19.2s| 10500 |    18 |209135 |  19.7 |  13M|  35 |  24 | 246 |2031 | 246 | 704 | 403 |2206 |1834 | 0.000000e+00 |      --      |    Inf 
19.18/19.28	c  19.3s| 10600 |    17 |210621 |  19.7 |  13M|  35 |  41 | 246 |2045 | 246 | 704 | 403 |2224 |1834 | 0.000000e+00 |      --      |    Inf 
19.28/19.37	c  19.4s| 10700 |    15 |211980 |  19.6 |  13M|  35 |  72 | 246 |2065 | 246 | 704 | 403 |2248 |1834 | 0.000000e+00 |      --      |    Inf 
19.38/19.49	c  19.5s| 10800 |    15 |214042 |  19.6 |  13M|  35 |   - | 246 |2079 |   0 |   0 | 403 |2267 |1834 | 0.000000e+00 |      --      |    Inf 
19.58/19.60	c  19.6s| 10900 |    18 |215844 |  19.6 |  13M|  35 |  35 | 246 |2093 | 246 | 704 | 403 |2287 |1834 | 0.000000e+00 |      --      |    Inf 
19.58/19.70	c  19.7s| 11000 |    16 |217432 |  19.6 |  13M|  35 |  24 | 246 |2113 | 246 | 704 | 403 |2311 |1834 | 0.000000e+00 |      --      |    Inf 
19.79/19.84	c  19.8s| 11100 |    15 |219559 |  19.6 |  13M|  35 |  61 | 246 |2134 | 246 | 704 | 403 |2337 |1834 | 0.000000e+00 |      --      |    Inf 
20.07/20.13	c  20.1s| 11200 |    19 |222446 |  19.7 |  13M|  35 |  52 | 246 |2140 | 246 | 704 | 403 |2355 |1852 | 0.000000e+00 |      --      |    Inf 
20.18/20.27	c  20.3s| 11300 |    18 |224767 |  19.7 |  13M|  35 |  54 | 246 |2138 | 246 | 704 | 403 |2370 |1852 | 0.000000e+00 |      --      |    Inf 
20.38/20.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.38/20.42	c  20.4s| 11400 |    19 |227253 |  19.7 |  13M|  35 |  48 | 246 |2134 | 246 | 704 | 403 |2379 |1852 | 0.000000e+00 |      --      |    Inf 
20.48/20.54	c  20.5s| 11500 |    19 |229299 |  19.7 |  13M|  35 |   - | 246 |2151 |   0 |   0 | 403 |2408 |1852 | 0.000000e+00 |      --      |    Inf 
20.58/20.65	c  20.7s| 11600 |    24 |231066 |  19.7 |  13M|  35 |  22 | 246 |2156 | 246 | 704 | 403 |2422 |1852 | 0.000000e+00 |      --      |    Inf 
20.67/20.75	c  20.7s| 11700 |    18 |232638 |  19.7 |  13M|  35 |   - | 246 |2174 | 246 | 704 | 403 |2448 |1852 | 0.000000e+00 |      --      |    Inf 
20.79/20.86	c  20.9s| 11800 |    21 |234453 |  19.7 |  13M|  35 |   - | 246 |2199 |   0 |   0 | 403 |2478 |1852 | 0.000000e+00 |      --      |    Inf 
20.88/20.95	c  21.0s| 11900 |    18 |235945 |  19.6 |  13M|  35 |   - | 246 |2211 |   0 |   0 | 403 |2494 |1852 | 0.000000e+00 |      --      |    Inf 
20.97/21.07	c  21.1s| 12000 |    23 |237844 |  19.6 |  13M|  35 |  36 | 246 |2221 | 246 | 704 | 403 |2505 |1852 | 0.000000e+00 |      --      |    Inf 
21.08/21.17	c  21.2s| 12100 |    21 |239399 |  19.6 |  13M|  35 |   - | 246 |2240 | 246 | 704 | 403 |2525 |1852 | 0.000000e+00 |      --      |    Inf 
21.18/21.29	c  21.3s| 12200 |    17 |241312 |  19.6 |  13M|  35 |   - | 246 |2258 | 246 | 704 | 403 |2545 |1852 | 0.000000e+00 |      --      |    Inf 
21.28/21.38	c  21.4s| 12300 |    23 |242742 |  19.6 |  13M|  35 |  43 | 246 |2273 | 246 | 704 | 403 |2565 |1852 | 0.000000e+00 |      --      |    Inf 
21.38/21.47	c  21.5s| 12400 |    21 |244271 |  19.5 |  13M|  35 |  44 | 246 |2294 | 246 | 704 | 403 |2587 |1852 | 0.000000e+00 |      --      |    Inf 
21.48/21.59	c  21.6s| 12500 |    18 |246194 |  19.5 |  13M|  35 |   - | 246 |2319 |   0 |   0 | 403 |2617 |1852 | 0.000000e+00 |      --      |    Inf 
21.68/21.75	c  21.8s| 12600 |    17 |248739 |  19.6 |  13M|  35 |   - | 246 |2322 | 246 | 704 | 403 |2635 |1852 | 0.000000e+00 |      --      |    Inf 
21.88/21.92	c  21.9s| 12700 |    19 |251416 |  19.6 |  13M|  35 |   - | 246 |2286 |   0 |   0 | 403 |2659 |1852 | 0.000000e+00 |      --      |    Inf 
21.98/22.05	c  22.1s| 12800 |    22 |253554 |  19.6 |  13M|  35 |  43 | 246 |2276 | 246 | 704 | 403 |2682 |1852 | 0.000000e+00 |      --      |    Inf 
22.08/22.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.08/22.19	c  22.2s| 12900 |    19 |255678 |  19.6 |  13M|  35 |   - | 246 |2252 | 246 | 704 | 403 |2705 |1852 | 0.000000e+00 |      --      |    Inf 
22.28/22.32	c  22.3s| 13000 |    19 |257832 |  19.7 |  13M|  35 |   - | 246 |2246 |   0 |   0 | 403 |2719 |1852 | 0.000000e+00 |      --      |    Inf 
22.37/22.46	c  22.5s| 13100 |    19 |260008 |  19.7 |  13M|  35 |   - | 246 |2217 | 246 | 704 | 403 |2729 |1852 | 0.000000e+00 |      --      |    Inf 
22.58/22.61	c  22.6s| 13200 |    19 |262324 |  19.7 |  13M|  35 |   - | 246 |2180 | 246 | 704 | 403 |2741 |1852 | 0.000000e+00 |      --      |    Inf 
22.68/22.74	c  22.7s| 13300 |    21 |264401 |  19.7 |  13M|  35 |  42 | 246 |2140 | 246 | 704 | 403 |2756 |1852 | 0.000000e+00 |      --      |    Inf 
22.77/22.88	c  22.9s| 13400 |    22 |266631 |  19.7 |  13M|  35 |  56 | 246 |2116 | 246 | 704 | 403 |2770 |1852 | 0.000000e+00 |      --      |    Inf 
22.99/23.00	c  23.0s| 13500 |    20 |268538 |  19.7 |  13M|  35 |   - | 246 |2100 | 246 | 704 | 403 |2788 |1852 | 0.000000e+00 |      --      |    Inf 
23.08/23.13	c  23.1s| 13600 |    22 |270516 |  19.7 |  13M|  35 |  52 | 246 |2104 | 246 | 704 | 403 |2813 |1852 | 0.000000e+00 |      --      |    Inf 
23.17/23.24	c  23.2s| 13700 |    21 |272288 |  19.7 |  13M|  35 |   - | 246 |2088 |   0 |   0 | 403 |2832 |1852 | 0.000000e+00 |      --      |    Inf 
23.27/23.36	c  23.4s| 13800 |    25 |274176 |  19.7 |  13M|  35 |  32 | 246 |2116 | 246 | 704 | 403 |2864 |1852 | 0.000000e+00 |      --      |    Inf 
23.38/23.49	c  23.5s| 13900 |    22 |276239 |  19.7 |  13M|  35 |   - | 246 |2137 |   0 |   0 | 403 |2889 |1852 | 0.000000e+00 |      --      |    Inf 
23.57/23.62	c  23.6s| 14000 |    22 |278265 |  19.7 |  13M|  35 |   - | 246 |2151 |   0 |   0 | 403 |2904 |1852 | 0.000000e+00 |      --      |    Inf 
23.68/23.74	c  23.7s| 14100 |    21 |280226 |  19.7 |  13M|  36 |   - | 246 |2158 |   0 |   0 | 403 |2935 |1852 | 0.000000e+00 |      --      |    Inf 
23.78/23.89	c  23.9s| 14200 |    21 |282524 |  19.7 |  13M|  36 |  53 | 246 |2117 | 246 | 704 | 403 |2964 |1852 | 0.000000e+00 |      --      |    Inf 
23.97/24.00	c  24.0s| 14300 |    23 |284437 |  19.7 |  13M|  36 |   - | 246 |2096 |   0 |   0 | 403 |2988 |1852 | 0.000000e+00 |      --      |    Inf 
24.08/24.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.08/24.13	c  24.1s| 14400 |    21 |286507 |  19.7 |  13M|  36 |  52 | 246 |2070 | 246 | 704 | 403 |3005 |1852 | 0.000000e+00 |      --      |    Inf 
24.19/24.26	c  24.3s| 14500 |    20 |288504 |  19.7 |  13M|  36 |  74 | 246 |2031 | 246 | 704 | 403 |3031 |1852 | 0.000000e+00 |      --      |    Inf 
24.38/24.40	c  24.4s| 14600 |    22 |290847 |  19.8 |  13M|  36 |   - | 246 |2008 |   0 |   0 | 403 |3043 |1852 | 0.000000e+00 |      --      |    Inf 
24.47/24.53	c  24.5s| 14700 |    20 |292877 |  19.8 |  13M|  36 |  83 | 246 |1991 | 246 | 704 | 403 |3064 |1852 | 0.000000e+00 |      --      |    Inf 
24.57/24.69	c  24.7s| 14800 |    22 |295604 |  19.8 |  13M|  36 |  33 | 246 |1979 | 246 | 704 | 403 |3083 |1852 | 0.000000e+00 |      --      |    Inf 
24.77/24.82	c  24.8s| 14900 |    17 |297811 |  19.8 |  13M|  36 |   - | 246 |1983 |   0 |   0 | 403 |3103 |1852 | 0.000000e+00 |      --      |    Inf 
24.87/24.96	c  25.0s| 15000 |    18 |299903 |  19.8 |  13M|  36 |   - | 246 |1988 | 246 | 704 | 403 |3136 |1852 | 0.000000e+00 |      --      |    Inf 
25.08/25.10	c  25.1s| 15100 |    19 |302105 |  19.9 |  13M|  36 |  42 | 246 |1996 | 246 | 704 | 403 |3153 |1852 | 0.000000e+00 |      --      |    Inf 
25.18/25.21	c  25.2s| 15200 |    15 |303954 |  19.9 |  13M|  36 |   - | 246 |2014 |   0 |   0 | 403 |3180 |1852 | 0.000000e+00 |      --      |    Inf 
25.28/25.37	c  25.4s| 15300 |    16 |306429 |  19.9 |  13M|  36 |   - | 246 |2021 |   0 |   0 | 403 |3198 |1852 | 0.000000e+00 |      --      |    Inf 
25.48/25.52	c  25.5s| 15400 |    17 |308465 |  19.9 |  13M|  36 |   - | 246 |2012 | 246 | 704 | 403 |3216 |1855 | 0.000000e+00 |      --      |    Inf 
25.58/25.66	c  25.7s| 15500 |    21 |310723 |  19.9 |  13M|  36 |  16 | 246 |2033 | 246 | 704 | 403 |3246 |1855 | 0.000000e+00 |      --      |    Inf 
25.68/25.79	c  25.8s| 15600 |    18 |312718 |  19.9 |  13M|  36 |  51 | 246 |2050 | 246 | 704 | 403 |3282 |1855 | 0.000000e+00 |      --      |    Inf 
25.87/25.92	c  25.9s| 15700 |    20 |314818 |  19.9 |  13M|  36 |  49 | 246 |2056 | 246 | 704 | 403 |3299 |1855 | 0.000000e+00 |      --      |    Inf 
25.98/26.07	c  26.1s| 15800 |    21 |317207 |  19.9 |  13M|  36 |  40 | 246 |2073 | 246 | 704 | 403 |3320 |1855 | 0.000000e+00 |      --      |    Inf 
26.08/26.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.08/26.18	c  26.2s| 15900 |    25 |319048 |  19.9 |  13M|  36 |   - | 246 |2092 |   0 |   0 | 403 |3339 |1855 | 0.000000e+00 |      --      |    Inf 
26.18/26.25	c  26.2s| 16000 |    24 |320118 |  19.9 |  13M|  36 |   - | 246 |2113 | 246 | 704 | 403 |3361 |1855 | 0.000000e+00 |      --      |    Inf 
26.29/26.33	c  26.3s| 16100 |    19 |321478 |  19.8 |  13M|  36 |   - | 246 |2136 | 246 | 704 | 403 |3388 |1855 | 0.000000e+00 |      --      |    Inf 
26.38/26.44	c  26.4s| 16200 |    17 |323100 |  19.8 |  13M|  36 |   - | 246 |2163 | 246 | 704 | 403 |3419 |1855 | 0.000000e+00 |      --      |    Inf 
26.48/26.58	c  26.6s| 16300 |    21 |325425 |  19.8 |  13M|  36 |   - | 246 |2189 | 246 | 704 | 403 |3453 |1855 | 0.000000e+00 |      --      |    Inf 
26.57/26.69	c  26.7s| 16400 |    18 |327169 |  19.8 |  13M|  36 |   - | 246 |2200 | 246 | 704 | 403 |3470 |1855 | 0.000000e+00 |      --      |    Inf 
26.77/26.80	c  26.8s| 16500 |    18 |328728 |  19.8 |  13M|  36 |   - | 246 |2222 |   0 |   0 | 403 |3502 |1855 | 0.000000e+00 |      --      |    Inf 
26.88/26.93	c  26.9s| 16600 |    18 |330853 |  19.8 |  13M|  36 |  58 | 246 |2235 | 246 | 704 | 403 |3524 |1855 | 0.000000e+00 |      --      |    Inf 
26.97/27.07	c  27.1s| 16700 |    18 |333269 |  19.8 |  13M|  36 |   - | 246 |2250 | 246 | 704 | 403 |3546 |1855 | 0.000000e+00 |      --      |    Inf 
27.07/27.18	c  27.2s| 16800 |    18 |334990 |  19.8 |  13M|  36 |   - | 246 |2272 | 246 | 704 | 403 |3573 |1855 | 0.000000e+00 |      --      |    Inf 
27.27/27.34	c  27.3s| 16900 |    19 |337439 |  19.8 |  13M|  36 |  65 | 246 |2291 | 246 | 704 | 403 |3600 |1855 | 0.000000e+00 |      --      |    Inf 
27.48/27.50	c  27.5s| 17000 |    19 |340143 |  19.9 |  13M|  36 |  61 | 246 |2279 | 246 | 704 | 403 |3619 |1855 | 0.000000e+00 |      --      |    Inf 
27.57/27.69	c  27.7s| 17100 |    24 |342407 |  19.9 |  13M|  36 |  54 | 246 |2286 | 246 | 704 | 403 |3643 |1872 | 0.000000e+00 |      --      |    Inf 
27.78/27.86	c  27.9s| 17200 |    23 |344898 |  19.9 |  13M|  36 |   - | 246 |2301 | 246 | 704 | 403 |3669 |1879 | 0.000000e+00 |      --      |    Inf 
27.97/28.00	c  28.0s| 17300 |    22 |346812 |  19.9 |  13M|  36 |   - | 246 |2292 |   0 |   0 | 403 |3689 |1889 | 0.000000e+00 |      --      |    Inf 
28.08/28.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.08/28.11	c  28.1s| 17400 |    23 |348482 |  19.9 |  13M|  36 |  29 | 246 |2305 | 246 | 704 | 403 |3707 |1889 | 0.000000e+00 |      --      |    Inf 
28.18/28.22	c  28.2s| 17500 |    22 |350378 |  19.9 |  13M|  36 |   - | 246 |2334 | 246 | 704 | 403 |3738 |1889 | 0.000000e+00 |      --      |    Inf 
28.28/28.37	c  28.4s| 17600 |    21 |352752 |  19.9 |  13M|  36 |  75 | 246 |2350 | 246 | 704 | 403 |3757 |1889 | 0.000000e+00 |      --      |    Inf 
28.48/28.50	c  28.5s| 17700 |    21 |354878 |  19.9 |  13M|  36 |  41 | 246 |2368 | 246 | 704 | 403 |3778 |1889 | 0.000000e+00 |      --      |    Inf 
28.58/28.67	c  28.7s| 17800 |    21 |357304 |  19.9 |  13M|  36 |   - | 246 |2376 |   0 |   0 | 403 |3796 |1892 | 0.000000e+00 |      --      |    Inf 
28.78/28.83	c  28.8s| 17900 |    18 |359585 |  20.0 |  13M|  36 |   - | 246 |2383 | 246 | 704 | 403 |3820 |1898 | 0.000000e+00 |      --      |    Inf 
28.87/28.98	c  29.0s| 18000 |    18 |361785 |  20.0 |  13M|  36 |   - | 246 |2377 |   0 |   0 | 403 |3833 |1900 | 0.000000e+00 |      --      |    Inf 
29.08/29.14	c  29.1s| 18100 |    20 |364532 |  20.0 |  13M|  36 |  32 | 246 |2371 | 246 | 704 | 403 |3845 |1901 | 0.000000e+00 |      --      |    Inf 
29.18/29.25	c  29.2s| 18200 |    17 |366075 |  20.0 |  13M|  36 |   - | 246 |2387 |   0 |   0 | 403 |3870 |1902 | 0.000000e+00 |      --      |    Inf 
29.28/29.37	c  29.4s| 18300 |    17 |367961 |  20.0 |  13M|  36 |  75 | 246 |2388 | 246 | 704 | 403 |3882 |1902 | 0.000000e+00 |      --      |    Inf 
29.48/29.51	c  29.5s| 18400 |    17 |370279 |  20.0 |  13M|  36 |  35 | 246 |2403 | 246 | 704 | 403 |3903 |1902 | 0.000000e+00 |      --      |    Inf 
29.59/29.67	c  29.7s| 18500 |    19 |372621 |  20.0 |  13M|  36 |   - | 246 |2410 |   0 |   0 | 403 |3928 |1903 | 0.000000e+00 |      --      |    Inf 
29.77/29.81	c  29.8s| 18600 |    19 |374394 |  20.0 |  13M|  36 |   - | 246 |2407 | 246 | 704 | 403 |3941 |1917 | 0.000000e+00 |      --      |    Inf 
29.98/30.00	c  30.0s| 18700 |    23 |376808 |  20.0 |  13M|  36 |  54 | 246 |2411 | 246 | 704 | 403 |3958 |1931 | 0.000000e+00 |      --      |    Inf 
30.07/30.17	c  30.2s| 18800 |    23 |379047 |  20.0 |  13M|  36 |  45 | 246 |2407 | 246 | 704 | 403 |3973 |1942 | 0.000000e+00 |      --      |    Inf 
30.27/30.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.27/30.33	c  30.3s| 18900 |    21 |381138 |  20.0 |  13M|  36 |   - | 246 |2412 | 246 | 704 | 403 |3985 |1951 | 0.000000e+00 |      --      |    Inf 
30.37/30.48	c  30.5s| 19000 |    20 |383452 |  20.1 |  13M|  36 |  69 | 246 |2420 | 246 | 704 | 403 |4004 |1953 | 0.000000e+00 |      --      |    Inf 
30.57/30.63	c  30.6s| 19100 |    21 |385633 |  20.1 |  13M|  36 |   - | 246 |2442 | 246 | 704 | 403 |4035 |1955 | 0.000000e+00 |      --      |    Inf 
30.69/30.79	c  30.8s| 19200 |    23 |388166 |  20.1 |  13M|  36 |  54 | 246 |2458 | 246 | 704 | 403 |4055 |1956 | 0.000000e+00 |      --      |    Inf 
30.87/30.91	c  30.9s| 19300 |    21 |390019 |  20.1 |  13M|  36 |   - | 246 |2477 |   0 |   0 | 403 |4090 |1956 | 0.000000e+00 |      --      |    Inf 
30.97/31.04	c  31.0s| 19400 |    21 |392211 |  20.1 |  13M|  36 |   - | 246 |2489 |   0 |   0 | 403 |4110 |1956 | 0.000000e+00 |      --      |    Inf 
31.07/31.18	c  31.2s| 19500 |    22 |394390 |  20.1 |  13M|  36 |   - | 246 |2504 |   0 |   0 | 403 |4134 |1956 | 0.000000e+00 |      --      |    Inf 
31.27/31.35	c  31.3s| 19600 |    24 |396955 |  20.1 |  13M|  36 |   - | 246 |2519 |   0 |   0 | 403 |4159 |1956 | 0.000000e+00 |      --      |    Inf 
31.38/31.48	c  31.5s| 19700 |    22 |399183 |  20.2 |  13M|  36 |  42 | 246 |2527 | 246 | 704 | 403 |4173 |1956 | 0.000000e+00 |      --      |    Inf 
31.58/31.62	c  31.6s| 19800 |    21 |401287 |  20.2 |  13M|  37 |  63 | 246 |2538 | 246 | 704 | 403 |4199 |1956 | 0.000000e+00 |      --      |    Inf 
31.68/31.75	c  31.7s| 19900 |    20 |403404 |  20.2 |  13M|  37 |   - | 246 |2543 | 246 | 704 | 403 |4214 |1956 | 0.000000e+00 |      --      |    Inf 
31.78/31.87	c  31.9s| 20000 |    21 |405281 |  20.2 |  13M|  37 |  41 | 246 |2559 | 246 | 704 | 403 |4242 |1956 | 0.000000e+00 |      --      |    Inf 
32.08/32.11	c  32.1s| 20100 |    21 |408509 |  20.2 |  13M|  37 |  79 | 246 |2569 | 246 | 704 | 403 |4264 |1966 | 0.000000e+00 |      --      |    Inf 
32.27/32.33	c  32.3s| 20200 |    23 |411537 |  20.3 |  13M|  37 |  29 | 246 |2573 | 246 | 704 | 403 |4278 |1975 | 0.000000e+00 |      --      |    Inf 
32.47/32.50	c  32.5s| 20300 |    22 |413757 |  20.3 |  13M|  37 |   - | 246 |2580 | 246 | 704 | 403 |4297 |1992 | 0.000000e+00 |      --      |    Inf 
32.58/32.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.58/32.62	c  32.6s| 20400 |    23 |415446 |  20.3 |  13M|  37 |   - | 246 |2599 |   0 |   0 | 403 |4317 |1998 | 0.000000e+00 |      --      |    Inf 
32.68/32.77	c  32.8s| 20500 |    21 |417741 |  20.3 |  13M|  37 |  55 | 246 |2612 | 246 | 704 | 403 |4341 |2003 | 0.000000e+00 |      --      |    Inf 
32.88/32.94	c  32.9s| 20600 |    20 |420395 |  20.3 |  13M|  37 |  67 | 246 |2627 | 246 | 704 | 403 |4373 |2003 | 0.000000e+00 |      --      |    Inf 
32.98/33.07	c  33.1s| 20700 |    20 |422191 |  20.3 |  13M|  37 |  44 | 246 |2638 | 246 | 704 | 403 |4397 |2008 | 0.000000e+00 |      --      |    Inf 
33.07/33.18	c  33.2s| 20800 |    18 |423894 |  20.3 |  13M|  37 |   - | 246 |2645 |   0 |   0 | 403 |4421 |2008 | 0.000000e+00 |      --      |    Inf 
33.28/33.36	c  33.4s| 20900 |    21 |426673 |  20.3 |  13M|  37 |   - | 246 |2632 | 246 | 704 | 403 |4436 |2009 | 0.000000e+00 |      --      |    Inf 
33.48/33.51	c  33.5s| 21000 |    22 |429246 |  20.3 |  13M|  37 |  46 | 246 |2630 | 246 | 704 | 403 |4449 |2009 | 0.000000e+00 |      --      |    Inf 
33.68/33.73	c  33.7s| 21100 |    20 |431993 |  20.4 |  13M|  37 |   - | 246 |2618 |   0 |   0 | 403 |4466 |2021 | 0.000000e+00 |      --      |    Inf 
33.77/33.82	c  33.8s| 21200 |    22 |433375 |  20.3 |  13M|  37 |   - | 246 |2618 |   0 |   0 | 403 |4488 |2021 | 0.000000e+00 |      --      |    Inf 
33.87/33.91	c  33.9s| 21300 |    23 |434845 |  20.3 |  13M|  37 |  41 | 246 |2602 | 246 | 704 | 403 |4502 |2021 | 0.000000e+00 |      --      |    Inf 
33.98/34.03	c  34.0s| 21400 |    19 |436815 |  20.3 |  13M|  37 |   - | 246 |2583 | 246 | 704 | 403 |4517 |2021 | 0.000000e+00 |      --      |    Inf 
34.08/34.16	c  34.2s| 21500 |    21 |438855 |  20.3 |  13M|  37 |   - | 246 |2579 |   0 |   0 | 403 |4529 |2024 | 0.000000e+00 |      --      |    Inf 
34.18/34.27	c  34.3s| 21600 |    25 |440669 |  20.3 |  13M|  37 |  36 | 246 |2551 | 246 | 704 | 403 |4539 |2024 | 0.000000e+00 |      --      |    Inf 
34.28/34.38	c  34.4s| 21700 |    19 |442481 |  20.3 |  13M|  37 |   - | 246 |2521 |   0 |   0 | 403 |4565 |2024 | 0.000000e+00 |      --      |    Inf 
34.37/34.49	c  34.5s| 21800 |    23 |444173 |  20.3 |  13M|  37 |  49 | 246 |2535 | 246 | 704 | 403 |4592 |2024 | 0.000000e+00 |      --      |    Inf 
34.48/34.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.48/34.59	c  34.6s| 21900 |    23 |445750 |  20.3 |  13M|  37 |   - | 246 |2530 |   0 |   0 | 403 |4609 |2024 | 0.000000e+00 |      --      |    Inf 
34.67/34.72	c  34.7s| 22000 |    23 |447451 |  20.2 |  13M|  37 |   - | 246 |2529 |   0 |   0 | 403 |4644 |2034 | 0.000000e+00 |      --      |    Inf 
34.77/34.87	c  34.9s| 22100 |    24 |449446 |  20.2 |  13M|  37 |  25 | 246 |2507 | 246 | 704 | 403 |4656 |2051 | 0.000000e+00 |      --      |    Inf 
34.97/35.05	c  35.0s| 22200 |    27 |451761 |  20.3 |  13M|  37 |  46 | 246 |2478 | 246 | 704 | 403 |4673 |2063 | 0.000000e+00 |      --      |    Inf 
35.08/35.18	c  35.2s| 22300 |    25 |453651 |  20.2 |  13M|  37 |  43 | 246 |2486 | 246 | 704 | 403 |4696 |2068 | 0.000000e+00 |      --      |    Inf 
35.18/35.29	c  35.3s| 22400 |    25 |455360 |  20.2 |  13M|  37 |   - | 246 |2496 | 246 | 704 | 403 |4718 |2069 | 0.000000e+00 |      --      |    Inf 
35.38/35.40	c  35.4s| 22500 |    24 |457179 |  20.2 |  13M|  37 |  60 | 246 |2494 | 246 | 704 | 403 |4726 |2069 | 0.000000e+00 |      --      |    Inf 
35.47/35.51	c  35.5s| 22600 |    22 |458830 |  20.2 |  13M|  38 |  59 | 246 |2494 | 246 | 704 | 403 |4746 |2069 | 0.000000e+00 |      --      |    Inf 
35.57/35.64	c  35.6s| 22700 |    21 |460888 |  20.2 |  13M|  38 |  63 | 246 |2492 | 246 | 704 | 403 |4759 |2070 | 0.000000e+00 |      --      |    Inf 
35.67/35.79	c  35.8s| 22800 |    21 |463405 |  20.2 |  13M|  38 |  78 | 246 |2496 | 246 | 704 | 403 |4775 |2070 | 0.000000e+00 |      --      |    Inf 
35.88/35.90	c  35.9s| 22900 |    22 |465263 |  20.2 |  13M|  38 |  33 | 246 |2505 | 246 | 704 | 403 |4786 |2070 | 0.000000e+00 |      --      |    Inf 
35.97/36.03	c  36.0s| 23000 |    20 |467198 |  20.2 |  13M|  38 |  59 | 246 |2522 | 246 | 704 | 403 |4808 |2070 | 0.000000e+00 |      --      |    Inf 
36.08/36.15	c  36.2s| 23100 |    20 |469196 |  20.2 |  13M|  38 |  29 | 246 |2533 | 246 | 704 | 403 |4823 |2070 | 0.000000e+00 |      --      |    Inf 
36.18/36.29	c  36.3s| 23200 |    22 |471472 |  20.2 |  13M|  38 |  52 | 246 |2534 | 246 | 704 | 403 |4833 |2071 | 0.000000e+00 |      --      |    Inf 
36.38/36.45	c  36.5s| 23300 |    16 |473910 |  20.2 |  13M|  38 |   - | 246 |2535 |   0 |   0 | 403 |4848 |2072 | 0.000000e+00 |      --      |    Inf 
36.88/36.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.88/36.92	c  36.9s| 23400 |    18 |476184 |  20.3 |  13M|  38 |   - | 246 |2488 |   0 |   0 | 403 |4870 |2182 | 0.000000e+00 |      --      |    Inf 
36.98/37.05	c  37.1s| 23500 |    18 |478207 |  20.3 |  13M|  38 |   - | 246 |2484 | 246 | 704 | 403 |4891 |2182 | 0.000000e+00 |      --      |    Inf 
37.07/37.19	c  37.2s| 23600 |    19 |480505 |  20.3 |  13M|  38 |   - | 246 |2446 |   0 |   0 | 403 |4909 |2182 | 0.000000e+00 |      --      |    Inf 
37.17/37.30	c  37.3s| 23700 |    17 |482313 |  20.3 |  13M|  38 |  79 | 246 |2467 | 246 | 704 | 403 |4935 |2182 | 0.000000e+00 |      --      |    Inf 
37.39/37.43	c  37.4s| 23800 |    17 |484292 |  20.3 |  13M|  38 |   - | 246 |2487 | 246 | 704 | 403 |4960 |2182 | 0.000000e+00 |      --      |    Inf 
37.48/37.54	c  37.5s| 23900 |    19 |486122 |  20.2 |  13M|  38 |   - | 246 |2508 | 246 | 704 | 403 |4985 |2182 | 0.000000e+00 |      --      |    Inf 
37.57/37.69	c  37.7s| 24000 |    21 |488439 |  20.3 |  13M|  38 |  50 | 246 |2519 | 246 | 704 | 403 |4999 |2182 | 0.000000e+00 |      --      |    Inf 
37.67/37.79	c  37.8s| 24100 |    19 |490144 |  20.2 |  13M|  38 |  65 | 246 |2528 | 246 | 704 | 403 |5009 |2182 | 0.000000e+00 |      --      |    Inf 
37.87/37.91	c  37.9s| 24200 |    15 |492087 |  20.2 |  13M|  38 |   - | 246 |2544 |   0 |   0 | 403 |5029 |2182 | 0.000000e+00 |      --      |    Inf 
38.17/38.21	c  38.2s| 24300 |    15 |494247 |  20.2 |  13M|  38 |   - | 246 |2544 | 246 | 704 | 403 |5074 |2232 | 0.000000e+00 |      --      |    Inf 
38.27/38.33	c  38.3s| 24400 |    14 |496032 |  20.2 |  13M|  38 |   - | 246 |2553 |   0 |   0 | 403 |5102 |2238 | 0.000000e+00 |      --      |    Inf 
38.58/38.64	c  38.6s| 24500 |    18 |498846 |  20.3 |  13M|  38 |   - | 246 |2538 |   0 |   0 | 403 |5125 |2259 | 0.000000e+00 |      --      |    Inf 
38.67/38.78	c  38.8s| 24600 |    19 |501098 |  20.3 |  13M|  38 |   - | 246 |2524 |   0 |   0 | 403 |5144 |2259 | 0.000000e+00 |      --      |    Inf 
38.88/38.91	c  38.9s| 24700 |    17 |503151 |  20.3 |  13M|  38 |   - | 246 |2518 |   0 |   0 | 403 |5168 |2259 | 0.000000e+00 |      --      |    Inf 
38.97/39.08	c  39.1s| 24800 |    20 |505479 |  20.3 |  13M|  38 |  36 | 246 |2526 | 246 | 704 | 403 |5196 |2263 | 0.000000e+00 |      --      |    Inf 
39.08/39.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.08/39.19	c  39.2s| 24900 |    19 |507202 |  20.3 |  13M|  38 |  51 | 246 |2508 | 246 | 704 | 403 |5215 |2264 | 0.000000e+00 |      --      |    Inf 
39.27/39.34	c  39.3s| 25000 |    19 |509553 |  20.3 |  13M|  38 |  16 | 246 |2519 | 246 | 704 | 403 |5243 |2265 | 0.000000e+00 |      --      |    Inf 
39.38/39.50	c  39.5s| 25100 |    17 |512161 |  20.3 |  13M|  38 |   - | 246 |2515 | 246 | 704 | 403 |5259 |2265 | 0.000000e+00 |      --      |    Inf 
39.58/39.69	c  39.7s| 25200 |    23 |514630 |  20.3 |  13M|  38 |  36 | 246 |2517 | 246 | 704 | 403 |5283 |2273 | 0.000000e+00 |      --      |    Inf 
39.77/39.82	c  39.8s| 25300 |    22 |516747 |  20.3 |  13M|  38 |  59 | 246 |2523 | 246 | 704 | 403 |5311 |2273 | 0.000000e+00 |      --      |    Inf 
39.88/39.94	c  39.9s| 25400 |    21 |518534 |  20.3 |  13M|  38 |   - | 246 |2537 |   0 |   0 | 403 |5343 |2273 | 0.000000e+00 |      --      |    Inf 
39.97/40.09	c  40.1s| 25500 |    22 |520843 |  20.3 |  13M|  38 |   - | 246 |2553 |   0 |   0 | 403 |5361 |2273 | 0.000000e+00 |      --      |    Inf 
40.18/40.21	c  40.2s| 25600 |    22 |522631 |  20.3 |  13M|  38 |   - | 246 |2588 |   0 |   0 | 403 |5398 |2273 | 0.000000e+00 |      --      |    Inf 
40.27/40.39	c  40.4s| 25700 |    19 |525419 |  20.4 |  13M|  38 |  59 | 246 |2624 | 246 | 704 | 403 |5437 |2273 | 0.000000e+00 |      --      |    Inf 
40.47/40.50	c  40.5s| 25800 |    22 |527091 |  20.3 |  13M|  38 |  51 | 246 |2639 | 246 | 704 | 403 |5458 |2273 | 0.000000e+00 |      --      |    Inf 
40.47/40.59	c  40.6s| 25900 |    19 |528542 |  20.3 |  13M|  38 |  51 | 246 |2668 | 246 | 704 | 403 |5493 |2273 | 0.000000e+00 |      --      |    Inf 
40.58/40.70	c  40.7s| 26000 |    18 |530147 |  20.3 |  13M|  38 |  57 | 246 |2684 | 246 | 704 | 403 |5521 |2273 | 0.000000e+00 |      --      |    Inf 
40.77/40.84	c  40.8s| 26100 |    17 |532508 |  20.3 |  13M|  38 |   - | 246 |2688 |   0 |   0 | 403 |5546 |2273 | 0.000000e+00 |      --      |    Inf 
40.97/41.02	c  41.0s| 26200 |    21 |535347 |  20.3 |  13M|  38 |  64 | 246 |2685 | 246 | 704 | 403 |5563 |2273 | 0.000000e+00 |      --      |    Inf 
41.07/41.15	c  41.2s| 26300 |    20 |537355 |  20.3 |  13M|  38 |   - | 246 |2691 |   0 |   0 | 403 |5591 |2273 | 0.000000e+00 |      --      |    Inf 
41.28/41.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.28/41.32	c  41.3s| 26400 |    17 |539617 |  20.4 |  13M|  38 |  54 | 246 |2699 | 246 | 704 | 403 |5610 |2282 | 0.000000e+00 |      --      |    Inf 
41.47/41.50	c  41.5s| 26500 |    16 |542058 |  20.4 |  13M|  38 |  28 | 246 |2717 | 246 | 704 | 403 |5633 |2293 | 0.000000e+00 |      --      |    Inf 
41.57/41.65	c  41.6s| 26600 |    17 |544102 |  20.4 |  13M|  38 |  41 | 246 |2711 | 246 | 704 | 403 |5648 |2302 | 0.000000e+00 |      --      |    Inf 
41.78/41.84	c  41.8s| 26700 |    17 |546478 |  20.4 |  13M|  38 |  71 | 246 |2713 | 246 | 704 | 403 |5664 |2317 | 0.000000e+00 |      --      |    Inf 
41.98/42.02	c  42.0s| 26800 |    18 |549155 |  20.4 |  13M|  38 |  61 | 246 |2715 | 246 | 704 | 403 |5685 |2325 | 0.000000e+00 |      --      |    Inf 
42.17/42.22	c  42.2s| 26900 |    17 |551873 |  20.4 |  13M|  38 |   - | 246 |2713 |   0 |   0 | 403 |5706 |2335 | 0.000000e+00 |      --      |    Inf 
42.27/42.37	c  42.4s| 27000 |    15 |554190 |  20.4 |  13M|  38 |   - | 246 |2723 | 246 | 704 | 403 |5729 |2336 | 0.000000e+00 |      --      |    Inf 
42.48/42.53	c  42.5s| 27100 |    19 |556684 |  20.5 |  13M|  38 |   - | 246 |2713 | 246 | 704 | 403 |5741 |2336 | 0.000000e+00 |      --      |    Inf 
42.57/42.66	c  42.7s| 27200 |    16 |558632 |  20.5 |  13M|  38 |  58 | 246 |2716 | 246 | 704 | 403 |5761 |2336 | 0.000000e+00 |      --      |    Inf 
42.78/42.81	c  42.8s| 27300 |    17 |560929 |  20.5 |  13M|  38 |   - | 246 |2709 |   0 |   0 | 403 |5776 |2336 | 0.000000e+00 |      --      |    Inf 
42.88/42.96	c  43.0s| 27400 |    17 |563207 |  20.5 |  13M|  38 |  71 | 246 |2722 | 246 | 704 | 403 |5801 |2336 | 0.000000e+00 |      --      |    Inf 
43.07/43.11	c  43.1s| 27500 |    16 |565585 |  20.5 |  13M|  38 |   - | 246 |2727 |   0 |   0 | 403 |5821 |2336 | 0.000000e+00 |      --      |    Inf 
43.18/43.27	c  43.3s| 27600 |    14 |568127 |  20.5 |  13M|  38 |   - | 246 |2735 | 246 | 704 | 403 |5841 |2336 | 0.000000e+00 |      --      |    Inf 
43.37/43.41	c  43.4s| 27700 |    17 |570230 |  20.5 |  13M|  38 |  46 | 246 |2746 | 246 | 704 | 403 |5861 |2336 | 0.000000e+00 |      --      |    Inf 
43.47/43.57	c  43.6s| 27800 |    20 |572627 |  20.5 |  13M|  38 |   - | 246 |2748 | 246 | 704 | 403 |5874 |2336 | 0.000000e+00 |      --      |    Inf 
43.57/43.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.57/43.69	c  43.7s| 27900 |    20 |574693 |  20.5 |  13M|  38 |  32 | 246 |2753 | 246 | 704 | 403 |5885 |2336 | 0.000000e+00 |      --      |    Inf 
43.77/43.83	c  43.8s| 28000 |    18 |576820 |  20.5 |  13M|  38 |  23 | 246 |2767 | 246 | 704 | 403 |5909 |2336 | 0.000000e+00 |      --      |    Inf 
43.88/43.94	c  43.9s| 28100 |    15 |578749 |  20.5 |  13M|  38 |   - | 246 |2774 | 246 | 704 | 403 |5926 |2336 | 0.000000e+00 |      --      |    Inf 
44.07/44.12	c  44.1s| 28200 |    22 |581454 |  20.5 |  13M|  38 |   - | 246 |2773 |   0 |   0 | 403 |5941 |2336 | 0.000000e+00 |      --      |    Inf 
44.28/44.30	c  44.3s| 28300 |    19 |583781 |  20.6 |  13M|  38 |   - | 246 |2785 | 246 | 704 | 403 |5960 |2346 | 0.000000e+00 |      --      |    Inf 
44.38/44.47	c  44.5s| 28400 |    20 |586198 |  20.6 |  13M|  38 |   - | 246 |2801 |   0 |   0 | 403 |5980 |2355 | 0.000000e+00 |      --      |    Inf 
44.57/44.63	c  44.6s| 28500 |    19 |588372 |  20.6 |  13M|  38 |   - | 246 |2816 |   0 |   0 | 403 |6007 |2363 | 0.000000e+00 |      --      |    Inf 
44.67/44.79	c  44.8s| 28600 |    21 |590610 |  20.6 |  13M|  38 |   - | 246 |2833 |   0 |   0 | 403 |6032 |2372 | 0.000000e+00 |      --      |    Inf 
44.88/44.99	c  45.0s| 28700 |    20 |593326 |  20.6 |  13M|  38 |  41 | 246 |2851 | 246 | 704 | 403 |6060 |2383 | 0.000000e+00 |      --      |    Inf 
45.08/45.13	c  45.1s| 28800 |    22 |595500 |  20.6 |  13M|  38 |  42 | 246 |2870 | 246 | 704 | 403 |6084 |2386 | 0.000000e+00 |      --      |    Inf 
45.17/45.25	c  45.3s| 28900 |    22 |597425 |  20.6 |  13M|  38 |   - | 246 |2892 |   0 |   0 | 403 |6113 |2388 | 0.000000e+00 |      --      |    Inf 
45.37/45.41	c  45.4s| 29000 |    26 |599896 |  20.6 |  13M|  38 |  55 | 246 |2899 | 246 | 704 | 403 |6128 |2389 | 0.000000e+00 |      --      |    Inf 
45.58/45.60	c  45.6s| 29100 |    22 |602878 |  20.6 |  13M|  38 |  49 | 246 |2905 | 246 | 704 | 403 |6141 |2389 | 0.000000e+00 |      --      |    Inf 
45.68/45.76	c  45.8s| 29200 |    18 |605478 |  20.7 |  13M|  38 |  52 | 246 |2906 | 246 | 704 | 403 |6156 |2389 | 0.000000e+00 |      --      |    Inf 
45.87/45.90	c  45.9s| 29300 |    18 |607747 |  20.7 |  13M|  38 |   - | 246 |2927 | 246 | 704 | 403 |6188 |2389 | 0.000000e+00 |      --      |    Inf 
45.97/46.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.97/46.07	c  46.1s| 29400 |    17 |610355 |  20.7 |  13M|  38 |   - | 246 |2924 |   0 |   0 | 403 |6204 |2390 | 0.000000e+00 |      --      |    Inf 
46.18/46.22	c  46.2s| 29500 |    18 |612593 |  20.7 |  13M|  38 |   - | 246 |2927 | 246 | 704 | 403 |6221 |2390 | 0.000000e+00 |      --      |    Inf 
46.27/46.39	c  46.4s| 29600 |    19 |615112 |  20.7 |  13M|  38 |   - | 246 |2932 |   0 |   0 | 403 |6240 |2390 | 0.000000e+00 |      --      |    Inf 
46.47/46.55	c  46.6s| 29700 |    18 |617554 |  20.7 |  13M|  38 |  35 | 246 |2956 | 246 | 704 | 403 |6266 |2390 | 0.000000e+00 |      --      |    Inf 
46.57/46.68	c  46.7s| 29800 |    18 |619650 |  20.7 |  13M|  38 |  67 | 246 |2968 | 246 | 704 | 403 |6282 |2390 | 0.000000e+00 |      --      |    Inf 
46.78/46.83	c  46.8s| 29900 |    20 |622023 |  20.7 |  13M|  38 |  50 | 246 |2997 | 246 | 704 | 403 |6311 |2390 | 0.000000e+00 |      --      |    Inf 
46.97/47.00	c  47.0s| 30000 |    21 |624739 |  20.8 |  13M|  38 |  63 | 246 |3017 | 246 | 704 | 403 |6339 |2390 | 0.000000e+00 |      --      |    Inf 
47.18/47.21	c  47.2s| 30100 |    19 |627414 |  20.8 |  13M|  38 |   - | 246 |3031 |   0 |   0 | 403 |6360 |2408 | 0.000000e+00 |      --      |    Inf 
47.37/47.40	c  47.4s| 30200 |    19 |630045 |  20.8 |  13M|  38 |  73 | 246 |3034 | 246 | 704 | 403 |6379 |2417 | 0.000000e+00 |      --      |    Inf 
47.57/47.61	c  47.6s| 30300 |    20 |632724 |  20.8 |  13M|  38 |  40 | 246 |3043 | 246 | 704 | 403 |6397 |2430 | 0.000000e+00 |      --      |    Inf 
47.67/47.76	c  47.8s| 30400 |    18 |634927 |  20.8 |  13M|  38 |   - | 246 |3047 |   0 |   0 | 403 |6411 |2436 | 0.000000e+00 |      --      |    Inf 
47.88/47.94	c  47.9s| 30500 |    15 |637500 |  20.8 |  13M|  38 |  65 | 246 |3056 | 246 | 704 | 403 |6425 |2442 | 0.000000e+00 |      --      |    Inf 
48.07/48.11	c  48.1s| 30600 |    19 |639915 |  20.8 |  13M|  38 |  64 | 246 |3047 | 246 | 704 | 403 |6434 |2447 | 0.000000e+00 |      --      |    Inf 
48.17/48.28	c  48.3s| 30700 |    17 |642374 |  20.9 |  13M|  38 |   - | 246 |3042 |   0 |   0 | 403 |6449 |2448 | 0.000000e+00 |      --      |    Inf 
48.38/48.41	c  48.4s| 30800 |    17 |644450 |  20.9 |  13M|  38 |   - | 246 |3039 | 246 | 704 | 403 |6455 |2448 | 0.000000e+00 |      --      |    Inf 
48.48/48.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.48/48.55	c  48.6s| 30900 |    19 |646671 |  20.9 |  13M|  38 |  43 | 246 |3042 | 246 | 704 | 403 |6470 |2448 | 0.000000e+00 |      --      |    Inf 
48.68/48.73	c  48.7s| 31000 |    17 |649565 |  20.9 |  13M|  38 |   - | 246 |3045 |   0 |   0 | 403 |6488 |2448 | 0.000000e+00 |      --      |    Inf 
48.78/48.85	c  48.9s| 31100 |    20 |651324 |  20.9 |  13M|  38 |  40 | 246 |3054 | 246 | 704 | 403 |6503 |2448 | 0.000000e+00 |      --      |    Inf 
48.87/48.97	c  49.0s| 31200 |    17 |653190 |  20.9 |  13M|  38 |   - | 246 |3069 | 246 | 704 | 403 |6521 |2448 | 0.000000e+00 |      --      |    Inf 
49.07/49.11	c  49.1s| 31300 |    17 |655184 |  20.9 |  13M|  39 |   - | 246 |3086 |   0 |   0 | 403 |6543 |2448 | 0.000000e+00 |      --      |    Inf 
49.17/49.25	c  49.3s| 31400 |    19 |657426 |  20.9 |  13M|  39 |   - | 246 |3095 |   0 |   0 | 403 |6556 |2448 | 0.000000e+00 |      --      |    Inf 
49.27/49.40	c  49.4s| 31500 |    18 |659671 |  20.9 |  13M|  39 |  54 | 246 |3108 | 246 | 704 | 403 |6573 |2448 | 0.000000e+00 |      --      |    Inf 
49.48/49.55	c  49.6s| 31600 |    15 |662057 |  20.9 |  13M|  39 |   - | 246 |3117 |   0 |   0 | 403 |6588 |2448 | 0.000000e+00 |      --      |    Inf 
49.67/49.73	c  49.7s| 31700 |    15 |664701 |  20.9 |  13M|  41 |   - | 246 |3137 | 246 | 704 | 403 |6610 |2449 | 0.000000e+00 |      --      |    Inf 
50.07/50.19	c  50.2s| 31800 |    17 |666696 |  20.9 |  13M|  41 |   - | 246 |3135 | 246 | 704 | 403 |6629 |2531 | 0.000000e+00 |      --      |    Inf 
50.27/50.38	c  50.4s| 31900 |    21 |668904 |  20.9 |  13M|  41 |  62 | 246 |3141 | 246 | 704 | 403 |6646 |2543 | 0.000000e+00 |      --      |    Inf 
50.48/50.59	c  50.6s| 32000 |    23 |671247 |  20.9 |  13M|  41 |  33 | 246 |3113 | 246 | 704 | 403 |6679 |2554 | 0.000000e+00 |      --      |    Inf 
50.67/50.70	c  50.7s| 32100 |    20 |672974 |  20.9 |  13M|  41 |  47 | 246 |3123 | 246 | 704 | 403 |6715 |2554 | 0.000000e+00 |      --      |    Inf 
50.77/50.81	c  50.8s| 32200 |    18 |674581 |  20.9 |  13M|  41 |   - | 246 |3147 |   0 |   0 | 403 |6756 |2554 | 0.000000e+00 |      --      |    Inf 
50.88/50.94	c  50.9s| 32300 |    21 |676509 |  20.9 |  13M|  41 |  33 | 246 |3145 | 246 | 704 | 403 |6778 |2557 | 0.000000e+00 |      --      |    Inf 
50.97/51.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.97/51.07	c  51.1s| 32400 |    19 |678392 |  20.9 |  13M|  41 |   - | 246 |3160 | 246 | 704 | 403 |6805 |2564 | 0.000000e+00 |      --      |    Inf 
51.17/51.21	c  51.2s| 32500 |    19 |680367 |  20.9 |  13M|  41 |  54 | 246 |3157 | 246 | 704 | 403 |6839 |2567 | 0.000000e+00 |      --      |    Inf 
51.27/51.31	c  51.3s| 32600 |    16 |681933 |  20.9 |  13M|  41 |  43 | 246 |3175 | 246 | 704 | 403 |6871 |2570 | 0.000000e+00 |      --      |    Inf 
51.48/51.58	c  51.6s| 32700 |    20 |684913 |  20.9 |  13M|  41 |  62 | 246 |3153 | 246 | 704 | 403 |6889 |2585 | 0.000000e+00 |      --      |    Inf 
51.68/51.75	c  51.7s| 32800 |    19 |687267 |  20.9 |  13M|  41 |  74 | 246 |3158 | 246 | 704 | 403 |6911 |2588 | 0.000000e+00 |      --      |    Inf 
51.77/51.89	c  51.9s| 32900 |    20 |689490 |  20.9 |  13M|  41 |  19 | 246 |3175 | 246 | 704 | 403 |6945 |2588 | 0.000000e+00 |      --      |    Inf 
51.98/52.07	c  52.1s| 33000 |    17 |692186 |  20.9 |  13M|  41 |   - | 246 |3186 |   0 |   0 | 403 |6976 |2588 | 0.000000e+00 |      --      |    Inf 
52.17/52.23	c  52.2s| 33100 |    20 |694563 |  20.9 |  13M|  41 |  81 | 246 |3205 | 246 | 704 | 403 |7008 |2588 | 0.000000e+00 |      --      |    Inf 
52.27/52.37	c  52.4s| 33200 |    19 |696786 |  20.9 |  13M|  41 |   - | 246 |3224 |   0 |   0 | 403 |7034 |2588 | 0.000000e+00 |      --      |    Inf 
52.48/52.52	c  52.5s| 33300 |    18 |699205 |  20.9 |  13M|  41 |  41 | 246 |3238 | 246 | 704 | 403 |7060 |2588 | 0.000000e+00 |      --      |    Inf 
52.57/52.64	c  52.6s| 33400 |    22 |701039 |  20.9 |  13M|  41 |  31 | 246 |3259 | 246 | 704 | 403 |7098 |2588 | 0.000000e+00 |      --      |    Inf 
52.68/52.79	c  52.8s| 33500 |    21 |703316 |  20.9 |  13M|  41 |  20 | 246 |3263 | 246 | 704 | 403 |7124 |2588 | 0.000000e+00 |      --      |    Inf 
52.88/52.94	c  52.9s| 33600 |    18 |705774 |  20.9 |  13M|  41 |  61 | 246 |3276 | 246 | 704 | 403 |7158 |2588 | 0.000000e+00 |      --      |    Inf 
52.98/53.07	c  53.1s| 33700 |    20 |707431 |  20.9 |  13M|  41 |   - | 246 |3270 |   0 |   0 | 403 |7192 |2591 | 0.000000e+00 |      --      |    Inf 
53.17/53.23	c  53.2s| 33800 |    26 |710003 |  20.9 |  13M|  41 |   - | 246 |3281 |   0 |   0 | 403 |7212 |2591 | 0.000000e+00 |      --      |    Inf 
53.28/53.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.28/53.35	c  53.4s| 33900 |    25 |711850 |  20.9 |  13M|  41 |   - | 246 |3299 |   0 |   0 | 403 |7238 |2591 | 0.000000e+00 |      --      |    Inf 
53.37/53.44	c  53.4s| 34000 |    24 |713291 |  20.9 |  13M|  41 |   - | 246 |3319 |   0 |   0 | 403 |7260 |2591 | 0.000000e+00 |      --      |    Inf 
53.47/53.54	c  53.5s| 34100 |    23 |714897 |  20.9 |  13M|  41 |   - | 246 |3349 |   0 |   0 | 403 |7290 |2591 | 0.000000e+00 |      --      |    Inf 
53.57/53.66	c  53.7s| 34200 |    25 |716833 |  20.9 |  13M|  41 |  20 | 246 |3374 | 246 | 704 | 403 |7318 |2591 | 0.000000e+00 |      --      |    Inf 
53.67/53.77	c  53.8s| 34300 |    18 |718577 |  20.9 |  13M|  41 |   - | 246 |3397 |   0 |   0 | 403 |7344 |2591 | 0.000000e+00 |      --      |    Inf 
53.78/53.89	c  53.9s| 34400 |    21 |720400 |  20.9 |  13M|  41 |  47 | 246 |3425 | 246 | 704 | 403 |7373 |2591 | 0.000000e+00 |      --      |    Inf 
53.88/53.98	c  54.0s| 34500 |    19 |721841 |  20.9 |  13M|  41 |  49 | 246 |3446 | 246 | 704 | 403 |7397 |2591 | 0.000000e+00 |      --      |    Inf 
53.97/54.06	c  54.1s| 34600 |    21 |723149 |  20.8 |  13M|  41 |  21 | 246 |3454 | 246 | 704 | 403 |7409 |2591 | 0.000000e+00 |      --      |    Inf 
54.07/54.19	c  54.2s| 34700 |    20 |724759 |  20.8 |  13M|  41 |   - | 246 |3460 |   0 |   0 | 403 |7424 |2600 | 0.000000e+00 |      --      |    Inf 
54.27/54.32	c  54.3s| 34800 |    20 |726547 |  20.8 |  13M|  41 |   - | 246 |3463 |   0 |   0 | 403 |7443 |2608 | 0.000000e+00 |      --      |    Inf 
54.38/54.47	c  54.5s| 34900 |    17 |728333 |  20.8 |  13M|  41 |   - | 246 |3467 | 246 | 704 | 403 |7466 |2617 | 0.000000e+00 |      --      |    Inf 
54.47/54.56	c  54.6s| 35000 |    18 |729806 |  20.8 |  13M|  41 |   - | 246 |3477 | 246 | 704 | 403 |7487 |2617 | 0.000000e+00 |      --      |    Inf 
54.67/54.72	c  54.7s| 35100 |    19 |732006 |  20.8 |  13M|  41 |  42 | 246 |3483 | 246 | 704 | 403 |7515 |2625 | 0.000000e+00 |      --      |    Inf 
54.77/54.85	c  54.9s| 35200 |    17 |733899 |  20.8 |  13M|  41 |   - | 246 |3499 |   0 |   0 | 403 |7541 |2631 | 0.000000e+00 |      --      |    Inf 
54.98/55.07	c  55.1s| 35300 |    21 |736516 |  20.8 |  13M|  41 |   - | 246 |3509 |   0 |   0 | 403 |7575 |2647 | 0.000000e+00 |      --      |    Inf 
55.17/55.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.17/55.28	c  55.3s| 35400 |    19 |739505 |  20.8 |  13M|  41 |   - | 246 |3507 | 246 | 704 | 403 |7595 |2655 | 0.000000e+00 |      --      |    Inf 
55.37/55.47	c  55.5s| 35500 |    20 |742254 |  20.8 |  13M|  41 |   - | 246 |3518 | 246 | 704 | 403 |7615 |2661 | 0.000000e+00 |      --      |    Inf 
55.57/55.63	c  55.6s| 35600 |    19 |744764 |  20.9 |  13M|  41 |   - | 246 |3546 | 246 | 704 | 403 |7656 |2662 | 0.000000e+00 |      --      |    Inf 
55.68/55.76	c  55.8s| 35700 |    21 |746716 |  20.9 |  13M|  41 |   - | 246 |3560 |   0 |   0 | 403 |7679 |2663 | 0.000000e+00 |      --      |    Inf 
55.77/55.89	c  55.9s| 35800 |    18 |748735 |  20.9 |  13M|  41 |   - | 246 |3573 | 246 | 704 | 403 |7699 |2663 | 0.000000e+00 |      --      |    Inf 
55.97/56.08	c  56.1s| 35900 |    18 |751247 |  20.9 |  13M|  41 |  76 | 246 |3580 | 246 | 704 | 403 |7726 |2669 | 0.000000e+00 |      --      |    Inf 
56.17/56.24	c  56.2s| 36000 |    21 |753701 |  20.9 |  13M|  41 |  62 | 246 |3578 | 246 | 704 | 403 |7747 |2671 | 0.000000e+00 |      --      |    Inf 
56.27/56.36	c  56.4s| 36100 |    18 |755770 |  20.9 |  13M|  41 |   - | 246 |3580 |   0 |   0 | 403 |7766 |2671 | 0.000000e+00 |      --      |    Inf 
56.37/56.49	c  56.5s| 36200 |    20 |757900 |  20.9 |  13M|  41 |   - | 246 |3557 | 246 | 704 | 403 |7787 |2673 | 0.000000e+00 |      --      |    Inf 
56.58/56.64	c  56.6s| 36300 |    20 |760172 |  20.9 |  13M|  41 |   - | 246 |3545 |   0 |   0 | 403 |7809 |2673 | 0.000000e+00 |      --      |    Inf 
56.67/56.76	c  56.8s| 36400 |    20 |761993 |  20.9 |  13M|  41 |   - | 246 |3550 | 246 | 704 | 403 |7836 |2673 | 0.000000e+00 |      --      |    Inf 
56.77/56.88	c  56.9s| 36500 |    19 |763797 |  20.9 |  13M|  41 |  22 | 246 |3538 | 246 | 704 | 403 |7858 |2673 | 0.000000e+00 |      --      |    Inf 
56.97/57.03	c  57.0s| 36600 |    15 |766118 |  20.9 |  13M|  41 |   - | 246 |3508 |   0 |   0 | 403 |7879 |2673 | 0.000000e+00 |      --      |    Inf 
57.08/57.20	c  57.2s| 36700 |    18 |768751 |  20.9 |  13M|  41 |  42 | 246 |3503 | 246 | 704 | 403 |7907 |2673 | 0.000000e+00 |      --      |    Inf 
57.27/57.34	c  57.3s| 36800 |    18 |771002 |  20.9 |  13M|  41 |  43 | 246 |3499 | 246 | 704 | 403 |7933 |2674 | 0.000000e+00 |      --      |    Inf 
57.37/57.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.37/57.47	c  57.5s| 36900 |    19 |772974 |  20.9 |  13M|  41 |   - | 246 |3490 | 246 | 704 | 403 |7950 |2674 | 0.000000e+00 |      --      |    Inf 
57.57/57.61	c  57.6s| 37000 |    19 |775144 |  20.9 |  13M|  41 |  59 | 246 |3493 | 246 | 704 | 403 |7965 |2674 | 0.000000e+00 |      --      |    Inf 
57.67/57.78	c  57.8s| 37100 |    18 |777768 |  20.9 |  13M|  41 |  81 | 246 |3501 | 246 | 704 | 403 |7987 |2674 | 0.000000e+00 |      --      |    Inf 
57.87/57.91	c  57.9s| 37200 |    17 |779633 |  20.9 |  13M|  41 |   - | 246 |3495 | 246 | 704 | 403 |7999 |2674 | 0.000000e+00 |      --      |    Inf 
57.97/58.07	c  58.1s| 37300 |    19 |782207 |  20.9 |  13M|  41 |  59 | 246 |3493 | 246 | 704 | 403 |8014 |2674 | 0.000000e+00 |      --      |    Inf 
58.07/58.19	c  58.2s| 37400 |    18 |783665 |  20.9 |  13M|  41 |   - | 246 |3512 | 246 | 704 | 403 |8037 |2687 | 0.000000e+00 |      --      |    Inf 
58.28/58.34	c  58.3s| 37500 |    18 |785799 |  20.9 |  13M|  41 |  47 | 246 |3524 | 246 | 704 | 403 |8052 |2695 | 0.000000e+00 |      --      |    Inf 
58.47/58.51	c  58.5s| 37600 |    18 |788125 |  20.9 |  13M|  41 |   - | 246 |3521 |   0 |   0 | 403 |8063 |2704 | 0.000000e+00 |      --      |    Inf 
58.57/58.69	c  58.7s| 37700 |    18 |790543 |  20.9 |  13M|  41 |  62 | 246 |3529 | 246 | 704 | 403 |8085 |2713 | 0.000000e+00 |      --      |    Inf 
58.77/58.88	c  58.9s| 37800 |    18 |793201 |  20.9 |  13M|  41 |   - | 246 |3545 | 246 | 704 | 403 |8108 |2721 | 0.000000e+00 |      --      |    Inf 
58.98/59.05	c  59.0s| 37900 |    17 |795724 |  20.9 |  13M|  41 |   - | 246 |3554 | 246 | 704 | 403 |8126 |2722 | 0.000000e+00 |      --      |    Inf 
59.17/59.23	c  59.2s| 38000 |    21 |798449 |  21.0 |  13M|  41 |  55 | 246 |3556 | 246 | 704 | 403 |8144 |2722 | 0.000000e+00 |      --      |    Inf 
59.38/59.41	c  59.4s| 38100 |    19 |801202 |  21.0 |  13M|  41 |   - | 246 |3562 |   0 |   0 | 403 |8161 |2722 | 0.000000e+00 |      --      |    Inf 
59.57/59.62	c  59.6s| 38200 |    19 |804245 |  21.0 |  13M|  41 |  57 | 246 |3573 | 246 | 704 | 403 |8181 |2722 | 0.000000e+00 |      --      |    Inf 
59.77/59.80	c  59.8s| 38300 |    20 |806966 |  21.0 |  13M|  41 |  56 | 246 |3574 | 246 | 704 | 403 |8201 |2723 | 0.000000e+00 |      --      |    Inf 
59.87/59.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.87/59.95	c  60.0s| 38400 |    20 |809342 |  21.0 |  13M|  41 |  44 | 246 |3555 | 246 | 704 | 403 |8217 |2723 | 0.000000e+00 |      --      |    Inf 
60.08/60.13	c  60.1s| 38500 |    19 |812177 |  21.0 |  13M|  41 |   - | 246 |3517 | 246 | 704 | 403 |8225 |2723 | 0.000000e+00 |      --      |    Inf 
60.18/60.29	c  60.3s| 38600 |    18 |814802 |  21.1 |  13M|  41 |  52 | 246 |3502 | 246 | 704 | 403 |8237 |2723 | 0.000000e+00 |      --      |    Inf 
60.38/60.42	c  60.4s| 38700 |    20 |816726 |  21.0 |  13M|  45 |   - | 246 |3485 |   0 |   0 | 403 |8257 |2723 | 0.000000e+00 |      --      |    Inf 
60.48/60.57	c  60.6s| 38800 |    21 |818993 |  21.1 |  13M|  45 |   - | 246 |3499 |   0 |   0 | 403 |8294 |2723 | 0.000000e+00 |      --      |    Inf 
60.67/60.74	c  60.7s| 38900 |    19 |821759 |  21.1 |  13M|  45 |   - | 246 |3514 |   0 |   0 | 403 |8328 |2723 | 0.000000e+00 |      --      |    Inf 
60.78/60.88	c  60.9s| 39000 |    20 |823876 |  21.1 |  13M|  45 |  46 | 246 |3534 | 246 | 704 | 403 |8361 |2723 | 0.000000e+00 |      --      |    Inf 
60.98/61.01	c  61.0s| 39100 |    23 |825965 |  21.1 |  13M|  45 |  60 | 246 |3551 | 246 | 704 | 403 |8387 |2723 | 0.000000e+00 |      --      |    Inf 
61.07/61.12	c  61.1s| 39200 |    20 |827697 |  21.1 |  13M|  45 |   - | 246 |3567 | 246 | 704 | 403 |8407 |2723 | 0.000000e+00 |      --      |    Inf 
61.17/61.29	c  61.3s| 39300 |    19 |829761 |  21.1 |  13M|  45 |  51 | 246 |3573 | 246 | 704 | 403 |8430 |2734 | 0.000000e+00 |      --      |    Inf 
61.37/61.45	c  61.4s| 39400 |    18 |832162 |  21.1 |  13M|  45 |   - | 246 |3576 |   0 |   0 | 403 |8449 |2734 | 0.000000e+00 |      --      |    Inf 
61.57/61.64	c  61.6s| 39500 |    19 |834614 |  21.1 |  13M|  45 |  71 | 246 |3579 | 246 | 704 | 403 |8464 |2743 | 0.000000e+00 |      --      |    Inf 
61.77/61.80	c  61.8s| 39600 |    19 |836712 |  21.1 |  13M|  45 |   - | 246 |3581 | 246 | 704 | 403 |8479 |2752 | 0.000000e+00 |      --      |    Inf 
61.87/61.98	c  62.0s| 39700 |    17 |839180 |  21.1 |  13M|  45 |   - | 246 |3591 | 246 | 704 | 403 |8498 |2756 | 0.000000e+00 |      --      |    Inf 
62.07/62.14	c  62.1s| 39800 |    21 |841332 |  21.1 |  13M|  45 |  29 | 246 |3598 | 246 | 704 | 403 |8520 |2763 | 0.000000e+00 |      --      |    Inf 
62.17/62.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.17/62.30	c  62.3s| 39900 |    21 |843685 |  21.1 |  13M|  45 |  61 | 246 |3598 | 246 | 704 | 403 |8526 |2765 | 0.000000e+00 |      --      |    Inf 
62.37/62.40	c  62.4s| 40000 |    21 |845224 |  21.1 |  13M|  45 |  60 | 246 |3618 | 246 | 704 | 403 |8548 |2765 | 0.000000e+00 |      --      |    Inf 
62.47/62.56	c  62.6s| 40100 |    22 |847698 |  21.1 |  13M|  45 |  26 | 246 |3622 | 246 | 704 | 403 |8563 |2770 | 0.000000e+00 |      --      |    Inf 
62.58/62.67	c  62.7s| 40200 |    23 |849511 |  21.1 |  13M|  45 |  17 | 246 |3627 | 246 | 704 | 403 |8574 |2770 | 0.000000e+00 |      --      |    Inf 
62.68/62.78	c  62.8s| 40300 |    24 |851393 |  21.1 |  13M|  45 |  52 | 246 |3632 | 246 | 704 | 403 |8586 |2770 | 0.000000e+00 |      --      |    Inf 
62.87/62.92	c  62.9s| 40400 |    20 |853533 |  21.1 |  13M|  45 |  73 | 246 |3654 | 246 | 704 | 403 |8609 |2770 | 0.000000e+00 |      --      |    Inf 
62.97/63.06	c  63.1s| 40500 |    19 |855899 |  21.1 |  13M|  45 |  53 | 246 |3661 | 246 | 704 | 403 |8617 |2770 | 0.000000e+00 |      --      |    Inf 
63.17/63.21	c  63.2s| 40600 |    26 |858267 |  21.1 |  13M|  45 |  54 | 246 |3668 | 246 | 704 | 403 |8633 |2770 | 0.000000e+00 |      --      |    Inf 
63.27/63.34	c  63.3s| 40700 |    22 |860441 |  21.1 |  13M|  45 |   - | 246 |3690 | 246 | 704 | 403 |8657 |2770 | 0.000000e+00 |      --      |    Inf 
63.37/63.48	c  63.5s| 40800 |    22 |862491 |  21.1 |  13M|  45 |   - | 246 |3716 |   0 |   0 | 403 |8689 |2770 | 0.000000e+00 |      --      |    Inf 
63.57/63.60	c  63.6s| 40900 |    23 |864576 |  21.1 |  13M|  45 |  61 | 246 |3728 | 246 | 704 | 403 |8704 |2770 | 0.000000e+00 |      --      |    Inf 
63.68/63.73	c  63.7s| 41000 |    20 |866604 |  21.1 |  13M|  45 |   - | 246 |3738 |   0 |   0 | 403 |8722 |2770 | 0.000000e+00 |      --      |    Inf 
63.78/63.85	c  63.9s| 41100 |    22 |868495 |  21.1 |  13M|  45 |   - | 246 |3757 |   0 |   0 | 403 |8749 |2770 | 0.000000e+00 |      --      |    Inf 
63.87/63.98	c  64.0s| 41200 |    21 |870567 |  21.1 |  13M|  45 |  51 | 246 |3770 | 246 | 704 | 403 |8774 |2770 | 0.000000e+00 |      --      |    Inf 
64.07/64.14	c  64.1s| 41300 |    23 |873060 |  21.1 |  13M|  45 |   - | 246 |3786 | 246 | 704 | 403 |8796 |2770 | 0.000000e+00 |      --      |    Inf 
64.17/64.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.17/64.29	c  64.3s| 41400 |    22 |875384 |  21.1 |  13M|  45 |  64 | 246 |3794 | 246 | 704 | 403 |8810 |2770 | 0.000000e+00 |      --      |    Inf 
64.37/64.43	c  64.4s| 41500 |    21 |877447 |  21.1 |  13M|  45 |  69 | 246 |3806 | 246 | 704 | 403 |8830 |2770 | 0.000000e+00 |      --      |    Inf 
64.47/64.58	c  64.6s| 41600 |    21 |879365 |  21.1 |  13M|  45 |  53 | 246 |3824 | 246 | 704 | 403 |8854 |2779 | 0.000000e+00 |      --      |    Inf 
64.67/64.70	c  64.7s| 41700 |    20 |881218 |  21.1 |  13M|  45 |   - | 246 |3838 |   0 |   0 | 403 |8873 |2779 | 0.000000e+00 |      --      |    Inf 
64.78/64.83	c  64.8s| 41800 |    18 |883114 |  21.1 |  13M|  45 |   - | 246 |3855 | 246 | 704 | 403 |8900 |2785 | 0.000000e+00 |      --      |    Inf 
64.97/65.00	c  65.0s| 41900 |    20 |885345 |  21.1 |  13M|  45 |   - | 246 |3859 | 246 | 704 | 403 |8915 |2796 | 0.000000e+00 |      --      |    Inf 
65.07/65.13	c  65.1s| 42000 |    19 |887108 |  21.1 |  13M|  46 |   - | 246 |3860 | 246 | 704 | 403 |8923 |2805 | 0.000000e+00 |      --      |    Inf 
65.17/65.28	c  65.3s| 42100 |    21 |889239 |  21.1 |  13M|  46 |  49 | 246 |3864 | 246 | 704 | 403 |8938 |2809 | 0.000000e+00 |      --      |    Inf 
65.37/65.44	c  65.4s| 42200 |    18 |891464 |  21.1 |  13M|  46 |   - | 246 |3874 |   0 |   0 | 403 |8957 |2815 | 0.000000e+00 |      --      |    Inf 
65.47/65.58	c  65.6s| 42300 |    18 |893772 |  21.1 |  13M|  46 |  67 | 246 |3871 | 246 | 704 | 403 |8969 |2815 | 0.000000e+00 |      --      |    Inf 
65.67/65.72	c  65.7s| 42400 |    18 |895995 |  21.1 |  13M|  46 |  38 | 246 |3880 | 246 | 704 | 403 |8983 |2815 | 0.000000e+00 |      --      |    Inf 
66.37/66.41	c  66.4s| 42500 |    21 |899407 |  21.1 |  13M|  47 |  57 | 246 |3822 | 246 | 704 | 403 |8992 |2909 | 0.000000e+00 |      --      |    Inf 
66.47/66.57	c  66.6s| 42600 |    23 |902036 |  21.1 |  13M|  47 |  41 | 246 |3801 | 246 | 704 | 403 |9003 |2909 | 0.000000e+00 |      --      |    Inf 
66.57/66.68	c  66.7s| 42700 |    22 |903698 |  21.1 |  13M|  47 |   - | 246 |3814 |   0 |   0 | 403 |9025 |2910 | 0.000000e+00 |      --      |    Inf 
66.67/66.78	c  66.8s| 42800 |    21 |905357 |  21.1 |  13M|  47 |   - | 246 |3821 |   0 |   0 | 403 |9041 |2910 | 0.000000e+00 |      --      |    Inf 
66.88/66.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.88/66.98	c  67.0s| 42900 |    25 |907837 |  21.1 |  13M|  47 |  45 | 246 |3796 | 246 | 704 | 403 |9058 |2921 | 0.000000e+00 |      --      |    Inf 
67.08/67.13	c  67.1s| 43000 |    23 |909925 |  21.1 |  13M|  47 |   - | 246 |3790 |   0 |   0 | 403 |9077 |2925 | 0.000000e+00 |      --      |    Inf 
67.17/67.29	c  67.3s| 43100 |    23 |912470 |  21.1 |  13M|  47 |   - | 246 |3786 |   0 |   0 | 403 |9095 |2925 | 0.000000e+00 |      --      |    Inf 
67.37/67.45	c  67.4s| 43200 |    22 |914945 |  21.1 |  13M|  47 |  68 | 246 |3787 | 246 | 704 | 403 |9111 |2925 | 0.000000e+00 |      --      |    Inf 
67.57/67.66	c  67.7s| 43300 |    20 |918089 |  21.2 |  13M|  47 |   - | 246 |3758 |   0 |   0 | 403 |9138 |2926 | 0.000000e+00 |      --      |    Inf 
67.97/68.09	c  68.1s| 43400 |    27 |920792 |  21.2 |  13M|  48 |  63 | 246 |3728 | 246 | 704 | 403 |9159 |2975 | 0.000000e+00 |      --      |    Inf 
68.08/68.20	c  68.2s| 43500 |    24 |922636 |  21.2 |  13M|  48 |  39 | 246 |3724 | 246 | 704 | 403 |9177 |2975 | 0.000000e+00 |      --      |    Inf 
68.66/68.79	c  68.8s| 43600 |    24 |925933 |  21.2 |  13M|  48 |  59 | 246 |3602 | 246 | 704 | 403 |9200 |3066 | 0.000000e+00 |      --      |    Inf 
68.97/69.00	c  69.0s| 43700 |    19 |928281 |  21.2 |  13M|  48 |   - | 246 |3545 |   0 |   0 | 403 |9229 |3079 | 0.000000e+00 |      --      |    Inf 
69.06/69.16	c  69.2s| 43800 |    26 |930696 |  21.2 |  13M|  48 |   - | 246 |3514 |   0 |   0 | 403 |9242 |3079 | 0.000000e+00 |      --      |    Inf 
69.18/69.29	c  69.3s| 43900 |    21 |932852 |  21.2 |  13M|  48 |  64 | 246 |3499 | 246 | 704 | 403 |9267 |3079 | 0.000000e+00 |      --      |    Inf 
69.37/69.45	c  69.4s| 44000 |    20 |935319 |  21.2 |  13M|  48 |  53 | 246 |3485 | 246 | 704 | 403 |9288 |3079 | 0.000000e+00 |      --      |    Inf 
69.57/69.61	c  69.6s| 44100 |    20 |937761 |  21.2 |  13M|  48 |  39 | 246 |3476 | 246 | 704 | 403 |9307 |3079 | 0.000000e+00 |      --      |    Inf 
69.67/69.79	c  69.8s| 44200 |    18 |940681 |  21.2 |  13M|  48 |   - | 246 |3480 | 246 | 704 | 403 |9319 |3079 | 0.000000e+00 |      --      |    Inf 
69.97/70.06	c  70.1s| 44300 |    16 |942752 |  21.2 |  13M|  48 |   - | 246 |3378 | 246 | 704 | 403 |9341 |3105 | 0.000000e+00 |      --      |    Inf 
70.28/70.37	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.37	c  70.4s| 44400 |    24 |945483 |  21.2 |  13M|  48 |  77 | 246 |3277 | 246 | 704 | 403 |9362 |3131 | 0.000000e+00 |      --      |    Inf 
70.47/70.53	c  70.5s| 44500 |    21 |947824 |  21.2 |  13M|  48 |  98 | 246 |3222 | 246 | 704 | 403 |9396 |3136 | 0.000000e+00 |      --      |    Inf 
70.67/70.73	c  70.7s| 44600 |    23 |950385 |  21.3 |  13M|  48 |   - | 246 |3195 | 246 | 704 | 403 |9430 |3140 | 0.000000e+00 |      --      |    Inf 
70.87/70.90	c  70.9s| 44700 |    28 |953146 |  21.3 |  13M|  48 |   - | 246 |3157 |   0 |   0 | 403 |9448 |3140 | 0.000000e+00 |      --      |    Inf 
70.97/71.03	c  71.0s| 44800 |    24 |955039 |  21.3 |  13M|  48 |   - | 246 |3131 |   0 |   0 | 403 |9464 |3143 | 0.000000e+00 |      --      |    Inf 
71.17/71.20	c  71.2s| 44900 |    24 |957434 |  21.3 |  13M|  48 |  53 | 246 |3115 | 246 | 704 | 403 |9499 |3146 | 0.000000e+00 |      --      |    Inf 
71.27/71.39	c  71.4s| 45000 |    21 |960103 |  21.3 |  13M|  48 |   - | 246 |3116 | 246 | 704 | 403 |9539 |3149 | 0.000000e+00 |      --      |    Inf 
71.57/71.61	c  71.6s| 45100 |    22 |963347 |  21.3 |  13M|  48 |  58 | 246 |3100 | 246 | 704 | 403 |9562 |3149 | 0.000000e+00 |      --      |    Inf 
71.67/71.75	c  71.8s| 45200 |    23 |965493 |  21.3 |  13M|  48 |  28 | 246 |3111 | 246 | 704 | 403 |9599 |3149 | 0.000000e+00 |      --      |    Inf 
71.77/71.89	c  71.9s| 45300 |    25 |967791 |  21.3 |  13M|  48 |  15 | 246 |3107 | 246 | 704 | 403 |9619 |3149 | 0.000000e+00 |      --      |    Inf 
71.97/72.06	c  72.1s| 45400 |    21 |970454 |  21.3 |  13M|  48 |   - | 246 |3099 | 246 | 704 | 403 |9646 |3149 | 0.000000e+00 |      --      |    Inf 
72.17/72.24	c  72.2s| 45500 |    23 |973129 |  21.3 |  13M|  48 |   - | 246 |3049 |   0 |   0 | 403 |9669 |3149 | 0.000000e+00 |      --      |    Inf 
72.27/72.37	c  72.4s| 45600 |    23 |975201 |  21.3 |  13M|  48 |   - | 246 |3033 |   0 |   0 | 403 |9693 |3149 | 0.000000e+00 |      --      |    Inf 
72.48/72.53	c  72.5s| 45700 |    23 |977518 |  21.3 |  13M|  48 |  56 | 246 |3042 | 246 | 704 | 403 |9728 |3149 | 0.000000e+00 |      --      |    Inf 
72.57/72.69	c  72.7s| 45800 |    25 |979938 |  21.3 |  13M|  48 |   - | 246 |3045 |   0 |   0 | 403 |9743 |3149 | 0.000000e+00 |      --      |    Inf 
72.77/72.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.77/72.88	c  72.9s| 45900 |    24 |982789 |  21.4 |  13M|  48 |   - | 246 |3066 |   0 |   0 | 403 |9779 |3149 | 0.000000e+00 |      --      |    Inf 
72.97/73.06	c  73.1s| 46000 |    23 |985552 |  21.4 |  13M|  48 |  60 | 246 |3081 | 246 | 704 | 403 |9797 |3149 | 0.000000e+00 |      --      |    Inf 
73.17/73.28	c  73.3s| 46100 |    24 |988831 |  21.4 |  13M|  48 |   - | 246 |3047 |   0 |   0 | 403 |9825 |3149 | 0.000000e+00 |      --      |    Inf 
73.37/73.43	c  73.4s| 46200 |    25 |991266 |  21.4 |  13M|  48 |  51 | 246 |3034 | 246 | 704 | 403 |9845 |3149 | 0.000000e+00 |      --      |    Inf 
73.47/73.60	c  73.6s| 46300 |    23 |993859 |  21.4 |  13M|  48 |  85 | 246 |3043 | 246 | 704 | 403 |9863 |3149 | 0.000000e+00 |      --      |    Inf 
73.67/73.74	c  73.7s| 46400 |    27 |996198 |  21.4 |  13M|  48 |   - | 246 |3061 |   0 |   0 | 403 |9891 |3149 | 0.000000e+00 |      --      |    Inf 
73.77/73.89	c  73.9s| 46500 |    23 |998471 |  21.4 |  13M|  48 |   - | 246 |3090 |   0 |   0 | 403 |9926 |3149 | 0.000000e+00 |      --      |    Inf 
73.97/74.06	c  74.1s| 46600 |    21 |  1001k|  21.4 |  13M|  48 |  96 | 246 |3118 | 246 | 704 | 403 |9958 |3152 | 0.000000e+00 |      --      |    Inf 
74.07/74.19	c  74.2s| 46700 |    20 |  1003k|  21.4 |  13M|  48 |   - | 246 |3138 |   0 |   0 | 403 |9982 |3154 | 0.000000e+00 |      --      |    Inf 
74.26/74.36	c  74.4s| 46800 |    21 |  1005k|  21.4 |  13M|  48 |  82 | 246 |3151 | 246 | 704 | 403 |  10k|3157 | 0.000000e+00 |      --      |    Inf 
74.57/74.61	c  74.6s| 46900 |    23 |  1008k|  21.5 |  13M|  48 |   - | 246 |3147 |   0 |   0 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
74.78/74.82	c  74.8s| 47000 |    21 |  1011k|  21.5 |  13M|  48 |   - | 246 |3104 |   0 |   0 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
74.97/75.01	c  75.0s| 47100 |    21 |  1014k|  21.5 |  13M|  48 |  63 | 246 |3064 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
75.17/75.23	c  75.2s| 47200 |    26 |  1018k|  21.5 |  13M|  48 |  53 | 246 |2984 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
75.37/75.40	c  75.4s| 47300 |    28 |  1020k|  21.5 |  13M|  48 |   - | 246 |2928 |   0 |   0 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
75.47/75.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.47/75.56	c  75.6s| 47400 |    27 |  1023k|  21.5 |  13M|  48 |  46 | 246 |2917 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
75.67/75.70	c  75.7s| 47500 |    26 |  1025k|  21.6 |  13M|  48 |  56 | 246 |2926 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
75.77/75.81	c  75.8s| 47600 |    23 |  1027k|  21.5 |  13M|  48 |  57 | 246 |2943 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
75.87/75.99	c  76.0s| 47700 |    23 |  1030k|  21.6 |  13M|  48 |   - | 246 |2959 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
76.07/76.14	c  76.1s| 47800 |    28 |  1032k|  21.6 |  13M|  48 |  49 | 246 |2973 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
76.17/76.25	c  76.3s| 47900 |    24 |  1034k|  21.6 |  13M|  48 |  36 | 246 |2978 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
76.27/76.37	c  76.4s| 48000 |    26 |  1036k|  21.5 |  13M|  48 |  49 | 246 |2977 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
76.47/76.51	c  76.5s| 48100 |    28 |  1038k|  21.6 |  13M|  48 |  30 | 246 |2984 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
76.57/76.62	c  76.6s| 48200 |    28 |  1040k|  21.5 |  13M|  48 |  31 | 246 |2996 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
76.67/76.75	c  76.7s| 48300 |    26 |  1042k|  21.5 |  13M|  48 |  57 | 246 |3004 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
76.87/76.90	c  76.9s| 48400 |    24 |  1045k|  21.5 |  13M|  48 |   - | 246 |3013 |   0 |   0 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
76.97/77.07	c  77.1s| 48500 |    24 |  1047k|  21.6 |  13M|  48 |   - | 246 |3024 |   0 |   0 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
77.17/77.21	c  77.2s| 48600 |    25 |  1050k|  21.6 |  13M|  48 |  58 | 246 |3038 | 246 | 704 | 403 |  10k|3166 | 0.000000e+00 |      --      |    Inf 
77.37/77.41	c  77.4s| 48700 |    23 |  1052k|  21.6 |  13M|  48 |  62 | 246 |3050 | 246 | 704 | 403 |  10k|3175 | 0.000000e+00 |      --      |    Inf 
77.47/77.59	c  77.6s| 48800 |    25 |  1055k|  21.6 |  13M|  48 |  42 | 246 |3065 | 246 | 704 | 403 |  10k|3184 | 0.000000e+00 |      --      |    Inf 
77.67/77.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.67/77.75	c  77.8s| 48900 |    25 |  1058k|  21.6 |  13M|  48 |  43 | 246 |3076 | 246 | 704 | 403 |  10k|3187 | 0.000000e+00 |      --      |    Inf 
77.77/77.88	c  77.9s| 49000 |    25 |  1059k|  21.6 |  13M|  48 |  27 | 246 |3102 | 246 | 704 | 403 |  10k|3189 | 0.000000e+00 |      --      |    Inf 
77.97/78.02	c  78.0s| 49100 |    24 |  1062k|  21.6 |  13M|  48 |  58 | 246 |3115 | 246 | 704 | 403 |  10k|3192 | 0.000000e+00 |      --      |    Inf 
78.07/78.18	c  78.2s| 49200 |    23 |  1064k|  21.6 |  13M|  48 |   - | 246 |3131 | 246 | 704 | 403 |  10k|3192 | 0.000000e+00 |      --      |    Inf 
78.26/78.32	c  78.3s| 49300 |    24 |  1066k|  21.6 |  13M|  48 |  30 | 246 |3159 | 246 | 704 | 403 |  10k|3192 | 0.000000e+00 |      --      |    Inf 
78.47/78.50	c  78.5s| 49400 |    23 |  1069k|  21.6 |  13M|  48 |  44 | 246 |3167 | 246 | 704 | 403 |  10k|3192 | 0.000000e+00 |      --      |    Inf 
78.57/78.67	c  78.7s| 49500 |    21 |  1072k|  21.6 |  13M|  48 |   - | 246 |3184 |   0 |   0 | 403 |  10k|3192 | 0.000000e+00 |      --      |    Inf 
78.77/78.80	c  78.8s| 49600 |    24 |  1074k|  21.6 |  13M|  48 |  31 | 246 |3197 | 246 | 704 | 403 |  10k|3192 | 0.000000e+00 |      --      |    Inf 
78.87/78.92	c  78.9s| 49700 |    22 |  1076k|  21.6 |  13M|  48 |  24 | 246 |3211 | 246 | 704 | 403 |  10k|3192 | 0.000000e+00 |      --      |    Inf 
78.97/79.03	c  79.0s| 49800 |    21 |  1078k|  21.6 |  13M|  48 |   - | 246 |3226 | 246 | 704 | 403 |  10k|3192 | 0.000000e+00 |      --      |    Inf 
79.17/79.21	c  79.2s| 49900 |    23 |  1080k|  21.6 |  13M|  48 |  39 | 246 |3245 | 246 | 704 | 403 |  10k|3198 | 0.000000e+00 |      --      |    Inf 
79.27/79.35	c  79.3s| 50000 |    23 |  1082k|  21.6 |  13M|  48 |  67 | 246 |3263 | 246 | 704 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
79.47/79.50	c  79.5s| 50100 |    25 |  1085k|  21.6 |  13M|  48 |  60 | 246 |3283 | 246 | 704 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
79.57/79.65	c  79.6s| 50200 |    23 |  1087k|  21.6 |  13M|  48 |   - | 246 |3293 |   0 |   0 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
79.67/79.76	c  79.8s| 50300 |    23 |  1089k|  21.6 |  13M|  48 |   - | 246 |3317 | 246 | 704 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
79.87/79.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.87/79.90	c  79.9s| 50400 |    26 |  1091k|  21.6 |  13M|  48 |  33 | 246 |3335 | 246 | 704 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
79.97/80.02	c  80.0s| 50500 |    22 |  1093k|  21.6 |  13M|  48 |   - | 246 |3354 | 246 | 704 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
80.07/80.19	c  80.2s| 50600 |    24 |  1095k|  21.6 |  13M|  48 |   - | 246 |3372 |   0 |   0 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
80.27/80.36	c  80.4s| 50700 |    25 |  1098k|  21.6 |  13M|  48 |  40 | 246 |3383 | 246 | 704 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
80.37/80.49	c  80.5s| 50800 |    25 |  1100k|  21.6 |  13M|  48 |  39 | 246 |3403 | 246 | 704 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
80.57/80.67	c  80.7s| 50900 |    22 |  1103k|  21.6 |  13M|  48 |  65 | 246 |3420 | 246 | 704 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
80.77/80.85	c  80.8s| 51000 |    21 |  1106k|  21.6 |  13M|  48 |   - | 246 |3436 |   0 |   0 | 403 |  10k|3200 | 0.000000e+00 |      --      |    Inf 
80.97/81.03	c  81.0s| 51100 |    24 |  1108k|  21.7 |  13M|  48 |  46 | 246 |3458 | 246 | 704 | 403 |  10k|3213 | 0.000000e+00 |      --      |    Inf 
81.17/81.23	c  81.2s| 51200 |    23 |  1111k|  21.7 |  13M|  48 |  65 | 246 |3467 | 246 | 704 | 403 |  10k|3226 | 0.000000e+00 |      --      |    Inf 
81.37/81.43	c  81.4s| 51300 |    23 |  1114k|  21.7 |  13M|  48 |  59 | 246 |3481 | 246 | 704 | 403 |  10k|3236 | 0.000000e+00 |      --      |    Inf 
81.57/81.60	c  81.6s| 51400 |    21 |  1116k|  21.7 |  13M|  48 |  47 | 246 |3492 | 246 | 704 | 403 |  10k|3243 | 0.000000e+00 |      --      |    Inf 
81.77/81.80	c  81.8s| 51500 |    26 |  1119k|  21.7 |  13M|  48 |  38 | 246 |3510 | 246 | 704 | 403 |  10k|3253 | 0.000000e+00 |      --      |    Inf 
81.87/81.96	c  82.0s| 51600 |    24 |  1121k|  21.7 |  13M|  48 |  41 | 246 |3527 | 246 | 704 | 403 |  10k|3259 | 0.000000e+00 |      --      |    Inf 
82.07/82.16	c  82.2s| 51700 |    25 |  1124k|  21.7 |  13M|  48 |  69 | 246 |3556 | 246 | 704 | 403 |  11k|3265 | 0.000000e+00 |      --      |    Inf 
82.27/82.32	c  82.3s| 51800 |    22 |  1126k|  21.7 |  13M|  48 |  34 | 246 |3579 | 246 | 704 | 403 |  11k|3270 | 0.000000e+00 |      --      |    Inf 
82.48/82.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.48/82.53	c  82.5s| 51900 |    26 |  1128k|  21.7 |  13M|  48 |  37 | 246 |3591 | 246 | 704 | 403 |  11k|3279 | 0.000000e+00 |      --      |    Inf 
82.57/82.65	c  82.7s| 52000 |    24 |  1130k|  21.7 |  13M|  48 |  72 | 246 |3604 | 246 | 704 | 403 |  11k|3281 | 0.000000e+00 |      --      |    Inf 
82.67/82.78	c  82.8s| 52100 |    24 |  1132k|  21.7 |  13M|  48 |  69 | 246 |3615 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
82.87/82.94	c  82.9s| 52200 |    31 |  1135k|  21.7 |  13M|  48 |  42 | 246 |3641 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
82.97/83.05	c  83.0s| 52300 |    28 |  1136k|  21.7 |  13M|  48 |   - | 246 |3652 |   0 |   0 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
83.06/83.16	c  83.2s| 52400 |    27 |  1138k|  21.7 |  13M|  48 |   - | 246 |3669 |   0 |   0 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
83.26/83.32	c  83.3s| 52500 |    27 |  1141k|  21.7 |  13M|  48 |  63 | 246 |3681 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
83.37/83.47	c  83.5s| 52600 |    28 |  1143k|  21.7 |  13M|  48 |  45 | 246 |3689 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
83.57/83.63	c  83.6s| 52700 |    27 |  1145k|  21.7 |  13M|  48 |  76 | 246 |3708 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
83.66/83.78	c  83.8s| 52800 |    27 |  1148k|  21.7 |  13M|  48 |   - | 246 |3713 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
83.87/83.99	c  84.0s| 52900 |    26 |  1152k|  21.7 |  13M|  48 |  80 | 246 |3715 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
84.07/84.19	c  84.2s| 53000 |    26 |  1155k|  21.8 |  13M|  48 |   - | 246 |3731 |   0 |   0 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
84.27/84.36	c  84.4s| 53100 |    26 |  1157k|  21.8 |  13M|  48 |  43 | 246 |3737 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
84.47/84.52	c  84.5s| 53200 |    24 |  1160k|  21.8 |  13M|  48 |   - | 246 |3742 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
84.68/84.70	c  84.7s| 53300 |    25 |  1163k|  21.8 |  13M|  48 |   - | 246 |3737 |   0 |   0 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
84.77/84.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.77/84.85	c  84.9s| 53400 |    31 |  1165k|  21.8 |  13M|  48 |  24 | 246 |3753 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
84.87/84.97	c  85.0s| 53500 |    28 |  1167k|  21.8 |  13M|  48 |  40 | 246 |3775 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
84.97/85.09	c  85.1s| 53600 |    27 |  1169k|  21.8 |  13M|  48 |   - | 246 |3788 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
85.16/85.20	c  85.2s| 53700 |    32 |  1170k|  21.8 |  13M|  48 |  37 | 246 |3796 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
85.26/85.31	c  85.3s| 53800 |    31 |  1172k|  21.8 |  13M|  48 |  24 | 246 |3815 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
85.37/85.44	c  85.4s| 53900 |    29 |  1174k|  21.8 |  13M|  48 |  33 | 246 |3830 | 246 | 704 | 403 |  11k|3282 | 0.000000e+00 |      --      |    Inf 
85.57/85.60	c  85.6s| 54000 |    27 |  1176k|  21.7 |  13M|  48 |  70 | 246 |3842 | 246 | 704 | 403 |  11k|3292 | 0.000000e+00 |      --      |    Inf 
85.68/85.73	c  85.7s| 54100 |    27 |  1178k|  21.7 |  14M|  48 |   - | 246 |3852 |   0 |   0 | 403 |  11k|3292 | 0.000000e+00 |      --      |    Inf 
85.87/85.93	c  85.9s| 54200 |    29 |  1181k|  21.8 |  14M|  48 |   - | 246 |3870 |   0 |   0 | 403 |  11k|3299 | 0.000000e+00 |      --      |    Inf 
86.06/86.11	c  86.1s| 54300 |    29 |  1184k|  21.8 |  14M|  48 |  62 | 246 |3878 | 246 | 704 | 403 |  11k|3308 | 0.000000e+00 |      --      |    Inf 
86.17/86.29	c  86.3s| 54400 |    30 |  1186k|  21.8 |  14M|  48 |   - | 246 |3886 |   0 |   0 | 403 |  11k|3318 | 0.000000e+00 |      --      |    Inf 
86.37/86.46	c  86.5s| 54500 |    25 |  1189k|  21.8 |  14M|  48 |   - | 246 |3899 |   0 |   0 | 403 |  11k|3318 | 0.000000e+00 |      --      |    Inf 
86.57/86.62	c  86.6s| 54600 |    27 |  1191k|  21.8 |  14M|  48 |  65 | 246 |3916 | 246 | 704 | 403 |  11k|3326 | 0.000000e+00 |      --      |    Inf 
86.67/86.80	c  86.8s| 54700 |    26 |  1193k|  21.8 |  14M|  48 |  78 | 246 |3939 | 246 | 704 | 403 |  11k|3338 | 0.000000e+00 |      --      |    Inf 
86.97/87.03	c  87.0s| 54800 |    29 |  1197k|  21.8 |  14M|  48 |  35 | 246 |3938 | 246 | 704 | 403 |  11k|3342 | 0.000000e+00 |      --      |    Inf 
87.17/87.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.17/87.27	c  87.3s| 54900 |    25 |  1200k|  21.8 |  14M|  48 |   - | 246 |3948 | 246 | 704 | 403 |  11k|3352 | 0.000000e+00 |      --      |    Inf 
87.36/87.45	c  87.5s| 55000 |    25 |  1203k|  21.8 |  14M|  48 |   - | 246 |3962 |   0 |   0 | 403 |  11k|3353 | 0.000000e+00 |      --      |    Inf 
87.56/87.63	c  87.6s| 55100 |    25 |  1206k|  21.8 |  14M|  48 |   - | 246 |3966 |   0 |   0 | 403 |  11k|3358 | 0.000000e+00 |      --      |    Inf 
87.77/87.81	c  87.8s| 55200 |    25 |  1208k|  21.9 |  14M|  48 |  53 | 246 |3990 | 246 | 704 | 403 |  11k|3358 | 0.000000e+00 |      --      |    Inf 
87.88/87.99	c  88.0s| 55300 |    26 |  1211k|  21.9 |  14M|  48 |  50 | 246 |4007 | 246 | 704 | 403 |  11k|3358 | 0.000000e+00 |      --      |    Inf 
88.06/88.13	c  88.1s| 55400 |    28 |  1213k|  21.9 |  14M|  48 |  61 | 246 |4009 | 246 | 704 | 403 |  11k|3359 | 0.000000e+00 |      --      |    Inf 
88.16/88.28	c  88.3s| 55500 |    27 |  1216k|  21.9 |  14M|  48 |   - | 246 |4026 |   0 |   0 | 403 |  11k|3359 | 0.000000e+00 |      --      |    Inf 
88.37/88.42	c  88.4s| 55600 |    27 |  1218k|  21.9 |  14M|  48 |   - | 246 |4031 | 246 | 704 | 403 |  11k|3359 | 0.000000e+00 |      --      |    Inf 
88.57/88.61	c  88.6s| 55700 |    26 |  1221k|  21.9 |  14M|  48 |  45 | 246 |4032 | 246 | 704 | 403 |  11k|3362 | 0.000000e+00 |      --      |    Inf 
88.66/88.75	c  88.8s| 55800 |    26 |  1223k|  21.9 |  14M|  48 |   - | 246 |4031 |   0 |   0 | 403 |  11k|3362 | 0.000000e+00 |      --      |    Inf 
88.87/88.91	c  88.9s| 55900 |    26 |  1225k|  21.9 |  14M|  48 |  36 | 246 |4030 | 246 | 704 | 403 |  11k|3363 | 0.000000e+00 |      --      |    Inf 
88.97/89.07	c  89.1s| 56000 |    25 |  1228k|  21.9 |  14M|  48 |   - | 246 |4034 |   0 |   0 | 403 |  11k|3364 | 0.000000e+00 |      --      |    Inf 
89.17/89.23	c  89.2s| 56100 |    27 |  1230k|  21.9 |  14M|  48 |  23 | 246 |4040 | 246 | 704 | 403 |  11k|3364 | 0.000000e+00 |      --      |    Inf 
89.27/89.39	c  89.4s| 56200 |    29 |  1233k|  21.9 |  14M|  48 |  50 | 246 |4057 | 246 | 704 | 403 |  11k|3364 | 0.000000e+00 |      --      |    Inf 
89.47/89.55	c  89.6s| 56300 |    28 |  1235k|  21.9 |  14M|  48 |  61 | 246 |4065 | 246 | 704 | 403 |  11k|3364 | 0.000000e+00 |      --      |    Inf 
89.67/89.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.67/89.74	c  89.7s| 56400 |    26 |  1238k|  21.9 |  14M|  48 |  92 | 246 |4081 | 246 | 704 | 403 |  11k|3364 | 0.000000e+00 |      --      |    Inf 
89.87/89.96	c  90.0s| 56500 |    24 |  1242k|  21.9 |  14M|  48 |   - | 246 |4089 | 246 | 704 | 403 |  11k|3364 | 0.000000e+00 |      --      |    Inf 
90.07/90.12	c  90.1s| 56600 |    24 |  1244k|  21.9 |  14M|  48 |   - | 246 |4090 |   0 |   0 | 403 |  12k|3364 | 0.000000e+00 |      --      |    Inf 
90.26/90.30	c  90.3s| 56700 |    28 |  1247k|  22.0 |  14M|  48 |   - | 246 |4090 |   0 |   0 | 403 |  12k|3366 | 0.000000e+00 |      --      |    Inf 
90.37/90.46	c  90.5s| 56800 |    30 |  1249k|  22.0 |  14M|  48 |  73 | 246 |4093 | 246 | 704 | 403 |  12k|3366 | 0.000000e+00 |      --      |    Inf 
90.57/90.63	c  90.6s| 56900 |    28 |  1252k|  22.0 |  14M|  48 |  64 | 246 |4073 | 246 | 704 | 403 |  12k|3366 | 0.000000e+00 |      --      |    Inf 
90.77/90.82	c  90.8s| 57000 |    30 |  1254k|  22.0 |  14M|  48 |  29 | 246 |4071 | 246 | 704 | 403 |  12k|3377 | 0.000000e+00 |      --      |    Inf 
90.87/90.99	c  91.0s| 57100 |    27 |  1257k|  22.0 |  14M|  48 |  59 | 246 |4086 | 246 | 704 | 403 |  12k|3377 | 0.000000e+00 |      --      |    Inf 
91.07/91.18	c  91.2s| 57200 |    26 |  1260k|  22.0 |  14M|  48 |  58 | 246 |4099 | 246 | 704 | 403 |  12k|3387 | 0.000000e+00 |      --      |    Inf 
91.37/91.42	c  91.4s| 57300 |    27 |  1263k|  22.0 |  14M|  48 |  45 | 246 |4095 | 246 | 704 | 403 |  12k|3403 | 0.000000e+00 |      --      |    Inf 
91.57/91.68	c  91.7s| 57400 |    24 |  1266k|  22.0 |  14M|  48 |  70 | 246 |4092 | 246 | 704 | 403 |  12k|3412 | 0.000000e+00 |      --      |    Inf 
91.77/91.85	c  91.8s| 57500 |    24 |  1269k|  22.0 |  14M|  48 |  47 | 246 |4083 | 246 | 704 | 403 |  12k|3412 | 0.000000e+00 |      --      |    Inf 
91.96/92.00	c  92.0s| 57600 |    22 |  1271k|  22.0 |  14M|  48 |  73 | 246 |4088 | 246 | 704 | 403 |  12k|3419 | 0.000000e+00 |      --      |    Inf 
92.07/92.16	c  92.2s| 57700 |    23 |  1273k|  22.0 |  14M|  48 |  81 | 246 |4111 | 246 | 704 | 403 |  12k|3423 | 0.000000e+00 |      --      |    Inf 
92.37/92.41	c  92.4s| 57800 |    23 |  1277k|  22.1 |  14M|  48 |  71 | 246 |4118 | 246 | 704 | 403 |  12k|3431 | 0.000000e+00 |      --      |    Inf 
92.57/92.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.57/92.61	c  92.6s| 57900 |    21 |  1280k|  22.1 |  14M|  48 |   - | 246 |4130 |   0 |   0 | 403 |  12k|3437 | 0.000000e+00 |      --      |    Inf 
92.76/92.84	c  92.8s| 58000 |    23 |  1283k|  22.1 |  14M|  48 |  52 | 246 |4122 | 246 | 704 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
92.87/92.97	c  93.0s| 58100 |    22 |  1285k|  22.1 |  14M|  48 |  65 | 246 |4129 | 246 | 704 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
93.06/93.14	c  93.1s| 58200 |    21 |  1288k|  22.1 |  14M|  48 |   - | 246 |4136 | 246 | 704 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
93.17/93.29	c  93.3s| 58300 |    23 |  1290k|  22.1 |  14M|  48 |  68 | 246 |4141 | 246 | 704 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
93.37/93.48	c  93.5s| 58400 |    23 |  1293k|  22.1 |  14M|  48 |  42 | 246 |4133 | 246 | 704 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
93.57/93.65	c  93.7s| 58500 |    22 |  1296k|  22.1 |  14M|  48 |   - | 246 |4150 |   0 |   0 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
93.77/93.81	c  93.8s| 58600 |    22 |  1298k|  22.1 |  14M|  48 |   - | 246 |4157 |   0 |   0 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
93.96/94.03	c  94.0s| 58700 |    25 |  1302k|  22.1 |  14M|  48 |   - | 246 |4163 | 246 | 704 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
94.16/94.26	c  94.3s| 58800 |    22 |  1305k|  22.2 |  14M|  48 |  69 | 246 |4163 | 246 | 704 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
94.37/94.44	c  94.4s| 58900 |    20 |  1308k|  22.2 |  14M|  48 |   - | 246 |4155 | 246 | 704 | 403 |  12k|3440 | 0.000000e+00 |      --      |    Inf 
94.57/94.63	c  94.6s| 59000 |    25 |  1311k|  22.2 |  14M|  48 |  35 | 246 |4148 | 246 | 704 | 403 |  12k|3442 | 0.000000e+00 |      --      |    Inf 
94.67/94.73	c  94.7s| 59100 |    24 |  1313k|  22.2 |  14M|  48 |   - | 246 |4153 |   0 |   0 | 403 |  12k|3442 | 0.000000e+00 |      --      |    Inf 
94.77/94.89	c  94.9s| 59200 |    20 |  1315k|  22.2 |  14M|  48 |  77 | 246 |4144 | 246 | 704 | 403 |  12k|3442 | 0.000000e+00 |      --      |    Inf 
94.97/95.04	c  95.0s| 59300 |    21 |  1318k|  22.2 |  14M|  48 |  41 | 246 |4130 | 246 | 704 | 403 |  12k|3442 | 0.000000e+00 |      --      |    Inf 
95.07/95.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.07/95.19	c  95.2s| 59400 |    23 |  1320k|  22.2 |  14M|  48 |  30 | 246 |4127 | 246 | 704 | 403 |  12k|3442 | 0.000000e+00 |      --      |    Inf 
95.27/95.33	c  95.3s| 59500 |    19 |  1323k|  22.2 |  14M|  48 |   - | 246 |4142 | 246 | 704 | 403 |  12k|3442 | 0.000000e+00 |      --      |    Inf 
95.46/95.53	c  95.5s| 59600 |    20 |  1326k|  22.2 |  14M|  48 |  51 | 246 |4153 | 246 | 704 | 403 |  12k|3442 | 0.000000e+00 |      --      |    Inf 
95.67/95.75	c  95.7s| 59700 |    20 |  1329k|  22.2 |  14M|  48 |   - | 246 |4156 |   0 |   0 | 403 |  12k|3453 | 0.000000e+00 |      --      |    Inf 
95.86/95.95	c  95.9s| 59800 |    19 |  1332k|  22.2 |  14M|  48 |  55 | 246 |4152 | 246 | 704 | 403 |  12k|3462 | 0.000000e+00 |      --      |    Inf 
96.37/96.43	c  96.4s| 59900 |    22 |  1335k|  22.3 |  14M|  48 |  71 | 246 |4113 | 246 | 704 | 403 |  12k|3519 | 0.000000e+00 |      --      |    Inf 
96.56/96.68	c  96.7s| 60000 |    24 |  1338k|  22.3 |  14M|  48 |  36 | 246 |4064 | 246 | 704 | 403 |  12k|3532 | 0.000000e+00 |      --      |    Inf 
96.78/96.89	c  96.9s| 60100 |    23 |  1341k|  22.3 |  14M|  48 |   - | 246 |4039 | 246 | 704 | 403 |  12k|3533 | 0.000000e+00 |      --      |    Inf 
97.07/97.12	c  97.1s| 60200 |    21 |  1344k|  22.3 |  14M|  48 |  32 | 246 |4021 | 246 | 704 | 403 |  12k|3537 | 0.000000e+00 |      --      |    Inf 
97.27/97.32	c  97.3s| 60300 |    20 |  1348k|  22.3 |  14M|  48 |   - | 246 |4018 |   0 |   0 | 403 |  12k|3537 | 0.000000e+00 |      --      |    Inf 
97.47/97.57	c  97.6s| 60400 |    22 |  1352k|  22.4 |  14M|  48 |  71 | 246 |3997 | 246 | 704 | 403 |  12k|3537 | 0.000000e+00 |      --      |    Inf 
97.77/97.83	c  97.8s| 60500 |    25 |  1355k|  22.4 |  14M|  48 |  40 | 246 |3991 | 246 | 704 | 403 |  12k|3538 | 0.000000e+00 |      --      |    Inf 
97.96/98.02	c  98.0s| 60600 |    22 |  1358k|  22.4 |  14M|  48 |   - | 246 |3990 |   0 |   0 | 403 |  12k|3538 | 0.000000e+00 |      --      |    Inf 
98.17/98.26	c  98.3s| 60700 |    23 |  1362k|  22.4 |  14M|  48 |   - | 246 |3974 |   0 |   0 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
98.27/98.35	c  98.3s| 60800 |    22 |  1363k|  22.4 |  14M|  48 |   - | 246 |3989 |   0 |   0 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
98.36/98.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.36/98.47	c  98.5s| 60900 |    25 |  1365k|  22.4 |  14M|  48 |   - | 246 |3983 |   0 |   0 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
98.46/98.55	c  98.6s| 61000 |    21 |  1366k|  22.4 |  14M|  48 |   - | 246 |3989 |   0 |   0 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
98.57/98.64	c  98.6s| 61100 |    19 |  1368k|  22.4 |  14M|  48 |   - | 246 |3993 |   0 |   0 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
98.77/98.80	c  98.8s| 61200 |    23 |  1370k|  22.4 |  14M|  48 |   - | 246 |3976 | 246 | 704 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
98.87/98.92	c  98.9s| 61300 |    20 |  1372k|  22.4 |  14M|  48 |  68 | 246 |3971 | 246 | 704 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
98.97/99.06	c  99.1s| 61400 |    22 |  1374k|  22.4 |  14M|  48 |  42 | 246 |3986 | 246 | 704 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
99.07/99.17	c  99.2s| 61500 |    20 |  1376k|  22.3 |  14M|  48 |   - | 246 |3990 |   0 |   0 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
99.16/99.28	c  99.3s| 61600 |    22 |  1378k|  22.3 |  14M|  48 |   - | 246 |4000 |   0 |   0 | 403 |  12k|3543 | 0.000000e+00 |      --      |    Inf 
99.36/99.41	c  99.4s| 61700 |    21 |  1380k|  22.3 |  14M|  48 |  39 | 246 |4016 | 246 | 704 | 403 |  12k|3549 | 0.000000e+00 |      --      |    Inf 
99.47/99.57	c  99.6s| 61800 |    21 |  1382k|  22.3 |  14M|  48 |  54 | 246 |4022 | 246 | 704 | 403 |  12k|3561 | 0.000000e+00 |      --      |    Inf 
99.56/99.67	c  99.7s| 61900 |    18 |  1384k|  22.3 |  14M|  48 |  44 | 246 |4043 | 246 | 704 | 403 |  12k|3561 | 0.000000e+00 |      --      |    Inf 
99.67/99.78	c  99.8s| 62000 |    21 |  1385k|  22.3 |  14M|  48 |   - | 246 |4050 |   0 |   0 | 403 |  12k|3564 | 0.000000e+00 |      --      |    Inf 
99.77/99.88	c  99.9s| 62100 |    22 |  1387k|  22.3 |  14M|  48 |   - | 246 |4066 |   0 |   0 | 403 |  13k|3571 | 0.000000e+00 |      --      |    Inf 
99.97/100.04	c   100s| 62200 |    23 |  1389k|  22.3 |  14M|  48 |  29 | 246 |4080 | 246 | 704 | 403 |  13k|3576 | 0.000000e+00 |      --      |    Inf 
100.07/100.12	c   100s| 62300 |    25 |  1391k|  22.3 |  14M|  48 |   - | 246 |4099 |   0 |   0 | 403 |  13k|3576 | 0.000000e+00 |      --      |    Inf 
100.16/100.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.16/100.20	c   100s| 62400 |    28 |  1392k|  22.3 |  14M|  48 |  15 | 246 |4124 | 246 | 704 | 403 |  13k|3576 | 0.000000e+00 |      --      |    Inf 
100.16/100.28	c   100s| 62500 |    24 |  1393k|  22.3 |  14M|  48 |   - | 246 |4146 | 246 | 704 | 403 |  13k|3576 | 0.000000e+00 |      --      |    Inf 
100.27/100.36	c   100s| 62600 |    22 |  1394k|  22.2 |  14M|  48 |   - | 246 |4166 |   0 |   0 | 403 |  13k|3576 | 0.000000e+00 |      --      |    Inf 
100.37/100.46	c   100s| 62700 |    27 |  1396k|  22.2 |  14M|  48 |  50 | 246 |4176 | 246 | 704 | 403 |  13k|3577 | 0.000000e+00 |      --      |    Inf 
100.46/100.54	c   101s| 62800 |    23 |  1397k|  22.2 |  14M|  48 |  29 | 246 |4192 | 246 | 704 | 403 |  13k|3577 | 0.000000e+00 |      --      |    Inf 
100.56/100.65	c   101s| 62900 |    24 |  1399k|  22.2 |  14M|  48 |  38 | 246 |4220 | 246 | 704 | 403 |  13k|3577 | 0.000000e+00 |      --      |    Inf 
100.67/100.78	c   101s| 63000 |    20 |  1401k|  22.2 |  14M|  48 |   - | 246 |4233 |   0 |   0 | 403 |  13k|3577 | 0.000000e+00 |      --      |    Inf 
100.76/100.87	c   101s| 63100 |    26 |  1402k|  22.2 |  14M|  48 |  33 | 246 |4247 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
100.87/100.97	c   101s| 63200 |    28 |  1404k|  22.2 |  14M|  48 |   - | 246 |4263 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
100.97/101.07	c   101s| 63300 |    28 |  1406k|  22.2 |  14M|  48 |  24 | 246 |4266 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.07/101.16	c   101s| 63400 |    27 |  1407k|  22.2 |  14M|  48 |   - | 246 |4282 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.17/101.26	c   101s| 63500 |    27 |  1409k|  22.2 |  14M|  48 |   - | 246 |4295 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.27/101.36	c   101s| 63600 |    28 |  1410k|  22.2 |  14M|  48 |  21 | 246 |4304 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.36/101.44	c   101s| 63700 |    29 |  1412k|  22.1 |  14M|  48 |  23 | 246 |4330 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.46/101.54	c   102s| 63800 |    28 |  1413k|  22.1 |  14M|  48 |   - | 246 |4344 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.57/101.63	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.63	c   102s| 63900 |    26 |  1415k|  22.1 |  14M|  48 |   - | 246 |4367 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.66/101.73	c   102s| 64000 |    23 |  1416k|  22.1 |  14M|  48 |  52 | 246 |4376 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.76/101.83	c   102s| 64100 |    23 |  1418k|  22.1 |  14M|  48 |   - | 246 |4394 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.87/101.91	c   102s| 64200 |    27 |  1419k|  22.1 |  14M|  48 |  15 | 246 |4406 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
101.97/102.04	c   102s| 64300 |    23 |  1421k|  22.1 |  14M|  48 |   - | 246 |4420 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.06/102.13	c   102s| 64400 |    24 |  1423k|  22.1 |  14M|  48 |   - | 246 |4425 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.17/102.22	c   102s| 64500 |    27 |  1424k|  22.1 |  14M|  48 |  21 | 246 |4429 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.27/102.32	c   102s| 64600 |    25 |  1426k|  22.0 |  14M|  48 |   - | 246 |4441 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.37/102.43	c   102s| 64700 |    25 |  1428k|  22.0 |  14M|  48 |   - | 246 |4453 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.46/102.55	c   103s| 64800 |    26 |  1429k|  22.0 |  14M|  48 |  53 | 246 |4463 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.56/102.62	c   103s| 64900 |    24 |  1431k|  22.0 |  14M|  48 |   - | 246 |4476 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.67/102.70	c   103s| 65000 |    24 |  1432k|  22.0 |  14M|  48 |   - | 246 |4491 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.76/102.80	c   103s| 65100 |    23 |  1434k|  22.0 |  14M|  48 |   - | 246 |4513 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.76/102.89	c   103s| 65200 |    23 |  1435k|  22.0 |  14M|  48 |  50 | 246 |4537 | 246 | 704 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.87/102.97	c   103s| 65300 |    22 |  1436k|  22.0 |  14M|  48 |   - | 246 |4551 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
102.96/103.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.96/103.09	c   103s| 65400 |    20 |  1438k|  22.0 |  14M|  48 |   - | 246 |4559 |   0 |   0 | 403 |  13k|3578 | 0.000000e+00 |      --      |    Inf 
103.16/103.23	c   103s| 65500 |    19 |  1440k|  22.0 |  14M|  48 |   - | 246 |4575 | 246 | 704 | 403 |  13k|3587 | 0.000000e+00 |      --      |    Inf 
103.27/103.36	c   103s| 65600 |    19 |  1442k|  22.0 |  14M|  48 |   - | 246 |4581 |   0 |   0 | 403 |  13k|3595 | 0.000000e+00 |      --      |    Inf 
103.47/103.52	c   104s| 65700 |    21 |  1445k|  22.0 |  14M|  48 |   - | 246 |4581 | 246 | 704 | 403 |  13k|3604 | 0.000000e+00 |      --      |    Inf 
103.57/103.68	c   104s| 65800 |    19 |  1447k|  22.0 |  14M|  48 |   - | 246 |4573 |   0 |   0 | 403 |  13k|3608 | 0.000000e+00 |      --      |    Inf 
103.76/103.84	c   104s| 65900 |    18 |  1449k|  22.0 |  14M|  48 |   - | 246 |4557 | 246 | 704 | 403 |  13k|3614 | 0.000000e+00 |      --      |    Inf 
103.87/103.97	c   104s| 66000 |    20 |  1451k|  22.0 |  14M|  48 |   - | 246 |4563 |   0 |   0 | 403 |  13k|3616 | 0.000000e+00 |      --      |    Inf 
104.06/104.11	c   104s| 66100 |    20 |  1454k|  22.0 |  14M|  48 |   - | 246 |4565 |   0 |   0 | 403 |  13k|3622 | 0.000000e+00 |      --      |    Inf 
104.16/104.25	c   104s| 66200 |    22 |  1456k|  22.0 |  14M|  48 |  47 | 246 |4576 | 246 | 704 | 403 |  13k|3623 | 0.000000e+00 |      --      |    Inf 
104.27/104.35	c   104s| 66300 |    18 |  1457k|  22.0 |  14M|  48 |   - | 246 |4608 |   0 |   0 | 403 |  13k|3623 | 0.000000e+00 |      --      |    Inf 
104.37/104.48	c   104s| 66400 |    20 |  1460k|  22.0 |  14M|  48 |   - | 246 |4614 |   0 |   0 | 403 |  13k|3623 | 0.000000e+00 |      --      |    Inf 
104.47/104.58	c   105s| 66500 |    24 |  1461k|  21.9 |  14M|  48 |  63 | 246 |4623 | 246 | 704 | 403 |  13k|3623 | 0.000000e+00 |      --      |    Inf 
104.56/104.69	c   105s| 66600 |    22 |  1463k|  21.9 |  14M|  48 |   - | 246 |4641 |   0 |   0 | 403 |  13k|3623 | 0.000000e+00 |      --      |    Inf 
104.77/104.80	c   105s| 66700 |    25 |  1465k|  21.9 |  14M|  48 |   9 | 246 |4661 | 246 | 704 | 403 |  13k|3623 | 0.000000e+00 |      --      |    Inf 
104.86/104.91	c   105s| 66800 |    23 |  1466k|  21.9 |  14M|  48 |  50 | 246 |4686 | 246 | 704 | 403 |  13k|3623 | 0.000000e+00 |      --      |    Inf 
104.96/105.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.96/105.01	c   105s| 66900 |    22 |  1468k|  21.9 |  14M|  48 |   - | 246 |4704 |   0 |   0 | 403 |  14k|3623 | 0.000000e+00 |      --      |    Inf 
105.07/105.10	c   105s| 67000 |    22 |  1469k|  21.9 |  14M|  48 |   - | 246 |4715 |   0 |   0 | 403 |  14k|3623 | 0.000000e+00 |      --      |    Inf 
105.16/105.20	c   105s| 67100 |    24 |  1471k|  21.9 |  14M|  48 |  28 | 246 |4739 | 246 | 704 | 403 |  14k|3623 | 0.000000e+00 |      --      |    Inf 
105.16/105.29	c   105s| 67200 |    24 |  1472k|  21.9 |  14M|  48 |  41 | 246 |4755 | 246 | 704 | 403 |  14k|3623 | 0.000000e+00 |      --      |    Inf 
105.26/105.39	c   105s| 67300 |    21 |  1474k|  21.9 |  14M|  48 |  66 | 246 |4773 | 246 | 704 | 403 |  14k|3623 | 0.000000e+00 |      --      |    Inf 
105.37/105.50	c   105s| 67400 |    20 |  1476k|  21.9 |  14M|  48 |  84 | 246 |4796 | 246 | 704 | 403 |  14k|3623 | 0.000000e+00 |      --      |    Inf 
105.57/105.63	c   106s| 67500 |    24 |  1478k|  21.9 |  14M|  48 |  34 | 246 |4802 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
105.67/105.72	c   106s| 67600 |    22 |  1479k|  21.9 |  14M|  48 |   - | 246 |4791 |   0 |   0 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
105.77/105.85	c   106s| 67700 |    22 |  1481k|  21.9 |  14M|  48 |   - | 246 |4781 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
105.86/105.94	c   106s| 67800 |    20 |  1483k|  21.8 |  14M|  48 |   - | 246 |4789 |   0 |   0 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
105.97/106.04	c   106s| 67900 |    21 |  1484k|  21.8 |  14M|  48 |   - | 246 |4798 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
106.07/106.14	c   106s| 68000 |    23 |  1486k|  21.8 |  14M|  48 |  38 | 246 |4815 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
106.16/106.26	c   106s| 68100 |    24 |  1488k|  21.8 |  14M|  48 |   - | 246 |4825 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
106.27/106.36	c   106s| 68200 |    21 |  1489k|  21.8 |  14M|  48 |   - | 246 |4860 |   0 |   0 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
106.37/106.47	c   106s| 68300 |    24 |  1491k|  21.8 |  14M|  48 |  62 | 246 |4874 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
106.47/106.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.47/106.57	c   107s| 68400 |    23 |  1493k|  21.8 |  14M|  48 |  50 | 246 |4890 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
106.57/106.68	c   107s| 68500 |    23 |  1494k|  21.8 |  14M|  48 |  68 | 246 |4908 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
106.67/106.78	c   107s| 68600 |    22 |  1496k|  21.8 |  14M|  48 |  74 | 246 |4920 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
106.77/106.87	c   107s| 68700 |    22 |  1497k|  21.8 |  14M|  48 |   - | 246 |4949 |   0 |   0 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
106.86/107.00	c   107s| 68800 |    19 |  1499k|  21.8 |  14M|  48 |   - | 246 |4960 | 246 | 704 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
107.07/107.13	c   107s| 68900 |    21 |  1502k|  21.8 |  14M|  48 |   - | 246 |4984 |   0 |   0 | 403 |  14k|3624 | 0.000000e+00 |      --      |    Inf 
107.17/107.27	c   107s| 69000 |    23 |  1503k|  21.8 |  14M|  48 |  41 | 246 |5027 | 246 | 704 | 403 |  14k|3634 | 0.000000e+00 |      --      |    Inf 
107.27/107.37	c   107s| 69100 |    20 |  1505k|  21.8 |  14M|  48 |   - | 246 |5045 |   0 |   0 | 403 |  14k|3634 | 0.000000e+00 |      --      |    Inf 
107.37/107.49	c   107s| 69200 |    20 |  1507k|  21.7 |  14M|  48 |  17 | 246 |5066 | 246 | 704 | 403 |  14k|3642 | 0.000000e+00 |      --      |    Inf 
107.57/107.61	c   108s| 69300 |    16 |  1508k|  21.7 |  14M|  48 |   - | 246 |5083 | 246 | 704 | 403 |  14k|3649 | 0.000000e+00 |      --      |    Inf 
107.67/107.74	c   108s| 69400 |    17 |  1510k|  21.7 |  14M|  48 |   - | 246 |5071 | 246 | 704 | 403 |  14k|3653 | 0.000000e+00 |      --      |    Inf 
108.06/108.14	c   108s| 69500 |    19 |  1513k|  21.7 |  14M|  48 |  52 | 246 |5032 | 246 | 704 | 403 |  14k|3707 | 0.000000e+00 |      --      |    Inf 
108.36/108.42	c   108s| 69600 |    20 |  1515k|  21.7 |  14M|  48 |   - | 246 |5010 |   0 |   0 | 403 |  14k|3727 | 0.000000e+00 |      --      |    Inf 
108.46/108.58	c   109s| 69700 |    19 |  1518k|  21.7 |  14M|  48 |  87 | 246 |4979 | 246 | 704 | 403 |  14k|3727 | 0.000000e+00 |      --      |    Inf 
108.77/108.81	c   109s| 69800 |    16 |  1521k|  21.8 |  14M|  48 |   - | 246 |4934 | 246 | 704 | 403 |  14k|3732 | 0.000000e+00 |      --      |    Inf 
108.96/109.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.96/109.03	c   109s| 69900 |    25 |  1524k|  21.8 |  14M|  48 |  38 | 246 |4869 | 246 | 704 | 403 |  14k|3732 | 0.000000e+00 |      --      |    Inf 
109.17/109.21	c   109s| 70000 |    20 |  1527k|  21.8 |  14M|  48 |   - | 246 |4859 |   0 |   0 | 403 |  14k|3732 | 0.000000e+00 |      --      |    Inf 
109.27/109.38	c   109s| 70100 |    19 |  1529k|  21.8 |  14M|  48 |   - | 246 |4872 |   0 |   0 | 403 |  14k|3732 | 0.000000e+00 |      --      |    Inf 
109.47/109.59	c   110s| 70200 |    21 |  1532k|  21.8 |  14M|  48 |   - | 246 |4877 |   0 |   0 | 403 |  14k|3732 | 0.000000e+00 |      --      |    Inf 
109.66/109.76	c   110s| 70300 |    18 |  1535k|  21.8 |  14M|  48 |   - | 246 |4902 |   0 |   0 | 403 |  14k|3732 | 0.000000e+00 |      --      |    Inf 
109.87/109.96	c   110s| 70400 |    18 |  1537k|  21.8 |  14M|  48 |   - | 246 |4928 |   0 |   0 | 403 |  14k|3732 | 0.000000e+00 |      --      |    Inf 
110.07/110.18	c   110s| 70500 |    17 |  1541k|  21.8 |  14M|  48 |   - | 246 |4954 |   0 |   0 | 403 |  14k|3732 | 0.000000e+00 |      --      |    Inf 
110.36/110.46	c   110s| 70600 |    16 |  1544k|  21.8 |  14M|  48 |   - | 246 |4922 |   0 |   0 | 403 |  14k|3737 | 0.000000e+00 |      --      |    Inf 
110.57/110.66	c   111s| 70700 |    16 |  1547k|  21.9 |  14M|  48 |  61 | 246 |4904 | 246 | 704 | 403 |  14k|3737 | 0.000000e+00 |      --      |    Inf 
110.76/110.86	c   111s| 70800 |    17 |  1550k|  21.9 |  14M|  48 |   - | 246 |4905 | 246 | 704 | 403 |  14k|3742 | 0.000000e+00 |      --      |    Inf 
110.97/111.07	c   111s| 70900 |    16 |  1553k|  21.9 |  14M|  48 |   - | 246 |4889 | 246 | 704 | 403 |  15k|3742 | 0.000000e+00 |      --      |    Inf 
111.26/111.34	c   111s| 71000 |    20 |  1557k|  21.9 |  14M|  48 |  53 | 246 |4819 | 246 | 704 | 403 |  15k|3746 | 0.000000e+00 |      --      |    Inf 
111.37/111.49	c   111s| 71100 |    21 |  1559k|  21.9 |  14M|  48 |   - | 246 |4796 |   0 |   0 | 403 |  15k|3746 | 0.000000e+00 |      --      |    Inf 
111.56/111.65	c   112s| 71200 |    23 |  1562k|  21.9 |  14M|  48 |  64 | 246 |4703 | 246 | 704 | 403 |  15k|3746 | 0.000000e+00 |      --      |    Inf 
111.77/111.80	c   112s| 71300 |    23 |  1564k|  21.9 |  14M|  48 |  63 | 246 |4704 | 246 | 704 | 403 |  15k|3752 | 0.000000e+00 |      --      |    Inf 
111.86/111.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.86/111.95	c   112s| 71400 |    21 |  1566k|  21.9 |  14M|  48 |  43 | 246 |4710 | 246 | 704 | 403 |  15k|3759 | 0.000000e+00 |      --      |    Inf 
112.07/112.12	c   112s| 71500 |    22 |  1568k|  21.9 |  14M|  48 |  27 | 246 |4707 | 246 | 704 | 403 |  15k|3769 | 0.000000e+00 |      --      |    Inf 
112.17/112.26	c   112s| 71600 |    24 |  1570k|  21.9 |  14M|  48 |  44 | 246 |4723 | 246 | 704 | 403 |  15k|3769 | 0.000000e+00 |      --      |    Inf 
112.26/112.39	c   112s| 71700 |    23 |  1572k|  21.9 |  14M|  48 |   - | 246 |4737 | 246 | 704 | 403 |  15k|3772 | 0.000000e+00 |      --      |    Inf 
112.47/112.54	c   113s| 71800 |    26 |  1574k|  21.9 |  14M|  48 |  47 | 246 |4749 | 246 | 704 | 403 |  15k|3774 | 0.000000e+00 |      --      |    Inf 
112.56/112.67	c   113s| 71900 |    23 |  1576k|  21.9 |  14M|  48 |  45 | 246 |4765 | 246 | 704 | 403 |  15k|3774 | 0.000000e+00 |      --      |    Inf 
112.76/112.80	c   113s| 72000 |    21 |  1579k|  21.9 |  14M|  48 |   - | 246 |4778 |   0 |   0 | 403 |  15k|3774 | 0.000000e+00 |      --      |    Inf 
112.86/112.92	c   113s| 72100 |    20 |  1581k|  21.9 |  14M|  48 |   - | 246 |4794 | 246 | 704 | 403 |  15k|3774 | 0.000000e+00 |      --      |    Inf 
113.06/113.13	c   113s| 72200 |    23 |  1583k|  21.9 |  14M|  48 |  69 | 246 |4796 | 246 | 704 | 403 |  15k|3779 | 0.000000e+00 |      --      |    Inf 
113.27/113.30	c   113s| 72300 |    23 |  1586k|  21.9 |  14M|  48 |  61 | 246 |4795 | 246 | 704 | 403 |  15k|3779 | 0.000000e+00 |      --      |    Inf 
113.37/113.47	c   113s| 72400 |    19 |  1589k|  21.9 |  14M|  48 |   - | 246 |4802 | 246 | 704 | 403 |  15k|3779 | 0.000000e+00 |      --      |    Inf 
113.57/113.69	c   114s| 72500 |    20 |  1592k|  21.9 |  14M|  48 |   - | 246 |4807 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
113.76/113.85	c   114s| 72600 |    21 |  1594k|  21.9 |  14M|  48 |   - | 246 |4808 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
113.87/113.99	c   114s| 72700 |    22 |  1596k|  21.9 |  14M|  48 |   - | 246 |4812 |   0 |   0 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
114.06/114.15	c   114s| 72800 |    20 |  1599k|  21.9 |  14M|  48 |  73 | 246 |4824 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
114.17/114.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.17/114.29	c   114s| 72900 |    25 |  1601k|  21.9 |  14M|  48 |  37 | 246 |4839 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
114.37/114.46	c   114s| 73000 |    25 |  1603k|  21.9 |  14M|  48 |  26 | 246 |4864 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
114.56/114.61	c   115s| 73100 |    22 |  1606k|  21.9 |  14M|  48 |  71 | 246 |4881 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
114.66/114.74	c   115s| 73200 |    23 |  1608k|  21.9 |  14M|  48 |  79 | 246 |4898 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
114.76/114.87	c   115s| 73300 |    25 |  1610k|  21.9 |  14M|  48 |  59 | 246 |4911 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
114.87/114.98	c   115s| 73400 |    25 |  1612k|  21.9 |  14M|  48 |   - | 246 |4931 |   0 |   0 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
114.96/115.09	c   115s| 73500 |    24 |  1613k|  21.9 |  14M|  48 |  36 | 246 |4943 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
115.17/115.20	c   115s| 73600 |    24 |  1615k|  21.9 |  14M|  48 |  28 | 246 |4962 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
115.26/115.32	c   115s| 73700 |    21 |  1617k|  21.9 |  14M|  48 |  75 | 246 |4984 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
115.37/115.49	c   115s| 73800 |    19 |  1619k|  21.9 |  14M|  48 |   - | 246 |4995 |   0 |   0 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
115.56/115.62	c   116s| 73900 |    22 |  1621k|  21.9 |  14M|  48 |  41 | 246 |5018 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
115.66/115.78	c   116s| 74000 |    22 |  1624k|  21.9 |  14M|  48 |   - | 246 |5029 |   0 |   0 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
115.86/115.91	c   116s| 74100 |    22 |  1626k|  21.9 |  14M|  48 |   - | 246 |5053 |   0 |   0 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
115.97/116.07	c   116s| 74200 |    21 |  1628k|  21.9 |  14M|  48 |  54 | 246 |5053 | 246 | 704 | 403 |  15k|3782 | 0.000000e+00 |      --      |    Inf 
116.16/116.27	c   116s| 74300 |    19 |  1631k|  21.9 |  14M|  48 |   - | 246 |5055 |   0 |   0 | 403 |  15k|3791 | 0.000000e+00 |      --      |    Inf 
116.37/116.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.37/116.43	c   116s| 74400 |    20 |  1633k|  21.9 |  14M|  48 |  52 | 246 |5066 | 246 | 704 | 403 |  15k|3791 | 0.000000e+00 |      --      |    Inf 
116.57/116.60	c   117s| 74500 |    19 |  1636k|  21.9 |  14M|  48 |  48 | 246 |5081 | 246 | 704 | 403 |  15k|3800 | 0.000000e+00 |      --      |    Inf 
116.76/116.89	c   117s| 74600 |    18 |  1639k|  21.9 |  14M|  48 |  47 | 246 |5057 | 246 | 704 | 403 |  15k|3818 | 0.000000e+00 |      --      |    Inf 
116.96/117.01	c   117s| 74700 |    20 |  1641k|  21.9 |  14M|  48 |  33 | 246 |5041 | 246 | 704 | 403 |  15k|3818 | 0.000000e+00 |      --      |    Inf 
117.06/117.12	c   117s| 74800 |    20 |  1642k|  21.9 |  14M|  48 |   - | 246 |5049 | 246 | 704 | 403 |  15k|3818 | 0.000000e+00 |      --      |    Inf 
117.16/117.23	c   117s| 74900 |    19 |  1644k|  21.9 |  14M|  48 |   - | 246 |5063 |   0 |   0 | 403 |  15k|3818 | 0.000000e+00 |      --      |    Inf 
117.27/117.35	c   117s| 75000 |    17 |  1646k|  21.9 |  14M|  48 |  63 | 246 |5082 | 246 | 704 | 403 |  15k|3818 | 0.000000e+00 |      --      |    Inf 
117.46/117.50	c   117s| 75100 |    18 |  1648k|  21.9 |  14M|  48 |  49 | 246 |5092 | 246 | 704 | 403 |  15k|3825 | 0.000000e+00 |      --      |    Inf 
117.46/117.60	c   118s| 75200 |    18 |  1649k|  21.9 |  14M|  48 |   - | 246 |5108 |   0 |   0 | 403 |  15k|3825 | 0.000000e+00 |      --      |    Inf 
117.67/117.75	c   118s| 75300 |    19 |  1651k|  21.9 |  14M|  48 |  54 | 246 |5125 | 246 | 704 | 403 |  15k|3830 | 0.000000e+00 |      --      |    Inf 
117.86/117.93	c   118s| 75400 |    20 |  1654k|  21.9 |  14M|  48 |  31 | 246 |5129 | 246 | 704 | 403 |  16k|3838 | 0.000000e+00 |      --      |    Inf 
117.96/118.05	c   118s| 75500 |    18 |  1655k|  21.9 |  14M|  48 |  53 | 246 |5130 | 246 | 704 | 403 |  16k|3839 | 0.000000e+00 |      --      |    Inf 
118.16/118.21	c   118s| 75600 |    20 |  1658k|  21.9 |  14M|  48 |  69 | 246 |5138 | 246 | 704 | 403 |  16k|3839 | 0.000000e+00 |      --      |    Inf 
118.26/118.32	c   118s| 75700 |    17 |  1659k|  21.9 |  14M|  48 |   - | 246 |5150 |   0 |   0 | 403 |  16k|3839 | 0.000000e+00 |      --      |    Inf 
118.46/118.51	c   119s| 75800 |    17 |  1662k|  21.9 |  14M|  48 |   - | 246 |5144 |   0 |   0 | 403 |  16k|3839 | 0.000000e+00 |      --      |    Inf 
118.57/118.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.57/118.70	c   119s| 75900 |    18 |  1665k|  21.9 |  14M|  48 |  43 | 246 |5116 | 246 | 704 | 403 |  16k|3848 | 0.000000e+00 |      --      |    Inf 
118.77/118.87	c   119s| 76000 |    18 |  1667k|  21.9 |  14M|  48 |  46 | 246 |5131 | 246 | 704 | 403 |  16k|3848 | 0.000000e+00 |      --      |    Inf 
118.96/119.02	c   119s| 76100 |    17 |  1669k|  21.9 |  14M|  48 |   - | 246 |5143 |   0 |   0 | 403 |  16k|3848 | 0.000000e+00 |      --      |    Inf 
119.06/119.19	c   119s| 76200 |    16 |  1672k|  21.9 |  14M|  48 |  75 | 246 |5145 | 246 | 704 | 403 |  16k|3849 | 0.000000e+00 |      --      |    Inf 
119.26/119.36	c   119s| 76300 |    14 |  1674k|  21.9 |  14M|  48 |  88 | 246 |5164 | 246 | 704 | 403 |  16k|3849 | 0.000000e+00 |      --      |    Inf 
119.46/119.51	c   120s| 76400 |    14 |  1677k|  21.9 |  14M|  48 |   - | 246 |5178 |   0 |   0 | 403 |  16k|3849 | 0.000000e+00 |      --      |    Inf 
119.66/119.72	c   120s| 76500 |    25 |  1680k|  21.9 |  14M|  48 |   - | 246 |5169 |   0 |   0 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
119.77/119.85	c   120s| 76600 |    25 |  1682k|  21.9 |  14M|  48 |  42 | 246 |5180 | 246 | 704 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
119.87/119.99	c   120s| 76700 |    21 |  1684k|  21.9 |  14M|  48 |  49 | 246 |5182 | 246 | 704 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
120.06/120.14	c   120s| 76800 |    17 |  1686k|  21.9 |  14M|  48 |   - | 246 |5165 | 246 | 704 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
120.16/120.26	c   120s| 76900 |    19 |  1688k|  21.9 |  14M|  48 |   - | 246 |5168 |   0 |   0 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
120.26/120.39	c   120s| 77000 |    18 |  1690k|  21.9 |  14M|  48 |   - | 246 |5167 |   0 |   0 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
120.47/120.52	c   121s| 77100 |    18 |  1692k|  21.9 |  14M|  48 |   - | 246 |5192 |   0 |   0 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
120.56/120.69	c   121s| 77200 |    19 |  1694k|  21.9 |  14M|  48 |  75 | 246 |5203 | 246 | 704 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
120.77/120.85	c   121s| 77300 |    19 |  1697k|  21.9 |  14M|  48 |  63 | 246 |5219 | 246 | 704 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
120.97/121.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.97/121.02	c   121s| 77400 |    18 |  1699k|  21.9 |  14M|  48 |   - | 246 |5258 |   0 |   0 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
121.16/121.28	c   121s| 77500 |    25 |  1703k|  22.0 |  14M|  48 |  37 | 246 |5268 | 246 | 704 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
121.37/121.41	c   121s| 77600 |    22 |  1705k|  21.9 |  14M|  48 |  67 | 246 |5307 | 246 | 704 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
121.46/121.59	c   122s| 77700 |    22 |  1708k|  22.0 |  14M|  48 |   - | 246 |5313 |   0 |   0 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
121.66/121.76	c   122s| 77800 |    22 |  1710k|  22.0 |  14M|  48 |   - | 246 |5338 |   0 |   0 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
121.86/121.92	c   122s| 77900 |    25 |  1712k|  22.0 |  14M|  48 |  41 | 246 |5371 | 246 | 704 | 403 |  16k|3853 | 0.000000e+00 |      --      |    Inf 
122.07/122.15	c   122s| 78000 |    25 |  1715k|  22.0 |  14M|  48 |  54 | 246 |5367 | 246 | 704 | 403 |  16k|3863 | 0.000000e+00 |      --      |    Inf 
122.26/122.32	c   122s| 78100 |    25 |  1718k|  22.0 |  14M|  48 |   - | 246 |5390 |   0 |   0 | 403 |  16k|3863 | 0.000000e+00 |      --      |    Inf 
122.36/122.47	c   122s| 78200 |    27 |  1720k|  22.0 |  14M|  48 |  40 | 246 |5408 | 246 | 704 | 403 |  16k|3867 | 0.000000e+00 |      --      |    Inf 
122.56/122.65	c   123s| 78300 |    23 |  1722k|  22.0 |  14M|  48 |   - | 246 |5434 |   0 |   0 | 403 |  16k|3876 | 0.000000e+00 |      --      |    Inf 
122.76/122.86	c   123s| 78400 |    23 |  1725k|  22.0 |  14M|  48 |   - | 246 |5451 | 246 | 704 | 403 |  16k|3885 | 0.000000e+00 |      --      |    Inf 
122.96/123.03	c   123s| 78500 |    22 |  1728k|  22.0 |  14M|  48 |   - | 246 |5456 | 246 | 704 | 403 |  16k|3885 | 0.000000e+00 |      --      |    Inf 
123.16/123.24	c   123s| 78600 |    25 |  1730k|  22.0 |  14M|  48 |  63 | 246 |5466 | 246 | 704 | 403 |  16k|3895 | 0.000000e+00 |      --      |    Inf 
123.37/123.44	c   123s| 78700 |    23 |  1733k|  22.0 |  14M|  48 |  65 | 246 |5481 | 246 | 704 | 403 |  16k|3902 | 0.000000e+00 |      --      |    Inf 
123.56/123.63	c   124s| 78800 |    22 |  1736k|  22.0 |  14M|  48 |  37 | 246 |5497 | 246 | 704 | 403 |  16k|3908 | 0.000000e+00 |      --      |    Inf 
123.76/123.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.76/123.82	c   124s| 78900 |    23 |  1739k|  22.0 |  14M|  48 |   - | 246 |5526 | 246 | 704 | 403 |  16k|3910 | 0.000000e+00 |      --      |    Inf 
123.96/124.04	c   124s| 79000 |    22 |  1742k|  22.0 |  14M|  48 |  67 | 246 |5557 | 246 | 704 | 403 |  16k|3912 | 0.000000e+00 |      --      |    Inf 
124.17/124.21	c   124s| 79100 |    27 |  1744k|  22.0 |  14M|  48 |  77 | 246 |5586 | 246 | 704 | 403 |  16k|3913 | 0.000000e+00 |      --      |    Inf 
124.36/124.41	c   124s| 79200 |    22 |  1747k|  22.0 |  14M|  48 |  49 | 246 |5598 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
124.46/124.57	c   125s| 79300 |    22 |  1750k|  22.0 |  14M|  48 |   - | 246 |5610 |   0 |   0 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
124.66/124.75	c   125s| 79400 |    24 |  1752k|  22.0 |  14M|  48 |   - | 246 |5625 |   0 |   0 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
124.86/124.92	c   125s| 79500 |    28 |  1755k|  22.0 |  14M|  48 |  35 | 246 |5612 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
124.96/125.02	c   125s| 79600 |    23 |  1756k|  22.0 |  14M|  48 |   - | 246 |5613 |   0 |   0 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
125.06/125.11	c   125s| 79700 |    24 |  1758k|  22.0 |  14M|  48 |  39 | 246 |5602 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
125.16/125.26	c   125s| 79800 |    23 |  1760k|  22.0 |  14M|  48 |  88 | 246 |5589 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
125.37/125.44	c   125s| 79900 |    24 |  1762k|  22.0 |  14M|  48 |  59 | 246 |5577 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
125.46/125.57	c   126s| 80000 |    25 |  1764k|  22.0 |  14M|  48 |  42 | 246 |5586 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
125.66/125.72	c   126s| 80100 |    23 |  1767k|  22.0 |  14M|  48 |   - | 246 |5593 |   0 |   0 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
125.87/125.90	c   126s| 80200 |    22 |  1769k|  22.0 |  14M|  48 |  76 | 246 |5586 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
125.96/126.07	c   126s| 80300 |    21 |  1772k|  22.0 |  14M|  48 |   - | 246 |5588 |   0 |   0 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
126.06/126.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.06/126.18	c   126s| 80400 |    19 |  1773k|  22.0 |  14M|  48 |  87 | 246 |5602 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
126.26/126.40	c   126s| 80500 |    17 |  1776k|  22.0 |  14M|  48 |   - | 246 |5605 |   0 |   0 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
126.47/126.57	c   127s| 80600 |    21 |  1779k|  22.0 |  14M|  48 |  57 | 246 |5599 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
126.66/126.71	c   127s| 80700 |    19 |  1781k|  22.0 |  14M|  48 | 104 | 246 |5601 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
126.86/126.92	c   127s| 80800 |    24 |  1784k|  22.1 |  14M|  48 |   - | 246 |5622 |   0 |   0 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
127.06/127.12	c   127s| 80900 |    21 |  1787k|  22.1 |  14M|  48 |   - | 246 |5647 |   0 |   0 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
127.16/127.27	c   127s| 81000 |    25 |  1789k|  22.1 |  14M|  48 |  29 | 246 |5661 | 246 | 704 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
127.36/127.43	c   127s| 81100 |    21 |  1792k|  22.1 |  14M|  48 |   - | 246 |5676 |   0 |   0 | 403 |  17k|3913 | 0.000000e+00 |      --      |    Inf 
127.57/127.65	c   128s| 81200 |    22 |  1794k|  22.1 |  14M|  48 |   - | 246 |5696 |   0 |   0 | 403 |  17k|3922 | 0.000000e+00 |      --      |    Inf 
127.76/127.81	c   128s| 81300 |    24 |  1797k|  22.1 |  14M|  48 |   - | 246 |5699 |   0 |   0 | 403 |  17k|3922 | 0.000000e+00 |      --      |    Inf 
127.87/127.98	c   128s| 81400 |    21 |  1799k|  22.1 |  14M|  48 |   - | 246 |5728 | 246 | 704 | 403 |  17k|3931 | 0.000000e+00 |      --      |    Inf 
128.06/128.17	c   128s| 81500 |    21 |  1802k|  22.1 |  14M|  48 |  65 | 246 |5762 | 246 | 704 | 403 |  17k|3931 | 0.000000e+00 |      --      |    Inf 
128.26/128.34	c   128s| 81600 |    20 |  1804k|  22.1 |  14M|  48 |   - | 246 |5788 |   0 |   0 | 403 |  17k|3941 | 0.000000e+00 |      --      |    Inf 
128.46/128.52	c   129s| 81700 |    21 |  1806k|  22.1 |  14M|  48 |  63 | 246 |5788 | 246 | 704 | 403 |  17k|3941 | 0.000000e+00 |      --      |    Inf 
128.67/128.75	c   129s| 81800 |    21 |  1809k|  22.1 |  14M|  48 |  83 | 246 |5782 | 246 | 704 | 403 |  17k|3947 | 0.000000e+00 |      --      |    Inf 
128.86/128.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.86/128.96	c   129s| 81900 |    19 |  1812k|  22.1 |  14M|  48 |  67 | 246 |5800 | 246 | 704 | 403 |  17k|3952 | 0.000000e+00 |      --      |    Inf 
129.06/129.15	c   129s| 82000 |    19 |  1814k|  22.1 |  14M|  48 |  66 | 246 |5833 | 246 | 704 | 403 |  17k|3952 | 0.000000e+00 |      --      |    Inf 
129.26/129.39	c   129s| 82100 |    16 |  1818k|  22.1 |  14M|  48 |   - | 246 |5845 |   0 |   0 | 403 |  17k|3958 | 0.000000e+00 |      --      |    Inf 
129.56/129.64	c   130s| 82200 |    16 |  1821k|  22.1 |  14M|  48 |   - | 246 |5823 | 246 | 704 | 403 |  17k|3958 | 0.000000e+00 |      --      |    Inf 
129.76/129.82	c   130s| 82300 |    17 |  1824k|  22.1 |  14M|  48 |  78 | 246 |5836 | 246 | 704 | 403 |  17k|3965 | 0.000000e+00 |      --      |    Inf 
129.86/129.96	c   130s| 82400 |    22 |  1826k|  22.1 |  14M|  48 |   - | 246 |5837 |   0 |   0 | 403 |  17k|3968 | 0.000000e+00 |      --      |    Inf 
129.96/130.09	c   130s| 82500 |    21 |  1828k|  22.1 |  14M|  48 |   - | 246 |5836 | 246 | 704 | 403 |  17k|3968 | 0.000000e+00 |      --      |    Inf 
130.16/130.24	c   130s| 82600 |    20 |  1830k|  22.1 |  14M|  48 |   - | 246 |5848 |   0 |   0 | 403 |  17k|3968 | 0.000000e+00 |      --      |    Inf 
130.26/130.38	c   130s| 82700 |    22 |  1832k|  22.1 |  14M|  48 |   - | 246 |5873 |   0 |   0 | 403 |  17k|3968 | 0.000000e+00 |      --      |    Inf 
130.46/130.50	c   131s| 82800 |    23 |  1834k|  22.1 |  14M|  48 |  34 | 246 |5889 | 246 | 704 | 403 |  17k|3968 | 0.000000e+00 |      --      |    Inf 
130.56/130.63	c   131s| 82900 |    19 |  1836k|  22.1 |  14M|  48 |   - | 246 |5907 |   0 |   0 | 403 |  17k|3968 | 0.000000e+00 |      --      |    Inf 
130.66/130.79	c   131s| 83000 |    21 |  1839k|  22.1 |  14M|  48 |   - | 246 |5914 | 246 | 704 | 403 |  17k|3968 | 0.000000e+00 |      --      |    Inf 
130.87/130.95	c   131s| 83100 |    19 |  1842k|  22.1 |  14M|  48 |   - | 246 |5924 |   0 |   0 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
131.06/131.13	c   131s| 83200 |    20 |  1844k|  22.1 |  14M|  48 |  77 | 246 |5931 | 246 | 704 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
131.26/131.31	c   131s| 83300 |    21 |  1847k|  22.2 |  14M|  48 |   - | 246 |5938 | 246 | 704 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
131.36/131.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.36/131.48	c   131s| 83400 |    21 |  1850k|  22.2 |  14M|  48 |  73 | 246 |5948 | 246 | 704 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
131.57/131.67	c   132s| 83500 |    21 |  1853k|  22.2 |  14M|  48 |  41 | 246 |5958 | 246 | 704 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
131.76/131.84	c   132s| 83600 |    20 |  1855k|  22.2 |  14M|  48 |  74 | 246 |5967 | 246 | 704 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
131.97/132.04	c   132s| 83700 |    20 |  1858k|  22.2 |  14M|  48 |  46 | 246 |5976 | 246 | 704 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
132.16/132.24	c   132s| 83800 |    22 |  1862k|  22.2 |  14M|  48 |   - | 246 |5987 |   0 |   0 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
132.27/132.38	c   132s| 83900 |    20 |  1864k|  22.2 |  14M|  48 |   - | 246 |6000 |   0 |   0 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
132.46/132.52	c   133s| 84000 |    22 |  1866k|  22.2 |  14M|  48 |  42 | 246 |6023 | 246 | 704 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
132.56/132.62	c   133s| 84100 |    20 |  1867k|  22.2 |  14M|  48 |   - | 246 |6041 |   0 |   0 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
132.66/132.78	c   133s| 84200 |    21 |  1870k|  22.2 |  14M|  48 |   - | 246 |6056 |   0 |   0 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
132.86/132.91	c   133s| 84300 |    20 |  1872k|  22.2 |  14M|  48 |   - | 246 |6078 | 246 | 704 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
132.96/133.08	c   133s| 84400 |    16 |  1874k|  22.2 |  14M|  48 |   - | 246 |6089 | 246 | 704 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
133.16/133.24	c   133s| 84500 |    18 |  1877k|  22.2 |  14M|  48 |   - | 246 |6119 |   0 |   0 | 403 |  18k|3968 | 0.000000e+00 |      --      |    Inf 
133.36/133.43	c   133s| 84600 |    20 |  1879k|  22.2 |  14M|  48 |  51 | 246 |6139 | 246 | 704 | 403 |  18k|3978 | 0.000000e+00 |      --      |    Inf 
133.46/133.57	c   134s| 84700 |    18 |  1881k|  22.2 |  15M|  48 |   - | 246 |6155 | 246 | 704 | 403 |  18k|3978 | 0.000000e+00 |      --      |    Inf 
133.66/133.79	c   134s| 84800 |    20 |  1884k|  22.2 |  15M|  48 |  68 | 246 |6169 | 246 | 704 | 403 |  18k|3988 | 0.000000e+00 |      --      |    Inf 
133.86/133.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.86/133.99	c   134s| 84900 |    23 |  1887k|  22.2 |  15M|  48 |  25 | 246 |6189 | 246 | 704 | 403 |  18k|3997 | 0.000000e+00 |      --      |    Inf 
134.07/134.19	c   134s| 85000 |    20 |  1890k|  22.2 |  15M|  48 |  80 | 246 |6213 | 246 | 704 | 403 |  18k|3997 | 0.000000e+00 |      --      |    Inf 
134.36/134.45	c   134s| 85100 |    21 |  1893k|  22.2 |  15M|  48 |   - | 246 |6227 | 246 | 704 | 403 |  18k|4010 | 0.000000e+00 |      --      |    Inf 
134.56/134.63	c   135s| 85200 |    21 |  1896k|  22.2 |  15M|  48 |   - | 246 |6244 |   0 |   0 | 403 |  18k|4010 | 0.000000e+00 |      --      |    Inf 
134.76/134.83	c   135s| 85300 |    22 |  1899k|  22.2 |  15M|  48 |   - | 246 |6281 |   0 |   0 | 403 |  18k|4017 | 0.000000e+00 |      --      |    Inf 
134.96/135.01	c   135s| 85400 |    23 |  1902k|  22.2 |  15M|  48 |   - | 246 |6299 |   0 |   0 | 403 |  18k|4019 | 0.000000e+00 |      --      |    Inf 
135.06/135.19	c   135s| 85500 |    21 |  1904k|  22.3 |  15M|  48 |  61 | 246 |6313 | 246 | 704 | 403 |  18k|4019 | 0.000000e+00 |      --      |    Inf 
135.26/135.37	c   135s| 85600 |    23 |  1907k|  22.3 |  15M|  48 |  71 | 246 |6343 | 246 | 704 | 403 |  18k|4019 | 0.000000e+00 |      --      |    Inf 
135.46/135.53	c   136s| 85700 |    19 |  1909k|  22.3 |  15M|  48 |   - | 246 |6362 |   0 |   0 | 403 |  18k|4019 | 0.000000e+00 |      --      |    Inf 
135.66/135.73	c   136s| 85800 |    20 |  1912k|  22.3 |  15M|  48 |  62 | 246 |6366 | 246 | 704 | 403 |  18k|4023 | 0.000000e+00 |      --      |    Inf 
135.76/135.87	c   136s| 85900 |    19 |  1914k|  22.3 |  15M|  48 |  53 | 246 |6375 | 246 | 704 | 403 |  18k|4023 | 0.000000e+00 |      --      |    Inf 
135.86/135.98	c   136s| 86000 |    19 |  1916k|  22.3 |  15M|  48 |   - | 246 |6362 | 246 | 704 | 403 |  18k|4023 | 0.000000e+00 |      --      |    Inf 
136.06/136.14	c   136s| 86100 |    18 |  1918k|  22.3 |  15M|  48 |   - | 246 |6363 | 246 | 704 | 403 |  18k|4023 | 0.000000e+00 |      --      |    Inf 
136.16/136.30	c   136s| 86200 |    19 |  1921k|  22.3 |  15M|  48 |   - | 246 |6377 | 246 | 704 | 403 |  18k|4023 | 0.000000e+00 |      --      |    Inf 
136.37/136.48	c   136s| 86300 |    16 |  1923k|  22.3 |  15M|  48 |  83 | 246 |6401 | 246 | 704 | 403 |  18k|4027 | 0.000000e+00 |      --      |    Inf 
136.56/136.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.56/136.64	c   137s| 86400 |    19 |  1926k|  22.3 |  15M|  48 |  37 | 246 |6397 | 246 | 704 | 403 |  18k|4028 | 0.000000e+00 |      --      |    Inf 
136.65/136.78	c   137s| 86500 |    21 |  1928k|  22.3 |  15M|  48 |  22 | 246 |6407 | 246 | 704 | 403 |  18k|4028 | 0.000000e+00 |      --      |    Inf 
136.86/136.92	c   137s| 86600 |    19 |  1930k|  22.3 |  15M|  48 |  36 | 246 |6413 | 246 | 704 | 403 |  18k|4028 | 0.000000e+00 |      --      |    Inf 
136.96/137.09	c   137s| 86700 |    17 |  1933k|  22.3 |  15M|  48 |  92 | 246 |6421 | 246 | 704 | 403 |  18k|4028 | 0.000000e+00 |      --      |    Inf 
137.25/137.31	c   137s| 86800 |    17 |  1936k|  22.3 |  15M|  48 |  68 | 246 |6428 | 246 | 704 | 403 |  18k|4028 | 0.000000e+00 |      --      |    Inf 
137.37/137.48	c   137s| 86900 |    16 |  1938k|  22.3 |  15M|  48 |  64 | 246 |6437 | 246 | 704 | 403 |  18k|4029 | 0.000000e+00 |      --      |    Inf 
137.66/137.70	c   138s| 87000 |    18 |  1942k|  22.3 |  15M|  48 |  55 | 246 |6438 | 246 | 704 | 403 |  18k|4029 | 0.000000e+00 |      --      |    Inf 
137.86/137.90	c   138s| 87100 |    14 |  1945k|  22.3 |  15M|  48 | 100 | 246 |6424 | 246 | 704 | 403 |  18k|4029 | 0.000000e+00 |      --      |    Inf 
137.96/138.10	c   138s| 87200 |    13 |  1948k|  22.3 |  15M|  48 |   - | 246 |6428 | 246 | 704 | 403 |  18k|4029 | 0.000000e+00 |      --      |    Inf 
138.15/138.29	c   138s| 87300 |    16 |  1950k|  22.3 |  15M|  48 |  67 | 246 |6390 | 246 | 704 | 403 |  18k|4029 | 0.000000e+00 |      --      |    Inf 
138.46/138.53	c   139s| 87400 |    15 |  1953k|  22.3 |  15M|  48 |  56 | 246 |6309 | 246 | 704 | 403 |  19k|4042 | 0.000000e+00 |      --      |    Inf 
138.66/138.74	c   139s| 87500 |    15 |  1956k|  22.3 |  15M|  48 |   - | 246 |6126 |   0 |   0 | 403 |  19k|4045 | 0.000000e+00 |      --      |    Inf 
138.86/138.91	c   139s| 87600 |    15 |  1958k|  22.3 |  14M|  48 |   - | 246 |6028 |   0 |   0 | 403 |  19k|4045 | 0.000000e+00 |      --      |    Inf 
138.96/139.07	c   139s| 87700 |    18 |  1961k|  22.3 |  14M|  48 |   - | 246 |5959 |   0 |   0 | 403 |  19k|4045 | 0.000000e+00 |      --      |    Inf 
139.06/139.18	c   139s| 87800 |    18 |  1962k|  22.3 |  14M|  48 |  56 | 246 |5958 | 246 | 704 | 403 |  19k|4045 | 0.000000e+00 |      --      |    Inf 
139.26/139.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.26/139.34	c   139s| 87900 |    20 |  1965k|  22.3 |  14M|  48 |   - | 246 |5894 |   0 |   0 | 403 |  19k|4045 | 0.000000e+00 |      --      |    Inf 
139.46/139.51	c   140s| 88000 |    15 |  1967k|  22.3 |  14M|  48 |   - | 246 |5851 |   0 |   0 | 403 |  19k|4045 | 0.000000e+00 |      --      |    Inf 
139.67/139.75	c   140s| 88100 |    18 |  1971k|  22.4 |  14M|  48 |   - | 246 |5844 | 246 | 704 | 403 |  19k|4045 | 0.000000e+00 |      --      |    Inf 
139.86/139.96	c   140s| 88200 |    15 |  1973k|  22.4 |  14M|  48 |  80 | 246 |5861 | 246 | 704 | 403 |  19k|4057 | 0.000000e+00 |      --      |    Inf 
140.16/140.23	c   140s| 88300 |    17 |  1977k|  22.4 |  14M|  48 |   - | 246 |5856 | 246 | 704 | 403 |  19k|4057 | 0.000000e+00 |      --      |    Inf 
140.36/140.44	c   140s| 88400 |    21 |  1980k|  22.4 |  14M|  48 |   - | 246 |5879 | 246 | 704 | 403 |  19k|4066 | 0.000000e+00 |      --      |    Inf 
140.56/140.64	c   141s| 88500 |    17 |  1982k|  22.4 |  14M|  48 |   - | 246 |5904 | 246 | 704 | 403 |  19k|4071 | 0.000000e+00 |      --      |    Inf 
140.86/140.94	c   141s| 88600 |    15 |  1986k|  22.4 |  14M|  48 |   - | 246 |5916 | 246 | 704 | 403 |  19k|4082 | 0.000000e+00 |      --      |    Inf 
141.16/141.23	c   141s| 88700 |    16 |  1990k|  22.4 |  14M|  48 |  53 | 246 |5880 | 246 | 704 | 403 |  19k|4090 | 0.000000e+00 |      --      |    Inf 
141.36/141.48	c   141s| 88800 |    15 |  1994k|  22.4 |  14M|  48 |   - | 246 |5809 |   0 |   0 | 403 |  19k|4094 | 0.000000e+00 |      --      |    Inf 
141.56/141.68	c   142s| 88900 |    16 |  1996k|  22.4 |  14M|  48 |  37 | 246 |5814 | 246 | 704 | 403 |  19k|4103 | 0.000000e+00 |      --      |    Inf 
141.77/141.83	c   142s| 89000 |    15 |  1999k|  22.4 |  14M|  48 |  48 | 246 |5811 | 246 | 704 | 403 |  19k|4103 | 0.000000e+00 |      --      |    Inf 
141.96/142.02	c   142s| 89100 |    15 |  2001k|  22.4 |  14M|  48 |  57 | 246 |5761 | 246 | 704 | 403 |  19k|4111 | 0.000000e+00 |      --      |    Inf 
142.06/142.20	c   142s| 89200 |    15 |  2004k|  22.4 |  14M|  48 |   - | 246 |5744 |   0 |   0 | 403 |  19k|4116 | 0.000000e+00 |      --      |    Inf 
142.26/142.36	c   142s| 89300 |    13 |  2006k|  22.4 |  14M|  48 |   - | 246 |5733 |   0 |   0 | 403 |  19k|4119 | 0.000000e+00 |      --      |    Inf 
142.46/142.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.46/142.50	c   143s| 89400 |    13 |  2008k|  22.4 |  14M|  48 |   - | 246 |5716 |   0 |   0 | 403 |  19k|4121 | 0.000000e+00 |      --      |    Inf 
142.56/142.66	c   143s| 89500 |    11 |  2011k|  22.4 |  14M|  48 |  67 | 246 |5717 | 246 | 704 | 403 |  19k|4121 | 0.000000e+00 |      --      |    Inf 
142.76/142.83	c   143s| 89600 |    15 |  2013k|  22.4 |  14M|  48 |  44 | 246 |5593 | 246 | 704 | 403 |  19k|4127 | 0.000000e+00 |      --      |    Inf 
142.86/142.98	c   143s| 89700 |    12 |  2015k|  22.4 |  14M|  48 |   - | 246 |5564 |   0 |   0 | 403 |  19k|4130 | 0.000000e+00 |      --      |    Inf 
143.05/143.14	c   143s| 89800 |    16 |  2017k|  22.4 |  14M|  48 |   - | 246 |5464 | 246 | 704 | 403 |  19k|4133 | 0.000000e+00 |      --      |    Inf 
143.16/143.26	c   143s| 89900 |    12 |  2019k|  22.4 |  14M|  48 |   - | 246 |5453 |   0 |   0 | 403 |  19k|4133 | 0.000000e+00 |      --      |    Inf 
143.36/143.40	c   143s| 90000 |    16 |  2021k|  22.4 |  14M|  48 |  24 | 246 |5418 | 246 | 704 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
143.45/143.52	c   144s| 90100 |    20 |  2023k|  22.4 |  14M|  48 |  20 | 246 |5394 | 246 | 704 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
143.56/143.63	c   144s| 90200 |    20 |  2025k|  22.4 |  14M|  48 |   - | 246 |5395 |   0 |   0 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
143.66/143.74	c   144s| 90300 |    17 |  2026k|  22.4 |  14M|  48 |   - | 246 |5411 |   0 |   0 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
143.76/143.87	c   144s| 90400 |    16 |  2028k|  22.4 |  14M|  48 |   - | 246 |5433 | 246 | 704 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
143.86/143.99	c   144s| 90500 |    16 |  2030k|  22.4 |  14M|  48 |  34 | 246 |5441 | 246 | 704 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
143.96/144.09	c   144s| 90600 |    12 |  2032k|  22.4 |  14M|  48 |   - | 246 |5457 |   0 |   0 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
144.16/144.23	c   144s| 90700 |    14 |  2034k|  22.4 |  14M|  48 |   - | 246 |5426 |   0 |   0 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
144.26/144.36	c   144s| 90800 |    15 |  2036k|  22.4 |  14M|  48 |  52 | 246 |5422 | 246 | 704 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
144.36/144.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
144.36/144.48	c   144s| 90900 |    13 |  2038k|  22.4 |  14M|  48 |  81 | 246 |5424 | 246 | 704 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
144.56/144.61	c   145s| 91000 |    11 |  2040k|  22.4 |  14M|  48 |   - | 246 |5428 | 246 | 704 | 403 |  19k|4135 | 0.000000e+00 |      --      |    Inf 
144.66/144.77	c   145s| 91100 |    17 |  2042k|  22.4 |  14M|  48 |   - | 246 |5384 |   0 |   0 | 403 |  19k|4136 | 0.000000e+00 |      --      |    Inf 
144.85/144.91	c   145s| 91200 |    16 |  2044k|  22.4 |  14M|  48 |  57 | 246 |5388 | 246 | 704 | 403 |  19k|4136 | 0.000000e+00 |      --      |    Inf 
144.96/145.09	c   145s| 91300 |    19 |  2047k|  22.4 |  14M|  48 |  45 | 246 |5369 | 246 | 704 | 403 |  19k|4136 | 0.000000e+00 |      --      |    Inf 
145.17/145.23	c   145s| 91400 |    17 |  2049k|  22.4 |  14M|  48 |  36 | 246 |5376 | 246 | 704 | 403 |  19k|4136 | 0.000000e+00 |      --      |    Inf 
145.26/145.35	c   145s| 91500 |    19 |  2051k|  22.4 |  14M|  48 |  15 | 246 |5378 | 246 | 704 | 403 |  19k|4136 | 0.000000e+00 |      --      |    Inf 
145.36/145.46	c   145s| 91600 |    16 |  2053k|  22.4 |  14M|  48 |   - | 246 |5396 |   0 |   0 | 403 |  19k|4136 | 0.000000e+00 |      --      |    Inf 
145.46/145.58	c   146s| 91700 |    14 |  2055k|  22.4 |  14M|  48 |  93 | 246 |5419 | 246 | 704 | 403 |  19k|4136 | 0.000000e+00 |      --      |    Inf 
145.56/145.61	c * 146s| 91727 |     0 |  2055k|  22.4 |  14M|  48 |   - | 246 |5420 | 246 | 704 | 403 |  19k|4136 | 0.000000e+00 | 0.000000e+00 |   0.00%
145.56/145.61	c 
145.56/145.61	c SCIP Status        : problem is solved [optimal solution found]
145.56/145.61	c Solving Time (sec) : 145.61
145.56/145.61	c Solving Nodes      : 91727
145.56/145.61	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
145.56/145.61	c Dual Bound         : +0.00000000000000e+00
145.56/145.61	c Gap                : 0.00 %
145.56/145.61	s SATISFIABLE
145.56/145.61	v x265 -x266 -x263 x264 x261 -x262 -x259 x260 x257 -x258 -x255 x256 -x253 -x254 -x251 x252 -x249 x250 -x247 -x248 -x245 -x246 x243 
145.56/145.61	v -x244 -x241 x242 x239 -x240 -x237 x238 x235 -x236 -x233 x234 x231 -x232 -x229 x230 x227 -x228 -x225 x226 -x223 -x224 -x221 
145.56/145.61	v x222 -x219 -x220 -x217 x218 -x215 x216 -x213 -x214 -x211 x212 x209 -x210 -x207 x208 x205 -x206 -x203 x204 x201 -x202 -x199 x200 
145.56/145.61	v -x197 x198 x195 -x196 x193 -x194 x191 -x192 -x189 x190 x187 -x188 -x185 x186 x183 -x184 -x181 x182 -x179 x180 x177 -x178 x175 
145.56/145.61	v -x176 x173 -x174 x171 -x172 x169 -x170 -x167 x168 x165 -x166 -x163 x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 -x148 -x146 
145.56/145.61	v -x144 -x142 x140 -x138 -x136 -x134 -x132 -x130 -x128 -x126 x124 -x122 x120 -x118 x116 -x114 x112 -x110 -x108 -x106 x104 
145.56/145.61	v -x102 -x100 -x98 -x96 -x94 -x92 -x90 x88 -x86 x84 -x82 x80 -x78 x76 -x74 -x72 -x70 x68 -x66 -x64 -x62 -x60 -x58 -x56 -x54 -x52 
145.56/145.61	v -x50 -x48 -x46 -x44 -x42 -x40 -x38 -x36 -x34 x32 -x30 -x28 -x26 -x24 -x22 -x20 -x18 -x16 -x14 -x12 -x10 -x8 -x6 -x4 -x2 x161 
145.56/145.61	v -x159 -x157 -x155 x153 -x151 x149 -x147 x145 -x143 -x141 -x139 -x137 -x135 -x133 -x131 -x129 -x127 -x125 -x123 -x121 -x119 
145.56/145.61	v -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95 -x93 -x91 -x89 -x87 -x85 -x83 -x81 -x79 -x77 -x75 -x73 -x71 
145.56/145.61	v -x69 -x67 -x65 -x63 -x61 -x59 -x57 -x55 x53 -x51 -x49 -x47 x45 -x43 x41 -x39 x37 -x35 -x33 -x31 -x29 -x27 -x25 -x23 -x21 
145.56/145.61	v -x19 x17 -x15 -x13 -x11 x9 -x7 x5 -x3 x1 
145.56/145.61	c SCIP Status        : problem is solved [optimal solution found]
145.56/145.61	c Total Time         :     145.61
145.56/145.61	c   solving          :     145.61
145.56/145.61	c   presolving       :       0.03 (included in solving)
145.56/145.61	c   reading          :       0.00 (included in solving)
145.56/145.61	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
145.56/145.61	c Original Problem   :
145.56/145.61	c   Problem name     : HOME/instance-3690480-1338016920.opb
145.56/145.61	c   Variables        : 266 (266 binary, 0 integer, 0 implicit integer, 0 continuous)
145.56/145.61	c   Constraints      : 573 initial, 573 maximal
145.56/145.61	c   Objective sense  : minimize
145.56/145.61	c Presolved Problem  :
145.56/145.61	c   Problem name     : t_HOME/instance-3690480-1338016920.opb
145.56/145.61	c   Variables        : 246 (246 binary, 0 integer, 0 implicit integer, 0 continuous)
145.56/145.61	c   Constraints      : 536 initial, 6442 maximal
145.56/145.61	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
145.56/145.61	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   implics          :       0.00       0.00          0          8          0          0          0          0          0          0          0
145.56/145.61	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   setppc           :       0.00       0.00          0          0          0          0          0          8          0          0          0
145.56/145.61	c   linear           :       0.01       0.00         12          0          0         12          0         29          0          0          0
145.56/145.61	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
145.56/145.61	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
145.56/145.61	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
145.56/145.61	c   integral         :          0          0          0          0      47210          0          3          0         54        463          0          0      93744
145.56/145.61	c   knapsack         :        162        162          5     310785          0          0          0    1011035      21670     927701        533          0          0
145.56/145.61	c   setppc           :        117        117          5     288561          0          0          0     236415       2020     292973          0          0          0
145.56/145.61	c   linear           :          0+        24          5     155591          0          0          0        840        153       2783          0          0          0
145.56/145.61	c   logicor          :        257+      6153          5     245400          1          0          0      74795       6739     354633          0          0          0
145.56/145.61	c   countsols        :          0          0          0          0          1          0          2          0          0          0          0          0          0
145.56/145.61	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
145.56/145.61	c   integral         :      13.64       0.00       0.00       0.00      13.64       0.00       0.00       0.00
145.56/145.61	c   knapsack         :       2.76       0.00       0.00       2.33       0.00       0.00       0.00       0.42
145.56/145.61	c   setppc           :       0.87       0.00       0.00       0.80       0.00       0.00       0.00       0.07
145.56/145.61	c   linear           :       0.13       0.00       0.00       0.13       0.00       0.00       0.00       0.00
145.56/145.61	c   logicor          :       2.93       0.00       0.00       2.88       0.00       0.00       0.00       0.05
145.56/145.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
145.56/145.61	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
145.56/145.61	c   rootredcost      :          0          0          0          0
145.56/145.61	c   pseudoobj        :          0          0          0          0
145.56/145.61	c   vbounds          :          0          0          0          0
145.56/145.61	c   redcost          :      47215          0          0          0
145.56/145.61	c   probing          :          0          0          0          0
145.56/145.61	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
145.56/145.61	c   rootredcost      :       0.08       0.00       0.00       0.08       0.00
145.56/145.61	c   pseudoobj        :       0.08       0.00       0.00       0.08       0.00
145.56/145.61	c   vbounds          :       0.07       0.00       0.00       0.07       0.00
145.56/145.61	c   redcost          :       0.18       0.00       0.00       0.18       0.00
145.56/145.61	c   probing          :       0.00       0.00       0.00       0.00       0.00
145.56/145.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
145.56/145.61	c   propagation      :       1.37      14457      13983      95714       48.7        328       16.9          -
145.56/145.61	c   infeasible LP    :       0.74      16124          0          0        0.0          0        0.0          0
145.56/145.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
145.56/145.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
145.56/145.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
145.56/145.61	c   applied globally :          -          -          -      19795       16.0          -          -          -
145.56/145.61	c   applied locally  :          -          -          -        197       46.0          -          -          -
145.56/145.61	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
145.56/145.61	c   cut pool         :       0.00                     4          -          -         35          -    (maximal pool size: 2220)
145.56/145.61	c   closecuts        :       0.00       0.00          0          0          0          0          0
145.56/145.61	c   impliedbounds    :       0.00       0.00          5          0          0        728          0
145.56/145.61	c   intobj           :       0.00       0.00          0          0          0          0          0
145.56/145.61	c   gomory           :       0.25       0.00          5          0          0         60          0
145.56/145.61	c   cgmip            :       0.00       0.00          0          0          0          0          0
145.56/145.61	c   strongcg         :       0.27       0.00          5          0          0       2286          0
145.56/145.61	c   cmir             :       0.00       0.00          0          0          0          0          0
145.56/145.61	c   flowcover        :       0.00       0.00          0          0          0          0          0
145.56/145.61	c   clique           :       0.00       0.00          5          0          0         16          0
145.56/145.61	c   zerohalf         :       0.00       0.00          0          0          0          0          0
145.56/145.61	c   mcf              :       0.00       0.00          1          0          0          0          0
145.56/145.61	c   oddcycle         :       0.00       0.00          0          0          0          0          0
145.56/145.61	c   rapidlearning    :       0.07       0.00          1          0          0          0         24
145.56/145.61	c Pricers            :   ExecTime  SetupTime      Calls       Vars
145.56/145.61	c   problem variables:       0.00          -          0          0
145.56/145.61	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
145.56/145.61	c   relpscost        :      13.60       0.00      47209         54        463          0          0      93744
145.56/145.61	c   pscost           :       0.00       0.00          0          0          0          0          0          0
145.56/145.61	c   inference        :       0.00       0.00          0          0          0          0          0          0
145.56/145.61	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
145.56/145.61	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
145.56/145.61	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
145.56/145.61	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
145.56/145.61	c   random           :       0.00       0.00          0          0          0          0          0          0
145.56/145.61	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
145.56/145.61	c   LP solutions     :       0.00          -          -          1
145.56/145.61	c   pseudo solutions :       0.00          -          -          0
145.56/145.61	c   smallcard        :       0.00       0.00          0          0
145.56/145.61	c   trivial          :       0.00       0.00          1          0
145.56/145.61	c   shiftandpropagate:       0.00       0.00          0          0
145.56/145.61	c   simplerounding   :       0.00       0.00          0          0
145.56/145.61	c   zirounding       :       0.00       0.00          0          0
145.56/145.61	c   rounding         :       0.00       0.00          0          0
145.56/145.61	c   shifting         :       0.00       0.00          0          0
145.56/145.61	c   intshifting      :       0.00       0.00          0          0
145.56/145.61	c   oneopt           :       0.00       0.00          0          0
145.56/145.61	c   twoopt           :       0.00       0.00          0          0
145.56/145.61	c   indtwoopt        :       0.00       0.00          0          0
145.56/145.61	c   indoneopt        :       0.00       0.00          0          0
145.56/145.61	c   fixandinfer      :       0.00       0.00          0          0
145.56/145.61	c   feaspump         :       0.00       0.00          0          0
145.56/145.61	c   clique           :       0.00       0.00          0          0
145.56/145.61	c   indrounding      :       0.00       0.00          0          0
145.56/145.61	c   indcoefdiving    :       0.00       0.00          0          0
145.56/145.61	c   coefdiving       :       0.00       0.00          0          0
145.56/145.61	c   pscostdiving     :       0.00       0.00          0          0
145.56/145.61	c   nlpdiving        :       0.00       0.00          0          0
145.56/145.61	c   fracdiving       :       0.00       0.00          0          0
145.56/145.61	c   veclendiving     :       0.00       0.00          0          0
145.56/145.61	c   intdiving        :       0.00       0.00          0          0
145.56/145.61	c   actconsdiving    :       0.00       0.00          0          0
145.56/145.61	c   objpscostdiving  :       0.00       0.00          0          0
145.56/145.61	c   rootsoldiving    :       0.00       0.00          0          0
145.56/145.61	c   linesearchdiving :       0.00       0.00          0          0
145.56/145.61	c   guideddiving     :       0.00       0.00          0          0
145.56/145.61	c   octane           :       0.00       0.00          0          0
145.56/145.61	c   rens             :       0.00       0.00          0          0
145.56/145.61	c   rins             :       0.00       0.00          0          0
145.56/145.61	c   localbranching   :       0.00       0.00          0          0
145.56/145.61	c   mutation         :       0.00       0.00          0          0
145.56/145.61	c   crossover        :       0.00       0.00          0          0
145.56/145.61	c   dins             :       0.00       0.00          0          0
145.56/145.61	c   vbounds          :       0.00       0.00          0          0
145.56/145.61	c   undercover       :       0.00       0.00          0          0
145.56/145.61	c   subnlp           :       0.00       0.00          0          0
145.56/145.61	c   trysol           :       0.00       0.00          0          0
145.56/145.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
145.56/145.61	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
145.56/145.61	c   dual LP          :     113.18      63339    2055415      32.46   18160.08       0.00         12
145.56/145.61	c   lex dual LP      :       0.00          0          0       0.00          -
145.56/145.61	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
145.56/145.61	c   diving/probing LP:       0.00          0          0       0.00          -
145.56/145.61	c   strong branching :      12.82       4136     201711      48.77   15729.00
145.56/145.61	c     (at root node) :          -          9       4565     507.22          -
145.56/145.61	c   conflict analysis:       0.00          0          0       0.00          -
145.56/145.61	c B&B Tree           :
145.56/145.61	c   number of runs   :          1
145.56/145.61	c   nodes            :      91727
145.56/145.61	c   nodes (total)    :      91727
145.56/145.61	c   nodes left       :          0
145.56/145.61	c   max depth        :         48
145.56/145.61	c   max depth (total):         48
145.56/145.61	c   backtracks       :      15826 (17.3%)
145.56/145.61	c   delayed cutoffs  :       2002
145.56/145.61	c   repropagations   :      18985 (105966 domain reductions, 1906 cutoffs)
145.56/145.61	c   avg switch length:       2.86
145.56/145.61	c   switching time   :       4.02
145.56/145.61	c Solution           :
145.56/145.61	c   Solutions found  :          1 (1 improvements)
145.56/145.61	c   First Solution   : +0.00000000000000e+00   (in run 1, after 91727 nodes, 145.61 seconds, depth 23, found by <relaxation>)
145.56/145.61	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 91727 nodes, 145.61 seconds, depth 23, found by <relaxation>)
145.56/145.61	c   Dual Bound       : +0.00000000000000e+00
145.56/145.61	c   Gap              :       0.00 %
145.56/145.61	c   Root Dual Bound  : +0.00000000000000e+00
145.56/145.61	c   Root Iterations  :       2226
145.56/145.62	c Time complete: 145.58.

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.00 0.27 1.09 2/171 31054
/proc/meminfo: memFree=29490048/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=10300 CPUtime=0 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 1319 0 0 0 0 0 0 0 20 0 1 0 267817505 10547200 1273 33554432000 4194304 10173063 140734496024416 140737222732680 8800002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 2575 1273 413 1460 0 1106 0

[startup+0.089463 s]
/proc/loadavg: 0.00 0.27 1.09 2/171 31054
/proc/meminfo: memFree=29490048/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=23384 CPUtime=0.07 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 4841 0 0 0 7 0 0 0 20 0 1 0 267817505 23945216 4538 33554432000 4194304 10173063 140734496024416 140737222732680 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 5846 4538 786 1460 0 4377 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23384

[startup+0.100303 s]
/proc/loadavg: 0.00 0.27 1.09 2/171 31054
/proc/meminfo: memFree=29490048/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=23384 CPUtime=0.08 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 4841 0 0 0 8 0 0 0 20 0 1 0 267817505 23945216 4538 33554432000 4194304 10173063 140734496024416 140737222732680 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 5846 4538 786 1460 0 4377 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23384

[startup+0.300293 s]
/proc/loadavg: 0.00 0.27 1.09 2/171 31054
/proc/meminfo: memFree=29490048/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=40696 CPUtime=0.29 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 8982 0 0 0 27 2 0 0 20 0 1 0 267817505 41672704 8679 33554432000 4194304 10173063 140734496024416 140737222732680 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10174 8679 834 1460 0 8705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40696

[startup+0.700251 s]
/proc/loadavg: 0.00 0.27 1.09 2/171 31054
/proc/meminfo: memFree=29490048/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=40892 CPUtime=0.68 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 9362 0 0 0 66 2 0 0 20 0 1 0 267817505 41873408 9059 33554432000 4194304 10173063 140734496024416 140734496019304 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10223 9059 834 1460 0 8754 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 40892

[startup+1.50022 s]
/proc/loadavg: 0.08 0.28 1.09 3/177 31069
/proc/meminfo: memFree=29424488/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=40996 CPUtime=1.49 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 9385 0 0 0 145 4 0 0 20 0 1 0 267817505 41979904 9082 33554432000 4194304 10173063 140734496024416 140734496019304 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10249 9082 839 1460 0 8780 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40996

[startup+3.10027 s]
/proc/loadavg: 0.08 0.28 1.09 2/172 31093
/proc/meminfo: memFree=29455548/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=40996 CPUtime=3.09 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 9388 0 0 0 303 6 0 0 20 0 1 0 267817505 41979904 9085 33554432000 4194304 10173063 140734496024416 140734496017864 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10249 9085 842 1460 0 8780 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40996

[startup+6.30027 s]
/proc/loadavg: 0.08 0.28 1.09 2/172 31131
/proc/meminfo: memFree=29454772/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=40996 CPUtime=6.29 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 9388 0 0 0 617 12 0 0 20 0 1 0 267817505 41979904 9085 33554432000 4194304 10173063 140734496024416 140734496018248 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10249 9085 842 1460 0 8780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40996

[startup+12.7003 s]
/proc/loadavg: 0.22 0.31 1.09 2/172 31131
/proc/meminfo: memFree=29454612/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=40996 CPUtime=12.68 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 9394 0 0 0 1239 29 0 0 20 0 1 0 267817505 41979904 9204 33554432000 4194304 10173063 140734496024416 140734496017352 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10249 9204 842 1460 0 8780 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40996

[startup+25.5002 s]
/proc/loadavg: 0.58 0.38 1.11 3/177 31145
/proc/meminfo: memFree=28603440/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=40996 CPUtime=25.48 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 9397 0 0 0 2486 62 0 0 20 0 1 0 267817505 41979904 9461 33554432000 4194304 10173063 140734496024416 140734496017672 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10249 9461 842 1460 0 8780 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40996

[startup+51.1002 s]
/proc/loadavg: 1.14 0.53 1.13 3/177 31145
/proc/meminfo: memFree=28483968/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=41208 CPUtime=51.07 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 9426 0 0 0 4989 118 0 0 20 0 1 0 267817505 42196992 9490 33554432000 4194304 10173063 140734496024416 140734496017672 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10302 9490 842 1460 0 8833 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41208

[startup+102.307 s]
/proc/loadavg: 1.68 0.77 1.18 3/177 31146
/proc/meminfo: memFree=28482400/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=42544 CPUtime=102.27 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 9782 0 0 0 9986 241 0 0 20 0 1 0 267817505 43565056 9846 33554432000 4194304 10173063 140734496024416 140734496019832 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10636 9846 842 1460 0 9167 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42544

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

[startup+127.9 s]
/proc/loadavg: 1.84 0.88 1.21 3/177 31146
/proc/meminfo: memFree=28481128/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=43432 CPUtime=127.87 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 10029 0 0 0 12482 305 0 0 20 0 1 0 267817505 44474368 10093 33554432000 4194304 10173063 140734496024416 140734496017768 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10858 10093 842 1460 0 9389 0
Current children cumulated CPU time (s) 127.87
Current children cumulated vsize (KiB) 43432

[startup+134.3 s]
/proc/loadavg: 1.86 0.90 1.21 3/177 31146
/proc/meminfo: memFree=28480864/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=43432 CPUtime=134.26 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 10033 0 0 0 13107 319 0 0 20 0 1 0 267817505 44474368 10097 33554432000 4194304 10173063 140734496024416 140734496017864 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10858 10097 842 1460 0 9389 0
Current children cumulated CPU time (s) 134.26
Current children cumulated vsize (KiB) 43432

[startup+140.7 s]
/proc/loadavg: 1.88 0.94 1.22 3/177 31146
/proc/meminfo: memFree=28480352/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=43796 CPUtime=140.66 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 10073 0 0 0 13733 333 0 0 20 0 1 0 267817505 44847104 10137 33554432000 4194304 10173063 140734496024416 140734496017768 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10949 10137 842 1460 0 9480 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 43796

[startup+143.9 s]
/proc/loadavg: 1.88 0.94 1.22 3/177 31146
/proc/meminfo: memFree=28480600/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=43796 CPUtime=143.86 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 10073 0 0 0 14047 339 0 0 20 0 1 0 267817505 44847104 10137 33554432000 4194304 10173063 140734496024416 140734496018088 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10949 10137 842 1460 0 9480 0
Current children cumulated CPU time (s) 143.86
Current children cumulated vsize (KiB) 43796

[startup+144.7 s]
/proc/loadavg: 1.88 0.94 1.22 3/177 31146
/proc/meminfo: memFree=28480600/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=43796 CPUtime=144.66 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 10073 0 0 0 14125 341 0 0 20 0 1 0 267817505 44847104 10137 33554432000 4194304 10173063 140734496024416 140734496018056 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10949 10137 842 1460 0 9480 0
Current children cumulated CPU time (s) 144.66
Current children cumulated vsize (KiB) 43796

[startup+145.1 s]
/proc/loadavg: 1.88 0.94 1.22 3/177 31146
/proc/meminfo: memFree=28480600/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=43796 CPUtime=145.07 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 10073 0 0 0 14165 342 0 0 20 0 1 0 267817505 44847104 10137 33554432000 4194304 10173063 140734496024416 140734496018056 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10949 10137 842 1460 0 9480 0
Current children cumulated CPU time (s) 145.07
Current children cumulated vsize (KiB) 43796

[startup+145.5 s]
/proc/loadavg: 1.88 0.94 1.22 3/177 31146
/proc/meminfo: memFree=28480600/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=43796 CPUtime=145.46 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 10073 0 0 0 14203 343 0 0 20 0 1 0 267817505 44847104 10137 33554432000 4194304 10173063 140734496024416 140734496018056 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10949 10137 842 1460 0 9480 0
Current children cumulated CPU time (s) 145.46
Current children cumulated vsize (KiB) 43796

[startup+145.6 s]
/proc/loadavg: 1.88 0.94 1.22 3/177 31146
/proc/meminfo: memFree=28480600/32873844 swapFree=7384/7384
[pid=31054] ppid=31052 vsize=43796 CPUtime=145.56 cores=1,3,5,7
/proc/31054/stat : 31054 (scip-2.1.1.4fix) R 31052 31054 31024 0 -1 4202496 10073 0 0 0 14213 343 0 0 20 0 1 0 267817505 44847104 10137 33554432000 4194304 10173063 140734496024416 140734496018056 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31054/statm: 10949 10137 842 1460 0 9480 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 43796

Child status: 0
Real time (s): 145.626
CPU time (s): 145.594
CPU user time (s): 142.154
CPU system time (s): 3.43948
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 43796

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

runsolver used 0.45493 second user time and 1.22181 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-26 09:22:01
IDJOB=3690480
IDBENCH=1164
IDSOLVER=2270
FILE ID=node136/3690480-1338016920
RUNJOBID= node136-1338016920-31041
PBS_JOBID= 14624338
Free space on /tmp= 71676 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army9.12bt.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690480-1338016920/watcher-3690480-1338016920 -o /tmp/evaluation-result-3690480-1338016920/solver-3690480-1338016920 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690480-1338016920.opb -t 1800 -m 15500

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

MD5SUM BENCH= b789f830862c22cea2a920d3cb2b89b5
RANDOM SEED=1789819148

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29490684 kB
Buffers:          304960 kB
Cached:          2281320 kB
SwapCached:        24460 kB
Active:           707608 kB
Inactive:        1907616 kB
Active(anon):       3676 kB
Inactive(anon):    25096 kB
Active(file):     703932 kB
Inactive(file):  1882520 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             13688 kB
Writeback:             0 kB
AnonPages:         10432 kB
Mapped:             8868 kB
Shmem:                 0 kB
Slab:             630556 kB
SReclaimable:      72560 kB
SUnreclaim:       557996 kB
KernelStack:        1392 kB
PageTables:         3784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71636 MiB
End job on node136 at 2012-05-26 09:24:26