0.00/0.00 c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00 c Copyright (c) 2002-2010 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-3733519-1338697732.opb>
0.00/0.00 c original problem has 68 variables (68 bin, 0 int, 0 impl, 0 cont) and 2 constraints
0.00/0.00 c problem read
0.00/0.00 c No objective function, only one solution is needed.
0.00/0.00 c presolving settings loaded
0.00/0.00 c presolving:
0.00/0.01 c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01 c presolving (2 rounds):
0.00/0.01 c 0 deleted vars, 1 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01 c 0 implications, 0 cliques
0.00/0.01 c presolved problem has 68 variables (68 bin, 0 int, 0 impl, 0 cont) and 1 constraints
0.00/0.01 c 1 constraints of type <linear>
0.00/0.01 c transformed objective value is always integral (scale: 1)
0.00/0.01 c Presolving Time: 0.00
0.00/0.01 c - non default parameters ----------------------------------------------------------------------
0.00/0.01 c # SCIP version 1.2.1.3
0.00/0.01 c
0.00/0.01 c # frequency for displaying node information lines
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01 c display/freq = 10000
0.00/0.01 c
0.00/0.01 c # maximal time in seconds to run
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01 c limits/time = 1790
0.00/0.01 c
0.00/0.01 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01 c limits/memory = 13950
0.00/0.01 c
0.00/0.01 c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01 c limits/solutions = 1
0.00/0.01 c
0.00/0.01 c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.01 c separating/maxrounds = 1
0.00/0.01 c
0.00/0.01 c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01 c separating/maxroundsroot = 5
0.00/0.01 c
0.00/0.01 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01 c # [type: int, range: [1,2], default: 1]
0.00/0.01 c timing/clocktype = 2
0.00/0.01 c
0.00/0.01 c # should presolving try to simplify inequalities
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/linear/simplifyinequalities = TRUE
0.00/0.01 c
0.00/0.01 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/indicator/addCouplingCons = TRUE
0.00/0.01 c
0.00/0.01 c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.01 c constraints/knapsack/disaggregation = FALSE
0.00/0.01 c
0.00/0.01 c # should presolving try to simplify knapsacks
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01 c
0.00/0.01 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01 c presolving/probing/maxrounds = 0
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.01 c heuristics/coefdiving/freq = -1
0.00/0.01 c
0.00/0.01 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.01 c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.01 c
0.00/0.01 c # additional number of allowed LP iterations
0.00/0.01 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.01 c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.01 c heuristics/crossover/freq = -1
0.00/0.01 c
0.00/0.01 c # number of nodes added to the contingent of the total nodes
0.00/0.01 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.01 c heuristics/crossover/nodesofs = 750
0.00/0.01 c
0.00/0.01 c # number of nodes without incumbent change that heuristic should wait
0.00/0.01 c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.01 c heuristics/crossover/nwaitingnodes = 100
0.00/0.01 c
0.00/0.01 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.01 c # [type: real, range: [0,1], default: 0.1]
0.00/0.01 c heuristics/crossover/nodesquot = 0.15
0.00/0.01 c
0.00/0.01 c # minimum percentage of integer variables that have to be fixed
0.00/0.01 c # [type: real, range: [0,1], default: 0.666]
0.00/0.01 c heuristics/crossover/minfixingrate = 0.5
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.01 c heuristics/feaspump/freq = -1
0.00/0.01 c
0.00/0.01 c # additional number of allowed LP iterations
0.00/0.01 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.01 c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.01 c heuristics/fracdiving/freq = -1
0.00/0.01 c
0.00/0.01 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.01 c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.01 c
0.00/0.01 c # additional number of allowed LP iterations
0.00/0.01 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.01 c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.01 c heuristics/guideddiving/freq = -1
0.00/0.01 c
0.00/0.01 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.01 c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.01 c
0.00/0.01 c # additional number of allowed LP iterations
0.00/0.01 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.01 c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.01 c
0.00/0.01 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.01 c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.01 c heuristics/intshifting/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.01 c heuristics/linesearchdiving/freq = -1
0.00/0.01 c
0.00/0.01 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.01 c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.01 c
0.00/0.01 c # additional number of allowed LP iterations
0.00/0.01 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.01 c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01 c heuristics/nlp/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.01 c heuristics/objpscostdiving/freq = -1
0.00/0.01 c
0.00/0.01 c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.01 c # [type: real, range: [0,1], default: 0.01]
0.00/0.01 c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.01 c
0.00/0.01 c # additional number of allowed LP iterations
0.00/0.01 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.01 c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01 c heuristics/oneopt/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.01 c heuristics/pscostdiving/freq = -1
0.00/0.01 c
0.00/0.01 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.01 c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.01 c
0.00/0.01 c # additional number of allowed LP iterations
0.00/0.01 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.01 c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01 c heuristics/rens/freq = -1
0.00/0.01 c
0.00/0.01 c # minimum percentage of integer variables that have to be fixable
0.00/0.01 c # [type: real, range: [0,1], default: 0.5]
0.00/0.01 c heuristics/rens/minfixingrate = 0.3
0.00/0.01 c
0.00/0.01 c # number of nodes added to the contingent of the total nodes
0.00/0.01 c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.01 c heuristics/rens/nodesofs = 2000
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.01 c heuristics/rootsoldiving/freq = -1
0.00/0.01 c
0.00/0.01 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.01 c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.01 c
0.00/0.01 c # additional number of allowed LP iterations
0.00/0.01 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.01 c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01 c heuristics/rounding/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.01 c heuristics/shifting/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01 c heuristics/simplerounding/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01 c heuristics/trivial/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01 c heuristics/trysol/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.01 c heuristics/veclendiving/freq = -1
0.00/0.01 c
0.00/0.01 c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.01 c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.01 c
0.00/0.01 c # additional number of allowed LP iterations
0.00/0.01 c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.01 c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.01 c
0.00/0.01 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01 c heuristics/zirounding/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01 c separating/cmir/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01 c separating/flowcover/freq = -1
0.00/0.01 c
0.00/0.01 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01 c separating/rapidlearning/freq = 0
0.00/0.01 c
0.00/0.01 c -----------------------------------------------------------------------------------------------
0.00/0.01 c start solving
0.00/0.01 c
0.00/0.01 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.00/0.01 c 0.0s| 1 | 0 | 2 | - | 236k| 0 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.00/0.02 c 0.0s| 1 | 2 | 2 | - | 237k| 0 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.49/0.59 c 0.6s| 10000 | 1813 | 9066 | 0.9 |1973k| 34 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1.39/1.41 c 1.4s| 20000 | 3073 | 17441 | 0.9 |3152k| 41 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
2.20/2.28 c 2.3s| 30000 | 4191 | 25623 | 0.9 |4176k| 45 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
3.09/3.17 c 3.2s| 40000 | 5197 | 33656 | 0.8 |5071k| 45 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
3.99/4.08 c 4.1s| 50000 | 6069 | 41510 | 0.8 |5851k| 49 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
4.89/4.94 c 4.9s| 60000 | 7067 | 49521 | 0.8 |6729k| 51 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
5.69/5.77 c 5.8s| 70000 | 7917 | 57364 | 0.8 |7456k| 56 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
6.59/6.61 c 6.6s| 80000 | 8913 | 65376 | 0.8 |8285k| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
7.38/7.45 c 7.5s| 90000 | 10029 | 73560 | 0.8 |9201k| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
8.19/8.29 c 8.3s|100000 | 11129 | 81683 | 0.8 | 10M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
9.09/9.14 c 9.1s|110000 | 12265 | 89832 | 0.8 | 11M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
9.89/9.99 c 10.0s|120000 | 13319 | 97879 | 0.8 | 11M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
10.79/10.85 c 10.8s|130000 | 14491 |106103 | 0.8 | 12M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
11.59/11.69 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
11.59/11.69 c 11.7s|140000 | 15609 |114204 | 0.8 | 13M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
12.49/12.54 c 12.5s|150000 | 16777 |122451 | 0.8 | 14M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
13.28/13.39 c 13.4s|160000 | 18091 |130851 | 0.8 | 15M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
14.20/14.24 c 14.2s|170000 | 19487 |139369 | 0.8 | 16M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
14.99/15.09 c 15.1s|180000 | 20967 |147961 | 0.8 | 17M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
15.89/15.92 c 15.9s|190000 | 22369 |156487 | 0.8 | 18M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
16.69/16.76 c 16.8s|200000 | 24025 |165320 | 0.8 | 19M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
17.59/17.61 c 17.6s|210000 | 25525 |173978 | 0.8 | 20M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
18.39/18.45 c 18.4s|220000 | 27281 |182966 | 0.8 | 22M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
19.19/19.29 c 19.3s|230000 | 29105 |192029 | 0.8 | 23M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
20.09/20.13 c 20.1s|240000 | 30763 |200810 | 0.8 | 24M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
20.89/20.97 c 21.0s|250000 | 32333 |209526 | 0.8 | 25M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
21.79/21.82 c 21.8s|260000 | 33573 |217849 | 0.8 | 26M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
22.58/22.65 c 22.6s|270000 | 34839 |226171 | 0.8 | 27M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
23.49/23.50 c 23.5s|280000 | 36055 |234434 | 0.8 | 28M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
24.28/24.35 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
24.28/24.35 c 24.3s|290000 | 37273 |242732 | 0.8 | 29M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
25.08/25.19 c 25.2s|300000 | 38655 |251133 | 0.8 | 30M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
25.99/26.02 c 26.0s|310000 | 40085 |259603 | 0.8 | 31M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
26.78/26.86 c 26.9s|320000 | 41441 |267987 | 0.8 | 32M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
27.68/27.71 c 27.7s|330000 | 42763 |276339 | 0.8 | 33M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
28.49/28.55 c 28.5s|340000 | 44213 |284801 | 0.8 | 34M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
29.28/29.38 c 29.4s|350000 | 45653 |293244 | 0.8 | 35M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
30.19/30.23 c 30.2s|360000 | 47053 |301586 | 0.8 | 36M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
30.98/31.07 c 31.1s|370000 | 48415 |309873 | 0.8 | 37M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
31.89/31.92 c 31.9s|380000 | 49879 |318179 | 0.8 | 38M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
32.69/32.76 c 32.8s|390000 | 51289 |326509 | 0.8 | 39M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
33.59/33.62 c 33.6s|400000 | 52635 |334763 | 0.8 | 40M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
34.38/34.48 c 34.5s|410000 | 54059 |343165 | 0.8 | 41M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
35.29/35.32 c 35.3s|420000 | 55421 |351420 | 0.8 | 42M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
36.08/36.18 c 36.2s|430000 | 56623 |359521 | 0.8 | 43M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
36.98/37.03 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
36.98/37.03 c 37.0s|440000 | 57855 |367629 | 0.8 | 44M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
37.78/37.89 c 37.9s|450000 | 59099 |375731 | 0.8 | 45M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
38.68/38.74 c 38.7s|460000 | 60215 |383738 | 0.8 | 46M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
39.49/39.58 c 39.6s|470000 | 61343 |391720 | 0.8 | 47M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
40.38/40.43 c 40.4s|480000 | 62373 |399627 | 0.8 | 47M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
41.18/41.26 c 41.3s|490000 | 63559 |407728 | 0.8 | 48M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
42.08/42.11 c 42.1s|500000 | 64629 |415686 | 0.8 | 49M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
42.89/42.95 c 42.9s|510000 | 65539 |423514 | 0.8 | 50M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
43.69/43.79 c 43.8s|520000 | 66583 |431382 | 0.8 | 51M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
44.58/44.63 c 44.6s|530000 | 67677 |439292 | 0.8 | 52M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
45.38/45.46 c 45.5s|540000 | 68695 |447157 | 0.8 | 53M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
46.29/46.30 c 46.3s|550000 | 69621 |454961 | 0.8 | 53M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
47.08/47.12 c 47.1s|560000 | 70697 |462898 | 0.8 | 54M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
47.88/47.96 c 48.0s|570000 | 71767 |470764 | 0.8 | 55M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
48.68/48.77 c 48.8s|580000 | 72781 |478643 | 0.8 | 56M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
49.58/49.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
49.58/49.62 c 49.6s|590000 | 73579 |486307 | 0.8 | 57M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
50.38/50.43 c 50.4s|600000 | 74611 |494194 | 0.8 | 58M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
51.19/51.27 c 51.3s|610000 | 75555 |501970 | 0.8 | 58M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
52.08/52.11 c 52.1s|620000 | 76375 |509615 | 0.8 | 59M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
52.88/52.95 c 52.9s|630000 | 77231 |517296 | 0.8 | 60M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
53.68/53.78 c 53.8s|640000 | 78101 |524997 | 0.8 | 61M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
54.57/54.61 c 54.6s|650000 | 79047 |532763 | 0.8 | 61M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
55.38/55.44 c 55.4s|660000 | 80013 |540540 | 0.8 | 62M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
56.18/56.28 c 56.3s|670000 | 80927 |548259 | 0.8 | 63M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
57.09/57.13 c 57.1s|680000 | 81903 |556048 | 0.8 | 64M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
57.88/57.97 c 58.0s|690000 | 82835 |563775 | 0.8 | 65M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
58.78/58.81 c 58.8s|700000 | 83687 |571441 | 0.8 | 65M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
59.58/59.66 c 59.7s|710000 | 84609 |579187 | 0.8 | 66M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
60.48/60.51 c 60.5s|720000 | 85527 |586917 | 0.8 | 67M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
61.27/61.35 c 61.3s|730000 | 86497 |594671 | 0.8 | 68M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
62.18/62.20 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
62.18/62.20 c 62.2s|740000 | 87427 |602421 | 0.8 | 68M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
62.97/63.05 c 63.0s|750000 | 88331 |610150 | 0.8 | 69M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
63.88/63.90 c 63.9s|760000 | 89215 |617823 | 0.8 | 70M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
64.67/64.75 c 64.7s|770000 | 90129 |625496 | 0.8 | 71M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
65.48/65.59 c 65.6s|780000 | 91043 |633150 | 0.8 | 72M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
66.38/66.44 c 66.4s|790000 | 91951 |640776 | 0.8 | 72M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
67.18/67.29 c 67.3s|800000 | 92837 |648402 | 0.8 | 73M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
68.09/68.13 c 68.1s|810000 | 93713 |655993 | 0.8 | 74M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
68.88/68.99 c 69.0s|820000 | 94501 |663527 | 0.8 | 75M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
69.78/69.85 c 69.8s|830000 | 95195 |671038 | 0.8 | 75M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
70.68/70.71 c 70.7s|840000 | 95871 |678526 | 0.8 | 76M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
71.49/71.57 c 71.6s|850000 | 96551 |686027 | 0.8 | 77M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
72.38/72.42 c 72.4s|860000 | 97161 |693447 | 0.8 | 77M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
73.17/73.27 c 73.3s|870000 | 97905 |700978 | 0.8 | 78M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
74.08/74.11 c 74.1s|880000 | 98661 |708515 | 0.8 | 79M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
74.88/74.96 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
74.88/74.96 c 75.0s|890000 | 99365 |716038 | 0.8 | 79M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
75.78/75.81 c 75.8s|900000 | 99971 |723464 | 0.8 | 80M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
76.58/76.66 c 76.7s|910000 |100729 |731017 | 0.8 | 80M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
77.48/77.50 c 77.5s|920000 |101455 |738528 | 0.8 | 81M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
78.27/78.34 c 78.3s|930000 |102191 |746051 | 0.8 | 82M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
79.08/79.18 c 79.2s|940000 |102881 |753518 | 0.8 | 82M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
79.98/80.02 c 80.0s|950000 |103465 |760873 | 0.8 | 83M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
80.77/80.87 c 80.9s|960000 |103973 |768154 | 0.8 | 84M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
81.68/81.70 c 81.7s|970000 |104551 |775507 | 0.8 | 84M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
82.48/82.53 c 82.5s|980000 |105113 |782852 | 0.8 | 85M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
83.28/83.37 c 83.4s|990000 |105727 |790232 | 0.8 | 85M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
84.18/84.20 c 84.2s| 1000k|106311 |797576 | 0.8 | 86M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
84.97/85.00 c 85.0s| 1010k|106991 |805046 | 0.8 | 86M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
85.78/85.81 c 85.8s| 1020k|107683 |812524 | 0.8 | 87M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
86.57/86.60 c 86.6s| 1030k|108349 |819967 | 0.8 | 88M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
87.37/87.40 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
87.37/87.40 c 87.4s| 1040k|109023 |827401 | 0.8 | 88M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
88.17/88.21 c 88.2s| 1050k|109595 |834725 | 0.8 | 89M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
88.98/89.04 c 89.0s| 1060k|110083 |841961 | 0.8 | 89M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
89.77/89.88 c 89.9s| 1070k|110511 |849173 | 0.8 | 90M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
90.67/90.73 c 90.7s| 1080k|110927 |856364 | 0.8 | 90M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
91.47/91.57 c 91.6s| 1090k|111385 |863608 | 0.8 | 91M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
92.37/92.41 c 92.4s| 1100k|111855 |870874 | 0.8 | 91M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
93.17/93.23 c 93.2s| 1110k|112353 |878162 | 0.8 | 92M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
93.97/94.05 c 94.0s| 1120k|112911 |885505 | 0.8 | 92M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
94.76/94.88 c 94.9s| 1130k|113467 |892857 | 0.8 | 93M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
95.67/95.71 c 95.7s| 1140k|113993 |900194 | 0.8 | 93M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
96.46/96.53 c 96.5s| 1150k|114525 |907522 | 0.8 | 94M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
97.26/97.35 c 97.3s| 1160k|115089 |914877 | 0.8 | 95M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
98.06/98.19 c 98.2s| 1170k|115577 |922181 | 0.8 | 95M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
98.97/99.02 c 99.0s| 1180k|116025 |929434 | 0.8 | 96M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
99.76/99.85 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
99.76/99.85 c 99.8s| 1190k|116495 |936701 | 0.8 | 96M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
100.56/100.68 c 101s| 1200k|116909 |943926 | 0.8 | 96M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
101.46/101.52 c 102s| 1210k|117269 |951083 | 0.8 | 97M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
102.26/102.36 c 102s| 1220k|117573 |958166 | 0.8 | 97M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
103.17/103.20 c 103s| 1230k|117711 |965104 | 0.8 | 98M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
103.96/104.05 c 104s| 1240k|117765 |971984 | 0.8 | 98M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
104.85/104.90 c 105s| 1250k|117899 |978920 | 0.8 | 98M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
105.65/105.75 c 106s| 1260k|117987 |985813 | 0.8 | 98M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
106.46/106.60 c 107s| 1270k|118155 |992795 | 0.8 | 98M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
107.36/107.44 c 107s| 1280k|118435 |999941 | 0.8 | 99M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
108.16/108.25 c 108s| 1290k|118717 | 1007k| 0.8 | 99M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
108.96/109.07 c 109s| 1300k|119013 | 1014k| 0.8 | 99M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
109.86/109.90 c 110s| 1310k|119573 | 1021k| 0.8 | 100M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
110.65/110.75 c 111s| 1320k|120261 | 1029k| 0.8 | 100M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
111.55/111.60 c 112s| 1330k|120807 | 1036k| 0.8 | 101M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
112.35/112.42 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
112.35/112.42 c 112s| 1340k|121035 | 1044k| 0.8 | 101M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
113.17/113.25 c 113s| 1350k|121187 | 1051k| 0.8 | 101M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
113.95/114.08 c 114s| 1360k|121487 | 1058k| 0.8 | 102M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
114.85/114.93 c 115s| 1370k|122189 | 1065k| 0.8 | 102M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
115.65/115.79 c 116s| 1380k|122797 | 1073k| 0.8 | 103M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
116.56/116.62 c 117s| 1390k|123373 | 1080k| 0.8 | 103M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
117.35/117.45 c 117s| 1400k|123359 | 1087k| 0.8 | 103M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
118.15/118.26 c 118s| 1410k|124753 | 1096k| 0.8 | 104M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
118.95/119.07 c 119s| 1420k|125449 | 1103k| 0.8 | 105M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
119.76/119.89 c 120s| 1430k|125125 | 1110k| 0.8 | 105M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
120.55/120.67 c 121s| 1440k|125287 | 1117k| 0.8 | 105M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
121.34/121.44 c 121s| 1450k|125499 | 1124k| 0.8 | 105M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
122.15/122.20 c 122s| 1460k|125883 | 1132k| 0.8 | 105M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
122.85/122.99 c 123s| 1470k|126411 | 1139k| 0.8 | 106M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
123.65/123.75 c 124s| 1480k|126779 | 1146k| 0.8 | 106M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
124.35/124.48 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
124.35/124.48 c 124s| 1490k|126929 | 1153k| 0.8 | 106M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
125.15/125.29 c 125s| 1500k|126705 | 1160k| 0.8 | 106M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
126.04/126.11 c 126s| 1510k|126339 | 1167k| 0.8 | 106M| 57 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
126.84/126.91 c 127s| 1520k|126037 | 1174k| 0.8 | 106M| 57 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
127.64/127.71 c 128s| 1530k|126605 | 1181k| 0.8 | 106M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
128.44/128.50 c 128s| 1540k|127471 | 1189k| 0.8 | 106M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
129.14/129.28 c 129s| 1550k|128293 | 1196k| 0.8 | 107M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
129.94/130.07 c 130s| 1560k|129065 | 1204k| 0.8 | 107M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
130.74/130.87 c 131s| 1570k|129877 | 1211k| 0.8 | 108M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
131.54/131.69 c 132s| 1580k|130559 | 1219k| 0.8 | 108M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
132.44/132.50 c 132s| 1590k|131247 | 1226k| 0.8 | 109M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
133.24/133.32 c 133s| 1600k|131823 | 1233k| 0.8 | 109M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
134.04/134.12 c 134s| 1610k|132325 | 1241k| 0.8 | 110M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
134.84/134.91 c 135s| 1620k|132871 | 1248k| 0.8 | 110M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
135.64/135.72 c 136s| 1630k|132983 | 1255k| 0.8 | 110M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
136.44/136.57 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
136.44/136.57 c 137s| 1640k|133669 | 1263k| 0.8 | 110M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
137.34/137.41 c 137s| 1650k|133279 | 1270k| 0.8 | 110M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
138.13/138.27 c 138s| 1660k|133759 | 1277k| 0.8 | 110M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
139.04/139.10 c 139s| 1670k|134433 | 1285k| 0.8 | 111M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
139.84/139.94 c 140s| 1680k|135109 | 1292k| 0.8 | 112M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
140.64/140.79 c 141s| 1690k|135773 | 1300k| 0.8 | 112M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
141.54/141.67 c 142s| 1700k|136471 | 1308k| 0.8 | 113M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
142.44/142.50 c 142s| 1710k|137115 | 1315k| 0.8 | 113M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
143.23/143.31 c 143s| 1720k|137795 | 1323k| 0.8 | 114M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
144.05/144.12 c 144s| 1730k|138481 | 1330k| 0.8 | 114M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
144.83/144.94 c 145s| 1740k|139161 | 1338k| 0.8 | 115M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
145.64/145.76 c 146s| 1750k|139841 | 1345k| 0.8 | 115M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
146.43/146.59 c 147s| 1760k|140465 | 1353k| 0.8 | 116M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
147.33/147.41 c 147s| 1770k|141187 | 1361k| 0.8 | 116M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
148.13/148.25 c 148s| 1780k|141855 | 1368k| 0.8 | 117M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
148.93/149.08 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
148.93/149.08 c 149s| 1790k|143373 | 1377k| 0.8 | 118M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
149.83/149.93 c 150s| 1800k|143997 | 1384k| 0.8 | 119M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
150.63/150.78 c 151s| 1810k|144317 | 1391k| 0.8 | 119M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
151.53/151.62 c 152s| 1820k|145367 | 1399k| 0.8 | 120M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
152.33/152.44 c 152s| 1830k|146257 | 1407k| 0.8 | 121M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
153.13/153.26 c 153s| 1840k|146283 | 1414k| 0.8 | 121M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
154.03/154.12 c 154s| 1850k|147409 | 1422k| 0.8 | 122M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
154.83/154.99 c 155s| 1860k|146593 | 1429k| 0.8 | 121M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
155.72/155.80 c 156s| 1870k|148419 | 1438k| 0.8 | 122M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
156.53/156.63 c 157s| 1880k|149853 | 1446k| 0.8 | 123M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
157.32/157.45 c 157s| 1890k|150853 | 1454k| 0.8 | 124M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
158.23/158.30 c 158s| 1900k|151457 | 1461k| 0.8 | 125M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
159.02/159.15 c 159s| 1910k|152035 | 1468k| 0.8 | 125M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
159.82/159.95 c 160s| 1920k|152879 | 1476k| 0.8 | 126M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
160.63/160.75 c 161s| 1930k|154327 | 1484k| 0.8 | 127M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
161.42/161.55 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
161.42/161.55 c 162s| 1940k|154919 | 1492k| 0.8 | 128M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
162.22/162.38 c 162s| 1950k|156083 | 1500k| 0.8 | 129M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
163.12/163.21 c 163s| 1960k|157535 | 1508k| 0.8 | 130M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
163.92/164.02 c 164s| 1970k|158993 | 1516k| 0.8 | 131M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
164.72/164.84 c 165s| 1980k|160139 | 1524k| 0.8 | 132M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
165.51/165.65 c 166s| 1990k|160859 | 1532k| 0.8 | 133M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
166.31/166.44 c 166s| 2000k|161415 | 1539k| 0.8 | 133M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
167.12/167.28 c 167s| 2010k|161127 | 1546k| 0.8 | 133M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
168.02/168.10 c 168s| 2020k|161097 | 1553k| 0.8 | 133M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
168.82/168.93 c 169s| 2030k|162979 | 1562k| 0.8 | 134M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
169.61/169.77 c 170s| 2040k|164395 | 1570k| 0.8 | 135M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
170.42/170.59 c 171s| 2050k|165603 | 1578k| 0.8 | 136M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
171.32/171.44 c 171s| 2060k|166187 | 1586k| 0.8 | 137M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
172.12/172.26 c 172s| 2070k|166749 | 1593k| 0.8 | 138M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
172.91/173.08 c 173s| 2080k|167339 | 1600k| 0.8 | 138M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
173.81/173.96 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
173.81/173.96 c 174s| 2090k|166449 | 1607k| 0.8 | 137M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
174.61/174.76 c 175s| 2100k|166737 | 1614k| 0.8 | 137M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
175.51/175.63 c 176s| 2110k|167369 | 1622k| 0.8 | 138M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
176.31/176.49 c 176s| 2120k|168053 | 1629k| 0.8 | 138M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
177.21/177.33 c 177s| 2130k|168695 | 1637k| 0.8 | 139M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
178.01/178.17 c 178s| 2140k|169357 | 1644k| 0.8 | 140M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
178.91/179.01 c 179s| 2150k|170045 | 1652k| 0.8 | 140M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
179.71/179.86 c 180s| 2160k|170699 | 1660k| 0.8 | 141M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
180.51/180.67 c 181s| 2170k|171389 | 1667k| 0.8 | 141M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
181.32/181.47 c 181s| 2180k|172055 | 1675k| 0.8 | 142M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
182.11/182.28 c 182s| 2190k|172715 | 1682k| 0.8 | 142M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
183.01/183.10 c 183s| 2200k|173063 | 1690k| 0.8 | 143M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
183.81/183.94 c 184s| 2210k|173395 | 1697k| 0.8 | 143M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
184.62/184.77 c 185s| 2220k|173929 | 1704k| 0.8 | 143M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
185.51/185.60 c 186s| 2230k|174365 | 1712k| 0.8 | 143M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
186.31/186.41 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
186.31/186.41 c 186s| 2240k|176181 | 1721k| 0.8 | 145M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
187.10/187.20 c 187s| 2250k|177625 | 1729k| 0.8 | 146M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
187.91/188.02 c 188s| 2260k|178609 | 1737k| 0.8 | 147M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
188.71/188.84 c 189s| 2270k|179191 | 1744k| 0.8 | 147M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
189.50/189.63 c 190s| 2280k|179779 | 1752k| 0.8 | 148M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
190.31/190.42 c 190s| 2290k|180357 | 1759k| 0.8 | 149M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
191.11/191.22 c 191s| 2300k|180189 | 1766k| 0.8 | 148M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
192.01/192.10 c 192s| 2310k|180003 | 1773k| 0.8 | 148M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
192.80/192.97 c 193s| 2320k|180833 | 1781k| 0.8 | 149M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
193.71/193.84 c 194s| 2330k|181665 | 1788k| 0.8 | 149M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
194.61/194.72 c 195s| 2340k|182409 | 1796k| 0.8 | 150M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
195.50/195.62 c 196s| 2350k|182841 | 1803k| 0.8 | 150M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
196.31/196.49 c 196s| 2360k|183649 | 1811k| 0.8 | 151M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
197.21/197.33 c 197s| 2370k|184213 | 1819k| 0.8 | 152M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
198.01/198.19 c 198s| 2380k|184867 | 1826k| 0.8 | 152M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
198.91/199.03 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
198.91/199.03 c 199s| 2390k|185565 | 1834k| 0.8 | 153M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
199.71/199.86 c 200s| 2400k|186253 | 1841k| 0.8 | 153M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
200.51/200.68 c 201s| 2410k|186957 | 1849k| 0.8 | 154M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
201.40/201.53 c 202s| 2420k|187645 | 1857k| 0.8 | 154M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
202.21/202.35 c 202s| 2430k|188305 | 1864k| 0.8 | 155M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
203.01/203.12 c 203s| 2440k|189005 | 1872k| 0.8 | 155M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
203.81/203.92 c 204s| 2450k|189659 | 1879k| 0.8 | 156M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
204.61/204.71 c 205s| 2460k|190353 | 1887k| 0.8 | 157M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
205.31/205.49 c 205s| 2470k|191083 | 1895k| 0.8 | 157M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
206.21/206.33 c 206s| 2480k|192133 | 1902k| 0.8 | 158M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
207.00/207.18 c 207s| 2490k|193301 | 1910k| 0.8 | 159M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
207.91/208.04 c 208s| 2500k|194681 | 1919k| 0.8 | 160M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
208.81/208.91 c 209s| 2510k|195691 | 1927k| 0.8 | 161M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
209.60/209.78 c 210s| 2520k|196285 | 1934k| 0.8 | 162M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
210.50/210.67 c 211s| 2530k|196133 | 1941k| 0.8 | 161M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
211.40/211.53 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
211.40/211.53 c 212s| 2540k|196385 | 1948k| 0.8 | 162M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
212.21/212.35 c 212s| 2550k|197609 | 1956k| 0.8 | 163M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
213.00/213.18 c 213s| 2560k|197573 | 1963k| 0.8 | 162M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
213.91/214.02 c 214s| 2570k|197377 | 1970k| 0.8 | 162M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
214.70/214.86 c 215s| 2580k|198055 | 1978k| 0.8 | 163M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
215.51/215.68 c 216s| 2590k|198743 | 1986k| 0.8 | 163M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
216.40/216.53 c 217s| 2600k|199043 | 1993k| 0.8 | 163M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
217.30/217.42 c 217s| 2610k|199697 | 2000k| 0.8 | 164M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
218.10/218.28 c 218s| 2620k|200415 | 2008k| 0.8 | 165M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
219.00/219.12 c 219s| 2630k|201023 | 2016k| 0.8 | 165M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
219.81/219.99 c 220s| 2640k|201793 | 2023k| 0.8 | 166M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
220.70/220.83 c 221s| 2650k|202297 | 2031k| 0.8 | 166M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
221.50/221.68 c 222s| 2660k|203183 | 2039k| 0.8 | 167M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
222.40/222.53 c 223s| 2670k|204447 | 2047k| 0.8 | 168M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
223.21/223.40 c 223s| 2680k|205015 | 2054k| 0.8 | 168M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
224.10/224.28 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
224.10/224.28 c 224s| 2690k|204849 | 2061k| 0.8 | 168M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
225.00/225.10 c 225s| 2700k|205853 | 2069k| 0.8 | 169M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
225.80/225.95 c 226s| 2710k|205783 | 2076k| 0.8 | 169M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
226.60/226.79 c 227s| 2720k|205953 | 2083k| 0.8 | 169M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
227.41/227.59 c 228s| 2730k|206483 | 2091k| 0.8 | 169M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
228.20/228.38 c 228s| 2740k|207705 | 2099k| 0.8 | 170M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
229.00/229.19 c 229s| 2750k|208759 | 2107k| 0.8 | 170M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
229.80/229.99 c 230s| 2760k|209183 | 2114k| 0.8 | 171M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
230.71/230.80 c 231s| 2770k|209549 | 2121k| 0.8 | 171M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
231.50/231.63 c 232s| 2780k|210167 | 2129k| 0.8 | 171M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
232.31/232.48 c 232s| 2790k|211323 | 2137k| 0.8 | 172M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
233.20/233.32 c 233s| 2800k|211821 | 2145k| 0.8 | 173M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
234.00/234.16 c 234s| 2810k|213125 | 2153k| 0.8 | 174M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
234.90/235.01 c 235s| 2820k|214235 | 2161k| 0.8 | 175M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
235.70/235.85 c 236s| 2830k|214931 | 2168k| 0.8 | 175M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
236.60/236.73 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
236.60/236.73 c 237s| 2840k|214597 | 2175k| 0.8 | 175M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
237.41/237.55 c 238s| 2850k|216061 | 2183k| 0.8 | 176M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
238.20/238.38 c 238s| 2860k|216603 | 2191k| 0.8 | 177M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
239.10/239.21 c 239s| 2870k|216949 | 2198k| 0.8 | 177M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
239.90/240.03 c 240s| 2880k|218015 | 2206k| 0.8 | 178M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
240.70/240.83 c 241s| 2890k|218873 | 2214k| 0.8 | 179M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
241.49/241.62 c 242s| 2900k|218909 | 2221k| 0.8 | 179M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
242.30/242.42 c 242s| 2910k|219759 | 2228k| 0.8 | 179M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
243.10/243.22 c 243s| 2920k|220627 | 2236k| 0.8 | 180M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
243.90/244.00 c 244s| 2930k|221503 | 2244k| 0.8 | 180M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
244.70/244.86 c 245s| 2940k|222653 | 2252k| 0.8 | 181M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
245.60/245.72 c 246s| 2950k|223091 | 2259k| 0.8 | 182M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
246.39/246.51 c 247s| 2960k|223959 | 2267k| 0.8 | 182M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
247.09/247.26 c 247s| 2970k|225071 | 2275k| 0.8 | 183M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
247.89/248.03 c 248s| 2980k|225267 | 2282k| 0.8 | 183M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
248.69/248.85 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
248.69/248.85 c 249s| 2990k|226339 | 2290k| 0.8 | 184M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
249.60/249.71 c 250s| 3000k|226877 | 2297k| 0.8 | 184M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
250.39/250.54 c 251s| 3010k|227911 | 2306k| 0.8 | 185M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
251.19/251.36 c 251s| 3020k|229001 | 2313k| 0.8 | 186M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
252.00/252.18 c 252s| 3030k|229129 | 2320k| 0.8 | 186M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
252.80/252.98 c 253s| 3040k|230255 | 2328k| 0.8 | 187M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
253.69/253.81 c 254s| 3050k|230643 | 2336k| 0.8 | 187M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
254.40/254.59 c 255s| 3060k|231745 | 2344k| 0.8 | 188M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
255.19/255.37 c 255s| 3070k|232875 | 2352k| 0.8 | 189M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
256.00/256.14 c 256s| 3080k|233553 | 2359k| 0.8 | 190M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
256.80/256.92 c 257s| 3090k|234527 | 2367k| 0.8 | 190M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
257.59/257.71 c 258s| 3100k|235929 | 2375k| 0.8 | 191M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
258.41/258.51 c 259s| 3110k|236605 | 2382k| 0.8 | 192M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
259.09/259.28 c 259s| 3120k|236753 | 2390k| 0.8 | 192M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
260.00/260.11 c 260s| 3130k|237413 | 2397k| 0.8 | 192M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
260.80/260.93 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
260.80/260.93 c 261s| 3140k|238099 | 2405k| 0.8 | 193M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
261.60/261.76 c 262s| 3150k|238743 | 2412k| 0.8 | 194M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
262.39/262.58 c 263s| 3160k|240097 | 2421k| 0.8 | 195M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
263.29/263.40 c 263s| 3170k|240905 | 2428k| 0.8 | 195M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
264.10/264.21 c 264s| 3180k|241109 | 2435k| 0.8 | 195M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
264.90/265.06 c 265s| 3190k|241783 | 2443k| 0.8 | 196M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
265.69/265.89 c 266s| 3200k|242473 | 2450k| 0.8 | 196M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
266.59/266.73 c 267s| 3210k|243157 | 2458k| 0.8 | 197M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
267.39/267.58 c 268s| 3220k|243801 | 2466k| 0.8 | 198M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
268.30/268.42 c 268s| 3230k|244481 | 2473k| 0.8 | 198M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
269.09/269.25 c 269s| 3240k|245191 | 2481k| 0.8 | 199M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
269.90/270.06 c 270s| 3250k|245955 | 2488k| 0.8 | 199M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
270.69/270.89 c 271s| 3260k|246713 | 2496k| 0.8 | 200M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
271.50/271.67 c 272s| 3270k|247389 | 2504k| 0.8 | 200M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
272.29/272.46 c 272s| 3280k|248061 | 2511k| 0.8 | 201M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
273.09/273.25 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
273.09/273.25 c 273s| 3290k|248823 | 2519k| 0.8 | 202M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
273.89/274.06 c 274s| 3300k|250283 | 2527k| 0.8 | 203M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
274.69/274.88 c 275s| 3310k|250945 | 2535k| 0.8 | 203M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
275.49/275.68 c 276s| 3320k|251567 | 2542k| 0.8 | 204M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
276.39/276.50 c 276s| 3330k|252057 | 2550k| 0.8 | 204M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
277.19/277.34 c 277s| 3340k|253061 | 2558k| 0.8 | 205M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
278.00/278.19 c 278s| 3350k|253685 | 2565k| 0.8 | 205M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
278.89/279.03 c 279s| 3360k|254529 | 2573k| 0.8 | 206M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
279.69/279.88 c 280s| 3370k|255151 | 2580k| 0.8 | 207M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
280.59/280.71 c 281s| 3380k|255785 | 2588k| 0.8 | 207M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
281.40/281.53 c 282s| 3390k|256291 | 2595k| 0.8 | 207M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
282.19/282.32 c 282s| 3400k|256979 | 2603k| 0.8 | 208M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
282.99/283.12 c 283s| 3410k|257653 | 2610k| 0.8 | 208M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
283.79/283.92 c 284s| 3420k|258233 | 2618k| 0.8 | 209M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
284.59/284.76 c 285s| 3430k|258905 | 2626k| 0.8 | 209M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
285.39/285.58 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
285.39/285.58 c 286s| 3440k|259573 | 2633k| 0.8 | 210M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
286.19/286.39 c 286s| 3450k|260309 | 2641k| 0.8 | 210M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
286.99/287.19 c 287s| 3460k|260975 | 2648k| 0.8 | 211M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
287.79/287.99 c 288s| 3470k|261627 | 2656k| 0.8 | 212M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
288.59/288.79 c 289s| 3480k|262293 | 2663k| 0.8 | 212M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
289.39/289.55 c 290s| 3490k|262975 | 2671k| 0.8 | 213M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
290.19/290.34 c 290s| 3500k|263745 | 2679k| 0.8 | 213M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
290.99/291.15 c 291s| 3510k|264459 | 2686k| 0.8 | 214M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
291.79/291.99 c 292s| 3520k|265143 | 2694k| 0.8 | 214M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
292.68/292.83 c 293s| 3530k|265809 | 2701k| 0.8 | 215M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
293.49/293.62 c 294s| 3540k|266529 | 2709k| 0.8 | 215M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
294.29/294.40 c 294s| 3550k|267219 | 2717k| 0.8 | 216M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
295.08/295.20 c 295s| 3560k|267875 | 2724k| 0.8 | 217M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
295.89/296.01 c 296s| 3570k|268613 | 2732k| 0.8 | 217M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
296.69/296.84 c 297s| 3580k|269303 | 2739k| 0.8 | 218M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
297.48/297.68 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
297.48/297.68 c 298s| 3590k|269941 | 2747k| 0.8 | 218M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
298.28/298.49 c 298s| 3600k|270781 | 2755k| 0.8 | 219M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
299.18/299.31 c 299s| 3610k|271591 | 2762k| 0.8 | 220M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
299.98/300.13 c 300s| 3620k|272129 | 2770k| 0.8 | 220M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
300.79/300.92 c 301s| 3630k|272875 | 2777k| 0.8 | 221M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
301.59/301.70 c 302s| 3640k|273729 | 2785k| 0.8 | 221M| 58 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
302.39/302.51 c 303s| 3650k|274367 | 2793k| 0.8 | 222M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
303.18/303.35 c 303s| 3660k|275033 | 2800k| 0.8 | 222M| 58 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
303.99/304.16 c 304s| 3670k|275687 | 2808k| 0.8 | 223M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
304.78/304.98 c 305s| 3680k|276349 | 2815k| 0.8 | 223M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
305.60/305.77 c 306s| 3690k|277047 | 2823k| 0.8 | 224M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
306.39/306.57 c 307s| 3700k|277807 | 2831k| 0.8 | 225M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
307.19/307.38 c 307s| 3710k|278559 | 2838k| 0.8 | 225M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
307.99/308.19 c 308s| 3720k|279479 | 2846k| 0.8 | 226M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
308.89/309.02 c 309s| 3730k|280123 | 2854k| 0.8 | 226M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
309.68/309.82 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
309.68/309.82 c 310s| 3740k|280693 | 2861k| 0.8 | 227M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
310.38/310.59 c 311s| 3750k|281373 | 2869k| 0.8 | 227M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
311.19/311.39 c 311s| 3760k|282051 | 2876k| 0.8 | 228M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
311.98/312.16 c 312s| 3770k|282715 | 2884k| 0.8 | 228M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
312.79/312.92 c 313s| 3780k|283431 | 2891k| 0.8 | 229M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
313.49/313.69 c 314s| 3790k|284097 | 2899k| 0.8 | 230M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
314.28/314.49 c 314s| 3800k|284877 | 2907k| 0.8 | 230M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
315.19/315.34 c 315s| 3810k|285567 | 2914k| 0.8 | 231M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
315.98/316.18 c 316s| 3820k|286229 | 2922k| 0.8 | 231M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
316.88/317.02 c 317s| 3830k|286905 | 2929k| 0.8 | 232M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
317.69/317.86 c 318s| 3840k|287571 | 2937k| 0.8 | 232M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
318.48/318.67 c 319s| 3850k|288339 | 2945k| 0.8 | 233M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
319.29/319.45 c 319s| 3860k|289875 | 2953k| 0.8 | 234M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
320.09/320.25 c 320s| 3870k|290553 | 2960k| 0.8 | 235M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
320.89/321.04 c 321s| 3880k|290637 | 2968k| 0.8 | 235M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
321.68/321.88 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
321.68/321.88 c 322s| 3890k|291271 | 2975k| 0.8 | 235M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
322.59/322.71 c 323s| 3900k|291963 | 2983k| 0.8 | 236M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
323.38/323.53 c 324s| 3910k|292665 | 2990k| 0.8 | 236M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
324.18/324.37 c 324s| 3920k|293325 | 2998k| 0.8 | 237M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
324.99/325.19 c 325s| 3930k|294019 | 3006k| 0.8 | 237M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
325.78/325.98 c 326s| 3940k|294873 | 3013k| 0.8 | 238M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
326.59/326.76 c 327s| 3950k|296395 | 3022k| 0.8 | 239M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
327.39/327.53 c 328s| 3960k|296967 | 3029k| 0.8 | 240M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
328.18/328.31 c 328s| 3970k|297569 | 3037k| 0.8 | 240M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
328.99/329.13 c 329s| 3980k|298451 | 3044k| 0.8 | 241M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
329.79/329.91 c 330s| 3990k|299457 | 3052k| 0.8 | 242M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
330.48/330.69 c 331s| 4000k|299409 | 3059k| 0.8 | 242M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
331.39/331.52 c 332s| 4010k|300965 | 3068k| 0.8 | 243M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
332.18/332.37 c 332s| 4020k|301537 | 3075k| 0.8 | 244M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
332.98/333.20 c 333s| 4030k|301939 | 3082k| 0.8 | 244M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
333.88/334.05 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
333.88/334.05 c 334s| 4040k|302575 | 3090k| 0.8 | 244M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
334.68/334.88 c 335s| 4050k|303363 | 3097k| 0.8 | 245M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
335.49/335.69 c 336s| 4060k|304513 | 3105k| 0.8 | 246M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
336.38/336.53 c 337s| 4070k|304707 | 3113k| 0.8 | 246M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
337.18/337.35 c 337s| 4080k|305979 | 3121k| 0.8 | 247M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
337.98/338.16 c 338s| 4090k|306821 | 3128k| 0.8 | 248M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
338.78/338.97 c 339s| 4100k|306975 | 3136k| 0.8 | 248M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
339.58/339.79 c 340s| 4110k|308221 | 3144k| 0.8 | 249M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
340.38/340.59 c 341s| 4120k|309137 | 3151k| 0.8 | 249M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
341.18/341.38 c 341s| 4130k|309571 | 3159k| 0.8 | 250M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
341.98/342.19 c 342s| 4140k|309943 | 3166k| 0.8 | 250M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
342.87/343.05 c 343s| 4150k|310619 | 3174k| 0.8 | 250M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
343.68/343.89 c 344s| 4160k|311277 | 3181k| 0.8 | 251M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
344.58/344.74 c 345s| 4170k|311953 | 3189k| 0.8 | 252M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
345.37/345.58 c 346s| 4180k|312623 | 3196k| 0.8 | 252M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
346.28/346.42 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
346.28/346.42 c 346s| 4190k|313301 | 3204k| 0.8 | 253M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
347.07/347.22 c 347s| 4200k|314117 | 3212k| 0.8 | 253M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
347.88/348.03 c 348s| 4210k|314923 | 3219k| 0.8 | 254M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
348.68/348.84 c 349s| 4220k|315497 | 3227k| 0.8 | 254M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
349.47/349.63 c 350s| 4230k|316159 | 3234k| 0.8 | 255M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
350.28/350.42 c 350s| 4240k|316783 | 3242k| 0.8 | 255M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
351.08/351.21 c 351s| 4250k|317455 | 3249k| 0.8 | 256M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
351.78/351.95 c 352s| 4260k|318217 | 3257k| 0.8 | 257M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
352.57/352.74 c 353s| 4270k|318945 | 3265k| 0.8 | 257M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
353.37/353.54 c 354s| 4280k|319649 | 3272k| 0.8 | 258M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
354.18/354.35 c 354s| 4290k|320377 | 3280k| 0.8 | 258M| 59 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
354.98/355.14 c 355s| 4300k|321059 | 3287k| 0.8 | 259M| 59 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
355.78/355.91 c 356s| 4310k|321779 | 3295k| 0.8 | 259M| 60 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
356.47/356.66 c 357s| 4320k|322667 | 3303k| 0.8 | 260M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
357.29/357.43 c 357s| 4330k|323447 | 3310k| 0.8 | 261M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
358.08/358.22 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
358.08/358.22 c 358s| 4340k|324129 | 3318k| 0.8 | 261M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
358.88/359.05 c 359s| 4350k|324771 | 3325k| 0.8 | 262M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
359.68/359.89 c 360s| 4360k|325461 | 3333k| 0.8 | 262M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
360.58/360.72 c 361s| 4370k|326141 | 3341k| 0.8 | 263M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
361.38/361.58 c 362s| 4380k|326839 | 3348k| 0.8 | 263M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
362.27/362.41 c 362s| 4390k|327501 | 3356k| 0.8 | 264M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
363.07/363.23 c 363s| 4400k|328161 | 3363k| 0.8 | 264M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
363.88/364.04 c 364s| 4410k|328819 | 3371k| 0.8 | 265M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
364.67/364.81 c 365s| 4420k|329651 | 3379k| 0.8 | 266M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
365.47/365.62 c 366s| 4430k|330379 | 3386k| 0.8 | 266M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
366.27/366.40 c 366s| 4440k|331093 | 3394k| 0.8 | 267M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
366.97/367.20 c 367s| 4450k|331733 | 3401k| 0.8 | 267M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
367.88/368.02 c 368s| 4460k|332589 | 3409k| 0.8 | 268M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
368.68/368.83 c 369s| 4470k|333965 | 3417k| 0.8 | 269M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
369.48/369.65 c 370s| 4480k|334605 | 3425k| 0.8 | 269M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
370.27/370.48 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
370.27/370.48 c 370s| 4490k|334867 | 3432k| 0.8 | 270M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
371.07/371.26 c 371s| 4500k|335459 | 3440k| 0.8 | 270M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
371.87/372.07 c 372s| 4510k|336245 | 3447k| 0.8 | 271M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
372.78/372.93 c 373s| 4520k|336867 | 3455k| 0.8 | 271M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
373.68/373.81 c 374s| 4530k|337561 | 3463k| 0.8 | 272M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
374.47/374.70 c 375s| 4540k|338191 | 3470k| 0.8 | 272M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
375.37/375.58 c 376s| 4550k|338843 | 3478k| 0.8 | 273M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
376.27/376.43 c 376s| 4560k|339515 | 3485k| 0.8 | 273M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
377.07/377.27 c 377s| 4570k|340191 | 3493k| 0.8 | 274M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
377.87/378.07 c 378s| 4580k|341041 | 3500k| 0.8 | 275M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
378.77/378.94 c 379s| 4590k|341701 | 3508k| 0.8 | 275M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
379.57/379.78 c 380s| 4600k|342287 | 3516k| 0.8 | 275M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
380.48/380.62 c 381s| 4610k|343227 | 3523k| 0.8 | 276M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
381.27/381.47 c 381s| 4620k|344085 | 3531k| 0.8 | 277M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
382.18/382.31 c 382s| 4630k|344951 | 3539k| 0.8 | 278M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
382.97/383.15 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
382.97/383.15 c 383s| 4640k|345391 | 3546k| 0.8 | 278M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
383.78/383.96 c 384s| 4650k|345957 | 3554k| 0.8 | 278M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
384.57/384.79 c 385s| 4660k|346859 | 3562k| 0.8 | 279M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
385.47/385.63 c 386s| 4670k|347397 | 3569k| 0.8 | 280M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
386.27/386.46 c 386s| 4680k|348321 | 3577k| 0.8 | 280M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
387.17/387.33 c 387s| 4690k|349033 | 3585k| 0.8 | 281M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
387.98/388.17 c 388s| 4700k|350133 | 3592k| 0.8 | 282M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
388.77/388.99 c 389s| 4710k|350769 | 3600k| 0.8 | 282M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
389.67/389.80 c 390s| 4720k|351019 | 3607k| 0.8 | 283M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
390.47/390.61 c 391s| 4730k|351715 | 3615k| 0.8 | 283M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
391.27/391.43 c 391s| 4740k|352369 | 3622k| 0.8 | 284M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
392.07/392.24 c 392s| 4750k|353031 | 3630k| 0.8 | 284M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
392.87/393.03 c 393s| 4760k|353781 | 3638k| 0.8 | 285M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
393.67/393.85 c 394s| 4770k|354755 | 3645k| 0.8 | 285M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
394.47/394.67 c 395s| 4780k|355863 | 3654k| 0.8 | 286M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
395.27/395.48 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
395.27/395.48 c 395s| 4790k|356497 | 3661k| 0.8 | 287M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
396.07/396.24 c 396s| 4800k|357227 | 3669k| 0.8 | 288M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
396.87/397.01 c 397s| 4810k|357467 | 3676k| 0.8 | 288M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
397.67/397.82 c 398s| 4820k|358789 | 3684k| 0.8 | 289M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
398.47/398.62 c 399s| 4830k|359849 | 3692k| 0.8 | 290M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
399.27/399.41 c 399s| 4840k|360611 | 3699k| 0.8 | 290M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
399.97/400.16 c 400s| 4850k|361631 | 3707k| 0.8 | 291M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
400.77/400.96 c 401s| 4860k|362489 | 3715k| 0.8 | 292M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
401.56/401.75 c 402s| 4870k|362135 | 3722k| 0.8 | 291M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
402.38/402.55 c 403s| 4880k|362729 | 3729k| 0.8 | 292M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
403.17/403.35 c 403s| 4890k|363373 | 3737k| 0.8 | 292M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
403.97/404.14 c 404s| 4900k|364083 | 3744k| 0.8 | 293M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
404.76/404.95 c 405s| 4910k|364755 | 3752k| 0.8 | 293M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
405.57/405.75 c 406s| 4920k|365439 | 3760k| 0.8 | 294M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
406.37/406.54 c 407s| 4930k|366173 | 3767k| 0.8 | 294M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
407.17/407.33 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
407.17/407.33 c 407s| 4940k|366801 | 3775k| 0.8 | 295M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
407.97/408.13 c 408s| 4950k|367451 | 3782k| 0.8 | 295M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
408.77/408.94 c 409s| 4960k|368529 | 3790k| 0.8 | 296M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
409.57/409.77 c 410s| 4970k|369589 | 3798k| 0.8 | 297M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
410.46/410.62 c 411s| 4980k|369571 | 3805k| 0.8 | 297M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
411.28/411.41 c 411s| 4990k|370273 | 3813k| 0.8 | 297M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
412.06/412.20 c 412s| 5000k|370975 | 3820k| 0.8 | 298M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
412.86/413.00 c 413s| 5010k|371709 | 3828k| 0.8 | 298M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
413.67/413.80 c 414s| 5020k|372391 | 3835k| 0.8 | 299M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
414.37/414.59 c 415s| 5030k|373171 | 3843k| 0.8 | 299M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
415.17/415.36 c 415s| 5040k|373995 | 3850k| 0.8 | 300M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
415.97/416.15 c 416s| 5050k|374653 | 3858k| 0.8 | 300M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
416.77/416.95 c 417s| 5060k|375409 | 3865k| 0.8 | 301M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
417.57/417.74 c 418s| 5070k|376123 | 3873k| 0.8 | 301M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
418.37/418.53 c 419s| 5080k|376857 | 3880k| 0.8 | 302M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
419.16/419.32 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
419.16/419.32 c 419s| 5090k|377607 | 3888k| 0.8 | 302M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
419.97/420.10 c 420s| 5100k|378469 | 3895k| 0.8 | 302M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
420.67/420.87 c 421s| 5110k|379441 | 3903k| 0.8 | 303M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
421.46/421.65 c 422s| 5120k|380385 | 3911k| 0.8 | 304M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
422.27/422.44 c 422s| 5130k|381205 | 3918k| 0.8 | 304M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
423.07/423.23 c 423s| 5140k|381951 | 3926k| 0.8 | 305M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
423.87/424.00 c 424s| 5150k|382921 | 3933k| 0.8 | 305M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
424.57/424.76 c 425s| 5160k|383973 | 3941k| 0.8 | 306M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
425.36/425.59 c 426s| 5170k|384687 | 3949k| 0.8 | 306M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
426.16/426.37 c 426s| 5180k|385817 | 3956k| 0.8 | 307M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
426.97/427.14 c 427s| 5190k|386939 | 3964k| 0.8 | 308M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
427.77/427.90 c 428s| 5200k|388041 | 3972k| 0.8 | 308M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
428.46/428.67 c 429s| 5210k|389113 | 3979k| 0.8 | 309M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
429.26/429.44 c 429s| 5220k|390185 | 3987k| 0.8 | 309M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
430.06/430.20 c 430s| 5230k|391345 | 3995k| 0.8 | 310M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
430.76/430.97 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
430.76/430.97 c 431s| 5240k|392307 | 4002k| 0.8 | 311M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
431.56/431.75 c 432s| 5250k|393547 | 4010k| 0.8 | 311M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
432.36/432.56 c 433s| 5260k|394241 | 4018k| 0.8 | 312M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
433.16/433.35 c 433s| 5270k|394739 | 4025k| 0.8 | 312M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
433.96/434.12 c 434s| 5280k|395729 | 4033k| 0.8 | 313M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
434.76/434.91 c 435s| 5290k|396637 | 4040k| 0.8 | 313M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
435.47/435.70 c 436s| 5300k|397507 | 4048k| 0.8 | 314M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
436.36/436.50 c 436s| 5310k|398255 | 4056k| 0.8 | 314M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
437.06/437.29 c 437s| 5320k|399109 | 4063k| 0.8 | 315M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
437.95/438.13 c 438s| 5330k|399829 | 4071k| 0.8 | 316M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
438.76/438.93 c 439s| 5340k|400589 | 4078k| 0.8 | 316M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
439.56/439.74 c 440s| 5350k|401273 | 4086k| 0.8 | 317M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
440.36/440.58 c 441s| 5360k|402031 | 4094k| 0.8 | 317M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
441.25/441.43 c 441s| 5370k|402777 | 4101k| 0.8 | 318M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
442.06/442.27 c 442s| 5380k|403551 | 4109k| 0.8 | 318M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
442.96/443.11 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
442.96/443.11 c 443s| 5390k|404261 | 4116k| 0.8 | 319M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
443.75/443.92 c 444s| 5400k|405077 | 4124k| 0.8 | 319M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
444.56/444.77 c 445s| 5410k|405753 | 4132k| 0.8 | 320M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
445.36/445.59 c 446s| 5420k|406587 | 4139k| 0.8 | 320M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
446.15/446.39 c 446s| 5430k|407265 | 4147k| 0.8 | 321M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
447.06/447.21 c 447s| 5440k|408125 | 4154k| 0.8 | 322M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
447.86/448.09 c 448s| 5450k|408767 | 4162k| 0.8 | 322M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
448.75/448.91 c 449s| 5460k|409551 | 4170k| 0.8 | 323M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
449.56/449.73 c 450s| 5470k|410251 | 4177k| 0.8 | 323M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
450.35/450.57 c 451s| 5480k|410957 | 4185k| 0.8 | 324M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
451.25/451.43 c 451s| 5490k|411643 | 4192k| 0.8 | 324M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
452.05/452.24 c 452s| 5500k|412283 | 4200k| 0.8 | 325M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
452.86/453.07 c 453s| 5510k|413123 | 4208k| 0.8 | 325M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
453.75/453.91 c 454s| 5520k|413769 | 4215k| 0.8 | 326M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
454.55/454.72 c 455s| 5530k|414439 | 4223k| 0.8 | 326M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
455.35/455.51 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
455.35/455.51 c 456s| 5540k|415275 | 4230k| 0.8 | 327M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
456.16/456.32 c 456s| 5550k|416053 | 4238k| 0.8 | 327M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
456.95/457.14 c 457s| 5560k|416755 | 4245k| 0.8 | 328M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
457.75/457.95 c 458s| 5570k|417585 | 4253k| 0.8 | 328M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
458.56/458.75 c 459s| 5580k|418317 | 4261k| 0.8 | 329M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
459.35/459.56 c 460s| 5590k|419059 | 4268k| 0.8 | 329M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
460.15/460.36 c 460s| 5600k|419861 | 4276k| 0.8 | 330M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
460.95/461.13 c 461s| 5610k|420713 | 4283k| 0.8 | 330M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
461.75/461.90 c 462s| 5620k|421563 | 4291k| 0.8 | 331M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
462.55/462.76 c 463s| 5630k|422247 | 4298k| 0.8 | 332M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
463.35/463.58 c 464s| 5640k|423093 | 4306k| 0.8 | 332M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
464.15/464.37 c 464s| 5650k|424091 | 4314k| 0.8 | 333M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
464.95/465.19 c 465s| 5660k|424971 | 4321k| 0.8 | 333M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
465.75/465.98 c 466s| 5670k|425787 | 4329k| 0.8 | 334M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
466.65/466.81 c 467s| 5680k|426569 | 4337k| 0.8 | 334M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
467.44/467.61 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
467.44/467.61 c 468s| 5690k|427431 | 4344k| 0.8 | 335M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
468.24/468.48 c 468s| 5700k|428113 | 4352k| 0.8 | 336M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
469.14/469.30 c 469s| 5710k|428943 | 4360k| 0.8 | 336M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
469.95/470.12 c 470s| 5720k|429847 | 4367k| 0.8 | 337M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
470.74/470.97 c 471s| 5730k|430553 | 4375k| 0.8 | 337M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
471.54/471.76 c 472s| 5740k|431441 | 4382k| 0.8 | 338M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
472.45/472.61 c 473s| 5750k|432221 | 4390k| 0.8 | 338M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
473.25/473.47 c 473s| 5760k|432911 | 4398k| 0.8 | 339M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
474.04/474.26 c 474s| 5770k|433911 | 4405k| 0.8 | 340M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
474.84/475.07 c 475s| 5780k|434871 | 4413k| 0.8 | 340M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
475.74/475.94 c 476s| 5790k|435553 | 4420k| 0.8 | 341M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
476.54/476.76 c 477s| 5800k|436389 | 4428k| 0.8 | 341M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
477.34/477.58 c 478s| 5810k|437219 | 4436k| 0.8 | 342M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
478.14/478.35 c 478s| 5820k|438067 | 4443k| 0.8 | 342M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
479.04/479.20 c 479s| 5830k|438783 | 4451k| 0.8 | 343M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
479.84/480.00 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
479.84/480.00 c 480s| 5840k|439575 | 4459k| 0.8 | 344M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
480.64/480.85 c 481s| 5850k|440295 | 4466k| 0.8 | 344M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
481.44/481.70 c 482s| 5860k|441023 | 4474k| 0.8 | 345M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
482.34/482.50 c 482s| 5870k|442011 | 4482k| 0.8 | 345M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
483.14/483.33 c 483s| 5880k|442745 | 4489k| 0.8 | 346M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
483.94/484.15 c 484s| 5890k|443593 | 4497k| 0.8 | 346M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
484.84/485.01 c 485s| 5900k|444291 | 4504k| 0.8 | 347M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
485.64/485.85 c 486s| 5910k|445091 | 4512k| 0.8 | 347M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
486.54/486.71 c 487s| 5920k|445781 | 4519k| 0.8 | 348M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
487.34/487.55 c 488s| 5930k|446589 | 4527k| 0.8 | 349M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
488.14/488.39 c 488s| 5940k|447573 | 4535k| 0.8 | 349M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
489.04/489.23 c 489s| 5950k|448101 | 4542k| 0.8 | 350M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
489.84/490.07 c 490s| 5960k|448967 | 4550k| 0.8 | 350M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
490.63/490.89 c 491s| 5970k|449811 | 4558k| 0.8 | 351M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
491.54/491.76 c 492s| 5980k|450495 | 4565k| 0.8 | 351M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
492.34/492.58 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
492.34/492.58 c 493s| 5990k|451311 | 4573k| 0.8 | 352M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
493.24/493.40 c 493s| 6000k|452131 | 4581k| 0.8 | 353M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
493.94/494.19 c 494s| 6010k|452967 | 4588k| 0.8 | 353M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
494.84/495.02 c 495s| 6020k|453865 | 4596k| 0.8 | 354M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
495.63/495.80 c 496s| 6030k|454755 | 4603k| 0.8 | 354M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
496.43/496.66 c 497s| 6040k|455553 | 4611k| 0.8 | 355M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
497.24/497.49 c 497s| 6050k|456317 | 4619k| 0.8 | 356M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
498.14/498.35 c 498s| 6060k|456967 | 4626k| 0.8 | 356M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
498.93/499.19 c 499s| 6070k|457711 | 4634k| 0.8 | 357M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
499.84/500.03 c 500s| 6080k|458505 | 4642k| 0.8 | 357M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
500.64/500.86 c 501s| 6090k|459201 | 4649k| 0.8 | 358M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
501.44/501.65 c 502s| 6100k|460213 | 4657k| 0.8 | 358M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
502.24/502.47 c 502s| 6110k|461285 | 4665k| 0.8 | 359M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
503.14/503.31 c 503s| 6120k|461797 | 4672k| 0.8 | 360M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
503.94/504.11 c 504s| 6130k|462663 | 4680k| 0.8 | 360M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
504.75/504.94 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
504.75/504.94 c 505s| 6140k|463467 | 4687k| 0.8 | 361M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
505.53/505.77 c 506s| 6150k|464251 | 4695k| 0.8 | 361M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
506.34/506.58 c 507s| 6160k|465025 | 4703k| 0.8 | 362M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
507.13/507.35 c 507s| 6170k|465943 | 4710k| 0.8 | 362M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
507.94/508.17 c 508s| 6180k|467023 | 4718k| 0.8 | 363M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
508.84/509.03 c 509s| 6190k|467523 | 4726k| 0.8 | 364M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
509.64/509.85 c 510s| 6200k|468577 | 4733k| 0.8 | 364M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
510.44/510.69 c 511s| 6210k|469111 | 4741k| 0.8 | 365M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
511.24/511.48 c 511s| 6220k|470035 | 4748k| 0.8 | 365M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
512.13/512.34 c 512s| 6230k|470813 | 4756k| 0.8 | 366M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
512.93/513.17 c 513s| 6240k|471657 | 4764k| 0.8 | 367M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
513.84/514.01 c 514s| 6250k|472551 | 4772k| 0.8 | 367M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
514.64/514.87 c 515s| 6260k|473093 | 4779k| 0.8 | 368M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
515.44/515.67 c 516s| 6270k|474067 | 4787k| 0.8 | 368M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
516.23/516.47 c 516s| 6280k|475109 | 4794k| 0.8 | 369M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
517.04/517.29 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
517.04/517.29 c 517s| 6290k|476043 | 4802k| 0.8 | 370M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
517.94/518.10 c 518s| 6300k|476999 | 4810k| 0.8 | 370M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
518.73/518.90 c 519s| 6310k|477445 | 4817k| 0.8 | 371M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
519.44/519.69 c 520s| 6320k|478579 | 4825k| 0.8 | 371M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
520.34/520.51 c 521s| 6330k|479101 | 4833k| 0.8 | 372M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
521.13/521.31 c 521s| 6340k|479923 | 4840k| 0.8 | 372M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
521.93/522.14 c 522s| 6350k|480951 | 4848k| 0.8 | 373M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
522.73/522.96 c 523s| 6360k|481541 | 4856k| 0.8 | 374M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
523.53/523.79 c 524s| 6370k|482681 | 4863k| 0.8 | 374M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
524.44/524.63 c 525s| 6380k|483225 | 4871k| 0.8 | 375M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
525.23/525.44 c 525s| 6390k|484207 | 4879k| 0.8 | 376M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
526.03/526.23 c 526s| 6400k|485109 | 4886k| 0.8 | 376M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
526.83/527.04 c 527s| 6410k|485879 | 4894k| 0.8 | 377M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
527.63/527.87 c 528s| 6420k|487071 | 4902k| 0.8 | 377M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
528.53/528.70 c 529s| 6430k|487889 | 4909k| 0.8 | 378M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
529.33/529.50 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
529.33/529.50 c 529s| 6440k|488707 | 4917k| 0.8 | 378M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
530.03/530.28 c 530s| 6450k|489747 | 4925k| 0.8 | 379M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
530.93/531.10 c 531s| 6460k|490489 | 4932k| 0.8 | 380M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
531.73/531.90 c 532s| 6470k|491317 | 4940k| 0.8 | 380M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
532.53/532.71 c 533s| 6480k|492241 | 4947k| 0.8 | 381M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
533.34/533.53 c 534s| 6490k|493081 | 4955k| 0.8 | 381M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
534.13/534.33 c 534s| 6500k|493901 | 4963k| 0.8 | 382M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
534.93/535.14 c 535s| 6510k|494791 | 4970k| 0.8 | 382M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
535.73/535.92 c 536s| 6520k|495799 | 4978k| 0.8 | 383M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
536.54/536.73 c 537s| 6530k|496721 | 4986k| 0.8 | 384M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
537.33/537.54 c 538s| 6540k|497619 | 4993k| 0.8 | 384M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
538.13/538.35 c 538s| 6550k|498683 | 5001k| 0.8 | 385M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
539.02/539.20 c 539s| 6560k|499519 | 5009k| 0.8 | 385M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
539.84/540.01 c 540s| 6570k|500431 | 5016k| 0.8 | 386M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
540.63/540.82 c 541s| 6580k|501307 | 5024k| 0.8 | 386M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
541.43/541.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
541.43/541.64 c 542s| 6590k|502235 | 5032k| 0.8 | 387M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
542.22/542.44 c 542s| 6600k|503223 | 5039k| 0.8 | 388M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
543.03/543.24 c 543s| 6610k|504185 | 5047k| 0.8 | 388M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
543.83/544.05 c 544s| 6620k|505017 | 5055k| 0.8 | 389M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
544.63/544.85 c 545s| 6630k|506041 | 5062k| 0.8 | 389M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
545.43/545.65 c 546s| 6640k|506985 | 5070k| 0.8 | 390M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
546.22/546.45 c 546s| 6650k|508121 | 5078k| 0.8 | 391M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
547.03/547.27 c 547s| 6660k|509235 | 5086k| 0.8 | 391M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
547.83/548.09 c 548s| 6670k|510027 | 5093k| 0.8 | 392M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
548.63/548.88 c 549s| 6680k|511223 | 5101k| 0.8 | 392M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
549.43/549.68 c 550s| 6690k|512291 | 5109k| 0.8 | 393M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
550.23/550.48 c 550s| 6700k|513297 | 5116k| 0.8 | 394M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
551.03/551.27 c 551s| 6710k|514463 | 5124k| 0.8 | 394M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
551.82/552.08 c 552s| 6720k|515425 | 5132k| 0.8 | 395M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
552.72/552.92 c 553s| 6730k|516231 | 5140k| 0.8 | 396M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
553.52/553.74 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
553.52/553.74 c 554s| 6740k|517055 | 5147k| 0.8 | 396M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
554.32/554.54 c 555s| 6750k|517949 | 5155k| 0.8 | 397M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
555.13/555.31 c 555s| 6760k|519307 | 5163k| 0.8 | 397M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
555.92/556.14 c 556s| 6770k|520303 | 5170k| 0.8 | 398M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
556.72/556.96 c 557s| 6780k|521207 | 5178k| 0.8 | 399M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
557.53/557.77 c 558s| 6790k|522195 | 5186k| 0.8 | 399M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
558.33/558.55 c 559s| 6800k|523409 | 5194k| 0.8 | 400M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
559.12/559.37 c 559s| 6810k|524397 | 5201k| 0.8 | 401M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
559.92/560.16 c 560s| 6820k|525625 | 5209k| 0.8 | 401M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
560.73/560.94 c 561s| 6830k|526909 | 5217k| 0.8 | 402M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
561.53/561.79 c 562s| 6840k|527715 | 5225k| 0.8 | 402M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
562.32/562.59 c 563s| 6850k|528755 | 5232k| 0.8 | 403M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
563.23/563.40 c 563s| 6860k|529793 | 5240k| 0.8 | 404M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
563.92/564.20 c 564s| 6870k|530925 | 5248k| 0.8 | 404M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
564.83/565.03 c 565s| 6880k|531839 | 5255k| 0.8 | 405M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
565.62/565.84 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
565.62/565.84 c 566s| 6890k|532835 | 5263k| 0.8 | 406M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
566.42/566.66 c 567s| 6900k|533955 | 5271k| 0.8 | 406M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
567.22/567.49 c 567s| 6910k|534891 | 5279k| 0.8 | 407M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
568.03/568.28 c 568s| 6920k|536179 | 5287k| 0.8 | 407M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
568.82/569.05 c 569s| 6930k|537649 | 5295k| 0.8 | 408M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
569.63/569.84 c 570s| 6940k|538997 | 5302k| 0.8 | 409M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
570.42/570.63 c 571s| 6950k|540133 | 5310k| 0.8 | 410M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
571.22/571.42 c 571s| 6960k|541451 | 5318k| 0.8 | 410M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
572.02/572.20 c 572s| 6970k|542805 | 5326k| 0.8 | 411M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
572.72/573.00 c 573s| 6980k|543947 | 5334k| 0.8 | 412M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
573.53/573.76 c 574s| 6990k|545265 | 5342k| 0.8 | 412M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
574.32/574.54 c 575s| 7000k|546701 | 5350k| 0.8 | 413M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
575.13/575.33 c 575s| 7010k|547941 | 5358k| 0.8 | 414M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
575.92/576.12 c 576s| 7020k|549141 | 5365k| 0.8 | 414M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
576.72/576.91 c 577s| 7030k|550311 | 5373k| 0.8 | 415M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
577.52/577.73 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
577.52/577.73 c 578s| 7040k|551331 | 5381k| 0.8 | 416M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
578.33/578.51 c 579s| 7050k|552585 | 5389k| 0.8 | 416M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
579.02/579.29 c 579s| 7060k|554029 | 5397k| 0.8 | 417M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
579.82/580.06 c 580s| 7070k|555291 | 5405k| 0.8 | 418M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
580.63/580.86 c 581s| 7080k|556667 | 5412k| 0.8 | 419M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
581.42/581.65 c 582s| 7090k|557973 | 5420k| 0.8 | 419M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
582.22/582.44 c 582s| 7100k|559179 | 5428k| 0.8 | 420M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
583.02/583.22 c 583s| 7110k|560487 | 5436k| 0.8 | 421M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
583.72/583.98 c 584s| 7120k|561929 | 5444k| 0.8 | 422M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
584.52/584.78 c 585s| 7130k|563101 | 5452k| 0.8 | 422M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
585.32/585.58 c 586s| 7140k|564331 | 5460k| 0.8 | 423M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
586.12/586.38 c 586s| 7150k|565497 | 5467k| 0.8 | 423M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
586.92/587.17 c 587s| 7160k|566671 | 5475k| 0.8 | 424M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
587.72/587.95 c 588s| 7170k|568073 | 5483k| 0.8 | 425M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
588.52/588.73 c 589s| 7180k|569427 | 5491k| 0.8 | 426M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
589.32/589.53 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
589.32/589.53 c 590s| 7190k|570439 | 5499k| 0.8 | 426M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
590.12/590.35 c 590s| 7200k|571507 | 5506k| 0.8 | 427M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
590.92/591.19 c 591s| 7210k|572231 | 5514k| 0.8 | 427M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
591.72/591.96 c 592s| 7220k|573223 | 5522k| 0.8 | 428M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
592.52/592.75 c 593s| 7230k|574437 | 5530k| 0.8 | 429M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
593.32/593.55 c 594s| 7240k|575549 | 5537k| 0.8 | 429M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
594.12/594.33 c 594s| 7250k|576849 | 5545k| 0.8 | 430M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
594.92/595.10 c 595s| 7260k|578171 | 5553k| 0.8 | 431M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
595.62/595.89 c 596s| 7270k|579419 | 5561k| 0.8 | 431M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
596.41/596.66 c 597s| 7280k|580787 | 5569k| 0.8 | 432M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
597.22/597.46 c 597s| 7290k|581911 | 5577k| 0.8 | 433M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
598.02/598.25 c 598s| 7300k|583059 | 5584k| 0.8 | 433M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
598.82/599.04 c 599s| 7310k|584233 | 5592k| 0.8 | 434M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
599.62/599.85 c 600s| 7320k|585199 | 5600k| 0.8 | 435M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
600.42/600.66 c 601s| 7330k|586305 | 5608k| 0.8 | 435M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
601.21/601.49 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
601.21/601.49 c 601s| 7340k|587329 | 5615k| 0.8 | 436M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
602.12/602.34 c 602s| 7350k|588275 | 5623k| 0.8 | 437M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
602.91/603.14 c 603s| 7360k|589303 | 5631k| 0.8 | 437M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
603.72/603.95 c 604s| 7370k|590457 | 5639k| 0.8 | 438M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
604.51/604.75 c 605s| 7380k|591605 | 5646k| 0.8 | 439M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
605.41/605.60 c 606s| 7390k|592473 | 5654k| 0.8 | 439M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
606.21/606.40 c 606s| 7400k|593671 | 5662k| 0.8 | 440M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
606.92/607.18 c 607s| 7410k|594843 | 5670k| 0.8 | 441M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
607.71/607.98 c 608s| 7420k|595925 | 5677k| 0.8 | 441M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
608.51/608.79 c 609s| 7430k|597011 | 5685k| 0.8 | 442M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
609.41/609.62 c 610s| 7440k|597747 | 5693k| 0.8 | 442M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
610.22/610.43 c 610s| 7450k|598509 | 5700k| 0.8 | 443M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
611.01/611.20 c 611s| 7460k|599335 | 5708k| 0.8 | 443M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
611.72/611.95 c 612s| 7470k|600335 | 5716k| 0.8 | 444M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
612.52/612.71 c 613s| 7480k|601671 | 5723k| 0.8 | 445M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
613.31/613.51 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
613.31/613.51 c 614s| 7490k|602813 | 5731k| 0.8 | 445M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
614.11/614.33 c 614s| 7500k|603971 | 5739k| 0.8 | 446M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
614.92/615.16 c 615s| 7510k|604713 | 5747k| 0.8 | 447M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
615.71/615.95 c 616s| 7520k|605789 | 5754k| 0.8 | 447M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
616.51/616.76 c 617s| 7530k|606903 | 5762k| 0.8 | 448M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
617.31/617.58 c 618s| 7540k|607897 | 5770k| 0.8 | 449M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
618.11/618.36 c 618s| 7550k|609201 | 5778k| 0.8 | 449M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
618.91/619.15 c 619s| 7560k|610437 | 5785k| 0.8 | 450M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
619.71/619.97 c 620s| 7570k|611463 | 5793k| 0.8 | 451M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
620.51/620.76 c 621s| 7580k|612535 | 5801k| 0.8 | 451M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
621.31/621.57 c 622s| 7590k|613655 | 5809k| 0.8 | 452M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
622.11/622.38 c 622s| 7600k|614723 | 5816k| 0.8 | 452M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
622.92/623.17 c 623s| 7610k|615947 | 5824k| 0.8 | 453M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
623.81/624.03 c 624s| 7620k|616799 | 5832k| 0.8 | 454M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
624.62/624.84 c 625s| 7630k|617879 | 5840k| 0.8 | 454M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
625.41/625.63 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
625.41/625.63 c 626s| 7640k|619087 | 5847k| 0.8 | 455M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
626.21/626.42 c 626s| 7650k|620511 | 5855k| 0.8 | 456M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
627.01/627.23 c 627s| 7660k|621799 | 5863k| 0.8 | 456M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
627.81/628.08 c 628s| 7670k|622617 | 5871k| 0.8 | 457M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
628.61/628.89 c 629s| 7680k|623601 | 5878k| 0.8 | 458M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
629.41/629.69 c 630s| 7690k|624817 | 5886k| 0.8 | 458M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
630.21/630.48 c 630s| 7700k|626037 | 5894k| 0.8 | 459M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
631.01/631.26 c 631s| 7710k|627385 | 5902k| 0.8 | 460M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
631.81/632.09 c 632s| 7720k|628455 | 5910k| 0.8 | 460M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
632.61/632.87 c 633s| 7730k|629709 | 5917k| 0.8 | 461M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
633.42/633.67 c 634s| 7740k|630973 | 5925k| 0.8 | 462M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
634.21/634.46 c 634s| 7750k|632243 | 5933k| 0.8 | 462M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
635.01/635.27 c 635s| 7760k|633293 | 5941k| 0.8 | 463M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
635.81/636.06 c 636s| 7770k|634513 | 5949k| 0.8 | 464M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
636.62/636.86 c 637s| 7780k|635573 | 5956k| 0.8 | 464M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
637.41/637.66 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
637.41/637.66 c 638s| 7790k|636759 | 5964k| 0.8 | 465M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
638.20/638.47 c 638s| 7800k|637923 | 5972k| 0.8 | 466M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
639.01/639.27 c 639s| 7810k|639123 | 5980k| 0.8 | 466M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
639.81/640.07 c 640s| 7820k|640281 | 5987k| 0.8 | 467M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
640.60/640.88 c 641s| 7830k|641403 | 5995k| 0.8 | 468M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
641.40/641.69 c 642s| 7840k|642505 | 6003k| 0.8 | 468M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
642.21/642.49 c 642s| 7850k|643861 | 6011k| 0.8 | 469M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
643.11/643.30 c 643s| 7860k|644889 | 6019k| 0.8 | 470M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
643.90/644.10 c 644s| 7870k|646171 | 6027k| 0.8 | 470M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
644.70/644.91 c 645s| 7880k|647233 | 6034k| 0.8 | 471M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
645.41/645.70 c 646s| 7890k|648335 | 6042k| 0.8 | 471M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
646.31/646.52 c 647s| 7900k|649493 | 6050k| 0.8 | 472M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
647.11/647.31 c 647s| 7910k|650633 | 6058k| 0.8 | 473M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
647.90/648.11 c 648s| 7920k|651905 | 6065k| 0.8 | 473M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
648.71/648.92 c 649s| 7930k|653109 | 6073k| 0.8 | 474M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
649.50/649.71 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
649.50/649.71 c 650s| 7940k|654313 | 6081k| 0.8 | 475M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
650.31/650.57 c 651s| 7950k|655017 | 6089k| 0.8 | 475M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
651.10/651.35 c 651s| 7960k|656011 | 6096k| 0.8 | 476M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
651.90/652.14 c 652s| 7970k|657195 | 6104k| 0.8 | 477M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
652.70/652.94 c 653s| 7980k|658239 | 6112k| 0.8 | 477M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
653.50/653.75 c 654s| 7990k|659471 | 6120k| 0.8 | 478M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
654.30/654.56 c 655s| 8000k|660497 | 6127k| 0.8 | 479M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
655.20/655.40 c 655s| 8010k|661217 | 6135k| 0.8 | 479M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
655.90/656.17 c 656s| 8020k|662299 | 6143k| 0.8 | 480M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
656.71/656.94 c 657s| 8030k|663523 | 6150k| 0.8 | 480M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
657.51/657.73 c 658s| 8040k|664643 | 6158k| 0.8 | 481M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
658.30/658.53 c 659s| 8050k|665735 | 6166k| 0.8 | 482M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
659.10/659.31 c 659s| 8060k|667073 | 6174k| 0.8 | 482M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
659.90/660.18 c 660s| 8070k|667801 | 6181k| 0.8 | 483M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
660.70/660.98 c 661s| 8080k|668779 | 6189k| 0.8 | 483M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
661.50/661.76 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
661.50/661.76 c 662s| 8090k|669927 | 6196k| 0.8 | 484M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
662.30/662.54 c 663s| 8100k|671217 | 6204k| 0.8 | 485M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
663.11/663.33 c 663s| 8110k|672371 | 6212k| 0.8 | 486M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
663.90/664.14 c 664s| 8120k|673483 | 6220k| 0.8 | 486M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
664.70/664.94 c 665s| 8130k|674783 | 6228k| 0.8 | 487M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
665.50/665.73 c 666s| 8140k|676079 | 6236k| 0.8 | 488M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
666.30/666.54 c 667s| 8150k|677169 | 6243k| 0.8 | 488M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
667.10/667.34 c 667s| 8160k|678363 | 6251k| 0.8 | 489M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
667.90/668.17 c 668s| 8170k|679507 | 6259k| 0.8 | 489M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
668.70/668.96 c 669s| 8180k|680967 | 6267k| 0.8 | 490M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
669.50/669.75 c 670s| 8190k|682213 | 6275k| 0.8 | 491M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
670.30/670.54 c 671s| 8200k|683487 | 6283k| 0.8 | 492M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
671.11/671.34 c 671s| 8210k|684665 | 6290k| 0.8 | 492M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
671.91/672.17 c 672s| 8220k|685887 | 6298k| 0.8 | 493M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
672.70/672.96 c 673s| 8230k|687269 | 6306k| 0.8 | 494M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
673.50/673.76 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
673.50/673.76 c 674s| 8240k|688523 | 6314k| 0.8 | 494M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
674.30/674.59 c 675s| 8250k|689459 | 6322k| 0.8 | 495M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
675.10/675.39 c 675s| 8260k|690799 | 6329k| 0.8 | 496M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
676.00/676.20 c 676s| 8270k|692037 | 6337k| 0.8 | 496M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
676.80/677.01 c 677s| 8280k|692999 | 6345k| 0.8 | 497M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
677.60/677.80 c 678s| 8290k|694355 | 6353k| 0.8 | 498M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
678.30/678.59 c 679s| 8300k|695739 | 6361k| 0.8 | 498M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
679.10/679.39 c 679s| 8310k|697041 | 6369k| 0.8 | 499M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
680.00/680.23 c 680s| 8320k|698099 | 6376k| 0.8 | 500M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
680.80/681.05 c 681s| 8330k|699135 | 6384k| 0.8 | 500M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
681.60/681.86 c 682s| 8340k|700307 | 6392k| 0.8 | 501M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
682.40/682.67 c 683s| 8350k|701539 | 6400k| 0.8 | 502M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
683.20/683.45 c 683s| 8360k|702799 | 6408k| 0.8 | 502M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
684.00/684.25 c 684s| 8370k|704091 | 6415k| 0.8 | 503M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
684.80/685.06 c 685s| 8380k|705167 | 6423k| 0.8 | 504M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
685.59/685.88 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
685.59/685.88 c 686s| 8390k|706355 | 6431k| 0.8 | 504M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
686.40/686.67 c 687s| 8400k|707493 | 6439k| 0.8 | 505M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
687.21/687.48 c 687s| 8410k|708565 | 6446k| 0.8 | 505M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
688.00/688.27 c 688s| 8420k|709885 | 6454k| 0.8 | 506M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
688.79/689.10 c 689s| 8430k|710885 | 6462k| 0.8 | 507M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
689.69/689.92 c 690s| 8440k|711937 | 6470k| 0.8 | 507M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
690.50/690.73 c 691s| 8450k|713195 | 6478k| 0.8 | 508M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
691.30/691.52 c 692s| 8460k|714517 | 6486k| 0.8 | 509M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
692.10/692.32 c 692s| 8470k|715791 | 6493k| 0.8 | 509M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
692.89/693.14 c 693s| 8480k|716795 | 6501k| 0.8 | 510M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
693.69/693.93 c 694s| 8490k|718183 | 6509k| 0.8 | 511M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
694.50/694.74 c 695s| 8500k|719301 | 6517k| 0.8 | 511M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
695.30/695.54 c 696s| 8510k|720419 | 6525k| 0.8 | 512M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
696.10/696.36 c 696s| 8520k|721471 | 6532k| 0.8 | 513M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
696.90/697.18 c 697s| 8530k|722513 | 6540k| 0.8 | 513M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
697.69/697.96 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
697.69/697.96 c 698s| 8540k|723915 | 6548k| 0.8 | 514M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
698.49/698.78 c 699s| 8550k|724879 | 6556k| 0.8 | 515M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
699.40/699.66 c 700s| 8560k|725575 | 6563k| 0.8 | 515M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
700.20/700.46 c 700s| 8570k|726587 | 6571k| 0.8 | 516M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
701.00/701.26 c 701s| 8580k|727705 | 6578k| 0.8 | 516M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
701.80/702.07 c 702s| 8590k|728841 | 6586k| 0.8 | 517M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
702.60/702.85 c 703s| 8600k|730125 | 6594k| 0.8 | 518M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
703.39/703.66 c 704s| 8610k|731355 | 6602k| 0.8 | 518M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
704.20/704.48 c 704s| 8620k|732435 | 6610k| 0.8 | 519M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
704.99/705.29 c 705s| 8630k|733861 | 6618k| 0.8 | 520M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
705.90/706.12 c 706s| 8640k|734947 | 6625k| 0.8 | 520M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
706.70/706.97 c 707s| 8650k|735683 | 6633k| 0.8 | 521M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
707.49/707.76 c 708s| 8660k|736891 | 6641k| 0.8 | 522M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
708.39/708.60 c 709s| 8670k|737833 | 6648k| 0.8 | 522M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
709.20/709.48 c 709s| 8680k|738835 | 6656k| 0.8 | 523M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
710.09/710.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
710.09/710.30 c 710s| 8690k|739945 | 6664k| 0.8 | 523M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
710.89/711.11 c 711s| 8700k|741287 | 6672k| 0.8 | 524M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
711.69/711.99 c 712s| 8710k|742103 | 6679k| 0.8 | 525M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
712.60/712.81 c 713s| 8720k|743031 | 6687k| 0.8 | 525M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
713.39/713.61 c 714s| 8730k|744253 | 6695k| 0.8 | 526M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
714.20/714.44 c 714s| 8740k|745427 | 6702k| 0.8 | 527M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
714.99/715.25 c 715s| 8750k|746549 | 6710k| 0.8 | 527M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
715.80/716.08 c 716s| 8760k|747549 | 6718k| 0.8 | 528M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
716.59/716.87 c 717s| 8770k|748901 | 6726k| 0.8 | 529M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
717.39/717.68 c 718s| 8780k|750143 | 6734k| 0.8 | 529M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
718.29/718.53 c 719s| 8790k|751061 | 6741k| 0.8 | 530M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
719.10/719.35 c 719s| 8800k|752001 | 6749k| 0.8 | 530M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
719.89/720.13 c 720s| 8810k|753101 | 6757k| 0.8 | 531M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
720.69/720.92 c 721s| 8820k|754181 | 6764k| 0.8 | 532M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
721.50/721.74 c 722s| 8830k|755327 | 6772k| 0.8 | 532M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
722.29/722.54 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
722.29/722.54 c 723s| 8840k|756565 | 6780k| 0.8 | 533M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
723.19/723.41 c 723s| 8850k|757521 | 6788k| 0.8 | 534M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
723.99/724.29 c 724s| 8860k|758515 | 6795k| 0.8 | 534M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
724.90/725.13 c 725s| 8870k|759627 | 6803k| 0.8 | 535M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
725.69/725.94 c 726s| 8880k|760713 | 6811k| 0.8 | 536M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
726.49/726.79 c 727s| 8890k|761429 | 6818k| 0.8 | 536M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
727.39/727.60 c 728s| 8900k|762179 | 6826k| 0.8 | 537M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
728.19/728.41 c 728s| 8910k|762893 | 6834k| 0.8 | 537M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
728.89/729.18 c 729s| 8920k|763995 | 6841k| 0.8 | 538M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
729.69/729.95 c 730s| 8930k|765137 | 6849k| 0.8 | 539M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
730.39/730.69 c 731s| 8940k|766375 | 6857k| 0.8 | 539M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
731.29/731.52 c 732s| 8950k|767277 | 6864k| 0.8 | 540M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
732.09/732.31 c 732s| 8960k|768591 | 6872k| 0.8 | 540M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
732.89/733.12 c 733s| 8970k|769737 | 6880k| 0.8 | 541M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
733.69/733.92 c 734s| 8980k|770735 | 6888k| 0.8 | 542M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
734.50/734.73 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
734.50/734.73 c 735s| 8990k|771489 | 6895k| 0.8 | 542M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
735.19/735.49 c 735s| 9000k|772571 | 6903k| 0.8 | 543M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
735.98/736.27 c 736s| 9010k|773547 | 6911k| 0.8 | 544M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
736.79/737.06 c 737s| 9020k|774543 | 6918k| 0.8 | 544M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
737.69/737.92 c 738s| 9030k|775373 | 6926k| 0.8 | 545M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
738.49/738.74 c 739s| 9040k|776357 | 6934k| 0.8 | 545M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
739.29/739.55 c 740s| 9050k|777501 | 6941k| 0.8 | 546M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
740.10/740.36 c 740s| 9060k|778763 | 6949k| 0.8 | 547M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
740.89/741.17 c 741s| 9070k|779919 | 6957k| 0.8 | 547M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
741.69/741.98 c 742s| 9080k|781017 | 6965k| 0.8 | 548M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
742.59/742.84 c 743s| 9090k|781985 | 6972k| 0.8 | 549M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
743.49/743.70 c 744s| 9100k|783041 | 6980k| 0.8 | 549M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
744.29/744.54 c 745s| 9110k|784137 | 6988k| 0.8 | 550M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
745.08/745.36 c 745s| 9120k|785309 | 6996k| 0.8 | 551M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
745.99/746.20 c 746s| 9130k|786285 | 7003k| 0.8 | 551M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
746.78/747.01 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
746.78/747.01 c 747s| 9140k|787533 | 7011k| 0.8 | 552M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
747.59/747.84 c 748s| 9150k|788705 | 7019k| 0.8 | 552M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
748.39/748.69 c 749s| 9160k|789707 | 7027k| 0.8 | 553M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
749.29/749.53 c 750s| 9170k|790749 | 7034k| 0.8 | 554M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
750.08/750.34 c 750s| 9180k|791865 | 7042k| 0.8 | 554M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
750.99/751.21 c 751s| 9190k|792845 | 7050k| 0.8 | 555M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
751.78/752.06 c 752s| 9200k|793803 | 7057k| 0.8 | 556M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
752.69/752.91 c 753s| 9210k|794761 | 7065k| 0.8 | 556M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
753.49/753.78 c 754s| 9220k|795713 | 7073k| 0.8 | 557M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
754.39/754.62 c 755s| 9230k|796713 | 7080k| 0.8 | 557M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
755.19/755.43 c 755s| 9240k|797991 | 7088k| 0.8 | 558M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
755.99/756.26 c 756s| 9250k|798941 | 7096k| 0.8 | 559M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
756.79/757.07 c 757s| 9260k|799875 | 7104k| 0.8 | 559M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
757.59/757.89 c 758s| 9270k|800969 | 7111k| 0.8 | 560M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
758.48/758.72 c 759s| 9280k|802121 | 7119k| 0.8 | 561M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
759.28/759.58 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
759.28/759.58 c 760s| 9290k|803039 | 7127k| 0.8 | 561M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
760.18/760.46 c 760s| 9300k|803787 | 7134k| 0.8 | 562M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
760.99/761.26 c 761s| 9310k|804771 | 7142k| 0.8 | 562M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
761.79/762.05 c 762s| 9320k|805911 | 7150k| 0.8 | 563M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
762.58/762.86 c 763s| 9330k|806999 | 7158k| 0.8 | 564M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
763.39/763.66 c 764s| 9340k|808211 | 7165k| 0.8 | 564M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
764.19/764.48 c 764s| 9350k|809433 | 7173k| 0.8 | 565M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
765.09/765.37 c 765s| 9360k|810231 | 7181k| 0.8 | 566M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
765.98/766.20 c 766s| 9370k|811207 | 7188k| 0.8 | 566M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
766.78/767.02 c 767s| 9380k|812515 | 7196k| 0.8 | 567M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
767.59/767.89 c 768s| 9390k|813179 | 7204k| 0.8 | 567M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
768.48/768.70 c 769s| 9400k|814279 | 7212k| 0.8 | 568M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
769.28/769.57 c 770s| 9410k|814971 | 7219k| 0.8 | 569M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
770.09/770.34 c 770s| 9420k|816095 | 7227k| 0.8 | 569M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
770.89/771.12 c 771s| 9430k|817155 | 7235k| 0.8 | 570M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
771.68/771.91 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
771.68/771.91 c 772s| 9440k|818427 | 7242k| 0.8 | 571M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
772.48/772.75 c 773s| 9450k|819503 | 7250k| 0.8 | 571M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
773.38/773.61 c 774s| 9460k|820201 | 7258k| 0.8 | 572M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
774.09/774.39 c 774s| 9470k|821417 | 7265k| 0.8 | 572M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
774.89/775.18 c 775s| 9480k|822439 | 7273k| 0.8 | 573M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
775.79/776.02 c 776s| 9490k|823521 | 7281k| 0.8 | 574M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
776.59/776.87 c 777s| 9500k|824499 | 7289k| 0.8 | 574M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
777.49/777.71 c 778s| 9510k|825477 | 7296k| 0.8 | 575M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
778.28/778.57 c 779s| 9520k|826201 | 7304k| 0.8 | 575M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
779.08/779.36 c 779s| 9530k|827355 | 7312k| 0.8 | 576M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
779.89/780.16 c 780s| 9540k|828397 | 7319k| 0.8 | 577M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
780.69/780.96 c 781s| 9550k|829795 | 7327k| 0.8 | 577M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
781.58/781.82 c 782s| 9560k|830633 | 7335k| 0.8 | 578M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
782.38/782.63 c 783s| 9570k|831483 | 7343k| 0.8 | 579M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
783.19/783.40 c 783s| 9580k|832649 | 7350k| 0.8 | 579M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
783.88/784.20 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
783.88/784.20 c 784s| 9590k|833667 | 7358k| 0.8 | 580M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
784.78/785.05 c 785s| 9600k|834539 | 7366k| 0.8 | 580M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
785.68/785.90 c 786s| 9610k|835209 | 7373k| 0.8 | 581M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
786.48/786.75 c 787s| 9620k|835899 | 7381k| 0.8 | 582M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
787.29/787.60 c 788s| 9630k|836561 | 7388k| 0.8 | 582M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
788.18/788.44 c 788s| 9640k|837333 | 7396k| 0.8 | 583M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
788.98/789.26 c 789s| 9650k|838053 | 7404k| 0.8 | 583M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
789.78/790.05 c 790s| 9660k|838829 | 7411k| 0.8 | 584M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
790.59/790.86 c 791s| 9670k|839543 | 7419k| 0.8 | 584M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
791.38/791.60 c 792s| 9680k|840919 | 7427k| 0.8 | 585M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
792.08/792.37 c 792s| 9690k|841915 | 7434k| 0.8 | 586M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
792.88/793.12 c 793s| 9700k|842953 | 7442k| 0.8 | 586M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
793.58/793.89 c 794s| 9710k|843981 | 7450k| 0.8 | 587M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
794.38/794.64 c 795s| 9720k|845743 | 7458k| 0.8 | 588M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
795.18/795.43 c 795s| 9730k|846807 | 7466k| 0.8 | 588M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
795.98/796.20 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
795.98/796.20 c 796s| 9740k|847897 | 7473k| 0.8 | 589M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
796.68/796.96 c 797s| 9750k|848951 | 7481k| 0.8 | 590M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
797.48/797.78 c 798s| 9760k|849757 | 7488k| 0.8 | 590M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
798.28/798.52 c 799s| 9770k|850759 | 7496k| 0.8 | 591M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
798.97/799.27 c 799s| 9780k|851879 | 7504k| 0.8 | 591M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
799.78/800.06 c 800s| 9790k|852693 | 7511k| 0.8 | 592M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
800.58/800.83 c 801s| 9800k|853693 | 7519k| 0.8 | 593M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
801.38/801.64 c 802s| 9810k|854441 | 7526k| 0.8 | 593M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
802.08/802.39 c 802s| 9820k|855507 | 7534k| 0.8 | 594M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
802.88/803.15 c 803s| 9830k|856659 | 7542k| 0.8 | 595M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
803.68/803.95 c 804s| 9840k|857559 | 7549k| 0.8 | 595M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
804.47/804.72 c 805s| 9850k|858583 | 7557k| 0.8 | 596M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
805.27/805.51 c 806s| 9860k|859719 | 7565k| 0.8 | 596M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
806.08/806.37 c 806s| 9870k|860623 | 7573k| 0.8 | 597M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
806.98/807.23 c 807s| 9880k|861659 | 7580k| 0.8 | 598M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
807.78/808.05 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
807.78/808.05 c 808s| 9890k|862875 | 7588k| 0.8 | 598M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
808.67/808.92 c 809s| 9900k|863663 | 7596k| 0.8 | 599M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
809.47/809.76 c 810s| 9910k|864557 | 7604k| 0.8 | 599M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
810.27/810.57 c 811s| 9920k|865693 | 7611k| 0.8 | 600M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
811.07/811.37 c 811s| 9930k|866875 | 7619k| 0.8 | 601M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
811.97/812.23 c 812s| 9940k|867889 | 7627k| 0.8 | 601M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
812.77/813.07 c 813s| 9950k|868839 | 7634k| 0.8 | 602M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
813.57/813.88 c 814s| 9960k|869977 | 7642k| 0.8 | 603M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
814.47/814.71 c 815s| 9970k|871099 | 7650k| 0.8 | 603M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
815.28/815.53 c 816s| 9980k|872309 | 7658k| 0.8 | 604M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
816.08/816.37 c 816s| 9990k|873331 | 7666k| 0.8 | 605M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
816.97/817.23 c 817s| 10000k|874295 | 7673k| 0.8 | 605M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
817.77/818.06 c 818s| 10010k|875291 | 7681k| 0.8 | 606M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
818.57/818.89 c 819s| 10020k|876365 | 7689k| 0.8 | 606M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
819.47/819.73 c 820s| 10030k|877515 | 7696k| 0.8 | 607M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
820.27/820.56 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
820.27/820.56 c 821s| 10040k|878713 | 7704k| 0.8 | 608M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
821.17/821.41 c 821s| 10050k|879627 | 7712k| 0.8 | 608M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
821.97/822.23 c 822s| 10060k|880855 | 7720k| 0.8 | 609M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
822.77/823.06 c 823s| 10070k|881903 | 7727k| 0.8 | 610M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
823.58/823.90 c 824s| 10080k|883043 | 7735k| 0.8 | 610M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
824.47/824.75 c 825s| 10090k|884145 | 7743k| 0.8 | 611M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
825.37/825.62 c 826s| 10100k|884819 | 7750k| 0.8 | 611M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
826.17/826.45 c 826s| 10110k|885993 | 7758k| 0.8 | 612M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
827.07/827.32 c 827s| 10120k|886667 | 7766k| 0.8 | 613M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
827.87/828.13 c 828s| 10130k|887791 | 7774k| 0.8 | 613M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
828.67/828.92 c 829s| 10140k|889007 | 7781k| 0.8 | 614M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
829.47/829.74 c 830s| 10150k|890073 | 7789k| 0.8 | 615M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
830.37/830.61 c 831s| 10160k|891027 | 7797k| 0.8 | 615M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
831.17/831.44 c 831s| 10170k|892163 | 7804k| 0.8 | 616M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
832.07/832.30 c 832s| 10180k|892967 | 7812k| 0.8 | 616M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
832.87/833.12 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
832.87/833.12 c 833s| 10190k|893949 | 7820k| 0.8 | 617M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
833.67/833.93 c 834s| 10200k|895083 | 7827k| 0.8 | 618M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
834.47/834.76 c 835s| 10210k|896055 | 7835k| 0.8 | 618M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
835.26/835.59 c 836s| 10220k|897189 | 7843k| 0.8 | 619M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
836.17/836.40 c 836s| 10230k|898507 | 7851k| 0.8 | 620M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
836.96/837.22 c 837s| 10240k|899589 | 7858k| 0.8 | 620M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
837.77/838.07 c 838s| 10250k|900599 | 7866k| 0.8 | 621M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
838.57/838.88 c 839s| 10260k|901803 | 7874k| 0.8 | 622M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
839.46/839.75 c 840s| 10270k|902565 | 7881k| 0.8 | 622M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
840.27/840.57 c 841s| 10280k|903605 | 7889k| 0.8 | 623M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
841.06/841.40 c 841s| 10290k|904737 | 7897k| 0.8 | 623M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
841.96/842.27 c 842s| 10300k|905865 | 7905k| 0.8 | 624M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
842.87/843.10 c 843s| 10310k|906633 | 7912k| 0.8 | 625M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
843.66/843.96 c 844s| 10320k|907679 | 7920k| 0.8 | 625M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
844.47/844.77 c 845s| 10330k|908427 | 7928k| 0.8 | 626M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
845.26/845.57 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
845.26/845.57 c 846s| 10340k|909813 | 7935k| 0.8 | 627M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
846.16/846.45 c 846s| 10350k|910907 | 7943k| 0.8 | 627M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
847.06/847.30 c 847s| 10360k|911697 | 7951k| 0.8 | 628M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
847.87/848.12 c 848s| 10370k|912841 | 7959k| 0.8 | 628M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
848.67/848.92 c 849s| 10380k|914105 | 7966k| 0.8 | 629M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
849.46/849.76 c 850s| 10390k|915183 | 7974k| 0.8 | 630M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
850.27/850.59 c 851s| 10400k|916183 | 7982k| 0.8 | 630M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
851.07/851.40 c 851s| 10410k|917489 | 7990k| 0.8 | 631M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
851.86/852.19 c 852s| 10420k|918985 | 7998k| 0.8 | 632M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
852.76/853.00 c 853s| 10430k|920153 | 8006k| 0.8 | 633M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
853.56/853.84 c 854s| 10440k|921223 | 8013k| 0.8 | 633M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
854.37/854.68 c 855s| 10450k|922153 | 8021k| 0.8 | 634M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
855.26/855.52 c 856s| 10460k|923091 | 8029k| 0.8 | 635M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
856.06/856.37 c 856s| 10470k|924279 | 8036k| 0.8 | 635M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
856.96/857.20 c 857s| 10480k|925301 | 8044k| 0.8 | 636M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
857.77/858.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
857.77/858.07 c 858s| 10490k|926031 | 8052k| 0.8 | 637M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
858.56/858.85 c 859s| 10500k|927267 | 8060k| 0.8 | 637M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
859.36/859.66 c 860s| 10510k|928321 | 8067k| 0.8 | 638M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
860.16/860.48 c 860s| 10520k|929513 | 8075k| 0.8 | 638M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
861.07/861.34 c 861s| 10530k|930321 | 8083k| 0.8 | 639M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
861.86/862.16 c 862s| 10540k|931275 | 8090k| 0.8 | 640M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
862.66/862.99 c 863s| 10550k|932281 | 8098k| 0.8 | 640M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
863.56/863.81 c 864s| 10560k|933135 | 8106k| 0.8 | 641M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
864.26/864.60 c 865s| 10570k|934271 | 8113k| 0.8 | 642M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
865.16/865.41 c 865s| 10580k|935329 | 8121k| 0.8 | 642M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
865.96/866.23 c 866s| 10590k|936427 | 8129k| 0.8 | 643M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
866.86/867.10 c 867s| 10600k|937195 | 8136k| 0.8 | 643M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
867.57/867.90 c 868s| 10610k|938433 | 8144k| 0.8 | 644M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
868.46/868.77 c 869s| 10620k|939205 | 8152k| 0.8 | 645M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
869.26/869.59 c 870s| 10630k|940273 | 8159k| 0.8 | 645M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
870.16/870.40 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
870.16/870.40 c 870s| 10640k|941423 | 8167k| 0.8 | 646M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
870.97/871.23 c 871s| 10650k|942475 | 8175k| 0.8 | 647M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
871.76/872.06 c 872s| 10660k|943651 | 8182k| 0.8 | 647M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
872.56/872.84 c 873s| 10670k|944783 | 8190k| 0.8 | 648M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
873.36/873.65 c 874s| 10680k|945953 | 8198k| 0.8 | 649M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
874.17/874.48 c 874s| 10690k|947091 | 8206k| 0.8 | 649M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
875.06/875.36 c 875s| 10700k|947751 | 8213k| 0.8 | 650M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
875.96/876.22 c 876s| 10710k|948733 | 8221k| 0.8 | 650M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
876.86/877.10 c 877s| 10720k|949473 | 8229k| 0.8 | 651M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
877.66/877.98 c 878s| 10730k|950119 | 8236k| 0.8 | 652M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
878.57/878.80 c 879s| 10740k|951171 | 8244k| 0.8 | 652M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
879.36/879.63 c 880s| 10750k|952175 | 8252k| 0.8 | 653M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
880.16/880.44 c 880s| 10760k|953689 | 8260k| 0.8 | 654M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
880.96/881.25 c 881s| 10770k|954699 | 8267k| 0.8 | 654M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
881.75/882.10 c 882s| 10780k|955693 | 8275k| 0.8 | 655M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
882.66/882.95 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
882.66/882.95 c 883s| 10790k|956671 | 8283k| 0.8 | 655M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
883.46/883.76 c 884s| 10800k|958003 | 8290k| 0.8 | 656M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
884.35/884.61 c 885s| 10810k|958757 | 8298k| 0.8 | 657M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
885.05/885.40 c 885s| 10820k|959871 | 8306k| 0.8 | 657M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
885.96/886.21 c 886s| 10830k|960951 | 8313k| 0.8 | 658M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
886.76/887.01 c 887s| 10840k|962223 | 8321k| 0.8 | 659M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
887.56/887.82 c 888s| 10850k|963495 | 8329k| 0.8 | 659M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
888.36/888.66 c 889s| 10860k|964525 | 8337k| 0.8 | 660M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
889.26/889.50 c 889s| 10870k|965549 | 8344k| 0.8 | 661M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
890.05/890.35 c 890s| 10880k|966373 | 8352k| 0.8 | 661M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
890.95/891.20 c 891s| 10890k|967355 | 8360k| 0.8 | 662M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
891.76/892.03 c 892s| 10900k|968599 | 8368k| 0.8 | 662M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
892.56/892.88 c 893s| 10910k|969525 | 8375k| 0.8 | 663M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
893.45/893.73 c 894s| 10920k|970447 | 8383k| 0.8 | 664M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
894.35/894.64 c 895s| 10930k|971375 | 8391k| 0.8 | 664M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
895.26/895.56 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
895.26/895.56 c 896s| 10940k|972273 | 8398k| 0.8 | 665M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
896.16/896.45 c 896s| 10950k|973217 | 8406k| 0.8 | 665M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
897.05/897.32 c 897s| 10960k|974367 | 8414k| 0.8 | 666M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
897.95/898.21 c 898s| 10970k|975347 | 8421k| 0.8 | 667M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
898.75/899.09 c 899s| 10980k|976385 | 8429k| 0.8 | 667M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
899.65/899.92 c 900s| 10990k|977461 | 8437k| 0.8 | 668M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
900.45/900.74 c 901s| 11000k|978631 | 8444k| 0.8 | 669M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
901.26/901.54 c 902s| 11010k|979675 | 8452k| 0.8 | 669M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
902.06/902.38 c 902s| 11020k|980783 | 8460k| 0.8 | 670M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
902.95/903.23 c 903s| 11030k|981765 | 8468k| 0.8 | 670M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
903.86/904.13 c 904s| 11040k|982777 | 8475k| 0.8 | 671M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
904.75/905.01 c 905s| 11050k|983889 | 8483k| 0.8 | 672M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
905.55/905.89 c 906s| 11060k|984681 | 8491k| 0.8 | 672M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
906.45/906.72 c 907s| 11070k|985885 | 8499k| 0.8 | 673M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
907.26/907.58 c 908s| 11080k|986665 | 8506k| 0.8 | 673M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
908.14/908.40 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
908.14/908.40 c 908s| 11090k|987765 | 8514k| 0.8 | 674M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
908.95/909.23 c 909s| 11100k|988815 | 8521k| 0.8 | 675M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
909.75/910.07 c 910s| 11110k|989917 | 8529k| 0.8 | 675M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
910.65/910.91 c 911s| 11120k|990937 | 8537k| 0.8 | 676M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
911.45/911.75 c 912s| 11130k|991929 | 8544k| 0.8 | 677M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
912.34/912.61 c 913s| 11140k|992927 | 8552k| 0.8 | 677M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
913.15/913.46 c 913s| 11150k|993887 | 8560k| 0.8 | 678M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
913.95/914.27 c 914s| 11160k|995177 | 8568k| 0.8 | 679M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
914.85/915.11 c 915s| 11170k|996223 | 8575k| 0.8 | 679M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
915.65/915.94 c 916s| 11180k|997389 | 8583k| 0.8 | 680M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
916.45/916.76 c 917s| 11190k|998587 | 8591k| 0.8 | 681M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
917.34/917.64 c 918s| 11200k|999349 | 8598k| 0.8 | 681M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
918.15/918.46 c 918s| 11210k| 1000k| 8606k| 0.8 | 682M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
919.05/919.31 c 919s| 11220k| 1001k| 8614k| 0.8 | 682M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
919.85/920.13 c 920s| 11230k| 1002k| 8621k| 0.8 | 683M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
920.65/920.97 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
920.65/920.97 c 921s| 11240k| 1003k| 8629k| 0.8 | 684M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
921.45/921.78 c 922s| 11250k| 1004k| 8637k| 0.8 | 684M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
922.35/922.63 c 923s| 11260k| 1005k| 8644k| 0.8 | 685M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
923.15/923.48 c 923s| 11270k| 1006k| 8652k| 0.8 | 685M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
924.04/924.36 c 924s| 11280k| 1007k| 8660k| 0.8 | 686M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
924.94/925.20 c 925s| 11290k| 1008k| 8667k| 0.8 | 687M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
925.74/926.01 c 926s| 11300k| 1009k| 8675k| 0.8 | 687M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
926.54/926.80 c 927s| 11310k| 1010k| 8683k| 0.8 | 688M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
927.35/927.61 c 928s| 11320k| 1011k| 8690k| 0.8 | 689M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
928.14/928.45 c 928s| 11330k| 1012k| 8698k| 0.8 | 689M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
928.94/929.28 c 929s| 11340k| 1013k| 8706k| 0.8 | 690M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
929.94/930.20 c 930s| 11350k| 1014k| 8714k| 0.8 | 690M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
930.84/931.13 c 931s| 11360k| 1015k| 8721k| 0.8 | 691M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
931.74/932.07 c 932s| 11370k| 1016k| 8729k| 0.8 | 692M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
932.65/932.98 c 933s| 11380k| 1017k| 8737k| 0.8 | 692M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
933.55/933.86 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
933.55/933.86 c 934s| 11390k| 1018k| 8745k| 0.8 | 693M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
934.44/934.80 c 935s| 11400k| 1019k| 8752k| 0.8 | 694M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
935.35/935.69 c 936s| 11410k| 1020k| 8760k| 0.8 | 694M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
936.24/936.52 c 937s| 11420k| 1021k| 8767k| 0.8 | 695M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
937.04/937.38 c 937s| 11430k| 1022k| 8775k| 0.8 | 695M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
937.95/938.23 c 938s| 11440k| 1023k| 8783k| 0.8 | 696M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
938.74/939.07 c 939s| 11450k| 1024k| 8791k| 0.8 | 697M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
939.54/939.89 c 940s| 11460k| 1025k| 8798k| 0.8 | 697M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
940.44/940.78 c 941s| 11470k| 1026k| 8806k| 0.8 | 698M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
941.35/941.63 c 942s| 11480k| 1027k| 8814k| 0.8 | 699M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
942.14/942.47 c 942s| 11490k| 1029k| 8821k| 0.8 | 699M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
943.04/943.32 c 943s| 11500k| 1029k| 8829k| 0.8 | 700M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
943.84/944.19 c 944s| 11510k| 1030k| 8837k| 0.8 | 701M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
944.74/945.05 c 945s| 11520k| 1031k| 8844k| 0.8 | 701M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
945.54/945.87 c 946s| 11530k| 1032k| 8852k| 0.8 | 702M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
946.44/946.74 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
946.44/946.74 c 947s| 11540k| 1033k| 8860k| 0.8 | 702M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
947.23/947.54 c 948s| 11550k| 1034k| 8867k| 0.8 | 703M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
948.04/948.37 c 948s| 11560k| 1035k| 8875k| 0.8 | 704M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
948.94/949.20 c 949s| 11570k| 1036k| 8883k| 0.8 | 704M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
949.74/950.06 c 950s| 11580k| 1037k| 8890k| 0.8 | 705M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
950.64/950.91 c 951s| 11590k| 1038k| 8898k| 0.8 | 705M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
951.44/951.78 c 952s| 11600k| 1039k| 8905k| 0.8 | 706M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
952.35/952.62 c 953s| 11610k| 1040k| 8913k| 0.8 | 707M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
953.24/953.52 c 954s| 11620k| 1041k| 8921k| 0.8 | 707M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
954.04/954.36 c 954s| 11630k| 1042k| 8928k| 0.8 | 708M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
954.94/955.23 c 955s| 11640k| 1043k| 8936k| 0.8 | 708M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
955.74/956.09 c 956s| 11650k| 1044k| 8944k| 0.8 | 709M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
956.65/956.95 c 957s| 11660k| 1045k| 8951k| 0.8 | 710M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
957.54/957.82 c 958s| 11670k| 1046k| 8959k| 0.8 | 710M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
958.33/958.65 c 959s| 11680k| 1047k| 8967k| 0.8 | 711M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
959.14/959.45 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
959.14/959.45 c 959s| 11690k| 1048k| 8975k| 0.8 | 711M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
960.04/960.33 c 960s| 11700k| 1049k| 8982k| 0.8 | 712M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
960.93/961.22 c 961s| 11710k| 1050k| 8990k| 0.8 | 713M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
961.83/962.10 c 962s| 11720k| 1050k| 8997k| 0.8 | 713M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
962.63/962.98 c 963s| 11730k| 1051k| 9005k| 0.8 | 714M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
963.53/963.82 c 964s| 11740k| 1052k| 9013k| 0.8 | 714M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
964.44/964.71 c 965s| 11750k| 1053k| 9020k| 0.8 | 715M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
965.23/965.59 c 966s| 11760k| 1054k| 9028k| 0.8 | 716M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
966.13/966.46 c 966s| 11770k| 1055k| 9036k| 0.8 | 716M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
966.93/967.28 c 967s| 11780k| 1056k| 9043k| 0.8 | 717M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
967.83/968.13 c 968s| 11790k| 1057k| 9051k| 0.8 | 717M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
968.74/969.00 c 969s| 11800k| 1058k| 9059k| 0.8 | 718M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
969.54/969.89 c 970s| 11810k| 1058k| 9066k| 0.8 | 718M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
970.43/970.74 c 971s| 11820k| 1059k| 9074k| 0.8 | 719M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
971.24/971.56 c 972s| 11830k| 1061k| 9081k| 0.8 | 720M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
972.13/972.42 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
972.13/972.42 c 972s| 11840k| 1062k| 9089k| 0.8 | 720M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
972.94/973.28 c 973s| 11850k| 1062k| 9097k| 0.8 | 721M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
973.83/974.14 c 974s| 11860k| 1063k| 9104k| 0.8 | 722M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
974.64/974.98 c 975s| 11870k| 1064k| 9112k| 0.8 | 722M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
975.54/975.86 c 976s| 11880k| 1065k| 9120k| 0.8 | 723M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
976.33/976.69 c 977s| 11890k| 1066k| 9127k| 0.8 | 723M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
977.13/977.49 c 977s| 11900k| 1067k| 9135k| 0.8 | 724M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
978.03/978.36 c 978s| 11910k| 1068k| 9143k| 0.8 | 725M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
978.93/979.21 c 979s| 11920k| 1069k| 9150k| 0.8 | 725M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
979.74/980.06 c 980s| 11930k| 1070k| 9158k| 0.8 | 726M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
980.63/980.92 c 981s| 11940k| 1071k| 9166k| 0.8 | 727M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
981.43/981.76 c 982s| 11950k| 1073k| 9173k| 0.8 | 727M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
982.33/982.62 c 983s| 11960k| 1074k| 9181k| 0.8 | 728M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
983.14/983.48 c 983s| 11970k| 1075k| 9189k| 0.8 | 728M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
984.03/984.31 c 984s| 11980k| 1076k| 9196k| 0.8 | 729M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
984.83/985.16 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
984.83/985.16 c 985s| 11990k| 1077k| 9204k| 0.8 | 730M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
985.73/986.02 c 986s| 12000k| 1078k| 9212k| 0.8 | 730M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
986.53/986.89 c 987s| 12010k| 1079k| 9219k| 0.8 | 731M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
987.44/987.72 c 988s| 12020k| 1080k| 9227k| 0.8 | 732M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
988.23/988.55 c 989s| 12030k| 1081k| 9235k| 0.8 | 732M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
989.13/989.40 c 989s| 12040k| 1082k| 9242k| 0.8 | 733M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
989.93/990.23 c 990s| 12050k| 1084k| 9250k| 0.8 | 734M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
990.74/991.06 c 991s| 12060k| 1085k| 9258k| 0.8 | 734M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
991.63/991.91 c 992s| 12070k| 1086k| 9265k| 0.8 | 735M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
992.43/992.79 c 993s| 12080k| 1087k| 9273k| 0.8 | 735M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
993.33/993.65 c 994s| 12090k| 1088k| 9280k| 0.8 | 736M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
994.23/994.52 c 995s| 12100k| 1089k| 9288k| 0.8 | 737M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
995.03/995.36 c 995s| 12110k| 1090k| 9296k| 0.8 | 737M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
995.92/996.20 c 996s| 12120k| 1091k| 9303k| 0.8 | 738M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
996.73/997.06 c 997s| 12130k| 1092k| 9311k| 0.8 | 739M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
997.62/997.91 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
997.62/997.91 c 998s| 12140k| 1093k| 9318k| 0.8 | 739M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
998.43/998.76 c 999s| 12150k| 1094k| 9326k| 0.8 | 740M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
999.33/999.62 c 1000s| 12160k| 1095k| 9334k| 0.8 | 740M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1000.22/1000.54 c 1001s| 12170k| 1096k| 9341k| 0.8 | 741M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1001.03/1001.36 c 1001s| 12180k| 1097k| 9349k| 0.8 | 742M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1001.92/1002.26 c 1002s| 12190k| 1098k| 9357k| 0.8 | 742M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1002.84/1003.10 c 1003s| 12200k| 1099k| 9364k| 0.8 | 743M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1003.63/1003.93 c 1004s| 12210k| 1100k| 9372k| 0.8 | 743M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1004.43/1004.74 c 1005s| 12220k| 1101k| 9380k| 0.8 | 744M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1005.22/1005.54 c 1006s| 12230k| 1102k| 9387k| 0.8 | 745M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1006.13/1006.40 c 1006s| 12240k| 1103k| 9395k| 0.8 | 745M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1006.93/1007.25 c 1007s| 12250k| 1105k| 9403k| 0.8 | 746M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1007.83/1008.10 c 1008s| 12260k| 1106k| 9410k| 0.8 | 747M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1008.63/1008.96 c 1009s| 12270k| 1107k| 9418k| 0.8 | 747M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1009.53/1009.82 c 1010s| 12280k| 1108k| 9426k| 0.8 | 748M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1010.43/1010.72 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1010.43/1010.72 c 1011s| 12290k| 1108k| 9433k| 0.8 | 748M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1011.22/1011.53 c 1012s| 12300k| 1109k| 9441k| 0.8 | 749M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1012.03/1012.38 c 1012s| 12310k| 1110k| 9449k| 0.8 | 750M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1012.93/1013.24 c 1013s| 12320k| 1111k| 9456k| 0.8 | 750M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1013.73/1014.07 c 1014s| 12330k| 1112k| 9464k| 0.8 | 751M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1014.53/1014.85 c 1015s| 12340k| 1113k| 9472k| 0.8 | 751M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1015.32/1015.66 c 1016s| 12350k| 1114k| 9479k| 0.8 | 752M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1016.13/1016.44 c 1016s| 12360k| 1115k| 9487k| 0.8 | 753M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1016.93/1017.23 c 1017s| 12370k| 1116k| 9495k| 0.8 | 753M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1017.72/1018.05 c 1018s| 12380k| 1117k| 9502k| 0.8 | 754M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1018.52/1018.87 c 1019s| 12390k| 1118k| 9509k| 0.8 | 754M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1019.43/1019.72 c 1020s| 12400k| 1119k| 9517k| 0.8 | 755M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1020.22/1020.58 c 1021s| 12410k| 1120k| 9525k| 0.8 | 756M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1021.12/1021.42 c 1021s| 12420k| 1122k| 9532k| 0.8 | 756M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1021.92/1022.27 c 1022s| 12430k| 1122k| 9540k| 0.8 | 757M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1022.82/1023.19 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1022.82/1023.19 c 1023s| 12440k| 1123k| 9548k| 0.8 | 757M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1023.73/1024.09 c 1024s| 12450k| 1124k| 9555k| 0.8 | 758M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1024.62/1024.99 c 1025s| 12460k| 1125k| 9563k| 0.8 | 759M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1025.62/1025.93 c 1026s| 12470k| 1126k| 9571k| 0.8 | 759M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1026.52/1026.80 c 1027s| 12480k| 1127k| 9578k| 0.8 | 760M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1027.32/1027.67 c 1028s| 12490k| 1128k| 9586k| 0.8 | 761M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1028.23/1028.52 c 1029s| 12500k| 1129k| 9594k| 0.8 | 761M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1029.02/1029.37 c 1029s| 12510k| 1130k| 9601k| 0.8 | 762M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1029.92/1030.25 c 1030s| 12520k| 1131k| 9609k| 0.8 | 762M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1030.82/1031.14 c 1031s| 12530k| 1132k| 9616k| 0.8 | 763M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1031.71/1032.01 c 1032s| 12540k| 1133k| 9624k| 0.8 | 763M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1032.52/1032.81 c 1033s| 12550k| 1134k| 9632k| 0.8 | 764M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1033.42/1033.71 c 1034s| 12560k| 1135k| 9639k| 0.8 | 765M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1034.21/1034.56 c 1035s| 12570k| 1136k| 9647k| 0.8 | 765M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1035.01/1035.38 c 1035s| 12580k| 1137k| 9654k| 0.8 | 766M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1035.82/1036.17 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1035.82/1036.17 c 1036s| 12590k| 1138k| 9662k| 0.8 | 767M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1036.72/1037.02 c 1037s| 12600k| 1139k| 9670k| 0.8 | 767M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1037.52/1037.83 c 1038s| 12610k| 1140k| 9678k| 0.8 | 768M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1038.32/1038.62 c 1039s| 12620k| 1141k| 9685k| 0.8 | 768M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1039.12/1039.44 c 1039s| 12630k| 1142k| 9693k| 0.8 | 769M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1040.01/1040.30 c 1040s| 12640k| 1143k| 9700k| 0.8 | 770M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1040.82/1041.17 c 1041s| 12650k| 1144k| 9708k| 0.8 | 770M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1041.72/1042.02 c 1042s| 12660k| 1145k| 9716k| 0.8 | 771M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1042.51/1042.86 c 1043s| 12670k| 1146k| 9723k| 0.8 | 771M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1043.41/1043.74 c 1044s| 12680k| 1147k| 9731k| 0.8 | 772M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1044.22/1044.59 c 1045s| 12690k| 1147k| 9739k| 0.8 | 773M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1045.01/1045.39 c 1045s| 12700k| 1149k| 9746k| 0.8 | 773M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1045.91/1046.20 c 1046s| 12710k| 1150k| 9754k| 0.8 | 774M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1046.71/1047.03 c 1047s| 12720k| 1151k| 9762k| 0.8 | 774M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1047.51/1047.85 c 1048s| 12730k| 1152k| 9769k| 0.8 | 775M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1048.31/1048.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1048.31/1048.64 c 1049s| 12740k| 1153k| 9777k| 0.8 | 776M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1049.21/1049.53 c 1050s| 12750k| 1154k| 9785k| 0.8 | 776M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1050.12/1050.43 c 1050s| 12760k| 1155k| 9792k| 0.8 | 777M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1051.01/1051.34 c 1051s| 12770k| 1156k| 9800k| 0.8 | 778M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1051.91/1052.26 c 1052s| 12780k| 1157k| 9808k| 0.8 | 778M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1052.80/1053.12 c 1053s| 12790k| 1158k| 9815k| 0.8 | 779M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1053.61/1053.97 c 1054s| 12800k| 1159k| 9823k| 0.8 | 779M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1054.51/1054.84 c 1055s| 12810k| 1160k| 9831k| 0.8 | 780M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1055.41/1055.70 c 1056s| 12820k| 1161k| 9838k| 0.8 | 781M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1056.21/1056.55 c 1057s| 12830k| 1162k| 9846k| 0.8 | 781M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1057.11/1057.41 c 1057s| 12840k| 1163k| 9853k| 0.8 | 782M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1057.91/1058.26 c 1058s| 12850k| 1164k| 9861k| 0.8 | 782M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1058.71/1059.09 c 1059s| 12860k| 1165k| 9868k| 0.8 | 783M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1059.61/1059.93 c 1060s| 12870k| 1166k| 9876k| 0.8 | 784M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1060.41/1060.79 c 1061s| 12880k| 1167k| 9884k| 0.8 | 784M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1061.30/1061.67 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1061.30/1061.67 c 1062s| 12890k| 1168k| 9891k| 0.8 | 785M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1062.21/1062.54 c 1063s| 12900k| 1169k| 9899k| 0.8 | 785M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1063.11/1063.42 c 1063s| 12910k| 1170k| 9907k| 0.8 | 786M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1063.90/1064.27 c 1064s| 12920k| 1171k| 9914k| 0.8 | 787M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1064.71/1065.08 c 1065s| 12930k| 1172k| 9922k| 0.8 | 787M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1065.52/1065.88 c 1066s| 12940k| 1173k| 9930k| 0.8 | 788M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1066.41/1066.76 c 1067s| 12950k| 1174k| 9937k| 0.8 | 789M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1067.31/1067.63 c 1068s| 12960k| 1174k| 9945k| 0.8 | 789M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1068.10/1068.42 c 1068s| 12970k| 1176k| 9953k| 0.8 | 790M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1069.01/1069.32 c 1069s| 12980k| 1176k| 9960k| 0.8 | 790M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1069.80/1070.17 c 1070s| 12990k| 1177k| 9968k| 0.8 | 791M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1070.60/1070.96 c 1071s| 13000k| 1178k| 9975k| 0.8 | 792M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1071.40/1071.74 c 1072s| 13010k| 1179k| 9983k| 0.8 | 792M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1072.22/1072.56 c 1073s| 13020k| 1180k| 9991k| 0.8 | 793M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1073.01/1073.33 c 1073s| 13030k| 1181k| 9999k| 0.8 | 793M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1073.81/1074.10 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1073.81/1074.10 c 1074s| 13040k| 1183k| 10006k| 0.8 | 794M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1074.61/1074.90 c 1075s| 13050k| 1183k| 10013k| 0.8 | 795M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1075.41/1075.78 c 1076s| 13060k| 1184k| 10021k| 0.8 | 795M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1076.30/1076.69 c 1077s| 13070k| 1185k| 10028k| 0.8 | 796M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1077.20/1077.56 c 1078s| 13080k| 1186k| 10036k| 0.8 | 796M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1078.11/1078.42 c 1078s| 13090k| 1187k| 10044k| 0.8 | 797M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1078.90/1079.23 c 1079s| 13100k| 1188k| 10051k| 0.8 | 798M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1079.70/1080.07 c 1080s| 13110k| 1189k| 10059k| 0.8 | 798M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1080.61/1080.91 c 1081s| 13120k| 1190k| 10067k| 0.8 | 799M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1081.40/1081.72 c 1082s| 13130k| 1191k| 10075k| 0.8 | 799M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1082.21/1082.55 c 1083s| 13140k| 1192k| 10082k| 0.8 | 800M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1083.11/1083.41 c 1083s| 13150k| 1193k| 10090k| 0.8 | 801M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1083.90/1084.29 c 1084s| 13160k| 1194k| 10097k| 0.8 | 801M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1084.90/1085.22 c 1085s| 13170k| 1195k| 10105k| 0.8 | 802M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1085.81/1086.13 c 1086s| 13180k| 1196k| 10113k| 0.8 | 802M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1086.71/1087.08 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1086.71/1087.08 c 1087s| 13190k| 1197k| 10120k| 0.8 | 803M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1087.61/1087.96 c 1088s| 13200k| 1198k| 10128k| 0.8 | 804M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1088.51/1088.83 c 1089s| 13210k| 1199k| 10136k| 0.8 | 804M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1089.40/1089.72 c 1090s| 13220k| 1200k| 10143k| 0.8 | 805M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1090.31/1090.62 c 1091s| 13230k| 1201k| 10151k| 0.8 | 806M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1091.11/1091.47 c 1091s| 13240k| 1202k| 10158k| 0.8 | 806M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1092.01/1092.35 c 1092s| 13250k| 1203k| 10166k| 0.8 | 807M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1092.90/1093.22 c 1093s| 13260k| 1204k| 10173k| 0.8 | 807M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1093.80/1094.13 c 1094s| 13270k| 1205k| 10181k| 0.8 | 808M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1094.70/1095.03 c 1095s| 13280k| 1206k| 10189k| 0.8 | 809M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1095.50/1095.89 c 1096s| 13290k| 1207k| 10196k| 0.8 | 809M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1096.41/1096.78 c 1097s| 13300k| 1208k| 10204k| 0.8 | 810M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1097.30/1097.65 c 1098s| 13310k| 1209k| 10212k| 0.8 | 810M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1098.10/1098.50 c 1098s| 13320k| 1210k| 10219k| 0.8 | 811M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1099.01/1099.37 c 1099s| 13330k| 1211k| 10227k| 0.8 | 812M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1099.90/1100.20 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1099.90/1100.20 c 1100s| 13340k| 1212k| 10235k| 0.8 | 812M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1100.70/1101.06 c 1101s| 13350k| 1213k| 10242k| 0.8 | 813M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1101.50/1101.88 c 1102s| 13360k| 1214k| 10250k| 0.8 | 814M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1102.30/1102.68 c 1103s| 13370k| 1215k| 10258k| 0.8 | 814M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1103.11/1103.47 c 1103s| 13380k| 1216k| 10266k| 0.8 | 815M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1103.90/1104.27 c 1104s| 13390k| 1217k| 10273k| 0.8 | 815M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1104.70/1105.07 c 1105s| 13400k| 1218k| 10281k| 0.8 | 816M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1105.51/1105.86 c 1106s| 13410k| 1219k| 10288k| 0.8 | 817M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1106.31/1106.68 c 1107s| 13420k| 1220k| 10296k| 0.8 | 817M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1107.20/1107.50 c 1108s| 13430k| 1222k| 10304k| 0.8 | 818M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1108.00/1108.36 c 1108s| 13440k| 1223k| 10311k| 0.8 | 819M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1108.90/1109.23 c 1109s| 13450k| 1223k| 10319k| 0.8 | 819M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1109.80/1110.11 c 1110s| 13460k| 1225k| 10327k| 0.8 | 820M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1110.61/1110.98 c 1111s| 13470k| 1225k| 10334k| 0.8 | 820M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1111.50/1111.84 c 1112s| 13480k| 1226k| 10342k| 0.8 | 821M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1112.30/1112.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1112.30/1112.64 c 1113s| 13490k| 1227k| 10350k| 0.8 | 822M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1113.10/1113.47 c 1113s| 13500k| 1228k| 10358k| 0.8 | 822M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1114.01/1114.31 c 1114s| 13510k| 1229k| 10365k| 0.8 | 823M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1114.80/1115.12 c 1115s| 13520k| 1230k| 10373k| 0.8 | 824M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1115.60/1115.96 c 1116s| 13530k| 1232k| 10380k| 0.8 | 824M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1116.50/1116.80 c 1117s| 13540k| 1232k| 10388k| 0.8 | 825M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1117.31/1117.64 c 1118s| 13550k| 1233k| 10396k| 0.8 | 825M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1118.09/1118.45 c 1118s| 13560k| 1234k| 10404k| 0.8 | 826M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1119.00/1119.30 c 1119s| 13570k| 1235k| 10411k| 0.8 | 827M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1119.80/1120.11 c 1120s| 13580k| 1236k| 10419k| 0.8 | 827M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1120.50/1120.90 c 1121s| 13590k| 1237k| 10427k| 0.8 | 828M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1121.30/1121.68 c 1122s| 13600k| 1238k| 10434k| 0.8 | 828M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1122.10/1122.47 c 1122s| 13610k| 1239k| 10442k| 0.8 | 829M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1123.00/1123.33 c 1123s| 13620k| 1240k| 10450k| 0.8 | 830M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1123.81/1124.14 c 1124s| 13630k| 1241k| 10457k| 0.8 | 830M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1124.60/1124.94 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1124.60/1124.94 c 1125s| 13640k| 1242k| 10465k| 0.8 | 831M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1125.40/1125.74 c 1126s| 13650k| 1243k| 10473k| 0.8 | 832M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1126.20/1126.53 c 1127s| 13660k| 1245k| 10480k| 0.8 | 832M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1127.00/1127.30 c 1127s| 13670k| 1245k| 10488k| 0.8 | 833M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1127.70/1128.05 c 1128s| 13680k| 1247k| 10496k| 0.8 | 834M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1128.49/1128.81 c 1129s| 13690k| 1248k| 10503k| 0.8 | 834M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1129.19/1129.58 c 1130s| 13700k| 1249k| 10511k| 0.8 | 835M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1130.10/1130.44 c 1130s| 13710k| 1250k| 10518k| 0.8 | 835M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1130.99/1131.37 c 1131s| 13720k| 1251k| 10526k| 0.8 | 836M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1131.90/1132.29 c 1132s| 13730k| 1252k| 10534k| 0.8 | 837M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1132.79/1133.19 c 1133s| 13740k| 1252k| 10541k| 0.8 | 837M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1133.71/1134.05 c 1134s| 13750k| 1253k| 10549k| 0.8 | 838M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1134.49/1134.89 c 1135s| 13760k| 1255k| 10557k| 0.8 | 838M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1135.50/1135.80 c 1136s| 13770k| 1255k| 10564k| 0.8 | 839M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1136.29/1136.64 c 1137s| 13780k| 1257k| 10572k| 0.8 | 840M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1137.11/1137.47 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1137.11/1137.47 c 1137s| 13790k| 1258k| 10580k| 0.8 | 840M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1138.00/1138.36 c 1138s| 13800k| 1259k| 10587k| 0.8 | 841M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1138.90/1139.24 c 1139s| 13810k| 1260k| 10595k| 0.8 | 842M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1139.79/1140.12 c 1140s| 13820k| 1260k| 10602k| 0.8 | 842M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1140.59/1140.99 c 1141s| 13830k| 1261k| 10610k| 0.8 | 843M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1141.50/1141.85 c 1142s| 13840k| 1262k| 10618k| 0.8 | 843M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1142.29/1142.68 c 1143s| 13850k| 1263k| 10625k| 0.8 | 844M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1143.09/1143.49 c 1143s| 13860k| 1264k| 10633k| 0.8 | 845M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1144.00/1144.36 c 1144s| 13870k| 1265k| 10641k| 0.8 | 845M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1144.89/1145.20 c 1145s| 13880k| 1266k| 10649k| 0.8 | 846M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1145.70/1146.05 c 1146s| 13890k| 1268k| 10656k| 0.8 | 846M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1146.49/1146.89 c 1147s| 13900k| 1269k| 10664k| 0.8 | 847M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1147.40/1147.72 c 1148s| 13910k| 1270k| 10672k| 0.8 | 848M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1148.19/1148.56 c 1149s| 13920k| 1270k| 10679k| 0.8 | 848M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1148.99/1149.38 c 1149s| 13930k| 1272k| 10687k| 0.8 | 849M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1149.90/1150.23 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1149.90/1150.23 c 1150s| 13940k| 1273k| 10695k| 0.8 | 850M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1150.70/1151.04 c 1151s| 13950k| 1274k| 10702k| 0.8 | 850M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1151.49/1151.84 c 1152s| 13960k| 1274k| 10710k| 0.8 | 851M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1152.30/1152.63 c 1153s| 13970k| 1276k| 10718k| 0.8 | 852M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1153.10/1153.43 c 1153s| 13980k| 1277k| 10725k| 0.8 | 852M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1153.89/1154.22 c 1154s| 13990k| 1278k| 10733k| 0.8 | 853M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1154.70/1155.03 c 1155s| 14000k| 1279k| 10741k| 0.8 | 853M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1155.59/1155.93 c 1156s| 14010k| 1279k| 10748k| 0.8 | 854M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1156.49/1156.80 c 1157s| 14020k| 1280k| 10756k| 0.8 | 854M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1157.29/1157.66 c 1158s| 14030k| 1281k| 10763k| 0.8 | 855M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1158.19/1158.50 c 1158s| 14040k| 1282k| 10771k| 0.8 | 856M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1158.89/1159.30 c 1159s| 14050k| 1283k| 10779k| 0.8 | 856M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1159.79/1160.11 c 1160s| 14060k| 1284k| 10787k| 0.8 | 857M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1160.59/1160.95 c 1161s| 14070k| 1285k| 10794k| 0.8 | 858M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1161.39/1161.78 c 1162s| 14080k| 1287k| 10802k| 0.8 | 858M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1162.30/1162.63 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1162.30/1162.63 c 1163s| 14090k| 1288k| 10810k| 0.8 | 859M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1163.09/1163.49 c 1163s| 14100k| 1288k| 10817k| 0.8 | 859M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1163.89/1164.27 c 1164s| 14110k| 1290k| 10825k| 0.8 | 860M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1164.70/1165.08 c 1165s| 14120k| 1291k| 10833k| 0.8 | 861M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1165.60/1165.93 c 1166s| 14130k| 1292k| 10840k| 0.8 | 861M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1166.39/1166.78 c 1167s| 14140k| 1293k| 10848k| 0.8 | 862M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1167.29/1167.66 c 1168s| 14150k| 1294k| 10856k| 0.8 | 863M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1168.19/1168.56 c 1169s| 14160k| 1295k| 10863k| 0.8 | 863M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1169.09/1169.46 c 1169s| 14170k| 1295k| 10871k| 0.8 | 864M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1170.00/1170.37 c 1170s| 14180k| 1296k| 10879k| 0.8 | 864M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1170.89/1171.23 c 1171s| 14190k| 1297k| 10886k| 0.8 | 865M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1171.79/1172.14 c 1172s| 14200k| 1299k| 10894k| 0.8 | 866M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1172.69/1173.06 c 1173s| 14210k| 1299k| 10902k| 0.8 | 866M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1173.59/1173.91 c 1174s| 14220k| 1301k| 10909k| 0.8 | 867M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1174.39/1174.78 c 1175s| 14230k| 1302k| 10917k| 0.8 | 868M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1175.39/1175.75 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1175.39/1175.75 c 1176s| 14240k| 1302k| 10924k| 0.8 | 868M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1176.29/1176.63 c 1177s| 14250k| 1303k| 10932k| 0.8 | 869M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1177.29/1177.61 c 1178s| 14260k| 1304k| 10940k| 0.8 | 869M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1178.09/1178.49 c 1178s| 14270k| 1305k| 10947k| 0.8 | 870M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1178.99/1179.38 c 1179s| 14280k| 1307k| 10955k| 0.8 | 871M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1179.90/1180.26 c 1180s| 14290k| 1307k| 10963k| 0.8 | 871M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1180.79/1181.14 c 1181s| 14300k| 1309k| 10970k| 0.8 | 872M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1181.69/1182.03 c 1182s| 14310k| 1309k| 10977k| 0.8 | 872M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1182.59/1182.92 c 1183s| 14320k| 1310k| 10985k| 0.8 | 873M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1183.39/1183.77 c 1184s| 14330k| 1312k| 10993k| 0.8 | 874M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1184.30/1184.62 c 1185s| 14340k| 1312k| 11001k| 0.8 | 874M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1185.09/1185.48 c 1185s| 14350k| 1313k| 11008k| 0.8 | 875M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1185.99/1186.35 c 1186s| 14360k| 1314k| 11016k| 0.8 | 875M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1186.89/1187.23 c 1187s| 14370k| 1315k| 11023k| 0.8 | 876M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1187.79/1188.11 c 1188s| 14380k| 1316k| 11031k| 0.8 | 877M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1188.59/1188.97 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1188.59/1188.97 c 1189s| 14390k| 1317k| 11039k| 0.8 | 877M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1189.49/1189.84 c 1190s| 14400k| 1318k| 11046k| 0.8 | 878M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1190.29/1190.66 c 1191s| 14410k| 1319k| 11054k| 0.8 | 879M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1191.18/1191.50 c 1192s| 14420k| 1320k| 11062k| 0.8 | 879M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1192.00/1192.38 c 1192s| 14430k| 1321k| 11070k| 0.8 | 880M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1192.88/1193.22 c 1193s| 14440k| 1322k| 11077k| 0.8 | 880M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1193.79/1194.11 c 1194s| 14450k| 1323k| 11085k| 0.8 | 881M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1194.69/1195.05 c 1195s| 14460k| 1324k| 11093k| 0.8 | 882M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1195.59/1195.95 c 1196s| 14470k| 1325k| 11100k| 0.8 | 882M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1196.50/1196.88 c 1197s| 14480k| 1326k| 11108k| 0.8 | 883M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1197.39/1197.72 c 1198s| 14490k| 1327k| 11116k| 0.8 | 884M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1198.29/1198.61 c 1199s| 14500k| 1328k| 11123k| 0.8 | 884M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1199.08/1199.45 c 1199s| 14510k| 1329k| 11131k| 0.8 | 885M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1199.98/1200.31 c 1200s| 14520k| 1330k| 11138k| 0.8 | 885M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1200.79/1201.15 c 1201s| 14530k| 1331k| 11146k| 0.8 | 886M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1201.68/1202.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1201.68/1202.07 c 1202s| 14540k| 1332k| 11153k| 0.8 | 887M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1202.59/1202.92 c 1203s| 14550k| 1333k| 11161k| 0.8 | 887M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1203.39/1203.79 c 1204s| 14560k| 1334k| 11169k| 0.8 | 888M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1204.29/1204.66 c 1205s| 14570k| 1335k| 11176k| 0.8 | 888M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1205.08/1205.49 c 1205s| 14580k| 1337k| 11184k| 0.8 | 889M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1205.98/1206.38 c 1206s| 14590k| 1337k| 11192k| 0.8 | 890M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1206.88/1207.24 c 1207s| 14600k| 1338k| 11199k| 0.8 | 890M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1207.69/1208.09 c 1208s| 14610k| 1339k| 11207k| 0.8 | 891M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1208.59/1208.91 c 1209s| 14620k| 1340k| 11215k| 0.8 | 892M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1209.39/1209.76 c 1210s| 14630k| 1341k| 11223k| 0.8 | 892M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1210.28/1210.62 c 1211s| 14640k| 1342k| 11230k| 0.8 | 893M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1211.08/1211.42 c 1211s| 14650k| 1344k| 11238k| 0.8 | 893M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1211.89/1212.24 c 1212s| 14660k| 1345k| 11245k| 0.8 | 894M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1212.78/1213.13 c 1213s| 14670k| 1346k| 11253k| 0.8 | 895M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1213.68/1214.03 c 1214s| 14680k| 1347k| 11261k| 0.8 | 895M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1214.59/1214.93 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1214.59/1214.93 c 1215s| 14690k| 1347k| 11268k| 0.8 | 896M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1215.38/1215.79 c 1216s| 14700k| 1349k| 11276k| 0.8 | 897M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1216.29/1216.69 c 1217s| 14710k| 1350k| 11284k| 0.8 | 897M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1217.19/1217.57 c 1218s| 14720k| 1351k| 11291k| 0.8 | 898M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1218.08/1218.43 c 1218s| 14730k| 1352k| 11299k| 0.8 | 898M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1218.98/1219.32 c 1219s| 14740k| 1353k| 11307k| 0.8 | 899M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1219.88/1220.24 c 1220s| 14750k| 1354k| 11314k| 0.8 | 900M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1220.78/1221.15 c 1221s| 14760k| 1354k| 11322k| 0.8 | 900M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1221.69/1222.05 c 1222s| 14770k| 1355k| 11330k| 0.8 | 901M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1222.58/1222.91 c 1223s| 14780k| 1356k| 11337k| 0.8 | 901M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1223.49/1223.80 c 1224s| 14790k| 1358k| 11345k| 0.8 | 902M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1224.28/1224.68 c 1225s| 14800k| 1359k| 11353k| 0.8 | 903M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1225.18/1225.54 c 1226s| 14810k| 1360k| 11360k| 0.8 | 903M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1225.98/1226.39 c 1226s| 14820k| 1361k| 11368k| 0.8 | 904M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1226.88/1227.28 c 1227s| 14830k| 1362k| 11376k| 0.8 | 905M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1227.78/1228.17 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1227.78/1228.17 c 1228s| 14840k| 1363k| 11383k| 0.8 | 905M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1228.69/1229.04 c 1229s| 14850k| 1363k| 11391k| 0.8 | 906M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1229.49/1229.89 c 1230s| 14860k| 1364k| 11399k| 0.8 | 906M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1230.38/1230.72 c 1231s| 14870k| 1366k| 11407k| 0.8 | 907M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1231.18/1231.58 c 1232s| 14880k| 1367k| 11414k| 0.8 | 908M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1232.08/1232.42 c 1232s| 14890k| 1368k| 11422k| 0.8 | 908M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1232.88/1233.26 c 1233s| 14900k| 1369k| 11429k| 0.8 | 909M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1233.79/1234.10 c 1234s| 14910k| 1370k| 11437k| 0.8 | 910M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1234.68/1235.00 c 1235s| 14920k| 1371k| 11445k| 0.8 | 910M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1235.49/1235.89 c 1236s| 14930k| 1372k| 11452k| 0.8 | 911M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1236.38/1236.76 c 1237s| 14940k| 1373k| 11460k| 0.8 | 912M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1237.29/1237.63 c 1238s| 14950k| 1374k| 11468k| 0.8 | 912M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1238.08/1238.48 c 1238s| 14960k| 1375k| 11476k| 0.8 | 913M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1238.98/1239.36 c 1239s| 14970k| 1376k| 11483k| 0.8 | 913M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1239.88/1240.21 c 1240s| 14980k| 1377k| 11491k| 0.8 | 914M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1240.68/1241.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1240.68/1241.06 c 1241s| 14990k| 1378k| 11499k| 0.8 | 915M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1241.58/1241.96 c 1242s| 15000k| 1379k| 11506k| 0.8 | 915M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1242.48/1242.89 c 1243s| 15010k| 1380k| 11514k| 0.8 | 916M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1243.48/1243.81 c 1244s| 15020k| 1381k| 11521k| 0.8 | 916M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1244.38/1244.72 c 1245s| 15030k| 1382k| 11529k| 0.8 | 917M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1245.18/1245.55 c 1246s| 15040k| 1383k| 11537k| 0.8 | 918M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1246.08/1246.45 c 1246s| 15050k| 1384k| 11545k| 0.8 | 918M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1246.98/1247.34 c 1247s| 15060k| 1385k| 11552k| 0.8 | 919M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1247.88/1248.20 c 1248s| 15070k| 1386k| 11560k| 0.8 | 920M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1248.78/1249.10 c 1249s| 15080k| 1387k| 11568k| 0.8 | 920M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1249.68/1250.02 c 1250s| 15090k| 1388k| 11575k| 0.8 | 921M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1250.58/1250.91 c 1251s| 15100k| 1389k| 11583k| 0.8 | 921M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1251.39/1251.78 c 1252s| 15110k| 1390k| 11591k| 0.8 | 922M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1252.28/1252.61 c 1253s| 15120k| 1391k| 11598k| 0.8 | 923M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1253.08/1253.44 c 1253s| 15130k| 1392k| 11606k| 0.8 | 923M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1253.98/1254.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1253.98/1254.30 c 1254s| 15140k| 1393k| 11614k| 0.8 | 924M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1254.79/1255.16 c 1255s| 15150k| 1394k| 11621k| 0.8 | 925M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1255.58/1255.97 c 1256s| 15160k| 1395k| 11629k| 0.8 | 925M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1256.48/1256.86 c 1257s| 15170k| 1396k| 11637k| 0.8 | 926M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1257.38/1257.77 c 1258s| 15180k| 1397k| 11644k| 0.8 | 926M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1258.27/1258.65 c 1259s| 15190k| 1398k| 11652k| 0.8 | 927M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1259.18/1259.50 c 1259s| 15200k| 1399k| 11660k| 0.8 | 928M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1259.98/1260.38 c 1260s| 15210k| 1401k| 11667k| 0.8 | 928M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1260.87/1261.29 c 1261s| 15220k| 1401k| 11675k| 0.8 | 929M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1261.78/1262.18 c 1262s| 15230k| 1402k| 11683k| 0.8 | 930M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1262.67/1263.02 c 1263s| 15240k| 1403k| 11690k| 0.8 | 930M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1263.58/1263.90 c 1264s| 15250k| 1404k| 11698k| 0.8 | 931M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1264.37/1264.79 c 1265s| 15260k| 1405k| 11706k| 0.8 | 932M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1265.27/1265.65 c 1266s| 15270k| 1407k| 11713k| 0.8 | 932M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1266.17/1266.52 c 1267s| 15280k| 1408k| 11721k| 0.8 | 933M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1266.98/1267.38 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1266.98/1267.38 c 1267s| 15290k| 1408k| 11728k| 0.8 | 933M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1267.88/1268.29 c 1268s| 15300k| 1409k| 11736k| 0.8 | 934M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1268.88/1269.21 c 1269s| 15310k| 1410k| 11744k| 0.8 | 934M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1269.67/1270.08 c 1270s| 15320k| 1411k| 11751k| 0.8 | 935M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1270.58/1270.96 c 1271s| 15330k| 1412k| 11759k| 0.8 | 936M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1271.48/1271.85 c 1272s| 15340k| 1413k| 11767k| 0.8 | 936M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1272.39/1272.71 c 1273s| 15350k| 1415k| 11775k| 0.8 | 937M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1273.28/1273.64 c 1274s| 15360k| 1415k| 11782k| 0.8 | 938M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1274.18/1274.56 c 1275s| 15370k| 1416k| 11790k| 0.8 | 938M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1275.18/1275.50 c 1275s| 15380k| 1417k| 11798k| 0.8 | 939M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1275.97/1276.37 c 1276s| 15390k| 1418k| 11805k| 0.8 | 939M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1276.88/1277.23 c 1277s| 15400k| 1419k| 11813k| 0.8 | 940M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1277.78/1278.14 c 1278s| 15410k| 1420k| 11821k| 0.8 | 941M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1278.67/1279.03 c 1279s| 15420k| 1421k| 11828k| 0.8 | 941M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1279.57/1279.91 c 1280s| 15430k| 1423k| 11836k| 0.8 | 942M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1280.47/1280.80 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1280.47/1280.80 c 1281s| 15440k| 1423k| 11844k| 0.8 | 943M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1281.28/1281.65 c 1282s| 15450k| 1424k| 11851k| 0.8 | 943M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1282.07/1282.50 c 1282s| 15460k| 1425k| 11859k| 0.8 | 944M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1282.97/1283.32 c 1283s| 15470k| 1426k| 11867k| 0.8 | 945M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1283.78/1284.14 c 1284s| 15480k| 1427k| 11875k| 0.8 | 945M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1284.58/1284.95 c 1285s| 15490k| 1428k| 11882k| 0.8 | 946M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1285.37/1285.79 c 1286s| 15500k| 1430k| 11890k| 0.8 | 946M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1286.28/1286.62 c 1287s| 15510k| 1431k| 11898k| 0.8 | 947M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1287.07/1287.46 c 1287s| 15520k| 1432k| 11905k| 0.8 | 948M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1287.97/1288.37 c 1288s| 15530k| 1433k| 11913k| 0.8 | 948M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1288.88/1289.25 c 1289s| 15540k| 1434k| 11921k| 0.8 | 949M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1289.77/1290.16 c 1290s| 15550k| 1434k| 11928k| 0.8 | 950M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1290.67/1291.01 c 1291s| 15560k| 1436k| 11936k| 0.8 | 950M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1291.47/1291.87 c 1292s| 15570k| 1437k| 11944k| 0.8 | 951M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1292.37/1292.74 c 1293s| 15580k| 1438k| 11951k| 0.8 | 952M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1293.28/1293.61 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1293.28/1293.61 c 1294s| 15590k| 1439k| 11959k| 0.8 | 952M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1294.08/1294.45 c 1294s| 15600k| 1440k| 11967k| 0.8 | 953M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1294.97/1295.33 c 1295s| 15610k| 1441k| 11974k| 0.8 | 953M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1295.88/1296.21 c 1296s| 15620k| 1442k| 11982k| 0.8 | 954M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1296.67/1297.07 c 1297s| 15630k| 1443k| 11990k| 0.8 | 955M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1297.58/1297.91 c 1298s| 15640k| 1444k| 11997k| 0.8 | 955M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1298.38/1298.74 c 1299s| 15650k| 1445k| 12005k| 0.8 | 956M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1299.17/1299.59 c 1300s| 15660k| 1446k| 12013k| 0.8 | 957M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1300.07/1300.43 c 1300s| 15670k| 1447k| 12020k| 0.8 | 957M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1300.88/1301.30 c 1301s| 15680k| 1448k| 12028k| 0.8 | 958M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1301.77/1302.17 c 1302s| 15690k| 1449k| 12036k| 0.8 | 958M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1302.68/1303.01 c 1303s| 15700k| 1450k| 12043k| 0.8 | 959M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1303.47/1303.88 c 1304s| 15710k| 1451k| 12051k| 0.8 | 960M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1304.37/1304.75 c 1305s| 15720k| 1452k| 12059k| 0.8 | 960M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1305.17/1305.58 c 1306s| 15730k| 1453k| 12067k| 0.8 | 961M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1306.07/1306.47 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1306.07/1306.47 c 1306s| 15740k| 1454k| 12074k| 0.8 | 962M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1307.07/1307.41 c 1307s| 15750k| 1455k| 12082k| 0.8 | 962M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1307.97/1308.30 c 1308s| 15760k| 1456k| 12089k| 0.8 | 963M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1308.77/1309.17 c 1309s| 15770k| 1457k| 12097k| 0.8 | 963M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1309.67/1310.01 c 1310s| 15780k| 1458k| 12105k| 0.8 | 964M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1310.47/1310.87 c 1311s| 15790k| 1459k| 12113k| 0.8 | 965M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1311.36/1311.78 c 1312s| 15800k| 1460k| 12120k| 0.8 | 965M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1312.27/1312.66 c 1313s| 15810k| 1461k| 12128k| 0.8 | 966M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1313.17/1313.51 c 1314s| 15820k| 1462k| 12136k| 0.8 | 966M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1313.97/1314.40 c 1314s| 15830k| 1463k| 12143k| 0.8 | 967M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1314.87/1315.28 c 1315s| 15840k| 1464k| 12151k| 0.8 | 968M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1315.76/1316.16 c 1316s| 15850k| 1465k| 12158k| 0.8 | 968M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1316.67/1317.03 c 1317s| 15860k| 1466k| 12166k| 0.8 | 969M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1317.57/1317.91 c 1318s| 15870k| 1467k| 12174k| 0.8 | 970M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1318.47/1318.87 c 1319s| 15880k| 1468k| 12181k| 0.8 | 970M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1319.37/1319.76 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1319.37/1319.76 c 1320s| 15890k| 1469k| 12189k| 0.8 | 971M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1320.27/1320.68 c 1321s| 15900k| 1470k| 12197k| 0.8 | 971M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1321.17/1321.55 c 1322s| 15910k| 1471k| 12204k| 0.8 | 972M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1322.07/1322.44 c 1322s| 15920k| 1472k| 12212k| 0.8 | 973M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1322.98/1323.35 c 1323s| 15930k| 1473k| 12220k| 0.8 | 973M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1323.86/1324.23 c 1324s| 15940k| 1474k| 12227k| 0.8 | 974M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1324.77/1325.13 c 1325s| 15950k| 1475k| 12235k| 0.8 | 974M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1325.67/1326.02 c 1326s| 15960k| 1476k| 12243k| 0.8 | 975M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1326.57/1326.90 c 1327s| 15970k| 1477k| 12250k| 0.8 | 976M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1327.47/1327.81 c 1328s| 15980k| 1478k| 12258k| 0.8 | 976M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1328.38/1328.74 c 1329s| 15990k| 1479k| 12266k| 0.8 | 977M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1329.27/1329.61 c 1330s| 16000k| 1480k| 12273k| 0.8 | 978M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1330.06/1330.49 c 1330s| 16010k| 1481k| 12281k| 0.8 | 978M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1330.97/1331.39 c 1331s| 16020k| 1482k| 12288k| 0.8 | 979M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1331.97/1332.33 c 1332s| 16030k| 1483k| 12296k| 0.8 | 979M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1332.88/1333.23 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1332.88/1333.23 c 1333s| 16040k| 1484k| 12304k| 0.8 | 980M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1333.77/1334.15 c 1334s| 16050k| 1485k| 12311k| 0.8 | 981M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1334.67/1335.02 c 1335s| 16060k| 1486k| 12319k| 0.8 | 981M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1335.57/1335.90 c 1336s| 16070k| 1487k| 12327k| 0.8 | 982M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1336.46/1336.80 c 1337s| 16080k| 1488k| 12334k| 0.8 | 982M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1337.27/1337.68 c 1338s| 16090k| 1489k| 12342k| 0.8 | 983M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1338.16/1338.56 c 1339s| 16100k| 1490k| 12350k| 0.8 | 984M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1339.07/1339.45 c 1339s| 16110k| 1491k| 12357k| 0.8 | 984M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1340.07/1340.41 c 1340s| 16120k| 1492k| 12365k| 0.8 | 985M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1340.97/1341.30 c 1341s| 16130k| 1493k| 12373k| 0.8 | 986M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1341.86/1342.24 c 1342s| 16140k| 1494k| 12380k| 0.8 | 986M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1342.77/1343.12 c 1343s| 16150k| 1495k| 12388k| 0.8 | 987M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1343.56/1343.99 c 1344s| 16160k| 1496k| 12396k| 0.8 | 987M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1344.47/1344.84 c 1345s| 16170k| 1497k| 12404k| 0.8 | 988M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1345.36/1345.76 c 1346s| 16180k| 1498k| 12411k| 0.8 | 989M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1346.26/1346.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1346.26/1346.64 c 1347s| 16190k| 1499k| 12419k| 0.8 | 989M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1347.17/1347.54 c 1348s| 16200k| 1500k| 12427k| 0.8 | 990M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1348.06/1348.44 c 1348s| 16210k| 1501k| 12434k| 0.8 | 991M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1348.96/1349.31 c 1349s| 16220k| 1502k| 12442k| 0.8 | 991M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1349.76/1350.18 c 1350s| 16230k| 1504k| 12450k| 0.8 | 992M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1350.77/1351.11 c 1351s| 16240k| 1504k| 12457k| 0.8 | 993M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1351.66/1352.04 c 1352s| 16250k| 1505k| 12465k| 0.8 | 993M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1352.57/1352.99 c 1353s| 16260k| 1506k| 12472k| 0.8 | 994M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1353.57/1353.92 c 1354s| 16270k| 1507k| 12480k| 0.8 | 994M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1354.46/1354.80 c 1355s| 16280k| 1508k| 12488k| 0.8 | 995M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1355.36/1355.72 c 1356s| 16290k| 1509k| 12496k| 0.8 | 996M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1356.27/1356.62 c 1357s| 16300k| 1510k| 12503k| 0.8 | 996M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1357.16/1357.54 c 1358s| 16310k| 1511k| 12511k| 0.8 | 997M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1358.07/1358.45 c 1358s| 16320k| 1512k| 12519k| 0.8 | 997M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1358.96/1359.35 c 1359s| 16330k| 1513k| 12526k| 0.8 | 998M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1359.86/1360.22 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1359.86/1360.22 c 1360s| 16340k| 1514k| 12534k| 0.8 | 999M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1360.77/1361.12 c 1361s| 16350k| 1515k| 12542k| 0.8 | 999M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1361.56/1361.98 c 1362s| 16360k| 1516k| 12549k| 0.8 |1000M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1362.46/1362.87 c 1363s| 16370k| 1518k| 12557k| 0.8 |1001M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1363.36/1363.71 c 1364s| 16380k| 1519k| 12565k| 0.8 |1001M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1364.16/1364.57 c 1365s| 16390k| 1520k| 12572k| 0.8 |1002M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1365.06/1365.42 c 1365s| 16400k| 1521k| 12580k| 0.8 |1002M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1365.96/1366.33 c 1366s| 16410k| 1522k| 12588k| 0.8 |1003M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1366.87/1367.20 c 1367s| 16420k| 1523k| 12595k| 0.8 |1004M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1367.76/1368.12 c 1368s| 16430k| 1524k| 12603k| 0.8 |1004M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1368.66/1369.02 c 1369s| 16440k| 1525k| 12610k| 0.8 |1005M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1369.56/1369.95 c 1370s| 16450k| 1526k| 12618k| 0.8 |1006M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1370.46/1370.84 c 1371s| 16460k| 1526k| 12626k| 0.8 |1006M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1371.36/1371.75 c 1372s| 16470k| 1527k| 12633k| 0.8 |1007M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1372.26/1372.64 c 1373s| 16480k| 1528k| 12641k| 0.8 |1007M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1373.16/1373.54 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1373.16/1373.54 c 1374s| 16490k| 1529k| 12649k| 0.8 |1008M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1374.06/1374.46 c 1374s| 16500k| 1531k| 12657k| 0.8 |1009M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1374.96/1375.36 c 1375s| 16510k| 1532k| 12664k| 0.8 |1009M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1375.86/1376.26 c 1376s| 16520k| 1533k| 12672k| 0.8 |1010M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1376.77/1377.18 c 1377s| 16530k| 1534k| 12680k| 0.8 |1010M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1377.76/1378.10 c 1378s| 16540k| 1535k| 12687k| 0.8 |1011M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1378.66/1379.06 c 1379s| 16550k| 1536k| 12695k| 0.8 |1012M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1379.66/1380.00 c 1380s| 16560k| 1536k| 12702k| 0.8 |1012M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1380.56/1380.90 c 1381s| 16570k| 1537k| 12710k| 0.8 |1013M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1381.36/1381.78 c 1382s| 16580k| 1538k| 12718k| 0.8 |1014M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1382.36/1382.71 c 1383s| 16590k| 1540k| 12726k| 0.8 |1014M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1383.26/1383.63 c 1384s| 16600k| 1541k| 12733k| 0.8 |1015M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1384.16/1384.53 c 1385s| 16610k| 1542k| 12741k| 0.8 |1016M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1385.06/1385.42 c 1385s| 16620k| 1543k| 12749k| 0.8 |1016M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1385.96/1386.30 c 1386s| 16630k| 1544k| 12756k| 0.8 |1017M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1386.86/1387.26 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1386.86/1387.26 c 1387s| 16640k| 1545k| 12764k| 0.8 |1017M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1387.76/1388.15 c 1388s| 16650k| 1546k| 12771k| 0.8 |1018M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1388.66/1389.06 c 1389s| 16660k| 1547k| 12779k| 0.8 |1019M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1389.55/1389.93 c 1390s| 16670k| 1548k| 12787k| 0.8 |1019M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1390.46/1390.84 c 1391s| 16680k| 1549k| 12794k| 0.8 |1020M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1391.36/1391.71 c 1392s| 16690k| 1550k| 12802k| 0.8 |1020M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1392.16/1392.60 c 1393s| 16700k| 1551k| 12810k| 0.8 |1021M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1393.06/1393.45 c 1393s| 16710k| 1552k| 12818k| 0.8 |1022M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1393.96/1394.33 c 1394s| 16720k| 1553k| 12825k| 0.8 |1022M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1394.85/1395.24 c 1395s| 16730k| 1554k| 12833k| 0.8 |1023M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1395.76/1396.13 c 1396s| 16740k| 1555k| 12841k| 0.8 |1024M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1396.66/1397.05 c 1397s| 16750k| 1556k| 12848k| 0.8 |1024M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1397.55/1397.92 c 1398s| 16760k| 1557k| 12856k| 0.8 |1025M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1398.45/1398.81 c 1399s| 16770k| 1558k| 12863k| 0.8 |1025M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1399.35/1399.70 c 1400s| 16780k| 1559k| 12871k| 0.8 |1026M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1400.26/1400.62 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1400.26/1400.62 c 1401s| 16790k| 1560k| 12879k| 0.8 |1027M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1401.16/1401.52 c 1402s| 16800k| 1561k| 12886k| 0.8 |1027M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1402.06/1402.43 c 1402s| 16810k| 1562k| 12894k| 0.8 |1028M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1402.96/1403.37 c 1403s| 16820k| 1563k| 12901k| 0.8 |1028M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1403.86/1404.24 c 1404s| 16830k| 1564k| 12909k| 0.8 |1029M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1404.86/1405.22 c 1405s| 16840k| 1564k| 12916k| 0.8 |1030M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1405.76/1406.13 c 1406s| 16850k| 1566k| 12924k| 0.8 |1030M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1406.65/1407.05 c 1407s| 16860k| 1566k| 12932k| 0.8 |1031M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1407.56/1407.93 c 1408s| 16870k| 1567k| 12940k| 0.8 |1031M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1408.45/1408.83 c 1409s| 16880k| 1569k| 12948k| 0.8 |1032M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1409.36/1409.73 c 1410s| 16890k| 1570k| 12955k| 0.8 |1033M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1410.25/1410.63 c 1411s| 16900k| 1571k| 12963k| 0.8 |1033M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1411.15/1411.53 c 1412s| 16910k| 1572k| 12970k| 0.8 |1034M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1412.06/1412.44 c 1412s| 16920k| 1573k| 12978k| 0.8 |1035M| 62 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1412.95/1413.32 c 1413s| 16930k| 1574k| 12986k| 0.8 |1035M| 62 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1413.75/1414.10 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1413.75/1414.10 c 1414s| 16940k| 1576k| 12993k| 0.8 |1036M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1414.66/1415.03 c 1415s| 16950k| 1577k| 13001k| 0.8 |1037M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1415.55/1415.92 c 1416s| 16960k| 1578k| 13009k| 0.8 |1037M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1416.46/1416.83 c 1417s| 16970k| 1578k| 13016k| 0.8 |1038M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1417.35/1417.72 c 1418s| 16980k| 1579k| 13024k| 0.8 |1039M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1418.25/1418.64 c 1419s| 16990k| 1580k| 13032k| 0.8 |1039M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1419.15/1419.53 c 1420s| 17000k| 1581k| 13039k| 0.8 |1040M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1419.95/1420.39 c 1420s| 17010k| 1582k| 13047k| 0.8 |1040M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1420.86/1421.26 c 1421s| 17020k| 1584k| 13055k| 0.8 |1041M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1421.75/1422.14 c 1422s| 17030k| 1585k| 13062k| 0.8 |1042M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1422.65/1423.00 c 1423s| 17040k| 1586k| 13070k| 0.8 |1042M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1423.45/1423.85 c 1424s| 17050k| 1587k| 13078k| 0.8 |1043M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1424.25/1424.69 c 1425s| 17060k| 1588k| 13085k| 0.8 |1044M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1425.16/1425.55 c 1426s| 17070k| 1589k| 13093k| 0.8 |1044M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1426.06/1426.46 c 1426s| 17080k| 1590k| 13101k| 0.8 |1045M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1426.96/1427.39 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1426.96/1427.39 c 1427s| 17090k| 1591k| 13108k| 0.8 |1046M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1427.96/1428.33 c 1428s| 17100k| 1591k| 13116k| 0.8 |1046M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1428.85/1429.24 c 1429s| 17110k| 1592k| 13124k| 0.8 |1047M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1429.75/1430.12 c 1430s| 17120k| 1593k| 13131k| 0.8 |1047M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1430.65/1431.04 c 1431s| 17130k| 1595k| 13139k| 0.8 |1048M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1431.55/1431.95 c 1432s| 17140k| 1596k| 13147k| 0.8 |1049M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1432.45/1432.83 c 1433s| 17150k| 1597k| 13155k| 0.8 |1049M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1433.35/1433.76 c 1434s| 17160k| 1598k| 13162k| 0.8 |1050M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1434.25/1434.69 c 1435s| 17170k| 1599k| 13170k| 0.8 |1050M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1435.16/1435.59 c 1436s| 17180k| 1600k| 13177k| 0.8 |1051M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1436.05/1436.44 c 1436s| 17190k| 1601k| 13185k| 0.8 |1052M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1437.05/1437.40 c 1437s| 17200k| 1602k| 13193k| 0.8 |1052M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1437.95/1438.31 c 1438s| 17210k| 1603k| 13200k| 0.8 |1053M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1438.85/1439.23 c 1439s| 17220k| 1603k| 13208k| 0.8 |1053M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1439.75/1440.12 c 1440s| 17230k| 1605k| 13216k| 0.8 |1054M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1440.66/1441.03 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1440.66/1441.03 c 1441s| 17240k| 1606k| 13223k| 0.8 |1055M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1441.55/1441.92 c 1442s| 17250k| 1607k| 13231k| 0.8 |1055M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1442.45/1442.82 c 1443s| 17260k| 1608k| 13239k| 0.8 |1056M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1443.25/1443.68 c 1444s| 17270k| 1609k| 13247k| 0.8 |1057M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1444.15/1444.60 c 1445s| 17280k| 1610k| 13254k| 0.8 |1057M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1445.05/1445.46 c 1445s| 17290k| 1611k| 13262k| 0.8 |1058M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1445.94/1446.32 c 1446s| 17300k| 1612k| 13269k| 0.8 |1059M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1446.85/1447.21 c 1447s| 17310k| 1613k| 13277k| 0.8 |1059M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1447.75/1448.10 c 1448s| 17320k| 1614k| 13285k| 0.8 |1060M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1448.64/1449.05 c 1449s| 17330k| 1615k| 13292k| 0.8 |1060M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1449.55/1449.95 c 1450s| 17340k| 1616k| 13300k| 0.8 |1061M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1450.46/1450.86 c 1451s| 17350k| 1617k| 13308k| 0.8 |1062M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1451.34/1451.78 c 1452s| 17360k| 1618k| 13315k| 0.8 |1062M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1452.25/1452.68 c 1453s| 17370k| 1619k| 13323k| 0.8 |1063M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1453.14/1453.59 c 1454s| 17380k| 1620k| 13331k| 0.8 |1063M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1454.05/1454.47 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1454.05/1454.47 c 1454s| 17390k| 1621k| 13338k| 0.8 |1064M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1454.95/1455.37 c 1455s| 17400k| 1622k| 13346k| 0.8 |1065M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1455.85/1456.28 c 1456s| 17410k| 1623k| 13354k| 0.8 |1065M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1456.75/1457.13 c 1457s| 17420k| 1624k| 13361k| 0.8 |1066M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1457.65/1458.00 c 1458s| 17430k| 1625k| 13369k| 0.8 |1067M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1458.45/1458.86 c 1459s| 17440k| 1626k| 13377k| 0.8 |1067M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1459.36/1459.78 c 1460s| 17450k| 1627k| 13384k| 0.8 |1068M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1460.25/1460.69 c 1461s| 17460k| 1628k| 13392k| 0.8 |1068M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1461.14/1461.58 c 1462s| 17470k| 1629k| 13399k| 0.8 |1069M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1462.05/1462.45 c 1462s| 17480k| 1630k| 13407k| 0.8 |1070M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1462.95/1463.38 c 1463s| 17490k| 1631k| 13415k| 0.8 |1070M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1463.84/1464.28 c 1464s| 17500k| 1632k| 13422k| 0.8 |1071M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1464.75/1465.20 c 1465s| 17510k| 1633k| 13430k| 0.8 |1071M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1465.75/1466.10 c 1466s| 17520k| 1634k| 13437k| 0.8 |1072M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1466.64/1467.00 c 1467s| 17530k| 1635k| 13445k| 0.8 |1073M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1467.45/1467.89 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1467.45/1467.89 c 1468s| 17540k| 1636k| 13453k| 0.8 |1073M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1468.44/1468.80 c 1469s| 17550k| 1637k| 13461k| 0.8 |1074M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1469.35/1469.70 c 1470s| 17560k| 1638k| 13468k| 0.8 |1075M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1470.26/1470.63 c 1471s| 17570k| 1639k| 13476k| 0.8 |1075M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1471.24/1471.60 c 1472s| 17580k| 1640k| 13484k| 0.8 |1076M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1472.15/1472.50 c 1472s| 17590k| 1641k| 13491k| 0.8 |1076M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1473.04/1473.40 c 1473s| 17600k| 1642k| 13499k| 0.8 |1077M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1473.95/1474.34 c 1474s| 17610k| 1643k| 13507k| 0.8 |1078M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1474.85/1475.21 c 1475s| 17620k| 1644k| 13514k| 0.8 |1078M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1475.75/1476.12 c 1476s| 17630k| 1645k| 13522k| 0.8 |1079M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1476.65/1477.00 c 1477s| 17640k| 1646k| 13530k| 0.8 |1080M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1477.55/1477.92 c 1478s| 17650k| 1647k| 13537k| 0.8 |1080M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1478.45/1478.83 c 1479s| 17660k| 1648k| 13545k| 0.8 |1081M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1479.34/1479.70 c 1480s| 17670k| 1649k| 13552k| 0.8 |1082M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1480.15/1480.59 c 1481s| 17680k| 1650k| 13560k| 0.8 |1082M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1481.05/1481.43 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1481.05/1481.43 c 1481s| 17690k| 1651k| 13568k| 0.8 |1083M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1481.95/1482.35 c 1482s| 17700k| 1652k| 13575k| 0.8 |1084M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1482.85/1483.26 c 1483s| 17710k| 1653k| 13583k| 0.8 |1084M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1483.74/1484.17 c 1484s| 17720k| 1654k| 13591k| 0.8 |1085M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1484.65/1485.05 c 1485s| 17730k| 1655k| 13598k| 0.8 |1085M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1485.54/1485.98 c 1486s| 17740k| 1656k| 13606k| 0.8 |1086M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1486.44/1486.86 c 1487s| 17750k| 1657k| 13614k| 0.8 |1086M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1487.34/1487.73 c 1488s| 17760k| 1658k| 13621k| 0.8 |1087M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1488.24/1488.63 c 1489s| 17770k| 1659k| 13629k| 0.8 |1088M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1489.14/1489.53 c 1490s| 17780k| 1660k| 13637k| 0.8 |1088M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1490.05/1490.45 c 1490s| 17790k| 1661k| 13644k| 0.8 |1089M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1490.94/1491.34 c 1491s| 17800k| 1662k| 13652k| 0.8 |1090M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1491.84/1492.22 c 1492s| 17810k| 1663k| 13660k| 0.8 |1090M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1492.74/1493.14 c 1493s| 17820k| 1664k| 13667k| 0.8 |1091M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1493.64/1494.05 c 1494s| 17830k| 1665k| 13675k| 0.8 |1091M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1494.55/1494.96 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1494.55/1494.96 c 1495s| 17840k| 1666k| 13683k| 0.8 |1092M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1495.44/1495.88 c 1496s| 17850k| 1667k| 13690k| 0.8 |1093M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1496.34/1496.79 c 1497s| 17860k| 1668k| 13698k| 0.8 |1093M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1497.24/1497.70 c 1498s| 17870k| 1669k| 13706k| 0.8 |1094M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1498.14/1498.57 c 1499s| 17880k| 1670k| 13713k| 0.8 |1095M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1499.04/1499.48 c 1499s| 17890k| 1671k| 13721k| 0.8 |1095M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1499.95/1500.38 c 1500s| 17900k| 1672k| 13729k| 0.8 |1096M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1500.84/1501.25 c 1501s| 17910k| 1674k| 13737k| 0.8 |1097M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1501.74/1502.15 c 1502s| 17920k| 1674k| 13744k| 0.8 |1097M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1502.64/1503.03 c 1503s| 17930k| 1675k| 13752k| 0.8 |1098M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1503.54/1503.90 c 1504s| 17940k| 1676k| 13760k| 0.8 |1098M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1504.45/1504.81 c 1505s| 17950k| 1677k| 13767k| 0.8 |1099M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1505.34/1505.70 c 1506s| 17960k| 1678k| 13775k| 0.8 |1100M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1506.14/1506.58 c 1507s| 17970k| 1680k| 13783k| 0.8 |1100M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1507.14/1507.51 c 1508s| 17980k| 1680k| 13790k| 0.8 |1101M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1508.04/1508.44 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1508.04/1508.44 c 1508s| 17990k| 1682k| 13798k| 0.8 |1101M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1508.94/1509.38 c 1509s| 18000k| 1682k| 13805k| 0.8 |1102M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1509.85/1510.28 c 1510s| 18010k| 1683k| 13813k| 0.8 |1103M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1510.74/1511.17 c 1511s| 18020k| 1684k| 13821k| 0.8 |1103M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1511.74/1512.10 c 1512s| 18030k| 1685k| 13828k| 0.8 |1104M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1512.64/1513.02 c 1513s| 18040k| 1686k| 13836k| 0.8 |1105M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1513.54/1513.90 c 1514s| 18050k| 1687k| 13844k| 0.8 |1105M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1514.35/1514.79 c 1515s| 18060k| 1688k| 13851k| 0.8 |1106M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1515.24/1515.67 c 1516s| 18070k| 1690k| 13859k| 0.8 |1106M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1516.14/1516.56 c 1517s| 18080k| 1691k| 13867k| 0.8 |1107M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1517.04/1517.45 c 1517s| 18090k| 1692k| 13874k| 0.8 |1108M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1517.94/1518.37 c 1518s| 18100k| 1693k| 13882k| 0.8 |1108M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1518.83/1519.27 c 1519s| 18110k| 1694k| 13889k| 0.8 |1109M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1519.84/1520.21 c 1520s| 18120k| 1695k| 13897k| 0.8 |1110M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1520.74/1521.10 c 1521s| 18130k| 1695k| 13905k| 0.8 |1110M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1521.54/1521.94 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1521.54/1521.94 c 1522s| 18140k| 1697k| 13912k| 0.8 |1111M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1522.34/1522.79 c 1523s| 18150k| 1698k| 13920k| 0.8 |1111M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1523.33/1523.70 c 1524s| 18160k| 1698k| 13927k| 0.8 |1112M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1524.25/1524.63 c 1525s| 18170k| 1699k| 13935k| 0.8 |1113M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1525.13/1525.54 c 1526s| 18180k| 1700k| 13943k| 0.8 |1113M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1526.03/1526.46 c 1526s| 18190k| 1701k| 13950k| 0.8 |1114M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1526.94/1527.37 c 1527s| 18200k| 1702k| 13958k| 0.8 |1114M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1527.84/1528.30 c 1528s| 18210k| 1703k| 13966k| 0.8 |1115M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1528.84/1529.25 c 1529s| 18220k| 1704k| 13973k| 0.8 |1116M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1529.75/1530.17 c 1530s| 18230k| 1705k| 13981k| 0.8 |1116M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1530.75/1531.11 c 1531s| 18240k| 1706k| 13989k| 0.8 |1117M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1531.54/1531.99 c 1532s| 18250k| 1707k| 13997k| 0.8 |1118M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1532.53/1532.91 c 1533s| 18260k| 1708k| 14004k| 0.8 |1118M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1533.33/1533.79 c 1534s| 18270k| 1709k| 14012k| 0.8 |1119M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1534.24/1534.69 c 1535s| 18280k| 1710k| 14020k| 0.8 |1119M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1535.14/1535.57 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1535.14/1535.57 c 1536s| 18290k| 1712k| 14027k| 0.8 |1120M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1536.04/1536.42 c 1536s| 18300k| 1713k| 14035k| 0.8 |1121M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1536.94/1537.30 c 1537s| 18310k| 1714k| 14043k| 0.8 |1121M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1537.73/1538.20 c 1538s| 18320k| 1715k| 14050k| 0.8 |1122M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1538.64/1539.08 c 1539s| 18330k| 1716k| 14058k| 0.8 |1123M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1539.54/1540.00 c 1540s| 18340k| 1717k| 14066k| 0.8 |1123M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1540.43/1540.88 c 1541s| 18350k| 1718k| 14073k| 0.8 |1124M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1541.43/1541.80 c 1542s| 18360k| 1718k| 14081k| 0.8 |1124M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1542.33/1542.70 c 1543s| 18370k| 1719k| 14089k| 0.8 |1125M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1543.14/1543.57 c 1544s| 18380k| 1720k| 14096k| 0.8 |1126M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1544.05/1544.44 c 1544s| 18390k| 1722k| 14104k| 0.8 |1126M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1544.94/1545.35 c 1545s| 18400k| 1723k| 14112k| 0.8 |1127M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1545.83/1546.20 c 1546s| 18410k| 1724k| 14119k| 0.8 |1128M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1546.63/1547.07 c 1547s| 18420k| 1725k| 14127k| 0.8 |1128M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1547.54/1547.93 c 1548s| 18430k| 1726k| 14135k| 0.8 |1129M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1548.44/1548.83 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1548.44/1548.83 c 1549s| 18440k| 1727k| 14142k| 0.8 |1130M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1549.33/1549.73 c 1550s| 18450k| 1728k| 14150k| 0.8 |1130M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1550.23/1550.62 c 1551s| 18460k| 1729k| 14158k| 0.8 |1131M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1551.13/1551.52 c 1552s| 18470k| 1730k| 14165k| 0.8 |1131M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1552.03/1552.42 c 1552s| 18480k| 1731k| 14173k| 0.8 |1132M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1552.94/1553.31 c 1553s| 18490k| 1732k| 14181k| 0.8 |1133M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1553.74/1554.17 c 1554s| 18500k| 1733k| 14188k| 0.8 |1133M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1554.64/1555.06 c 1555s| 18510k| 1734k| 14196k| 0.8 |1134M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1555.53/1555.92 c 1556s| 18520k| 1735k| 14204k| 0.8 |1135M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1556.33/1556.76 c 1557s| 18530k| 1737k| 14211k| 0.8 |1135M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1557.33/1557.70 c 1558s| 18540k| 1737k| 14219k| 0.8 |1136M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1558.24/1558.64 c 1559s| 18550k| 1738k| 14227k| 0.8 |1137M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1559.23/1559.65 c 1560s| 18560k| 1739k| 14234k| 0.8 |1137M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1560.24/1560.65 c 1561s| 18570k| 1740k| 14242k| 0.8 |1138M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1561.23/1561.62 c 1562s| 18580k| 1741k| 14250k| 0.8 |1138M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1562.23/1562.65 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1562.23/1562.65 c 1563s| 18590k| 1742k| 14258k| 0.8 |1139M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1563.23/1563.65 c 1564s| 18600k| 1743k| 14265k| 0.8 |1140M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1564.23/1564.65 c 1565s| 18610k| 1744k| 14273k| 0.8 |1140M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1565.13/1565.58 c 1566s| 18620k| 1746k| 14281k| 0.8 |1141M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1566.13/1566.53 c 1567s| 18630k| 1747k| 14288k| 0.8 |1142M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1567.04/1567.45 c 1567s| 18640k| 1748k| 14296k| 0.8 |1142M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1567.93/1568.32 c 1568s| 18650k| 1749k| 14303k| 0.8 |1143M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1568.83/1569.23 c 1569s| 18660k| 1750k| 14311k| 0.8 |1143M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1569.73/1570.11 c 1570s| 18670k| 1751k| 14319k| 0.8 |1144M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1570.53/1570.99 c 1571s| 18680k| 1752k| 14326k| 0.8 |1145M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1571.43/1571.87 c 1572s| 18690k| 1753k| 14334k| 0.8 |1145M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1572.33/1572.72 c 1573s| 18700k| 1754k| 14341k| 0.8 |1146M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1573.13/1573.59 c 1574s| 18710k| 1754k| 14349k| 0.8 |1146M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1574.03/1574.47 c 1574s| 18720k| 1756k| 14357k| 0.8 |1147M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1574.93/1575.34 c 1575s| 18730k| 1757k| 14365k| 0.8 |1148M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1575.84/1576.23 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1575.84/1576.23 c 1576s| 18740k| 1758k| 14372k| 0.8 |1149M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1576.73/1577.13 c 1577s| 18750k| 1758k| 14380k| 0.8 |1149M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1577.53/1577.99 c 1578s| 18760k| 1759k| 14388k| 0.8 |1150M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1578.43/1578.86 c 1579s| 18770k| 1761k| 14395k| 0.8 |1150M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1579.33/1579.75 c 1580s| 18780k| 1762k| 14403k| 0.8 |1151M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1580.24/1580.62 c 1581s| 18790k| 1763k| 14411k| 0.8 |1152M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1581.13/1581.50 c 1581s| 18800k| 1764k| 14418k| 0.8 |1152M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1581.93/1582.38 c 1582s| 18810k| 1765k| 14426k| 0.8 |1153M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1582.83/1583.24 c 1583s| 18820k| 1766k| 14434k| 0.8 |1153M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1583.73/1584.12 c 1584s| 18830k| 1767k| 14441k| 0.8 |1154M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1584.63/1585.01 c 1585s| 18840k| 1768k| 14449k| 0.8 |1155M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1585.43/1585.89 c 1586s| 18850k| 1769k| 14457k| 0.8 |1155M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1586.43/1586.80 c 1587s| 18860k| 1770k| 14464k| 0.8 |1156M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1587.33/1587.74 c 1588s| 18870k| 1771k| 14472k| 0.8 |1157M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1588.22/1588.67 c 1589s| 18880k| 1772k| 14480k| 0.8 |1158M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1589.13/1589.56 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1589.13/1589.56 c 1590s| 18890k| 1773k| 14488k| 0.8 |1158M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1590.03/1590.50 c 1590s| 18900k| 1773k| 14495k| 0.8 |1158M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1591.03/1591.40 c 1591s| 18910k| 1774k| 14503k| 0.8 |1159M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1591.93/1592.30 c 1592s| 18920k| 1776k| 14510k| 0.8 |1160M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1592.72/1593.19 c 1593s| 18930k| 1777k| 14518k| 0.8 |1160M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1593.63/1594.09 c 1594s| 18940k| 1778k| 14526k| 0.8 |1161M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1594.53/1594.95 c 1595s| 18950k| 1779k| 14533k| 0.8 |1161M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1595.43/1595.83 c 1596s| 18960k| 1780k| 14541k| 0.8 |1162M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1596.32/1596.75 c 1597s| 18970k| 1781k| 14549k| 0.8 |1163M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1597.22/1597.65 c 1598s| 18980k| 1782k| 14556k| 0.8 |1163M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1598.13/1598.53 c 1599s| 18990k| 1783k| 14564k| 0.8 |1164M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1599.04/1599.40 c 1599s| 19000k| 1784k| 14571k| 0.8 |1165M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1599.93/1600.34 c 1600s| 19010k| 1785k| 14579k| 0.8 |1165M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1600.83/1601.27 c 1601s| 19020k| 1785k| 14587k| 0.8 |1166M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1601.83/1602.20 c 1602s| 19030k| 1786k| 14594k| 0.8 |1166M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1602.62/1603.07 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1602.62/1603.07 c 1603s| 19040k| 1787k| 14602k| 0.8 |1167M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1603.53/1603.97 c 1604s| 19050k| 1789k| 14610k| 0.8 |1168M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1604.43/1604.89 c 1605s| 19060k| 1790k| 14617k| 0.8 |1168M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1605.32/1605.77 c 1606s| 19070k| 1791k| 14625k| 0.8 |1169M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1606.23/1606.64 c 1607s| 19080k| 1792k| 14633k| 0.8 |1170M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1607.12/1607.52 c 1608s| 19090k| 1793k| 14640k| 0.8 |1170M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1608.03/1608.44 c 1608s| 19100k| 1794k| 14648k| 0.8 |1171M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1608.93/1609.35 c 1609s| 19110k| 1795k| 14656k| 0.8 |1172M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1609.93/1610.31 c 1610s| 19120k| 1795k| 14663k| 0.8 |1172M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1610.82/1611.20 c 1611s| 19130k| 1796k| 14671k| 0.8 |1173M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1611.63/1612.09 c 1612s| 19140k| 1798k| 14679k| 0.8 |1173M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1612.63/1613.07 c 1613s| 19150k| 1799k| 14687k| 0.8 |1174M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1613.52/1613.98 c 1614s| 19160k| 1800k| 14694k| 0.8 |1175M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1614.43/1614.89 c 1615s| 19170k| 1801k| 14702k| 0.8 |1175M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1615.43/1615.81 c 1616s| 19180k| 1802k| 14710k| 0.8 |1176M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1616.22/1616.68 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1616.22/1616.68 c 1617s| 19190k| 1803k| 14717k| 0.8 |1177M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1617.22/1617.66 c 1618s| 19200k| 1804k| 14725k| 0.8 |1177M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1618.12/1618.58 c 1619s| 19210k| 1805k| 14733k| 0.8 |1178M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1619.02/1619.49 c 1619s| 19220k| 1805k| 14740k| 0.8 |1178M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1619.93/1620.36 c 1620s| 19230k| 1807k| 14748k| 0.8 |1179M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1620.82/1621.26 c 1621s| 19240k| 1808k| 14756k| 0.8 |1180M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1621.72/1622.16 c 1622s| 19250k| 1809k| 14763k| 0.8 |1180M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1622.62/1623.06 c 1623s| 19260k| 1810k| 14771k| 0.8 |1181M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1623.53/1623.92 c 1624s| 19270k| 1811k| 14779k| 0.8 |1181M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1624.33/1624.79 c 1625s| 19280k| 1812k| 14786k| 0.8 |1182M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1625.22/1625.64 c 1626s| 19290k| 1813k| 14794k| 0.8 |1183M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1626.02/1626.48 c 1626s| 19300k| 1814k| 14801k| 0.8 |1183M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1627.02/1627.43 c 1627s| 19310k| 1815k| 14809k| 0.8 |1184M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1628.02/1628.40 c 1628s| 19320k| 1816k| 14817k| 0.8 |1184M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1628.92/1629.30 c 1629s| 19330k| 1817k| 14824k| 0.8 |1185M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1629.72/1630.20 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1629.72/1630.20 c 1630s| 19340k| 1818k| 14832k| 0.8 |1186M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1630.72/1631.15 c 1631s| 19350k| 1819k| 14840k| 0.8 |1186M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1631.62/1632.07 c 1632s| 19360k| 1820k| 14848k| 0.8 |1187M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1632.62/1633.01 c 1633s| 19370k| 1821k| 14855k| 0.8 |1188M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1633.52/1633.94 c 1634s| 19380k| 1822k| 14863k| 0.8 |1188M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1634.42/1634.83 c 1635s| 19390k| 1823k| 14870k| 0.8 |1189M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1635.33/1635.71 c 1636s| 19400k| 1824k| 14878k| 0.8 |1190M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1636.22/1636.63 c 1637s| 19410k| 1825k| 14886k| 0.8 |1190M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1637.12/1637.54 c 1638s| 19420k| 1826k| 14893k| 0.8 |1191M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1638.02/1638.49 c 1638s| 19430k| 1827k| 14901k| 0.8 |1191M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1639.02/1639.40 c 1639s| 19440k| 1828k| 14908k| 0.8 |1192M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1639.92/1640.31 c 1640s| 19450k| 1829k| 14916k| 0.8 |1193M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1640.73/1641.19 c 1641s| 19460k| 1830k| 14924k| 0.8 |1193M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1641.72/1642.16 c 1642s| 19470k| 1831k| 14931k| 0.8 |1194M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1642.72/1643.14 c 1643s| 19480k| 1832k| 14939k| 0.8 |1194M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1643.62/1644.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1643.62/1644.06 c 1644s| 19490k| 1833k| 14947k| 0.8 |1195M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1644.52/1644.94 c 1645s| 19500k| 1834k| 14955k| 0.8 |1196M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1645.42/1645.86 c 1646s| 19510k| 1835k| 14962k| 0.8 |1196M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1646.32/1646.78 c 1647s| 19520k| 1836k| 14970k| 0.8 |1197M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1647.32/1647.72 c 1648s| 19530k| 1837k| 14978k| 0.8 |1198M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1648.22/1648.63 c 1649s| 19540k| 1838k| 14985k| 0.8 |1198M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1649.12/1649.56 c 1650s| 19550k| 1839k| 14993k| 0.8 |1199M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1650.02/1650.45 c 1650s| 19560k| 1840k| 15000k| 0.8 |1199M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1650.92/1651.37 c 1651s| 19570k| 1841k| 15008k| 0.8 |1200M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1651.92/1652.31 c 1652s| 19580k| 1842k| 15016k| 0.8 |1201M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1652.72/1653.20 c 1653s| 19590k| 1844k| 15023k| 0.8 |1201M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1653.62/1654.09 c 1654s| 19600k| 1844k| 15031k| 0.8 |1202M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1654.51/1654.96 c 1655s| 19610k| 1846k| 15039k| 0.8 |1203M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1655.52/1655.90 c 1656s| 19620k| 1846k| 15046k| 0.8 |1203M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1656.32/1656.79 c 1657s| 19630k| 1848k| 15054k| 0.8 |1204M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1657.32/1657.71 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1657.32/1657.71 c 1658s| 19640k| 1849k| 15062k| 0.8 |1205M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1658.21/1658.63 c 1659s| 19650k| 1850k| 15070k| 0.8 |1206M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1659.02/1659.49 c 1659s| 19660k| 1851k| 15078k| 0.8 |1207M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1659.92/1660.38 c 1660s| 19670k| 1852k| 15085k| 0.8 |1207M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1660.81/1661.28 c 1661s| 19680k| 1853k| 15093k| 0.8 |1207M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1661.72/1662.19 c 1662s| 19690k| 1854k| 15100k| 0.8 |1208M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1662.72/1663.11 c 1663s| 19700k| 1854k| 15108k| 0.8 |1208M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1663.61/1664.03 c 1664s| 19710k| 1856k| 15115k| 0.8 |1209M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1664.51/1664.95 c 1665s| 19720k| 1857k| 15123k| 0.8 |1210M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1665.42/1665.82 c 1666s| 19730k| 1858k| 15131k| 0.8 |1210M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1666.32/1666.72 c 1667s| 19740k| 1859k| 15138k| 0.8 |1211M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1667.12/1667.60 c 1668s| 19750k| 1860k| 15146k| 0.8 |1211M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1668.11/1668.52 c 1669s| 19760k| 1861k| 15154k| 0.8 |1212M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1669.02/1669.45 c 1669s| 19770k| 1862k| 15161k| 0.8 |1213M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1669.92/1670.38 c 1670s| 19780k| 1863k| 15169k| 0.8 |1213M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1670.91/1671.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1670.91/1671.30 c 1671s| 19790k| 1864k| 15176k| 0.8 |1214M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1671.81/1672.24 c 1672s| 19800k| 1864k| 15184k| 0.8 |1214M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1672.72/1673.12 c 1673s| 19810k| 1866k| 15192k| 0.8 |1215M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1673.62/1674.05 c 1674s| 19820k| 1866k| 15199k| 0.8 |1216M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1674.61/1675.00 c 1675s| 19830k| 1867k| 15207k| 0.8 |1216M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1675.51/1675.96 c 1676s| 19840k| 1868k| 15214k| 0.8 |1217M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1676.51/1676.97 c 1677s| 19850k| 1870k| 15222k| 0.8 |1217M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1677.51/1677.95 c 1678s| 19860k| 1870k| 15230k| 0.8 |1218M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1678.41/1678.88 c 1679s| 19870k| 1871k| 15237k| 0.8 |1219M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1679.42/1679.82 c 1680s| 19880k| 1872k| 15245k| 0.8 |1219M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1680.31/1680.78 c 1681s| 19890k| 1873k| 15252k| 0.8 |1220M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1681.21/1681.69 c 1682s| 19900k| 1875k| 15260k| 0.8 |1220M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1682.12/1682.59 c 1683s| 19910k| 1876k| 15268k| 0.8 |1221M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1683.01/1683.48 c 1683s| 19920k| 1877k| 15276k| 0.8 |1222M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1683.91/1684.32 c 1684s| 19930k| 1878k| 15284k| 0.8 |1223M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1684.82/1685.22 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1684.82/1685.22 c 1685s| 19940k| 1879k| 15291k| 0.8 |1223M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1685.71/1686.12 c 1686s| 19950k| 1880k| 15299k| 0.8 |1224M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1686.62/1687.04 c 1687s| 19960k| 1881k| 15306k| 0.8 |1224M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1687.52/1687.96 c 1688s| 19970k| 1882k| 15314k| 0.8 |1225M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1688.41/1688.80 c 1689s| 19980k| 1883k| 15322k| 0.8 |1226M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1689.31/1689.70 c 1690s| 19990k| 1884k| 15329k| 0.8 |1226M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1690.22/1690.64 c 1691s| 20000k| 1885k| 15337k| 0.8 |1227M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1691.11/1691.52 c 1692s| 20010k| 1886k| 15344k| 0.8 |1227M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1692.01/1692.44 c 1692s| 20020k| 1887k| 15352k| 0.8 |1228M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1692.91/1693.35 c 1693s| 20030k| 1888k| 15360k| 0.8 |1229M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1693.81/1694.26 c 1694s| 20040k| 1888k| 15367k| 0.8 |1229M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1694.82/1695.21 c 1695s| 20050k| 1889k| 15375k| 0.8 |1230M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1695.61/1696.09 c 1696s| 20060k| 1890k| 15383k| 0.8 |1230M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1696.51/1696.97 c 1697s| 20070k| 1892k| 15391k| 0.8 |1231M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1697.51/1697.91 c 1698s| 20080k| 1893k| 15398k| 0.8 |1232M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1698.41/1698.80 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1698.41/1698.80 c 1699s| 20090k| 1894k| 15406k| 0.8 |1232M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1699.21/1699.64 c 1700s| 20100k| 1895k| 15414k| 0.8 |1233M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1700.11/1700.51 c 1701s| 20110k| 1896k| 15421k| 0.8 |1234M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1701.01/1701.41 c 1701s| 20120k| 1897k| 15429k| 0.8 |1234M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1701.91/1702.33 c 1702s| 20130k| 1898k| 15437k| 0.8 |1235M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1702.81/1703.23 c 1703s| 20140k| 1899k| 15444k| 0.8 |1235M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1703.81/1704.20 c 1704s| 20150k| 1900k| 15452k| 0.8 |1236M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1704.71/1705.10 c 1705s| 20160k| 1901k| 15459k| 0.8 |1237M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1705.61/1706.06 c 1706s| 20170k| 1902k| 15467k| 0.8 |1237M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1706.51/1706.97 c 1707s| 20180k| 1903k| 15475k| 0.8 |1238M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1707.41/1707.89 c 1708s| 20190k| 1904k| 15482k| 0.8 |1239M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1708.41/1708.82 c 1709s| 20200k| 1905k| 15490k| 0.8 |1239M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1709.31/1709.77 c 1710s| 20210k| 1906k| 15498k| 0.8 |1240M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1710.31/1710.71 c 1711s| 20220k| 1906k| 15505k| 0.8 |1240M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1711.22/1711.64 c 1712s| 20230k| 1907k| 15513k| 0.8 |1241M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1712.11/1712.55 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1712.11/1712.55 c 1713s| 20240k| 1908k| 15521k| 0.8 |1242M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1713.01/1713.48 c 1713s| 20250k| 1910k| 15529k| 0.8 |1242M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1714.01/1714.41 c 1714s| 20260k| 1911k| 15536k| 0.8 |1243M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1714.91/1715.36 c 1715s| 20270k| 1912k| 15544k| 0.8 |1244M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1715.81/1716.27 c 1716s| 20280k| 1913k| 15552k| 0.8 |1244M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1716.71/1717.16 c 1717s| 20290k| 1914k| 15559k| 0.8 |1245M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1717.60/1718.07 c 1718s| 20300k| 1915k| 15567k| 0.8 |1246M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1718.61/1719.02 c 1719s| 20310k| 1916k| 15575k| 0.8 |1246M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1719.51/1719.92 c 1720s| 20320k| 1917k| 15582k| 0.8 |1247M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1720.41/1720.80 c 1721s| 20330k| 1918k| 15590k| 0.8 |1247M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1721.20/1721.69 c 1722s| 20340k| 1919k| 15598k| 0.8 |1248M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1722.21/1722.61 c 1723s| 20350k| 1920k| 15605k| 0.8 |1249M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1723.10/1723.53 c 1724s| 20360k| 1921k| 15613k| 0.8 |1249M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1724.00/1724.42 c 1724s| 20370k| 1922k| 15621k| 0.8 |1250M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1724.91/1725.31 c 1725s| 20380k| 1923k| 15628k| 0.8 |1251M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1725.80/1726.23 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1725.80/1726.23 c 1726s| 20390k| 1924k| 15636k| 0.8 |1251M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1726.71/1727.13 c 1727s| 20400k| 1925k| 15644k| 0.8 |1252M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1727.61/1728.06 c 1728s| 20410k| 1926k| 15651k| 0.8 |1252M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1728.60/1729.01 c 1729s| 20420k| 1927k| 15659k| 0.8 |1253M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1729.51/1729.94 c 1730s| 20430k| 1928k| 15666k| 0.8 |1254M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1730.51/1730.90 c 1731s| 20440k| 1929k| 15674k| 0.8 |1254M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1731.40/1731.84 c 1732s| 20450k| 1930k| 15682k| 0.8 |1255M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1732.31/1732.79 c 1733s| 20460k| 1931k| 15689k| 0.8 |1255M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1733.31/1733.72 c 1734s| 20470k| 1932k| 15697k| 0.8 |1256M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1734.21/1734.66 c 1735s| 20480k| 1933k| 15704k| 0.8 |1257M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1735.10/1735.53 c 1736s| 20490k| 1934k| 15712k| 0.8 |1257M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1736.11/1736.51 c 1737s| 20500k| 1935k| 15720k| 0.8 |1258M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1736.91/1737.37 c 1737s| 20510k| 1936k| 15727k| 0.8 |1258M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1737.81/1738.22 c 1738s| 20520k| 1937k| 15735k| 0.8 |1259M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1738.71/1739.14 c 1739s| 20530k| 1938k| 15742k| 0.8 |1260M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1739.61/1740.03 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1739.61/1740.03 c 1740s| 20540k| 1939k| 15750k| 0.8 |1260M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1740.50/1740.99 c 1741s| 20550k| 1940k| 15758k| 0.8 |1261M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1741.50/1741.90 c 1742s| 20560k| 1941k| 15765k| 0.8 |1262M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1742.30/1742.78 c 1743s| 20570k| 1942k| 15773k| 0.8 |1262M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1743.20/1743.65 c 1744s| 20580k| 1943k| 15781k| 0.8 |1263M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1744.11/1744.56 c 1745s| 20590k| 1944k| 15789k| 0.8 |1264M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1745.00/1745.48 c 1745s| 20600k| 1945k| 15796k| 0.8 |1264M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1745.91/1746.36 c 1746s| 20610k| 1946k| 15804k| 0.8 |1265M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1746.81/1747.24 c 1747s| 20620k| 1947k| 15811k| 0.8 |1265M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1747.70/1748.14 c 1748s| 20630k| 1948k| 15819k| 0.8 |1266M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1748.61/1749.08 c 1749s| 20640k| 1949k| 15827k| 0.8 |1267M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1749.51/1749.97 c 1750s| 20650k| 1950k| 15834k| 0.8 |1267M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1750.50/1750.90 c 1751s| 20660k| 1951k| 15842k| 0.8 |1268M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1751.40/1751.81 c 1752s| 20670k| 1952k| 15850k| 0.8 |1268M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1752.30/1752.72 c 1753s| 20680k| 1953k| 15857k| 0.8 |1269M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1753.20/1753.66 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1753.20/1753.66 c 1754s| 20690k| 1955k| 15865k| 0.8 |1270M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1754.11/1754.59 c 1755s| 20700k| 1956k| 15873k| 0.8 |1271M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1755.00/1755.47 c 1755s| 20710k| 1957k| 15881k| 0.8 |1272M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1755.90/1756.32 c 1756s| 20720k| 1959k| 15889k| 0.8 |1273M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1756.80/1757.28 c 1757s| 20730k| 1960k| 15897k| 0.8 |1273M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1757.80/1758.22 c 1758s| 20740k| 1959k| 15904k| 0.8 |1273M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1758.70/1759.17 c 1759s| 20750k| 1960k| 15911k| 0.8 |1274M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1759.60/1760.07 c 1760s| 20760k| 1961k| 15919k| 0.8 |1274M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1760.50/1761.00 c 1761s| 20770k| 1963k| 15926k| 0.8 |1275M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1761.40/1761.85 c 1762s| 20780k| 1964k| 15934k| 0.8 |1276M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1762.30/1762.76 c 1763s| 20790k| 1965k| 15942k| 0.8 |1276M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1763.30/1763.73 c 1764s| 20800k| 1965k| 15949k| 0.8 |1277M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1764.20/1764.61 c 1765s| 20810k| 1966k| 15957k| 0.8 |1277M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1765.00/1765.50 c 1765s| 20820k| 1968k| 15965k| 0.8 |1278M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1766.00/1766.41 c 1766s| 20830k| 1969k| 15973k| 0.8 |1279M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1766.80/1767.30 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1766.80/1767.30 c 1767s| 20840k| 1970k| 15980k| 0.8 |1279M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1767.70/1768.15 c 1768s| 20850k| 1971k| 15988k| 0.8 |1280M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1768.59/1769.03 c 1769s| 20860k| 1972k| 15996k| 0.8 |1281M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1769.50/1769.91 c 1770s| 20870k| 1973k| 16003k| 0.8 |1281M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1770.29/1770.77 c 1771s| 20880k| 1974k| 16011k| 0.8 |1282M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1771.20/1771.68 c 1772s| 20890k| 1975k| 16019k| 0.8 |1282M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1772.10/1772.57 c 1773s| 20900k| 1976k| 16026k| 0.8 |1283M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1773.00/1773.44 c 1773s| 20910k| 1977k| 16034k| 0.8 |1284M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1773.91/1774.39 c 1774s| 20920k| 1978k| 16042k| 0.8 |1284M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1774.90/1775.33 c 1775s| 20930k| 1979k| 16049k| 0.8 |1285M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1775.80/1776.22 c 1776s| 20940k| 1980k| 16057k| 0.8 |1286M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1776.59/1777.07 c 1777s| 20950k| 1981k| 16065k| 0.8 |1286M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1777.50/1777.94 c 1778s| 20960k| 1982k| 16072k| 0.8 |1287M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1778.40/1778.83 c 1779s| 20970k| 1983k| 16080k| 0.8 |1287M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1779.30/1779.74 c 1780s| 20980k| 1984k| 16087k| 0.8 |1288M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1780.20/1780.64 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
1780.20/1780.64 c 1781s| 20990k| 1985k| 16095k| 0.8 |1289M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1781.10/1781.59 c 1782s| 21000k| 1986k| 16102k| 0.8 |1289M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1781.99/1782.49 c 1782s| 21010k| 1987k| 16110k| 0.8 |1290M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1782.99/1783.43 c 1783s| 21020k| 1988k| 16118k| 0.8 |1291M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1783.89/1784.36 c 1784s| 21030k| 1989k| 16125k| 0.8 |1291M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1784.80/1785.27 c 1785s| 21040k| 1990k| 16133k| 0.8 |1292M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1785.79/1786.22 c 1786s| 21050k| 1991k| 16141k| 0.8 |1292M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1786.70/1787.14 c 1787s| 21060k| 1992k| 16148k| 0.8 |1293M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1787.60/1788.09 c 1788s| 21070k| 1993k| 16156k| 0.8 |1294M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1788.49/1788.97 c 1789s| 21080k| 1995k| 16164k| 0.8 |1295M| 63 | 1 | 68 | 1 | 68 | 1 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.40/1789.82 c 1790s| 21090k| 1996k| 16172k| 0.8 |1296M| 63 | - | 68 | 1 | 0 | 0 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
1789.59/1790.00 c
1789.59/1790.00 c SCIP Status : solving was interrupted [time limit reached]
1789.59/1790.00 c Solving Time (sec) : 1790.00
1789.59/1790.00 c Solving Nodes : 21092255
1789.59/1790.00 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1789.59/1790.00 c Dual Bound : +0.00000000000000e+00
1789.59/1790.00 c Gap : infinite
1789.59/1790.00 s UNKNOWN
1789.59/1790.00 c SCIP Status : solving was interrupted [time limit reached]
1789.59/1790.00 c Solving Time : 1790.00
1789.59/1790.00 c Original Problem :
1789.59/1790.00 c Problem name : HOME/instance-3733519-1338697732.opb
1789.59/1790.00 c Variables : 68 (68 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.59/1790.00 c Constraints : 2 initial, 2 maximal
1789.59/1790.00 c Presolved Problem :
1789.59/1790.00 c Problem name : t_HOME/instance-3733519-1338697732.opb
1789.59/1790.00 c Variables : 68 (68 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.59/1790.00 c Constraints : 1 initial, 1 maximal
1789.59/1790.00 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1789.59/1790.00 c trivial : 0.00 0 0 0 0 0 0 0 0
1789.59/1790.00 c dualfix : 0.00 0 0 0 0 0 0 0 0
1789.59/1790.00 c boundshift : 0.00 0 0 0 0 0 0 0 0
1789.59/1790.00 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1789.59/1790.00 c implics : 0.00 0 0 0 0 0 0 0 0
1789.59/1790.00 c probing : 0.00 0 0 0 0 0 0 0 0
1789.59/1790.00 c linear : 0.00 0 0 0 0 0 1 0 0
1789.59/1790.00 c root node : - 0 - - 0 - - - -
1789.59/1790.00 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1789.59/1790.00 c integral : 0 0 0 11544852 0 0 0 0 0 23089704
1789.59/1790.00 c linear : 1 1 25305228 0 0 9547403 46171565 0 0 0
1789.59/1790.00 c countsols : 0 0 0 0 0 0 0 0 0 0
1789.59/1790.00 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1789.59/1790.00 c integral : 30.97 0.00 0.00 30.97 0.00
1789.59/1790.00 c linear : 949.10 0.00 949.10 0.00 0.00
1789.59/1790.00 c countsols : 0.00 0.00 0.00 0.00 0.00
1789.59/1790.00 c Propagators : Time Calls Cutoffs DomReds
1789.59/1790.00 c vbounds : 3.21 1 0 0
1789.59/1790.00 c rootredcost : 2.92 0 0 0
1789.59/1790.00 c pseudoobj : 2.51 0 0 0
1789.59/1790.00 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1789.59/1790.00 c propagation : 772.53 9487401 0 0 0.0 0 0.0 -
1789.59/1790.00 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1789.59/1790.00 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1789.59/1790.00 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1789.59/1790.00 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1789.59/1790.00 c applied globally : - - - 0 0.0 - - -
1789.59/1790.00 c applied locally : - - - 0 0.0 - - -
1789.59/1790.00 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1789.59/1790.00 c cut pool : 0.00 0 - - 0 - (maximal pool size: 0)
1789.59/1790.00 c redcost : 12.14 11544852 0 0 0 0
1789.59/1790.00 c impliedbounds : 0.00 1 0 0 0 0
1789.59/1790.00 c intobj : 0.00 0 0 0 0 0
1789.59/1790.00 c cgmip : 0.00 0 0 0 0 0
1789.59/1790.00 c gomory : 0.00 1 0 0 0 0
1789.59/1790.00 c strongcg : 0.00 1 0 0 0 0
1789.59/1790.00 c cmir : 0.00 0 0 0 0 0
1789.59/1790.00 c flowcover : 0.00 0 0 0 0 0
1789.59/1790.00 c clique : 0.00 1 0 0 0 0
1789.59/1790.00 c zerohalf : 0.00 0 0 0 0 0
1789.59/1790.00 c mcf : 0.00 1 0 0 0 0
1789.59/1790.00 c rapidlearning : 0.01 1 0 0 0 0
1789.59/1790.00 c Pricers : Time Calls Vars
1789.59/1790.00 c problem variables: 0.00 0 0
1789.59/1790.00 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1789.59/1790.00 c relpscost : 26.16 11544852 0 0 0 0 23089704
1789.59/1790.00 c pscost : 0.00 0 0 0 0 0 0
1789.59/1790.00 c inference : 0.00 0 0 0 0 0 0
1789.59/1790.00 c mostinf : 0.00 0 0 0 0 0 0
1789.59/1790.00 c leastinf : 0.00 0 0 0 0 0 0
1789.59/1790.00 c fullstrong : 0.00 0 0 0 0 0 0
1789.59/1790.00 c allfullstrong : 0.00 0 0 0 0 0 0
1789.59/1790.00 c random : 0.00 0 0 0 0 0 0
1789.59/1790.00 c Primal Heuristics : Time Calls Found
1789.59/1790.00 c LP solutions : 0.00 - 0
1789.59/1790.00 c pseudo solutions : 0.00 - 0
1789.59/1790.00 c trivial : 0.00 1 0
1789.59/1790.00 c simplerounding : 0.00 0 0
1789.59/1790.00 c zirounding : 0.00 0 0
1789.59/1790.00 c rounding : 0.00 0 0
1789.59/1790.00 c shifting : 0.00 0 0
1789.59/1790.00 c intshifting : 0.00 0 0
1789.59/1790.00 c oneopt : 0.00 0 0
1789.59/1790.00 c twoopt : 0.00 0 0
1789.59/1790.00 c fixandinfer : 0.00 0 0
1789.59/1790.00 c feaspump : 0.00 0 0
1789.59/1790.00 c coefdiving : 0.00 0 0
1789.59/1790.00 c pscostdiving : 0.00 0 0
1789.59/1790.00 c fracdiving : 0.00 0 0
1789.59/1790.00 c veclendiving : 0.00 0 0
1789.59/1790.00 c intdiving : 0.00 0 0
1789.59/1790.00 c actconsdiving : 0.00 0 0
1789.59/1790.00 c objpscostdiving : 0.00 0 0
1789.59/1790.00 c rootsoldiving : 0.00 0 0
1789.59/1790.00 c linesearchdiving : 0.00 0 0
1789.59/1790.00 c guideddiving : 0.00 0 0
1789.59/1790.00 c octane : 0.00 0 0
1789.59/1790.00 c rens : 0.00 0 0
1789.59/1790.00 c rins : 0.00 0 0
1789.59/1790.00 c localbranching : 0.00 0 0
1789.59/1790.00 c mutation : 0.00 0 0
1789.59/1790.00 c crossover : 0.00 0 0
1789.59/1790.00 c dins : 0.00 0 0
1789.59/1790.00 c undercover : 0.00 0 0
1789.59/1790.00 c nlp : 0.00 0 0
1789.59/1790.00 c trysol : 0.00 0 0
1789.59/1790.00 c LP : Time Calls Iterations Iter/call Iter/sec
1789.59/1790.00 c primal LP : 0.00 0 0 0.00 -
1789.59/1790.00 c dual LP : 236.26 11544852 16174838 1.40 68461.04
1789.59/1790.00 c lex dual LP : 0.00 0 0 0.00 -
1789.59/1790.00 c barrier LP : 0.00 0 0 0.00 -
1789.59/1790.00 c diving/probing LP: 0.00 0 0 0.00 -
1789.59/1790.00 c strong branching : 0.00 0 0 0.00 -
1789.59/1790.00 c (at root node) : - 0 0 0.00 -
1789.59/1790.00 c conflict analysis: 0.00 0 0 0.00 -
1789.59/1790.00 c B&B Tree :
1789.59/1790.00 c number of runs : 1
1789.59/1790.00 c nodes : 21092255
1789.59/1790.00 c nodes (total) : 21092255
1789.59/1790.00 c nodes left : 1997450
1789.59/1790.00 c max depth : 63
1789.59/1790.00 c max depth (total): 63
1789.59/1790.00 c backtracks : 3310773 (15.7%)
1789.59/1790.00 c delayed cutoffs : 0
1789.59/1790.00 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1789.59/1790.00 c avg switch length: 3.89
1789.59/1790.00 c switching time : 275.41
1789.59/1790.00 c Solution :
1789.59/1790.00 c Solutions found : 0 (0 improvements)
1789.59/1790.00 c Primal Bound : -
1789.59/1790.00 c Dual Bound : +0.00000000000000e+00
1789.59/1790.00 c Gap : infinite
1789.59/1790.00 c Root Dual Bound : +0.00000000000000e+00
1789.59/1790.00 c Root Iterations : 2
1794.29/1794.79 c Time complete: 1794.38.
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-3733519-1338697732/watcher-3733519-1338697732 -o /tmp/evaluation-result-3733519-1338697732/solver-3733519-1338697732 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733519-1338697732.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 2.00 3/176 27746
/proc/meminfo: memFree=31511604/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 1314 0 0 0 0 0 0 0 20 0 1 0 335901799 9158656 1260 33554432000 4194304 8395647 140733631650768 140734923795256 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27746/statm: 2236 1271 374 1026 0 1206 0
[startup+0.0988941 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27746
/proc/meminfo: memFree=31511604/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=21768 CPUtime=0.09 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 4590 0 0 0 9 0 0 0 20 0 1 0 335901799 22290432 4183 33554432000 4194304 8395647 140733631650768 140734923795256 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27746/statm: 5442 4183 585 1026 0 4412 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21768
[startup+0.100279 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27746
/proc/meminfo: memFree=31511604/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=21768 CPUtime=0.09 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 4590 0 0 0 9 0 0 0 20 0 1 0 335901799 22290432 4183 33554432000 4194304 8395647 140733631650768 140734923795256 4630624 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27746/statm: 5442 4183 585 1026 0 4412 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21768
[startup+0.300176 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27746
/proc/meminfo: memFree=31511604/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=21768 CPUtime=0.29 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 4593 0 0 0 28 1 0 0 20 0 1 0 335901799 22290432 4186 33554432000 4194304 8395647 140733631650768 140734923795256 6017659 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27746/statm: 5442 4186 585 1026 0 4412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21768
[startup+0.700177 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27746
/proc/meminfo: memFree=31511604/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=21768 CPUtime=0.69 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 4597 0 0 0 67 2 0 0 20 0 1 0 335901799 22290432 4190 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27746/statm: 5442 4190 585 1026 0 4412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21768
[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27747
/proc/meminfo: memFree=31497072/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=21768 CPUtime=1.49 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 4677 0 0 0 146 3 0 0 20 0 1 0 335901799 22290432 4270 33554432000 4194304 8395647 140733631650768 140733631646232 6216557 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27746/statm: 5442 4270 585 1026 0 4412 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21768
[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27747
/proc/meminfo: memFree=31496444/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=21768 CPUtime=3.09 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 4812 0 0 0 302 7 0 0 20 0 1 0 335901799 22290432 4405 33554432000 4194304 8395647 140733631650768 140733631646376 4693262 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27746/statm: 5442 4405 585 1026 0 4412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21768
[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27747
/proc/meminfo: memFree=31493824/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=23676 CPUtime=6.29 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 5413 0 0 0 615 14 0 0 20 0 1 0 335901799 24244224 5006 33554432000 4194304 8395647 140733631650768 140733631646200 5024716 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 5919 5006 585 1026 0 4889 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23676
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27747
/proc/meminfo: memFree=31485400/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=30856 CPUtime=12.69 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 7240 0 0 0 1242 27 0 0 20 0 1 0 335901799 31596544 6833 33554432000 4194304 8395647 140733631650768 140733631646200 6586893 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 7714 6833 585 1026 0 6684 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30856
[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27747
/proc/meminfo: memFree=31466164/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=47348 CPUtime=25.49 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 11450 0 0 0 2495 54 0 0 20 0 1 0 335901799 48484352 11043 33554432000 4194304 8395647 140733631650768 140733631646200 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 11837 11043 585 1026 0 10807 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47348
[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27747
/proc/meminfo: memFree=31435628/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=80804 CPUtime=51.08 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 19561 0 0 0 4996 112 0 0 20 0 1 0 335901799 82743296 19154 33554432000 4194304 8395647 140733631650768 140733631646376 6023153 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 20201 19154 585 1026 0 19171 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 80804
[startup+102.306 s]
/proc/loadavg: 2.12 2.03 2.01 3/178 27751
/proc/meminfo: memFree=31391352/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=118240 CPUtime=102.26 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 29054 0 0 0 10008 218 0 0 20 0 1 0 335901799 121077760 28819 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 29560 28819 585 1026 0 28530 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 118240
[startup+162.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 27751
/proc/meminfo: memFree=31360016/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=148628 CPUtime=162.22 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 36781 0 0 0 15889 333 0 0 20 0 1 0 335901799 152195072 36583 33554432000 4194304 8395647 140733631650768 140733631646376 6311241 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 37157 36583 585 1026 0 36127 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 148628
[startup+222.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 27751
/proc/meminfo: memFree=31311752/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=190916 CPUtime=222.2 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 46375 0 0 0 21770 450 0 0 20 0 1 0 335901799 195497984 46223 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 47729 46223 585 1026 0 46699 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 190916
[startup+282.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/177 27751
/proc/meminfo: memFree=31272124/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=229900 CPUtime=282.19 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 56326 0 0 0 27646 573 0 0 20 0 1 0 335901799 235417600 56174 33554432000 4194304 8395647 140733631650768 140733631646376 6023409 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 57475 56174 585 1026 0 56445 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 229900
[startup+342.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/177 27751
/proc/meminfo: memFree=31230956/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=270612 CPUtime=342.18 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 66712 0 0 0 33517 701 0 0 20 0 1 0 335901799 277106688 66560 33554432000 4194304 8395647 140733631650768 140733631646200 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 67653 66560 585 1026 0 66623 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 270612
[startup+402.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/177 27752
/proc/meminfo: memFree=31186376/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=313812 CPUtime=402.17 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 77721 0 0 0 39392 825 0 0 20 0 1 0 335901799 321343488 77567 33554432000 4194304 8395647 140733631650768 140733631646200 6033996 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 78453 77567 585 1026 0 77423 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 313812
[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 27752
/proc/meminfo: memFree=31145112/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=351132 CPUtime=462.15 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 87290 0 0 0 45259 956 0 0 20 0 1 0 335901799 359559168 87126 33554432000 4194304 8395647 140733631650768 140733631646200 4786004 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 87783 87126 585 1026 0 86753 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 351132
[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 27752
/proc/meminfo: memFree=31103292/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=400484 CPUtime=522.13 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 97819 0 0 0 51137 1076 0 0 20 0 1 0 335901799 410095616 97648 33554432000 4194304 8395647 140733631650768 140733631646200 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 100121 97648 585 1026 0 99091 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 400484
[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 27752
/proc/meminfo: memFree=31055860/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=446456 CPUtime=582.12 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 109616 0 0 0 57012 1200 0 0 20 0 1 0 335901799 457170944 109445 33554432000 4194304 8395647 140733631650768 140733631646376 4233067 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 111614 109445 585 1026 0 110584 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 446456
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=30666932/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=819896 CPUtime=1062.01 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 200590 0 0 0 104016 2185 0 0 20 0 1 0 335901799 839573504 202250 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 204974 202250 585 1026 0 203944 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 819896
[startup+1122.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/177 27758
/proc/meminfo: memFree=30613992/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=862676 CPUtime=1122 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 211285 0 0 0 109900 2300 0 0 20 0 1 0 335901799 883380224 212945 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 215669 212945 585 1026 0 214639 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 862676
[startup+1182.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 27758
/proc/meminfo: memFree=30563556/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=903708 CPUtime=1181.99 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 221543 0 0 0 115778 2421 0 0 20 0 1 0 335901799 925396992 223203 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 225927 223203 585 1026 0 224897 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 903708
[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 27758
/proc/meminfo: memFree=30511412/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=947356 CPUtime=1241.98 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 232456 0 0 0 121657 2541 0 0 20 0 1 0 335901799 970092544 234627 33554432000 4194304 8395647 140733631650768 140733631646376 4245837 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 236839 234627 585 1026 0 235809 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 947356
[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 27761
/proc/meminfo: memFree=30459572/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=988816 CPUtime=1301.98 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 242820 0 0 0 127543 2655 0 0 20 0 1 0 335901799 1012547584 244991 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 247204 244991 585 1026 0 246174 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 988816
[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27762
/proc/meminfo: memFree=30410040/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1028668 CPUtime=1361.96 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 252785 0 0 0 133428 2768 0 0 20 0 1 0 335901799 1053356032 255467 33554432000 4194304 8395647 140733631650768 140733631646376 6023224 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 257167 255467 585 1026 0 256137 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 1028668
[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27762
/proc/meminfo: memFree=30361680/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1070088 CPUtime=1421.96 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 263140 0 0 0 139309 2887 0 0 20 0 1 0 335901799 1095770112 265822 33554432000 4194304 8395647 140733631650768 140733631646376 6023201 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 267522 265822 585 1026 0 266492 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 1070088
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27762
/proc/meminfo: memFree=30309660/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1112784 CPUtime=1481.95 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 273839 0 0 0 145190 3005 0 0 20 0 1 0 335901799 1139490816 277032 33554432000 4194304 8395647 140733631650768 140733631646376 6119667 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 278196 277032 585 1026 0 277166 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1112784
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27762
/proc/meminfo: memFree=30261796/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1153312 CPUtime=1541.93 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 284036 0 0 0 151070 3123 0 0 20 0 1 0 335901799 1180991488 287229 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 288328 287229 585 1026 0 287298 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1153312
[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 27762
/proc/meminfo: memFree=30214056/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1192492 CPUtime=1601.93 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 293897 0 0 0 156958 3235 0 0 20 0 1 0 335901799 1221111808 297090 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 298123 297090 585 1026 0 297093 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1192492
[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 27763
/proc/meminfo: memFree=30168436/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1231412 CPUtime=1661.92 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 303725 0 0 0 162838 3354 0 0 20 0 1 0 335901799 1260965888 306918 33554432000 4194304 8395647 140733631650768 140733631646376 6119464 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 307853 306918 585 1026 0 306823 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 1231412
[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 27763
/proc/meminfo: memFree=30122460/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1272256 CPUtime=1721.9 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 314019 0 0 0 168727 3463 0 0 20 0 1 0 335901799 1302790144 317212 33554432000 4194304 8395647 140733631650768 140733631646376 5025147 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 318064 317212 585 1026 0 317034 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1272256
[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27801
/proc/meminfo: memFree=30284768/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1314296 CPUtime=1781.9 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 324725 0 0 0 174616 3574 0 0 20 0 1 0 335901799 1345839104 327918 33554432000 4194304 8395647 140733631650768 140733631646328 6262410 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 328574 327918 585 1026 0 327544 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 1314296
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27801
/proc/meminfo: memFree=30281776/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1316216 CPUtime=1785.1 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 325232 0 0 0 174929 3581 0 0 20 0 1 0 335901799 1347805184 328425 33554432000 4194304 8395647 140733631650768 140733631646376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 329054 328425 585 1026 0 328024 0
Current children cumulated CPU time (s) 1785.1
Current children cumulated vsize (KiB) 1316216
[startup+1788.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27801
/proc/meminfo: memFree=30277932/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1319800 CPUtime=1788.3 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 326124 0 0 0 175243 3587 0 0 20 0 1 0 335901799 1351475200 329317 33554432000 4194304 8395647 140733631650768 140733631646376 6023234 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 329950 329317 585 1026 0 328920 0
Current children cumulated CPU time (s) 1788.3
Current children cumulated vsize (KiB) 1319800
[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27801
/proc/meminfo: memFree=30275948/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1321016 CPUtime=1791.5 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 326437 0 0 0 175561 3589 0 0 20 0 1 0 335901799 1352720384 329630 33554432000 4194304 8395647 140733631650768 140733631646600 6345370 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 330254 329630 587 1026 0 329224 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 1321016
[startup+1793.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27801
/proc/meminfo: memFree=30276320/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1321016 CPUtime=1793.09 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 326437 0 0 0 175720 3589 0 0 20 0 1 0 335901799 1352720384 329630 33554432000 4194304 8395647 140733631650768 140733631646600 6345272 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 330254 329630 587 1026 0 329224 0
Current children cumulated CPU time (s) 1793.09
Current children cumulated vsize (KiB) 1321016
[startup+1794.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27801
/proc/meminfo: memFree=30276320/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1321016 CPUtime=1793.89 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 326437 0 0 0 175800 3589 0 0 20 0 1 0 335901799 1352720384 329630 33554432000 4194304 8395647 140733631650768 140733631646600 6345780 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 330254 329630 587 1026 0 329224 0
Current children cumulated CPU time (s) 1793.89
Current children cumulated vsize (KiB) 1321016
[startup+1794.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27801
/proc/meminfo: memFree=30276320/32873844 swapFree=7116/7116
[pid=27746] ppid=27744 vsize=1321016 CPUtime=1794.29 cores=0,2,4,6
/proc/27746/stat : 27746 (pbscip.linux.x8) R 27744 27746 25766 0 -1 4202496 326437 0 0 0 175840 3589 0 0 20 0 1 0 335901799 1352720384 329630 33554432000 4194304 8395647 140733631650768 140733631646600 4665799 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 330254 329630 587 1026 0 329224 0
Current children cumulated CPU time (s) 1794.29
Current children cumulated vsize (KiB) 1321016
Child status: 0
Real time (s): 1794.79
CPU time (s): 1794.4
CPU user time (s): 1758.48
CPU system time (s): 35.9185
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 1321016
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1758.48
system time used= 35.9185
maximum resident set size= 1318520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326440
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= 103
involuntary context switches= 3141
runsolver used 5.2582 second user time and 15.0827 second system time
The end