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-3691646-1338019116.opb>
0.00/0.00 c original problem has 266 variables (266 bin, 0 int, 0 impl, 0 cont) and 573 constraints
0.00/0.00 c problem read in 0.00
0.00/0.00 c No objective function, only one solution is needed.
0.00/0.00 c presolving settings loaded
0.00/0.01 c presolving:
0.00/0.01 c (round 1) 3 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 302 impls, 0 clqs
0.00/0.01 c (round 2) 14 del vars, 18 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 302 impls, 0 clqs
0.00/0.01 c (round 3) 14 del vars, 29 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 302 impls, 0 clqs
0.00/0.02 c (round 4) 14 del vars, 29 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 302 impls, 0 clqs
0.00/0.02 c (round 5) 20 del vars, 29 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 6476 impls, 6 clqs
0.00/0.02 c (round 6) 20 del vars, 35 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 6476 impls, 6 clqs
0.00/0.02 c (round 7) 20 del vars, 37 del conss, 0 add conss, 12 chg bounds, 0 chg sides, 0 chg coeffs, 544 upgd conss, 6476 impls, 6 clqs
0.00/0.03 c presolving (8 rounds):
0.00/0.03 c 20 deleted vars, 37 deleted constraints, 0 added constraints, 12 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03 c 6476 implications, 6 cliques
0.00/0.03 c presolved problem has 246 variables (246 bin, 0 int, 0 impl, 0 cont) and 536 constraints
0.00/0.03 c 162 constraints of type <knapsack>
0.00/0.03 c 117 constraints of type <setppc>
0.00/0.03 c 257 constraints of type <logicor>
0.00/0.03 c transformed objective value is always integral (scale: 1)
0.00/0.03 c Presolving Time: 0.02
0.00/0.03 c - non default parameters ----------------------------------------------------------------------
0.00/0.03 c # SCIP version 2.1.1.4
0.00/0.03 c
0.00/0.03 c # maximal time in seconds to run
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03 c limits/time = 1797
0.00/0.03 c
0.00/0.03 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03 c limits/memory = 13950
0.00/0.03 c
0.00/0.03 c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03 c limits/solutions = 1
0.00/0.03 c
0.00/0.03 c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03 c separating/maxrounds = 1
0.00/0.03 c
0.00/0.03 c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03 c separating/maxroundsroot = 5
0.00/0.03 c
0.00/0.03 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03 c # [type: int, range: [1,2], default: 1]
0.00/0.03 c timing/clocktype = 2
0.00/0.03 c
0.00/0.03 c # belongs reading time to solving time?
0.00/0.03 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03 c timing/reading = TRUE
0.00/0.03 c
0.00/0.03 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03 c constraints/knapsack/disaggregation = FALSE
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03 c heuristics/coefdiving/freq = -1
0.00/0.03 c
0.00/0.03 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03 c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03 c
0.00/0.03 c # additional number of allowed LP iterations
0.00/0.03 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03 c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03 c heuristics/crossover/freq = -1
0.00/0.03 c
0.00/0.03 c # number of nodes added to the contingent of the total nodes
0.00/0.03 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03 c heuristics/crossover/nodesofs = 750
0.00/0.03 c
0.00/0.03 c # number of nodes without incumbent change that heuristic should wait
0.00/0.03 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03 c heuristics/crossover/nwaitingnodes = 100
0.00/0.03 c
0.00/0.03 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03 c # [type: real, range: [0,1], default: 0.1]
0.00/0.03 c heuristics/crossover/nodesquot = 0.15
0.00/0.03 c
0.00/0.03 c # minimum percentage of integer variables that have to be fixed
0.00/0.03 c # [type: real, range: [0,1], default: 0.666]
0.00/0.03 c heuristics/crossover/minfixingrate = 0.5
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03 c heuristics/feaspump/freq = -1
0.00/0.03 c
0.00/0.03 c # additional number of allowed LP iterations
0.00/0.03 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03 c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03 c heuristics/fracdiving/freq = -1
0.00/0.03 c
0.00/0.03 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03 c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03 c
0.00/0.03 c # additional number of allowed LP iterations
0.00/0.03 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03 c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03 c heuristics/guideddiving/freq = -1
0.00/0.03 c
0.00/0.03 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03 c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03 c
0.00/0.03 c # additional number of allowed LP iterations
0.00/0.03 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03 c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03 c
0.00/0.03 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03 c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03 c heuristics/intshifting/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03 c heuristics/linesearchdiving/freq = -1
0.00/0.03 c
0.00/0.03 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03 c
0.00/0.03 c # additional number of allowed LP iterations
0.00/0.03 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03 c heuristics/objpscostdiving/freq = -1
0.00/0.03 c
0.00/0.03 c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03 c # [type: real, range: [0,1], default: 0.01]
0.00/0.03 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03 c
0.00/0.03 c # additional number of allowed LP iterations
0.00/0.03 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03 c heuristics/oneopt/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03 c heuristics/pscostdiving/freq = -1
0.00/0.03 c
0.00/0.03 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03 c
0.00/0.03 c # additional number of allowed LP iterations
0.00/0.03 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03 c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03 c heuristics/rens/freq = -1
0.00/0.03 c
0.00/0.03 c # minimum percentage of integer variables that have to be fixable
0.00/0.03 c # [type: real, range: [0,1], default: 0.5]
0.00/0.03 c heuristics/rens/minfixingrate = 0.3
0.00/0.03 c
0.00/0.03 c # number of nodes added to the contingent of the total nodes
0.00/0.03 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03 c heuristics/rens/nodesofs = 2000
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03 c heuristics/rootsoldiving/freq = -1
0.00/0.03 c
0.00/0.03 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03 c
0.00/0.03 c # additional number of allowed LP iterations
0.00/0.03 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03 c heuristics/rounding/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03 c heuristics/shiftandpropagate/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03 c heuristics/shifting/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03 c heuristics/simplerounding/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03 c heuristics/subnlp/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03 c heuristics/trivial/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03 c heuristics/trysol/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03 c heuristics/undercover/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03 c heuristics/veclendiving/freq = -1
0.00/0.03 c
0.00/0.03 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03 c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03 c
0.00/0.03 c # additional number of allowed LP iterations
0.00/0.03 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03 c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03 c heuristics/zirounding/freq = -1
0.00/0.03 c
0.00/0.03 c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03 c propagating/probing/maxprerounds = 0
0.00/0.03 c
0.00/0.03 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03 c separating/cmir/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03 c separating/flowcover/freq = -1
0.00/0.03 c
0.00/0.03 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03 c separating/rapidlearning/freq = 0
0.00/0.03 c
0.00/0.03 c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03 c heuristics/indoneopt/freq = -1
0.00/0.03 c
0.00/0.03 c -----------------------------------------------------------------------------------------------
0.00/0.03 c start solving
0.00/0.03 c
0.03/0.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.03/0.06 c 0.1s| 1 | 0 | 524 | - |2007k| 0 | 161 | 246 | 536 | 246 | 536 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.19/0.26 c 0.3s| 1 | 0 | 983 | - |4685k| 0 | 187 | 246 | 560 | 246 | 737 | 201 | 0 | 0 | 0.000000e+00 | -- | Inf
0.38/0.42 c 0.4s| 1 | 0 | 1465 | - |7217k| 0 | 197 | 246 | 560 | 246 | 847 | 311 | 0 | 0 | 0.000000e+00 | -- | Inf
0.59/0.68 c 0.5s| 1 | 0 | 1670 | - |9114k| 0 | 202 | 246 | 560 | 246 | 886 | 350 | 0 | 0 | 0.000000e+00 | -- | Inf
0.59/0.69 c 0.7s| 1 | 0 | 1974 | - | 10M| 0 | 211 | 246 | 560 | 246 | 921 | 385 | 0 | 0 | 0.000000e+00 | -- | Inf
0.79/0.84 c 0.8s| 1 | 0 | 2226 | - | 12M| 0 | 214 | 246 | 560 | 246 | 939 | 403 | 0 | 0 | 0.000000e+00 | -- | Inf
1.19/1.26 c 1.3s| 1 | 2 | 2226 | - | 12M| 0 | 214 | 246 | 560 | 246 | 939 | 403 | 0 | 9 | 0.000000e+00 | -- | Inf
3.38/3.48 c 3.5s| 100 | 13 | 5916 | 37.3 | 12M| 16 | 19 | 246 | 572 | 246 | 704 | 403 | 13 | 853 | 0.000000e+00 | -- | Inf
3.99/4.06 c 4.1s| 200 | 13 | 7981 | 28.9 | 12M| 19 | - | 246 | 592 | 246 | 704 | 403 | 34 |1077 | 0.000000e+00 | -- | Inf
4.89/4.93 c 4.9s| 300 | 19 | 10717 | 28.4 | 12M| 19 | 50 | 246 | 609 | 246 | 704 | 403 | 51 |1288 | 0.000000e+00 | -- | Inf
5.19/5.28 c 5.3s| 400 | 20 | 12909 | 26.8 | 12M| 19 | - | 246 | 636 | 0 | 0 | 403 | 78 |1353 | 0.000000e+00 | -- | Inf
5.29/5.40 c 5.4s| 500 | 18 | 14509 | 24.6 | 12M| 19 | - | 246 | 657 | 0 | 0 | 403 | 99 |1368 | 0.000000e+00 | -- | Inf
5.89/5.94 c 5.9s| 600 | 20 | 16706 | 24.2 | 12M| 22 | 36 | 246 | 684 | 246 | 704 | 403 | 126 |1490 | 0.000000e+00 | -- | Inf
6.49/6.52 c 6.5s| 700 | 21 | 19174 | 24.2 | 12M| 22 | - | 246 | 694 | 0 | 0 | 403 | 136 |1601 | 0.000000e+00 | -- | Inf
6.59/6.69 c 6.7s| 800 | 24 | 21477 | 24.1 | 12M| 22 | 50 | 246 | 713 | 246 | 704 | 403 | 155 |1608 | 0.000000e+00 | -- | Inf
6.79/6.80 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
6.79/6.80 c 6.8s| 900 | 26 | 23407 | 23.6 | 12M| 22 | - | 246 | 726 | 0 | 0 | 403 | 168 |1611 | 0.000000e+00 | -- | Inf
6.89/6.91 c 6.9s| 1000 | 25 | 25313 | 23.1 | 12M| 22 | - | 246 | 751 | 0 | 0 | 403 | 193 |1611 | 0.000000e+00 | -- | Inf
6.99/7.08 c 7.1s| 1100 | 22 | 27230 | 22.8 | 12M| 22 | - | 246 | 780 | 246 | 704 | 403 | 223 |1626 | 0.000000e+00 | -- | Inf
7.19/7.21 c 7.2s| 1200 | 21 | 29092 | 22.4 | 12M| 22 | 18 | 246 | 815 | 246 | 704 | 403 | 259 |1632 | 0.000000e+00 | -- | Inf
7.39/7.43 c 7.4s| 1300 | 24 | 31630 | 22.6 | 12M| 22 | 22 | 246 | 826 | 246 | 704 | 403 | 271 |1659 | 0.000000e+00 | -- | Inf
7.59/7.68 c 7.7s| 1400 | 24 | 33893 | 22.6 | 12M| 22 | - | 246 | 841 | 0 | 0 | 403 | 287 |1682 | 0.000000e+00 | -- | Inf
7.70/7.79 c 7.8s| 1500 | 27 | 35847 | 22.4 | 12M| 22 | - | 246 | 860 | 0 | 0 | 403 | 307 |1682 | 0.000000e+00 | -- | Inf
7.79/7.89 c 7.9s| 1600 | 26 | 37486 | 22.1 | 12M| 22 | 51 | 246 | 880 | 246 | 704 | 403 | 327 |1682 | 0.000000e+00 | -- | Inf
7.99/8.04 c 8.0s| 1700 | 25 | 39916 | 22.2 | 12M| 22 | 57 | 246 | 894 | 246 | 704 | 403 | 345 |1682 | 0.000000e+00 | -- | Inf
8.09/8.15 c 8.1s| 1800 | 27 | 41663 | 21.9 | 12M| 22 | 49 | 246 | 908 | 246 | 704 | 403 | 364 |1682 | 0.000000e+00 | -- | Inf
8.19/8.26 c 8.3s| 1900 | 28 | 43493 | 21.7 | 12M| 22 | - | 246 | 922 | 0 | 0 | 403 | 382 |1682 | 0.000000e+00 | -- | Inf
8.29/8.37 c 8.4s| 2000 | 25 | 45289 | 21.5 | 12M| 23 | 70 | 246 | 940 | 246 | 704 | 403 | 406 |1682 | 0.000000e+00 | -- | Inf
8.39/8.47 c 8.5s| 2100 | 26 | 46882 | 21.3 | 12M| 23 | - | 246 | 959 | 0 | 0 | 403 | 427 |1682 | 0.000000e+00 | -- | Inf
8.48/8.56 c 8.6s| 2200 | 23 | 48405 | 21.0 | 12M| 24 | - | 246 | 979 | 0 | 0 | 403 | 448 |1682 | 0.000000e+00 | -- | Inf
8.69/8.72 c 8.7s| 2300 | 23 | 50568 | 21.0 | 12M| 24 | 43 | 246 | 997 | 246 | 704 | 403 | 468 |1692 | 0.000000e+00 | -- | Inf
8.79/8.84 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
8.79/8.84 c 8.8s| 2400 | 21 | 52216 | 20.8 | 12M| 28 | 83 | 246 |1010 | 246 | 704 | 403 | 483 |1696 | 0.000000e+00 | -- | Inf
9.09/9.14 c 9.1s| 2500 | 27 | 54285 | 20.8 | 12M| 28 | 38 | 246 |1030 | 246 | 704 | 403 | 508 |1733 | 0.000000e+00 | -- | Inf
9.19/9.27 c 9.3s| 2600 | 26 | 56043 | 20.7 | 12M| 28 | 27 | 246 |1057 | 246 | 704 | 403 | 539 |1739 | 0.000000e+00 | -- | Inf
9.29/9.38 c 9.4s| 2700 | 27 | 57628 | 20.5 | 12M| 28 | 37 | 246 |1078 | 246 | 704 | 403 | 568 |1740 | 0.000000e+00 | -- | Inf
9.49/9.50 c 9.5s| 2800 | 22 | 59576 | 20.5 | 12M| 28 | - | 246 |1094 | 0 | 0 | 403 | 586 |1740 | 0.000000e+00 | -- | Inf
9.69/9.72 c 9.7s| 2900 | 23 | 62103 | 20.7 | 12M| 28 | - | 246 |1119 | 0 | 0 | 403 | 620 |1751 | 0.000000e+00 | -- | Inf
9.79/9.85 c 9.9s| 3000 | 22 | 64158 | 20.7 | 12M| 28 | 25 | 246 |1141 | 246 | 704 | 403 | 644 |1752 | 0.000000e+00 | -- | Inf
9.99/10.00 c 10.0s| 3100 | 19 | 66425 | 20.7 | 12M| 28 | - | 246 |1153 | 0 | 0 | 403 | 659 |1757 | 0.000000e+00 | -- | Inf
10.09/10.16 c 10.2s| 3200 | 18 | 68832 | 20.8 | 12M| 28 | - | 246 |1169 | 246 | 704 | 403 | 682 |1761 | 0.000000e+00 | -- | Inf
10.19/10.27 c 10.3s| 3300 | 22 | 70602 | 20.7 | 12M| 28 | 44 | 246 |1187 | 246 | 704 | 403 | 711 |1762 | 0.000000e+00 | -- | Inf
10.29/10.39 c 10.4s| 3400 | 20 | 72459 | 20.7 | 12M| 28 | - | 246 |1199 | 0 | 0 | 403 | 727 |1762 | 0.000000e+00 | -- | Inf
10.39/10.49 c 10.5s| 3500 | 22 | 74136 | 20.6 | 12M| 28 | - | 246 |1213 | 246 | 704 | 403 | 748 |1762 | 0.000000e+00 | -- | Inf
10.48/10.58 c 10.6s| 3600 | 22 | 75501 | 20.4 | 12M| 28 | 41 | 246 |1235 | 246 | 704 | 403 | 779 |1762 | 0.000000e+00 | -- | Inf
10.69/10.76 c 10.8s| 3700 | 25 | 77466 | 20.3 | 12M| 28 | 38 | 246 |1253 | 246 | 704 | 403 | 805 |1777 | 0.000000e+00 | -- | Inf
10.79/10.86 c 10.9s| 3800 | 22 | 79032 | 20.2 | 12M| 28 | 68 | 246 |1267 | 246 | 704 | 403 | 824 |1777 | 0.000000e+00 | -- | Inf
10.89/10.98 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
10.89/10.98 c 11.0s| 3900 | 28 | 81011 | 20.2 | 12M| 28 | - | 246 |1284 | 0 | 0 | 403 | 846 |1777 | 0.000000e+00 | -- | Inf
10.99/11.08 c 11.1s| 4000 | 23 | 82635 | 20.1 | 12M| 28 | - | 246 |1299 | 0 | 0 | 403 | 864 |1777 | 0.000000e+00 | -- | Inf
11.09/11.18 c 11.2s| 4100 | 21 | 84318 | 20.0 | 12M| 28 | - | 246 |1320 | 0 | 0 | 403 | 886 |1777 | 0.000000e+00 | -- | Inf
11.29/11.33 c 11.3s| 4200 | 21 | 86702 | 20.1 | 12M| 28 | - | 246 |1333 | 0 | 0 | 403 | 903 |1777 | 0.000000e+00 | -- | Inf
11.38/11.45 c 11.4s| 4300 | 23 | 88601 | 20.1 | 12M| 28 | - | 246 |1355 | 0 | 0 | 403 | 931 |1777 | 0.000000e+00 | -- | Inf
11.49/11.55 c 11.6s| 4400 | 22 | 90316 | 20.0 | 12M| 28 | - | 246 |1363 | 246 | 704 | 403 | 944 |1777 | 0.000000e+00 | -- | Inf
11.59/11.66 c 11.7s| 4500 | 22 | 92091 | 20.0 | 12M| 28 | 47 | 246 |1370 | 246 | 704 | 403 | 956 |1777 | 0.000000e+00 | -- | Inf
11.79/11.83 c 11.8s| 4600 | 18 | 94179 | 20.0 | 12M| 28 | - | 246 |1386 | 0 | 0 | 403 | 980 |1795 | 0.000000e+00 | -- | Inf
11.89/11.95 c 11.9s| 4700 | 26 | 96120 | 20.0 | 12M| 28 | - | 246 |1393 | 246 | 704 | 403 |1000 |1797 | 0.000000e+00 | -- | Inf
11.99/12.04 c 12.0s| 4800 | 21 | 97491 | 19.9 | 12M| 28 | - | 246 |1409 | 0 | 0 | 403 |1022 |1798 | 0.000000e+00 | -- | Inf
12.09/12.13 c 12.1s| 4900 | 23 | 98963 | 19.7 | 12M| 28 | - | 246 |1421 | 0 | 0 | 403 |1040 |1800 | 0.000000e+00 | -- | Inf
12.19/12.21 c 12.2s| 5000 | 26 |100184 | 19.6 | 12M| 28 | - | 246 |1439 | 0 | 0 | 403 |1061 |1800 | 0.000000e+00 | -- | Inf
12.29/12.30 c 12.3s| 5100 | 23 |101549 | 19.5 | 12M| 28 | - | 246 |1455 | 246 | 704 | 403 |1083 |1800 | 0.000000e+00 | -- | Inf
12.29/12.39 c 12.4s| 5200 | 23 |102995 | 19.4 | 12M| 28 | - | 246 |1493 | 0 | 0 | 403 |1123 |1800 | 0.000000e+00 | -- | Inf
12.39/12.49 c 12.5s| 5300 | 20 |104592 | 19.3 | 12M| 28 | 58 | 246 |1521 | 246 | 704 | 403 |1155 |1800 | 0.000000e+00 | -- | Inf
12.58/12.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
12.58/12.64 c 12.6s| 5400 | 18 |106564 | 19.3 | 12M| 28 | 73 | 246 |1521 | 246 | 704 | 403 |1177 |1815 | 0.000000e+00 | -- | Inf
12.79/12.80 c 12.8s| 5500 | 20 |108613 | 19.3 | 12M| 28 | 86 | 246 |1531 | 246 | 704 | 403 |1211 |1825 | 0.000000e+00 | -- | Inf
12.89/12.94 c 12.9s| 5600 | 18 |110786 | 19.4 | 12M| 28 | 59 | 246 |1531 | 246 | 704 | 403 |1240 |1826 | 0.000000e+00 | -- | Inf
12.99/13.08 c 13.1s| 5700 | 16 |112911 | 19.4 | 12M| 28 | - | 246 |1526 | 0 | 0 | 403 |1250 |1830 | 0.000000e+00 | -- | Inf
13.10/13.20 c 13.2s| 5800 | 17 |114693 | 19.4 | 12M| 28 | - | 246 |1555 | 246 | 704 | 403 |1287 |1830 | 0.000000e+00 | -- | Inf
13.28/13.34 c 13.3s| 5900 | 18 |116950 | 19.4 | 12M| 28 | 62 | 246 |1549 | 246 | 704 | 403 |1315 |1830 | 0.000000e+00 | -- | Inf
13.39/13.48 c 13.5s| 6000 | 15 |119154 | 19.5 | 12M| 28 | - | 246 |1561 | 0 | 0 | 403 |1345 |1830 | 0.000000e+00 | -- | Inf
13.59/13.62 c 13.6s| 6100 | 15 |121300 | 19.5 | 12M| 28 | - | 246 |1574 | 246 | 704 | 403 |1377 |1830 | 0.000000e+00 | -- | Inf
13.68/13.75 c 13.8s| 6200 | 16 |123342 | 19.5 | 12M| 28 | - | 246 |1582 | 246 | 704 | 403 |1399 |1830 | 0.000000e+00 | -- | Inf
13.79/13.88 c 13.9s| 6300 | 16 |125402 | 19.6 | 12M| 28 | 79 | 246 |1598 | 246 | 704 | 403 |1428 |1830 | 0.000000e+00 | -- | Inf
13.99/14.03 c 14.0s| 6400 | 17 |127769 | 19.6 | 12M| 28 | 38 | 246 |1607 | 246 | 704 | 403 |1448 |1830 | 0.000000e+00 | -- | Inf
14.08/14.15 c 14.1s| 6500 | 15 |129577 | 19.6 | 12M| 28 | 74 | 246 |1621 | 246 | 704 | 403 |1471 |1830 | 0.000000e+00 | -- | Inf
14.29/14.31 c 14.3s| 6600 | 15 |132082 | 19.7 | 12M| 29 | - | 246 |1622 | 246 | 704 | 403 |1485 |1833 | 0.000000e+00 | -- | Inf
14.39/14.40 c 14.4s| 6700 | 16 |133593 | 19.6 | 12M| 29 | 55 | 246 |1646 | 246 | 704 | 403 |1512 |1833 | 0.000000e+00 | -- | Inf
14.48/14.52 c 14.5s| 6800 | 23 |135483 | 19.6 | 12M| 29 | 36 | 246 |1663 | 246 | 704 | 403 |1532 |1833 | 0.000000e+00 | -- | Inf
14.59/14.61 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
14.59/14.61 c 14.6s| 6900 | 20 |136879 | 19.5 | 12M| 29 | - | 246 |1679 | 0 | 0 | 403 |1549 |1833 | 0.000000e+00 | -- | Inf
14.69/14.71 c 14.7s| 7000 | 16 |138480 | 19.5 | 12M| 29 | - | 246 |1699 | 246 | 704 | 403 |1572 |1833 | 0.000000e+00 | -- | Inf
14.78/14.82 c 14.8s| 7100 | 17 |140248 | 19.4 | 12M| 29 | 42 | 246 |1707 | 246 | 704 | 403 |1583 |1833 | 0.000000e+00 | -- | Inf
14.89/14.93 c 14.9s| 7200 | 17 |142022 | 19.4 | 12M| 29 | 47 | 246 |1717 | 246 | 704 | 403 |1598 |1833 | 0.000000e+00 | -- | Inf
14.98/15.05 c 15.0s| 7300 | 14 |143880 | 19.4 | 12M| 29 | - | 246 |1740 | 0 | 0 | 403 |1622 |1833 | 0.000000e+00 | -- | Inf
15.08/15.18 c 15.2s| 7400 | 15 |145980 | 19.4 | 12M| 29 | - | 246 |1747 | 246 | 704 | 403 |1635 |1833 | 0.000000e+00 | -- | Inf
15.18/15.30 c 15.3s| 7500 | 15 |147913 | 19.4 | 12M| 29 | - | 246 |1760 | 0 | 0 | 403 |1652 |1833 | 0.000000e+00 | -- | Inf
15.39/15.42 c 15.4s| 7600 | 16 |149769 | 19.4 | 12M| 29 | 41 | 246 |1772 | 246 | 704 | 403 |1669 |1833 | 0.000000e+00 | -- | Inf
15.49/15.53 c 15.5s| 7700 | 15 |151615 | 19.4 | 12M| 29 | - | 246 |1779 | 246 | 704 | 403 |1683 |1834 | 0.000000e+00 | -- | Inf
15.59/15.67 c 15.7s| 7800 | 17 |153884 | 19.4 | 13M| 29 | 38 | 246 |1798 | 246 | 704 | 403 |1709 |1834 | 0.000000e+00 | -- | Inf
15.79/15.82 c 15.8s| 7900 | 13 |156082 | 19.5 | 13M| 29 | - | 246 |1809 | 0 | 0 | 403 |1728 |1834 | 0.000000e+00 | -- | Inf
15.88/15.96 c 16.0s| 8000 | 15 |158274 | 19.5 | 13M| 29 | - | 246 |1822 | 246 | 704 | 403 |1750 |1834 | 0.000000e+00 | -- | Inf
15.98/16.09 c 16.1s| 8100 | 18 |160345 | 19.5 | 13M| 29 | - | 246 |1827 | 0 | 0 | 403 |1769 |1834 | 0.000000e+00 | -- | Inf
16.19/16.21 c 16.2s| 8200 | 17 |162265 | 19.5 | 13M| 29 | 65 | 246 |1842 | 246 | 704 | 403 |1793 |1834 | 0.000000e+00 | -- | Inf
16.29/16.35 c 16.3s| 8300 | 14 |164409 | 19.5 | 13M| 29 | - | 246 |1850 | 0 | 0 | 403 |1812 |1834 | 0.000000e+00 | -- | Inf
16.39/16.49 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
16.39/16.49 c 16.5s| 8400 | 17 |166747 | 19.6 | 13M| 29 | - | 246 |1862 | 0 | 0 | 403 |1832 |1834 | 0.000000e+00 | -- | Inf
16.59/16.60 c 16.6s| 8500 | 19 |168399 | 19.6 | 13M| 29 | 47 | 246 |1876 | 246 | 704 | 403 |1849 |1834 | 0.000000e+00 | -- | Inf
16.59/16.69 c 16.7s| 8600 | 17 |169850 | 19.5 | 13M| 32 | 42 | 246 |1894 | 246 | 704 | 403 |1869 |1834 | 0.000000e+00 | -- | Inf
16.78/16.82 c 16.8s| 8700 | 18 |171807 | 19.5 | 13M| 32 | 42 | 246 |1906 | 246 | 704 | 403 |1889 |1834 | 0.000000e+00 | -- | Inf
16.89/16.96 c 17.0s| 8800 | 20 |174182 | 19.5 | 13M| 32 | 40 | 246 |1919 | 246 | 704 | 403 |1904 |1834 | 0.000000e+00 | -- | Inf
17.08/17.11 c 17.1s| 8900 | 16 |176580 | 19.6 | 13M| 32 | - | 246 |1940 | 0 | 0 | 403 |1930 |1834 | 0.000000e+00 | -- | Inf
17.18/17.26 c 17.3s| 9000 | 16 |179040 | 19.6 | 13M| 32 | 48 | 246 |1953 | 246 | 704 | 403 |1948 |1834 | 0.000000e+00 | -- | Inf
17.39/17.40 c 17.4s| 9100 | 19 |181234 | 19.7 | 13M| 32 | - | 246 |1958 | 0 | 0 | 403 |1969 |1834 | 0.000000e+00 | -- | Inf
17.49/17.55 c 17.5s| 9200 | 18 |183728 | 19.7 | 13M| 32 | - | 246 |1955 | 0 | 0 | 403 |1977 |1834 | 0.000000e+00 | -- | Inf
17.59/17.63 c 17.6s| 9300 | 19 |184934 | 19.6 | 13M| 33 | 31 | 246 |1959 | 246 | 704 | 403 |1998 |1834 | 0.000000e+00 | -- | Inf
17.69/17.75 c 17.8s| 9400 | 20 |186967 | 19.7 | 13M| 33 | - | 246 |1969 | 246 | 704 | 403 |2016 |1834 | 0.000000e+00 | -- | Inf
17.78/17.86 c 17.9s| 9500 | 19 |188778 | 19.6 | 13M| 33 | 64 | 246 |1978 | 246 | 704 | 403 |2033 |1834 | 0.000000e+00 | -- | Inf
17.88/17.99 c 18.0s| 9600 | 23 |190823 | 19.6 | 13M| 33 | - | 246 |2000 | 246 | 704 | 403 |2060 |1834 | 0.000000e+00 | -- | Inf
18.08/18.11 c 18.1s| 9700 | 23 |192768 | 19.6 | 13M| 33 | 41 | 246 |2009 | 246 | 704 | 403 |2081 |1834 | 0.000000e+00 | -- | Inf
18.18/18.23 c 18.2s| 9800 | 21 |194747 | 19.6 | 13M| 35 | 64 | 246 |2017 | 246 | 704 | 403 |2103 |1834 | 0.000000e+00 | -- | Inf
18.28/18.35 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
18.28/18.35 c 18.4s| 9900 | 17 |196749 | 19.7 | 13M| 35 | 59 | 246 |2015 | 246 | 704 | 403 |2115 |1834 | 0.000000e+00 | -- | Inf
18.38/18.47 c 18.5s| 10000 | 17 |198751 | 19.7 | 13M| 35 | - | 246 |2023 | 0 | 0 | 403 |2140 |1834 | 0.000000e+00 | -- | Inf
18.48/18.60 c 18.6s| 10100 | 17 |200783 | 19.7 | 13M| 35 | 53 | 246 |2034 | 246 | 704 | 403 |2154 |1834 | 0.000000e+00 | -- | Inf
18.69/18.71 c 18.7s| 10200 | 16 |202509 | 19.6 | 13M| 35 | 41 | 246 |2038 | 246 | 704 | 403 |2171 |1834 | 0.000000e+00 | -- | Inf
18.79/18.83 c 18.8s| 10300 | 16 |204677 | 19.7 | 13M| 35 | - | 246 |2032 | 0 | 0 | 403 |2180 |1834 | 0.000000e+00 | -- | Inf
18.88/18.97 c 19.0s| 10400 | 13 |206909 | 19.7 | 13M| 35 | - | 246 |2031 | 246 | 704 | 403 |2197 |1834 | 0.000000e+00 | -- | Inf
19.09/19.11 c 19.1s| 10500 | 18 |209135 | 19.7 | 13M| 35 | 24 | 246 |2031 | 246 | 704 | 403 |2206 |1834 | 0.000000e+00 | -- | Inf
19.18/19.21 c 19.2s| 10600 | 17 |210621 | 19.7 | 13M| 35 | 41 | 246 |2045 | 246 | 704 | 403 |2224 |1834 | 0.000000e+00 | -- | Inf
19.18/19.29 c 19.3s| 10700 | 15 |211980 | 19.6 | 13M| 35 | 72 | 246 |2065 | 246 | 704 | 403 |2248 |1834 | 0.000000e+00 | -- | Inf
19.39/19.41 c 19.4s| 10800 | 15 |214042 | 19.6 | 13M| 35 | - | 246 |2079 | 0 | 0 | 403 |2267 |1834 | 0.000000e+00 | -- | Inf
19.48/19.53 c 19.5s| 10900 | 18 |215844 | 19.6 | 13M| 35 | 35 | 246 |2093 | 246 | 704 | 403 |2287 |1834 | 0.000000e+00 | -- | Inf
19.58/19.62 c 19.6s| 11000 | 16 |217432 | 19.6 | 13M| 35 | 24 | 246 |2113 | 246 | 704 | 403 |2311 |1834 | 0.000000e+00 | -- | Inf
19.69/19.76 c 19.8s| 11100 | 15 |219559 | 19.6 | 13M| 35 | 61 | 246 |2134 | 246 | 704 | 403 |2337 |1834 | 0.000000e+00 | -- | Inf
19.98/20.05 c 20.0s| 11200 | 19 |222446 | 19.7 | 13M| 35 | 52 | 246 |2140 | 246 | 704 | 403 |2355 |1852 | 0.000000e+00 | -- | Inf
20.09/20.19 c 20.2s| 11300 | 18 |224767 | 19.7 | 13M| 35 | 54 | 246 |2138 | 246 | 704 | 403 |2370 |1852 | 0.000000e+00 | -- | Inf
20.28/20.34 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
20.28/20.34 c 20.3s| 11400 | 19 |227253 | 19.7 | 13M| 35 | 48 | 246 |2134 | 246 | 704 | 403 |2379 |1852 | 0.000000e+00 | -- | Inf
20.38/20.46 c 20.5s| 11500 | 19 |229299 | 19.7 | 13M| 35 | - | 246 |2151 | 0 | 0 | 403 |2408 |1852 | 0.000000e+00 | -- | Inf
20.48/20.57 c 20.6s| 11600 | 24 |231066 | 19.7 | 13M| 35 | 22 | 246 |2156 | 246 | 704 | 403 |2422 |1852 | 0.000000e+00 | -- | Inf
20.58/20.67 c 20.7s| 11700 | 18 |232638 | 19.7 | 13M| 35 | - | 246 |2174 | 246 | 704 | 403 |2448 |1852 | 0.000000e+00 | -- | Inf
20.68/20.78 c 20.8s| 11800 | 21 |234453 | 19.7 | 13M| 35 | - | 246 |2199 | 0 | 0 | 403 |2478 |1852 | 0.000000e+00 | -- | Inf
20.78/20.87 c 20.9s| 11900 | 18 |235945 | 19.6 | 13M| 35 | - | 246 |2211 | 0 | 0 | 403 |2494 |1852 | 0.000000e+00 | -- | Inf
20.89/20.99 c 21.0s| 12000 | 23 |237844 | 19.6 | 13M| 35 | 36 | 246 |2221 | 246 | 704 | 403 |2505 |1852 | 0.000000e+00 | -- | Inf
20.99/21.09 c 21.1s| 12100 | 21 |239399 | 19.6 | 13M| 35 | - | 246 |2240 | 246 | 704 | 403 |2525 |1852 | 0.000000e+00 | -- | Inf
21.19/21.20 c 21.2s| 12200 | 17 |241312 | 19.6 | 13M| 35 | - | 246 |2258 | 246 | 704 | 403 |2545 |1852 | 0.000000e+00 | -- | Inf
21.19/21.29 c 21.3s| 12300 | 23 |242742 | 19.6 | 13M| 35 | 43 | 246 |2273 | 246 | 704 | 403 |2565 |1852 | 0.000000e+00 | -- | Inf
21.28/21.39 c 21.4s| 12400 | 21 |244271 | 19.5 | 13M| 35 | 44 | 246 |2294 | 246 | 704 | 403 |2587 |1852 | 0.000000e+00 | -- | Inf
21.49/21.51 c 21.5s| 12500 | 18 |246194 | 19.5 | 13M| 35 | - | 246 |2319 | 0 | 0 | 403 |2617 |1852 | 0.000000e+00 | -- | Inf
21.58/21.67 c 21.7s| 12600 | 17 |248739 | 19.6 | 13M| 35 | - | 246 |2322 | 246 | 704 | 403 |2635 |1852 | 0.000000e+00 | -- | Inf
21.78/21.84 c 21.8s| 12700 | 19 |251416 | 19.6 | 13M| 35 | - | 246 |2286 | 0 | 0 | 403 |2659 |1852 | 0.000000e+00 | -- | Inf
21.89/21.97 c 22.0s| 12800 | 22 |253554 | 19.6 | 13M| 35 | 43 | 246 |2276 | 246 | 704 | 403 |2682 |1852 | 0.000000e+00 | -- | Inf
22.08/22.10 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
22.08/22.10 c 22.1s| 12900 | 19 |255678 | 19.6 | 13M| 35 | - | 246 |2252 | 246 | 704 | 403 |2705 |1852 | 0.000000e+00 | -- | Inf
22.18/22.24 c 22.2s| 13000 | 19 |257832 | 19.7 | 13M| 35 | - | 246 |2246 | 0 | 0 | 403 |2719 |1852 | 0.000000e+00 | -- | Inf
22.28/22.38 c 22.4s| 13100 | 19 |260008 | 19.7 | 13M| 35 | - | 246 |2217 | 246 | 704 | 403 |2729 |1852 | 0.000000e+00 | -- | Inf
22.48/22.52 c 22.5s| 13200 | 19 |262324 | 19.7 | 13M| 35 | - | 246 |2180 | 246 | 704 | 403 |2741 |1852 | 0.000000e+00 | -- | Inf
22.58/22.66 c 22.7s| 13300 | 21 |264401 | 19.7 | 13M| 35 | 42 | 246 |2140 | 246 | 704 | 403 |2756 |1852 | 0.000000e+00 | -- | Inf
22.78/22.80 c 22.8s| 13400 | 22 |266631 | 19.7 | 13M| 35 | 56 | 246 |2116 | 246 | 704 | 403 |2770 |1852 | 0.000000e+00 | -- | Inf
22.89/22.92 c 22.9s| 13500 | 20 |268538 | 19.7 | 13M| 35 | - | 246 |2100 | 246 | 704 | 403 |2788 |1852 | 0.000000e+00 | -- | Inf
22.99/23.04 c 23.0s| 13600 | 22 |270516 | 19.7 | 13M| 35 | 52 | 246 |2104 | 246 | 704 | 403 |2813 |1852 | 0.000000e+00 | -- | Inf
23.08/23.16 c 23.2s| 13700 | 21 |272288 | 19.7 | 13M| 35 | - | 246 |2088 | 0 | 0 | 403 |2832 |1852 | 0.000000e+00 | -- | Inf
23.19/23.28 c 23.3s| 13800 | 25 |274176 | 19.7 | 13M| 35 | 32 | 246 |2116 | 246 | 704 | 403 |2864 |1852 | 0.000000e+00 | -- | Inf
23.38/23.40 c 23.4s| 13900 | 22 |276239 | 19.7 | 13M| 35 | - | 246 |2137 | 0 | 0 | 403 |2889 |1852 | 0.000000e+00 | -- | Inf
23.49/23.53 c 23.5s| 14000 | 22 |278265 | 19.7 | 13M| 35 | - | 246 |2151 | 0 | 0 | 403 |2904 |1852 | 0.000000e+00 | -- | Inf
23.58/23.66 c 23.7s| 14100 | 21 |280226 | 19.7 | 13M| 36 | - | 246 |2158 | 0 | 0 | 403 |2935 |1852 | 0.000000e+00 | -- | Inf
23.79/23.80 c 23.8s| 14200 | 21 |282524 | 19.7 | 13M| 36 | 53 | 246 |2117 | 246 | 704 | 403 |2964 |1852 | 0.000000e+00 | -- | Inf
23.89/23.92 c 23.9s| 14300 | 23 |284437 | 19.7 | 13M| 36 | - | 246 |2096 | 0 | 0 | 403 |2988 |1852 | 0.000000e+00 | -- | Inf
23.98/24.05 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
23.98/24.05 c 24.0s| 14400 | 21 |286507 | 19.7 | 13M| 36 | 52 | 246 |2070 | 246 | 704 | 403 |3005 |1852 | 0.000000e+00 | -- | Inf
24.08/24.17 c 24.2s| 14500 | 20 |288504 | 19.7 | 13M| 36 | 74 | 246 |2031 | 246 | 704 | 403 |3031 |1852 | 0.000000e+00 | -- | Inf
24.28/24.31 c 24.3s| 14600 | 22 |290847 | 19.8 | 13M| 36 | - | 246 |2008 | 0 | 0 | 403 |3043 |1852 | 0.000000e+00 | -- | Inf
24.38/24.44 c 24.4s| 14700 | 20 |292877 | 19.8 | 13M| 36 | 83 | 246 |1991 | 246 | 704 | 403 |3064 |1852 | 0.000000e+00 | -- | Inf
24.58/24.60 c 24.6s| 14800 | 22 |295604 | 19.8 | 13M| 36 | 33 | 246 |1979 | 246 | 704 | 403 |3083 |1852 | 0.000000e+00 | -- | Inf
24.68/24.74 c 24.7s| 14900 | 17 |297811 | 19.8 | 13M| 36 | - | 246 |1983 | 0 | 0 | 403 |3103 |1852 | 0.000000e+00 | -- | Inf
24.78/24.87 c 24.9s| 15000 | 18 |299903 | 19.8 | 13M| 36 | - | 246 |1988 | 246 | 704 | 403 |3136 |1852 | 0.000000e+00 | -- | Inf
24.98/25.01 c 25.0s| 15100 | 19 |302105 | 19.9 | 13M| 36 | 42 | 246 |1996 | 246 | 704 | 403 |3153 |1852 | 0.000000e+00 | -- | Inf
25.08/25.13 c 25.1s| 15200 | 15 |303954 | 19.9 | 13M| 36 | - | 246 |2014 | 0 | 0 | 403 |3180 |1852 | 0.000000e+00 | -- | Inf
25.19/25.28 c 25.3s| 15300 | 16 |306429 | 19.9 | 13M| 36 | - | 246 |2021 | 0 | 0 | 403 |3198 |1852 | 0.000000e+00 | -- | Inf
25.38/25.43 c 25.4s| 15400 | 17 |308465 | 19.9 | 13M| 36 | - | 246 |2012 | 246 | 704 | 403 |3216 |1855 | 0.000000e+00 | -- | Inf
25.48/25.57 c 25.6s| 15500 | 21 |310723 | 19.9 | 13M| 36 | 16 | 246 |2033 | 246 | 704 | 403 |3246 |1855 | 0.000000e+00 | -- | Inf
25.68/25.70 c 25.7s| 15600 | 18 |312718 | 19.9 | 13M| 36 | 51 | 246 |2050 | 246 | 704 | 403 |3282 |1855 | 0.000000e+00 | -- | Inf
25.77/25.83 c 25.8s| 15700 | 20 |314818 | 19.9 | 13M| 36 | 49 | 246 |2056 | 246 | 704 | 403 |3299 |1855 | 0.000000e+00 | -- | Inf
25.87/25.98 c 26.0s| 15800 | 21 |317207 | 19.9 | 13M| 36 | 40 | 246 |2073 | 246 | 704 | 403 |3320 |1855 | 0.000000e+00 | -- | Inf
25.98/26.09 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
25.98/26.09 c 26.1s| 15900 | 25 |319048 | 19.9 | 13M| 36 | - | 246 |2092 | 0 | 0 | 403 |3339 |1855 | 0.000000e+00 | -- | Inf
26.07/26.16 c 26.2s| 16000 | 24 |320118 | 19.9 | 13M| 36 | - | 246 |2113 | 246 | 704 | 403 |3361 |1855 | 0.000000e+00 | -- | Inf
26.17/26.24 c 26.2s| 16100 | 19 |321478 | 19.8 | 13M| 36 | - | 246 |2136 | 246 | 704 | 403 |3388 |1855 | 0.000000e+00 | -- | Inf
26.29/26.35 c 26.3s| 16200 | 17 |323100 | 19.8 | 13M| 36 | - | 246 |2163 | 246 | 704 | 403 |3419 |1855 | 0.000000e+00 | -- | Inf
26.38/26.49 c 26.5s| 16300 | 21 |325425 | 19.8 | 13M| 36 | - | 246 |2189 | 246 | 704 | 403 |3453 |1855 | 0.000000e+00 | -- | Inf
26.58/26.60 c 26.6s| 16400 | 18 |327169 | 19.8 | 13M| 36 | - | 246 |2200 | 246 | 704 | 403 |3470 |1855 | 0.000000e+00 | -- | Inf
26.68/26.70 c 26.7s| 16500 | 18 |328728 | 19.8 | 13M| 36 | - | 246 |2222 | 0 | 0 | 403 |3502 |1855 | 0.000000e+00 | -- | Inf
26.78/26.83 c 26.8s| 16600 | 18 |330853 | 19.8 | 13M| 36 | 58 | 246 |2235 | 246 | 704 | 403 |3524 |1855 | 0.000000e+00 | -- | Inf
26.87/26.98 c 27.0s| 16700 | 18 |333269 | 19.8 | 13M| 36 | - | 246 |2250 | 246 | 704 | 403 |3546 |1855 | 0.000000e+00 | -- | Inf
26.97/27.08 c 27.1s| 16800 | 18 |334990 | 19.8 | 13M| 36 | - | 246 |2272 | 246 | 704 | 403 |3573 |1855 | 0.000000e+00 | -- | Inf
27.18/27.24 c 27.2s| 16900 | 19 |337439 | 19.8 | 13M| 36 | 65 | 246 |2291 | 246 | 704 | 403 |3600 |1855 | 0.000000e+00 | -- | Inf
27.38/27.41 c 27.4s| 17000 | 19 |340143 | 19.9 | 13M| 36 | 61 | 246 |2279 | 246 | 704 | 403 |3619 |1855 | 0.000000e+00 | -- | Inf
27.49/27.59 c 27.6s| 17100 | 24 |342407 | 19.9 | 13M| 36 | 54 | 246 |2286 | 246 | 704 | 403 |3643 |1872 | 0.000000e+00 | -- | Inf
27.67/27.76 c 27.8s| 17200 | 23 |344898 | 19.9 | 13M| 36 | - | 246 |2301 | 246 | 704 | 403 |3669 |1879 | 0.000000e+00 | -- | Inf
27.88/27.90 c 27.9s| 17300 | 22 |346812 | 19.9 | 13M| 36 | - | 246 |2292 | 0 | 0 | 403 |3689 |1889 | 0.000000e+00 | -- | Inf
27.98/28.00 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
27.98/28.00 c 28.0s| 17400 | 23 |348482 | 19.9 | 13M| 36 | 29 | 246 |2305 | 246 | 704 | 403 |3707 |1889 | 0.000000e+00 | -- | Inf
28.07/28.12 c 28.1s| 17500 | 22 |350378 | 19.9 | 13M| 36 | - | 246 |2334 | 246 | 704 | 403 |3738 |1889 | 0.000000e+00 | -- | Inf
28.18/28.26 c 28.3s| 17600 | 21 |352752 | 19.9 | 13M| 36 | 75 | 246 |2350 | 246 | 704 | 403 |3757 |1889 | 0.000000e+00 | -- | Inf
28.37/28.40 c 28.4s| 17700 | 21 |354878 | 19.9 | 13M| 36 | 41 | 246 |2368 | 246 | 704 | 403 |3778 |1889 | 0.000000e+00 | -- | Inf
28.49/28.56 c 28.6s| 17800 | 21 |357304 | 19.9 | 13M| 36 | - | 246 |2376 | 0 | 0 | 403 |3796 |1892 | 0.000000e+00 | -- | Inf
28.68/28.72 c 28.7s| 17900 | 18 |359585 | 20.0 | 13M| 36 | - | 246 |2383 | 246 | 704 | 403 |3820 |1898 | 0.000000e+00 | -- | Inf
28.77/28.86 c 28.9s| 18000 | 18 |361785 | 20.0 | 13M| 36 | - | 246 |2377 | 0 | 0 | 403 |3833 |1900 | 0.000000e+00 | -- | Inf
28.98/29.03 c 29.0s| 18100 | 20 |364532 | 20.0 | 13M| 36 | 32 | 246 |2371 | 246 | 704 | 403 |3845 |1901 | 0.000000e+00 | -- | Inf
29.07/29.14 c 29.1s| 18200 | 17 |366075 | 20.0 | 13M| 36 | - | 246 |2387 | 0 | 0 | 403 |3870 |1902 | 0.000000e+00 | -- | Inf
29.18/29.26 c 29.3s| 18300 | 17 |367961 | 20.0 | 13M| 36 | 75 | 246 |2388 | 246 | 704 | 403 |3882 |1902 | 0.000000e+00 | -- | Inf
29.38/29.40 c 29.4s| 18400 | 17 |370279 | 20.0 | 13M| 36 | 35 | 246 |2403 | 246 | 704 | 403 |3903 |1902 | 0.000000e+00 | -- | Inf
29.48/29.55 c 29.6s| 18500 | 19 |372621 | 20.0 | 13M| 36 | - | 246 |2410 | 0 | 0 | 403 |3928 |1903 | 0.000000e+00 | -- | Inf
29.58/29.70 c 29.7s| 18600 | 19 |374394 | 20.0 | 13M| 36 | - | 246 |2407 | 246 | 704 | 403 |3941 |1917 | 0.000000e+00 | -- | Inf
29.77/29.88 c 29.9s| 18700 | 23 |376808 | 20.0 | 13M| 36 | 54 | 246 |2411 | 246 | 704 | 403 |3958 |1931 | 0.000000e+00 | -- | Inf
29.98/30.05 c 30.1s| 18800 | 23 |379047 | 20.0 | 13M| 36 | 45 | 246 |2407 | 246 | 704 | 403 |3973 |1942 | 0.000000e+00 | -- | Inf
30.17/30.21 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
30.17/30.21 c 30.2s| 18900 | 21 |381138 | 20.0 | 13M| 36 | - | 246 |2412 | 246 | 704 | 403 |3985 |1951 | 0.000000e+00 | -- | Inf
30.27/30.36 c 30.4s| 19000 | 20 |383452 | 20.1 | 13M| 36 | 69 | 246 |2420 | 246 | 704 | 403 |4004 |1953 | 0.000000e+00 | -- | Inf
30.48/30.51 c 30.5s| 19100 | 21 |385633 | 20.1 | 13M| 36 | - | 246 |2442 | 246 | 704 | 403 |4035 |1955 | 0.000000e+00 | -- | Inf
30.57/30.67 c 30.7s| 19200 | 23 |388166 | 20.1 | 13M| 36 | 54 | 246 |2458 | 246 | 704 | 403 |4055 |1956 | 0.000000e+00 | -- | Inf
30.68/30.79 c 30.8s| 19300 | 21 |390019 | 20.1 | 13M| 36 | - | 246 |2477 | 0 | 0 | 403 |4090 |1956 | 0.000000e+00 | -- | Inf
30.88/30.92 c 30.9s| 19400 | 21 |392211 | 20.1 | 13M| 36 | - | 246 |2489 | 0 | 0 | 403 |4110 |1956 | 0.000000e+00 | -- | Inf
30.98/31.05 c 31.1s| 19500 | 22 |394390 | 20.1 | 13M| 36 | - | 246 |2504 | 0 | 0 | 403 |4134 |1956 | 0.000000e+00 | -- | Inf
31.18/31.21 c 31.2s| 19600 | 24 |396955 | 20.1 | 13M| 36 | - | 246 |2519 | 0 | 0 | 403 |4159 |1956 | 0.000000e+00 | -- | Inf
31.27/31.35 c 31.3s| 19700 | 22 |399183 | 20.2 | 13M| 36 | 42 | 246 |2527 | 246 | 704 | 403 |4173 |1956 | 0.000000e+00 | -- | Inf
31.37/31.48 c 31.5s| 19800 | 21 |401287 | 20.2 | 13M| 37 | 63 | 246 |2538 | 246 | 704 | 403 |4199 |1956 | 0.000000e+00 | -- | Inf
31.58/31.61 c 31.6s| 19900 | 20 |403404 | 20.2 | 13M| 37 | - | 246 |2543 | 246 | 704 | 403 |4214 |1956 | 0.000000e+00 | -- | Inf
31.68/31.74 c 31.7s| 20000 | 21 |405281 | 20.2 | 13M| 37 | 41 | 246 |2559 | 246 | 704 | 403 |4242 |1956 | 0.000000e+00 | -- | Inf
31.88/31.97 c 32.0s| 20100 | 21 |408509 | 20.2 | 13M| 37 | 79 | 246 |2569 | 246 | 704 | 403 |4264 |1966 | 0.000000e+00 | -- | Inf
32.08/32.19 c 32.2s| 20200 | 23 |411537 | 20.3 | 13M| 37 | 29 | 246 |2573 | 246 | 704 | 403 |4278 |1975 | 0.000000e+00 | -- | Inf
32.27/32.36 c 32.4s| 20300 | 22 |413757 | 20.3 | 13M| 37 | - | 246 |2580 | 246 | 704 | 403 |4297 |1992 | 0.000000e+00 | -- | Inf
32.37/32.48 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
32.37/32.48 c 32.5s| 20400 | 23 |415446 | 20.3 | 13M| 37 | - | 246 |2599 | 0 | 0 | 403 |4317 |1998 | 0.000000e+00 | -- | Inf
32.58/32.63 c 32.6s| 20500 | 21 |417741 | 20.3 | 13M| 37 | 55 | 246 |2612 | 246 | 704 | 403 |4341 |2003 | 0.000000e+00 | -- | Inf
32.77/32.80 c 32.8s| 20600 | 20 |420395 | 20.3 | 13M| 37 | 67 | 246 |2627 | 246 | 704 | 403 |4373 |2003 | 0.000000e+00 | -- | Inf
32.88/32.93 c 32.9s| 20700 | 20 |422191 | 20.3 | 13M| 37 | 44 | 246 |2638 | 246 | 704 | 403 |4397 |2008 | 0.000000e+00 | -- | Inf
32.99/33.04 c 33.0s| 20800 | 18 |423894 | 20.3 | 13M| 37 | - | 246 |2645 | 0 | 0 | 403 |4421 |2008 | 0.000000e+00 | -- | Inf
33.17/33.22 c 33.2s| 20900 | 21 |426673 | 20.3 | 13M| 37 | - | 246 |2632 | 246 | 704 | 403 |4436 |2009 | 0.000000e+00 | -- | Inf
33.27/33.37 c 33.4s| 21000 | 22 |429246 | 20.3 | 13M| 37 | 46 | 246 |2630 | 246 | 704 | 403 |4449 |2009 | 0.000000e+00 | -- | Inf
33.48/33.58 c 33.6s| 21100 | 20 |431993 | 20.4 | 13M| 37 | - | 246 |2618 | 0 | 0 | 403 |4466 |2021 | 0.000000e+00 | -- | Inf
33.58/33.67 c 33.7s| 21200 | 22 |433375 | 20.3 | 13M| 37 | - | 246 |2618 | 0 | 0 | 403 |4488 |2021 | 0.000000e+00 | -- | Inf
33.68/33.76 c 33.8s| 21300 | 23 |434845 | 20.3 | 13M| 37 | 41 | 246 |2602 | 246 | 704 | 403 |4502 |2021 | 0.000000e+00 | -- | Inf
33.77/33.88 c 33.9s| 21400 | 19 |436815 | 20.3 | 13M| 37 | - | 246 |2583 | 246 | 704 | 403 |4517 |2021 | 0.000000e+00 | -- | Inf
33.98/34.01 c 34.0s| 21500 | 21 |438855 | 20.3 | 13M| 37 | - | 246 |2579 | 0 | 0 | 403 |4529 |2024 | 0.000000e+00 | -- | Inf
34.08/34.12 c 34.1s| 21600 | 25 |440669 | 20.3 | 13M| 37 | 36 | 246 |2551 | 246 | 704 | 403 |4539 |2024 | 0.000000e+00 | -- | Inf
34.17/34.23 c 34.2s| 21700 | 19 |442481 | 20.3 | 13M| 37 | - | 246 |2521 | 0 | 0 | 403 |4565 |2024 | 0.000000e+00 | -- | Inf
34.27/34.34 c 34.3s| 21800 | 23 |444173 | 20.3 | 13M| 37 | 49 | 246 |2535 | 246 | 704 | 403 |4592 |2024 | 0.000000e+00 | -- | Inf
34.38/34.43 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
34.38/34.43 c 34.4s| 21900 | 23 |445750 | 20.3 | 13M| 37 | - | 246 |2530 | 0 | 0 | 403 |4609 |2024 | 0.000000e+00 | -- | Inf
34.48/34.56 c 34.6s| 22000 | 23 |447451 | 20.2 | 13M| 37 | - | 246 |2529 | 0 | 0 | 403 |4644 |2034 | 0.000000e+00 | -- | Inf
34.68/34.72 c 34.7s| 22100 | 24 |449446 | 20.2 | 13M| 37 | 25 | 246 |2507 | 246 | 704 | 403 |4656 |2051 | 0.000000e+00 | -- | Inf
34.78/34.89 c 34.9s| 22200 | 27 |451761 | 20.3 | 13M| 37 | 46 | 246 |2478 | 246 | 704 | 403 |4673 |2063 | 0.000000e+00 | -- | Inf
34.97/35.02 c 35.0s| 22300 | 25 |453651 | 20.2 | 13M| 37 | 43 | 246 |2486 | 246 | 704 | 403 |4696 |2068 | 0.000000e+00 | -- | Inf
35.08/35.13 c 35.1s| 22400 | 25 |455360 | 20.2 | 13M| 37 | - | 246 |2496 | 246 | 704 | 403 |4718 |2069 | 0.000000e+00 | -- | Inf
35.18/35.25 c 35.2s| 22500 | 24 |457179 | 20.2 | 13M| 37 | 60 | 246 |2494 | 246 | 704 | 403 |4726 |2069 | 0.000000e+00 | -- | Inf
35.27/35.35 c 35.4s| 22600 | 22 |458830 | 20.2 | 13M| 38 | 59 | 246 |2494 | 246 | 704 | 403 |4746 |2069 | 0.000000e+00 | -- | Inf
35.37/35.48 c 35.5s| 22700 | 21 |460888 | 20.2 | 13M| 38 | 63 | 246 |2492 | 246 | 704 | 403 |4759 |2070 | 0.000000e+00 | -- | Inf
35.58/35.63 c 35.6s| 22800 | 21 |463405 | 20.2 | 13M| 38 | 78 | 246 |2496 | 246 | 704 | 403 |4775 |2070 | 0.000000e+00 | -- | Inf
35.68/35.75 c 35.7s| 22900 | 22 |465263 | 20.2 | 13M| 38 | 33 | 246 |2505 | 246 | 704 | 403 |4786 |2070 | 0.000000e+00 | -- | Inf
35.77/35.87 c 35.9s| 23000 | 20 |467198 | 20.2 | 13M| 38 | 59 | 246 |2522 | 246 | 704 | 403 |4808 |2070 | 0.000000e+00 | -- | Inf
35.88/35.99 c 36.0s| 23100 | 20 |469196 | 20.2 | 13M| 38 | 29 | 246 |2533 | 246 | 704 | 403 |4823 |2070 | 0.000000e+00 | -- | Inf
36.08/36.13 c 36.1s| 23200 | 22 |471472 | 20.2 | 13M| 38 | 52 | 246 |2534 | 246 | 704 | 403 |4833 |2071 | 0.000000e+00 | -- | Inf
36.18/36.29 c 36.3s| 23300 | 16 |473910 | 20.2 | 13M| 38 | - | 246 |2535 | 0 | 0 | 403 |4848 |2072 | 0.000000e+00 | -- | Inf
36.67/36.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
36.67/36.75 c 36.8s| 23400 | 18 |476184 | 20.3 | 13M| 38 | - | 246 |2488 | 0 | 0 | 403 |4870 |2182 | 0.000000e+00 | -- | Inf
36.78/36.88 c 36.9s| 23500 | 18 |478207 | 20.3 | 13M| 38 | - | 246 |2484 | 246 | 704 | 403 |4891 |2182 | 0.000000e+00 | -- | Inf
36.97/37.02 c 37.0s| 23600 | 19 |480505 | 20.3 | 13M| 38 | - | 246 |2446 | 0 | 0 | 403 |4909 |2182 | 0.000000e+00 | -- | Inf
37.07/37.13 c 37.1s| 23700 | 17 |482313 | 20.3 | 13M| 38 | 79 | 246 |2467 | 246 | 704 | 403 |4935 |2182 | 0.000000e+00 | -- | Inf
37.17/37.26 c 37.3s| 23800 | 17 |484292 | 20.3 | 13M| 38 | - | 246 |2487 | 246 | 704 | 403 |4960 |2182 | 0.000000e+00 | -- | Inf
37.28/37.37 c 37.4s| 23900 | 19 |486122 | 20.2 | 13M| 38 | - | 246 |2508 | 246 | 704 | 403 |4985 |2182 | 0.000000e+00 | -- | Inf
37.47/37.52 c 37.5s| 24000 | 21 |488439 | 20.3 | 13M| 38 | 50 | 246 |2519 | 246 | 704 | 403 |4999 |2182 | 0.000000e+00 | -- | Inf
37.57/37.62 c 37.6s| 24100 | 19 |490144 | 20.2 | 13M| 38 | 65 | 246 |2528 | 246 | 704 | 403 |5009 |2182 | 0.000000e+00 | -- | Inf
37.68/37.74 c 37.7s| 24200 | 15 |492087 | 20.2 | 13M| 38 | - | 246 |2544 | 0 | 0 | 403 |5029 |2182 | 0.000000e+00 | -- | Inf
37.98/38.03 c 38.0s| 24300 | 15 |494247 | 20.2 | 13M| 38 | - | 246 |2544 | 246 | 704 | 403 |5074 |2232 | 0.000000e+00 | -- | Inf
38.07/38.15 c 38.2s| 24400 | 14 |496032 | 20.2 | 13M| 38 | - | 246 |2553 | 0 | 0 | 403 |5102 |2238 | 0.000000e+00 | -- | Inf
38.38/38.47 c 38.5s| 24500 | 18 |498846 | 20.3 | 13M| 38 | - | 246 |2538 | 0 | 0 | 403 |5125 |2259 | 0.000000e+00 | -- | Inf
38.57/38.60 c 38.6s| 24600 | 19 |501098 | 20.3 | 13M| 38 | - | 246 |2524 | 0 | 0 | 403 |5144 |2259 | 0.000000e+00 | -- | Inf
38.68/38.73 c 38.7s| 24700 | 17 |503151 | 20.3 | 13M| 38 | - | 246 |2518 | 0 | 0 | 403 |5168 |2259 | 0.000000e+00 | -- | Inf
38.78/38.89 c 38.9s| 24800 | 20 |505479 | 20.3 | 13M| 38 | 36 | 246 |2526 | 246 | 704 | 403 |5196 |2263 | 0.000000e+00 | -- | Inf
38.97/39.01 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
38.97/39.01 c 39.0s| 24900 | 19 |507202 | 20.3 | 13M| 38 | 51 | 246 |2508 | 246 | 704 | 403 |5215 |2264 | 0.000000e+00 | -- | Inf
39.07/39.15 c 39.2s| 25000 | 19 |509553 | 20.3 | 13M| 38 | 16 | 246 |2519 | 246 | 704 | 403 |5243 |2265 | 0.000000e+00 | -- | Inf
39.28/39.31 c 39.3s| 25100 | 17 |512161 | 20.3 | 13M| 38 | - | 246 |2515 | 246 | 704 | 403 |5259 |2265 | 0.000000e+00 | -- | Inf
39.37/39.50 c 39.5s| 25200 | 23 |514630 | 20.3 | 13M| 38 | 36 | 246 |2517 | 246 | 704 | 403 |5283 |2273 | 0.000000e+00 | -- | Inf
39.58/39.63 c 39.6s| 25300 | 22 |516747 | 20.3 | 13M| 38 | 59 | 246 |2523 | 246 | 704 | 403 |5311 |2273 | 0.000000e+00 | -- | Inf
39.68/39.75 c 39.8s| 25400 | 21 |518534 | 20.3 | 13M| 38 | - | 246 |2537 | 0 | 0 | 403 |5343 |2273 | 0.000000e+00 | -- | Inf
39.87/39.90 c 39.9s| 25500 | 22 |520843 | 20.3 | 13M| 38 | - | 246 |2553 | 0 | 0 | 403 |5361 |2273 | 0.000000e+00 | -- | Inf
39.97/40.02 c 40.0s| 25600 | 22 |522631 | 20.3 | 13M| 38 | - | 246 |2588 | 0 | 0 | 403 |5398 |2273 | 0.000000e+00 | -- | Inf
40.18/40.20 c 40.2s| 25700 | 19 |525419 | 20.4 | 13M| 38 | 59 | 246 |2624 | 246 | 704 | 403 |5437 |2273 | 0.000000e+00 | -- | Inf
40.27/40.31 c 40.3s| 25800 | 22 |527091 | 20.3 | 13M| 38 | 51 | 246 |2639 | 246 | 704 | 403 |5458 |2273 | 0.000000e+00 | -- | Inf
40.37/40.40 c 40.4s| 25900 | 19 |528542 | 20.3 | 13M| 38 | 51 | 246 |2668 | 246 | 704 | 403 |5493 |2273 | 0.000000e+00 | -- | Inf
40.48/40.50 c 40.5s| 26000 | 18 |530147 | 20.3 | 13M| 38 | 57 | 246 |2684 | 246 | 704 | 403 |5521 |2273 | 0.000000e+00 | -- | Inf
40.58/40.64 c 40.6s| 26100 | 17 |532508 | 20.3 | 13M| 38 | - | 246 |2688 | 0 | 0 | 403 |5546 |2273 | 0.000000e+00 | -- | Inf
40.78/40.82 c 40.8s| 26200 | 21 |535347 | 20.3 | 13M| 38 | 64 | 246 |2685 | 246 | 704 | 403 |5563 |2273 | 0.000000e+00 | -- | Inf
40.87/40.95 c 41.0s| 26300 | 20 |537355 | 20.3 | 13M| 38 | - | 246 |2691 | 0 | 0 | 403 |5591 |2273 | 0.000000e+00 | -- | Inf
41.08/41.12 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
41.08/41.12 c 41.1s| 26400 | 17 |539617 | 20.4 | 13M| 38 | 54 | 246 |2699 | 246 | 704 | 403 |5610 |2282 | 0.000000e+00 | -- | Inf
41.27/41.30 c 41.3s| 26500 | 16 |542058 | 20.4 | 13M| 38 | 28 | 246 |2717 | 246 | 704 | 403 |5633 |2293 | 0.000000e+00 | -- | Inf
41.38/41.45 c 41.4s| 26600 | 17 |544102 | 20.4 | 13M| 38 | 41 | 246 |2711 | 246 | 704 | 403 |5648 |2302 | 0.000000e+00 | -- | Inf
41.58/41.64 c 41.6s| 26700 | 17 |546478 | 20.4 | 13M| 38 | 71 | 246 |2713 | 246 | 704 | 403 |5664 |2317 | 0.000000e+00 | -- | Inf
41.78/41.82 c 41.8s| 26800 | 18 |549155 | 20.4 | 13M| 38 | 61 | 246 |2715 | 246 | 704 | 403 |5685 |2325 | 0.000000e+00 | -- | Inf
41.98/42.02 c 42.0s| 26900 | 17 |551873 | 20.4 | 13M| 38 | - | 246 |2713 | 0 | 0 | 403 |5706 |2335 | 0.000000e+00 | -- | Inf
42.07/42.17 c 42.2s| 27000 | 15 |554190 | 20.4 | 13M| 38 | - | 246 |2723 | 246 | 704 | 403 |5729 |2336 | 0.000000e+00 | -- | Inf
42.28/42.33 c 42.3s| 27100 | 19 |556684 | 20.5 | 13M| 38 | - | 246 |2713 | 246 | 704 | 403 |5741 |2336 | 0.000000e+00 | -- | Inf
42.37/42.45 c 42.5s| 27200 | 16 |558632 | 20.5 | 13M| 38 | 58 | 246 |2716 | 246 | 704 | 403 |5761 |2336 | 0.000000e+00 | -- | Inf
42.58/42.61 c 42.6s| 27300 | 17 |560929 | 20.5 | 13M| 38 | - | 246 |2709 | 0 | 0 | 403 |5776 |2336 | 0.000000e+00 | -- | Inf
42.67/42.75 c 42.8s| 27400 | 17 |563207 | 20.5 | 13M| 38 | 71 | 246 |2722 | 246 | 704 | 403 |5801 |2336 | 0.000000e+00 | -- | Inf
42.78/42.90 c 42.9s| 27500 | 16 |565585 | 20.5 | 13M| 38 | - | 246 |2727 | 0 | 0 | 403 |5821 |2336 | 0.000000e+00 | -- | Inf
42.98/43.06 c 43.1s| 27600 | 14 |568127 | 20.5 | 13M| 38 | - | 246 |2735 | 246 | 704 | 403 |5841 |2336 | 0.000000e+00 | -- | Inf
43.07/43.20 c 43.2s| 27700 | 17 |570230 | 20.5 | 13M| 38 | 46 | 246 |2746 | 246 | 704 | 403 |5861 |2336 | 0.000000e+00 | -- | Inf
43.27/43.35 c 43.4s| 27800 | 20 |572627 | 20.5 | 13M| 38 | - | 246 |2748 | 246 | 704 | 403 |5874 |2336 | 0.000000e+00 | -- | Inf
43.37/43.48 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
43.37/43.48 c 43.5s| 27900 | 20 |574693 | 20.5 | 13M| 38 | 32 | 246 |2753 | 246 | 704 | 403 |5885 |2336 | 0.000000e+00 | -- | Inf
43.57/43.61 c 43.6s| 28000 | 18 |576820 | 20.5 | 13M| 38 | 23 | 246 |2767 | 246 | 704 | 403 |5909 |2336 | 0.000000e+00 | -- | Inf
43.68/43.73 c 43.7s| 28100 | 15 |578749 | 20.5 | 13M| 38 | - | 246 |2774 | 246 | 704 | 403 |5926 |2336 | 0.000000e+00 | -- | Inf
43.88/43.90 c 43.9s| 28200 | 22 |581454 | 20.5 | 13M| 38 | - | 246 |2773 | 0 | 0 | 403 |5941 |2336 | 0.000000e+00 | -- | Inf
43.98/44.08 c 44.1s| 28300 | 19 |583781 | 20.6 | 13M| 38 | - | 246 |2785 | 246 | 704 | 403 |5960 |2346 | 0.000000e+00 | -- | Inf
44.18/44.25 c 44.3s| 28400 | 20 |586198 | 20.6 | 13M| 38 | - | 246 |2801 | 0 | 0 | 403 |5980 |2355 | 0.000000e+00 | -- | Inf
44.37/44.41 c 44.4s| 28500 | 19 |588372 | 20.6 | 13M| 38 | - | 246 |2816 | 0 | 0 | 403 |6007 |2363 | 0.000000e+00 | -- | Inf
44.47/44.57 c 44.6s| 28600 | 21 |590610 | 20.6 | 13M| 38 | - | 246 |2833 | 0 | 0 | 403 |6032 |2372 | 0.000000e+00 | -- | Inf
44.67/44.76 c 44.8s| 28700 | 20 |593326 | 20.6 | 13M| 38 | 41 | 246 |2851 | 246 | 704 | 403 |6060 |2383 | 0.000000e+00 | -- | Inf
44.88/44.91 c 44.9s| 28800 | 22 |595500 | 20.6 | 13M| 38 | 42 | 246 |2870 | 246 | 704 | 403 |6084 |2386 | 0.000000e+00 | -- | Inf
44.98/45.03 c 45.0s| 28900 | 22 |597425 | 20.6 | 13M| 38 | - | 246 |2892 | 0 | 0 | 403 |6113 |2388 | 0.000000e+00 | -- | Inf
45.08/45.19 c 45.2s| 29000 | 26 |599896 | 20.6 | 13M| 38 | 55 | 246 |2899 | 246 | 704 | 403 |6128 |2389 | 0.000000e+00 | -- | Inf
45.28/45.37 c 45.4s| 29100 | 22 |602878 | 20.6 | 13M| 38 | 49 | 246 |2905 | 246 | 704 | 403 |6141 |2389 | 0.000000e+00 | -- | Inf
45.47/45.53 c 45.5s| 29200 | 18 |605478 | 20.7 | 13M| 38 | 52 | 246 |2906 | 246 | 704 | 403 |6156 |2389 | 0.000000e+00 | -- | Inf
45.57/45.67 c 45.7s| 29300 | 18 |607747 | 20.7 | 13M| 38 | - | 246 |2927 | 246 | 704 | 403 |6188 |2389 | 0.000000e+00 | -- | Inf
45.78/45.83 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
45.78/45.83 c 45.8s| 29400 | 17 |610355 | 20.7 | 13M| 38 | - | 246 |2924 | 0 | 0 | 403 |6204 |2390 | 0.000000e+00 | -- | Inf
45.87/45.99 c 46.0s| 29500 | 18 |612593 | 20.7 | 13M| 38 | - | 246 |2927 | 246 | 704 | 403 |6221 |2390 | 0.000000e+00 | -- | Inf
46.08/46.15 c 46.2s| 29600 | 19 |615112 | 20.7 | 13M| 38 | - | 246 |2932 | 0 | 0 | 403 |6240 |2390 | 0.000000e+00 | -- | Inf
46.27/46.32 c 46.3s| 29700 | 18 |617554 | 20.7 | 13M| 38 | 35 | 246 |2956 | 246 | 704 | 403 |6266 |2390 | 0.000000e+00 | -- | Inf
46.37/46.45 c 46.4s| 29800 | 18 |619650 | 20.7 | 13M| 38 | 67 | 246 |2968 | 246 | 704 | 403 |6282 |2390 | 0.000000e+00 | -- | Inf
46.58/46.60 c 46.6s| 29900 | 20 |622023 | 20.7 | 13M| 38 | 50 | 246 |2997 | 246 | 704 | 403 |6311 |2390 | 0.000000e+00 | -- | Inf
46.68/46.76 c 46.8s| 30000 | 21 |624739 | 20.8 | 13M| 38 | 63 | 246 |3017 | 246 | 704 | 403 |6339 |2390 | 0.000000e+00 | -- | Inf
46.87/46.97 c 47.0s| 30100 | 19 |627414 | 20.8 | 13M| 38 | - | 246 |3031 | 0 | 0 | 403 |6360 |2408 | 0.000000e+00 | -- | Inf
47.08/47.16 c 47.2s| 30200 | 19 |630045 | 20.8 | 13M| 38 | 73 | 246 |3034 | 246 | 704 | 403 |6379 |2417 | 0.000000e+00 | -- | Inf
47.28/47.36 c 47.4s| 30300 | 20 |632724 | 20.8 | 13M| 38 | 40 | 246 |3043 | 246 | 704 | 403 |6397 |2430 | 0.000000e+00 | -- | Inf
47.48/47.52 c 47.5s| 30400 | 18 |634927 | 20.8 | 13M| 38 | - | 246 |3047 | 0 | 0 | 403 |6411 |2436 | 0.000000e+00 | -- | Inf
47.57/47.69 c 47.7s| 30500 | 15 |637500 | 20.8 | 13M| 38 | 65 | 246 |3056 | 246 | 704 | 403 |6425 |2442 | 0.000000e+00 | -- | Inf
47.77/47.86 c 47.9s| 30600 | 19 |639915 | 20.8 | 13M| 38 | 64 | 246 |3047 | 246 | 704 | 403 |6434 |2447 | 0.000000e+00 | -- | Inf
47.98/48.03 c 48.0s| 30700 | 17 |642374 | 20.9 | 13M| 38 | - | 246 |3042 | 0 | 0 | 403 |6449 |2448 | 0.000000e+00 | -- | Inf
48.07/48.16 c 48.2s| 30800 | 17 |644450 | 20.9 | 13M| 38 | - | 246 |3039 | 246 | 704 | 403 |6455 |2448 | 0.000000e+00 | -- | Inf
48.17/48.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
48.17/48.30 c 48.3s| 30900 | 19 |646671 | 20.9 | 13M| 38 | 43 | 246 |3042 | 246 | 704 | 403 |6470 |2448 | 0.000000e+00 | -- | Inf
48.38/48.48 c 48.5s| 31000 | 17 |649565 | 20.9 | 13M| 38 | - | 246 |3045 | 0 | 0 | 403 |6488 |2448 | 0.000000e+00 | -- | Inf
48.47/48.60 c 48.6s| 31100 | 20 |651324 | 20.9 | 13M| 38 | 40 | 246 |3054 | 246 | 704 | 403 |6503 |2448 | 0.000000e+00 | -- | Inf
48.67/48.72 c 48.7s| 31200 | 17 |653190 | 20.9 | 13M| 38 | - | 246 |3069 | 246 | 704 | 403 |6521 |2448 | 0.000000e+00 | -- | Inf
48.77/48.85 c 48.9s| 31300 | 17 |655184 | 20.9 | 13M| 39 | - | 246 |3086 | 0 | 0 | 403 |6543 |2448 | 0.000000e+00 | -- | Inf
48.97/49.00 c 49.0s| 31400 | 19 |657426 | 20.9 | 13M| 39 | - | 246 |3095 | 0 | 0 | 403 |6556 |2448 | 0.000000e+00 | -- | Inf
49.08/49.14 c 49.1s| 31500 | 18 |659671 | 20.9 | 13M| 39 | 54 | 246 |3108 | 246 | 704 | 403 |6573 |2448 | 0.000000e+00 | -- | Inf
49.18/49.29 c 49.3s| 31600 | 15 |662057 | 20.9 | 13M| 39 | - | 246 |3117 | 0 | 0 | 403 |6588 |2448 | 0.000000e+00 | -- | Inf
49.38/49.47 c 49.5s| 31700 | 15 |664701 | 20.9 | 13M| 41 | - | 246 |3137 | 246 | 704 | 403 |6610 |2449 | 0.000000e+00 | -- | Inf
49.87/49.93 c 49.9s| 31800 | 17 |666696 | 20.9 | 13M| 41 | - | 246 |3135 | 246 | 704 | 403 |6629 |2531 | 0.000000e+00 | -- | Inf
50.07/50.12 c 50.1s| 31900 | 21 |668904 | 20.9 | 13M| 41 | 62 | 246 |3141 | 246 | 704 | 403 |6646 |2543 | 0.000000e+00 | -- | Inf
50.27/50.32 c 50.3s| 32000 | 23 |671247 | 20.9 | 13M| 41 | 33 | 246 |3113 | 246 | 704 | 403 |6679 |2554 | 0.000000e+00 | -- | Inf
50.37/50.43 c 50.4s| 32100 | 20 |672974 | 20.9 | 13M| 41 | 47 | 246 |3123 | 246 | 704 | 403 |6715 |2554 | 0.000000e+00 | -- | Inf
50.47/50.54 c 50.5s| 32200 | 18 |674581 | 20.9 | 13M| 41 | - | 246 |3147 | 0 | 0 | 403 |6756 |2554 | 0.000000e+00 | -- | Inf
50.58/50.67 c 50.7s| 32300 | 21 |676509 | 20.9 | 13M| 41 | 33 | 246 |3145 | 246 | 704 | 403 |6778 |2557 | 0.000000e+00 | -- | Inf
50.78/50.80 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
50.78/50.80 c 50.8s| 32400 | 19 |678392 | 20.9 | 13M| 41 | - | 246 |3160 | 246 | 704 | 403 |6805 |2564 | 0.000000e+00 | -- | Inf
50.87/50.94 c 50.9s| 32500 | 19 |680367 | 20.9 | 13M| 41 | 54 | 246 |3157 | 246 | 704 | 403 |6839 |2567 | 0.000000e+00 | -- | Inf
50.97/51.04 c 51.0s| 32600 | 16 |681933 | 20.9 | 13M| 41 | 43 | 246 |3175 | 246 | 704 | 403 |6871 |2570 | 0.000000e+00 | -- | Inf
51.27/51.31 c 51.3s| 32700 | 20 |684913 | 20.9 | 13M| 41 | 62 | 246 |3153 | 246 | 704 | 403 |6889 |2585 | 0.000000e+00 | -- | Inf
51.37/51.47 c 51.5s| 32800 | 19 |687267 | 20.9 | 13M| 41 | 74 | 246 |3158 | 246 | 704 | 403 |6911 |2588 | 0.000000e+00 | -- | Inf
51.58/51.61 c 51.6s| 32900 | 20 |689490 | 20.9 | 13M| 41 | 19 | 246 |3175 | 246 | 704 | 403 |6945 |2588 | 0.000000e+00 | -- | Inf
51.68/51.79 c 51.8s| 33000 | 17 |692186 | 20.9 | 13M| 41 | - | 246 |3186 | 0 | 0 | 403 |6976 |2588 | 0.000000e+00 | -- | Inf
51.87/51.95 c 52.0s| 33100 | 20 |694563 | 20.9 | 13M| 41 | 81 | 246 |3205 | 246 | 704 | 403 |7008 |2588 | 0.000000e+00 | -- | Inf
51.98/52.09 c 52.1s| 33200 | 19 |696786 | 20.9 | 13M| 41 | - | 246 |3224 | 0 | 0 | 403 |7034 |2588 | 0.000000e+00 | -- | Inf
52.17/52.24 c 52.2s| 33300 | 18 |699205 | 20.9 | 13M| 41 | 41 | 246 |3238 | 246 | 704 | 403 |7060 |2588 | 0.000000e+00 | -- | Inf
52.28/52.36 c 52.4s| 33400 | 22 |701039 | 20.9 | 13M| 41 | 31 | 246 |3259 | 246 | 704 | 403 |7098 |2588 | 0.000000e+00 | -- | Inf
52.47/52.51 c 52.5s| 33500 | 21 |703316 | 20.9 | 13M| 41 | 20 | 246 |3263 | 246 | 704 | 403 |7124 |2588 | 0.000000e+00 | -- | Inf
52.57/52.66 c 52.7s| 33600 | 18 |705774 | 20.9 | 13M| 41 | 61 | 246 |3276 | 246 | 704 | 403 |7158 |2588 | 0.000000e+00 | -- | Inf
52.68/52.79 c 52.8s| 33700 | 20 |707431 | 20.9 | 13M| 41 | - | 246 |3270 | 0 | 0 | 403 |7192 |2591 | 0.000000e+00 | -- | Inf
52.87/52.95 c 52.9s| 33800 | 26 |710003 | 20.9 | 13M| 41 | - | 246 |3281 | 0 | 0 | 403 |7212 |2591 | 0.000000e+00 | -- | Inf
52.98/53.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
52.98/53.07 c 53.1s| 33900 | 25 |711850 | 20.9 | 13M| 41 | - | 246 |3299 | 0 | 0 | 403 |7238 |2591 | 0.000000e+00 | -- | Inf
53.07/53.16 c 53.2s| 34000 | 24 |713291 | 20.9 | 13M| 41 | - | 246 |3319 | 0 | 0 | 403 |7260 |2591 | 0.000000e+00 | -- | Inf
53.17/53.26 c 53.3s| 34100 | 23 |714897 | 20.9 | 13M| 41 | - | 246 |3349 | 0 | 0 | 403 |7290 |2591 | 0.000000e+00 | -- | Inf
53.28/53.38 c 53.4s| 34200 | 25 |716833 | 20.9 | 13M| 41 | 20 | 246 |3374 | 246 | 704 | 403 |7318 |2591 | 0.000000e+00 | -- | Inf
53.37/53.49 c 53.5s| 34300 | 18 |718577 | 20.9 | 13M| 41 | - | 246 |3397 | 0 | 0 | 403 |7344 |2591 | 0.000000e+00 | -- | Inf
53.57/53.61 c 53.6s| 34400 | 21 |720400 | 20.9 | 13M| 41 | 47 | 246 |3425 | 246 | 704 | 403 |7373 |2591 | 0.000000e+00 | -- | Inf
53.57/53.69 c 53.7s| 34500 | 19 |721841 | 20.9 | 13M| 41 | 49 | 246 |3446 | 246 | 704 | 403 |7397 |2591 | 0.000000e+00 | -- | Inf
53.68/53.77 c 53.8s| 34600 | 21 |723149 | 20.8 | 13M| 41 | 21 | 246 |3454 | 246 | 704 | 403 |7409 |2591 | 0.000000e+00 | -- | Inf
53.88/53.90 c 53.9s| 34700 | 20 |724759 | 20.8 | 13M| 41 | - | 246 |3460 | 0 | 0 | 403 |7424 |2600 | 0.000000e+00 | -- | Inf
53.97/54.03 c 54.0s| 34800 | 20 |726547 | 20.8 | 13M| 41 | - | 246 |3463 | 0 | 0 | 403 |7443 |2608 | 0.000000e+00 | -- | Inf
54.07/54.18 c 54.2s| 34900 | 17 |728333 | 20.8 | 13M| 41 | - | 246 |3467 | 246 | 704 | 403 |7466 |2617 | 0.000000e+00 | -- | Inf
54.18/54.27 c 54.3s| 35000 | 18 |729806 | 20.8 | 13M| 41 | - | 246 |3477 | 246 | 704 | 403 |7487 |2617 | 0.000000e+00 | -- | Inf
54.37/54.43 c 54.4s| 35100 | 19 |732006 | 20.8 | 13M| 41 | 42 | 246 |3483 | 246 | 704 | 403 |7515 |2625 | 0.000000e+00 | -- | Inf
54.48/54.56 c 54.6s| 35200 | 17 |733899 | 20.8 | 13M| 41 | - | 246 |3499 | 0 | 0 | 403 |7541 |2631 | 0.000000e+00 | -- | Inf
54.67/54.77 c 54.8s| 35300 | 21 |736516 | 20.8 | 13M| 41 | - | 246 |3509 | 0 | 0 | 403 |7575 |2647 | 0.000000e+00 | -- | Inf
54.88/54.98 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
54.88/54.98 c 55.0s| 35400 | 19 |739505 | 20.8 | 13M| 41 | - | 246 |3507 | 246 | 704 | 403 |7595 |2655 | 0.000000e+00 | -- | Inf
55.08/55.17 c 55.2s| 35500 | 20 |742254 | 20.8 | 13M| 41 | - | 246 |3518 | 246 | 704 | 403 |7615 |2661 | 0.000000e+00 | -- | Inf
55.27/55.33 c 55.3s| 35600 | 19 |744764 | 20.9 | 13M| 41 | - | 246 |3546 | 246 | 704 | 403 |7656 |2662 | 0.000000e+00 | -- | Inf
55.37/55.46 c 55.5s| 35700 | 21 |746716 | 20.9 | 13M| 41 | - | 246 |3560 | 0 | 0 | 403 |7679 |2663 | 0.000000e+00 | -- | Inf
55.47/55.59 c 55.6s| 35800 | 18 |748735 | 20.9 | 13M| 41 | - | 246 |3573 | 246 | 704 | 403 |7699 |2663 | 0.000000e+00 | -- | Inf
55.67/55.77 c 55.8s| 35900 | 18 |751247 | 20.9 | 13M| 41 | 76 | 246 |3580 | 246 | 704 | 403 |7726 |2669 | 0.000000e+00 | -- | Inf
55.87/55.93 c 55.9s| 36000 | 21 |753701 | 20.9 | 13M| 41 | 62 | 246 |3578 | 246 | 704 | 403 |7747 |2671 | 0.000000e+00 | -- | Inf
55.98/56.06 c 56.1s| 36100 | 18 |755770 | 20.9 | 13M| 41 | - | 246 |3580 | 0 | 0 | 403 |7766 |2671 | 0.000000e+00 | -- | Inf
56.08/56.19 c 56.2s| 36200 | 20 |757900 | 20.9 | 13M| 41 | - | 246 |3557 | 246 | 704 | 403 |7787 |2673 | 0.000000e+00 | -- | Inf
56.27/56.34 c 56.3s| 36300 | 20 |760172 | 20.9 | 13M| 41 | - | 246 |3545 | 0 | 0 | 403 |7809 |2673 | 0.000000e+00 | -- | Inf
56.37/56.45 c 56.5s| 36400 | 20 |761993 | 20.9 | 13M| 41 | - | 246 |3550 | 246 | 704 | 403 |7836 |2673 | 0.000000e+00 | -- | Inf
56.47/56.57 c 56.6s| 36500 | 19 |763797 | 20.9 | 13M| 41 | 22 | 246 |3538 | 246 | 704 | 403 |7858 |2673 | 0.000000e+00 | -- | Inf
56.67/56.72 c 56.7s| 36600 | 15 |766118 | 20.9 | 13M| 41 | - | 246 |3508 | 0 | 0 | 403 |7879 |2673 | 0.000000e+00 | -- | Inf
56.78/56.89 c 56.9s| 36700 | 18 |768751 | 20.9 | 13M| 41 | 42 | 246 |3503 | 246 | 704 | 403 |7907 |2673 | 0.000000e+00 | -- | Inf
56.98/57.04 c 57.0s| 36800 | 18 |771002 | 20.9 | 13M| 41 | 43 | 246 |3499 | 246 | 704 | 403 |7933 |2674 | 0.000000e+00 | -- | Inf
57.08/57.16 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
57.08/57.16 c 57.2s| 36900 | 19 |772974 | 20.9 | 13M| 41 | - | 246 |3490 | 246 | 704 | 403 |7950 |2674 | 0.000000e+00 | -- | Inf
57.27/57.30 c 57.3s| 37000 | 19 |775144 | 20.9 | 13M| 41 | 59 | 246 |3493 | 246 | 704 | 403 |7965 |2674 | 0.000000e+00 | -- | Inf
57.38/57.47 c 57.5s| 37100 | 18 |777768 | 20.9 | 13M| 41 | 81 | 246 |3501 | 246 | 704 | 403 |7987 |2674 | 0.000000e+00 | -- | Inf
57.47/57.59 c 57.6s| 37200 | 17 |779633 | 20.9 | 13M| 41 | - | 246 |3495 | 246 | 704 | 403 |7999 |2674 | 0.000000e+00 | -- | Inf
57.67/57.76 c 57.8s| 37300 | 19 |782207 | 20.9 | 13M| 41 | 59 | 246 |3493 | 246 | 704 | 403 |8014 |2674 | 0.000000e+00 | -- | Inf
57.77/57.87 c 57.9s| 37400 | 18 |783665 | 20.9 | 13M| 41 | - | 246 |3512 | 246 | 704 | 403 |8037 |2687 | 0.000000e+00 | -- | Inf
57.97/58.03 c 58.0s| 37500 | 18 |785799 | 20.9 | 13M| 41 | 47 | 246 |3524 | 246 | 704 | 403 |8052 |2695 | 0.000000e+00 | -- | Inf
58.08/58.20 c 58.2s| 37600 | 18 |788125 | 20.9 | 13M| 41 | - | 246 |3521 | 0 | 0 | 403 |8063 |2704 | 0.000000e+00 | -- | Inf
58.28/58.37 c 58.4s| 37700 | 18 |790543 | 20.9 | 13M| 41 | 62 | 246 |3529 | 246 | 704 | 403 |8085 |2713 | 0.000000e+00 | -- | Inf
58.47/58.57 c 58.6s| 37800 | 18 |793201 | 20.9 | 13M| 41 | - | 246 |3545 | 246 | 704 | 403 |8108 |2721 | 0.000000e+00 | -- | Inf
58.68/58.73 c 58.7s| 37900 | 17 |795724 | 20.9 | 13M| 41 | - | 246 |3554 | 246 | 704 | 403 |8126 |2722 | 0.000000e+00 | -- | Inf
58.87/58.91 c 58.9s| 38000 | 21 |798449 | 21.0 | 13M| 41 | 55 | 246 |3556 | 246 | 704 | 403 |8144 |2722 | 0.000000e+00 | -- | Inf
58.97/59.09 c 59.1s| 38100 | 19 |801202 | 21.0 | 13M| 41 | - | 246 |3562 | 0 | 0 | 403 |8161 |2722 | 0.000000e+00 | -- | Inf
59.17/59.29 c 59.3s| 38200 | 19 |804245 | 21.0 | 13M| 41 | 57 | 246 |3573 | 246 | 704 | 403 |8181 |2722 | 0.000000e+00 | -- | Inf
59.37/59.47 c 59.5s| 38300 | 20 |806966 | 21.0 | 13M| 41 | 56 | 246 |3574 | 246 | 704 | 403 |8201 |2723 | 0.000000e+00 | -- | Inf
59.57/59.63 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
59.57/59.63 c 59.6s| 38400 | 20 |809342 | 21.0 | 13M| 41 | 44 | 246 |3555 | 246 | 704 | 403 |8217 |2723 | 0.000000e+00 | -- | Inf
59.77/59.80 c 59.8s| 38500 | 19 |812177 | 21.0 | 13M| 41 | - | 246 |3517 | 246 | 704 | 403 |8225 |2723 | 0.000000e+00 | -- | Inf
59.88/59.97 c 60.0s| 38600 | 18 |814802 | 21.1 | 13M| 41 | 52 | 246 |3502 | 246 | 704 | 403 |8237 |2723 | 0.000000e+00 | -- | Inf
60.07/60.10 c 60.1s| 38700 | 20 |816726 | 21.0 | 13M| 45 | - | 246 |3485 | 0 | 0 | 403 |8257 |2723 | 0.000000e+00 | -- | Inf
60.18/60.24 c 60.2s| 38800 | 21 |818993 | 21.1 | 13M| 45 | - | 246 |3499 | 0 | 0 | 403 |8294 |2723 | 0.000000e+00 | -- | Inf
60.38/60.41 c 60.4s| 38900 | 19 |821759 | 21.1 | 13M| 45 | - | 246 |3514 | 0 | 0 | 403 |8328 |2723 | 0.000000e+00 | -- | Inf
60.48/60.55 c 60.5s| 39000 | 20 |823876 | 21.1 | 13M| 45 | 46 | 246 |3534 | 246 | 704 | 403 |8361 |2723 | 0.000000e+00 | -- | Inf
60.57/60.68 c 60.7s| 39100 | 23 |825965 | 21.1 | 13M| 45 | 60 | 246 |3551 | 246 | 704 | 403 |8387 |2723 | 0.000000e+00 | -- | Inf
60.68/60.79 c 60.8s| 39200 | 20 |827697 | 21.1 | 13M| 45 | - | 246 |3567 | 246 | 704 | 403 |8407 |2723 | 0.000000e+00 | -- | Inf
60.87/60.96 c 61.0s| 39300 | 19 |829761 | 21.1 | 13M| 45 | 51 | 246 |3573 | 246 | 704 | 403 |8430 |2734 | 0.000000e+00 | -- | Inf
61.07/61.11 c 61.1s| 39400 | 18 |832162 | 21.1 | 13M| 45 | - | 246 |3576 | 0 | 0 | 403 |8449 |2734 | 0.000000e+00 | -- | Inf
61.27/61.31 c 61.3s| 39500 | 19 |834614 | 21.1 | 13M| 45 | 71 | 246 |3579 | 246 | 704 | 403 |8464 |2743 | 0.000000e+00 | -- | Inf
61.37/61.47 c 61.5s| 39600 | 19 |836712 | 21.1 | 13M| 45 | - | 246 |3581 | 246 | 704 | 403 |8479 |2752 | 0.000000e+00 | -- | Inf
61.58/61.64 c 61.6s| 39700 | 17 |839180 | 21.1 | 13M| 45 | - | 246 |3591 | 246 | 704 | 403 |8498 |2756 | 0.000000e+00 | -- | Inf
61.77/61.80 c 61.8s| 39800 | 21 |841332 | 21.1 | 13M| 45 | 29 | 246 |3598 | 246 | 704 | 403 |8520 |2763 | 0.000000e+00 | -- | Inf
61.87/61.96 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
61.87/61.96 c 62.0s| 39900 | 21 |843685 | 21.1 | 13M| 45 | 61 | 246 |3598 | 246 | 704 | 403 |8526 |2765 | 0.000000e+00 | -- | Inf
61.97/62.06 c 62.1s| 40000 | 21 |845224 | 21.1 | 13M| 45 | 60 | 246 |3618 | 246 | 704 | 403 |8548 |2765 | 0.000000e+00 | -- | Inf
62.17/62.22 c 62.2s| 40100 | 22 |847698 | 21.1 | 13M| 45 | 26 | 246 |3622 | 246 | 704 | 403 |8563 |2770 | 0.000000e+00 | -- | Inf
62.27/62.33 c 62.3s| 40200 | 23 |849511 | 21.1 | 13M| 45 | 17 | 246 |3627 | 246 | 704 | 403 |8574 |2770 | 0.000000e+00 | -- | Inf
62.37/62.44 c 62.4s| 40300 | 24 |851393 | 21.1 | 13M| 45 | 52 | 246 |3632 | 246 | 704 | 403 |8586 |2770 | 0.000000e+00 | -- | Inf
62.47/62.57 c 62.6s| 40400 | 20 |853533 | 21.1 | 13M| 45 | 73 | 246 |3654 | 246 | 704 | 403 |8609 |2770 | 0.000000e+00 | -- | Inf
62.68/62.72 c 62.7s| 40500 | 19 |855899 | 21.1 | 13M| 45 | 53 | 246 |3661 | 246 | 704 | 403 |8617 |2770 | 0.000000e+00 | -- | Inf
62.77/62.87 c 62.9s| 40600 | 26 |858267 | 21.1 | 13M| 45 | 54 | 246 |3668 | 246 | 704 | 403 |8633 |2770 | 0.000000e+00 | -- | Inf
62.97/63.00 c 63.0s| 40700 | 22 |860441 | 21.1 | 13M| 45 | - | 246 |3690 | 246 | 704 | 403 |8657 |2770 | 0.000000e+00 | -- | Inf
63.08/63.13 c 63.1s| 40800 | 22 |862491 | 21.1 | 13M| 45 | - | 246 |3716 | 0 | 0 | 403 |8689 |2770 | 0.000000e+00 | -- | Inf
63.17/63.26 c 63.3s| 40900 | 23 |864576 | 21.1 | 13M| 45 | 61 | 246 |3728 | 246 | 704 | 403 |8704 |2770 | 0.000000e+00 | -- | Inf
63.27/63.38 c 63.4s| 41000 | 20 |866604 | 21.1 | 13M| 45 | - | 246 |3738 | 0 | 0 | 403 |8722 |2770 | 0.000000e+00 | -- | Inf
63.47/63.50 c 63.5s| 41100 | 22 |868495 | 21.1 | 13M| 45 | - | 246 |3757 | 0 | 0 | 403 |8749 |2770 | 0.000000e+00 | -- | Inf
63.58/63.63 c 63.6s| 41200 | 21 |870567 | 21.1 | 13M| 45 | 51 | 246 |3770 | 246 | 704 | 403 |8774 |2770 | 0.000000e+00 | -- | Inf
63.68/63.79 c 63.8s| 41300 | 23 |873060 | 21.1 | 13M| 45 | - | 246 |3786 | 246 | 704 | 403 |8796 |2770 | 0.000000e+00 | -- | Inf
63.88/63.94 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
63.88/63.94 c 63.9s| 41400 | 22 |875384 | 21.1 | 13M| 45 | 64 | 246 |3794 | 246 | 704 | 403 |8810 |2770 | 0.000000e+00 | -- | Inf
63.97/64.08 c 64.1s| 41500 | 21 |877447 | 21.1 | 13M| 45 | 69 | 246 |3806 | 246 | 704 | 403 |8830 |2770 | 0.000000e+00 | -- | Inf
64.17/64.22 c 64.2s| 41600 | 21 |879365 | 21.1 | 13M| 45 | 53 | 246 |3824 | 246 | 704 | 403 |8854 |2779 | 0.000000e+00 | -- | Inf
64.27/64.34 c 64.3s| 41700 | 20 |881218 | 21.1 | 13M| 45 | - | 246 |3838 | 0 | 0 | 403 |8873 |2779 | 0.000000e+00 | -- | Inf
64.37/64.47 c 64.5s| 41800 | 18 |883114 | 21.1 | 13M| 45 | - | 246 |3855 | 246 | 704 | 403 |8900 |2785 | 0.000000e+00 | -- | Inf
64.57/64.64 c 64.6s| 41900 | 20 |885345 | 21.1 | 13M| 45 | - | 246 |3859 | 246 | 704 | 403 |8915 |2796 | 0.000000e+00 | -- | Inf
64.67/64.78 c 64.8s| 42000 | 19 |887108 | 21.1 | 13M| 46 | - | 246 |3860 | 246 | 704 | 403 |8923 |2805 | 0.000000e+00 | -- | Inf
64.88/64.92 c 64.9s| 42100 | 21 |889239 | 21.1 | 13M| 46 | 49 | 246 |3864 | 246 | 704 | 403 |8938 |2809 | 0.000000e+00 | -- | Inf
64.97/65.08 c 65.1s| 42200 | 18 |891464 | 21.1 | 13M| 46 | - | 246 |3874 | 0 | 0 | 403 |8957 |2815 | 0.000000e+00 | -- | Inf
65.17/65.22 c 65.2s| 42300 | 18 |893772 | 21.1 | 13M| 46 | 67 | 246 |3871 | 246 | 704 | 403 |8969 |2815 | 0.000000e+00 | -- | Inf
65.27/65.36 c 65.4s| 42400 | 18 |895995 | 21.1 | 13M| 46 | 38 | 246 |3880 | 246 | 704 | 403 |8983 |2815 | 0.000000e+00 | -- | Inf
65.97/66.04 c 66.0s| 42500 | 21 |899407 | 21.1 | 13M| 47 | 57 | 246 |3822 | 246 | 704 | 403 |8992 |2909 | 0.000000e+00 | -- | Inf
66.17/66.21 c 66.2s| 42600 | 23 |902036 | 21.1 | 13M| 47 | 41 | 246 |3801 | 246 | 704 | 403 |9003 |2909 | 0.000000e+00 | -- | Inf
66.27/66.31 c 66.3s| 42700 | 22 |903698 | 21.1 | 13M| 47 | - | 246 |3814 | 0 | 0 | 403 |9025 |2910 | 0.000000e+00 | -- | Inf
66.38/66.41 c 66.4s| 42800 | 21 |905357 | 21.1 | 13M| 47 | - | 246 |3821 | 0 | 0 | 403 |9041 |2910 | 0.000000e+00 | -- | Inf
66.57/66.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
66.57/66.62 c 66.6s| 42900 | 25 |907837 | 21.1 | 13M| 47 | 45 | 246 |3796 | 246 | 704 | 403 |9058 |2921 | 0.000000e+00 | -- | Inf
66.67/66.76 c 66.8s| 43000 | 23 |909925 | 21.1 | 13M| 47 | - | 246 |3790 | 0 | 0 | 403 |9077 |2925 | 0.000000e+00 | -- | Inf
66.87/66.92 c 66.9s| 43100 | 23 |912470 | 21.1 | 13M| 47 | - | 246 |3786 | 0 | 0 | 403 |9095 |2925 | 0.000000e+00 | -- | Inf
66.97/67.08 c 67.1s| 43200 | 22 |914945 | 21.1 | 13M| 47 | 68 | 246 |3787 | 246 | 704 | 403 |9111 |2925 | 0.000000e+00 | -- | Inf
67.17/67.29 c 67.3s| 43300 | 20 |918089 | 21.2 | 13M| 47 | - | 246 |3758 | 0 | 0 | 403 |9138 |2926 | 0.000000e+00 | -- | Inf
67.67/67.71 c 67.7s| 43400 | 27 |920792 | 21.2 | 13M| 48 | 63 | 246 |3728 | 246 | 704 | 403 |9159 |2975 | 0.000000e+00 | -- | Inf
67.77/67.82 c 67.8s| 43500 | 24 |922636 | 21.2 | 13M| 48 | 39 | 246 |3724 | 246 | 704 | 403 |9177 |2975 | 0.000000e+00 | -- | Inf
68.37/68.41 c 68.4s| 43600 | 24 |925933 | 21.2 | 13M| 48 | 59 | 246 |3602 | 246 | 704 | 403 |9200 |3066 | 0.000000e+00 | -- | Inf
68.57/68.61 c 68.6s| 43700 | 19 |928281 | 21.2 | 13M| 48 | - | 246 |3545 | 0 | 0 | 403 |9229 |3079 | 0.000000e+00 | -- | Inf
68.67/68.77 c 68.8s| 43800 | 26 |930696 | 21.2 | 13M| 48 | - | 246 |3514 | 0 | 0 | 403 |9242 |3079 | 0.000000e+00 | -- | Inf
68.87/68.91 c 68.9s| 43900 | 21 |932852 | 21.2 | 13M| 48 | 64 | 246 |3499 | 246 | 704 | 403 |9267 |3079 | 0.000000e+00 | -- | Inf
68.97/69.06 c 69.1s| 44000 | 20 |935319 | 21.2 | 13M| 48 | 53 | 246 |3485 | 246 | 704 | 403 |9288 |3079 | 0.000000e+00 | -- | Inf
69.17/69.22 c 69.2s| 44100 | 20 |937761 | 21.2 | 13M| 48 | 39 | 246 |3476 | 246 | 704 | 403 |9307 |3079 | 0.000000e+00 | -- | Inf
69.37/69.40 c 69.4s| 44200 | 18 |940681 | 21.2 | 13M| 48 | - | 246 |3480 | 246 | 704 | 403 |9319 |3079 | 0.000000e+00 | -- | Inf
69.57/69.67 c 69.7s| 44300 | 16 |942752 | 21.2 | 13M| 48 | - | 246 |3378 | 246 | 704 | 403 |9341 |3105 | 0.000000e+00 | -- | Inf
69.87/69.98 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
69.87/69.98 c 70.0s| 44400 | 24 |945483 | 21.2 | 13M| 48 | 77 | 246 |3277 | 246 | 704 | 403 |9362 |3131 | 0.000000e+00 | -- | Inf
70.07/70.14 c 70.1s| 44500 | 21 |947824 | 21.2 | 13M| 48 | 98 | 246 |3222 | 246 | 704 | 403 |9396 |3136 | 0.000000e+00 | -- | Inf
70.27/70.33 c 70.3s| 44600 | 23 |950385 | 21.3 | 13M| 48 | - | 246 |3195 | 246 | 704 | 403 |9430 |3140 | 0.000000e+00 | -- | Inf
70.47/70.50 c 70.5s| 44700 | 28 |953146 | 21.3 | 13M| 48 | - | 246 |3157 | 0 | 0 | 403 |9448 |3140 | 0.000000e+00 | -- | Inf
70.57/70.63 c 70.6s| 44800 | 24 |955039 | 21.3 | 13M| 48 | - | 246 |3131 | 0 | 0 | 403 |9464 |3143 | 0.000000e+00 | -- | Inf
70.77/70.80 c 70.8s| 44900 | 24 |957434 | 21.3 | 13M| 48 | 53 | 246 |3115 | 246 | 704 | 403 |9499 |3146 | 0.000000e+00 | -- | Inf
70.87/70.99 c 71.0s| 45000 | 21 |960103 | 21.3 | 13M| 48 | - | 246 |3116 | 246 | 704 | 403 |9539 |3149 | 0.000000e+00 | -- | Inf
71.17/71.21 c 71.2s| 45100 | 22 |963347 | 21.3 | 13M| 48 | 58 | 246 |3100 | 246 | 704 | 403 |9562 |3149 | 0.000000e+00 | -- | Inf
71.27/71.34 c 71.3s| 45200 | 23 |965493 | 21.3 | 13M| 48 | 28 | 246 |3111 | 246 | 704 | 403 |9599 |3149 | 0.000000e+00 | -- | Inf
71.37/71.49 c 71.5s| 45300 | 25 |967791 | 21.3 | 13M| 48 | 15 | 246 |3107 | 246 | 704 | 403 |9619 |3149 | 0.000000e+00 | -- | Inf
71.57/71.65 c 71.6s| 45400 | 21 |970454 | 21.3 | 13M| 48 | - | 246 |3099 | 246 | 704 | 403 |9646 |3149 | 0.000000e+00 | -- | Inf
71.77/71.83 c 71.8s| 45500 | 23 |973129 | 21.3 | 13M| 48 | - | 246 |3049 | 0 | 0 | 403 |9669 |3149 | 0.000000e+00 | -- | Inf
71.87/71.96 c 72.0s| 45600 | 23 |975201 | 21.3 | 13M| 48 | - | 246 |3033 | 0 | 0 | 403 |9693 |3149 | 0.000000e+00 | -- | Inf
72.07/72.11 c 72.1s| 45700 | 23 |977518 | 21.3 | 13M| 48 | 56 | 246 |3042 | 246 | 704 | 403 |9728 |3149 | 0.000000e+00 | -- | Inf
72.17/72.27 c 72.3s| 45800 | 25 |979938 | 21.3 | 13M| 48 | - | 246 |3045 | 0 | 0 | 403 |9743 |3149 | 0.000000e+00 | -- | Inf
72.37/72.46 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
72.37/72.46 c 72.5s| 45900 | 24 |982789 | 21.4 | 13M| 48 | - | 246 |3066 | 0 | 0 | 403 |9779 |3149 | 0.000000e+00 | -- | Inf
72.58/72.65 c 72.6s| 46000 | 23 |985552 | 21.4 | 13M| 48 | 60 | 246 |3081 | 246 | 704 | 403 |9797 |3149 | 0.000000e+00 | -- | Inf
72.77/72.87 c 72.9s| 46100 | 24 |988831 | 21.4 | 13M| 48 | - | 246 |3047 | 0 | 0 | 403 |9825 |3149 | 0.000000e+00 | -- | Inf
72.97/73.01 c 73.0s| 46200 | 25 |991266 | 21.4 | 13M| 48 | 51 | 246 |3034 | 246 | 704 | 403 |9845 |3149 | 0.000000e+00 | -- | Inf
73.07/73.18 c 73.2s| 46300 | 23 |993859 | 21.4 | 13M| 48 | 85 | 246 |3043 | 246 | 704 | 403 |9863 |3149 | 0.000000e+00 | -- | Inf
73.27/73.32 c 73.3s| 46400 | 27 |996198 | 21.4 | 13M| 48 | - | 246 |3061 | 0 | 0 | 403 |9891 |3149 | 0.000000e+00 | -- | Inf
73.37/73.47 c 73.5s| 46500 | 23 |998471 | 21.4 | 13M| 48 | - | 246 |3090 | 0 | 0 | 403 |9926 |3149 | 0.000000e+00 | -- | Inf
73.58/73.64 c 73.6s| 46600 | 21 | 1001k| 21.4 | 13M| 48 | 96 | 246 |3118 | 246 | 704 | 403 |9958 |3152 | 0.000000e+00 | -- | Inf
73.68/73.76 c 73.8s| 46700 | 20 | 1003k| 21.4 | 13M| 48 | - | 246 |3138 | 0 | 0 | 403 |9982 |3154 | 0.000000e+00 | -- | Inf
73.87/73.94 c 73.9s| 46800 | 21 | 1005k| 21.4 | 13M| 48 | 82 | 246 |3151 | 246 | 704 | 403 | 10k|3157 | 0.000000e+00 | -- | Inf
74.07/74.18 c 74.2s| 46900 | 23 | 1008k| 21.5 | 13M| 48 | - | 246 |3147 | 0 | 0 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
74.27/74.39 c 74.4s| 47000 | 21 | 1011k| 21.5 | 13M| 48 | - | 246 |3104 | 0 | 0 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
74.47/74.57 c 74.6s| 47100 | 21 | 1014k| 21.5 | 13M| 48 | 63 | 246 |3064 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
74.68/74.79 c 74.8s| 47200 | 26 | 1018k| 21.5 | 13M| 48 | 53 | 246 |2984 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
74.87/74.96 c 75.0s| 47300 | 28 | 1020k| 21.5 | 13M| 48 | - | 246 |2928 | 0 | 0 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
75.07/75.12 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
75.07/75.12 c 75.1s| 47400 | 27 | 1023k| 21.5 | 13M| 48 | 46 | 246 |2917 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
75.17/75.26 c 75.3s| 47500 | 26 | 1025k| 21.6 | 13M| 48 | 56 | 246 |2926 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
75.27/75.37 c 75.4s| 47600 | 23 | 1027k| 21.5 | 13M| 48 | 57 | 246 |2943 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
75.47/75.55 c 75.5s| 47700 | 23 | 1030k| 21.6 | 13M| 48 | - | 246 |2959 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
75.67/75.70 c 75.7s| 47800 | 28 | 1032k| 21.6 | 13M| 48 | 49 | 246 |2973 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
75.78/75.81 c 75.8s| 47900 | 24 | 1034k| 21.6 | 13M| 48 | 36 | 246 |2978 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
75.88/75.92 c 75.9s| 48000 | 26 | 1036k| 21.5 | 13M| 48 | 49 | 246 |2977 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
75.97/76.07 c 76.1s| 48100 | 28 | 1038k| 21.6 | 13M| 48 | 30 | 246 |2984 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
76.07/76.18 c 76.2s| 48200 | 28 | 1040k| 21.5 | 13M| 48 | 31 | 246 |2996 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
76.26/76.30 c 76.3s| 48300 | 26 | 1042k| 21.5 | 13M| 48 | 57 | 246 |3004 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
76.37/76.46 c 76.5s| 48400 | 24 | 1045k| 21.5 | 13M| 48 | - | 246 |3013 | 0 | 0 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
76.57/76.62 c 76.6s| 48500 | 24 | 1047k| 21.6 | 13M| 48 | - | 246 |3024 | 0 | 0 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
76.67/76.76 c 76.8s| 48600 | 25 | 1050k| 21.6 | 13M| 48 | 58 | 246 |3038 | 246 | 704 | 403 | 10k|3166 | 0.000000e+00 | -- | Inf
76.88/76.96 c 77.0s| 48700 | 23 | 1052k| 21.6 | 13M| 48 | 62 | 246 |3050 | 246 | 704 | 403 | 10k|3175 | 0.000000e+00 | -- | Inf
77.07/77.14 c 77.1s| 48800 | 25 | 1055k| 21.6 | 13M| 48 | 42 | 246 |3065 | 246 | 704 | 403 | 10k|3184 | 0.000000e+00 | -- | Inf
77.27/77.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
77.27/77.30 c 77.3s| 48900 | 25 | 1058k| 21.6 | 13M| 48 | 43 | 246 |3076 | 246 | 704 | 403 | 10k|3187 | 0.000000e+00 | -- | Inf
77.37/77.43 c 77.4s| 49000 | 25 | 1059k| 21.6 | 13M| 48 | 27 | 246 |3102 | 246 | 704 | 403 | 10k|3189 | 0.000000e+00 | -- | Inf
77.46/77.56 c 77.6s| 49100 | 24 | 1062k| 21.6 | 13M| 48 | 58 | 246 |3115 | 246 | 704 | 403 | 10k|3192 | 0.000000e+00 | -- | Inf
77.67/77.72 c 77.7s| 49200 | 23 | 1064k| 21.6 | 13M| 48 | - | 246 |3131 | 246 | 704 | 403 | 10k|3192 | 0.000000e+00 | -- | Inf
77.77/77.86 c 77.9s| 49300 | 24 | 1066k| 21.6 | 13M| 48 | 30 | 246 |3159 | 246 | 704 | 403 | 10k|3192 | 0.000000e+00 | -- | Inf
77.97/78.04 c 78.0s| 49400 | 23 | 1069k| 21.6 | 13M| 48 | 44 | 246 |3167 | 246 | 704 | 403 | 10k|3192 | 0.000000e+00 | -- | Inf
78.17/78.21 c 78.2s| 49500 | 21 | 1072k| 21.6 | 13M| 48 | - | 246 |3184 | 0 | 0 | 403 | 10k|3192 | 0.000000e+00 | -- | Inf
78.27/78.34 c 78.3s| 49600 | 24 | 1074k| 21.6 | 13M| 48 | 31 | 246 |3197 | 246 | 704 | 403 | 10k|3192 | 0.000000e+00 | -- | Inf
78.37/78.45 c 78.5s| 49700 | 22 | 1076k| 21.6 | 13M| 48 | 24 | 246 |3211 | 246 | 704 | 403 | 10k|3192 | 0.000000e+00 | -- | Inf
78.47/78.56 c 78.6s| 49800 | 21 | 1078k| 21.6 | 13M| 48 | - | 246 |3226 | 246 | 704 | 403 | 10k|3192 | 0.000000e+00 | -- | Inf
78.67/78.75 c 78.7s| 49900 | 23 | 1080k| 21.6 | 13M| 48 | 39 | 246 |3245 | 246 | 704 | 403 | 10k|3198 | 0.000000e+00 | -- | Inf
78.77/78.88 c 78.9s| 50000 | 23 | 1082k| 21.6 | 13M| 48 | 67 | 246 |3263 | 246 | 704 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
78.97/79.04 c 79.0s| 50100 | 25 | 1085k| 21.6 | 13M| 48 | 60 | 246 |3283 | 246 | 704 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
79.07/79.18 c 79.2s| 50200 | 23 | 1087k| 21.6 | 13M| 48 | - | 246 |3293 | 0 | 0 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
79.17/79.29 c 79.3s| 50300 | 23 | 1089k| 21.6 | 13M| 48 | - | 246 |3317 | 246 | 704 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
79.37/79.43 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
79.37/79.43 c 79.4s| 50400 | 26 | 1091k| 21.6 | 13M| 48 | 33 | 246 |3335 | 246 | 704 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
79.46/79.55 c 79.5s| 50500 | 22 | 1093k| 21.6 | 13M| 48 | - | 246 |3354 | 246 | 704 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
79.67/79.72 c 79.7s| 50600 | 24 | 1095k| 21.6 | 13M| 48 | - | 246 |3372 | 0 | 0 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
79.77/79.88 c 79.9s| 50700 | 25 | 1098k| 21.6 | 13M| 48 | 40 | 246 |3383 | 246 | 704 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
79.97/80.02 c 80.0s| 50800 | 25 | 1100k| 21.6 | 13M| 48 | 39 | 246 |3403 | 246 | 704 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
80.07/80.19 c 80.2s| 50900 | 22 | 1103k| 21.6 | 13M| 48 | 65 | 246 |3420 | 246 | 704 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
80.27/80.37 c 80.4s| 51000 | 21 | 1106k| 21.6 | 13M| 48 | - | 246 |3436 | 0 | 0 | 403 | 10k|3200 | 0.000000e+00 | -- | Inf
80.47/80.55 c 80.5s| 51100 | 24 | 1108k| 21.7 | 13M| 48 | 46 | 246 |3458 | 246 | 704 | 403 | 10k|3213 | 0.000000e+00 | -- | Inf
80.67/80.75 c 80.7s| 51200 | 23 | 1111k| 21.7 | 13M| 48 | 65 | 246 |3467 | 246 | 704 | 403 | 10k|3226 | 0.000000e+00 | -- | Inf
80.87/80.95 c 80.9s| 51300 | 23 | 1114k| 21.7 | 13M| 48 | 59 | 246 |3481 | 246 | 704 | 403 | 10k|3236 | 0.000000e+00 | -- | Inf
81.06/81.12 c 81.1s| 51400 | 21 | 1116k| 21.7 | 13M| 48 | 47 | 246 |3492 | 246 | 704 | 403 | 10k|3243 | 0.000000e+00 | -- | Inf
81.28/81.31 c 81.3s| 51500 | 26 | 1119k| 21.7 | 13M| 48 | 38 | 246 |3510 | 246 | 704 | 403 | 10k|3253 | 0.000000e+00 | -- | Inf
81.37/81.48 c 81.5s| 51600 | 24 | 1121k| 21.7 | 13M| 48 | 41 | 246 |3527 | 246 | 704 | 403 | 10k|3259 | 0.000000e+00 | -- | Inf
81.56/81.67 c 81.7s| 51700 | 25 | 1124k| 21.7 | 13M| 48 | 69 | 246 |3556 | 246 | 704 | 403 | 11k|3265 | 0.000000e+00 | -- | Inf
81.77/81.83 c 81.8s| 51800 | 22 | 1126k| 21.7 | 13M| 48 | 34 | 246 |3579 | 246 | 704 | 403 | 11k|3270 | 0.000000e+00 | -- | Inf
81.97/82.04 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
81.97/82.04 c 82.0s| 51900 | 26 | 1128k| 21.7 | 13M| 48 | 37 | 246 |3591 | 246 | 704 | 403 | 11k|3279 | 0.000000e+00 | -- | Inf
82.06/82.16 c 82.2s| 52000 | 24 | 1130k| 21.7 | 13M| 48 | 72 | 246 |3604 | 246 | 704 | 403 | 11k|3281 | 0.000000e+00 | -- | Inf
82.17/82.29 c 82.3s| 52100 | 24 | 1132k| 21.7 | 13M| 48 | 69 | 246 |3615 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
82.37/82.44 c 82.4s| 52200 | 31 | 1135k| 21.7 | 13M| 48 | 42 | 246 |3641 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
82.47/82.55 c 82.6s| 52300 | 28 | 1136k| 21.7 | 14M| 48 | - | 246 |3652 | 0 | 0 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
82.57/82.66 c 82.7s| 52400 | 27 | 1138k| 21.7 | 14M| 48 | - | 246 |3669 | 0 | 0 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
82.77/82.83 c 82.8s| 52500 | 27 | 1141k| 21.7 | 14M| 48 | 63 | 246 |3681 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
82.87/82.97 c 83.0s| 52600 | 28 | 1143k| 21.7 | 14M| 48 | 45 | 246 |3689 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
83.07/83.13 c 83.1s| 52700 | 27 | 1145k| 21.7 | 14M| 48 | 76 | 246 |3708 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
83.16/83.28 c 83.3s| 52800 | 27 | 1148k| 21.7 | 14M| 48 | - | 246 |3713 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
83.37/83.49 c 83.5s| 52900 | 26 | 1152k| 21.7 | 14M| 48 | 80 | 246 |3715 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
83.58/83.69 c 83.7s| 53000 | 26 | 1155k| 21.8 | 14M| 48 | - | 246 |3731 | 0 | 0 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
83.77/83.85 c 83.8s| 53100 | 26 | 1157k| 21.8 | 14M| 48 | 43 | 246 |3737 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
83.97/84.01 c 84.0s| 53200 | 24 | 1160k| 21.8 | 14M| 48 | - | 246 |3742 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
84.07/84.19 c 84.2s| 53300 | 25 | 1163k| 21.8 | 14M| 48 | - | 246 |3737 | 0 | 0 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
84.26/84.34 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
84.26/84.34 c 84.3s| 53400 | 31 | 1165k| 21.8 | 14M| 48 | 24 | 246 |3753 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
84.37/84.46 c 84.5s| 53500 | 28 | 1167k| 21.8 | 14M| 48 | 40 | 246 |3775 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
84.47/84.57 c 84.6s| 53600 | 27 | 1169k| 21.8 | 14M| 48 | - | 246 |3788 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
84.58/84.69 c 84.7s| 53700 | 32 | 1170k| 21.8 | 14M| 48 | 37 | 246 |3796 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
84.77/84.80 c 84.8s| 53800 | 31 | 1172k| 21.8 | 14M| 48 | 24 | 246 |3815 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
84.86/84.93 c 84.9s| 53900 | 29 | 1174k| 21.8 | 14M| 48 | 33 | 246 |3830 | 246 | 704 | 403 | 11k|3282 | 0.000000e+00 | -- | Inf
84.97/85.08 c 85.1s| 54000 | 27 | 1176k| 21.7 | 14M| 48 | 70 | 246 |3842 | 246 | 704 | 403 | 11k|3292 | 0.000000e+00 | -- | Inf
85.17/85.22 c 85.2s| 54100 | 27 | 1178k| 21.7 | 14M| 48 | - | 246 |3852 | 0 | 0 | 403 | 11k|3292 | 0.000000e+00 | -- | Inf
85.37/85.41 c 85.4s| 54200 | 29 | 1181k| 21.8 | 14M| 48 | - | 246 |3870 | 0 | 0 | 403 | 11k|3299 | 0.000000e+00 | -- | Inf
85.47/85.59 c 85.6s| 54300 | 29 | 1184k| 21.8 | 14M| 48 | 62 | 246 |3878 | 246 | 704 | 403 | 11k|3308 | 0.000000e+00 | -- | Inf
85.67/85.77 c 85.8s| 54400 | 30 | 1186k| 21.8 | 14M| 48 | - | 246 |3886 | 0 | 0 | 403 | 11k|3318 | 0.000000e+00 | -- | Inf
85.87/85.93 c 85.9s| 54500 | 25 | 1189k| 21.8 | 14M| 48 | - | 246 |3899 | 0 | 0 | 403 | 11k|3318 | 0.000000e+00 | -- | Inf
86.07/86.10 c 86.1s| 54600 | 27 | 1191k| 21.8 | 14M| 48 | 65 | 246 |3916 | 246 | 704 | 403 | 11k|3326 | 0.000000e+00 | -- | Inf
86.17/86.28 c 86.3s| 54700 | 26 | 1193k| 21.8 | 14M| 48 | 78 | 246 |3939 | 246 | 704 | 403 | 11k|3338 | 0.000000e+00 | -- | Inf
86.47/86.50 c 86.5s| 54800 | 29 | 1197k| 21.8 | 14M| 48 | 35 | 246 |3938 | 246 | 704 | 403 | 11k|3342 | 0.000000e+00 | -- | Inf
86.67/86.74 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
86.67/86.74 c 86.7s| 54900 | 25 | 1200k| 21.8 | 14M| 48 | - | 246 |3948 | 246 | 704 | 403 | 11k|3352 | 0.000000e+00 | -- | Inf
86.88/86.92 c 86.9s| 55000 | 25 | 1203k| 21.8 | 14M| 48 | - | 246 |3962 | 0 | 0 | 403 | 11k|3353 | 0.000000e+00 | -- | Inf
87.07/87.10 c 87.1s| 55100 | 25 | 1206k| 21.8 | 14M| 48 | - | 246 |3966 | 0 | 0 | 403 | 11k|3358 | 0.000000e+00 | -- | Inf
87.16/87.27 c 87.3s| 55200 | 25 | 1208k| 21.9 | 14M| 48 | 53 | 246 |3990 | 246 | 704 | 403 | 11k|3358 | 0.000000e+00 | -- | Inf
87.37/87.45 c 87.5s| 55300 | 26 | 1211k| 21.9 | 14M| 48 | 50 | 246 |4007 | 246 | 704 | 403 | 11k|3358 | 0.000000e+00 | -- | Inf
87.47/87.59 c 87.6s| 55400 | 28 | 1213k| 21.9 | 14M| 48 | 61 | 246 |4009 | 246 | 704 | 403 | 11k|3359 | 0.000000e+00 | -- | Inf
87.67/87.74 c 87.7s| 55500 | 27 | 1216k| 21.9 | 14M| 48 | - | 246 |4026 | 0 | 0 | 403 | 11k|3359 | 0.000000e+00 | -- | Inf
87.77/87.89 c 87.9s| 55600 | 27 | 1218k| 21.9 | 14M| 48 | - | 246 |4031 | 246 | 704 | 403 | 11k|3359 | 0.000000e+00 | -- | Inf
87.97/88.07 c 88.1s| 55700 | 26 | 1221k| 21.9 | 14M| 48 | 45 | 246 |4032 | 246 | 704 | 403 | 11k|3362 | 0.000000e+00 | -- | Inf
88.17/88.21 c 88.2s| 55800 | 26 | 1223k| 21.9 | 14M| 48 | - | 246 |4031 | 0 | 0 | 403 | 11k|3362 | 0.000000e+00 | -- | Inf
88.27/88.37 c 88.4s| 55900 | 26 | 1225k| 21.9 | 14M| 48 | 36 | 246 |4030 | 246 | 704 | 403 | 11k|3363 | 0.000000e+00 | -- | Inf
88.47/88.53 c 88.5s| 56000 | 25 | 1228k| 21.9 | 14M| 48 | - | 246 |4034 | 0 | 0 | 403 | 11k|3364 | 0.000000e+00 | -- | Inf
88.57/88.69 c 88.7s| 56100 | 27 | 1230k| 21.9 | 14M| 48 | 23 | 246 |4040 | 246 | 704 | 403 | 11k|3364 | 0.000000e+00 | -- | Inf
88.77/88.85 c 88.8s| 56200 | 29 | 1233k| 21.9 | 14M| 48 | 50 | 246 |4057 | 246 | 704 | 403 | 11k|3364 | 0.000000e+00 | -- | Inf
88.97/89.00 c 89.0s| 56300 | 28 | 1235k| 21.9 | 14M| 48 | 61 | 246 |4065 | 246 | 704 | 403 | 11k|3364 | 0.000000e+00 | -- | Inf
89.07/89.19 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
89.07/89.19 c 89.2s| 56400 | 26 | 1238k| 21.9 | 14M| 48 | 92 | 246 |4081 | 246 | 704 | 403 | 11k|3364 | 0.000000e+00 | -- | Inf
89.37/89.41 c 89.4s| 56500 | 24 | 1242k| 21.9 | 14M| 48 | - | 246 |4089 | 246 | 704 | 403 | 11k|3364 | 0.000000e+00 | -- | Inf
89.47/89.56 c 89.6s| 56600 | 24 | 1244k| 21.9 | 14M| 48 | - | 246 |4090 | 0 | 0 | 403 | 12k|3364 | 0.000000e+00 | -- | Inf
89.66/89.74 c 89.7s| 56700 | 28 | 1247k| 22.0 | 14M| 48 | - | 246 |4090 | 0 | 0 | 403 | 12k|3366 | 0.000000e+00 | -- | Inf
89.87/89.91 c 89.9s| 56800 | 30 | 1249k| 22.0 | 14M| 48 | 73 | 246 |4093 | 246 | 704 | 403 | 12k|3366 | 0.000000e+00 | -- | Inf
89.97/90.07 c 90.1s| 56900 | 28 | 1252k| 22.0 | 14M| 48 | 64 | 246 |4073 | 246 | 704 | 403 | 12k|3366 | 0.000000e+00 | -- | Inf
90.17/90.27 c 90.3s| 57000 | 30 | 1254k| 22.0 | 14M| 48 | 29 | 246 |4071 | 246 | 704 | 403 | 12k|3377 | 0.000000e+00 | -- | Inf
90.37/90.43 c 90.4s| 57100 | 27 | 1257k| 22.0 | 14M| 48 | 59 | 246 |4086 | 246 | 704 | 403 | 12k|3377 | 0.000000e+00 | -- | Inf
90.57/90.62 c 90.6s| 57200 | 26 | 1260k| 22.0 | 14M| 48 | 58 | 246 |4099 | 246 | 704 | 403 | 12k|3387 | 0.000000e+00 | -- | Inf
90.77/90.86 c 90.9s| 57300 | 27 | 1263k| 22.0 | 14M| 48 | 45 | 246 |4095 | 246 | 704 | 403 | 12k|3403 | 0.000000e+00 | -- | Inf
91.07/91.11 c 91.1s| 57400 | 24 | 1266k| 22.0 | 14M| 48 | 70 | 246 |4092 | 246 | 704 | 403 | 12k|3412 | 0.000000e+00 | -- | Inf
91.17/91.28 c 91.3s| 57500 | 24 | 1269k| 22.0 | 14M| 48 | 47 | 246 |4083 | 246 | 704 | 403 | 12k|3412 | 0.000000e+00 | -- | Inf
91.36/91.43 c 91.4s| 57600 | 22 | 1271k| 22.0 | 14M| 48 | 73 | 246 |4088 | 246 | 704 | 403 | 12k|3419 | 0.000000e+00 | -- | Inf
91.46/91.59 c 91.6s| 57700 | 23 | 1273k| 22.0 | 14M| 48 | 81 | 246 |4111 | 246 | 704 | 403 | 12k|3423 | 0.000000e+00 | -- | Inf
91.77/91.84 c 91.8s| 57800 | 23 | 1277k| 22.1 | 14M| 48 | 71 | 246 |4118 | 246 | 704 | 403 | 12k|3431 | 0.000000e+00 | -- | Inf
91.97/92.04 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
91.97/92.04 c 92.0s| 57900 | 21 | 1280k| 22.1 | 14M| 48 | - | 246 |4130 | 0 | 0 | 403 | 12k|3437 | 0.000000e+00 | -- | Inf
92.17/92.26 c 92.3s| 58000 | 23 | 1283k| 22.1 | 14M| 48 | 52 | 246 |4122 | 246 | 704 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
92.27/92.39 c 92.4s| 58100 | 22 | 1285k| 22.1 | 14M| 48 | 65 | 246 |4129 | 246 | 704 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
92.47/92.56 c 92.6s| 58200 | 21 | 1288k| 22.1 | 14M| 48 | - | 246 |4136 | 246 | 704 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
92.67/92.71 c 92.7s| 58300 | 23 | 1290k| 22.1 | 14M| 48 | 68 | 246 |4141 | 246 | 704 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
92.87/92.90 c 92.9s| 58400 | 23 | 1293k| 22.1 | 14M| 48 | 42 | 246 |4133 | 246 | 704 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
92.96/93.07 c 93.1s| 58500 | 22 | 1296k| 22.1 | 14M| 48 | - | 246 |4150 | 0 | 0 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
93.17/93.22 c 93.2s| 58600 | 22 | 1298k| 22.1 | 14M| 48 | - | 246 |4157 | 0 | 0 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
93.37/93.45 c 93.4s| 58700 | 25 | 1302k| 22.1 | 14M| 48 | - | 246 |4163 | 246 | 704 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
93.57/93.67 c 93.7s| 58800 | 22 | 1305k| 22.2 | 14M| 48 | 69 | 246 |4163 | 246 | 704 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
93.77/93.85 c 93.8s| 58900 | 20 | 1308k| 22.2 | 14M| 48 | - | 246 |4155 | 246 | 704 | 403 | 12k|3440 | 0.000000e+00 | -- | Inf
93.96/94.04 c 94.0s| 59000 | 25 | 1311k| 22.2 | 14M| 48 | 35 | 246 |4148 | 246 | 704 | 403 | 12k|3442 | 0.000000e+00 | -- | Inf
94.07/94.14 c 94.1s| 59100 | 24 | 1313k| 22.2 | 14M| 48 | - | 246 |4153 | 0 | 0 | 403 | 12k|3442 | 0.000000e+00 | -- | Inf
94.17/94.29 c 94.3s| 59200 | 20 | 1315k| 22.2 | 14M| 48 | 77 | 246 |4144 | 246 | 704 | 403 | 12k|3442 | 0.000000e+00 | -- | Inf
94.36/94.44 c 94.4s| 59300 | 21 | 1318k| 22.2 | 14M| 48 | 41 | 246 |4130 | 246 | 704 | 403 | 12k|3442 | 0.000000e+00 | -- | Inf
94.48/94.60 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
94.48/94.60 c 94.6s| 59400 | 23 | 1320k| 22.2 | 14M| 48 | 30 | 246 |4127 | 246 | 704 | 403 | 12k|3442 | 0.000000e+00 | -- | Inf
94.66/94.74 c 94.7s| 59500 | 19 | 1323k| 22.2 | 14M| 48 | - | 246 |4142 | 246 | 704 | 403 | 12k|3442 | 0.000000e+00 | -- | Inf
94.87/94.94 c 94.9s| 59600 | 20 | 1326k| 22.2 | 14M| 48 | 51 | 246 |4153 | 246 | 704 | 403 | 12k|3442 | 0.000000e+00 | -- | Inf
95.07/95.15 c 95.1s| 59700 | 20 | 1329k| 22.2 | 14M| 48 | - | 246 |4156 | 0 | 0 | 403 | 12k|3453 | 0.000000e+00 | -- | Inf
95.26/95.34 c 95.3s| 59800 | 19 | 1332k| 22.2 | 14M| 48 | 55 | 246 |4152 | 246 | 704 | 403 | 12k|3462 | 0.000000e+00 | -- | Inf
95.76/95.83 c 95.8s| 59900 | 22 | 1335k| 22.3 | 14M| 48 | 71 | 246 |4113 | 246 | 704 | 403 | 12k|3519 | 0.000000e+00 | -- | Inf
95.97/96.07 c 96.1s| 60000 | 24 | 1338k| 22.3 | 14M| 48 | 36 | 246 |4064 | 246 | 704 | 403 | 12k|3532 | 0.000000e+00 | -- | Inf
96.16/96.28 c 96.3s| 60100 | 23 | 1341k| 22.3 | 14M| 48 | - | 246 |4039 | 246 | 704 | 403 | 12k|3533 | 0.000000e+00 | -- | Inf
96.47/96.51 c 96.5s| 60200 | 21 | 1344k| 22.3 | 14M| 48 | 32 | 246 |4021 | 246 | 704 | 403 | 12k|3537 | 0.000000e+00 | -- | Inf
96.57/96.70 c 96.7s| 60300 | 20 | 1348k| 22.3 | 14M| 48 | - | 246 |4018 | 0 | 0 | 403 | 12k|3537 | 0.000000e+00 | -- | Inf
96.87/96.96 c 97.0s| 60400 | 22 | 1352k| 22.4 | 14M| 48 | 71 | 246 |3997 | 246 | 704 | 403 | 12k|3537 | 0.000000e+00 | -- | Inf
97.16/97.21 c 97.2s| 60500 | 25 | 1355k| 22.4 | 14M| 48 | 40 | 246 |3991 | 246 | 704 | 403 | 12k|3538 | 0.000000e+00 | -- | Inf
97.26/97.39 c 97.4s| 60600 | 22 | 1358k| 22.4 | 14M| 48 | - | 246 |3990 | 0 | 0 | 403 | 12k|3538 | 0.000000e+00 | -- | Inf
97.57/97.63 c 97.6s| 60700 | 23 | 1362k| 22.4 | 14M| 48 | - | 246 |3974 | 0 | 0 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
97.66/97.72 c 97.7s| 60800 | 22 | 1363k| 22.4 | 14M| 48 | - | 246 |3989 | 0 | 0 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
97.77/97.84 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
97.77/97.84 c 97.8s| 60900 | 25 | 1365k| 22.4 | 14M| 48 | - | 246 |3983 | 0 | 0 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
97.87/97.93 c 97.9s| 61000 | 21 | 1366k| 22.4 | 14M| 48 | - | 246 |3989 | 0 | 0 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
97.96/98.01 c 98.0s| 61100 | 19 | 1368k| 22.4 | 14M| 48 | - | 246 |3993 | 0 | 0 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
98.07/98.17 c 98.2s| 61200 | 23 | 1370k| 22.4 | 14M| 48 | - | 246 |3976 | 246 | 704 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
98.16/98.29 c 98.3s| 61300 | 20 | 1372k| 22.4 | 14M| 48 | 68 | 246 |3971 | 246 | 704 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
98.37/98.42 c 98.4s| 61400 | 22 | 1374k| 22.4 | 14M| 48 | 42 | 246 |3986 | 246 | 704 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
98.47/98.53 c 98.5s| 61500 | 20 | 1376k| 22.3 | 14M| 48 | - | 246 |3990 | 0 | 0 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
98.56/98.65 c 98.6s| 61600 | 22 | 1378k| 22.3 | 14M| 48 | - | 246 |4000 | 0 | 0 | 403 | 12k|3543 | 0.000000e+00 | -- | Inf
98.66/98.77 c 98.8s| 61700 | 21 | 1380k| 22.3 | 14M| 48 | 39 | 246 |4016 | 246 | 704 | 403 | 12k|3549 | 0.000000e+00 | -- | Inf
98.87/98.93 c 98.9s| 61800 | 21 | 1382k| 22.3 | 14M| 48 | 54 | 246 |4022 | 246 | 704 | 403 | 12k|3561 | 0.000000e+00 | -- | Inf
98.97/99.03 c 99.0s| 61900 | 18 | 1384k| 22.3 | 14M| 48 | 44 | 246 |4043 | 246 | 704 | 403 | 12k|3561 | 0.000000e+00 | -- | Inf
99.07/99.14 c 99.1s| 62000 | 21 | 1385k| 22.3 | 14M| 48 | - | 246 |4050 | 0 | 0 | 403 | 12k|3564 | 0.000000e+00 | -- | Inf
99.16/99.24 c 99.2s| 62100 | 22 | 1387k| 22.3 | 14M| 48 | - | 246 |4066 | 0 | 0 | 403 | 13k|3571 | 0.000000e+00 | -- | Inf
99.27/99.39 c 99.4s| 62200 | 23 | 1389k| 22.3 | 14M| 48 | 29 | 246 |4080 | 246 | 704 | 403 | 13k|3576 | 0.000000e+00 | -- | Inf
99.37/99.47 c 99.5s| 62300 | 25 | 1391k| 22.3 | 14M| 48 | - | 246 |4099 | 0 | 0 | 403 | 13k|3576 | 0.000000e+00 | -- | Inf
99.46/99.55 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
99.46/99.55 c 99.6s| 62400 | 28 | 1392k| 22.3 | 14M| 48 | 15 | 246 |4124 | 246 | 704 | 403 | 13k|3576 | 0.000000e+00 | -- | Inf
99.57/99.63 c 99.6s| 62500 | 24 | 1393k| 22.3 | 14M| 48 | - | 246 |4146 | 246 | 704 | 403 | 13k|3576 | 0.000000e+00 | -- | Inf
99.66/99.71 c 99.7s| 62600 | 22 | 1394k| 22.2 | 14M| 48 | - | 246 |4166 | 0 | 0 | 403 | 13k|3576 | 0.000000e+00 | -- | Inf
99.77/99.81 c 99.8s| 62700 | 27 | 1396k| 22.2 | 14M| 48 | 50 | 246 |4176 | 246 | 704 | 403 | 13k|3577 | 0.000000e+00 | -- | Inf
99.77/99.89 c 99.9s| 62800 | 23 | 1397k| 22.2 | 14M| 48 | 29 | 246 |4192 | 246 | 704 | 403 | 13k|3577 | 0.000000e+00 | -- | Inf
99.86/100.00 c 100s| 62900 | 24 | 1399k| 22.2 | 14M| 48 | 38 | 246 |4220 | 246 | 704 | 403 | 13k|3577 | 0.000000e+00 | -- | Inf
100.07/100.13 c 100s| 63000 | 20 | 1401k| 22.2 | 14M| 48 | - | 246 |4233 | 0 | 0 | 403 | 13k|3577 | 0.000000e+00 | -- | Inf
100.17/100.22 c 100s| 63100 | 26 | 1402k| 22.2 | 14M| 48 | 33 | 246 |4247 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
100.27/100.32 c 100s| 63200 | 28 | 1404k| 22.2 | 14M| 48 | - | 246 |4263 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
100.36/100.41 c 100s| 63300 | 28 | 1406k| 22.2 | 14M| 48 | 24 | 246 |4266 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
100.47/100.51 c 101s| 63400 | 27 | 1407k| 22.2 | 14M| 48 | - | 246 |4282 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
100.57/100.60 c 101s| 63500 | 27 | 1409k| 22.2 | 14M| 48 | - | 246 |4295 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
100.67/100.70 c 101s| 63600 | 28 | 1410k| 22.2 | 14M| 48 | 21 | 246 |4304 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
100.67/100.78 c 101s| 63700 | 29 | 1412k| 22.1 | 14M| 48 | 23 | 246 |4330 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
100.77/100.88 c 101s| 63800 | 28 | 1413k| 22.1 | 14M| 48 | - | 246 |4344 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
100.87/100.97 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
100.87/100.97 c 101s| 63900 | 26 | 1415k| 22.1 | 14M| 48 | - | 246 |4367 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
100.97/101.06 c 101s| 64000 | 23 | 1416k| 22.1 | 14M| 48 | 52 | 246 |4376 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.07/101.17 c 101s| 64100 | 23 | 1418k| 22.1 | 14M| 48 | - | 246 |4394 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.18/101.25 c 101s| 64200 | 27 | 1419k| 22.1 | 14M| 48 | 15 | 246 |4406 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.27/101.37 c 101s| 64300 | 23 | 1421k| 22.1 | 14M| 48 | - | 246 |4420 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.37/101.47 c 101s| 64400 | 24 | 1423k| 22.1 | 14M| 48 | - | 246 |4425 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.46/101.56 c 102s| 64500 | 27 | 1424k| 22.1 | 14M| 48 | 21 | 246 |4429 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.57/101.66 c 102s| 64600 | 25 | 1426k| 22.0 | 14M| 48 | - | 246 |4441 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.66/101.77 c 102s| 64700 | 25 | 1428k| 22.0 | 14M| 48 | - | 246 |4453 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.76/101.88 c 102s| 64800 | 26 | 1429k| 22.0 | 14M| 48 | 53 | 246 |4463 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.86/101.95 c 102s| 64900 | 24 | 1431k| 22.0 | 14M| 48 | - | 246 |4476 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
101.97/102.03 c 102s| 65000 | 24 | 1432k| 22.0 | 14M| 48 | - | 246 |4491 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
102.07/102.13 c 102s| 65100 | 23 | 1434k| 22.0 | 14M| 48 | - | 246 |4513 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
102.17/102.22 c 102s| 65200 | 23 | 1435k| 22.0 | 14M| 48 | 50 | 246 |4537 | 246 | 704 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
102.17/102.30 c 102s| 65300 | 22 | 1436k| 22.0 | 14M| 48 | - | 246 |4551 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
102.36/102.41 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
102.36/102.41 c 102s| 65400 | 20 | 1438k| 22.0 | 14M| 48 | - | 246 |4559 | 0 | 0 | 403 | 13k|3578 | 0.000000e+00 | -- | Inf
102.47/102.55 c 103s| 65500 | 19 | 1440k| 22.0 | 14M| 48 | - | 246 |4575 | 246 | 704 | 403 | 13k|3587 | 0.000000e+00 | -- | Inf
102.57/102.68 c 103s| 65600 | 19 | 1442k| 22.0 | 14M| 48 | - | 246 |4581 | 0 | 0 | 403 | 13k|3595 | 0.000000e+00 | -- | Inf
102.76/102.84 c 103s| 65700 | 21 | 1445k| 22.0 | 14M| 48 | - | 246 |4581 | 246 | 704 | 403 | 13k|3604 | 0.000000e+00 | -- | Inf
102.87/103.00 c 103s| 65800 | 19 | 1447k| 22.0 | 14M| 48 | - | 246 |4573 | 0 | 0 | 403 | 13k|3608 | 0.000000e+00 | -- | Inf
103.06/103.15 c 103s| 65900 | 18 | 1449k| 22.0 | 14M| 48 | - | 246 |4557 | 246 | 704 | 403 | 13k|3614 | 0.000000e+00 | -- | Inf
103.16/103.28 c 103s| 66000 | 20 | 1451k| 22.0 | 14M| 48 | - | 246 |4563 | 0 | 0 | 403 | 13k|3616 | 0.000000e+00 | -- | Inf
103.37/103.43 c 103s| 66100 | 20 | 1454k| 22.0 | 14M| 48 | - | 246 |4565 | 0 | 0 | 403 | 13k|3622 | 0.000000e+00 | -- | Inf
103.47/103.56 c 104s| 66200 | 22 | 1456k| 22.0 | 14M| 48 | 47 | 246 |4576 | 246 | 704 | 403 | 13k|3623 | 0.000000e+00 | -- | Inf
103.57/103.66 c 104s| 66300 | 18 | 1457k| 22.0 | 14M| 48 | - | 246 |4608 | 0 | 0 | 403 | 13k|3623 | 0.000000e+00 | -- | Inf
103.66/103.79 c 104s| 66400 | 20 | 1460k| 22.0 | 14M| 48 | - | 246 |4614 | 0 | 0 | 403 | 13k|3623 | 0.000000e+00 | -- | Inf
103.76/103.89 c 104s| 66500 | 24 | 1461k| 21.9 | 14M| 48 | 63 | 246 |4623 | 246 | 704 | 403 | 13k|3623 | 0.000000e+00 | -- | Inf
103.97/104.00 c 104s| 66600 | 22 | 1463k| 21.9 | 14M| 48 | - | 246 |4641 | 0 | 0 | 403 | 13k|3623 | 0.000000e+00 | -- | Inf
104.06/104.11 c 104s| 66700 | 25 | 1465k| 21.9 | 14M| 48 | 9 | 246 |4661 | 246 | 704 | 403 | 13k|3623 | 0.000000e+00 | -- | Inf
104.16/104.22 c 104s| 66800 | 23 | 1466k| 21.9 | 14M| 48 | 50 | 246 |4686 | 246 | 704 | 403 | 13k|3623 | 0.000000e+00 | -- | Inf
104.26/104.31 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
104.26/104.31 c 104s| 66900 | 22 | 1468k| 21.9 | 14M| 48 | - | 246 |4704 | 0 | 0 | 403 | 14k|3623 | 0.000000e+00 | -- | Inf
104.37/104.40 c 104s| 67000 | 22 | 1469k| 21.9 | 14M| 48 | - | 246 |4715 | 0 | 0 | 403 | 14k|3623 | 0.000000e+00 | -- | Inf
104.47/104.50 c 105s| 67100 | 24 | 1471k| 21.9 | 14M| 48 | 28 | 246 |4739 | 246 | 704 | 403 | 14k|3623 | 0.000000e+00 | -- | Inf
104.56/104.60 c 105s| 67200 | 24 | 1472k| 21.9 | 14M| 48 | 41 | 246 |4755 | 246 | 704 | 403 | 14k|3623 | 0.000000e+00 | -- | Inf
104.67/104.70 c 105s| 67300 | 21 | 1474k| 21.9 | 14M| 48 | 66 | 246 |4773 | 246 | 704 | 403 | 14k|3623 | 0.000000e+00 | -- | Inf
104.77/104.80 c 105s| 67400 | 20 | 1476k| 21.9 | 14M| 48 | 84 | 246 |4796 | 246 | 704 | 403 | 14k|3623 | 0.000000e+00 | -- | Inf
104.86/104.92 c 105s| 67500 | 24 | 1478k| 21.9 | 14M| 48 | 34 | 246 |4802 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
104.96/105.01 c 105s| 67600 | 22 | 1479k| 21.9 | 14M| 48 | - | 246 |4791 | 0 | 0 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.07/105.14 c 105s| 67700 | 22 | 1481k| 21.9 | 14M| 48 | - | 246 |4781 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.17/105.23 c 105s| 67800 | 20 | 1483k| 21.8 | 14M| 48 | - | 246 |4789 | 0 | 0 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.26/105.34 c 105s| 67900 | 21 | 1484k| 21.8 | 14M| 48 | - | 246 |4798 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.36/105.43 c 105s| 68000 | 23 | 1486k| 21.8 | 14M| 48 | 38 | 246 |4815 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.47/105.55 c 106s| 68100 | 24 | 1488k| 21.8 | 14M| 48 | - | 246 |4825 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.57/105.66 c 106s| 68200 | 21 | 1489k| 21.8 | 14M| 48 | - | 246 |4860 | 0 | 0 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.66/105.76 c 106s| 68300 | 24 | 1491k| 21.8 | 14M| 48 | 62 | 246 |4874 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.77/105.86 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
105.77/105.86 c 106s| 68400 | 23 | 1493k| 21.8 | 14M| 48 | 50 | 246 |4890 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.86/105.97 c 106s| 68500 | 23 | 1494k| 21.8 | 14M| 48 | 68 | 246 |4908 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
105.96/106.06 c 106s| 68600 | 22 | 1496k| 21.8 | 14M| 48 | 74 | 246 |4920 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
106.06/106.16 c 106s| 68700 | 22 | 1497k| 21.8 | 14M| 48 | - | 246 |4949 | 0 | 0 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
106.16/106.28 c 106s| 68800 | 19 | 1499k| 21.8 | 14M| 48 | - | 246 |4960 | 246 | 704 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
106.37/106.42 c 106s| 68900 | 21 | 1502k| 21.8 | 14M| 48 | - | 246 |4984 | 0 | 0 | 403 | 14k|3624 | 0.000000e+00 | -- | Inf
106.46/106.55 c 107s| 69000 | 23 | 1503k| 21.8 | 14M| 48 | 41 | 246 |5027 | 246 | 704 | 403 | 14k|3634 | 0.000000e+00 | -- | Inf
106.57/106.66 c 107s| 69100 | 20 | 1505k| 21.8 | 14M| 48 | - | 246 |5045 | 0 | 0 | 403 | 14k|3634 | 0.000000e+00 | -- | Inf
106.67/106.77 c 107s| 69200 | 20 | 1507k| 21.7 | 14M| 48 | 17 | 246 |5066 | 246 | 704 | 403 | 14k|3642 | 0.000000e+00 | -- | Inf
106.86/106.90 c 107s| 69300 | 16 | 1508k| 21.7 | 14M| 48 | - | 246 |5083 | 246 | 704 | 403 | 14k|3649 | 0.000000e+00 | -- | Inf
106.97/107.02 c 107s| 69400 | 17 | 1510k| 21.7 | 14M| 48 | - | 246 |5071 | 246 | 704 | 403 | 14k|3653 | 0.000000e+00 | -- | Inf
107.37/107.42 c 107s| 69500 | 19 | 1513k| 21.7 | 14M| 48 | 52 | 246 |5032 | 246 | 704 | 403 | 14k|3707 | 0.000000e+00 | -- | Inf
107.56/107.70 c 108s| 69600 | 20 | 1515k| 21.7 | 14M| 48 | - | 246 |5010 | 0 | 0 | 403 | 14k|3727 | 0.000000e+00 | -- | Inf
107.77/107.85 c 108s| 69700 | 19 | 1518k| 21.7 | 14M| 48 | 87 | 246 |4979 | 246 | 704 | 403 | 14k|3727 | 0.000000e+00 | -- | Inf
107.96/108.08 c 108s| 69800 | 16 | 1521k| 21.8 | 14M| 48 | - | 246 |4934 | 246 | 704 | 403 | 14k|3732 | 0.000000e+00 | -- | Inf
108.26/108.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
108.26/108.30 c 108s| 69900 | 25 | 1524k| 21.8 | 14M| 48 | 38 | 246 |4869 | 246 | 704 | 403 | 14k|3732 | 0.000000e+00 | -- | Inf
108.36/108.48 c 108s| 70000 | 20 | 1527k| 21.8 | 14M| 48 | - | 246 |4859 | 0 | 0 | 403 | 14k|3732 | 0.000000e+00 | -- | Inf
108.56/108.65 c 109s| 70100 | 19 | 1529k| 21.8 | 14M| 48 | - | 246 |4872 | 0 | 0 | 403 | 14k|3732 | 0.000000e+00 | -- | Inf
108.77/108.86 c 109s| 70200 | 21 | 1532k| 21.8 | 14M| 48 | - | 246 |4877 | 0 | 0 | 403 | 14k|3732 | 0.000000e+00 | -- | Inf
108.96/109.02 c 109s| 70300 | 18 | 1535k| 21.8 | 14M| 48 | - | 246 |4902 | 0 | 0 | 403 | 14k|3732 | 0.000000e+00 | -- | Inf
109.17/109.22 c 109s| 70400 | 18 | 1537k| 21.8 | 14M| 48 | - | 246 |4928 | 0 | 0 | 403 | 14k|3732 | 0.000000e+00 | -- | Inf
109.37/109.44 c 109s| 70500 | 17 | 1541k| 21.8 | 14M| 48 | - | 246 |4954 | 0 | 0 | 403 | 14k|3732 | 0.000000e+00 | -- | Inf
109.67/109.72 c 110s| 70600 | 16 | 1544k| 21.8 | 14M| 48 | - | 246 |4922 | 0 | 0 | 403 | 14k|3737 | 0.000000e+00 | -- | Inf
109.87/109.91 c 110s| 70700 | 16 | 1547k| 21.9 | 14M| 48 | 61 | 246 |4904 | 246 | 704 | 403 | 14k|3737 | 0.000000e+00 | -- | Inf
110.06/110.11 c 110s| 70800 | 17 | 1550k| 21.9 | 14M| 48 | - | 246 |4905 | 246 | 704 | 403 | 14k|3742 | 0.000000e+00 | -- | Inf
110.27/110.32 c 110s| 70900 | 16 | 1553k| 21.9 | 14M| 48 | - | 246 |4889 | 246 | 704 | 403 | 15k|3742 | 0.000000e+00 | -- | Inf
110.46/110.59 c 111s| 71000 | 20 | 1557k| 21.9 | 14M| 48 | 53 | 246 |4819 | 246 | 704 | 403 | 15k|3746 | 0.000000e+00 | -- | Inf
110.66/110.73 c 111s| 71100 | 21 | 1559k| 21.9 | 14M| 48 | - | 246 |4796 | 0 | 0 | 403 | 15k|3746 | 0.000000e+00 | -- | Inf
110.86/110.90 c 111s| 71200 | 23 | 1562k| 21.9 | 14M| 48 | 64 | 246 |4703 | 246 | 704 | 403 | 15k|3746 | 0.000000e+00 | -- | Inf
110.97/111.04 c 111s| 71300 | 23 | 1564k| 21.9 | 14M| 48 | 63 | 246 |4704 | 246 | 704 | 403 | 15k|3752 | 0.000000e+00 | -- | Inf
111.07/111.19 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
111.07/111.19 c 111s| 71400 | 21 | 1566k| 21.9 | 14M| 48 | 43 | 246 |4710 | 246 | 704 | 403 | 15k|3759 | 0.000000e+00 | -- | Inf
111.26/111.36 c 111s| 71500 | 22 | 1568k| 21.9 | 14M| 48 | 27 | 246 |4707 | 246 | 704 | 403 | 15k|3769 | 0.000000e+00 | -- | Inf
111.37/111.49 c 111s| 71600 | 24 | 1570k| 21.9 | 14M| 48 | 44 | 246 |4723 | 246 | 704 | 403 | 15k|3769 | 0.000000e+00 | -- | Inf
111.56/111.62 c 112s| 71700 | 23 | 1572k| 21.9 | 14M| 48 | - | 246 |4737 | 246 | 704 | 403 | 15k|3772 | 0.000000e+00 | -- | Inf
111.66/111.77 c 112s| 71800 | 26 | 1574k| 21.9 | 14M| 48 | 47 | 246 |4749 | 246 | 704 | 403 | 15k|3774 | 0.000000e+00 | -- | Inf
111.86/111.90 c 112s| 71900 | 23 | 1576k| 21.9 | 14M| 48 | 45 | 246 |4765 | 246 | 704 | 403 | 15k|3774 | 0.000000e+00 | -- | Inf
111.97/112.03 c 112s| 72000 | 21 | 1579k| 21.9 | 14M| 48 | - | 246 |4778 | 0 | 0 | 403 | 15k|3774 | 0.000000e+00 | -- | Inf
112.07/112.15 c 112s| 72100 | 20 | 1581k| 21.9 | 14M| 48 | - | 246 |4794 | 246 | 704 | 403 | 15k|3774 | 0.000000e+00 | -- | Inf
112.26/112.36 c 112s| 72200 | 23 | 1583k| 21.9 | 14M| 48 | 69 | 246 |4796 | 246 | 704 | 403 | 15k|3779 | 0.000000e+00 | -- | Inf
112.47/112.53 c 113s| 72300 | 23 | 1586k| 21.9 | 14M| 48 | 61 | 246 |4795 | 246 | 704 | 403 | 15k|3779 | 0.000000e+00 | -- | Inf
112.66/112.70 c 113s| 72400 | 19 | 1589k| 21.9 | 14M| 48 | - | 246 |4802 | 246 | 704 | 403 | 15k|3779 | 0.000000e+00 | -- | Inf
112.86/112.91 c 113s| 72500 | 20 | 1592k| 21.9 | 14M| 48 | - | 246 |4807 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
112.96/113.07 c 113s| 72600 | 21 | 1594k| 21.9 | 14M| 48 | - | 246 |4808 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
113.17/113.21 c 113s| 72700 | 22 | 1596k| 21.9 | 14M| 48 | - | 246 |4812 | 0 | 0 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
113.27/113.37 c 113s| 72800 | 20 | 1599k| 21.9 | 14M| 48 | 73 | 246 |4824 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
113.46/113.50 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
113.46/113.50 c 114s| 72900 | 25 | 1601k| 21.9 | 14M| 48 | 37 | 246 |4839 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
113.56/113.67 c 114s| 73000 | 25 | 1603k| 21.9 | 14M| 48 | 26 | 246 |4864 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
113.77/113.82 c 114s| 73100 | 22 | 1606k| 21.9 | 14M| 48 | 71 | 246 |4881 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
113.86/113.95 c 114s| 73200 | 23 | 1608k| 21.9 | 14M| 48 | 79 | 246 |4898 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
113.96/114.08 c 114s| 73300 | 25 | 1610k| 21.9 | 14M| 48 | 59 | 246 |4911 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
114.06/114.18 c 114s| 73400 | 25 | 1612k| 21.9 | 14M| 48 | - | 246 |4931 | 0 | 0 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
114.16/114.30 c 114s| 73500 | 24 | 1613k| 21.9 | 14M| 48 | 36 | 246 |4943 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
114.37/114.41 c 114s| 73600 | 24 | 1615k| 21.9 | 14M| 48 | 28 | 246 |4962 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
114.47/114.52 c 115s| 73700 | 21 | 1617k| 21.9 | 14M| 48 | 75 | 246 |4984 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
114.56/114.69 c 115s| 73800 | 19 | 1619k| 21.9 | 14M| 48 | - | 246 |4995 | 0 | 0 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
114.76/114.82 c 115s| 73900 | 22 | 1621k| 21.9 | 14M| 48 | 41 | 246 |5018 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
114.86/114.98 c 115s| 74000 | 22 | 1624k| 21.9 | 14M| 48 | - | 246 |5029 | 0 | 0 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
115.06/115.11 c 115s| 74100 | 22 | 1626k| 21.9 | 14M| 48 | - | 246 |5053 | 0 | 0 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
115.16/115.27 c 115s| 74200 | 21 | 1628k| 21.9 | 14M| 48 | 54 | 246 |5053 | 246 | 704 | 403 | 15k|3782 | 0.000000e+00 | -- | Inf
115.36/115.46 c 115s| 74300 | 19 | 1631k| 21.9 | 14M| 48 | - | 246 |5055 | 0 | 0 | 403 | 15k|3791 | 0.000000e+00 | -- | Inf
115.56/115.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
115.56/115.62 c 116s| 74400 | 20 | 1633k| 21.9 | 14M| 48 | 52 | 246 |5066 | 246 | 704 | 403 | 15k|3791 | 0.000000e+00 | -- | Inf
115.66/115.79 c 116s| 74500 | 19 | 1636k| 21.9 | 14M| 48 | 48 | 246 |5081 | 246 | 704 | 403 | 15k|3800 | 0.000000e+00 | -- | Inf
115.96/116.07 c 116s| 74600 | 18 | 1639k| 21.9 | 14M| 48 | 47 | 246 |5057 | 246 | 704 | 403 | 15k|3818 | 0.000000e+00 | -- | Inf
116.06/116.19 c 116s| 74700 | 20 | 1641k| 21.9 | 14M| 48 | 33 | 246 |5041 | 246 | 704 | 403 | 15k|3818 | 0.000000e+00 | -- | Inf
116.26/116.30 c 116s| 74800 | 20 | 1642k| 21.9 | 14M| 48 | - | 246 |5049 | 246 | 704 | 403 | 15k|3818 | 0.000000e+00 | -- | Inf
116.36/116.41 c 116s| 74900 | 19 | 1644k| 21.9 | 14M| 48 | - | 246 |5063 | 0 | 0 | 403 | 15k|3818 | 0.000000e+00 | -- | Inf
116.47/116.52 c 117s| 75000 | 17 | 1646k| 21.9 | 14M| 48 | 63 | 246 |5082 | 246 | 704 | 403 | 15k|3818 | 0.000000e+00 | -- | Inf
116.56/116.67 c 117s| 75100 | 18 | 1648k| 21.9 | 14M| 48 | 49 | 246 |5092 | 246 | 704 | 403 | 15k|3825 | 0.000000e+00 | -- | Inf
116.67/116.77 c 117s| 75200 | 18 | 1649k| 21.9 | 14M| 48 | - | 246 |5108 | 0 | 0 | 403 | 15k|3825 | 0.000000e+00 | -- | Inf
116.86/116.92 c 117s| 75300 | 19 | 1651k| 21.9 | 14M| 48 | 54 | 246 |5125 | 246 | 704 | 403 | 15k|3830 | 0.000000e+00 | -- | Inf
117.06/117.10 c 117s| 75400 | 20 | 1654k| 21.9 | 14M| 48 | 31 | 246 |5129 | 246 | 704 | 403 | 16k|3838 | 0.000000e+00 | -- | Inf
117.16/117.22 c 117s| 75500 | 18 | 1655k| 21.9 | 14M| 48 | 53 | 246 |5130 | 246 | 704 | 403 | 16k|3839 | 0.000000e+00 | -- | Inf
117.26/117.37 c 117s| 75600 | 20 | 1658k| 21.9 | 14M| 48 | 69 | 246 |5138 | 246 | 704 | 403 | 16k|3839 | 0.000000e+00 | -- | Inf
117.36/117.48 c 117s| 75700 | 17 | 1659k| 21.9 | 14M| 48 | - | 246 |5150 | 0 | 0 | 403 | 16k|3839 | 0.000000e+00 | -- | Inf
117.57/117.67 c 118s| 75800 | 17 | 1662k| 21.9 | 14M| 48 | - | 246 |5144 | 0 | 0 | 403 | 16k|3839 | 0.000000e+00 | -- | Inf
117.76/117.86 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
117.76/117.86 c 118s| 75900 | 18 | 1665k| 21.9 | 14M| 48 | 43 | 246 |5116 | 246 | 704 | 403 | 16k|3848 | 0.000000e+00 | -- | Inf
117.96/118.03 c 118s| 76000 | 18 | 1667k| 21.9 | 14M| 48 | 46 | 246 |5131 | 246 | 704 | 403 | 16k|3848 | 0.000000e+00 | -- | Inf
118.06/118.18 c 118s| 76100 | 17 | 1669k| 21.9 | 14M| 48 | - | 246 |5143 | 0 | 0 | 403 | 16k|3848 | 0.000000e+00 | -- | Inf
118.26/118.34 c 118s| 76200 | 16 | 1672k| 21.9 | 14M| 48 | 75 | 246 |5145 | 246 | 704 | 403 | 16k|3849 | 0.000000e+00 | -- | Inf
118.47/118.51 c 119s| 76300 | 14 | 1674k| 21.9 | 14M| 48 | 88 | 246 |5164 | 246 | 704 | 403 | 16k|3849 | 0.000000e+00 | -- | Inf
118.56/118.66 c 119s| 76400 | 14 | 1677k| 21.9 | 14M| 48 | - | 246 |5178 | 0 | 0 | 403 | 16k|3849 | 0.000000e+00 | -- | Inf
118.77/118.86 c 119s| 76500 | 25 | 1680k| 21.9 | 14M| 48 | - | 246 |5169 | 0 | 0 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
118.86/118.99 c 119s| 76600 | 25 | 1682k| 21.9 | 14M| 48 | 42 | 246 |5180 | 246 | 704 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
119.06/119.13 c 119s| 76700 | 21 | 1684k| 21.9 | 14M| 48 | 49 | 246 |5182 | 246 | 704 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
119.16/119.28 c 119s| 76800 | 17 | 1686k| 21.9 | 14M| 48 | - | 246 |5165 | 246 | 704 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
119.36/119.40 c 119s| 76900 | 19 | 1688k| 21.9 | 14M| 48 | - | 246 |5168 | 0 | 0 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
119.46/119.52 c 120s| 77000 | 18 | 1690k| 21.9 | 14M| 48 | - | 246 |5167 | 0 | 0 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
119.56/119.65 c 120s| 77100 | 18 | 1692k| 21.9 | 14M| 48 | - | 246 |5192 | 0 | 0 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
119.77/119.83 c 120s| 77200 | 19 | 1694k| 21.9 | 14M| 48 | 75 | 246 |5203 | 246 | 704 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
119.87/119.98 c 120s| 77300 | 19 | 1697k| 21.9 | 14M| 48 | 63 | 246 |5219 | 246 | 704 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
120.07/120.14 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
120.07/120.14 c 120s| 77400 | 18 | 1699k| 21.9 | 14M| 48 | - | 246 |5258 | 0 | 0 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
120.36/120.41 c 120s| 77500 | 25 | 1703k| 22.0 | 14M| 48 | 37 | 246 |5268 | 246 | 704 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
120.46/120.53 c 121s| 77600 | 22 | 1705k| 21.9 | 14M| 48 | 67 | 246 |5307 | 246 | 704 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
120.66/120.71 c 121s| 77700 | 22 | 1708k| 22.0 | 14M| 48 | - | 246 |5313 | 0 | 0 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
120.76/120.88 c 121s| 77800 | 22 | 1710k| 22.0 | 14M| 48 | - | 246 |5338 | 0 | 0 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
120.97/121.04 c 121s| 77900 | 25 | 1712k| 22.0 | 14M| 48 | 41 | 246 |5371 | 246 | 704 | 403 | 16k|3853 | 0.000000e+00 | -- | Inf
121.16/121.26 c 121s| 78000 | 25 | 1715k| 22.0 | 14M| 48 | 54 | 246 |5367 | 246 | 704 | 403 | 16k|3863 | 0.000000e+00 | -- | Inf
121.36/121.43 c 121s| 78100 | 25 | 1718k| 22.0 | 14M| 48 | - | 246 |5390 | 0 | 0 | 403 | 16k|3863 | 0.000000e+00 | -- | Inf
121.46/121.58 c 122s| 78200 | 27 | 1720k| 22.0 | 14M| 48 | 40 | 246 |5408 | 246 | 704 | 403 | 16k|3867 | 0.000000e+00 | -- | Inf
121.66/121.76 c 122s| 78300 | 23 | 1722k| 22.0 | 14M| 48 | - | 246 |5434 | 0 | 0 | 403 | 16k|3876 | 0.000000e+00 | -- | Inf
121.86/121.96 c 122s| 78400 | 23 | 1725k| 22.0 | 14M| 48 | - | 246 |5451 | 246 | 704 | 403 | 16k|3885 | 0.000000e+00 | -- | Inf
122.07/122.13 c 122s| 78500 | 22 | 1728k| 22.0 | 14M| 48 | - | 246 |5456 | 246 | 704 | 403 | 16k|3885 | 0.000000e+00 | -- | Inf
122.26/122.34 c 122s| 78600 | 25 | 1730k| 22.0 | 14M| 48 | 63 | 246 |5466 | 246 | 704 | 403 | 16k|3895 | 0.000000e+00 | -- | Inf
122.46/122.54 c 123s| 78700 | 23 | 1733k| 22.0 | 14M| 48 | 65 | 246 |5481 | 246 | 704 | 403 | 16k|3902 | 0.000000e+00 | -- | Inf
122.66/122.72 c 123s| 78800 | 22 | 1736k| 22.0 | 14M| 48 | 37 | 246 |5497 | 246 | 704 | 403 | 16k|3908 | 0.000000e+00 | -- | Inf
122.86/122.91 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
122.86/122.91 c 123s| 78900 | 23 | 1739k| 22.0 | 14M| 48 | - | 246 |5526 | 246 | 704 | 403 | 16k|3910 | 0.000000e+00 | -- | Inf
123.07/123.13 c 123s| 79000 | 22 | 1742k| 22.0 | 14M| 48 | 67 | 246 |5557 | 246 | 704 | 403 | 16k|3912 | 0.000000e+00 | -- | Inf
123.26/123.30 c 123s| 79100 | 27 | 1744k| 22.0 | 14M| 48 | 77 | 246 |5586 | 246 | 704 | 403 | 16k|3913 | 0.000000e+00 | -- | Inf
123.36/123.49 c 123s| 79200 | 22 | 1747k| 22.0 | 14M| 48 | 49 | 246 |5598 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
123.56/123.65 c 124s| 79300 | 22 | 1750k| 22.0 | 14M| 48 | - | 246 |5610 | 0 | 0 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
123.76/123.83 c 124s| 79400 | 24 | 1752k| 22.0 | 14M| 48 | - | 246 |5625 | 0 | 0 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
123.86/123.99 c 124s| 79500 | 28 | 1755k| 22.0 | 14M| 48 | 35 | 246 |5612 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
124.06/124.10 c 124s| 79600 | 23 | 1756k| 22.0 | 14M| 48 | - | 246 |5613 | 0 | 0 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
124.06/124.19 c 124s| 79700 | 24 | 1758k| 22.0 | 14M| 48 | 39 | 246 |5602 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
124.27/124.33 c 124s| 79800 | 23 | 1760k| 22.0 | 14M| 48 | 88 | 246 |5589 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
124.46/124.51 c 125s| 79900 | 24 | 1762k| 22.0 | 14M| 48 | 59 | 246 |5577 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
124.56/124.64 c 125s| 80000 | 25 | 1764k| 22.0 | 14M| 48 | 42 | 246 |5586 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
124.66/124.78 c 125s| 80100 | 23 | 1767k| 22.0 | 14M| 48 | - | 246 |5593 | 0 | 0 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
124.86/124.96 c 125s| 80200 | 22 | 1769k| 22.0 | 14M| 48 | 76 | 246 |5586 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
125.06/125.13 c 125s| 80300 | 21 | 1772k| 22.0 | 14M| 48 | - | 246 |5588 | 0 | 0 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
125.16/125.24 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
125.16/125.24 c 125s| 80400 | 19 | 1773k| 22.0 | 14M| 48 | 87 | 246 |5602 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
125.36/125.46 c 125s| 80500 | 17 | 1776k| 22.0 | 14M| 48 | - | 246 |5605 | 0 | 0 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
125.56/125.62 c 126s| 80600 | 21 | 1779k| 22.0 | 14M| 48 | 57 | 246 |5599 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
125.66/125.77 c 126s| 80700 | 19 | 1781k| 22.0 | 14M| 48 | 104 | 246 |5601 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
125.86/125.97 c 126s| 80800 | 24 | 1784k| 22.1 | 14M| 48 | - | 246 |5622 | 0 | 0 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
126.06/126.17 c 126s| 80900 | 21 | 1787k| 22.1 | 14M| 48 | - | 246 |5647 | 0 | 0 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
126.26/126.32 c 126s| 81000 | 25 | 1789k| 22.1 | 14M| 48 | 29 | 246 |5661 | 246 | 704 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
126.37/126.47 c 126s| 81100 | 21 | 1792k| 22.1 | 14M| 48 | - | 246 |5676 | 0 | 0 | 403 | 17k|3913 | 0.000000e+00 | -- | Inf
126.56/126.69 c 127s| 81200 | 22 | 1794k| 22.1 | 14M| 48 | - | 246 |5696 | 0 | 0 | 403 | 17k|3922 | 0.000000e+00 | -- | Inf
126.76/126.85 c 127s| 81300 | 24 | 1797k| 22.1 | 14M| 48 | - | 246 |5699 | 0 | 0 | 403 | 17k|3922 | 0.000000e+00 | -- | Inf
126.96/127.02 c 127s| 81400 | 21 | 1799k| 22.1 | 14M| 48 | - | 246 |5728 | 246 | 704 | 403 | 17k|3931 | 0.000000e+00 | -- | Inf
127.16/127.20 c 127s| 81500 | 21 | 1802k| 22.1 | 14M| 48 | 65 | 246 |5762 | 246 | 704 | 403 | 17k|3931 | 0.000000e+00 | -- | Inf
127.26/127.38 c 127s| 81600 | 20 | 1804k| 22.1 | 14M| 48 | - | 246 |5788 | 0 | 0 | 403 | 17k|3941 | 0.000000e+00 | -- | Inf
127.46/127.55 c 128s| 81700 | 21 | 1806k| 22.1 | 14M| 48 | 63 | 246 |5788 | 246 | 704 | 403 | 17k|3941 | 0.000000e+00 | -- | Inf
127.66/127.78 c 128s| 81800 | 21 | 1809k| 22.1 | 14M| 48 | 83 | 246 |5782 | 246 | 704 | 403 | 17k|3947 | 0.000000e+00 | -- | Inf
127.86/127.98 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
127.86/127.98 c 128s| 81900 | 19 | 1812k| 22.1 | 14M| 48 | 67 | 246 |5800 | 246 | 704 | 403 | 17k|3952 | 0.000000e+00 | -- | Inf
128.06/128.18 c 128s| 82000 | 19 | 1814k| 22.1 | 14M| 48 | 66 | 246 |5833 | 246 | 704 | 403 | 17k|3952 | 0.000000e+00 | -- | Inf
128.36/128.40 c 128s| 82100 | 16 | 1818k| 22.1 | 14M| 48 | - | 246 |5845 | 0 | 0 | 403 | 17k|3958 | 0.000000e+00 | -- | Inf
128.56/128.66 c 129s| 82200 | 16 | 1821k| 22.1 | 14M| 48 | - | 246 |5823 | 246 | 704 | 403 | 17k|3958 | 0.000000e+00 | -- | Inf
128.75/128.83 c 129s| 82300 | 17 | 1824k| 22.1 | 14M| 48 | 78 | 246 |5836 | 246 | 704 | 403 | 17k|3965 | 0.000000e+00 | -- | Inf
128.86/128.97 c 129s| 82400 | 22 | 1826k| 22.1 | 14M| 48 | - | 246 |5837 | 0 | 0 | 403 | 17k|3968 | 0.000000e+00 | -- | Inf
129.06/129.10 c 129s| 82500 | 21 | 1828k| 22.1 | 14M| 48 | - | 246 |5836 | 246 | 704 | 403 | 17k|3968 | 0.000000e+00 | -- | Inf
129.16/129.25 c 129s| 82600 | 20 | 1830k| 22.1 | 14M| 48 | - | 246 |5848 | 0 | 0 | 403 | 17k|3968 | 0.000000e+00 | -- | Inf
129.25/129.39 c 129s| 82700 | 22 | 1832k| 22.1 | 14M| 48 | - | 246 |5873 | 0 | 0 | 403 | 17k|3968 | 0.000000e+00 | -- | Inf
129.46/129.51 c 130s| 82800 | 23 | 1834k| 22.1 | 14M| 48 | 34 | 246 |5889 | 246 | 704 | 403 | 17k|3968 | 0.000000e+00 | -- | Inf
129.55/129.64 c 130s| 82900 | 19 | 1836k| 22.1 | 14M| 48 | - | 246 |5907 | 0 | 0 | 403 | 17k|3968 | 0.000000e+00 | -- | Inf
129.67/129.79 c 130s| 83000 | 21 | 1839k| 22.1 | 14M| 48 | - | 246 |5914 | 246 | 704 | 403 | 17k|3968 | 0.000000e+00 | -- | Inf
129.86/129.95 c 130s| 83100 | 19 | 1842k| 22.1 | 14M| 48 | - | 246 |5924 | 0 | 0 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
130.06/130.13 c 130s| 83200 | 20 | 1844k| 22.1 | 15M| 48 | 77 | 246 |5931 | 246 | 704 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
130.26/130.30 c 130s| 83300 | 21 | 1847k| 22.2 | 15M| 48 | - | 246 |5938 | 246 | 704 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
130.36/130.47 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
130.36/130.47 c 130s| 83400 | 21 | 1850k| 22.2 | 15M| 48 | 73 | 246 |5948 | 246 | 704 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
130.56/130.65 c 131s| 83500 | 21 | 1853k| 22.2 | 15M| 48 | 41 | 246 |5958 | 246 | 704 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
130.76/130.82 c 131s| 83600 | 20 | 1855k| 22.2 | 15M| 48 | 74 | 246 |5967 | 246 | 704 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
130.96/131.02 c 131s| 83700 | 20 | 1858k| 22.2 | 15M| 48 | 46 | 246 |5976 | 246 | 704 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
131.16/131.21 c 131s| 83800 | 22 | 1862k| 22.2 | 15M| 48 | - | 246 |5987 | 0 | 0 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
131.25/131.36 c 131s| 83900 | 20 | 1864k| 22.2 | 15M| 48 | - | 246 |6000 | 0 | 0 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
131.36/131.49 c 131s| 84000 | 22 | 1866k| 22.2 | 15M| 48 | 42 | 246 |6023 | 246 | 704 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
131.46/131.59 c 132s| 84100 | 20 | 1867k| 22.2 | 15M| 48 | - | 246 |6041 | 0 | 0 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
131.66/131.75 c 132s| 84200 | 21 | 1870k| 22.2 | 15M| 48 | - | 246 |6056 | 0 | 0 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
131.76/131.88 c 132s| 84300 | 20 | 1872k| 22.2 | 15M| 48 | - | 246 |6078 | 246 | 704 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
131.96/132.04 c 132s| 84400 | 16 | 1874k| 22.2 | 15M| 48 | - | 246 |6089 | 246 | 704 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
132.16/132.20 c 132s| 84500 | 18 | 1877k| 22.2 | 15M| 48 | - | 246 |6119 | 0 | 0 | 403 | 18k|3968 | 0.000000e+00 | -- | Inf
132.26/132.39 c 132s| 84600 | 20 | 1879k| 22.2 | 15M| 48 | 51 | 246 |6139 | 246 | 704 | 403 | 18k|3978 | 0.000000e+00 | -- | Inf
132.46/132.53 c 133s| 84700 | 18 | 1881k| 22.2 | 15M| 48 | - | 246 |6155 | 246 | 704 | 403 | 18k|3978 | 0.000000e+00 | -- | Inf
132.66/132.74 c 133s| 84800 | 20 | 1884k| 22.2 | 15M| 48 | 68 | 246 |6169 | 246 | 704 | 403 | 18k|3988 | 0.000000e+00 | -- | Inf
132.86/132.94 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
132.86/132.94 c 133s| 84900 | 23 | 1887k| 22.2 | 15M| 48 | 25 | 246 |6189 | 246 | 704 | 403 | 18k|3997 | 0.000000e+00 | -- | Inf
133.07/133.14 c 133s| 85000 | 20 | 1890k| 22.2 | 15M| 48 | 80 | 246 |6213 | 246 | 704 | 403 | 18k|3997 | 0.000000e+00 | -- | Inf
133.26/133.39 c 133s| 85100 | 21 | 1893k| 22.2 | 15M| 48 | - | 246 |6227 | 246 | 704 | 403 | 18k|4010 | 0.000000e+00 | -- | Inf
133.45/133.57 c 134s| 85200 | 21 | 1896k| 22.2 | 15M| 48 | - | 246 |6244 | 0 | 0 | 403 | 18k|4010 | 0.000000e+00 | -- | Inf
133.66/133.76 c 134s| 85300 | 22 | 1899k| 22.2 | 15M| 48 | - | 246 |6281 | 0 | 0 | 403 | 18k|4017 | 0.000000e+00 | -- | Inf
133.86/133.94 c 134s| 85400 | 23 | 1902k| 22.2 | 15M| 48 | - | 246 |6299 | 0 | 0 | 403 | 18k|4019 | 0.000000e+00 | -- | Inf
134.06/134.12 c 134s| 85500 | 21 | 1904k| 22.3 | 15M| 48 | 61 | 246 |6313 | 246 | 704 | 403 | 18k|4019 | 0.000000e+00 | -- | Inf
134.26/134.30 c 134s| 85600 | 23 | 1907k| 22.3 | 15M| 48 | 71 | 246 |6343 | 246 | 704 | 403 | 18k|4019 | 0.000000e+00 | -- | Inf
134.36/134.46 c 134s| 85700 | 19 | 1909k| 22.3 | 15M| 48 | - | 246 |6362 | 0 | 0 | 403 | 18k|4019 | 0.000000e+00 | -- | Inf
134.56/134.65 c 135s| 85800 | 20 | 1912k| 22.3 | 15M| 48 | 62 | 246 |6366 | 246 | 704 | 403 | 18k|4023 | 0.000000e+00 | -- | Inf
134.66/134.79 c 135s| 85900 | 19 | 1914k| 22.3 | 15M| 48 | 53 | 246 |6375 | 246 | 704 | 403 | 18k|4023 | 0.000000e+00 | -- | Inf
134.85/134.90 c 135s| 86000 | 19 | 1916k| 22.3 | 15M| 48 | - | 246 |6362 | 246 | 704 | 403 | 18k|4023 | 0.000000e+00 | -- | Inf
134.95/135.06 c 135s| 86100 | 18 | 1918k| 22.3 | 15M| 48 | - | 246 |6363 | 246 | 704 | 403 | 18k|4023 | 0.000000e+00 | -- | Inf
135.16/135.21 c 135s| 86200 | 19 | 1921k| 22.3 | 15M| 48 | - | 246 |6377 | 246 | 704 | 403 | 18k|4023 | 0.000000e+00 | -- | Inf
135.26/135.39 c 135s| 86300 | 16 | 1923k| 22.3 | 15M| 48 | 83 | 246 |6401 | 246 | 704 | 403 | 18k|4027 | 0.000000e+00 | -- | Inf
135.46/135.55 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
135.46/135.55 c 136s| 86400 | 19 | 1926k| 22.3 | 15M| 48 | 37 | 246 |6397 | 246 | 704 | 403 | 18k|4028 | 0.000000e+00 | -- | Inf
135.56/135.69 c 136s| 86500 | 21 | 1928k| 22.3 | 15M| 48 | 22 | 246 |6407 | 246 | 704 | 403 | 18k|4028 | 0.000000e+00 | -- | Inf
135.76/135.83 c 136s| 86600 | 19 | 1930k| 22.3 | 15M| 48 | 36 | 246 |6413 | 246 | 704 | 403 | 18k|4028 | 0.000000e+00 | -- | Inf
135.96/136.00 c 136s| 86700 | 17 | 1933k| 22.3 | 15M| 48 | 92 | 246 |6421 | 246 | 704 | 403 | 18k|4028 | 0.000000e+00 | -- | Inf
136.16/136.21 c 136s| 86800 | 17 | 1936k| 22.3 | 15M| 48 | 68 | 246 |6428 | 246 | 704 | 403 | 18k|4028 | 0.000000e+00 | -- | Inf
136.27/136.37 c 136s| 86900 | 16 | 1938k| 22.3 | 15M| 48 | 64 | 246 |6437 | 246 | 704 | 403 | 18k|4029 | 0.000000e+00 | -- | Inf
136.56/136.60 c 137s| 87000 | 18 | 1942k| 22.3 | 15M| 48 | 55 | 246 |6438 | 246 | 704 | 403 | 18k|4029 | 0.000000e+00 | -- | Inf
136.66/136.79 c 137s| 87100 | 14 | 1945k| 22.3 | 15M| 48 | 100 | 246 |6424 | 246 | 704 | 403 | 18k|4029 | 0.000000e+00 | -- | Inf
136.86/136.98 c 137s| 87200 | 13 | 1948k| 22.3 | 15M| 48 | - | 246 |6428 | 246 | 704 | 403 | 18k|4029 | 0.000000e+00 | -- | Inf
137.06/137.18 c 137s| 87300 | 16 | 1950k| 22.3 | 15M| 48 | 67 | 246 |6390 | 246 | 704 | 403 | 18k|4029 | 0.000000e+00 | -- | Inf
137.36/137.41 c 137s| 87400 | 15 | 1953k| 22.3 | 15M| 48 | 56 | 246 |6309 | 246 | 704 | 403 | 19k|4042 | 0.000000e+00 | -- | Inf
137.56/137.62 c 138s| 87500 | 15 | 1956k| 22.3 | 15M| 48 | - | 246 |6126 | 0 | 0 | 403 | 19k|4045 | 0.000000e+00 | -- | Inf
137.65/137.78 c 138s| 87600 | 15 | 1958k| 22.3 | 15M| 48 | - | 246 |6028 | 0 | 0 | 403 | 19k|4045 | 0.000000e+00 | -- | Inf
137.86/137.95 c 138s| 87700 | 18 | 1961k| 22.3 | 15M| 48 | - | 246 |5959 | 0 | 0 | 403 | 19k|4045 | 0.000000e+00 | -- | Inf
137.96/138.05 c 138s| 87800 | 18 | 1962k| 22.3 | 15M| 48 | 56 | 246 |5958 | 246 | 704 | 403 | 19k|4045 | 0.000000e+00 | -- | Inf
138.15/138.21 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
138.15/138.21 c 138s| 87900 | 20 | 1965k| 22.3 | 15M| 48 | - | 246 |5894 | 0 | 0 | 403 | 19k|4045 | 0.000000e+00 | -- | Inf
138.26/138.37 c 138s| 88000 | 15 | 1967k| 22.3 | 15M| 48 | - | 246 |5851 | 0 | 0 | 403 | 19k|4045 | 0.000000e+00 | -- | Inf
138.56/138.61 c 139s| 88100 | 18 | 1971k| 22.4 | 15M| 48 | - | 246 |5844 | 246 | 704 | 403 | 19k|4045 | 0.000000e+00 | -- | Inf
138.76/138.82 c 139s| 88200 | 15 | 1973k| 22.4 | 15M| 48 | 80 | 246 |5861 | 246 | 704 | 403 | 19k|4057 | 0.000000e+00 | -- | Inf
138.96/139.08 c 139s| 88300 | 17 | 1977k| 22.4 | 15M| 48 | - | 246 |5856 | 246 | 704 | 403 | 19k|4057 | 0.000000e+00 | -- | Inf
139.16/139.29 c 139s| 88400 | 21 | 1980k| 22.4 | 15M| 48 | - | 246 |5879 | 246 | 704 | 403 | 19k|4066 | 0.000000e+00 | -- | Inf
139.36/139.49 c 139s| 88500 | 17 | 1982k| 22.4 | 15M| 48 | - | 246 |5904 | 246 | 704 | 403 | 19k|4071 | 0.000000e+00 | -- | Inf
139.66/139.79 c 140s| 88600 | 15 | 1986k| 22.4 | 15M| 48 | - | 246 |5916 | 246 | 704 | 403 | 19k|4082 | 0.000000e+00 | -- | Inf
139.96/140.08 c 140s| 88700 | 16 | 1990k| 22.4 | 15M| 48 | 53 | 246 |5880 | 246 | 704 | 403 | 19k|4090 | 0.000000e+00 | -- | Inf
140.25/140.32 c 140s| 88800 | 15 | 1994k| 22.4 | 15M| 48 | - | 246 |5809 | 0 | 0 | 403 | 19k|4094 | 0.000000e+00 | -- | Inf
140.46/140.52 c 141s| 88900 | 16 | 1996k| 22.4 | 15M| 48 | 37 | 246 |5814 | 246 | 704 | 403 | 19k|4103 | 0.000000e+00 | -- | Inf
140.56/140.67 c 141s| 89000 | 15 | 1999k| 22.4 | 15M| 48 | 48 | 246 |5811 | 246 | 704 | 403 | 19k|4103 | 0.000000e+00 | -- | Inf
140.76/140.85 c 141s| 89100 | 15 | 2001k| 22.4 | 14M| 48 | 57 | 246 |5761 | 246 | 704 | 403 | 19k|4111 | 0.000000e+00 | -- | Inf
140.96/141.02 c 141s| 89200 | 15 | 2004k| 22.4 | 14M| 48 | - | 246 |5744 | 0 | 0 | 403 | 19k|4116 | 0.000000e+00 | -- | Inf
141.06/141.19 c 141s| 89300 | 13 | 2006k| 22.4 | 14M| 48 | - | 246 |5733 | 0 | 0 | 403 | 19k|4119 | 0.000000e+00 | -- | Inf
141.25/141.33 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
141.25/141.33 c 141s| 89400 | 13 | 2008k| 22.4 | 14M| 48 | - | 246 |5716 | 0 | 0 | 403 | 19k|4121 | 0.000000e+00 | -- | Inf
141.36/141.49 c 141s| 89500 | 11 | 2011k| 22.4 | 14M| 48 | 67 | 246 |5717 | 246 | 704 | 403 | 19k|4121 | 0.000000e+00 | -- | Inf
141.56/141.65 c 142s| 89600 | 15 | 2013k| 22.4 | 14M| 48 | 44 | 246 |5593 | 246 | 704 | 403 | 19k|4127 | 0.000000e+00 | -- | Inf
141.65/141.79 c 142s| 89700 | 12 | 2015k| 22.4 | 14M| 48 | - | 246 |5564 | 0 | 0 | 403 | 19k|4130 | 0.000000e+00 | -- | Inf
141.87/141.95 c 142s| 89800 | 16 | 2017k| 22.4 | 14M| 48 | - | 246 |5464 | 246 | 704 | 403 | 19k|4133 | 0.000000e+00 | -- | Inf
141.96/142.08 c 142s| 89900 | 12 | 2019k| 22.4 | 14M| 48 | - | 246 |5453 | 0 | 0 | 403 | 19k|4133 | 0.000000e+00 | -- | Inf
142.15/142.21 c 142s| 90000 | 16 | 2021k| 22.4 | 14M| 48 | 24 | 246 |5418 | 246 | 704 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
142.26/142.33 c 142s| 90100 | 20 | 2023k| 22.4 | 14M| 48 | 20 | 246 |5394 | 246 | 704 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
142.36/142.44 c 142s| 90200 | 20 | 2025k| 22.4 | 14M| 48 | - | 246 |5395 | 0 | 0 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
142.45/142.55 c 143s| 90300 | 17 | 2026k| 22.4 | 14M| 48 | - | 246 |5411 | 0 | 0 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
142.55/142.67 c 143s| 90400 | 16 | 2028k| 22.4 | 14M| 48 | - | 246 |5433 | 246 | 704 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
142.66/142.79 c 143s| 90500 | 16 | 2030k| 22.4 | 14M| 48 | 34 | 246 |5441 | 246 | 704 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
142.76/142.89 c 143s| 90600 | 12 | 2032k| 22.4 | 14M| 48 | - | 246 |5457 | 0 | 0 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
142.97/143.03 c 143s| 90700 | 14 | 2034k| 22.4 | 14M| 48 | - | 246 |5426 | 0 | 0 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
143.06/143.15 c 143s| 90800 | 15 | 2036k| 22.4 | 14M| 48 | 52 | 246 |5422 | 246 | 704 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
143.16/143.27 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
143.16/143.27 c 143s| 90900 | 13 | 2038k| 22.4 | 14M| 48 | 81 | 246 |5424 | 246 | 704 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
143.36/143.40 c 143s| 91000 | 11 | 2040k| 22.4 | 14M| 48 | - | 246 |5428 | 246 | 704 | 403 | 19k|4135 | 0.000000e+00 | -- | Inf
143.46/143.56 c 144s| 91100 | 17 | 2042k| 22.4 | 14M| 48 | - | 246 |5384 | 0 | 0 | 403 | 19k|4136 | 0.000000e+00 | -- | Inf
143.56/143.69 c 144s| 91200 | 16 | 2044k| 22.4 | 14M| 48 | 57 | 246 |5388 | 246 | 704 | 403 | 19k|4136 | 0.000000e+00 | -- | Inf
143.75/143.87 c 144s| 91300 | 19 | 2047k| 22.4 | 14M| 48 | 45 | 246 |5369 | 246 | 704 | 403 | 19k|4136 | 0.000000e+00 | -- | Inf
143.97/144.01 c 144s| 91400 | 17 | 2049k| 22.4 | 14M| 48 | 36 | 246 |5376 | 246 | 704 | 403 | 19k|4136 | 0.000000e+00 | -- | Inf
144.07/144.13 c 144s| 91500 | 19 | 2051k| 22.4 | 14M| 48 | 15 | 246 |5378 | 246 | 704 | 403 | 19k|4136 | 0.000000e+00 | -- | Inf
144.16/144.23 c 144s| 91600 | 16 | 2053k| 22.4 | 14M| 48 | - | 246 |5396 | 0 | 0 | 403 | 19k|4136 | 0.000000e+00 | -- | Inf
144.25/144.36 c 144s| 91700 | 14 | 2055k| 22.4 | 14M| 48 | 93 | 246 |5419 | 246 | 704 | 403 | 19k|4136 | 0.000000e+00 | -- | Inf
144.25/144.38 c * 144s| 91727 | 0 | 2055k| 22.4 | 14M| 48 | - | 246 |5420 | 246 | 704 | 403 | 19k|4136 | 0.000000e+00 | 0.000000e+00 | 0.00%
144.25/144.38 c
144.25/144.38 c SCIP Status : problem is solved [optimal solution found]
144.25/144.38 c Solving Time (sec) : 144.38
144.25/144.38 c Solving Nodes : 91727
144.25/144.38 c Primal Bound : +0.00000000000000e+00 (1 solutions)
144.25/144.38 c Dual Bound : +0.00000000000000e+00
144.25/144.38 c Gap : 0.00 %
144.25/144.38 s SATISFIABLE
144.25/144.38 v x265 -x266 -x263 x264 x261 -x262 -x259 x260 x257 -x258 -x255 x256 -x253 -x254 -x251 x252 -x249 x250 -x247 -x248 -x245 -x246 x243
144.25/144.38 v -x244 -x241 x242 x239 -x240 -x237 x238 x235 -x236 -x233 x234 x231 -x232 -x229 x230 x227 -x228 -x225 x226 -x223 -x224 -x221
144.25/144.38 v x222 -x219 -x220 -x217 x218 -x215 x216 -x213 -x214 -x211 x212 x209 -x210 -x207 x208 x205 -x206 -x203 x204 x201 -x202 -x199 x200
144.25/144.38 v -x197 x198 x195 -x196 x193 -x194 x191 -x192 -x189 x190 x187 -x188 -x185 x186 x183 -x184 -x181 x182 -x179 x180 x177 -x178 x175
144.25/144.38 v -x176 x173 -x174 x171 -x172 x169 -x170 -x167 x168 x165 -x166 -x163 x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 -x148 -x146
144.25/144.38 v -x144 -x142 x140 -x138 -x136 -x134 -x132 -x130 -x128 -x126 x124 -x122 x120 -x118 x116 -x114 x112 -x110 -x108 -x106 x104
144.25/144.38 v -x102 -x100 -x98 -x96 -x94 -x92 -x90 x88 -x86 x84 -x82 x80 -x78 x76 -x74 -x72 -x70 x68 -x66 -x64 -x62 -x60 -x58 -x56 -x54 -x52
144.25/144.38 v -x50 -x48 -x46 -x44 -x42 -x40 -x38 -x36 -x34 x32 -x30 -x28 -x26 -x24 -x22 -x20 -x18 -x16 -x14 -x12 -x10 -x8 -x6 -x4 -x2 x161
144.25/144.38 v -x159 -x157 -x155 x153 -x151 x149 -x147 x145 -x143 -x141 -x139 -x137 -x135 -x133 -x131 -x129 -x127 -x125 -x123 -x121 -x119
144.25/144.38 v -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95 -x93 -x91 -x89 -x87 -x85 -x83 -x81 -x79 -x77 -x75 -x73 -x71
144.25/144.38 v -x69 -x67 -x65 -x63 -x61 -x59 -x57 -x55 x53 -x51 -x49 -x47 x45 -x43 x41 -x39 x37 -x35 -x33 -x31 -x29 -x27 -x25 -x23 -x21
144.25/144.38 v -x19 x17 -x15 -x13 -x11 x9 -x7 x5 -x3 x1
144.25/144.38 c SCIP Status : problem is solved [optimal solution found]
144.25/144.38 c Total Time : 144.38
144.25/144.38 c solving : 144.38
144.25/144.38 c presolving : 0.02 (included in solving)
144.25/144.38 c reading : 0.00 (included in solving)
144.25/144.38 c copying : 0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
144.25/144.38 c Original Problem :
144.25/144.38 c Problem name : HOME/instance-3691646-1338019116.opb
144.25/144.38 c Variables : 266 (266 binary, 0 integer, 0 implicit integer, 0 continuous)
144.25/144.38 c Constraints : 573 initial, 573 maximal
144.25/144.38 c Objective sense : minimize
144.25/144.38 c Presolved Problem :
144.25/144.38 c Problem name : t_HOME/instance-3691646-1338019116.opb
144.25/144.38 c Variables : 246 (246 binary, 0 integer, 0 implicit integer, 0 continuous)
144.25/144.38 c Constraints : 536 initial, 6442 maximal
144.25/144.38 c Presolvers : ExecTime SetupTime FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
144.25/144.38 c domcol : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c trivial : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c dualfix : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c implics : 0.00 0.00 0 8 0 0 0 0 0 0 0
144.25/144.38 c components : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c probing : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c knapsack : 0.01 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c setppc : 0.00 0.00 0 0 0 0 0 8 0 0 0
144.25/144.38 c linear : 0.01 0.00 12 0 0 12 0 29 0 0 0
144.25/144.38 c logicor : 0.00 0.00 0 0 0 0 0 0 0 0 0
144.25/144.38 c root node : - - 1 - - 1 - - - - -
144.25/144.38 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Conss Children
144.25/144.38 c integral : 0 0 0 0 47210 0 3 0 54 463 0 0 93744
144.25/144.38 c knapsack : 162 162 5 310785 0 0 0 1011035 21670 927701 533 0 0
144.25/144.38 c setppc : 117 117 5 288561 0 0 0 236415 2020 292973 0 0 0
144.25/144.38 c linear : 0+ 24 5 155578 0 0 0 840 153 2783 0 0 0
144.25/144.38 c logicor : 257+ 6153 5 245400 1 0 0 74795 6739 354633 0 0 0
144.25/144.38 c countsols : 0 0 0 0 1 0 2 0 0 0 0 0 0
144.25/144.38 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS Check ResProp
144.25/144.38 c integral : 13.54 0.00 0.00 0.00 13.54 0.00 0.00 0.00
144.25/144.38 c knapsack : 2.75 0.00 0.00 2.32 0.00 0.00 0.00 0.43
144.25/144.38 c setppc : 0.86 0.00 0.00 0.79 0.00 0.00 0.00 0.07
144.25/144.38 c linear : 0.14 0.00 0.00 0.13 0.00 0.00 0.00 0.00
144.25/144.38 c logicor : 2.92 0.00 0.00 2.87 0.00 0.00 0.00 0.05
144.25/144.38 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
144.25/144.38 c Propagators : #Propagate #ResProp Cutoffs DomReds
144.25/144.38 c rootredcost : 0 0 0 0
144.25/144.38 c pseudoobj : 0 0 0 0
144.25/144.38 c vbounds : 0 0 0 0
144.25/144.38 c redcost : 47215 0 0 0
144.25/144.38 c probing : 0 0 0 0
144.25/144.38 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp
144.25/144.38 c rootredcost : 0.08 0.00 0.00 0.08 0.00
144.25/144.38 c pseudoobj : 0.08 0.00 0.00 0.08 0.00
144.25/144.38 c vbounds : 0.07 0.00 0.00 0.07 0.00
144.25/144.38 c redcost : 0.18 0.00 0.00 0.18 0.00
144.25/144.38 c probing : 0.00 0.00 0.00 0.00 0.00
144.25/144.38 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
144.25/144.38 c propagation : 1.37 14457 13983 95714 48.7 328 16.9 -
144.25/144.38 c infeasible LP : 0.77 16124 0 0 0.0 0 0.0 0
144.25/144.38 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
144.25/144.38 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
144.25/144.38 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
144.25/144.38 c applied globally : - - - 19795 16.0 - - -
144.25/144.38 c applied locally : - - - 197 46.0 - - -
144.25/144.38 c Separators : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss
144.25/144.38 c cut pool : 0.00 4 - - 35 - (maximal pool size: 2220)
144.25/144.38 c closecuts : 0.00 0.00 0 0 0 0 0
144.25/144.38 c impliedbounds : 0.00 0.00 5 0 0 728 0
144.25/144.38 c intobj : 0.00 0.00 0 0 0 0 0
144.25/144.38 c gomory : 0.25 0.00 5 0 0 60 0
144.25/144.38 c cgmip : 0.00 0.00 0 0 0 0 0
144.25/144.38 c strongcg : 0.26 0.00 5 0 0 2286 0
144.25/144.38 c cmir : 0.00 0.00 0 0 0 0 0
144.25/144.38 c flowcover : 0.00 0.00 0 0 0 0 0
144.25/144.38 c clique : 0.00 0.00 5 0 0 16 0
144.25/144.38 c zerohalf : 0.00 0.00 0 0 0 0 0
144.25/144.38 c mcf : 0.00 0.00 1 0 0 0 0
144.25/144.38 c oddcycle : 0.00 0.00 0 0 0 0 0
144.25/144.38 c rapidlearning : 0.07 0.00 1 0 0 0 24
144.25/144.38 c Pricers : ExecTime SetupTime Calls Vars
144.25/144.38 c problem variables: 0.00 - 0 0
144.25/144.38 c Branching Rules : ExecTime SetupTime Calls Cutoffs DomReds Cuts Conss Children
144.25/144.38 c relpscost : 13.51 0.00 47209 54 463 0 0 93744
144.25/144.38 c pscost : 0.00 0.00 0 0 0 0 0 0
144.25/144.38 c inference : 0.00 0.00 0 0 0 0 0 0
144.25/144.38 c mostinf : 0.00 0.00 0 0 0 0 0 0
144.25/144.38 c leastinf : 0.00 0.00 0 0 0 0 0 0
144.25/144.38 c fullstrong : 0.00 0.00 0 0 0 0 0 0
144.25/144.38 c allfullstrong : 0.00 0.00 0 0 0 0 0 0
144.25/144.38 c random : 0.00 0.00 0 0 0 0 0 0
144.25/144.38 c Primal Heuristics : ExecTime SetupTime Calls Found
144.25/144.38 c LP solutions : 0.00 - - 1
144.25/144.38 c pseudo solutions : 0.00 - - 0
144.25/144.38 c smallcard : 0.00 0.00 0 0
144.25/144.38 c trivial : 0.00 0.00 1 0
144.25/144.38 c shiftandpropagate: 0.00 0.00 0 0
144.25/144.38 c simplerounding : 0.00 0.00 0 0
144.25/144.38 c zirounding : 0.00 0.00 0 0
144.25/144.38 c rounding : 0.00 0.00 0 0
144.25/144.38 c shifting : 0.00 0.00 0 0
144.25/144.38 c intshifting : 0.00 0.00 0 0
144.25/144.38 c oneopt : 0.00 0.00 0 0
144.25/144.38 c twoopt : 0.00 0.00 0 0
144.25/144.38 c indtwoopt : 0.00 0.00 0 0
144.25/144.38 c indoneopt : 0.00 0.00 0 0
144.25/144.38 c fixandinfer : 0.00 0.00 0 0
144.25/144.38 c feaspump : 0.00 0.00 0 0
144.25/144.38 c clique : 0.00 0.00 0 0
144.25/144.38 c indrounding : 0.00 0.00 0 0
144.25/144.38 c indcoefdiving : 0.00 0.00 0 0
144.25/144.38 c coefdiving : 0.00 0.00 0 0
144.25/144.38 c pscostdiving : 0.00 0.00 0 0
144.25/144.38 c nlpdiving : 0.00 0.00 0 0
144.25/144.38 c fracdiving : 0.00 0.00 0 0
144.25/144.38 c veclendiving : 0.00 0.00 0 0
144.25/144.38 c intdiving : 0.00 0.00 0 0
144.25/144.38 c actconsdiving : 0.00 0.00 0 0
144.25/144.38 c objpscostdiving : 0.00 0.00 0 0
144.25/144.38 c rootsoldiving : 0.00 0.00 0 0
144.25/144.38 c linesearchdiving : 0.00 0.00 0 0
144.25/144.38 c guideddiving : 0.00 0.00 0 0
144.25/144.38 c octane : 0.00 0.00 0 0
144.25/144.38 c rens : 0.00 0.00 0 0
144.25/144.38 c rins : 0.00 0.00 0 0
144.25/144.38 c localbranching : 0.00 0.00 0 0
144.25/144.38 c mutation : 0.00 0.00 0 0
144.25/144.38 c crossover : 0.00 0.00 0 0
144.25/144.38 c dins : 0.00 0.00 0 0
144.25/144.38 c vbounds : 0.00 0.00 0 0
144.25/144.38 c undercover : 0.00 0.00 0 0
144.25/144.38 c subnlp : 0.00 0.00 0 0
144.25/144.38 c trysol : 0.00 0.00 0 0
144.25/144.38 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It
144.25/144.38 c primal LP : 0.00 1 0 0.00 - 0.00 1
144.25/144.38 c dual LP : 112.16 63339 2055415 32.46 18326.09 0.00 12
144.25/144.38 c lex dual LP : 0.00 0 0 0.00 -
144.25/144.38 c barrier LP : 0.00 0 0 0.00 - 0.00 0
144.25/144.38 c diving/probing LP: 0.00 0 0 0.00 -
144.25/144.38 c strong branching : 12.73 4136 201711 48.77 15839.14
144.25/144.38 c (at root node) : - 9 4565 507.22 -
144.25/144.38 c conflict analysis: 0.00 0 0 0.00 -
144.25/144.38 c B&B Tree :
144.25/144.38 c number of runs : 1
144.25/144.38 c nodes : 91727
144.25/144.38 c nodes (total) : 91727
144.25/144.38 c nodes left : 0
144.25/144.38 c max depth : 48
144.25/144.38 c max depth (total): 48
144.25/144.38 c backtracks : 15826 (17.3%)
144.25/144.38 c delayed cutoffs : 2002
144.25/144.38 c repropagations : 18985 (105966 domain reductions, 1906 cutoffs)
144.25/144.38 c avg switch length: 2.86
144.25/144.38 c switching time : 3.90
144.25/144.38 c Solution :
144.25/144.38 c Solutions found : 1 (1 improvements)
144.25/144.38 c First Solution : +0.00000000000000e+00 (in run 1, after 91727 nodes, 144.38 seconds, depth 23, found by <relaxation>)
144.25/144.38 c Primal Bound : +0.00000000000000e+00 (in run 1, after 91727 nodes, 144.38 seconds, depth 23, found by <relaxation>)
144.25/144.38 c Dual Bound : +0.00000000000000e+00
144.25/144.38 c Gap : 0.00 %
144.25/144.38 c Root Dual Bound : +0.00000000000000e+00
144.25/144.38 c Root Iterations : 2226
144.25/144.39 c Time complete: 144.36.
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-3691646-1338019116/watcher-3691646-1338019116 -o /tmp/evaluation-result-3691646-1338019116/solver-3691646-1338019116 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691646-1338019116.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.00 2.00 1.91 3/174 14610
/proc/meminfo: memFree=28283720/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=12972 CPUtime=0 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 2008 0 0 0 0 0 0 0 20 0 1 0 268037489 13283328 1962 33554432000 4194304 10219143 140733429650320 140735643662632 8844210 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 3243 1962 419 1471 0 1763 0
[startup+0.040397 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 14610
/proc/meminfo: memFree=28283720/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=24604 CPUtime=0.03 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 5139 0 0 0 3 0 0 0 20 0 1 0 268037489 25194496 4836 33554432000 4194304 10219143 140733429650320 140735643662632 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 6151 4836 747 1471 0 4671 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24604
[startup+0.100273 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 14610
/proc/meminfo: memFree=28283720/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=24896 CPUtime=0.09 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 5231 0 0 0 8 1 0 0 20 0 1 0 268037489 25493504 4928 33554432000 4194304 10219143 140733429650320 140735643662632 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 6224 4928 782 1471 0 4744 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24896
[startup+0.300259 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 14610
/proc/meminfo: memFree=28283720/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=42144 CPUtime=0.29 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 10028 0 0 0 27 2 0 0 20 0 1 0 268037489 43155456 9019 33554432000 4194304 10219143 140733429650320 140735643662632 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 10536 9019 824 1471 0 9056 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42144
[startup+0.700268 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 14610
/proc/meminfo: memFree=28283720/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=42340 CPUtime=0.69 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 10409 0 0 0 66 3 0 0 20 0 1 0 268037489 43356160 9400 33554432000 4194304 10219143 140733429650320 140735643662632 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 10585 9400 824 1471 0 9105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42340
[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 14611
/proc/meminfo: memFree=28249248/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=42444 CPUtime=1.49 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 10430 0 0 0 145 4 0 0 20 0 1 0 268037489 43462656 9421 33554432000 4194304 10219143 140733429650320 140733429645208 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 10611 9421 826 1471 0 9131 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42444
[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 14611
/proc/meminfo: memFree=28248752/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=42444 CPUtime=3.09 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 10435 0 0 0 302 7 0 0 20 0 1 0 268037489 43462656 9426 33554432000 4194304 10219143 140733429650320 140733429644152 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 10611 9426 831 1471 0 9131 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42444
[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 14611
/proc/meminfo: memFree=28248688/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=42444 CPUtime=6.29 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 10435 0 0 0 616 13 0 0 20 0 1 0 268037489 43462656 9426 33554432000 4194304 10219143 140733429650320 140733429643768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 10611 9426 831 1471 0 9131 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42444
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 14611
/proc/meminfo: memFree=28248076/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=42444 CPUtime=12.68 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 10435 0 0 0 1238 30 0 0 20 0 1 0 268037489 43462656 9426 33554432000 4194304 10219143 140733429650320 140733429643768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 10611 9426 831 1471 0 9131 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42444
[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 14611
/proc/meminfo: memFree=28248116/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=42444 CPUtime=25.48 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 10443 0 0 0 2482 66 0 0 20 0 1 0 268037489 43462656 9426 33554432000 4194304 10219143 140733429650320 140733429643960 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 10611 9426 831 1471 0 9131 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42444
[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 14611
/proc/meminfo: memFree=28246684/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=42868 CPUtime=51.07 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 10516 0 0 0 4977 130 0 0 20 0 1 0 268037489 43896832 9748 33554432000 4194304 10219143 140733429650320 140733429643576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 10717 9748 831 1471 0 9237 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42868
[startup+102.306 s]
/proc/loadavg: 2.08 2.02 1.91 3/176 14615
/proc/meminfo: memFree=28243264/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=44332 CPUtime=102.27 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 10909 0 0 0 9970 257 0 0 20 0 1 0 268037489 45395968 10314 33554432000 4194304 10219143 140733429650320 140733429643672 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 11083 10314 831 1471 0 9603 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 44332
Solver just ended. Dumping a history of the last processes samples
[startup+127.9 s]
/proc/loadavg: 2.05 2.01 1.91 3/176 14615
/proc/meminfo: memFree=28241896/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=45092 CPUtime=127.86 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 11134 0 0 0 12472 314 0 0 20 0 1 0 268037489 46174208 10537 33554432000 4194304 10219143 140733429650320 140733429643624 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 11273 10537 831 1471 0 9793 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 45092
[startup+134.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/176 14615
/proc/meminfo: memFree=28241896/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=45092 CPUtime=134.26 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 11134 0 0 0 13098 328 0 0 20 0 1 0 268037489 46174208 10537 33554432000 4194304 10219143 140733429650320 140733429643768 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 11273 10537 831 1471 0 9793 0
Current children cumulated CPU time (s) 134.26
Current children cumulated vsize (KiB) 45092
[startup+140.7 s]
/proc/loadavg: 2.04 2.01 1.91 3/176 14615
/proc/meminfo: memFree=28241896/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=45236 CPUtime=140.66 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 11136 0 0 0 13723 343 0 0 20 0 1 0 268037489 46321664 10539 33554432000 4194304 10219143 140733429650320 140733429643576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 11309 10539 831 1471 0 9829 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 45236
[startup+142.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/176 14615
/proc/meminfo: memFree=28241896/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=45236 CPUtime=142.26 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 11136 0 0 0 13879 347 0 0 20 0 1 0 268037489 46321664 10539 33554432000 4194304 10219143 140733429650320 140733429643624 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 11309 10539 831 1471 0 9829 0
Current children cumulated CPU time (s) 142.26
Current children cumulated vsize (KiB) 45236
[startup+143.1 s]
/proc/loadavg: 2.04 2.01 1.91 3/176 14615
/proc/meminfo: memFree=28241896/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=45236 CPUtime=143.06 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 11136 0 0 0 13957 349 0 0 20 0 1 0 268037489 46321664 10539 33554432000 4194304 10219143 140733429650320 140733429643576 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 11309 10539 831 1471 0 9829 0
Current children cumulated CPU time (s) 143.06
Current children cumulated vsize (KiB) 45236
[startup+143.9 s]
/proc/loadavg: 2.04 2.01 1.91 3/176 14615
/proc/meminfo: memFree=28241896/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=45236 CPUtime=143.85 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 11136 0 0 0 14034 351 0 0 20 0 1 0 268037489 46321664 10539 33554432000 4194304 10219143 140733429650320 140733429643576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 11309 10539 831 1471 0 9829 0
Current children cumulated CPU time (s) 143.85
Current children cumulated vsize (KiB) 45236
[startup+144.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/176 14615
/proc/meminfo: memFree=28241896/32873852 swapFree=6848/6848
[pid=14610] ppid=14608 vsize=45236 CPUtime=144.25 cores=0,2,4,6
/proc/14610/stat : 14610 (scip-2.1.1.4exp) R 14608 14610 14323 0 -1 4202496 11136 0 0 0 14073 352 0 0 20 0 1 0 268037489 46321664 10539 33554432000 4194304 10219143 140733429650320 140733429643576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14610/statm: 11309 10539 831 1471 0 9829 0
Current children cumulated CPU time (s) 144.25
Current children cumulated vsize (KiB) 45236
Child status: 0
Real time (s): 144.397
CPU time (s): 144.364
CPU user time (s): 140.832
CPU system time (s): 3.53246
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 45236
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.832
system time used= 3.53246
maximum resident set size= 42172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11142
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= 152
runsolver used 0.218966 second user time and 0.597909 second system time
The end