0.00/0.00 c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00 c Copyright (c) 2002-2024 Zuse Institute 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-4452035-1721435992.opb>
0.00/0.01 c original problem has 756 variables (756 bin, 0 int, 0 impl, 0 cont) and 3542 constraints
0.00/0.01 c problem read in 0.01
0.00/0.01 c No objective function, only one solution is needed.
0.00/0.01 c presolving:
0.00/0.02 c (round 1, fast) 4 del vars, 4 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1325 clqs
0.00/0.02 c (round 2, fast) 6 del vars, 219 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1425 clqs
0.00/0.02 c (round 3, fast) 7 del vars, 225 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1425 clqs
0.00/0.02 c (0.0s) running MILP presolver
0.00/0.02 c (0.0s) MILP presolver found nothing
0.00/0.03 c (round 4, exhaustive) 7 del vars, 225 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 3316 upgd conss, 0 impls, 1425 clqs
0.09/0.15 c (0.1s) probing: 724/750 (96.5%) - 0 fixings, 0 aggregations, 100 implications, 0 bound changes
0.09/0.15 c (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.16 c (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.09/0.17 c (0.2s) symmetry computation finished: 13 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
0.09/0.17 c dynamic symmetry handling statistics:
0.09/0.17 c orbitopal reduction: no components
0.09/0.17 c orbital reduction: no components
0.09/0.17 c lexicographic reduction: 13 permutations with support sizes 52, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54
0.09/0.17 c handled 13 out of 13 symmetry components
0.09/0.17 c presolving (5 rounds: 5 fast, 2 medium, 2 exhaustive):
0.09/0.17 c 7 deleted vars, 225 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17 c 0 implications, 1525 cliques
0.09/0.17 c presolved problem has 750 variables (750 bin, 0 int, 0 impl, 0 cont) and 3317 constraints
0.09/0.17 c 1 constraints of type <knapsack>
0.09/0.17 c 1425 constraints of type <setppc>
0.09/0.17 c 1 constraints of type <linear>
0.09/0.17 c 1890 constraints of type <logicor>
0.09/0.17 c transformed objective value is always integral (scale: 1)
0.09/0.17 c Presolving Time: 0.16
0.09/0.17 c - non default parameters ----------------------------------------------------------------------
0.09/0.17 c # SCIP version 10.0.0
0.09/0.17 c
0.09/0.17 c # maximal time in seconds to run
0.09/0.17 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.09/0.17 c limits/time = 3596.998008
0.09/0.17 c
0.09/0.17 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.09/0.17 c limits/memory = 27900
0.09/0.17 c
0.09/0.17 c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.09/0.17 c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.09/0.17 c limits/solutions = 1
0.09/0.17 c
0.09/0.17 c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.09/0.17 c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.09/0.17 c misc/usesymmetry = 3
0.09/0.17 c
0.09/0.17 c # belongs reading time to solving time?
0.09/0.17 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17 c timing/reading = TRUE
0.09/0.17 c
0.09/0.17 c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.09/0.17 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.09/0.17 c propagating/symmetry/detectdoublelex = FALSE
0.09/0.17 c
0.09/0.17 c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.09/0.17 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.09/0.17 c propagating/symmetry/detectsubgroups = FALSE
0.09/0.17 c
0.09/0.17 c # Type of symmetries that shall be computed?
0.09/0.17 c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.09/0.17 c propagating/symmetry/symtype = 1
0.09/0.17 c
0.09/0.17 c # Should components consisting of a single full reflection be handled?
0.09/0.17 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.09/0.17 c propagating/symmetry/usesimplesgncomp = FALSE
0.09/0.17 c
0.09/0.17 c -----------------------------------------------------------------------------------------------
0.09/0.17 c start solving
0.09/0.17 c
0.19/0.24 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
0.19/0.24 c 0.2s| 1 | 0 | 1184 | - | 25M | 0 | 750 |3369 |3317 | 0 | 0 | 51 | 0 | 0.000000e+00 | -- | Inf | unknown
1.58/1.61 c 1.6s| 1 | 0 | 10794 | - | 27M | 0 | 750 |3573 |3323 | 6 | 1 | 55 | 0 | 0.000000e+00 | -- | Inf | unknown
1.58/1.69 c 1.7s| 1 | 0 | 11016 | - | 35M | 0 | 750 |3573 |3330 | 13 | 2 | 55 | 0 | 0.000000e+00 | -- | Inf | unknown
1.67/1.78 c 1.8s| 1 | 0 | 11369 | - | 44M | 0 | 750 |3575 |3342 | 25 | 3 | 57 | 0 | 0.000000e+00 | -- | Inf | unknown
1.77/1.84 c 1.8s| 1 | 0 | 11514 | - | 47M | 0 | 750 |3583 |3348 | 31 | 4 | 65 | 0 | 0.000000e+00 | -- | Inf | unknown
1.87/1.91 c 1.9s| 1 | 0 | 11823 | - | 52M | 0 | 750 |3585 |3357 | 40 | 5 | 67 | 0 | 0.000000e+00 | -- | Inf | unknown
1.87/1.98 c 2.0s| 1 | 0 | 12101 | - | 55M | 0 | 750 |3594 |3361 | 44 | 6 | 76 | 0 | 0.000000e+00 | -- | Inf | unknown
1.98/2.05 c 2.1s| 1 | 0 | 12243 | - | 59M | 0 | 750 |3602 |3366 | 49 | 7 | 84 | 0 | 0.000000e+00 | -- | Inf | unknown
2.07/2.13 c 2.1s| 1 | 0 | 12429 | - | 62M | 0 | 750 |3611 |3370 | 53 | 8 | 93 | 0 | 0.000000e+00 | -- | Inf | unknown
2.18/2.22 c 2.2s| 1 | 0 | 12562 | - | 69M | 0 | 750 |3619 |3375 | 58 | 9 | 101 | 0 | 0.000000e+00 | -- | Inf | unknown
2.27/2.31 c 2.3s| 1 | 0 | 12713 | - | 75M | 0 | 750 |3621 |3380 | 63 | 10 | 103 | 0 | 0.000000e+00 | -- | Inf | unknown
2.27/2.34 c 2.3s| 1 | 0 | 12812 | - | 76M | 0 | 750 |3625 |3384 | 67 | 11 | 107 | 0 | 0.000000e+00 | -- | Inf | unknown
3.08/3.16 c 3.2s| 1 | 2 | 14701 | - | 76M | 0 | 750 |3636 |3384 | 67 | 11 | 120 | 11 | 0.000000e+00 | -- | Inf | unknown
11.35/11.40 c 11.4s| 100 | 74 | 80741 | 686.2 | 85M | 18 | 750 |3958 |3355 | 138 | 0 | 505 | 11 | 0.000000e+00 | -- | Inf | unknown
13.74/13.89 c 13.9s| 200 | 81 | 99064 | 433.4 | 90M | 20 | 750 |4113 |3356 | 221 | 0 | 697 | 11 | 0.000000e+00 | -- | Inf | 2.13%
17.04/17.15 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
17.04/17.15 c 17.1s| 300 | 98 |129801 | 391.3 | 100M | 20 | 750 |4240 |3356 | 306 | 0 | 924 | 11 | 0.000000e+00 | -- | Inf | 4.97%
18.53/18.68 c 18.7s| 400 | 96 |144006 | 328.8 | 104M | 20 | 750 |4330 |3356 | 357 | 1 |1077 | 11 | 0.000000e+00 | -- | Inf | 5.74%
21.22/21.30 c 21.3s| 500 | 111 |171059 | 317.1 | 105M | 20 | 750 |4374 |3351 | 374 | 1 |1258 | 11 | 0.000000e+00 | -- | Inf | 6.18%
24.92/25.03 c 25.0s| 600 | 149 |198429 | 309.9 | 108M | 20 | 750 |4535 |3361 | 516 | 2 |1571 | 11 | 0.000000e+00 | -- | Inf | 6.56%
28.20/28.34 c 28.3s| 700 | 172 |227516 | 307.2 | 109M | 20 | 750 |4545 |3359 | 685 | 1 |1773 | 11 | 0.000000e+00 | -- | Inf | 7.84%
32.00/32.16 c 32.2s| 800 | 204 |266072 | 317.0 | 110M | 20 | 750 |4523 |3361 | 697 | 1 |1973 | 11 | 0.000000e+00 | -- | Inf | 8.16%
35.28/35.49 c 35.5s| 900 | 258 |301765 | 321.4 | 110M | 20 | 750 |4465 |3351 | 718 | 1 |2238 | 11 | 0.000000e+00 | -- | Inf | 8.44%
37.77/37.90 c 37.9s| 1000 | 282 |326162 | 313.7 | 110M | 20 | 750 |4492 |3359 | 775 | 1 |2457 | 11 | 0.000000e+00 | -- | Inf | 8.92%
39.98/40.10 c 40.1s| 1100 | 304 |349994 | 306.8 | 111M | 20 | 750 |4594 |3355 | 806 | 0 |2735 | 11 | 0.000000e+00 | -- | Inf | 9.02%
41.87/42.05 c 42.0s| 1200 | 318 |370862 | 298.6 | 112M | 20 | 750 |4628 |3359 | 835 | 1 |2938 | 11 | 0.000000e+00 | -- | Inf | 9.47%
44.56/44.78 c 44.8s| 1300 | 332 |396849 | 295.6 | 113M | 20 | 750 |4795 |3360 | 943 | 0 |3294 | 11 | 0.000000e+00 | -- | Inf | 10.16%
46.45/46.60 c 46.6s| 1400 | 348 |416520 | 288.6 | 113M | 20 | 750 |4823 |3356 | 998 | 1 |3508 | 11 | 0.000000e+00 | -- | Inf | 10.94%
47.96/48.19 c Restart triggered after 50 consecutive estimations that the remaining tree will be large
48.05/48.20 c (run 1, node 1498) performing user restart
48.05/48.20 c
48.05/48.20 c (restart) converted 28 cuts from the global cut pool into linear constraints
48.05/48.20 c
48.05/48.22 c presolving:
48.05/48.23 c (round 1, fast) 0 del vars, 15 del conss, 0 add conss, 0 chg bounds, 31 chg sides, 88 chg coeffs, 0 upgd conss, 0 impls, 1537 clqs
48.05/48.23 c (round 2, medium) 0 del vars, 17 del conss, 2 add conss, 0 chg bounds, 91 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 1537 clqs
48.05/48.24 c (round 3, exhaustive) 0 del vars, 19 del conss, 2 add conss, 0 chg bounds, 93 chg sides, 158 chg coeffs, 0 upgd conss, 0 impls, 1537 clqs
48.05/48.25 c (round 4, exhaustive) 0 del vars, 19 del conss, 2 add conss, 0 chg bounds, 93 chg sides, 163 chg coeffs, 226 upgd conss, 0 impls, 1537 clqs
48.05/48.26 c (round 5, exhaustive) 0 del vars, 157 del conss, 2 add conss, 0 chg bounds, 93 chg sides, 2537 chg coeffs, 226 upgd conss, 0 impls, 1537 clqs
48.05/48.28 c (round 6, exhaustive) 0 del vars, 164 del conss, 2 add conss, 0 chg bounds, 93 chg sides, 2543 chg coeffs, 226 upgd conss, 0 impls, 1537 clqs
48.05/48.28 c (round 7, exhaustive) 0 del vars, 195 del conss, 2 add conss, 0 chg bounds, 93 chg sides, 2545 chg coeffs, 226 upgd conss, 0 impls, 1537 clqs
48.15/48.30 c (round 8, exhaustive) 0 del vars, 195 del conss, 2 add conss, 0 chg bounds, 93 chg sides, 2617 chg coeffs, 226 upgd conss, 0 impls, 1537 clqs
48.15/48.32 c presolving (9 rounds: 9 fast, 8 medium, 7 exhaustive):
48.15/48.32 c 0 deleted vars, 195 deleted constraints, 2 added constraints, 0 tightened bounds, 0 added holes, 93 changed sides, 2619 changed coefficients
48.15/48.32 c 0 implications, 1537 cliques
48.15/48.32 c presolved problem has 750 variables (750 bin, 0 int, 0 impl, 0 cont) and 4725 constraints
48.15/48.32 c 66 constraints of type <knapsack>
48.15/48.32 c 1406 constraints of type <setppc>
48.15/48.32 c 40 constraints of type <linear>
48.15/48.32 c 3213 constraints of type <logicor>
48.15/48.32 c transformed objective value is always integral (scale: 1)
48.15/48.32 c Presolving Time: 0.26
48.15/48.32 c
48.15/48.39 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
48.15/48.39 c 48.4s| 1 | 0 |437198 | - | 114M | 0 | 750 |4741 |3314 | 0 | 0 |3756 | 11 | 0.000000e+00 | -- | Inf | unknown
48.45/48.63 c 48.6s| 1 | 0 |437339 | - | 114M | 0 | 750 |4790 |3321 | 7 | 1 |3759 | 11 | 0.000000e+00 | -- | Inf | unknown
48.55/48.70 c 48.7s| 1 | 0 |437439 | - | 114M | 0 | 750 |4798 |3328 | 14 | 2 |3767 | 11 | 0.000000e+00 | -- | Inf | unknown
48.55/48.79 c 48.8s| 1 | 0 |437627 | - | 115M | 0 | 750 |4807 |3335 | 21 | 3 |3776 | 11 | 0.000000e+00 | -- | Inf | unknown
48.65/48.85 c 48.9s| 1 | 0 |437734 | - | 115M | 0 | 750 |4808 |3340 | 26 | 4 |3777 | 11 | 0.000000e+00 | -- | Inf | unknown
48.75/48.95 c 48.9s| 1 | 0 |437811 | - | 115M | 0 | 750 |4814 |3345 | 31 | 5 |3783 | 11 | 0.000000e+00 | -- | Inf | unknown
48.85/49.02 c 49.0s| 1 | 0 |437871 | - | 119M | 0 | 750 |4815 |3349 | 35 | 6 |3784 | 11 | 0.000000e+00 | -- | Inf | unknown
48.95/49.12 c 49.1s| 1 | 0 |437942 | - | 119M | 0 | 750 |4819 |3352 | 38 | 7 |3788 | 11 | 0.000000e+00 | -- | Inf | unknown
49.05/49.21 c 49.2s| 1 | 0 |438036 | - | 121M | 0 | 750 |4821 |3355 | 41 | 8 |3790 | 11 | 0.000000e+00 | -- | Inf | unknown
49.15/49.31 c 49.3s| 1 | 0 |438109 | - | 124M | 0 | 750 |4829 |3359 | 45 | 9 |3798 | 11 | 0.000000e+00 | -- | Inf | unknown
49.25/49.43 c 49.4s| 1 | 0 |438199 | - | 126M | 0 | 750 |4829 |3362 | 48 | 10 |3798 | 11 | 0.000000e+00 | -- | Inf | unknown
49.25/49.46 c 49.5s| 1 | 0 |438244 | - | 126M | 0 | 750 |4832 |3347 | 50 | 11 |3801 | 11 | 0.000000e+00 | -- | Inf | unknown
50.05/50.24 c 50.2s| 1 | 2 |441724 | - | 126M | 0 | 750 |4846 |3347 | 50 | 11 |3817 | 22 | 0.000000e+00 | -- | Inf | unknown
52.34/52.52 c 52.5s| 100 | 32 |464792 | 281.6 | 128M | 20 | 750 |4967 |3329 | 59 | 1 |4009 | 22 | 0.000000e+00 | -- | Inf | unknown
53.73/53.95 c 54.0s| 200 | 31 |485760 | 277.3 | 128M | 20 | 750 |5034 |3329 | 59 | 1 |4166 | 22 | 0.000000e+00 | -- | Inf | unknown
54.94/55.11 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
54.94/55.11 c 55.1s| 300 | 28 |505841 | 273.1 | 128M | 20 | 750 |5122 |3329 | 59 | 0 |4376 | 22 | 0.000000e+00 | -- | Inf | unknown
55.73/55.93 c 55.9s| 400 | 31 |521345 | 266.9 | 129M | 20 | 750 |5167 |3331 | 70 | 1 |4517 | 22 | 0.000000e+00 | -- | Inf | unknown
56.93/57.11 c 57.1s| 500 | 38 |541017 | 263.3 | 130M | 20 | 750 |5250 |3331 | 77 | 1 |4705 | 22 | 0.000000e+00 | -- | Inf | unknown
59.62/59.83 c 59.8s| 600 | 37 |573119 | 266.1 | 130M | 20 | 750 |5272 |3331 | 89 | 1 |4892 | 22 | 0.000000e+00 | -- | Inf | unknown
60.42/60.63 c 60.6s| 700 | 37 |587644 | 260.6 | 130M | 20 | 750 |5224 |3331 | 89 | 0 |5041 | 22 | 0.000000e+00 | -- | Inf | unknown
61.42/61.63 c 61.6s| 800 | 44 |605213 | 256.9 | 130M | 20 | 750 |5236 |3331 | 95 | 1 |5204 | 22 | 0.000000e+00 | -- | Inf | unknown
62.22/62.46 c 62.5s| 900 | 46 |620199 | 252.4 | 131M | 20 | 750 |5299 |3326 | 95 | 1 |5378 | 22 | 0.000000e+00 | -- | Inf | unknown
63.11/63.30 c 63.3s| 1000 | 43 |633573 | 247.7 | 131M | 20 | 750 |5415 |3335 | 108 | 1 |5589 | 22 | 0.000000e+00 | -- | Inf | 0.51%
63.92/64.15 c 64.2s| 1100 | 47 |649480 | 244.3 | 131M | 20 | 750 |5536 |3335 | 108 | 1 |5800 | 22 | 0.000000e+00 | -- | Inf | 0.54%
64.91/65.17 c 65.2s| 1200 | 47 |668449 | 242.2 | 131M | 20 | 750 |5619 |3335 | 108 | 0 |5992 | 22 | 0.000000e+00 | -- | Inf | 0.57%
65.70/65.92 c 65.9s| 1300 | 39 |682090 | 238.5 | 131M | 20 | 750 |5653 |3335 | 108 | 0 |6151 | 22 | 0.000000e+00 | -- | Inf | 0.60%
68.39/68.63 c 68.6s| 1400 | 60 |710199 | 239.9 | 131M | 20 | 750 |5547 |3333 | 124 | 1 |6392 | 22 | 0.000000e+00 | -- | Inf | 0.65%
69.59/69.81 c 69.8s| 1500 | 61 |728822 | 238.1 | 132M | 20 | 750 |5627 |3333 | 138 | 0 |6576 | 22 | 0.000000e+00 | -- | Inf | 0.70%
70.98/71.22 c 71.2s| 1600 | 68 |748645 | 236.9 | 132M | 20 | 750 |5590 |3331 | 138 | 1 |6748 | 22 | 0.000000e+00 | -- | Inf | 0.74%
73.18/73.43 c 73.4s| 1700 | 82 |775360 | 237.8 | 137M | 20 | 750 |5381 |3330 | 171 | 0 |6907 | 22 | 0.000000e+00 | -- | Inf | 0.82%
74.08/74.34 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
74.08/74.34 c 74.3s| 1800 | 80 |792319 | 235.7 | 137M | 20 | 750 |5468 |3328 | 178 | 0 |7080 | 22 | 0.000000e+00 | -- | Inf | 0.93%
75.58/75.86 c 75.9s| 1900 | 84 |811891 | 234.6 | 137M | 20 | 750 |5468 |3335 | 193 | 1 |7263 | 22 | 0.000000e+00 | -- | Inf | 1.04%
77.17/77.48 c 77.5s| 2000 | 93 |834678 | 234.4 | 138M | 20 | 750 |5492 |3333 | 228 | 0 |7419 | 22 | 0.000000e+00 | -- | Inf | 1.14%
80.16/80.46 c 80.5s| 2100 | 115 |865016 | 236.3 | 140M | 20 | 750 |5436 |3331 | 270 | 1 |7622 | 22 | 0.000000e+00 | -- | Inf | 1.30%
81.26/81.56 c 81.6s| 2200 | 119 |884105 | 235.1 | 140M | 20 | 750 |5530 |3332 | 281 | 0 |7790 | 22 | 0.000000e+00 | -- | Inf | 1.33%
82.36/82.60 c 82.6s| 2300 | 124 |903895 | 234.1 | 141M | 20 | 750 |5607 | 0 | 281 | 0 |7962 | 22 | 0.000000e+00 | -- | Inf | 1.37%
83.25/83.51 c 83.5s| 2400 | 117 |921552 | 232.6 | 141M | 20 | 750 |5744 |3332 | 281 | 0 |8167 | 22 | 0.000000e+00 | -- | Inf | 1.41%
85.25/85.53 c 85.5s| 2500 | 130 |942916 | 232.1 | 145M | 20 | 750 |5806 |3330 | 325 | 1 |8414 | 22 | 0.000000e+00 | -- | Inf | 1.48%
86.14/86.48 c 86.5s| 2600 | 127 |958806 | 230.3 | 145M | 20 | 750 |5863 |3330 | 331 | 0 |8618 | 22 | 0.000000e+00 | -- | Inf | 1.57%
88.94/89.25 c 89.3s| 2700 | 151 |986003 | 231.3 | 145M | 20 | 750 |5699 | 0 | 378 | 0 |8840 | 22 | 0.000000e+00 | -- | Inf | 1.64%
90.33/90.69 c 90.7s| 2800 | 160 | 1006k| 230.7 | 145M | 20 | 750 |5716 |3332 | 397 | 0 |9021 | 22 | 0.000000e+00 | -- | Inf | 1.77%
91.33/91.66 c 91.7s| 2900 | 156 | 1023k| 229.2 | 145M | 20 | 750 |5775 |3332 | 397 | 0 |9185 | 22 | 0.000000e+00 | -- | Inf | 1.84%
96.12/96.44 c 96.4s| 3000 | 186 | 1067k| 234.1 | 145M | 20 | 750 |5644 |3339 | 443 | 1 |9391 | 22 | 0.000000e+00 | -- | Inf | 2.02%
98.02/98.35 c 98.4s| 3100 | 213 | 1090k| 234.0 | 145M | 20 | 750 |5578 |3334 | 510 | 0 |9591 | 22 | 0.000000e+00 | -- | Inf | 2.05%
98.72/99.09 c 99.1s| 3200 | 212 | 1105k| 232.2 | 145M | 20 | 750 |5698 |3334 | 510 | 1 |9781 | 22 | 0.000000e+00 | -- | Inf | 2.08%
100.51/100.85 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
100.51/100.85 c 101s| 3300 | 223 | 1130k| 232.5 | 145M | 20 | 750 |5762 |3332 | 538 | 1 |9984 | 22 | 0.000000e+00 | -- | Inf | 2.11%
102.01/102.39 c 102s| 3400 | 227 | 1152k| 232.3 | 146M | 20 | 750 |5772 |3327 | 551 | 0 | 10k| 22 | 0.000000e+00 | -- | Inf | 2.18%
103.11/103.40 c 103s| 3500 | 230 | 1170k| 231.2 | 146M | 20 | 750 |5855 |3333 | 563 | 0 | 10k| 22 | 0.000000e+00 | -- | Inf | 2.21%
104.60/104.96 c 105s| 3600 | 242 | 1191k| 230.9 | 146M | 20 | 750 |5833 |3327 | 590 | 1 | 10k| 22 | 0.000000e+00 | -- | Inf | 2.42%
105.80/106.15 c 106s| 3700 | 254 | 1210k| 230.1 | 146M | 20 | 750 |5944 |3332 | 604 | 1 | 10k| 22 | 0.000000e+00 | -- | Inf | 2.46%
106.70/107.02 c 107s| 3800 | 246 | 1225k| 228.6 | 146M | 21 | 750 |6053 |3332 | 607 | 0 | 10k| 22 | 0.000000e+00 | -- | Inf | 2.47%
107.89/108.24 c 108s| 3900 | 252 | 1243k| 227.5 | 146M | 21 | 750 |6118 |3336 | 653 | 1 | 11k| 22 | 0.000000e+00 | -- | Inf | 2.49%
109.29/109.65 c 110s| 4000 | 268 | 1260k| 226.6 | 146M | 21 | 750 |6144 |3332 | 680 | 1 | 11k| 22 | 0.000000e+00 | -- | Inf | 2.52%
110.29/110.65 c 111s| 4100 | 270 | 1277k| 225.6 | 147M | 21 | 750 |6194 |3336 | 697 | 1 | 11k| 22 | 0.000000e+00 | -- | Inf | 2.60%
111.18/111.58 c 112s| 4200 | 276 | 1292k| 224.2 | 147M | 21 | 750 |6223 |3332 | 709 | 0 | 11k| 22 | 0.000000e+00 | -- | Inf | 2.65%
113.18/113.53 c 114s| 4300 | 289 | 1314k| 224.1 | 147M | 21 | 750 |6046 |3322 | 763 | 1 | 11k| 22 | 0.000000e+00 | -- | Inf | 2.74%
115.57/115.98 c 116s| 4400 | 317 | 1337k| 224.2 | 147M | 21 | 750 |5884 |3336 | 871 | 1 | 12k| 22 | 0.000000e+00 | -- | Inf | 2.83%
117.07/117.46 c 117s| 4500 | 340 | 1355k| 223.6 | 147M | 21 | 750 |5912 |3336 | 943 | 1 | 12k| 22 | 0.000000e+00 | -- | Inf | 2.86%
118.16/118.55 c 119s| 4600 | 344 | 1372k| 222.7 | 147M | 21 | 750 |6021 |3336 | 968 | 2 | 12k| 22 | 0.000000e+00 | -- | Inf | 2.91%
119.56/119.97 c 120s| 4700 | 361 | 1392k| 222.3 | 147M | 21 | 750 |6003 |3336 | 982 | 0 | 12k| 22 | 0.000000e+00 | -- | Inf | 2.95%
121.76/122.17 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
121.76/122.17 c 122s| 4800 | 381 | 1420k| 223.2 | 148M | 21 | 750 |6012 |3335 |1019 | 1 | 13k| 22 | 0.000000e+00 | -- | Inf | 2.97%
123.65/124.05 c 124s| 4900 | 397 | 1443k| 223.2 | 148M | 23 | 750 |5892 |3322 |1073 | 1 | 13k| 22 | 0.000000e+00 | -- | Inf | 3.08%
126.44/126.81 c 127s| 5000 | 440 | 1474k| 224.7 | 150M | 23 | 750 |5733 |3330 |1170 | 0 | 13k| 22 | 0.000000e+00 | -- | Inf | 3.10%
128.34/128.71 c 129s| 5100 | 458 | 1497k| 224.6 | 150M | 23 | 750 |5749 |3335 |1228 | 1 | 13k| 22 | 0.000000e+00 | -- | Inf | 3.22%
129.13/129.55 c 130s| 5200 | 455 | 1513k| 223.7 | 151M | 23 | 750 |5807 |3322 |1228 | 1 | 13k| 22 | 0.000000e+00 | -- | Inf | 3.30%
131.03/131.48 c 131s| 5300 | 476 | 1536k| 223.8 | 151M | 23 | 750 |5642 |3330 |1269 | 1 | 14k| 22 | 0.000000e+00 | -- | Inf | 3.39%
132.23/132.63 c 133s| 5400 | 478 | 1552k| 222.9 | 151M | 23 | 750 |5718 |3330 |1284 | 0 | 14k| 22 | 0.000000e+00 | -- | Inf | 3.48%
133.32/133.79 c 134s| 5500 | 490 | 1568k| 222.0 | 151M | 23 | 750 |5712 |3334 |1315 | 1 | 14k| 22 | 0.000000e+00 | -- | Inf | 3.54%
135.22/135.62 c 136s| 5600 | 496 | 1590k| 221.9 | 151M | 23 | 750 |5720 |3327 |1375 | 1 | 14k| 22 | 0.000000e+00 | -- | Inf | 3.62%
136.11/136.50 c 137s| 5700 | 500 | 1605k| 221.0 | 151M | 23 | 750 |5840 |3327 |1375 | 1 | 14k| 22 | 0.000000e+00 | -- | Inf | 3.65%
137.01/137.44 c 137s| 5800 | 498 | 1621k| 220.2 | 151M | 23 | 750 |5856 |3331 |1393 | 1 | 15k| 22 | 0.000000e+00 | -- | Inf | 3.68%
138.51/138.92 c 139s| 5900 | 510 | 1641k| 219.9 | 152M | 23 | 750 |5829 |3341 |1442 | 2 | 15k| 22 | 0.000000e+00 | -- | Inf | 3.72%
139.80/140.22 c 140s| 6000 | 514 | 1659k| 219.3 | 152M | 23 | 750 |5861 |3335 |1478 | 0 | 15k| 22 | 0.000000e+00 | -- | Inf | 3.78%
141.61/142.00 c 142s| 6100 | 522 | 1680k| 219.2 | 152M | 23 | 750 |5781 |3329 |1534 | 1 | 15k| 22 | 0.000000e+00 | -- | Inf | 3.84%
142.70/143.18 c 143s| 6200 | 530 | 1698k| 218.7 | 152M | 23 | 750 |5905 |3329 |1538 | 1 | 15k| 22 | 0.000000e+00 | -- | Inf | 3.87%
144.60/145.06 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
144.60/145.06 c 145s| 6300 | 549 | 1720k| 218.7 | 153M | 23 | 750 |5648 |3332 |1607 | 1 | 16k| 22 | 0.000000e+00 | -- | Inf | 3.91%
146.49/146.98 c 147s| 6400 | 577 | 1743k| 218.9 | 153M | 23 | 750 |5572 |3340 |1626 | 1 | 16k| 22 | 0.000000e+00 | -- | Inf | 3.98%
148.78/149.27 c 149s| 6500 | 604 | 1770k| 219.5 | 153M | 23 | 750 |5393 |3333 |1710 | 1 | 16k| 22 | 0.000000e+00 | -- | Inf | 4.10%
151.87/152.31 c 152s| 6600 | 653 | 1802k| 220.7 | 154M | 23 | 750 |5248 |3322 |1768 | 1 | 16k| 22 | 0.000000e+00 | -- | Inf | 4.19%
154.87/155.33 c 155s| 6700 | 700 | 1830k| 221.5 | 154M | 23 | 750 |5194 |3335 |1875 | 1 | 17k| 22 | 0.000000e+00 | -- | Inf | 4.23%
156.57/157.06 c 157s| 6800 | 710 | 1852k| 221.5 | 154M | 23 | 750 |5220 |3337 |1911 | 1 | 17k| 22 | 0.000000e+00 | -- | Inf | 4.27%
159.05/159.55 c 160s| 6900 | 749 | 1877k| 221.8 | 155M | 23 | 750 |5217 |3334 |2018 | 1 | 17k| 22 | 0.000000e+00 | -- | Inf | 4.31%
161.35/161.82 c 162s| 7000 | 778 | 1902k| 222.1 | 155M | 23 | 750 |5281 |3331 |2080 | 1 | 17k| 22 | 0.000000e+00 | -- | Inf | 4.34%
162.65/163.13 c 163s| 7100 | 794 | 1921k| 221.7 | 156M | 23 | 750 |5421 |3335 |2098 | 1 | 18k| 22 | 0.000000e+00 | -- | Inf | 4.38%
164.74/165.23 c 165s| 7200 | 811 | 1943k| 221.7 | 157M | 23 | 750 |5475 |3337 |2173 | 1 | 18k| 22 | 0.000000e+00 | -- | Inf | 4.49%
165.84/166.38 c 166s| 7300 | 807 | 1962k| 221.3 | 157M | 23 | 750 |5485 |3330 |2173 | 0 | 18k| 22 | 0.000000e+00 | -- | Inf | 4.60%
168.73/169.23 c 169s| 7400 | 846 | 1990k| 222.1 | 158M | 23 | 750 |5294 |3341 |2283 | 0 | 18k| 22 | 0.000000e+00 | -- | Inf | 4.64%
170.92/171.44 c 171s| 7500 | 872 | 2013k| 222.1 | 158M | 23 | 750 |5264 |3335 |2364 | 0 | 19k| 22 | 0.000000e+00 | -- | Inf | 4.74%
173.52/174.07 c 174s| 7600 | 893 | 2039k| 222.6 | 159M | 23 | 750 |5320 |3334 |2462 | 0 | 19k| 22 | 0.000000e+00 | -- | Inf | 4.83%
176.11/176.62 c 177s| 7700 | 913 | 2065k| 223.0 | 159M | 23 | 750 |5319 |3337 |2559 | 1 | 19k| 22 | 0.000000e+00 | -- | Inf | 5.04%
177.90/178.43 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
177.90/178.43 c 178s| 7800 | 947 | 2087k| 222.9 | 159M | 23 | 750 |5312 |3327 |2559 | 1 | 20k| 22 | 0.000000e+00 | -- | Inf | 5.13%
180.69/181.20 c 181s| 7900 | 986 | 2116k| 223.6 | 160M | 23 | 750 |5296 |3337 |2633 | 0 | 20k| 22 | 0.000000e+00 | -- | Inf | 5.19%
182.39/182.96 c 183s| 8000 | 1019 | 2139k| 223.7 | 160M | 23 | 750 |5291 |3335 |2663 | 0 | 20k| 22 | 0.000000e+00 | -- | Inf | 5.31%
183.89/184.44 c 184s| 8100 | 1037 | 2159k| 223.5 | 160M | 23 | 750 |5395 |3335 |2681 | 0 | 20k| 22 | 0.000000e+00 | -- | Inf | 5.39%
186.18/186.75 c 187s| 8200 | 1055 | 2183k| 223.6 | 160M | 23 | 750 |5340 |3335 |2780 | 0 | 21k| 22 | 0.000000e+00 | -- | Inf | 5.55%
188.87/189.42 c 189s| 8300 | 1094 | 2212k| 224.3 | 161M | 23 | 750 |5368 |3331 |2867 | 0 | 21k| 22 | 0.000000e+00 | -- | Inf | 5.80%
190.37/190.98 c 191s| 8400 | 1108 | 2231k| 224.0 | 161M | 23 | 750 |5483 |3332 |2897 | 1 | 21k| 22 | 0.000000e+00 | -- | Inf | 5.89%
191.76/192.36 c 192s| 8500 | 1118 | 2251k| 223.7 | 161M | 23 | 750 |5436 |3331 |2914 | 0 | 21k| 22 | 0.000000e+00 | -- | Inf | 5.93%
193.47/194.07 c 194s| 8600 | 1132 | 2273k| 223.7 | 161M | 23 | 750 |5493 | 0 |2969 | 0 | 22k| 22 | 0.000000e+00 | -- | Inf | 6.00%
195.26/195.82 c 196s| 8700 | 1138 | 2298k| 223.9 | 162M | 23 | 750 |5391 |3337 |3020 | 1 | 22k| 22 | 0.000000e+00 | -- | Inf | 6.09%
197.85/198.42 c 198s| 8800 | 1180 | 2325k| 224.4 | 162M | 23 | 750 |5489 |3322 |3112 | 1 | 22k| 22 | 0.000000e+00 | -- | Inf | 6.11%
199.64/200.25 c 200s| 8900 | 1197 | 2347k| 224.4 | 162M | 23 | 750 |5462 |3336 |3199 | 1 | 22k| 22 | 0.000000e+00 | -- | Inf | 6.23%
201.64/202.24 c 202s| 9000 | 1209 | 2371k| 224.4 | 163M | 23 | 750 |5458 |3336 |3242 | 1 | 23k| 22 | 0.000000e+00 | -- | Inf | 6.46%
204.03/204.68 c 205s| 9100 | 1235 | 2395k| 224.7 | 163M | 23 | 750 |5409 |3336 |3300 | 1 | 23k| 22 | 0.000000e+00 | -- | Inf | 6.52%
206.92/207.59 c 208s| 9200 | 1257 | 2420k| 224.9 | 165M | 23 | 750 |5375 | 0 |3443 | 0 | 23k| 22 | 0.000000e+00 | -- | Inf | 6.70%
209.72/210.30 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
209.72/210.30 c 210s| 9300 | 1292 | 2448k| 225.4 | 166M | 23 | 750 |5368 |3340 |3579 | 1 | 23k| 22 | 0.000000e+00 | -- | Inf | 6.77%
211.92/212.59 c 213s| 9400 | 1319 | 2473k| 225.6 | 166M | 23 | 750 |5349 |3328 |3640 | 1 | 24k| 22 | 0.000000e+00 | -- | Inf | 6.83%
213.61/214.24 c 214s| 9500 | 1322 | 2494k| 225.5 | 166M | 23 | 750 |5301 |3333 |3697 | 1 | 24k| 22 | 0.000000e+00 | -- | Inf | 6.95%
215.01/215.60 c 216s| 9600 | 1332 | 2514k| 225.2 | 166M | 23 | 750 |5352 |3340 |3735 | 1 | 24k| 22 | 0.000000e+00 | -- | Inf | 7.06%
217.10/217.77 c 218s| 9700 | 1340 | 2537k| 225.2 | 166M | 23 | 750 |5320 |3334 |3818 | 0 | 24k| 22 | 0.000000e+00 | -- | Inf | 7.24%
218.30/218.99 c 219s| 9800 | 1339 | 2555k| 224.9 | 166M | 23 | 750 |5392 |3332 |3818 | 1 | 25k| 22 | 0.000000e+00 | -- | Inf | 7.43%
220.20/220.84 c 221s| 9900 | 1346 | 2576k| 224.7 | 167M | 23 | 750 |5437 |3333 |3873 | 1 | 25k| 22 | 0.000000e+00 | -- | Inf | 7.48%
221.50/222.15 c 222s| 10000 | 1360 | 2596k| 224.5 | 167M | 23 | 750 |5488 |3335 |3876 | 1 | 25k| 22 | 0.000000e+00 | -- | Inf | 7.59%
222.89/223.57 c 224s| 10100 | 1367 | 2616k| 224.3 | 167M | 23 | 750 |5576 |3332 |3876 | 1 | 25k| 22 | 0.000000e+00 | -- | Inf | 7.68%
224.98/225.64 c 226s| 10200 | 1383 | 2642k| 224.6 | 167M | 23 | 750 |5570 |3343 |3914 | 1 | 26k| 22 | 0.000000e+00 | -- | Inf | 7.75%
226.88/227.55 c 228s| 10300 | 1391 | 2665k| 224.7 | 167M | 23 | 750 |5557 |3336 |3984 | 0 | 26k| 22 | 0.000000e+00 | -- | Inf | 7.93%
228.38/229.01 c 229s| 10400 | 1398 | 2684k| 224.4 | 167M | 23 | 750 |5578 |3339 |4017 | 1 | 26k| 22 | 0.000000e+00 | -- | Inf | 7.99%
229.97/230.69 c 231s| 10500 | 1413 | 2706k| 224.3 | 168M | 23 | 750 |5628 |3337 |4090 | 1 | 26k| 22 | 0.000000e+00 | -- | Inf | 8.05%
231.96/232.66 c 233s| 10600 | 1425 | 2730k| 224.5 | 168M | 23 | 750 |5702 | 0 |4121 | 0 | 27k| 22 | 0.000000e+00 | -- | Inf | 8.19%
233.47/234.17 c 234s| 10700 | 1436 | 2750k| 224.2 | 168M | 23 | 750 |5777 |3333 |4122 | 0 | 27k| 22 | 0.000000e+00 | -- | Inf | 8.22%
235.55/236.28 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
235.55/236.28 c 236s| 10800 | 1454 | 2776k| 224.6 | 168M | 23 | 750 |5777 |3335 |4141 | 1 | 27k| 22 | 0.000000e+00 | -- | Inf | 8.32%
237.15/237.88 c 238s| 10900 | 1463 | 2795k| 224.3 | 169M | 23 | 750 |5887 | 0 |4173 | 0 | 27k| 22 | 0.000000e+00 | -- | Inf | 8.42%
238.45/239.11 c 239s| 11000 | 1456 | 2813k| 223.9 | 169M | 23 | 750 |5838 | 0 |4173 | 0 | 28k| 22 | 0.000000e+00 | -- | Inf | 8.67%
239.84/240.52 c 241s| 11100 | 1464 | 2834k| 223.8 | 169M | 23 | 750 |5751 |3322 |4194 | 1 | 28k| 22 | 0.000000e+00 | -- | Inf | 8.78%
241.74/242.44 c 242s| 11200 | 1486 | 2856k| 223.7 | 169M | 23 | 750 |5771 |3336 |4226 | 1 | 28k| 22 | 0.000000e+00 | -- | Inf | 8.82%
243.53/244.26 c 244s| 11300 | 1498 | 2878k| 223.7 | 169M | 23 | 750 |5848 |3338 |4260 | 1 | 28k| 22 | 0.000000e+00 | -- | Inf | 8.99%
247.43/248.19 c 248s| 11400 | 1527 | 2912k| 224.7 | 169M | 23 | 750 |5835 |3337 |4357 | 0 | 29k| 22 | 0.000000e+00 | -- | Inf | 9.10%
249.72/250.43 c 250s| 11500 | 1551 | 2938k| 225.0 | 169M | 23 | 750 |5815 |3341 |4405 | 1 | 29k| 22 | 0.000000e+00 | -- | Inf | 9.16%
250.91/251.66 c 252s| 11600 | 1545 | 2957k| 224.7 | 169M | 23 | 750 |5865 |3341 |4405 | 1 | 29k| 22 | 0.000000e+00 | -- | Inf | 9.29%
253.61/254.38 c 254s| 11700 | 1574 | 2983k| 224.9 | 171M | 23 | 750 |5832 |3344 |4530 | 1 | 29k| 22 | 0.000000e+00 | -- | Inf | 9.42%
255.50/256.24 c 256s| 11800 | 1603 | 3008k| 225.1 | 172M | 23 | 750 |5879 |3331 |4566 | 0 | 30k| 22 | 0.000000e+00 | -- | Inf | 9.48%
257.49/258.24 c 258s| 11900 | 1616 | 3031k| 225.2 | 172M | 23 | 750 |5861 |3336 |4601 | 0 | 30k| 22 | 0.000000e+00 | -- | Inf | 9.78%
258.69/259.46 c 259s| 12000 | 1622 | 3049k| 224.8 | 172M | 23 | 750 |5920 |3332 |4601 | 1 | 30k| 22 | 0.000000e+00 | -- | Inf | 9.88%
260.69/261.40 c 261s| 12100 | 1642 | 3072k| 224.8 | 172M | 23 | 750 |5897 |3333 |4653 | 1 | 30k| 22 | 0.000000e+00 | -- | Inf | 9.94%
262.68/263.43 c 263s| 12200 | 1663 | 3095k| 224.9 | 172M | 23 | 750 |5912 |3329 |4665 | 0 | 31k| 22 | 0.000000e+00 | -- | Inf | 10.18%
264.48/265.21 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
264.48/265.21 c 265s| 12300 | 1679 | 3116k| 224.8 | 172M | 23 | 750 |5999 |3335 |4682 | 1 | 31k| 22 | 0.000000e+00 | -- | Inf | 10.45%
266.07/266.86 c 267s| 12400 | 1693 | 3139k| 224.8 | 172M | 23 | 750 |5954 |3336 |4715 | 0 | 31k| 22 | 0.000000e+00 | -- | Inf | 10.62%
268.96/269.71 c 270s| 12500 | 1725 | 3167k| 225.2 | 172M | 23 | 750 |5780 |3322 |4830 | 1 | 31k| 22 | 0.000000e+00 | -- | Inf | 10.76%
270.46/271.26 c 271s| 12600 | 1729 | 3187k| 225.0 | 172M | 23 | 750 |5752 |3341 |4889 | 1 | 32k| 22 | 0.000000e+00 | -- | Inf | 10.89%
272.26/273.08 c 273s| 12700 | 1741 | 3211k| 225.2 | 172M | 23 | 750 |5763 | 0 |4917 | 0 | 32k| 22 | 0.000000e+00 | -- | Inf | 11.01%
273.95/274.79 c 275s| 12800 | 1758 | 3234k| 225.2 | 172M | 23 | 750 |5815 |3339 |4954 | 0 | 32k| 22 | 0.000000e+00 | -- | Inf | 11.07%
275.65/276.49 c 276s| 12900 | 1790 | 3257k| 225.2 | 172M | 23 | 750 |5818 |3333 |4969 | 1 | 32k| 22 | 0.000000e+00 | -- | Inf | 11.15%
277.54/278.32 c 278s| 13000 | 1808 | 3279k| 225.2 | 173M | 23 | 750 |5890 |3338 |5018 | 0 | 33k| 22 | 0.000000e+00 | -- | Inf | 11.26%
279.64/280.48 c 280s| 13100 | 1819 | 3304k| 225.4 | 173M | 23 | 750 |5772 |3335 |5074 | 1 | 33k| 22 | 0.000000e+00 | -- | Inf | 11.48%
281.03/281.88 c 282s| 13200 | 1819 | 3324k| 225.2 | 173M | 23 | 750 |5807 |3341 |5089 | 1 | 33k| 22 | 0.000000e+00 | -- | Inf | 11.62%
282.53/283.39 c 283s| 13300 | 1829 | 3343k| 225.0 | 174M | 23 | 750 |5845 |3322 |5127 | 1 | 33k| 22 | 0.000000e+00 | -- | Inf | 11.69%
285.12/285.95 c 286s| 13400 | 1840 | 3370k| 225.2 | 174M | 23 | 750 |5767 |3329 |5236 | 1 | 34k| 22 | 0.000000e+00 | -- | Inf | 11.84%
287.12/287.91 c 288s| 13500 | 1860 | 3393k| 225.3 | 174M | 23 | 750 |5780 |3331 |5256 | 1 | 34k| 22 | 0.000000e+00 | -- | Inf | 11.93%
289.41/290.22 c 290s| 13600 | 1885 | 3424k| 225.8 | 174M | 23 | 750 |5759 |3334 |5291 | 1 | 34k| 22 | 0.000000e+00 | -- | Inf | 12.08%
291.10/291.91 c 292s| 13700 | 1904 | 3447k| 225.8 | 174M | 23 | 750 |5744 |3329 |5291 | 0 | 34k| 22 | 0.000000e+00 | -- | Inf | 12.20%
293.40/294.21 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
293.40/294.21 c 294s| 13800 | 1929 | 3474k| 226.2 | 174M | 23 | 750 |5754 | 0 |5329 | 0 | 35k| 22 | 0.000000e+00 | -- | Inf | 12.28%
294.60/295.48 c 295s| 13900 | 1932 | 3492k| 225.9 | 174M | 23 | 750 |5798 |3342 |5329 | 1 | 35k| 22 | 0.000000e+00 | -- | Inf | 12.32%
295.99/296.89 c 297s| 14000 | 1940 | 3512k| 225.7 | 174M | 23 | 750 |5811 |3338 |5348 | 1 | 35k| 22 | 0.000000e+00 | -- | Inf | 12.41%
298.19/299.04 c 299s| 14100 | 1968 | 3536k| 225.8 | 175M | 23 | 750 |5840 |3336 |5403 | 0 | 35k| 22 | 0.000000e+00 | -- | Inf | 12.48%
299.98/300.86 c 301s| 14200 | 1969 | 3558k| 225.7 | 175M | 23 | 750 |5928 |3339 |5441 | 0 | 36k| 22 | 0.000000e+00 | -- | Inf | 12.53%
301.88/302.79 c 303s| 14300 | 1987 | 3580k| 225.7 | 176M | 23 | 750 |5902 |3345 |5522 | 2 | 36k| 22 | 0.000000e+00 | -- | Inf | 12.74%
303.97/304.80 c 305s| 14400 | 1997 | 3603k| 225.7 | 176M | 23 | 750 |5866 |3328 |5625 | 0 | 36k| 22 | 0.000000e+00 | -- | Inf | 12.91%
305.67/306.50 c 307s| 14500 | 2015 | 3624k| 225.6 | 176M | 23 | 750 |5844 |3339 |5657 | 1 | 36k| 22 | 0.000000e+00 | -- | Inf | 12.98%
306.76/307.66 c 308s| 14600 | 2006 | 3640k| 225.3 | 176M | 23 | 750 |5923 | 0 |5687 | 0 | 37k| 22 | 0.000000e+00 | -- | Inf | 13.09%
308.86/309.79 c 310s| 14700 | 2021 | 3666k| 225.5 | 176M | 23 | 750 |5952 |3342 |5732 | 1 | 37k| 22 | 0.000000e+00 | -- | Inf | 13.21%
310.75/311.69 c 312s| 14800 | 2043 | 3690k| 225.5 | 176M | 23 | 750 |5973 |3332 |5795 | 0 | 37k| 22 | 0.000000e+00 | -- | Inf | 13.40%
312.55/313.49 c 313s| 14900 | 2047 | 3714k| 225.6 | 176M | 23 | 750 |5944 | 0 |5834 | 0 | 37k| 22 | 0.000000e+00 | -- | Inf | 13.54%
314.25/315.15 c 315s| 15000 | 2061 | 3735k| 225.5 | 176M | 23 | 750 |5948 |3340 |5880 | 1 | 37k| 22 | 0.000000e+00 | -- | Inf | 13.62%
315.73/316.61 c 317s| 15100 | 2058 | 3753k| 225.3 | 177M | 23 | 750 |5951 |3329 |5946 | 0 | 38k| 22 | 0.000000e+00 | -- | Inf | 13.82%
317.54/318.48 c 318s| 15200 | 2068 | 3775k| 225.2 | 177M | 23 | 750 |5904 |3340 |5967 | 1 | 38k| 22 | 0.000000e+00 | -- | Inf | 13.92%
319.03/319.95 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
319.03/319.95 c 320s| 15300 | 2080 | 3796k| 225.1 | 177M | 23 | 750 |6004 |3331 |5967 | 1 | 38k| 22 | 0.000000e+00 | -- | Inf | 13.97%
320.33/321.28 c 321s| 15400 | 2093 | 3816k| 225.0 | 177M | 23 | 750 |6008 |3336 |5985 | 0 | 38k| 22 | 0.000000e+00 | -- | Inf | 14.11%
322.13/323.04 c 323s| 15500 | 2121 | 3839k| 225.0 | 177M | 23 | 750 |6038 | 0 |6005 | 0 | 39k| 22 | 0.000000e+00 | -- | Inf | 14.16%
323.02/323.99 c 324s| 15600 | 2129 | 3854k| 224.6 | 177M | 23 | 750 |6165 |3338 |6005 | 0 | 39k| 22 | 0.000000e+00 | -- | Inf | 14.21%
324.62/325.56 c 326s| 15700 | 2134 | 3875k| 224.5 | 177M | 23 | 750 |6227 |3340 |6023 | 1 | 39k| 22 | 0.000000e+00 | -- | Inf | 14.25%
326.22/327.19 c 327s| 15800 | 2136 | 3897k| 224.5 | 178M | 23 | 750 |6200 |3337 |6040 | 1 | 39k| 22 | 0.000000e+00 | -- | Inf | 14.35%
327.81/328.79 c 329s| 15900 | 2142 | 3918k| 224.4 | 178M | 23 | 750 |6184 |3338 |6060 | 0 | 40k| 22 | 0.000000e+00 | -- | Inf | 14.53%
329.01/329.97 c 330s| 16000 | 2146 | 3935k| 224.0 | 178M | 23 | 750 |6214 | 0 |6082 | 0 | 40k| 22 | 0.000000e+00 | -- | Inf | 14.59%
330.60/331.56 c 332s| 16100 | 2154 | 3954k| 223.9 | 178M | 23 | 750 |6215 |3343 |6104 | 1 | 40k| 22 | 0.000000e+00 | -- | Inf | 14.64%
331.60/332.55 c 333s| 16200 | 2151 | 3970k| 223.5 | 178M | 23 | 750 |6256 |3333 |6110 | 1 | 40k| 22 | 0.000000e+00 | -- | Inf | 14.69%
332.80/333.73 c 334s| 16300 | 2149 | 3989k| 223.3 | 178M | 23 | 750 |6299 |3331 |6113 | 0 | 40k| 22 | 0.000000e+00 | -- | Inf | 14.76%
334.10/335.09 c 335s| 16400 | 2161 | 4009k| 223.2 | 178M | 23 | 750 |6402 |3336 |6113 | 0 | 41k| 22 | 0.000000e+00 | -- | Inf | 14.82%
335.20/336.11 c 336s| 16500 | 2163 | 4024k| 222.8 | 178M | 23 | 750 |6496 | 0 |6113 | 0 | 41k| 22 | 0.000000e+00 | -- | Inf | 14.86%
336.39/337.30 c 337s| 16600 | 2150 | 4041k| 222.5 | 179M | 23 | 750 |6474 |3340 |6136 | 1 | 41k| 22 | 0.000000e+00 | -- | Inf | 14.94%
338.38/339.31 c 339s| 16700 | 2164 | 4064k| 222.6 | 179M | 23 | 750 |6431 |3336 |6194 | 1 | 41k| 22 | 0.000000e+00 | -- | Inf | 15.04%
339.88/340.88 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
339.88/340.88 c 341s| 16800 | 2162 | 4084k| 222.4 | 179M | 23 | 750 |6312 |3336 |6257 | 1 | 42k| 22 | 0.000000e+00 | -- | Inf | 15.26%
341.08/342.08 c 342s| 16900 | 2167 | 4103k| 222.2 | 179M | 23 | 750 |6281 | 0 |6285 | 0 | 42k| 22 | 0.000000e+00 | -- | Inf | 15.34%
342.27/343.21 c 343s| 17000 | 2160 | 4123k| 222.1 | 179M | 23 | 750 |6360 |3343 |6285 | 0 | 42k| 22 | 0.000000e+00 | -- | Inf | 15.38%
343.17/344.15 c 344s| 17100 | 2151 | 4138k| 221.7 | 179M | 23 | 750 |6413 |3353 |6292 | 1 | 42k| 22 | 0.000000e+00 | -- | Inf | 15.50%
344.37/345.34 c 345s| 17200 | 2152 | 4156k| 221.5 | 179M | 23 | 750 |6474 |3341 |6296 | 0 | 42k| 22 | 0.000000e+00 | -- | Inf | 15.56%
346.17/347.14 c 347s| 17300 | 2146 | 4178k| 221.5 | 180M | 23 | 750 |6426 |3338 |6376 | 1 | 43k| 22 | 0.000000e+00 | -- | Inf | 15.76%
347.46/348.42 c 348s| 17400 | 2148 | 4196k| 221.3 | 180M | 23 | 750 |6402 |3340 |6395 | 0 | 43k| 22 | 0.000000e+00 | -- | Inf | 15.88%
348.56/349.59 c 350s| 17500 | 2145 | 4214k| 221.0 | 181M | 23 | 750 |6524 |3352 |6410 | 0 | 43k| 22 | 0.000000e+00 | -- | Inf | 15.96%
351.05/352.06 c 352s| 17600 | 2149 | 4237k| 221.1 | 181M | 23 | 750 |6556 |3345 |6472 | 0 | 43k| 22 | 0.000000e+00 | -- | Inf | 16.13%
352.74/353.77 c 354s| 17700 | 2172 | 4259k| 221.1 | 183M | 23 | 750 |6577 |3329 |6489 | 1 | 44k| 22 | 0.000000e+00 | -- | Inf | 16.19%
354.34/355.38 c 355s| 17800 | 2183 | 4280k| 221.1 | 183M | 23 | 750 |6591 |3339 |6515 | 0 | 44k| 22 | 0.000000e+00 | -- | Inf | 16.31%
355.93/356.94 c 357s| 17900 | 2192 | 4300k| 220.9 | 183M | 23 | 750 |6647 | 0 |6535 | 0 | 44k| 22 | 0.000000e+00 | -- | Inf | 16.42%
357.04/358.09 c 358s| 18000 | 2200 | 4319k| 220.8 | 183M | 23 | 750 |6750 |3334 |6535 | 0 | 44k| 22 | 0.000000e+00 | -- | Inf | 16.46%
358.23/359.27 c 359s| 18100 | 2192 | 4336k| 220.5 | 183M | 23 | 750 |6727 |3346 |6556 | 2 | 45k| 22 | 0.000000e+00 | -- | Inf | 16.57%
359.72/360.79 c 361s| 18200 | 2199 | 4357k| 220.5 | 184M | 23 | 750 |6723 |3341 |6574 | 1 | 45k| 22 | 0.000000e+00 | -- | Inf | 16.67%
361.03/362.06 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
361.03/362.06 c 362s| 18300 | 2198 | 4377k| 220.4 | 184M | 23 | 750 |6721 |3339 |6574 | 1 | 45k| 22 | 0.000000e+00 | -- | Inf | 16.74%
362.12/363.14 c 363s| 18400 | 2182 | 4394k| 220.1 | 185M | 23 | 750 |6752 | 0 |6595 | 0 | 45k| 22 | 0.000000e+00 | -- | Inf | 16.82%
363.31/364.35 c 364s| 18500 | 2180 | 4414k| 220.0 | 185M | 23 | 750 |6715 |3341 |6595 | 1 | 46k| 22 | 0.000000e+00 | -- | Inf | 16.97%
364.61/365.60 c 366s| 18600 | 2175 | 4432k| 219.8 | 185M | 23 | 750 |6713 |3336 |6616 | 1 | 46k| 22 | 0.000000e+00 | -- | Inf | 17.04%
366.11/367.12 c 367s| 18700 | 2183 | 4450k| 219.6 | 185M | 23 | 750 |6714 |3342 |6653 | 1 | 46k| 22 | 0.000000e+00 | -- | Inf | 17.09%
367.50/368.54 c 369s| 18800 | 2177 | 4469k| 219.4 | 185M | 23 | 750 |6701 |3339 |6671 | 0 | 46k| 22 | 0.000000e+00 | -- | Inf | 17.21%
368.50/369.59 c 370s| 18900 | 2173 | 4486k| 219.2 | 185M | 23 | 750 |6737 |3329 |6673 | 0 | 46k| 22 | 0.000000e+00 | -- | Inf | 17.29%
369.80/370.86 c 371s| 19000 | 2183 | 4504k| 219.0 | 185M | 23 | 750 |6731 |3333 |6695 | 1 | 47k| 22 | 0.000000e+00 | -- | Inf | 17.37%
371.29/372.31 c 372s| 19100 | 2188 | 4524k| 218.9 | 185M | 23 | 750 |6746 |3342 |6734 | 0 | 47k| 22 | 0.000000e+00 | -- | Inf | 17.47%
372.49/373.50 c 374s| 19200 | 2187 | 4542k| 218.7 | 185M | 23 | 750 |6751 |3342 |6740 | 0 | 47k| 22 | 0.000000e+00 | -- | Inf | 17.52%
373.39/374.45 c 374s| 19300 | 2181 | 4558k| 218.5 | 185M | 23 | 750 |6742 | 0 |6740 | 0 | 47k| 22 | 0.000000e+00 | -- | Inf | 17.69%
374.58/375.60 c 376s| 19400 | 2178 | 4574k| 218.2 | 185M | 23 | 750 |6707 |3336 |6763 | 0 | 47k| 22 | 0.000000e+00 | -- | Inf | 17.81%
376.38/377.44 c 377s| 19500 | 2184 | 4596k| 218.2 | 185M | 23 | 750 |6635 |3338 |6833 | 1 | 48k| 22 | 0.000000e+00 | -- | Inf | 18.01%
377.77/378.81 c 379s| 19600 | 2183 | 4614k| 218.0 | 186M | 23 | 750 |6585 |3335 |6858 | 1 | 48k| 22 | 0.000000e+00 | -- | Inf | 18.10%
379.47/380.58 c 381s| 19700 | 2199 | 4635k| 218.0 | 186M | 23 | 750 |6667 |3340 |6877 | 0 | 48k| 22 | 0.000000e+00 | -- | Inf | 18.21%
380.87/381.98 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
380.87/381.98 c 382s| 19800 | 2217 | 4655k| 217.9 | 186M | 23 | 750 |6694 |3333 |6897 | 1 | 48k| 22 | 0.000000e+00 | -- | Inf | 18.29%
382.16/383.29 c 383s| 19900 | 2219 | 4673k| 217.7 | 186M | 23 | 750 |6709 |3332 |6929 | 0 | 48k| 22 | 0.000000e+00 | -- | Inf | 18.34%
383.36/384.43 c 384s| 20000 | 2218 | 4691k| 217.5 | 186M | 23 | 750 |6754 |3347 |6929 | 0 | 49k| 22 | 0.000000e+00 | -- | Inf | 18.42%
384.55/385.68 c 386s| 20100 | 2215 | 4709k| 217.4 | 186M | 23 | 750 |6778 |3337 |6929 | 1 | 49k| 22 | 0.000000e+00 | -- | Inf | 18.51%
385.96/387.10 c 387s| 20200 | 2208 | 4729k| 217.3 | 186M | 23 | 750 |6826 |3336 |6950 | 0 | 49k| 22 | 0.000000e+00 | -- | Inf | 18.66%
387.35/388.45 c 388s| 20300 | 2211 | 4746k| 217.1 | 186M | 23 | 750 |6884 | 0 |6993 | 0 | 49k| 22 | 0.000000e+00 | -- | Inf | 18.70%
388.24/389.32 c 389s| 20400 | 2201 | 4761k| 216.8 | 186M | 23 | 750 |6943 | 0 |6993 | 0 | 50k| 22 | 0.000000e+00 | -- | Inf | 18.75%
389.84/390.95 c 391s| 20500 | 2200 | 4783k| 216.8 | 186M | 23 | 750 |6895 |3342 |7031 | 1 | 50k| 22 | 0.000000e+00 | -- | Inf | 18.84%
390.94/392.03 c 392s| 20600 | 2192 | 4800k| 216.6 | 186M | 23 | 750 |6853 |3338 |7031 | 1 | 50k| 22 | 0.000000e+00 | -- | Inf | 18.94%
392.53/393.62 c 394s| 20700 | 2191 | 4820k| 216.5 | 186M | 23 | 750 |6895 |3345 |7088 | 0 | 50k| 22 | 0.000000e+00 | -- | Inf | 19.06%
393.63/394.73 c 395s| 20800 | 2185 | 4837k| 216.3 | 186M | 23 | 750 |6936 |3345 |7088 | 1 | 50k| 22 | 0.000000e+00 | -- | Inf | 19.12%
394.83/395.96 c 396s| 20900 | 2189 | 4855k| 216.1 | 186M | 23 | 750 |7012 |3327 |7091 | 1 | 51k| 22 | 0.000000e+00 | -- | Inf | 19.17%
395.82/396.93 c 397s| 21000 | 2185 | 4870k| 215.8 | 186M | 23 | 750 |7061 |3335 |7091 | 1 | 51k| 22 | 0.000000e+00 | -- | Inf | 19.23%
396.72/397.88 c 398s| 21100 | 2168 | 4886k| 215.6 | 186M | 23 | 750 |7107 |3335 |7091 | 0 | 51k| 22 | 0.000000e+00 | -- | Inf | 19.28%
397.82/398.98 c 399s| 21200 | 2152 | 4903k| 215.4 | 186M | 23 | 750 |7144 |3332 |7091 | 0 | 51k| 22 | 0.000000e+00 | -- | Inf | 19.37%
398.81/399.90 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
398.81/399.90 c 400s| 21300 | 2142 | 4920k| 215.2 | 186M | 23 | 750 |7156 | 0 |7091 | 0 | 51k| 22 | 0.000000e+00 | -- | Inf | 19.41%
399.81/400.98 c 401s| 21400 | 2131 | 4937k| 215.0 | 186M | 23 | 750 |7109 |3336 |7091 | 0 | 52k| 22 | 0.000000e+00 | -- | Inf | 19.51%
401.11/402.25 c 402s| 21500 | 2139 | 4954k| 214.8 | 187M | 23 | 750 |7146 |3344 |7111 | 2 | 52k| 22 | 0.000000e+00 | -- | Inf | 19.60%
402.20/403.33 c 403s| 21600 | 2131 | 4972k| 214.6 | 187M | 23 | 750 |7224 |3331 |7111 | 0 | 52k| 22 | 0.000000e+00 | -- | Inf | 19.65%
403.50/404.62 c 405s| 21700 | 2126 | 4990k| 214.5 | 187M | 23 | 750 |7205 |3344 |7134 | 1 | 52k| 22 | 0.000000e+00 | -- | Inf | 19.70%
404.50/405.68 c 406s| 21800 | 2125 | 5007k| 214.3 | 187M | 23 | 750 |7200 |3335 |7135 | 1 | 52k| 22 | 0.000000e+00 | -- | Inf | 19.76%
405.60/406.72 c 407s| 21900 | 2121 | 5021k| 214.0 | 187M | 23 | 750 |7304 |3336 |7148 | 0 | 53k| 22 | 0.000000e+00 | -- | Inf | 19.80%
406.90/408.04 c 408s| 22000 | 2125 | 5040k| 213.9 | 187M | 23 | 750 |7317 |3332 |7150 | 0 | 53k| 22 | 0.000000e+00 | -- | Inf | 19.84%
407.90/409.06 c 409s| 22100 | 2116 | 5056k| 213.6 | 187M | 23 | 750 |7329 |3338 |7150 | 0 | 53k| 22 | 0.000000e+00 | -- | Inf | 19.88%
409.39/410.57 c 411s| 22200 | 2125 | 5075k| 213.6 | 187M | 23 | 750 |7318 | 0 |7172 | 0 | 53k| 22 | 0.000000e+00 | -- | Inf | 19.98%
410.48/411.65 c 412s| 22300 | 2114 | 5092k| 213.4 | 187M | 23 | 750 |7323 |3333 |7172 | 1 | 53k| 22 | 0.000000e+00 | -- | Inf | 20.04%
411.68/412.81 c 413s| 22400 | 2101 | 5109k| 213.2 | 187M | 23 | 750 |7329 |3343 |7179 | 0 | 54k| 22 | 0.000000e+00 | -- | Inf | 20.13%
412.78/413.99 c 414s| 22500 | 2115 | 5127k| 213.0 | 187M | 23 | 750 |7367 |3339 |7200 | 1 | 54k| 22 | 0.000000e+00 | -- | Inf | 20.22%
414.77/415.91 c 416s| 22600 | 2120 | 5149k| 213.1 | 187M | 23 | 750 |7238 |3342 |7261 | 2 | 54k| 22 | 0.000000e+00 | -- | Inf | 20.34%
416.07/417.21 c 417s| 22700 | 2117 | 5165k| 212.9 | 187M | 23 | 750 |7250 |3339 |7285 | 0 | 54k| 22 | 0.000000e+00 | -- | Inf | 20.45%
417.06/418.23 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
417.06/418.23 c 418s| 22800 | 2124 | 5180k| 212.6 | 187M | 23 | 750 |7304 |3333 |7290 | 1 | 55k| 22 | 0.000000e+00 | -- | Inf | 20.49%
417.87/419.10 c 419s| 22900 | 2115 | 5195k| 212.3 | 187M | 23 | 750 |7339 |3331 |7293 | 1 | 55k| 22 | 0.000000e+00 | -- | Inf | 20.53%
419.86/421.00 c 421s| 23000 | 2137 | 5215k| 212.3 | 187M | 23 | 750 |7307 |3341 |7347 | 1 | 55k| 22 | 0.000000e+00 | -- | Inf | 20.56%
421.35/422.52 c 423s| 23100 | 2140 | 5235k| 212.2 | 187M | 23 | 750 |7291 |3327 |7347 | 0 | 55k| 22 | 0.000000e+00 | -- | Inf | 20.64%
422.55/423.76 c 424s| 23200 | 2136 | 5252k| 212.1 | 188M | 23 | 750 |7281 |3339 |7347 | 1 | 55k| 22 | 0.000000e+00 | -- | Inf | 20.74%
423.85/425.05 c 425s| 23300 | 2137 | 5270k| 211.9 | 188M | 23 | 750 |7306 |3327 |7347 | 1 | 56k| 22 | 0.000000e+00 | -- | Inf | 20.79%
424.95/426.13 c 426s| 23400 | 2141 | 5287k| 211.8 | 188M | 23 | 750 |7336 |3332 |7369 | 1 | 56k| 22 | 0.000000e+00 | -- | Inf | 20.83%
426.74/427.99 c 428s| 23500 | 2149 | 5310k| 211.8 | 188M | 23 | 750 |7211 |3342 |7434 | 1 | 56k| 22 | 0.000000e+00 | -- | Inf | 20.95%
428.73/429.91 c 430s| 23600 | 2163 | 5332k| 211.9 | 188M | 23 | 750 |7130 |3342 |7487 | 1 | 56k| 22 | 0.000000e+00 | -- | Inf | 21.01%
429.84/431.00 c 431s| 23700 | 2156 | 5349k| 211.7 | 188M | 23 | 750 |7211 |3330 |7493 | 0 | 57k| 22 | 0.000000e+00 | -- | Inf | 21.06%
430.73/431.93 c 432s| 23800 | 2154 | 5364k| 211.5 | 188M | 23 | 750 |7248 |3333 |7497 | 1 | 57k| 22 | 0.000000e+00 | -- | Inf | 21.11%
432.22/433.49 c 433s| 23900 | 2155 | 5384k| 211.4 | 188M | 23 | 750 |7168 |3342 |7534 | 0 | 57k| 22 | 0.000000e+00 | -- | Inf | 21.16%
433.62/434.86 c 435s| 24000 | 2149 | 5403k| 211.3 | 188M | 23 | 750 |7096 |3335 |7534 | 0 | 57k| 22 | 0.000000e+00 | -- | Inf | 21.23%
434.92/436.16 c 436s| 24100 | 2148 | 5422k| 211.3 | 188M | 23 | 750 |7101 |3334 |7556 | 1 | 57k| 22 | 0.000000e+00 | -- | Inf | 21.33%
436.11/437.35 c 437s| 24200 | 2141 | 5441k| 211.2 | 188M | 23 | 750 |7182 |3340 |7578 | 0 | 58k| 22 | 0.000000e+00 | -- | Inf | 21.36%
437.30/438.59 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
437.30/438.59 c 439s| 24300 | 2139 | 5457k| 211.0 | 188M | 23 | 750 |7180 |3339 |7598 | 0 | 58k| 22 | 0.000000e+00 | -- | Inf | 21.42%
438.60/439.80 c 440s| 24400 | 2140 | 5474k| 210.8 | 188M | 23 | 750 |7141 |3339 |7616 | 1 | 58k| 22 | 0.000000e+00 | -- | Inf | 21.53%
439.80/441.07 c 441s| 24500 | 2147 | 5492k| 210.7 | 188M | 23 | 750 |7143 |3340 |7616 | 1 | 58k| 22 | 0.000000e+00 | -- | Inf | 21.60%
441.09/442.33 c 442s| 24600 | 2145 | 5509k| 210.5 | 188M | 23 | 750 |7173 |3337 |7632 | 1 | 59k| 22 | 0.000000e+00 | -- | Inf | 21.75%
442.09/443.34 c 443s| 24700 | 2139 | 5526k| 210.4 | 188M | 23 | 750 |7248 |3340 |7644 | 0 | 59k| 22 | 0.000000e+00 | -- | Inf | 21.84%
443.19/444.44 c 444s| 24800 | 2138 | 5543k| 210.2 | 188M | 23 | 750 |7252 |3348 |7644 | 1 | 59k| 22 | 0.000000e+00 | -- | Inf | 21.97%
444.29/445.58 c 446s| 24900 | 2142 | 5558k| 210.0 | 188M | 23 | 750 |7214 |3342 |7670 | 1 | 59k| 22 | 0.000000e+00 | -- | Inf | 22.03%
445.98/447.22 c 447s| 25000 | 2150 | 5579k| 210.0 | 188M | 23 | 750 |7245 |3339 |7709 | 0 | 59k| 22 | 0.000000e+00 | -- | Inf | 22.08%
447.38/448.60 c 449s| 25100 | 2159 | 5599k| 210.0 | 188M | 23 | 750 |7237 |3331 |7713 | 1 | 59k| 22 | 0.000000e+00 | -- | Inf | 22.23%
449.17/450.43 c 450s| 25200 | 2176 | 5619k| 209.9 | 188M | 23 | 750 |7202 |3333 |7733 | 0 | 60k| 22 | 0.000000e+00 | -- | Inf | 22.29%
450.07/451.39 c 451s| 25300 | 2168 | 5635k| 209.7 | 188M | 23 | 750 |7241 |3338 |7734 | 1 | 60k| 22 | 0.000000e+00 | -- | Inf | 22.40%
451.36/452.64 c 453s| 25400 | 2173 | 5653k| 209.6 | 188M | 23 | 750 |7290 |3339 |7765 | 1 | 60k| 22 | 0.000000e+00 | -- | Inf | 22.50%
452.56/453.86 c 454s| 25500 | 2159 | 5671k| 209.5 | 188M | 23 | 750 |7314 |3334 |7801 | 1 | 60k| 22 | 0.000000e+00 | -- | Inf | 22.62%
453.66/454.99 c 455s| 25600 | 2157 | 5689k| 209.4 | 188M | 23 | 750 |7343 |3341 |7801 | 0 | 61k| 22 | 0.000000e+00 | -- | Inf | 22.69%
455.05/456.33 c 456s| 25700 | 2157 | 5708k| 209.3 | 188M | 23 | 750 |7382 | 0 |7805 | 0 | 61k| 22 | 0.000000e+00 | -- | Inf | 22.75%
456.15/457.47 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
456.15/457.47 c 457s| 25800 | 2159 | 5725k| 209.2 | 188M | 23 | 750 |7363 |3340 |7811 | 1 | 61k| 22 | 0.000000e+00 | -- | Inf | 22.82%
457.55/458.81 c 459s| 25900 | 2167 | 5743k| 209.1 | 188M | 23 | 750 |7307 |3335 |7837 | 1 | 61k| 22 | 0.000000e+00 | -- | Inf | 22.87%
459.24/460.50 c 460s| 26000 | 2178 | 5767k| 209.2 | 188M | 23 | 750 |7322 |3339 |7853 | 1 | 61k| 22 | 0.000000e+00 | -- | Inf | 22.93%
460.34/461.65 c 462s| 26100 | 2171 | 5783k| 209.0 | 188M | 23 | 750 |7309 |3337 |7853 | 0 | 62k| 22 | 0.000000e+00 | -- | Inf | 23.00%
461.64/462.92 c 463s| 26200 | 2168 | 5801k| 208.9 | 188M | 23 | 750 |7278 |3322 |7853 | 1 | 62k| 22 | 0.000000e+00 | -- | Inf | 23.07%
463.23/464.57 c 465s| 26300 | 2169 | 5819k| 208.8 | 188M | 23 | 750 |7140 |3338 |7874 | 0 | 62k| 22 | 0.000000e+00 | -- | Inf | 23.15%
464.13/465.41 c 465s| 26400 | 2160 | 5832k| 208.5 | 188M | 23 | 750 |7166 |3328 |7883 | 1 | 62k| 22 | 0.000000e+00 | -- | Inf | 23.20%
465.33/466.65 c 467s| 26500 | 2163 | 5849k| 208.4 | 188M | 23 | 750 |7134 |3338 |7910 | 2 | 62k| 22 | 0.000000e+00 | -- | Inf | 23.27%
466.52/467.88 c 468s| 26600 | 2154 | 5867k| 208.3 | 188M | 23 | 750 |7093 |3332 |7910 | 1 | 63k| 22 | 0.000000e+00 | -- | Inf | 23.34%
467.92/469.25 c 469s| 26700 | 2163 | 5886k| 208.2 | 188M | 23 | 750 |7134 |3332 |7968 | 0 | 63k| 22 | 0.000000e+00 | -- | Inf | 23.37%
468.92/470.20 c 470s| 26800 | 2157 | 5902k| 208.0 | 188M | 23 | 750 |7188 |3332 |7968 | 0 | 63k| 22 | 0.000000e+00 | -- | Inf | 23.42%
470.51/471.86 c 472s| 26900 | 2156 | 5922k| 208.0 | 188M | 23 | 750 |7097 |3328 |8045 | 1 | 63k| 22 | 0.000000e+00 | -- | Inf | 23.51%
472.00/473.39 c 473s| 27000 | 2155 | 5942k| 208.0 | 188M | 23 | 750 |7025 |3334 |8067 | 1 | 63k| 22 | 0.000000e+00 | -- | Inf | 23.74%
473.60/474.94 c 475s| 27100 | 2155 | 5961k| 207.9 | 188M | 23 | 750 |6946 | 0 |8127 | 0 | 64k| 22 | 0.000000e+00 | -- | Inf | 24.03%
474.60/475.94 c 476s| 27200 | 2149 | 5977k| 207.8 | 188M | 23 | 750 |6996 |3334 |8133 | 1 | 64k| 22 | 0.000000e+00 | -- | Inf | 24.06%
476.09/477.48 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
476.09/477.48 c 477s| 27300 | 2146 | 5999k| 207.8 | 188M | 23 | 750 |6959 |3340 |8133 | 0 | 64k| 22 | 0.000000e+00 | -- | Inf | 24.41%
477.39/478.78 c 479s| 27400 | 2143 | 6018k| 207.8 | 188M | 23 | 750 |6970 |3337 |8156 | 0 | 64k| 22 | 0.000000e+00 | -- | Inf | 24.50%
478.69/480.05 c 480s| 27500 | 2156 | 6037k| 207.7 | 188M | 23 | 750 |6936 |3340 |8176 | 0 | 65k| 22 | 0.000000e+00 | -- | Inf | 24.55%
479.88/481.20 c 481s| 27600 | 2152 | 6055k| 207.6 | 188M | 23 | 750 |6977 |3342 |8214 | 1 | 65k| 22 | 0.000000e+00 | -- | Inf | 24.58%
480.79/482.17 c 482s| 27700 | 2149 | 6070k| 207.4 | 188M | 23 | 750 |7021 |3331 |8231 | 1 | 65k| 22 | 0.000000e+00 | -- | Inf | 24.61%
482.27/483.69 c 484s| 27800 | 2146 | 6087k| 207.3 | 188M | 23 | 750 |6953 |3353 |8261 | 1 | 65k| 22 | 0.000000e+00 | -- | Inf | 24.72%
483.77/485.13 c 485s| 27900 | 2152 | 6108k| 207.3 | 188M | 23 | 750 |6993 |3345 |8261 | 1 | 65k| 22 | 0.000000e+00 | -- | Inf | 24.78%
484.86/486.29 c 486s| 28000 | 2151 | 6125k| 207.1 | 189M | 23 | 750 |7042 |3332 |8264 | 1 | 66k| 22 | 0.000000e+00 | -- | Inf | 24.81%
486.06/487.42 c 487s| 28100 | 2145 | 6143k| 207.1 | 189M | 23 | 750 |7085 |3339 |8282 | 0 | 66k| 22 | 0.000000e+00 | -- | Inf | 24.87%
487.36/488.76 c 489s| 28200 | 2150 | 6161k| 207.0 | 189M | 23 | 750 |7078 |3334 |8301 | 0 | 66k| 22 | 0.000000e+00 | -- | Inf | 24.95%
488.76/490.18 c 490s| 28300 | 2152 | 6181k| 206.9 | 189M | 23 | 750 |7056 |3337 |8343 | 0 | 66k| 22 | 0.000000e+00 | -- | Inf | 25.06%
489.66/491.04 c 491s| 28400 | 2142 | 6195k| 206.7 | 189M | 23 | 750 |7092 |3333 |8343 | 1 | 66k| 22 | 0.000000e+00 | -- | Inf | 25.10%
491.35/492.79 c 493s| 28500 | 2147 | 6217k| 206.8 | 189M | 23 | 750 |7054 |3336 |8416 | 1 | 67k| 22 | 0.000000e+00 | -- | Inf | 25.27%
493.24/494.69 c 495s| 28600 | 2155 | 6238k| 206.8 | 190M | 23 | 750 |7059 |3357 |8472 | 0 | 67k| 22 | 0.000000e+00 | -- | Inf | 25.45%
494.64/496.06 c 496s| 28700 | 2151 | 6257k| 206.7 | 190M | 23 | 750 |7003 | 0 |8494 | 0 | 67k| 22 | 0.000000e+00 | -- | Inf | 25.54%
495.64/497.09 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
495.64/497.09 c 497s| 28800 | 2149 | 6274k| 206.6 | 190M | 23 | 750 |7044 |3333 |8508 | 1 | 67k| 22 | 0.000000e+00 | -- | Inf | 25.60%
496.83/498.20 c 498s| 28900 | 2148 | 6290k| 206.5 | 190M | 23 | 750 |7074 |3339 |8530 | 0 | 67k| 22 | 0.000000e+00 | -- | Inf | 25.65%
498.03/499.44 c 499s| 29000 | 2148 | 6308k| 206.4 | 190M | 23 | 750 |7125 | 0 |8530 | 0 | 68k| 22 | 0.000000e+00 | -- | Inf | 25.72%
499.42/500.80 c 501s| 29100 | 2148 | 6327k| 206.3 | 190M | 23 | 750 |7185 |3335 |8530 | 0 | 68k| 22 | 0.000000e+00 | -- | Inf | 25.79%
500.92/502.33 c 502s| 29200 | 2152 | 6347k| 206.3 | 190M | 23 | 750 |7220 |3340 |8573 | 1 | 68k| 22 | 0.000000e+00 | -- | Inf | 25.86%
501.92/503.39 c 503s| 29300 | 2145 | 6364k| 206.2 | 190M | 23 | 750 |7246 |3341 |8573 | 0 | 68k| 22 | 0.000000e+00 | -- | Inf | 25.92%
503.31/504.71 c 505s| 29400 | 2148 | 6381k| 206.1 | 190M | 23 | 750 |7217 |3341 |8598 | 1 | 69k| 22 | 0.000000e+00 | -- | Inf | 25.98%
504.81/506.25 c 506s| 29500 | 2147 | 6400k| 206.0 | 190M | 23 | 750 |7244 |3339 |8632 | 1 | 69k| 22 | 0.000000e+00 | -- | Inf | 26.04%
505.80/507.27 c 507s| 29600 | 2137 | 6416k| 205.9 | 190M | 23 | 750 |7349 | 0 |8632 | 0 | 69k| 22 | 0.000000e+00 | -- | Inf | 26.08%
507.10/508.55 c 509s| 29700 | 2155 | 6436k| 205.8 | 190M | 23 | 750 |7397 |3333 |8632 | 1 | 69k| 22 | 0.000000e+00 | -- | Inf | 26.14%
508.30/509.74 c 510s| 29800 | 2146 | 6453k| 205.7 | 190M | 23 | 750 |7453 |3338 |8653 | 1 | 69k| 22 | 0.000000e+00 | -- | Inf | 26.20%
509.49/510.91 c 511s| 29900 | 2149 | 6468k| 205.6 | 190M | 23 | 750 |7411 |3340 |8653 | 0 | 70k| 22 | 0.000000e+00 | -- | Inf | 26.29%
510.60/512.07 c 512s| 30000 | 2148 | 6485k| 205.4 | 190M | 23 | 750 |7429 |3336 |8671 | 1 | 70k| 22 | 0.000000e+00 | -- | Inf | 26.33%
511.69/513.15 c 513s| 30100 | 2136 | 6503k| 205.4 | 190M | 23 | 750 |7452 |3336 |8675 | 1 | 70k| 22 | 0.000000e+00 | -- | Inf | 26.43%
512.98/514.43 c 514s| 30200 | 2140 | 6521k| 205.3 | 190M | 23 | 750 |7435 | 0 |8694 | 0 | 70k| 22 | 0.000000e+00 | -- | Inf | 26.49%
513.98/515.42 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
513.98/515.42 c 515s| 30300 | 2132 | 6536k| 205.1 | 190M | 23 | 750 |7512 |3336 |8704 | 1 | 71k| 22 | 0.000000e+00 | -- | Inf | 26.53%
515.27/516.75 c 517s| 30400 | 2134 | 6555k| 205.0 | 190M | 23 | 750 |7544 |3336 |8717 | 1 | 71k| 22 | 0.000000e+00 | -- | Inf | 26.77%
516.47/517.99 c 518s| 30500 | 2128 | 6572k| 205.0 | 190M | 23 | 750 |7592 |3341 |8737 | 1 | 71k| 22 | 0.000000e+00 | -- | Inf | 26.84%
517.77/519.21 c 519s| 30600 | 2121 | 6590k| 204.9 | 190M | 23 | 750 |7533 |3342 |8737 | 1 | 71k| 22 | 0.000000e+00 | -- | Inf | 26.99%
518.77/520.23 c 520s| 30700 | 2119 | 6608k| 204.8 | 190M | 23 | 750 |7573 |3333 |8742 | 0 | 71k| 22 | 0.000000e+00 | -- | Inf | 27.02%
520.16/521.69 c 522s| 30800 | 2115 | 6629k| 204.8 | 190M | 23 | 750 |7610 |3347 |8760 | 0 | 72k| 22 | 0.000000e+00 | -- | Inf | 27.19%
521.36/522.80 c 523s| 30900 | 2118 | 6645k| 204.7 | 190M | 23 | 750 |7586 |3335 |8781 | 0 | 72k| 22 | 0.000000e+00 | -- | Inf | 27.25%
522.56/524.05 c 524s| 31000 | 2117 | 6664k| 204.6 | 190M | 23 | 750 |7569 |3338 |8833 | 0 | 72k| 22 | 0.000000e+00 | -- | Inf | 27.31%
523.75/525.23 c 525s| 31100 | 2127 | 6680k| 204.5 | 190M | 23 | 750 |7564 |3339 |8854 | 0 | 72k| 22 | 0.000000e+00 | -- | Inf | 27.35%
524.75/526.25 c 526s| 31200 | 2117 | 6697k| 204.4 | 190M | 23 | 750 |7561 |3336 |8854 | 1 | 72k| 22 | 0.000000e+00 | -- | Inf | 27.42%
525.65/527.11 c 527s| 31300 | 2112 | 6712k| 204.2 | 190M | 23 | 750 |7622 |3330 |8854 | 1 | 73k| 22 | 0.000000e+00 | -- | Inf | 27.48%
526.55/528.01 c 528s| 31400 | 2099 | 6727k| 204.0 | 191M | 23 | 750 |7598 | 0 |8864 | 0 | 73k| 22 | 0.000000e+00 | -- | Inf | 27.53%
527.54/529.03 c 529s| 31500 | 2096 | 6745k| 204.0 | 191M | 23 | 750 |7614 |3340 |8864 | 1 | 73k| 22 | 0.000000e+00 | -- | Inf | 27.59%
528.54/530.09 c 530s| 31600 | 2091 | 6763k| 203.9 | 191M | 23 | 750 |7647 | 0 |8867 | 0 | 73k| 22 | 0.000000e+00 | -- | Inf | 27.64%
529.64/531.12 c 531s| 31700 | 2091 | 6780k| 203.8 | 191M | 23 | 750 |7683 |3332 |8867 | 1 | 73k| 22 | 0.000000e+00 | -- | Inf | 27.67%
530.93/532.43 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
530.93/532.43 c 532s| 31800 | 2095 | 6799k| 203.8 | 191M | 23 | 750 |7653 |3334 |8881 | 1 | 74k| 22 | 0.000000e+00 | -- | Inf | 27.76%
532.03/533.56 c 534s| 31900 | 2090 | 6816k| 203.7 | 191M | 23 | 750 |7745 |3332 |8881 | 1 | 74k| 22 | 0.000000e+00 | -- | Inf | 27.83%
533.02/534.58 c 535s| 32000 | 2079 | 6833k| 203.6 | 191M | 23 | 750 |7779 |3339 |8881 | 0 | 74k| 22 | 0.000000e+00 | -- | Inf | 27.89%
533.92/535.45 c 535s| 32100 | 2066 | 6849k| 203.4 | 191M | 23 | 750 |7818 |3330 |8881 | 1 | 74k| 22 | 0.000000e+00 | -- | Inf | 27.94%
535.12/536.67 c 537s| 32200 | 2071 | 6866k| 203.3 | 191M | 23 | 750 |7880 |3341 |8898 | 1 | 74k| 22 | 0.000000e+00 | -- | Inf | 27.96%
536.41/537.90 c 538s| 32300 | 2072 | 6884k| 203.2 | 191M | 23 | 750 |7848 |3337 |8898 | 1 | 75k| 22 | 0.000000e+00 | -- | Inf | 28.04%
537.31/538.83 c 539s| 32400 | 2069 | 6900k| 203.1 | 191M | 23 | 750 |7854 |3337 |8898 | 0 | 75k| 22 | 0.000000e+00 | -- | Inf | 28.08%
538.41/539.98 c 540s| 32500 | 2066 | 6918k| 203.1 | 191M | 23 | 750 |7845 |3340 |8920 | 1 | 75k| 22 | 0.000000e+00 | -- | Inf | 28.14%
539.40/540.99 c 541s| 32600 | 2061 | 6935k| 203.0 | 191M | 23 | 750 |7846 |3343 |8939 | 1 | 75k| 22 | 0.000000e+00 | -- | Inf | 28.18%
540.40/542.00 c 542s| 32700 | 2060 | 6950k| 202.8 | 191M | 23 | 750 |7814 |3342 |8948 | 1 | 75k| 22 | 0.000000e+00 | -- | Inf | 28.22%
541.40/542.90 c 543s| 32800 | 2052 | 6966k| 202.7 | 191M | 23 | 750 |7836 |3336 |8962 | 1 | 75k| 22 | 0.000000e+00 | -- | Inf | 28.29%
542.30/543.88 c 544s| 32900 | 2054 | 6984k| 202.6 | 191M | 23 | 750 |7910 |3338 |8962 | 1 | 76k| 22 | 0.000000e+00 | -- | Inf | 28.32%
543.60/545.12 c 545s| 33000 | 2059 | 7003k| 202.6 | 191M | 23 | 750 |7937 | 0 |8962 | 0 | 76k| 22 | 0.000000e+00 | -- | Inf | 28.48%
544.49/546.08 c 546s| 33100 | 2061 | 7019k| 202.5 | 191M | 23 | 750 |8050 |3338 |8981 | 0 | 76k| 22 | 0.000000e+00 | -- | Inf | 28.51%
545.39/546.95 c 547s| 33200 | 2054 | 7034k| 202.3 | 191M | 23 | 750 |8082 | 0 |8981 | 0 | 76k| 22 | 0.000000e+00 | -- | Inf | 28.56%
546.49/548.03 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
546.49/548.03 c 548s| 33300 | 2055 | 7052k| 202.2 | 191M | 23 | 750 |8103 |3337 |8989 | 0 | 76k| 22 | 0.000000e+00 | -- | Inf | 28.61%
547.59/549.17 c 549s| 33400 | 2064 | 7072k| 202.2 | 191M | 23 | 750 |8172 |3338 |8989 | 1 | 77k| 22 | 0.000000e+00 | -- | Inf | 28.68%
548.78/550.39 c 550s| 33500 | 2061 | 7090k| 202.2 | 191M | 23 | 750 |8151 |3342 |9013 | 1 | 77k| 22 | 0.000000e+00 | -- | Inf | 28.75%
549.87/551.40 c 551s| 33600 | 2057 | 7108k| 202.1 | 191M | 23 | 750 |8201 |3345 |9016 | 0 | 77k| 22 | 0.000000e+00 | -- | Inf | 28.78%
550.97/552.56 c 553s| 33700 | 2064 | 7125k| 202.0 | 191M | 23 | 750 |8158 |3334 |9020 | 1 | 77k| 22 | 0.000000e+00 | -- | Inf | 28.83%
552.07/553.64 c 554s| 33800 | 2054 | 7142k| 201.9 | 191M | 23 | 750 |8132 |3336 |9042 | 0 | 77k| 22 | 0.000000e+00 | -- | Inf | 28.88%
553.17/554.75 c 555s| 33900 | 2051 | 7160k| 201.9 | 191M | 23 | 750 |8120 |3342 |9042 | 1 | 78k| 22 | 0.000000e+00 | -- | Inf | 28.93%
554.36/555.95 c 556s| 34000 | 2052 | 7177k| 201.8 | 194M | 23 | 750 |8211 |3332 |9055 | 0 | 78k| 22 | 0.000000e+00 | -- | Inf | 28.98%
555.36/557.00 c 557s| 34100 | 2057 | 7193k| 201.7 | 194M | 23 | 750 |8242 |3335 |9063 | 1 | 78k| 22 | 0.000000e+00 | -- | Inf | 29.01%
556.46/558.10 c 558s| 34200 | 2052 | 7211k| 201.6 | 194M | 23 | 750 |8292 |3334 |9063 | 1 | 78k| 22 | 0.000000e+00 | -- | Inf | 29.06%
557.75/559.38 c 559s| 34300 | 2054 | 7230k| 201.6 | 194M | 23 | 750 |8279 |3340 |9063 | 1 | 78k| 22 | 0.000000e+00 | -- | Inf | 29.16%
558.85/560.45 c 560s| 34400 | 2057 | 7247k| 201.5 | 194M | 23 | 750 |8231 |3343 |9067 | 1 | 79k| 22 | 0.000000e+00 | -- | Inf | 29.25%
560.45/562.03 c 562s| 34500 | 2061 | 7267k| 201.5 | 194M | 23 | 750 |8130 |3332 |9099 | 1 | 79k| 22 | 0.000000e+00 | -- | Inf | 29.32%
562.34/563.91 c 564s| 34600 | 2069 | 7293k| 201.6 | 194M | 23 | 750 |8134 |3335 |9141 | 1 | 79k| 22 | 0.000000e+00 | -- | Inf | 29.38%
563.44/565.10 c 565s| 34700 | 2072 | 7310k| 201.6 | 194M | 23 | 750 |8105 |3337 |9163 | 0 | 79k| 22 | 0.000000e+00 | -- | Inf | 29.41%
564.63/566.20 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
564.63/566.20 c 566s| 34800 | 2073 | 7327k| 201.5 | 194M | 23 | 750 |8106 | 0 |9168 | 0 | 79k| 22 | 0.000000e+00 | -- | Inf | 29.48%
565.83/567.44 c 567s| 34900 | 2062 | 7345k| 201.4 | 194M | 23 | 750 |8110 |3336 |9198 | 0 | 80k| 22 | 0.000000e+00 | -- | Inf | 29.53%
566.83/568.47 c 568s| 35000 | 2058 | 7362k| 201.3 | 194M | 23 | 750 |8057 |3343 |9224 | 0 | 80k| 22 | 0.000000e+00 | -- | Inf | 29.63%
567.72/569.30 c 569s| 35100 | 2056 | 7377k| 201.2 | 194M | 23 | 750 |8117 |3338 |9224 | 1 | 80k| 22 | 0.000000e+00 | -- | Inf | 29.67%
568.73/570.36 c 570s| 35200 | 2054 | 7395k| 201.1 | 194M | 23 | 750 |8173 |3339 |9229 | 0 | 80k| 22 | 0.000000e+00 | -- | Inf | 29.72%
570.32/571.96 c 572s| 35300 | 2061 | 7414k| 201.1 | 194M | 23 | 750 |8065 |3336 |9283 | 1 | 80k| 22 | 0.000000e+00 | -- | Inf | 29.83%
571.53/573.15 c 573s| 35400 | 2048 | 7431k| 201.0 | 194M | 23 | 750 |8012 | 0 |9303 | 0 | 81k| 22 | 0.000000e+00 | -- | Inf | 29.99%
573.32/574.97 c 575s| 35500 | 2058 | 7453k| 201.1 | 194M | 23 | 750 |7911 |3340 |9317 | 1 | 81k| 22 | 0.000000e+00 | -- | Inf | 30.06%
574.52/576.19 c 576s| 35600 | 2048 | 7473k| 201.0 | 194M | 23 | 750 |7925 |3335 |9317 | 0 | 81k| 22 | 0.000000e+00 | -- | Inf | 30.20%
575.91/577.50 c 577s| 35700 | 2056 | 7491k| 201.0 | 194M | 23 | 750 |7920 |3340 |9337 | 1 | 81k| 22 | 0.000000e+00 | -- | Inf | 30.24%
577.31/578.97 c 579s| 35800 | 2059 | 7510k| 201.0 | 194M | 23 | 750 |7860 |3342 |9374 | 0 | 82k| 22 | 0.000000e+00 | -- | Inf | 30.35%
578.51/580.17 c 580s| 35900 | 2061 | 7528k| 200.9 | 194M | 23 | 750 |7835 |3336 |9390 | 0 | 82k| 22 | 0.000000e+00 | -- | Inf | 30.38%
579.50/581.13 c 581s| 36000 | 2051 | 7544k| 200.8 | 194M | 23 | 750 |7808 |3335 |9401 | 1 | 82k| 22 | 0.000000e+00 | -- | Inf | 30.57%
580.90/582.51 c 583s| 36100 | 2056 | 7561k| 200.7 | 194M | 23 | 750 |7784 |3332 |9449 | 0 | 82k| 22 | 0.000000e+00 | -- | Inf | 30.60%
581.79/583.48 c 583s| 36200 | 2060 | 7577k| 200.6 | 194M | 23 | 750 |7809 |3343 |9458 | 0 | 82k| 22 | 0.000000e+00 | -- | Inf | 30.64%
583.19/584.83 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
583.19/584.83 c 585s| 36300 | 2064 | 7594k| 200.5 | 194M | 23 | 750 |7785 |3343 |9472 | 1 | 83k| 22 | 0.000000e+00 | -- | Inf | 30.71%
584.19/585.83 c 586s| 36400 | 2051 | 7610k| 200.4 | 194M | 23 | 750 |7780 |3340 |9476 | 0 | 83k| 22 | 0.000000e+00 | -- | Inf | 30.79%
585.08/586.72 c 587s| 36500 | 2045 | 7624k| 200.3 | 194M | 23 | 750 |7754 |3322 |9479 | 1 | 83k| 22 | 0.000000e+00 | -- | Inf | 30.90%
586.78/588.40 c 588s| 36600 | 2053 | 7645k| 200.3 | 194M | 23 | 750 |7711 |3342 |9542 | 1 | 83k| 22 | 0.000000e+00 | -- | Inf | 30.96%
587.98/589.63 c 590s| 36700 | 2051 | 7663k| 200.2 | 194M | 23 | 750 |7620 |3332 |9542 | 1 | 83k| 22 | 0.000000e+00 | -- | Inf | 31.10%
588.77/590.49 c 590s| 36800 | 2051 | 7678k| 200.1 | 194M | 23 | 750 |7677 |3352 |9542 | 1 | 83k| 22 | 0.000000e+00 | -- | Inf | 31.19%
590.27/591.94 c 592s| 36900 | 2053 | 7696k| 200.1 | 194M | 23 | 750 |7677 |3325 |9580 | 1 | 84k| 22 | 0.000000e+00 | -- | Inf | 31.30%
591.27/593.00 c 593s| 37000 | 2045 | 7714k| 200.0 | 194M | 23 | 750 |7758 |3335 |9585 | 1 | 84k| 22 | 0.000000e+00 | -- | Inf | 31.36%
592.56/594.22 c 594s| 37100 | 2046 | 7733k| 200.0 | 194M | 23 | 750 |7792 |3331 |9622 | 1 | 84k| 22 | 0.000000e+00 | -- | Inf | 31.40%
593.37/595.01 c 595s| 37200 | 2036 | 7748k| 199.8 | 194M | 23 | 750 |7864 |3342 |9628 | 0 | 84k| 22 | 0.000000e+00 | -- | Inf | 31.43%
594.46/596.16 c 596s| 37300 | 2034 | 7764k| 199.7 | 194M | 23 | 750 |7788 |3344 |9659 | 1 | 84k| 22 | 0.000000e+00 | -- | Inf | 31.48%
595.66/597.37 c 597s| 37400 | 2032 | 7783k| 199.7 | 194M | 23 | 750 |7804 | 0 |9659 | 0 | 85k| 22 | 0.000000e+00 | -- | Inf | 31.52%
596.65/598.33 c 598s| 37500 | 2029 | 7798k| 199.6 | 194M | 23 | 750 |7840 |3339 |9677 | 0 | 85k| 22 | 0.000000e+00 | -- | Inf | 31.59%
597.65/599.33 c 599s| 37600 | 2027 | 7815k| 199.5 | 194M | 23 | 750 |7936 |3336 |9695 | 0 | 85k| 22 | 0.000000e+00 | -- | Inf | 31.63%
598.75/600.44 c 600s| 37700 | 2023 | 7831k| 199.4 | 194M | 23 | 750 |7939 |3339 |9715 | 1 | 85k| 22 | 0.000000e+00 | -- | Inf | 31.70%
599.74/601.43 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
599.74/601.43 c 601s| 37800 | 2027 | 7847k| 199.3 | 194M | 23 | 750 |7961 |3342 |9725 | 0 | 85k| 22 | 0.000000e+00 | -- | Inf | 31.75%
600.74/602.49 c 602s| 37900 | 2020 | 7865k| 199.3 | 194M | 23 | 750 |7914 |3339 |9725 | 1 | 86k| 22 | 0.000000e+00 | -- | Inf | 31.83%
602.34/604.02 c 604s| 38000 | 2016 | 7883k| 199.2 | 194M | 23 | 750 |7913 |3337 |9751 | 0 | 86k| 22 | 0.000000e+00 | -- | Inf | 31.95%
603.63/605.39 c 605s| 38100 | 2012 | 7905k| 199.3 | 194M | 23 | 750 |7920 |3334 |9774 | 1 | 86k| 22 | 0.000000e+00 | -- | Inf | 32.04%
604.93/606.60 c 607s| 38200 | 2020 | 7923k| 199.2 | 194M | 23 | 750 |7920 |3338 |9780 | 0 | 86k| 22 | 0.000000e+00 | -- | Inf | 32.14%
606.13/607.83 c 608s| 38300 | 2025 | 7942k| 199.2 | 194M | 23 | 750 |7911 |3337 |9780 | 0 | 86k| 22 | 0.000000e+00 | -- | Inf | 32.20%
607.62/609.35 c 609s| 38400 | 2018 | 7962k| 199.2 | 195M | 23 | 750 |7892 |3341 |9820 | 1 | 87k| 22 | 0.000000e+00 | -- | Inf | 32.28%
608.62/610.30 c 610s| 38500 | 2013 | 7977k| 199.1 | 195M | 23 | 750 |7933 |3339 |9842 | 0 | 87k| 22 | 0.000000e+00 | -- | Inf | 32.33%
609.72/611.41 c 611s| 38600 | 2017 | 7996k| 199.0 | 195M | 23 | 750 |7935 |3334 |9842 | 1 | 87k| 22 | 0.000000e+00 | -- | Inf | 32.41%
611.11/612.83 c 613s| 38700 | 2012 | 8014k| 199.0 | 195M | 23 | 750 |7778 |3341 |9880 | 1 | 87k| 22 | 0.000000e+00 | -- | Inf | 32.53%
612.11/613.88 c 614s| 38800 | 2004 | 8031k| 198.9 | 195M | 23 | 750 |7781 |3331 |9897 | 1 | 87k| 22 | 0.000000e+00 | -- | Inf | 32.58%
613.41/615.16 c 615s| 38900 | 2004 | 8050k| 198.9 | 195M | 23 | 750 |7713 |3331 |9931 | 0 | 88k| 22 | 0.000000e+00 | -- | Inf | 32.63%
614.50/616.23 c 616s| 39000 | 2007 | 8067k| 198.8 | 195M | 23 | 750 |7750 |3339 |9931 | 0 | 88k| 22 | 0.000000e+00 | -- | Inf | 32.67%
615.60/617.36 c 617s| 39100 | 1999 | 8085k| 198.8 | 195M | 23 | 750 |7754 |3341 |9951 | 1 | 88k| 22 | 0.000000e+00 | -- | Inf | 32.73%
617.00/618.76 c 619s| 39200 | 2003 | 8106k| 198.8 | 195M | 23 | 750 |7730 |3339 |9951 | 1 | 88k| 22 | 0.000000e+00 | -- | Inf | 32.84%
618.00/619.70 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
618.00/619.70 c 620s| 39300 | 1986 | 8121k| 198.7 | 195M | 23 | 750 |7763 |3337 |9956 | 1 | 88k| 22 | 0.000000e+00 | -- | Inf | 32.92%
619.19/620.97 c 621s| 39400 | 1992 | 8140k| 198.7 | 195M | 23 | 750 |7792 | 0 |9980 | 0 | 89k| 22 | 0.000000e+00 | -- | Inf | 33.01%
620.19/621.90 c 622s| 39500 | 1993 | 8156k| 198.6 | 195M | 23 | 750 |7854 |3336 |9980 | 0 | 89k| 22 | 0.000000e+00 | -- | Inf | 33.03%
621.19/622.91 c 623s| 39600 | 1990 | 8171k| 198.5 | 195M | 23 | 750 |7817 |3338 | 10k| 1 | 89k| 22 | 0.000000e+00 | -- | Inf | 33.14%
622.29/624.07 c 624s| 39700 | 1990 | 8187k| 198.4 | 195M | 23 | 750 |7779 |3359 | 10k| 0 | 89k| 22 | 0.000000e+00 | -- | Inf | 33.21%
623.29/625.06 c 625s| 39800 | 1990 | 8204k| 198.3 | 195M | 23 | 750 |7793 |3336 | 10k| 0 | 89k| 22 | 0.000000e+00 | -- | Inf | 33.28%
624.18/625.95 c 626s| 39900 | 1979 | 8220k| 198.2 | 195M | 23 | 750 |7788 |3335 | 10k| 0 | 89k| 22 | 0.000000e+00 | -- | Inf | 33.37%
625.48/627.21 c 627s| 40000 | 1981 | 8239k| 198.2 | 195M | 23 | 750 |7831 |3337 | 10k| 1 | 90k| 22 | 0.000000e+00 | -- | Inf | 33.47%
626.38/628.17 c 628s| 40100 | 1972 | 8254k| 198.1 | 195M | 23 | 750 |7820 |3339 | 10k| 1 | 90k| 22 | 0.000000e+00 | -- | Inf | 33.54%
627.38/629.19 c 629s| 40200 | 1954 | 8272k| 198.0 | 195M | 23 | 750 |7802 | 0 | 10k| 0 | 90k| 22 | 0.000000e+00 | -- | Inf | 33.64%
628.57/630.32 c 630s| 40300 | 1946 | 8289k| 198.0 | 195M | 23 | 750 |7819 |3331 | 10k| 0 | 90k| 22 | 0.000000e+00 | -- | Inf | 33.70%
629.57/631.36 c 631s| 40400 | 1942 | 8306k| 197.9 | 195M | 23 | 750 |7817 |3344 | 10k| 1 | 90k| 22 | 0.000000e+00 | -- | Inf | 33.78%
630.66/632.45 c 632s| 40500 | 1935 | 8324k| 197.8 | 195M | 23 | 750 |7838 |3337 | 10k| 1 | 91k| 22 | 0.000000e+00 | -- | Inf | 33.83%
631.86/633.61 c 634s| 40600 | 1925 | 8343k| 197.8 | 195M | 23 | 750 |7855 |3336 | 10k| 1 | 91k| 22 | 0.000000e+00 | -- | Inf | 33.91%
633.26/635.00 c 635s| 40700 | 1920 | 8364k| 197.9 | 195M | 23 | 750 |7793 |3333 | 10k| 0 | 91k| 22 | 0.000000e+00 | -- | Inf | 34.07%
634.15/635.99 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
634.15/635.99 c 636s| 40800 | 1922 | 8381k| 197.8 | 195M | 23 | 750 |7792 |3339 | 10k| 1 | 91k| 22 | 0.000000e+00 | -- | Inf | 34.11%
635.36/637.17 c 637s| 40900 | 1917 | 8398k| 197.7 | 195M | 23 | 750 |7921 | 0 | 10k| 0 | 92k| 22 | 0.000000e+00 | -- | Inf | 34.16%
636.55/638.38 c 638s| 41000 | 1925 | 8416k| 197.7 | 195M | 23 | 750 |7948 |3344 | 10k| 1 | 92k| 22 | 0.000000e+00 | -- | Inf | 34.19%
637.64/639.40 c 639s| 41100 | 1916 | 8433k| 197.6 | 195M | 23 | 750 |8006 |3335 | 10k| 0 | 92k| 22 | 0.000000e+00 | -- | Inf | 34.26%
638.44/640.28 c 640s| 41200 | 1909 | 8449k| 197.5 | 195M | 23 | 750 |8075 | 0 | 10k| 0 | 92k| 22 | 0.000000e+00 | -- | Inf | 34.29%
639.54/641.38 c 641s| 41300 | 1910 | 8466k| 197.5 | 195M | 23 | 750 |8098 |3338 | 10k| 1 | 92k| 22 | 0.000000e+00 | -- | Inf | 34.33%
640.74/642.56 c 643s| 41400 | 1907 | 8483k| 197.4 | 195M | 23 | 750 |8056 | 0 | 10k| 0 | 92k| 22 | 0.000000e+00 | -- | Inf | 34.41%
641.73/643.53 c 644s| 41500 | 1901 | 8499k| 197.3 | 195M | 23 | 750 |8077 |3336 | 10k| 0 | 93k| 22 | 0.000000e+00 | -- | Inf | 34.50%
642.83/644.61 c 645s| 41600 | 1891 | 8517k| 197.3 | 195M | 23 | 750 |8037 |3341 | 10k| 1 | 93k| 22 | 0.000000e+00 | -- | Inf | 34.57%
643.83/645.61 c 646s| 41700 | 1881 | 8533k| 197.2 | 195M | 23 | 750 |8055 |3346 | 10k| 0 | 93k| 22 | 0.000000e+00 | -- | Inf | 34.65%
645.23/647.01 c 647s| 41800 | 1889 | 8552k| 197.2 | 195M | 23 | 750 |8039 | 0 | 10k| 0 | 93k| 22 | 0.000000e+00 | -- | Inf | 34.75%
646.23/648.05 c 648s| 41900 | 1884 | 8569k| 197.1 | 195M | 23 | 750 |8064 |3339 | 10k| 1 | 93k| 22 | 0.000000e+00 | -- | Inf | 34.87%
648.22/650.07 c 650s| 42000 | 1897 | 8590k| 197.2 | 195M | 23 | 750 |8003 |3337 | 10k| 1 | 94k| 22 | 0.000000e+00 | -- | Inf | 34.94%
649.32/651.10 c 651s| 42100 | 1904 | 8607k| 197.1 | 195M | 23 | 750 |8082 |3336 | 10k| 1 | 94k| 22 | 0.000000e+00 | -- | Inf | 34.98%
650.22/652.03 c 652s| 42200 | 1900 | 8622k| 197.0 | 195M | 23 | 750 |8110 |3329 | 10k| 1 | 94k| 22 | 0.000000e+00 | -- | Inf | 35.05%
651.21/653.09 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
651.21/653.09 c 653s| 42300 | 1900 | 8641k| 197.0 | 195M | 23 | 750 |8088 |3341 | 10k| 0 | 94k| 22 | 0.000000e+00 | -- | Inf | 35.12%
652.51/654.30 c 654s| 42400 | 1899 | 8660k| 196.9 | 195M | 23 | 750 |8153 |3336 | 10k| 0 | 95k| 22 | 0.000000e+00 | -- | Inf | 35.15%
654.10/655.91 c 656s| 42500 | 1892 | 8678k| 196.9 | 195M | 23 | 750 |8134 |3335 | 10k| 0 | 95k| 22 | 0.000000e+00 | -- | Inf | 35.24%
655.30/657.12 c 657s| 42600 | 1886 | 8698k| 196.9 | 195M | 23 | 750 |8178 |3332 | 10k| 0 | 95k| 22 | 0.000000e+00 | -- | Inf | 35.29%
656.39/658.22 c 658s| 42700 | 1881 | 8717k| 196.9 | 195M | 23 | 750 |8195 |3341 | 10k| 0 | 95k| 22 | 0.000000e+00 | -- | Inf | 35.36%
657.20/659.10 c 659s| 42800 | 1878 | 8733k| 196.8 | 195M | 23 | 750 |8246 |3334 | 10k| 1 | 95k| 22 | 0.000000e+00 | -- | Inf | 35.40%
658.09/659.97 c 660s| 42900 | 1872 | 8748k| 196.7 | 195M | 23 | 750 |8270 |3335 | 10k| 1 | 95k| 22 | 0.000000e+00 | -- | Inf | 35.43%
659.29/661.12 c 661s| 43000 | 1870 | 8767k| 196.7 | 195M | 23 | 750 |8311 |3344 | 10k| 0 | 96k| 22 | 0.000000e+00 | -- | Inf | 35.47%
660.19/662.03 c 662s| 43100 | 1867 | 8782k| 196.6 | 195M | 23 | 750 |8315 |3338 | 10k| 0 | 96k| 22 | 0.000000e+00 | -- | Inf | 35.51%
661.38/663.27 c 663s| 43200 | 1864 | 8801k| 196.6 | 195M | 23 | 750 |8232 |3330 | 10k| 0 | 96k| 22 | 0.000000e+00 | -- | Inf | 35.59%
662.38/664.21 c 664s| 43300 | 1858 | 8817k| 196.5 | 195M | 23 | 750 |8206 |3341 | 10k| 1 | 96k| 22 | 0.000000e+00 | -- | Inf | 35.65%
663.48/665.32 c 665s| 43400 | 1859 | 8835k| 196.5 | 195M | 23 | 750 |8201 |3331 | 10k| 1 | 96k| 22 | 0.000000e+00 | -- | Inf | 35.74%
664.47/666.33 c 666s| 43500 | 1849 | 8851k| 196.4 | 195M | 23 | 750 |8218 |3339 | 10k| 0 | 97k| 22 | 0.000000e+00 | -- | Inf | 35.79%
665.47/667.33 c 667s| 43600 | 1847 | 8868k| 196.3 | 195M | 23 | 750 |8284 |3345 | 10k| 0 | 97k| 22 | 0.000000e+00 | -- | Inf | 35.82%
666.47/668.38 c 668s| 43700 | 1843 | 8885k| 196.3 | 195M | 23 | 750 |8283 |3337 | 10k| 1 | 97k| 22 | 0.000000e+00 | -- | Inf | 35.86%
667.47/669.32 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
667.47/669.32 c 669s| 43800 | 1833 | 8901k| 196.2 | 195M | 23 | 750 |8325 | 0 | 10k| 0 | 97k| 22 | 0.000000e+00 | -- | Inf | 35.90%
668.66/670.56 c 671s| 43900 | 1830 | 8920k| 196.2 | 195M | 23 | 750 |8315 |3339 | 10k| 1 | 97k| 22 | 0.000000e+00 | -- | Inf | 36.02%
669.86/671.72 c 672s| 44000 | 1821 | 8938k| 196.1 | 195M | 23 | 750 |8335 |3340 | 10k| 0 | 97k| 22 | 0.000000e+00 | -- | Inf | 36.08%
670.86/672.74 c 673s| 44100 | 1822 | 8954k| 196.1 | 195M | 23 | 750 |8420 |3342 | 10k| 1 | 98k| 22 | 0.000000e+00 | -- | Inf | 36.15%
672.45/674.34 c 674s| 44200 | 1832 | 8977k| 196.1 | 195M | 23 | 750 |8421 |3325 | 10k| 1 | 98k| 22 | 0.000000e+00 | -- | Inf | 36.21%
673.45/675.37 c 675s| 44300 | 1826 | 8994k| 196.1 | 195M | 23 | 750 |8484 |3333 | 10k| 0 | 98k| 22 | 0.000000e+00 | -- | Inf | 36.28%
674.35/676.24 c 676s| 44400 | 1822 | 9009k| 196.0 | 195M | 23 | 750 |8474 | 0 | 10k| 0 | 98k| 22 | 0.000000e+00 | -- | Inf | 36.33%
675.74/677.67 c 678s| 44500 | 1831 | 9029k| 196.0 | 195M | 23 | 750 |8401 |3339 | 10k| 1 | 98k| 22 | 0.000000e+00 | -- | Inf | 36.44%
676.74/678.62 c 679s| 44600 | 1827 | 9044k| 195.9 | 195M | 23 | 750 |8477 |3337 | 10k| 0 | 99k| 22 | 0.000000e+00 | -- | Inf | 36.48%
677.94/679.88 c 680s| 44700 | 1833 | 9061k| 195.8 | 195M | 23 | 750 |8417 |3344 | 10k| 1 | 99k| 22 | 0.000000e+00 | -- | Inf | 36.52%
679.03/680.98 c 681s| 44800 | 1828 | 9078k| 195.8 | 195M | 23 | 750 |8397 |3347 | 10k| 1 | 99k| 22 | 0.000000e+00 | -- | Inf | 36.56%
680.24/682.14 c 682s| 44900 | 1825 | 9095k| 195.7 | 195M | 23 | 750 |8293 |3344 | 10k| 1 | 99k| 22 | 0.000000e+00 | -- | Inf | 36.64%
681.23/683.11 c 683s| 45000 | 1818 | 9111k| 195.6 | 195M | 23 | 750 |8340 |3336 | 10k| 1 | 99k| 22 | 0.000000e+00 | -- | Inf | 36.68%
682.33/684.20 c 684s| 45100 | 1826 | 9128k| 195.6 | 195M | 23 | 750 |8363 |3348 | 10k| 1 | 100k| 22 | 0.000000e+00 | -- | Inf | 36.73%
683.82/685.75 c 686s| 45200 | 1840 | 9147k| 195.6 | 195M | 23 | 750 |8316 |3337 | 10k| 0 | 100k| 22 | 0.000000e+00 | -- | Inf | 36.77%
684.62/686.59 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
684.62/686.59 c 687s| 45300 | 1832 | 9162k| 195.5 | 195M | 23 | 750 |8463 |3338 | 10k| 1 | 100k| 22 | 0.000000e+00 | -- | Inf | 36.81%
685.92/687.89 c 688s| 45400 | 1836 | 9181k| 195.5 | 195M | 23 | 750 |8506 |3336 | 10k| 0 | 100k| 22 | 0.000000e+00 | -- | Inf | 36.87%
687.31/689.22 c 689s| 45500 | 1845 | 9201k| 195.5 | 195M | 23 | 750 |8553 |3342 | 10k| 1 | 100k| 22 | 0.000000e+00 | -- | Inf | 36.99%
688.41/690.35 c 690s| 45600 | 1840 | 9220k| 195.4 | 195M | 23 | 750 |8624 |3341 | 10k| 0 | 101k| 22 | 0.000000e+00 | -- | Inf | 37.04%
689.81/691.78 c 692s| 45700 | 1840 | 9239k| 195.5 | 195M | 23 | 750 |8525 |3337 | 10k| 1 | 101k| 22 | 0.000000e+00 | -- | Inf | 37.30%
690.81/692.74 c 693s| 45800 | 1840 | 9255k| 195.4 | 195M | 23 | 750 |8501 |3340 | 10k| 0 | 101k| 22 | 0.000000e+00 | -- | Inf | 37.38%
692.00/693.92 c 694s| 45900 | 1834 | 9274k| 195.3 | 195M | 23 | 750 |8518 |3334 | 10k| 1 | 101k| 22 | 0.000000e+00 | -- | Inf | 37.43%
693.20/695.13 c 695s| 46000 | 1831 | 9292k| 195.3 | 195M | 23 | 750 |8563 |3336 | 10k| 1 | 101k| 22 | 0.000000e+00 | -- | Inf | 37.47%
694.40/696.38 c 696s| 46100 | 1839 | 9312k| 195.3 | 195M | 23 | 750 |8682 |3338 | 10k| 1 | 102k| 22 | 0.000000e+00 | -- | Inf | 37.50%
695.49/697.44 c 697s| 46200 | 1832 | 9329k| 195.3 | 195M | 23 | 750 |8592 |3344 | 10k| 0 | 102k| 22 | 0.000000e+00 | -- | Inf | 37.58%
696.59/698.58 c 699s| 46300 | 1837 | 9346k| 195.2 | 195M | 23 | 750 |8571 | 0 | 10k| 0 | 102k| 22 | 0.000000e+00 | -- | Inf | 37.63%
697.69/699.63 c 700s| 46400 | 1828 | 9363k| 195.2 | 195M | 23 | 750 |8575 |3352 | 10k| 1 | 102k| 22 | 0.000000e+00 | -- | Inf | 37.75%
698.78/700.76 c 701s| 46500 | 1823 | 9381k| 195.1 | 195M | 23 | 750 |8547 |3339 | 10k| 1 | 102k| 22 | 0.000000e+00 | -- | Inf | 37.81%
699.78/701.74 c 702s| 46600 | 1823 | 9398k| 195.1 | 195M | 23 | 750 |8556 |3332 | 10k| 0 | 103k| 22 | 0.000000e+00 | -- | Inf | 37.86%
701.18/703.12 c 703s| 46700 | 1819 | 9419k| 195.1 | 195M | 23 | 750 |8495 |3335 | 10k| 0 | 103k| 22 | 0.000000e+00 | -- | Inf | 37.97%
702.27/704.22 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
702.27/704.22 c 704s| 46800 | 1822 | 9437k| 195.1 | 195M | 23 | 750 |8481 |3343 | 10k| 1 | 103k| 22 | 0.000000e+00 | -- | Inf | 38.02%
703.27/705.24 c 705s| 46900 | 1819 | 9453k| 195.0 | 195M | 23 | 750 |8499 |3339 | 10k| 1 | 103k| 22 | 0.000000e+00 | -- | Inf | 38.07%
704.47/706.40 c 706s| 47000 | 1815 | 9471k| 195.0 | 195M | 23 | 750 |8514 | 0 | 10k| 0 | 103k| 22 | 0.000000e+00 | -- | Inf | 38.16%
705.37/707.32 c 707s| 47100 | 1816 | 9486k| 194.9 | 195M | 23 | 750 |8582 |3339 | 10k| 1 | 103k| 22 | 0.000000e+00 | -- | Inf | 38.21%
706.66/708.68 c 709s| 47200 | 1821 | 9504k| 194.9 | 195M | 23 | 750 |8507 |3353 | 10k| 2 | 104k| 22 | 0.000000e+00 | -- | Inf | 38.25%
707.66/709.69 c 710s| 47300 | 1818 | 9521k| 194.8 | 195M | 23 | 750 |8514 |3335 | 10k| 0 | 104k| 22 | 0.000000e+00 | -- | Inf | 38.29%
708.86/710.85 c 711s| 47400 | 1821 | 9539k| 194.8 | 195M | 23 | 750 |8440 |3343 | 10k| 1 | 104k| 22 | 0.000000e+00 | -- | Inf | 38.35%
709.95/711.90 c 712s| 47500 | 1819 | 9556k| 194.7 | 195M | 23 | 750 |8444 |3344 | 11k| 1 | 104k| 22 | 0.000000e+00 | -- | Inf | 38.40%
711.06/713.08 c 713s| 47600 | 1814 | 9575k| 194.7 | 195M | 23 | 750 |8333 |3345 | 11k| 1 | 104k| 22 | 0.000000e+00 | -- | Inf | 38.51%
712.05/714.08 c 714s| 47700 | 1814 | 9593k| 194.7 | 195M | 23 | 750 |8366 |3345 | 11k| 1 | 105k| 22 | 0.000000e+00 | -- | Inf | 38.54%
713.54/715.52 c 716s| 47800 | 1820 | 9613k| 194.7 | 196M | 23 | 750 |8272 |3335 | 11k| 1 | 105k| 22 | 0.000000e+00 | -- | Inf | 38.61%
714.64/716.66 c 717s| 47900 | 1820 | 9632k| 194.7 | 196M | 23 | 750 |8261 |3331 | 11k| 0 | 105k| 22 | 0.000000e+00 | -- | Inf | 38.72%
715.64/717.65 c 718s| 48000 | 1810 | 9649k| 194.6 | 196M | 23 | 750 |8309 |3337 | 11k| 0 | 105k| 22 | 0.000000e+00 | -- | Inf | 38.77%
716.64/718.66 c 719s| 48100 | 1796 | 9665k| 194.6 | 196M | 23 | 750 |8263 |3355 | 11k| 1 | 105k| 22 | 0.000000e+00 | -- | Inf | 38.88%
717.63/719.68 c 720s| 48200 | 1799 | 9680k| 194.5 | 196M | 23 | 750 |8373 |3336 | 11k| 0 | 106k| 22 | 0.000000e+00 | -- | Inf | 38.92%
718.63/720.64 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
718.63/720.64 c 721s| 48300 | 1792 | 9696k| 194.4 | 196M | 23 | 750 |8400 | 0 | 11k| 0 | 106k| 22 | 0.000000e+00 | -- | Inf | 39.02%
719.83/721.84 c 722s| 48400 | 1794 | 9714k| 194.4 | 196M | 23 | 750 |8348 |3331 | 11k| 0 | 106k| 22 | 0.000000e+00 | -- | Inf | 39.14%
720.92/722.97 c 723s| 48500 | 1787 | 9732k| 194.4 | 196M | 23 | 750 |8313 |3334 | 11k| 1 | 106k| 22 | 0.000000e+00 | -- | Inf | 39.21%
721.82/723.84 c 724s| 48600 | 1779 | 9748k| 194.3 | 196M | 23 | 750 |8396 |3335 | 11k| 0 | 106k| 22 | 0.000000e+00 | -- | Inf | 39.24%
723.22/725.22 c 725s| 48700 | 1778 | 9770k| 194.3 | 196M | 23 | 750 |8335 |3334 | 11k| 1 | 106k| 22 | 0.000000e+00 | -- | Inf | 39.32%
724.62/726.61 c 727s| 48800 | 1771 | 9788k| 194.3 | 196M | 23 | 750 |8232 |3340 | 11k| 0 | 107k| 22 | 0.000000e+00 | -- | Inf | 39.38%
725.81/727.80 c 728s| 48900 | 1768 | 9807k| 194.3 | 196M | 23 | 750 |8205 |3341 | 11k| 1 | 107k| 22 | 0.000000e+00 | -- | Inf | 39.43%
726.81/728.85 c 729s| 49000 | 1764 | 9823k| 194.2 | 196M | 23 | 750 |8110 |3344 | 11k| 0 | 107k| 22 | 0.000000e+00 | -- | Inf | 39.45%
727.91/729.91 c 730s| 49100 | 1759 | 9841k| 194.2 | 196M | 23 | 750 |8057 |3337 | 11k| 1 | 107k| 22 | 0.000000e+00 | -- | Inf | 39.54%
728.80/730.84 c 731s| 49200 | 1754 | 9857k| 194.2 | 196M | 23 | 750 |8108 |3332 | 11k| 1 | 107k| 22 | 0.000000e+00 | -- | Inf | 39.59%
729.70/731.75 c 732s| 49300 | 1756 | 9874k| 194.1 | 196M | 23 | 750 |8215 |3332 | 11k| 0 | 108k| 22 | 0.000000e+00 | -- | Inf | 39.61%
731.00/733.01 c 733s| 49400 | 1762 | 9895k| 194.1 | 196M | 23 | 750 |8221 |3343 | 11k| 1 | 108k| 22 | 0.000000e+00 | -- | Inf | 39.77%
732.30/734.30 c 734s| 49500 | 1768 | 9914k| 194.1 | 196M | 23 | 750 |8143 |3339 | 11k| 1 | 108k| 22 | 0.000000e+00 | -- | Inf | 39.88%
733.19/735.24 c 735s| 49600 | 1766 | 9930k| 194.1 | 196M | 23 | 750 |8175 |3334 | 11k| 1 | 108k| 22 | 0.000000e+00 | -- | Inf | 39.92%
734.49/736.57 c 737s| 49700 | 1773 | 9949k| 194.1 | 196M | 23 | 750 |8132 |3335 | 11k| 1 | 108k| 22 | 0.000000e+00 | -- | Inf | 39.99%
735.39/737.44 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
735.39/737.44 c 737s| 49800 | 1772 | 9965k| 194.0 | 196M | 23 | 750 |8221 | 0 | 11k| 0 | 108k| 22 | 0.000000e+00 | -- | Inf | 40.06%
736.28/738.39 c 738s| 49900 | 1768 | 9983k| 193.9 | 196M | 23 | 750 |8289 | 0 | 11k| 0 | 109k| 22 | 0.000000e+00 | -- | Inf | 40.11%
737.18/739.25 c 739s| 50000 | 1762 | 9998k| 193.9 | 196M | 23 | 750 |8343 |3338 | 11k| 1 | 109k| 22 | 0.000000e+00 | -- | Inf | 40.16%
738.68/740.73 c 741s| 50100 | 1763 | 10018k| 193.9 | 196M | 23 | 750 |8369 |3337 | 11k| 1 | 109k| 22 | 0.000000e+00 | -- | Inf | 40.22%
739.87/741.90 c 742s| 50200 | 1763 | 10035k| 193.8 | 196M | 23 | 750 |8364 |3335 | 11k| 1 | 109k| 22 | 0.000000e+00 | -- | Inf | 40.33%
741.08/743.17 c 743s| 50300 | 1760 | 10054k| 193.8 | 196M | 23 | 750 |8311 |3338 | 11k| 1 | 109k| 22 | 0.000000e+00 | -- | Inf | 40.42%
742.27/744.31 c 744s| 50400 | 1768 | 10072k| 193.8 | 196M | 23 | 750 |8361 |3336 | 11k| 1 | 110k| 22 | 0.000000e+00 | -- | Inf | 40.48%
743.27/745.30 c 745s| 50500 | 1750 | 10090k| 193.8 | 196M | 23 | 750 |8434 |3343 | 11k| 0 | 110k| 22 | 0.000000e+00 | -- | Inf | 40.52%
744.26/746.30 c 746s| 50600 | 1747 | 10107k| 193.7 | 196M | 23 | 750 |8483 |3337 | 11k| 1 | 110k| 22 | 0.000000e+00 | -- | Inf | 40.60%
745.36/747.41 c 747s| 50700 | 1741 | 10126k| 193.7 | 196M | 23 | 750 |8504 |3341 | 11k| 1 | 110k| 22 | 0.000000e+00 | -- | Inf | 40.65%
746.46/748.58 c 749s| 50800 | 1737 | 10145k| 193.7 | 196M | 23 | 750 |8449 |3341 | 11k| 0 | 110k| 22 | 0.000000e+00 | -- | Inf | 40.72%
747.56/749.65 c 750s| 50900 | 1735 | 10161k| 193.7 | 196M | 23 | 750 |8405 |3344 | 11k| 1 | 111k| 22 | 0.000000e+00 | -- | Inf | 40.84%
748.75/750.84 c 751s| 51000 | 1737 | 10179k| 193.6 | 196M | 23 | 750 |8426 |3330 | 11k| 1 | 111k| 22 | 0.000000e+00 | -- | Inf | 40.90%
749.75/751.82 c 752s| 51100 | 1735 | 10194k| 193.5 | 196M | 23 | 750 |8467 | 0 | 11k| 0 | 111k| 22 | 0.000000e+00 | -- | Inf | 40.95%
751.05/753.17 c 753s| 51200 | 1735 | 10214k| 193.5 | 196M | 23 | 750 |8365 | 0 | 11k| 0 | 111k| 22 | 0.000000e+00 | -- | Inf | 41.01%
752.05/754.11 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
752.05/754.11 c 754s| 51300 | 1732 | 10230k| 193.5 | 196M | 23 | 750 |8418 |3344 | 11k| 0 | 111k| 22 | 0.000000e+00 | -- | Inf | 41.05%
753.14/755.29 c 755s| 51400 | 1728 | 10248k| 193.5 | 196M | 23 | 750 |8332 |3331 | 11k| 0 | 112k| 22 | 0.000000e+00 | -- | Inf | 41.10%
753.94/756.10 c 756s| 51500 | 1721 | 10262k| 193.4 | 196M | 23 | 750 |8361 |3338 | 11k| 0 | 112k| 22 | 0.000000e+00 | -- | Inf | 41.15%
755.04/757.17 c 757s| 51600 | 1724 | 10279k| 193.3 | 196M | 23 | 750 |8405 |3334 | 11k| 1 | 112k| 22 | 0.000000e+00 | -- | Inf | 41.17%
756.04/758.11 c 758s| 51700 | 1721 | 10295k| 193.3 | 196M | 23 | 750 |8419 |3336 | 11k| 1 | 112k| 22 | 0.000000e+00 | -- | Inf | 41.23%
757.23/759.31 c 759s| 51800 | 1722 | 10317k| 193.3 | 196M | 23 | 750 |8454 | 0 | 11k| 0 | 112k| 22 | 0.000000e+00 | -- | Inf | 41.27%
758.53/760.69 c 761s| 51900 | 1724 | 10335k| 193.3 | 196M | 23 | 750 |8465 |3338 | 11k| 1 | 112k| 22 | 0.000000e+00 | -- | Inf | 41.32%
759.82/761.90 c 762s| 52000 | 1726 | 10353k| 193.2 | 196M | 23 | 750 |8370 |3333 | 11k| 1 | 113k| 22 | 0.000000e+00 | -- | Inf | 41.39%
760.93/763.03 c 763s| 52100 | 1733 | 10371k| 193.2 | 196M | 23 | 750 |8447 |3335 | 11k| 0 | 113k| 22 | 0.000000e+00 | -- | Inf | 41.45%
761.72/763.87 c 764s| 52200 | 1725 | 10385k| 193.1 | 196M | 23 | 750 |8512 |3336 | 11k| 0 | 113k| 22 | 0.000000e+00 | -- | Inf | 41.54%
762.72/764.85 c 765s| 52300 | 1725 | 10403k| 193.1 | 196M | 23 | 750 |8621 |3336 | 11k| 0 | 113k| 22 | 0.000000e+00 | -- | Inf | 41.60%
763.61/765.75 c 766s| 52400 | 1720 | 10420k| 193.1 | 196M | 23 | 750 |8674 |3341 | 11k| 1 | 113k| 22 | 0.000000e+00 | -- | Inf | 41.65%
764.71/766.85 c 767s| 52500 | 1718 | 10437k| 193.0 | 196M | 23 | 750 |8654 |3336 | 11k| 1 | 113k| 22 | 0.000000e+00 | -- | Inf | 41.70%
766.11/768.26 c 768s| 52600 | 1711 | 10456k| 193.0 | 196M | 23 | 750 |8571 |3346 | 11k| 1 | 114k| 22 | 0.000000e+00 | -- | Inf | 41.96%
767.01/769.18 c 769s| 52700 | 1719 | 10472k| 192.9 | 196M | 23 | 750 |8594 |3338 | 11k| 1 | 114k| 22 | 0.000000e+00 | -- | Inf | 41.99%
768.20/770.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
768.20/770.31 c 770s| 52800 | 1713 | 10491k| 192.9 | 196M | 23 | 750 |8693 |3340 | 11k| 1 | 114k| 22 | 0.000000e+00 | -- | Inf | 42.04%
769.30/771.41 c 771s| 52900 | 1704 | 10508k| 192.9 | 196M | 23 | 750 |8723 |3336 | 11k| 1 | 114k| 22 | 0.000000e+00 | -- | Inf | 42.13%
770.40/772.56 c 773s| 53000 | 1697 | 10527k| 192.9 | 196M | 23 | 750 |8690 |3340 | 11k| 1 | 114k| 22 | 0.000000e+00 | -- | Inf | 42.27%
771.49/773.69 c 774s| 53100 | 1696 | 10544k| 192.9 | 196M | 23 | 750 |8601 |3335 | 11k| 1 | 115k| 22 | 0.000000e+00 | -- | Inf | 42.34%
772.69/774.81 c 775s| 53200 | 1703 | 10562k| 192.8 | 196M | 23 | 750 |8637 |3337 | 11k| 1 | 115k| 22 | 0.000000e+00 | -- | Inf | 42.38%
773.79/775.96 c 776s| 53300 | 1697 | 10580k| 192.8 | 196M | 23 | 750 |8621 |3341 | 11k| 0 | 115k| 22 | 0.000000e+00 | -- | Inf | 42.42%
775.08/777.21 c 777s| 53400 | 1688 | 10599k| 192.8 | 196M | 23 | 750 |8533 |3341 | 11k| 0 | 115k| 22 | 0.000000e+00 | -- | Inf | 42.74%
776.08/778.28 c 778s| 53500 | 1691 | 10617k| 192.8 | 196M | 23 | 750 |8502 |3338 | 11k| 1 | 115k| 22 | 0.000000e+00 | -- | Inf | 42.78%
777.28/779.41 c 779s| 53600 | 1683 | 10636k| 192.8 | 196M | 23 | 750 |8503 |3344 | 11k| 0 | 115k| 22 | 0.000000e+00 | -- | Inf | 42.84%
778.07/780.25 c 780s| 53700 | 1684 | 10650k| 192.7 | 196M | 23 | 750 |8523 |3337 | 11k| 0 | 116k| 22 | 0.000000e+00 | -- | Inf | 42.89%
779.17/781.39 c 781s| 53800 | 1685 | 10667k| 192.6 | 196M | 23 | 750 |8536 |3332 | 11k| 1 | 116k| 22 | 0.000000e+00 | -- | Inf | 42.94%
780.07/782.30 c 782s| 53900 | 1681 | 10683k| 192.6 | 196M | 23 | 750 |8566 |3341 | 11k| 1 | 116k| 22 | 0.000000e+00 | -- | Inf | 42.99%
781.47/783.63 c 784s| 54000 | 1682 | 10702k| 192.6 | 196M | 23 | 750 |8436 | 0 | 11k| 0 | 116k| 22 | 0.000000e+00 | -- | Inf | 43.03%
783.16/785.35 c 785s| 54100 | 1685 | 10724k| 192.6 | 196M | 23 | 750 |8400 |3344 | 11k| 1 | 116k| 22 | 0.000000e+00 | -- | Inf | 43.11%
784.26/786.41 c 786s| 54200 | 1678 | 10740k| 192.6 | 196M | 23 | 750 |8383 |3339 | 11k| 0 | 117k| 22 | 0.000000e+00 | -- | Inf | 43.14%
785.16/787.33 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
785.16/787.33 c 787s| 54300 | 1668 | 10756k| 192.5 | 196M | 23 | 750 |8384 |3336 | 11k| 0 | 117k| 22 | 0.000000e+00 | -- | Inf | 43.22%
786.05/788.28 c 788s| 54400 | 1657 | 10772k| 192.5 | 196M | 23 | 750 |8339 |3337 | 12k| 1 | 117k| 22 | 0.000000e+00 | -- | Inf | 43.36%
787.05/789.24 c 789s| 54500 | 1648 | 10789k| 192.4 | 196M | 23 | 750 |8388 |3344 | 12k| 0 | 117k| 22 | 0.000000e+00 | -- | Inf | 43.45%
788.35/790.54 c 791s| 54600 | 1650 | 10808k| 192.4 | 196M | 23 | 750 |8368 |3339 | 12k| 0 | 117k| 22 | 0.000000e+00 | -- | Inf | 43.52%
789.55/791.73 c 792s| 54700 | 1657 | 10827k| 192.4 | 196M | 23 | 750 |8505 |3339 | 12k| 0 | 118k| 22 | 0.000000e+00 | -- | Inf | 43.56%
790.54/792.70 c 793s| 54800 | 1643 | 10843k| 192.3 | 196M | 23 | 750 |8509 |3342 | 12k| 0 | 118k| 22 | 0.000000e+00 | -- | Inf | 43.66%
791.54/793.78 c 794s| 54900 | 1635 | 10860k| 192.3 | 196M | 23 | 750 |8458 |3339 | 12k| 0 | 118k| 22 | 0.000000e+00 | -- | Inf | 43.74%
792.74/794.95 c 795s| 55000 | 1626 | 10877k| 192.3 | 196M | 23 | 750 |8415 |3322 | 12k| 1 | 118k| 22 | 0.000000e+00 | -- | Inf | 43.81%
794.33/796.52 c 797s| 55100 | 1634 | 10898k| 192.3 | 196M | 23 | 750 |8359 |3346 | 12k| 0 | 118k| 22 | 0.000000e+00 | -- | Inf | 43.83%
795.13/797.39 c 797s| 55200 | 1626 | 10912k| 192.2 | 196M | 23 | 750 |8378 |3338 | 12k| 0 | 118k| 22 | 0.000000e+00 | -- | Inf | 43.88%
796.23/798.49 c 798s| 55300 | 1624 | 10930k| 192.2 | 196M | 23 | 750 |8393 |3334 | 12k| 1 | 119k| 22 | 0.000000e+00 | -- | Inf | 43.93%
797.33/799.55 c 800s| 55400 | 1620 | 10949k| 192.2 | 196M | 23 | 750 |8425 |3344 | 12k| 0 | 119k| 22 | 0.000000e+00 | -- | Inf | 43.98%
798.12/800.39 c 800s| 55500 | 1622 | 10964k| 192.1 | 196M | 23 | 750 |8450 |3340 | 12k| 1 | 119k| 22 | 0.000000e+00 | -- | Inf | 44.02%
799.02/801.27 c 801s| 55600 | 1610 | 10979k| 192.0 | 196M | 23 | 750 |8535 |3337 | 12k| 0 | 119k| 22 | 0.000000e+00 | -- | Inf | 44.09%
800.32/802.53 c 803s| 55700 | 1606 | 10997k| 192.0 | 196M | 23 | 750 |8493 |3336 | 12k| 0 | 119k| 22 | 0.000000e+00 | -- | Inf | 44.15%
801.31/803.57 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
801.31/803.57 c 804s| 55800 | 1608 | 11015k| 192.0 | 196M | 23 | 750 |8577 |3336 | 12k| 0 | 120k| 22 | 0.000000e+00 | -- | Inf | 44.20%
802.61/804.81 c 805s| 55900 | 1602 | 11035k| 192.0 | 196M | 23 | 750 |8573 | 0 | 12k| 0 | 120k| 22 | 0.000000e+00 | -- | Inf | 44.25%
803.51/805.78 c 806s| 56000 | 1598 | 11052k| 192.0 | 196M | 23 | 750 |8598 |3346 | 12k| 1 | 120k| 22 | 0.000000e+00 | -- | Inf | 44.29%
804.61/806.80 c 807s| 56100 | 1598 | 11070k| 191.9 | 196M | 23 | 750 |8620 |3337 | 12k| 1 | 120k| 22 | 0.000000e+00 | -- | Inf | 44.32%
805.70/808.00 c 808s| 56200 | 1598 | 11089k| 191.9 | 196M | 23 | 750 |8627 | 0 | 12k| 0 | 120k| 22 | 0.000000e+00 | -- | Inf | 44.44%
806.81/809.07 c 809s| 56300 | 1595 | 11106k| 191.9 | 196M | 23 | 750 |8631 |3341 | 12k| 1 | 121k| 22 | 0.000000e+00 | -- | Inf | 44.49%
807.90/810.16 c 810s| 56400 | 1592 | 11123k| 191.9 | 196M | 23 | 750 |8614 | 0 | 12k| 0 | 121k| 22 | 0.000000e+00 | -- | Inf | 44.55%
809.09/811.33 c 811s| 56500 | 1590 | 11142k| 191.9 | 196M | 23 | 750 |8681 |3336 | 12k| 1 | 121k| 22 | 0.000000e+00 | -- | Inf | 44.60%
809.99/812.27 c 812s| 56600 | 1595 | 11157k| 191.8 | 196M | 23 | 750 |8691 |3337 | 12k| 0 | 121k| 22 | 0.000000e+00 | -- | Inf | 44.69%
811.09/813.33 c 813s| 56700 | 1588 | 11175k| 191.8 | 196M | 23 | 750 |8689 |3340 | 12k| 1 | 121k| 22 | 0.000000e+00 | -- | Inf | 44.75%
812.09/814.38 c 814s| 56800 | 1591 | 11193k| 191.7 | 196M | 23 | 750 |8762 |3337 | 12k| 0 | 121k| 22 | 0.000000e+00 | -- | Inf | 44.79%
813.18/815.48 c 815s| 56900 | 1595 | 11211k| 191.7 | 196M | 23 | 750 |8889 |3342 | 12k| 0 | 122k| 22 | 0.000000e+00 | -- | Inf | 44.87%
814.38/816.61 c 817s| 57000 | 1593 | 11228k| 191.7 | 196M | 23 | 750 |8895 |3337 | 12k| 1 | 122k| 22 | 0.000000e+00 | -- | Inf | 44.94%
815.38/817.69 c 818s| 57100 | 1597 | 11245k| 191.7 | 196M | 23 | 750 |8874 |3339 | 12k| 1 | 122k| 22 | 0.000000e+00 | -- | Inf | 45.00%
816.67/818.90 c 819s| 57200 | 1598 | 11264k| 191.6 | 196M | 23 | 750 |8913 |3334 | 12k| 0 | 122k| 22 | 0.000000e+00 | -- | Inf | 45.07%
817.57/819.81 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
817.57/819.81 c 820s| 57300 | 1599 | 11279k| 191.6 | 198M | 23 | 750 |8968 |3336 | 12k| 0 | 122k| 22 | 0.000000e+00 | -- | Inf | 45.10%
818.77/821.05 c 821s| 57400 | 1596 | 11300k| 191.6 | 198M | 23 | 750 |8919 |3335 | 12k| 1 | 123k| 22 | 0.000000e+00 | -- | Inf | 45.21%
819.96/822.26 c 822s| 57500 | 1599 | 11318k| 191.6 | 198M | 23 | 750 |8978 |3337 | 12k| 0 | 123k| 22 | 0.000000e+00 | -- | Inf | 45.23%
821.16/823.46 c 823s| 57600 | 1595 | 11336k| 191.6 | 198M | 23 | 750 |9015 |3337 | 12k| 0 | 123k| 22 | 0.000000e+00 | -- | Inf | 45.28%
822.06/824.35 c 824s| 57700 | 1591 | 11352k| 191.5 | 198M | 23 | 750 |9084 |3340 | 12k| 0 | 123k| 22 | 0.000000e+00 | -- | Inf | 45.33%
822.96/825.24 c 825s| 57800 | 1585 | 11368k| 191.5 | 198M | 23 | 750 |9127 |3347 | 12k| 1 | 123k| 22 | 0.000000e+00 | -- | Inf | 45.38%
824.05/826.31 c 826s| 57900 | 1580 | 11386k| 191.4 | 198M | 23 | 750 |9057 |3335 | 12k| 1 | 124k| 22 | 0.000000e+00 | -- | Inf | 45.46%
825.05/827.37 c 827s| 58000 | 1575 | 11403k| 191.4 | 198M | 23 | 750 |9043 |3344 | 12k| 1 | 124k| 22 | 0.000000e+00 | -- | Inf | 45.49%
826.45/828.74 c 829s| 58100 | 1578 | 11420k| 191.4 | 198M | 23 | 750 |8965 |3336 | 12k| 1 | 124k| 22 | 0.000000e+00 | -- | Inf | 45.53%
827.54/829.80 c 830s| 58200 | 1582 | 11438k| 191.3 | 198M | 23 | 750 |9015 | 0 | 12k| 0 | 124k| 22 | 0.000000e+00 | -- | Inf | 45.57%
828.54/830.88 c 831s| 58300 | 1579 | 11455k| 191.3 | 198M | 23 | 750 |9019 |3336 | 12k| 1 | 124k| 22 | 0.000000e+00 | -- | Inf | 45.64%
829.74/832.02 c 832s| 58400 | 1572 | 11472k| 191.3 | 198M | 23 | 750 |9005 |3342 | 12k| 0 | 125k| 22 | 0.000000e+00 | -- | Inf | 45.70%
830.84/833.12 c 833s| 58500 | 1567 | 11489k| 191.3 | 198M | 23 | 750 |8931 |3334 | 12k| 0 | 125k| 22 | 0.000000e+00 | -- | Inf | 45.79%
831.93/834.26 c 834s| 58600 | 1558 | 11506k| 191.2 | 198M | 23 | 750 |8889 | 0 | 12k| 0 | 125k| 22 | 0.000000e+00 | -- | Inf | 45.99%
832.84/835.18 c 835s| 58700 | 1561 | 11522k| 191.2 | 198M | 23 | 750 |8908 |3345 | 12k| 1 | 125k| 22 | 0.000000e+00 | -- | Inf | 46.03%
833.93/836.24 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
833.93/836.24 c 836s| 58800 | 1557 | 11538k| 191.1 | 198M | 23 | 750 |8871 |3345 | 12k| 1 | 125k| 22 | 0.000000e+00 | -- | Inf | 46.07%
835.42/837.70 c 838s| 58900 | 1558 | 11559k| 191.1 | 198M | 23 | 750 |8806 |3333 | 12k| 0 | 125k| 22 | 0.000000e+00 | -- | Inf | 46.14%
836.62/838.97 c 839s| 59000 | 1547 | 11579k| 191.2 | 198M | 23 | 750 |8664 | 0 | 12k| 0 | 126k| 22 | 0.000000e+00 | -- | Inf | 46.32%
837.72/840.02 c 840s| 59100 | 1549 | 11596k| 191.1 | 198M | 23 | 750 |8605 |3338 | 12k| 1 | 126k| 22 | 0.000000e+00 | -- | Inf | 46.41%
838.82/841.13 c 841s| 59200 | 1533 | 11613k| 191.1 | 198M | 23 | 750 |8649 |3337 | 12k| 0 | 126k| 22 | 0.000000e+00 | -- | Inf | 46.50%
839.61/841.99 c 842s| 59300 | 1525 | 11629k| 191.0 | 198M | 23 | 750 |8646 | 0 | 12k| 0 | 126k| 22 | 0.000000e+00 | -- | Inf | 46.55%
841.01/843.30 c 843s| 59400 | 1523 | 11648k| 191.0 | 198M | 23 | 750 |8438 |3343 | 12k| 0 | 126k| 22 | 0.000000e+00 | -- | Inf | 46.66%
841.81/844.16 c 844s| 59500 | 1530 | 11663k| 191.0 | 198M | 23 | 750 |8473 |3334 | 12k| 1 | 126k| 22 | 0.000000e+00 | -- | Inf | 46.69%
842.60/844.96 c 845s| 59600 | 1525 | 11678k| 190.9 | 198M | 23 | 750 |8601 |3334 | 12k| 1 | 127k| 22 | 0.000000e+00 | -- | Inf | 46.72%
844.20/846.51 c 847s| 59700 | 1531 | 11701k| 191.0 | 198M | 23 | 750 |8513 |3343 | 12k| 1 | 127k| 22 | 0.000000e+00 | -- | Inf | 46.83%
845.30/847.60 c 848s| 59800 | 1532 | 11720k| 191.0 | 198M | 23 | 750 |8524 |3337 | 12k| 1 | 127k| 22 | 0.000000e+00 | -- | Inf | 46.87%
846.39/848.78 c 849s| 59900 | 1528 | 11738k| 190.9 | 199M | 23 | 750 |8545 |3338 | 12k| 1 | 127k| 22 | 0.000000e+00 | -- | Inf | 47.12%
847.49/849.86 c 850s| 60000 | 1524 | 11756k| 190.9 | 199M | 23 | 750 |8509 |3344 | 12k| 1 | 128k| 22 | 0.000000e+00 | -- | Inf | 47.29%
848.49/850.80 c 851s| 60100 | 1513 | 11772k| 190.9 | 199M | 23 | 750 |8505 |3338 | 12k| 1 | 128k| 22 | 0.000000e+00 | -- | Inf | 47.34%
849.79/852.15 c 852s| 60200 | 1516 | 11794k| 190.9 | 199M | 23 | 750 |8487 |3333 | 12k| 1 | 128k| 22 | 0.000000e+00 | -- | Inf | 47.42%
850.88/853.28 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
850.88/853.28 c 853s| 60300 | 1513 | 11812k| 190.9 | 199M | 23 | 750 |8467 |3338 | 12k| 0 | 128k| 22 | 0.000000e+00 | -- | Inf | 47.49%
851.98/854.31 c 854s| 60400 | 1511 | 11830k| 190.9 | 199M | 23 | 750 |8444 |3340 | 12k| 0 | 128k| 22 | 0.000000e+00 | -- | Inf | 47.56%
852.98/855.32 c 855s| 60500 | 1507 | 11847k| 190.9 | 199M | 23 | 750 |8431 |3337 | 12k| 1 | 128k| 22 | 0.000000e+00 | -- | Inf | 47.66%
853.87/856.22 c 856s| 60600 | 1499 | 11863k| 190.8 | 199M | 23 | 750 |8466 |3336 | 12k| 1 | 129k| 22 | 0.000000e+00 | -- | Inf | 47.71%
854.78/857.16 c 857s| 60700 | 1494 | 11879k| 190.8 | 199M | 23 | 750 |8418 |3340 | 12k| 0 | 129k| 22 | 0.000000e+00 | -- | Inf | 47.77%
856.17/858.52 c 859s| 60800 | 1498 | 11901k| 190.8 | 199M | 23 | 750 |8411 |3345 | 12k| 1 | 129k| 22 | 0.000000e+00 | -- | Inf | 47.83%
857.17/859.53 c 860s| 60900 | 1494 | 11917k| 190.8 | 199M | 23 | 750 |8421 |3341 | 12k| 1 | 129k| 22 | 0.000000e+00 | -- | Inf | 47.92%
857.96/860.36 c 860s| 61000 | 1490 | 11932k| 190.7 | 199M | 23 | 750 |8502 |3333 | 12k| 1 | 129k| 22 | 0.000000e+00 | -- | Inf | 47.96%
859.06/861.47 c 861s| 61100 | 1490 | 11950k| 190.7 | 199M | 23 | 750 |8532 | 0 | 12k| 0 | 129k| 22 | 0.000000e+00 | -- | Inf | 48.05%
860.06/862.44 c 862s| 61200 | 1479 | 11967k| 190.6 | 199M | 23 | 750 |8539 |3340 | 12k| 0 | 130k| 22 | 0.000000e+00 | -- | Inf | 48.14%
861.26/863.68 c 864s| 61300 | 1480 | 11985k| 190.6 | 199M | 23 | 750 |8483 |3338 | 12k| 1 | 130k| 22 | 0.000000e+00 | -- | Inf | 48.23%
862.35/864.73 c 865s| 61400 | 1481 | 12003k| 190.6 | 199M | 23 | 750 |8520 |3335 | 12k| 1 | 130k| 22 | 0.000000e+00 | -- | Inf | 48.27%
863.35/865.71 c 866s| 61500 | 1476 | 12021k| 190.6 | 199M | 23 | 750 |8563 |3333 | 12k| 0 | 130k| 22 | 0.000000e+00 | -- | Inf | 48.31%
864.55/866.91 c 867s| 61600 | 1477 | 12039k| 190.6 | 199M | 23 | 750 |8518 |3344 | 12k| 0 | 130k| 22 | 0.000000e+00 | -- | Inf | 48.47%
865.54/867.98 c 868s| 61700 | 1470 | 12056k| 190.5 | 199M | 23 | 750 |8572 |3337 | 12k| 1 | 131k| 22 | 0.000000e+00 | -- | Inf | 48.54%
866.54/868.93 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
866.54/868.93 c 869s| 61800 | 1467 | 12072k| 190.5 | 199M | 23 | 750 |8643 |3339 | 12k| 1 | 131k| 22 | 0.000000e+00 | -- | Inf | 48.60%
867.54/869.91 c 870s| 61900 | 1464 | 12089k| 190.5 | 199M | 23 | 750 |8727 |3331 | 12k| 0 | 131k| 22 | 0.000000e+00 | -- | Inf | 48.63%
868.74/871.12 c 871s| 62000 | 1467 | 12107k| 190.4 | 199M | 23 | 750 |8799 |3336 | 12k| 1 | 131k| 22 | 0.000000e+00 | -- | Inf | 48.66%
869.64/872.01 c 872s| 62100 | 1463 | 12123k| 190.4 | 199M | 23 | 750 |8826 |3345 | 12k| 1 | 131k| 22 | 0.000000e+00 | -- | Inf | 48.69%
870.93/873.35 c 873s| 62200 | 1464 | 12144k| 190.4 | 199M | 23 | 750 |8808 |3340 | 12k| 1 | 132k| 22 | 0.000000e+00 | -- | Inf | 48.73%
872.13/874.55 c 875s| 62300 | 1461 | 12164k| 190.4 | 199M | 23 | 750 |8867 |3341 | 12k| 0 | 132k| 22 | 0.000000e+00 | -- | Inf | 48.78%
873.32/875.76 c 876s| 62400 | 1453 | 12182k| 190.4 | 199M | 23 | 750 |8790 |3342 | 12k| 0 | 132k| 22 | 0.000000e+00 | -- | Inf | 48.86%
874.52/876.90 c 877s| 62500 | 1445 | 12199k| 190.4 | 199M | 23 | 750 |8726 |3334 | 12k| 1 | 132k| 22 | 0.000000e+00 | -- | Inf | 48.96%
875.62/878.04 c 878s| 62600 | 1437 | 12217k| 190.4 | 199M | 23 | 750 |8596 |3337 | 12k| 1 | 132k| 22 | 0.000000e+00 | -- | Inf | 49.03%
876.62/879.00 c 879s| 62700 | 1433 | 12234k| 190.3 | 199M | 23 | 750 |8625 |3339 | 12k| 1 | 132k| 22 | 0.000000e+00 | -- | Inf | 49.09%
878.01/880.44 c 880s| 62800 | 1435 | 12254k| 190.4 | 199M | 23 | 750 |8556 |3340 | 12k| 1 | 133k| 22 | 0.000000e+00 | -- | Inf | 49.17%
879.11/881.54 c 882s| 62900 | 1428 | 12271k| 190.3 | 199M | 23 | 750 |8579 |3340 | 12k| 0 | 133k| 22 | 0.000000e+00 | -- | Inf | 49.23%
880.01/882.44 c 882s| 63000 | 1422 | 12287k| 190.3 | 199M | 23 | 750 |8610 | 0 | 12k| 0 | 133k| 22 | 0.000000e+00 | -- | Inf | 49.30%
881.00/883.49 c 883s| 63100 | 1422 | 12304k| 190.3 | 199M | 23 | 750 |8574 |3341 | 12k| 1 | 133k| 22 | 0.000000e+00 | -- | Inf | 49.38%
882.20/884.66 c 885s| 63200 | 1425 | 12322k| 190.2 | 199M | 23 | 750 |8590 |3339 | 12k| 1 | 133k| 22 | 0.000000e+00 | -- | Inf | 49.44%
883.20/885.65 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
883.20/885.65 c 886s| 63300 | 1427 | 12339k| 190.2 | 199M | 23 | 750 |8628 |3336 | 12k| 1 | 134k| 22 | 0.000000e+00 | -- | Inf | 49.48%
884.70/887.13 c 887s| 63400 | 1429 | 12359k| 190.2 | 199M | 23 | 750 |8571 |3342 | 13k| 1 | 134k| 22 | 0.000000e+00 | -- | Inf | 49.57%
885.70/888.13 c 888s| 63500 | 1428 | 12376k| 190.2 | 199M | 23 | 750 |8629 |3347 | 13k| 0 | 134k| 22 | 0.000000e+00 | -- | Inf | 49.64%
886.59/889.04 c 889s| 63600 | 1417 | 12391k| 190.1 | 199M | 23 | 750 |8576 |3342 | 13k| 1 | 134k| 22 | 0.000000e+00 | -- | Inf | 49.72%
887.59/890.10 c 890s| 63700 | 1417 | 12409k| 190.1 | 199M | 23 | 750 |8559 |3343 | 13k| 1 | 134k| 22 | 0.000000e+00 | -- | Inf | 49.81%
888.59/891.08 c 891s| 63800 | 1410 | 12426k| 190.1 | 199M | 23 | 750 |8625 |3342 | 13k| 1 | 134k| 22 | 0.000000e+00 | -- | Inf | 49.86%
889.98/892.44 c 892s| 63900 | 1410 | 12445k| 190.1 | 199M | 23 | 750 |8537 |3334 | 13k| 1 | 135k| 22 | 0.000000e+00 | -- | Inf | 49.94%
890.98/893.46 c 893s| 64000 | 1407 | 12463k| 190.1 | 199M | 23 | 750 |8496 |3345 | 13k| 0 | 135k| 22 | 0.000000e+00 | -- | Inf | 50.01%
891.87/894.39 c 894s| 64100 | 1398 | 12479k| 190.0 | 199M | 23 | 750 |8430 |3334 | 13k| 1 | 135k| 22 | 0.000000e+00 | -- | Inf | 50.08%
892.97/895.48 c 895s| 64200 | 1401 | 12496k| 190.0 | 199M | 23 | 750 |8468 |3337 | 13k| 1 | 135k| 22 | 0.000000e+00 | -- | Inf | 50.12%
893.97/896.43 c 896s| 64300 | 1394 | 12512k| 189.9 | 199M | 23 | 750 |8497 |3338 | 13k| 1 | 135k| 22 | 0.000000e+00 | -- | Inf | 50.15%
894.97/897.45 c 897s| 64400 | 1392 | 12530k| 189.9 | 199M | 23 | 750 |8522 |3331 | 13k| 1 | 136k| 22 | 0.000000e+00 | -- | Inf | 50.19%
896.67/899.19 c 899s| 64500 | 1398 | 12552k| 190.0 | 199M | 23 | 750 |8492 |3341 | 13k| 0 | 136k| 22 | 0.000000e+00 | -- | Inf | 50.23%
897.86/900.31 c 900s| 64600 | 1395 | 12570k| 190.0 | 199M | 23 | 750 |8546 |3338 | 13k| 1 | 136k| 22 | 0.000000e+00 | -- | Inf | 50.27%
898.86/901.33 c 901s| 64700 | 1390 | 12588k| 189.9 | 199M | 23 | 750 |8557 |3340 | 13k| 1 | 136k| 22 | 0.000000e+00 | -- | Inf | 50.33%
899.85/902.32 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
899.85/902.32 c 902s| 64800 | 1386 | 12605k| 189.9 | 199M | 23 | 750 |8651 |3335 | 13k| 0 | 136k| 22 | 0.000000e+00 | -- | Inf | 50.38%
900.75/903.24 c 903s| 64900 | 1389 | 12622k| 189.9 | 199M | 23 | 750 |8711 |3343 | 13k| 1 | 136k| 22 | 0.000000e+00 | -- | Inf | 50.42%
901.75/904.28 c 904s| 65000 | 1386 | 12637k| 189.8 | 199M | 23 | 750 |8645 |3336 | 13k| 1 | 137k| 22 | 0.000000e+00 | -- | Inf | 50.46%
902.85/905.34 c 905s| 65100 | 1380 | 12655k| 189.8 | 199M | 23 | 750 |8631 |3344 | 13k| 1 | 137k| 22 | 0.000000e+00 | -- | Inf | 50.54%
903.84/906.38 c 906s| 65200 | 1373 | 12673k| 189.8 | 199M | 23 | 750 |8631 |3352 | 13k| 0 | 137k| 22 | 0.000000e+00 | -- | Inf | 50.60%
904.94/907.46 c 907s| 65300 | 1360 | 12692k| 189.8 | 199M | 23 | 750 |8543 |3338 | 13k| 1 | 137k| 22 | 0.000000e+00 | -- | Inf | 50.71%
905.94/908.43 c 908s| 65400 | 1364 | 12710k| 189.8 | 199M | 23 | 750 |8616 |3337 | 13k| 0 | 137k| 22 | 0.000000e+00 | -- | Inf | 50.76%
906.73/909.29 c 909s| 65500 | 1359 | 12726k| 189.7 | 199M | 23 | 750 |8726 |3337 | 13k| 1 | 137k| 22 | 0.000000e+00 | -- | Inf | 50.79%
908.03/910.53 c 911s| 65600 | 1366 | 12744k| 189.7 | 199M | 23 | 750 |8641 |3337 | 13k| 1 | 138k| 22 | 0.000000e+00 | -- | Inf | 50.83%
908.93/911.49 c 911s| 65700 | 1366 | 12761k| 189.7 | 199M | 23 | 750 |8653 |3336 | 13k| 0 | 138k| 22 | 0.000000e+00 | -- | Inf | 50.90%
910.13/912.65 c 913s| 65800 | 1358 | 12780k| 189.7 | 199M | 23 | 750 |8623 |3340 | 13k| 0 | 138k| 22 | 0.000000e+00 | -- | Inf | 51.02%
911.02/913.57 c 914s| 65900 | 1355 | 12796k| 189.6 | 199M | 23 | 750 |8668 |3330 | 13k| 0 | 138k| 22 | 0.000000e+00 | -- | Inf | 51.06%
912.32/914.85 c 915s| 66000 | 1349 | 12815k| 189.6 | 199M | 23 | 750 |8602 |3333 | 13k| 1 | 138k| 22 | 0.000000e+00 | -- | Inf | 51.11%
913.62/916.15 c 916s| 66100 | 1357 | 12835k| 189.7 | 202M | 23 | 750 |8586 | 0 | 13k| 0 | 138k| 22 | 0.000000e+00 | -- | Inf | 51.18%
914.71/917.21 c 917s| 66200 | 1349 | 12853k| 189.6 | 202M | 23 | 750 |8613 |3343 | 13k| 1 | 139k| 22 | 0.000000e+00 | -- | Inf | 51.23%
915.71/918.21 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
915.71/918.21 c 918s| 66300 | 1341 | 12870k| 189.6 | 202M | 23 | 750 |8613 |3337 | 13k| 1 | 139k| 22 | 0.000000e+00 | -- | Inf | 51.28%
916.71/919.29 c 919s| 66400 | 1333 | 12887k| 189.6 | 202M | 23 | 750 |8615 |3336 | 13k| 1 | 139k| 22 | 0.000000e+00 | -- | Inf | 51.35%
917.61/920.19 c 920s| 66500 | 1333 | 12902k| 189.5 | 202M | 23 | 750 |8641 | 0 | 13k| 0 | 139k| 22 | 0.000000e+00 | -- | Inf | 51.40%
918.61/921.17 c 921s| 66600 | 1331 | 12919k| 189.5 | 202M | 23 | 750 |8716 |3343 | 13k| 1 | 139k| 22 | 0.000000e+00 | -- | Inf | 51.48%
919.70/922.23 c 922s| 66700 | 1326 | 12936k| 189.5 | 202M | 23 | 750 |8718 |3331 | 13k| 0 | 140k| 22 | 0.000000e+00 | -- | Inf | 51.55%
921.10/923.66 c 924s| 66800 | 1334 | 12956k| 189.5 | 202M | 23 | 750 |8653 |3339 | 13k| 1 | 140k| 22 | 0.000000e+00 | -- | Inf | 51.61%
922.20/924.75 c 925s| 66900 | 1335 | 12974k| 189.5 | 202M | 23 | 750 |8712 |3342 | 13k| 0 | 140k| 22 | 0.000000e+00 | -- | Inf | 51.66%
923.09/925.66 c 926s| 67000 | 1330 | 12990k| 189.4 | 202M | 23 | 750 |8790 |3340 | 13k| 0 | 140k| 22 | 0.000000e+00 | -- | Inf | 51.70%
924.29/926.86 c 927s| 67100 | 1321 | 13010k| 189.4 | 202M | 23 | 750 |8852 |3342 | 13k| 0 | 140k| 22 | 0.000000e+00 | -- | Inf | 51.74%
925.19/927.77 c 928s| 67200 | 1317 | 13026k| 189.4 | 202M | 23 | 750 |8905 |3342 | 13k| 0 | 141k| 22 | 0.000000e+00 | -- | Inf | 51.79%
926.18/928.76 c 929s| 67300 | 1307 | 13043k| 189.4 | 202M | 23 | 750 |8951 |3344 | 13k| 1 | 141k| 22 | 0.000000e+00 | -- | Inf | 51.87%
927.18/929.74 c 930s| 67400 | 1303 | 13059k| 189.3 | 202M | 23 | 750 |9013 |3338 | 13k| 0 | 141k| 22 | 0.000000e+00 | -- | Inf | 51.95%
928.58/931.13 c 931s| 67500 | 1306 | 13082k| 189.4 | 202M | 23 | 750 |9019 |3342 | 13k| 1 | 141k| 22 | 0.000000e+00 | -- | Inf | 51.99%
929.58/932.13 c 932s| 67600 | 1301 | 13098k| 189.4 | 202M | 23 | 750 |9160 |3339 | 13k| 0 | 141k| 22 | 0.000000e+00 | -- | Inf | 52.03%
930.37/932.94 c 933s| 67700 | 1291 | 13113k| 189.3 | 202M | 23 | 750 |9229 |3344 | 13k| 0 | 142k| 22 | 0.000000e+00 | -- | Inf | 52.10%
931.77/934.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
931.77/934.31 c 934s| 67800 | 1285 | 13132k| 189.3 | 202M | 23 | 750 |9210 |3338 | 13k| 1 | 142k| 22 | 0.000000e+00 | -- | Inf | 52.23%
933.17/935.70 c 936s| 67900 | 1285 | 13152k| 189.3 | 202M | 23 | 750 |8997 |3338 | 13k| 1 | 142k| 22 | 0.000000e+00 | -- | Inf | 52.30%
934.26/936.82 c 937s| 68000 | 1284 | 13170k| 189.3 | 202M | 23 | 750 |8964 |3335 | 13k| 1 | 142k| 22 | 0.000000e+00 | -- | Inf | 52.35%
935.36/938.00 c 938s| 68100 | 1289 | 13188k| 189.3 | 202M | 23 | 750 |9011 |3343 | 13k| 1 | 142k| 22 | 0.000000e+00 | -- | Inf | 52.40%
936.46/939.09 c 939s| 68200 | 1287 | 13206k| 189.3 | 202M | 23 | 750 |8984 |3339 | 13k| 1 | 142k| 22 | 0.000000e+00 | -- | Inf | 52.46%
937.36/939.96 c 940s| 68300 | 1286 | 13222k| 189.2 | 202M | 23 | 750 |9078 |3343 | 13k| 1 | 143k| 22 | 0.000000e+00 | -- | Inf | 52.50%
938.35/940.98 c 941s| 68400 | 1282 | 13239k| 189.2 | 202M | 23 | 750 |9154 |3342 | 13k| 2 | 143k| 22 | 0.000000e+00 | -- | Inf | 52.56%
939.35/941.98 c 942s| 68500 | 1272 | 13256k| 189.2 | 202M | 23 | 750 |9145 |3342 | 13k| 1 | 143k| 22 | 0.000000e+00 | -- | Inf | 52.67%
940.55/943.19 c 943s| 68600 | 1276 | 13274k| 189.2 | 202M | 23 | 750 |9225 |3338 | 13k| 0 | 143k| 22 | 0.000000e+00 | -- | Inf | 52.71%
941.55/944.19 c 944s| 68700 | 1269 | 13291k| 189.1 | 202M | 23 | 750 |9259 | 0 | 13k| 0 | 143k| 22 | 0.000000e+00 | -- | Inf | 52.77%
942.84/945.47 c 945s| 68800 | 1260 | 13311k| 189.1 | 202M | 23 | 750 |9197 |3343 | 13k| 0 | 144k| 22 | 0.000000e+00 | -- | Inf | 52.89%
944.14/946.77 c 947s| 68900 | 1270 | 13330k| 189.2 | 202M | 23 | 750 |9128 |3341 | 13k| 0 | 144k| 22 | 0.000000e+00 | -- | Inf | 52.95%
945.24/947.87 c 948s| 69000 | 1273 | 13349k| 189.1 | 202M | 23 | 750 |9221 |3341 | 13k| 1 | 144k| 22 | 0.000000e+00 | -- | Inf | 52.98%
946.24/948.83 c 949s| 69100 | 1265 | 13366k| 189.1 | 202M | 23 | 750 |9316 |3342 | 13k| 1 | 144k| 22 | 0.000000e+00 | -- | Inf | 53.02%
947.34/949.96 c 950s| 69200 | 1265 | 13386k| 189.1 | 202M | 23 | 750 |9336 |3340 | 13k| 1 | 144k| 22 | 0.000000e+00 | -- | Inf | 53.09%
948.33/950.90 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
948.33/950.90 c 951s| 69300 | 1263 | 13403k| 189.1 | 202M | 23 | 750 |9382 |3341 | 13k| 0 | 144k| 22 | 0.000000e+00 | -- | Inf | 53.12%
949.54/952.13 c 952s| 69400 | 1259 | 13421k| 189.1 | 202M | 23 | 750 |9414 |3333 | 13k| 1 | 145k| 22 | 0.000000e+00 | -- | Inf | 53.18%
950.63/953.27 c 953s| 69500 | 1256 | 13439k| 189.1 | 202M | 23 | 750 |9422 |3334 | 13k| 1 | 145k| 22 | 0.000000e+00 | -- | Inf | 53.23%
951.73/954.35 c 954s| 69600 | 1252 | 13457k| 189.1 | 202M | 23 | 750 |9350 |3341 | 13k| 1 | 145k| 22 | 0.000000e+00 | -- | Inf | 53.31%
952.82/955.42 c 955s| 69700 | 1251 | 13476k| 189.1 | 202M | 23 | 750 |9415 |3345 | 13k| 1 | 145k| 22 | 0.000000e+00 | -- | Inf | 53.36%
953.72/956.34 c 956s| 69800 | 1245 | 13492k| 189.0 | 202M | 23 | 750 |9421 |3337 | 13k| 1 | 145k| 22 | 0.000000e+00 | -- | Inf | 53.45%
955.32/957.94 c 958s| 69900 | 1238 | 13514k| 189.1 | 202M | 23 | 750 |9319 |3338 | 13k| 1 | 146k| 22 | 0.000000e+00 | -- | Inf | 53.60%
956.31/958.97 c 959s| 70000 | 1234 | 13531k| 189.0 | 202M | 23 | 750 |9267 |3339 | 13k| 0 | 146k| 22 | 0.000000e+00 | -- | Inf | 53.66%
957.61/960.22 c 960s| 70100 | 1239 | 13549k| 189.0 | 202M | 23 | 750 |9194 |3344 | 13k| 1 | 146k| 22 | 0.000000e+00 | -- | Inf | 53.70%
959.01/961.60 c 962s| 70200 | 1233 | 13567k| 189.0 | 202M | 23 | 750 |9085 |3342 | 13k| 0 | 146k| 22 | 0.000000e+00 | -- | Inf | 53.77%
959.91/962.53 c 963s| 70300 | 1227 | 13583k| 189.0 | 202M | 23 | 750 |9062 |3335 | 13k| 0 | 146k| 22 | 0.000000e+00 | -- | Inf | 53.81%
960.90/963.54 c 964s| 70400 | 1219 | 13601k| 189.0 | 202M | 23 | 750 |9059 |3342 | 13k| 0 | 147k| 22 | 0.000000e+00 | -- | Inf | 53.86%
962.10/964.75 c 965s| 70500 | 1218 | 13622k| 189.0 | 202M | 23 | 750 |9067 |3341 | 13k| 1 | 147k| 22 | 0.000000e+00 | -- | Inf | 53.93%
963.00/965.68 c 966s| 70600 | 1210 | 13639k| 189.0 | 202M | 23 | 750 |9107 |3337 | 13k| 1 | 147k| 22 | 0.000000e+00 | -- | Inf | 53.99%
963.99/966.63 c 967s| 70700 | 1215 | 13655k| 188.9 | 202M | 23 | 750 |9154 |3335 | 13k| 1 | 147k| 22 | 0.000000e+00 | -- | Inf | 54.02%
964.89/967.55 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
964.89/967.55 c 968s| 70800 | 1213 | 13671k| 188.9 | 202M | 23 | 750 |9195 |3342 | 13k| 0 | 147k| 22 | 0.000000e+00 | -- | Inf | 54.08%
965.89/968.52 c 969s| 70900 | 1211 | 13688k| 188.9 | 202M | 23 | 750 |9262 |3333 | 13k| 1 | 147k| 22 | 0.000000e+00 | -- | Inf | 54.18%
967.29/969.91 c 970s| 71000 | 1216 | 13711k| 188.9 | 202M | 23 | 750 |9265 |3337 | 13k| 1 | 148k| 22 | 0.000000e+00 | -- | Inf | 54.23%
968.28/970.97 c 971s| 71100 | 1216 | 13729k| 188.9 | 202M | 23 | 750 |9335 |3341 | 13k| 1 | 148k| 22 | 0.000000e+00 | -- | Inf | 54.26%
969.28/971.92 c 972s| 71200 | 1209 | 13745k| 188.9 | 202M | 23 | 750 |9377 |3335 | 13k| 1 | 148k| 22 | 0.000000e+00 | -- | Inf | 54.31%
970.48/973.11 c 973s| 71300 | 1203 | 13763k| 188.9 | 202M | 23 | 750 |9339 | 0 | 13k| 0 | 148k| 22 | 0.000000e+00 | -- | Inf | 54.38%
971.67/974.36 c 974s| 71400 | 1202 | 13782k| 188.9 | 202M | 23 | 750 |9195 |3344 | 13k| 0 | 148k| 22 | 0.000000e+00 | -- | Inf | 54.50%
972.67/975.38 c 975s| 71500 | 1199 | 13800k| 188.8 | 202M | 23 | 750 |9236 |3333 | 13k| 0 | 148k| 22 | 0.000000e+00 | -- | Inf | 54.53%
973.77/976.48 c 976s| 71600 | 1196 | 13817k| 188.8 | 202M | 23 | 750 |9205 |3331 | 13k| 1 | 149k| 22 | 0.000000e+00 | -- | Inf | 54.62%
974.76/977.46 c 977s| 71700 | 1197 | 13834k| 188.8 | 202M | 23 | 750 |9216 |3337 | 13k| 1 | 149k| 22 | 0.000000e+00 | -- | Inf | 54.68%
975.86/978.58 c 979s| 71800 | 1198 | 13852k| 188.8 | 202M | 23 | 750 |9175 |3348 | 13k| 1 | 149k| 22 | 0.000000e+00 | -- | Inf | 54.72%
976.76/979.45 c 979s| 71900 | 1192 | 13867k| 188.7 | 202M | 23 | 750 |9217 |3340 | 13k| 1 | 149k| 22 | 0.000000e+00 | -- | Inf | 54.76%
977.56/980.27 c 980s| 72000 | 1190 | 13882k| 188.7 | 202M | 23 | 750 |9307 |3338 | 13k| 1 | 149k| 22 | 0.000000e+00 | -- | Inf | 54.79%
978.36/981.05 c 981s| 72100 | 1184 | 13896k| 188.6 | 202M | 23 | 750 |9374 | 0 | 13k| 0 | 149k| 22 | 0.000000e+00 | -- | Inf | 54.91%
979.36/982.05 c 982s| 72200 | 1186 | 13913k| 188.6 | 202M | 23 | 750 |9420 |3340 | 13k| 0 | 150k| 22 | 0.000000e+00 | -- | Inf | 54.94%
980.25/982.96 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
980.25/982.96 c 983s| 72300 | 1188 | 13929k| 188.6 | 202M | 23 | 750 |9519 |3332 | 13k| 1 | 150k| 22 | 0.000000e+00 | -- | Inf | 54.98%
981.15/983.82 c 984s| 72400 | 1182 | 13944k| 188.5 | 202M | 23 | 750 |9618 |3331 | 13k| 1 | 150k| 22 | 0.000000e+00 | -- | Inf | 55.00%
982.15/984.88 c 985s| 72500 | 1175 | 13962k| 188.5 | 202M | 23 | 750 |9652 |3336 | 13k| 1 | 150k| 22 | 0.000000e+00 | -- | Inf | 55.07%
983.24/985.98 c 986s| 72600 | 1175 | 13981k| 188.5 | 202M | 23 | 750 |9657 |3333 | 13k| 1 | 150k| 22 | 0.000000e+00 | -- | Inf | 55.14%
984.35/987.01 c 987s| 72700 | 1177 | 14000k| 188.5 | 202M | 23 | 750 |9676 |3338 | 13k| 0 | 151k| 22 | 0.000000e+00 | -- | Inf | 55.19%
985.24/987.97 c 988s| 72800 | 1170 | 14018k| 188.5 | 202M | 23 | 750 |9679 |3337 | 13k| 0 | 151k| 22 | 0.000000e+00 | -- | Inf | 55.22%
986.73/989.44 c 989s| 72900 | 1167 | 14037k| 188.5 | 202M | 23 | 750 |9573 |3344 | 13k| 1 | 151k| 22 | 0.000000e+00 | -- | Inf | 55.45%
987.73/990.41 c 990s| 73000 | 1165 | 14055k| 188.5 | 202M | 23 | 750 |9665 |3340 | 13k| 1 | 151k| 22 | 0.000000e+00 | -- | Inf | 55.48%
988.63/991.34 c 991s| 73100 | 1160 | 14073k| 188.5 | 202M | 23 | 750 |9726 |3340 | 13k| 0 | 151k| 22 | 0.000000e+00 | -- | Inf | 55.52%
989.53/992.25 c 992s| 73200 | 1160 | 14088k| 188.4 | 203M | 23 | 750 |9802 |3344 | 13k| 1 | 151k| 22 | 0.000000e+00 | -- | Inf | 55.60%
990.43/993.17 c 993s| 73300 | 1151 | 14105k| 188.4 | 203M | 23 | 750 |9855 |3341 | 13k| 1 | 152k| 22 | 0.000000e+00 | -- | Inf | 55.65%
991.62/994.32 c 994s| 73400 | 1152 | 14124k| 188.4 | 203M | 23 | 750 |9825 |3343 | 13k| 1 | 152k| 22 | 0.000000e+00 | -- | Inf | 55.72%
992.42/995.17 c 995s| 73500 | 1151 | 14141k| 188.4 | 203M | 23 | 750 |9866 |3338 | 13k| 1 | 152k| 22 | 0.000000e+00 | -- | Inf | 55.75%
993.82/996.50 c 996s| 73600 | 1147 | 14160k| 188.4 | 203M | 23 | 750 |9788 | 0 | 13k| 0 | 152k| 22 | 0.000000e+00 | -- | Inf | 55.80%
994.91/997.64 c 998s| 73700 | 1148 | 14179k| 188.4 | 203M | 23 | 750 |9736 |3332 | 13k| 0 | 152k| 22 | 0.000000e+00 | -- | Inf | 55.83%
995.71/998.49 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
995.71/998.49 c 998s| 73800 | 1142 | 14194k| 188.3 | 203M | 23 | 750 |9751 |3346 | 13k| 0 | 153k| 22 | 0.000000e+00 | -- | Inf | 55.88%
996.71/999.48 c 999s| 73900 | 1148 | 14212k| 188.3 | 203M | 23 | 750 |9735 |3339 | 13k| 1 | 153k| 22 | 0.000000e+00 | -- | Inf | 55.92%
997.80/1000.54 c 1001s| 74000 | 1145 | 14230k| 188.3 | 203M | 23 | 750 |9701 |3338 | 13k| 0 | 153k| 22 | 0.000000e+00 | -- | Inf | 55.98%
998.80/1001.57 c 1002s| 74100 | 1141 | 14248k| 188.3 | 203M | 23 | 750 |9646 |3344 | 13k| 0 | 153k| 22 | 0.000000e+00 | -- | Inf | 56.08%
1000.00/1002.73 c 1003s| 74200 | 1139 | 14266k| 188.3 | 203M | 23 | 750 |9458 |3334 | 13k| 1 | 153k| 22 | 0.000000e+00 | -- | Inf | 56.19%
1001.30/1004.04 c 1004s| 74300 | 1138 | 14286k| 188.3 | 203M | 23 | 750 |9362 | 0 | 13k| 0 | 153k| 22 | 0.000000e+00 | -- | Inf | 56.27%
1002.30/1005.00 c 1005s| 74400 | 1147 | 14301k| 188.2 | 203M | 23 | 750 |9307 |3344 | 13k| 0 | 154k| 22 | 0.000000e+00 | -- | Inf | 56.31%
1003.40/1006.16 c 1006s| 74500 | 1147 | 14320k| 188.2 | 203M | 23 | 750 |9141 |3331 | 13k| 0 | 154k| 22 | 0.000000e+00 | -- | Inf | 56.34%
1004.59/1007.34 c 1007s| 74600 | 1159 | 14339k| 188.2 | 203M | 23 | 750 |9138 | 0 | 13k| 0 | 154k| 22 | 0.000000e+00 | -- | Inf | 56.39%
1005.69/1008.44 c 1008s| 74700 | 1159 | 14357k| 188.2 | 203M | 23 | 750 |9035 |3337 | 13k| 0 | 154k| 22 | 0.000000e+00 | -- | Inf | 56.47%
1006.48/1009.24 c 1009s| 74800 | 1160 | 14372k| 188.2 | 203M | 23 | 750 |9146 |3333 | 13k| 1 | 154k| 22 | 0.000000e+00 | -- | Inf | 56.49%
1007.39/1010.18 c 1010s| 74900 | 1149 | 14389k| 188.2 | 203M | 23 | 750 |9116 |3341 | 13k| 1 | 154k| 22 | 0.000000e+00 | -- | Inf | 56.54%
1008.58/1011.39 c 1011s| 75000 | 1145 | 14408k| 188.2 | 203M | 23 | 750 |9192 |3337 | 13k| 1 | 155k| 22 | 0.000000e+00 | -- | Inf | 56.58%
1009.58/1012.32 c 1012s| 75100 | 1140 | 14425k| 188.1 | 203M | 23 | 750 |9205 |3341 | 13k| 1 | 155k| 22 | 0.000000e+00 | -- | Inf | 56.69%
1010.77/1013.55 c 1014s| 75200 | 1137 | 14444k| 188.1 | 203M | 23 | 750 |9193 |3339 | 14k| 0 | 155k| 22 | 0.000000e+00 | -- | Inf | 56.76%
1011.87/1014.61 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1011.87/1014.61 c 1015s| 75300 | 1136 | 14463k| 188.1 | 203M | 23 | 750 |9138 |3338 | 14k| 1 | 155k| 22 | 0.000000e+00 | -- | Inf | 56.82%
1013.46/1016.23 c 1016s| 75400 | 1136 | 14484k| 188.2 | 203M | 23 | 750 |9100 |3352 | 14k| 1 | 155k| 22 | 0.000000e+00 | -- | Inf | 56.90%
1014.46/1017.25 c 1017s| 75500 | 1133 | 14502k| 188.2 | 203M | 23 | 750 |9059 |3336 | 14k| 0 | 156k| 22 | 0.000000e+00 | -- | Inf | 56.95%
1015.46/1018.22 c 1018s| 75600 | 1131 | 14519k| 188.1 | 203M | 23 | 750 |8992 |3339 | 14k| 0 | 156k| 22 | 0.000000e+00 | -- | Inf | 57.03%
1016.36/1019.18 c 1019s| 75700 | 1131 | 14535k| 188.1 | 203M | 23 | 750 |9065 |3337 | 14k| 0 | 156k| 22 | 0.000000e+00 | -- | Inf | 57.06%
1017.36/1020.13 c 1020s| 75800 | 1126 | 14551k| 188.1 | 203M | 23 | 750 |8984 |3339 | 14k| 0 | 156k| 22 | 0.000000e+00 | -- | Inf | 57.12%
1018.26/1021.06 c 1021s| 75900 | 1121 | 14567k| 188.0 | 203M | 23 | 750 |9083 |3347 | 14k| 1 | 156k| 22 | 0.000000e+00 | -- | Inf | 57.15%
1019.95/1022.75 c 1023s| 76000 | 1124 | 14588k| 188.1 | 203M | 23 | 750 |8872 |3339 | 14k| 1 | 156k| 22 | 0.000000e+00 | -- | Inf | 57.37%
1021.25/1024.04 c 1024s| 76100 | 1122 | 14607k| 188.1 | 203M | 23 | 750 |8877 |3337 | 14k| 0 | 157k| 22 | 0.000000e+00 | -- | Inf | 57.42%
1022.25/1025.00 c 1025s| 76200 | 1120 | 14624k| 188.0 | 203M | 23 | 750 |8945 |3349 | 14k| 0 | 157k| 22 | 0.000000e+00 | -- | Inf | 57.46%
1023.74/1026.59 c 1027s| 76300 | 1112 | 14648k| 188.1 | 203M | 23 | 750 |8887 |3330 | 14k| 1 | 157k| 22 | 0.000000e+00 | -- | Inf | 57.56%
1025.13/1027.90 c 1028s| 76400 | 1113 | 14667k| 188.1 | 203M | 23 | 750 |8881 | 0 | 14k| 0 | 157k| 22 | 0.000000e+00 | -- | Inf | 57.63%
1026.24/1029.07 c 1029s| 76500 | 1114 | 14686k| 188.1 | 203M | 23 | 750 |8879 |3342 | 14k| 0 | 157k| 22 | 0.000000e+00 | -- | Inf | 57.69%
1027.43/1030.21 c 1030s| 76600 | 1110 | 14705k| 188.1 | 203M | 23 | 750 |8822 |3338 | 14k| 1 | 158k| 22 | 0.000000e+00 | -- | Inf | 57.75%
1028.52/1031.35 c 1031s| 76700 | 1108 | 14723k| 188.1 | 203M | 23 | 750 |8724 |3337 | 14k| 0 | 158k| 22 | 0.000000e+00 | -- | Inf | 57.92%
1029.52/1032.36 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1029.52/1032.36 c 1032s| 76800 | 1104 | 14740k| 188.1 | 203M | 23 | 750 |8806 |3337 | 14k| 0 | 158k| 22 | 0.000000e+00 | -- | Inf | 57.98%
1030.52/1033.30 c 1033s| 76900 | 1095 | 14757k| 188.1 | 203M | 23 | 750 |8855 |3344 | 14k| 0 | 158k| 22 | 0.000000e+00 | -- | Inf | 58.02%
1031.81/1034.68 c 1035s| 77000 | 1097 | 14776k| 188.1 | 203M | 23 | 750 |8846 |3339 | 14k| 0 | 158k| 22 | 0.000000e+00 | -- | Inf | 58.16%
1032.91/1035.70 c 1036s| 77100 | 1092 | 14794k| 188.0 | 203M | 23 | 750 |8860 |3338 | 14k| 0 | 158k| 22 | 0.000000e+00 | -- | Inf | 58.26%
1033.71/1036.53 c 1037s| 77200 | 1089 | 14809k| 188.0 | 203M | 23 | 750 |8913 |3336 | 14k| 1 | 159k| 22 | 0.000000e+00 | -- | Inf | 58.30%
1034.81/1037.62 c 1038s| 77300 | 1091 | 14827k| 188.0 | 203M | 23 | 750 |8910 |3341 | 14k| 1 | 159k| 22 | 0.000000e+00 | -- | Inf | 58.35%
1035.80/1038.67 c 1039s| 77400 | 1084 | 14846k| 188.0 | 203M | 23 | 750 |8917 |3341 | 14k| 0 | 159k| 22 | 0.000000e+00 | -- | Inf | 58.44%
1037.00/1039.89 c 1040s| 77500 | 1084 | 14863k| 188.0 | 203M | 23 | 750 |8883 | 0 | 14k| 0 | 159k| 22 | 0.000000e+00 | -- | Inf | 58.54%
1038.00/1040.81 c 1041s| 77600 | 1080 | 14880k| 187.9 | 203M | 23 | 750 |8870 |3343 | 14k| 1 | 159k| 22 | 0.000000e+00 | -- | Inf | 58.59%
1039.00/1041.82 c 1042s| 77700 | 1079 | 14898k| 187.9 | 203M | 23 | 750 |8854 |3337 | 14k| 1 | 160k| 22 | 0.000000e+00 | -- | Inf | 58.65%
1039.99/1042.81 c 1043s| 77800 | 1071 | 14914k| 187.9 | 203M | 23 | 750 |8879 |3338 | 14k| 1 | 160k| 22 | 0.000000e+00 | -- | Inf | 58.72%
1041.09/1043.96 c 1044s| 77900 | 1072 | 14932k| 187.9 | 203M | 23 | 750 |8990 |3335 | 14k| 0 | 160k| 22 | 0.000000e+00 | -- | Inf | 58.76%
1041.99/1044.83 c 1045s| 78000 | 1070 | 14948k| 187.8 | 203M | 23 | 750 |9050 |3338 | 14k| 1 | 160k| 22 | 0.000000e+00 | -- | Inf | 58.81%
1042.99/1045.88 c 1046s| 78100 | 1060 | 14966k| 187.8 | 203M | 23 | 750 |9052 |3338 | 14k| 1 | 160k| 22 | 0.000000e+00 | -- | Inf | 58.89%
1044.19/1047.01 c 1047s| 78200 | 1053 | 14984k| 187.8 | 203M | 23 | 750 |8976 |3343 | 14k| 0 | 160k| 22 | 0.000000e+00 | -- | Inf | 58.95%
1045.29/1048.16 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1045.29/1048.16 c 1048s| 78300 | 1045 | 15002k| 187.8 | 203M | 23 | 750 |8920 |3346 | 14k| 0 | 161k| 22 | 0.000000e+00 | -- | Inf | 59.04%
1046.28/1049.12 c 1049s| 78400 | 1047 | 15020k| 187.8 | 203M | 23 | 750 |8966 |3339 | 14k| 1 | 161k| 22 | 0.000000e+00 | -- | Inf | 59.07%
1047.37/1050.25 c 1050s| 78500 | 1048 | 15037k| 187.8 | 203M | 23 | 750 |8905 |3339 | 14k| 1 | 161k| 22 | 0.000000e+00 | -- | Inf | 59.13%
1048.67/1051.57 c 1052s| 78600 | 1037 | 15057k| 187.8 | 203M | 23 | 750 |8853 |3334 | 14k| 1 | 161k| 22 | 0.000000e+00 | -- | Inf | 59.18%
1049.77/1052.69 c 1053s| 78700 | 1034 | 15076k| 187.8 | 203M | 23 | 750 |8876 |3336 | 14k| 0 | 161k| 22 | 0.000000e+00 | -- | Inf | 59.23%
1050.77/1053.61 c 1054s| 78800 | 1037 | 15092k| 187.8 | 203M | 23 | 750 |8972 |3338 | 14k| 1 | 162k| 22 | 0.000000e+00 | -- | Inf | 59.26%
1051.56/1054.42 c 1054s| 78900 | 1033 | 15107k| 187.7 | 203M | 23 | 750 |9050 |3344 | 14k| 1 | 162k| 22 | 0.000000e+00 | -- | Inf | 59.29%
1052.56/1055.43 c 1055s| 79000 | 1033 | 15124k| 187.7 | 203M | 23 | 750 |9102 |3334 | 14k| 1 | 162k| 22 | 0.000000e+00 | -- | Inf | 59.33%
1053.46/1056.38 c 1056s| 79100 | 1032 | 15140k| 187.7 | 203M | 23 | 750 |9081 |3344 | 14k| 1 | 162k| 22 | 0.000000e+00 | -- | Inf | 59.37%
1054.56/1057.43 c 1057s| 79200 | 1028 | 15158k| 187.7 | 203M | 23 | 750 |9152 |3338 | 14k| 0 | 162k| 22 | 0.000000e+00 | -- | Inf | 59.40%
1055.55/1058.43 c 1058s| 79300 | 1024 | 15175k| 187.6 | 203M | 23 | 750 |9153 |3341 | 14k| 0 | 162k| 22 | 0.000000e+00 | -- | Inf | 59.44%
1056.55/1059.44 c 1059s| 79400 | 1023 | 15192k| 187.6 | 203M | 23 | 750 |9148 |3340 | 14k| 1 | 163k| 22 | 0.000000e+00 | -- | Inf | 59.51%
1057.55/1060.40 c 1060s| 79500 | 1023 | 15209k| 187.6 | 203M | 23 | 750 |9181 | 0 | 14k| 0 | 163k| 22 | 0.000000e+00 | -- | Inf | 59.54%
1058.45/1061.39 c 1061s| 79600 | 1014 | 15226k| 187.6 | 203M | 23 | 750 |9112 |3344 | 14k| 1 | 163k| 22 | 0.000000e+00 | -- | Inf | 59.63%
1059.54/1062.49 c 1062s| 79700 | 1009 | 15243k| 187.6 | 203M | 23 | 750 |9099 |3337 | 14k| 1 | 163k| 22 | 0.000000e+00 | -- | Inf | 59.70%
1060.94/1063.83 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1060.94/1063.83 c 1064s| 79800 | 1008 | 15262k| 187.6 | 203M | 23 | 750 |8960 |3341 | 14k| 1 | 163k| 22 | 0.000000e+00 | -- | Inf | 59.86%
1062.14/1065.07 c 1065s| 79900 | 1007 | 15283k| 187.6 | 203M | 23 | 750 |8930 | 0 | 14k| 0 | 164k| 22 | 0.000000e+00 | -- | Inf | 59.96%
1063.43/1066.32 c 1066s| 80000 | 1001 | 15304k| 187.6 | 203M | 23 | 750 |8998 |3339 | 14k| 1 | 164k| 22 | 0.000000e+00 | -- | Inf | 60.08%
1064.63/1067.55 c 1068s| 80100 | 1004 | 15323k| 187.6 | 203M | 23 | 750 |8918 |3340 | 14k| 1 | 164k| 22 | 0.000000e+00 | -- | Inf | 60.13%
1065.73/1068.68 c 1069s| 80200 | 1006 | 15341k| 187.6 | 203M | 23 | 750 |8945 |3337 | 14k| 1 | 164k| 22 | 0.000000e+00 | -- | Inf | 60.17%
1066.72/1069.65 c 1070s| 80300 | 1003 | 15359k| 187.6 | 203M | 23 | 750 |8976 |3341 | 14k| 0 | 164k| 22 | 0.000000e+00 | -- | Inf | 60.22%
1067.92/1070.83 c 1071s| 80400 | 1004 | 15377k| 187.6 | 203M | 23 | 750 |9014 |3341 | 14k| 1 | 165k| 22 | 0.000000e+00 | -- | Inf | 60.26%
1068.82/1071.78 c 1072s| 80500 | 1002 | 15393k| 187.6 | 203M | 23 | 750 |9098 |3337 | 14k| 0 | 165k| 22 | 0.000000e+00 | -- | Inf | 60.33%
1069.72/1072.68 c 1073s| 80600 | 999 | 15409k| 187.5 | 203M | 23 | 750 |9162 |3343 | 14k| 1 | 165k| 22 | 0.000000e+00 | -- | Inf | 60.38%
1070.71/1073.68 c 1074s| 80700 | 995 | 15426k| 187.5 | 203M | 23 | 750 |9161 | 0 | 14k| 0 | 165k| 22 | 0.000000e+00 | -- | Inf | 60.47%
1071.71/1074.60 c 1075s| 80800 | 989 | 15443k| 187.5 | 203M | 23 | 750 |9224 |3342 | 14k| 1 | 165k| 22 | 0.000000e+00 | -- | Inf | 60.51%
1072.61/1075.51 c 1076s| 80900 | 988 | 15459k| 187.4 | 203M | 23 | 750 |9213 |3340 | 14k| 1 | 166k| 22 | 0.000000e+00 | -- | Inf | 60.55%
1073.51/1076.45 c 1076s| 81000 | 996 | 15475k| 187.4 | 203M | 23 | 750 |9254 |3340 | 14k| 0 | 166k| 22 | 0.000000e+00 | -- | Inf | 60.59%
1074.30/1077.28 c 1077s| 81100 | 985 | 15490k| 187.4 | 203M | 23 | 750 |9307 |3344 | 14k| 1 | 166k| 22 | 0.000000e+00 | -- | Inf | 60.62%
1075.30/1078.28 c 1078s| 81200 | 978 | 15507k| 187.3 | 203M | 23 | 750 |9292 |3333 | 14k| 0 | 166k| 22 | 0.000000e+00 | -- | Inf | 60.68%
1076.50/1079.45 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1076.50/1079.45 c 1079s| 81300 | 976 | 15526k| 187.3 | 203M | 23 | 750 |9287 |3340 | 14k| 0 | 166k| 22 | 0.000000e+00 | -- | Inf | 60.74%
1077.69/1080.60 c 1081s| 81400 | 976 | 15546k| 187.4 | 203M | 23 | 750 |9274 |3334 | 14k| 1 | 166k| 22 | 0.000000e+00 | -- | Inf | 60.80%
1078.59/1081.58 c 1082s| 81500 | 973 | 15563k| 187.3 | 203M | 23 | 750 |9181 |3338 | 14k| 1 | 167k| 22 | 0.000000e+00 | -- | Inf | 60.89%
1079.49/1082.47 c 1082s| 81600 | 968 | 15578k| 187.3 | 203M | 23 | 750 |9208 |3339 | 14k| 0 | 167k| 22 | 0.000000e+00 | -- | Inf | 60.94%
1080.49/1083.46 c 1083s| 81700 | 964 | 15596k| 187.3 | 203M | 23 | 750 |9207 |3342 | 14k| 0 | 167k| 22 | 0.000000e+00 | -- | Inf | 60.98%
1081.39/1084.39 c 1084s| 81800 | 957 | 15613k| 187.3 | 203M | 23 | 750 |9281 |3336 | 14k| 0 | 167k| 22 | 0.000000e+00 | -- | Inf | 61.05%
1082.58/1085.57 c 1086s| 81900 | 953 | 15631k| 187.3 | 203M | 23 | 750 |9359 |3340 | 14k| 0 | 167k| 22 | 0.000000e+00 | -- | Inf | 61.17%
1083.58/1086.58 c 1087s| 82000 | 953 | 15649k| 187.2 | 203M | 23 | 750 |9327 |3338 | 14k| 1 | 167k| 22 | 0.000000e+00 | -- | Inf | 61.28%
1084.68/1087.61 c 1088s| 82100 | 951 | 15666k| 187.2 | 203M | 23 | 750 |9287 |3339 | 14k| 1 | 168k| 22 | 0.000000e+00 | -- | Inf | 61.34%
1085.67/1088.61 c 1089s| 82200 | 946 | 15682k| 187.2 | 203M | 23 | 750 |9288 |3348 | 14k| 1 | 168k| 22 | 0.000000e+00 | -- | Inf | 61.43%
1086.67/1089.66 c 1090s| 82300 | 947 | 15701k| 187.2 | 203M | 23 | 750 |9320 | 0 | 14k| 0 | 168k| 22 | 0.000000e+00 | -- | Inf | 61.49%
1087.77/1090.74 c 1091s| 82400 | 947 | 15720k| 187.2 | 203M | 23 | 750 |9347 |3338 | 14k| 0 | 168k| 22 | 0.000000e+00 | -- | Inf | 61.52%
1088.67/1091.66 c 1092s| 82500 | 941 | 15736k| 187.2 | 203M | 23 | 750 |9354 |3339 | 14k| 0 | 168k| 22 | 0.000000e+00 | -- | Inf | 61.60%
1089.66/1092.60 c 1093s| 82600 | 934 | 15752k| 187.1 | 203M | 23 | 750 |9303 |3347 | 14k| 0 | 168k| 22 | 0.000000e+00 | -- | Inf | 61.71%
1090.66/1093.66 c 1094s| 82700 | 931 | 15769k| 187.1 | 203M | 23 | 750 |9310 |3338 | 14k| 0 | 169k| 22 | 0.000000e+00 | -- | Inf | 61.74%
1091.66/1094.61 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1091.66/1094.61 c 1095s| 82800 | 926 | 15786k| 187.1 | 203M | 23 | 750 |9317 |3333 | 14k| 0 | 169k| 22 | 0.000000e+00 | -- | Inf | 61.78%
1092.56/1095.55 c 1096s| 82900 | 921 | 15801k| 187.1 | 203M | 23 | 750 |9389 |3329 | 14k| 0 | 169k| 22 | 0.000000e+00 | -- | Inf | 61.84%
1093.75/1096.75 c 1097s| 83000 | 917 | 15820k| 187.0 | 203M | 23 | 750 |9300 |3352 | 14k| 0 | 169k| 22 | 0.000000e+00 | -- | Inf | 61.92%
1094.95/1097.97 c 1098s| 83100 | 920 | 15839k| 187.1 | 203M | 23 | 750 |9241 |3339 | 14k| 0 | 169k| 22 | 0.000000e+00 | -- | Inf | 61.97%
1095.85/1098.87 c 1099s| 83200 | 917 | 15855k| 187.0 | 203M | 23 | 750 |9252 |3336 | 14k| 1 | 169k| 22 | 0.000000e+00 | -- | Inf | 62.03%
1097.15/1100.10 c 1100s| 83300 | 919 | 15874k| 187.0 | 203M | 23 | 750 |9295 |3344 | 14k| 0 | 170k| 22 | 0.000000e+00 | -- | Inf | 62.07%
1098.74/1101.74 c 1102s| 83400 | 919 | 15896k| 187.1 | 203M | 23 | 750 |9131 |3338 | 14k| 0 | 170k| 22 | 0.000000e+00 | -- | Inf | 62.16%
1099.54/1102.53 c 1103s| 83500 | 921 | 15910k| 187.0 | 203M | 23 | 750 |9131 |3339 | 14k| 0 | 170k| 22 | 0.000000e+00 | -- | Inf | 62.23%
1100.54/1103.53 c 1104s| 83600 | 916 | 15926k| 187.0 | 203M | 23 | 750 |9069 |3338 | 14k| 1 | 170k| 22 | 0.000000e+00 | -- | Inf | 62.33%
1101.83/1104.83 c 1105s| 83700 | 915 | 15949k| 187.0 | 203M | 23 | 750 |9012 |3334 | 14k| 1 | 170k| 22 | 0.000000e+00 | -- | Inf | 62.39%
1102.73/1105.76 c 1106s| 83800 | 903 | 15965k| 187.0 | 203M | 23 | 750 |9000 |3336 | 14k| 0 | 171k| 22 | 0.000000e+00 | -- | Inf | 62.45%
1103.73/1106.78 c 1107s| 83900 | 898 | 15984k| 187.0 | 203M | 23 | 750 |9027 |3344 | 14k| 0 | 171k| 22 | 0.000000e+00 | -- | Inf | 62.54%
1104.92/1107.96 c 1108s| 84000 | 894 | 16003k| 187.0 | 203M | 23 | 750 |9019 |3352 | 14k| 1 | 171k| 22 | 0.000000e+00 | -- | Inf | 62.63%
1106.13/1109.19 c 1109s| 84100 | 890 | 16023k| 187.0 | 203M | 23 | 750 |8970 |3340 | 15k| 1 | 171k| 22 | 0.000000e+00 | -- | Inf | 62.80%
1107.02/1110.04 c 1110s| 84200 | 890 | 16038k| 187.0 | 203M | 23 | 750 |9070 |3336 | 15k| 1 | 171k| 22 | 0.000000e+00 | -- | Inf | 62.86%
1108.12/1111.14 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1108.12/1111.14 c 1111s| 84300 | 893 | 16056k| 187.0 | 203M | 23 | 750 |9133 |3340 | 15k| 1 | 172k| 22 | 0.000000e+00 | -- | Inf | 62.89%
1109.31/1112.37 c 1112s| 84400 | 890 | 16076k| 187.0 | 203M | 23 | 750 |9089 |3334 | 15k| 1 | 172k| 22 | 0.000000e+00 | -- | Inf | 62.97%
1110.41/1113.47 c 1113s| 84500 | 894 | 16095k| 187.0 | 203M | 23 | 750 |9175 |3334 | 15k| 0 | 172k| 22 | 0.000000e+00 | -- | Inf | 63.00%
1111.21/1114.29 c 1114s| 84600 | 891 | 16110k| 186.9 | 203M | 23 | 750 |9298 |3334 | 15k| 1 | 172k| 22 | 0.000000e+00 | -- | Inf | 63.02%
1112.21/1115.27 c 1115s| 84700 | 886 | 16128k| 186.9 | 203M | 23 | 750 |9380 |3338 | 15k| 0 | 172k| 22 | 0.000000e+00 | -- | Inf | 63.06%
1113.50/1116.51 c 1117s| 84800 | 895 | 16145k| 186.9 | 203M | 23 | 750 |9344 |3335 | 15k| 1 | 172k| 22 | 0.000000e+00 | -- | Inf | 63.10%
1114.30/1117.39 c 1117s| 84900 | 892 | 16161k| 186.9 | 203M | 23 | 750 |9435 |3340 | 15k| 1 | 173k| 22 | 0.000000e+00 | -- | Inf | 63.13%
1115.50/1118.51 c 1119s| 85000 | 891 | 16180k| 186.9 | 203M | 23 | 750 |9399 |3336 | 15k| 1 | 173k| 22 | 0.000000e+00 | -- | Inf | 63.22%
1116.39/1119.48 c 1119s| 85100 | 883 | 16197k| 186.9 | 203M | 23 | 750 |9368 | 0 | 15k| 0 | 173k| 22 | 0.000000e+00 | -- | Inf | 63.28%
1117.59/1120.65 c 1121s| 85200 | 881 | 16214k| 186.9 | 203M | 23 | 750 |9371 |3342 | 15k| 0 | 173k| 22 | 0.000000e+00 | -- | Inf | 63.52%
1118.39/1121.46 c 1121s| 85300 | 878 | 16229k| 186.8 | 203M | 23 | 750 |9485 |3338 | 15k| 1 | 173k| 22 | 0.000000e+00 | -- | Inf | 63.55%
1119.39/1122.48 c 1122s| 85400 | 879 | 16247k| 186.8 | 203M | 23 | 750 |9524 |3341 | 15k| 1 | 174k| 22 | 0.000000e+00 | -- | Inf | 63.61%
1120.48/1123.51 c 1124s| 85500 | 883 | 16265k| 186.8 | 203M | 23 | 750 |9544 |3338 | 15k| 1 | 174k| 22 | 0.000000e+00 | -- | Inf | 63.63%
1121.28/1124.32 c 1124s| 85600 | 877 | 16281k| 186.8 | 203M | 23 | 750 |9658 |3338 | 15k| 0 | 174k| 22 | 0.000000e+00 | -- | Inf | 63.66%
1122.18/1125.25 c 1125s| 85700 | 868 | 16298k| 186.7 | 203M | 23 | 750 |9722 | 0 | 15k| 0 | 174k| 22 | 0.000000e+00 | -- | Inf | 63.69%
1123.18/1126.26 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1123.18/1126.26 c 1126s| 85800 | 866 | 16317k| 186.7 | 203M | 23 | 750 |9678 |3338 | 15k| 1 | 174k| 22 | 0.000000e+00 | -- | Inf | 63.73%
1124.47/1127.50 c 1128s| 85900 | 865 | 16336k| 186.7 | 203M | 23 | 750 |9650 |3339 | 15k| 0 | 175k| 22 | 0.000000e+00 | -- | Inf | 63.79%
1125.37/1128.49 c 1128s| 86000 | 857 | 16353k| 186.7 | 203M | 23 | 750 |9651 |3336 | 15k| 1 | 175k| 22 | 0.000000e+00 | -- | Inf | 63.83%
1126.97/1130.10 c 1130s| 86100 | 864 | 16376k| 186.8 | 203M | 23 | 750 |9613 |3336 | 15k| 1 | 175k| 22 | 0.000000e+00 | -- | Inf | 63.88%
1128.16/1131.26 c 1131s| 86200 | 859 | 16397k| 186.8 | 203M | 23 | 750 |9598 |3335 | 15k| 0 | 175k| 22 | 0.000000e+00 | -- | Inf | 63.96%
1129.36/1132.45 c 1132s| 86300 | 863 | 16415k| 186.8 | 203M | 23 | 750 |9525 |3341 | 15k| 1 | 175k| 22 | 0.000000e+00 | -- | Inf | 64.02%
1130.66/1133.73 c 1134s| 86400 | 868 | 16434k| 186.8 | 203M | 23 | 750 |9461 |3333 | 15k| 1 | 175k| 22 | 0.000000e+00 | -- | Inf | 64.08%
1131.45/1134.58 c 1135s| 86500 | 866 | 16450k| 186.8 | 203M | 23 | 750 |9523 | 0 | 15k| 0 | 176k| 22 | 0.000000e+00 | -- | Inf | 64.10%
1132.65/1135.70 c 1136s| 86600 | 861 | 16469k| 186.8 | 203M | 23 | 750 |9602 |3337 | 15k| 0 | 176k| 22 | 0.000000e+00 | -- | Inf | 64.14%
1133.55/1136.68 c 1137s| 86700 | 862 | 16485k| 186.7 | 203M | 23 | 750 |9558 |3335 | 15k| 1 | 176k| 22 | 0.000000e+00 | -- | Inf | 64.19%
1134.65/1137.71 c 1138s| 86800 | 866 | 16502k| 186.7 | 203M | 23 | 750 |9590 | 0 | 15k| 0 | 176k| 22 | 0.000000e+00 | -- | Inf | 64.23%
1135.64/1138.75 c 1139s| 86900 | 859 | 16521k| 186.7 | 203M | 23 | 750 |9541 |3341 | 15k| 1 | 176k| 22 | 0.000000e+00 | -- | Inf | 64.31%
1136.64/1139.78 c 1140s| 87000 | 859 | 16537k| 186.7 | 203M | 23 | 750 |9530 |3336 | 15k| 1 | 176k| 22 | 0.000000e+00 | -- | Inf | 64.35%
1137.54/1140.67 c 1141s| 87100 | 858 | 16553k| 186.7 | 203M | 23 | 750 |9554 | 0 | 15k| 0 | 177k| 22 | 0.000000e+00 | -- | Inf | 64.41%
1139.13/1142.26 c 1142s| 87200 | 861 | 16576k| 186.7 | 203M | 23 | 750 |9442 |3338 | 15k| 1 | 177k| 22 | 0.000000e+00 | -- | Inf | 64.49%
1140.23/1143.34 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1140.23/1143.34 c 1143s| 87300 | 858 | 16596k| 186.7 | 203M | 23 | 750 |9430 |3343 | 15k| 0 | 177k| 22 | 0.000000e+00 | -- | Inf | 64.56%
1141.13/1144.26 c 1144s| 87400 | 855 | 16613k| 186.7 | 203M | 23 | 750 |9452 |3342 | 15k| 1 | 177k| 22 | 0.000000e+00 | -- | Inf | 64.65%
1142.53/1145.60 c 1146s| 87500 | 858 | 16632k| 186.7 | 203M | 23 | 750 |9379 |3341 | 15k| 0 | 177k| 22 | 0.000000e+00 | -- | Inf | 64.75%
1143.42/1146.50 c 1147s| 87600 | 858 | 16649k| 186.7 | 203M | 23 | 750 |9457 |3341 | 15k| 1 | 178k| 22 | 0.000000e+00 | -- | Inf | 64.77%
1144.62/1147.78 c 1148s| 87700 | 857 | 16670k| 186.7 | 203M | 23 | 750 |9337 |3338 | 15k| 1 | 178k| 22 | 0.000000e+00 | -- | Inf | 64.85%
1145.92/1149.07 c 1149s| 87800 | 857 | 16687k| 186.7 | 203M | 23 | 750 |9211 |3336 | 15k| 1 | 178k| 22 | 0.000000e+00 | -- | Inf | 65.00%
1146.92/1150.02 c 1150s| 87900 | 849 | 16704k| 186.7 | 203M | 23 | 750 |9286 |3339 | 15k| 1 | 178k| 22 | 0.000000e+00 | -- | Inf | 65.07%
1147.92/1151.07 c 1151s| 88000 | 844 | 16722k| 186.7 | 203M | 23 | 750 |9250 |3341 | 15k| 0 | 178k| 22 | 0.000000e+00 | -- | Inf | 65.14%
1149.01/1152.14 c 1152s| 88100 | 836 | 16742k| 186.7 | 203M | 23 | 750 |9265 |3338 | 15k| 1 | 178k| 22 | 0.000000e+00 | -- | Inf | 65.23%
1150.70/1153.88 c 1154s| 88200 | 839 | 16766k| 186.8 | 203M | 23 | 750 |9068 |3336 | 15k| 1 | 179k| 22 | 0.000000e+00 | -- | Inf | 65.46%
1151.70/1154.88 c 1155s| 88300 | 843 | 16783k| 186.7 | 203M | 23 | 750 |9102 |3339 | 15k| 1 | 179k| 22 | 0.000000e+00 | -- | Inf | 65.53%
1152.60/1155.77 c 1156s| 88400 | 834 | 16798k| 186.7 | 203M | 23 | 750 |9250 |3338 | 15k| 0 | 179k| 22 | 0.000000e+00 | -- | Inf | 65.55%
1153.59/1156.73 c 1157s| 88500 | 836 | 16815k| 186.7 | 203M | 23 | 750 |9288 |3338 | 15k| 0 | 179k| 22 | 0.000000e+00 | -- | Inf | 65.59%
1154.69/1157.83 c 1158s| 88600 | 830 | 16833k| 186.7 | 203M | 23 | 750 |9299 |3338 | 15k| 1 | 179k| 22 | 0.000000e+00 | -- | Inf | 65.64%
1155.59/1158.71 c 1159s| 88700 | 825 | 16847k| 186.6 | 203M | 23 | 750 |9353 | 0 | 15k| 0 | 180k| 22 | 0.000000e+00 | -- | Inf | 65.67%
1156.59/1159.72 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1156.59/1159.72 c 1160s| 88800 | 823 | 16865k| 186.6 | 203M | 23 | 750 |9404 |3344 | 15k| 0 | 180k| 22 | 0.000000e+00 | -- | Inf | 65.74%
1158.18/1161.34 c 1161s| 88900 | 817 | 16889k| 186.7 | 203M | 23 | 750 |9209 |3340 | 15k| 1 | 180k| 22 | 0.000000e+00 | -- | Inf | 65.99%
1159.18/1162.38 c 1162s| 89000 | 821 | 16905k| 186.6 | 203M | 23 | 750 |9246 | 0 | 15k| 0 | 180k| 22 | 0.000000e+00 | -- | Inf | 66.02%
1160.18/1163.31 c 1163s| 89100 | 821 | 16922k| 186.6 | 203M | 23 | 750 |9290 | 0 | 15k| 0 | 180k| 22 | 0.000000e+00 | -- | Inf | 66.08%
1161.17/1164.36 c 1164s| 89200 | 814 | 16941k| 186.6 | 203M | 23 | 750 |9348 |3337 | 15k| 0 | 180k| 22 | 0.000000e+00 | -- | Inf | 66.16%
1162.27/1165.46 c 1165s| 89300 | 815 | 16959k| 186.6 | 203M | 23 | 750 |9285 |3335 | 15k| 1 | 181k| 22 | 0.000000e+00 | -- | Inf | 66.29%
1163.47/1166.60 c 1167s| 89400 | 810 | 16978k| 186.6 | 203M | 23 | 750 |9339 |3342 | 15k| 0 | 181k| 22 | 0.000000e+00 | -- | Inf | 66.37%
1164.87/1168.08 c 1168s| 89500 | 810 | 16999k| 186.6 | 203M | 23 | 750 |9260 |3333 | 15k| 1 | 181k| 22 | 0.000000e+00 | -- | Inf | 66.45%
1166.06/1169.22 c 1169s| 89600 | 823 | 17018k| 186.6 | 203M | 23 | 750 |9342 |3337 | 15k| 1 | 181k| 22 | 0.000000e+00 | -- | Inf | 66.48%
1166.96/1170.19 c 1170s| 89700 | 816 | 17034k| 186.6 | 203M | 23 | 750 |9415 |3337 | 15k| 0 | 181k| 22 | 0.000000e+00 | -- | Inf | 66.54%
1167.96/1171.11 c 1171s| 89800 | 816 | 17050k| 186.6 | 203M | 23 | 750 |9519 |3335 | 15k| 0 | 182k| 22 | 0.000000e+00 | -- | Inf | 66.59%
1168.86/1172.07 c 1172s| 89900 | 803 | 17066k| 186.6 | 203M | 23 | 750 |9415 |3336 | 15k| 0 | 182k| 22 | 0.000000e+00 | -- | Inf | 66.77%
1170.15/1173.36 c 1173s| 90000 | 803 | 17086k| 186.6 | 203M | 23 | 750 |9369 |3340 | 15k| 1 | 182k| 22 | 0.000000e+00 | -- | Inf | 66.86%
1171.15/1174.38 c 1174s| 90100 | 804 | 17105k| 186.6 | 203M | 23 | 750 |9282 |3346 | 15k| 0 | 182k| 22 | 0.000000e+00 | -- | Inf | 66.91%
1172.24/1175.45 c 1175s| 90200 | 805 | 17123k| 186.6 | 203M | 23 | 750 |9201 |3341 | 15k| 1 | 182k| 22 | 0.000000e+00 | -- | Inf | 66.97%
1173.24/1176.45 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1173.24/1176.45 c 1176s| 90300 | 803 | 17140k| 186.6 | 203M | 23 | 750 |9241 |3343 | 15k| 1 | 182k| 22 | 0.000000e+00 | -- | Inf | 67.01%
1173.95/1177.19 c 1177s| 90400 | 799 | 17154k| 186.5 | 203M | 23 | 750 |9334 |3343 | 15k| 0 | 183k| 22 | 0.000000e+00 | -- | Inf | 67.03%
1174.94/1178.15 c 1178s| 90500 | 803 | 17170k| 186.5 | 203M | 23 | 750 |9363 |3338 | 15k| 1 | 183k| 22 | 0.000000e+00 | -- | Inf | 67.08%
1175.84/1179.03 c 1179s| 90600 | 796 | 17187k| 186.5 | 203M | 23 | 750 |9410 |3335 | 15k| 0 | 183k| 22 | 0.000000e+00 | -- | Inf | 67.13%
1176.94/1180.19 c 1180s| 90700 | 794 | 17205k| 186.4 | 203M | 23 | 750 |9438 |3343 | 15k| 1 | 183k| 22 | 0.000000e+00 | -- | Inf | 67.26%
1177.84/1181.06 c 1181s| 90800 | 790 | 17220k| 186.4 | 203M | 23 | 750 |9458 |3338 | 15k| 0 | 183k| 22 | 0.000000e+00 | -- | Inf | 67.32%
1178.93/1182.18 c 1182s| 90900 | 784 | 17239k| 186.4 | 203M | 23 | 750 |9374 |3338 | 15k| 1 | 183k| 22 | 0.000000e+00 | -- | Inf | 67.41%
1180.02/1183.22 c 1183s| 91000 | 782 | 17256k| 186.4 | 203M | 23 | 750 |9389 |3341 | 15k| 0 | 184k| 22 | 0.000000e+00 | -- | Inf | 67.45%
1181.22/1184.47 c 1184s| 91100 | 786 | 17277k| 186.4 | 203M | 23 | 750 |9348 |3340 | 15k| 1 | 184k| 22 | 0.000000e+00 | -- | Inf | 67.56%
1182.32/1185.50 c 1186s| 91200 | 785 | 17294k| 186.4 | 203M | 23 | 750 |9301 |3344 | 15k| 1 | 184k| 22 | 0.000000e+00 | -- | Inf | 67.66%
1183.32/1186.50 c 1186s| 91300 | 790 | 17312k| 186.4 | 203M | 23 | 750 |9367 |3337 | 15k| 1 | 184k| 22 | 0.000000e+00 | -- | Inf | 67.68%
1184.21/1187.45 c 1187s| 91400 | 781 | 17328k| 186.4 | 203M | 23 | 750 |9372 |3337 | 15k| 1 | 184k| 22 | 0.000000e+00 | -- | Inf | 67.74%
1185.31/1188.50 c 1189s| 91500 | 781 | 17346k| 186.4 | 203M | 23 | 750 |9377 |3341 | 16k| 1 | 184k| 22 | 0.000000e+00 | -- | Inf | 67.82%
1186.31/1189.57 c 1190s| 91600 | 785 | 17364k| 186.4 | 203M | 23 | 750 |9478 |3341 | 16k| 1 | 185k| 22 | 0.000000e+00 | -- | Inf | 67.88%
1187.31/1190.57 c 1191s| 91700 | 775 | 17382k| 186.4 | 203M | 23 | 750 |9614 |3341 | 16k| 0 | 185k| 22 | 0.000000e+00 | -- | Inf | 67.91%
1188.10/1191.39 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1188.10/1191.39 c 1191s| 91800 | 779 | 17397k| 186.3 | 203M | 23 | 750 |9700 |3336 | 16k| 0 | 185k| 22 | 0.000000e+00 | -- | Inf | 67.93%
1189.30/1192.55 c 1193s| 91900 | 777 | 17415k| 186.3 | 203M | 23 | 750 |9681 |3339 | 16k| 1 | 185k| 22 | 0.000000e+00 | -- | Inf | 67.99%
1190.40/1193.66 c 1194s| 92000 | 775 | 17435k| 186.3 | 203M | 23 | 750 |9650 |3347 | 16k| 2 | 185k| 22 | 0.000000e+00 | -- | Inf | 68.08%
1191.30/1194.53 c 1195s| 92100 | 769 | 17449k| 186.3 | 203M | 23 | 750 |9615 |3335 | 16k| 1 | 186k| 22 | 0.000000e+00 | -- | Inf | 68.12%
1192.39/1195.60 c 1196s| 92200 | 760 | 17467k| 186.3 | 203M | 23 | 750 |9590 |3322 | 16k| 0 | 186k| 22 | 0.000000e+00 | -- | Inf | 68.18%
1193.69/1197.00 c 1197s| 92300 | 764 | 17485k| 186.3 | 203M | 23 | 750 |9517 | 0 | 16k| 0 | 186k| 22 | 0.000000e+00 | -- | Inf | 68.38%
1195.09/1198.35 c 1198s| 92400 | 767 | 17502k| 186.2 | 203M | 23 | 750 |9386 |3345 | 16k| 1 | 186k| 22 | 0.000000e+00 | -- | Inf | 68.55%
1196.28/1199.53 c 1200s| 92500 | 764 | 17521k| 186.2 | 203M | 23 | 750 |9453 |3345 | 16k| 0 | 186k| 22 | 0.000000e+00 | -- | Inf | 68.62%
1197.38/1200.64 c 1201s| 92600 | 763 | 17541k| 186.3 | 203M | 23 | 750 |9546 |3340 | 16k| 0 | 186k| 22 | 0.000000e+00 | -- | Inf | 68.69%
1198.48/1201.72 c 1202s| 92700 | 760 | 17558k| 186.2 | 203M | 23 | 750 |9401 |3341 | 16k| 0 | 187k| 22 | 0.000000e+00 | -- | Inf | 68.82%
1199.37/1202.69 c 1203s| 92800 | 753 | 17575k| 186.2 | 203M | 23 | 750 |9465 |3340 | 16k| 0 | 187k| 22 | 0.000000e+00 | -- | Inf | 68.86%
1200.47/1203.71 c 1204s| 92900 | 751 | 17591k| 186.2 | 203M | 23 | 750 |9382 | 0 | 16k| 0 | 187k| 22 | 0.000000e+00 | -- | Inf | 68.96%
1201.57/1204.86 c 1205s| 93000 | 737 | 17610k| 186.2 | 203M | 23 | 750 |9377 |3347 | 16k| 1 | 187k| 22 | 0.000000e+00 | -- | Inf | 69.09%
1202.77/1206.08 c 1206s| 93100 | 735 | 17629k| 186.2 | 203M | 23 | 750 |9352 |3336 | 16k| 1 | 187k| 22 | 0.000000e+00 | -- | Inf | 69.16%
1203.77/1207.05 c 1207s| 93200 | 733 | 17647k| 186.2 | 203M | 23 | 750 |9389 |3336 | 16k| 1 | 188k| 22 | 0.000000e+00 | -- | Inf | 69.19%
1204.87/1208.12 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1204.87/1208.12 c 1208s| 93300 | 730 | 17666k| 186.2 | 203M | 23 | 750 |9394 |3341 | 16k| 1 | 188k| 22 | 0.000000e+00 | -- | Inf | 69.28%
1205.76/1209.05 c 1209s| 93400 | 727 | 17683k| 186.2 | 203M | 23 | 750 |9431 |3336 | 16k| 0 | 188k| 22 | 0.000000e+00 | -- | Inf | 69.32%
1206.66/1209.98 c 1210s| 93500 | 723 | 17700k| 186.2 | 203M | 23 | 750 |9416 |3336 | 16k| 0 | 188k| 22 | 0.000000e+00 | -- | Inf | 69.36%
1207.95/1211.26 c 1211s| 93600 | 724 | 17720k| 186.2 | 203M | 23 | 750 |9301 |3348 | 16k| 2 | 188k| 22 | 0.000000e+00 | -- | Inf | 69.46%
1209.05/1212.39 c 1212s| 93700 | 723 | 17738k| 186.2 | 203M | 23 | 750 |9309 |3341 | 16k| 1 | 188k| 22 | 0.000000e+00 | -- | Inf | 69.50%
1209.95/1213.26 c 1213s| 93800 | 721 | 17753k| 186.1 | 203M | 23 | 750 |9247 |3336 | 16k| 1 | 189k| 22 | 0.000000e+00 | -- | Inf | 69.57%
1210.94/1214.24 c 1214s| 93900 | 717 | 17771k| 186.1 | 203M | 23 | 750 |9217 |3343 | 16k| 1 | 189k| 22 | 0.000000e+00 | -- | Inf | 69.63%
1212.04/1215.33 c 1215s| 94000 | 711 | 17791k| 186.1 | 203M | 23 | 750 |9172 |3334 | 16k| 1 | 189k| 22 | 0.000000e+00 | -- | Inf | 69.70%
1213.14/1216.49 c 1216s| 94100 | 707 | 17812k| 186.2 | 203M | 23 | 750 |9189 |3334 | 16k| 0 | 189k| 22 | 0.000000e+00 | -- | Inf | 69.76%
1214.14/1217.48 c 1217s| 94200 | 707 | 17828k| 186.1 | 203M | 23 | 750 |9221 |3332 | 16k| 1 | 189k| 22 | 0.000000e+00 | -- | Inf | 69.79%
1215.13/1218.47 c 1218s| 94300 | 704 | 17846k| 186.1 | 203M | 23 | 750 |9240 |3338 | 16k| 0 | 189k| 22 | 0.000000e+00 | -- | Inf | 69.84%
1216.23/1219.58 c 1220s| 94400 | 705 | 17863k| 186.1 | 203M | 23 | 750 |9225 |3333 | 16k| 0 | 190k| 22 | 0.000000e+00 | -- | Inf | 69.89%
1217.13/1220.48 c 1220s| 94500 | 702 | 17880k| 186.1 | 203M | 23 | 750 |9292 |3338 | 16k| 1 | 190k| 22 | 0.000000e+00 | -- | Inf | 69.95%
1218.03/1221.32 c 1221s| 94600 | 711 | 17894k| 186.1 | 203M | 23 | 750 |9313 |3341 | 16k| 1 | 190k| 22 | 0.000000e+00 | -- | Inf | 69.96%
1219.02/1222.36 c 1222s| 94700 | 701 | 17913k| 186.1 | 203M | 23 | 750 |9352 |3338 | 16k| 2 | 190k| 22 | 0.000000e+00 | -- | Inf | 70.01%
1220.22/1223.55 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1220.22/1223.55 c 1224s| 94800 | 703 | 17932k| 186.1 | 203M | 23 | 750 |9352 |3344 | 16k| 1 | 190k| 22 | 0.000000e+00 | -- | Inf | 70.14%
1221.22/1224.53 c 1225s| 94900 | 700 | 17949k| 186.1 | 203M | 23 | 750 |9417 |3335 | 16k| 1 | 190k| 22 | 0.000000e+00 | -- | Inf | 70.19%
1222.12/1225.48 c 1225s| 95000 | 698 | 17967k| 186.0 | 203M | 23 | 750 |9419 |3342 | 16k| 1 | 191k| 22 | 0.000000e+00 | -- | Inf | 70.25%
1223.21/1226.50 c 1226s| 95100 | 696 | 17982k| 186.0 | 203M | 23 | 750 |9411 |3347 | 16k| 1 | 191k| 22 | 0.000000e+00 | -- | Inf | 70.32%
1224.11/1227.44 c 1227s| 95200 | 694 | 17999k| 186.0 | 203M | 23 | 750 |9415 |3342 | 16k| 1 | 191k| 22 | 0.000000e+00 | -- | Inf | 70.37%
1225.21/1228.59 c 1229s| 95300 | 697 | 18019k| 186.0 | 203M | 23 | 750 |9426 |3344 | 16k| 0 | 191k| 22 | 0.000000e+00 | -- | Inf | 70.42%
1226.10/1229.44 c 1229s| 95400 | 693 | 18034k| 186.0 | 203M | 23 | 750 |9492 |3344 | 16k| 0 | 191k| 22 | 0.000000e+00 | -- | Inf | 70.44%
1226.90/1230.27 c 1230s| 95500 | 691 | 18050k| 185.9 | 203M | 23 | 750 |9631 |3344 | 16k| 0 | 192k| 22 | 0.000000e+00 | -- | Inf | 70.45%
1227.81/1231.12 c 1231s| 95600 | 692 | 18066k| 185.9 | 203M | 23 | 750 |9759 | 0 | 16k| 0 | 192k| 22 | 0.000000e+00 | -- | Inf | 70.47%
1229.00/1232.35 c 1232s| 95700 | 698 | 18086k| 185.9 | 203M | 23 | 750 |9774 |3344 | 16k| 1 | 192k| 22 | 0.000000e+00 | -- | Inf | 70.52%
1229.89/1233.23 c 1233s| 95800 | 697 | 18102k| 185.9 | 203M | 23 | 750 |9852 |3337 | 16k| 1 | 192k| 22 | 0.000000e+00 | -- | Inf | 70.55%
1230.89/1234.22 c 1234s| 95900 | 692 | 18117k| 185.9 | 203M | 23 | 750 |9966 |3335 | 16k| 0 | 192k| 22 | 0.000000e+00 | -- | Inf | 70.62%
1231.79/1235.17 c 1235s| 96000 | 687 | 18135k| 185.9 | 203M | 23 | 750 | 10k|3335 | 16k| 1 | 193k| 22 | 0.000000e+00 | -- | Inf | 70.66%
1232.59/1235.99 c 1236s| 96100 | 688 | 18151k| 185.8 | 203M | 23 | 750 | 10k|3338 | 16k| 1 | 193k| 22 | 0.000000e+00 | -- | Inf | 70.75%
1233.59/1236.95 c 1237s| 96200 | 684 | 18169k| 185.8 | 203M | 23 | 750 | 10k|3341 | 16k| 1 | 193k| 22 | 0.000000e+00 | -- | Inf | 70.79%
1234.48/1237.82 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1234.48/1237.82 c 1238s| 96300 | 679 | 18185k| 185.8 | 203M | 23 | 750 | 10k| 0 | 16k| 0 | 193k| 22 | 0.000000e+00 | -- | Inf | 70.85%
1235.88/1239.21 c 1239s| 96400 | 680 | 18205k| 185.8 | 203M | 23 | 750 |9870 |3341 | 16k| 1 | 193k| 22 | 0.000000e+00 | -- | Inf | 70.98%
1236.87/1240.24 c 1240s| 96500 | 678 | 18223k| 185.8 | 203M | 23 | 750 |9838 |3335 | 16k| 1 | 193k| 22 | 0.000000e+00 | -- | Inf | 71.07%
1237.78/1241.12 c 1241s| 96600 | 673 | 18239k| 185.8 | 203M | 23 | 750 |9836 |3334 | 16k| 0 | 193k| 22 | 0.000000e+00 | -- | Inf | 71.13%
1238.78/1242.10 c 1242s| 96700 | 672 | 18257k| 185.8 | 203M | 23 | 750 |9827 |3339 | 16k| 0 | 194k| 22 | 0.000000e+00 | -- | Inf | 71.18%
1239.97/1243.32 c 1243s| 96800 | 669 | 18277k| 185.8 | 203M | 23 | 750 |9783 |3335 | 16k| 0 | 194k| 22 | 0.000000e+00 | -- | Inf | 71.23%
1240.77/1244.12 c 1244s| 96900 | 666 | 18293k| 185.8 | 203M | 23 | 750 |9879 |3341 | 16k| 0 | 194k| 22 | 0.000000e+00 | -- | Inf | 71.26%
1241.86/1245.22 c 1245s| 97000 | 664 | 18310k| 185.7 | 203M | 23 | 750 |9854 |3340 | 16k| 1 | 194k| 22 | 0.000000e+00 | -- | Inf | 71.34%
1242.96/1246.39 c 1246s| 97100 | 672 | 18330k| 185.8 | 203M | 23 | 750 |9873 |3340 | 16k| 1 | 194k| 22 | 0.000000e+00 | -- | Inf | 71.41%
1243.96/1247.35 c 1247s| 97200 | 663 | 18347k| 185.7 | 203M | 23 | 750 |9940 |3336 | 16k| 0 | 195k| 22 | 0.000000e+00 | -- | Inf | 71.46%
1245.05/1248.46 c 1248s| 97300 | 664 | 18368k| 185.8 | 203M | 23 | 750 |9936 |3336 | 16k| 0 | 195k| 22 | 0.000000e+00 | -- | Inf | 71.53%
1246.05/1249.43 c 1249s| 97400 | 664 | 18386k| 185.8 | 203M | 23 | 750 |9993 |3340 | 16k| 0 | 195k| 22 | 0.000000e+00 | -- | Inf | 71.57%
1246.95/1250.39 c 1250s| 97500 | 660 | 18405k| 185.8 | 203M | 23 | 750 | 10k|3339 | 16k| 0 | 195k| 22 | 0.000000e+00 | -- | Inf | 71.61%
1248.15/1251.53 c 1252s| 97600 | 659 | 18424k| 185.8 | 203M | 23 | 750 | 10k|3339 | 16k| 0 | 195k| 22 | 0.000000e+00 | -- | Inf | 71.66%
1248.94/1252.39 c 1252s| 97700 | 654 | 18440k| 185.7 | 203M | 23 | 750 | 10k|3345 | 16k| 1 | 195k| 22 | 0.000000e+00 | -- | Inf | 71.69%
1250.14/1253.52 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1250.14/1253.52 c 1254s| 97800 | 657 | 18458k| 185.7 | 203M | 23 | 750 | 10k|3342 | 16k| 1 | 196k| 22 | 0.000000e+00 | -- | Inf | 71.74%
1251.34/1254.72 c 1255s| 97900 | 654 | 18478k| 185.8 | 203M | 23 | 750 |9983 |3342 | 16k| 0 | 196k| 22 | 0.000000e+00 | -- | Inf | 71.83%
1252.24/1255.66 c 1256s| 98000 | 650 | 18495k| 185.7 | 203M | 23 | 750 |9997 |3336 | 16k| 0 | 196k| 22 | 0.000000e+00 | -- | Inf | 71.86%
1253.33/1256.70 c 1257s| 98100 | 647 | 18513k| 185.7 | 203M | 23 | 750 | 10k|3347 | 16k| 0 | 196k| 22 | 0.000000e+00 | -- | Inf | 71.93%
1254.43/1257.85 c 1258s| 98200 | 649 | 18531k| 185.7 | 203M | 23 | 750 |9838 | 0 | 16k| 0 | 196k| 22 | 0.000000e+00 | -- | Inf | 72.02%
1255.82/1259.27 c 1259s| 98300 | 651 | 18549k| 185.7 | 203M | 23 | 750 |9540 |3338 | 16k| 0 | 196k| 22 | 0.000000e+00 | -- | Inf | 72.31%
1257.22/1260.61 c 1261s| 98400 | 646 | 18567k| 185.7 | 203M | 23 | 750 |9475 |3343 | 16k| 0 | 197k| 22 | 0.000000e+00 | -- | Inf | 72.57%
1258.42/1261.84 c 1262s| 98500 | 648 | 18587k| 185.7 | 203M | 23 | 750 |9397 |3345 | 16k| 0 | 197k| 22 | 0.000000e+00 | -- | Inf | 72.63%
1259.82/1263.24 c 1263s| 98600 | 649 | 18608k| 185.8 | 203M | 23 | 750 |9416 |3340 | 16k| 0 | 197k| 22 | 0.000000e+00 | -- | Inf | 72.68%
1260.81/1264.20 c 1264s| 98700 | 652 | 18627k| 185.8 | 203M | 23 | 750 |9470 |3334 | 16k| 1 | 197k| 22 | 0.000000e+00 | -- | Inf | 72.71%
1261.62/1265.07 c 1265s| 98800 | 650 | 18644k| 185.7 | 203M | 23 | 750 |9533 |3334 | 16k| 1 | 197k| 22 | 0.000000e+00 | -- | Inf | 72.74%
1262.71/1266.18 c 1266s| 98900 | 643 | 18662k| 185.7 | 203M | 23 | 750 |9433 |3336 | 16k| 0 | 197k| 22 | 0.000000e+00 | -- | Inf | 72.88%
1263.71/1267.15 c 1267s| 99000 | 641 | 18679k| 185.7 | 203M | 23 | 750 |9471 |3344 | 16k| 0 | 198k| 22 | 0.000000e+00 | -- | Inf | 72.93%
1264.61/1268.06 c 1268s| 99100 | 640 | 18695k| 185.7 | 203M | 23 | 750 |9492 | 0 | 16k| 0 | 198k| 22 | 0.000000e+00 | -- | Inf | 72.98%
1265.50/1268.98 c 1269s| 99200 | 638 | 18712k| 185.7 | 203M | 23 | 750 |9513 |3345 | 16k| 0 | 198k| 22 | 0.000000e+00 | -- | Inf | 73.02%
1266.60/1270.02 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1266.60/1270.02 c 1270s| 99300 | 636 | 18730k| 185.7 | 203M | 23 | 750 |9618 |3343 | 16k| 0 | 198k| 22 | 0.000000e+00 | -- | Inf | 73.06%
1267.50/1271.00 c 1271s| 99400 | 636 | 18747k| 185.7 | 203M | 23 | 750 |9597 |3338 | 16k| 1 | 198k| 22 | 0.000000e+00 | -- | Inf | 73.10%
1268.39/1271.86 c 1272s| 99500 | 630 | 18763k| 185.6 | 203M | 23 | 750 |9670 |3336 | 16k| 0 | 199k| 22 | 0.000000e+00 | -- | Inf | 73.13%
1269.29/1272.77 c 1273s| 99600 | 632 | 18780k| 185.6 | 203M | 23 | 750 |9712 |3339 | 16k| 1 | 199k| 22 | 0.000000e+00 | -- | Inf | 73.16%
1270.19/1273.65 c 1274s| 99700 | 634 | 18796k| 185.6 | 203M | 23 | 750 |9774 |3339 | 16k| 0 | 199k| 22 | 0.000000e+00 | -- | Inf | 73.20%
1271.38/1274.82 c 1275s| 99800 | 629 | 18817k| 185.6 | 203M | 23 | 750 |9837 |3338 | 16k| 0 | 199k| 22 | 0.000000e+00 | -- | Inf | 73.26%
1272.18/1275.68 c 1276s| 99900 | 624 | 18832k| 185.6 | 203M | 23 | 750 |9843 |3337 | 16k| 1 | 199k| 22 | 0.000000e+00 | -- | Inf | 73.36%
1273.18/1276.61 c 1277s|100000 | 621 | 18849k| 185.6 | 203M | 23 | 750 |9838 |3340 | 16k| 1 | 199k| 22 | 0.000000e+00 | -- | Inf | 73.42%
1274.18/1277.66 c 1278s|100100 | 618 | 18868k| 185.6 | 203M | 23 | 750 |9791 |3341 | 16k| 1 | 200k| 22 | 0.000000e+00 | -- | Inf | 73.49%
1275.17/1278.63 c 1279s|100200 | 610 | 18885k| 185.6 | 203M | 23 | 750 |9766 |3342 | 16k| 1 | 200k| 22 | 0.000000e+00 | -- | Inf | 73.57%
1276.07/1279.59 c 1280s|100300 | 610 | 18901k| 185.5 | 203M | 23 | 750 |9748 |3338 | 16k| 1 | 200k| 22 | 0.000000e+00 | -- | Inf | 73.61%
1276.97/1280.47 c 1280s|100400 | 603 | 18917k| 185.5 | 203M | 23 | 750 |9914 |3343 | 16k| 0 | 200k| 22 | 0.000000e+00 | -- | Inf | 73.63%
1278.07/1281.54 c 1282s|100500 | 610 | 18933k| 185.5 | 205M | 23 | 750 |9967 |3329 | 16k| 0 | 200k| 22 | 0.000000e+00 | -- | Inf | 73.67%
1278.97/1282.44 c 1282s|100600 | 604 | 18950k| 185.5 | 205M | 23 | 750 | 10k|3340 | 16k| 1 | 200k| 22 | 0.000000e+00 | -- | Inf | 73.74%
1279.86/1283.39 c 1283s|100700 | 599 | 18967k| 185.4 | 205M | 23 | 750 | 10k|3337 | 16k| 1 | 201k| 22 | 0.000000e+00 | -- | Inf | 73.81%
1280.86/1284.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1280.86/1284.31 c 1284s|100800 | 595 | 18984k| 185.4 | 205M | 23 | 750 | 10k|3344 | 16k| 1 | 201k| 22 | 0.000000e+00 | -- | Inf | 73.84%
1281.76/1285.26 c 1285s|100900 | 595 | 19000k| 185.4 | 205M | 23 | 750 | 10k| 0 | 16k| 0 | 201k| 22 | 0.000000e+00 | -- | Inf | 73.89%
1282.75/1286.21 c 1286s|101000 | 588 | 19018k| 185.4 | 205M | 23 | 750 | 10k|3346 | 16k| 1 | 201k| 22 | 0.000000e+00 | -- | Inf | 73.92%
1283.85/1287.39 c 1287s|101100 | 592 | 19034k| 185.4 | 205M | 23 | 750 | 10k|3336 | 17k| 1 | 201k| 22 | 0.000000e+00 | -- | Inf | 73.96%
1284.95/1288.48 c 1288s|101200 | 589 | 19053k| 185.4 | 205M | 23 | 750 | 10k|3338 | 17k| 1 | 202k| 22 | 0.000000e+00 | -- | Inf | 74.00%
1285.95/1289.41 c 1289s|101300 | 586 | 19071k| 185.4 | 205M | 23 | 750 | 10k|3334 | 17k| 1 | 202k| 22 | 0.000000e+00 | -- | Inf | 74.05%
1286.94/1290.42 c 1290s|101400 | 580 | 19089k| 185.4 | 205M | 23 | 750 | 10k|3334 | 17k| 0 | 202k| 22 | 0.000000e+00 | -- | Inf | 74.15%
1288.14/1291.66 c 1292s|101500 | 583 | 19109k| 185.4 | 205M | 23 | 750 | 10k|3344 | 17k| 0 | 202k| 22 | 0.000000e+00 | -- | Inf | 74.19%
1289.04/1292.56 c 1293s|101600 | 580 | 19126k| 185.4 | 205M | 23 | 750 | 10k|3345 | 17k| 1 | 202k| 22 | 0.000000e+00 | -- | Inf | 74.23%
1290.24/1293.76 c 1294s|101700 | 579 | 19144k| 185.4 | 205M | 23 | 750 | 10k|3338 | 17k| 1 | 202k| 22 | 0.000000e+00 | -- | Inf | 74.27%
1291.33/1294.88 c 1295s|101800 | 581 | 19164k| 185.4 | 205M | 23 | 750 | 10k|3338 | 17k| 0 | 203k| 22 | 0.000000e+00 | -- | Inf | 74.29%
1292.43/1295.98 c 1296s|101900 | 583 | 19183k| 185.4 | 205M | 23 | 750 | 10k|3346 | 17k| 0 | 203k| 22 | 0.000000e+00 | -- | Inf | 74.32%
1293.73/1297.22 c 1297s|102000 | 588 | 19203k| 185.4 | 205M | 23 | 750 | 10k| 0 | 17k| 0 | 203k| 22 | 0.000000e+00 | -- | Inf | 74.38%
1294.63/1298.11 c 1298s|102100 | 582 | 19220k| 185.4 | 205M | 23 | 750 | 10k|3335 | 17k| 0 | 203k| 22 | 0.000000e+00 | -- | Inf | 74.43%
1295.92/1299.41 c 1299s|102200 | 577 | 19239k| 185.4 | 205M | 23 | 750 | 10k|3337 | 17k| 0 | 203k| 22 | 0.000000e+00 | -- | Inf | 74.62%
1296.92/1300.40 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1296.92/1300.40 c 1300s|102300 | 572 | 19256k| 185.4 | 205M | 23 | 750 | 10k| 0 | 17k| 0 | 204k| 22 | 0.000000e+00 | -- | Inf | 74.67%
1298.41/1301.96 c 1302s|102400 | 580 | 19276k| 185.4 | 205M | 23 | 750 |9947 |3332 | 17k| 1 | 204k| 22 | 0.000000e+00 | -- | Inf | 74.76%
1299.52/1303.04 c 1303s|102500 | 575 | 19294k| 185.4 | 205M | 23 | 750 |9944 |3334 | 17k| 1 | 204k| 22 | 0.000000e+00 | -- | Inf | 74.86%
1300.31/1303.89 c 1304s|102600 | 575 | 19310k| 185.4 | 205M | 23 | 750 | 10k|3334 | 17k| 1 | 204k| 22 | 0.000000e+00 | -- | Inf | 74.89%
1301.41/1304.96 c 1305s|102700 | 571 | 19330k| 185.4 | 205M | 23 | 750 | 10k|3344 | 17k| 1 | 204k| 22 | 0.000000e+00 | -- | Inf | 74.96%
1302.51/1306.01 c 1306s|102800 | 567 | 19347k| 185.4 | 205M | 23 | 750 | 10k|3344 | 17k| 0 | 204k| 22 | 0.000000e+00 | -- | Inf | 75.02%
1303.40/1306.97 c 1307s|102900 | 565 | 19363k| 185.3 | 205M | 23 | 750 | 10k|3340 | 17k| 0 | 205k| 22 | 0.000000e+00 | -- | Inf | 75.08%
1304.60/1308.11 c 1308s|103000 | 567 | 19382k| 185.3 | 205M | 23 | 750 | 10k|3339 | 17k| 1 | 205k| 22 | 0.000000e+00 | -- | Inf | 75.11%
1305.60/1309.13 c 1309s|103100 | 565 | 19399k| 185.3 | 205M | 23 | 750 | 10k|3339 | 17k| 1 | 205k| 22 | 0.000000e+00 | -- | Inf | 75.18%
1306.60/1310.16 c 1310s|103200 | 559 | 19418k| 185.3 | 205M | 23 | 750 | 10k|3339 | 17k| 1 | 205k| 22 | 0.000000e+00 | -- | Inf | 75.25%
1307.59/1311.18 c 1311s|103300 | 561 | 19435k| 185.3 | 205M | 23 | 750 | 10k|3339 | 17k| 1 | 205k| 22 | 0.000000e+00 | -- | Inf | 75.28%
1308.59/1312.16 c 1312s|103400 | 566 | 19452k| 185.3 | 205M | 23 | 750 | 10k|3339 | 17k| 1 | 205k| 22 | 0.000000e+00 | -- | Inf | 75.30%
1309.49/1313.09 c 1313s|103500 | 561 | 19469k| 185.3 | 205M | 23 | 750 | 10k|3338 | 17k| 0 | 206k| 22 | 0.000000e+00 | -- | Inf | 75.35%
1310.38/1313.99 c 1314s|103600 | 558 | 19485k| 185.3 | 205M | 23 | 750 | 10k|3341 | 17k| 0 | 206k| 22 | 0.000000e+00 | -- | Inf | 75.38%
1311.28/1314.88 c 1315s|103700 | 560 | 19502k| 185.2 | 205M | 23 | 750 | 10k|3341 | 17k| 1 | 206k| 22 | 0.000000e+00 | -- | Inf | 75.41%
1312.18/1315.79 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1312.18/1315.79 c 1316s|103800 | 556 | 19518k| 185.2 | 205M | 23 | 750 | 10k|3340 | 17k| 0 | 206k| 22 | 0.000000e+00 | -- | Inf | 75.45%
1313.17/1316.71 c 1317s|103900 | 552 | 19535k| 185.2 | 205M | 23 | 750 | 10k| 0 | 17k| 0 | 206k| 22 | 0.000000e+00 | -- | Inf | 75.49%
1314.17/1317.79 c 1318s|104000 | 552 | 19553k| 185.2 | 205M | 23 | 750 | 10k|3337 | 17k| 1 | 207k| 22 | 0.000000e+00 | -- | Inf | 75.55%
1315.47/1319.02 c 1319s|104100 | 552 | 19572k| 185.2 | 205M | 23 | 750 | 10k|3338 | 17k| 0 | 207k| 22 | 0.000000e+00 | -- | Inf | 75.59%
1316.37/1320.00 c 1320s|104200 | 551 | 19589k| 185.2 | 205M | 23 | 750 | 10k|3344 | 17k| 1 | 207k| 22 | 0.000000e+00 | -- | Inf | 75.62%
1317.47/1321.08 c 1321s|104300 | 550 | 19606k| 185.2 | 205M | 23 | 750 | 10k|3343 | 17k| 1 | 207k| 22 | 0.000000e+00 | -- | Inf | 75.76%
1318.47/1322.01 c 1322s|104400 | 553 | 19623k| 185.2 | 205M | 23 | 750 | 10k|3343 | 17k| 1 | 207k| 22 | 0.000000e+00 | -- | Inf | 75.79%
1319.26/1322.87 c 1323s|104500 | 542 | 19638k| 185.1 | 205M | 23 | 750 | 10k|3339 | 17k| 0 | 207k| 22 | 0.000000e+00 | -- | Inf | 75.85%
1320.36/1323.94 c 1324s|104600 | 544 | 19657k| 185.1 | 205M | 23 | 750 | 10k|3341 | 17k| 0 | 208k| 22 | 0.000000e+00 | -- | Inf | 75.95%
1321.25/1324.87 c 1325s|104700 | 538 | 19674k| 185.1 | 205M | 23 | 750 | 10k|3336 | 17k| 1 | 208k| 22 | 0.000000e+00 | -- | Inf | 75.99%
1322.35/1325.92 c 1326s|104800 | 538 | 19692k| 185.1 | 205M | 23 | 750 | 10k|3342 | 17k| 1 | 208k| 22 | 0.000000e+00 | -- | Inf | 76.05%
1323.45/1327.08 c 1327s|104900 | 533 | 19711k| 185.1 | 205M | 23 | 750 | 10k|3344 | 17k| 0 | 208k| 22 | 0.000000e+00 | -- | Inf | 76.11%
1324.84/1328.41 c 1328s|105000 | 537 | 19730k| 185.1 | 205M | 23 | 750 | 10k|3343 | 17k| 0 | 208k| 22 | 0.000000e+00 | -- | Inf | 76.27%
1325.74/1329.37 c 1329s|105100 | 535 | 19748k| 185.1 | 205M | 23 | 750 | 10k|3340 | 17k| 1 | 208k| 22 | 0.000000e+00 | -- | Inf | 76.32%
1326.74/1330.38 c 1330s|105200 | 532 | 19765k| 185.1 | 205M | 23 | 750 | 10k| 0 | 17k| 0 | 209k| 22 | 0.000000e+00 | -- | Inf | 76.42%
1327.64/1331.21 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1327.64/1331.21 c 1331s|105300 | 530 | 19780k| 185.1 | 205M | 23 | 750 | 10k|3338 | 17k| 0 | 209k| 22 | 0.000000e+00 | -- | Inf | 76.45%
1328.54/1332.13 c 1332s|105400 | 522 | 19797k| 185.1 | 205M | 23 | 750 | 10k|3337 | 17k| 0 | 209k| 22 | 0.000000e+00 | -- | Inf | 76.55%
1329.93/1333.52 c 1334s|105500 | 532 | 19818k| 185.1 | 205M | 23 | 750 | 10k| 0 | 17k| 0 | 209k| 22 | 0.000000e+00 | -- | Inf | 76.61%
1330.73/1334.35 c 1334s|105600 | 525 | 19834k| 185.1 | 205M | 23 | 750 | 10k|3342 | 17k| 1 | 209k| 22 | 0.000000e+00 | -- | Inf | 76.65%
1331.73/1335.37 c 1335s|105700 | 520 | 19852k| 185.1 | 205M | 23 | 750 | 10k|3337 | 17k| 0 | 210k| 22 | 0.000000e+00 | -- | Inf | 76.74%
1332.72/1336.36 c 1336s|105800 | 513 | 19870k| 185.0 | 205M | 23 | 750 | 10k|3341 | 17k| 0 | 210k| 22 | 0.000000e+00 | -- | Inf | 76.79%
1333.62/1337.23 c 1337s|105900 | 513 | 19885k| 185.0 | 205M | 23 | 750 | 10k|3342 | 17k| 1 | 210k| 22 | 0.000000e+00 | -- | Inf | 76.83%
1334.52/1338.12 c 1338s|106000 | 509 | 19902k| 185.0 | 205M | 23 | 750 | 10k|3338 | 17k| 0 | 210k| 22 | 0.000000e+00 | -- | Inf | 76.86%
1335.62/1339.20 c 1339s|106100 | 507 | 19920k| 185.0 | 205M | 23 | 750 | 10k|3343 | 17k| 0 | 210k| 22 | 0.000000e+00 | -- | Inf | 76.94%
1336.42/1340.01 c 1340s|106200 | 506 | 19935k| 185.0 | 205M | 23 | 750 | 10k|3342 | 17k| 1 | 210k| 22 | 0.000000e+00 | -- | Inf | 76.97%
1337.42/1341.03 c 1341s|106300 | 504 | 19951k| 184.9 | 205M | 23 | 750 | 10k|3343 | 17k| 0 | 211k| 22 | 0.000000e+00 | -- | Inf | 77.05%
1338.41/1342.05 c 1342s|106400 | 503 | 19969k| 184.9 | 205M | 23 | 750 |9929 |3339 | 17k| 1 | 211k| 22 | 0.000000e+00 | -- | Inf | 77.50%
1339.60/1343.20 c 1343s|106500 | 505 | 19990k| 185.0 | 205M | 23 | 750 |9979 |3338 | 17k| 1 | 211k| 22 | 0.000000e+00 | -- | Inf | 77.52%
1340.51/1344.13 c 1344s|106600 | 497 | 20007k| 185.0 | 205M | 23 | 750 |9981 |3340 | 17k| 0 | 211k| 22 | 0.000000e+00 | -- | Inf | 77.58%
1341.41/1345.03 c 1345s|106700 | 496 | 20024k| 184.9 | 205M | 23 | 750 | 10k|3340 | 17k| 1 | 211k| 22 | 0.000000e+00 | -- | Inf | 77.61%
1342.20/1345.84 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1342.20/1345.84 c 1346s|106800 | 492 | 20040k| 184.9 | 205M | 23 | 750 | 10k|3334 | 17k| 0 | 211k| 22 | 0.000000e+00 | -- | Inf | 77.65%
1343.20/1346.88 c 1347s|106900 | 492 | 20058k| 184.9 | 205M | 23 | 750 | 10k|3339 | 17k| 1 | 212k| 22 | 0.000000e+00 | -- | Inf | 77.80%
1344.29/1347.99 c 1348s|107000 | 485 | 20076k| 184.9 | 205M | 23 | 750 |9859 | 0 | 17k| 0 | 212k| 22 | 0.000000e+00 | -- | Inf | 77.91%
1345.40/1349.00 c 1349s|107100 | 483 | 20095k| 184.9 | 205M | 23 | 750 |9877 |3340 | 17k| 1 | 212k| 22 | 0.000000e+00 | -- | Inf | 77.94%
1346.09/1349.78 c 1350s|107200 | 483 | 20109k| 184.9 | 205M | 23 | 750 |9978 |3338 | 17k| 1 | 212k| 22 | 0.000000e+00 | -- | Inf | 77.97%
1347.09/1350.72 c 1351s|107300 | 479 | 20127k| 184.9 | 205M | 23 | 750 |9991 |3335 | 17k| 1 | 212k| 22 | 0.000000e+00 | -- | Inf | 78.02%
1347.88/1351.58 c 1352s|107400 | 479 | 20142k| 184.8 | 205M | 23 | 750 | 10k|3332 | 17k| 1 | 213k| 22 | 0.000000e+00 | -- | Inf | 78.04%
1348.98/1352.61 c 1353s|107500 | 472 | 20161k| 184.8 | 205M | 23 | 750 | 10k|3339 | 17k| 1 | 213k| 22 | 0.000000e+00 | -- | Inf | 78.12%
1350.28/1353.90 c 1354s|107600 | 467 | 20179k| 184.8 | 205M | 23 | 750 |9939 |3342 | 17k| 1 | 213k| 22 | 0.000000e+00 | -- | Inf | 78.24%
1351.38/1355.06 c 1355s|107700 | 467 | 20197k| 184.8 | 205M | 23 | 750 |9967 |3340 | 17k| 0 | 213k| 22 | 0.000000e+00 | -- | Inf | 78.32%
1352.38/1356.01 c 1356s|107800 | 462 | 20213k| 184.8 | 205M | 23 | 750 |9897 | 0 | 17k| 0 | 213k| 22 | 0.000000e+00 | -- | Inf | 78.40%
1353.17/1356.89 c 1357s|107900 | 461 | 20230k| 184.8 | 205M | 23 | 750 |9968 |3340 | 17k| 1 | 213k| 22 | 0.000000e+00 | -- | Inf | 78.45%
1354.27/1357.92 c 1358s|108000 | 455 | 20248k| 184.8 | 205M | 23 | 750 |9940 | 0 | 17k| 0 | 214k| 22 | 0.000000e+00 | -- | Inf | 78.53%
1354.96/1358.68 c 1359s|108100 | 451 | 20262k| 184.7 | 205M | 23 | 750 | 10k|3342 | 17k| 1 | 214k| 22 | 0.000000e+00 | -- | Inf | 78.56%
1356.16/1359.80 c 1360s|108200 | 441 | 20280k| 184.7 | 205M | 23 | 750 |9866 |3343 | 17k| 0 | 214k| 22 | 0.000000e+00 | -- | Inf | 78.65%
1357.06/1360.77 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1357.06/1360.77 c 1361s|108300 | 436 | 20299k| 184.7 | 205M | 23 | 750 |9926 |3345 | 17k| 1 | 214k| 22 | 0.000000e+00 | -- | Inf | 78.74%
1358.66/1362.39 c 1362s|108400 | 432 | 20325k| 184.8 | 205M | 23 | 750 |9862 |3339 | 17k| 0 | 214k| 22 | 0.000000e+00 | -- | Inf | 78.81%
1359.95/1363.63 c 1364s|108500 | 428 | 20343k| 184.8 | 205M | 23 | 750 |9867 |3335 | 17k| 0 | 214k| 22 | 0.000000e+00 | -- | Inf | 78.93%
1361.05/1364.73 c 1365s|108600 | 431 | 20362k| 184.8 | 205M | 23 | 750 |9861 |3337 | 17k| 0 | 215k| 22 | 0.000000e+00 | -- | Inf | 78.99%
1362.05/1365.71 c 1366s|108700 | 427 | 20380k| 184.8 | 205M | 23 | 750 |9964 |3337 | 17k| 1 | 215k| 22 | 0.000000e+00 | -- | Inf | 79.03%
1362.95/1366.69 c 1367s|108800 | 432 | 20398k| 184.8 | 205M | 23 | 750 | 10k|3335 | 17k| 1 | 215k| 22 | 0.000000e+00 | -- | Inf | 79.06%
1363.84/1367.57 c 1368s|108900 | 429 | 20414k| 184.8 | 205M | 23 | 750 | 10k|3340 | 17k| 1 | 215k| 22 | 0.000000e+00 | -- | Inf | 79.09%
1364.94/1368.60 c 1369s|109000 | 427 | 20432k| 184.8 | 205M | 23 | 750 | 10k|3339 | 17k| 1 | 215k| 22 | 0.000000e+00 | -- | Inf | 79.16%
1365.84/1369.50 c 1370s|109100 | 426 | 20448k| 184.8 | 205M | 23 | 750 | 10k|3343 | 17k| 1 | 215k| 22 | 0.000000e+00 | -- | Inf | 79.20%
1366.73/1370.49 c 1370s|109200 | 429 | 20466k| 184.7 | 205M | 23 | 750 | 10k|3340 | 17k| 0 | 216k| 22 | 0.000000e+00 | -- | Inf | 79.22%
1367.93/1371.61 c 1372s|109300 | 427 | 20483k| 184.7 | 205M | 23 | 750 |9898 |3336 | 17k| 0 | 216k| 22 | 0.000000e+00 | -- | Inf | 79.33%
1368.93/1372.64 c 1373s|109400 | 423 | 20500k| 184.7 | 205M | 23 | 750 |9895 |3347 | 17k| 1 | 216k| 22 | 0.000000e+00 | -- | Inf | 79.47%
1369.83/1373.54 c 1374s|109500 | 418 | 20517k| 184.7 | 205M | 23 | 750 |9983 |3348 | 17k| 0 | 216k| 22 | 0.000000e+00 | -- | Inf | 79.51%
1371.02/1374.72 c 1375s|109600 | 418 | 20537k| 184.7 | 205M | 23 | 750 |9924 |3345 | 17k| 0 | 216k| 22 | 0.000000e+00 | -- | Inf | 79.58%
1372.62/1376.36 c 1376s|109700 | 427 | 20560k| 184.8 | 205M | 23 | 750 |9891 |3345 | 17k| 1 | 216k| 22 | 0.000000e+00 | -- | Inf | 79.70%
1373.62/1377.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1373.62/1377.31 c 1377s|109800 | 415 | 20577k| 184.8 | 205M | 23 | 750 |9982 |3345 | 17k| 0 | 217k| 22 | 0.000000e+00 | -- | Inf | 79.75%
1374.42/1378.17 c 1378s|109900 | 413 | 20593k| 184.7 | 205M | 23 | 750 | 10k|3334 | 17k| 1 | 217k| 22 | 0.000000e+00 | -- | Inf | 79.79%
1375.61/1379.33 c 1379s|110000 | 413 | 20613k| 184.7 | 205M | 23 | 750 | 10k|3343 | 17k| 1 | 217k| 22 | 0.000000e+00 | -- | Inf | 79.85%
1376.81/1380.51 c 1381s|110100 | 415 | 20632k| 184.7 | 209M | 23 | 750 | 10k|3331 | 17k| 1 | 217k| 22 | 0.000000e+00 | -- | Inf | 79.90%
1377.70/1381.44 c 1381s|110200 | 416 | 20649k| 184.7 | 209M | 23 | 750 | 10k|3338 | 17k| 1 | 217k| 22 | 0.000000e+00 | -- | Inf | 79.94%
1378.60/1382.39 c 1382s|110300 | 414 | 20665k| 184.7 | 209M | 23 | 750 | 10k|3343 | 17k| 1 | 218k| 22 | 0.000000e+00 | -- | Inf | 79.98%
1379.50/1383.29 c 1383s|110400 | 413 | 20681k| 184.7 | 209M | 23 | 750 | 10k|3344 | 17k| 1 | 218k| 22 | 0.000000e+00 | -- | Inf | 80.04%
1380.60/1384.30 c 1384s|110500 | 406 | 20698k| 184.7 | 209M | 23 | 750 | 10k|3346 | 17k| 0 | 218k| 22 | 0.000000e+00 | -- | Inf | 80.11%
1381.60/1385.39 c 1385s|110600 | 405 | 20716k| 184.7 | 209M | 23 | 750 | 10k|3340 | 17k| 0 | 218k| 22 | 0.000000e+00 | -- | Inf | 80.18%
1382.59/1386.31 c 1386s|110700 | 404 | 20733k| 184.7 | 209M | 23 | 750 | 10k|3339 | 17k| 1 | 218k| 22 | 0.000000e+00 | -- | Inf | 80.23%
1383.49/1387.26 c 1387s|110800 | 404 | 20751k| 184.7 | 209M | 23 | 750 | 10k|3346 | 17k| 1 | 218k| 22 | 0.000000e+00 | -- | Inf | 80.28%
1384.39/1388.17 c 1388s|110900 | 399 | 20768k| 184.6 | 209M | 23 | 750 | 10k|3337 | 17k| 0 | 219k| 22 | 0.000000e+00 | -- | Inf | 80.33%
1385.68/1389.47 c 1389s|111000 | 401 | 20791k| 184.7 | 209M | 23 | 750 | 10k|3342 | 17k| 0 | 219k| 22 | 0.000000e+00 | -- | Inf | 80.37%
1387.29/1391.04 c 1391s|111100 | 404 | 20815k| 184.7 | 209M | 23 | 750 | 10k|3338 | 17k| 0 | 219k| 22 | 0.000000e+00 | -- | Inf | 80.44%
1388.18/1391.94 c 1392s|111200 | 399 | 20832k| 184.7 | 209M | 23 | 750 | 10k|3338 | 17k| 0 | 219k| 22 | 0.000000e+00 | -- | Inf | 80.49%
1389.08/1392.87 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1389.08/1392.87 c 1393s|111300 | 402 | 20848k| 184.7 | 209M | 23 | 750 | 10k|3337 | 17k| 1 | 219k| 22 | 0.000000e+00 | -- | Inf | 80.54%
1390.17/1393.93 c 1394s|111400 | 396 | 20865k| 184.7 | 209M | 23 | 750 | 10k|3338 | 17k| 2 | 219k| 22 | 0.000000e+00 | -- | Inf | 80.64%
1391.38/1395.15 c 1395s|111500 | 396 | 20885k| 184.7 | 209M | 23 | 750 | 10k|3336 | 17k| 1 | 220k| 22 | 0.000000e+00 | -- | Inf | 80.76%
1392.47/1396.26 c 1396s|111600 | 391 | 20904k| 184.7 | 209M | 23 | 750 | 10k|3332 | 17k| 1 | 220k| 22 | 0.000000e+00 | -- | Inf | 80.91%
1393.66/1397.42 c 1397s|111700 | 392 | 20922k| 184.7 | 209M | 23 | 750 | 10k|3346 | 18k| 0 | 220k| 22 | 0.000000e+00 | -- | Inf | 80.99%
1394.46/1398.29 c 1398s|111800 | 390 | 20937k| 184.7 | 209M | 23 | 750 | 10k|3352 | 18k| 1 | 220k| 22 | 0.000000e+00 | -- | Inf | 81.05%
1395.66/1399.41 c 1399s|111900 | 388 | 20956k| 184.7 | 209M | 23 | 750 | 10k|3338 | 18k| 1 | 220k| 22 | 0.000000e+00 | -- | Inf | 81.14%
1396.66/1400.41 c 1400s|112000 | 389 | 20973k| 184.7 | 209M | 23 | 750 | 10k|3338 | 18k| 1 | 220k| 22 | 0.000000e+00 | -- | Inf | 81.17%
1397.65/1401.41 c 1401s|112100 | 381 | 20990k| 184.6 | 209M | 23 | 750 | 10k|3347 | 18k| 1 | 221k| 22 | 0.000000e+00 | -- | Inf | 81.43%
1398.55/1402.30 c 1402s|112200 | 377 | 21006k| 184.6 | 209M | 23 | 750 | 10k|3336 | 18k| 0 | 221k| 22 | 0.000000e+00 | -- | Inf | 81.47%
1399.65/1403.43 c 1403s|112300 | 376 | 21023k| 184.6 | 209M | 23 | 750 | 10k|3352 | 18k| 1 | 221k| 22 | 0.000000e+00 | -- | Inf | 81.50%
1400.84/1404.61 c 1405s|112400 | 372 | 21043k| 184.6 | 209M | 23 | 750 | 10k|3338 | 18k| 0 | 221k| 22 | 0.000000e+00 | -- | Inf | 81.60%
1401.74/1405.59 c 1406s|112500 | 367 | 21062k| 184.6 | 209M | 23 | 750 | 10k| 0 | 18k| 0 | 221k| 22 | 0.000000e+00 | -- | Inf | 81.65%
1402.54/1406.35 c 1406s|112600 | 365 | 21076k| 184.6 | 209M | 23 | 750 | 10k|3338 | 18k| 0 | 221k| 22 | 0.000000e+00 | -- | Inf | 81.68%
1403.64/1407.43 c 1407s|112700 | 363 | 21094k| 184.6 | 209M | 23 | 750 | 10k|3341 | 18k| 0 | 222k| 22 | 0.000000e+00 | -- | Inf | 81.81%
1404.53/1408.38 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1404.53/1408.38 c 1408s|112800 | 360 | 21111k| 184.6 | 209M | 23 | 750 | 10k|3346 | 18k| 1 | 222k| 22 | 0.000000e+00 | -- | Inf | 81.86%
1405.83/1409.61 c 1410s|112900 | 355 | 21133k| 184.6 | 209M | 23 | 750 | 10k|3329 | 18k| 0 | 222k| 22 | 0.000000e+00 | -- | Inf | 81.94%
1406.63/1410.47 c 1410s|113000 | 354 | 21149k| 184.6 | 209M | 23 | 750 | 10k|3338 | 18k| 1 | 222k| 22 | 0.000000e+00 | -- | Inf | 81.98%
1407.63/1411.40 c 1411s|113100 | 353 | 21164k| 184.6 | 209M | 23 | 750 | 10k| 0 | 18k| 0 | 222k| 22 | 0.000000e+00 | -- | Inf | 82.00%
1408.72/1412.54 c 1413s|113200 | 353 | 21184k| 184.6 | 209M | 23 | 750 | 10k|3341 | 18k| 0 | 223k| 22 | 0.000000e+00 | -- | Inf | 82.04%
1409.82/1413.66 c 1414s|113300 | 351 | 21204k| 184.6 | 209M | 23 | 750 | 10k|3341 | 18k| 0 | 223k| 22 | 0.000000e+00 | -- | Inf | 82.10%
1410.92/1414.71 c 1415s|113400 | 350 | 21222k| 184.6 | 209M | 23 | 750 | 10k| 0 | 18k| 0 | 223k| 22 | 0.000000e+00 | -- | Inf | 82.16%
1412.02/1415.88 c 1416s|113500 | 347 | 21241k| 184.6 | 209M | 23 | 750 | 10k|3342 | 18k| 1 | 223k| 22 | 0.000000e+00 | -- | Inf | 82.27%
1413.32/1417.17 c 1417s|113600 | 340 | 21261k| 184.6 | 209M | 23 | 750 | 10k|3336 | 18k| 0 | 223k| 22 | 0.000000e+00 | -- | Inf | 82.52%
1414.41/1418.23 c 1418s|113700 | 331 | 21280k| 184.6 | 209M | 23 | 750 | 10k|3342 | 18k| 0 | 223k| 22 | 0.000000e+00 | -- | Inf | 82.60%
1415.41/1419.23 c 1419s|113800 | 331 | 21297k| 184.6 | 209M | 23 | 750 | 10k|3344 | 18k| 1 | 224k| 22 | 0.000000e+00 | -- | Inf | 82.67%
1416.21/1420.06 c 1420s|113900 | 331 | 21313k| 184.6 | 209M | 23 | 750 | 10k|3341 | 18k| 1 | 224k| 22 | 0.000000e+00 | -- | Inf | 82.69%
1417.21/1421.01 c 1421s|114000 | 328 | 21330k| 184.6 | 209M | 23 | 750 | 10k|3338 | 18k| 1 | 224k| 22 | 0.000000e+00 | -- | Inf | 82.71%
1418.30/1422.15 c 1422s|114100 | 321 | 21348k| 184.5 | 209M | 23 | 750 | 10k|3334 | 18k| 0 | 224k| 22 | 0.000000e+00 | -- | Inf | 82.79%
1419.20/1423.07 c 1423s|114200 | 314 | 21365k| 184.5 | 209M | 23 | 750 | 10k|3338 | 18k| 0 | 224k| 22 | 0.000000e+00 | -- | Inf | 82.85%
1420.10/1423.96 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1420.10/1423.96 c 1424s|114300 | 315 | 21381k| 184.5 | 209M | 23 | 750 | 10k|3338 | 18k| 0 | 224k| 22 | 0.000000e+00 | -- | Inf | 82.94%
1421.89/1425.71 c 1426s|114400 | 326 | 21404k| 184.6 | 209M | 23 | 750 | 10k|3334 | 18k| 1 | 225k| 22 | 0.000000e+00 | -- | Inf | 83.00%
1422.79/1426.67 c 1427s|114500 | 318 | 21422k| 184.6 | 209M | 23 | 750 | 10k|3337 | 18k| 0 | 225k| 22 | 0.000000e+00 | -- | Inf | 83.05%
1423.88/1427.74 c 1428s|114600 | 318 | 21442k| 184.6 | 209M | 23 | 750 | 10k|3337 | 18k| 0 | 225k| 22 | 0.000000e+00 | -- | Inf | 83.09%
1424.99/1428.81 c 1429s|114700 | 318 | 21460k| 184.6 | 209M | 23 | 750 | 10k|3342 | 18k| 0 | 225k| 22 | 0.000000e+00 | -- | Inf | 83.12%
1425.89/1429.74 c 1430s|114800 | 318 | 21477k| 184.6 | 209M | 23 | 750 | 10k|3342 | 18k| 1 | 225k| 22 | 0.000000e+00 | -- | Inf | 83.14%
1426.89/1430.73 c 1431s|114900 | 319 | 21496k| 184.6 | 209M | 23 | 750 | 10k|3334 | 18k| 1 | 226k| 22 | 0.000000e+00 | -- | Inf | 83.18%
1427.88/1431.71 c 1432s|115000 | 317 | 21513k| 184.5 | 209M | 23 | 750 | 10k|3339 | 18k| 1 | 226k| 22 | 0.000000e+00 | -- | Inf | 83.24%
1428.78/1432.61 c 1433s|115100 | 313 | 21531k| 184.5 | 209M | 23 | 750 | 10k|3343 | 18k| 0 | 226k| 22 | 0.000000e+00 | -- | Inf | 83.29%
1429.58/1433.49 c 1433s|115200 | 315 | 21547k| 184.5 | 209M | 23 | 750 | 10k|3337 | 18k| 1 | 226k| 22 | 0.000000e+00 | -- | Inf | 83.32%
1430.48/1434.31 c 1434s|115300 | 310 | 21562k| 184.5 | 209M | 23 | 750 | 10k|3342 | 18k| 0 | 226k| 22 | 0.000000e+00 | -- | Inf | 83.36%
1431.57/1435.48 c 1435s|115400 | 318 | 21580k| 184.5 | 209M | 23 | 750 | 10k|3337 | 18k| 1 | 227k| 22 | 0.000000e+00 | -- | Inf | 83.47%
1432.77/1436.63 c 1437s|115500 | 314 | 21599k| 184.5 | 209M | 23 | 750 | 10k|3343 | 18k| 1 | 227k| 22 | 0.000000e+00 | -- | Inf | 83.58%
1433.77/1437.69 c 1438s|115600 | 313 | 21618k| 184.5 | 209M | 23 | 750 | 10k|3343 | 18k| 0 | 227k| 22 | 0.000000e+00 | -- | Inf | 83.62%
1434.67/1438.54 c 1439s|115700 | 308 | 21634k| 184.5 | 209M | 23 | 750 | 10k|3344 | 18k| 0 | 227k| 22 | 0.000000e+00 | -- | Inf | 83.67%
1435.76/1439.60 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1435.76/1439.60 c 1440s|115800 | 305 | 21651k| 184.5 | 209M | 23 | 750 | 10k|3349 | 18k| 0 | 227k| 22 | 0.000000e+00 | -- | Inf | 83.75%
1436.76/1440.64 c 1441s|115900 | 299 | 21667k| 184.4 | 209M | 23 | 750 | 10k|3342 | 18k| 0 | 228k| 22 | 0.000000e+00 | -- | Inf | 83.83%
1437.56/1441.48 c 1441s|116000 | 301 | 21682k| 184.4 | 209M | 23 | 750 | 10k|3337 | 18k| 1 | 228k| 22 | 0.000000e+00 | -- | Inf | 83.85%
1438.56/1442.46 c 1442s|116100 | 299 | 21700k| 184.4 | 209M | 23 | 750 | 10k|3342 | 18k| 1 | 228k| 22 | 0.000000e+00 | -- | Inf | 83.92%
1439.55/1443.49 c 1443s|116200 | 295 | 21719k| 184.4 | 209M | 23 | 750 | 10k|3348 | 18k| 0 | 228k| 22 | 0.000000e+00 | -- | Inf | 83.98%
1440.55/1444.42 c 1444s|116300 | 296 | 21735k| 184.4 | 209M | 23 | 750 | 10k| 0 | 18k| 0 | 228k| 22 | 0.000000e+00 | -- | Inf | 84.00%
1441.25/1445.16 c 1445s|116400 | 295 | 21749k| 184.4 | 209M | 23 | 750 | 11k|3337 | 18k| 0 | 229k| 22 | 0.000000e+00 | -- | Inf | 84.02%
1442.45/1446.33 c 1446s|116500 | 296 | 21768k| 184.4 | 209M | 23 | 750 | 10k|3332 | 18k| 1 | 229k| 22 | 0.000000e+00 | -- | Inf | 84.08%
1443.54/1447.46 c 1447s|116600 | 290 | 21786k| 184.4 | 209M | 23 | 750 | 10k|3341 | 18k| 0 | 229k| 22 | 0.000000e+00 | -- | Inf | 84.31%
1444.84/1448.70 c 1449s|116700 | 281 | 21806k| 184.4 | 209M | 23 | 750 | 10k|3343 | 18k| 0 | 229k| 22 | 0.000000e+00 | -- | Inf | 84.60%
1445.84/1449.78 c 1450s|116800 | 283 | 21823k| 184.4 | 209M | 23 | 750 | 10k|3337 | 18k| 0 | 229k| 22 | 0.000000e+00 | -- | Inf | 84.66%
1446.83/1450.78 c 1451s|116900 | 281 | 21841k| 184.3 | 209M | 23 | 750 | 10k|3337 | 18k| 0 | 229k| 22 | 0.000000e+00 | -- | Inf | 84.71%
1447.83/1451.73 c 1452s|117000 | 279 | 21859k| 184.3 | 209M | 23 | 750 | 10k|3340 | 18k| 0 | 230k| 22 | 0.000000e+00 | -- | Inf | 84.76%
1449.13/1453.09 c 1453s|117100 | 277 | 21883k| 184.4 | 209M | 23 | 750 | 10k|3338 | 18k| 0 | 230k| 22 | 0.000000e+00 | -- | Inf | 84.79%
1450.03/1453.91 c 1454s|117200 | 276 | 21899k| 184.4 | 209M | 23 | 750 | 10k|3340 | 18k| 1 | 230k| 22 | 0.000000e+00 | -- | Inf | 84.81%
1450.92/1454.88 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1450.92/1454.88 c 1455s|117300 | 270 | 21916k| 184.4 | 209M | 23 | 750 | 10k|3340 | 18k| 1 | 230k| 22 | 0.000000e+00 | -- | Inf | 84.90%
1452.02/1455.98 c 1456s|117400 | 267 | 21935k| 184.4 | 209M | 23 | 750 | 10k|3338 | 18k| 1 | 230k| 22 | 0.000000e+00 | -- | Inf | 85.02%
1453.22/1457.15 c 1457s|117500 | 267 | 21953k| 184.4 | 209M | 23 | 750 | 10k|3345 | 18k| 0 | 230k| 22 | 0.000000e+00 | -- | Inf | 85.13%
1454.22/1458.13 c 1458s|117600 | 259 | 21971k| 184.4 | 209M | 23 | 750 | 10k|3340 | 18k| 1 | 231k| 22 | 0.000000e+00 | -- | Inf | 85.19%
1455.12/1459.03 c 1459s|117700 | 257 | 21988k| 184.3 | 209M | 23 | 750 | 10k|3347 | 18k| 0 | 231k| 22 | 0.000000e+00 | -- | Inf | 85.22%
1456.01/1459.90 c 1460s|117800 | 255 | 22004k| 184.3 | 209M | 23 | 750 | 10k|3347 | 18k| 1 | 231k| 22 | 0.000000e+00 | -- | Inf | 85.30%
1456.91/1460.82 c 1461s|117900 | 252 | 22021k| 184.3 | 209M | 23 | 750 | 10k|3345 | 18k| 1 | 231k| 22 | 0.000000e+00 | -- | Inf | 85.39%
1457.80/1461.79 c 1462s|118000 | 249 | 22039k| 184.3 | 209M | 23 | 750 | 10k|3343 | 18k| 0 | 231k| 22 | 0.000000e+00 | -- | Inf | 85.43%
1459.21/1463.13 c 1463s|118100 | 250 | 22061k| 184.3 | 209M | 23 | 750 | 10k|3334 | 18k| 1 | 231k| 22 | 0.000000e+00 | -- | Inf | 85.50%
1460.20/1464.15 c 1464s|118200 | 252 | 22078k| 184.3 | 209M | 23 | 750 | 10k|3332 | 18k| 0 | 232k| 22 | 0.000000e+00 | -- | Inf | 85.56%
1461.50/1465.42 c 1465s|118300 | 255 | 22098k| 184.3 | 209M | 23 | 750 | 10k|3339 | 18k| 1 | 232k| 22 | 0.000000e+00 | -- | Inf | 85.61%
1462.79/1466.75 c 1467s|118400 | 255 | 22118k| 184.4 | 209M | 23 | 750 | 10k|3333 | 18k| 1 | 232k| 22 | 0.000000e+00 | -- | Inf | 85.66%
1463.89/1467.82 c 1468s|118500 | 256 | 22136k| 184.3 | 209M | 23 | 750 | 10k|3343 | 18k| 1 | 232k| 22 | 0.000000e+00 | -- | Inf | 85.75%
1464.69/1468.67 c 1469s|118600 | 250 | 22152k| 184.3 | 209M | 23 | 750 | 10k|3346 | 18k| 0 | 232k| 22 | 0.000000e+00 | -- | Inf | 85.78%
1465.69/1469.62 c 1470s|118700 | 251 | 22167k| 184.3 | 209M | 23 | 750 | 10k|3338 | 18k| 0 | 233k| 22 | 0.000000e+00 | -- | Inf | 85.82%
1466.88/1470.81 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1466.88/1470.81 c 1471s|118800 | 253 | 22184k| 184.3 | 209M | 23 | 750 | 10k|3341 | 18k| 0 | 233k| 22 | 0.000000e+00 | -- | Inf | 85.99%
1467.78/1471.79 c 1472s|118900 | 250 | 22202k| 184.3 | 209M | 23 | 750 | 10k|3336 | 18k| 1 | 233k| 22 | 0.000000e+00 | -- | Inf | 86.05%
1469.18/1473.13 c 1473s|119000 | 249 | 22222k| 184.3 | 209M | 23 | 750 | 10k|3338 | 18k| 1 | 233k| 22 | 0.000000e+00 | -- | Inf | 86.23%
1470.27/1474.27 c 1474s|119100 | 244 | 22239k| 184.3 | 209M | 23 | 750 | 10k|3341 | 18k| 1 | 233k| 22 | 0.000000e+00 | -- | Inf | 86.45%
1471.67/1475.62 c 1476s|119200 | 241 | 22260k| 184.3 | 209M | 23 | 750 | 10k|3343 | 18k| 1 | 233k| 22 | 0.000000e+00 | -- | Inf | 86.75%
1472.87/1476.85 c 1477s|119300 | 237 | 22279k| 184.3 | 209M | 23 | 750 | 10k|3339 | 18k| 0 | 234k| 22 | 0.000000e+00 | -- | Inf | 86.84%
1473.86/1477.81 c 1478s|119400 | 238 | 22296k| 184.3 | 209M | 23 | 750 | 10k|3339 | 18k| 1 | 234k| 22 | 0.000000e+00 | -- | Inf | 86.89%
1474.76/1478.73 c 1479s|119500 | 232 | 22314k| 184.3 | 209M | 23 | 750 | 10k| 0 | 18k| 0 | 234k| 22 | 0.000000e+00 | -- | Inf | 86.94%
1475.66/1479.68 c 1480s|119600 | 234 | 22330k| 184.3 | 209M | 23 | 750 | 10k|3342 | 18k| 1 | 234k| 22 | 0.000000e+00 | -- | Inf | 86.98%
1476.56/1480.58 c 1481s|119700 | 229 | 22347k| 184.3 | 209M | 23 | 750 | 10k|3342 | 18k| 1 | 234k| 22 | 0.000000e+00 | -- | Inf | 87.00%
1477.75/1481.75 c 1482s|119800 | 227 | 22365k| 184.3 | 209M | 23 | 750 | 10k|3335 | 18k| 0 | 234k| 22 | 0.000000e+00 | -- | Inf | 87.08%
1478.65/1482.66 c 1483s|119900 | 227 | 22382k| 184.2 | 209M | 23 | 750 | 10k|3345 | 18k| 1 | 235k| 22 | 0.000000e+00 | -- | Inf | 87.16%
1479.55/1483.59 c 1484s|120000 | 223 | 22400k| 184.2 | 209M | 23 | 750 | 10k|3342 | 18k| 0 | 235k| 22 | 0.000000e+00 | -- | Inf | 87.21%
1481.44/1485.44 c 1485s|120100 | 235 | 22426k| 184.3 | 209M | 23 | 750 | 10k|3341 | 18k| 0 | 235k| 22 | 0.000000e+00 | -- | Inf | 87.44%
1482.34/1486.39 c 1486s|120200 | 233 | 22444k| 184.3 | 209M | 23 | 750 | 10k|3342 | 18k| 2 | 235k| 22 | 0.000000e+00 | -- | Inf | 87.48%
1483.24/1487.25 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1483.24/1487.25 c 1487s|120300 | 234 | 22461k| 184.3 | 209M | 23 | 750 | 10k|3342 | 18k| 0 | 235k| 22 | 0.000000e+00 | -- | Inf | 87.50%
1484.34/1488.37 c 1488s|120400 | 231 | 22480k| 184.3 | 209M | 23 | 750 | 10k|3342 | 18k| 1 | 236k| 22 | 0.000000e+00 | -- | Inf | 87.57%
1485.43/1489.47 c 1489s|120500 | 228 | 22498k| 184.3 | 209M | 23 | 750 | 10k|3342 | 18k| 1 | 236k| 22 | 0.000000e+00 | -- | Inf | 87.66%
1486.43/1490.41 c 1490s|120600 | 226 | 22515k| 184.3 | 209M | 23 | 750 | 10k|3348 | 18k| 0 | 236k| 22 | 0.000000e+00 | -- | Inf | 87.73%
1487.33/1491.32 c 1491s|120700 | 222 | 22532k| 184.3 | 209M | 23 | 750 | 10k|3337 | 18k| 1 | 236k| 22 | 0.000000e+00 | -- | Inf | 87.80%
1488.62/1492.69 c 1493s|120800 | 227 | 22553k| 184.3 | 209M | 23 | 750 | 10k|3338 | 19k| 1 | 236k| 22 | 0.000000e+00 | -- | Inf | 87.86%
1489.72/1493.71 c 1494s|120900 | 225 | 22572k| 184.3 | 209M | 23 | 750 | 10k|3338 | 19k| 0 | 236k| 22 | 0.000000e+00 | -- | Inf | 87.94%
1490.62/1494.63 c 1495s|121000 | 220 | 22589k| 184.3 | 209M | 23 | 750 | 10k|3343 | 19k| 1 | 237k| 22 | 0.000000e+00 | -- | Inf | 87.99%
1491.52/1495.54 c 1496s|121100 | 219 | 22606k| 184.3 | 209M | 23 | 750 | 10k|3337 | 19k| 1 | 237k| 22 | 0.000000e+00 | -- | Inf | 88.04%
1492.42/1496.49 c 1496s|121200 | 216 | 22624k| 184.3 | 209M | 23 | 750 | 10k|3333 | 19k| 1 | 237k| 22 | 0.000000e+00 | -- | Inf | 88.10%
1493.41/1497.45 c 1497s|121300 | 212 | 22642k| 184.3 | 209M | 23 | 750 | 10k|3333 | 19k| 0 | 237k| 22 | 0.000000e+00 | -- | Inf | 88.15%
1494.51/1498.53 c 1499s|121400 | 210 | 22661k| 184.3 | 209M | 23 | 750 | 10k|3348 | 19k| 1 | 237k| 22 | 0.000000e+00 | -- | Inf | 88.23%
1495.61/1499.61 c 1500s|121500 | 222 | 22680k| 184.3 | 209M | 23 | 750 | 10k|3332 | 19k| 0 | 237k| 22 | 0.000000e+00 | -- | Inf | 88.25%
1496.41/1500.50 c 1500s|121600 | 213 | 22696k| 184.3 | 209M | 23 | 750 | 10k|3335 | 19k| 0 | 238k| 22 | 0.000000e+00 | -- | Inf | 88.28%
1497.50/1501.54 c 1502s|121700 | 207 | 22714k| 184.3 | 209M | 23 | 750 | 10k| 0 | 19k| 0 | 238k| 22 | 0.000000e+00 | -- | Inf | 88.32%
1498.40/1502.47 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1498.40/1502.47 c 1502s|121800 | 200 | 22731k| 184.2 | 209M | 23 | 750 | 10k|3340 | 19k| 1 | 238k| 22 | 0.000000e+00 | -- | Inf | 88.43%
1499.40/1503.46 c 1503s|121900 | 199 | 22750k| 184.2 | 209M | 23 | 750 | 10k|3342 | 19k| 1 | 238k| 22 | 0.000000e+00 | -- | Inf | 88.49%
1500.59/1504.62 c 1505s|122000 | 194 | 22768k| 184.2 | 209M | 23 | 750 | 10k| 0 | 19k| 0 | 238k| 22 | 0.000000e+00 | -- | Inf | 88.64%
1501.49/1505.54 c 1506s|122100 | 195 | 22784k| 184.2 | 209M | 23 | 750 | 10k|3341 | 19k| 1 | 239k| 22 | 0.000000e+00 | -- | Inf | 88.71%
1502.49/1506.51 c 1507s|122200 | 194 | 22801k| 184.2 | 209M | 23 | 750 | 10k|3341 | 19k| 0 | 239k| 22 | 0.000000e+00 | -- | Inf | 88.77%
1503.39/1507.45 c 1507s|122300 | 191 | 22818k| 184.2 | 209M | 23 | 750 | 10k|3344 | 19k| 0 | 239k| 22 | 0.000000e+00 | -- | Inf | 88.83%
1504.38/1508.49 c 1508s|122400 | 194 | 22835k| 184.2 | 209M | 23 | 750 | 10k|3344 | 19k| 1 | 239k| 22 | 0.000000e+00 | -- | Inf | 88.87%
1505.38/1509.47 c 1509s|122500 | 189 | 22853k| 184.2 | 209M | 23 | 750 | 10k|3338 | 19k| 0 | 239k| 22 | 0.000000e+00 | -- | Inf | 88.96%
1506.88/1510.98 c 1511s|122600 | 191 | 22877k| 184.2 | 209M | 23 | 750 | 10k|3341 | 19k| 0 | 239k| 22 | 0.000000e+00 | -- | Inf | 88.98%
1507.77/1511.81 c 1512s|122700 | 191 | 22892k| 184.2 | 209M | 23 | 750 | 10k|3341 | 19k| 0 | 240k| 22 | 0.000000e+00 | -- | Inf | 89.00%
1508.57/1512.65 c 1513s|122800 | 191 | 22908k| 184.2 | 209M | 23 | 750 | 10k|3341 | 19k| 0 | 240k| 22 | 0.000000e+00 | -- | Inf | 89.04%
1509.67/1513.77 c 1514s|122900 | 192 | 22927k| 184.2 | 209M | 23 | 750 | 10k|3338 | 19k| 0 | 240k| 22 | 0.000000e+00 | -- | Inf | 89.07%
1510.67/1514.72 c 1515s|123000 | 190 | 22944k| 184.2 | 209M | 23 | 750 | 10k|3338 | 19k| 1 | 240k| 22 | 0.000000e+00 | -- | Inf | 89.12%
1511.66/1515.76 c 1516s|123100 | 194 | 22962k| 184.2 | 209M | 23 | 750 | 11k|3338 | 19k| 1 | 240k| 22 | 0.000000e+00 | -- | Inf | 89.16%
1512.46/1516.57 c 1517s|123200 | 186 | 22977k| 184.1 | 209M | 23 | 750 | 11k|3342 | 19k| 1 | 241k| 22 | 0.000000e+00 | -- | Inf | 89.20%
1513.56/1517.61 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1513.56/1517.61 c 1518s|123300 | 183 | 22995k| 184.1 | 209M | 23 | 750 | 11k|3342 | 19k| 0 | 241k| 22 | 0.000000e+00 | -- | Inf | 89.26%
1514.46/1518.58 c 1519s|123400 | 184 | 23013k| 184.1 | 209M | 23 | 750 | 11k|3337 | 19k| 1 | 241k| 22 | 0.000000e+00 | -- | Inf | 89.30%
1515.46/1519.54 c 1520s|123500 | 183 | 23030k| 184.1 | 209M | 23 | 750 | 11k|3343 | 19k| 1 | 241k| 22 | 0.000000e+00 | -- | Inf | 89.34%
1516.45/1520.54 c 1521s|123600 | 184 | 23047k| 184.1 | 209M | 23 | 750 | 11k|3337 | 19k| 1 | 241k| 22 | 0.000000e+00 | -- | Inf | 89.39%
1517.45/1521.57 c 1522s|123700 | 178 | 23065k| 184.1 | 209M | 23 | 750 | 11k|3342 | 19k| 1 | 242k| 22 | 0.000000e+00 | -- | Inf | 89.44%
1518.55/1522.68 c 1523s|123800 | 178 | 23084k| 184.1 | 209M | 23 | 750 | 11k|3345 | 19k| 1 | 242k| 22 | 0.000000e+00 | -- | Inf | 89.54%
1519.54/1523.69 c 1524s|123900 | 173 | 23100k| 184.1 | 209M | 23 | 750 | 11k|3339 | 19k| 0 | 242k| 22 | 0.000000e+00 | -- | Inf | 89.60%
1520.74/1524.80 c 1525s|124000 | 176 | 23119k| 184.1 | 209M | 23 | 750 | 11k|3339 | 19k| 1 | 242k| 22 | 0.000000e+00 | -- | Inf | 89.65%
1521.84/1525.93 c 1526s|124100 | 174 | 23139k| 184.1 | 209M | 23 | 750 | 11k|3341 | 19k| 1 | 242k| 22 | 0.000000e+00 | -- | Inf | 89.73%
1522.94/1527.06 c 1527s|124200 | 170 | 23158k| 184.1 | 209M | 23 | 750 | 11k|3347 | 19k| 0 | 242k| 22 | 0.000000e+00 | -- | Inf | 89.83%
1524.04/1528.14 c 1528s|124300 | 167 | 23177k| 184.1 | 209M | 23 | 750 | 11k|3339 | 19k| 0 | 243k| 22 | 0.000000e+00 | -- | Inf | 89.91%
1525.13/1529.27 c 1529s|124400 | 164 | 23197k| 184.1 | 209M | 23 | 750 | 11k|3345 | 19k| 0 | 243k| 22 | 0.000000e+00 | -- | Inf | 89.97%
1526.03/1530.18 c 1530s|124500 | 161 | 23214k| 184.1 | 209M | 23 | 750 | 11k|3341 | 19k| 1 | 243k| 22 | 0.000000e+00 | -- | Inf | 90.01%
1526.93/1531.10 c 1531s|124600 | 160 | 23232k| 184.1 | 209M | 23 | 750 | 11k|3337 | 19k| 0 | 243k| 22 | 0.000000e+00 | -- | Inf | 90.05%
1528.03/1532.14 c 1532s|124700 | 154 | 23250k| 184.1 | 209M | 23 | 750 | 11k|3341 | 19k| 1 | 243k| 22 | 0.000000e+00 | -- | Inf | 90.11%
1529.03/1533.16 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1529.03/1533.16 c 1533s|124800 | 155 | 23269k| 184.1 | 209M | 23 | 750 | 11k|3341 | 19k| 1 | 243k| 22 | 0.000000e+00 | -- | Inf | 90.17%
1530.12/1534.22 c 1534s|124900 | 158 | 23287k| 184.1 | 209M | 23 | 750 | 11k|3335 | 19k| 0 | 244k| 22 | 0.000000e+00 | -- | Inf | 90.21%
1531.12/1535.27 c 1535s|125000 | 149 | 23306k| 184.1 | 209M | 23 | 750 | 11k|3339 | 19k| 0 | 244k| 22 | 0.000000e+00 | -- | Inf | 90.29%
1532.21/1536.38 c 1536s|125100 | 145 | 23327k| 184.1 | 209M | 23 | 750 | 11k|3335 | 19k| 0 | 244k| 22 | 0.000000e+00 | -- | Inf | 90.38%
1533.31/1537.46 c 1537s|125200 | 146 | 23345k| 184.1 | 209M | 23 | 750 | 11k|3340 | 19k| 1 | 244k| 22 | 0.000000e+00 | -- | Inf | 90.52%
1534.70/1538.81 c 1539s|125300 | 146 | 23367k| 184.2 | 209M | 23 | 750 | 11k|3341 | 19k| 1 | 244k| 22 | 0.000000e+00 | -- | Inf | 90.56%
1535.70/1539.89 c 1540s|125400 | 141 | 23386k| 184.2 | 209M | 23 | 750 | 11k|3334 | 19k| 0 | 244k| 22 | 0.000000e+00 | -- | Inf | 90.71%
1536.91/1541.07 c 1541s|125500 | 138 | 23406k| 184.2 | 209M | 23 | 750 | 11k|3348 | 19k| 1 | 245k| 22 | 0.000000e+00 | -- | Inf | 90.85%
1538.50/1542.64 c 1543s|125600 | 148 | 23427k| 184.2 | 209M | 23 | 750 | 11k|3343 | 19k| 0 | 245k| 22 | 0.000000e+00 | -- | Inf | 90.91%
1539.59/1543.73 c 1544s|125700 | 139 | 23445k| 184.2 | 209M | 23 | 750 | 11k| 0 | 19k| 0 | 245k| 22 | 0.000000e+00 | -- | Inf | 90.99%
1540.59/1544.76 c 1545s|125800 | 134 | 23464k| 184.2 | 209M | 23 | 750 | 11k| 0 | 19k| 0 | 245k| 22 | 0.000000e+00 | -- | Inf | 91.05%
1541.69/1545.80 c 1546s|125900 | 133 | 23483k| 184.2 | 209M | 23 | 750 | 11k|3338 | 19k| 1 | 245k| 22 | 0.000000e+00 | -- | Inf | 91.11%
1542.89/1547.00 c 1547s|126000 | 134 | 23504k| 184.2 | 209M | 23 | 750 | 11k|3349 | 19k| 1 | 245k| 22 | 0.000000e+00 | -- | Inf | 91.26%
1543.68/1547.84 c 1548s|126100 | 132 | 23519k| 184.2 | 209M | 23 | 750 | 11k|3338 | 19k| 1 | 246k| 22 | 0.000000e+00 | -- | Inf | 91.31%
1544.78/1548.98 c 1549s|126200 | 131 | 23536k| 184.2 | 209M | 23 | 750 | 11k| 0 | 19k| 0 | 246k| 22 | 0.000000e+00 | -- | Inf | 91.43%
1545.78/1549.95 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1545.78/1549.95 c 1550s|126300 | 131 | 23552k| 184.2 | 209M | 23 | 750 | 11k| 0 | 19k| 0 | 246k| 22 | 0.000000e+00 | -- | Inf | 91.46%
1546.88/1551.02 c 1551s|126400 | 135 | 23569k| 184.2 | 209M | 23 | 750 | 11k|3344 | 19k| 1 | 246k| 22 | 0.000000e+00 | -- | Inf | 91.49%
1547.88/1552.06 c 1552s|126500 | 129 | 23587k| 184.2 | 209M | 23 | 750 | 11k|3343 | 19k| 1 | 246k| 22 | 0.000000e+00 | -- | Inf | 91.53%
1548.97/1553.17 c 1553s|126600 | 126 | 23605k| 184.2 | 209M | 23 | 750 | 11k|3342 | 19k| 1 | 246k| 22 | 0.000000e+00 | -- | Inf | 91.66%
1550.17/1554.36 c 1554s|126700 | 126 | 23623k| 184.2 | 209M | 23 | 750 | 11k|3336 | 19k| 1 | 247k| 22 | 0.000000e+00 | -- | Inf | 91.73%
1551.16/1555.30 c 1555s|126800 | 131 | 23639k| 184.1 | 209M | 23 | 750 | 11k|3338 | 19k| 1 | 247k| 22 | 0.000000e+00 | -- | Inf | 91.80%
1551.97/1556.11 c 1556s|126900 | 129 | 23654k| 184.1 | 209M | 23 | 750 | 11k|3336 | 19k| 1 | 247k| 22 | 0.000000e+00 | -- | Inf | 91.84%
1552.76/1556.99 c 1557s|127000 | 127 | 23671k| 184.1 | 209M | 23 | 750 | 11k|3338 | 19k| 0 | 247k| 22 | 0.000000e+00 | -- | Inf | 91.87%
1553.66/1557.89 c 1558s|127100 | 123 | 23688k| 184.1 | 209M | 23 | 750 | 11k| 0 | 19k| 0 | 247k| 22 | 0.000000e+00 | -- | Inf | 91.89%
1554.75/1558.97 c 1559s|127200 | 131 | 23705k| 184.1 | 209M | 23 | 750 | 11k|3345 | 19k| 2 | 247k| 22 | 0.000000e+00 | -- | Inf | 92.02%
1555.55/1559.75 c 1560s|127300 | 123 | 23720k| 184.1 | 209M | 23 | 750 | 11k|3337 | 19k| 1 | 248k| 22 | 0.000000e+00 | -- | Inf | 92.12%
1556.75/1560.92 c 1561s|127400 | 125 | 23738k| 184.0 | 209M | 23 | 750 | 11k|3337 | 19k| 0 | 248k| 22 | 0.000000e+00 | -- | Inf | 92.17%
1557.55/1561.74 c 1562s|127500 | 125 | 23752k| 184.0 | 209M | 23 | 750 | 11k|3339 | 19k| 1 | 248k| 22 | 0.000000e+00 | -- | Inf | 92.20%
1558.64/1562.83 c 1563s|127600 | 125 | 23773k| 184.0 | 209M | 23 | 750 | 11k|3342 | 19k| 1 | 248k| 22 | 0.000000e+00 | -- | Inf | 92.25%
1559.74/1563.97 c 1564s|127700 | 130 | 23793k| 184.1 | 209M | 23 | 750 | 11k|3337 | 19k| 0 | 248k| 22 | 0.000000e+00 | -- | Inf | 92.28%
1560.54/1564.70 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1560.54/1564.70 c 1565s|127800 | 126 | 23807k| 184.0 | 209M | 23 | 750 | 11k|3337 | 19k| 1 | 249k| 22 | 0.000000e+00 | -- | Inf | 92.31%
1561.44/1565.66 c 1566s|127900 | 125 | 23824k| 184.0 | 209M | 23 | 750 | 11k|3342 | 19k| 0 | 249k| 22 | 0.000000e+00 | -- | Inf | 92.37%
1562.23/1566.46 c 1566s|128000 | 121 | 23840k| 184.0 | 209M | 23 | 750 | 11k|3339 | 19k| 1 | 249k| 22 | 0.000000e+00 | -- | Inf | 92.42%
1563.43/1567.64 c 1568s|128100 | 121 | 23859k| 184.0 | 209M | 23 | 750 | 11k|3343 | 19k| 1 | 249k| 22 | 0.000000e+00 | -- | Inf | 92.48%
1564.43/1568.64 c 1569s|128200 | 115 | 23877k| 184.0 | 209M | 23 | 750 | 11k|3341 | 19k| 1 | 249k| 22 | 0.000000e+00 | -- | Inf | 92.63%
1565.32/1569.57 c 1570s|128300 | 113 | 23894k| 184.0 | 209M | 23 | 750 | 11k|3340 | 19k| 1 | 250k| 22 | 0.000000e+00 | -- | Inf | 92.70%
1566.42/1570.63 c 1571s|128400 | 108 | 23911k| 184.0 | 209M | 23 | 750 | 11k|3349 | 19k| 1 | 250k| 22 | 0.000000e+00 | -- | Inf | 92.82%
1567.42/1571.64 c 1572s|128500 | 107 | 23930k| 184.0 | 209M | 23 | 750 | 11k|3342 | 19k| 0 | 250k| 22 | 0.000000e+00 | -- | Inf | 92.90%
1568.61/1572.80 c 1573s|128600 | 106 | 23947k| 184.0 | 209M | 23 | 750 | 11k|3338 | 19k| 1 | 250k| 22 | 0.000000e+00 | -- | Inf | 93.00%
1569.71/1573.92 c 1574s|128700 | 103 | 23967k| 184.0 | 209M | 23 | 750 | 11k|3334 | 19k| 0 | 250k| 22 | 0.000000e+00 | -- | Inf | 93.09%
1570.51/1574.79 c 1575s|128800 | 105 | 23982k| 183.9 | 209M | 23 | 750 | 11k|3336 | 19k| 1 | 250k| 22 | 0.000000e+00 | -- | Inf | 93.14%
1571.41/1575.63 c 1576s|128900 | 100 | 23997k| 183.9 | 209M | 23 | 750 | 11k|3341 | 19k| 1 | 251k| 22 | 0.000000e+00 | -- | Inf | 93.19%
1572.50/1576.74 c 1577s|129000 | 103 | 24013k| 183.9 | 209M | 23 | 750 | 11k|3338 | 19k| 1 | 251k| 22 | 0.000000e+00 | -- | Inf | 93.37%
1573.30/1577.59 c 1578s|129100 | 100 | 24030k| 183.9 | 209M | 23 | 750 | 11k|3339 | 19k| 0 | 251k| 22 | 0.000000e+00 | -- | Inf | 93.40%
1574.30/1578.54 c 1579s|129200 | 96 | 24047k| 183.9 | 209M | 23 | 750 | 11k|3338 | 19k| 0 | 251k| 22 | 0.000000e+00 | -- | Inf | 93.45%
1575.20/1579.47 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1575.20/1579.47 c 1579s|129300 | 97 | 24065k| 183.9 | 209M | 23 | 750 | 11k|3338 | 19k| 0 | 251k| 22 | 0.000000e+00 | -- | Inf | 93.47%
1575.90/1580.19 c 1580s|129400 | 95 | 24079k| 183.8 | 209M | 23 | 750 | 11k|3338 | 19k| 0 | 252k| 22 | 0.000000e+00 | -- | Inf | 93.48%
1576.99/1581.22 c 1581s|129500 | 90 | 24098k| 183.8 | 209M | 23 | 750 | 11k|3333 | 19k| 0 | 252k| 22 | 0.000000e+00 | -- | Inf | 93.54%
1578.09/1582.31 c 1582s|129600 | 94 | 24115k| 183.8 | 209M | 23 | 750 | 11k|3340 | 19k| 1 | 252k| 22 | 0.000000e+00 | -- | Inf | 93.62%
1579.98/1584.24 c 1584s|129700 | 95 | 24136k| 183.9 | 209M | 23 | 750 | 11k|3338 | 19k| 1 | 252k| 22 | 0.000000e+00 | -- | Inf | 94.21%
1580.98/1585.29 c 1585s|129800 | 90 | 24155k| 183.9 | 209M | 23 | 750 | 11k|3338 | 19k| 1 | 252k| 22 | 0.000000e+00 | -- | Inf | 94.36%
1581.98/1586.29 c 1586s|129900 | 81 | 24171k| 183.8 | 209M | 23 | 750 | 11k|3339 | 19k| 0 | 252k| 22 | 0.000000e+00 | -- | Inf | 94.66%
1584.07/1588.32 c 1588s|130000 | 82 | 24197k| 183.9 | 209M | 23 | 750 | 10k|3342 | 20k| 1 | 253k| 22 | 0.000000e+00 | -- | Inf | 94.86%
1585.07/1589.34 c 1589s|130100 | 84 | 24213k| 183.9 | 209M | 23 | 750 | 10k| 0 | 20k| 0 | 253k| 22 | 0.000000e+00 | -- | Inf | 94.95%
1586.17/1590.41 c 1590s|130200 | 81 | 24232k| 183.9 | 209M | 23 | 750 | 10k|3344 | 20k| 1 | 253k| 22 | 0.000000e+00 | -- | Inf | 95.19%
1587.07/1591.37 c 1591s|130300 | 81 | 24249k| 183.9 | 209M | 23 | 750 | 10k|3340 | 20k| 1 | 253k| 22 | 0.000000e+00 | -- | Inf | 95.25%
1588.26/1592.59 c 1593s|130400 | 89 | 24268k| 183.9 | 209M | 23 | 750 | 10k|3340 | 20k| 0 | 253k| 22 | 0.000000e+00 | -- | Inf | 95.37%
1589.26/1593.50 c 1593s|130500 | 77 | 24286k| 183.9 | 209M | 23 | 750 | 10k|3346 | 20k| 0 | 253k| 22 | 0.000000e+00 | -- | Inf | 95.41%
1590.56/1594.84 c 1595s|130600 | 75 | 24308k| 183.9 | 209M | 23 | 750 | 10k|3341 | 20k| 0 | 254k| 22 | 0.000000e+00 | -- | Inf | 95.50%
1591.65/1595.94 c 1596s|130700 | 75 | 24327k| 183.9 | 209M | 23 | 750 | 10k|3346 | 20k| 0 | 254k| 22 | 0.000000e+00 | -- | Inf | 95.57%
1592.65/1596.97 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1592.65/1596.97 c 1597s|130800 | 73 | 24346k| 183.9 | 209M | 23 | 750 | 10k|3339 | 20k| 1 | 254k| 22 | 0.000000e+00 | -- | Inf | 95.65%
1593.75/1598.07 c 1598s|130900 | 77 | 24365k| 183.9 | 209M | 23 | 750 | 10k|3347 | 20k| 1 | 254k| 22 | 0.000000e+00 | -- | Inf | 95.71%
1594.75/1599.00 c 1599s|131000 | 72 | 24382k| 183.9 | 209M | 23 | 750 | 10k|3344 | 20k| 1 | 254k| 22 | 0.000000e+00 | -- | Inf | 95.77%
1595.85/1600.12 c 1600s|131100 | 67 | 24401k| 183.9 | 209M | 23 | 750 | 10k|3339 | 20k| 1 | 254k| 22 | 0.000000e+00 | -- | Inf | 95.91%
1597.04/1601.33 c 1601s|131200 | 69 | 24421k| 183.9 | 209M | 23 | 750 | 10k|3338 | 20k| 0 | 255k| 22 | 0.000000e+00 | -- | Inf | 95.98%
1597.84/1602.17 c 1602s|131300 | 67 | 24436k| 183.9 | 209M | 23 | 750 | 10k|3338 | 20k| 0 | 255k| 22 | 0.000000e+00 | -- | Inf | 96.04%
1598.74/1603.02 c 1603s|131400 | 68 | 24451k| 183.9 | 209M | 23 | 750 | 10k|3338 | 20k| 1 | 255k| 22 | 0.000000e+00 | -- | Inf | 96.08%
1599.63/1603.99 c 1604s|131500 | 61 | 24469k| 183.9 | 209M | 23 | 750 | 10k| 0 | 20k| 0 | 255k| 22 | 0.000000e+00 | -- | Inf | 96.37%
1600.93/1605.20 c 1605s|131600 | 61 | 24487k| 183.9 | 209M | 23 | 750 | 10k|3342 | 20k| 1 | 255k| 22 | 0.000000e+00 | -- | Inf | 96.46%
1601.73/1606.06 c 1606s|131700 | 60 | 24502k| 183.8 | 209M | 23 | 750 | 10k|3343 | 20k| 0 | 255k| 22 | 0.000000e+00 | -- | Inf | 96.53%
1602.83/1607.13 c 1607s|131800 | 61 | 24521k| 183.8 | 209M | 23 | 750 | 10k|3341 | 20k| 1 | 256k| 22 | 0.000000e+00 | -- | Inf | 96.60%
1603.83/1608.11 c 1608s|131900 | 55 | 24539k| 183.8 | 209M | 23 | 750 | 10k|3336 | 20k| 0 | 256k| 22 | 0.000000e+00 | -- | Inf | 96.69%
1604.83/1609.12 c 1609s|132000 | 52 | 24557k| 183.8 | 209M | 23 | 750 | 10k|3346 | 20k| 0 | 256k| 22 | 0.000000e+00 | -- | Inf | 96.80%
1606.02/1610.37 c 1610s|132100 | 57 | 24577k| 183.9 | 209M | 23 | 750 | 10k|3333 | 20k| 1 | 256k| 22 | 0.000000e+00 | -- | Inf | 96.97%
1607.21/1611.55 c 1612s|132200 | 63 | 24596k| 183.9 | 209M | 23 | 750 | 10k|3343 | 20k| 1 | 256k| 22 | 0.000000e+00 | -- | Inf | 97.09%
1608.01/1612.37 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1608.01/1612.37 c 1612s|132300 | 53 | 24612k| 183.8 | 209M | 23 | 750 | 10k|3340 | 20k| 1 | 256k| 22 | 0.000000e+00 | -- | Inf | 97.11%
1609.01/1613.38 c 1613s|132400 | 53 | 24630k| 183.8 | 209M | 23 | 750 | 10k|3340 | 20k| 0 | 257k| 22 | 0.000000e+00 | -- | Inf | 97.15%
1609.91/1614.25 c 1614s|132500 | 49 | 24646k| 183.8 | 209M | 23 | 750 | 10k|3339 | 20k| 1 | 257k| 22 | 0.000000e+00 | -- | Inf | 97.20%
1610.90/1615.29 c 1615s|132600 | 45 | 24665k| 183.8 | 209M | 23 | 750 | 10k|3336 | 20k| 0 | 257k| 22 | 0.000000e+00 | -- | Inf | 97.34%
1612.00/1616.36 c 1616s|132700 | 45 | 24683k| 183.8 | 209M | 23 | 750 | 10k|3336 | 20k| 0 | 257k| 22 | 0.000000e+00 | -- | Inf | 97.40%
1613.10/1617.42 c 1617s|132800 | 41 | 24702k| 183.8 | 209M | 23 | 750 | 10k|3337 | 20k| 1 | 257k| 22 | 0.000000e+00 | -- | Inf | 97.49%
1614.29/1618.64 c 1619s|132900 | 37 | 24722k| 183.8 | 209M | 23 | 750 | 10k|3342 | 20k| 1 | 258k| 22 | 0.000000e+00 | -- | Inf | 97.66%
1615.49/1619.89 c 1620s|133000 | 38 | 24742k| 183.8 | 209M | 23 | 750 | 10k|3339 | 20k| 0 | 258k| 22 | 0.000000e+00 | -- | Inf | 97.73%
1616.59/1620.92 c 1621s|133100 | 35 | 24760k| 183.9 | 209M | 23 | 750 | 10k|3339 | 20k| 0 | 258k| 22 | 0.000000e+00 | -- | Inf | 97.79%
1617.69/1622.08 c 1622s|133200 | 37 | 24780k| 183.9 | 209M | 23 | 750 | 10k|3342 | 20k| 1 | 258k| 22 | 0.000000e+00 | -- | Inf | 97.83%
1618.79/1623.14 c 1623s|133300 | 34 | 24798k| 183.9 | 209M | 23 | 750 | 10k|3344 | 20k| 0 | 258k| 22 | 0.000000e+00 | -- | Inf | 97.88%
1619.88/1624.20 c 1624s|133400 | 31 | 24816k| 183.9 | 209M | 23 | 750 | 10k|3340 | 20k| 0 | 258k| 22 | 0.000000e+00 | -- | Inf | 97.98%
1620.98/1625.35 c 1625s|133500 | 25 | 24838k| 183.9 | 209M | 23 | 750 | 10k|3339 | 20k| 0 | 259k| 22 | 0.000000e+00 | -- | Inf | 98.08%
1622.07/1626.48 c 1626s|133600 | 24 | 24858k| 183.9 | 209M | 23 | 750 | 10k|3346 | 20k| 1 | 259k| 22 | 0.000000e+00 | -- | Inf | 98.52%
1623.37/1627.73 c 1628s|133700 | 28 | 24875k| 183.9 | 209M | 23 | 750 | 10k|3338 | 20k| 1 | 259k| 22 | 0.000000e+00 | -- | Inf | 98.56%
1624.27/1628.62 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1624.27/1628.62 c 1629s|133800 | 23 | 24892k| 183.9 | 209M | 23 | 750 | 10k|3346 | 20k| 1 | 259k| 22 | 0.000000e+00 | -- | Inf | 98.63%
1625.27/1629.62 c 1630s|133900 | 24 | 24909k| 183.9 | 209M | 23 | 750 | 10k|3338 | 20k| 0 | 259k| 22 | 0.000000e+00 | -- | Inf | 98.67%
1626.16/1630.54 c 1631s|134000 | 23 | 24926k| 183.9 | 209M | 23 | 750 | 10k|3337 | 20k| 0 | 259k| 22 | 0.000000e+00 | -- | Inf | 98.72%
1627.06/1631.47 c 1631s|134100 | 23 | 24944k| 183.8 | 209M | 23 | 750 | 10k|3337 | 20k| 1 | 260k| 22 | 0.000000e+00 | -- | Inf | 98.77%
1628.06/1632.44 c 1632s|134200 | 19 | 24962k| 183.8 | 209M | 23 | 750 | 10k|3342 | 20k| 0 | 260k| 22 | 0.000000e+00 | -- | Inf | 98.80%
1629.16/1633.53 c 1634s|134300 | 21 | 24981k| 183.9 | 209M | 23 | 750 | 10k|3344 | 20k| 1 | 260k| 22 | 0.000000e+00 | -- | Inf | 98.89%
1629.95/1634.39 c 1634s|134400 | 18 | 24997k| 183.8 | 209M | 23 | 750 | 11k|3344 | 20k| 1 | 260k| 22 | 0.000000e+00 | -- | Inf | 98.93%
1631.35/1635.78 c 1636s|134500 | 19 | 25019k| 183.9 | 209M | 23 | 750 | 11k|3341 | 20k| 0 | 260k| 22 | 0.000000e+00 | -- | Inf | 98.97%
1632.55/1636.95 c 1637s|134600 | 14 | 25039k| 183.9 | 209M | 23 | 750 | 11k|3342 | 20k| 0 | 260k| 22 | 0.000000e+00 | -- | Inf | 99.12%
1633.94/1638.35 c 1638s|134700 | 15 | 25060k| 183.9 | 209M | 23 | 750 | 11k|3351 | 20k| 1 | 261k| 22 | 0.000000e+00 | -- | Inf | 99.41%
1634.94/1639.34 c 1639s|134800 | 14 | 25077k| 183.9 | 209M | 23 | 750 | 11k|3352 | 20k| 1 | 261k| 22 | 0.000000e+00 | -- | Inf | 99.51%
1636.24/1640.69 c 1641s|134900 | 8 | 25099k| 183.9 | 209M | 23 | 750 | 11k|3342 | 20k| 0 | 261k| 22 | 0.000000e+00 | -- | Inf | 99.68%
1637.24/1641.69 c 1642s|135000 | 6 | 25117k| 183.9 | 209M | 23 | 750 | 11k|3345 | 20k| 1 | 261k| 22 | 0.000000e+00 | -- | Inf | 99.75%
1638.53/1642.94 c 1643s|135100 | 5 | 25138k| 183.9 | 209M | 23 | 750 | 10k|3337 | 20k| 1 | 261k| 22 | 0.000000e+00 | -- | Inf | 99.91%
1638.83/1643.28 c
1638.83/1643.28 c SCIP Status : problem is solved [infeasible]
1638.83/1643.28 c Solving Time (sec) : 1643.28
1638.83/1643.28 c Solving Nodes : 135127 (total of 136625 nodes in 2 runs)
1638.83/1643.28 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1638.83/1643.28 c Dual Bound : +1.00000000000000e+20
1638.83/1643.28 c Gap : 0.00 %
1638.83/1643.28 s UNSATISFIABLE
1638.83/1643.28 c SCIP Status : problem is solved [infeasible]
1638.83/1643.28 c Total Time : 1643.28
1638.83/1643.28 c solving : 1643.28
1638.83/1643.28 c presolving : 0.26 (included in solving)
1638.83/1643.28 c reading : 0.01 (included in solving)
1638.83/1643.28 c copying : 1.08 (109 #copies) (minimal 0.01, maximal 0.02, average 0.01)
1638.83/1643.28 c Original Problem :
1638.83/1643.28 c Problem name : HOME/instance-4452035-1721435992.opb
1638.83/1643.28 c Variables : 756 (756 binary, 0 integer, 0 implicit integer, 0 continuous)
1638.83/1643.28 c Constraints : 3542 initial, 3542 maximal
1638.83/1643.28 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1638.83/1643.28 c Presolved Problem :
1638.83/1643.28 c Problem name : t_HOME/instance-4452035-1721435992.opb
1638.83/1643.28 c Variables : 750 (750 binary, 0 integer, 0 implicit integer, 0 continuous)
1638.83/1643.28 c Constraints : 4725 initial, 12032 maximal
1638.83/1643.28 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1638.83/1643.28 c Nonzeros : 35941 constraint, 2219 clique table
1638.83/1643.28 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1638.83/1643.28 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c domcol : 0.00 0.00 2 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c dualsparsify : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c gateextraction : 0.02 0.00 8 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c implics : 0.00 0.00 10 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c milp : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c sparsify : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c trivial : 0.00 0.00 14 1 0 0 0 0 0 0 0 0
1638.83/1643.28 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c dualfix : 0.00 0.00 14 1 0 0 0 0 0 0 0 0
1638.83/1643.28 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c probing : 0.11 0.00 1 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c pseudoobj : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c symmetry : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c vbounds : 0.00 0.00 2 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c knapsack : 0.00 0.00 27 0 0 0 0 0 0 2 64 126
1638.83/1643.28 c setppc : 0.01 0.00 27 0 0 0 0 0 33 0 0 0
1638.83/1643.28 c linear : 0.01 0.00 22 4 0 0 4 0 227 0 29 50
1638.83/1643.28 c logicor : 0.06 0.01 24 0 0 0 0 0 160 0 0 2443
1638.83/1643.28 c benders : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c components : 0.00 0.00 2 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c root node : - - - 136 - - 136 - - - - -
1638.83/1643.28 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
1638.83/1643.28 c benderslp : 0 0 0 0 73493 0 0 1497 0 0 0 0 0 0 0
1638.83/1643.28 c integral : 0 0 0 0 73493 0 0 1497 0 0 0 0 0 0 146986
1638.83/1643.28 c knapsack : 66+ 90 22 848794 0 0 0 1492 145039 1328 77155 0 0 0 0
1638.83/1643.28 c setppc : 1406+ 1407 22 847470 0 0 0 1085 932450 1057 1248623 0 0 0 0
1638.83/1643.28 c linear : 40+ 96 24 846410 0 0 0 6 10186 3749 24138 10 4 0 0
1638.83/1643.28 c logicor : 3213+ 10519 22 648585 0 0 0 0 2756886 27420 5723577 29 11 0 0
1638.83/1643.28 c benders : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c fixedvar : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
1638.83/1643.28 c benderslp : 0.02 0.00 0.00 0.00 0.02 0.00 0.00 0.00 0.00 0.00
1638.83/1643.28 c integral : 7.53 0.00 0.00 0.00 7.53 0.00 0.00 0.00 0.00 0.00
1638.83/1643.28 c knapsack : 4.51 0.00 0.00 4.43 0.00 0.00 0.00 0.00 0.08 0.00
1638.83/1643.28 c setppc : 15.54 0.00 0.00 15.31 0.00 0.00 0.00 0.01 0.22 0.00
1638.83/1643.28 c linear : 1.74 0.00 0.00 1.72 0.00 0.00 0.00 0.00 0.02 0.00
1638.83/1643.28 c logicor : 53.22 0.01 0.01 52.38 0.00 0.00 0.00 0.00 0.82 0.00
1638.83/1643.28 c benders : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1638.83/1643.28 c fixedvar : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1638.83/1643.28 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1638.83/1643.28 c components : 0.03 0.00 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00
1638.83/1643.28 c Propagators : #Propagate #ResProp Cutoffs DomReds
1638.83/1643.28 c dualfix : 2 0 0 0
1638.83/1643.28 c genvbounds : 0 0 0 0
1638.83/1643.28 c nlobbt : 0 0 0 0
1638.83/1643.28 c obbt : 0 0 0 0
1638.83/1643.28 c probing : 0 0 0 0
1638.83/1643.28 c pseudoobj : 0 0 0 0
1638.83/1643.28 c redcost : 0 0 0 0
1638.83/1643.28 c rootredcost : 0 0 0 0
1638.83/1643.28 c symmetry : 0 0 0 0
1638.83/1643.28 c vbounds : 557151 0 0 0
1638.83/1643.28 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
1638.83/1643.28 c dualfix : 0.00 0.00 0.00 0.00 0.00 0.00
1638.83/1643.28 c genvbounds : 0.08 0.00 0.00 0.08 0.00 0.00
1638.83/1643.28 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
1638.83/1643.28 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
1638.83/1643.28 c probing : 0.11 0.00 0.11 0.00 0.00 0.00
1638.83/1643.28 c pseudoobj : 0.09 0.00 0.00 0.09 0.00 0.00
1638.83/1643.28 c redcost : 0.03 0.00 0.00 0.03 0.00 0.00
1638.83/1643.28 c rootredcost : 0.06 0.00 0.00 0.06 0.00 0.00
1638.83/1643.28 c symmetry : 0.17 0.00 0.01 0.16 0.00 0.00
1638.83/1643.28 c vbounds : 1.83 0.00 0.00 1.83 0.00 0.00
1638.83/1643.28 c Symmetry :
1638.83/1643.28 c orbitopal red. : 0 reductions applied, 0 cutoffs
1638.83/1643.28 c orbital reduction: 0 reductions applied, 0 cutoffs
1638.83/1643.28 c lexicographic red: 0 reductions applied, 0 cutoffs
1638.83/1643.28 c shadow tree time : 0.18 s
1638.83/1643.28 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
1638.83/1643.28 c propagation : 0.88 30410 25924 - 155064 22.2 470 16.4 - - -
1638.83/1643.28 c infeasible LP : 13.69 52709 52691 - 589237 32.9 204 14.1 52690 50.7 0
1638.83/1643.28 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
1638.83/1643.28 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
1638.83/1643.28 c pseudo solution : 0.00 0 0 - 0 0.0 0 0.0 - - -
1638.83/1643.28 c applied globally : 1.94 - - 0 208145 27.1 - - 51472 - -
1638.83/1643.28 c applied locally : - - - 0 903 27.6 - - 1218 - -
1638.83/1643.28 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
1638.83/1643.28 c cut pool : 5.44 - 5110 42 - - 83688 149054 - - - - - (maximal pool size: 4135)
1638.83/1643.28 c aggregation : 3.59 0.00 2103 22 0 0 1 1 0 0 0 0 0
1638.83/1643.28 c > cmir : - - - - - - - 1 0 0 0 0 -
1638.83/1643.28 c > flowcover : - - - - - - - 0 0 0 0 0 -
1638.83/1643.28 c > knapsackcover : - - - - - - - 0 0 0 0 0 -
1638.83/1643.28 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c clique : 0.04 0.00 22 22 0 0 40 462 0 159 159 0 0
1638.83/1643.28 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c gomory : 53.28 0.00 2101 20 0 0 106715 100446 24375 3923 3619 304 0
1638.83/1643.28 c > gomorymi : - - - - - - - 43136 12337 807 583 224 -
1638.83/1643.28 c > strongcg : - - - - - - - 57310 12038 3116 3036 80 -
1638.83/1643.28 c impliedbounds : 0.11 0.00 2103 22 0 3 0 0 0 0 0 0 0
1638.83/1643.28 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c mcf : 0.00 0.00 2 2 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c multilinear : 0.01 0.00 15042 22 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c rapidlearning : 8.52 0.00 100 2 0 3164 0 0 0 0 0 0 696
1638.83/1643.28 c rlt : 0.01 0.00 1062 20 0 0 0 0 0 0 0 0 0
1638.83/1643.28 c zerohalf : 9.47 0.00 2103 22 0 0 5186 48145 3879 17529 14984 2545 0
1638.83/1643.28 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
1638.83/1643.28 c hybrid : 0.33 0.00 3120 22 21579 64 155677 117 0 5117
1638.83/1643.28 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c Pricers : ExecTime SetupTime Calls Vars
1638.83/1643.28 c problem variables: 0.00 - 0 0
1638.83/1643.28 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
1638.83/1643.28 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c random : 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c relpscost : 7.48 0.00 73493 0 0 0 0 0 0 146986
1638.83/1643.28 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
1638.83/1643.28 c Primal Heuristics : ExecTime SetupTime Calls Found Best
1638.83/1643.28 c LP solutions : 0.00 - - 0 0
1638.83/1643.28 c relax solutions : 0.00 - - 0 0
1638.83/1643.28 c pseudo solutions : 0.00 - - 0 0
1638.83/1643.28 c strong branching : 0.00 - - 0 0
1638.83/1643.28 c actconsdiving : 0.00 0.00 0 0 0
1638.83/1643.28 c adaptivediving : 4.78 0.00 77 0 0
1638.83/1643.28 c alns : 0.30 0.00 14 0 0
1638.83/1643.28 c bound : 0.00 0.00 0 0 0
1638.83/1643.28 c clique : 0.00 0.00 1 0 0
1638.83/1643.28 c coefdiving : 0.00 0.00 0 0 0
1638.83/1643.28 c completesol : 0.00 0.00 0 0 0
1638.83/1643.28 c conflictdiving : 20.19 0.00 689 0 0
1638.83/1643.28 c crossover : 0.02 0.00 0 0 0
1638.83/1643.28 c dins : 0.00 0.00 0 0 0
1638.83/1643.28 c distributiondivin: 65.26 0.00 689 0 0
1638.83/1643.28 c dps : 0.00 0.00 0 0 0
1638.83/1643.28 c dualval : 0.00 0.00 0 0 0
1638.83/1643.28 c farkasdiving : 0.00 0.00 0 0 0
1638.83/1643.28 c feasjump : 0.02 0.00 2 0 0
1638.83/1643.28 c feaspump : 19.30 0.00 95 0 0
1638.83/1643.28 c fixandinfer : 0.00 0.00 0 0 0
1638.83/1643.28 c fracdiving : 35.72 0.00 690 0 0
1638.83/1643.28 c gins : 0.01 0.00 0 0 0
1638.83/1643.28 c guideddiving : 0.00 0.00 0 0 0
1638.83/1643.28 c indcoefdiving : 0.00 0.00 0 0 0
1638.83/1643.28 c indicator : 0.02 0.00 0 0 0
1638.83/1643.28 c indicatordiving : 0.00 0.00 0 0 0
1638.83/1643.28 c indoneopt : 0.03 0.00 0 0 0
1638.83/1643.28 c indrounding : 0.00 0.00 0 0 0
1638.83/1643.28 c indtwoopt : 0.00 0.00 0 0 0
1638.83/1643.28 c intdiving : 0.00 0.00 0 0 0
1638.83/1643.28 c intshifting : 0.00 0.00 0 0 0
1638.83/1643.28 c linesearchdiving : 32.65 0.00 690 0 0
1638.83/1643.28 c localbranching : 0.00 0.00 0 0 0
1638.83/1643.28 c locks : 0.00 0.00 1 0 0
1638.83/1643.28 c lpface : 0.18 0.00 0 0 0
1638.83/1643.28 c mpec : 0.00 0.00 0 0 0
1638.83/1643.28 c multistart : 0.00 0.00 0 0 0
1638.83/1643.28 c mutation : 0.00 0.00 0 0 0
1638.83/1643.28 c nlpdiving : 0.00 0.00 0 0 0
1638.83/1643.28 c objpscostdiving : 6.95 0.00 5 0 0
1638.83/1643.28 c octane : 0.00 0.00 0 0 0
1638.83/1643.28 c ofins : 0.02 0.00 0 0 0
1638.83/1643.28 c oneopt : 0.03 0.00 0 0 0
1638.83/1643.28 c padm : 0.00 0.00 0 0 0
1638.83/1643.28 c proximity : 0.00 0.00 0 0 0
1638.83/1643.28 c pscostdiving : 42.32 0.00 690 0 0
1638.83/1643.28 c randrounding : 0.13 0.00 1507 0 0
1638.83/1643.28 c rens : 0.00 0.00 0 0 0
1638.83/1643.28 c reoptsols : 0.00 0.00 0 0 0
1638.83/1643.28 c repair : 0.00 0.00 0 0 0
1638.83/1643.28 c rins : 0.02 0.00 0 0 0
1638.83/1643.28 c rootsoldiving : 3.50 0.00 12 0 0
1638.83/1643.28 c rounding : 0.45 0.00 3840 0 0
1638.83/1643.28 c scheduler : 0.00 0.00 0 0 0
1638.83/1643.28 c shiftandpropagate: 0.01 0.00 2 0 0
1638.83/1643.28 c shifting : 0.62 0.00 933 0 0
1638.83/1643.28 c simplerounding : 0.03 0.00 0 0 0
1638.83/1643.28 c smallcard : 0.00 0.00 0 0 0
1638.83/1643.28 c subnlp : 0.04 0.00 0 0 0
1638.83/1643.28 c trivial : 0.00 0.00 4 0 0
1638.83/1643.28 c trivialnegation : 0.00 0.00 0 0 0
1638.83/1643.28 c trustregion : 0.00 0.00 0 0 0
1638.83/1643.28 c trysol : 0.02 0.00 0 0 0
1638.83/1643.28 c twoopt : 0.00 0.00 0 0 0
1638.83/1643.28 c undercover : 0.00 0.00 0 0 0
1638.83/1643.28 c vbounds : 0.01 0.00 2 0 0
1638.83/1643.28 c veclendiving : 17.20 0.00 690 0 0
1638.83/1643.28 c zeroobj : 0.00 0.00 0 0 0
1638.83/1643.28 c zirounding : 0.10 0.00 1000 0 0
1638.83/1643.28 c other solutions : - - - 0 -
1638.83/1643.28 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
1638.83/1643.28 c rens : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
1638.83/1643.28 c rins : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
1638.83/1643.28 c mutation : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
1638.83/1643.28 c localbranching : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
1638.83/1643.28 c crossover : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
1638.83/1643.28 c proximity : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
1638.83/1643.28 c dins : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
1638.83/1643.28 c zeroobjective : 0 0.00 0.00 0 0 0 0.00000 0.00000 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 0
1638.83/1643.28 c trustregion : 0 0.00 0.00 0 0 0 0.00000 0.00000 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 0
1638.83/1643.28 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
1638.83/1643.28 c primal LP : 1.66 3781 0 0.00 0.00 1.66 3781
1638.83/1643.28 c dual LP : 1117.86 126939 23356206 184.19 20893.74 0.04 131
1638.83/1643.28 c lex dual LP : 0.00 0 0 0.00 -
1638.83/1643.28 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1638.83/1643.28 c resolve instable : 0.00 0 0 0.00 -
1638.83/1643.28 c diving/probing LP: 195.40 9396 1787870 190.28 9149.97
1638.83/1643.28 c strong branching : 0.94 22 12981 590.05 13819.48 - - 10
1638.83/1643.28 c (at root node) : - 22 12981 590.05 -
1638.83/1643.28 c conflict analysis: 0.00 0 0 0.00 -
1638.83/1643.28 c B&B Tree :
1638.83/1643.28 c number of runs : 2
1638.83/1643.28 c nodes : 135127 (72532 internal, 62595 leaves)
1638.83/1643.28 c feasible leaves : 0
1638.83/1643.28 c infeas. leaves : 62595
1638.83/1643.28 c objective leaves : 0
1638.83/1643.28 c nodes (total) : 136625 (73493 internal, 63132 leaves)
1638.83/1643.28 c nodes left : 0
1638.83/1643.28 c max depth : 23
1638.83/1643.28 c max depth (total): 23
1638.83/1643.28 c backtracks : 41179 (30.5%)
1638.83/1643.28 c early backtracks : 0 (0.0%)
1638.83/1643.28 c nodes exc. ref. : 0 (0.0%)
1638.83/1643.28 c delayed cutoffs : 9938
1638.83/1643.28 c repropagations : 84497 (2968777 domain reductions, 9652 cutoffs)
1638.83/1643.28 c avg switch length: 5.52
1638.83/1643.28 c switching time : 65.75
1638.83/1643.28 c Root Node :
1638.83/1643.28 c First LP value : +0.00000000000000e+00
1638.83/1643.28 c First LP Iters : 1184 (25427.91 Iter/sec)
1638.83/1643.28 c First LP Time : 0.05
1638.83/1643.28 c Final Dual Bound : -
1638.83/1643.28 c Final Root Iters : 15112
1638.83/1643.28 c Root LP Estimate : +9.56526257364645e-02
1638.83/1643.28 c Solution :
1638.83/1643.28 c Solutions found : 0 (0 improvements)
1638.83/1643.28 c Primal Bound : infeasible
1638.83/1643.28 c Dual Bound : -
1638.83/1643.28 c Gap : 0.00 %
1638.83/1643.28 c Integrals : Total Avg%
1638.83/1643.28 c primal-dual : - - (problem infeasible)
1638.83/1643.28 c primal-ref : - - (problem infeasible)
1638.83/1643.28 c dual-ref : - - (problem infeasible)
1638.93/1643.32 c Time complete: 1638.97.
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
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.
NUMA information:
number of nodes: 2
memory of node 0: 63968 MiB (61767 MiB free)
memory of node 1: 64473 MiB (61690 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452035-1721435992/watcher-4452035-1721435992 -o /tmp/evaluation-result-4452035-1721435992/solver-4452035-1721435992 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721434856-1036358 --watchdog 3760 pbscip -f HOME/instance-4452035-1721435992.opb -t 3600 -j 2 -m 31000
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=1037782, runsolver pid=1037779
[startup+0.100249 s]*
/proc/loadavg: 4.10 4.05 3.60 5/254 1037783
/proc/meminfo: memFree=126404032/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=70040 memory=31568 CPUtime=0.09 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 4490 0 0 0 9 0 0 0 20 0 1 0 195764152 71720960 7892 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 17510 7892 3792 3540 0 5767 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 70040 KiB
Current children cumulated memory: 31568 KiB
[startup+0.205267 s]*
/proc/loadavg: 4.10 4.05 3.60 5/254 1037783
/proc/meminfo: memFree=126393196/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=82488 memory=42912 CPUtime=0.19 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 7168 0 0 0 19 0 0 0 20 0 1 0 195764152 84467712 10728 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 20622 10728 3984 3540 0 8879 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 82488 KiB
Current children cumulated memory: 42912 KiB
[startup+0.306249 s]*
/proc/loadavg: 4.10 4.05 3.60 5/254 1037783
/proc/meminfo: memFree=126392512/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=83304 memory=43428 CPUtime=0.29 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 7334 0 0 0 29 0 0 0 20 0 1 0 195764152 85303296 10857 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 20826 10857 3984 3540 0 9083 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 83304 KiB
Current children cumulated memory: 43428 KiB
[startup+0.700154 s]
/proc/loadavg: 4.10 4.05 3.60 5/256 1037787
/proc/meminfo: memFree=126392384/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=83592 memory=43692 CPUtime=0.67 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 7378 0 0 0 67 0 0 0 20 0 1 0 195764152 85598208 10923 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 20898 10923 3984 3540 0 9155 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 83592 KiB
Current children cumulated memory: 43692 KiB
[startup+1.50016 s]
/proc/loadavg: 4.10 4.05 3.60 5/256 1037789
/proc/meminfo: memFree=126391940/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=101840 memory=60380 CPUtime=1.48 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 11562 0 0 0 147 1 0 0 20 0 1 0 195764152 104284160 15095 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 25460 15095 4000 3540 0 13717 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 101840 KiB
Current children cumulated memory: 60380 KiB
[startup+3.10542 s]
/proc/loadavg: 4.10 4.05 3.60 5/256 1037789
/proc/meminfo: memFree=126339280/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=142292 memory=96600 CPUtime=3.08 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 21496 0 0 0 306 2 0 0 20 0 1 0 195764152 145707008 24150 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 35573 24150 4016 3540 0 23830 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 142292 KiB
Current children cumulated memory: 96600 KiB
[startup+6.30016 s]
/proc/loadavg: 4.10 4.05 3.61 5/256 1037789
/proc/meminfo: memFree=126335132/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=145800 memory=100328 CPUtime=6.26 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 23580 0 0 0 624 2 0 0 20 0 1 0 195764152 149299200 25082 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 36450 25082 4016 3540 0 24707 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 145800 KiB
Current children cumulated memory: 100328 KiB
[startup+12.7002 s]
/proc/loadavg: 4.09 4.05 3.61 5/256 1037790
/proc/meminfo: memFree=126317036/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=157100 memory=112248 CPUtime=12.64 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 27537 0 0 0 1261 3 0 0 20 0 1 0 195764152 160870400 28062 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 39275 28062 4016 3540 0 27532 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 157100 KiB
Current children cumulated memory: 112248 KiB
[startup+25.5002 s]
/proc/loadavg: 4.07 4.04 3.62 5/256 1037792
/proc/meminfo: memFree=126293060/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=178600 memory=133936 CPUtime=25.41 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 38573 0 0 0 2536 5 0 0 20 0 1 0 195764152 182886400 33484 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 44650 33484 4016 3540 0 32907 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 178600 KiB
Current children cumulated memory: 133936 KiB
[startup+51.1055 s]
/proc/loadavg: 4.04 4.04 3.63 5/256 1037797
/proc/meminfo: memFree=126270700/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=201020 memory=156052 CPUtime=50.95 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 55542 0 0 0 5087 8 0 0 20 0 1 0 195764152 205844480 39013 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 50255 39013 4016 3540 0 38512 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 201020 KiB
Current children cumulated memory: 156052 KiB
[startup+102.3 s]
/proc/loadavg: 4.06 4.04 3.65 5/256 1037806
/proc/meminfo: memFree=126244052/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=226192 memory=181672 CPUtime=102.01 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 68785 0 0 0 10190 11 0 0 20 0 1 0 195764152 231620608 45418 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 56548 45418 4016 3540 0 44805 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 226192 KiB
Current children cumulated memory: 181672 KiB
[startup+162.3 s]
/proc/loadavg: 4.15 4.08 3.69 5/256 1037816
/proc/meminfo: memFree=126244484/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=225364 memory=180740 CPUtime=161.85 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 69205 0 0 0 16174 11 0 0 20 0 1 0 195764152 230772736 45185 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 56341 45185 4016 3540 0 44598 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 225364 KiB
Current children cumulated memory: 180740 KiB
[startup+222.3 s]
/proc/loadavg: 4.11 4.08 3.72 5/257 1037828
/proc/meminfo: memFree=126237164/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=232020 memory=187336 CPUtime=221.69 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 70793 0 0 0 22157 12 0 0 20 0 1 0 195764152 237588480 46834 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 58005 46834 4016 3540 0 46262 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 232020 KiB
Current children cumulated memory: 187336 KiB
[startup+282.3 s]
/proc/loadavg: 4.11 4.08 3.75 5/257 1037839
/proc/meminfo: memFree=126235000/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=234508 memory=189144 CPUtime=281.53 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 71258 0 0 0 28141 12 0 0 20 0 1 0 195764152 240136192 47286 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 58627 47286 4016 3540 0 46884 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 234508 KiB
Current children cumulated memory: 189144 KiB
[startup+342.3 s]
/proc/loadavg: 4.15 4.09 3.77 5/255 1037849
/proc/meminfo: memFree=126209052/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=245816 memory=200228 CPUtime=341.37 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 74021 0 0 0 34124 13 0 0 20 0 1 0 195764152 251715584 50057 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 61454 50057 4016 3540 0 49711 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 245816 KiB
Current children cumulated memory: 200228 KiB
[startup+402.3 s]
/proc/loadavg: 4.10 4.09 3.80 5/255 1037859
/proc/meminfo: memFree=126207088/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=248816 memory=201496 CPUtime=401.21 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 74356 0 0 0 40108 13 0 0 20 0 1 0 195764152 254787584 50374 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 62204 50374 4016 3540 0 50461 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 248816 KiB
Current children cumulated memory: 201496 KiB
[startup+462.3 s]
/proc/loadavg: 4.31 4.17 3.85 5/256 1037871
/proc/meminfo: memFree=126194352/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=259664 memory=213368 CPUtime=461.04 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 77307 0 0 0 46091 13 0 0 20 0 1 0 195764152 265895936 53342 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 64916 53342 4016 3540 0 53173 0
################
# More data... #
################
/proc/loadavg: 4.09 4.13 4.02 5/260 1038593
/proc/meminfo: memFree=126089180/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=278756 memory=238076 CPUtime=1298.81 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 82552 0 0 0 129866 15 0 0 20 0 1 0 195764152 285446144 59519 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 69689 59519 4016 3540 0 57946 0
Current children cumulated CPU time: 1298.81 s
Current children cumulated vsize: 278756 KiB
Current children cumulated memory: 238076 KiB
[startup+1362.3 s]
/proc/loadavg: 4.14 4.13 4.03 5/261 1038604
/proc/meminfo: memFree=126088212/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=278756 memory=238752 CPUtime=1358.66 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 82761 0 0 0 135851 15 0 0 20 0 1 0 195764152 285446144 59688 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 69689 59688 4016 3540 0 57946 0
Current children cumulated CPU time: 1358.66 s
Current children cumulated vsize: 278756 KiB
Current children cumulated memory: 238752 KiB
[startup+1422.3 s]
/proc/loadavg: 4.17 4.14 4.03 5/259 1038615
/proc/meminfo: memFree=126087324/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=239164 CPUtime=1418.5 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 82992 0 0 0 141835 15 0 0 20 0 1 0 195764152 289026048 59791 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 59791 4016 3540 0 58820 0
Current children cumulated CPU time: 1418.5 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 239164 KiB
[startup+1482.3 s]
/proc/loadavg: 4.10 4.12 4.03 5/259 1038627
/proc/meminfo: memFree=126085948/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=239840 CPUtime=1478.35 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83263 0 0 0 147819 16 0 0 20 0 1 0 195764152 289026048 59960 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 59960 4016 3540 0 58820 0
Current children cumulated CPU time: 1478.35 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 239840 KiB
[startup+1542.3 s]
/proc/loadavg: 4.14 4.13 4.04 5/256 1038637
/proc/meminfo: memFree=126065512/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=240252 CPUtime=1538.2 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83464 0 0 0 153804 16 0 0 20 0 1 0 195764152 289026048 60063 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60063 4016 3540 0 58820 0
Current children cumulated CPU time: 1538.2 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 240252 KiB
[startup+1602.3 s]
/proc/loadavg: 4.21 4.15 4.05 5/256 1038647
/proc/meminfo: memFree=125990716/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241192 CPUtime=1598.04 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83789 0 0 0 159788 16 0 0 20 0 1 0 195764152 289026048 60298 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60298 4016 3540 0 58820 0
Current children cumulated CPU time: 1598.04 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241192 KiB
[startup+1643.33 s]
# the end of solver process 1037782 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=1638.8 s, system=0.168474 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+1612.8 s]
/proc/loadavg: 4.33 4.18 4.06 5/256 1038648
/proc/meminfo: memFree=125990652/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241352 CPUtime=1608.51 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83884 0 0 0 160835 16 0 0 20 0 1 0 195764152 289026048 60338 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60338 4016 3540 0 58820 0
Current children cumulated CPU time: 1608.51 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241352 KiB
[startup+1625.6 s]
/proc/loadavg: 4.28 4.17 4.06 5/256 1038651
/proc/meminfo: memFree=125990076/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241352 CPUtime=1621.28 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83936 0 0 0 162112 16 0 0 20 0 1 0 195764152 289026048 60338 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60338 4016 3540 0 58820 0
Current children cumulated CPU time: 1621.28 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241352 KiB
[startup+1632 s]*
/proc/loadavg: 4.24 4.17 4.06 5/256 1038652
/proc/meminfo: memFree=125990216/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241352 CPUtime=1627.67 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83936 0 0 0 162751 16 0 0 20 0 1 0 195764152 289026048 60338 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60338 4016 3540 0 58820 0
Current children cumulated CPU time: 1627.67 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241352 KiB
[startup+1638.4 s]
/proc/loadavg: 4.22 4.16 4.06 5/256 1038652
/proc/meminfo: memFree=125990104/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241352 CPUtime=1634.04 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83936 0 0 0 163388 16 0 0 20 0 1 0 195764152 289026048 60338 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60338 4016 3540 0 58820 0
Current children cumulated CPU time: 1634.04 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241352 KiB
[startup+1641.6 s]
/proc/loadavg: 4.20 4.16 4.06 5/256 1038654
/proc/meminfo: memFree=125990048/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241352 CPUtime=1637.24 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83936 0 0 0 163708 16 0 0 20 0 1 0 195764152 289026048 60338 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60338 4016 3540 0 58820 0
Current children cumulated CPU time: 1637.24 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241352 KiB
[startup+1642.4 s]
/proc/loadavg: 4.20 4.16 4.06 5/256 1038654
/proc/meminfo: memFree=125990052/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241352 CPUtime=1638.03 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83936 0 0 0 163787 16 0 0 20 0 1 0 195764152 289026048 60338 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60338 4016 3540 0 58820 0
Current children cumulated CPU time: 1638.03 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241352 KiB
[startup+1642.8 s]
/proc/loadavg: 4.20 4.16 4.06 5/256 1038654
/proc/meminfo: memFree=125990052/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241352 CPUtime=1638.43 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83936 0 0 0 163827 16 0 0 20 0 1 0 195764152 289026048 60338 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60338 4016 3540 0 58820 0
Current children cumulated CPU time: 1638.43 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241352 KiB
[startup+1643.2 s]
/proc/loadavg: 4.20 4.16 4.06 5/256 1038654
/proc/meminfo: memFree=125990052/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241352 CPUtime=1638.83 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83936 0 0 0 163867 16 0 0 20 0 1 0 195764152 289026048 60338 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60338 4016 3540 0 58820 0
Current children cumulated CPU time: 1638.83 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241352 KiB
[startup+1643.3 s]
/proc/loadavg: 4.20 4.16 4.06 5/256 1038654
/proc/meminfo: memFree=125990052/131524600 swapFree=131070704/131071996
[pid=1037782] ppid=1037779 vsize=282252 memory=241352 CPUtime=1638.93 cores=1,3
/proc/1037782/stat : 1037782 (pbscip) R 1037779 1037782 1036346 0 -1 4194304 83936 0 0 0 163877 16 0 0 20 0 1 0 195764152 289026048 60338 134679101440 4194304 18693293 140728113570384 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 33665024 140728113574914 140728113575013 140728113575013 140728113582030 0
/proc/1037782/statm: 70563 60338 4016 3540 0 58820 0
Current children cumulated CPU time: 1638.93 s
Current children cumulated vsize: 282252 KiB
Current children cumulated memory: 241352 KiB
Child status: 0
Real time (s): 1643.33
CPU time (s): 1638.97
CPU user time (s): 1638.8
CPU system time (s): 0.168474
CPU usage (%): 99.7347
Max. virtual memory (cumulated for all children) (KiB): 282252
Max. memory (cumulated for all children) (KiB): 241352
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1638.8
system time used= 0.168474
maximum resident set size= 241352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83942
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= 50
involuntary context switches= 1296
# summary of solver processes directly reported to runsolver:
# pid: 1037782
# total CPU time (s): 1638.97
# total CPU user time (s): 1638.8
# total CPU system time (s): 0.168474
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.29183 second user time and 7.35098 second system time
The end