0.00/0.00 c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00 c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-3691891-1338038193.opb>
0.01/0.03 c original problem has 6620 variables (400 bin, 0 int, 6220 impl, 0 cont) and 7222 constraints
0.01/0.03 c problem read in 0.03
0.01/0.03 c No objective function, only one solution is needed.
0.01/0.03 c presolving settings loaded
0.01/0.06 c presolving:
0.08/0.15 c (round 1) 0 del vars, 7020 del conss, 400 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 201 upgd conss, 25280 impls, 399 clqs
0.08/0.17 c (round 2) 6220 del vars, 7020 del conss, 400 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 25280 impls, 0 clqs
0.08/0.19 c presolving (3 rounds):
0.08/0.19 c 6220 deleted vars, 7020 deleted constraints, 400 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.19 c 25280 implications, 0 cliques
0.08/0.19 c presolved problem has 400 variables (400 bin, 0 int, 0 impl, 0 cont) and 602 constraints
0.08/0.19 c 401 constraints of type <knapsack>
0.08/0.19 c 200 constraints of type <setppc>
0.08/0.19 c 1 constraints of type <linear>
0.08/0.19 c transformed objective value is always integral (scale: 1)
0.08/0.19 c Presolving Time: 0.14
0.08/0.19 c - non default parameters ----------------------------------------------------------------------
0.08/0.19 c # SCIP version 2.1.1.4
0.08/0.19 c
0.08/0.19 c # maximal time in seconds to run
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.19 c limits/time = 1797
0.08/0.19 c
0.08/0.19 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.19 c limits/memory = 13950
0.08/0.19 c
0.08/0.19 c # solving stops, if the given number of solutions were found (-1: no limit)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.19 c limits/solutions = 1
0.08/0.19 c
0.08/0.19 c # maximal number of separation rounds per node (-1: unlimited)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 5]
0.08/0.19 c separating/maxrounds = 1
0.08/0.19 c
0.08/0.19 c # maximal number of separation rounds in the root node (-1: unlimited)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.19 c separating/maxroundsroot = 5
0.08/0.19 c
0.08/0.19 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.19 c # [type: int, range: [1,2], default: 1]
0.08/0.19 c timing/clocktype = 2
0.08/0.19 c
0.08/0.19 c # belongs reading time to solving time?
0.08/0.19 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.19 c timing/reading = TRUE
0.08/0.19 c
0.08/0.19 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.08/0.19 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.08/0.19 c constraints/knapsack/disaggregation = FALSE
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.19 c heuristics/coefdiving/freq = -1
0.08/0.19 c
0.08/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.19 c heuristics/coefdiving/maxlpiterquot = 0.075
0.08/0.19 c
0.08/0.19 c # additional number of allowed LP iterations
0.08/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.19 c heuristics/coefdiving/maxlpiterofs = 1500
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 30]
0.08/0.19 c heuristics/crossover/freq = -1
0.08/0.19 c
0.08/0.19 c # number of nodes added to the contingent of the total nodes
0.08/0.19 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.08/0.19 c heuristics/crossover/nodesofs = 750
0.08/0.19 c
0.08/0.19 c # number of nodes without incumbent change that heuristic should wait
0.08/0.19 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.08/0.19 c heuristics/crossover/nwaitingnodes = 100
0.08/0.19 c
0.08/0.19 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.08/0.19 c # [type: real, range: [0,1], default: 0.1]
0.08/0.19 c heuristics/crossover/nodesquot = 0.15
0.08/0.19 c
0.08/0.19 c # minimum percentage of integer variables that have to be fixed
0.08/0.19 c # [type: real, range: [0,1], default: 0.666]
0.08/0.19 c heuristics/crossover/minfixingrate = 0.5
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 20]
0.08/0.19 c heuristics/feaspump/freq = -1
0.08/0.19 c
0.08/0.19 c # additional number of allowed LP iterations
0.08/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.19 c heuristics/feaspump/maxlpiterofs = 2000
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.19 c heuristics/fracdiving/freq = -1
0.08/0.19 c
0.08/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.19 c heuristics/fracdiving/maxlpiterquot = 0.075
0.08/0.19 c
0.08/0.19 c # additional number of allowed LP iterations
0.08/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.19 c heuristics/fracdiving/maxlpiterofs = 1500
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.19 c heuristics/guideddiving/freq = -1
0.08/0.19 c
0.08/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.19 c heuristics/guideddiving/maxlpiterquot = 0.075
0.08/0.19 c
0.08/0.19 c # additional number of allowed LP iterations
0.08/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.19 c heuristics/guideddiving/maxlpiterofs = 1500
0.08/0.19 c
0.08/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.19 c heuristics/intdiving/maxlpiterquot = 0.075
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.19 c heuristics/intshifting/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.19 c heuristics/linesearchdiving/freq = -1
0.08/0.19 c
0.08/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.19 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.08/0.19 c
0.08/0.19 c # additional number of allowed LP iterations
0.08/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.19 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 20]
0.08/0.19 c heuristics/objpscostdiving/freq = -1
0.08/0.19 c
0.08/0.19 c # maximal fraction of diving LP iterations compared to total iteration number
0.08/0.19 c # [type: real, range: [0,1], default: 0.01]
0.08/0.19 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.08/0.19 c
0.08/0.19 c # additional number of allowed LP iterations
0.08/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.19 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.08/0.19 c heuristics/oneopt/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.19 c heuristics/pscostdiving/freq = -1
0.08/0.19 c
0.08/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.19 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.08/0.19 c
0.08/0.19 c # additional number of allowed LP iterations
0.08/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.19 c heuristics/pscostdiving/maxlpiterofs = 1500
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.08/0.19 c heuristics/rens/freq = -1
0.08/0.19 c
0.08/0.19 c # minimum percentage of integer variables that have to be fixable
0.08/0.19 c # [type: real, range: [0,1], default: 0.5]
0.08/0.19 c heuristics/rens/minfixingrate = 0.3
0.08/0.19 c
0.08/0.19 c # number of nodes added to the contingent of the total nodes
0.08/0.19 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.08/0.19 c heuristics/rens/nodesofs = 2000
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 20]
0.08/0.19 c heuristics/rootsoldiving/freq = -1
0.08/0.19 c
0.08/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.08/0.19 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.08/0.19 c
0.08/0.19 c # additional number of allowed LP iterations
0.08/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.19 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.08/0.19 c heuristics/rounding/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.08/0.19 c heuristics/shiftandpropagate/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.19 c heuristics/shifting/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.08/0.19 c heuristics/simplerounding/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.08/0.19 c heuristics/subnlp/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.08/0.19 c heuristics/trivial/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.08/0.19 c heuristics/trysol/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.08/0.19 c heuristics/undercover/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.19 c heuristics/veclendiving/freq = -1
0.08/0.19 c
0.08/0.19 c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.19 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.19 c heuristics/veclendiving/maxlpiterquot = 0.075
0.08/0.19 c
0.08/0.19 c # additional number of allowed LP iterations
0.08/0.19 c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.19 c heuristics/veclendiving/maxlpiterofs = 1500
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.08/0.19 c heuristics/zirounding/freq = -1
0.08/0.19 c
0.08/0.19 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.19 c propagating/probing/maxprerounds = 0
0.08/0.19 c
0.08/0.19 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.08/0.19 c separating/cmir/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 0]
0.08/0.19 c separating/flowcover/freq = -1
0.08/0.19 c
0.08/0.19 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.19 c separating/rapidlearning/freq = 0
0.08/0.19 c
0.08/0.19 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.08/0.19 c # [type: int, range: [-1,2147483647], default: 1]
0.08/0.19 c heuristics/indoneopt/freq = -1
0.08/0.19 c
0.08/0.19 c -----------------------------------------------------------------------------------------------
0.08/0.19 c start solving
0.08/0.19 c
0.18/0.21 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.18/0.21 c 0.2s| 1 | 0 | 429 | - | 17M| 0 | 101 | 400 | 602 | 400 | 602 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.39/0.48 c 0.5s| 1 | 0 | 867 | - | 18M| 0 | 245 | 400 | 625 | 400 | 659 | 57 | 0 | 0 | 0.000000e+00 | -- | Inf
0.59/0.62 c 0.6s| 1 | 0 | 1149 | - | 18M| 0 | 309 | 400 | 625 | 400 | 743 | 141 | 0 | 0 | 0.000000e+00 | -- | Inf
0.69/0.73 c 0.7s| 1 | 0 | 1165 | - | 18M| 0 | 318 | 400 | 625 | 400 | 757 | 155 | 0 | 0 | 0.000000e+00 | -- | Inf
2.68/2.72 c 2.7s| 1 | 2 | 1165 | - | 18M| 0 | 318 | 400 | 625 | 400 | 757 | 155 | 0 | 14 | 0.000000e+00 | -- | Inf
21.27/21.35 c 21.3s| 100 | 37 | 12984 | 119.4 | 18M| 29 | - | 400 | 666 | 400 | 755 | 155 | 41 | 902 | 0.000000e+00 | -- | Inf
23.58/23.61 c 23.6s| 200 | 61 | 19306 | 91.2 | 18M| 36 | - | 400 | 708 | 400 | 755 | 155 | 83 | 931 | 0.000000e+00 | -- | Inf
24.38/24.45 c 24.4s| 300 | 72 | 24377 | 77.6 | 18M| 36 | - | 400 | 750 | 400 | 755 | 155 | 125 | 963 | 0.000000e+00 | -- | Inf
25.58/25.68 c 25.7s| 400 | 82 | 30242 | 72.9 | 18M| 36 | - | 400 | 797 | 400 | 755 | 155 | 172 | 992 | 0.000000e+00 | -- | Inf
26.18/26.27 c 26.3s| 500 | 82 | 34764 | 67.3 | 18M| 36 | - | 400 | 861 | 400 | 755 | 155 | 237 |1009 | 0.000000e+00 | -- | Inf
26.87/26.90 c 26.9s| 600 | 90 | 38779 | 62.8 | 18M| 38 | 82 | 400 | 917 | 400 | 755 | 155 | 293 |1040 | 0.000000e+00 | -- | Inf
27.58/27.62 c 27.6s| 700 | 90 | 43528 | 60.6 | 18M| 38 | - | 400 | 983 | 400 | 755 | 155 | 359 |1064 | 0.000000e+00 | -- | Inf
28.17/28.23 c 28.2s| 800 | 94 | 47517 | 58.0 | 18M| 38 | 87 | 400 |1019 | 400 | 755 | 155 | 402 |1089 | 0.000000e+00 | -- | Inf
28.97/29.07 c 29.1s| 900 | 86 | 53171 | 57.8 | 18M| 38 | 85 | 400 |1070 | 400 | 755 | 155 | 455 |1125 | 0.000000e+00 | -- | Inf
29.68/29.72 c 29.7s| 1000 | 88 | 57450 | 56.3 | 18M| 38 | - | 400 |1134 | 400 | 755 | 155 | 519 |1150 | 0.000000e+00 | -- | Inf
30.27/30.38 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.38 c 30.4s| 1100 | 94 | 61989 | 55.3 | 18M| 38 | - | 400 |1203 | 400 | 755 | 155 | 588 |1173 | 0.000000e+00 | -- | Inf
30.97/31.00 c 31.0s| 1200 | 92 | 66061 | 54.1 | 18M| 38 | - | 400 |1250 | 400 | 755 | 155 | 638 |1202 | 0.000000e+00 | -- | Inf
31.57/31.67 c 31.7s| 1300 | 93 | 70282 | 53.2 | 18M| 38 | 84 | 400 |1305 | 400 | 755 | 155 | 701 |1229 | 0.000000e+00 | -- | Inf
32.37/32.40 c 32.4s| 1400 | 91 | 74860 | 52.7 | 18M| 38 | 78 | 400 |1359 | 400 | 755 | 155 | 755 |1267 | 0.000000e+00 | -- | Inf
32.87/32.98 c 33.0s| 1500 | 86 | 78663 | 51.7 | 18M| 41 | - | 400 |1420 | 400 | 755 | 155 | 816 |1296 | 0.000000e+00 | -- | Inf
33.87/33.90 c 33.9s| 1600 | 83 | 84672 | 52.2 | 18M| 41 | 88 | 400 |1494 | 400 | 755 | 155 | 891 |1337 | 0.000000e+00 | -- | Inf
34.88/34.90 c 34.9s| 1700 | 87 | 91567 | 53.2 | 18M| 41 | 84 | 400 |1568 | 400 | 755 | 155 | 965 |1366 | 0.000000e+00 | -- | Inf
35.87/35.97 c 36.0s| 1800 | 105 | 96809 | 53.2 | 18M| 41 | 83 | 400 |1621 | 400 | 755 | 155 |1022 |1399 | 0.000000e+00 | -- | Inf
36.58/36.68 c 36.7s| 1900 | 121 |102332 | 53.3 | 18M| 41 | - | 400 |1682 | 400 | 755 | 155 |1084 |1416 | 0.000000e+00 | -- | Inf
37.17/37.24 c 37.2s| 2000 | 119 |107323 | 53.1 | 18M| 41 | - | 400 |1755 | 400 | 755 | 155 |1157 |1422 | 0.000000e+00 | -- | Inf
37.78/37.85 c 37.8s| 2100 | 122 |112519 | 53.1 | 19M| 41 | 84 | 400 |1812 | 400 | 755 | 155 |1214 |1432 | 0.000000e+00 | -- | Inf
38.37/38.44 c 38.4s| 2200 | 120 |118381 | 53.3 | 19M| 41 | - | 400 |1878 | 400 | 755 | 155 |1280 |1433 | 0.000000e+00 | -- | Inf
38.87/38.99 c 39.0s| 2300 | 120 |123502 | 53.2 | 19M| 41 | - | 400 |1936 | 400 | 755 | 155 |1338 |1436 | 0.000000e+00 | -- | Inf
39.37/39.49 c 39.5s| 2400 | 118 |128576 | 53.1 | 19M| 41 | - | 400 |1997 | 400 | 755 | 155 |1399 |1436 | 0.000000e+00 | -- | Inf
39.98/40.03 c 40.0s| 2500 | 118 |133739 | 53.1 | 19M| 41 | - | 400 |2052 | 400 | 755 | 155 |1454 |1437 | 0.000000e+00 | -- | Inf
40.47/40.53 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
40.47/40.53 c 40.5s| 2600 | 114 |138633 | 52.9 | 19M| 41 | - | 400 |2112 | 400 | 755 | 155 |1521 |1439 | 0.000000e+00 | -- | Inf
40.97/41.05 c 41.0s| 2700 | 114 |143911 | 52.9 | 19M| 41 | - | 400 |2173 | 400 | 755 | 155 |1592 |1439 | 0.000000e+00 | -- | Inf
41.57/41.65 c 41.7s| 2800 | 112 |148743 | 52.7 | 19M| 41 | - | 400 |2246 | 400 | 755 | 155 |1670 |1456 | 0.000000e+00 | -- | Inf
42.37/42.41 c 42.4s| 2900 | 114 |154205 | 52.8 | 19M| 41 | 92 | 400 |2311 | 400 | 755 | 155 |1742 |1474 | 0.000000e+00 | -- | Inf
43.17/43.26 c 43.3s| 3000 | 116 |159907 | 52.9 | 19M| 41 | 85 | 400 |2381 | 400 | 755 | 155 |1819 |1498 | 0.000000e+00 | -- | Inf
44.07/44.16 c 44.2s| 3100 | 117 |165777 | 53.1 | 19M| 41 | 84 | 400 |2441 | 400 | 755 | 155 |1881 |1532 | 0.000000e+00 | -- | Inf
45.07/45.10 c 45.1s| 3200 | 125 |172600 | 53.6 | 19M| 41 | - | 400 |2505 | 400 | 755 | 155 |1947 |1549 | 0.000000e+00 | -- | Inf
45.87/45.93 c 45.9s| 3300 | 125 |178202 | 53.7 | 19M| 41 | - | 400 |2569 | 400 | 755 | 155 |2012 |1574 | 0.000000e+00 | -- | Inf
46.77/46.85 c 46.8s| 3400 | 125 |184031 | 53.8 | 19M| 41 | 86 | 400 |2630 | 400 | 755 | 155 |2073 |1606 | 0.000000e+00 | -- | Inf
47.47/47.57 c 47.6s| 3500 | 119 |189328 | 53.8 | 19M| 41 | - | 400 |2689 | 400 | 755 | 155 |2132 |1626 | 0.000000e+00 | -- | Inf
48.27/48.39 c 48.4s| 3600 | 124 |194708 | 53.8 | 19M| 41 | 84 | 400 |2741 | 400 | 755 | 155 |2184 |1655 | 0.000000e+00 | -- | Inf
49.27/49.37 c 49.4s| 3700 | 127 |200648 | 53.9 | 19M| 41 | 84 | 400 |2833 | 400 | 755 | 155 |2276 |1695 | 0.000000e+00 | -- | Inf
49.97/50.06 c 50.1s| 3800 | 119 |206206 | 54.0 | 19M| 41 | 85 | 400 |2915 | 400 | 755 | 155 |2359 |1710 | 0.000000e+00 | -- | Inf
50.87/50.99 c 51.0s| 3900 | 116 |212203 | 54.1 | 19M| 41 | 85 | 400 |2991 | 400 | 755 | 155 |2437 |1741 | 0.000000e+00 | -- | Inf
51.77/51.81 c 51.8s| 4000 | 116 |218084 | 54.2 | 19M| 41 | 93 | 400 |3058 | 400 | 755 | 155 |2504 |1766 | 0.000000e+00 | -- | Inf
52.67/52.71 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
52.67/52.71 c 52.7s| 4100 | 116 |224142 | 54.4 | 19M| 41 | - | 400 |3129 | 400 | 755 | 155 |2575 |1799 | 0.000000e+00 | -- | Inf
53.37/53.45 c 53.4s| 4200 | 117 |229117 | 54.3 | 19M| 41 | - | 400 |3191 | 400 | 755 | 155 |2637 |1823 | 0.000000e+00 | -- | Inf
54.87/54.90 c 54.9s| 4300 | 127 |235023 | 54.4 | 19M| 41 | - | 400 |3260 | 400 | 755 | 155 |2712 |1861 | 0.000000e+00 | -- | Inf
55.46/55.54 c 55.5s| 4400 | 124 |240097 | 54.3 | 19M| 41 | - | 400 |3330 | 400 | 755 | 155 |2782 |1874 | 0.000000e+00 | -- | Inf
56.18/56.28 c 56.3s| 4500 | 124 |245599 | 54.3 | 19M| 41 | - | 400 |3367 | 400 | 755 | 155 |2819 |1893 | 0.000000e+00 | -- | Inf
57.67/57.74 c 57.7s| 4600 | 130 |251877 | 54.5 | 19M| 41 | - | 400 |3399 | 400 | 755 | 155 |2862 |1934 | 0.000000e+00 | -- | Inf
58.37/58.45 c 58.4s| 4700 | 142 |257218 | 54.5 | 19M| 41 | 81 | 400 |3444 | 400 | 755 | 155 |2917 |1951 | 0.000000e+00 | -- | Inf
58.87/58.96 c 59.0s| 4800 | 138 |261321 | 54.2 | 19M| 41 | 88 | 400 |3465 | 400 | 755 | 155 |2953 |1961 | 0.000000e+00 | -- | Inf
59.38/59.43 c 59.4s| 4900 | 144 |265378 | 53.9 | 19M| 41 | 85 | 400 |3492 | 400 | 755 | 155 |2985 |1968 | 0.000000e+00 | -- | Inf
59.76/59.85 c 59.9s| 5000 | 145 |269343 | 53.6 | 19M| 41 | - | 400 |3533 | 400 | 755 | 155 |3026 |1971 | 0.000000e+00 | -- | Inf
60.17/60.28 c 60.3s| 5100 | 145 |273286 | 53.4 | 19M| 41 | 84 | 400 |3573 | 400 | 755 | 155 |3070 |1975 | 0.000000e+00 | -- | Inf
60.58/60.61 c 60.6s| 5200 | 145 |276262 | 52.9 | 19M| 41 | 91 | 400 |3584 | 400 | 755 | 155 |3081 |1975 | 0.000000e+00 | -- | Inf
61.07/61.16 c 61.2s| 5300 | 145 |280664 | 52.7 | 20M| 41 | - | 400 |3640 | 400 | 755 | 155 |3145 |1985 | 0.000000e+00 | -- | Inf
61.58/61.67 c 61.7s| 5400 | 158 |285503 | 52.7 | 20M| 41 | 85 | 400 |3699 | 400 | 755 | 155 |3215 |1988 | 0.000000e+00 | -- | Inf
62.16/62.26 c 62.3s| 5500 | 160 |290912 | 52.7 | 20M| 41 | - | 400 |3735 | 400 | 755 | 155 |3258 |1991 | 0.000000e+00 | -- | Inf
62.67/62.77 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
62.67/62.77 c 62.8s| 5600 | 162 |295865 | 52.6 | 20M| 41 | - | 400 |3757 | 400 | 755 | 155 |3287 |1991 | 0.000000e+00 | -- | Inf
63.06/63.19 c 63.2s| 5700 | 166 |299848 | 52.4 | 20M| 41 | - | 400 |3779 | 400 | 755 | 155 |3324 |1991 | 0.000000e+00 | -- | Inf
63.47/63.58 c 63.6s| 5800 | 176 |303546 | 52.1 | 20M| 41 | - | 400 |3794 | 400 | 755 | 155 |3371 |1992 | 0.000000e+00 | -- | Inf
63.87/63.91 c 63.9s| 5900 | 176 |306619 | 51.8 | 20M| 41 | - | 400 |3809 | 400 | 755 | 155 |3428 |1992 | 0.000000e+00 | -- | Inf
64.27/64.32 c 64.3s| 6000 | 169 |310692 | 51.6 | 20M| 41 | - | 400 |3836 | 400 | 755 | 155 |3499 |1992 | 0.000000e+00 | -- | Inf
64.66/64.75 c 64.8s| 6100 | 171 |315078 | 51.5 | 20M| 41 | - | 400 |3864 | 400 | 755 | 155 |3562 |1992 | 0.000000e+00 | -- | Inf
65.07/65.19 c 65.2s| 6200 | 170 |319580 | 51.4 | 20M| 41 | 83 | 400 |3889 | 400 | 755 | 155 |3620 |1992 | 0.000000e+00 | -- | Inf
65.66/65.79 c 65.8s| 6300 | 170 |324604 | 51.3 | 20M| 41 | - | 400 |3927 | 400 | 755 | 155 |3690 |2005 | 0.000000e+00 | -- | Inf
66.36/66.45 c 66.4s| 6400 | 170 |329229 | 51.3 | 20M| 41 | - | 400 |3963 | 400 | 755 | 155 |3749 |2030 | 0.000000e+00 | -- | Inf
67.07/67.13 c 67.1s| 6500 | 164 |334035 | 51.2 | 20M| 41 | 81 | 400 |3978 | 400 | 755 | 155 |3806 |2053 | 0.000000e+00 | -- | Inf
67.86/67.94 c 67.9s| 6600 | 164 |340198 | 51.4 | 20M| 41 | - | 400 |4048 | 400 | 755 | 155 |3887 |2072 | 0.000000e+00 | -- | Inf
68.66/68.72 c 68.7s| 6700 | 174 |345785 | 51.4 | 20M| 41 | 87 | 400 |4056 | 400 | 755 | 155 |3949 |2091 | 0.000000e+00 | -- | Inf
69.37/69.46 c 69.5s| 6800 | 174 |351034 | 51.5 | 20M| 41 | 88 | 400 |4086 | 400 | 755 | 155 |4024 |2116 | 0.000000e+00 | -- | Inf
70.37/70.40 c 70.4s| 6900 | 167 |357975 | 51.7 | 20M| 41 | - | 400 |4116 | 400 | 755 | 155 |4121 |2138 | 0.000000e+00 | -- | Inf
71.17/71.24 c 71.2s| 7000 | 169 |363822 | 51.8 | 20M| 41 | 90 | 400 |4153 | 400 | 755 | 155 |4176 |2165 | 0.000000e+00 | -- | Inf
71.96/72.04 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
71.96/72.04 c 72.0s| 7100 | 169 |369625 | 51.9 | 20M| 41 | 88 | 400 |4190 | 400 | 755 | 155 |4228 |2190 | 0.000000e+00 | -- | Inf
72.57/72.61 c 72.6s| 7200 | 171 |373564 | 51.7 | 20M| 41 | 89 | 400 |4204 | 400 | 755 | 155 |4254 |2212 | 0.000000e+00 | -- | Inf
73.27/73.33 c 73.3s| 7300 | 175 |378560 | 51.7 | 20M| 41 | 83 | 400 |4202 | 400 | 755 | 155 |4314 |2237 | 0.000000e+00 | -- | Inf
73.87/73.96 c 74.0s| 7400 | 173 |382839 | 51.6 | 20M| 41 | - | 400 |4192 | 400 | 755 | 155 |4366 |2254 | 0.000000e+00 | -- | Inf
74.56/74.63 c 74.6s| 7500 | 176 |387491 | 51.5 | 20M| 42 | - | 400 |4216 | 400 | 755 | 155 |4406 |2272 | 0.000000e+00 | -- | Inf
75.26/75.38 c 75.4s| 7600 | 172 |392803 | 51.5 | 20M| 42 | 89 | 400 |4257 | 400 | 755 | 155 |4460 |2295 | 0.000000e+00 | -- | Inf
75.97/76.02 c 76.0s| 7700 | 174 |397340 | 51.5 | 20M| 42 | - | 400 |4282 | 400 | 755 | 155 |4535 |2319 | 0.000000e+00 | -- | Inf
76.66/76.73 c 76.7s| 7800 | 176 |402342 | 51.4 | 20M| 42 | - | 400 |4310 | 400 | 755 | 155 |4592 |2344 | 0.000000e+00 | -- | Inf
77.36/77.42 c 77.4s| 7900 | 178 |406520 | 51.3 | 20M| 42 | - | 400 |4361 | 400 | 755 | 155 |4659 |2372 | 0.000000e+00 | -- | Inf
77.96/78.04 c 78.0s| 8000 | 172 |411427 | 51.3 | 20M| 42 | 86 | 400 |4418 | 400 | 755 | 155 |4730 |2388 | 0.000000e+00 | -- | Inf
78.66/78.72 c 78.7s| 8100 | 170 |415833 | 51.2 | 20M| 42 | 85 | 400 |4355 | 400 | 755 | 155 |4766 |2408 | 0.000000e+00 | -- | Inf
79.27/79.34 c 79.3s| 8200 | 172 |420403 | 51.1 | 20M| 42 | 82 | 400 |4344 | 400 | 755 | 155 |4808 |2425 | 0.000000e+00 | -- | Inf
79.96/80.06 c 80.1s| 8300 | 172 |425471 | 51.1 | 20M| 42 | 83 | 400 |4370 | 400 | 755 | 155 |4837 |2446 | 0.000000e+00 | -- | Inf
80.76/80.83 c 80.8s| 8400 | 170 |431215 | 51.2 | 20M| 42 | 83 | 400 |4405 | 400 | 755 | 155 |4876 |2469 | 0.000000e+00 | -- | Inf
81.47/81.55 c 81.5s| 8500 | 168 |436508 | 51.2 | 20M| 43 | - | 400 |4460 | 400 | 755 | 155 |4934 |2491 | 0.000000e+00 | -- | Inf
82.16/82.24 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
82.16/82.24 c 82.2s| 8600 | 170 |442528 | 51.3 | 20M| 43 | 86 | 400 |4451 | 400 | 755 | 155 |4980 |2501 | 0.000000e+00 | -- | Inf
82.86/82.99 c 83.0s| 8700 | 178 |448626 | 51.4 | 20M| 43 | 77 | 400 |4460 | 400 | 755 | 155 |5026 |2513 | 0.000000e+00 | -- | Inf
83.57/83.67 c 83.7s| 8800 | 176 |454685 | 51.5 | 20M| 43 | - | 400 |4496 | 400 | 755 | 155 |5067 |2520 | 0.000000e+00 | -- | Inf
84.16/84.20 c 84.2s| 8900 | 174 |460032 | 51.6 | 20M| 44 | - | 400 |4519 | 400 | 755 | 155 |5092 |2520 | 0.000000e+00 | -- | Inf
84.66/84.79 c 84.8s| 9000 | 175 |465396 | 51.6 | 20M| 44 | - | 400 |4518 | 400 | 755 | 155 |5140 |2525 | 0.000000e+00 | -- | Inf
85.36/85.42 c 85.4s| 9100 | 175 |470775 | 51.6 | 20M| 44 | 88 | 400 |4535 | 400 | 755 | 155 |5202 |2536 | 0.000000e+00 | -- | Inf
85.86/85.94 c 85.9s| 9200 | 173 |475406 | 51.6 | 20M| 44 | - | 400 |4553 | 400 | 755 | 155 |5264 |2543 | 0.000000e+00 | -- | Inf
86.56/86.62 c 86.6s| 9300 | 169 |481734 | 51.7 | 20M| 44 | - | 400 |4524 | 400 | 755 | 155 |5339 |2548 | 0.000000e+00 | -- | Inf
87.16/87.25 c 87.2s| 9400 | 184 |486615 | 51.6 | 20M| 44 | 89 | 400 |4492 | 400 | 755 | 155 |5404 |2559 | 0.000000e+00 | -- | Inf
87.66/87.71 c 87.7s| 9500 | 188 |491286 | 51.6 | 20M| 44 | - | 400 |4480 | 400 | 755 | 155 |5460 |2559 | 0.000000e+00 | -- | Inf
88.06/88.17 c 88.2s| 9600 | 186 |495938 | 51.5 | 20M| 44 | 85 | 400 |4495 | 400 | 755 | 155 |5524 |2559 | 0.000000e+00 | -- | Inf
88.56/88.64 c 88.6s| 9700 | 188 |500790 | 51.5 | 20M| 44 | - | 400 |4528 | 400 | 755 | 155 |5600 |2560 | 0.000000e+00 | -- | Inf
89.16/89.27 c 89.3s| 9800 | 178 |507012 | 51.6 | 20M| 44 | 88 | 400 |4504 | 400 | 755 | 155 |5677 |2561 | 0.000000e+00 | -- | Inf
89.75/89.83 c 89.8s| 9900 | 180 |512578 | 51.7 | 20M| 44 | - | 400 |4499 | 400 | 755 | 155 |5768 |2562 | 0.000000e+00 | -- | Inf
90.36/90.44 c 90.4s| 10000 | 182 |518612 | 51.7 | 20M| 44 | - | 400 |4533 | 400 | 755 | 155 |5834 |2564 | 0.000000e+00 | -- | Inf
90.96/91.01 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
90.96/91.01 c 91.0s| 10100 | 172 |523037 | 51.7 | 20M| 44 | 84 | 400 |4525 | 400 | 755 | 155 |5890 |2576 | 0.000000e+00 | -- | Inf
91.86/91.99 c 92.0s| 10200 | 178 |529448 | 51.8 | 20M| 44 | - | 400 |4428 | 400 | 755 | 155 |5959 |2600 | 0.000000e+00 | -- | Inf
92.76/92.86 c 92.9s| 10300 | 182 |536264 | 52.0 | 20M| 44 | 95 | 400 |4505 | 400 | 755 | 155 |6045 |2613 | 0.000000e+00 | -- | Inf
93.76/93.85 c 93.9s| 10400 | 179 |543843 | 52.2 | 20M| 44 | - | 400 |4566 | 400 | 755 | 155 |6149 |2637 | 0.000000e+00 | -- | Inf
94.66/94.71 c 94.7s| 10500 | 178 |550136 | 52.3 | 20M| 44 | 91 | 400 |4626 | 400 | 755 | 155 |6225 |2657 | 0.000000e+00 | -- | Inf
95.36/95.45 c 95.4s| 10600 | 180 |555737 | 52.3 | 20M| 44 | 80 | 400 |4642 | 400 | 755 | 155 |6274 |2672 | 0.000000e+00 | -- | Inf
95.86/95.95 c 96.0s| 10700 | 176 |558886 | 52.1 | 20M| 44 | 86 | 400 |4669 | 400 | 755 | 155 |6302 |2693 | 0.000000e+00 | -- | Inf
96.36/96.41 c 96.4s| 10800 | 176 |562430 | 52.0 | 20M| 44 | 86 | 400 |4682 | 400 | 755 | 155 |6315 |2705 | 0.000000e+00 | -- | Inf
96.96/97.00 c 97.0s| 10900 | 178 |566754 | 51.9 | 20M| 44 | - | 400 |4659 | 400 | 755 | 155 |6348 |2720 | 0.000000e+00 | -- | Inf
97.56/97.60 c 97.6s| 11000 | 176 |570893 | 51.8 | 20M| 45 | - | 400 |4681 | 400 | 755 | 155 |6373 |2742 | 0.000000e+00 | -- | Inf
98.26/98.39 c 98.4s| 11100 | 182 |576785 | 51.9 | 20M| 45 | 87 | 400 |4679 | 400 | 755 | 155 |6430 |2756 | 0.000000e+00 | -- | Inf
99.16/99.22 c 99.2s| 11200 | 184 |582102 | 51.9 | 20M| 45 | - | 400 |4646 | 400 | 755 | 155 |6500 |2782 | 0.000000e+00 | -- | Inf
99.85/99.90 c 99.9s| 11300 | 193 |587746 | 51.9 | 20M| 45 | - | 400 |4659 | 400 | 755 | 155 |6569 |2795 | 0.000000e+00 | -- | Inf
100.26/100.37 c 100s| 11400 | 192 |591784 | 51.8 | 20M| 45 | 86 | 400 |4706 | 400 | 755 | 155 |6619 |2806 | 0.000000e+00 | -- | Inf
100.85/100.94 c 101s| 11500 | 189 |596131 | 51.7 | 20M| 45 | - | 400 |4757 | 400 | 755 | 155 |6673 |2824 | 0.000000e+00 | -- | Inf
101.36/101.47 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
101.36/101.47 c 101s| 11600 | 193 |600309 | 51.7 | 20M| 45 | - | 400 |4800 | 400 | 755 | 155 |6719 |2836 | 0.000000e+00 | -- | Inf
101.96/102.06 c 102s| 11700 | 189 |604818 | 51.6 | 20M| 45 | - | 400 |4868 | 400 | 755 | 155 |6791 |2855 | 0.000000e+00 | -- | Inf
102.66/102.80 c 103s| 11800 | 195 |610364 | 51.6 | 20M| 45 | - | 400 |4919 | 400 | 755 | 155 |6849 |2880 | 0.000000e+00 | -- | Inf
103.56/103.60 c 104s| 11900 | 185 |616732 | 51.7 | 20M| 45 | - | 400 |4982 | 400 | 755 | 155 |6920 |2906 | 0.000000e+00 | -- | Inf
104.36/104.48 c 104s| 12000 | 191 |623023 | 51.8 | 20M| 45 | - | 400 |5016 | 400 | 755 | 155 |6988 |2936 | 0.000000e+00 | -- | Inf
105.15/105.23 c 105s| 12100 | 193 |629101 | 51.9 | 20M| 45 | 83 | 400 |5056 | 400 | 755 | 155 |7060 |2950 | 0.000000e+00 | -- | Inf
105.96/106.05 c 106s| 12200 | 189 |635290 | 52.0 | 20M| 45 | - | 400 |5104 | 400 | 755 | 155 |7133 |2974 | 0.000000e+00 | -- | Inf
106.67/106.74 c 107s| 12300 | 187 |640577 | 52.0 | 21M| 45 | 90 | 400 |5169 | 400 | 755 | 155 |7209 |2995 | 0.000000e+00 | -- | Inf
107.66/107.76 c 108s| 12400 | 187 |647753 | 52.1 | 21M| 45 | - | 400 |5202 | 400 | 755 | 155 |7278 |3024 | 0.000000e+00 | -- | Inf
108.45/108.54 c 109s| 12500 | 195 |653300 | 52.2 | 21M| 45 | 84 | 400 |5208 | 400 | 755 | 155 |7333 |3044 | 0.000000e+00 | -- | Inf
108.96/109.03 c 109s| 12600 | 201 |657162 | 52.1 | 21M| 45 | 85 | 400 |5202 | 400 | 755 | 155 |7349 |3053 | 0.000000e+00 | -- | Inf
109.65/109.75 c 110s| 12700 | 200 |662540 | 52.1 | 21M| 45 | - | 400 |5254 | 400 | 755 | 155 |7434 |3074 | 0.000000e+00 | -- | Inf
110.46/110.58 c 111s| 12800 | 203 |668230 | 52.1 | 21M| 45 | - | 400 |5280 | 400 | 755 | 155 |7509 |3096 | 0.000000e+00 | -- | Inf
111.36/111.45 c 111s| 12900 | 215 |674453 | 52.2 | 21M| 45 | - | 400 |5279 | 400 | 755 | 155 |7570 |3118 | 0.000000e+00 | -- | Inf
112.05/112.10 c 112s| 13000 | 218 |680538 | 52.3 | 21M| 45 | - | 400 |5346 | 400 | 755 | 155 |7659 |3123 | 0.000000e+00 | -- | Inf
112.65/112.78 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
112.65/112.78 c 113s| 13100 | 218 |686878 | 52.3 | 21M| 45 | 87 | 400 |5399 | 400 | 755 | 155 |7713 |3126 | 0.000000e+00 | -- | Inf
113.45/113.54 c 114s| 13200 | 217 |693336 | 52.4 | 21M| 45 | - | 400 |5447 | 400 | 755 | 155 |7796 |3139 | 0.000000e+00 | -- | Inf
114.05/114.17 c 114s| 13300 | 215 |699199 | 52.5 | 21M| 45 | - | 400 |5511 | 400 | 755 | 155 |7866 |3145 | 0.000000e+00 | -- | Inf
114.75/114.85 c 115s| 13400 | 217 |705340 | 52.6 | 21M| 45 | 86 | 400 |5558 | 400 | 755 | 155 |7916 |3153 | 0.000000e+00 | -- | Inf
115.46/115.60 c 116s| 13500 | 214 |712424 | 52.7 | 21M| 45 | - | 400 |5601 | 400 | 755 | 155 |7964 |3157 | 0.000000e+00 | -- | Inf
116.15/116.21 c 116s| 13600 | 210 |718219 | 52.7 | 21M| 45 | - | 400 |5634 | 400 | 755 | 155 |8032 |3160 | 0.000000e+00 | -- | Inf
116.75/116.89 c 117s| 13700 | 214 |724009 | 52.8 | 21M| 45 | - | 400 |5672 | 400 | 755 | 155 |8107 |3167 | 0.000000e+00 | -- | Inf
117.55/117.68 c 118s| 13800 | 216 |731432 | 52.9 | 21M| 45 | - | 400 |5732 | 400 | 755 | 155 |8193 |3170 | 0.000000e+00 | -- | Inf
118.36/118.41 c 118s| 13900 | 216 |738497 | 53.0 | 21M| 45 | 89 | 400 |5787 | 400 | 755 | 155 |8259 |3171 | 0.000000e+00 | -- | Inf
119.16/119.25 c 119s| 14000 | 209 |746795 | 53.3 | 21M| 45 | - | 400 |5805 | 400 | 755 | 155 |8325 |3173 | 0.000000e+00 | -- | Inf
119.76/119.89 c 120s| 14100 | 214 |753162 | 53.3 | 21M| 45 | 91 | 400 |5852 | 400 | 755 | 155 |8378 |3173 | 0.000000e+00 | -- | Inf
120.45/120.53 c 121s| 14200 | 218 |759393 | 53.4 | 21M| 45 | - | 400 |5886 | 400 | 755 | 155 |8429 |3173 | 0.000000e+00 | -- | Inf
121.06/121.15 c 121s| 14300 | 218 |765499 | 53.5 | 21M| 45 | 85 | 400 |5919 | 400 | 755 | 155 |8495 |3173 | 0.000000e+00 | -- | Inf
121.76/121.82 c 122s| 14400 | 216 |772135 | 53.5 | 21M| 45 | 85 | 400 |5968 | 400 | 755 | 155 |8555 |3174 | 0.000000e+00 | -- | Inf
122.26/122.38 c 122s| 14500 | 216 |777609 | 53.6 | 21M| 45 | - | 400 |6026 | 400 | 755 | 155 |8617 |3174 | 0.000000e+00 | -- | Inf
123.16/123.23 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
123.16/123.23 c 123s| 14600 | 213 |784069 | 53.6 | 21M| 45 | 112 | 400 |6064 | 400 | 755 | 155 |8689 |3195 | 0.000000e+00 | -- | Inf
124.05/124.14 c 124s| 14700 | 223 |790941 | 53.7 | 21M| 45 | - | 400 |6121 | 400 | 755 | 155 |8761 |3214 | 0.000000e+00 | -- | Inf
125.05/125.15 c 125s| 14800 | 225 |798544 | 53.9 | 21M| 45 | 89 | 400 |6158 | 400 | 755 | 155 |8810 |3239 | 0.000000e+00 | -- | Inf
125.75/125.88 c 126s| 14900 | 227 |803553 | 53.9 | 21M| 45 | 92 | 400 |6187 | 400 | 755 | 155 |8846 |3261 | 0.000000e+00 | -- | Inf
126.36/126.44 c 126s| 15000 | 231 |808104 | 53.8 | 21M| 45 | 86 | 400 |6192 | 400 | 755 | 155 |8892 |3272 | 0.000000e+00 | -- | Inf
127.25/127.32 c 127s| 15100 | 235 |814717 | 53.9 | 21M| 45 | 83 | 400 |6266 | 400 | 755 | 155 |8986 |3292 | 0.000000e+00 | -- | Inf
127.96/128.07 c 128s| 15200 | 239 |820487 | 53.9 | 21M| 45 | - | 400 |6323 | 400 | 755 | 155 |9063 |3309 | 0.000000e+00 | -- | Inf
128.76/128.85 c 129s| 15300 | 239 |826638 | 54.0 | 21M| 45 | 87 | 400 |6370 | 400 | 755 | 155 |9124 |3320 | 0.000000e+00 | -- | Inf
129.76/129.86 c 130s| 15400 | 237 |833954 | 54.1 | 21M| 45 | - | 400 |6433 | 400 | 755 | 155 |9190 |3344 | 0.000000e+00 | -- | Inf
130.45/130.56 c 131s| 15500 | 235 |839782 | 54.1 | 21M| 45 | - | 400 |6469 | 400 | 755 | 155 |9237 |3356 | 0.000000e+00 | -- | Inf
131.45/131.58 c 132s| 15600 | 239 |846879 | 54.2 | 21M| 45 | 86 | 400 |6479 | 400 | 755 | 155 |9302 |3381 | 0.000000e+00 | -- | Inf
132.36/132.42 c 132s| 15700 | 239 |853636 | 54.3 | 21M| 45 | - | 400 |6529 | 400 | 755 | 155 |9383 |3393 | 0.000000e+00 | -- | Inf
133.25/133.34 c 133s| 15800 | 239 |860196 | 54.4 | 21M| 45 | 89 | 400 |6582 | 400 | 755 | 155 |9444 |3414 | 0.000000e+00 | -- | Inf
134.05/134.13 c 134s| 15900 | 241 |866449 | 54.4 | 21M| 45 | - | 400 |6588 | 400 | 755 | 155 |9511 |3425 | 0.000000e+00 | -- | Inf
134.85/134.95 c 135s| 16000 | 259 |872085 | 54.4 | 21M| 45 | 91 | 400 |6480 | 400 | 755 | 155 |9565 |3443 | 0.000000e+00 | -- | Inf
135.86/135.94 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
135.86/135.94 c 136s| 16100 | 277 |879459 | 54.6 | 21M| 45 | 86 | 400 |6488 | 400 | 755 | 155 |9626 |3464 | 0.000000e+00 | -- | Inf
136.75/136.80 c 137s| 16200 | 271 |884967 | 54.6 | 21M| 45 | - | 400 |6535 | 400 | 755 | 155 |9688 |3489 | 0.000000e+00 | -- | Inf
137.25/137.32 c 137s| 16300 | 274 |890146 | 54.5 | 21M| 45 | - | 400 |6577 | 400 | 755 | 155 |9747 |3489 | 0.000000e+00 | -- | Inf
138.05/138.10 c 138s| 16400 | 276 |895892 | 54.6 | 21M| 45 | 90 | 400 |6607 | 400 | 755 | 155 |9832 |3511 | 0.000000e+00 | -- | Inf
138.76/138.84 c 139s| 16500 | 278 |901568 | 54.6 | 21M| 45 | - | 400 |6638 | 400 | 755 | 155 |9910 |3526 | 0.000000e+00 | -- | Inf
139.45/139.55 c 140s| 16600 | 288 |906355 | 54.5 | 21M| 45 | 86 | 400 |6615 | 400 | 755 | 155 |9978 |3548 | 0.000000e+00 | -- | Inf
139.95/140.04 c 140s| 16700 | 292 |910535 | 54.5 | 22M| 45 | - | 400 |6661 | 400 | 755 | 155 | 10k|3556 | 0.000000e+00 | -- | Inf
140.55/140.69 c 141s| 16800 | 289 |915242 | 54.4 | 22M| 45 | 83 | 400 |6728 | 400 | 755 | 155 | 10k|3574 | 0.000000e+00 | -- | Inf
141.45/141.53 c 142s| 16900 | 305 |921148 | 54.4 | 22M| 45 | - | 400 |6607 | 400 | 755 | 155 | 10k|3596 | 0.000000e+00 | -- | Inf
142.15/142.23 c 142s| 17000 | 315 |926656 | 54.4 | 22M| 45 | 80 | 400 |6554 | 400 | 755 | 155 | 10k|3614 | 0.000000e+00 | -- | Inf
142.75/142.89 c 143s| 17100 | 311 |931901 | 54.4 | 22M| 45 | 84 | 400 |6560 | 400 | 755 | 155 | 10k|3630 | 0.000000e+00 | -- | Inf
143.45/143.58 c 144s| 17200 | 308 |937489 | 54.4 | 22M| 45 | 82 | 400 |6538 | 400 | 755 | 155 | 10k|3645 | 0.000000e+00 | -- | Inf
144.05/144.16 c 144s| 17300 | 306 |943008 | 54.4 | 22M| 45 | - | 400 |6537 | 400 | 755 | 155 | 10k|3649 | 0.000000e+00 | -- | Inf
144.76/144.80 c 145s| 17400 | 303 |948520 | 54.4 | 22M| 45 | - | 400 |6540 | 400 | 755 | 155 | 10k|3658 | 0.000000e+00 | -- | Inf
145.35/145.44 c 145s| 17500 | 305 |954244 | 54.5 | 21M| 45 | - | 400 |6458 | 400 | 755 | 155 | 10k|3666 | 0.000000e+00 | -- | Inf
145.85/145.99 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
145.85/145.99 c 146s| 17600 | 313 |959481 | 54.5 | 22M| 45 | - | 400 |6463 | 400 | 755 | 155 | 10k|3669 | 0.000000e+00 | -- | Inf
146.35/146.42 c 146s| 17700 | 310 |963828 | 54.4 | 22M| 45 | 82 | 400 |6512 | 400 | 755 | 155 | 10k|3671 | 0.000000e+00 | -- | Inf
146.75/146.88 c 147s| 17800 | 309 |968304 | 54.3 | 22M| 45 | 83 | 400 |6552 | 400 | 755 | 155 | 10k|3674 | 0.000000e+00 | -- | Inf
147.25/147.36 c 147s| 17900 | 307 |973073 | 54.3 | 22M| 45 | 83 | 400 |6603 | 400 | 755 | 155 | 10k|3676 | 0.000000e+00 | -- | Inf
148.05/148.12 c 148s| 18000 | 315 |980125 | 54.4 | 22M| 45 | 102 | 400 |6591 | 400 | 755 | 155 | 10k|3680 | 0.000000e+00 | -- | Inf
148.65/148.74 c 149s| 18100 | 325 |986189 | 54.4 | 22M| 45 | 92 | 400 |6594 | 400 | 755 | 155 | 10k|3680 | 0.000000e+00 | -- | Inf
149.15/149.29 c 149s| 18200 | 321 |991557 | 54.4 | 22M| 45 | 86 | 400 |6603 | 400 | 755 | 155 | 10k|3680 | 0.000000e+00 | -- | Inf
149.75/149.81 c 150s| 18300 | 327 |996677 | 54.4 | 22M| 45 | 86 | 400 |6640 | 400 | 755 | 155 | 11k|3680 | 0.000000e+00 | -- | Inf
150.35/150.42 c 150s| 18400 | 325 | 1002k| 54.4 | 22M| 45 | 79 | 400 |6699 | 400 | 755 | 155 | 11k|3680 | 0.000000e+00 | -- | Inf
150.95/151.05 c 151s| 18500 | 323 | 1009k| 54.5 | 22M| 45 | - | 400 |6737 | 400 | 755 | 155 | 11k|3680 | 0.000000e+00 | -- | Inf
151.45/151.52 c 152s| 18600 | 323 | 1013k| 54.5 | 22M| 45 | 87 | 400 |6793 | 400 | 755 | 155 | 11k|3680 | 0.000000e+00 | -- | Inf
151.95/152.00 c 152s| 18700 | 327 | 1018k| 54.4 | 22M| 45 | 86 | 400 |6778 | 400 | 755 | 155 | 11k|3680 | 0.000000e+00 | -- | Inf
152.35/152.45 c 152s| 18800 | 325 | 1023k| 54.4 | 22M| 45 | 84 | 400 |6823 | 400 | 755 | 155 | 11k|3680 | 0.000000e+00 | -- | Inf
153.05/153.14 c 153s| 18900 | 337 | 1030k| 54.4 | 22M| 45 | - | 400 |6734 | 400 | 755 | 155 | 11k|3682 | 0.000000e+00 | -- | Inf
153.75/153.84 c 154s| 19000 | 338 | 1036k| 54.5 | 22M| 45 | - | 400 |6744 | 400 | 755 | 155 | 11k|3682 | 0.000000e+00 | -- | Inf
154.45/154.57 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
154.45/154.57 c 155s| 19100 | 337 | 1044k| 54.6 | 22M| 46 | 82 | 400 |6607 | 400 | 755 | 155 | 11k|3682 | 0.000000e+00 | -- | Inf
155.35/155.40 c 155s| 19200 | 338 | 1051k| 54.7 | 22M| 46 | - | 400 |6641 | 400 | 755 | 155 | 11k|3691 | 0.000000e+00 | -- | Inf
156.05/156.15 c 156s| 19300 | 342 | 1057k| 54.7 | 22M| 46 | 86 | 400 |6688 | 400 | 755 | 155 | 11k|3702 | 0.000000e+00 | -- | Inf
156.85/156.92 c 157s| 19400 | 346 | 1062k| 54.7 | 22M| 46 | 88 | 400 |6729 | 400 | 755 | 155 | 11k|3721 | 0.000000e+00 | -- | Inf
157.65/157.75 c 158s| 19500 | 342 | 1069k| 54.8 | 22M| 46 | - | 400 |6776 | 400 | 755 | 155 | 11k|3742 | 0.000000e+00 | -- | Inf
158.46/158.53 c 159s| 19600 | 344 | 1075k| 54.8 | 22M| 46 | 86 | 400 |6818 | 400 | 755 | 155 | 11k|3757 | 0.000000e+00 | -- | Inf
159.05/159.12 c 159s| 19700 | 342 | 1079k| 54.8 | 22M| 46 | 80 | 400 |6802 | 400 | 755 | 155 | 11k|3776 | 0.000000e+00 | -- | Inf
159.75/159.80 c 160s| 19800 | 342 | 1085k| 54.7 | 22M| 46 | - | 400 |6768 | 400 | 755 | 155 | 11k|3795 | 0.000000e+00 | -- | Inf
160.45/160.52 c 161s| 19900 | 352 | 1090k| 54.7 | 22M| 46 | - | 400 |6760 | 400 | 755 | 155 | 12k|3811 | 0.000000e+00 | -- | Inf
161.05/161.13 c 161s| 20000 | 350 | 1095k| 54.7 | 22M| 46 | - | 400 |6774 | 400 | 755 | 155 | 12k|3824 | 0.000000e+00 | -- | Inf
161.84/161.96 c 162s| 20100 | 348 | 1100k| 54.7 | 22M| 46 | 90 | 400 |6776 | 400 | 755 | 155 | 12k|3852 | 0.000000e+00 | -- | Inf
162.45/162.51 c 163s| 20200 | 350 | 1105k| 54.7 | 22M| 46 | - | 400 |6815 | 400 | 755 | 155 | 12k|3862 | 0.000000e+00 | -- | Inf
163.14/163.24 c 163s| 20300 | 348 | 1111k| 54.7 | 22M| 46 | 84 | 400 |6876 | 400 | 755 | 155 | 12k|3879 | 0.000000e+00 | -- | Inf
163.75/163.86 c 164s| 20400 | 350 | 1116k| 54.7 | 22M| 46 | - | 400 |6926 | 400 | 755 | 155 | 12k|3895 | 0.000000e+00 | -- | Inf
164.44/164.58 c 165s| 20500 | 356 | 1122k| 54.7 | 22M| 46 | - | 400 |6903 | 400 | 755 | 155 | 12k|3908 | 0.000000e+00 | -- | Inf
165.15/165.29 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
165.15/165.29 c 165s| 20600 | 364 | 1127k| 54.7 | 22M| 46 | - | 400 |6938 | 400 | 755 | 155 | 12k|3926 | 0.000000e+00 | -- | Inf
165.95/166.10 c 166s| 20700 | 360 | 1133k| 54.7 | 22M| 46 | - | 400 |7020 | 400 | 755 | 155 | 12k|3946 | 0.000000e+00 | -- | Inf
166.85/166.92 c 167s| 20800 | 362 | 1140k| 54.8 | 22M| 46 | - | 400 |7084 | 400 | 755 | 155 | 12k|3965 | 0.000000e+00 | -- | Inf
167.44/167.56 c 168s| 20900 | 356 | 1146k| 54.8 | 22M| 46 | - | 400 |7181 | 400 | 755 | 155 | 12k|3975 | 0.000000e+00 | -- | Inf
168.45/168.50 c 169s| 21000 | 359 | 1152k| 54.8 | 22M| 46 | - | 400 |7184 | 400 | 755 | 155 | 12k|3999 | 0.000000e+00 | -- | Inf
169.24/169.31 c 169s| 21100 | 363 | 1159k| 54.9 | 22M| 46 | 90 | 400 |7084 | 400 | 755 | 155 | 12k|4018 | 0.000000e+00 | -- | Inf
170.05/170.16 c 170s| 21200 | 359 | 1165k| 54.9 | 22M| 46 | 85 | 400 |7103 | 400 | 755 | 155 | 12k|4039 | 0.000000e+00 | -- | Inf
170.75/170.87 c 171s| 21300 | 369 | 1171k| 54.9 | 22M| 46 | - | 400 |7101 | 400 | 755 | 155 | 12k|4052 | 0.000000e+00 | -- | Inf
171.65/171.77 c 172s| 21400 | 369 | 1177k| 55.0 | 22M| 46 | 89 | 400 |7127 | 400 | 755 | 155 | 12k|4081 | 0.000000e+00 | -- | Inf
172.25/172.34 c 172s| 21500 | 371 | 1182k| 55.0 | 22M| 46 | 85 | 400 |7106 | 400 | 755 | 155 | 13k|4086 | 0.000000e+00 | -- | Inf
173.24/173.32 c 173s| 21600 | 374 | 1190k| 55.0 | 22M| 46 | - | 400 |7061 | 400 | 755 | 155 | 13k|4107 | 0.000000e+00 | -- | Inf
174.25/174.37 c 174s| 21700 | 372 | 1198k| 55.2 | 22M| 46 | - | 400 |7013 | 400 | 755 | 155 | 13k|4129 | 0.000000e+00 | -- | Inf
175.05/175.19 c 175s| 21800 | 380 | 1204k| 55.2 | 22M| 46 | - | 400 |6965 | 400 | 755 | 155 | 13k|4144 | 0.000000e+00 | -- | Inf
175.95/176.04 c 176s| 21900 | 390 | 1210k| 55.2 | 22M| 46 | - | 400 |6929 | 400 | 755 | 155 | 13k|4164 | 0.000000e+00 | -- | Inf
176.85/176.91 c 177s| 22000 | 398 | 1217k| 55.3 | 22M| 46 | 86 | 400 |6949 | 400 | 755 | 155 | 13k|4181 | 0.000000e+00 | -- | Inf
177.54/177.66 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
177.54/177.66 c 178s| 22100 | 397 | 1224k| 55.3 | 22M| 46 | 81 | 400 |7033 | 400 | 755 | 155 | 13k|4196 | 0.000000e+00 | -- | Inf
178.55/178.60 c 179s| 22200 | 401 | 1231k| 55.4 | 22M| 46 | - | 400 |7056 | 400 | 755 | 155 | 13k|4223 | 0.000000e+00 | -- | Inf
179.26/179.32 c 179s| 22300 | 397 | 1236k| 55.4 | 22M| 46 | 92 | 400 |7088 | 400 | 755 | 155 | 13k|4242 | 0.000000e+00 | -- | Inf
179.85/179.99 c 180s| 22400 | 399 | 1242k| 55.4 | 22M| 46 | - | 400 |7122 | 400 | 755 | 155 | 13k|4253 | 0.000000e+00 | -- | Inf
180.45/180.57 c 181s| 22500 | 399 | 1247k| 55.4 | 22M| 46 | 86 | 400 |7124 | 400 | 755 | 155 | 13k|4259 | 0.000000e+00 | -- | Inf
181.24/181.31 c 181s| 22600 | 405 | 1253k| 55.4 | 22M| 46 | - | 400 |7121 | 400 | 755 | 155 | 13k|4268 | 0.000000e+00 | -- | Inf
181.94/182.06 c 182s| 22700 | 417 | 1260k| 55.5 | 22M| 46 | 86 | 400 |7121 | 400 | 755 | 155 | 13k|4272 | 0.000000e+00 | -- | Inf
182.65/182.79 c 183s| 22800 | 417 | 1268k| 55.6 | 22M| 46 | - | 400 |7191 | 400 | 755 | 155 | 13k|4272 | 0.000000e+00 | -- | Inf
183.25/183.35 c 183s| 22900 | 417 | 1273k| 55.6 | 22M| 46 | 80 | 400 |7206 | 400 | 755 | 155 | 14k|4272 | 0.000000e+00 | -- | Inf
183.85/183.90 c 184s| 23000 | 419 | 1279k| 55.6 | 22M| 46 | 87 | 400 |7238 | 400 | 755 | 155 | 14k|4272 | 0.000000e+00 | -- | Inf
184.45/184.58 c 185s| 23100 | 423 | 1286k| 55.6 | 22M| 46 | 84 | 400 |7295 | 400 | 755 | 155 | 14k|4273 | 0.000000e+00 | -- | Inf
185.14/185.20 c 185s| 23200 | 424 | 1292k| 55.7 | 22M| 46 | 86 | 400 |7359 | 400 | 755 | 155 | 14k|4275 | 0.000000e+00 | -- | Inf
185.75/185.81 c 186s| 23300 | 420 | 1298k| 55.7 | 22M| 46 | - | 400 |7422 | 400 | 755 | 155 | 14k|4278 | 0.000000e+00 | -- | Inf
186.35/186.40 c 186s| 23400 | 420 | 1303k| 55.7 | 22M| 46 | - | 400 |7394 | 400 | 755 | 155 | 14k|4281 | 0.000000e+00 | -- | Inf
186.84/186.94 c 187s| 23500 | 426 | 1309k| 55.7 | 22M| 46 | - | 400 |7334 | 400 | 755 | 155 | 14k|4282 | 0.000000e+00 | -- | Inf
187.35/187.43 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
187.35/187.43 c 187s| 23600 | 427 | 1314k| 55.6 | 22M| 46 | - | 400 |7377 | 400 | 755 | 155 | 14k|4282 | 0.000000e+00 | -- | Inf
187.94/188.01 c 188s| 23700 | 425 | 1319k| 55.6 | 22M| 46 | - | 400 |7429 | 400 | 755 | 155 | 14k|4288 | 0.000000e+00 | -- | Inf
188.54/188.66 c 189s| 23800 | 423 | 1325k| 55.7 | 22M| 46 | - | 400 |7466 | 400 | 755 | 155 | 14k|4294 | 0.000000e+00 | -- | Inf
189.04/189.12 c 189s| 23900 | 423 | 1330k| 55.6 | 22M| 46 | - | 400 |7490 | 400 | 755 | 155 | 14k|4297 | 0.000000e+00 | -- | Inf
189.54/189.67 c 190s| 24000 | 427 | 1335k| 55.6 | 22M| 46 | - | 400 |7475 | 400 | 755 | 155 | 14k|4299 | 0.000000e+00 | -- | Inf
190.14/190.26 c 190s| 24100 | 427 | 1341k| 55.6 | 22M| 46 | - | 400 |7482 | 400 | 755 | 155 | 14k|4302 | 0.000000e+00 | -- | Inf
190.84/190.93 c 191s| 24200 | 433 | 1347k| 55.7 | 22M| 46 | - | 400 |7493 | 400 | 755 | 155 | 14k|4306 | 0.000000e+00 | -- | Inf
191.34/191.43 c 191s| 24300 | 430 | 1353k| 55.6 | 22M| 46 | 83 | 400 |7523 | 400 | 755 | 155 | 14k|4306 | 0.000000e+00 | -- | Inf
191.84/191.98 c 192s| 24400 | 426 | 1358k| 55.6 | 22M| 46 | - | 400 |7522 | 400 | 755 | 155 | 15k|4306 | 0.000000e+00 | -- | Inf
192.35/192.48 c 192s| 24500 | 424 | 1363k| 55.6 | 22M| 46 | - | 400 |7562 | 400 | 755 | 155 | 15k|4306 | 0.000000e+00 | -- | Inf
192.94/193.00 c 193s| 24600 | 422 | 1369k| 55.6 | 22M| 46 | 90 | 400 |7540 | 400 | 755 | 155 | 15k|4306 | 0.000000e+00 | -- | Inf
193.55/193.61 c 194s| 24700 | 422 | 1375k| 55.6 | 22M| 46 | 87 | 400 |7546 | 400 | 755 | 155 | 15k|4308 | 0.000000e+00 | -- | Inf
194.14/194.22 c 194s| 24800 | 426 | 1380k| 55.6 | 22M| 46 | 82 | 400 |7548 | 400 | 755 | 155 | 15k|4319 | 0.000000e+00 | -- | Inf
194.75/194.85 c 195s| 24900 | 422 | 1385k| 55.6 | 22M| 46 | - | 400 |7577 | 400 | 755 | 155 | 15k|4334 | 0.000000e+00 | -- | Inf
195.65/195.77 c 196s| 25000 | 425 | 1392k| 55.6 | 22M| 46 | 83 | 400 |7626 | 400 | 755 | 155 | 15k|4358 | 0.000000e+00 | -- | Inf
196.44/196.50 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
196.44/196.50 c 196s| 25100 | 429 | 1398k| 55.7 | 22M| 46 | 87 | 400 |7653 | 400 | 755 | 155 | 15k|4372 | 0.000000e+00 | -- | Inf
197.14/197.26 c 197s| 25200 | 426 | 1404k| 55.7 | 22M| 46 | 87 | 400 |7706 | 400 | 755 | 155 | 15k|4386 | 0.000000e+00 | -- | Inf
197.95/198.03 c 198s| 25300 | 426 | 1410k| 55.7 | 22M| 46 | - | 400 |7696 | 400 | 755 | 155 | 15k|4402 | 0.000000e+00 | -- | Inf
198.75/198.80 c 199s| 25400 | 430 | 1417k| 55.7 | 22M| 46 | - | 400 |7681 | 400 | 755 | 155 | 15k|4413 | 0.000000e+00 | -- | Inf
199.54/199.61 c 200s| 25500 | 432 | 1423k| 55.8 | 22M| 46 | 84 | 400 |7656 | 400 | 755 | 155 | 15k|4436 | 0.000000e+00 | -- | Inf
200.34/200.44 c 200s| 25600 | 448 | 1428k| 55.8 | 22M| 46 | 83 | 400 |7626 | 400 | 755 | 155 | 15k|4457 | 0.000000e+00 | -- | Inf
200.94/201.07 c 201s| 25700 | 443 | 1434k| 55.8 | 22M| 46 | 87 | 400 |7602 | 400 | 755 | 155 | 15k|4468 | 0.000000e+00 | -- | Inf
201.74/201.84 c 202s| 25800 | 437 | 1440k| 55.8 | 22M| 46 | - | 400 |7566 | 400 | 755 | 155 | 15k|4484 | 0.000000e+00 | -- | Inf
202.54/202.69 c 203s| 25900 | 439 | 1446k| 55.8 | 22M| 46 | 78 | 400 |7582 | 400 | 755 | 155 | 16k|4503 | 0.000000e+00 | -- | Inf
203.24/203.34 c 203s| 26000 | 437 | 1452k| 55.8 | 22M| 46 | 81 | 400 |7581 | 400 | 755 | 155 | 16k|4514 | 0.000000e+00 | -- | Inf
203.94/204.02 c 204s| 26100 | 433 | 1457k| 55.8 | 22M| 46 | - | 400 |7619 | 400 | 755 | 155 | 16k|4533 | 0.000000e+00 | -- | Inf
204.54/204.69 c 205s| 26200 | 441 | 1463k| 55.8 | 23M| 46 | - | 400 |7667 | 400 | 755 | 155 | 16k|4550 | 0.000000e+00 | -- | Inf
205.34/205.40 c 205s| 26300 | 443 | 1467k| 55.8 | 23M| 46 | - | 400 |7649 | 400 | 755 | 155 | 16k|4574 | 0.000000e+00 | -- | Inf
206.04/206.10 c 206s| 26400 | 443 | 1473k| 55.8 | 23M| 46 | 84 | 400 |7710 | 400 | 755 | 155 | 16k|4588 | 0.000000e+00 | -- | Inf
206.94/207.00 c 207s| 26500 | 443 | 1480k| 55.8 | 23M| 46 | 87 | 400 |7726 | 400 | 755 | 155 | 16k|4616 | 0.000000e+00 | -- | Inf
207.74/207.80 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
207.74/207.80 c 208s| 26600 | 442 | 1487k| 55.9 | 23M| 46 | 85 | 400 |7787 | 400 | 755 | 155 | 16k|4630 | 0.000000e+00 | -- | Inf
208.44/208.53 c 209s| 26700 | 440 | 1493k| 55.9 | 23M| 46 | - | 400 |7824 | 400 | 755 | 155 | 16k|4641 | 0.000000e+00 | -- | Inf
209.05/209.18 c 209s| 26800 | 438 | 1498k| 55.9 | 23M| 46 | 83 | 400 |7878 | 400 | 755 | 155 | 16k|4658 | 0.000000e+00 | -- | Inf
209.74/209.87 c 210s| 26900 | 435 | 1503k| 55.9 | 23M| 46 | - | 400 |7899 | 400 | 755 | 155 | 16k|4670 | 0.000000e+00 | -- | Inf
210.54/210.67 c 211s| 27000 | 441 | 1509k| 55.9 | 23M| 46 | - | 400 |7861 | 400 | 755 | 155 | 16k|4681 | 0.000000e+00 | -- | Inf
211.34/211.46 c 211s| 27100 | 445 | 1515k| 55.9 | 23M| 46 | 87 | 400 |7769 | 400 | 755 | 155 | 16k|4699 | 0.000000e+00 | -- | Inf
212.35/212.40 c 212s| 27200 | 447 | 1522k| 55.9 | 23M| 46 | 89 | 400 |7810 | 400 | 755 | 155 | 16k|4722 | 0.000000e+00 | -- | Inf
213.04/213.14 c 213s| 27300 | 446 | 1528k| 56.0 | 23M| 46 | 89 | 400 |7767 | 400 | 755 | 155 | 17k|4730 | 0.000000e+00 | -- | Inf
214.04/214.12 c 214s| 27400 | 444 | 1535k| 56.0 | 23M| 46 | - | 400 |7802 | 400 | 755 | 155 | 17k|4750 | 0.000000e+00 | -- | Inf
214.84/214.91 c 215s| 27500 | 446 | 1542k| 56.0 | 23M| 46 | - | 400 |7800 | 400 | 755 | 155 | 17k|4760 | 0.000000e+00 | -- | Inf
217.64/217.73 c 218s| 27600 | 466 | 1548k| 56.1 | 23M| 46 | - | 400 |7579 | 400 | 755 | 155 | 17k|4819 | 0.000000e+00 | -- | Inf
218.14/218.21 c 218s| 27700 | 464 | 1553k| 56.0 | 23M| 46 | 87 | 400 |7553 | 400 | 755 | 155 | 17k|4819 | 0.000000e+00 | -- | Inf
219.74/219.86 c 220s| 27800 | 478 | 1561k| 56.1 | 23M| 46 | 82 | 400 |7433 | 400 | 755 | 155 | 17k|4842 | 0.000000e+00 | -- | Inf
220.34/220.49 c 220s| 27900 | 475 | 1567k| 56.2 | 23M| 46 | - | 400 |7540 | 400 | 755 | 155 | 17k|4842 | 0.000000e+00 | -- | Inf
221.23/221.34 c 221s| 28000 | 481 | 1573k| 56.2 | 23M| 46 | - | 400 |7483 | 400 | 755 | 155 | 17k|4866 | 0.000000e+00 | -- | Inf
221.94/222.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
221.94/222.06 c 222s| 28100 | 488 | 1578k| 56.1 | 23M| 46 | 87 | 400 |7515 | 400 | 755 | 155 | 17k|4885 | 0.000000e+00 | -- | Inf
222.63/222.70 c 223s| 28200 | 480 | 1584k| 56.2 | 23M| 46 | - | 400 |7595 | 400 | 755 | 155 | 17k|4892 | 0.000000e+00 | -- | Inf
223.14/223.29 c 223s| 28300 | 485 | 1589k| 56.1 | 23M| 46 | - | 400 |7635 | 400 | 755 | 155 | 17k|4900 | 0.000000e+00 | -- | Inf
223.84/223.93 c 224s| 28400 | 481 | 1595k| 56.1 | 23M| 46 | 85 | 400 |7694 | 400 | 755 | 155 | 17k|4906 | 0.000000e+00 | -- | Inf
224.54/224.68 c 225s| 28500 | 487 | 1602k| 56.2 | 23M| 46 | 82 | 400 |7687 | 400 | 755 | 155 | 17k|4917 | 0.000000e+00 | -- | Inf
225.24/225.31 c 225s| 28600 | 485 | 1608k| 56.2 | 23M| 46 | 84 | 400 |7738 | 400 | 755 | 155 | 17k|4922 | 0.000000e+00 | -- | Inf
225.94/226.05 c 226s| 28700 | 482 | 1613k| 56.2 | 23M| 46 | - | 400 |7784 | 400 | 755 | 155 | 18k|4943 | 0.000000e+00 | -- | Inf
226.64/226.77 c 227s| 28800 | 489 | 1619k| 56.2 | 23M| 46 | - | 400 |7804 | 400 | 755 | 155 | 18k|4951 | 0.000000e+00 | -- | Inf
227.44/227.53 c 228s| 28900 | 485 | 1625k| 56.2 | 23M| 46 | - | 400 |7854 | 400 | 755 | 155 | 18k|4966 | 0.000000e+00 | -- | Inf
228.14/228.28 c 228s| 29000 | 485 | 1631k| 56.2 | 23M| 46 | - | 400 |7921 | 400 | 755 | 155 | 18k|4980 | 0.000000e+00 | -- | Inf
229.14/229.22 c 229s| 29100 | 491 | 1638k| 56.3 | 23M| 46 | 81 | 400 |7946 | 400 | 755 | 155 | 18k|5003 | 0.000000e+00 | -- | Inf
229.85/229.91 c 230s| 29200 | 493 | 1644k| 56.3 | 23M| 46 | - | 400 |7981 | 400 | 755 | 155 | 18k|5017 | 0.000000e+00 | -- | Inf
230.44/230.59 c 231s| 29300 | 499 | 1649k| 56.3 | 23M| 46 | 86 | 400 |7902 | 400 | 755 | 155 | 18k|5031 | 0.000000e+00 | -- | Inf
231.04/231.18 c 231s| 29400 | 496 | 1654k| 56.2 | 23M| 46 | - | 400 |7934 | 400 | 755 | 155 | 18k|5041 | 0.000000e+00 | -- | Inf
231.83/231.92 c 232s| 29500 | 496 | 1660k| 56.3 | 23M| 46 | 78 | 400 |7944 | 400 | 755 | 155 | 18k|5052 | 0.000000e+00 | -- | Inf
232.44/232.52 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
232.44/232.52 c 233s| 29600 | 496 | 1666k| 56.2 | 23M| 46 | - | 400 |7933 | 400 | 755 | 155 | 18k|5061 | 0.000000e+00 | -- | Inf
233.04/233.13 c 233s| 29700 | 500 | 1671k| 56.2 | 23M| 46 | - | 400 |7918 | 400 | 755 | 155 | 18k|5071 | 0.000000e+00 | -- | Inf
233.54/233.65 c 234s| 29800 | 504 | 1676k| 56.2 | 23M| 46 | 84 | 400 |7966 | 400 | 755 | 155 | 18k|5077 | 0.000000e+00 | -- | Inf
234.04/234.14 c 234s| 29900 | 502 | 1680k| 56.2 | 23M| 46 | 85 | 400 |8035 | 400 | 755 | 155 | 18k|5082 | 0.000000e+00 | -- | Inf
234.64/234.70 c 235s| 30000 | 501 | 1686k| 56.2 | 23M| 46 | - | 400 |8113 | 400 | 755 | 155 | 18k|5085 | 0.000000e+00 | -- | Inf
235.03/235.16 c 235s| 30100 | 500 | 1691k| 56.1 | 23M| 46 | 81 | 400 |8150 | 400 | 755 | 155 | 18k|5085 | 0.000000e+00 | -- | Inf
235.63/235.78 c 236s| 30200 | 509 | 1696k| 56.2 | 23M| 46 | 88 | 400 |8176 | 400 | 755 | 155 | 19k|5087 | 0.000000e+00 | -- | Inf
236.54/236.61 c 237s| 30300 | 502 | 1705k| 56.2 | 23M| 46 | 87 | 400 |8223 | 400 | 755 | 155 | 19k|5089 | 0.000000e+00 | -- | Inf
237.34/237.42 c 237s| 30400 | 498 | 1713k| 56.3 | 23M| 46 | 88 | 400 |8293 | 400 | 755 | 155 | 19k|5091 | 0.000000e+00 | -- | Inf
238.04/238.10 c 238s| 30500 | 496 | 1720k| 56.4 | 23M| 46 | - | 400 |8347 | 400 | 755 | 155 | 19k|5091 | 0.000000e+00 | -- | Inf
238.74/238.83 c 239s| 30600 | 492 | 1727k| 56.4 | 23M| 46 | 91 | 400 |8391 | 400 | 755 | 155 | 19k|5091 | 0.000000e+00 | -- | Inf
239.53/239.64 c 240s| 30700 | 492 | 1735k| 56.5 | 23M| 46 | - | 400 |8436 | 400 | 755 | 155 | 19k|5091 | 0.000000e+00 | -- | Inf
240.23/240.38 c 240s| 30800 | 490 | 1742k| 56.5 | 23M| 46 | - | 400 |8491 | 400 | 755 | 155 | 19k|5091 | 0.000000e+00 | -- | Inf
240.94/241.06 c 241s| 30900 | 491 | 1749k| 56.6 | 23M| 46 | 92 | 400 |8535 | 400 | 755 | 155 | 19k|5092 | 0.000000e+00 | -- | Inf
241.63/241.72 c 242s| 31000 | 489 | 1756k| 56.6 | 23M| 46 | 85 | 400 |8589 | 400 | 755 | 155 | 19k|5092 | 0.000000e+00 | -- | Inf
242.24/242.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
242.24/242.30 c 242s| 31100 | 495 | 1761k| 56.6 | 23M| 46 | 83 | 400 |8567 | 400 | 755 | 155 | 19k|5093 | 0.000000e+00 | -- | Inf
242.93/243.03 c 243s| 31200 | 495 | 1769k| 56.7 | 23M| 46 | - | 400 |8552 | 400 | 755 | 155 | 19k|5093 | 0.000000e+00 | -- | Inf
243.74/243.83 c 244s| 31300 | 496 | 1777k| 56.8 | 23M| 46 | 83 | 400 |8624 | 400 | 755 | 155 | 19k|5093 | 0.000000e+00 | -- | Inf
244.44/244.50 c 245s| 31400 | 494 | 1784k| 56.8 | 23M| 46 | 87 | 400 |8707 | 400 | 755 | 155 | 19k|5093 | 0.000000e+00 | -- | Inf
244.94/245.06 c 245s| 31500 | 496 | 1790k| 56.8 | 23M| 46 | - | 400 |8742 | 400 | 755 | 155 | 20k|5093 | 0.000000e+00 | -- | Inf
245.64/245.72 c 246s| 31600 | 498 | 1797k| 56.8 | 23M| 46 | 91 | 400 |8802 | 400 | 755 | 155 | 20k|5095 | 0.000000e+00 | -- | Inf
246.24/246.38 c 246s| 31700 | 502 | 1803k| 56.9 | 23M| 46 | - | 400 |8818 | 400 | 755 | 155 | 20k|5095 | 0.000000e+00 | -- | Inf
246.84/246.92 c 247s| 31800 | 504 | 1809k| 56.9 | 23M| 46 | 84 | 400 |8816 | 400 | 755 | 155 | 20k|5095 | 0.000000e+00 | -- | Inf
247.23/247.32 c 247s| 31900 | 510 | 1813k| 56.8 | 23M| 46 | 78 | 400 |8863 | 400 | 755 | 155 | 20k|5095 | 0.000000e+00 | -- | Inf
247.63/247.75 c 248s| 32000 | 512 | 1817k| 56.8 | 23M| 46 | - | 400 |8912 | 400 | 755 | 155 | 20k|5097 | 0.000000e+00 | -- | Inf
248.03/248.19 c 248s| 32100 | 512 | 1821k| 56.7 | 23M| 46 | - | 400 |8967 | 400 | 755 | 155 | 20k|5097 | 0.000000e+00 | -- | Inf
248.54/248.60 c 249s| 32200 | 518 | 1826k| 56.7 | 23M| 46 | - | 400 |9020 | 400 | 755 | 155 | 20k|5098 | 0.000000e+00 | -- | Inf
248.84/248.98 c 249s| 32300 | 518 | 1830k| 56.6 | 23M| 46 | 78 | 400 |9079 | 400 | 755 | 155 | 20k|5098 | 0.000000e+00 | -- | Inf
249.33/249.41 c 249s| 32400 | 518 | 1834k| 56.6 | 23M| 46 | - | 400 |9150 | 400 | 755 | 155 | 20k|5098 | 0.000000e+00 | -- | Inf
249.74/249.86 c 250s| 32500 | 507 | 1838k| 56.5 | 23M| 46 | - | 400 |9228 | 400 | 755 | 155 | 20k|5098 | 0.000000e+00 | -- | Inf
250.13/250.28 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
250.13/250.28 c 250s| 32600 | 517 | 1843k| 56.5 | 24M| 46 | - | 400 |9279 | 400 | 755 | 155 | 20k|5098 | 0.000000e+00 | -- | Inf
250.53/250.69 c 251s| 32700 | 514 | 1847k| 56.5 | 24M| 46 | - | 400 |9334 | 0 | 0 | 155 | 20k|5098 | 0.000000e+00 | -- | Inf
251.03/251.19 c 251s| 32800 | 509 | 1852k| 56.4 | 24M| 46 | - | 400 |9391 | 400 | 755 | 155 | 20k|5098 | 0.000000e+00 | -- | Inf
251.53/251.69 c 252s| 32900 | 505 | 1857k| 56.4 | 24M| 46 | - | 400 |9446 | 400 | 755 | 155 | 20k|5098 | 0.000000e+00 | -- | Inf
252.23/252.31 c 252s| 33000 | 518 | 1863k| 56.4 | 24M| 46 | 91 | 400 |9210 | 400 | 755 | 155 | 21k|5099 | 0.000000e+00 | -- | Inf
252.83/252.92 c 253s| 33100 | 508 | 1869k| 56.4 | 23M| 46 | 87 | 400 |9096 | 400 | 755 | 155 | 21k|5099 | 0.000000e+00 | -- | Inf
253.53/253.68 c 254s| 33200 | 513 | 1877k| 56.5 | 23M| 46 | 86 | 400 |9070 | 400 | 755 | 155 | 21k|5099 | 0.000000e+00 | -- | Inf
254.04/254.17 c 254s| 33300 | 517 | 1882k| 56.5 | 23M| 46 | 84 | 400 |9051 | 400 | 755 | 155 | 21k|5099 | 0.000000e+00 | -- | Inf
254.63/254.74 c 255s| 33400 | 513 | 1887k| 56.5 | 23M| 46 | 79 | 400 |9043 | 400 | 755 | 155 | 21k|5099 | 0.000000e+00 | -- | Inf
255.03/255.16 c 255s| 33500 | 517 | 1892k| 56.5 | 23M| 46 | 86 | 400 |9074 | 400 | 755 | 155 | 21k|5099 | 0.000000e+00 | -- | Inf
255.63/255.74 c 256s| 33600 | 523 | 1898k| 56.5 | 23M| 46 | 86 | 400 |9079 | 400 | 755 | 155 | 21k|5099 | 0.000000e+00 | -- | Inf
256.34/256.43 c 256s| 33700 | 517 | 1905k| 56.5 | 24M| 46 | - | 400 |9151 | 400 | 755 | 155 | 21k|5099 | 0.000000e+00 | -- | Inf
256.83/256.98 c 257s| 33800 | 507 | 1910k| 56.5 | 24M| 46 | 93 | 400 |9183 | 400 | 755 | 155 | 21k|5099 | 0.000000e+00 | -- | Inf
257.53/257.66 c 258s| 33900 | 508 | 1916k| 56.5 | 24M| 46 | 86 | 400 |9216 | 400 | 755 | 155 | 21k|5106 | 0.000000e+00 | -- | Inf
258.13/258.27 c 258s| 34000 | 512 | 1922k| 56.5 | 24M| 46 | - | 400 |9189 | 400 | 755 | 155 | 21k|5106 | 0.000000e+00 | -- | Inf
258.83/258.92 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
258.83/258.92 c 259s| 34100 | 514 | 1929k| 56.5 | 24M| 46 | 84 | 400 |9214 | 400 | 755 | 155 | 21k|5106 | 0.000000e+00 | -- | Inf
259.34/259.42 c 259s| 34200 | 520 | 1934k| 56.5 | 24M| 46 | 78 | 400 |9230 | 400 | 755 | 155 | 21k|5106 | 0.000000e+00 | -- | Inf
259.83/259.95 c 260s| 34300 | 514 | 1939k| 56.5 | 24M| 46 | 87 | 400 |9279 | 400 | 755 | 155 | 21k|5106 | 0.000000e+00 | -- | Inf
260.43/260.52 c 261s| 34400 | 510 | 1945k| 56.5 | 24M| 46 | 77 | 400 |9342 | 400 | 755 | 155 | 22k|5106 | 0.000000e+00 | -- | Inf
260.94/261.03 c 261s| 34500 | 512 | 1950k| 56.5 | 24M| 46 | 87 | 400 |9309 | 400 | 755 | 155 | 22k|5106 | 0.000000e+00 | -- | Inf
261.43/261.57 c 262s| 34600 | 519 | 1955k| 56.5 | 24M| 46 | 83 | 400 |9323 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
262.03/262.18 c 262s| 34700 | 523 | 1961k| 56.5 | 24M| 46 | - | 400 |9287 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
262.64/262.71 c 263s| 34800 | 529 | 1967k| 56.5 | 24M| 46 | 82 | 400 |9309 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
263.23/263.31 c 263s| 34900 | 534 | 1973k| 56.5 | 24M| 46 | 92 | 400 |9231 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
263.83/263.99 c 264s| 35000 | 535 | 1980k| 56.6 | 24M| 46 | 88 | 400 |9189 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
264.43/264.57 c 265s| 35100 | 537 | 1986k| 56.6 | 24M| 46 | 87 | 400 |9169 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
265.03/265.13 c 265s| 35200 | 537 | 1992k| 56.6 | 24M| 46 | - | 400 |9198 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
265.73/265.81 c 266s| 35300 | 541 | 1999k| 56.6 | 24M| 46 | - | 400 |9230 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
266.33/266.49 c 266s| 35400 | 534 | 2006k| 56.6 | 24M| 46 | - | 400 |9316 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
266.83/266.99 c 267s| 35500 | 535 | 2011k| 56.6 | 24M| 46 | 87 | 400 |9273 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
267.43/267.57 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
267.43/267.57 c 268s| 35600 | 533 | 2017k| 56.6 | 24M| 46 | 88 | 400 |9218 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
267.93/268.04 c 268s| 35700 | 543 | 2022k| 56.6 | 24M| 46 | 88 | 400 |9228 | 400 | 755 | 155 | 22k|5107 | 0.000000e+00 | -- | Inf
268.53/268.65 c 269s| 35800 | 539 | 2027k| 56.6 | 24M| 46 | - | 400 |9269 | 400 | 755 | 155 | 22k|5121 | 0.000000e+00 | -- | Inf
269.03/269.19 c 269s| 35900 | 539 | 2032k| 56.6 | 24M| 46 | 88 | 400 |9292 | 400 | 755 | 155 | 23k|5127 | 0.000000e+00 | -- | Inf
269.83/269.91 c 270s| 36000 | 535 | 2038k| 56.6 | 24M| 46 | - | 400 |9374 | 400 | 755 | 155 | 23k|5141 | 0.000000e+00 | -- | Inf
270.54/270.67 c 271s| 36100 | 544 | 2044k| 56.6 | 24M| 46 | 83 | 400 |9381 | 400 | 755 | 155 | 23k|5165 | 0.000000e+00 | -- | Inf
271.23/271.38 c 271s| 36200 | 542 | 2049k| 56.6 | 24M| 46 | - | 400 |9446 | 400 | 755 | 155 | 23k|5178 | 0.000000e+00 | -- | Inf
272.03/272.18 c 272s| 36300 | 538 | 2056k| 56.6 | 24M| 46 | 83 | 400 |9427 | 400 | 755 | 155 | 23k|5193 | 0.000000e+00 | -- | Inf
272.83/272.99 c 273s| 36400 | 536 | 2062k| 56.6 | 24M| 46 | - | 400 |9415 | 400 | 755 | 155 | 23k|5213 | 0.000000e+00 | -- | Inf
273.43/273.55 c 274s| 36500 | 534 | 2067k| 56.6 | 24M| 46 | 84 | 400 |9461 | 400 | 755 | 155 | 23k|5219 | 0.000000e+00 | -- | Inf
274.13/274.20 c 274s| 36600 | 532 | 2072k| 56.6 | 24M| 46 | 82 | 400 |9433 | 400 | 755 | 155 | 23k|5229 | 0.000000e+00 | -- | Inf
275.03/275.12 c 275s| 36700 | 528 | 2079k| 56.6 | 24M| 46 | 93 | 400 |9368 | 400 | 755 | 155 | 23k|5247 | 0.000000e+00 | -- | Inf
275.93/276.05 c 276s| 36800 | 528 | 2085k| 56.6 | 24M| 46 | - | 400 |9397 | 400 | 755 | 155 | 23k|5275 | 0.000000e+00 | -- | Inf
276.52/276.62 c 277s| 36900 | 534 | 2091k| 56.6 | 24M| 46 | 81 | 400 |9409 | 400 | 755 | 155 | 23k|5275 | 0.000000e+00 | -- | Inf
277.33/277.46 c 277s| 37000 | 532 | 2098k| 56.7 | 24M| 46 | 91 | 400 |9393 | 400 | 755 | 155 | 23k|5284 | 0.000000e+00 | -- | Inf
278.33/278.45 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
278.33/278.45 c 278s| 37100 | 539 | 2106k| 56.8 | 24M| 46 | 89 | 400 |9342 | 400 | 755 | 155 | 23k|5302 | 0.000000e+00 | -- | Inf
279.23/279.33 c 279s| 37200 | 547 | 2113k| 56.8 | 24M| 46 | 87 | 400 |9265 | 400 | 755 | 155 | 24k|5319 | 0.000000e+00 | -- | Inf
279.93/280.10 c 280s| 37300 | 545 | 2118k| 56.8 | 24M| 46 | 87 | 400 |9159 | 400 | 755 | 155 | 24k|5330 | 0.000000e+00 | -- | Inf
280.93/281.07 c 281s| 37400 | 551 | 2126k| 56.8 | 24M| 46 | 80 | 400 |9129 | 400 | 755 | 155 | 24k|5356 | 0.000000e+00 | -- | Inf
281.82/281.90 c 282s| 37500 | 551 | 2133k| 56.9 | 24M| 46 | 85 | 400 |9135 | 400 | 755 | 155 | 24k|5370 | 0.000000e+00 | -- | Inf
282.63/282.74 c 283s| 37600 | 545 | 2140k| 56.9 | 24M| 46 | 87 | 400 |9155 | 400 | 755 | 155 | 24k|5388 | 0.000000e+00 | -- | Inf
283.62/283.71 c 284s| 37700 | 539 | 2147k| 56.9 | 24M| 46 | - | 400 |9141 | 400 | 755 | 155 | 24k|5407 | 0.000000e+00 | -- | Inf
284.23/284.31 c 284s| 37800 | 535 | 2152k| 56.9 | 24M| 46 | - | 400 |9150 | 400 | 755 | 155 | 24k|5416 | 0.000000e+00 | -- | Inf
284.84/284.93 c 285s| 37900 | 549 | 2157k| 56.9 | 24M| 46 | 88 | 400 |9100 | 400 | 755 | 155 | 24k|5429 | 0.000000e+00 | -- | Inf
285.43/285.52 c 286s| 38000 | 553 | 2162k| 56.9 | 24M| 46 | - | 400 |9108 | 400 | 755 | 155 | 24k|5443 | 0.000000e+00 | -- | Inf
285.94/286.07 c 286s| 38100 | 549 | 2166k| 56.8 | 24M| 46 | 83 | 400 |9076 | 400 | 755 | 155 | 24k|5452 | 0.000000e+00 | -- | Inf
286.73/286.86 c 287s| 38200 | 551 | 2172k| 56.8 | 24M| 46 | - | 400 |9117 | 400 | 755 | 155 | 24k|5475 | 0.000000e+00 | -- | Inf
287.43/287.53 c 288s| 38300 | 547 | 2178k| 56.8 | 24M| 46 | - | 400 |9198 | 400 | 755 | 155 | 24k|5489 | 0.000000e+00 | -- | Inf
288.02/288.16 c 288s| 38400 | 549 | 2183k| 56.8 | 24M| 46 | - | 400 |9244 | 400 | 755 | 155 | 24k|5497 | 0.000000e+00 | -- | Inf
288.82/288.97 c 289s| 38500 | 549 | 2189k| 56.8 | 24M| 46 | 91 | 400 |9290 | 400 | 755 | 155 | 25k|5518 | 0.000000e+00 | -- | Inf
289.63/289.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
289.63/289.75 c 290s| 38600 | 543 | 2196k| 56.9 | 24M| 46 | 81 | 400 |9340 | 400 | 755 | 155 | 25k|5530 | 0.000000e+00 | -- | Inf
290.53/290.65 c 291s| 38700 | 540 | 2203k| 56.9 | 24M| 46 | - | 400 |9368 | 400 | 755 | 155 | 25k|5544 | 0.000000e+00 | -- | Inf
291.33/291.46 c 291s| 38800 | 545 | 2210k| 56.9 | 24M| 46 | - | 400 |9370 | 400 | 755 | 155 | 25k|5559 | 0.000000e+00 | -- | Inf
292.12/292.21 c 292s| 38900 | 545 | 2216k| 56.9 | 24M| 46 | 80 | 400 |9362 | 400 | 755 | 155 | 25k|5575 | 0.000000e+00 | -- | Inf
292.73/292.81 c 293s| 39000 | 540 | 2220k| 56.9 | 24M| 46 | - | 400 |9327 | 400 | 755 | 155 | 25k|5588 | 0.000000e+00 | -- | Inf
293.52/293.61 c 294s| 39100 | 548 | 2227k| 56.9 | 24M| 46 | - | 400 |9318 | 400 | 755 | 155 | 25k|5604 | 0.000000e+00 | -- | Inf
294.12/294.27 c 294s| 39200 | 551 | 2232k| 56.9 | 24M| 46 | 77 | 400 |9362 | 400 | 755 | 155 | 25k|5617 | 0.000000e+00 | -- | Inf
294.93/295.08 c 295s| 39300 | 544 | 2239k| 57.0 | 24M| 46 | 95 | 400 |9259 | 400 | 755 | 155 | 25k|5631 | 0.000000e+00 | -- | Inf
295.52/295.65 c 296s| 39400 | 548 | 2245k| 57.0 | 24M| 46 | 87 | 400 |9309 | 400 | 755 | 155 | 25k|5635 | 0.000000e+00 | -- | Inf
296.22/296.36 c 296s| 39500 | 542 | 2251k| 57.0 | 24M| 46 | 88 | 400 |9333 | 400 | 755 | 155 | 25k|5651 | 0.000000e+00 | -- | Inf
297.12/297.26 c 297s| 39600 | 546 | 2257k| 57.0 | 24M| 46 | 91 | 400 |9261 | 400 | 755 | 155 | 25k|5677 | 0.000000e+00 | -- | Inf
297.93/298.01 c 298s| 39700 | 552 | 2263k| 57.0 | 24M| 46 | - | 400 |9227 | 400 | 755 | 155 | 25k|5694 | 0.000000e+00 | -- | Inf
298.53/298.68 c 299s| 39800 | 562 | 2269k| 57.0 | 24M| 46 | 93 | 400 |9221 | 400 | 755 | 155 | 26k|5698 | 0.000000e+00 | -- | Inf
299.03/299.16 c 299s| 39900 | 566 | 2274k| 57.0 | 24M| 46 | 79 | 400 |9279 | 400 | 755 | 155 | 26k|5698 | 0.000000e+00 | -- | Inf
299.43/299.57 c 300s| 40000 | 566 | 2278k| 56.9 | 24M| 46 | 86 | 400 |9291 | 400 | 755 | 155 | 26k|5698 | 0.000000e+00 | -- | Inf
299.83/299.96 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
299.83/299.96 c 300s| 40100 | 571 | 2282k| 56.9 | 24M| 46 | - | 400 |9330 | 400 | 755 | 155 | 26k|5698 | 0.000000e+00 | -- | Inf
300.33/300.44 c 300s| 40200 | 569 | 2287k| 56.9 | 24M| 46 | 78 | 400 |9294 | 400 | 755 | 155 | 26k|5698 | 0.000000e+00 | -- | Inf
300.72/300.86 c 301s| 40300 | 574 | 2292k| 56.8 | 24M| 46 | 74 | 400 |9347 | 400 | 755 | 155 | 26k|5699 | 0.000000e+00 | -- | Inf
301.12/301.27 c 301s| 40400 | 572 | 2296k| 56.8 | 24M| 46 | 82 | 400 |9421 | 400 | 755 | 155 | 26k|5699 | 0.000000e+00 | -- | Inf
301.62/301.70 c 302s| 40500 | 572 | 2301k| 56.8 | 24M| 46 | 82 | 400 |9478 | 400 | 755 | 155 | 26k|5699 | 0.000000e+00 | -- | Inf
302.02/302.14 c 302s| 40600 | 579 | 2305k| 56.8 | 24M| 46 | - | 400 |9494 | 400 | 755 | 155 | 26k|5699 | 0.000000e+00 | -- | Inf
302.43/302.57 c 303s| 40700 | 577 | 2310k| 56.7 | 24M| 46 | - | 400 |9532 | 400 | 755 | 155 | 26k|5700 | 0.000000e+00 | -- | Inf
302.93/303.05 c 303s| 40800 | 571 | 2315k| 56.7 | 24M| 46 | 80 | 400 |9588 | 400 | 755 | 155 | 26k|5700 | 0.000000e+00 | -- | Inf
303.32/303.48 c 303s| 40900 | 577 | 2320k| 56.7 | 24M| 46 | - | 400 |9645 | 400 | 755 | 155 | 26k|5700 | 0.000000e+00 | -- | Inf
303.83/303.97 c 304s| 41000 | 577 | 2325k| 56.7 | 24M| 46 | 82 | 400 |9706 | 400 | 755 | 155 | 26k|5700 | 0.000000e+00 | -- | Inf
304.33/304.48 c 304s| 41100 | 565 | 2330k| 56.7 | 24M| 46 | 79 | 400 |9767 | 400 | 755 | 155 | 26k|5700 | 0.000000e+00 | -- | Inf
304.93/305.01 c 305s| 41200 | 564 | 2335k| 56.7 | 24M| 46 | 87 | 400 |9713 | 400 | 755 | 155 | 26k|5700 | 0.000000e+00 | -- | Inf
305.32/305.49 c 305s| 41300 | 570 | 2340k| 56.6 | 24M| 46 | - | 400 |9708 | 400 | 755 | 155 | 26k|5701 | 0.000000e+00 | -- | Inf
305.83/305.93 c 306s| 41400 | 572 | 2345k| 56.6 | 24M| 46 | 77 | 400 |9749 | 400 | 755 | 155 | 26k|5701 | 0.000000e+00 | -- | Inf
306.42/306.50 c 306s| 41500 | 572 | 2351k| 56.6 | 24M| 46 | 76 | 400 |9791 | 400 | 755 | 155 | 27k|5701 | 0.000000e+00 | -- | Inf
306.73/306.86 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
306.73/306.86 c 307s| 41600 | 568 | 2354k| 56.6 | 24M| 46 | - | 400 |9821 | 400 | 755 | 155 | 27k|5701 | 0.000000e+00 | -- | Inf
307.12/307.25 c 307s| 41700 | 566 | 2358k| 56.5 | 24M| 46 | - | 400 |9861 | 400 | 755 | 155 | 27k|5701 | 0.000000e+00 | -- | Inf
307.72/307.82 c 308s| 41800 | 566 | 2364k| 56.5 | 24M| 46 | 89 | 400 |9844 | 400 | 755 | 155 | 27k|5702 | 0.000000e+00 | -- | Inf
308.13/308.25 c 308s| 41900 | 572 | 2368k| 56.5 | 24M| 46 | - | 400 |9871 | 400 | 755 | 155 | 27k|5702 | 0.000000e+00 | -- | Inf
308.72/308.81 c 309s| 42000 | 570 | 2374k| 56.5 | 24M| 46 | 84 | 400 |9874 | 400 | 755 | 155 | 27k|5702 | 0.000000e+00 | -- | Inf
309.22/309.38 c 309s| 42100 | 572 | 2380k| 56.5 | 24M| 46 | - | 400 |9896 | 400 | 755 | 155 | 27k|5703 | 0.000000e+00 | -- | Inf
309.73/309.88 c 310s| 42200 | 576 | 2385k| 56.5 | 24M| 46 | - | 400 |9950 | 400 | 755 | 155 | 27k|5703 | 0.000000e+00 | -- | Inf
310.32/310.46 c 310s| 42300 | 570 | 2391k| 56.5 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 27k|5704 | 0.000000e+00 | -- | Inf
310.83/310.95 c 311s| 42400 | 576 | 2396k| 56.5 | 24M| 46 | 76 | 400 | 10k| 400 | 755 | 155 | 27k|5705 | 0.000000e+00 | -- | Inf
311.23/311.39 c 311s| 42500 | 578 | 2400k| 56.5 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 27k|5705 | 0.000000e+00 | -- | Inf
311.72/311.83 c 312s| 42600 | 576 | 2405k| 56.4 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 27k|5705 | 0.000000e+00 | -- | Inf
312.23/312.30 c 312s| 42700 | 572 | 2410k| 56.4 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 27k|5705 | 0.000000e+00 | -- | Inf
312.72/312.85 c 313s| 42800 | 576 | 2415k| 56.4 | 24M| 46 | 95 | 400 | 10k| 400 | 755 | 155 | 27k|5705 | 0.000000e+00 | -- | Inf
313.43/313.57 c 314s| 42900 | 586 | 2422k| 56.4 | 24M| 46 | 90 | 400 | 10k| 400 | 755 | 155 | 27k|5713 | 0.000000e+00 | -- | Inf
314.12/314.29 c 314s| 43000 | 582 | 2428k| 56.5 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 27k|5724 | 0.000000e+00 | -- | Inf
315.02/315.12 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
315.02/315.12 c 315s| 43100 | 578 | 2435k| 56.5 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 28k|5744 | 0.000000e+00 | -- | Inf
315.73/315.83 c 316s| 43200 | 578 | 2440k| 56.5 | 24M| 46 | 88 | 400 | 10k| 400 | 755 | 155 | 28k|5758 | 0.000000e+00 | -- | Inf
316.43/316.56 c 317s| 43300 | 584 | 2446k| 56.5 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 28k|5768 | 0.000000e+00 | -- | Inf
317.13/317.20 c 317s| 43400 | 586 | 2452k| 56.5 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 28k|5779 | 0.000000e+00 | -- | Inf
317.83/317.97 c 318s| 43500 | 578 | 2458k| 56.5 | 24M| 46 | 84 | 400 | 10k| 400 | 755 | 155 | 28k|5794 | 0.000000e+00 | -- | Inf
318.73/318.84 c 319s| 43600 | 580 | 2465k| 56.5 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 28k|5813 | 0.000000e+00 | -- | Inf
319.32/319.45 c 319s| 43700 | 588 | 2470k| 56.5 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 28k|5826 | 0.000000e+00 | -- | Inf
320.03/320.13 c 320s| 43800 | 588 | 2475k| 56.5 | 24M| 46 | 83 | 400 | 10k| 400 | 755 | 155 | 28k|5841 | 0.000000e+00 | -- | Inf
320.63/320.77 c 321s| 43900 | 590 | 2480k| 56.5 | 24M| 46 | 83 | 400 | 10k| 400 | 755 | 155 | 28k|5855 | 0.000000e+00 | -- | Inf
321.13/321.29 c 321s| 44000 | 588 | 2485k| 56.5 | 24M| 46 | 79 | 400 | 10k| 400 | 755 | 155 | 28k|5865 | 0.000000e+00 | -- | Inf
321.72/321.87 c 322s| 44100 | 590 | 2489k| 56.4 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 28k|5873 | 0.000000e+00 | -- | Inf
322.32/322.41 c 322s| 44200 | 589 | 2494k| 56.4 | 24M| 46 | 88 | 400 | 10k| 400 | 755 | 155 | 28k|5885 | 0.000000e+00 | -- | Inf
323.02/323.13 c 323s| 44300 | 591 | 2499k| 56.4 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 28k|5902 | 0.000000e+00 | -- | Inf
323.72/323.87 c 324s| 44400 | 598 | 2505k| 56.4 | 24M| 46 | 81 | 400 | 10k| 400 | 755 | 155 | 28k|5918 | 0.000000e+00 | -- | Inf
324.43/324.51 c 325s| 44500 | 594 | 2510k| 56.4 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 29k|5931 | 0.000000e+00 | -- | Inf
324.82/324.99 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
324.82/324.99 c 325s| 44600 | 604 | 2514k| 56.4 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 29k|5936 | 0.000000e+00 | -- | Inf
325.63/325.73 c 326s| 44700 | 598 | 2519k| 56.3 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 29k|5954 | 0.000000e+00 | -- | Inf
326.22/326.37 c 326s| 44800 | 600 | 2525k| 56.3 | 24M| 46 | 84 | 400 | 10k| 400 | 755 | 155 | 29k|5965 | 0.000000e+00 | -- | Inf
326.92/327.00 c 327s| 44900 | 598 | 2530k| 56.3 | 24M| 46 | - | 400 | 10k| 400 | 755 | 155 | 29k|5981 | 0.000000e+00 | -- | Inf
327.72/327.80 c 328s| 45000 | 604 | 2536k| 56.3 | 24M| 46 | 82 | 400 | 10k| 400 | 755 | 155 | 29k|5999 | 0.000000e+00 | -- | Inf
328.12/328.27 c 328s| 45100 | 609 | 2540k| 56.3 | 24M| 46 | 85 | 400 | 10k| 400 | 755 | 155 | 29k|5999 | 0.000000e+00 | -- | Inf
328.83/328.98 c 329s| 45200 | 605 | 2545k| 56.3 | 24M| 46 | 84 | 400 | 10k| 400 | 755 | 155 | 29k|6016 | 0.000000e+00 | -- | Inf
329.33/329.48 c 329s| 45300 | 606 | 2550k| 56.3 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 29k|6022 | 0.000000e+00 | -- | Inf
329.92/330.02 c 330s| 45400 | 610 | 2554k| 56.2 | 25M| 46 | 86 | 400 | 10k| 400 | 755 | 155 | 29k|6034 | 0.000000e+00 | -- | Inf
330.62/330.70 c 331s| 45500 | 608 | 2559k| 56.2 | 25M| 46 | 93 | 400 | 10k| 400 | 755 | 155 | 29k|6058 | 0.000000e+00 | -- | Inf
331.32/331.42 c 331s| 45600 | 620 | 2565k| 56.2 | 25M| 46 | 86 | 400 | 10k| 400 | 755 | 155 | 29k|6067 | 0.000000e+00 | -- | Inf
331.82/331.98 c 332s| 45700 | 620 | 2569k| 56.2 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 29k|6075 | 0.000000e+00 | -- | Inf
332.52/332.68 c 333s| 45800 | 620 | 2575k| 56.2 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 29k|6084 | 0.000000e+00 | -- | Inf
332.92/333.09 c 333s| 45900 | 626 | 2578k| 56.2 | 25M| 46 | 84 | 400 | 10k| 400 | 755 | 155 | 29k|6091 | 0.000000e+00 | -- | Inf
333.41/333.55 c 334s| 46000 | 624 | 2582k| 56.1 | 25M| 46 | 89 | 400 | 10k| 400 | 755 | 155 | 29k|6102 | 0.000000e+00 | -- | Inf
334.21/334.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
334.21/334.30 c 334s| 46100 | 630 | 2588k| 56.1 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 30k|6116 | 0.000000e+00 | -- | Inf
334.91/335.02 c 335s| 46200 | 626 | 2593k| 56.1 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 30k|6133 | 0.000000e+00 | -- | Inf
335.72/335.81 c 336s| 46300 | 626 | 2600k| 56.1 | 24M| 46 | 87 | 400 | 10k| 400 | 755 | 155 | 30k|6145 | 0.000000e+00 | -- | Inf
336.32/336.46 c 336s| 46400 | 628 | 2605k| 56.1 | 24M| 46 | 94 | 400 | 10k| 400 | 755 | 155 | 30k|6155 | 0.000000e+00 | -- | Inf
337.32/337.46 c 337s| 46500 | 632 | 2612k| 56.2 | 24M| 46 | 81 | 400 |9935 | 400 | 755 | 155 | 30k|6179 | 0.000000e+00 | -- | Inf
338.02/338.17 c 338s| 46600 | 633 | 2618k| 56.2 | 24M| 46 | 81 | 400 |9950 | 400 | 755 | 155 | 30k|6186 | 0.000000e+00 | -- | Inf
338.73/338.84 c 339s| 46700 | 631 | 2624k| 56.2 | 24M| 46 | 86 | 400 |9910 | 400 | 755 | 155 | 30k|6205 | 0.000000e+00 | -- | Inf
339.22/339.35 c 339s| 46800 | 635 | 2628k| 56.1 | 24M| 46 | 84 | 400 |9918 | 400 | 755 | 155 | 30k|6212 | 0.000000e+00 | -- | Inf
340.02/340.10 c 340s| 46900 | 637 | 2634k| 56.2 | 24M| 46 | - | 400 |9963 | 400 | 755 | 155 | 30k|6232 | 0.000000e+00 | -- | Inf
340.71/340.81 c 341s| 47000 | 637 | 2640k| 56.2 | 24M| 46 | 85 | 400 | 10k| 400 | 755 | 155 | 30k|6250 | 0.000000e+00 | -- | Inf
341.52/341.66 c 342s| 47100 | 636 | 2648k| 56.2 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 30k|6266 | 0.000000e+00 | -- | Inf
342.31/342.45 c 342s| 47200 | 632 | 2655k| 56.2 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 30k|6277 | 0.000000e+00 | -- | Inf
343.12/343.28 c 343s| 47300 | 636 | 2662k| 56.3 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 30k|6297 | 0.000000e+00 | -- | Inf
343.82/343.98 c 344s| 47400 | 634 | 2668k| 56.3 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 31k|6315 | 0.000000e+00 | -- | Inf
344.62/344.70 c 345s| 47500 | 629 | 2673k| 56.3 | 25M| 46 | - | 400 | 10k| 400 | 755 | 155 | 31k|6339 | 0.000000e+00 | -- | Inf
345.12/345.29 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
345.12/345.29 c 345s| 47600 | 633 | 2679k| 56.3 | 25M| 46 | 86 | 400 | 10k| 400 | 755 | 155 | 31k|6344 | 0.000000e+00 | -- | Inf
346.21/346.32 c 346s| 47700 | 641 | 2686k| 56.3 | 24M| 46 | 93 | 400 | 10k| 400 | 755 | 155 | 31k|6373 | 0.000000e+00 | -- | Inf
346.92/347.08 c 347s| 47800 | 649 | 2693k| 56.3 | 24M| 46 | - | 400 |9878 | 400 | 755 | 155 | 31k|6381 | 0.000000e+00 | -- | Inf
347.72/347.82 c 348s| 47900 | 651 | 2700k| 56.4 | 24M| 46 | - | 400 |9565 | 400 | 755 | 155 | 31k|6386 | 0.000000e+00 | -- | Inf
348.41/348.50 c 348s| 48000 | 644 | 2706k| 56.4 | 24M| 46 | - | 400 |9438 | 400 | 755 | 155 | 31k|6389 | 0.000000e+00 | -- | Inf
349.02/349.16 c 349s| 48100 | 644 | 2712k| 56.4 | 24M| 46 | - | 400 |9404 | 400 | 755 | 155 | 31k|6392 | 0.000000e+00 | -- | Inf
349.62/349.71 c 350s| 48200 | 644 | 2718k| 56.4 | 24M| 46 | 85 | 400 |9431 | 400 | 755 | 155 | 31k|6394 | 0.000000e+00 | -- | Inf
350.22/350.30 c 350s| 48300 | 642 | 2723k| 56.4 | 24M| 46 | - | 400 |9476 | 400 | 755 | 155 | 31k|6394 | 0.000000e+00 | -- | Inf
350.83/350.91 c 351s| 48400 | 642 | 2729k| 56.4 | 24M| 46 | - | 400 |9439 | 400 | 755 | 155 | 31k|6395 | 0.000000e+00 | -- | Inf
351.42/351.55 c 352s| 48500 | 645 | 2736k| 56.4 | 24M| 46 | 85 | 400 |9312 | 400 | 755 | 155 | 31k|6395 | 0.000000e+00 | -- | Inf
352.11/352.20 c 352s| 48600 | 653 | 2742k| 56.4 | 24M| 46 | 95 | 400 |9146 | 400 | 755 | 155 | 31k|6399 | 0.000000e+00 | -- | Inf
352.72/352.80 c 353s| 48700 | 651 | 2748k| 56.4 | 24M| 46 | 82 | 400 |9158 | 400 | 755 | 155 | 32k|6399 | 0.000000e+00 | -- | Inf
353.21/353.36 c 353s| 48800 | 653 | 2753k| 56.4 | 24M| 46 | 84 | 400 |9199 | 400 | 755 | 155 | 32k|6400 | 0.000000e+00 | -- | Inf
353.81/353.94 c 354s| 48900 | 656 | 2759k| 56.4 | 24M| 46 | - | 400 |9172 | 400 | 755 | 155 | 32k|6400 | 0.000000e+00 | -- | Inf
354.42/354.57 c 355s| 49000 | 656 | 2765k| 56.4 | 24M| 46 | 85 | 400 |9148 | 400 | 755 | 155 | 32k|6402 | 0.000000e+00 | -- | Inf
355.02/355.12 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
355.02/355.12 c 355s| 49100 | 660 | 2771k| 56.4 | 24M| 46 | - | 400 |9082 | 400 | 755 | 155 | 32k|6402 | 0.000000e+00 | -- | Inf
355.61/355.70 c 356s| 49200 | 674 | 2777k| 56.4 | 24M| 46 | 91 | 400 |8985 | 400 | 755 | 155 | 32k|6402 | 0.000000e+00 | -- | Inf
356.21/356.33 c 356s| 49300 | 666 | 2783k| 56.4 | 24M| 46 | 88 | 400 |8960 | 400 | 755 | 155 | 32k|6402 | 0.000000e+00 | -- | Inf
356.81/356.94 c 357s| 49400 | 678 | 2789k| 56.4 | 24M| 46 | 84 | 400 |8784 | 400 | 755 | 155 | 32k|6402 | 0.000000e+00 | -- | Inf
357.43/357.57 c 358s| 49500 | 690 | 2795k| 56.5 | 24M| 46 | 86 | 400 |8718 | 400 | 755 | 155 | 32k|6402 | 0.000000e+00 | -- | Inf
357.92/358.04 c 358s| 49600 | 686 | 2800k| 56.4 | 24M| 46 | - | 400 |8798 | 400 | 755 | 155 | 32k|6402 | 0.000000e+00 | -- | Inf
358.42/358.52 c 359s| 49700 | 688 | 2805k| 56.4 | 24M| 46 | 88 | 400 |8808 | 400 | 755 | 155 | 32k|6402 | 0.000000e+00 | -- | Inf
358.91/359.00 c 359s| 49800 | 688 | 2809k| 56.4 | 24M| 46 | - | 400 |8854 | 400 | 755 | 155 | 32k|6402 | 0.000000e+00 | -- | Inf
359.42/359.53 c 360s| 49900 | 692 | 2814k| 56.4 | 24M| 46 | - | 400 |8852 | 400 | 755 | 155 | 32k|6403 | 0.000000e+00 | -- | Inf
359.92/360.07 c 360s| 50000 | 688 | 2820k| 56.4 | 24M| 46 | - | 400 |8904 | 400 | 755 | 155 | 32k|6403 | 0.000000e+00 | -- | Inf
360.52/360.64 c 361s| 50100 | 684 | 2826k| 56.4 | 24M| 46 | 85 | 400 |8915 | 400 | 755 | 155 | 32k|6403 | 0.000000e+00 | -- | Inf
361.21/361.30 c 361s| 50200 | 683 | 2833k| 56.4 | 24M| 46 | 87 | 400 |8942 | 400 | 755 | 155 | 33k|6403 | 0.000000e+00 | -- | Inf
361.61/361.75 c 362s| 50300 | 686 | 2837k| 56.4 | 24M| 46 | - | 400 |9012 | 400 | 755 | 155 | 33k|6403 | 0.000000e+00 | -- | Inf
362.22/362.30 c 362s| 50400 | 685 | 2843k| 56.4 | 24M| 46 | 83 | 400 |9058 | 400 | 755 | 155 | 33k|6403 | 0.000000e+00 | -- | Inf
362.71/362.88 c 363s| 50500 | 699 | 2848k| 56.4 | 24M| 46 | 87 | 400 |8935 | 400 | 755 | 155 | 33k|6403 | 0.000000e+00 | -- | Inf
363.21/363.35 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
363.21/363.35 c 363s| 50600 | 705 | 2853k| 56.4 | 24M| 46 | - | 400 |8855 | 400 | 755 | 155 | 33k|6403 | 0.000000e+00 | -- | Inf
363.82/363.95 c 364s| 50700 | 709 | 2859k| 56.4 | 24M| 46 | 88 | 400 |8886 | 400 | 755 | 155 | 33k|6403 | 0.000000e+00 | -- | Inf
364.52/364.63 c 365s| 50800 | 707 | 2866k| 56.4 | 24M| 46 | 90 | 400 |8942 | 400 | 755 | 155 | 33k|6403 | 0.000000e+00 | -- | Inf
365.22/365.33 c 365s| 50900 | 718 | 2873k| 56.4 | 24M| 46 | - | 400 |8880 | 400 | 755 | 155 | 33k|6404 | 0.000000e+00 | -- | Inf
365.71/365.86 c 366s| 51000 | 717 | 2879k| 56.4 | 24M| 46 | 87 | 400 |8940 | 400 | 755 | 155 | 33k|6404 | 0.000000e+00 | -- | Inf
366.32/366.49 c 366s| 51100 | 713 | 2884k| 56.4 | 24M| 46 | 87 | 400 |9006 | 400 | 755 | 155 | 33k|6418 | 0.000000e+00 | -- | Inf
366.91/367.07 c 367s| 51200 | 711 | 2889k| 56.4 | 24M| 46 | - | 400 |9066 | 400 | 755 | 155 | 33k|6428 | 0.000000e+00 | -- | Inf
367.51/367.64 c 368s| 51300 | 711 | 2894k| 56.4 | 24M| 46 | - | 400 |9070 | 400 | 755 | 155 | 33k|6437 | 0.000000e+00 | -- | Inf
368.42/368.56 c 369s| 51400 | 709 | 2901k| 56.4 | 24M| 46 | - | 400 |9010 | 400 | 755 | 155 | 33k|6456 | 0.000000e+00 | -- | Inf
369.21/369.31 c 369s| 51500 | 711 | 2907k| 56.4 | 24M| 46 | 80 | 400 |9019 | 400 | 755 | 155 | 34k|6472 | 0.000000e+00 | -- | Inf
369.81/369.91 c 370s| 51600 | 711 | 2913k| 56.4 | 24M| 46 | - | 400 |9050 | 400 | 755 | 155 | 34k|6478 | 0.000000e+00 | -- | Inf
370.41/370.55 c 371s| 51700 | 709 | 2918k| 56.4 | 24M| 46 | - | 400 |9084 | 400 | 755 | 155 | 34k|6490 | 0.000000e+00 | -- | Inf
371.11/371.28 c 371s| 51800 | 711 | 2923k| 56.4 | 24M| 46 | 85 | 400 |9142 | 400 | 755 | 155 | 34k|6509 | 0.000000e+00 | -- | Inf
371.72/371.88 c 372s| 51900 | 717 | 2929k| 56.4 | 24M| 46 | - | 400 |9076 | 400 | 755 | 155 | 34k|6520 | 0.000000e+00 | -- | Inf
372.51/372.63 c 373s| 52000 | 723 | 2934k| 56.4 | 24M| 46 | - | 400 |9131 | 400 | 755 | 155 | 34k|6539 | 0.000000e+00 | -- | Inf
373.11/373.27 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
373.11/373.27 c 373s| 52100 | 725 | 2941k| 56.4 | 24M| 46 | 82 | 400 |9104 | 400 | 755 | 155 | 34k|6539 | 0.000000e+00 | -- | Inf
373.92/374.01 c 374s| 52200 | 713 | 2947k| 56.4 | 24M| 46 | - | 400 |9166 | 400 | 755 | 155 | 34k|6564 | 0.000000e+00 | -- | Inf
374.62/374.77 c 375s| 52300 | 718 | 2954k| 56.5 | 24M| 46 | 84 | 400 |9200 | 400 | 755 | 155 | 34k|6573 | 0.000000e+00 | -- | Inf
375.32/375.49 c 375s| 52400 | 710 | 2960k| 56.5 | 24M| 46 | 80 | 400 |9271 | 400 | 755 | 155 | 34k|6590 | 0.000000e+00 | -- | Inf
376.12/376.29 c 376s| 52500 | 710 | 2967k| 56.5 | 24M| 46 | - | 400 |9207 | 400 | 755 | 155 | 34k|6604 | 0.000000e+00 | -- | Inf
376.81/376.90 c 377s| 52600 | 714 | 2972k| 56.5 | 24M| 46 | - | 400 |9194 | 400 | 755 | 155 | 34k|6622 | 0.000000e+00 | -- | Inf
377.51/377.67 c 378s| 52700 | 713 | 2978k| 56.5 | 24M| 46 | 83 | 400 |9194 | 400 | 755 | 155 | 34k|6637 | 0.000000e+00 | -- | Inf
378.31/378.49 c 378s| 52800 | 714 | 2984k| 56.5 | 24M| 46 | - | 400 |9183 | 400 | 755 | 155 | 34k|6655 | 0.000000e+00 | -- | Inf
379.01/379.10 c 379s| 52900 | 707 | 2990k| 56.5 | 24M| 46 | - | 400 |9195 | 400 | 755 | 155 | 34k|6662 | 0.000000e+00 | -- | Inf
379.61/379.79 c 380s| 53000 | 711 | 2995k| 56.5 | 24M| 46 | - | 400 |9189 | 400 | 755 | 155 | 34k|6676 | 0.000000e+00 | -- | Inf
380.51/380.61 c 381s| 53100 | 708 | 3002k| 56.5 | 24M| 46 | 84 | 400 |9129 | 400 | 755 | 155 | 35k|6688 | 0.000000e+00 | -- | Inf
381.31/381.40 c 381s| 53200 | 704 | 3008k| 56.5 | 24M| 46 | - | 400 |8970 | 400 | 755 | 155 | 35k|6702 | 0.000000e+00 | -- | Inf
381.72/381.88 c 382s| 53300 | 712 | 3013k| 56.5 | 24M| 46 | - | 400 |9015 | 400 | 755 | 155 | 35k|6702 | 0.000000e+00 | -- | Inf
382.51/382.62 c 383s| 53400 | 714 | 3019k| 56.5 | 24M| 46 | 89 | 400 |9015 | 400 | 755 | 155 | 35k|6716 | 0.000000e+00 | -- | Inf
383.41/383.54 c 384s| 53500 | 718 | 3026k| 56.6 | 24M| 46 | - | 400 |8997 | 400 | 755 | 155 | 35k|6730 | 0.000000e+00 | -- | Inf
384.01/384.19 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
384.01/384.19 c 384s| 53600 | 718 | 3032k| 56.6 | 24M| 46 | - | 400 |8995 | 400 | 755 | 155 | 35k|6741 | 0.000000e+00 | -- | Inf
384.92/385.07 c 385s| 53700 | 720 | 3039k| 56.6 | 24M| 46 | 89 | 400 |8958 | 400 | 755 | 155 | 35k|6760 | 0.000000e+00 | -- | Inf
385.61/385.76 c 386s| 53800 | 716 | 3045k| 56.6 | 24M| 46 | 86 | 400 |8962 | 400 | 755 | 155 | 35k|6775 | 0.000000e+00 | -- | Inf
386.61/386.75 c 387s| 53900 | 717 | 3052k| 56.6 | 24M| 46 | 90 | 400 |8848 | 400 | 755 | 155 | 35k|6797 | 0.000000e+00 | -- | Inf
387.41/387.54 c 388s| 54000 | 715 | 3059k| 56.6 | 24M| 46 | - | 400 |8820 | 400 | 755 | 155 | 35k|6814 | 0.000000e+00 | -- | Inf
388.01/388.15 c 388s| 54100 | 721 | 3064k| 56.6 | 24M| 46 | - | 400 |8795 | 400 | 755 | 155 | 35k|6818 | 0.000000e+00 | -- | Inf
388.61/388.75 c 389s| 54200 | 721 | 3069k| 56.6 | 24M| 46 | - | 400 |8863 | 400 | 755 | 155 | 35k|6826 | 0.000000e+00 | -- | Inf
389.32/389.46 c 389s| 54300 | 718 | 3076k| 56.6 | 24M| 46 | - | 400 |8903 | 400 | 755 | 155 | 35k|6838 | 0.000000e+00 | -- | Inf
390.01/390.12 c 390s| 54400 | 713 | 3081k| 56.6 | 24M| 46 | 95 | 400 |8874 | 400 | 755 | 155 | 36k|6852 | 0.000000e+00 | -- | Inf
390.71/390.82 c 391s| 54500 | 721 | 3087k| 56.6 | 24M| 46 | 72 | 400 |8840 | 400 | 755 | 155 | 36k|6861 | 0.000000e+00 | -- | Inf
391.31/391.40 c 391s| 54600 | 721 | 3091k| 56.6 | 24M| 46 | - | 400 |8872 | 400 | 755 | 155 | 36k|6877 | 0.000000e+00 | -- | Inf
391.81/391.96 c 392s| 54700 | 715 | 3096k| 56.6 | 24M| 46 | 77 | 400 |8923 | 400 | 755 | 155 | 36k|6895 | 0.000000e+00 | -- | Inf
392.31/392.49 c 392s| 54800 | 719 | 3101k| 56.6 | 24M| 46 | - | 400 |8974 | 400 | 755 | 155 | 36k|6906 | 0.000000e+00 | -- | Inf
392.91/393.02 c 393s| 54900 | 715 | 3105k| 56.6 | 24M| 46 | - | 400 |9029 | 400 | 755 | 155 | 36k|6922 | 0.000000e+00 | -- | Inf
393.50/393.65 c 394s| 55000 | 721 | 3111k| 56.5 | 24M| 46 | 73 | 400 |9045 | 400 | 755 | 155 | 36k|6939 | 0.000000e+00 | -- | Inf
394.01/394.20 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
394.01/394.20 c 394s| 55100 | 717 | 3115k| 56.5 | 24M| 46 | 76 | 400 |9097 | 400 | 755 | 155 | 36k|6949 | 0.000000e+00 | -- | Inf
394.61/394.76 c 395s| 55200 | 719 | 3120k| 56.5 | 24M| 46 | 81 | 400 |9134 | 400 | 755 | 155 | 36k|6962 | 0.000000e+00 | -- | Inf
395.21/395.34 c 395s| 55300 | 715 | 3125k| 56.5 | 24M| 46 | 81 | 400 |9170 | 400 | 755 | 155 | 36k|6973 | 0.000000e+00 | -- | Inf
395.91/396.02 c 396s| 55400 | 720 | 3131k| 56.5 | 24M| 46 | 82 | 400 |9127 | 400 | 755 | 155 | 36k|6988 | 0.000000e+00 | -- | Inf
396.51/396.61 c 397s| 55500 | 716 | 3136k| 56.5 | 24M| 46 | 87 | 400 |9156 | 400 | 755 | 155 | 36k|6999 | 0.000000e+00 | -- | Inf
397.31/397.42 c 397s| 55600 | 718 | 3142k| 56.5 | 24M| 46 | - | 400 |9121 | 400 | 755 | 155 | 36k|7015 | 0.000000e+00 | -- | Inf
398.01/398.18 c 398s| 55700 | 716 | 3149k| 56.5 | 24M| 46 | 90 | 400 |9133 | 400 | 755 | 155 | 36k|7030 | 0.000000e+00 | -- | Inf
398.91/399.03 c 399s| 55800 | 712 | 3156k| 56.5 | 24M| 46 | - | 400 |9176 | 400 | 755 | 155 | 36k|7042 | 0.000000e+00 | -- | Inf
399.50/399.60 c 400s| 55900 | 730 | 3160k| 56.5 | 24M| 46 | 80 | 400 |9161 | 400 | 755 | 155 | 36k|7052 | 0.000000e+00 | -- | Inf
400.01/400.19 c 400s| 56000 | 727 | 3165k| 56.5 | 24M| 46 | - | 400 |9225 | 400 | 755 | 155 | 37k|7065 | 0.000000e+00 | -- | Inf
400.61/400.79 c 401s| 56100 | 720 | 3170k| 56.5 | 24M| 46 | 80 | 400 |9279 | 400 | 755 | 155 | 37k|7077 | 0.000000e+00 | -- | Inf
401.31/401.41 c 401s| 56200 | 720 | 3176k| 56.5 | 24M| 46 | - | 400 |9303 | 400 | 755 | 155 | 37k|7091 | 0.000000e+00 | -- | Inf
401.81/401.96 c 402s| 56300 | 726 | 3180k| 56.5 | 24M| 46 | - | 400 |9316 | 400 | 755 | 155 | 37k|7104 | 0.000000e+00 | -- | Inf
402.31/402.47 c 402s| 56400 | 722 | 3185k| 56.5 | 24M| 46 | 80 | 400 |9350 | 400 | 755 | 155 | 37k|7109 | 0.000000e+00 | -- | Inf
402.91/403.01 c 403s| 56500 | 718 | 3190k| 56.5 | 24M| 46 | - | 400 |9403 | 400 | 755 | 155 | 37k|7116 | 0.000000e+00 | -- | Inf
403.61/403.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
403.61/403.75 c 404s| 56600 | 714 | 3196k| 56.5 | 24M| 46 | - | 400 |9446 | 400 | 755 | 155 | 37k|7136 | 0.000000e+00 | -- | Inf
404.41/404.58 c 405s| 56700 | 718 | 3202k| 56.5 | 24M| 46 | 81 | 400 |9455 | 400 | 755 | 155 | 37k|7157 | 0.000000e+00 | -- | Inf
405.01/405.11 c 405s| 56800 | 718 | 3207k| 56.4 | 24M| 46 | 80 | 400 |9452 | 400 | 755 | 155 | 37k|7168 | 0.000000e+00 | -- | Inf
405.71/405.81 c 406s| 56900 | 716 | 3212k| 56.4 | 24M| 46 | 88 | 400 |9429 | 400 | 755 | 155 | 37k|7186 | 0.000000e+00 | -- | Inf
406.31/406.40 c 406s| 57000 | 722 | 3217k| 56.4 | 24M| 46 | 90 | 400 |9444 | 400 | 755 | 155 | 37k|7192 | 0.000000e+00 | -- | Inf
407.01/407.12 c 407s| 57100 | 736 | 3223k| 56.4 | 24M| 46 | - | 400 |9318 | 400 | 755 | 155 | 37k|7200 | 0.000000e+00 | -- | Inf
407.61/407.74 c 408s| 57200 | 736 | 3228k| 56.4 | 24M| 46 | - | 400 |9316 | 400 | 755 | 155 | 37k|7211 | 0.000000e+00 | -- | Inf
408.01/408.15 c 408s| 57300 | 738 | 3232k| 56.4 | 24M| 46 | 81 | 400 |9313 | 400 | 755 | 155 | 37k|7211 | 0.000000e+00 | -- | Inf
408.71/408.89 c 409s| 57400 | 740 | 3239k| 56.4 | 24M| 46 | 91 | 400 |9225 | 400 | 755 | 155 | 37k|7217 | 0.000000e+00 | -- | Inf
409.31/409.41 c 409s| 57500 | 738 | 3244k| 56.4 | 24M| 46 | - | 400 |9287 | 400 | 755 | 155 | 37k|7217 | 0.000000e+00 | -- | Inf
409.81/409.99 c 410s| 57600 | 744 | 3250k| 56.4 | 24M| 46 | 92 | 400 |9205 | 400 | 755 | 155 | 37k|7219 | 0.000000e+00 | -- | Inf
410.51/410.60 c 411s| 57700 | 738 | 3256k| 56.4 | 24M| 46 | - | 400 |9152 | 400 | 755 | 155 | 38k|7220 | 0.000000e+00 | -- | Inf
411.11/411.22 c 411s| 57800 | 738 | 3262k| 56.4 | 24M| 46 | - | 400 |9106 | 400 | 755 | 155 | 38k|7221 | 0.000000e+00 | -- | Inf
411.60/411.77 c 412s| 57900 | 744 | 3267k| 56.4 | 24M| 46 | 87 | 400 |9117 | 400 | 755 | 155 | 38k|7221 | 0.000000e+00 | -- | Inf
412.21/412.34 c 412s| 58000 | 739 | 3273k| 56.4 | 24M| 46 | - | 400 |9172 | 400 | 755 | 155 | 38k|7221 | 0.000000e+00 | -- | Inf
412.81/412.98 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
412.81/412.98 c 413s| 58100 | 739 | 3280k| 56.4 | 24M| 46 | 84 | 400 |9195 | 400 | 755 | 155 | 38k|7221 | 0.000000e+00 | -- | Inf
413.41/413.59 c 414s| 58200 | 739 | 3286k| 56.4 | 24M| 46 | 84 | 400 |9209 | 400 | 755 | 155 | 38k|7222 | 0.000000e+00 | -- | Inf
414.01/414.16 c 414s| 58300 | 737 | 3292k| 56.5 | 24M| 46 | 83 | 400 |9246 | 400 | 755 | 155 | 38k|7222 | 0.000000e+00 | -- | Inf
414.71/414.85 c 415s| 58400 | 741 | 3298k| 56.5 | 24M| 46 | 82 | 400 |9240 | 400 | 755 | 155 | 38k|7224 | 0.000000e+00 | -- | Inf
415.31/415.47 c 415s| 58500 | 736 | 3304k| 56.5 | 24M| 46 | - | 400 |9281 | 400 | 755 | 155 | 38k|7227 | 0.000000e+00 | -- | Inf
416.01/416.11 c 416s| 58600 | 754 | 3311k| 56.5 | 24M| 46 | - | 400 |9257 | 400 | 755 | 155 | 38k|7228 | 0.000000e+00 | -- | Inf
416.61/416.70 c 417s| 58700 | 741 | 3317k| 56.5 | 24M| 46 | - | 400 |9315 | 400 | 755 | 155 | 38k|7228 | 0.000000e+00 | -- | Inf
417.10/417.27 c 417s| 58800 | 741 | 3322k| 56.5 | 24M| 46 | 88 | 400 |9313 | 400 | 755 | 155 | 38k|7228 | 0.000000e+00 | -- | Inf
417.70/417.89 c 418s| 58900 | 739 | 3329k| 56.5 | 24M| 46 | - | 400 |9340 | 400 | 755 | 155 | 39k|7228 | 0.000000e+00 | -- | Inf
418.31/418.43 c 418s| 59000 | 735 | 3334k| 56.5 | 24M| 46 | 83 | 400 |9334 | 400 | 755 | 155 | 39k|7228 | 0.000000e+00 | -- | Inf
418.80/418.99 c 419s| 59100 | 731 | 3340k| 56.5 | 24M| 46 | - | 400 |9355 | 400 | 755 | 155 | 39k|7228 | 0.000000e+00 | -- | Inf
419.51/419.68 c 420s| 59200 | 743 | 3347k| 56.5 | 24M| 46 | 82 | 400 |9335 | 400 | 755 | 155 | 39k|7229 | 0.000000e+00 | -- | Inf
420.11/420.25 c 420s| 59300 | 735 | 3352k| 56.5 | 24M| 46 | - | 400 |9338 | 400 | 755 | 155 | 39k|7229 | 0.000000e+00 | -- | Inf
420.70/420.87 c 421s| 59400 | 737 | 3359k| 56.5 | 24M| 46 | 90 | 400 |9377 | 400 | 755 | 155 | 39k|7229 | 0.000000e+00 | -- | Inf
421.31/421.44 c 421s| 59500 | 729 | 3364k| 56.5 | 24M| 46 | - | 400 |9384 | 400 | 755 | 155 | 39k|7229 | 0.000000e+00 | -- | Inf
422.10/422.27 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
422.10/422.27 c 422s| 59600 | 741 | 3373k| 56.6 | 24M| 46 | 80 | 400 |9296 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
422.61/422.73 c 423s| 59700 | 739 | 3377k| 56.6 | 24M| 46 | - | 400 |9355 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
423.11/423.30 c 423s| 59800 | 741 | 3383k| 56.6 | 24M| 46 | 79 | 400 |9382 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
423.70/423.81 c 424s| 59900 | 737 | 3389k| 56.6 | 25M| 46 | 83 | 400 |9432 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
424.10/424.26 c 424s| 60000 | 739 | 3393k| 56.5 | 25M| 46 | 81 | 400 |9472 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
424.61/424.77 c 425s| 60100 | 739 | 3399k| 56.5 | 25M| 46 | - | 400 |9514 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
425.21/425.31 c 425s| 60200 | 741 | 3404k| 56.5 | 25M| 46 | - | 400 |9546 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
425.61/425.76 c 426s| 60300 | 740 | 3409k| 56.5 | 25M| 46 | 79 | 400 |9572 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
426.11/426.20 c 426s| 60400 | 744 | 3413k| 56.5 | 25M| 46 | - | 400 |9516 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
426.60/426.70 c 427s| 60500 | 740 | 3418k| 56.5 | 25M| 46 | - | 400 |9558 | 400 | 755 | 155 | 39k|7230 | 0.000000e+00 | -- | Inf
427.01/427.16 c 427s| 60600 | 744 | 3423k| 56.5 | 25M| 46 | 85 | 400 |9584 | 400 | 755 | 155 | 40k|7230 | 0.000000e+00 | -- | Inf
427.40/427.59 c 428s| 60700 | 750 | 3427k| 56.4 | 25M| 46 | 83 | 400 |9609 | 400 | 755 | 155 | 40k|7230 | 0.000000e+00 | -- | Inf
427.91/428.07 c 428s| 60800 | 742 | 3432k| 56.4 | 25M| 46 | 84 | 400 |9643 | 400 | 755 | 155 | 40k|7230 | 0.000000e+00 | -- | Inf
428.60/428.73 c 429s| 60900 | 734 | 3437k| 56.4 | 25M| 46 | - | 400 |9672 | 400 | 755 | 155 | 40k|7241 | 0.000000e+00 | -- | Inf
429.40/429.50 c 429s| 61000 | 734 | 3443k| 56.4 | 25M| 46 | - | 400 |9681 | 400 | 755 | 155 | 40k|7255 | 0.000000e+00 | -- | Inf
430.11/430.23 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
430.11/430.23 c 430s| 61100 | 737 | 3450k| 56.4 | 25M| 46 | 87 | 400 |9643 | 400 | 755 | 155 | 40k|7263 | 0.000000e+00 | -- | Inf
430.81/430.95 c 431s| 61200 | 733 | 3456k| 56.5 | 25M| 46 | - | 400 |9557 | 400 | 755 | 155 | 40k|7271 | 0.000000e+00 | -- | Inf
431.60/431.76 c 432s| 61300 | 736 | 3463k| 56.5 | 25M| 46 | 88 | 400 |9603 | 400 | 755 | 155 | 40k|7283 | 0.000000e+00 | -- | Inf
432.51/432.63 c 433s| 61400 | 732 | 3470k| 56.5 | 25M| 46 | - | 400 |9655 | 400 | 755 | 155 | 40k|7302 | 0.000000e+00 | -- | Inf
433.31/433.46 c 433s| 61500 | 730 | 3477k| 56.5 | 25M| 46 | - | 400 |9699 | 400 | 755 | 155 | 40k|7312 | 0.000000e+00 | -- | Inf
433.90/434.04 c 434s| 61600 | 734 | 3482k| 56.5 | 25M| 46 | - | 400 |9736 | 400 | 755 | 155 | 40k|7322 | 0.000000e+00 | -- | Inf
434.51/434.64 c 435s| 61700 | 742 | 3487k| 56.5 | 25M| 46 | 71 | 400 |9726 | 400 | 755 | 155 | 40k|7332 | 0.000000e+00 | -- | Inf
435.10/435.22 c 435s| 61800 | 744 | 3492k| 56.5 | 25M| 46 | - | 400 |9729 | 400 | 755 | 155 | 40k|7344 | 0.000000e+00 | -- | Inf
435.70/435.81 c 436s| 61900 | 737 | 3497k| 56.5 | 25M| 46 | 87 | 400 |9771 | 400 | 755 | 155 | 40k|7360 | 0.000000e+00 | -- | Inf
436.30/436.40 c 436s| 62000 | 739 | 3502k| 56.5 | 25M| 46 | 75 | 400 |9809 | 400 | 755 | 155 | 40k|7374 | 0.000000e+00 | -- | Inf
436.90/437.03 c 437s| 62100 | 735 | 3507k| 56.5 | 25M| 46 | - | 400 |9831 | 400 | 755 | 155 | 40k|7387 | 0.000000e+00 | -- | Inf
437.31/437.43 c 437s| 62200 | 737 | 3511k| 56.4 | 25M| 46 | 83 | 400 |9887 | 400 | 755 | 155 | 40k|7387 | 0.000000e+00 | -- | Inf
438.11/438.24 c 438s| 62300 | 731 | 3517k| 56.4 | 25M| 46 | 90 | 400 |9884 | 400 | 755 | 155 | 41k|7406 | 0.000000e+00 | -- | Inf
438.81/438.98 c 439s| 62400 | 741 | 3523k| 56.4 | 25M| 46 | - | 400 |9797 | 400 | 755 | 155 | 41k|7414 | 0.000000e+00 | -- | Inf
440.10/440.20 c 440s| 62500 | 751 | 3530k| 56.5 | 25M| 46 | 83 | 400 |9706 | 400 | 755 | 155 | 41k|7432 | 0.000000e+00 | -- | Inf
440.60/440.78 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
440.60/440.78 c 441s| 62600 | 761 | 3535k| 56.5 | 25M| 46 | 86 | 400 |9735 | 400 | 755 | 155 | 41k|7433 | 0.000000e+00 | -- | Inf
441.40/441.57 c 442s| 62700 | 757 | 3542k| 56.5 | 25M| 46 | - | 400 |9771 | 400 | 755 | 155 | 41k|7439 | 0.000000e+00 | -- | Inf
442.30/442.44 c 442s| 62800 | 765 | 3549k| 56.5 | 25M| 46 | 83 | 400 |9660 | 400 | 755 | 155 | 41k|7456 | 0.000000e+00 | -- | Inf
443.00/443.18 c 443s| 62900 | 763 | 3556k| 56.5 | 25M| 46 | 89 | 400 |9682 | 400 | 755 | 155 | 41k|7468 | 0.000000e+00 | -- | Inf
443.80/443.93 c 444s| 63000 | 761 | 3562k| 56.5 | 25M| 46 | 84 | 400 |9736 | 400 | 755 | 155 | 41k|7481 | 0.000000e+00 | -- | Inf
444.50/444.65 c 445s| 63100 | 763 | 3568k| 56.5 | 25M| 46 | 79 | 400 |9713 | 400 | 755 | 155 | 41k|7492 | 0.000000e+00 | -- | Inf
445.30/445.48 c 445s| 63200 | 771 | 3574k| 56.5 | 25M| 46 | 85 | 400 |9712 | 400 | 755 | 155 | 41k|7508 | 0.000000e+00 | -- | Inf
446.01/446.11 c 446s| 63300 | 769 | 3581k| 56.6 | 25M| 46 | - | 400 |9727 | 400 | 755 | 155 | 41k|7508 | 0.000000e+00 | -- | Inf
446.80/446.92 c 447s| 63400 | 769 | 3587k| 56.6 | 25M| 46 | 89 | 400 |9775 | 400 | 755 | 155 | 41k|7521 | 0.000000e+00 | -- | Inf
447.50/447.66 c 448s| 63500 | 765 | 3594k| 56.6 | 25M| 46 | - | 400 |9795 | 400 | 755 | 155 | 41k|7533 | 0.000000e+00 | -- | Inf
448.30/448.42 c 448s| 63600 | 777 | 3600k| 56.6 | 25M| 46 | - | 400 |9699 | 400 | 755 | 155 | 41k|7543 | 0.000000e+00 | -- | Inf
448.81/448.94 c 449s| 63700 | 771 | 3604k| 56.6 | 25M| 46 | - | 400 |9689 | 400 | 755 | 155 | 42k|7554 | 0.000000e+00 | -- | Inf
449.70/449.81 c 450s| 63800 | 779 | 3610k| 56.6 | 25M| 46 | 88 | 400 |9571 | 400 | 755 | 155 | 42k|7578 | 0.000000e+00 | -- | Inf
450.40/450.50 c 451s| 63900 | 769 | 3617k| 56.6 | 25M| 46 | 86 | 400 |9569 | 400 | 755 | 155 | 42k|7578 | 0.000000e+00 | -- | Inf
451.10/451.24 c 451s| 64000 | 771 | 3622k| 56.6 | 25M| 46 | - | 400 |9607 | 400 | 755 | 155 | 42k|7596 | 0.000000e+00 | -- | Inf
451.60/451.78 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
451.60/451.78 c 452s| 64100 | 769 | 3627k| 56.6 | 25M| 46 | - | 400 |9634 | 400 | 755 | 155 | 42k|7601 | 0.000000e+00 | -- | Inf
452.20/452.33 c 452s| 64200 | 773 | 3632k| 56.6 | 25M| 46 | 78 | 400 |9603 | 400 | 755 | 155 | 42k|7611 | 0.000000e+00 | -- | Inf
452.80/452.94 c 453s| 64300 | 771 | 3637k| 56.5 | 25M| 46 | 84 | 400 |9611 | 400 | 755 | 155 | 42k|7624 | 0.000000e+00 | -- | Inf
453.40/453.52 c 454s| 64400 | 773 | 3642k| 56.5 | 25M| 46 | 82 | 400 |9629 | 400 | 755 | 155 | 42k|7636 | 0.000000e+00 | -- | Inf
454.00/454.11 c 454s| 64500 | 775 | 3647k| 56.5 | 25M| 46 | 80 | 400 |9605 | 400 | 755 | 155 | 42k|7643 | 0.000000e+00 | -- | Inf
454.70/454.88 c 455s| 64600 | 783 | 3652k| 56.5 | 25M| 46 | - | 400 |9481 | 400 | 755 | 155 | 42k|7665 | 0.000000e+00 | -- | Inf
455.40/455.53 c 456s| 64700 | 779 | 3658k| 56.5 | 25M| 46 | - | 400 |9497 | 400 | 755 | 155 | 42k|7672 | 0.000000e+00 | -- | Inf
456.10/456.24 c 456s| 64800 | 783 | 3664k| 56.5 | 25M| 46 | - | 400 |9396 | 400 | 755 | 155 | 42k|7683 | 0.000000e+00 | -- | Inf
456.80/456.96 c 457s| 64900 | 781 | 3670k| 56.5 | 25M| 46 | - | 400 |9429 | 400 | 755 | 155 | 42k|7693 | 0.000000e+00 | -- | Inf
457.70/457.89 c 458s| 65000 | 785 | 3678k| 56.6 | 25M| 46 | - | 400 |9469 | 400 | 755 | 155 | 42k|7708 | 0.000000e+00 | -- | Inf
458.61/458.73 c 459s| 65100 | 787 | 3686k| 56.6 | 25M| 46 | - | 400 |9480 | 400 | 755 | 155 | 42k|7724 | 0.000000e+00 | -- | Inf
459.40/459.50 c 460s| 65200 | 787 | 3692k| 56.6 | 25M| 46 | - | 400 |9527 | 400 | 755 | 155 | 43k|7741 | 0.000000e+00 | -- | Inf
460.30/460.44 c 460s| 65300 | 789 | 3700k| 56.6 | 25M| 46 | 92 | 400 |9546 | 400 | 755 | 155 | 43k|7754 | 0.000000e+00 | -- | Inf
461.00/461.15 c 461s| 65400 | 789 | 3706k| 56.7 | 25M| 46 | 87 | 400 |9587 | 400 | 755 | 155 | 43k|7765 | 0.000000e+00 | -- | Inf
461.70/461.84 c 462s| 65500 | 787 | 3711k| 56.7 | 25M| 46 | 93 | 400 |9638 | 400 | 755 | 155 | 43k|7776 | 0.000000e+00 | -- | Inf
462.80/462.91 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
462.80/462.91 c 463s| 65600 | 785 | 3720k| 56.7 | 25M| 46 | 90 | 400 |9666 | 400 | 755 | 155 | 43k|7794 | 0.000000e+00 | -- | Inf
463.40/463.59 c 464s| 65700 | 785 | 3726k| 56.7 | 25M| 46 | 87 | 400 |9677 | 400 | 755 | 155 | 43k|7802 | 0.000000e+00 | -- | Inf
464.20/464.31 c 464s| 65800 | 793 | 3732k| 56.7 | 25M| 46 | 83 | 400 |9655 | 400 | 755 | 155 | 43k|7816 | 0.000000e+00 | -- | Inf
464.90/465.07 c 465s| 65900 | 783 | 3739k| 56.7 | 25M| 46 | - | 400 |9682 | 400 | 755 | 155 | 43k|7830 | 0.000000e+00 | -- | Inf
465.50/465.62 c 466s| 66000 | 781 | 3743k| 56.7 | 25M| 46 | - | 400 |9673 | 400 | 755 | 155 | 43k|7841 | 0.000000e+00 | -- | Inf
466.30/466.44 c 466s| 66100 | 791 | 3750k| 56.7 | 25M| 46 | - | 400 |9656 | 400 | 755 | 155 | 43k|7852 | 0.000000e+00 | -- | Inf
466.90/467.00 c 467s| 66200 | 789 | 3756k| 56.7 | 25M| 46 | 81 | 400 |9740 | 400 | 755 | 155 | 43k|7852 | 0.000000e+00 | -- | Inf
467.69/467.86 c 468s| 66300 | 797 | 3762k| 56.7 | 25M| 46 | 77 | 400 |9716 | 400 | 755 | 155 | 43k|7872 | 0.000000e+00 | -- | Inf
468.20/468.36 c 468s| 66400 | 799 | 3767k| 56.7 | 25M| 46 | - | 400 |9768 | 400 | 755 | 155 | 43k|7879 | 0.000000e+00 | -- | Inf
468.80/468.95 c 469s| 66500 | 801 | 3772k| 56.7 | 25M| 46 | 84 | 400 |9810 | 400 | 755 | 155 | 43k|7887 | 0.000000e+00 | -- | Inf
469.50/469.61 c 470s| 66600 | 793 | 3778k| 56.7 | 25M| 46 | - | 400 |9800 | 400 | 755 | 155 | 44k|7896 | 0.000000e+00 | -- | Inf
470.19/470.38 c 470s| 66700 | 803 | 3784k| 56.7 | 25M| 46 | 93 | 400 |9724 | 400 | 755 | 155 | 44k|7912 | 0.000000e+00 | -- | Inf
470.90/471.06 c 471s| 66800 | 807 | 3789k| 56.7 | 25M| 46 | - | 400 |9678 | 400 | 755 | 155 | 44k|7921 | 0.000000e+00 | -- | Inf
471.60/471.74 c 472s| 66900 | 805 | 3796k| 56.7 | 25M| 46 | 91 | 400 |9692 | 400 | 755 | 155 | 44k|7923 | 0.000000e+00 | -- | Inf
472.10/472.29 c 472s| 67000 | 803 | 3801k| 56.7 | 25M| 46 | - | 400 |9716 | 400 | 755 | 155 | 44k|7924 | 0.000000e+00 | -- | Inf
472.79/472.99 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
472.79/472.99 c 473s| 67100 | 803 | 3808k| 56.7 | 25M| 46 | 91 | 400 |9594 | 400 | 755 | 155 | 44k|7927 | 0.000000e+00 | -- | Inf
473.50/473.63 c 474s| 67200 | 805 | 3813k| 56.7 | 25M| 46 | 91 | 400 |9512 | 400 | 755 | 155 | 44k|7933 | 0.000000e+00 | -- | Inf
474.00/474.19 c 474s| 67300 | 805 | 3819k| 56.7 | 25M| 46 | 87 | 400 |9513 | 400 | 755 | 155 | 44k|7935 | 0.000000e+00 | -- | Inf
474.50/474.63 c 475s| 67400 | 806 | 3823k| 56.7 | 25M| 46 | 81 | 400 |9535 | 400 | 755 | 155 | 44k|7935 | 0.000000e+00 | -- | Inf
474.89/475.08 c 475s| 67500 | 804 | 3828k| 56.7 | 25M| 46 | 84 | 400 |9569 | 400 | 755 | 155 | 44k|7935 | 0.000000e+00 | -- | Inf
475.40/475.58 c 476s| 67600 | 804 | 3833k| 56.7 | 25M| 46 | - | 400 |9607 | 400 | 755 | 155 | 44k|7936 | 0.000000e+00 | -- | Inf
476.09/476.30 c 476s| 67700 | 800 | 3840k| 56.7 | 25M| 46 | - | 400 |9630 | 400 | 755 | 155 | 44k|7938 | 0.000000e+00 | -- | Inf
476.69/476.82 c 477s| 67800 | 804 | 3845k| 56.7 | 25M| 52 | - | 400 |9672 | 400 | 755 | 155 | 44k|7941 | 0.000000e+00 | -- | Inf
477.20/477.34 c 477s| 67900 | 800 | 3850k| 56.7 | 25M| 52 | - | 400 |9702 | 400 | 755 | 155 | 44k|7941 | 0.000000e+00 | -- | Inf
477.49/477.68 c 478s| 68000 | 802 | 3853k| 56.7 | 25M| 52 | 90 | 400 |9757 | 400 | 755 | 155 | 44k|7941 | 0.000000e+00 | -- | Inf
478.09/478.20 c 478s| 68100 | 804 | 3858k| 56.6 | 25M| 52 | 80 | 400 |9807 | 400 | 755 | 155 | 44k|7943 | 0.000000e+00 | -- | Inf
478.70/478.81 c 479s| 68200 | 800 | 3863k| 56.6 | 25M| 52 | 89 | 400 |9810 | 400 | 755 | 155 | 44k|7946 | 0.000000e+00 | -- | Inf
479.20/479.38 c 479s| 68300 | 810 | 3869k| 56.6 | 25M| 52 | 88 | 400 |9627 | 400 | 755 | 155 | 45k|7947 | 0.000000e+00 | -- | Inf
479.70/479.83 c 480s| 68400 | 813 | 3873k| 56.6 | 25M| 52 | - | 400 |9579 | 400 | 755 | 155 | 45k|7947 | 0.000000e+00 | -- | Inf
480.20/480.32 c 480s| 68500 | 811 | 3878k| 56.6 | 25M| 52 | - | 400 |9576 | 400 | 755 | 155 | 45k|7947 | 0.000000e+00 | -- | Inf
480.70/480.83 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
480.70/480.83 c 481s| 68600 | 809 | 3883k| 56.6 | 25M| 52 | 75 | 400 |9604 | 400 | 755 | 155 | 45k|7947 | 0.000000e+00 | -- | Inf
481.29/481.48 c 481s| 68700 | 813 | 3889k| 56.6 | 25M| 52 | 85 | 400 |9615 | 400 | 755 | 155 | 45k|7948 | 0.000000e+00 | -- | Inf
481.90/482.05 c 482s| 68800 | 809 | 3895k| 56.6 | 25M| 52 | 84 | 400 |9603 | 400 | 755 | 155 | 45k|7948 | 0.000000e+00 | -- | Inf
482.49/482.61 c 483s| 68900 | 803 | 3900k| 56.6 | 25M| 52 | - | 400 |9604 | 400 | 755 | 155 | 45k|7949 | 0.000000e+00 | -- | Inf
483.00/483.17 c 483s| 69000 | 811 | 3906k| 56.6 | 25M| 52 | - | 400 |9582 | 400 | 755 | 155 | 45k|7950 | 0.000000e+00 | -- | Inf
483.60/483.77 c 484s| 69100 | 805 | 3912k| 56.6 | 25M| 52 | 91 | 400 |9624 | 400 | 755 | 155 | 45k|7950 | 0.000000e+00 | -- | Inf
484.20/484.34 c 484s| 69200 | 805 | 3918k| 56.6 | 25M| 52 | 82 | 400 |9666 | 400 | 755 | 155 | 45k|7950 | 0.000000e+00 | -- | Inf
484.79/484.93 c 485s| 69300 | 803 | 3923k| 56.6 | 25M| 52 | - | 400 |9706 | 400 | 755 | 155 | 45k|7951 | 0.000000e+00 | -- | Inf
485.50/485.62 c 486s| 69400 | 794 | 3930k| 56.6 | 25M| 52 | 90 | 400 |9681 | 400 | 755 | 155 | 45k|7952 | 0.000000e+00 | -- | Inf
485.99/486.14 c 486s| 69500 | 794 | 3935k| 56.6 | 25M| 52 | - | 400 |9703 | 400 | 755 | 155 | 45k|7952 | 0.000000e+00 | -- | Inf
486.50/486.69 c 487s| 69600 | 794 | 3941k| 56.6 | 25M| 52 | - | 400 |9741 | 400 | 755 | 155 | 45k|7952 | 0.000000e+00 | -- | Inf
487.00/487.15 c 487s| 69700 | 800 | 3945k| 56.6 | 25M| 52 | - | 400 |9689 | 400 | 755 | 155 | 45k|7952 | 0.000000e+00 | -- | Inf
487.49/487.63 c 488s| 69800 | 800 | 3950k| 56.6 | 25M| 52 | - | 400 |9687 | 400 | 755 | 155 | 45k|7952 | 0.000000e+00 | -- | Inf
488.00/488.10 c 488s| 69900 | 800 | 3955k| 56.6 | 25M| 52 | - | 400 |9700 | 400 | 755 | 155 | 45k|7952 | 0.000000e+00 | -- | Inf
488.40/488.58 c 489s| 70000 | 798 | 3960k| 56.6 | 25M| 52 | 77 | 400 |9708 | 400 | 755 | 155 | 46k|7952 | 0.000000e+00 | -- | Inf
488.90/489.04 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
488.90/489.04 c 489s| 70100 | 800 | 3965k| 56.6 | 25M| 52 | - | 400 |9718 | 400 | 755 | 155 | 46k|7952 | 0.000000e+00 | -- | Inf
489.29/489.49 c 489s| 70200 | 798 | 3970k| 56.5 | 25M| 52 | 81 | 400 |9747 | 400 | 755 | 155 | 46k|7952 | 0.000000e+00 | -- | Inf
489.80/489.99 c 490s| 70300 | 800 | 3975k| 56.5 | 25M| 52 | 81 | 400 |9788 | 400 | 755 | 155 | 46k|7952 | 0.000000e+00 | -- | Inf
490.30/490.46 c 490s| 70400 | 796 | 3980k| 56.5 | 25M| 52 | 83 | 400 |9789 | 400 | 755 | 155 | 46k|7952 | 0.000000e+00 | -- | Inf
491.10/491.26 c 491s| 70500 | 796 | 3987k| 56.5 | 25M| 52 | - | 400 |9711 | 400 | 755 | 155 | 46k|7963 | 0.000000e+00 | -- | Inf
491.79/491.90 c 492s| 70600 | 804 | 3991k| 56.5 | 25M| 52 | - | 400 |9654 | 400 | 755 | 155 | 46k|7980 | 0.000000e+00 | -- | Inf
492.40/492.53 c 493s| 70700 | 804 | 3996k| 56.5 | 25M| 52 | - | 400 |9646 | 400 | 755 | 155 | 46k|7997 | 0.000000e+00 | -- | Inf
492.99/493.14 c 493s| 70800 | 802 | 4002k| 56.5 | 25M| 52 | - | 400 |9682 | 400 | 755 | 155 | 46k|7999 | 0.000000e+00 | -- | Inf
493.59/493.74 c 494s| 70900 | 804 | 4007k| 56.5 | 25M| 52 | 84 | 400 |9698 | 400 | 755 | 155 | 46k|8013 | 0.000000e+00 | -- | Inf
493.99/494.17 c 494s| 71000 | 808 | 4011k| 56.5 | 25M| 52 | 89 | 400 |9728 | 400 | 755 | 155 | 46k|8015 | 0.000000e+00 | -- | Inf
494.49/494.67 c 495s| 71100 | 804 | 4016k| 56.5 | 25M| 52 | - | 400 |9770 | 400 | 755 | 155 | 46k|8016 | 0.000000e+00 | -- | Inf
495.00/495.16 c 495s| 71200 | 808 | 4021k| 56.5 | 25M| 52 | 87 | 400 |9805 | 400 | 755 | 155 | 46k|8017 | 0.000000e+00 | -- | Inf
495.49/495.69 c 496s| 71300 | 806 | 4026k| 56.5 | 25M| 52 | - | 400 |9821 | 400 | 755 | 155 | 46k|8018 | 0.000000e+00 | -- | Inf
496.00/496.14 c 496s| 71400 | 804 | 4030k| 56.4 | 25M| 52 | - | 400 |9857 | 400 | 755 | 155 | 46k|8018 | 0.000000e+00 | -- | Inf
496.60/496.73 c 497s| 71500 | 801 | 4036k| 56.4 | 25M| 52 | 83 | 400 |9816 | 400 | 755 | 155 | 46k|8019 | 0.000000e+00 | -- | Inf
497.10/497.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
497.10/497.30 c 497s| 71600 | 799 | 4042k| 56.4 | 25M| 52 | 85 | 400 |9852 | 400 | 755 | 155 | 46k|8021 | 0.000000e+00 | -- | Inf
497.70/497.89 c 498s| 71700 | 799 | 4046k| 56.4 | 25M| 52 | - | 400 |9798 | 400 | 755 | 155 | 46k|8038 | 0.000000e+00 | -- | Inf
498.50/498.63 c 499s| 71800 | 801 | 4052k| 56.4 | 25M| 52 | 85 | 400 |9720 | 400 | 755 | 155 | 46k|8058 | 0.000000e+00 | -- | Inf
498.99/499.14 c 499s| 71900 | 799 | 4057k| 56.4 | 25M| 52 | 86 | 400 |9744 | 400 | 755 | 155 | 46k|8059 | 0.000000e+00 | -- | Inf
499.70/499.80 c 500s| 72000 | 804 | 4063k| 56.4 | 25M| 52 | 74 | 400 |9716 | 400 | 755 | 155 | 47k|8073 | 0.000000e+00 | -- | Inf
500.19/500.37 c 500s| 72100 | 796 | 4068k| 56.4 | 25M| 52 | - | 400 |9725 | 400 | 755 | 155 | 47k|8080 | 0.000000e+00 | -- | Inf
501.19/501.36 c 501s| 72200 | 802 | 4074k| 56.4 | 25M| 52 | - | 400 |9490 | 400 | 755 | 155 | 47k|8102 | 0.000000e+00 | -- | Inf
501.79/501.90 c 502s| 72300 | 800 | 4079k| 56.4 | 25M| 52 | 90 | 400 |9508 | 400 | 755 | 155 | 47k|8108 | 0.000000e+00 | -- | Inf
502.29/502.47 c 502s| 72400 | 804 | 4084k| 56.4 | 25M| 52 | 83 | 400 |9538 | 400 | 755 | 155 | 47k|8113 | 0.000000e+00 | -- | Inf
502.89/503.08 c 503s| 72500 | 802 | 4089k| 56.4 | 25M| 52 | 82 | 400 |9555 | 400 | 755 | 155 | 47k|8121 | 0.000000e+00 | -- | Inf
503.60/503.70 c 504s| 72600 | 802 | 4094k| 56.4 | 25M| 52 | - | 400 |9589 | 400 | 755 | 155 | 47k|8132 | 0.000000e+00 | -- | Inf
504.59/504.71 c 505s| 72700 | 806 | 4101k| 56.4 | 25M| 52 | 89 | 400 |9496 | 400 | 755 | 155 | 47k|8163 | 0.000000e+00 | -- | Inf
505.20/505.37 c 505s| 72800 | 812 | 4107k| 56.4 | 25M| 52 | - | 400 |9368 | 400 | 755 | 155 | 47k|8165 | 0.000000e+00 | -- | Inf
505.79/505.94 c 506s| 72900 | 816 | 4112k| 56.4 | 25M| 52 | - | 400 |9308 | 400 | 755 | 155 | 47k|8167 | 0.000000e+00 | -- | Inf
506.39/506.51 c 507s| 73000 | 818 | 4117k| 56.4 | 25M| 52 | - | 400 |9342 | 400 | 755 | 155 | 47k|8176 | 0.000000e+00 | -- | Inf
507.10/507.24 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
507.10/507.24 c 507s| 73100 | 822 | 4122k| 56.4 | 25M| 52 | - | 400 |9419 | 400 | 755 | 155 | 47k|8193 | 0.000000e+00 | -- | Inf
507.60/507.79 c 508s| 73200 | 818 | 4128k| 56.4 | 25M| 52 | - | 400 |9479 | 400 | 755 | 155 | 47k|8193 | 0.000000e+00 | -- | Inf
508.30/508.42 c 508s| 73300 | 822 | 4133k| 56.4 | 25M| 52 | - | 400 |9495 | 400 | 755 | 155 | 47k|8203 | 0.000000e+00 | -- | Inf
508.89/509.08 c 509s| 73400 | 816 | 4138k| 56.4 | 25M| 52 | 89 | 400 |9508 | 400 | 755 | 155 | 47k|8213 | 0.000000e+00 | -- | Inf
509.79/509.92 c 510s| 73500 | 816 | 4145k| 56.4 | 25M| 52 | 88 | 400 |9559 | 400 | 755 | 155 | 48k|8229 | 0.000000e+00 | -- | Inf
510.29/510.48 c 510s| 73600 | 826 | 4150k| 56.4 | 25M| 52 | 79 | 400 |9560 | 400 | 755 | 155 | 48k|8237 | 0.000000e+00 | -- | Inf
510.79/510.91 c 511s| 73700 | 820 | 4154k| 56.4 | 25M| 52 | 83 | 400 |9568 | 400 | 755 | 155 | 48k|8249 | 0.000000e+00 | -- | Inf
511.49/511.66 c 512s| 73800 | 814 | 4159k| 56.4 | 25M| 52 | - | 400 |9574 | 400 | 755 | 155 | 48k|8261 | 0.000000e+00 | -- | Inf
511.90/512.07 c 512s| 73900 | 816 | 4163k| 56.3 | 25M| 52 | - | 400 |9522 | 400 | 755 | 155 | 48k|8261 | 0.000000e+00 | -- | Inf
512.39/512.50 c 513s| 74000 | 814 | 4167k| 56.3 | 25M| 52 | 76 | 400 |9556 | 400 | 755 | 155 | 48k|8272 | 0.000000e+00 | -- | Inf
513.19/513.32 c 513s| 74100 | 814 | 4174k| 56.3 | 25M| 52 | 89 | 400 |9568 | 400 | 755 | 155 | 48k|8280 | 0.000000e+00 | -- | Inf
513.89/514.04 c 514s| 74200 | 814 | 4180k| 56.3 | 25M| 52 | - | 400 |9580 | 400 | 755 | 155 | 48k|8293 | 0.000000e+00 | -- | Inf
514.70/514.80 c 515s| 74300 | 816 | 4186k| 56.3 | 25M| 52 | 92 | 400 |9557 | 400 | 755 | 155 | 48k|8309 | 0.000000e+00 | -- | Inf
515.29/515.49 c 515s| 74400 | 814 | 4192k| 56.3 | 25M| 52 | 93 | 400 |9578 | 400 | 755 | 155 | 48k|8320 | 0.000000e+00 | -- | Inf
515.99/516.17 c 516s| 74500 | 817 | 4198k| 56.3 | 25M| 52 | 81 | 400 |9522 | 400 | 755 | 155 | 48k|8326 | 0.000000e+00 | -- | Inf
516.79/516.91 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
516.79/516.91 c 517s| 74600 | 809 | 4204k| 56.3 | 25M| 52 | - | 400 |9540 | 400 | 755 | 155 | 48k|8340 | 0.000000e+00 | -- | Inf
517.29/517.45 c 517s| 74700 | 813 | 4208k| 56.3 | 25M| 52 | - | 400 |9465 | 400 | 755 | 155 | 48k|8351 | 0.000000e+00 | -- | Inf
517.89/518.01 c 518s| 74800 | 813 | 4213k| 56.3 | 25M| 52 | - | 400 |9481 | 400 | 755 | 155 | 48k|8361 | 0.000000e+00 | -- | Inf
518.39/518.57 c 519s| 74900 | 813 | 4218k| 56.3 | 25M| 52 | 84 | 400 |9542 | 400 | 755 | 155 | 48k|8371 | 0.000000e+00 | -- | Inf
518.99/519.12 c 519s| 75000 | 817 | 4223k| 56.3 | 25M| 52 | 83 | 400 |9531 | 400 | 755 | 155 | 48k|8381 | 0.000000e+00 | -- | Inf
519.59/519.77 c 520s| 75100 | 815 | 4228k| 56.3 | 25M| 52 | - | 400 |9574 | 400 | 755 | 155 | 48k|8396 | 0.000000e+00 | -- | Inf
520.09/520.28 c 520s| 75200 | 815 | 4233k| 56.3 | 25M| 52 | - | 400 |9607 | 400 | 755 | 155 | 48k|8403 | 0.000000e+00 | -- | Inf
520.79/520.94 c 521s| 75300 | 813 | 4238k| 56.3 | 25M| 52 | - | 400 |9641 | 400 | 755 | 155 | 49k|8422 | 0.000000e+00 | -- | Inf
521.30/521.47 c 521s| 75400 | 813 | 4243k| 56.3 | 25M| 52 | 86 | 400 |9710 | 400 | 755 | 155 | 49k|8422 | 0.000000e+00 | -- | Inf
522.09/522.23 c 522s| 75500 | 816 | 4250k| 56.3 | 25M| 52 | - | 400 |9703 | 400 | 755 | 155 | 49k|8433 | 0.000000e+00 | -- | Inf
522.79/522.93 c 523s| 75600 | 811 | 4255k| 56.3 | 25M| 52 | 91 | 400 |9697 | 400 | 755 | 155 | 49k|8448 | 0.000000e+00 | -- | Inf
523.39/523.50 c 523s| 75700 | 819 | 4260k| 56.3 | 25M| 52 | 77 | 400 |9725 | 400 | 755 | 155 | 49k|8456 | 0.000000e+00 | -- | Inf
523.99/524.12 c 524s| 75800 | 816 | 4265k| 56.3 | 25M| 52 | 88 | 400 |9715 | 400 | 755 | 155 | 49k|8467 | 0.000000e+00 | -- | Inf
524.70/524.81 c 525s| 75900 | 814 | 4271k| 56.3 | 25M| 52 | - | 400 |9770 | 400 | 755 | 155 | 49k|8481 | 0.000000e+00 | -- | Inf
525.19/525.33 c 525s| 76000 | 816 | 4275k| 56.2 | 25M| 52 | 88 | 400 |9803 | 400 | 755 | 155 | 49k|8486 | 0.000000e+00 | -- | Inf
525.99/526.13 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
525.99/526.13 c 526s| 76100 | 813 | 4282k| 56.3 | 25M| 52 | - | 400 |9789 | 400 | 755 | 155 | 49k|8496 | 0.000000e+00 | -- | Inf
526.99/527.10 c 527s| 76200 | 810 | 4289k| 56.3 | 25M| 52 | 87 | 400 |9751 | 400 | 755 | 155 | 49k|8514 | 0.000000e+00 | -- | Inf
527.89/528.01 c 528s| 76300 | 816 | 4297k| 56.3 | 25M| 52 | - | 400 |9672 | 400 | 755 | 155 | 49k|8531 | 0.000000e+00 | -- | Inf
528.68/528.86 c 529s| 76400 | 819 | 4304k| 56.3 | 25M| 52 | - | 400 |9605 | 400 | 755 | 155 | 49k|8541 | 0.000000e+00 | -- | Inf
529.38/529.51 c 530s| 76500 | 820 | 4310k| 56.3 | 25M| 52 | 87 | 400 |9560 | 400 | 755 | 155 | 49k|8549 | 0.000000e+00 | -- | Inf
530.29/530.41 c 530s| 76600 | 818 | 4317k| 56.3 | 25M| 52 | - | 400 |9608 | 400 | 755 | 155 | 49k|8560 | 0.000000e+00 | -- | Inf
531.08/531.29 c 531s| 76700 | 819 | 4324k| 56.4 | 25M| 52 | - | 400 |9658 | 400 | 755 | 155 | 50k|8578 | 0.000000e+00 | -- | Inf
531.99/532.11 c 532s| 76800 | 819 | 4331k| 56.4 | 25M| 52 | - | 400 |9643 | 400 | 755 | 155 | 50k|8588 | 0.000000e+00 | -- | Inf
532.59/532.77 c 533s| 76900 | 823 | 4337k| 56.4 | 25M| 52 | - | 400 |9697 | 400 | 755 | 155 | 50k|8602 | 0.000000e+00 | -- | Inf
533.28/533.50 c 533s| 77000 | 819 | 4343k| 56.4 | 25M| 52 | 86 | 400 |9747 | 400 | 755 | 155 | 50k|8620 | 0.000000e+00 | -- | Inf
534.08/534.21 c 534s| 77100 | 819 | 4349k| 56.4 | 25M| 52 | 84 | 400 |9805 | 400 | 755 | 155 | 50k|8630 | 0.000000e+00 | -- | Inf
534.78/534.97 c 535s| 77200 | 819 | 4356k| 56.4 | 25M| 52 | 85 | 400 |9860 | 400 | 755 | 155 | 50k|8643 | 0.000000e+00 | -- | Inf
535.49/535.67 c 536s| 77300 | 817 | 4362k| 56.4 | 25M| 52 | 85 | 400 |9913 | 400 | 755 | 155 | 50k|8656 | 0.000000e+00 | -- | Inf
536.39/536.50 c 536s| 77400 | 821 | 4369k| 56.4 | 25M| 52 | - | 400 |9891 | 400 | 755 | 155 | 50k|8670 | 0.000000e+00 | -- | Inf
536.99/537.15 c 537s| 77500 | 821 | 4375k| 56.4 | 25M| 52 | 88 | 400 |9919 | 400 | 755 | 155 | 50k|8678 | 0.000000e+00 | -- | Inf
538.08/538.25 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
538.08/538.25 c 538s| 77600 | 825 | 4384k| 56.5 | 25M| 52 | - | 400 |9963 | 400 | 755 | 155 | 50k|8692 | 0.000000e+00 | -- | Inf
538.99/539.14 c 539s| 77700 | 823 | 4391k| 56.5 | 25M| 52 | 85 | 400 | 10k| 400 | 755 | 155 | 50k|8705 | 0.000000e+00 | -- | Inf
539.78/539.98 c 540s| 77800 | 825 | 4398k| 56.5 | 25M| 52 | 87 | 400 | 10k| 400 | 755 | 155 | 50k|8718 | 0.000000e+00 | -- | Inf
540.78/540.90 c 541s| 77900 | 828 | 4406k| 56.6 | 25M| 52 | 89 | 400 | 10k| 400 | 755 | 155 | 50k|8734 | 0.000000e+00 | -- | Inf
541.58/541.76 c 542s| 78000 | 833 | 4413k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 50k|8747 | 0.000000e+00 | -- | Inf
542.59/542.71 c 543s| 78100 | 823 | 4421k| 56.6 | 25M| 52 | 84 | 400 | 10k| 400 | 755 | 155 | 51k|8761 | 0.000000e+00 | -- | Inf
543.19/543.38 c 543s| 78200 | 825 | 4427k| 56.6 | 25M| 52 | 84 | 400 | 10k| 400 | 755 | 155 | 51k|8767 | 0.000000e+00 | -- | Inf
543.79/543.99 c 544s| 78300 | 821 | 4433k| 56.6 | 25M| 52 | 80 | 400 | 10k| 400 | 755 | 155 | 51k|8774 | 0.000000e+00 | -- | Inf
544.49/544.69 c 545s| 78400 | 827 | 4439k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 51k|8786 | 0.000000e+00 | -- | Inf
545.19/545.38 c 545s| 78500 | 823 | 4444k| 56.6 | 25M| 52 | 99 | 400 | 10k| 400 | 755 | 155 | 51k|8800 | 0.000000e+00 | -- | Inf
545.88/546.03 c 546s| 78600 | 825 | 4450k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 51k|8809 | 0.000000e+00 | -- | Inf
546.29/546.43 c 546s| 78700 | 825 | 4454k| 56.6 | 25M| 52 | 84 | 400 | 10k| 400 | 755 | 155 | 51k|8809 | 0.000000e+00 | -- | Inf
546.78/546.91 c 547s| 78800 | 827 | 4459k| 56.6 | 25M| 52 | 75 | 400 | 10k| 400 | 755 | 155 | 51k|8812 | 0.000000e+00 | -- | Inf
547.19/547.36 c 547s| 78900 | 823 | 4463k| 56.6 | 25M| 52 | 79 | 400 | 10k| 400 | 755 | 155 | 51k|8819 | 0.000000e+00 | -- | Inf
547.69/547.81 c 548s| 79000 | 823 | 4467k| 56.5 | 25M| 52 | 83 | 400 | 10k| 400 | 755 | 155 | 51k|8822 | 0.000000e+00 | -- | Inf
548.18/548.34 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
548.18/548.34 c 548s| 79100 | 819 | 4472k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 51k|8826 | 0.000000e+00 | -- | Inf
548.68/548.83 c 549s| 79200 | 819 | 4477k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 51k|8830 | 0.000000e+00 | -- | Inf
549.49/549.64 c 550s| 79300 | 819 | 4485k| 56.5 | 25M| 52 | 93 | 400 | 10k| 400 | 755 | 155 | 51k|8836 | 0.000000e+00 | -- | Inf
550.18/550.39 c 550s| 79400 | 823 | 4492k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 51k|8840 | 0.000000e+00 | -- | Inf
551.18/551.34 c 551s| 79500 | 821 | 4501k| 56.6 | 25M| 52 | 92 | 400 | 10k| 400 | 755 | 155 | 51k|8846 | 0.000000e+00 | -- | Inf
552.19/552.33 c 552s| 79600 | 819 | 4508k| 56.6 | 25M| 52 | 89 | 400 | 10k| 400 | 755 | 155 | 52k|8870 | 0.000000e+00 | -- | Inf
552.78/552.90 c 553s| 79700 | 823 | 4514k| 56.6 | 25M| 52 | 92 | 400 | 10k| 400 | 755 | 155 | 52k|8870 | 0.000000e+00 | -- | Inf
553.59/553.72 c 554s| 79800 | 825 | 4522k| 56.7 | 25M| 52 | - | 400 |9894 | 400 | 755 | 155 | 52k|8871 | 0.000000e+00 | -- | Inf
554.39/554.51 c 555s| 79900 | 823 | 4530k| 56.7 | 25M| 52 | 94 | 400 |9825 | 400 | 755 | 155 | 52k|8871 | 0.000000e+00 | -- | Inf
554.99/555.10 c 555s| 80000 | 823 | 4536k| 56.7 | 25M| 52 | - | 400 |9736 | 400 | 755 | 155 | 52k|8872 | 0.000000e+00 | -- | Inf
555.38/555.58 c 556s| 80100 | 825 | 4541k| 56.7 | 25M| 52 | 86 | 400 |9712 | 400 | 755 | 155 | 52k|8872 | 0.000000e+00 | -- | Inf
555.88/556.05 c 556s| 80200 | 827 | 4545k| 56.7 | 25M| 52 | 87 | 400 |9707 | 400 | 755 | 155 | 52k|8872 | 0.000000e+00 | -- | Inf
556.38/556.54 c 557s| 80300 | 829 | 4550k| 56.7 | 25M| 52 | - | 400 |9747 | 400 | 755 | 155 | 52k|8873 | 0.000000e+00 | -- | Inf
556.98/557.13 c 557s| 80400 | 823 | 4556k| 56.7 | 25M| 52 | - | 400 |9787 | 400 | 755 | 155 | 52k|8874 | 0.000000e+00 | -- | Inf
557.59/557.75 c 558s| 80500 | 825 | 4563k| 56.7 | 25M| 52 | - | 400 |9816 | 400 | 755 | 155 | 52k|8874 | 0.000000e+00 | -- | Inf
558.08/558.29 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
558.08/558.29 c 558s| 80600 | 819 | 4569k| 56.7 | 25M| 52 | - | 400 |9838 | 400 | 755 | 155 | 52k|8874 | 0.000000e+00 | -- | Inf
558.59/558.78 c 559s| 80700 | 821 | 4574k| 56.7 | 25M| 52 | 83 | 400 |9837 | 400 | 755 | 155 | 52k|8874 | 0.000000e+00 | -- | Inf
559.18/559.38 c 559s| 80800 | 821 | 4580k| 56.7 | 25M| 52 | - | 400 |9687 | 400 | 755 | 155 | 52k|8876 | 0.000000e+00 | -- | Inf
559.79/559.97 c 560s| 80900 | 823 | 4585k| 56.7 | 25M| 52 | - | 400 |9538 | 400 | 755 | 155 | 52k|8877 | 0.000000e+00 | -- | Inf
560.59/560.71 c 561s| 81000 | 821 | 4593k| 56.7 | 25M| 52 | 88 | 400 |9284 | 400 | 755 | 155 | 52k|8877 | 0.000000e+00 | -- | Inf
561.38/561.59 c 562s| 81100 | 815 | 4602k| 56.7 | 25M| 52 | 89 | 400 |9190 | 400 | 755 | 155 | 53k|8878 | 0.000000e+00 | -- | Inf
561.88/562.07 c 562s| 81200 | 815 | 4607k| 56.7 | 25M| 52 | - | 400 |9235 | 400 | 755 | 155 | 53k|8878 | 0.000000e+00 | -- | Inf
562.38/562.59 c 563s| 81300 | 821 | 4612k| 56.7 | 25M| 52 | 80 | 400 |9251 | 400 | 755 | 155 | 53k|8880 | 0.000000e+00 | -- | Inf
562.89/563.07 c 563s| 81400 | 816 | 4616k| 56.7 | 25M| 52 | 86 | 400 |9300 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
563.38/563.58 c 564s| 81500 | 820 | 4621k| 56.7 | 25M| 52 | - | 400 |9299 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
563.98/564.17 c 564s| 81600 | 821 | 4627k| 56.7 | 25M| 52 | - | 400 |9290 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
564.48/564.69 c 565s| 81700 | 829 | 4632k| 56.7 | 25M| 52 | - | 400 |9328 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
565.19/565.33 c 565s| 81800 | 825 | 4639k| 56.7 | 25M| 52 | 84 | 400 |9374 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
565.78/565.99 c 566s| 81900 | 817 | 4646k| 56.7 | 25M| 52 | 94 | 400 |9427 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
566.28/566.43 c 566s| 82000 | 825 | 4650k| 56.7 | 25M| 52 | - | 400 |9467 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
566.78/566.90 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
566.78/566.90 c 567s| 82100 | 823 | 4655k| 56.7 | 25M| 52 | 82 | 400 |9532 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
567.19/567.35 c 567s| 82200 | 822 | 4660k| 56.7 | 25M| 52 | - | 400 |9589 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
567.68/567.84 c 568s| 82300 | 824 | 4665k| 56.7 | 25M| 52 | 83 | 400 |9637 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
568.18/568.33 c 568s| 82400 | 823 | 4670k| 56.7 | 25M| 52 | 84 | 400 |9697 | 400 | 755 | 155 | 53k|8885 | 0.000000e+00 | -- | Inf
568.78/568.90 c 569s| 82500 | 817 | 4676k| 56.7 | 25M| 52 | - | 400 |9743 | 400 | 755 | 155 | 54k|8886 | 0.000000e+00 | -- | Inf
569.38/569.54 c 570s| 82600 | 819 | 4682k| 56.7 | 25M| 52 | 87 | 400 |9792 | 400 | 755 | 155 | 54k|8886 | 0.000000e+00 | -- | Inf
569.88/570.04 c 570s| 82700 | 827 | 4687k| 56.7 | 25M| 52 | - | 400 |9821 | 400 | 755 | 155 | 54k|8886 | 0.000000e+00 | -- | Inf
570.48/570.66 c 571s| 82800 | 823 | 4694k| 56.7 | 25M| 52 | - | 400 |9871 | 400 | 755 | 155 | 54k|8886 | 0.000000e+00 | -- | Inf
570.98/571.15 c 571s| 82900 | 816 | 4699k| 56.7 | 25M| 52 | - | 400 |9926 | 400 | 755 | 155 | 54k|8886 | 0.000000e+00 | -- | Inf
571.58/571.75 c 572s| 83000 | 818 | 4705k| 56.7 | 25M| 52 | - | 400 |9983 | 400 | 755 | 155 | 54k|8886 | 0.000000e+00 | -- | Inf
572.18/572.37 c 572s| 83100 | 816 | 4711k| 56.7 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 54k|8886 | 0.000000e+00 | -- | Inf
572.78/572.97 c 573s| 83200 | 818 | 4717k| 56.7 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 54k|8886 | 0.000000e+00 | -- | Inf
573.28/573.43 c 573s| 83300 | 822 | 4722k| 56.7 | 25M| 52 | 84 | 400 | 10k| 400 | 755 | 155 | 54k|8888 | 0.000000e+00 | -- | Inf
573.88/574.01 c 574s| 83400 | 822 | 4727k| 56.7 | 25M| 52 | 80 | 400 | 10k| 400 | 755 | 155 | 54k|8898 | 0.000000e+00 | -- | Inf
574.48/574.60 c 575s| 83500 | 819 | 4732k| 56.7 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 54k|8904 | 0.000000e+00 | -- | Inf
575.08/575.24 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
575.08/575.24 c 575s| 83600 | 815 | 4737k| 56.7 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 54k|8916 | 0.000000e+00 | -- | Inf
575.68/575.85 c 576s| 83700 | 811 | 4743k| 56.7 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 54k|8923 | 0.000000e+00 | -- | Inf
576.29/576.43 c 576s| 83800 | 813 | 4747k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 54k|8941 | 0.000000e+00 | -- | Inf
577.08/577.23 c 577s| 83900 | 817 | 4754k| 56.7 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 54k|8947 | 0.000000e+00 | -- | Inf
577.88/578.09 c 578s| 84000 | 817 | 4761k| 56.7 | 25M| 52 | 86 | 400 | 10k| 400 | 755 | 155 | 55k|8962 | 0.000000e+00 | -- | Inf
578.49/578.64 c 579s| 84100 | 817 | 4766k| 56.7 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|8967 | 0.000000e+00 | -- | Inf
579.08/579.25 c 579s| 84200 | 817 | 4771k| 56.7 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|8987 | 0.000000e+00 | -- | Inf
579.59/579.78 c 580s| 84300 | 815 | 4776k| 56.6 | 25M| 52 | 78 | 400 | 10k| 400 | 755 | 155 | 55k|8998 | 0.000000e+00 | -- | Inf
580.07/580.28 c 580s| 84400 | 815 | 4780k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|9005 | 0.000000e+00 | -- | Inf
580.58/580.70 c 581s| 84500 | 822 | 4784k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|9015 | 0.000000e+00 | -- | Inf
581.18/581.30 c 581s| 84600 | 816 | 4789k| 56.6 | 25M| 52 | 78 | 400 | 10k| 400 | 755 | 155 | 55k|9032 | 0.000000e+00 | -- | Inf
581.58/581.79 c 582s| 84700 | 816 | 4793k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|9035 | 0.000000e+00 | -- | Inf
582.28/582.40 c 582s| 84800 | 820 | 4798k| 56.6 | 25M| 52 | 90 | 400 | 10k| 400 | 755 | 155 | 55k|9050 | 0.000000e+00 | -- | Inf
582.78/582.94 c 583s| 84900 | 820 | 4802k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|9055 | 0.000000e+00 | -- | Inf
583.38/583.52 c 584s| 85000 | 822 | 4807k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|9065 | 0.000000e+00 | -- | Inf
583.88/584.09 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
583.88/584.09 c 584s| 85100 | 818 | 4811k| 56.5 | 25M| 52 | 87 | 400 | 10k| 400 | 755 | 155 | 55k|9078 | 0.000000e+00 | -- | Inf
584.58/584.76 c 585s| 85200 | 814 | 4816k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|9089 | 0.000000e+00 | -- | Inf
585.28/585.42 c 585s| 85300 | 816 | 4822k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|9094 | 0.000000e+00 | -- | Inf
585.98/586.11 c 586s| 85400 | 814 | 4827k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|9107 | 0.000000e+00 | -- | Inf
586.38/586.57 c 587s| 85500 | 812 | 4831k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 55k|9113 | 0.000000e+00 | -- | Inf
586.98/587.18 c 587s| 85600 | 814 | 4836k| 56.5 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 55k|9127 | 0.000000e+00 | -- | Inf
587.68/587.83 c 588s| 85700 | 814 | 4841k| 56.5 | 25M| 52 | 85 | 400 | 10k| 400 | 755 | 155 | 55k|9140 | 0.000000e+00 | -- | Inf
588.28/588.48 c 588s| 85800 | 809 | 4847k| 56.5 | 25M| 52 | 96 | 400 | 10k| 400 | 755 | 155 | 55k|9146 | 0.000000e+00 | -- | Inf
588.98/589.10 c 589s| 85900 | 805 | 4852k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9159 | 0.000000e+00 | -- | Inf
589.49/589.62 c 590s| 86000 | 814 | 4856k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9162 | 0.000000e+00 | -- | Inf
589.98/590.17 c 590s| 86100 | 812 | 4860k| 56.4 | 25M| 52 | 83 | 400 | 10k| 400 | 755 | 155 | 56k|9176 | 0.000000e+00 | -- | Inf
590.69/590.81 c 591s| 86200 | 812 | 4866k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9186 | 0.000000e+00 | -- | Inf
591.27/591.49 c 591s| 86300 | 818 | 4872k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9197 | 0.000000e+00 | -- | Inf
592.28/592.47 c 592s| 86400 | 816 | 4879k| 56.5 | 25M| 52 | 85 | 400 | 10k| 400 | 755 | 155 | 56k|9220 | 0.000000e+00 | -- | Inf
592.78/592.93 c 593s| 86500 | 824 | 4883k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9225 | 0.000000e+00 | -- | Inf
593.18/593.37 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
593.18/593.37 c 593s| 86600 | 822 | 4887k| 56.4 | 25M| 52 | 82 | 400 | 10k| 400 | 755 | 155 | 56k|9233 | 0.000000e+00 | -- | Inf
593.89/594.01 c 594s| 86700 | 822 | 4892k| 56.4 | 25M| 52 | 81 | 400 | 10k| 400 | 755 | 155 | 56k|9246 | 0.000000e+00 | -- | Inf
594.37/594.54 c 595s| 86800 | 822 | 4897k| 56.4 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 56k|9247 | 0.000000e+00 | -- | Inf
595.17/595.32 c 595s| 86900 | 826 | 4903k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9266 | 0.000000e+00 | -- | Inf
595.77/595.98 c 596s| 87000 | 822 | 4909k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9274 | 0.000000e+00 | -- | Inf
596.37/596.59 c 597s| 87100 | 822 | 4914k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9283 | 0.000000e+00 | -- | Inf
596.97/597.10 c 597s| 87200 | 827 | 4918k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9291 | 0.000000e+00 | -- | Inf
597.47/597.60 c 598s| 87300 | 823 | 4923k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9296 | 0.000000e+00 | -- | Inf
598.17/598.31 c 598s| 87400 | 823 | 4928k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9311 | 0.000000e+00 | -- | Inf
598.87/599.04 c 599s| 87500 | 820 | 4934k| 56.4 | 25M| 52 | 86 | 400 | 10k| 400 | 755 | 155 | 56k|9320 | 0.000000e+00 | -- | Inf
599.48/599.62 c 600s| 87600 | 820 | 4940k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 56k|9320 | 0.000000e+00 | -- | Inf
600.08/600.26 c 600s| 87700 | 818 | 4945k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 57k|9331 | 0.000000e+00 | -- | Inf
600.88/601.03 c 601s| 87800 | 816 | 4952k| 56.4 | 25M| 52 | 86 | 400 | 10k| 400 | 755 | 155 | 57k|9342 | 0.000000e+00 | -- | Inf
601.58/601.80 c 602s| 87900 | 822 | 4958k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 57k|9353 | 0.000000e+00 | -- | Inf
602.38/602.56 c 603s| 88000 | 820 | 4964k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 57k|9362 | 0.000000e+00 | -- | Inf
603.17/603.33 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
603.17/603.33 c 603s| 88100 | 822 | 4970k| 56.4 | 25M| 52 | 85 | 400 | 10k| 400 | 755 | 155 | 57k|9374 | 0.000000e+00 | -- | Inf
603.88/604.02 c 604s| 88200 | 822 | 4976k| 56.4 | 25M| 52 | 84 | 400 | 10k| 400 | 755 | 155 | 57k|9386 | 0.000000e+00 | -- | Inf
604.47/604.63 c 605s| 88300 | 820 | 4981k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 57k|9392 | 0.000000e+00 | -- | Inf
605.08/605.26 c 605s| 88400 | 820 | 4987k| 56.4 | 25M| 52 | 82 | 400 | 10k| 400 | 755 | 155 | 57k|9400 | 0.000000e+00 | -- | Inf
605.98/606.11 c 606s| 88500 | 820 | 4994k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 57k|9413 | 0.000000e+00 | -- | Inf
606.77/606.94 c 607s| 88600 | 816 | 5001k| 56.4 | 25M| 52 | 87 | 400 | 10k| 400 | 755 | 155 | 57k|9427 | 0.000000e+00 | -- | Inf
607.28/607.42 c 607s| 88700 | 824 | 5005k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 57k|9430 | 0.000000e+00 | -- | Inf
607.87/608.03 c 608s| 88800 | 821 | 5010k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 57k|9443 | 0.000000e+00 | -- | Inf
608.47/608.60 c 609s| 88900 | 827 | 5015k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 57k|9450 | 0.000000e+00 | -- | Inf
609.07/609.21 c 609s| 89000 | 833 | 5020k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 57k|9464 | 0.000000e+00 | -- | Inf
609.57/609.77 c 610s| 89100 | 825 | 5025k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 58k|9474 | 0.000000e+00 | -- | Inf
610.27/610.40 c 610s| 89200 | 827 | 5030k| 56.4 | 25M| 52 | 84 | 400 | 10k| 400 | 755 | 155 | 58k|9493 | 0.000000e+00 | -- | Inf
610.88/611.02 c 611s| 89300 | 833 | 5035k| 56.4 | 25M| 52 | 87 | 400 | 10k| 400 | 755 | 155 | 58k|9502 | 0.000000e+00 | -- | Inf
611.27/611.48 c 611s| 89400 | 831 | 5040k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 58k|9507 | 0.000000e+00 | -- | Inf
611.87/612.06 c 612s| 89500 | 827 | 5044k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 58k|9518 | 0.000000e+00 | -- | Inf
612.77/612.92 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
612.77/612.92 c 613s| 89600 | 837 | 5051k| 56.4 | 25M| 52 | 92 | 400 | 10k| 400 | 755 | 155 | 58k|9536 | 0.000000e+00 | -- | Inf
613.58/613.78 c 614s| 89700 | 833 | 5059k| 56.4 | 25M| 52 | 90 | 400 | 10k| 400 | 755 | 155 | 58k|9546 | 0.000000e+00 | -- | Inf
614.57/614.74 c 615s| 89800 | 828 | 5067k| 56.4 | 25M| 52 | 83 | 400 | 10k| 400 | 755 | 155 | 58k|9562 | 0.000000e+00 | -- | Inf
615.47/615.69 c 616s| 89900 | 822 | 5075k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 58k|9580 | 0.000000e+00 | -- | Inf
616.07/616.23 c 616s| 90000 | 820 | 5080k| 56.4 | 25M| 52 | 83 | 400 | 10k| 400 | 755 | 155 | 58k|9586 | 0.000000e+00 | -- | Inf
616.87/617.04 c 617s| 90100 | 820 | 5087k| 56.5 | 25M| 52 | 81 | 400 | 10k| 400 | 755 | 155 | 58k|9602 | 0.000000e+00 | -- | Inf
617.37/617.53 c 618s| 90200 | 820 | 5091k| 56.4 | 25M| 52 | 78 | 400 | 10k| 400 | 755 | 155 | 58k|9609 | 0.000000e+00 | -- | Inf
617.97/618.10 c 618s| 90300 | 820 | 5096k| 56.4 | 25M| 52 | 74 | 400 | 10k| 400 | 755 | 155 | 58k|9629 | 0.000000e+00 | -- | Inf
618.47/618.62 c 619s| 90400 | 818 | 5101k| 56.4 | 25M| 52 | 76 | 400 | 10k| 400 | 755 | 155 | 58k|9642 | 0.000000e+00 | -- | Inf
618.97/619.10 c 619s| 90500 | 818 | 5105k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 58k|9647 | 0.000000e+00 | -- | Inf
619.48/619.64 c 620s| 90600 | 816 | 5110k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 59k|9654 | 0.000000e+00 | -- | Inf
619.97/620.12 c 620s| 90700 | 816 | 5115k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 59k|9655 | 0.000000e+00 | -- | Inf
620.47/620.67 c 621s| 90800 | 818 | 5120k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 59k|9659 | 0.000000e+00 | -- | Inf
621.17/621.37 c 621s| 90900 | 826 | 5126k| 56.4 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 59k|9668 | 0.000000e+00 | -- | Inf
621.78/621.92 c 622s| 91000 | 827 | 5131k| 56.4 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 59k|9668 | 0.000000e+00 | -- | Inf
622.28/622.48 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
622.28/622.48 c 622s| 91100 | 821 | 5136k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 59k|9669 | 0.000000e+00 | -- | Inf
623.08/623.20 c 623s| 91200 | 817 | 5143k| 56.4 | 25M| 52 | 96 | 400 | 10k| 400 | 755 | 155 | 59k|9674 | 0.000000e+00 | -- | Inf
623.67/623.81 c 624s| 91300 | 815 | 5149k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 59k|9674 | 0.000000e+00 | -- | Inf
624.78/624.95 c 625s| 91400 | 822 | 5157k| 56.4 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 59k|9697 | 0.000000e+00 | -- | Inf
625.47/625.61 c 626s| 91500 | 822 | 5163k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 59k|9699 | 0.000000e+00 | -- | Inf
626.07/626.25 c 626s| 91600 | 820 | 5170k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 59k|9700 | 0.000000e+00 | -- | Inf
626.57/626.78 c 627s| 91700 | 818 | 5175k| 56.4 | 25M| 52 | 87 | 400 | 10k| 400 | 755 | 155 | 59k|9700 | 0.000000e+00 | -- | Inf
627.18/627.38 c 627s| 91800 | 819 | 5181k| 56.4 | 25M| 52 | 86 | 400 | 10k| 400 | 755 | 155 | 59k|9700 | 0.000000e+00 | -- | Inf
627.77/627.96 c 628s| 91900 | 824 | 5186k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 60k|9704 | 0.000000e+00 | -- | Inf
628.37/628.50 c 628s| 92000 | 822 | 5192k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 60k|9704 | 0.000000e+00 | -- | Inf
628.77/628.99 c 629s| 92100 | 820 | 5197k| 56.4 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 60k|9704 | 0.000000e+00 | -- | Inf
629.28/629.48 c 629s| 92200 | 822 | 5202k| 56.4 | 25M| 52 | 80 | 400 | 10k| 400 | 755 | 155 | 60k|9704 | 0.000000e+00 | -- | Inf
629.97/630.17 c 630s| 92300 | 820 | 5208k| 56.4 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 60k|9710 | 0.000000e+00 | -- | Inf
630.77/630.95 c 631s| 92400 | 818 | 5215k| 56.4 | 25M| 52 | 84 | 400 | 10k| 400 | 755 | 155 | 60k|9714 | 0.000000e+00 | -- | Inf
631.57/631.73 c 632s| 92500 | 822 | 5223k| 56.5 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 60k|9717 | 0.000000e+00 | -- | Inf
632.17/632.36 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
632.17/632.36 c 632s| 92600 | 826 | 5229k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 60k|9717 | 0.000000e+00 | -- | Inf
632.87/633.09 c 633s| 92700 | 820 | 5236k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 60k|9718 | 0.000000e+00 | -- | Inf
633.58/633.77 c 634s| 92800 | 828 | 5243k| 56.5 | 25M| 52 | 92 | 400 | 10k| 400 | 755 | 155 | 60k|9718 | 0.000000e+00 | -- | Inf
634.37/634.58 c 635s| 92900 | 822 | 5251k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 60k|9718 | 0.000000e+00 | -- | Inf
635.17/635.36 c 635s| 93000 | 824 | 5259k| 56.5 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 60k|9719 | 0.000000e+00 | -- | Inf
635.87/636.01 c 636s| 93100 | 823 | 5266k| 56.6 | 25M| 52 | 93 | 400 | 10k| 400 | 755 | 155 | 60k|9719 | 0.000000e+00 | -- | Inf
636.57/636.71 c 637s| 93200 | 821 | 5273k| 56.6 | 25M| 52 | 90 | 400 | 10k| 400 | 755 | 155 | 60k|9719 | 0.000000e+00 | -- | Inf
636.97/637.19 c 637s| 93300 | 825 | 5278k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 60k|9719 | 0.000000e+00 | -- | Inf
637.57/637.74 c 638s| 93400 | 824 | 5283k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 60k|9719 | 0.000000e+00 | -- | Inf
638.17/638.37 c 638s| 93500 | 822 | 5289k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
638.87/639.03 c 639s| 93600 | 828 | 5296k| 56.6 | 25M| 52 | 87 | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
639.47/639.69 c 640s| 93700 | 831 | 5303k| 56.6 | 25M| 52 | 87 | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
640.17/640.31 c 640s| 93800 | 829 | 5309k| 56.6 | 25M| 52 | 94 | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
640.76/640.92 c 641s| 93900 | 827 | 5316k| 56.6 | 25M| 52 | 86 | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
641.28/641.44 c 641s| 94000 | 825 | 5321k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
641.87/642.08 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
641.87/642.08 c 642s| 94100 | 823 | 5328k| 56.6 | 25M| 52 | 86 | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
642.57/642.75 c 643s| 94200 | 827 | 5335k| 56.6 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
643.27/643.45 c 643s| 94300 | 823 | 5342k| 56.6 | 25M| 52 | 90 | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
643.86/644.08 c 644s| 94400 | 821 | 5349k| 56.7 | 25M| 52 | 80 | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
644.37/644.53 c 645s| 94500 | 823 | 5353k| 56.6 | 25M| 52 | 82 | 400 | 10k| 400 | 755 | 155 | 61k|9719 | 0.000000e+00 | -- | Inf
645.17/645.33 c 645s| 94600 | 825 | 5359k| 56.6 | 25M| 52 | 85 | 400 | 10k| 400 | 755 | 155 | 61k|9737 | 0.000000e+00 | -- | Inf
646.07/646.23 c 646s| 94700 | 832 | 5367k| 56.7 | 25M| 52 | 89 | 400 | 10k| 400 | 755 | 155 | 61k|9751 | 0.000000e+00 | -- | Inf
646.86/647.00 c 647s| 94800 | 830 | 5372k| 56.7 | 25M| 52 | 89 | 400 | 10k| 400 | 755 | 155 | 62k|9766 | 0.000000e+00 | -- | Inf
647.56/647.71 c 648s| 94900 | 830 | 5380k| 56.7 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 62k|9767 | 0.000000e+00 | -- | Inf
648.36/648.56 c 649s| 95000 | 832 | 5386k| 56.7 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 62k|9789 | 0.000000e+00 | -- | Inf
649.07/649.20 c 649s| 95100 | 833 | 5392k| 56.7 | 25M| 52 | - | 400 | 10k| 400 | 755 | 155 | 62k|9796 | 0.000000e+00 | -- | Inf
649.67/649.83 c 650s| 95200 | 831 | 5398k| 56.7 | 25M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 62k|9796 | 0.000000e+00 | -- | Inf
650.27/650.46 c 650s| 95300 | 829 | 5404k| 56.7 | 26M| 52 | - | 400 | 10k| 400 | 755 | 155 | 62k|9800 | 0.000000e+00 | -- | Inf
650.86/651.07 c 651s| 95400 | 833 | 5409k| 56.7 | 26M| 52 | 80 | 400 | 10k| 400 | 755 | 155 | 62k|9803 | 0.000000e+00 | -- | Inf
651.46/651.61 c 652s| 95500 | 831 | 5414k| 56.7 | 26M| 52 | 88 | 400 | 10k| 400 | 755 | 155 | 62k|9806 | 0.000000e+00 | -- | Inf
651.97/652.10 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
651.97/652.10 c 652s| 95600 | 829 | 5419k| 56.7 | 26M| 52 | 89 | 400 | 10k| 400 | 755 | 155 | 62k|9806 | 0.000000e+00 | -- | Inf
652.47/652.65 c 653s| 95700 | 828 | 5425k| 56.7 | 26M| 52 | - | 400 | 10k| 400 | 755 | 155 | 62k|9806 | 0.000000e+00 | -- | Inf
653.17/653.32 c 653s| 95800 | 835 | 5431k| 56.7 | 26M| 52 | 80 | 400 | 10k| 400 | 755 | 155 | 62k|9807 | 0.000000e+00 | -- | Inf
653.66/653.82 c 654s| 95900 | 831 | 5436k| 56.7 | 26M| 52 | 89 | 400 | 11k| 400 | 755 | 155 | 62k|9807 | 0.000000e+00 | -- | Inf
654.26/654.44 c 654s| 96000 | 837 | 5443k| 56.7 | 26M| 52 | 89 | 400 | 11k| 400 | 755 | 155 | 62k|9807 | 0.000000e+00 | -- | Inf
654.86/655.02 c 655s| 96100 | 835 | 5448k| 56.7 | 26M| 52 | 90 | 400 | 11k| 400 | 755 | 155 | 62k|9807 | 0.000000e+00 | -- | Inf
655.47/655.66 c 656s| 96200 | 834 | 5455k| 56.7 | 26M| 52 | 94 | 400 | 11k| 400 | 755 | 155 | 63k|9807 | 0.000000e+00 | -- | Inf
656.16/656.37 c 656s| 96300 | 832 | 5462k| 56.7 | 26M| 52 | 91 | 400 | 11k| 400 | 755 | 155 | 63k|9807 | 0.000000e+00 | -- | Inf
656.77/656.97 c 657s| 96400 | 836 | 5467k| 56.7 | 26M| 52 | 82 | 400 | 11k| 400 | 755 | 155 | 63k|9813 | 0.000000e+00 | -- | Inf
657.57/657.79 c 658s| 96500 | 830 | 5473k| 56.7 | 26M| 52 | 88 | 400 | 11k| 400 | 755 | 155 | 63k|9835 | 0.000000e+00 | -- | Inf
658.16/658.32 c 658s| 96600 | 832 | 5479k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 63k|9835 | 0.000000e+00 | -- | Inf
658.57/658.79 c 659s| 96700 | 832 | 5483k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 63k|9842 | 0.000000e+00 | -- | Inf
659.26/659.49 c 659s| 96800 | 834 | 5489k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 63k|9855 | 0.000000e+00 | -- | Inf
659.87/660.09 c 660s| 96900 | 844 | 5494k| 56.7 | 26M| 52 | 84 | 400 | 11k| 400 | 755 | 155 | 63k|9860 | 0.000000e+00 | -- | Inf
660.46/660.69 c 661s| 97000 | 843 | 5500k| 56.7 | 26M| 52 | 81 | 400 | 11k| 400 | 755 | 155 | 63k|9867 | 0.000000e+00 | -- | Inf
661.26/661.45 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
661.26/661.45 c 661s| 97100 | 844 | 5506k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 63k|9886 | 0.000000e+00 | -- | Inf
661.97/662.14 c 662s| 97200 | 846 | 5511k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 63k|9898 | 0.000000e+00 | -- | Inf
662.67/662.83 c 663s| 97300 | 842 | 5518k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 63k|9904 | 0.000000e+00 | -- | Inf
663.66/663.80 c 664s| 97400 | 842 | 5525k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 63k|9915 | 0.000000e+00 | -- | Inf
664.46/664.62 c 665s| 97500 | 846 | 5532k| 56.7 | 26M| 52 | 92 | 400 | 11k| 400 | 755 | 155 | 63k|9927 | 0.000000e+00 | -- | Inf
665.16/665.39 c 665s| 97600 | 844 | 5539k| 56.7 | 26M| 52 | 91 | 400 | 11k| 400 | 755 | 155 | 64k|9934 | 0.000000e+00 | -- | Inf
665.96/666.11 c 666s| 97700 | 846 | 5545k| 56.8 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 64k|9943 | 0.000000e+00 | -- | Inf
666.66/666.87 c 667s| 97800 | 850 | 5551k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 64k|9959 | 0.000000e+00 | -- | Inf
667.36/667.50 c 667s| 97900 | 848 | 5557k| 56.8 | 26M| 52 | 80 | 400 | 11k| 400 | 755 | 155 | 64k|9969 | 0.000000e+00 | -- | Inf
667.87/668.07 c 668s| 98000 | 850 | 5561k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 64k|9978 | 0.000000e+00 | -- | Inf
668.36/668.58 c 669s| 98100 | 848 | 5566k| 56.7 | 26M| 52 | 80 | 400 | 11k| 400 | 755 | 155 | 64k|9984 | 0.000000e+00 | -- | Inf
668.97/669.15 c 669s| 98200 | 846 | 5571k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 64k|9995 | 0.000000e+00 | -- | Inf
669.56/669.78 c 670s| 98300 | 846 | 5576k| 56.7 | 26M| 52 | 84 | 400 | 11k| 400 | 755 | 155 | 64k| 10k| 0.000000e+00 | -- | Inf
670.17/670.36 c 670s| 98400 | 848 | 5582k| 56.7 | 26M| 52 | 83 | 400 | 11k| 400 | 755 | 155 | 64k| 10k| 0.000000e+00 | -- | Inf
670.87/671.09 c 671s| 98500 | 848 | 5588k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 64k| 10k| 0.000000e+00 | -- | Inf
671.66/671.84 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
671.66/671.84 c 672s| 98600 | 844 | 5594k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 64k| 10k| 0.000000e+00 | -- | Inf
672.27/672.46 c 672s| 98700 | 846 | 5600k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 64k| 10k| 0.000000e+00 | -- | Inf
672.86/673.08 c 673s| 98800 | 846 | 5605k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 64k| 10k| 0.000000e+00 | -- | Inf
673.57/673.70 c 674s| 98900 | 846 | 5611k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 64k| 10k| 0.000000e+00 | -- | Inf
674.27/674.44 c 674s| 99000 | 844 | 5617k| 56.7 | 26M| 52 | 78 | 400 | 11k| 400 | 755 | 155 | 64k| 10k| 0.000000e+00 | -- | Inf
675.07/675.27 c 675s| 99100 | 842 | 5624k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 64k| 10k| 0.000000e+00 | -- | Inf
675.66/675.89 c 676s| 99200 | 840 | 5629k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
676.47/676.65 c 677s| 99300 | 836 | 5635k| 56.7 | 26M| 52 | 93 | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
677.26/677.41 c 677s| 99400 | 836 | 5642k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
677.86/678.06 c 678s| 99500 | 838 | 5648k| 56.8 | 26M| 52 | 80 | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
678.67/678.89 c 679s| 99600 | 832 | 5654k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
679.36/679.59 c 680s| 99700 | 837 | 5660k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
680.36/680.50 c 680s| 99800 | 831 | 5667k| 56.8 | 26M| 52 | 94 | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
680.87/681.10 c 681s| 99900 | 831 | 5673k| 56.8 | 26M| 52 | 86 | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
681.66/681.80 c 682s|100000 | 826 | 5679k| 56.8 | 26M| 52 | 76 | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
682.26/682.40 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
682.26/682.40 c 682s|100100 | 828 | 5684k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
682.87/683.08 c 683s|100200 | 830 | 5689k| 56.8 | 26M| 52 | 83 | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
683.56/683.70 c 684s|100300 | 833 | 5695k| 56.8 | 26M| 52 | 89 | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
684.16/684.39 c 684s|100400 | 830 | 5701k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
684.96/685.15 c 685s|100500 | 828 | 5707k| 56.8 | 26M| 52 | 85 | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
685.37/685.53 c 686s|100600 | 828 | 5711k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 65k| 10k| 0.000000e+00 | -- | Inf
685.96/686.14 c 686s|100700 | 828 | 5715k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
686.36/686.59 c 687s|100800 | 834 | 5719k| 56.7 | 26M| 52 | 83 | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
686.86/687.04 c 687s|100900 | 830 | 5723k| 56.7 | 26M| 52 | 85 | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
687.37/687.54 c 688s|101000 | 828 | 5727k| 56.7 | 26M| 52 | 78 | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
688.06/688.22 c 688s|101100 | 826 | 5732k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
688.57/688.78 c 689s|101200 | 820 | 5737k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
689.36/689.50 c 690s|101300 | 828 | 5743k| 56.7 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
689.86/690.07 c 690s|101400 | 828 | 5748k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
690.46/690.69 c 691s|101500 | 826 | 5753k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
691.06/691.27 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
691.06/691.27 c 691s|101600 | 824 | 5757k| 56.7 | 26M| 52 | 89 | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
691.77/692.00 c 692s|101700 | 824 | 5764k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
692.66/692.83 c 693s|101800 | 824 | 5771k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
693.46/693.68 c 694s|101900 | 824 | 5778k| 56.7 | 26M| 52 | 87 | 400 | 12k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
694.46/694.61 c 695s|102000 | 828 | 5786k| 56.7 | 26M| 52 | 88 | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
695.26/695.41 c 695s|102100 | 829 | 5793k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
696.05/696.28 c 696s|102200 | 826 | 5801k| 56.8 | 26M| 52 | 92 | 400 | 11k| 400 | 755 | 155 | 66k| 10k| 0.000000e+00 | -- | Inf
696.76/696.97 c 697s|102300 | 832 | 5806k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
697.37/697.52 c 698s|102400 | 833 | 5811k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
698.06/698.28 c 698s|102500 | 833 | 5817k| 56.7 | 26M| 52 | 85 | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
698.66/698.88 c 699s|102600 | 831 | 5823k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
699.05/699.26 c 699s|102700 | 831 | 5827k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
699.46/699.62 c 700s|102800 | 833 | 5831k| 56.7 | 26M| 52 | 82 | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
699.86/700.07 c 700s|102900 | 829 | 5835k| 56.7 | 26M| 52 | 85 | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
700.76/700.99 c 701s|103000 | 827 | 5842k| 56.7 | 26M| 52 | 91 | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
701.67/701.82 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
701.67/701.82 c 702s|103100 | 829 | 5849k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
702.26/702.45 c 702s|103200 | 833 | 5855k| 56.7 | 26M| 52 | 81 | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
702.86/703.08 c 703s|103300 | 831 | 5861k| 56.7 | 26M| 52 | 79 | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
703.46/703.63 c 704s|103400 | 833 | 5867k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
703.96/704.16 c 704s|103500 | 841 | 5871k| 56.7 | 26M| 52 | 79 | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
704.55/704.74 c 705s|103600 | 831 | 5877k| 56.7 | 26M| 52 | 82 | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
705.06/705.25 c 705s|103700 | 827 | 5882k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 67k| 10k| 0.000000e+00 | -- | Inf
705.66/705.88 c 706s|103800 | 827 | 5888k| 56.7 | 26M| 52 | 86 | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
706.26/706.45 c 706s|103900 | 829 | 5893k| 56.7 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
706.85/707.01 c 707s|104000 | 827 | 5898k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
707.46/707.67 c 708s|104100 | 831 | 5905k| 56.7 | 26M| 52 | 86 | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
708.06/708.25 c 708s|104200 | 825 | 5911k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
708.66/708.88 c 709s|104300 | 827 | 5917k| 56.7 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
709.46/709.60 c 710s|104400 | 823 | 5924k| 56.7 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
710.06/710.27 c 710s|104500 | 827 | 5931k| 56.8 | 26M| 52 | 81 | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
710.75/710.93 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
710.75/710.93 c 711s|104600 | 828 | 5938k| 56.8 | 26M| 52 | 86 | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
711.36/711.58 c 712s|104700 | 828 | 5944k| 56.8 | 26M| 52 | 77 | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
711.85/712.06 c 712s|104800 | 823 | 5949k| 56.8 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
712.36/712.56 c 713s|104900 | 821 | 5954k| 56.8 | 26M| 52 | 85 | 400 | 12k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
712.86/713.01 c 713s|105000 | 819 | 5958k| 56.7 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
713.46/713.65 c 714s|105100 | 828 | 5965k| 56.7 | 26M| 52 | 73 | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
713.96/714.16 c 714s|105200 | 823 | 5970k| 56.7 | 26M| 52 | 89 | 400 | 11k| 400 | 755 | 155 | 68k| 10k| 0.000000e+00 | -- | Inf
714.66/714.83 c 715s|105300 | 821 | 5977k| 56.8 | 26M| 52 | 88 | 400 | 12k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
715.26/715.40 c 715s|105400 | 823 | 5982k| 56.8 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
715.85/716.03 c 716s|105500 | 823 | 5989k| 56.8 | 26M| 52 | 87 | 400 | 12k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
716.55/716.76 c 717s|105600 | 824 | 5996k| 56.8 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
717.26/717.48 c 717s|105700 | 834 | 6003k| 56.8 | 26M| 52 | 80 | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
717.85/718.00 c 718s|105800 | 830 | 6008k| 56.8 | 26M| 52 | 78 | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
718.46/718.60 c 719s|105900 | 822 | 6014k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
718.85/719.06 c 719s|106000 | 824 | 6019k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
719.26/719.50 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
719.26/719.50 c 719s|106100 | 824 | 6023k| 56.8 | 26M| 52 | 79 | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
719.85/720.09 c 720s|106200 | 820 | 6029k| 56.8 | 26M| 52 | 86 | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
722.56/722.74 c 723s|106300 | 824 | 6035k| 56.8 | 26M| 52 | 208 | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
723.55/723.78 c 724s|106400 | 834 | 6042k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
724.15/724.33 c 724s|106500 | 838 | 6047k| 56.8 | 26M| 52 | 85 | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
724.65/724.84 c 725s|106600 | 838 | 6052k| 56.8 | 26M| 52 | 82 | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
725.25/725.43 c 725s|106700 | 842 | 6059k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
725.75/725.95 c 726s|106800 | 842 | 6064k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 69k| 10k| 0.000000e+00 | -- | Inf
726.16/726.39 c 726s|106900 | 838 | 6069k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
726.75/726.92 c 727s|107000 | 842 | 6074k| 56.8 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
727.25/727.47 c 727s|107100 | 842 | 6080k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
727.96/728.11 c 728s|107200 | 845 | 6086k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
728.55/728.72 c 729s|107300 | 848 | 6093k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
729.06/729.25 c 729s|107400 | 845 | 6098k| 56.8 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
729.55/729.76 c 730s|107500 | 846 | 6103k| 56.8 | 26M| 52 | 79 | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
730.15/730.35 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
730.15/730.35 c 730s|107600 | 848 | 6109k| 56.8 | 26M| 52 | 86 | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
730.85/731.02 c 731s|107700 | 843 | 6115k| 56.8 | 26M| 52 | 84 | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
731.46/731.65 c 732s|107800 | 838 | 6122k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
732.16/732.39 c 732s|107900 | 840 | 6129k| 56.8 | 26M| 52 | 89 | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
732.85/733.00 c 733s|108000 | 843 | 6135k| 56.8 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
733.35/733.50 c 733s|108100 | 843 | 6140k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 70k| 10k| 0.000000e+00 | -- | Inf
733.86/734.09 c 734s|108200 | 841 | 6146k| 56.8 | 26M| 52 | 83 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
734.55/734.78 c 735s|108300 | 843 | 6153k| 56.8 | 26M| 52 | 79 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
735.35/735.57 c 736s|108400 | 843 | 6161k| 56.8 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
735.95/736.13 c 736s|108500 | 843 | 6167k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
736.45/736.62 c 737s|108600 | 847 | 6172k| 56.8 | 26M| 52 | 79 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
736.96/737.14 c 737s|108700 | 843 | 6178k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
737.65/737.80 c 738s|108800 | 841 | 6184k| 56.8 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
738.35/738.58 c 739s|108900 | 841 | 6190k| 56.8 | 26M| 52 | 88 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
739.35/739.55 c 740s|109000 | 843 | 6199k| 56.9 | 26M| 52 | 83 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
740.26/740.48 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
740.26/740.48 c 740s|109100 | 841 | 6207k| 56.9 | 26M| 52 | 86 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
741.26/741.46 c 741s|109200 | 837 | 6215k| 56.9 | 26M| 52 | 86 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
741.86/742.09 c 742s|109300 | 836 | 6222k| 56.9 | 26M| 52 | 86 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
742.65/742.86 c 743s|109400 | 836 | 6229k| 56.9 | 26M| 52 | 90 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
743.56/743.77 c 744s|109500 | 834 | 6236k| 56.9 | 26M| 52 | 92 | 400 | 11k| 400 | 755 | 155 | 71k| 10k| 0.000000e+00 | -- | Inf
744.25/744.43 c 744s|109600 | 836 | 6242k| 56.9 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
744.75/744.90 c 745s|109700 | 836 | 6247k| 56.9 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
745.55/745.74 c 746s|109800 | 838 | 6254k| 56.9 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
746.35/746.56 c 747s|109900 | 844 | 6260k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
747.05/747.23 c 747s|110000 | 837 | 6267k| 57.0 | 26M| 52 | 84 | 400 | 11k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
747.65/747.88 c 748s|110100 | 835 | 6272k| 57.0 | 26M| 52 | 94 | 400 | 11k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
748.55/748.78 c 749s|110200 | 830 | 6281k| 57.0 | 26M| 52 | 88 | 400 | 11k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
749.45/749.63 c 750s|110300 | 838 | 6286k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
750.15/750.38 c 750s|110400 | 834 | 6294k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
750.85/751.05 c 751s|110500 | 833 | 6300k| 57.0 | 26M| 52 | 82 | 400 | 12k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
751.75/751.92 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
751.75/751.92 c 752s|110600 | 834 | 6306k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
752.35/752.58 c 753s|110700 | 838 | 6313k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
753.15/753.37 c 753s|110800 | 832 | 6320k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
753.95/754.12 c 754s|110900 | 832 | 6327k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
754.95/755.10 c 755s|111000 | 834 | 6334k| 57.1 | 26M| 52 | 80 | 400 | 12k| 400 | 755 | 155 | 72k| 10k| 0.000000e+00 | -- | Inf
755.35/755.56 c 756s|111100 | 836 | 6338k| 57.0 | 26M| 52 | 86 | 400 | 12k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
756.15/756.34 c 756s|111200 | 830 | 6345k| 57.1 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
756.85/757.00 c 757s|111300 | 832 | 6350k| 57.0 | 26M| 52 | 84 | 400 | 12k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
757.45/757.67 c 758s|111400 | 827 | 6356k| 57.1 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
758.05/758.26 c 758s|111500 | 829 | 6361k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
758.75/758.93 c 759s|111600 | 835 | 6367k| 57.0 | 26M| 52 | 82 | 400 | 12k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
759.45/759.66 c 760s|111700 | 823 | 6373k| 57.1 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
761.74/761.96 c 762s|111800 | 847 | 6381k| 57.1 | 26M| 52 | 91 | 400 | 11k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
762.44/762.65 c 763s|111900 | 849 | 6386k| 57.1 | 26M| 52 | 90 | 400 | 11k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
763.05/763.29 c 763s|112000 | 849 | 6392k| 57.1 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
763.75/763.99 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
763.75/763.99 c 764s|112100 | 845 | 6398k| 57.1 | 26M| 52 | 89 | 400 | 11k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
764.46/764.69 c 765s|112200 | 855 | 6404k| 57.1 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
764.95/765.17 c 765s|112300 | 853 | 6409k| 57.1 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
765.55/765.76 c 766s|112400 | 853 | 6415k| 57.1 | 26M| 52 | 88 | 400 | 11k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
766.24/766.40 c 766s|112500 | 858 | 6421k| 57.1 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
766.85/767.07 c 767s|112600 | 866 | 6428k| 57.1 | 26M| 52 | 80 | 400 | 11k| 400 | 755 | 155 | 73k| 10k| 0.000000e+00 | -- | Inf
767.54/767.73 c 768s|112700 | 862 | 6433k| 57.1 | 26M| 52 | 84 | 400 | 11k| 400 | 755 | 155 | 74k| 10k| 0.000000e+00 | -- | Inf
768.05/768.21 c 768s|112800 | 862 | 6438k| 57.1 | 26M| 52 | 88 | 400 | 11k| 400 | 755 | 155 | 74k| 10k| 0.000000e+00 | -- | Inf
768.65/768.89 c 769s|112900 | 866 | 6444k| 57.1 | 26M| 52 | 79 | 400 | 11k| 400 | 755 | 155 | 74k| 10k| 0.000000e+00 | -- | Inf
769.15/769.37 c 769s|113000 | 864 | 6448k| 57.1 | 26M| 52 | 83 | 400 | 11k| 400 | 755 | 155 | 74k| 10k| 0.000000e+00 | -- | Inf
769.85/770.05 c 770s|113100 | 864 | 6454k| 57.1 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 74k| 10k| 0.000000e+00 | -- | Inf
770.44/770.67 c 771s|113200 | 866 | 6459k| 57.1 | 26M| 52 | 84 | 400 | 11k| 400 | 755 | 155 | 74k| 10k| 0.000000e+00 | -- | Inf
771.05/771.29 c 771s|113300 | 860 | 6464k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 74k| 10k| 0.000000e+00 | -- | Inf
771.65/771.86 c 772s|113400 | 860 | 6469k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 74k| 10k| 0.000000e+00 | -- | Inf
772.25/772.46 c 772s|113500 | 860 | 6475k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 74k| 10k| 0.000000e+00 | -- | Inf
772.85/773.02 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
772.85/773.02 c 773s|113600 | 872 | 6479k| 57.0 | 26M| 52 | 83 | 400 | 11k| 400 | 755 | 155 | 74k| 11k| 0.000000e+00 | -- | Inf
773.45/773.60 c 774s|113700 | 876 | 6484k| 57.0 | 26M| 52 | 82 | 400 | 12k| 400 | 755 | 155 | 74k| 11k| 0.000000e+00 | -- | Inf
774.05/774.22 c 774s|113800 | 872 | 6490k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 74k| 11k| 0.000000e+00 | -- | Inf
774.65/774.83 c 775s|113900 | 870 | 6495k| 57.0 | 26M| 52 | 86 | 400 | 12k| 400 | 755 | 155 | 74k| 11k| 0.000000e+00 | -- | Inf
775.25/775.48 c 775s|114000 | 862 | 6500k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 74k| 11k| 0.000000e+00 | -- | Inf
775.95/776.16 c 776s|114100 | 864 | 6506k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 74k| 11k| 0.000000e+00 | -- | Inf
776.56/776.77 c 777s|114200 | 866 | 6512k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
777.25/777.40 c 777s|114300 | 864 | 6517k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
777.74/777.98 c 778s|114400 | 866 | 6522k| 57.0 | 27M| 52 | 85 | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
778.45/778.66 c 779s|114500 | 866 | 6527k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
779.34/779.55 c 780s|114600 | 862 | 6534k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
780.05/780.24 c 780s|114700 | 867 | 6541k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
780.74/781.00 c 781s|114800 | 862 | 6547k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
781.24/781.46 c 781s|114900 | 862 | 6551k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
781.95/782.16 c 782s|115000 | 862 | 6556k| 57.0 | 27M| 52 | 87 | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
782.65/782.81 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
782.65/782.81 c 783s|115100 | 858 | 6562k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
783.44/783.63 c 784s|115200 | 856 | 6569k| 57.0 | 27M| 52 | 95 | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
784.15/784.34 c 784s|115300 | 859 | 6575k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
784.64/784.82 c 785s|115400 | 859 | 6579k| 57.0 | 27M| 52 | 78 | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
785.35/785.60 c 786s|115500 | 857 | 6585k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
786.25/786.48 c 786s|115600 | 858 | 6593k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
786.85/787.02 c 787s|115700 | 860 | 6598k| 57.0 | 26M| 52 | 86 | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
787.34/787.52 c 788s|115800 | 856 | 6602k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 75k| 11k| 0.000000e+00 | -- | Inf
788.05/788.20 c 788s|115900 | 873 | 6608k| 57.0 | 26M| 52 | 89 | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
788.65/788.87 c 789s|116000 | 873 | 6614k| 57.0 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
789.34/789.52 c 790s|116100 | 873 | 6619k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
790.04/790.25 c 790s|116200 | 868 | 6625k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
790.85/791.01 c 791s|116300 | 867 | 6631k| 57.0 | 26M| 52 | 88 | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
791.54/791.75 c 792s|116400 | 867 | 6638k| 57.0 | 26M| 52 | 85 | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
792.34/792.53 c 793s|116500 | 861 | 6644k| 57.0 | 26M| 52 | 87 | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
792.74/792.97 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
792.74/792.97 c 793s|116600 | 865 | 6648k| 57.0 | 26M| 52 | 81 | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
793.34/793.51 c 794s|116700 | 864 | 6653k| 57.0 | 26M| 52 | 83 | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
793.85/794.02 c 794s|116800 | 868 | 6658k| 57.0 | 26M| 52 | 78 | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
794.44/794.64 c 795s|116900 | 880 | 6665k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
795.15/795.32 c 795s|117000 | 877 | 6672k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
795.74/795.95 c 796s|117100 | 865 | 6678k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 76k| 11k| 0.000000e+00 | -- | Inf
796.35/796.54 c 797s|117200 | 865 | 6684k| 57.0 | 26M| 52 | 88 | 400 | 11k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
796.94/797.13 c 797s|117300 | 867 | 6689k| 57.0 | 26M| 52 | 85 | 400 | 11k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
797.45/797.67 c 798s|117400 | 867 | 6694k| 57.0 | 26M| 52 | 85 | 400 | 11k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
798.04/798.25 c 798s|117500 | 867 | 6700k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
798.74/798.98 c 799s|117600 | 865 | 6707k| 57.0 | 26M| 52 | 96 | 400 | 11k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
799.44/799.62 c 800s|117700 | 871 | 6714k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
800.15/800.39 c 800s|117800 | 871 | 6720k| 57.0 | 26M| 52 | - | 400 | 11k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
800.75/800.97 c 801s|117900 | 873 | 6725k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
801.34/801.52 c 802s|118000 | 875 | 6730k| 57.0 | 26M| 52 | 85 | 400 | 12k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
801.85/802.01 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
801.85/802.01 c 802s|118100 | 873 | 6735k| 57.0 | 27M| 52 | 90 | 400 | 12k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
802.35/802.58 c 803s|118200 | 873 | 6740k| 57.0 | 27M| 52 | 82 | 400 | 12k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
802.85/803.08 c 803s|118300 | 875 | 6745k| 57.0 | 26M| 52 | 84 | 400 | 12k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
803.34/803.54 c 804s|118400 | 871 | 6750k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
803.84/804.02 c 804s|118500 | 869 | 6755k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 77k| 11k| 0.000000e+00 | -- | Inf
804.45/804.68 c 805s|118600 | 869 | 6760k| 57.0 | 26M| 52 | 90 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
805.04/805.24 c 805s|118700 | 865 | 6765k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
805.64/805.84 c 806s|118800 | 875 | 6771k| 57.0 | 26M| 52 | 83 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
806.05/806.28 c 806s|118900 | 876 | 6776k| 57.0 | 26M| 52 | - | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
806.54/806.70 c 807s|119000 | 874 | 6780k| 57.0 | 26M| 52 | 77 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
806.94/807.15 c 807s|119100 | 878 | 6784k| 57.0 | 27M| 52 | 77 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
807.35/807.53 c 808s|119200 | 876 | 6788k| 56.9 | 27M| 52 | 75 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
807.85/808.05 c 808s|119300 | 870 | 6793k| 56.9 | 27M| 52 | 83 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
808.45/808.64 c 809s|119400 | 870 | 6799k| 56.9 | 27M| 52 | 86 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
809.04/809.28 c 809s|119500 | 877 | 6806k| 57.0 | 27M| 52 | 88 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
809.64/809.89 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
809.64/809.89 c 810s|119600 | 875 | 6813k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
810.24/810.49 c 810s|119700 | 873 | 6819k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
810.94/811.12 c 811s|119800 | 869 | 6825k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
811.54/811.71 c 812s|119900 | 871 | 6831k| 57.0 | 27M| 52 | 90 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
812.24/812.44 c 812s|120000 | 867 | 6839k| 57.0 | 27M| 52 | 91 | 400 | 12k| 400 | 755 | 155 | 78k| 11k| 0.000000e+00 | -- | Inf
812.94/813.12 c 813s|120100 | 873 | 6845k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
813.53/813.74 c 814s|120200 | 875 | 6851k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
814.04/814.26 c 814s|120300 | 877 | 6856k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
814.64/814.85 c 815s|120400 | 877 | 6862k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
815.24/815.44 c 815s|120500 | 873 | 6868k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
815.84/816.08 c 816s|120600 | 873 | 6874k| 57.0 | 27M| 52 | 87 | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
816.44/816.64 c 817s|120700 | 879 | 6880k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
816.84/817.03 c 817s|120800 | 879 | 6884k| 57.0 | 27M| 52 | 75 | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
817.25/817.44 c 817s|120900 | 879 | 6888k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
817.64/817.88 c 818s|121000 | 878 | 6893k| 57.0 | 27M| 52 | 80 | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
818.14/818.31 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
818.14/818.31 c 818s|121100 | 878 | 6898k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
818.54/818.74 c 819s|121200 | 870 | 6902k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
818.94/819.12 c 819s|121300 | 876 | 6907k| 56.9 | 27M| 52 | 69 | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
819.34/819.55 c 820s|121400 | 874 | 6911k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
819.84/820.03 c 820s|121500 | 868 | 6917k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
820.45/820.62 c 821s|121600 | 870 | 6922k| 56.9 | 27M| 52 | 89 | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
820.84/821.04 c 821s|121700 | 870 | 6926k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
821.24/821.49 c 821s|121800 | 870 | 6930k| 56.9 | 27M| 52 | 84 | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
821.74/821.97 c 822s|121900 | 876 | 6935k| 56.9 | 27M| 52 | 74 | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
822.13/822.33 c 822s|122000 | 876 | 6938k| 56.9 | 27M| 52 | 79 | 400 | 12k| 400 | 755 | 155 | 79k| 11k| 0.000000e+00 | -- | Inf
822.65/822.88 c 823s|122100 | 874 | 6944k| 56.9 | 27M| 52 | 83 | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
823.14/823.35 c 823s|122200 | 874 | 6949k| 56.9 | 27M| 52 | 75 | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
823.54/823.76 c 824s|122300 | 874 | 6953k| 56.8 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
824.14/824.35 c 824s|122400 | 870 | 6959k| 56.8 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
824.64/824.86 c 825s|122500 | 872 | 6964k| 56.8 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
825.13/825.36 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
825.13/825.36 c 825s|122600 | 870 | 6969k| 56.8 | 27M| 52 | 89 | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
825.83/826.01 c 826s|122700 | 870 | 6975k| 56.8 | 27M| 52 | 84 | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
826.44/826.67 c 827s|122800 | 871 | 6982k| 56.9 | 27M| 52 | 90 | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
827.14/827.34 c 827s|122900 | 875 | 6988k| 56.9 | 27M| 52 | 85 | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
828.03/828.28 c 828s|123000 | 871 | 6996k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
828.64/828.89 c 829s|123100 | 875 | 7002k| 56.9 | 27M| 52 | 92 | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
829.34/829.51 c 830s|123200 | 873 | 7008k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
830.23/830.45 c 830s|123300 | 866 | 7016k| 56.9 | 27M| 52 | 85 | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
831.04/831.20 c 831s|123400 | 868 | 7022k| 56.9 | 27M| 52 | 85 | 400 | 12k| 400 | 755 | 155 | 80k| 11k| 0.000000e+00 | -- | Inf
831.94/832.14 c 832s|123500 | 866 | 7030k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
832.74/832.90 c 833s|123600 | 866 | 7036k| 56.9 | 27M| 52 | 93 | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
833.43/833.62 c 834s|123700 | 868 | 7043k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
834.43/834.63 c 835s|123800 | 870 | 7050k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
835.33/835.52 c 836s|123900 | 870 | 7057k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
835.94/836.19 c 836s|124000 | 874 | 7064k| 57.0 | 27M| 52 | 87 | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
836.74/836.95 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
836.74/836.95 c 837s|124100 | 866 | 7070k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
837.43/837.65 c 838s|124200 | 874 | 7076k| 57.0 | 27M| 52 | 78 | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
837.93/838.17 c 838s|124300 | 876 | 7081k| 57.0 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
838.44/838.61 c 839s|124400 | 874 | 7085k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
838.84/839.04 c 839s|124500 | 874 | 7088k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
839.24/839.45 c 839s|124600 | 874 | 7092k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
839.74/839.95 c 840s|124700 | 874 | 7097k| 56.9 | 27M| 52 | 82 | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
840.24/840.47 c 840s|124800 | 874 | 7101k| 56.9 | 27M| 52 | 83 | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
840.84/841.02 c 841s|124900 | 874 | 7105k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
841.23/841.45 c 841s|125000 | 872 | 7110k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
841.83/842.09 c 842s|125100 | 879 | 7115k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 81k| 11k| 0.000000e+00 | -- | Inf
842.54/842.76 c 843s|125200 | 879 | 7120k| 56.9 | 27M| 52 | 84 | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
843.24/843.45 c 843s|125300 | 881 | 7125k| 56.9 | 27M| 52 | 89 | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
843.84/844.02 c 844s|125400 | 879 | 7131k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
844.64/844.87 c 845s|125500 | 877 | 7138k| 56.9 | 27M| 52 | 81 | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
845.43/845.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
845.43/845.64 c 846s|125600 | 876 | 7144k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
845.94/846.15 c 846s|125700 | 876 | 7149k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
846.53/846.71 c 847s|125800 | 876 | 7154k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
847.24/847.41 c 847s|125900 | 876 | 7159k| 56.9 | 27M| 52 | 85 | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
847.73/847.93 c 848s|126000 | 874 | 7164k| 56.9 | 27M| 52 | 80 | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
848.33/848.58 c 849s|126100 | 874 | 7170k| 56.9 | 27M| 52 | 91 | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
849.04/849.21 c 849s|126200 | 874 | 7175k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
849.73/849.93 c 850s|126300 | 874 | 7181k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
850.54/850.73 c 851s|126400 | 875 | 7188k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
851.24/851.48 c 851s|126500 | 873 | 7194k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
852.04/852.21 c 852s|126600 | 871 | 7200k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 82k| 11k| 0.000000e+00 | -- | Inf
852.83/853.00 c 853s|126700 | 875 | 7207k| 56.9 | 27M| 52 | 87 | 400 | 12k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
853.44/853.61 c 854s|126800 | 873 | 7213k| 56.9 | 27M| 52 | 88 | 400 | 12k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
854.23/854.46 c 854s|126900 | 877 | 7220k| 56.9 | 27M| 52 | - | 400 | 12k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
855.03/855.28 c 855s|127000 | 879 | 7228k| 56.9 | 27M| 52 | 88 | 400 | 12k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
856.04/856.20 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
856.04/856.20 c 856s|127100 | 884 | 7236k| 56.9 | 27M| 52 | 87 | 400 | 12k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
856.84/857.05 c 857s|127200 | 884 | 7244k| 56.9 | 27M| 52 | 83 | 400 | 12k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
857.53/857.78 c 858s|127300 | 894 | 7250k| 57.0 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
858.33/858.52 c 859s|127400 | 890 | 7257k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
859.04/859.29 c 859s|127500 | 890 | 7264k| 57.0 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
859.73/859.94 c 860s|127600 | 892 | 7270k| 57.0 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
860.63/860.84 c 861s|127700 | 890 | 7278k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
861.33/861.52 c 862s|127800 | 890 | 7284k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
862.03/862.21 c 862s|127900 | 890 | 7291k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
862.73/862.99 c 863s|128000 | 888 | 7297k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 83k| 11k| 0.000000e+00 | -- | Inf
863.53/863.79 c 864s|128100 | 889 | 7304k| 57.0 | 27M| 52 | 92 | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
864.23/864.41 c 864s|128200 | 887 | 7310k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
864.83/865.05 c 865s|128300 | 885 | 7316k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
865.33/865.55 c 866s|128400 | 887 | 7321k| 57.0 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
866.03/866.21 c 866s|128500 | 880 | 7327k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
866.53/866.78 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
866.53/866.78 c 867s|128600 | 886 | 7332k| 57.0 | 27M| 52 | 89 | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
867.13/867.36 c 867s|128700 | 890 | 7338k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
867.84/868.05 c 868s|128800 | 890 | 7345k| 57.0 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
868.53/868.73 c 869s|128900 | 888 | 7352k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
869.23/869.40 c 869s|129000 | 886 | 7359k| 57.0 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
869.83/870.09 c 870s|129100 | 886 | 7366k| 57.1 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
870.53/870.72 c 871s|129200 | 886 | 7372k| 57.1 | 27M| 52 | 85 | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
871.23/871.41 c 871s|129300 | 892 | 7378k| 57.1 | 27M| 52 | 84 | 400 | 13k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
871.93/872.14 c 872s|129400 | 898 | 7385k| 57.1 | 27M| 52 | 79 | 400 | 12k| 400 | 755 | 155 | 84k| 11k| 0.000000e+00 | -- | Inf
872.43/872.65 c 873s|129500 | 889 | 7389k| 57.1 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
872.93/873.10 c 873s|129600 | 894 | 7394k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
873.34/873.52 c 874s|129700 | 892 | 7398k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
873.73/873.95 c 874s|129800 | 891 | 7403k| 57.0 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
874.34/874.56 c 875s|129900 | 890 | 7408k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
874.93/875.16 c 875s|130000 | 891 | 7414k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
875.43/875.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
875.43/875.62 c 876s|130100 | 889 | 7419k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
875.93/876.11 c 876s|130200 | 895 | 7424k| 57.0 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
876.33/876.51 c 877s|130300 | 890 | 7427k| 57.0 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
876.83/877.09 c 877s|130400 | 892 | 7433k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
877.53/877.78 c 878s|130500 | 888 | 7439k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
878.33/878.58 c 879s|130600 | 912 | 7447k| 57.0 | 27M| 52 | 84 | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
879.03/879.27 c 879s|130700 | 897 | 7453k| 57.0 | 27M| 52 | 88 | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
879.84/880.06 c 880s|130800 | 899 | 7461k| 57.0 | 27M| 52 | 87 | 400 | 13k| 400 | 755 | 155 | 85k| 11k| 0.000000e+00 | -- | Inf
880.53/880.70 c 881s|130900 | 895 | 7468k| 57.0 | 27M| 52 | 88 | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
881.13/881.34 c 881s|131000 | 901 | 7474k| 57.0 | 27M| 52 | 84 | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
881.73/881.95 c 882s|131100 | 907 | 7480k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
882.33/882.53 c 883s|131200 | 904 | 7486k| 57.1 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
882.93/883.10 c 883s|131300 | 914 | 7491k| 57.1 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
883.42/883.65 c 884s|131400 | 912 | 7497k| 57.0 | 27M| 52 | 85 | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
883.93/884.17 c 884s|131500 | 908 | 7502k| 57.0 | 27M| 52 | 84 | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
884.42/884.65 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
884.42/884.65 c 885s|131600 | 912 | 7507k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
884.93/885.11 c 885s|131700 | 911 | 7511k| 57.0 | 27M| 52 | 85 | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
885.43/885.66 c 886s|131800 | 905 | 7517k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
885.93/886.19 c 886s|131900 | 909 | 7522k| 57.0 | 27M| 52 | 82 | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
886.44/886.68 c 887s|132000 | 909 | 7528k| 57.0 | 27M| 52 | 85 | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
887.02/887.20 c 887s|132100 | 911 | 7533k| 57.0 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
887.53/887.73 c 888s|132200 | 909 | 7538k| 57.0 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
888.03/888.26 c 888s|132300 | 911 | 7543k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 86k| 11k| 0.000000e+00 | -- | Inf
888.64/888.87 c 889s|132400 | 925 | 7549k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
889.23/889.41 c 889s|132500 | 925 | 7555k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
889.73/889.92 c 890s|132600 | 929 | 7560k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
890.23/890.43 c 890s|132700 | 929 | 7564k| 57.0 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
890.63/890.82 c 891s|132800 | 934 | 7568k| 57.0 | 27M| 52 | 82 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
890.93/891.19 c 891s|132900 | 936 | 7572k| 57.0 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
891.33/891.52 c 892s|133000 | 934 | 7575k| 57.0 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
891.72/891.90 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
891.72/891.90 c 892s|133100 | 936 | 7579k| 56.9 | 27M| 52 | 78 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
892.13/892.33 c 892s|133200 | 932 | 7583k| 56.9 | 27M| 52 | 82 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
892.52/892.72 c 893s|133300 | 935 | 7587k| 56.9 | 27M| 52 | 79 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
892.93/893.15 c 893s|133400 | 927 | 7591k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
893.52/893.71 c 894s|133500 | 929 | 7597k| 56.9 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
894.33/894.53 c 895s|133600 | 929 | 7603k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
894.93/895.12 c 895s|133700 | 937 | 7608k| 56.9 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
895.53/895.75 c 896s|133800 | 938 | 7614k| 56.9 | 27M| 52 | 84 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
896.12/896.33 c 896s|133900 | 931 | 7619k| 56.9 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
896.82/897.00 c 897s|134000 | 925 | 7626k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
897.53/897.75 c 898s|134100 | 923 | 7632k| 56.9 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 87k| 11k| 0.000000e+00 | -- | Inf
898.22/898.40 c 898s|134200 | 931 | 7639k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
898.83/899.09 c 899s|134300 | 931 | 7646k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
899.52/899.71 c 900s|134400 | 929 | 7652k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
900.03/900.28 c 900s|134500 | 929 | 7657k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
900.52/900.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
900.52/900.75 c 901s|134600 | 929 | 7662k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
901.12/901.36 c 901s|134700 | 929 | 7668k| 56.9 | 27M| 52 | 87 | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
901.83/902.04 c 902s|134800 | 927 | 7674k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
902.42/902.65 c 903s|134900 | 927 | 7680k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
903.12/903.33 c 903s|135000 | 929 | 7687k| 56.9 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
903.72/903.98 c 904s|135100 | 927 | 7693k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
904.33/904.57 c 905s|135200 | 928 | 7699k| 56.9 | 27M| 52 | 88 | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
905.03/905.21 c 905s|135300 | 932 | 7705k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
905.62/905.85 c 906s|135400 | 930 | 7710k| 56.9 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
906.33/906.51 c 907s|135500 | 932 | 7715k| 56.9 | 27M| 52 | 84 | 400 | 13k| 400 | 755 | 155 | 88k| 11k| 0.000000e+00 | -- | Inf
906.92/907.14 c 907s|135600 | 934 | 7721k| 56.9 | 27M| 52 | 89 | 400 | 13k| 400 | 755 | 155 | 89k| 11k| 0.000000e+00 | -- | Inf
907.62/907.86 c 908s|135700 | 932 | 7728k| 56.9 | 27M| 52 | 88 | 400 | 13k| 400 | 755 | 155 | 89k| 11k| 0.000000e+00 | -- | Inf
908.53/908.76 c 909s|135800 | 926 | 7735k| 57.0 | 27M| 52 | 88 | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
909.02/909.24 c 909s|135900 | 934 | 7739k| 56.9 | 27M| 52 | 83 | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
909.42/909.67 c 910s|136000 | 932 | 7743k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
910.02/910.25 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
910.02/910.25 c 910s|136100 | 938 | 7747k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
910.73/910.93 c 911s|136200 | 936 | 7754k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
911.43/911.67 c 912s|136300 | 930 | 7760k| 56.9 | 27M| 52 | 92 | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
912.22/912.44 c 912s|136400 | 936 | 7767k| 56.9 | 27M| 52 | 88 | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
913.03/913.27 c 913s|136500 | 930 | 7774k| 56.9 | 28M| 52 | - | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
913.82/914.02 c 914s|136600 | 930 | 7780k| 57.0 | 28M| 52 | - | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
914.43/914.60 c 915s|136700 | 930 | 7786k| 56.9 | 27M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
915.03/915.30 c 915s|136800 | 938 | 7791k| 56.9 | 28M| 52 | 81 | 400 | 13k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
915.52/915.78 c 916s|136900 | 940 | 7795k| 56.9 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
916.32/916.50 c 916s|137000 | 940 | 7801k| 56.9 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 89k| 12k| 0.000000e+00 | -- | Inf
917.02/917.20 c 917s|137100 | 940 | 7807k| 56.9 | 28M| 52 | - | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
917.52/917.70 c 918s|137200 | 938 | 7811k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
918.13/918.36 c 918s|137300 | 940 | 7816k| 56.9 | 27M| 52 | 88 | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
918.82/919.01 c 919s|137400 | 938 | 7823k| 56.9 | 28M| 52 | 87 | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
919.53/919.72 c 920s|137500 | 936 | 7828k| 56.9 | 27M| 52 | 98 | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
920.32/920.53 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
920.32/920.53 c 921s|137600 | 932 | 7835k| 56.9 | 27M| 52 | - | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
920.92/921.14 c 921s|137700 | 942 | 7840k| 56.9 | 28M| 52 | - | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
921.63/921.84 c 922s|137800 | 952 | 7846k| 56.9 | 28M| 52 | 88 | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
922.42/922.60 c 923s|137900 | 954 | 7853k| 56.9 | 28M| 52 | 84 | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
923.02/923.27 c 923s|138000 | 955 | 7859k| 56.9 | 28M| 52 | 85 | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
923.72/923.96 c 924s|138100 | 953 | 7864k| 56.9 | 28M| 52 | 86 | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
924.42/924.62 c 925s|138200 | 951 | 7871k| 56.9 | 28M| 52 | - | 400 | 13k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
925.22/925.48 c 925s|138300 | 943 | 7878k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
926.13/926.31 c 926s|138400 | 952 | 7885k| 57.0 | 28M| 52 | 87 | 400 | 14k| 400 | 755 | 155 | 90k| 12k| 0.000000e+00 | -- | Inf
926.82/927.04 c 927s|138500 | 954 | 7892k| 57.0 | 28M| 52 | 82 | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
927.72/927.93 c 928s|138600 | 954 | 7899k| 57.0 | 28M| 52 | 86 | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
928.32/928.56 c 929s|138700 | 956 | 7905k| 57.0 | 28M| 52 | 86 | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
929.12/929.33 c 929s|138800 | 950 | 7912k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
929.82/930.09 c 930s|138900 | 958 | 7919k| 57.0 | 28M| 52 | 79 | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
930.53/930.77 c 931s|139000 | 956 | 7925k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
931.42/931.65 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
931.42/931.65 c 932s|139100 | 948 | 7933k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
931.92/932.18 c 932s|139200 | 948 | 7938k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
932.62/932.84 c 933s|139300 | 944 | 7943k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
933.12/933.37 c 933s|139400 | 942 | 7948k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
934.02/934.27 c 934s|139500 | 946 | 7955k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
934.62/934.86 c 935s|139600 | 952 | 7961k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
935.52/935.72 c 936s|139700 | 952 | 7968k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 91k| 12k| 0.000000e+00 | -- | Inf
936.03/936.29 c 936s|139800 | 950 | 7973k| 57.0 | 28M| 52 | 89 | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
936.72/937.00 c 937s|139900 | 962 | 7980k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
937.32/937.59 c 938s|140000 | 960 | 7985k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
937.92/938.17 c 938s|140100 | 953 | 7990k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
938.52/938.72 c 939s|140200 | 957 | 7995k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
939.02/939.28 c 939s|140300 | 951 | 8000k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
939.61/939.82 c 940s|140400 | 957 | 8005k| 57.0 | 28M| 52 | 78 | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
940.12/940.30 c 940s|140500 | 951 | 8009k| 57.0 | 28M| 52 | 82 | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
940.72/940.95 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
940.72/940.95 c 941s|140600 | 951 | 8015k| 57.0 | 28M| 52 | 80 | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
941.32/941.52 c 942s|140700 | 951 | 8020k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
941.82/942.06 c 942s|140800 | 953 | 8025k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
942.42/942.61 c 943s|140900 | 961 | 8029k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
943.02/943.21 c 943s|141000 | 949 | 8035k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
943.82/944.00 c 944s|141100 | 947 | 8042k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
944.51/944.78 c 945s|141200 | 947 | 8048k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
945.31/945.58 c 946s|141300 | 950 | 8056k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
946.21/946.49 c 946s|141400 | 952 | 8064k| 57.0 | 28M| 52 | 81 | 400 | 14k| 400 | 755 | 155 | 92k| 12k| 0.000000e+00 | -- | Inf
947.03/947.26 c 947s|141500 | 942 | 8071k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
947.91/948.15 c 948s|141600 | 946 | 8078k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
948.82/949.08 c 949s|141700 | 944 | 8087k| 57.1 | 28M| 52 | 85 | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
949.72/949.93 c 950s|141800 | 942 | 8094k| 57.1 | 28M| 52 | 85 | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
950.51/950.79 c 951s|141900 | 940 | 8101k| 57.1 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
951.21/951.45 c 951s|142000 | 940 | 8108k| 57.1 | 28M| 52 | 86 | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
952.02/952.26 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
952.02/952.26 c 952s|142100 | 940 | 8114k| 57.1 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
952.53/952.71 c 953s|142200 | 943 | 8118k| 57.1 | 28M| 52 | 79 | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
953.01/953.20 c 953s|142300 | 941 | 8122k| 57.1 | 28M| 52 | 80 | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
953.52/953.79 c 954s|142400 | 941 | 8127k| 57.1 | 28M| 52 | 80 | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
954.01/954.24 c 954s|142500 | 941 | 8131k| 57.1 | 28M| 52 | 80 | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
954.62/954.90 c 955s|142600 | 937 | 8136k| 57.1 | 28M| 52 | 83 | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
955.22/955.47 c 955s|142700 | 943 | 8141k| 57.0 | 28M| 52 | 90 | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
955.82/956.02 c 956s|142800 | 937 | 8146k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
956.71/956.91 c 957s|142900 | 940 | 8153k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
957.32/957.54 c 958s|143000 | 940 | 8158k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 93k| 12k| 0.000000e+00 | -- | Inf
958.02/958.24 c 958s|143100 | 937 | 8164k| 57.0 | 28M| 52 | 81 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
958.52/958.79 c 959s|143200 | 937 | 8170k| 57.0 | 28M| 52 | 88 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
959.12/959.36 c 959s|143300 | 939 | 8175k| 57.0 | 28M| 52 | 84 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
959.62/959.87 c 960s|143400 | 943 | 8180k| 57.0 | 28M| 52 | 81 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
960.22/960.48 c 960s|143500 | 947 | 8186k| 57.0 | 28M| 52 | 85 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
960.82/961.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
960.82/961.06 c 961s|143600 | 945 | 8192k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
961.32/961.59 c 962s|143700 | 945 | 8197k| 57.0 | 28M| 52 | 82 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
961.91/962.10 c 962s|143800 | 944 | 8202k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
962.32/962.59 c 963s|143900 | 948 | 8206k| 57.0 | 28M| 52 | 83 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
962.72/962.97 c 963s|144000 | 945 | 8210k| 57.0 | 28M| 52 | 90 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
963.21/963.42 c 963s|144100 | 942 | 8213k| 57.0 | 28M| 52 | 89 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
963.81/964.02 c 964s|144200 | 944 | 8219k| 57.0 | 28M| 52 | 88 | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
964.32/964.53 c 965s|144300 | 948 | 8224k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 94k| 12k| 0.000000e+00 | -- | Inf
964.91/965.11 c 965s|144400 | 950 | 8229k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
965.52/965.78 c 966s|144500 | 940 | 8235k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
966.21/966.45 c 966s|144600 | 944 | 8242k| 57.0 | 28M| 52 | 83 | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
966.82/967.04 c 967s|144700 | 944 | 8248k| 57.0 | 28M| 52 | 88 | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
967.31/967.59 c 968s|144800 | 936 | 8253k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
968.01/968.23 c 968s|144900 | 936 | 8260k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
968.61/968.85 c 969s|145000 | 937 | 8266k| 57.0 | 28M| 52 | 84 | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
969.21/969.40 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
969.21/969.40 c 969s|145100 | 933 | 8271k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
969.81/970.05 c 970s|145200 | 938 | 8278k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
970.41/970.65 c 971s|145300 | 936 | 8284k| 57.0 | 28M| 52 | 85 | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
970.92/971.17 c 971s|145400 | 932 | 8289k| 57.0 | 28M| 52 | 89 | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
971.71/971.92 c 972s|145500 | 942 | 8295k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
972.22/972.49 c 972s|145600 | 942 | 8301k| 57.0 | 28M| 52 | 81 | 400 | 14k| 400 | 755 | 155 | 95k| 12k| 0.000000e+00 | -- | Inf
972.82/973.04 c 973s|145700 | 944 | 8306k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
973.52/973.71 c 974s|145800 | 942 | 8313k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
974.32/974.52 c 975s|145900 | 938 | 8321k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
974.81/975.04 c 975s|146000 | 941 | 8326k| 57.0 | 28M| 52 | 88 | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
975.31/975.54 c 976s|146100 | 936 | 8331k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
976.01/976.25 c 976s|146200 | 940 | 8338k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
976.62/976.89 c 977s|146300 | 939 | 8345k| 57.0 | 28M| 52 | 91 | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
977.31/977.56 c 978s|146400 | 937 | 8351k| 57.0 | 28M| 52 | 90 | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
978.01/978.22 c 978s|146500 | 937 | 8358k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
978.52/978.74 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
978.52/978.74 c 979s|146600 | 943 | 8363k| 57.0 | 28M| 52 | 83 | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
979.21/979.40 c 979s|146700 | 945 | 8369k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
979.71/979.96 c 980s|146800 | 937 | 8375k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
980.21/980.41 c 980s|146900 | 941 | 8380k| 57.0 | 28M| 52 | 85 | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
980.71/980.94 c 981s|147000 | 949 | 8385k| 57.0 | 28M| 52 | 84 | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
981.31/981.54 c 982s|147100 | 939 | 8391k| 57.0 | 28M| 52 | 89 | 400 | 14k| 400 | 755 | 155 | 96k| 12k| 0.000000e+00 | -- | Inf
982.01/982.21 c 982s|147200 | 935 | 8398k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
982.61/982.87 c 983s|147300 | 944 | 8404k| 57.1 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
983.11/983.38 c 983s|147400 | 943 | 8409k| 57.0 | 28M| 52 | 83 | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
983.71/983.96 c 984s|147500 | 943 | 8415k| 57.0 | 28M| 52 | 87 | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
984.32/984.55 c 985s|147600 | 939 | 8421k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
984.81/985.07 c 985s|147700 | 937 | 8426k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
985.42/985.64 c 986s|147800 | 941 | 8432k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
986.01/986.25 c 986s|147900 | 937 | 8438k| 57.0 | 28M| 52 | 85 | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
986.51/986.76 c 987s|148000 | 933 | 8443k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
987.11/987.31 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
987.11/987.32 c 987s|148100 | 945 | 8448k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
987.81/988.01 c 988s|148200 | 947 | 8455k| 57.0 | 28M| 52 | 88 | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
988.41/988.62 c 989s|148300 | 946 | 8461k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
989.11/989.30 c 989s|148400 | 944 | 8468k| 57.1 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
989.92/990.16 c 990s|148500 | 946 | 8476k| 57.1 | 28M| 52 | 93 | 400 | 14k| 400 | 755 | 155 | 97k| 12k| 0.000000e+00 | -- | Inf
990.71/990.92 c 991s|148600 | 946 | 8484k| 57.1 | 28M| 52 | 82 | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
991.21/991.41 c 991s|148700 | 946 | 8489k| 57.1 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
991.61/991.88 c 992s|148800 | 944 | 8494k| 57.1 | 28M| 52 | 83 | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
992.21/992.40 c 992s|148900 | 940 | 8499k| 57.1 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
992.71/992.90 c 993s|149000 | 942 | 8504k| 57.1 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
993.22/993.43 c 993s|149100 | 939 | 8509k| 57.1 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
993.61/993.89 c 994s|149200 | 941 | 8513k| 57.1 | 28M| 52 | 95 | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
994.01/994.29 c 994s|149300 | 941 | 8517k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
994.61/994.83 c 995s|149400 | 941 | 8522k| 57.0 | 28M| 52 | 89 | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
995.11/995.30 c 995s|149500 | 939 | 8526k| 57.0 | 28M| 52 | 87 | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
995.61/995.84 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
995.61/995.84 c 996s|149600 | 944 | 8532k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
996.11/996.35 c 996s|149700 | 946 | 8537k| 57.0 | 28M| 52 | 82 | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
996.61/996.87 c 997s|149800 | 944 | 8542k| 57.0 | 28M| 52 | 84 | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
997.41/997.61 c 998s|149900 | 940 | 8548k| 57.0 | 28M| 52 | 88 | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
997.91/998.12 c 998s|150000 | 940 | 8552k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
998.62/998.84 c 999s|150100 | 942 | 8558k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
999.31/999.51 c 1000s|150200 | 938 | 8564k| 57.0 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 98k| 12k| 0.000000e+00 | -- | Inf
1000.01/1000.22 c 1000s|150300 | 941 | 8570k| 57.0 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1000.51/1000.75 c 1001s|150400 | 941 | 8575k| 57.0 | 28M| 52 | 91 | 400 | 14k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1001.30/1001.51 c 1002s|150500 | 937 | 8581k| 57.0 | 28M| 52 | - | 400 | 14k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1001.81/1002.07 c 1002s|150600 | 939 | 8586k| 57.0 | 28M| 52 | 81 | 400 | 14k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1002.51/1002.71 c 1003s|150700 | 941 | 8591k| 57.0 | 28M| 52 | 83 | 400 | 14k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1003.12/1003.35 c 1003s|150800 | 937 | 8597k| 57.0 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1003.91/1004.15 c 1004s|150900 | 937 | 8604k| 57.0 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1004.81/1005.01 c 1005s|151000 | 940 | 8611k| 57.0 | 28M| 52 | 85 | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1005.40/1005.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1005.40/1005.64 c 1006s|151100 | 944 | 8617k| 57.0 | 28M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1006.11/1006.31 c 1006s|151200 | 942 | 8622k| 57.0 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1006.81/1007.09 c 1007s|151300 | 942 | 8629k| 57.0 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1007.51/1007.75 c 1008s|151400 | 945 | 8635k| 57.0 | 28M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1008.31/1008.59 c 1009s|151500 | 941 | 8642k| 57.0 | 28M| 52 | 85 | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1009.21/1009.41 c 1009s|151600 | 942 | 8648k| 57.0 | 28M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1009.81/1010.05 c 1010s|151700 | 939 | 8654k| 57.0 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 99k| 12k| 0.000000e+00 | -- | Inf
1010.71/1010.90 c 1011s|151800 | 943 | 8662k| 57.1 | 28M| 52 | 85 | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1011.41/1011.63 c 1012s|151900 | 943 | 8668k| 57.1 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1012.11/1012.34 c 1012s|152000 | 939 | 8675k| 57.1 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1013.01/1013.29 c 1013s|152100 | 942 | 8682k| 57.1 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1014.01/1014.27 c 1014s|152200 | 941 | 8691k| 57.1 | 28M| 52 | 84 | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1015.00/1015.21 c 1015s|152300 | 941 | 8700k| 57.1 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1016.01/1016.25 c 1016s|152400 | 941 | 8708k| 57.1 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1016.91/1017.11 c 1017s|152500 | 937 | 8717k| 57.2 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1017.71/1017.92 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1017.71/1017.92 c 1018s|152600 | 942 | 8724k| 57.2 | 28M| 52 | 88 | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1018.30/1018.56 c 1019s|152700 | 948 | 8729k| 57.2 | 28M| 52 | 80 | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1018.81/1019.06 c 1019s|152800 | 952 | 8733k| 57.2 | 28M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1019.30/1019.54 c 1020s|152900 | 954 | 8738k| 57.1 | 28M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 100k| 12k| 0.000000e+00 | -- | Inf
1019.91/1020.12 c 1020s|153000 | 951 | 8743k| 57.1 | 28M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 100k| 13k| 0.000000e+00 | -- | Inf
1020.40/1020.69 c 1021s|153100 | 947 | 8748k| 57.1 | 28M| 52 | 90 | 400 | 15k| 400 | 755 | 155 | 100k| 13k| 0.000000e+00 | -- | Inf
1021.10/1021.38 c 1021s|153200 | 945 | 8754k| 57.1 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 100k| 13k| 0.000000e+00 | -- | Inf
1022.11/1022.36 c 1022s|153300 | 953 | 8762k| 57.2 | 28M| 52 | 87 | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1023.01/1023.27 c 1023s|153400 | 951 | 8771k| 57.2 | 28M| 52 | 87 | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1023.81/1024.04 c 1024s|153500 | 947 | 8778k| 57.2 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1024.21/1024.46 c 1024s|153600 | 949 | 8781k| 57.2 | 28M| 52 | 83 | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1025.01/1025.21 c 1025s|153700 | 955 | 8787k| 57.2 | 28M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1025.81/1026.02 c 1026s|153800 | 955 | 8795k| 57.2 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1026.61/1026.89 c 1027s|153900 | 951 | 8802k| 57.2 | 28M| 52 | 91 | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1027.10/1027.37 c 1027s|154000 | 953 | 8807k| 57.2 | 28M| 52 | 91 | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1027.70/1027.96 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1027.70/1027.96 c 1028s|154100 | 949 | 8812k| 57.2 | 28M| 52 | - | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1028.41/1028.67 c 1029s|154200 | 948 | 8817k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1029.00/1029.27 c 1029s|154300 | 948 | 8823k| 57.2 | 29M| 52 | 89 | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1029.71/1029.97 c 1030s|154400 | 944 | 8829k| 57.2 | 29M| 52 | 90 | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1030.51/1030.77 c 1031s|154500 | 948 | 8835k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1031.31/1031.51 c 1032s|154600 | 942 | 8842k| 57.2 | 29M| 52 | 88 | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1032.10/1032.37 c 1032s|154700 | 944 | 8849k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 101k| 13k| 0.000000e+00 | -- | Inf
1033.00/1033.20 c 1033s|154800 | 956 | 8856k| 57.2 | 29M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1033.91/1034.19 c 1034s|154900 | 954 | 8865k| 57.2 | 29M| 52 | 97 | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1034.91/1035.13 c 1035s|155000 | 948 | 8873k| 57.2 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1035.71/1035.97 c 1036s|155100 | 946 | 8880k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1036.40/1036.61 c 1037s|155200 | 946 | 8886k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1037.01/1037.22 c 1037s|155300 | 944 | 8891k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1037.80/1038.04 c 1038s|155400 | 942 | 8898k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1038.51/1038.75 c 1039s|155500 | 942 | 8904k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1039.31/1039.57 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1039.31/1039.57 c 1040s|155600 | 948 | 8911k| 57.3 | 28M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1040.20/1040.45 c 1040s|155700 | 950 | 8919k| 57.3 | 29M| 52 | 90 | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1040.90/1041.16 c 1041s|155800 | 946 | 8925k| 57.3 | 29M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1041.51/1041.75 c 1042s|155900 | 949 | 8931k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1042.10/1042.39 c 1042s|156000 | 949 | 8938k| 57.3 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 102k| 13k| 0.000000e+00 | -- | Inf
1042.90/1043.13 c 1043s|156100 | 943 | 8945k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1043.71/1043.95 c 1044s|156200 | 944 | 8953k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1044.50/1044.79 c 1045s|156300 | 943 | 8962k| 57.3 | 29M| 52 | 85 | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1045.30/1045.57 c 1046s|156400 | 939 | 8969k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1045.91/1046.18 c 1046s|156500 | 941 | 8975k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1046.60/1046.82 c 1047s|156600 | 941 | 8981k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1047.40/1047.60 c 1048s|156700 | 941 | 8989k| 57.4 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1048.21/1048.40 c 1048s|156800 | 938 | 8997k| 57.4 | 29M| 52 | 84 | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1048.90/1049.18 c 1049s|156900 | 946 | 9005k| 57.4 | 29M| 52 | 91 | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1049.60/1049.87 c 1050s|157000 | 938 | 9012k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1050.30/1050.59 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1050.30/1050.59 c 1051s|157100 | 940 | 9019k| 57.4 | 29M| 52 | 91 | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1051.00/1051.21 c 1051s|157200 | 938 | 9025k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1051.40/1051.68 c 1052s|157300 | 940 | 9030k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 103k| 13k| 0.000000e+00 | -- | Inf
1051.90/1052.15 c 1052s|157400 | 940 | 9035k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1052.50/1052.74 c 1053s|157500 | 940 | 9041k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1053.10/1053.31 c 1053s|157600 | 940 | 9047k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1053.61/1053.86 c 1054s|157700 | 942 | 9052k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1054.10/1054.31 c 1054s|157800 | 940 | 9057k| 57.4 | 29M| 52 | 80 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1054.49/1054.78 c 1055s|157900 | 938 | 9061k| 57.4 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1055.00/1055.23 c 1055s|158000 | 939 | 9066k| 57.4 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1055.40/1055.66 c 1056s|158100 | 939 | 9070k| 57.4 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1055.90/1056.12 c 1056s|158200 | 939 | 9075k| 57.4 | 29M| 52 | 85 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1056.30/1056.54 c 1057s|158300 | 939 | 9079k| 57.4 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1056.70/1056.91 c 1057s|158400 | 944 | 9083k| 57.3 | 29M| 52 | 88 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1057.20/1057.41 c 1057s|158500 | 946 | 9088k| 57.3 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1057.60/1057.87 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1057.60/1057.87 c 1058s|158600 | 944 | 9092k| 57.3 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1058.10/1058.35 c 1058s|158700 | 942 | 9097k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1058.70/1058.93 c 1059s|158800 | 946 | 9103k| 57.3 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1059.30/1059.52 c 1060s|158900 | 950 | 9109k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1059.80/1060.06 c 1060s|159000 | 952 | 9114k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1060.31/1060.58 c 1061s|159100 | 950 | 9119k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1061.00/1061.24 c 1061s|159200 | 948 | 9126k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 104k| 13k| 0.000000e+00 | -- | Inf
1061.70/1061.90 c 1062s|159300 | 945 | 9133k| 57.3 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1062.50/1062.79 c 1063s|159400 | 943 | 9142k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1063.10/1063.34 c 1063s|159500 | 947 | 9148k| 57.3 | 29M| 52 | 81 | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1063.61/1063.81 c 1064s|159600 | 949 | 9153k| 57.3 | 29M| 52 | 81 | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1064.00/1064.29 c 1064s|159700 | 951 | 9158k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1064.50/1064.78 c 1065s|159800 | 945 | 9163k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1064.99/1065.27 c 1065s|159900 | 947 | 9168k| 57.3 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1065.60/1065.89 c 1066s|160000 | 941 | 9175k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1066.40/1066.65 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1066.40/1066.65 c 1067s|160100 | 937 | 9183k| 57.4 | 29M| 52 | 92 | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1067.00/1067.26 c 1067s|160200 | 939 | 9189k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1067.80/1068.00 c 1068s|160300 | 943 | 9197k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1068.60/1068.81 c 1069s|160400 | 935 | 9205k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1069.20/1069.46 c 1069s|160500 | 939 | 9212k| 57.4 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1069.80/1070.03 c 1070s|160600 | 939 | 9217k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 105k| 13k| 0.000000e+00 | -- | Inf
1070.39/1070.66 c 1071s|160700 | 939 | 9224k| 57.4 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1070.99/1071.24 c 1071s|160800 | 939 | 9230k| 57.4 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1071.59/1071.84 c 1072s|160900 | 941 | 9236k| 57.4 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1072.30/1072.54 c 1073s|161000 | 935 | 9243k| 57.4 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1072.90/1073.18 c 1073s|161100 | 939 | 9249k| 57.4 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1073.60/1073.88 c 1074s|161200 | 934 | 9256k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1074.70/1074.98 c 1075s|161300 | 938 | 9263k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1075.40/1075.63 c 1076s|161400 | 936 | 9268k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1075.99/1076.29 c 1076s|161500 | 937 | 9273k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1076.70/1076.99 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1076.70/1076.99 c 1077s|161600 | 943 | 9279k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1077.30/1077.59 c 1078s|161700 | 943 | 9284k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1077.99/1078.25 c 1078s|161800 | 942 | 9290k| 57.4 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1078.50/1078.78 c 1079s|161900 | 940 | 9295k| 57.4 | 29M| 52 | 89 | 400 | 15k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1079.19/1079.45 c 1079s|162000 | 938 | 9301k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1079.79/1080.09 c 1080s|162100 | 944 | 9307k| 57.4 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1080.30/1080.59 c 1081s|162200 | 942 | 9311k| 57.4 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 106k| 13k| 0.000000e+00 | -- | Inf
1080.99/1081.20 c 1081s|162300 | 943 | 9317k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1081.59/1081.83 c 1082s|162400 | 942 | 9323k| 57.4 | 29M| 52 | 91 | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1082.09/1082.34 c 1082s|162500 | 944 | 9328k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1082.69/1082.91 c 1083s|162600 | 946 | 9333k| 57.4 | 29M| 52 | 84 | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1083.20/1083.49 c 1083s|162700 | 937 | 9338k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1083.79/1084.06 c 1084s|162800 | 941 | 9344k| 57.4 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1084.59/1084.82 c 1085s|162900 | 943 | 9351k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1085.29/1085.59 c 1086s|163000 | 945 | 9358k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1085.90/1086.15 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1085.90/1086.15 c 1086s|163100 | 941 | 9364k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1086.49/1086.71 c 1087s|163200 | 937 | 9369k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1087.29/1087.55 c 1088s|163300 | 949 | 9376k| 57.4 | 29M| 52 | 79 | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1088.00/1088.26 c 1088s|163400 | 944 | 9382k| 57.4 | 29M| 52 | 85 | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1088.80/1089.03 c 1089s|163500 | 940 | 9389k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1089.50/1089.72 c 1090s|163600 | 941 | 9395k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1090.19/1090.41 c 1090s|163700 | 936 | 9401k| 57.4 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1090.90/1091.12 c 1091s|163800 | 938 | 9408k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1091.49/1091.70 c 1092s|163900 | 935 | 9413k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1092.10/1092.35 c 1092s|164000 | 935 | 9420k| 57.4 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1092.80/1093.01 c 1093s|164100 | 937 | 9426k| 57.4 | 29M| 52 | 91 | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1093.70/1093.91 c 1094s|164200 | 944 | 9434k| 57.5 | 29M| 52 | 90 | 400 | 16k| 400 | 755 | 155 | 107k| 13k| 0.000000e+00 | -- | Inf
1094.39/1094.68 c 1095s|164300 | 940 | 9441k| 57.5 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1095.19/1095.43 c 1095s|164400 | 938 | 9449k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1096.09/1096.33 c 1096s|164500 | 936 | 9456k| 57.5 | 29M| 52 | 91 | 400 | 16k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1096.89/1097.12 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1096.89/1097.12 c 1097s|164600 | 932 | 9464k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1097.79/1098.05 c 1098s|164700 | 932 | 9471k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1098.49/1098.78 c 1099s|164800 | 938 | 9477k| 57.5 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1099.49/1099.74 c 1100s|164900 | 934 | 9486k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1100.39/1100.67 c 1101s|165000 | 933 | 9494k| 57.5 | 29M| 52 | 90 | 400 | 16k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1101.39/1101.60 c 1102s|165100 | 939 | 9501k| 57.5 | 29M| 52 | 88 | 400 | 15k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1101.89/1102.18 c 1102s|165200 | 939 | 9507k| 57.5 | 29M| 52 | 89 | 400 | 15k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1102.69/1102.92 c 1103s|165300 | 937 | 9513k| 57.5 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1103.59/1103.86 c 1104s|165400 | 935 | 9522k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1104.39/1104.69 c 1105s|165500 | 943 | 9529k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1105.29/1105.51 c 1106s|165600 | 941 | 9535k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1105.99/1106.27 c 1106s|165700 | 941 | 9542k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 108k| 13k| 0.000000e+00 | -- | Inf
1106.69/1106.98 c 1107s|165800 | 949 | 9548k| 57.6 | 29M| 52 | 89 | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1107.50/1107.73 c 1108s|165900 | 954 | 9555k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1108.39/1108.63 c 1109s|166000 | 949 | 9562k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1109.09/1109.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1109.09/1109.30 c 1109s|166100 | 949 | 9569k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1109.99/1110.21 c 1110s|166200 | 945 | 9576k| 57.6 | 29M| 52 | 88 | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1110.59/1110.84 c 1111s|166300 | 947 | 9582k| 57.6 | 29M| 52 | 79 | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1111.59/1111.80 c 1112s|166400 | 949 | 9590k| 57.6 | 29M| 52 | 91 | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1112.08/1112.37 c 1112s|166500 | 946 | 9596k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1112.69/1112.97 c 1113s|166600 | 948 | 9601k| 57.6 | 29M| 52 | 91 | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1113.48/1113.70 c 1114s|166700 | 950 | 9607k| 57.6 | 29M| 52 | 90 | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1114.19/1114.43 c 1114s|166800 | 947 | 9614k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1115.08/1115.32 c 1115s|166900 | 944 | 9621k| 57.6 | 29M| 52 | 87 | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1115.98/1116.22 c 1116s|167000 | 948 | 9629k| 57.7 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1116.79/1117.05 c 1117s|167100 | 955 | 9635k| 57.7 | 29M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1117.39/1117.62 c 1118s|167200 | 957 | 9640k| 57.7 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 109k| 13k| 0.000000e+00 | -- | Inf
1118.09/1118.30 c 1118s|167300 | 957 | 9646k| 57.7 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1118.79/1119.04 c 1119s|167400 | 957 | 9653k| 57.7 | 28M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1119.59/1119.81 c 1120s|167500 | 961 | 9659k| 57.7 | 29M| 52 | 87 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1120.08/1120.36 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1120.08/1120.36 c 1120s|167600 | 964 | 9664k| 57.7 | 29M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1120.69/1120.99 c 1121s|167700 | 962 | 9670k| 57.7 | 29M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1121.19/1121.46 c 1121s|167800 | 960 | 9673k| 57.6 | 29M| 52 | 79 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1121.79/1122.08 c 1122s|167900 | 964 | 9678k| 57.6 | 29M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1122.29/1122.58 c 1123s|168000 | 960 | 9683k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1122.78/1123.09 c 1123s|168100 | 962 | 9688k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1123.58/1123.89 c 1124s|168200 | 960 | 9695k| 57.6 | 29M| 52 | 87 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1124.39/1124.61 c 1125s|168300 | 966 | 9700k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1124.69/1124.96 c 1125s|168400 | 964 | 9704k| 57.6 | 29M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1125.09/1125.36 c 1125s|168500 | 966 | 9708k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1125.59/1125.86 c 1126s|168600 | 966 | 9712k| 57.6 | 29M| 52 | 83 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1126.08/1126.33 c 1126s|168700 | 964 | 9717k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1126.59/1126.83 c 1127s|168800 | 964 | 9721k| 57.6 | 29M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1127.08/1127.36 c 1127s|168900 | 966 | 9725k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1127.59/1127.81 c 1128s|169000 | 966 | 9729k| 57.6 | 29M| 52 | 81 | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1128.08/1128.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1128.08/1128.30 c 1128s|169100 | 963 | 9733k| 57.6 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 110k| 13k| 0.000000e+00 | -- | Inf
1128.58/1128.83 c 1129s|169200 | 965 | 9737k| 57.5 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1128.99/1129.26 c 1129s|169300 | 967 | 9742k| 57.5 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1129.49/1129.79 c 1130s|169400 | 963 | 9747k| 57.5 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1130.09/1130.36 c 1130s|169500 | 965 | 9752k| 57.5 | 29M| 52 | 81 | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1130.69/1130.97 c 1131s|169600 | 963 | 9757k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1131.39/1131.65 c 1132s|169700 | 961 | 9763k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1131.88/1132.13 c 1132s|169800 | 969 | 9767k| 57.5 | 29M| 52 | 80 | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1132.38/1132.65 c 1133s|169900 | 967 | 9772k| 57.5 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1132.98/1133.23 c 1133s|170000 | 967 | 9777k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1133.59/1133.84 c 1134s|170100 | 963 | 9783k| 57.5 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1134.29/1134.50 c 1134s|170200 | 969 | 9789k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1134.78/1135.05 c 1135s|170300 | 969 | 9794k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1135.28/1135.56 c 1136s|170400 | 970 | 9799k| 57.5 | 29M| 52 | 81 | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1135.89/1136.19 c 1136s|170500 | 966 | 9805k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1136.58/1136.81 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1136.58/1136.81 c 1137s|170600 | 964 | 9812k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1137.29/1137.54 c 1138s|170700 | 962 | 9819k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1137.88/1138.17 c 1138s|170800 | 964 | 9825k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 111k| 13k| 0.000000e+00 | -- | Inf
1138.39/1138.66 c 1139s|170900 | 964 | 9830k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 112k| 13k| 0.000000e+00 | -- | Inf
1139.08/1139.30 c 1139s|171000 | 962 | 9837k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 112k| 13k| 0.000000e+00 | -- | Inf
1139.68/1139.95 c 1140s|171100 | 963 | 9844k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 112k| 13k| 0.000000e+00 | -- | Inf
1140.88/1141.16 c 1141s|171200 | 966 | 9851k| 57.5 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1141.38/1141.69 c 1142s|171300 | 964 | 9856k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1141.99/1142.25 c 1142s|171400 | 966 | 9861k| 57.5 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1142.58/1142.87 c 1143s|171500 | 962 | 9867k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1143.19/1143.47 c 1143s|171600 | 966 | 9874k| 57.5 | 29M| 52 | 80 | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1143.79/1144.05 c 1144s|171700 | 970 | 9880k| 57.5 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1144.48/1144.77 c 1145s|171800 | 966 | 9886k| 57.5 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1145.18/1145.44 c 1145s|171900 | 966 | 9893k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1145.78/1146.08 c 1146s|172000 | 962 | 9899k| 57.6 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1146.39/1146.63 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1146.39/1146.63 c 1147s|172100 | 966 | 9905k| 57.6 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1147.18/1147.46 c 1147s|172200 | 980 | 9911k| 57.6 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 112k| 14k| 0.000000e+00 | -- | Inf
1147.88/1148.10 c 1148s|172300 | 976 | 9918k| 57.6 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1148.58/1148.80 c 1149s|172400 | 970 | 9925k| 57.6 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1148.98/1149.27 c 1149s|172500 | 978 | 9929k| 57.6 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1149.39/1149.68 c 1150s|172600 | 978 | 9933k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1149.88/1150.17 c 1150s|172700 | 976 | 9938k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1150.39/1150.61 c 1151s|172800 | 978 | 9942k| 57.5 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1150.78/1151.02 c 1151s|172900 | 976 | 9946k| 57.5 | 29M| 52 | 84 | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1151.28/1151.52 c 1152s|173000 | 974 | 9951k| 57.5 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1151.88/1152.18 c 1152s|173100 | 976 | 9958k| 57.5 | 29M| 52 | 90 | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1152.48/1152.79 c 1153s|173200 | 980 | 9964k| 57.5 | 29M| 52 | 80 | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1152.88/1153.16 c 1153s|173300 | 980 | 9967k| 57.5 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1153.28/1153.58 c 1154s|173400 | 980 | 9971k| 57.5 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 113k| 14k| 0.000000e+00 | -- | Inf
1153.68/1153.94 c 1154s|173500 | 978 | 9975k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1154.18/1154.43 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1154.18/1154.43 c 1154s|173600 | 978 | 9979k| 57.5 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1154.68/1154.95 c 1155s|173700 | 976 | 9985k| 57.5 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1155.18/1155.41 c 1155s|173800 | 980 | 9989k| 57.5 | 29M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1155.78/1156.00 c 1156s|173900 | 976 | 9994k| 57.5 | 29M| 52 | 89 | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1156.28/1156.58 c 1157s|174000 | 974 | 10000k| 57.5 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1156.78/1157.06 c 1157s|174100 | 978 | 10005k| 57.5 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1157.28/1157.54 c 1158s|174200 | 978 | 10009k| 57.5 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1157.78/1158.01 c 1158s|174300 | 978 | 10014k| 57.4 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1158.19/1158.47 c 1158s|174400 | 981 | 10019k| 57.4 | 29M| 52 | 80 | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1158.77/1159.01 c 1159s|174500 | 979 | 10024k| 57.4 | 29M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1159.18/1159.50 c 1159s|174600 | 981 | 10029k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 114k| 14k| 0.000000e+00 | -- | Inf
1159.78/1160.03 c 1160s|174700 | 979 | 10034k| 57.4 | 30M| 52 | 86 | 400 | 17k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1160.28/1160.56 c 1161s|174800 | 977 | 10039k| 57.4 | 30M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1160.88/1161.15 c 1161s|174900 | 985 | 10045k| 57.4 | 30M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1161.39/1161.60 c 1162s|175000 | 983 | 10050k| 57.4 | 30M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1161.88/1162.13 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1161.88/1162.13 c 1162s|175100 | 981 | 10055k| 57.4 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1162.28/1162.58 c 1163s|175200 | 981 | 10060k| 57.4 | 30M| 52 | 79 | 400 | 17k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1162.78/1163.06 c 1163s|175300 | 981 | 10064k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1163.28/1163.53 c 1164s|175400 | 982 | 10069k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1163.69/1163.99 c 1164s|175500 | 981 | 10074k| 57.4 | 30M| 52 | - | 400 | 18k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1164.28/1164.56 c 1165s|175600 | 979 | 10080k| 57.4 | 30M| 52 | 87 | 400 | 18k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1165.08/1165.30 c 1165s|175700 | 978 | 10086k| 57.4 | 30M| 52 | 88 | 400 | 18k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1165.58/1165.87 c 1166s|175800 | 986 | 10092k| 57.4 | 30M| 52 | 88 | 400 | 18k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1166.48/1166.76 c 1167s|175900 | 980 | 10099k| 57.4 | 30M| 52 | 91 | 400 | 18k| 400 | 755 | 155 | 115k| 14k| 0.000000e+00 | -- | Inf
1167.28/1167.55 c 1168s|176000 | 984 | 10106k| 57.4 | 30M| 52 | 91 | 400 | 17k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1168.09/1168.33 c 1168s|176100 | 983 | 10113k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1168.77/1169.02 c 1169s|176200 | 980 | 10119k| 57.4 | 29M| 52 | 89 | 400 | 17k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1169.47/1169.75 c 1170s|176300 | 978 | 10126k| 57.4 | 29M| 52 | 90 | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1170.08/1170.31 c 1170s|176400 | 980 | 10132k| 57.4 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1170.68/1170.96 c 1171s|176500 | 980 | 10139k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1171.28/1171.53 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1171.28/1171.53 c 1172s|176600 | 976 | 10144k| 57.4 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1171.78/1172.07 c 1172s|176700 | 982 | 10150k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1172.39/1172.62 c 1173s|176800 | 980 | 10155k| 57.4 | 29M| 52 | 85 | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1172.88/1173.13 c 1173s|176900 | 980 | 10160k| 57.4 | 29M| 52 | 84 | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1173.38/1173.70 c 1174s|177000 | 978 | 10166k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1173.87/1174.19 c 1174s|177100 | 978 | 10171k| 57.4 | 29M| 52 | 85 | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1174.38/1174.64 c 1175s|177200 | 982 | 10175k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1174.87/1175.19 c 1175s|177300 | 980 | 10181k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1175.37/1175.68 c 1176s|177400 | 984 | 10185k| 57.4 | 29M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 116k| 14k| 0.000000e+00 | -- | Inf
1175.98/1176.21 c 1176s|177500 | 982 | 10191k| 57.4 | 29M| 52 | 76 | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1176.38/1176.66 c 1177s|177600 | 982 | 10195k| 57.4 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1176.88/1177.12 c 1177s|177700 | 983 | 10200k| 57.4 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1177.28/1177.51 c 1178s|177800 | 983 | 10204k| 57.4 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1177.67/1177.95 c 1178s|177900 | 981 | 10208k| 57.4 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1178.27/1178.50 c 1179s|178000 | 978 | 10214k| 57.4 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1178.67/1178.96 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1178.67/1178.96 c 1179s|178100 | 982 | 10218k| 57.4 | 29M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1179.08/1179.35 c 1179s|178200 | 978 | 10222k| 57.4 | 29M| 52 | - | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1179.48/1179.75 c 1180s|178300 | 984 | 10226k| 57.3 | 29M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1179.88/1180.13 c 1180s|178400 | 982 | 10230k| 57.3 | 29M| 52 | 80 | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1180.37/1180.63 c 1181s|178500 | 980 | 10235k| 57.3 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1180.78/1181.04 c 1181s|178600 | 982 | 10239k| 57.3 | 30M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 117k| 14k| 0.000000e+00 | -- | Inf
1181.19/1181.45 c 1181s|178700 | 982 | 10243k| 57.3 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1181.58/1181.89 c 1182s|178800 | 980 | 10248k| 57.3 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1182.08/1182.38 c 1182s|178900 | 982 | 10252k| 57.3 | 30M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1182.57/1182.83 c 1183s|179000 | 980 | 10257k| 57.3 | 30M| 52 | 80 | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1183.07/1183.35 c 1183s|179100 | 978 | 10262k| 57.3 | 30M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1183.57/1183.81 c 1184s|179200 | 978 | 10267k| 57.3 | 30M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1184.08/1184.33 c 1184s|179300 | 978 | 10272k| 57.3 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1184.58/1184.85 c 1185s|179400 | 977 | 10277k| 57.3 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1185.07/1185.37 c 1185s|179500 | 973 | 10281k| 57.3 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1185.58/1185.81 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1185.58/1185.81 c 1186s|179600 | 975 | 10285k| 57.3 | 30M| 52 | 80 | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1185.97/1186.27 c 1186s|179700 | 973 | 10290k| 57.3 | 30M| 52 | 87 | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1186.48/1186.75 c 1187s|179800 | 971 | 10295k| 57.3 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1186.98/1187.24 c 1187s|179900 | 973 | 10299k| 57.2 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1187.57/1187.80 c 1188s|180000 | 973 | 10305k| 57.2 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1188.08/1188.34 c 1188s|180100 | 975 | 10310k| 57.2 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1188.47/1188.79 c 1189s|180200 | 981 | 10314k| 57.2 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1188.99/1189.29 c 1189s|180300 | 979 | 10319k| 57.2 | 30M| 52 | 83 | 400 | 17k| 400 | 755 | 155 | 118k| 14k| 0.000000e+00 | -- | Inf
1189.57/1189.89 c 1190s|180400 | 975 | 10325k| 57.2 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1190.37/1190.65 c 1191s|180500 | 977 | 10331k| 57.2 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1191.08/1191.35 c 1191s|180600 | 975 | 10337k| 57.2 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1191.78/1192.07 c 1192s|180700 | 972 | 10344k| 57.2 | 30M| 52 | 86 | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1192.47/1192.72 c 1193s|180800 | 974 | 10349k| 57.2 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1193.18/1193.42 c 1193s|180900 | 972 | 10354k| 57.2 | 30M| 52 | 88 | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1193.87/1194.15 c 1194s|181000 | 972 | 10361k| 57.2 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1194.48/1194.71 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1194.48/1194.71 c 1195s|181100 | 972 | 10366k| 57.2 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1195.07/1195.39 c 1195s|181200 | 972 | 10373k| 57.2 | 30M| 52 | 84 | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1195.78/1196.05 c 1196s|181300 | 972 | 10378k| 57.2 | 30M| 52 | 86 | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1196.47/1196.71 c 1197s|181400 | 976 | 10383k| 57.2 | 30M| 52 | 95 | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1196.88/1197.17 c 1197s|181500 | 982 | 10388k| 57.2 | 30M| 52 | 84 | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1197.47/1197.74 c 1198s|181600 | 982 | 10393k| 57.2 | 30M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1198.17/1198.41 c 1198s|181700 | 982 | 10398k| 57.2 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 119k| 14k| 0.000000e+00 | -- | Inf
1198.78/1199.01 c 1199s|181800 | 987 | 10404k| 57.2 | 29M| 52 | 88 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1199.37/1199.61 c 1200s|181900 | 985 | 10409k| 57.2 | 29M| 52 | 77 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1199.98/1200.22 c 1200s|182000 | 981 | 10414k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1200.57/1200.89 c 1201s|182100 | 987 | 10420k| 57.2 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1201.17/1201.48 c 1201s|182200 | 983 | 10426k| 57.2 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1201.77/1202.03 c 1202s|182300 | 979 | 10431k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1202.37/1202.64 c 1203s|182400 | 973 | 10436k| 57.2 | 29M| 52 | 88 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1203.18/1203.43 c 1203s|182500 | 988 | 10443k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1203.67/1203.93 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1203.67/1203.93 c 1204s|182600 | 976 | 10447k| 57.2 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1204.28/1204.54 c 1205s|182700 | 978 | 10453k| 57.2 | 29M| 52 | 85 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1204.87/1205.19 c 1205s|182800 | 974 | 10459k| 57.2 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1205.67/1205.92 c 1206s|182900 | 976 | 10466k| 57.2 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1206.08/1206.39 c 1206s|183000 | 972 | 10470k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1206.67/1206.92 c 1207s|183100 | 974 | 10474k| 57.2 | 29M| 52 | 88 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1207.17/1207.49 c 1207s|183200 | 974 | 10479k| 57.2 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1207.87/1208.11 c 1208s|183300 | 968 | 10485k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1208.57/1208.88 c 1209s|183400 | 968 | 10491k| 57.2 | 29M| 52 | 88 | 400 | 16k| 400 | 755 | 155 | 120k| 14k| 0.000000e+00 | -- | Inf
1209.17/1209.45 c 1209s|183500 | 972 | 10496k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1209.87/1210.15 c 1210s|183600 | 970 | 10501k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1210.37/1210.69 c 1211s|183700 | 970 | 10507k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1211.07/1211.38 c 1211s|183800 | 968 | 10513k| 57.2 | 29M| 52 | 90 | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1211.67/1211.97 c 1212s|183900 | 969 | 10518k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1212.47/1212.75 c 1213s|184000 | 969 | 10524k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1213.27/1213.52 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1213.27/1213.52 c 1214s|184100 | 971 | 10532k| 57.2 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1213.77/1214.07 c 1214s|184200 | 975 | 10536k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1214.28/1214.56 c 1215s|184300 | 973 | 10541k| 57.2 | 29M| 52 | 90 | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1214.87/1215.10 c 1215s|184400 | 973 | 10546k| 57.2 | 29M| 52 | 90 | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1215.37/1215.66 c 1216s|184500 | 975 | 10551k| 57.2 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1215.87/1216.20 c 1216s|184600 | 973 | 10555k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1216.37/1216.67 c 1217s|184700 | 973 | 10559k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1216.87/1217.17 c 1217s|184800 | 971 | 10564k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 121k| 14k| 0.000000e+00 | -- | Inf
1217.47/1217.73 c 1218s|184900 | 971 | 10569k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1218.17/1218.44 c 1218s|185000 | 970 | 10575k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1218.77/1219.01 c 1219s|185100 | 970 | 10580k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1219.17/1219.48 c 1219s|185200 | 970 | 10585k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1219.78/1220.02 c 1220s|185300 | 970 | 10589k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1220.27/1220.52 c 1221s|185400 | 968 | 10594k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1220.77/1221.09 c 1221s|185500 | 970 | 10599k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1221.47/1221.78 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1221.47/1221.78 c 1222s|185600 | 970 | 10605k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1222.27/1222.55 c 1223s|185700 | 965 | 10613k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1223.17/1223.49 c 1223s|185800 | 969 | 10620k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1223.97/1224.21 c 1224s|185900 | 965 | 10627k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1224.66/1224.92 c 1225s|186000 | 967 | 10634k| 57.2 | 29M| 52 | 81 | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1225.57/1225.83 c 1226s|186100 | 967 | 10642k| 57.2 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1226.17/1226.49 c 1226s|186200 | 973 | 10647k| 57.2 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 122k| 14k| 0.000000e+00 | -- | Inf
1226.87/1227.17 c 1227s|186300 | 973 | 10653k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1227.66/1227.91 c 1228s|186400 | 974 | 10659k| 57.2 | 29M| 52 | 88 | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1228.27/1228.59 c 1229s|186500 | 976 | 10665k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1228.76/1229.09 c 1229s|186600 | 974 | 10670k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1229.27/1229.53 c 1230s|186700 | 976 | 10673k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1229.77/1230.02 c 1230s|186800 | 980 | 10678k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1230.17/1230.46 c 1230s|186900 | 980 | 10682k| 57.2 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1230.67/1230.96 c 1231s|187000 | 976 | 10687k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1231.17/1231.49 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1231.17/1231.49 c 1231s|187100 | 974 | 10693k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1231.77/1232.07 c 1232s|187200 | 980 | 10698k| 57.1 | 29M| 52 | 85 | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1232.27/1232.59 c 1233s|187300 | 976 | 10704k| 57.1 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1232.88/1233.10 c 1233s|187400 | 973 | 10709k| 57.1 | 29M| 52 | 81 | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1233.46/1233.71 c 1234s|187500 | 967 | 10714k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1234.27/1234.57 c 1235s|187600 | 975 | 10720k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1234.87/1235.15 c 1235s|187700 | 973 | 10725k| 57.1 | 29M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1235.47/1235.77 c 1236s|187800 | 973 | 10731k| 57.1 | 29M| 52 | 87 | 400 | 15k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1236.18/1236.49 c 1236s|187900 | 971 | 10736k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1236.67/1236.94 c 1237s|188000 | 971 | 10741k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1237.07/1237.36 c 1237s|188100 | 977 | 10745k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 123k| 14k| 0.000000e+00 | -- | Inf
1237.46/1237.78 c 1238s|188200 | 975 | 10749k| 57.1 | 29M| 52 | 77 | 400 | 15k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1237.97/1238.21 c 1238s|188300 | 969 | 10754k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1238.37/1238.64 c 1239s|188400 | 967 | 10758k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1239.36/1239.61 c 1240s|188500 | 969 | 10764k| 57.1 | 29M| 52 | 84 | 400 | 15k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1239.87/1240.15 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1239.87/1240.15 c 1240s|188600 | 971 | 10770k| 57.1 | 29M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1240.46/1240.77 c 1241s|188700 | 977 | 10776k| 57.1 | 29M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1241.16/1241.47 c 1241s|188800 | 972 | 10783k| 57.1 | 29M| 52 | 88 | 400 | 15k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1241.87/1242.18 c 1242s|188900 | 976 | 10790k| 57.1 | 29M| 52 | 88 | 400 | 15k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1242.67/1242.95 c 1243s|189000 | 976 | 10798k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1243.57/1243.80 c 1244s|189100 | 976 | 10806k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1244.26/1244.58 c 1245s|189200 | 973 | 10814k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1245.16/1245.45 c 1245s|189300 | 975 | 10823k| 57.2 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1245.87/1246.12 c 1246s|189400 | 971 | 10830k| 57.2 | 29M| 52 | 92 | 400 | 16k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1246.87/1247.19 c 1247s|189500 | 979 | 10835k| 57.2 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 124k| 14k| 0.000000e+00 | -- | Inf
1247.27/1247.58 c 1248s|189600 | 979 | 10839k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1247.66/1247.99 c 1248s|189700 | 979 | 10843k| 57.2 | 29M| 52 | 84 | 400 | 15k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1248.07/1248.33 c 1248s|189800 | 977 | 10846k| 57.1 | 29M| 52 | 82 | 400 | 15k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1248.46/1248.72 c 1249s|189900 | 977 | 10850k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1248.87/1249.17 c 1249s|190000 | 979 | 10855k| 57.1 | 29M| 52 | 78 | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1249.37/1249.68 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1249.37/1249.68 c 1250s|190100 | 977 | 10860k| 57.1 | 29M| 52 | 81 | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1249.86/1250.16 c 1250s|190200 | 979 | 10865k| 57.1 | 29M| 52 | 85 | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1250.36/1250.64 c 1251s|190300 | 975 | 10870k| 57.1 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1250.76/1251.09 c 1251s|190400 | 976 | 10874k| 57.1 | 29M| 52 | 84 | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1251.47/1251.76 c 1252s|190500 | 979 | 10881k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1252.27/1252.50 c 1252s|190600 | 979 | 10888k| 57.1 | 29M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1253.07/1253.30 c 1253s|190700 | 976 | 10895k| 57.1 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1253.96/1254.24 c 1254s|190800 | 976 | 10904k| 57.1 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1254.66/1254.98 c 1255s|190900 | 986 | 10911k| 57.2 | 29M| 52 | 83 | 400 | 16k| 400 | 755 | 155 | 125k| 14k| 0.000000e+00 | -- | Inf
1255.26/1255.55 c 1256s|191000 | 983 | 10916k| 57.1 | 29M| 52 | 79 | 400 | 16k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1255.87/1256.15 c 1256s|191100 | 981 | 10921k| 57.1 | 29M| 52 | 84 | 400 | 16k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1256.56/1256.84 c 1257s|191200 | 978 | 10927k| 57.1 | 29M| 52 | 90 | 400 | 16k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1257.27/1257.55 c 1258s|191300 | 984 | 10934k| 57.2 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1257.86/1258.12 c 1258s|191400 | 980 | 10938k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1258.36/1258.64 c 1259s|191500 | 980 | 10943k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1258.96/1259.26 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1258.96/1259.26 c 1259s|191600 | 981 | 10948k| 57.1 | 29M| 52 | 81 | 400 | 16k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1259.46/1259.77 c 1260s|191700 | 980 | 10953k| 57.1 | 29M| 52 | 88 | 400 | 16k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1259.97/1260.25 c 1260s|191800 | 978 | 10957k| 57.1 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1260.56/1260.85 c 1261s|191900 | 980 | 10962k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1261.16/1261.43 c 1261s|192000 | 980 | 10968k| 57.1 | 29M| 52 | 87 | 400 | 15k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1261.76/1262.03 c 1262s|192100 | 982 | 10973k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1262.36/1262.62 c 1263s|192200 | 980 | 10979k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1262.86/1263.19 c 1263s|192300 | 980 | 10985k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1263.67/1263.91 c 1264s|192400 | 978 | 10991k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1264.26/1264.55 c 1265s|192500 | 978 | 10998k| 57.1 | 29M| 52 | 82 | 400 | 15k| 400 | 755 | 155 | 126k| 14k| 0.000000e+00 | -- | Inf
1264.76/1265.08 c 1265s|192600 | 973 | 11003k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1265.46/1265.74 c 1266s|192700 | 975 | 11010k| 57.1 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1266.46/1266.73 c 1267s|192800 | 981 | 11019k| 57.1 | 29M| 52 | 99 | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1267.26/1267.56 c 1268s|192900 | 983 | 11026k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1267.96/1268.26 c 1268s|193000 | 982 | 11033k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1268.86/1269.13 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1268.86/1269.13 c 1269s|193100 | 980 | 11042k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1269.66/1269.96 c 1270s|193200 | 980 | 11050k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1270.46/1270.76 c 1271s|193300 | 982 | 11058k| 57.2 | 29M| 52 | 93 | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1271.16/1271.50 c 1271s|193400 | 980 | 11065k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1271.86/1272.17 c 1272s|193500 | 984 | 11071k| 57.2 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 127k| 14k| 0.000000e+00 | -- | Inf
1272.66/1272.91 c 1273s|193600 | 986 | 11078k| 57.2 | 29M| 52 | 89 | 400 | 15k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1273.46/1273.74 c 1274s|193700 | 982 | 11086k| 57.2 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1274.36/1274.64 c 1275s|193800 | 980 | 11095k| 57.2 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1275.06/1275.38 c 1275s|193900 | 978 | 11103k| 57.3 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1275.96/1276.20 c 1276s|194000 | 982 | 11111k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1276.56/1276.83 c 1277s|194100 | 981 | 11117k| 57.3 | 29M| 52 | 79 | 400 | 15k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1277.46/1277.79 c 1278s|194200 | 982 | 11125k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1278.56/1278.84 c 1279s|194300 | 984 | 11132k| 57.3 | 29M| 52 | 83 | 400 | 15k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1279.36/1279.62 c 1280s|194400 | 982 | 11140k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1280.17/1280.48 c 1280s|194500 | 984 | 11148k| 57.3 | 29M| 52 | 93 | 400 | 15k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1281.16/1281.42 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1281.16/1281.42 c 1281s|194600 | 982 | 11157k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1281.76/1282.04 c 1282s|194700 | 986 | 11162k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 128k| 14k| 0.000000e+00 | -- | Inf
1282.36/1282.69 c 1283s|194800 | 982 | 11169k| 57.3 | 29M| 52 | 87 | 400 | 15k| 400 | 755 | 155 | 129k| 14k| 0.000000e+00 | -- | Inf
1282.96/1283.29 c 1283s|194900 | 983 | 11174k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 129k| 14k| 0.000000e+00 | -- | Inf
1283.66/1283.98 c 1284s|195000 | 985 | 11180k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 129k| 14k| 0.000000e+00 | -- | Inf
1284.36/1284.62 c 1285s|195100 | 983 | 11186k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1285.06/1285.36 c 1285s|195200 | 981 | 11193k| 57.3 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1285.86/1286.19 c 1286s|195300 | 981 | 11202k| 57.4 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1286.55/1286.86 c 1287s|195400 | 983 | 11208k| 57.4 | 29M| 52 | 88 | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1287.26/1287.52 c 1288s|195500 | 983 | 11215k| 57.4 | 29M| 52 | 86 | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1287.87/1288.14 c 1288s|195600 | 981 | 11221k| 57.4 | 29M| 52 | 92 | 400 | 16k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1288.46/1288.75 c 1289s|195700 | 982 | 11228k| 57.4 | 29M| 52 | 82 | 400 | 16k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1289.06/1289.36 c 1289s|195800 | 980 | 11234k| 57.4 | 29M| 52 | 84 | 400 | 16k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1289.76/1290.09 c 1290s|195900 | 978 | 11241k| 57.4 | 29M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1290.56/1290.80 c 1291s|196000 | 977 | 11248k| 57.4 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1291.26/1291.52 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1291.26/1291.52 c 1292s|196100 | 985 | 11255k| 57.4 | 29M| 52 | 87 | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1291.85/1292.16 c 1292s|196200 | 989 | 11261k| 57.4 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1292.45/1292.78 c 1293s|196300 | 985 | 11267k| 57.4 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1293.06/1293.38 c 1293s|196400 | 987 | 11273k| 57.4 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 129k| 15k| 0.000000e+00 | -- | Inf
1293.66/1293.99 c 1294s|196500 | 987 | 11279k| 57.4 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1294.46/1294.73 c 1295s|196600 | 985 | 11287k| 57.4 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1295.16/1295.40 c 1295s|196700 | 989 | 11293k| 57.4 | 29M| 52 | 91 | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1295.75/1296.09 c 1296s|196800 | 985 | 11300k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1296.36/1296.63 c 1297s|196900 | 989 | 11305k| 57.4 | 29M| 52 | - | 400 | 15k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1296.96/1297.29 c 1297s|197000 | 985 | 11312k| 57.4 | 29M| 52 | 85 | 400 | 15k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1297.66/1297.90 c 1298s|197100 | 983 | 11318k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1298.16/1298.43 c 1298s|197200 | 985 | 11323k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1298.75/1299.01 c 1299s|197300 | 987 | 11328k| 57.4 | 29M| 52 | - | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1299.26/1299.53 c 1300s|197400 | 987 | 11333k| 57.4 | 29M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1299.97/1300.24 c 1300s|197500 | 989 | 11339k| 57.4 | 30M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1300.55/1300.86 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1300.55/1300.86 c 1301s|197600 | 991 | 11345k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1301.26/1301.56 c 1302s|197700 | 995 | 11351k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1301.96/1302.21 c 1302s|197800 | 993 | 11357k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1302.75/1303.01 c 1303s|197900 | 990 | 11364k| 57.4 | 30M| 52 | 84 | 400 | 16k| 400 | 755 | 155 | 130k| 15k| 0.000000e+00 | -- | Inf
1303.46/1303.79 c 1304s|198000 | 992 | 11371k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1304.16/1304.40 c 1304s|198100 | 986 | 11377k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1304.85/1305.12 c 1305s|198200 | 988 | 11383k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1305.46/1305.71 c 1306s|198300 | 988 | 11389k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1305.96/1306.23 c 1306s|198400 | 988 | 11394k| 57.4 | 30M| 52 | 88 | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1306.46/1306.80 c 1307s|198500 | 984 | 11399k| 57.4 | 30M| 52 | 93 | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1307.15/1307.48 c 1307s|198600 | 981 | 11405k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1307.95/1308.22 c 1308s|198700 | 984 | 11411k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1308.56/1308.82 c 1309s|198800 | 986 | 11417k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1309.26/1309.59 c 1310s|198900 | 984 | 11424k| 57.4 | 30M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1310.06/1310.39 c 1310s|199000 | 980 | 11430k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1310.66/1310.97 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1310.66/1310.97 c 1311s|199100 | 983 | 11436k| 57.4 | 30M| 52 | 91 | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1311.45/1311.77 c 1312s|199200 | 981 | 11443k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1312.25/1312.56 c 1313s|199300 | 985 | 11449k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 131k| 15k| 0.000000e+00 | -- | Inf
1312.75/1313.09 c 1313s|199400 | 983 | 11454k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1313.55/1313.81 c 1314s|199500 | 989 | 11460k| 57.4 | 30M| 52 | 86 | 400 | 16k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1314.05/1314.30 c 1314s|199600 | 987 | 11465k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1314.65/1314.96 c 1315s|199700 | 989 | 11470k| 57.4 | 30M| 52 | 89 | 400 | 16k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1315.15/1315.44 c 1315s|199800 | 985 | 11475k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1315.75/1316.01 c 1316s|199900 | 985 | 11479k| 57.4 | 30M| 52 | 83 | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1316.15/1316.45 c 1316s|200000 | 985 | 11484k| 57.4 | 30M| 52 | 84 | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1316.75/1317.01 c 1317s|200100 | 989 | 11489k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1317.35/1317.61 c 1318s|200200 | 991 | 11494k| 57.4 | 30M| 52 | 90 | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1318.05/1318.36 c 1318s|200300 | 989 | 11500k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1318.76/1319.05 c 1319s|200400 | 987 | 11507k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1319.55/1319.87 c 1320s|200500 | 987 | 11514k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1320.25/1320.59 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1320.25/1320.59 c 1321s|200600 | 985 | 11520k| 57.4 | 30M| 52 | 91 | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1320.75/1321.09 c 1321s|200700 | 983 | 11525k| 57.4 | 30M| 52 | 83 | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1321.65/1321.94 c 1322s|200800 | 987 | 11531k| 57.4 | 30M| 52 | 89 | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1322.25/1322.57 c 1323s|200900 | 983 | 11537k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 132k| 15k| 0.000000e+00 | -- | Inf
1323.05/1323.36 c 1323s|201000 | 984 | 11544k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1323.85/1324.19 c 1324s|201100 | 986 | 11550k| 57.4 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1324.45/1324.74 c 1325s|201200 | 980 | 11556k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1324.85/1325.19 c 1325s|201300 | 982 | 11560k| 57.4 | 30M| 52 | 86 | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1325.45/1325.76 c 1326s|201400 | 983 | 11564k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1325.95/1326.28 c 1326s|201500 | 985 | 11569k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1326.85/1327.11 c 1327s|201600 | 984 | 11575k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1327.35/1327.67 c 1328s|201700 | 982 | 11580k| 57.4 | 30M| 52 | 92 | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1328.05/1328.35 c 1328s|201800 | 984 | 11586k| 57.4 | 30M| 52 | 87 | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1328.85/1329.10 c 1329s|201900 | 984 | 11593k| 57.4 | 30M| 52 | 91 | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1329.55/1329.88 c 1330s|202000 | 986 | 11600k| 57.4 | 30M| 52 | 92 | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1330.35/1330.61 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1330.35/1330.61 c 1331s|202100 | 988 | 11606k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1330.95/1331.20 c 1331s|202200 | 990 | 11611k| 57.4 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1331.55/1331.88 c 1332s|202300 | 986 | 11618k| 57.4 | 30M| 52 | 91 | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1332.25/1332.59 c 1333s|202400 | 983 | 11624k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1332.96/1333.26 c 1333s|202500 | 987 | 11630k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 133k| 15k| 0.000000e+00 | -- | Inf
1333.65/1333.92 c 1334s|202600 | 989 | 11636k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1334.35/1334.61 c 1335s|202700 | 989 | 11642k| 57.4 | 30M| 52 | - | 400 | 18k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1335.05/1335.39 c 1335s|202800 | 991 | 11648k| 57.4 | 30M| 52 | - | 400 | 17k| 0 | 0 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1335.85/1336.18 c 1336s|202900 | 987 | 11655k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1336.65/1336.99 c 1337s|203000 | 985 | 11662k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1337.25/1337.50 c 1338s|203100 | 995 | 11667k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1337.65/1337.99 c 1338s|203200 | 993 | 11671k| 57.4 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1338.35/1338.64 c 1339s|203300 | 993 | 11676k| 57.4 | 30M| 52 | 91 | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1338.85/1339.17 c 1339s|203400 | 995 | 11681k| 57.4 | 30M| 52 | 84 | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1339.55/1339.83 c 1340s|203500 | 999 | 11687k| 57.4 | 30M| 52 | 87 | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1340.25/1340.59 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1340.25/1340.59 c 1341s|203600 | 995 | 11693k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1341.25/1341.51 c 1342s|203700 | 993 | 11702k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1341.94/1342.22 c 1342s|203800 | 995 | 11708k| 57.4 | 30M| 52 | 90 | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1342.75/1343.03 c 1343s|203900 | 999 | 11715k| 57.5 | 30M| 52 | 90 | 400 | 17k| 400 | 755 | 155 | 134k| 15k| 0.000000e+00 | -- | Inf
1343.45/1343.74 c 1344s|204000 | 1001 | 11721k| 57.5 | 30M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1344.15/1344.43 c 1344s|204100 | 995 | 11727k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1344.75/1345.03 c 1345s|204200 | 997 | 11732k| 57.5 | 30M| 52 | 83 | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1345.25/1345.55 c 1346s|204300 | 995 | 11738k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1345.95/1346.23 c 1346s|204400 | 999 | 11744k| 57.5 | 30M| 52 | 89 | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1346.55/1346.87 c 1347s|204500 | 998 | 11750k| 57.5 | 30M| 52 | 88 | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1347.26/1347.53 c 1348s|204600 | 998 | 11757k| 57.5 | 30M| 52 | - | 400 | 18k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1347.95/1348.22 c 1348s|204700 | 998 | 11763k| 57.5 | 30M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1348.65/1348.90 c 1349s|204800 | 998 | 11769k| 57.5 | 30M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1349.35/1349.61 c 1350s|204900 | 997 | 11776k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1349.85/1350.11 c 1350s|205000 | 993 | 11781k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1350.35/1350.66 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1350.35/1350.66 c 1351s|205100 | 995 | 11786k| 57.5 | 30M| 52 | 93 | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1351.05/1351.35 c 1351s|205200 | 993 | 11793k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1351.65/1351.92 c 1352s|205300 | 992 | 11799k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 135k| 15k| 0.000000e+00 | -- | Inf
1352.25/1352.51 c 1353s|205400 | 988 | 11804k| 57.5 | 30M| 52 | 87 | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1352.95/1353.28 c 1353s|205500 | 986 | 11812k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1353.65/1353.97 c 1354s|205600 | 988 | 11818k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1354.35/1354.61 c 1355s|205700 | 990 | 11824k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1355.05/1355.33 c 1355s|205800 | 988 | 11831k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1355.65/1355.93 c 1356s|205900 | 984 | 11838k| 57.5 | 30M| 52 | 91 | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1356.24/1356.50 c 1356s|206000 | 990 | 11843k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1356.74/1357.06 c 1357s|206100 | 990 | 11849k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1357.35/1357.65 c 1358s|206200 | 984 | 11855k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1358.05/1358.30 c 1358s|206300 | 984 | 11861k| 57.5 | 30M| 52 | 90 | 400 | 18k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1358.55/1358.87 c 1359s|206400 | 990 | 11867k| 57.5 | 30M| 52 | - | 400 | 18k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1359.35/1359.60 c 1360s|206500 | 986 | 11874k| 57.5 | 30M| 52 | 89 | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1359.75/1360.04 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1359.75/1360.04 c 1360s|206600 | 986 | 11878k| 57.5 | 30M| 52 | 80 | 400 | 17k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1360.15/1360.44 c 1360s|206700 | 987 | 11882k| 57.5 | 30M| 52 | 81 | 400 | 18k| 400 | 755 | 155 | 136k| 15k| 0.000000e+00 | -- | Inf
1360.55/1360.81 c 1361s|206800 | 989 | 11886k| 57.5 | 30M| 52 | 80 | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1360.84/1361.19 c 1361s|206900 | 987 | 11889k| 57.5 | 30M| 52 | - | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1361.24/1361.56 c 1362s|207000 | 989 | 11893k| 57.5 | 30M| 52 | 80 | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1361.75/1362.00 c 1362s|207100 | 987 | 11897k| 57.4 | 30M| 52 | 81 | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1362.15/1362.48 c 1362s|207200 | 997 | 11902k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1362.76/1363.02 c 1363s|207300 | 993 | 11907k| 57.4 | 31M| 52 | 89 | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1363.35/1363.61 c 1364s|207400 | 991 | 11913k| 57.4 | 31M| 52 | 90 | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1363.94/1364.25 c 1364s|207500 | 987 | 11920k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1364.65/1364.95 c 1365s|207600 | 981 | 11926k| 57.4 | 31M| 52 | 92 | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1365.04/1365.38 c 1365s|207700 | 991 | 11930k| 57.4 | 31M| 52 | 81 | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1365.55/1365.81 c 1366s|207800 | 991 | 11935k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1366.05/1366.30 c 1366s|207900 | 992 | 11939k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1366.45/1366.74 c 1367s|208000 | 995 | 11944k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1366.95/1367.21 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1366.95/1367.21 c 1367s|208100 | 997 | 11948k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 137k| 15k| 0.000000e+00 | -- | Inf
1367.55/1367.81 c 1368s|208200 | 992 | 11954k| 57.4 | 31M| 52 | 85 | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1368.04/1368.31 c 1368s|208300 | 992 | 11959k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1368.55/1368.82 c 1369s|208400 | 990 | 11964k| 57.4 | 31M| 52 | 84 | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1369.05/1369.34 c 1369s|208500 | 990 | 11969k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1369.74/1370.03 c 1370s|208600 | 989 | 11976k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1370.35/1370.65 c 1371s|208700 | 989 | 11982k| 57.4 | 31M| 52 | 87 | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1370.84/1371.15 c 1371s|208800 | 987 | 11987k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1371.45/1371.70 c 1372s|208900 | 1000 | 11993k| 57.4 | 31M| 52 | 88 | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1371.94/1372.26 c 1372s|209000 | 996 | 11998k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1372.65/1372.92 c 1373s|209100 | 994 | 12005k| 57.4 | 31M| 52 | 89 | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1373.24/1373.55 c 1374s|209200 | 1000 | 12012k| 57.4 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1373.94/1374.21 c 1374s|209300 | 994 | 12018k| 57.4 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1374.54/1374.85 c 1375s|209400 | 995 | 12025k| 57.4 | 31M| 52 | 88 | 400 | 19k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1375.24/1375.57 c 1376s|209500 | 989 | 12032k| 57.4 | 31M| 52 | 91 | 400 | 19k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1375.95/1376.20 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1375.95/1376.20 c 1376s|209600 | 990 | 12038k| 57.4 | 31M| 52 | 80 | 400 | 18k| 400 | 755 | 155 | 138k| 15k| 0.000000e+00 | -- | Inf
1376.44/1376.70 c 1377s|209700 | 986 | 12043k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1376.95/1377.30 c 1377s|209800 | 984 | 12049k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1377.55/1377.84 c 1378s|209900 | 990 | 12054k| 57.4 | 31M| 52 | 78 | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1378.15/1378.42 c 1378s|210000 | 984 | 12060k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1378.84/1379.12 c 1379s|210100 | 987 | 12066k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1379.35/1379.61 c 1380s|210200 | 989 | 12071k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1379.84/1380.19 c 1380s|210300 | 987 | 12077k| 57.4 | 31M| 52 | 86 | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1380.54/1380.80 c 1381s|210400 | 987 | 12084k| 57.4 | 31M| 52 | 85 | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1381.04/1381.34 c 1381s|210500 | 985 | 12089k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1381.64/1381.94 c 1382s|210600 | 979 | 12095k| 57.4 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1382.24/1382.56 c 1383s|210700 | 985 | 12100k| 57.4 | 30M| 52 | - | 400 | 18k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1382.94/1383.28 c 1383s|210800 | 980 | 12107k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1383.65/1383.93 c 1384s|210900 | 988 | 12113k| 57.4 | 30M| 52 | 87 | 400 | 17k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1384.25/1384.53 c 1385s|211000 | 986 | 12118k| 57.4 | 30M| 52 | 84 | 400 | 17k| 400 | 755 | 155 | 139k| 15k| 0.000000e+00 | -- | Inf
1384.94/1385.24 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1384.94/1385.24 c 1385s|211100 | 990 | 12125k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1385.44/1385.76 c 1386s|211200 | 990 | 12130k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1385.94/1386.29 c 1386s|211300 | 994 | 12135k| 57.4 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1386.54/1386.86 c 1387s|211400 | 988 | 12141k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1387.14/1387.49 c 1387s|211500 | 992 | 12147k| 57.4 | 30M| 52 | 76 | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1387.64/1387.91 c 1388s|211600 | 992 | 12151k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1388.14/1388.43 c 1388s|211700 | 984 | 12156k| 57.4 | 30M| 52 | 87 | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1388.84/1389.10 c 1389s|211800 | 982 | 12163k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1389.54/1389.81 c 1390s|211900 | 986 | 12170k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1390.25/1390.56 c 1391s|212000 | 986 | 12177k| 57.4 | 30M| 52 | 91 | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1390.85/1391.18 c 1391s|212100 | 988 | 12183k| 57.4 | 30M| 52 | 86 | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1391.64/1391.93 c 1392s|212200 | 985 | 12191k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1392.34/1392.61 c 1393s|212300 | 986 | 12197k| 57.5 | 30M| 52 | 90 | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1392.94/1393.21 c 1393s|212400 | 984 | 12203k| 57.5 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1393.45/1393.77 c 1394s|212500 | 984 | 12208k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1394.04/1394.32 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1394.04/1394.32 c 1394s|212600 | 982 | 12214k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 140k| 15k| 0.000000e+00 | -- | Inf
1394.84/1395.18 c 1395s|212700 | 982 | 12220k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1395.54/1395.80 c 1396s|212800 | 982 | 12226k| 57.5 | 30M| 52 | 84 | 400 | 17k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1396.14/1396.45 c 1396s|212900 | 980 | 12232k| 57.4 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1397.04/1397.30 c 1397s|213000 | 983 | 12238k| 57.5 | 30M| 52 | 83 | 400 | 17k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1397.44/1397.79 c 1398s|213100 | 982 | 12243k| 57.4 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1398.14/1398.46 c 1398s|213200 | 980 | 12248k| 57.4 | 30M| 52 | 87 | 400 | 16k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1398.74/1399.05 c 1399s|213300 | 984 | 12254k| 57.4 | 30M| 52 | 85 | 400 | 16k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1399.44/1399.76 c 1400s|213400 | 984 | 12261k| 57.5 | 30M| 52 | - | 400 | 16k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1400.24/1400.54 c 1401s|213500 | 982 | 12267k| 57.5 | 30M| 52 | 89 | 400 | 17k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1401.04/1401.38 c 1401s|213600 | 978 | 12274k| 57.5 | 30M| 52 | 86 | 400 | 17k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1401.74/1402.04 c 1402s|213700 | 978 | 12281k| 57.5 | 30M| 52 | 84 | 400 | 17k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1402.44/1402.79 c 1403s|213800 | 988 | 12288k| 57.5 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1403.03/1403.36 c 1403s|213900 | 985 | 12293k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 141k| 15k| 0.000000e+00 | -- | Inf
1403.74/1404.09 c 1404s|214000 | 987 | 12299k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1404.55/1404.87 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1404.55/1404.87 c 1405s|214100 | 985 | 12306k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1405.34/1405.63 c 1406s|214200 | 981 | 12313k| 57.5 | 30M| 52 | 91 | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1406.04/1406.38 c 1406s|214300 | 985 | 12319k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1406.75/1407.08 c 1407s|214400 | 983 | 12325k| 57.5 | 30M| 52 | 89 | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1407.63/1407.99 c 1408s|214500 | 979 | 12333k| 57.5 | 30M| 52 | 84 | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1408.44/1408.70 c 1409s|214600 | 980 | 12339k| 57.5 | 30M| 52 | 88 | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1408.95/1409.28 c 1409s|214700 | 986 | 12344k| 57.5 | 30M| 52 | 83 | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1409.54/1409.84 c 1410s|214800 | 986 | 12350k| 57.5 | 30M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1410.14/1410.46 c 1410s|214900 | 984 | 12356k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1410.74/1411.01 c 1411s|215000 | 984 | 12361k| 57.5 | 30M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1411.34/1411.64 c 1412s|215100 | 985 | 12366k| 57.5 | 30M| 52 | 83 | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1411.93/1412.24 c 1412s|215200 | 985 | 12372k| 57.5 | 30M| 52 | 79 | 400 | 17k| 400 | 755 | 155 | 142k| 15k| 0.000000e+00 | -- | Inf
1412.44/1412.79 c 1413s|215300 | 985 | 12377k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1413.04/1413.39 c 1413s|215400 | 981 | 12382k| 57.5 | 30M| 52 | 86 | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1413.83/1414.11 c 1414s|215500 | 981 | 12388k| 57.5 | 30M| 52 | 85 | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1414.44/1414.73 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1414.44/1414.73 c 1415s|215600 | 989 | 12394k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1415.03/1415.34 c 1415s|215700 | 980 | 12399k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1415.74/1416.07 c 1416s|215800 | 980 | 12405k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1416.44/1416.70 c 1417s|215900 | 981 | 12411k| 57.5 | 30M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1416.94/1417.23 c 1417s|216000 | 979 | 12416k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1417.53/1417.81 c 1418s|216100 | 978 | 12421k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1418.24/1418.57 c 1419s|216200 | 978 | 12428k| 57.5 | 30M| 52 | 91 | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1419.13/1419.41 c 1419s|216300 | 983 | 12435k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1420.03/1420.30 c 1420s|216400 | 981 | 12443k| 57.5 | 30M| 52 | 87 | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1420.83/1421.13 c 1421s|216500 | 975 | 12451k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1421.63/1421.96 c 1422s|216600 | 985 | 12457k| 57.5 | 30M| 52 | 88 | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1422.53/1422.80 c 1423s|216700 | 985 | 12465k| 57.5 | 30M| 52 | 88 | 400 | 17k| 400 | 755 | 155 | 143k| 15k| 0.000000e+00 | -- | Inf
1423.24/1423.51 c 1424s|216800 | 993 | 12471k| 57.5 | 30M| 52 | 87 | 400 | 17k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1423.93/1424.22 c 1424s|216900 | 1019 | 12478k| 57.5 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1424.73/1425.09 c 1425s|217000 | 1009 | 12486k| 57.5 | 30M| 52 | 89 | 400 | 17k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1425.83/1426.14 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1425.83/1426.14 c 1426s|217100 | 995 | 12496k| 57.6 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1426.63/1426.94 c 1427s|217200 | 1009 | 12503k| 57.6 | 30M| 52 | - | 400 | 17k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1427.54/1427.81 c 1428s|217300 | 997 | 12511k| 57.6 | 30M| 52 | 82 | 400 | 17k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1428.33/1428.69 c 1429s|217400 | 997 | 12519k| 57.6 | 30M| 52 | 90 | 400 | 17k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1429.13/1429.47 c 1429s|217500 | 1015 | 12526k| 57.6 | 30M| 52 | 81 | 400 | 17k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1429.93/1430.29 c 1430s|217600 | 1003 | 12533k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1430.74/1431.10 c 1431s|217700 | 995 | 12541k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1431.54/1431.81 c 1432s|217800 | 993 | 12547k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1432.23/1432.51 c 1433s|217900 | 996 | 12553k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 144k| 15k| 0.000000e+00 | -- | Inf
1432.94/1433.24 c 1433s|218000 | 992 | 12560k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 145k| 15k| 0.000000e+00 | -- | Inf
1433.73/1434.01 c 1434s|218100 | 988 | 12566k| 57.6 | 31M| 52 | 85 | 400 | 18k| 400 | 755 | 155 | 145k| 15k| 0.000000e+00 | -- | Inf
1434.34/1434.64 c 1435s|218200 | 986 | 12572k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 145k| 15k| 0.000000e+00 | -- | Inf
1435.13/1435.42 c 1435s|218300 | 986 | 12578k| 57.6 | 31M| 52 | 87 | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1435.73/1436.05 c 1436s|218400 | 986 | 12584k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1436.53/1436.89 c 1437s|218500 | 986 | 12591k| 57.6 | 31M| 52 | 89 | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1437.44/1437.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1437.44/1437.75 c 1438s|218600 | 990 | 12598k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1438.33/1438.66 c 1439s|218700 | 988 | 12606k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1439.23/1439.58 c 1440s|218800 | 986 | 12614k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1440.03/1440.37 c 1440s|218900 | 988 | 12621k| 57.7 | 31M| 52 | 81 | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1440.64/1440.99 c 1441s|219000 | 984 | 12626k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1441.43/1441.75 c 1442s|219100 | 984 | 12633k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1441.94/1442.23 c 1442s|219200 | 987 | 12637k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 145k| 16k| 0.000000e+00 | -- | Inf
1442.44/1442.77 c 1443s|219300 | 987 | 12642k| 57.6 | 31M| 52 | - | 400 | 18k| 0 | 0 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1443.13/1443.45 c 1443s|219400 | 981 | 12649k| 57.6 | 31M| 52 | 89 | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1443.74/1444.03 c 1444s|219500 | 991 | 12655k| 57.6 | 31M| 52 | 84 | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1444.33/1444.66 c 1445s|219600 | 987 | 12661k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1445.14/1445.41 c 1445s|219700 | 989 | 12668k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1445.83/1446.11 c 1446s|219800 | 985 | 12675k| 57.7 | 31M| 52 | 85 | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1446.43/1446.75 c 1447s|219900 | 985 | 12682k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1447.13/1447.47 c 1447s|220000 | 982 | 12689k| 57.7 | 31M| 52 | 90 | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1447.73/1448.08 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1447.73/1448.08 c 1448s|220100 | 982 | 12695k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1448.43/1448.77 c 1449s|220200 | 981 | 12702k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1449.13/1449.45 c 1449s|220300 | 987 | 12708k| 57.7 | 31M| 52 | 85 | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1449.73/1450.08 c 1450s|220400 | 985 | 12714k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1450.43/1450.71 c 1451s|220500 | 993 | 12720k| 57.7 | 31M| 52 | 80 | 400 | 18k| 400 | 755 | 155 | 146k| 16k| 0.000000e+00 | -- | Inf
1450.93/1451.27 c 1451s|220600 | 988 | 12726k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1451.53/1451.89 c 1452s|220700 | 992 | 12732k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1452.23/1452.58 c 1453s|220800 | 987 | 12739k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1453.03/1453.32 c 1453s|220900 | 992 | 12746k| 57.7 | 31M| 52 | 93 | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1453.63/1453.95 c 1454s|221000 | 988 | 12753k| 57.7 | 31M| 52 | 89 | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1454.32/1454.65 c 1455s|221100 | 985 | 12760k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1455.04/1455.37 c 1455s|221200 | 983 | 12767k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1455.62/1455.95 c 1456s|221300 | 980 | 12773k| 57.7 | 31M| 52 | 96 | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1456.13/1456.47 c 1456s|221400 | 984 | 12777k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1456.73/1457.02 c 1457s|221500 | 986 | 12783k| 57.7 | 31M| 52 | 85 | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1457.33/1457.68 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1457.33/1457.68 c 1458s|221600 | 990 | 12790k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1458.12/1458.48 c 1458s|221700 | 987 | 12798k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 147k| 16k| 0.000000e+00 | -- | Inf
1458.92/1459.20 c 1459s|221800 | 987 | 12805k| 57.7 | 31M| 52 | 86 | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1459.53/1459.85 c 1460s|221900 | 983 | 12812k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1460.23/1460.56 c 1461s|222000 | 979 | 12819k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1460.73/1461.04 c 1461s|222100 | 979 | 12824k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1461.12/1461.49 c 1461s|222200 | 981 | 12828k| 57.7 | 31M| 52 | 81 | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1461.64/1461.95 c 1462s|222300 | 979 | 12833k| 57.7 | 31M| 52 | 76 | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1462.13/1462.46 c 1462s|222400 | 979 | 12838k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1462.84/1463.14 c 1463s|222500 | 989 | 12845k| 57.7 | 31M| 52 | 87 | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1463.43/1463.71 c 1464s|222600 | 987 | 12851k| 57.7 | 31M| 52 | 84 | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1464.02/1464.37 c 1464s|222700 | 981 | 12858k| 57.7 | 31M| 52 | 86 | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1464.63/1464.94 c 1465s|222800 | 979 | 12863k| 57.7 | 31M| 52 | 90 | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1465.22/1465.56 c 1466s|222900 | 977 | 12869k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1465.83/1466.19 c 1466s|223000 | 983 | 12876k| 57.7 | 31M| 52 | 91 | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1466.63/1466.97 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1466.63/1466.97 c 1467s|223100 | 989 | 12883k| 57.7 | 31M| 52 | 91 | 400 | 18k| 400 | 755 | 155 | 148k| 16k| 0.000000e+00 | -- | Inf
1467.32/1467.60 c 1468s|223200 | 990 | 12890k| 57.7 | 31M| 52 | 83 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1467.93/1468.25 c 1468s|223300 | 990 | 12896k| 57.7 | 31M| 52 | 88 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1468.62/1468.90 c 1469s|223400 | 992 | 12902k| 57.8 | 31M| 52 | 89 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1469.12/1469.41 c 1469s|223500 | 992 | 12907k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1469.62/1469.91 c 1470s|223600 | 992 | 12912k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1470.02/1470.35 c 1470s|223700 | 994 | 12916k| 57.7 | 31M| 52 | 78 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1470.43/1470.74 c 1471s|223800 | 988 | 12921k| 57.7 | 31M| 52 | 74 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1470.82/1471.18 c 1471s|223900 | 986 | 12925k| 57.7 | 31M| 52 | 84 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1471.33/1471.63 c 1472s|224000 | 989 | 12930k| 57.7 | 31M| 52 | 78 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1471.93/1472.25 c 1472s|224100 | 989 | 12936k| 57.7 | 31M| 52 | 92 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1472.52/1472.90 c 1473s|224200 | 983 | 12942k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1473.52/1473.83 c 1474s|224300 | 991 | 12949k| 57.7 | 31M| 52 | 84 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1474.13/1474.45 c 1474s|224400 | 989 | 12955k| 57.7 | 31M| 52 | 85 | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1474.83/1475.13 c 1475s|224500 | 989 | 12962k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 149k| 16k| 0.000000e+00 | -- | Inf
1475.73/1476.00 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1475.73/1476.00 c 1476s|224600 | 985 | 12971k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1476.22/1476.52 c 1477s|224700 | 995 | 12975k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1476.53/1476.89 c 1477s|224800 | 993 | 12979k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1476.92/1477.26 c 1477s|224900 | 991 | 12982k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1477.32/1477.65 c 1478s|225000 | 993 | 12986k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1477.73/1478.09 c 1478s|225100 | 995 | 12991k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1478.23/1478.59 c 1479s|225200 | 999 | 12996k| 57.7 | 31M| 52 | 74 | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1478.72/1479.07 c 1479s|225300 | 999 | 13000k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1479.23/1479.57 c 1480s|225400 | 995 | 13005k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1479.72/1480.02 c 1480s|225500 | 995 | 13010k| 57.7 | 31M| 52 | 82 | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1480.23/1480.52 c 1481s|225600 | 993 | 13015k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1480.62/1480.99 c 1481s|225700 | 993 | 13020k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1481.12/1481.40 c 1481s|225800 | 993 | 13024k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1481.62/1481.90 c 1482s|225900 | 991 | 13029k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1482.13/1482.49 c 1482s|226000 | 989 | 13035k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1482.82/1483.11 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1482.82/1483.11 c 1483s|226100 | 995 | 13041k| 57.7 | 31M| 52 | 88 | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1483.33/1483.65 c 1484s|226200 | 995 | 13046k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1483.92/1484.25 c 1484s|226300 | 993 | 13052k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1484.53/1484.90 c 1485s|226400 | 993 | 13058k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1485.22/1485.50 c 1485s|226500 | 993 | 13064k| 57.7 | 31M| 52 | 87 | 400 | 18k| 400 | 755 | 155 | 150k| 16k| 0.000000e+00 | -- | Inf
1485.93/1486.23 c 1486s|226600 | 993 | 13071k| 57.7 | 31M| 52 | 91 | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1486.62/1486.90 c 1487s|226700 | 991 | 13077k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1487.12/1487.49 c 1487s|226800 | 991 | 13083k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1487.72/1488.05 c 1488s|226900 | 991 | 13088k| 57.7 | 31M| 52 | 89 | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1488.42/1488.73 c 1489s|227000 | 991 | 13095k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1488.92/1489.26 c 1489s|227100 | 991 | 13099k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1489.62/1489.94 c 1490s|227200 | 993 | 13106k| 57.7 | 31M| 52 | 90 | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1490.23/1490.53 c 1491s|227300 | 987 | 13112k| 57.7 | 31M| 52 | 85 | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1490.72/1491.07 c 1491s|227400 | 995 | 13117k| 57.7 | 31M| 52 | 82 | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1491.22/1491.56 c 1492s|227500 | 991 | 13122k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1491.62/1491.97 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1491.62/1491.97 c 1492s|227600 | 997 | 13126k| 57.7 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1492.12/1492.45 c 1492s|227700 | 993 | 13130k| 57.7 | 31M| 52 | 93 | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1492.62/1492.96 c 1493s|227800 | 1001 | 13134k| 57.7 | 31M| 52 | 83 | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1493.02/1493.38 c 1493s|227900 | 999 | 13138k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1493.72/1494.01 c 1494s|228000 | 995 | 13143k| 57.6 | 31M| 52 | 91 | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1494.42/1494.70 c 1495s|228100 | 993 | 13149k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 151k| 16k| 0.000000e+00 | -- | Inf
1494.82/1495.19 c 1495s|228200 | 995 | 13154k| 57.6 | 31M| 52 | 87 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1495.42/1495.78 c 1496s|228300 | 993 | 13159k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1496.12/1496.41 c 1496s|228400 | 992 | 13164k| 57.6 | 31M| 52 | 82 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1496.72/1497.03 c 1497s|228500 | 994 | 13170k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1497.32/1497.64 c 1498s|228600 | 990 | 13175k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1498.03/1498.31 c 1498s|228700 | 998 | 13181k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1498.71/1499.00 c 1499s|228800 | 997 | 13187k| 57.6 | 31M| 52 | 89 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1499.42/1499.79 c 1500s|228900 | 991 | 13193k| 57.6 | 31M| 52 | 89 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1500.22/1500.52 c 1501s|229000 | 989 | 13201k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1500.92/1501.21 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1500.92/1501.21 c 1501s|229100 | 987 | 13207k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1501.52/1501.80 c 1502s|229200 | 995 | 13211k| 57.6 | 31M| 52 | 87 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1501.92/1502.29 c 1502s|229300 | 995 | 13216k| 57.6 | 31M| 52 | 91 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1502.52/1502.85 c 1503s|229400 | 997 | 13220k| 57.6 | 31M| 52 | 88 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1503.02/1503.33 c 1503s|229500 | 995 | 13225k| 57.6 | 31M| 52 | 93 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1503.62/1503.94 c 1504s|229600 | 1001 | 13230k| 57.6 | 31M| 52 | 83 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1504.22/1504.59 c 1505s|229700 | 1000 | 13235k| 57.6 | 31M| 52 | 83 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1504.92/1505.27 c 1505s|229800 | 994 | 13241k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1505.52/1505.89 c 1506s|229900 | 994 | 13246k| 57.6 | 31M| 52 | 88 | 400 | 18k| 400 | 755 | 155 | 152k| 16k| 0.000000e+00 | -- | Inf
1506.02/1506.39 c 1506s|230000 | 996 | 13251k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1506.62/1506.95 c 1507s|230100 | 998 | 13255k| 57.6 | 31M| 52 | - | 400 | 18k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1507.12/1507.46 c 1507s|230200 | 1000 | 13260k| 57.6 | 31M| 52 | 91 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1507.62/1507.97 c 1508s|230300 | 994 | 13264k| 57.6 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1508.22/1508.50 c 1508s|230400 | 1002 | 13269k| 57.6 | 31M| 52 | 82 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1508.82/1509.15 c 1509s|230500 | 998 | 13274k| 57.6 | 31M| 52 | 85 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1509.42/1509.70 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1509.42/1509.70 c 1510s|230600 | 998 | 13279k| 57.6 | 31M| 52 | 86 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1510.03/1510.31 c 1510s|230700 | 996 | 13284k| 57.6 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1510.52/1510.89 c 1511s|230800 | 994 | 13289k| 57.6 | 31M| 52 | 88 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1511.13/1511.46 c 1511s|230900 | 996 | 13293k| 57.6 | 31M| 52 | 90 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1511.71/1512.02 c 1512s|231000 | 998 | 13298k| 57.6 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1512.32/1512.66 c 1513s|231100 | 997 | 13303k| 57.6 | 31M| 52 | 93 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1512.81/1513.16 c 1513s|231200 | 999 | 13308k| 57.6 | 31M| 52 | 93 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1513.62/1513.92 c 1514s|231300 | 997 | 13314k| 57.6 | 31M| 52 | 92 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1514.12/1514.46 c 1514s|231400 | 995 | 13319k| 57.6 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1514.71/1515.02 c 1515s|231500 | 995 | 13323k| 57.6 | 31M| 52 | 83 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1515.12/1515.46 c 1515s|231600 | 993 | 13328k| 57.5 | 31M| 52 | 78 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1515.62/1515.94 c 1516s|231700 | 993 | 13332k| 57.5 | 31M| 52 | 84 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1516.12/1516.49 c 1516s|231800 | 993 | 13336k| 57.5 | 31M| 52 | 85 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1516.73/1517.07 c 1517s|231900 | 991 | 13341k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1517.22/1517.53 c 1518s|232000 | 993 | 13345k| 57.5 | 31M| 52 | 77 | 400 | 19k| 400 | 755 | 155 | 153k| 16k| 0.000000e+00 | -- | Inf
1517.82/1518.10 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1517.82/1518.10 c 1518s|232100 | 994 | 13350k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1518.31/1518.64 c 1519s|232200 | 991 | 13354k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1518.72/1519.09 c 1519s|232300 | 997 | 13358k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1519.31/1519.60 c 1520s|232400 | 991 | 13363k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1519.82/1520.20 c 1520s|232500 | 991 | 13367k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1520.52/1520.86 c 1521s|232600 | 993 | 13373k| 57.5 | 31M| 52 | 91 | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1521.22/1521.50 c 1522s|232700 | 993 | 13378k| 57.5 | 31M| 52 | 89 | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1521.81/1522.19 c 1522s|232800 | 991 | 13384k| 57.5 | 31M| 52 | 91 | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1522.51/1522.85 c 1523s|232900 | 989 | 13390k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1523.23/1523.53 c 1524s|233000 | 993 | 13395k| 57.5 | 31M| 52 | 84 | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1523.82/1524.12 c 1524s|233100 | 993 | 13401k| 57.5 | 31M| 52 | 91 | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1524.33/1524.63 c 1525s|233200 | 991 | 13405k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1525.01/1525.31 c 1525s|233300 | 989 | 13409k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1525.62/1525.92 c 1526s|233400 | 990 | 13415k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1526.11/1526.41 c 1526s|233500 | 990 | 13420k| 57.5 | 31M| 52 | 88 | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1526.71/1527.08 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1526.71/1527.08 c 1527s|233600 | 990 | 13425k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 154k| 16k| 0.000000e+00 | -- | Inf
1527.31/1527.61 c 1528s|233700 | 992 | 13430k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1527.82/1528.19 c 1528s|233800 | 992 | 13435k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1528.41/1528.74 c 1529s|233900 | 988 | 13440k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1529.12/1529.44 c 1529s|234000 | 992 | 13445k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1529.62/1529.96 c 1530s|234100 | 992 | 13450k| 57.4 | 31M| 52 | 92 | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1530.31/1530.66 c 1531s|234200 | 988 | 13455k| 57.4 | 31M| 52 | 83 | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1531.11/1531.47 c 1531s|234300 | 988 | 13461k| 57.4 | 31M| 52 | 82 | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1531.81/1532.14 c 1532s|234400 | 993 | 13467k| 57.5 | 31M| 52 | 85 | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1532.41/1532.75 c 1533s|234500 | 991 | 13473k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1533.22/1533.59 c 1534s|234600 | 991 | 13480k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1533.92/1534.22 c 1534s|234700 | 994 | 13486k| 57.5 | 31M| 52 | 86 | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1534.61/1534.93 c 1535s|234800 | 990 | 13491k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1535.32/1535.67 c 1536s|234900 | 991 | 13498k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1536.01/1536.34 c 1536s|235000 | 1002 | 13504k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1536.81/1537.13 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1536.81/1537.13 c 1537s|235100 | 998 | 13511k| 57.5 | 31M| 52 | 90 | 400 | 19k| 400 | 755 | 155 | 155k| 16k| 0.000000e+00 | -- | Inf
1537.52/1537.82 c 1538s|235200 | 1000 | 13516k| 57.5 | 31M| 52 | 91 | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1538.21/1538.53 c 1539s|235300 | 998 | 13523k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1539.01/1539.32 c 1539s|235400 | 996 | 13530k| 57.5 | 31M| 52 | 91 | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1539.91/1540.24 c 1540s|235500 | 998 | 13537k| 57.5 | 31M| 52 | 88 | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1540.62/1540.96 c 1541s|235600 | 1002 | 13543k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1541.22/1541.54 c 1542s|235700 | 1004 | 13549k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1541.92/1542.30 c 1542s|235800 | 1002 | 13556k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1542.82/1543.10 c 1543s|235900 | 1002 | 13563k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1543.71/1544.00 c 1544s|236000 | 995 | 13571k| 57.5 | 31M| 52 | 87 | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1544.42/1544.72 c 1545s|236100 | 993 | 13578k| 57.5 | 31M| 52 | 86 | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1545.21/1545.55 c 1546s|236200 | 1007 | 13585k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1546.01/1546.35 c 1546s|236300 | 1005 | 13592k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1546.81/1547.14 c 1547s|236400 | 1005 | 13599k| 57.5 | 31M| 52 | 89 | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1547.71/1548.04 c 1548s|236500 | 1005 | 13607k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 156k| 16k| 0.000000e+00 | -- | Inf
1548.41/1548.76 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1548.41/1548.76 c 1549s|236600 | 1000 | 13614k| 57.5 | 31M| 52 | 87 | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1549.32/1549.64 c 1550s|236700 | 1000 | 13621k| 57.5 | 31M| 52 | 89 | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1550.01/1550.37 c 1550s|236800 | 1003 | 13627k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1550.72/1551.07 c 1551s|236900 | 1001 | 13634k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1551.31/1551.68 c 1552s|237000 | 1001 | 13639k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1552.01/1552.31 c 1552s|237100 | 1003 | 13644k| 57.5 | 31M| 52 | 82 | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1552.51/1552.85 c 1553s|237200 | 1003 | 13649k| 57.5 | 31M| 52 | 86 | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1553.21/1553.57 c 1554s|237300 | 1009 | 13656k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1553.91/1554.27 c 1554s|237400 | 1009 | 13662k| 57.5 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1554.61/1554.97 c 1555s|237500 | 1009 | 13669k| 57.6 | 31M| 52 | 86 | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1555.31/1555.68 c 1556s|237600 | 1007 | 13676k| 57.6 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1556.11/1556.43 c 1556s|237700 | 1003 | 13683k| 57.6 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1556.81/1557.18 c 1557s|237800 | 1005 | 13690k| 57.6 | 31M| 52 | 85 | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1557.32/1557.65 c 1558s|237900 | 1003 | 13695k| 57.6 | 31M| 52 | 85 | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1558.01/1558.34 c 1558s|238000 | 1003 | 13701k| 57.6 | 31M| 52 | 86 | 400 | 19k| 400 | 755 | 155 | 157k| 16k| 0.000000e+00 | -- | Inf
1558.51/1558.89 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1558.51/1558.89 c 1559s|238100 | 1001 | 13706k| 57.6 | 31M| 52 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1559.21/1559.51 c 1560s|238200 | 1001 | 13712k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1559.71/1560.08 c 1560s|238300 | 1007 | 13718k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1560.31/1560.69 c 1561s|238400 | 1003 | 13724k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1561.01/1561.37 c 1561s|238500 | 1009 | 13731k| 57.6 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1561.71/1562.02 c 1562s|238600 | 1005 | 13737k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1562.21/1562.56 c 1563s|238700 | 1003 | 13742k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1562.71/1563.06 c 1563s|238800 | 1001 | 13747k| 57.6 | 31M| 53 | 83 | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1563.21/1563.51 c 1564s|238900 | 1007 | 13751k| 57.6 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1563.71/1564.04 c 1564s|239000 | 1005 | 13756k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1564.21/1564.58 c 1565s|239100 | 998 | 13761k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1564.81/1565.18 c 1565s|239200 | 996 | 13767k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1565.51/1565.81 c 1566s|239300 | 1004 | 13773k| 57.6 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1566.00/1566.30 c 1566s|239400 | 1002 | 13778k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 158k| 16k| 0.000000e+00 | -- | Inf
1566.51/1566.87 c 1567s|239500 | 998 | 13783k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1566.90/1567.29 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1566.90/1567.29 c 1567s|239600 | 1008 | 13787k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1567.31/1567.63 c 1568s|239700 | 1004 | 13790k| 57.5 | 31M| 53 | 81 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1567.71/1568.05 c 1568s|239800 | 1006 | 13795k| 57.5 | 31M| 53 | 78 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1568.11/1568.40 c 1568s|239900 | 1004 | 13798k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1568.51/1568.82 c 1569s|240000 | 1006 | 13802k| 57.5 | 31M| 53 | 80 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1568.91/1569.25 c 1569s|240100 | 1006 | 13807k| 57.5 | 31M| 53 | 76 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1569.31/1569.68 c 1570s|240200 | 1004 | 13811k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1569.81/1570.13 c 1570s|240300 | 1004 | 13816k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1570.30/1570.64 c 1571s|240400 | 1008 | 13821k| 57.5 | 31M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1570.80/1571.14 c 1571s|240500 | 1002 | 13826k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1571.21/1571.55 c 1572s|240600 | 1007 | 13831k| 57.5 | 31M| 53 | 80 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1571.72/1572.03 c 1572s|240700 | 1005 | 13836k| 57.5 | 31M| 53 | 74 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1572.21/1572.52 c 1573s|240800 | 1007 | 13841k| 57.5 | 31M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1572.60/1572.90 c 1573s|240900 | 1007 | 13844k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1573.01/1573.31 c 1573s|241000 | 1008 | 13849k| 57.5 | 31M| 53 | 83 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1573.40/1573.76 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1573.40/1573.76 c 1574s|241100 | 1004 | 13853k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1573.81/1574.15 c 1574s|241200 | 1006 | 13857k| 57.4 | 31M| 53 | 80 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1574.21/1574.58 c 1575s|241300 | 1004 | 13862k| 57.4 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1574.61/1574.98 c 1575s|241400 | 1006 | 13866k| 57.4 | 31M| 53 | 75 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1575.11/1575.41 c 1575s|241500 | 1002 | 13870k| 57.4 | 31M| 53 | 80 | 400 | 19k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1575.40/1575.79 c 1576s|241600 | 1010 | 13874k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1575.90/1576.20 c 1576s|241700 | 1008 | 13878k| 57.4 | 32M| 53 | 77 | 400 | 20k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1576.41/1576.73 c 1577s|241800 | 996 | 13884k| 57.4 | 32M| 53 | 86 | 400 | 20k| 400 | 755 | 155 | 159k| 16k| 0.000000e+00 | -- | Inf
1577.01/1577.38 c 1577s|241900 | 1000 | 13890k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1577.70/1578.09 c 1578s|242000 | 996 | 13897k| 57.4 | 32M| 53 | 87 | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1578.31/1578.69 c 1579s|242100 | 1000 | 13903k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1578.91/1579.28 c 1579s|242200 | 1000 | 13909k| 57.4 | 32M| 53 | 86 | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1579.70/1580.07 c 1580s|242300 | 1001 | 13916k| 57.4 | 32M| 53 | 87 | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1580.30/1580.62 c 1581s|242400 | 999 | 13922k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1581.01/1581.31 c 1581s|242500 | 1001 | 13928k| 57.4 | 32M| 53 | 82 | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1581.51/1581.90 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1581.51/1581.90 c 1582s|242600 | 997 | 13934k| 57.4 | 32M| 53 | 90 | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1582.21/1582.53 c 1583s|242700 | 1003 | 13940k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1582.71/1583.08 c 1583s|242800 | 1003 | 13946k| 57.4 | 32M| 53 | 86 | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1583.51/1583.87 c 1584s|242900 | 996 | 13953k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1584.20/1584.52 c 1585s|243000 | 996 | 13959k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1584.91/1585.22 c 1585s|243100 | 994 | 13966k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 160k| 16k| 0.000000e+00 | -- | Inf
1585.50/1585.81 c 1586s|243200 | 996 | 13972k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1585.91/1586.23 c 1586s|243300 | 996 | 13976k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1586.50/1586.87 c 1587s|243400 | 991 | 13982k| 57.4 | 32M| 53 | 84 | 400 | 20k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1587.11/1587.46 c 1587s|243500 | 991 | 13988k| 57.4 | 32M| 53 | 83 | 400 | 20k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1587.81/1588.18 c 1588s|243600 | 991 | 13995k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1588.51/1588.80 c 1589s|243700 | 991 | 14001k| 57.4 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1589.01/1589.39 c 1589s|243800 | 995 | 14007k| 57.4 | 32M| 53 | 87 | 400 | 19k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1589.61/1589.95 c 1590s|243900 | 997 | 14012k| 57.4 | 32M| 53 | 92 | 400 | 20k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1590.31/1590.62 c 1591s|244000 | 996 | 14019k| 57.5 | 32M| 53 | 88 | 400 | 20k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1591.01/1591.31 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1591.01/1591.31 c 1591s|244100 | 996 | 14026k| 57.5 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1591.61/1591.91 c 1592s|244200 | 998 | 14032k| 57.5 | 32M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1592.10/1592.44 c 1592s|244300 | 997 | 14037k| 57.5 | 32M| 53 | 83 | 400 | 19k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1592.61/1592.99 c 1593s|244400 | 995 | 14043k| 57.5 | 32M| 53 | 88 | 400 | 20k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1593.21/1593.56 c 1594s|244500 | 993 | 14049k| 57.5 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 161k| 16k| 0.000000e+00 | -- | Inf
1593.90/1594.26 c 1594s|244600 | 997 | 14056k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1594.41/1594.79 c 1595s|244700 | 993 | 14061k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1595.01/1595.34 c 1595s|244800 | 989 | 14067k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1595.60/1595.97 c 1596s|244900 | 993 | 14073k| 57.5 | 31M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1596.31/1596.62 c 1597s|245000 | 995 | 14080k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1596.80/1597.17 c 1597s|245100 | 1003 | 14085k| 57.5 | 31M| 53 | 87 | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1597.40/1597.79 c 1598s|245200 | 993 | 14092k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1598.11/1598.43 c 1598s|245300 | 991 | 14098k| 57.5 | 31M| 53 | 89 | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1598.80/1599.16 c 1599s|245400 | 989 | 14105k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1599.60/1599.93 c 1600s|245500 | 999 | 14112k| 57.5 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1600.10/1600.48 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1600.10/1600.48 c 1600s|245600 | 998 | 14118k| 57.5 | 31M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1600.80/1601.15 c 1601s|245700 | 1000 | 14125k| 57.5 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 162k| 16k| 0.000000e+00 | -- | Inf
1601.60/1601.95 c 1602s|245800 | 999 | 14133k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1602.30/1602.69 c 1603s|245900 | 999 | 14140k| 57.5 | 31M| 53 | 91 | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1603.20/1603.52 c 1604s|246000 | 1001 | 14147k| 57.5 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1603.80/1604.18 c 1604s|246100 | 999 | 14153k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1604.40/1604.71 c 1605s|246200 | 1001 | 14158k| 57.5 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1605.00/1605.38 c 1605s|246300 | 995 | 14165k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1605.81/1606.18 c 1606s|246400 | 1003 | 14172k| 57.5 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1606.50/1606.86 c 1607s|246500 | 1005 | 14178k| 57.5 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1607.30/1607.62 c 1608s|246600 | 999 | 14184k| 57.5 | 31M| 53 | 83 | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1607.80/1608.11 c 1608s|246700 | 1001 | 14189k| 57.5 | 31M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1608.70/1609.00 c 1609s|246800 | 1009 | 14196k| 57.5 | 31M| 53 | - | 400 | 18k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1609.30/1609.65 c 1610s|246900 | 1008 | 14203k| 57.5 | 31M| 53 | 87 | 400 | 18k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1609.90/1610.26 c 1610s|247000 | 1010 | 14209k| 57.5 | 31M| 53 | 84 | 400 | 18k| 400 | 755 | 155 | 163k| 16k| 0.000000e+00 | -- | Inf
1610.50/1610.82 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1610.50/1610.82 c 1611s|247100 | 1016 | 14214k| 57.5 | 31M| 53 | 84 | 400 | 18k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1611.21/1611.57 c 1612s|247200 | 1008 | 14220k| 57.5 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1611.90/1612.29 c 1612s|247300 | 1010 | 14227k| 57.5 | 31M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1612.70/1613.09 c 1613s|247400 | 1008 | 14235k| 57.5 | 31M| 53 | 89 | 400 | 19k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1613.41/1613.78 c 1614s|247500 | 1006 | 14242k| 57.5 | 31M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1614.30/1614.64 c 1615s|247600 | 1008 | 14249k| 57.5 | 31M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1615.00/1615.37 c 1615s|247700 | 1010 | 14257k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1615.71/1616.03 c 1616s|247800 | 1004 | 14263k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1616.40/1616.70 c 1617s|247900 | 1006 | 14269k| 57.6 | 31M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1617.10/1617.42 c 1617s|248000 | 1005 | 14275k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 164k| 16k| 0.000000e+00 | -- | Inf
1617.70/1618.06 c 1618s|248100 | 1006 | 14280k| 57.6 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 165k| 16k| 0.000000e+00 | -- | Inf
1618.30/1618.61 c 1619s|248200 | 1000 | 14285k| 57.6 | 31M| 53 | 89 | 400 | 19k| 400 | 755 | 155 | 165k| 16k| 0.000000e+00 | -- | Inf
1619.00/1619.36 c 1619s|248300 | 996 | 14291k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 165k| 16k| 0.000000e+00 | -- | Inf
1619.89/1620.23 c 1620s|248400 | 996 | 14300k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 165k| 16k| 0.000000e+00 | -- | Inf
1620.70/1621.06 c 1621s|248500 | 1000 | 14307k| 57.6 | 31M| 53 | 91 | 400 | 19k| 400 | 755 | 155 | 165k| 16k| 0.000000e+00 | -- | Inf
1621.70/1622.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1621.70/1622.07 c 1622s|248600 | 997 | 14316k| 57.6 | 31M| 53 | 92 | 400 | 19k| 400 | 755 | 155 | 165k| 17k| 0.000000e+00 | -- | Inf
1622.50/1622.85 c 1623s|248700 | 999 | 14323k| 57.6 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 165k| 17k| 0.000000e+00 | -- | Inf
1623.50/1623.81 c 1624s|248800 | 997 | 14331k| 57.6 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 165k| 17k| 0.000000e+00 | -- | Inf
1624.10/1624.43 c 1624s|248900 | 999 | 14337k| 57.6 | 31M| 53 | 81 | 400 | 19k| 400 | 755 | 155 | 165k| 17k| 0.000000e+00 | -- | Inf
1624.90/1625.23 c 1625s|249000 | 997 | 14344k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 165k| 17k| 0.000000e+00 | -- | Inf
1625.70/1626.09 c 1626s|249100 | 995 | 14351k| 57.6 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 165k| 17k| 0.000000e+00 | -- | Inf
1626.40/1626.78 c 1627s|249200 | 996 | 14358k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 165k| 17k| 0.000000e+00 | -- | Inf
1627.19/1627.56 c 1628s|249300 | 998 | 14365k| 57.6 | 31M| 53 | 92 | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1627.99/1628.39 c 1628s|249400 | 995 | 14372k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1628.50/1628.88 c 1629s|249500 | 1005 | 14376k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1629.10/1629.47 c 1629s|249600 | 1003 | 14381k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1629.80/1630.13 c 1630s|249700 | 999 | 14388k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1630.60/1630.94 c 1631s|249800 | 1001 | 14395k| 57.6 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1631.20/1631.51 c 1632s|249900 | 1003 | 14400k| 57.6 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1631.79/1632.15 c 1632s|250000 | 1002 | 14405k| 57.6 | 31M| 53 | 87 | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1632.29/1632.66 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1632.29/1632.66 c 1633s|250100 | 1000 | 14410k| 57.6 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1632.99/1633.31 c 1633s|250200 | 1004 | 14416k| 57.6 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1633.69/1634.08 c 1634s|250300 | 999 | 14422k| 57.6 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1634.41/1634.76 c 1635s|250400 | 1001 | 14428k| 57.6 | 32M| 53 | 91 | 400 | 20k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1635.09/1635.42 c 1635s|250500 | 1003 | 14434k| 57.6 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1635.80/1636.17 c 1636s|250600 | 1007 | 14440k| 57.6 | 32M| 53 | 92 | 400 | 20k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1636.61/1636.93 c 1637s|250700 | 1005 | 14447k| 57.6 | 32M| 53 | 86 | 400 | 20k| 400 | 755 | 155 | 166k| 17k| 0.000000e+00 | -- | Inf
1637.49/1637.90 c 1638s|250800 | 1005 | 14455k| 57.6 | 32M| 53 | 91 | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1638.60/1638.90 c 1639s|250900 | 1001 | 14465k| 57.6 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1639.70/1640.00 c 1640s|251000 | 997 | 14475k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1640.29/1640.64 c 1641s|251100 | 997 | 14480k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1640.90/1641.26 c 1641s|251200 | 1003 | 14486k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1641.59/1641.94 c 1642s|251300 | 1001 | 14491k| 57.7 | 32M| 53 | 92 | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1642.19/1642.53 c 1643s|251400 | 1001 | 14497k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1642.70/1643.03 c 1643s|251500 | 1001 | 14501k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1643.30/1643.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1643.30/1643.62 c 1644s|251600 | 999 | 14506k| 57.7 | 32M| 53 | 87 | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1644.10/1644.43 c 1644s|251700 | 996 | 14514k| 57.7 | 32M| 53 | 86 | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1644.79/1645.15 c 1645s|251800 | 998 | 14520k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1645.50/1645.87 c 1646s|251900 | 994 | 14526k| 57.7 | 32M| 53 | 92 | 400 | 20k| 400 | 755 | 155 | 167k| 17k| 0.000000e+00 | -- | Inf
1646.09/1646.47 c 1646s|252000 | 1000 | 14532k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1646.89/1647.21 c 1647s|252100 | 996 | 14538k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1647.50/1647.85 c 1648s|252200 | 996 | 14544k| 57.7 | 32M| 53 | 90 | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1648.19/1648.56 c 1649s|252300 | 998 | 14550k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1648.90/1649.28 c 1649s|252400 | 1005 | 14557k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1649.49/1649.83 c 1650s|252500 | 1003 | 14562k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1650.29/1650.62 c 1651s|252600 | 1007 | 14569k| 57.7 | 32M| 53 | 78 | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1650.90/1651.24 c 1651s|252700 | 1007 | 14574k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1651.49/1651.80 c 1652s|252800 | 999 | 14579k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1652.09/1652.40 c 1652s|252900 | 1001 | 14585k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1652.79/1653.11 c 1653s|253000 | 1007 | 14591k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1653.39/1653.79 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1653.39/1653.79 c 1654s|253100 | 999 | 14598k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1654.20/1654.52 c 1655s|253200 | 996 | 14604k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1654.79/1655.18 c 1655s|253300 | 994 | 14609k| 57.7 | 32M| 53 | 85 | 400 | 20k| 400 | 755 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1655.59/1655.91 c 1656s|253400 | 990 | 14616k| 57.7 | 32M| 53 | - | 400 | 20k| 0 | 0 | 155 | 168k| 17k| 0.000000e+00 | -- | Inf
1656.30/1656.67 c 1657s|253500 | 990 | 14622k| 57.7 | 32M| 53 | 87 | 400 | 20k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1657.09/1657.43 c 1657s|253600 | 992 | 14630k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1657.89/1658.26 c 1658s|253700 | 995 | 14637k| 57.7 | 32M| 53 | 87 | 400 | 20k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1658.50/1658.90 c 1659s|253800 | 1004 | 14643k| 57.7 | 32M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1659.29/1659.66 c 1660s|253900 | 1002 | 14651k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1660.10/1660.40 c 1660s|254000 | 1001 | 14658k| 57.7 | 31M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1660.60/1660.97 c 1661s|254100 | 1005 | 14664k| 57.7 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1661.20/1661.54 c 1662s|254200 | 1001 | 14670k| 57.7 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1661.79/1662.12 c 1662s|254300 | 1001 | 14676k| 57.7 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1662.29/1662.65 c 1663s|254400 | 998 | 14681k| 57.7 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1662.90/1663.25 c 1663s|254500 | 1002 | 14687k| 57.7 | 32M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1663.40/1663.76 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1663.40/1663.76 c 1664s|254600 | 1004 | 14693k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1663.89/1664.28 c 1664s|254700 | 1003 | 14698k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 169k| 17k| 0.000000e+00 | -- | Inf
1664.49/1664.80 c 1665s|254800 | 1001 | 14703k| 57.7 | 32M| 53 | 79 | 400 | 19k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1665.10/1665.42 c 1665s|254900 | 1005 | 14710k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1665.69/1666.07 c 1666s|255000 | 999 | 14717k| 57.7 | 32M| 53 | 86 | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1666.49/1666.81 c 1667s|255100 | 997 | 14724k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1667.19/1667.56 c 1668s|255200 | 1003 | 14732k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1667.89/1668.27 c 1668s|255300 | 1003 | 14740k| 57.7 | 32M| 53 | 79 | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1668.59/1668.95 c 1669s|255400 | 1011 | 14747k| 57.7 | 32M| 53 | 83 | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1669.29/1669.64 c 1670s|255500 | 1003 | 14755k| 57.7 | 32M| 53 | 76 | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1669.89/1670.28 c 1670s|255600 | 997 | 14762k| 57.8 | 32M| 53 | 83 | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1670.60/1670.92 c 1671s|255700 | 1000 | 14768k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1671.29/1671.62 c 1672s|255800 | 996 | 14775k| 57.8 | 32M| 53 | 85 | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1671.99/1672.36 c 1672s|255900 | 996 | 14783k| 57.8 | 32M| 53 | 88 | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1672.59/1672.90 c 1673s|256000 | 996 | 14788k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 170k| 17k| 0.000000e+00 | -- | Inf
1673.09/1673.49 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1673.09/1673.49 c 1673s|256100 | 996 | 14794k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1673.89/1674.22 c 1674s|256200 | 994 | 14801k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1674.59/1674.99 c 1675s|256300 | 996 | 14808k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1675.19/1675.53 c 1676s|256400 | 990 | 14813k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1675.89/1676.20 c 1676s|256500 | 994 | 14820k| 57.8 | 32M| 53 | 87 | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1676.49/1676.85 c 1677s|256600 | 996 | 14826k| 57.8 | 32M| 53 | 86 | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1677.09/1677.46 c 1677s|256700 | 997 | 14833k| 57.8 | 32M| 53 | 88 | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1677.79/1678.10 c 1678s|256800 | 990 | 14839k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1678.29/1678.70 c 1679s|256900 | 992 | 14845k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1678.79/1679.17 c 1679s|257000 | 992 | 14850k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1679.29/1679.63 c 1680s|257100 | 992 | 14855k| 57.8 | 32M| 53 | 78 | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1679.79/1680.17 c 1680s|257200 | 990 | 14860k| 57.8 | 32M| 53 | 83 | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1680.50/1680.85 c 1681s|257300 | 984 | 14867k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1681.19/1681.57 c 1682s|257400 | 990 | 14873k| 57.8 | 32M| 53 | 87 | 400 | 20k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1681.99/1682.32 c 1682s|257500 | 988 | 14880k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 171k| 17k| 0.000000e+00 | -- | Inf
1682.70/1683.03 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1682.70/1683.03 c 1683s|257600 | 992 | 14886k| 57.8 | 32M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1683.28/1683.62 c 1684s|257700 | 994 | 14892k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1683.79/1684.18 c 1684s|257800 | 992 | 14897k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1684.39/1684.70 c 1685s|257900 | 990 | 14902k| 57.8 | 32M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1684.99/1685.31 c 1685s|258000 | 990 | 14908k| 57.8 | 32M| 53 | 81 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1685.59/1685.92 c 1686s|258100 | 995 | 14914k| 57.8 | 32M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1686.09/1686.47 c 1686s|258200 | 993 | 14919k| 57.8 | 31M| 53 | 91 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1686.58/1686.95 c 1687s|258300 | 993 | 14923k| 57.8 | 31M| 53 | 87 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1687.28/1687.61 c 1688s|258400 | 993 | 14929k| 57.8 | 31M| 53 | 91 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1687.79/1688.19 c 1688s|258500 | 990 | 14935k| 57.8 | 31M| 53 | 89 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1688.48/1688.83 c 1689s|258600 | 989 | 14941k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1689.09/1689.47 c 1689s|258700 | 997 | 14947k| 57.8 | 31M| 53 | 93 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1689.69/1690.05 c 1690s|258800 | 993 | 14953k| 57.8 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1690.40/1690.71 c 1691s|258900 | 989 | 14959k| 57.8 | 31M| 53 | 95 | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1690.99/1691.36 c 1691s|259000 | 989 | 14965k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 172k| 17k| 0.000000e+00 | -- | Inf
1691.69/1692.02 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1691.69/1692.02 c 1692s|259100 | 991 | 14972k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1692.29/1692.69 c 1693s|259200 | 993 | 14978k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1693.09/1693.46 c 1693s|259300 | 985 | 14985k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1693.69/1694.04 c 1694s|259400 | 985 | 14991k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1694.39/1694.76 c 1695s|259500 | 989 | 14997k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1695.08/1695.48 c 1695s|259600 | 991 | 15004k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1695.68/1696.00 c 1696s|259700 | 993 | 15009k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1696.09/1696.47 c 1696s|259800 | 993 | 15013k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1696.89/1697.20 c 1697s|259900 | 990 | 15020k| 57.8 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1697.48/1697.86 c 1698s|260000 | 990 | 15027k| 57.8 | 31M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1698.10/1698.44 c 1698s|260100 | 992 | 15033k| 57.8 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1698.69/1699.03 c 1699s|260200 | 984 | 15039k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1699.19/1699.58 c 1700s|260300 | 990 | 15044k| 57.8 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1699.68/1700.04 c 1700s|260400 | 992 | 15048k| 57.8 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1700.19/1700.59 c 1701s|260500 | 989 | 15054k| 57.8 | 31M| 53 | 92 | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1700.69/1701.05 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1700.69/1701.05 c 1701s|260600 | 989 | 15058k| 57.8 | 31M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 173k| 17k| 0.000000e+00 | -- | Inf
1701.18/1701.51 c 1702s|260700 | 992 | 15062k| 57.8 | 31M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1701.59/1701.94 c 1702s|260800 | 993 | 15066k| 57.8 | 31M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1702.08/1702.43 c 1702s|260900 | 990 | 15071k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1702.59/1702.92 c 1703s|261000 | 988 | 15075k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1703.09/1703.46 c 1703s|261100 | 991 | 15081k| 57.8 | 31M| 53 | 87 | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1703.59/1703.99 c 1704s|261200 | 993 | 15086k| 57.8 | 31M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1704.18/1704.55 c 1705s|261300 | 989 | 15091k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1704.69/1705.02 c 1705s|261400 | 987 | 15096k| 57.7 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1705.18/1705.53 c 1706s|261500 | 989 | 15101k| 57.7 | 32M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1705.69/1706.05 c 1706s|261600 | 1001 | 15106k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1706.29/1706.66 c 1707s|261700 | 995 | 15112k| 57.7 | 32M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1706.89/1707.25 c 1707s|261800 | 995 | 15118k| 57.7 | 32M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1707.28/1707.68 c 1708s|261900 | 993 | 15122k| 57.7 | 32M| 53 | 92 | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1707.79/1708.15 c 1708s|262000 | 997 | 15127k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1708.28/1708.68 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1708.28/1708.68 c 1709s|262100 | 998 | 15132k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1708.78/1709.17 c 1709s|262200 | 1000 | 15137k| 57.7 | 32M| 53 | 81 | 400 | 19k| 400 | 755 | 155 | 174k| 17k| 0.000000e+00 | -- | Inf
1709.29/1709.69 c 1710s|262300 | 998 | 15143k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1709.98/1710.34 c 1710s|262400 | 996 | 15150k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1710.58/1710.91 c 1711s|262500 | 996 | 15155k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1711.29/1711.64 c 1712s|262600 | 1000 | 15162k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1711.89/1712.29 c 1712s|262700 | 1008 | 15168k| 57.7 | 32M| 53 | 81 | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1712.58/1712.99 c 1713s|262800 | 996 | 15175k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1713.19/1713.56 c 1714s|262900 | 996 | 15181k| 57.7 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1713.98/1714.35 c 1714s|263000 | 998 | 15187k| 57.7 | 32M| 53 | 84 | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1714.69/1715.01 c 1715s|263100 | 992 | 15194k| 57.7 | 32M| 53 | 82 | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1715.38/1715.73 c 1716s|263200 | 1000 | 15201k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1716.29/1716.67 c 1717s|263300 | 996 | 15208k| 57.8 | 32M| 53 | 89 | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1717.09/1717.40 c 1717s|263400 | 995 | 15216k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1717.79/1718.13 c 1718s|263500 | 997 | 15222k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1718.28/1718.69 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1718.28/1718.69 c 1719s|263600 | 999 | 15228k| 57.8 | 32M| 53 | 87 | 400 | 20k| 400 | 755 | 155 | 175k| 17k| 0.000000e+00 | -- | Inf
1718.99/1719.40 c 1719s|263700 | 991 | 15234k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1719.79/1720.13 c 1720s|263800 | 991 | 15240k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1720.38/1720.71 c 1721s|263900 | 991 | 15245k| 57.8 | 32M| 53 | 89 | 400 | 20k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1720.98/1721.36 c 1721s|264000 | 987 | 15251k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1722.09/1722.42 c 1722s|264100 | 985 | 15260k| 57.8 | 32M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1722.58/1722.97 c 1723s|264200 | 985 | 15265k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1723.18/1723.58 c 1724s|264300 | 979 | 15270k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1723.99/1724.39 c 1724s|264400 | 987 | 15277k| 57.8 | 31M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1724.59/1724.95 c 1725s|264500 | 983 | 15282k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1725.18/1725.56 c 1726s|264600 | 982 | 15288k| 57.8 | 32M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1725.79/1726.12 c 1726s|264700 | 982 | 15293k| 57.8 | 31M| 53 | 83 | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1726.28/1726.66 c 1727s|264800 | 996 | 15298k| 57.8 | 31M| 53 | 83 | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1726.98/1727.33 c 1727s|264900 | 1000 | 15303k| 57.8 | 31M| 53 | 87 | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1727.49/1727.89 c 1728s|265000 | 996 | 15309k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1728.28/1728.60 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1728.28/1728.60 c 1729s|265100 | 990 | 15314k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1728.89/1729.24 c 1729s|265200 | 993 | 15320k| 57.8 | 32M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1729.58/1729.93 c 1730s|265300 | 995 | 15326k| 57.8 | 32M| 53 | 89 | 400 | 19k| 400 | 755 | 155 | 176k| 17k| 0.000000e+00 | -- | Inf
1730.09/1730.45 c 1730s|265400 | 994 | 15331k| 57.8 | 32M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1730.78/1731.13 c 1731s|265500 | 988 | 15337k| 57.8 | 32M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1731.48/1731.84 c 1732s|265600 | 992 | 15343k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1732.08/1732.43 c 1732s|265700 | 994 | 15348k| 57.8 | 32M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1732.68/1733.01 c 1733s|265800 | 997 | 15353k| 57.8 | 32M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1733.38/1733.76 c 1734s|265900 | 995 | 15360k| 57.8 | 32M| 53 | 87 | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1734.08/1734.42 c 1734s|266000 | 991 | 15367k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1734.88/1735.24 c 1735s|266100 | 991 | 15374k| 57.8 | 32M| 53 | 79 | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1735.68/1736.05 c 1736s|266200 | 993 | 15381k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1736.38/1736.74 c 1737s|266300 | 991 | 15388k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1737.28/1737.64 c 1738s|266400 | 995 | 15395k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1737.88/1738.23 c 1738s|266500 | 995 | 15401k| 57.8 | 32M| 53 | 89 | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1738.58/1738.93 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1738.58/1738.93 c 1739s|266600 | 993 | 15406k| 57.8 | 32M| 53 | 93 | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1739.28/1739.62 c 1740s|266700 | 991 | 15413k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 177k| 17k| 0.000000e+00 | -- | Inf
1739.99/1740.36 c 1740s|266800 | 993 | 15419k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1740.68/1741.05 c 1741s|266900 | 1003 | 15425k| 57.8 | 32M| 53 | - | 400 | 20k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1741.28/1741.68 c 1742s|267000 | 999 | 15431k| 57.8 | 32M| 53 | 88 | 400 | 20k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1741.88/1742.25 c 1742s|267100 | 997 | 15436k| 57.8 | 32M| 53 | 81 | 400 | 20k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1742.58/1742.99 c 1743s|267200 | 1000 | 15443k| 57.8 | 32M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1743.48/1743.89 c 1744s|267300 | 994 | 15451k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1744.28/1744.66 c 1745s|267400 | 996 | 15457k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1744.78/1745.19 c 1745s|267500 | 996 | 15463k| 57.8 | 32M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1745.57/1745.99 c 1746s|267600 | 993 | 15469k| 57.8 | 31M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1746.28/1746.62 c 1747s|267700 | 990 | 15475k| 57.8 | 32M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1746.98/1747.37 c 1747s|267800 | 994 | 15482k| 57.8 | 32M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1747.78/1748.16 c 1748s|267900 | 994 | 15489k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1748.78/1749.15 c 1749s|268000 | 987 | 15496k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 178k| 17k| 0.000000e+00 | -- | Inf
1749.38/1749.73 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1749.38/1749.73 c 1750s|268100 | 991 | 15501k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1749.88/1750.23 c 1750s|268200 | 997 | 15506k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1750.58/1750.92 c 1751s|268300 | 996 | 15511k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1751.18/1751.51 c 1752s|268400 | 994 | 15516k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1751.77/1752.13 c 1752s|268500 | 992 | 15521k| 57.8 | 32M| 53 | 97 | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1752.58/1752.95 c 1753s|268600 | 994 | 15528k| 57.8 | 32M| 53 | 90 | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1753.27/1753.66 c 1754s|268700 | 998 | 15535k| 57.8 | 32M| 53 | 92 | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1753.98/1754.31 c 1754s|268800 | 993 | 15541k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1754.58/1754.97 c 1755s|268900 | 1021 | 15546k| 57.8 | 31M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1755.29/1755.64 c 1756s|269000 | 1011 | 15552k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1755.98/1756.34 c 1756s|269100 | 1009 | 15558k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1756.68/1757.05 c 1757s|269200 | 1007 | 15564k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1757.38/1757.78 c 1758s|269300 | 1006 | 15571k| 57.8 | 31M| 53 | 89 | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1758.07/1758.48 c 1758s|269400 | 1004 | 15577k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 179k| 17k| 0.000000e+00 | -- | Inf
1758.68/1759.08 c 1759s|269500 | 1008 | 15581k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1759.38/1759.70 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1759.38/1759.70 c 1760s|269600 | 1014 | 15587k| 57.8 | 31M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1760.18/1760.55 c 1761s|269700 | 1013 | 15595k| 57.8 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1761.07/1761.48 c 1761s|269800 | 1010 | 15604k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1761.77/1762.18 c 1762s|269900 | 1007 | 15610k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1762.37/1762.74 c 1763s|270000 | 1009 | 15615k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1763.17/1763.56 c 1764s|270100 | 1019 | 15621k| 57.8 | 31M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1763.67/1764.04 c 1764s|270200 | 1015 | 15625k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1764.27/1764.69 c 1765s|270300 | 1011 | 15631k| 57.8 | 31M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1764.88/1765.26 c 1765s|270400 | 1021 | 15636k| 57.8 | 31M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1765.38/1765.78 c 1766s|270500 | 1022 | 15641k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1765.77/1766.18 c 1766s|270600 | 1021 | 15645k| 57.8 | 31M| 53 | 81 | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1766.28/1766.67 c 1767s|270700 | 1013 | 15650k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1766.77/1767.13 c 1767s|270800 | 1023 | 15654k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1767.28/1767.62 c 1768s|270900 | 1023 | 15659k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 180k| 17k| 0.000000e+00 | -- | Inf
1767.77/1768.11 c 1768s|271000 | 1028 | 15664k| 57.8 | 31M| 53 | 79 | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1768.27/1768.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1768.27/1768.62 c 1769s|271100 | 1020 | 15669k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1768.77/1769.13 c 1769s|271200 | 1022 | 15675k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1769.18/1769.57 c 1770s|271300 | 1024 | 15679k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1769.78/1770.11 c 1770s|271400 | 1022 | 15684k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1770.27/1770.60 c 1771s|271500 | 1022 | 15689k| 57.8 | 31M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1770.78/1771.13 c 1771s|271600 | 1024 | 15694k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1771.18/1771.57 c 1772s|271700 | 1022 | 15698k| 57.8 | 32M| 53 | 75 | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1771.67/1772.02 c 1772s|271800 | 1022 | 15703k| 57.8 | 32M| 53 | 80 | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1772.17/1772.59 c 1773s|271900 | 1022 | 15708k| 57.8 | 32M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1772.88/1773.21 c 1773s|272000 | 1019 | 15714k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1773.27/1773.67 c 1774s|272100 | 1016 | 15719k| 57.8 | 32M| 53 | 96 | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1773.77/1774.11 c 1774s|272200 | 1022 | 15723k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1774.17/1774.55 c 1775s|272300 | 1022 | 15727k| 57.8 | 32M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1774.87/1775.22 c 1775s|272400 | 1020 | 15734k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 181k| 17k| 0.000000e+00 | -- | Inf
1775.37/1775.76 c 1776s|272500 | 1026 | 15739k| 57.8 | 31M| 53 | - | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1775.87/1776.28 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1775.87/1776.28 c 1776s|272600 | 1023 | 15744k| 57.8 | 31M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1776.57/1776.90 c 1777s|272700 | 1025 | 15750k| 57.8 | 32M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1777.07/1777.47 c 1777s|272800 | 1023 | 15756k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1777.77/1778.17 c 1778s|272900 | 1019 | 15763k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1778.57/1778.91 c 1779s|273000 | 1019 | 15770k| 57.8 | 32M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1779.17/1779.54 c 1780s|273100 | 1019 | 15776k| 57.8 | 32M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1779.77/1780.10 c 1780s|273200 | 1017 | 15782k| 57.8 | 32M| 53 | 80 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1780.37/1780.72 c 1781s|273300 | 1015 | 15788k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1780.87/1781.28 c 1781s|273400 | 1019 | 15793k| 57.8 | 32M| 53 | 80 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1781.38/1781.78 c 1782s|273500 | 1019 | 15798k| 57.8 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1781.78/1782.19 c 1782s|273600 | 1019 | 15802k| 57.8 | 32M| 53 | 83 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1782.17/1782.59 c 1783s|273700 | 1022 | 15806k| 57.7 | 32M| 53 | 79 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1782.68/1783.02 c 1783s|273800 | 1016 | 15810k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1783.07/1783.43 c 1783s|273900 | 1018 | 15814k| 57.7 | 32M| 53 | 87 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1783.47/1783.86 c 1784s|274000 | 1016 | 15818k| 57.7 | 32M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1784.07/1784.47 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1784.07/1784.47 c 1784s|274100 | 1018 | 15824k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 182k| 17k| 0.000000e+00 | -- | Inf
1784.68/1785.06 c 1785s|274200 | 1018 | 15829k| 57.7 | 32M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1785.27/1785.62 c 1786s|274300 | 1018 | 15834k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1785.77/1786.16 c 1786s|274400 | 1018 | 15840k| 57.7 | 32M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1786.37/1786.71 c 1787s|274500 | 1016 | 15845k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1787.18/1787.59 c 1788s|274600 | 1014 | 15853k| 57.7 | 32M| 53 | 95 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1787.97/1788.30 c 1788s|274700 | 1018 | 15860k| 57.7 | 32M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1788.47/1788.81 c 1789s|274800 | 1018 | 15865k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1788.97/1789.32 c 1789s|274900 | 1020 | 15870k| 57.7 | 32M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1789.47/1789.84 c 1790s|275000 | 1029 | 15875k| 57.7 | 32M| 53 | 85 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1790.07/1790.42 c 1790s|275100 | 1020 | 15881k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1790.67/1791.01 c 1791s|275200 | 1021 | 15886k| 57.7 | 32M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1791.17/1791.57 c 1792s|275300 | 1020 | 15892k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1791.87/1792.22 c 1792s|275400 | 1022 | 15899k| 57.7 | 32M| 53 | 84 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1792.57/1792.93 c 1793s|275500 | 1024 | 15906k| 57.7 | 32M| 53 | 93 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1793.27/1793.60 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1793.27/1793.60 c 1794s|275600 | 1030 | 15912k| 57.7 | 32M| 53 | 82 | 400 | 19k| 400 | 755 | 155 | 183k| 17k| 0.000000e+00 | -- | Inf
1793.78/1794.20 c 1794s|275700 | 1026 | 15918k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 184k| 17k| 0.000000e+00 | -- | Inf
1794.47/1794.87 c 1795s|275800 | 1028 | 15924k| 57.7 | 32M| 53 | 86 | 400 | 19k| 400 | 755 | 155 | 184k| 17k| 0.000000e+00 | -- | Inf
1794.97/1795.37 c 1795s|275900 | 1026 | 15929k| 57.7 | 32M| 53 | 89 | 400 | 19k| 400 | 755 | 155 | 184k| 17k| 0.000000e+00 | -- | Inf
1795.47/1795.89 c 1796s|276000 | 1026 | 15934k| 57.7 | 32M| 53 | 88 | 400 | 19k| 400 | 755 | 155 | 184k| 17k| 0.000000e+00 | -- | Inf
1796.07/1796.49 c 1796s|276100 | 1024 | 15939k| 57.7 | 32M| 53 | - | 400 | 19k| 400 | 755 | 155 | 184k| 17k| 0.000000e+00 | -- | Inf
1796.67/1797.00 c
1796.67/1797.00 c SCIP Status : solving was interrupted [time limit reached]
1796.67/1797.00 c Solving Time (sec) : 1797.00
1796.67/1797.00 c Solving Nodes : 276183
1796.67/1797.00 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1796.67/1797.00 c Dual Bound : +0.00000000000000e+00
1796.67/1797.00 c Gap : infinite
1796.67/1797.00 s UNKNOWN
1796.67/1797.00 c SCIP Status : solving was interrupted [time limit reached]
1796.67/1797.00 c Total Time : 1797.00
1796.67/1797.00 c solving : 1797.00
1796.67/1797.00 c presolving : 0.14 (included in solving)
1796.67/1797.00 c reading : 0.03 (included in solving)
1796.67/1797.00 c copying : 0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.67/1797.00 c Original Problem :
1796.67/1797.00 c Problem name : HOME/instance-3691891-1338038193.opb
1796.67/1797.00 c Variables : 6620 (400 binary, 0 integer, 6220 implicit integer, 0 continuous)
1796.67/1797.00 c Constraints : 7222 initial, 7222 maximal
1796.67/1797.00 c Objective sense : minimize
1796.67/1797.00 c Presolved Problem :
1796.67/1797.00 c Problem name : t_HOME/instance-3691891-1338038193.opb
1796.67/1797.00 c Variables : 400 (400 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.00 c Constraints : 602 initial, 20687 maximal
1796.67/1797.00 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1796.67/1797.00 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c dualfix : 0.01 0.00 6220 0 0 0 0 0 0 0 0
1796.67/1797.00 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c implics : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c knapsack : 0.02 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c setppc : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c linear : 0.02 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c logicor : 0.00 0.00 0 0 0 0 0 0 0 0 0
1796.67/1797.00 c pseudoboolean : 0.02 0.00 0 0 0 0 0 7020 400 0 0
1796.67/1797.00 c root node : - - 0 - - 0 - - - - -
1796.67/1797.00 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
1796.67/1797.00 c integral : 0 0 0 0 143551 0 1 0 470 9403 0 0 277934
1796.67/1797.00 c knapsack : 401 401 4 839678 0 1 0 3031026 33 1627594 432 0 0
1796.67/1797.00 c setppc : 200 200 4 839645 0 1 0 528805 4 74164 0 0 0
1796.67/1797.00 c linear : 1+ 24 5 839641 0 1 0 0 0 0 0 0 0
1796.67/1797.00 c logicor : 0+ 20062 0 286176 0 0 0 364006 474 145275 0 0 0
1796.67/1797.00 c countsols : 0 0 0 0 0 1 0 0 0 0 0 0 0
1796.67/1797.00 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
1796.67/1797.00 c integral : 199.06 0.00 0.00 0.00 199.06 0.00 0.00 0.00
1796.67/1797.00 c knapsack : 13.48 0.00 0.02 11.87 0.00 0.00 0.00 1.59
1796.67/1797.00 c setppc : 0.91 0.00 0.00 0.73 0.00 0.00 0.00 0.17
1796.67/1797.00 c linear : 0.59 0.00 0.00 0.59 0.00 0.00 0.00 0.00
1796.67/1797.00 c logicor : 18.30 0.00 0.00 17.68 0.00 0.00 0.00 0.62
1796.67/1797.00 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1796.67/1797.00 c Propagators : #Propagate #ResProp Cutoffs DomReds
1796.67/1797.00 c rootredcost : 0 0 0 0
1796.67/1797.00 c pseudoobj : 0 0 0 0
1796.67/1797.00 c vbounds : 0 0 0 0
1796.67/1797.00 c redcost : 143554 0 0 0
1796.67/1797.00 c probing : 0 0 0 0
1796.67/1797.00 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
1796.67/1797.00 c rootredcost : 0.22 0.00 0.00 0.22 0.00
1796.67/1797.00 c pseudoobj : 0.23 0.00 0.00 0.23 0.00
1796.67/1797.00 c vbounds : 0.20 0.00 0.00 0.20 0.00
1796.67/1797.00 c redcost : 0.87 0.00 0.00 0.87 0.00
1796.67/1797.00 c probing : 0.00 0.00 0.00 0.00 0.00
1796.67/1797.00 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1796.67/1797.00 c propagation : 0.01 511 484 2373 32.4 1 31.0 -
1796.67/1797.00 c infeasible LP : 19.08 136366 122699 1336548 43.1 218 31.9 0
1796.67/1797.00 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1796.67/1797.00 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1796.67/1797.00 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1796.67/1797.00 c applied globally : - - - 183265 29.2 - - -
1796.67/1797.00 c applied locally : - - - 1049 55.9 - - -
1796.67/1797.00 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
1796.67/1797.00 c cut pool : 0.00 3 - - 0 - (maximal pool size: 12)
1796.67/1797.00 c closecuts : 0.00 0.00 0 0 0 0 0
1796.67/1797.00 c impliedbounds : 0.00 0.00 4 0 0 0 0
1796.67/1797.00 c intobj : 0.00 0.00 0 0 0 0 0
1796.67/1797.00 c gomory : 0.14 0.00 4 0 0 0 0
1796.67/1797.00 c cgmip : 0.00 0.00 0 0 0 0 0
1796.67/1797.00 c strongcg : 0.13 0.00 4 0 0 12 0
1796.67/1797.00 c cmir : 0.00 0.00 0 0 0 0 0
1796.67/1797.00 c flowcover : 0.00 0.00 0 0 0 0 0
1796.67/1797.00 c clique : 0.00 0.00 1 0 0 0 0
1796.67/1797.00 c zerohalf : 0.00 0.00 0 0 0 0 0
1796.67/1797.00 c mcf : 0.00 0.00 1 0 0 0 0
1796.67/1797.00 c oddcycle : 0.00 0.00 0 0 0 0 0
1796.67/1797.00 c rapidlearning : 0.10 0.00 1 0 0 0 23
1796.67/1797.00 c Pricers : ExecTime SetupTime Calls Vars
1796.67/1797.00 c problem variables: 0.00 - 0 0
1796.67/1797.00 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
1796.67/1797.00 c relpscost : 198.93 0.00 143551 470 9403 0 0 277934
1796.67/1797.00 c pscost : 0.00 0.00 0 0 0 0 0 0
1796.67/1797.00 c inference : 0.00 0.00 1 0 0 0 0 2
1796.67/1797.00 c mostinf : 0.00 0.00 0 0 0 0 0 0
1796.67/1797.00 c leastinf : 0.00 0.00 0 0 0 0 0 0
1796.67/1797.00 c fullstrong : 0.00 0.00 0 0 0 0 0 0
1796.67/1797.00 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
1796.67/1797.00 c random : 0.00 0.00 0 0 0 0 0 0
1796.67/1797.00 c Primal Heuristics : ExecTime SetupTime Calls Found
1796.67/1797.00 c LP solutions : 0.00 - - 0
1796.67/1797.00 c pseudo solutions : 0.00 - - 0
1796.67/1797.00 c smallcard : 0.00 0.00 0 0
1796.67/1797.00 c trivial : 0.00 0.00 1 0
1796.67/1797.00 c shiftandpropagate: 0.00 0.00 0 0
1796.67/1797.00 c simplerounding : 0.00 0.00 0 0
1796.67/1797.00 c zirounding : 0.00 0.00 0 0
1796.67/1797.00 c rounding : 0.00 0.00 0 0
1796.67/1797.00 c shifting : 0.00 0.00 0 0
1796.67/1797.00 c intshifting : 0.00 0.00 0 0
1796.67/1797.00 c oneopt : 0.00 0.00 0 0
1796.67/1797.00 c twoopt : 0.00 0.00 0 0
1796.67/1797.00 c indtwoopt : 0.00 0.00 0 0
1796.67/1797.00 c indoneopt : 0.00 0.00 0 0
1796.67/1797.00 c fixandinfer : 0.00 0.00 0 0
1796.67/1797.00 c feaspump : 0.00 0.00 0 0
1796.67/1797.00 c clique : 0.00 0.00 0 0
1796.67/1797.00 c indrounding : 0.00 0.00 0 0
1796.67/1797.00 c indcoefdiving : 0.00 0.00 0 0
1796.67/1797.00 c coefdiving : 0.00 0.00 0 0
1796.67/1797.00 c pscostdiving : 0.00 0.00 0 0
1796.67/1797.00 c nlpdiving : 0.00 0.00 0 0
1796.67/1797.00 c fracdiving : 0.00 0.00 0 0
1796.67/1797.00 c veclendiving : 0.00 0.00 0 0
1796.67/1797.00 c intdiving : 0.00 0.00 0 0
1796.67/1797.00 c actconsdiving : 0.00 0.00 0 0
1796.67/1797.00 c objpscostdiving : 0.00 0.00 0 0
1796.67/1797.00 c rootsoldiving : 0.00 0.00 0 0
1796.67/1797.00 c linesearchdiving : 0.00 0.00 0 0
1796.67/1797.00 c guideddiving : 0.00 0.00 0 0
1796.67/1797.00 c octane : 0.00 0.00 0 0
1796.67/1797.00 c rens : 0.00 0.00 0 0
1796.67/1797.00 c rins : 0.00 0.00 0 0
1796.67/1797.00 c localbranching : 0.00 0.00 0 0
1796.67/1797.00 c mutation : 0.00 0.00 0 0
1796.67/1797.00 c crossover : 0.00 0.00 0 0
1796.67/1797.00 c dins : 0.00 0.00 0 0
1796.67/1797.00 c vbounds : 0.00 0.00 0 0
1796.67/1797.00 c undercover : 0.00 0.00 0 0
1796.67/1797.00 c subnlp : 0.00 0.00 0 0
1796.67/1797.00 c trysol : 0.00 0.00 0 0
1796.67/1797.00 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
1796.67/1797.00 c primal LP : 0.02 1 0 0.00 0.00 0.02 1
1796.67/1797.00 c dual LP : 1490.65 279921 15944817 56.96 10696.52 0.00 5
1796.67/1797.00 c lex dual LP : 0.00 0 0 0.00 -
1796.67/1797.00 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1796.67/1797.00 c diving/probing LP: 0.00 0 0 0.00 -
1796.67/1797.00 c strong branching : 195.35 17954 1769493 98.56 9057.90
1796.67/1797.00 c (at root node) : - 14 3296 235.43 -
1796.67/1797.00 c conflict analysis: 0.00 0 0 0.00 -
1796.67/1797.00 c B&B Tree :
1796.67/1797.00 c number of runs : 1
1796.67/1797.00 c nodes : 276183
1796.67/1797.00 c nodes (total) : 276183
1796.67/1797.00 c nodes left : 1029
1796.67/1797.00 c max depth : 53
1796.67/1797.00 c max depth (total): 53
1796.67/1797.00 c backtracks : 56201 (20.3%)
1796.67/1797.00 c delayed cutoffs : 725
1796.67/1797.00 c repropagations : 288588 (298799 domain reductions, 643 cutoffs)
1796.67/1797.00 c avg switch length: 4.71
1796.67/1797.00 c switching time : 26.34
1796.67/1797.00 c Solution :
1796.67/1797.00 c Solutions found : 0 (0 improvements)
1796.67/1797.00 c Primal Bound : -
1796.67/1797.00 c Dual Bound : +0.00000000000000e+00
1796.67/1797.00 c Gap : infinite
1796.67/1797.00 c Root Dual Bound : +0.00000000000000e+00
1796.67/1797.00 c Root Iterations : 1165
1796.67/1797.05 c Time complete: 1796.73.
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-3691891-1338038193/watcher-3691891-1338038193 -o /tmp/evaluation-result-3691891-1338038193/solver-3691891-1338038193 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691891-1338038193.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.04 2.04 2.00 3/176 3088
/proc/meminfo: memFree=28406744/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=12892 CPUtime=0 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 1995 0 0 0 0 0 0 0 20 0 1 0 269945311 13201408 1950 33554432000 4194304 10219143 140735350359184 140736158343000 8844210 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 3256 1952 428 1471 0 1776 0
[startup+0.0259509 s]
/proc/loadavg: 2.04 2.04 2.00 3/176 3088
/proc/meminfo: memFree=28406744/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=21036 CPUtime=0.01 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 4016 0 0 0 1 0 0 0 20 0 1 0 269945311 21540864 3971 33554432000 4194304 10219143 140735350359184 140736158343000 7589947 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 5259 3977 437 1471 0 3779 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21036
[startup+0.100268 s]
/proc/loadavg: 2.04 2.04 2.00 3/176 3088
/proc/meminfo: memFree=28406744/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=39376 CPUtime=0.08 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 8659 0 0 0 7 1 0 0 20 0 1 0 269945311 40321024 8356 33554432000 4194304 10219143 140735350359184 140736158343000 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 9844 8356 565 1471 0 8364 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39376
[startup+0.300156 s]
/proc/loadavg: 2.04 2.04 2.00 3/176 3088
/proc/meminfo: memFree=28406744/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=46764 CPUtime=0.28 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 10868 0 0 0 25 3 0 0 20 0 1 0 269945311 47886336 10495 33554432000 4194304 10219143 140735350359184 140735350354072 5681064 0 0 4096 16384 0 0 0 17 6 0 0 0 0 0
/proc/3088/statm: 11691 10495 793 1471 0 10211 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46764
[startup+0.70009 s]
/proc/loadavg: 2.04 2.04 2.00 3/176 3088
/proc/meminfo: memFree=28406744/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=0.69 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14767 0 0 0 64 5 0 0 20 0 1 0 269945311 62009344 13688 33554432000 4194304 10219143 140735350359184 140735350354024 7701956 0 0 4096 16384 0 0 0 17 6 0 0 0 0 0
/proc/3088/statm: 15139 13688 829 1471 0 13659 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60556
[startup+1.50011 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 3089
/proc/meminfo: memFree=28354788/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=1.49 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14769 0 0 0 143 6 0 0 20 0 1 0 269945311 62009344 13690 33554432000 4194304 10219143 140735350359184 140735350352312 8079741 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 13690 830 1471 0 13659 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60556
[startup+3.1001 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 3089
/proc/meminfo: memFree=28354168/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=3.08 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14770 0 0 0 301 7 0 0 20 0 1 0 269945311 62009344 13691 33554432000 4194304 10219143 140735350359184 140735350352312 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 13691 831 1471 0 13659 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 60556
[startup+6.3001 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 3089
/proc/meminfo: memFree=28354292/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=6.28 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14798 0 0 0 621 7 0 0 20 0 1 0 269945311 62009344 13719 33554432000 4194304 10219143 140735350359184 140735350352680 8099063 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 13719 831 1471 0 13659 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 60556
[startup+12.7001 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 3089
/proc/meminfo: memFree=28354212/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=12.68 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14799 0 0 0 1257 11 0 0 20 0 1 0 269945311 62009344 13720 33554432000 4194304 10219143 140735350359184 140735350352632 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 13720 832 1471 0 13659 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 60556
[startup+25.5002 s]
/proc/loadavg: 2.08 2.05 2.00 3/177 3089
/proc/meminfo: memFree=28354588/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=25.47 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14824 0 0 0 2527 20 0 0 20 0 1 0 269945311 62009344 13745 33554432000 4194304 10219143 140735350359184 140735350352632 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 13745 835 1471 0 13659 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 60556
[startup+51.1002 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 3089
/proc/meminfo: memFree=28354472/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=51.07 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14824 0 0 0 5055 52 0 0 20 0 1 0 269945311 62009344 13745 33554432000 4194304 10219143 140735350359184 140735350352440 7961885 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 13745 835 1471 0 13659 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60556
[startup+102.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 3089
/proc/meminfo: memFree=28352204/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=102.26 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14833 0 0 0 10115 111 0 0 20 0 1 0 269945311 62009344 14152 33554432000 4194304 10219143 140735350359184 140735350352440 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 14152 835 1471 0 13659 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60556
[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 3090
/proc/meminfo: memFree=28352216/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=162.25 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14833 0 0 0 16039 186 0 0 20 0 1 0 269945311 62009344 14152 33554432000 4194304 10219143 140735350359184 140735350352536 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 14152 835 1471 0 13659 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 60556
[startup+222.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 3093
/proc/meminfo: memFree=28352716/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=222.25 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14833 0 0 0 21970 255 0 0 20 0 1 0 269945311 62009344 14152 33554432000 4194304 10219143 140735350359184 140735350352632 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 14152 835 1471 0 13659 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 60556
[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3093
/proc/meminfo: memFree=28352736/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=282.23 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14834 0 0 0 27893 330 0 0 20 0 1 0 269945311 62009344 14153 33554432000 4194304 10219143 140735350359184 140735350352536 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 14153 835 1471 0 13659 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 60556
[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3093
/proc/meminfo: memFree=28352868/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=342.21 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14834 0 0 0 33816 405 0 0 20 0 1 0 269945311 62009344 14153 33554432000 4194304 10219143 140735350359184 140735350352440 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 14153 835 1471 0 13659 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 60556
[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3093
/proc/meminfo: memFree=28352880/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=402.21 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14834 0 0 0 39740 481 0 0 20 0 1 0 269945311 62009344 14153 33554432000 4194304 10219143 140735350359184 140735350352488 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 14153 835 1471 0 13659 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 60556
[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3094
/proc/meminfo: memFree=28353264/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=462.2 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14834 0 0 0 45673 547 0 0 20 0 1 0 269945311 62009344 14153 33554432000 4194304 10219143 140735350359184 140735350351800 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 14153 835 1471 0 13659 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 60556
[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3094
/proc/meminfo: memFree=28353028/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=522.19 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14834 0 0 0 51598 621 0 0 20 0 1 0 269945311 62009344 14153 33554432000 4194304 10219143 140735350359184 140735350352680 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 14153 835 1471 0 13659 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 60556
[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 3094
/proc/meminfo: memFree=28353792/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=60556 CPUtime=582.18 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 14834 0 0 0 57526 692 0 0 20 0 1 0 269945311 62009344 14153 33554432000 4194304 10219143 140735350359184 140735350352824 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 15139 14153 835 1471 0 13659 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 60556
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=28348504/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=64504 CPUtime=1062.1 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 15802 0 0 0 104934 1276 0 0 20 0 1 0 269945311 66052096 15117 33554432000 4194304 10219143 140735350359184 140735350352440 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 16126 15117 835 1471 0 14646 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 64504
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3101
/proc/meminfo: memFree=28348268/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=64640 CPUtime=1122.08 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 15825 0 0 0 110857 1351 0 0 20 0 1 0 269945311 66191360 15140 33554432000 4194304 10219143 140735350359184 140735350351800 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 16160 15140 835 1471 0 14680 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 64640
[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3101
/proc/meminfo: memFree=28347224/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=64820 CPUtime=1182.08 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 15897 0 0 0 116774 1434 0 0 20 0 1 0 269945311 66375680 15215 33554432000 4194304 10219143 140735350359184 140735350352168 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 16205 15215 835 1471 0 14725 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 64820
[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3101
/proc/meminfo: memFree=28346748/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=65444 CPUtime=1242.06 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 16013 0 0 0 122697 1509 0 0 20 0 1 0 269945311 67014656 15331 33554432000 4194304 10219143 140735350359184 140735350352536 8091410 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 16361 15331 835 1471 0 14881 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 65444
[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 3101
/proc/meminfo: memFree=28345896/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=66252 CPUtime=1302.05 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 16219 0 0 0 128622 1583 0 0 20 0 1 0 269945311 67842048 15537 33554432000 4194304 10219143 140735350359184 140735350351800 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 16563 15537 835 1471 0 15083 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 66252
[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 3101
/proc/meminfo: memFree=28345428/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=66828 CPUtime=1362.05 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 16400 0 0 0 134545 1660 0 0 20 0 1 0 269945311 68431872 15718 33554432000 4194304 10219143 140735350359184 140735350352360 8091189 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 16707 15718 835 1471 0 15227 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 66828
[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3105
/proc/meminfo: memFree=28344112/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=67480 CPUtime=1422.04 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 16547 0 0 0 140471 1733 0 0 20 0 1 0 269945311 69099520 15865 33554432000 4194304 10219143 140735350359184 140735350352728 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 16870 15865 835 1471 0 15390 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 67480
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3143
/proc/meminfo: memFree=27885652/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=67652 CPUtime=1482.02 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 16607 0 0 0 146395 1807 0 0 20 0 1 0 269945311 69275648 15925 33554432000 4194304 10219143 140735350359184 140735350352440 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 16913 15925 835 1471 0 15433 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 67652
[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3143
/proc/meminfo: memFree=27778540/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=68524 CPUtime=1542.01 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 16819 0 0 0 152320 1881 0 0 20 0 1 0 269945311 70168576 16137 33554432000 4194304 10219143 140735350359184 140735350352120 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17131 16137 835 1471 0 15651 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 68524
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3143
/proc/meminfo: memFree=27557452/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=68856 CPUtime=1602 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 16894 0 0 0 158245 1955 0 0 20 0 1 0 269945311 70508544 16212 33554432000 4194304 10219143 140735350359184 140735350352120 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17214 16212 835 1471 0 15734 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 68856
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3143
/proc/meminfo: memFree=27478576/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=69036 CPUtime=1662 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 16944 0 0 0 164171 2029 0 0 20 0 1 0 269945311 70692864 16262 33554432000 4194304 10219143 140735350359184 140735350352440 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17259 16262 835 1471 0 15779 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 69036
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3144
/proc/meminfo: memFree=27378456/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=69640 CPUtime=1721.98 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 17074 0 0 0 170097 2101 0 0 20 0 1 0 269945311 71311360 16392 33554432000 4194304 10219143 140735350359184 140735350352856 8091539 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17410 16392 835 1471 0 15930 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 69640
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3182
/proc/meminfo: memFree=27896924/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=69640 CPUtime=1781.97 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 17089 0 0 0 176017 2180 0 0 20 0 1 0 269945311 71311360 16406 33554432000 4194304 10219143 140735350359184 140735350352824 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17410 16406 835 1471 0 15930 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 69640
Solver just ended. Dumping a history of the last processes samples
[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3182
/proc/meminfo: memFree=27889732/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=69640 CPUtime=1785.27 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 17089 0 0 0 176342 2185 0 0 20 0 1 0 269945311 71311360 16406 33554432000 4194304 10219143 140735350359184 140735350352120 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17410 16406 835 1471 0 15930 0
Current children cumulated CPU time (s) 1785.27
Current children cumulated vsize (KiB) 69640
[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3182
/proc/meminfo: memFree=27876712/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=69640 CPUtime=1791.67 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 17089 0 0 0 176973 2194 0 0 20 0 1 0 269945311 71311360 16406 33554432000 4194304 10219143 140735350359184 140735350352488 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17410 16406 835 1471 0 15930 0
Current children cumulated CPU time (s) 1791.67
Current children cumulated vsize (KiB) 69640
[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3182
/proc/meminfo: memFree=27869260/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=69872 CPUtime=1794.88 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 17141 0 0 0 177290 2198 0 0 20 0 1 0 269945311 71548928 16458 33554432000 4194304 10219143 140735350359184 140735350352440 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17468 16458 835 1471 0 15988 0
Current children cumulated CPU time (s) 1794.88
Current children cumulated vsize (KiB) 69872
[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3182
/proc/meminfo: memFree=27869260/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=69872 CPUtime=1795.67 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 17141 0 0 0 177368 2199 0 0 20 0 1 0 269945311 71548928 16458 33554432000 4194304 10219143 140735350359184 140735350355656 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17468 16458 835 1471 0 15988 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (KiB) 69872
[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3182
/proc/meminfo: memFree=27867276/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=69872 CPUtime=1796.47 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 17141 0 0 0 177447 2200 0 0 20 0 1 0 269945311 71548928 16458 33554432000 4194304 10219143 140735350359184 140735350352168 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17468 16458 835 1471 0 15988 0
Current children cumulated CPU time (s) 1796.47
Current children cumulated vsize (KiB) 69872
[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3182
/proc/meminfo: memFree=27867276/32873648 swapFree=6852/6852
[pid=3088] ppid=3086 vsize=69872 CPUtime=1796.67 cores=0,2,4,6
/proc/3088/stat : 3088 (scip-2.1.1.4exp) R 3086 3088 1296 0 -1 4202496 17141 0 0 0 177467 2200 0 0 20 0 1 0 269945311 71548928 16458 33554432000 4194304 10219143 140735350359184 140735350352168 9026266 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 17468 16458 835 1471 0 15988 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (KiB) 69872
Child status: 0
Real time (s): 1797.05
CPU time (s): 1796.73
CPU user time (s): 1774.72
CPU system time (s): 22.0107
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 69872
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.72
system time used= 22.0107
maximum resident set size= 65848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17147
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= 15
involuntary context switches= 3640
runsolver used 2.67959 second user time and 7.2569 second system time
The end