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-4451945-1721434865.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.14 c (0.1s) probing: 724/750 (96.5%) - 0 fixings, 0 aggregations, 100 implications, 0 bound changes
0.09/0.14 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.997048
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.20/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.20/0.24 c 0.2s| 1 | 0 | 1191 | - | 25M | 0 | 750 |3357 |3317 | 0 | 0 | 39 | 0 | 0.000000e+00 | -- | Inf | unknown
0.88/0.95 c 1.0s| 1 | 0 | 6740 | - | 31M | 0 | 750 |3565 |3324 | 7 | 1 | 47 | 0 | 0.000000e+00 | -- | Inf | unknown
0.99/1.07 c 1.1s| 1 | 0 | 6846 | - | 33M | 0 | 750 |3573 |3329 | 12 | 2 | 55 | 0 | 0.000000e+00 | -- | Inf | unknown
1.09/1.13 c 1.1s| 1 | 0 | 6961 | - | 41M | 0 | 750 |3581 |3336 | 19 | 3 | 63 | 0 | 0.000000e+00 | -- | Inf | unknown
1.18/1.21 c 1.2s| 1 | 0 | 7076 | - | 49M | 0 | 750 |3588 |3345 | 28 | 4 | 70 | 0 | 0.000000e+00 | -- | Inf | unknown
1.18/1.27 c 1.3s| 1 | 0 | 7183 | - | 56M | 0 | 750 |3592 |3352 | 35 | 5 | 74 | 0 | 0.000000e+00 | -- | Inf | unknown
1.28/1.33 c 1.3s| 1 | 0 | 7293 | - | 59M | 0 | 750 |3593 |3357 | 40 | 6 | 75 | 0 | 0.000000e+00 | -- | Inf | unknown
1.39/1.40 c 1.4s| 1 | 0 | 7422 | - | 64M | 0 | 750 |3602 |3362 | 45 | 7 | 84 | 0 | 0.000000e+00 | -- | Inf | unknown
1.39/1.47 c 1.5s| 1 | 0 | 7514 | - | 70M | 0 | 750 |3609 |3368 | 51 | 8 | 91 | 0 | 0.000000e+00 | -- | Inf | unknown
1.48/1.54 c 1.5s| 1 | 0 | 7588 | - | 77M | 0 | 750 |3616 |3373 | 56 | 9 | 98 | 0 | 0.000000e+00 | -- | Inf | unknown
1.58/1.60 c 1.6s| 1 | 0 | 7694 | - | 83M | 0 | 750 |3625 |3377 | 60 | 10 | 107 | 0 | 0.000000e+00 | -- | Inf | unknown
1.58/1.63 c 1.6s| 1 | 0 | 7762 | - | 83M | 0 | 750 |3632 |3377 | 64 | 11 | 114 | 0 | 0.000000e+00 | -- | Inf | unknown
2.39/2.40 c 2.4s| 1 | 2 | 9332 | - | 83M | 0 | 750 |3648 |3377 | 64 | 11 | 130 | 11 | 0.000000e+00 | -- | Inf | unknown
5.78/5.82 c 5.8s| 100 | 28 | 31365 | 238.4 | 84M | 20 | 750 |3861 |3359 | 68 | 1 | 350 | 11 | 0.000000e+00 | -- | Inf | unknown
6.28/6.35 c 6.4s| 200 | 22 | 37919 | 151.5 | 86M | 20 | 750 |4017 |3363 | 82 | 1 | 510 | 11 | 0.000000e+00 | -- | Inf | 1.59%
7.27/7.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
7.27/7.31 c 7.3s| 300 | 26 | 49726 | 140.3 | 86M | 20 | 750 |4197 |3356 | 87 | 1 | 708 | 11 | 0.000000e+00 | -- | Inf | 1.71%
8.87/8.98 c 9.0s| 400 | 43 | 65753 | 145.3 | 91M | 20 | 750 |4333 |3363 | 139 | 1 | 880 | 11 | 0.000000e+00 | -- | Inf | 2.37%
11.16/11.28 c 11.3s| 500 | 60 | 83172 | 151.1 | 92M | 20 | 750 |4416 |3356 | 162 | 1 |1099 | 11 | 0.000000e+00 | -- | Inf | 4.03%
13.55/13.62 c 13.6s| 600 | 80 |103178 | 159.3 | 101M | 20 | 750 |4489 |3365 | 318 | 1 |1367 | 11 | 0.000000e+00 | -- | Inf | 5.90%
18.63/18.75 c 18.7s| 700 | 88 |136515 | 184.2 | 104M | 20 | 750 |4620 | 0 | 493 | 0 |1597 | 11 | 0.000000e+00 | -- | Inf | 7.03%
21.44/21.59 c 21.6s| 800 | 104 |160992 | 191.8 | 103M | 20 | 750 |4713 |3367 | 583 | 1 |1788 | 11 | 0.000000e+00 | -- | Inf | 9.42%
22.94/23.10 c 23.1s| 900 | 101 |175543 | 186.6 | 104M | 20 | 750 |4795 |3369 | 665 | 2 |2006 | 11 | 0.000000e+00 | -- | Inf | 10.90%
25.92/26.10 c 26.1s| 1000 | 125 |203183 | 195.6 | 104M | 20 | 750 |4795 |3368 | 766 | 1 |2228 | 11 | 0.000000e+00 | -- | Inf | 12.21%
27.22/27.35 c 27.3s| 1100 | 119 |221287 | 194.3 | 105M | 20 | 750 |4895 |3368 | 781 | 1 |2486 | 11 | 0.000000e+00 | -- | Inf | 14.12%
29.31/29.47 c 29.5s| 1200 | 144 |245116 | 198.0 | 108M | 20 | 750 |4920 |3356 | 916 | 1 |2737 | 11 | 0.000000e+00 | -- | Inf | 14.72%
33.30/33.47 c 33.5s| 1300 | 176 |278464 | 208.4 | 110M | 20 | 750 |4952 |3356 | 996 | 1 |3044 | 11 | 0.000000e+00 | -- | Inf | 15.31%
35.29/35.41 c 35.4s| 1400 | 191 |298829 | 208.1 | 114M | 20 | 750 |4988 |3367 |1147 | 1 |3230 | 11 | 0.000000e+00 | -- | Inf | 16.49%
37.39/37.56 c 37.6s| 1500 | 198 |321027 | 209.0 | 114M | 20 | 750 |5007 |3364 |1250 | 1 |3456 | 11 | 0.000000e+00 | -- | Inf | 17.69%
39.99/40.16 c 40.2s| 1600 | 212 |344324 | 210.5 | 116M | 20 | 750 |4992 |3369 |1409 | 0 |3645 | 11 | 0.000000e+00 | -- | Inf | 18.90%
43.57/43.74 c 43.7s| 1700 | 229 |376829 | 217.2 | 116M | 20 | 750 |4966 |3369 |1543 | 0 |3912 | 11 | 0.000000e+00 | -- | Inf | 20.40%
46.07/46.20 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
46.07/46.20 c 46.2s| 1800 | 238 |400908 | 218.5 | 117M | 20 | 750 |4885 |3368 |1592 | 1 |4139 | 11 | 0.000000e+00 | -- | Inf | 23.44%
48.66/48.82 c 48.8s| 1900 | 267 |427250 | 220.9 | 117M | 20 | 750 |5017 |3368 |1692 | 1 |4473 | 11 | 0.000000e+00 | -- | Inf | 24.04%
50.56/50.73 c 50.7s| 2000 | 291 |451130 | 221.8 | 118M | 20 | 750 |5108 |3366 |1736 | 1 |4707 | 11 | 0.000000e+00 | -- | Inf | 24.37%
52.65/52.89 c 52.9s| 2100 | 325 |474671 | 222.4 | 119M | 20 | 750 |5194 |3372 |1831 | 1 |5030 | 11 | 0.000000e+00 | -- | Inf | 24.50%
54.54/54.78 c 54.8s| 2200 | 336 |498077 | 223.0 | 120M | 20 | 750 |5272 |3356 |1880 | 1 |5272 | 11 | 0.000000e+00 | -- | Inf | 25.08%
56.64/56.85 c 56.9s| 2300 | 352 |521668 | 223.5 | 121M | 20 | 750 |5316 |3363 |1964 | 0 |5498 | 11 | 0.000000e+00 | -- | Inf | 25.83%
59.13/59.33 c 59.3s| 2400 | 388 |547318 | 224.9 | 122M | 20 | 750 |5301 |3367 |2081 | 1 |5780 | 11 | 0.000000e+00 | -- | Inf | 26.32%
61.12/61.32 c 61.3s| 2500 | 410 |571191 | 225.5 | 122M | 20 | 750 |5290 |3361 |2132 | 1 |6031 | 11 | 0.000000e+00 | -- | Inf | 26.78%
63.42/63.69 c 63.7s| 2600 | 418 |595537 | 226.2 | 123M | 20 | 750 |5290 |3363 |2257 | 0 |6267 | 11 | 0.000000e+00 | -- | Inf | 27.33%
65.21/65.45 c 65.4s| 2700 | 430 |616466 | 225.5 | 124M | 20 | 750 |5292 |3386 |2347 | 1 |6499 | 11 | 0.000000e+00 | -- | Inf | 27.77%
67.51/67.77 c 67.8s| 2800 | 451 |643742 | 227.2 | 125M | 20 | 750 |5345 | 0 |2406 | 0 |6760 | 11 | 0.000000e+00 | -- | Inf | 28.30%
71.40/71.69 c 71.7s| 2900 | 479 |683836 | 233.2 | 125M | 20 | 750 |5426 |3369 |2482 | 1 |7077 | 11 | 0.000000e+00 | -- | Inf | 28.56%
73.69/73.91 c 73.9s| 3000 | 489 |708200 | 233.6 | 125M | 20 | 750 |5303 |3361 |2513 | 1 |7396 | 11 | 0.000000e+00 | -- | Inf | 28.70%
76.68/76.93 c 76.9s| 3100 | 508 |739388 | 236.1 | 126M | 20 | 750 |5348 |3369 |2586 | 1 |7746 | 11 | 0.000000e+00 | -- | Inf | 28.96%
78.58/78.88 c 78.9s| 3200 | 522 |766064 | 237.0 | 126M | 20 | 750 |5369 |3365 |2631 | 1 |8008 | 11 | 0.000000e+00 | -- | Inf | 29.37%
81.47/81.75 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
81.47/81.75 c 81.7s| 3300 | 536 |792329 | 237.8 | 126M | 20 | 750 |5400 |3368 |2767 | 0 |8311 | 11 | 0.000000e+00 | -- | Inf | 29.77%
84.36/84.63 c 84.6s| 3400 | 557 |817583 | 238.3 | 126M | 20 | 750 |5373 |3366 |2893 | 1 |8563 | 11 | 0.000000e+00 | -- | Inf | 30.21%
86.76/87.01 c 87.0s| 3500 | 573 |842311 | 238.5 | 128M | 20 | 750 |5444 |3361 |2978 | 0 |8886 | 11 | 0.000000e+00 | -- | Inf | 30.64%
88.75/89.06 c 89.1s| 3600 | 587 |866574 | 238.6 | 129M | 20 | 750 |5488 |3367 |3011 | 0 |9184 | 11 | 0.000000e+00 | -- | Inf | 30.81%
90.64/90.97 c 91.0s| 3700 | 594 |889195 | 238.3 | 129M | 20 | 750 |5424 |3357 |3073 | 1 |9408 | 11 | 0.000000e+00 | -- | Inf | 31.12%
92.34/92.66 c 92.7s| 3800 | 600 |910566 | 237.6 | 129M | 20 | 750 |5435 |3369 |3102 | 1 |9656 | 11 | 0.000000e+00 | -- | Inf | 31.38%
94.63/94.96 c 95.0s| 3900 | 615 |933104 | 237.3 | 130M | 20 | 750 |5470 |3368 |3195 | 0 |9877 | 11 | 0.000000e+00 | -- | Inf | 31.76%
96.23/96.51 c 96.5s| 4000 | 615 |949294 | 235.4 | 132M | 20 | 750 |5487 |3367 |3257 | 1 | 10k| 11 | 0.000000e+00 | -- | Inf | 32.09%
98.52/98.83 c 98.8s| 4100 | 632 |970664 | 234.9 | 132M | 20 | 750 |5623 |3368 |3361 | 1 | 10k| 11 | 0.000000e+00 | -- | Inf | 32.40%
101.12/101.49 c 101s| 4200 | 641 |995198 | 235.2 | 133M | 20 | 750 |5646 |3369 |3508 | 0 | 10k| 11 | 0.000000e+00 | -- | Inf | 33.38%
103.02/103.32 c 103s| 4300 | 657 | 1017k| 234.9 | 133M | 20 | 750 |5669 |3370 |3524 | 0 | 10k| 11 | 0.000000e+00 | -- | Inf | 33.54%
105.11/105.45 c 105s| 4400 | 673 | 1041k| 234.9 | 133M | 20 | 750 |5637 | 0 |3605 | 0 | 11k| 11 | 0.000000e+00 | -- | Inf | 34.11%
106.41/106.78 c 107s| 4500 | 669 | 1059k| 233.7 | 133M | 20 | 750 |5648 |3376 |3642 | 1 | 11k| 11 | 0.000000e+00 | -- | Inf | 34.30%
108.11/108.44 c 108s| 4600 | 674 | 1080k| 233.2 | 134M | 20 | 750 |5657 | 0 |3700 | 0 | 11k| 11 | 0.000000e+00 | -- | Inf | 34.67%
109.90/110.29 c 110s| 4700 | 673 | 1100k| 232.6 | 135M | 20 | 750 |5705 | 0 |3794 | 0 | 11k| 11 | 0.000000e+00 | -- | Inf | 35.02%
111.30/111.66 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
111.30/111.66 c 112s| 4800 | 683 | 1119k| 231.6 | 135M | 20 | 750 |5781 |3369 |3813 | 1 | 12k| 11 | 0.000000e+00 | -- | Inf | 35.27%
112.59/112.99 c 113s| 4900 | 679 | 1136k| 230.4 | 135M | 20 | 750 |5837 |3370 |3852 | 1 | 12k| 11 | 0.000000e+00 | -- | Inf | 35.59%
114.49/114.81 c 115s| 5000 | 691 | 1157k| 230.0 | 135M | 20 | 750 |5937 |3368 |3942 | 1 | 12k| 11 | 0.000000e+00 | -- | Inf | 35.81%
116.08/116.49 c 116s| 5100 | 706 | 1179k| 229.8 | 137M | 20 | 750 |6017 |3367 |4029 | 1 | 12k| 11 | 0.000000e+00 | -- | Inf | 36.16%
117.38/117.75 c 118s| 5200 | 708 | 1195k| 228.5 | 137M | 20 | 750 |5996 |3368 |4059 | 1 | 13k| 11 | 0.000000e+00 | -- | Inf | 36.32%
118.68/119.04 c 119s| 5300 | 710 | 1213k| 227.6 | 137M | 20 | 750 |6021 |3366 |4059 | 0 | 13k| 11 | 0.000000e+00 | -- | Inf | 36.70%
120.57/120.90 c 121s| 5400 | 721 | 1233k| 227.0 | 137M | 20 | 750 |6070 |3371 |4135 | 1 | 13k| 11 | 0.000000e+00 | -- | Inf | 36.87%
122.37/122.77 c 123s| 5500 | 732 | 1254k| 226.7 | 137M | 20 | 750 |6123 |3371 |4181 | 0 | 13k| 11 | 0.000000e+00 | -- | Inf | 37.09%
124.06/124.42 c 124s| 5600 | 733 | 1273k| 226.1 | 138M | 20 | 750 |6162 |3356 |4214 | 1 | 14k| 11 | 0.000000e+00 | -- | Inf | 37.40%
125.66/126.04 c 126s| 5700 | 741 | 1295k| 226.0 | 138M | 20 | 750 |6201 | 0 |4282 | 0 | 14k| 11 | 0.000000e+00 | -- | Inf | 37.53%
127.05/127.46 c 127s| 5800 | 744 | 1313k| 225.2 | 138M | 20 | 750 |6256 |3361 |4319 | 1 | 14k| 11 | 0.000000e+00 | -- | Inf | 37.66%
128.45/128.81 c 129s| 5900 | 735 | 1329k| 224.1 | 138M | 20 | 750 |6291 | 0 |4373 | 0 | 14k| 11 | 0.000000e+00 | -- | Inf | 37.89%
129.55/129.91 c 130s| 6000 | 734 | 1343k| 222.7 | 138M | 20 | 750 |6339 | 0 |4391 | 0 | 15k| 11 | 0.000000e+00 | -- | Inf | 38.04%
130.65/131.02 c 131s| 6100 | 736 | 1361k| 222.0 | 138M | 20 | 750 |6370 |3368 |4408 | 1 | 15k| 11 | 0.000000e+00 | -- | Inf | 38.25%
131.75/132.19 c 132s| 6200 | 727 | 1378k| 221.2 | 138M | 20 | 750 |6400 |3371 |4424 | 1 | 15k| 11 | 0.000000e+00 | -- | Inf | 38.60%
133.24/133.69 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
133.24/133.69 c 134s| 6300 | 722 | 1398k| 220.8 | 138M | 20 | 750 |6442 |3364 |4441 | 1 | 15k| 11 | 0.000000e+00 | -- | Inf | 38.81%
134.53/134.99 c 135s| 6400 | 723 | 1414k| 219.8 | 138M | 20 | 750 |6439 |3366 |4498 | 1 | 15k| 11 | 0.000000e+00 | -- | Inf | 39.02%
135.64/136.07 c 136s| 6500 | 717 | 1431k| 219.0 | 138M | 20 | 750 |6482 |3366 |4516 | 0 | 16k| 11 | 0.000000e+00 | -- | Inf | 39.22%
137.03/137.43 c 137s| 6600 | 718 | 1450k| 218.7 | 138M | 20 | 750 |6542 |3370 |4567 | 0 | 16k| 11 | 0.000000e+00 | -- | Inf | 39.50%
138.42/138.84 c 139s| 6700 | 716 | 1468k| 218.1 | 138M | 20 | 750 |6552 |3375 |4598 | 1 | 16k| 11 | 0.000000e+00 | -- | Inf | 39.75%
139.72/140.11 c 140s| 6800 | 706 | 1485k| 217.4 | 138M | 20 | 750 |6575 |3374 |4632 | 0 | 16k| 11 | 0.000000e+00 | -- | Inf | 39.97%
140.82/141.29 c 141s| 6900 | 698 | 1505k| 217.1 | 138M | 20 | 750 |6590 |3372 |4632 | 0 | 16k| 11 | 0.000000e+00 | -- | Inf | 40.18%
142.31/142.75 c 143s| 7000 | 694 | 1524k| 216.7 | 138M | 20 | 750 |6533 |3368 |4669 | 1 | 17k| 11 | 0.000000e+00 | -- | Inf | 40.36%
144.01/144.44 c 144s| 7100 | 700 | 1543k| 216.3 | 138M | 20 | 750 |6580 |3369 |4773 | 0 | 17k| 11 | 0.000000e+00 | -- | Inf | 40.54%
146.50/146.99 c 147s| 7200 | 710 | 1566k| 216.5 | 139M | 20 | 750 |6633 |3371 |4895 | 1 | 17k| 11 | 0.000000e+00 | -- | Inf | 40.97%
148.99/149.48 c 149s| 7300 | 718 | 1589k| 216.6 | 141M | 20 | 750 |6644 |3369 |4996 | 0 | 17k| 11 | 0.000000e+00 | -- | Inf | 41.34%
150.89/151.33 c 151s| 7400 | 718 | 1609k| 216.5 | 142M | 20 | 750 |6698 |3364 |5056 | 1 | 18k| 11 | 0.000000e+00 | -- | Inf | 41.74%
153.38/153.84 c 154s| 7500 | 732 | 1634k| 216.9 | 143M | 20 | 750 |6738 |3375 |5211 | 1 | 18k| 11 | 0.000000e+00 | -- | Inf | 42.04%
155.08/155.56 c 156s| 7600 | 742 | 1655k| 216.8 | 143M | 20 | 750 |6722 |3369 |5293 | 1 | 18k| 11 | 0.000000e+00 | -- | Inf | 42.29%
156.68/157.18 c 157s| 7700 | 743 | 1676k| 216.7 | 144M | 20 | 750 |6732 | 0 |5372 | 0 | 18k| 11 | 0.000000e+00 | -- | Inf | 42.53%
158.77/159.28 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
158.77/159.28 c 159s| 7800 | 745 | 1697k| 216.6 | 144M | 20 | 750 |6700 |3373 |5476 | 1 | 18k| 11 | 0.000000e+00 | -- | Inf | 42.82%
160.06/160.54 c 161s| 7900 | 745 | 1715k| 216.2 | 144M | 20 | 750 |6712 |3370 |5504 | 0 | 19k| 11 | 0.000000e+00 | -- | Inf | 42.94%
161.96/162.42 c 162s| 8000 | 752 | 1735k| 216.0 | 144M | 20 | 750 |6717 |3376 |5560 | 1 | 19k| 11 | 0.000000e+00 | -- | Inf | 43.20%
163.45/163.95 c 164s| 8100 | 758 | 1753k| 215.6 | 144M | 20 | 750 |6815 |3370 |5606 | 1 | 19k| 11 | 0.000000e+00 | -- | Inf | 43.42%
165.34/165.89 c 166s| 8200 | 767 | 1773k| 215.3 | 144M | 20 | 750 |6735 | 0 |5719 | 0 | 19k| 11 | 0.000000e+00 | -- | Inf | 43.79%
166.84/167.31 c 167s| 8300 | 760 | 1793k| 215.2 | 145M | 20 | 750 |6778 |3378 |5768 | 1 | 19k| 11 | 0.000000e+00 | -- | Inf | 44.01%
167.74/168.27 c 168s| 8400 | 753 | 1809k| 214.5 | 145M | 20 | 750 |6827 |3369 |5768 | 1 | 20k| 11 | 0.000000e+00 | -- | Inf | 44.19%
169.73/170.25 c 170s| 8500 | 753 | 1833k| 214.9 | 145M | 20 | 750 |6747 |3367 |5863 | 1 | 20k| 11 | 0.000000e+00 | -- | Inf | 44.49%
171.73/172.20 c 172s| 8600 | 759 | 1856k| 215.0 | 145M | 20 | 750 |6703 |3369 |5966 | 1 | 20k| 11 | 0.000000e+00 | -- | Inf | 44.78%
174.03/174.54 c 175s| 8700 | 767 | 1878k| 215.1 | 145M | 20 | 750 |6733 |3372 |6067 | 1 | 20k| 11 | 0.000000e+00 | -- | Inf | 45.05%
175.82/176.38 c 176s| 8800 | 777 | 1900k| 215.1 | 145M | 20 | 750 |6819 |3378 |6129 | 0 | 21k| 11 | 0.000000e+00 | -- | Inf | 45.22%
177.12/177.65 c 178s| 8900 | 772 | 1919k| 214.9 | 146M | 20 | 750 |6874 |3364 |6147 | 1 | 21k| 11 | 0.000000e+00 | -- | Inf | 45.55%
179.71/180.25 c 180s| 9000 | 787 | 1946k| 215.4 | 149M | 20 | 750 |6768 | 0 |6271 | 0 | 21k| 11 | 0.000000e+00 | -- | Inf | 45.91%
181.91/182.43 c 182s| 9100 | 803 | 1969k| 215.7 | 149M | 20 | 750 |6801 |3372 |6327 | 1 | 21k| 11 | 0.000000e+00 | -- | Inf | 46.15%
183.30/183.80 c 184s| 9200 | 808 | 1990k| 215.5 | 149M | 20 | 750 |6808 |3378 |6327 | 1 | 21k| 11 | 0.000000e+00 | -- | Inf | 46.39%
184.70/185.23 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
184.70/185.23 c 185s| 9300 | 809 | 2007k| 215.1 | 149M | 20 | 750 |6842 |3366 |6378 | 1 | 22k| 11 | 0.000000e+00 | -- | Inf | 46.57%
186.39/186.96 c 187s| 9400 | 811 | 2027k| 214.9 | 149M | 20 | 750 |6689 |3376 |6435 | 2 | 22k| 11 | 0.000000e+00 | -- | Inf | 47.00%
188.49/189.05 c 189s| 9500 | 828 | 2052k| 215.3 | 149M | 20 | 750 |6620 |3371 |6491 | 1 | 22k| 11 | 0.000000e+00 | -- | Inf | 47.39%
189.68/190.28 c 190s| 9600 | 815 | 2068k| 214.7 | 149M | 20 | 750 |6594 |3366 |6542 | 0 | 22k| 11 | 0.000000e+00 | -- | Inf | 47.74%
192.08/192.62 c 193s| 9700 | 818 | 2094k| 215.2 | 149M | 20 | 750 |6514 |3368 |6611 | 0 | 23k| 11 | 0.000000e+00 | -- | Inf | 48.20%
193.27/193.89 c 194s| 9800 | 800 | 2114k| 215.0 | 149M | 20 | 750 |6541 |3367 |6630 | 1 | 23k| 11 | 0.000000e+00 | -- | Inf | 48.44%
194.67/195.24 c 195s| 9900 | 791 | 2133k| 214.8 | 149M | 20 | 750 |6569 |3375 |6647 | 1 | 23k| 11 | 0.000000e+00 | -- | Inf | 48.68%
196.17/196.77 c 197s| 10000 | 788 | 2151k| 214.4 | 149M | 20 | 750 |6627 |3374 |6701 | 1 | 23k| 11 | 0.000000e+00 | -- | Inf | 48.92%
197.66/198.29 c 198s| 10100 | 781 | 2171k| 214.2 | 150M | 20 | 750 |6711 |3376 |6731 | 0 | 23k| 11 | 0.000000e+00 | -- | Inf | 49.14%
199.76/200.37 c 200s| 10200 | 789 | 2196k| 214.6 | 150M | 20 | 750 |6694 |3368 |6783 | 1 | 24k| 11 | 0.000000e+00 | -- | Inf | 49.51%
201.65/202.28 c 202s| 10300 | 785 | 2218k| 214.7 | 150M | 20 | 750 |6696 |3371 |6854 | 1 | 24k| 11 | 0.000000e+00 | -- | Inf | 49.83%
203.64/204.25 c 204s| 10400 | 792 | 2239k| 214.6 | 150M | 20 | 750 |6768 |3365 |6919 | 0 | 24k| 11 | 0.000000e+00 | -- | Inf | 50.10%
205.14/205.75 c 206s| 10500 | 778 | 2260k| 214.6 | 150M | 20 | 750 |6780 |3370 |6978 | 1 | 24k| 11 | 0.000000e+00 | -- | Inf | 50.45%
206.84/207.41 c 207s| 10600 | 790 | 2282k| 214.6 | 150M | 20 | 750 |6841 |3368 |7021 | 1 | 25k| 11 | 0.000000e+00 | -- | Inf | 50.73%
208.73/209.30 c 209s| 10700 | 790 | 2305k| 214.8 | 150M | 20 | 750 |6806 |3370 |7055 | 1 | 25k| 11 | 0.000000e+00 | -- | Inf | 51.10%
210.53/211.11 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
210.53/211.11 c 211s| 10800 | 796 | 2329k| 215.0 | 150M | 20 | 750 |6703 |3371 |7094 | 1 | 25k| 11 | 0.000000e+00 | -- | Inf | 51.34%
212.62/213.28 c 213s| 10900 | 806 | 2353k| 215.2 | 150M | 20 | 750 |6734 |3388 |7207 | 1 | 25k| 11 | 0.000000e+00 | -- | Inf | 51.47%
214.01/214.66 c 215s| 11000 | 806 | 2371k| 214.9 | 150M | 20 | 750 |6794 | 0 |7249 | 0 | 25k| 11 | 0.000000e+00 | -- | Inf | 51.73%
215.51/216.18 c 216s| 11100 | 802 | 2393k| 215.0 | 150M | 20 | 750 |6836 |3382 |7273 | 1 | 26k| 11 | 0.000000e+00 | -- | Inf | 52.14%
217.80/218.48 c 218s| 11200 | 812 | 2419k| 215.4 | 150M | 20 | 750 |6899 |3375 |7390 | 2 | 26k| 11 | 0.000000e+00 | -- | Inf | 52.38%
219.70/220.37 c 220s| 11300 | 829 | 2442k| 215.5 | 150M | 20 | 750 |6943 |3367 |7427 | 1 | 26k| 11 | 0.000000e+00 | -- | Inf | 52.60%
221.19/221.88 c 222s| 11400 | 823 | 2464k| 215.5 | 150M | 20 | 750 |7003 |3380 |7492 | 0 | 26k| 11 | 0.000000e+00 | -- | Inf | 52.87%
223.69/224.34 c 224s| 11500 | 835 | 2489k| 215.9 | 152M | 20 | 750 |6982 |3370 |7562 | 1 | 27k| 11 | 0.000000e+00 | -- | Inf | 53.19%
224.98/225.69 c 226s| 11600 | 842 | 2509k| 215.7 | 152M | 20 | 750 |7030 |3371 |7614 | 1 | 27k| 11 | 0.000000e+00 | -- | Inf | 53.40%
226.58/227.29 c 227s| 11700 | 842 | 2530k| 215.6 | 154M | 20 | 750 |7035 |3378 |7647 | 0 | 27k| 11 | 0.000000e+00 | -- | Inf | 53.62%
228.57/229.25 c 229s| 11800 | 851 | 2554k| 215.8 | 155M | 20 | 750 |6968 | 0 |7699 | 0 | 27k| 11 | 0.000000e+00 | -- | Inf | 53.83%
230.28/230.96 c 231s| 11900 | 856 | 2579k| 216.1 | 155M | 20 | 750 |7006 |3380 |7734 | 1 | 28k| 11 | 0.000000e+00 | -- | Inf | 54.00%
231.77/232.42 c 232s| 12000 | 864 | 2599k| 216.0 | 155M | 20 | 750 |7087 |3367 |7734 | 0 | 28k| 11 | 0.000000e+00 | -- | Inf | 54.14%
233.17/233.81 c 234s| 12100 | 880 | 2618k| 215.8 | 155M | 20 | 750 |7092 |3375 |7734 | 1 | 28k| 11 | 0.000000e+00 | -- | Inf | 54.25%
234.76/235.40 c 235s| 12200 | 889 | 2639k| 215.7 | 155M | 20 | 750 |7083 |3368 |7794 | 1 | 28k| 11 | 0.000000e+00 | -- | Inf | 54.45%
235.96/236.68 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
235.96/236.68 c 237s| 12300 | 884 | 2657k| 215.5 | 155M | 20 | 750 |7112 |3371 |7833 | 1 | 28k| 11 | 0.000000e+00 | -- | Inf | 54.61%
237.16/237.85 c 238s| 12400 | 873 | 2675k| 215.2 | 155M | 20 | 750 |7150 |3375 |7837 | 1 | 29k| 11 | 0.000000e+00 | -- | Inf | 54.75%
239.05/239.75 c 240s| 12500 | 876 | 2699k| 215.4 | 155M | 20 | 750 |7186 | 0 |7862 | 0 | 29k| 11 | 0.000000e+00 | -- | Inf | 54.93%
240.55/241.21 c 241s| 12600 | 872 | 2719k| 215.2 | 155M | 20 | 750 |7232 |3370 |7888 | 1 | 29k| 11 | 0.000000e+00 | -- | Inf | 55.13%
242.24/242.97 c 243s| 12700 | 876 | 2740k| 215.2 | 155M | 20 | 750 |7266 |3374 |7917 | 1 | 29k| 11 | 0.000000e+00 | -- | Inf | 55.35%
244.34/245.01 c 245s| 12800 | 873 | 2766k| 215.5 | 155M | 20 | 750 |7263 | 0 |7943 | 0 | 30k| 11 | 0.000000e+00 | -- | Inf | 55.59%
246.23/246.98 c 247s| 12900 | 882 | 2787k| 215.5 | 155M | 20 | 750 |7314 |3368 |7985 | 1 | 30k| 11 | 0.000000e+00 | -- | Inf | 55.74%
247.93/248.63 c 249s| 13000 | 892 | 2809k| 215.5 | 155M | 20 | 750 |7371 |3371 |8033 | 1 | 30k| 11 | 0.000000e+00 | -- | Inf | 55.89%
249.33/250.05 c 250s| 13100 | 897 | 2829k| 215.4 | 155M | 20 | 750 |7357 |3366 |8046 | 1 | 30k| 11 | 0.000000e+00 | -- | Inf | 56.08%
251.22/251.94 c 252s| 13200 | 903 | 2851k| 215.5 | 155M | 20 | 750 |7281 |3368 |8103 | 1 | 31k| 11 | 0.000000e+00 | -- | Inf | 56.29%
253.21/253.99 c 254s| 13300 | 911 | 2876k| 215.7 | 155M | 20 | 750 |7219 |3368 |8193 | 1 | 31k| 11 | 0.000000e+00 | -- | Inf | 56.55%
255.01/255.71 c 256s| 13400 | 913 | 2899k| 215.8 | 155M | 20 | 750 |7230 |3386 |8207 | 1 | 31k| 11 | 0.000000e+00 | -- | Inf | 56.76%
256.50/257.29 c 257s| 13500 | 919 | 2919k| 215.7 | 156M | 20 | 750 |7307 |3366 |8213 | 1 | 31k| 11 | 0.000000e+00 | -- | Inf | 56.92%
258.00/258.78 c 259s| 13600 | 911 | 2941k| 215.7 | 156M | 20 | 750 |7309 |3367 |8227 | 1 | 31k| 11 | 0.000000e+00 | -- | Inf | 57.21%
259.20/259.91 c 260s| 13700 | 913 | 2958k| 215.4 | 156M | 22 | 750 |7407 |3370 |8251 | 0 | 32k| 11 | 0.000000e+00 | -- | Inf | 57.28%
260.49/261.26 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
260.49/261.26 c 261s| 13800 | 906 | 2978k| 215.3 | 156M | 22 | 750 |7366 |3372 |8271 | 0 | 32k| 11 | 0.000000e+00 | -- | Inf | 57.46%
262.39/263.11 c 263s| 13900 | 915 | 3001k| 215.4 | 158M | 22 | 750 |7370 |3360 |8329 | 1 | 32k| 11 | 0.000000e+00 | -- | Inf | 57.78%
264.08/264.81 c 265s| 14000 | 926 | 3023k| 215.4 | 158M | 22 | 750 |7374 |3379 |8387 | 1 | 32k| 11 | 0.000000e+00 | -- | Inf | 57.97%
265.58/266.35 c 266s| 14100 | 914 | 3043k| 215.3 | 158M | 22 | 750 |7368 |3368 |8414 | 0 | 33k| 11 | 0.000000e+00 | -- | Inf | 58.17%
267.08/267.85 c 268s| 14200 | 916 | 3061k| 215.1 | 159M | 22 | 750 |7441 |3368 |8469 | 1 | 33k| 11 | 0.000000e+00 | -- | Inf | 58.38%
268.38/269.12 c 269s| 14300 | 911 | 3082k| 215.0 | 159M | 22 | 750 |7426 |3369 |8469 | 1 | 33k| 11 | 0.000000e+00 | -- | Inf | 58.55%
269.67/270.40 c 270s| 14400 | 917 | 3101k| 214.8 | 159M | 22 | 750 |7498 |3373 |8474 | 0 | 33k| 11 | 0.000000e+00 | -- | Inf | 58.69%
271.27/272.06 c 272s| 14500 | 922 | 3123k| 214.9 | 159M | 22 | 750 |7554 |3373 |8504 | 1 | 34k| 11 | 0.000000e+00 | -- | Inf | 58.78%
273.06/273.82 c 274s| 14600 | 918 | 3152k| 215.4 | 159M | 22 | 750 |7550 |3373 |8504 | 1 | 34k| 11 | 0.000000e+00 | -- | Inf | 58.94%
274.95/275.75 c 276s| 14700 | 922 | 3174k| 215.4 | 159M | 22 | 750 |7600 |3372 |8587 | 1 | 34k| 11 | 0.000000e+00 | -- | Inf | 59.18%
276.45/277.23 c 277s| 14800 | 926 | 3195k| 215.4 | 159M | 23 | 750 |7539 |3374 |8587 | 1 | 34k| 11 | 0.000000e+00 | -- | Inf | 59.35%
278.04/278.84 c 279s| 14900 | 932 | 3216k| 215.4 | 159M | 23 | 750 |7649 |3371 |8613 | 0 | 35k| 11 | 0.000000e+00 | -- | Inf | 59.57%
280.04/280.81 c 281s| 15000 | 943 | 3240k| 215.6 | 159M | 23 | 750 |7741 |3375 |8630 | 0 | 35k| 11 | 0.000000e+00 | -- | Inf | 59.78%
281.34/282.16 c 282s| 15100 | 945 | 3261k| 215.5 | 159M | 23 | 750 |7725 |3375 |8652 | 0 | 35k| 11 | 0.000000e+00 | -- | Inf | 59.95%
282.63/283.48 c 283s| 15200 | 933 | 3280k| 215.3 | 159M | 23 | 750 |7699 |3371 |8669 | 1 | 35k| 11 | 0.000000e+00 | -- | Inf | 60.17%
284.03/284.89 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
284.03/284.89 c 285s| 15300 | 929 | 3301k| 215.3 | 159M | 23 | 750 |7743 |3375 |8721 | 1 | 36k| 11 | 0.000000e+00 | -- | Inf | 60.30%
285.42/286.27 c 286s| 15400 | 928 | 3323k| 215.3 | 159M | 23 | 750 |7826 |3396 |8721 | 1 | 36k| 11 | 0.000000e+00 | -- | Inf | 60.44%
286.52/287.30 c 287s| 15500 | 918 | 3340k| 215.0 | 159M | 23 | 750 |7870 |3373 |8725 | 0 | 36k| 11 | 0.000000e+00 | -- | Inf | 60.55%
288.22/289.01 c 289s| 15600 | 918 | 3364k| 215.2 | 159M | 23 | 750 |7868 |3385 |8757 | 1 | 36k| 11 | 0.000000e+00 | -- | Inf | 60.68%
289.91/290.79 c 291s| 15700 | 911 | 3387k| 215.3 | 159M | 23 | 750 |7837 |3376 |8807 | 0 | 36k| 11 | 0.000000e+00 | -- | Inf | 61.10%
291.31/292.13 c 292s| 15800 | 901 | 3405k| 215.1 | 159M | 23 | 750 |7900 |3371 |8822 | 0 | 37k| 11 | 0.000000e+00 | -- | Inf | 61.25%
292.51/293.36 c 293s| 15900 | 893 | 3425k| 215.0 | 159M | 23 | 750 |7943 |3373 |8822 | 1 | 37k| 11 | 0.000000e+00 | -- | Inf | 61.35%
293.40/294.29 c 294s| 16000 | 880 | 3440k| 214.6 | 159M | 23 | 750 |7982 |3376 |8853 | 0 | 37k| 11 | 0.000000e+00 | -- | Inf | 61.47%
294.90/295.78 c 296s| 16100 | 877 | 3459k| 214.4 | 159M | 23 | 750 |8099 |3378 |8869 | 0 | 37k| 11 | 0.000000e+00 | -- | Inf | 61.60%
296.00/296.87 c 297s| 16200 | 856 | 3476k| 214.2 | 159M | 23 | 750 |8094 |3369 |8887 | 1 | 38k| 11 | 0.000000e+00 | -- | Inf | 61.80%
297.49/298.30 c 298s| 16300 | 857 | 3496k| 214.1 | 159M | 23 | 750 |8069 |3370 |8903 | 1 | 38k| 11 | 0.000000e+00 | -- | Inf | 61.96%
299.09/299.98 c 300s| 16400 | 854 | 3518k| 214.1 | 159M | 23 | 750 |8067 | 0 |8966 | 0 | 38k| 11 | 0.000000e+00 | -- | Inf | 62.08%
300.58/301.49 c 301s| 16500 | 853 | 3539k| 214.0 | 159M | 23 | 750 |8043 |3373 |8998 | 0 | 38k| 11 | 0.000000e+00 | -- | Inf | 62.24%
302.08/302.93 c 303s| 16600 | 859 | 3560k| 214.0 | 159M | 23 | 750 |8129 |3373 |9016 | 0 | 38k| 11 | 0.000000e+00 | -- | Inf | 62.35%
303.28/304.15 c 304s| 16700 | 855 | 3579k| 213.9 | 159M | 23 | 750 |8184 | 0 |9031 | 0 | 39k| 11 | 0.000000e+00 | -- | Inf | 62.51%
304.57/305.40 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
304.57/305.40 c 305s| 16800 | 847 | 3599k| 213.8 | 159M | 23 | 750 |8191 |3380 |9031 | 0 | 39k| 11 | 0.000000e+00 | -- | Inf | 62.67%
305.57/306.45 c 306s| 16900 | 845 | 3615k| 213.5 | 159M | 23 | 750 |8181 |3373 |9031 | 1 | 39k| 11 | 0.000000e+00 | -- | Inf | 62.84%
307.07/307.94 c 308s| 17000 | 839 | 3636k| 213.4 | 159M | 23 | 750 |8203 |3379 |9052 | 1 | 39k| 11 | 0.000000e+00 | -- | Inf | 62.94%
308.27/309.15 c 309s| 17100 | 830 | 3652k| 213.2 | 159M | 23 | 750 |8257 |3375 |9067 | 1 | 39k| 11 | 0.000000e+00 | -- | Inf | 63.09%
309.26/310.18 c 310s| 17200 | 826 | 3671k| 213.0 | 159M | 23 | 750 |8324 |3371 |9067 | 0 | 40k| 11 | 0.000000e+00 | -- | Inf | 63.22%
310.76/311.64 c 312s| 17300 | 821 | 3694k| 213.1 | 159M | 23 | 750 |8286 |3372 |9104 | 1 | 40k| 11 | 0.000000e+00 | -- | Inf | 63.35%
312.75/313.68 c 314s| 17400 | 826 | 3720k| 213.4 | 159M | 23 | 750 |8171 |3373 |9204 | 1 | 40k| 11 | 0.000000e+00 | -- | Inf | 63.57%
314.15/315.07 c 315s| 17500 | 826 | 3739k| 213.3 | 159M | 23 | 750 |8146 |3379 |9268 | 0 | 40k| 11 | 0.000000e+00 | -- | Inf | 63.76%
316.15/317.07 c 317s| 17600 | 829 | 3765k| 213.5 | 159M | 23 | 750 |8195 |3356 |9340 | 1 | 40k| 11 | 0.000000e+00 | -- | Inf | 63.93%
317.94/318.88 c 319s| 17700 | 834 | 3785k| 213.5 | 159M | 23 | 750 |8200 |3376 |9394 | 0 | 41k| 11 | 0.000000e+00 | -- | Inf | 64.04%
320.33/321.20 c 321s| 17800 | 836 | 3809k| 213.6 | 160M | 23 | 750 |8083 |3372 |9497 | 0 | 41k| 11 | 0.000000e+00 | -- | Inf | 64.29%
321.43/322.37 c 322s| 17900 | 824 | 3827k| 213.4 | 160M | 23 | 750 |8111 |3373 |9514 | 0 | 41k| 11 | 0.000000e+00 | -- | Inf | 64.41%
323.62/324.51 c 325s| 18000 | 824 | 3853k| 213.7 | 160M | 23 | 750 |8098 |3369 |9575 | 1 | 41k| 11 | 0.000000e+00 | -- | Inf | 64.53%
324.52/325.48 c 325s| 18100 | 816 | 3869k| 213.4 | 160M | 23 | 750 |8117 |3371 |9575 | 0 | 41k| 11 | 0.000000e+00 | -- | Inf | 64.62%
325.92/326.83 c 327s| 18200 | 807 | 3889k| 213.3 | 160M | 23 | 750 |8169 |3370 |9612 | 1 | 42k| 11 | 0.000000e+00 | -- | Inf | 64.74%
327.51/328.45 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
327.51/328.45 c 328s| 18300 | 805 | 3911k| 213.3 | 160M | 23 | 750 |8189 |3375 |9644 | 1 | 42k| 11 | 0.000000e+00 | -- | Inf | 64.90%
329.01/329.94 c 330s| 18400 | 793 | 3932k| 213.3 | 160M | 23 | 750 |8202 | 0 |9667 | 0 | 42k| 11 | 0.000000e+00 | -- | Inf | 65.08%
330.50/331.45 c 331s| 18500 | 793 | 3953k| 213.3 | 160M | 23 | 750 |8176 | 0 |9727 | 0 | 42k| 11 | 0.000000e+00 | -- | Inf | 65.21%
332.20/333.11 c 333s| 18600 | 798 | 3977k| 213.4 | 160M | 23 | 750 |8180 |3376 |9767 | 2 | 42k| 11 | 0.000000e+00 | -- | Inf | 65.32%
333.29/334.24 c 334s| 18700 | 798 | 3994k| 213.2 | 160M | 23 | 750 |8213 |3381 |9805 | 1 | 43k| 11 | 0.000000e+00 | -- | Inf | 65.57%
334.99/335.92 c 336s| 18800 | 793 | 4016k| 213.2 | 160M | 23 | 750 |8237 |3389 |9879 | 0 | 43k| 11 | 0.000000e+00 | -- | Inf | 65.82%
336.89/337.82 c 338s| 18900 | 802 | 4039k| 213.3 | 160M | 23 | 750 |8263 |3373 |9926 | 0 | 43k| 11 | 0.000000e+00 | -- | Inf | 65.94%
338.48/339.45 c 339s| 19000 | 803 | 4061k| 213.3 | 160M | 23 | 750 |8248 | 0 | 10k| 0 | 43k| 11 | 0.000000e+00 | -- | Inf | 66.05%
339.98/340.96 c 341s| 19100 | 801 | 4083k| 213.4 | 160M | 23 | 750 |8300 |3372 | 10k| 0 | 43k| 11 | 0.000000e+00 | -- | Inf | 66.17%
341.37/342.38 c 342s| 19200 | 792 | 4103k| 213.3 | 160M | 23 | 750 |8281 |3382 | 10k| 1 | 44k| 11 | 0.000000e+00 | -- | Inf | 66.39%
343.47/344.41 c 344s| 19300 | 792 | 4130k| 213.6 | 160M | 23 | 750 |8294 |3377 | 10k| 0 | 44k| 11 | 0.000000e+00 | -- | Inf | 66.53%
344.66/345.63 c 346s| 19400 | 788 | 4148k| 213.5 | 160M | 23 | 750 |8328 |3375 | 10k| 1 | 44k| 11 | 0.000000e+00 | -- | Inf | 66.59%
345.96/346.98 c 347s| 19500 | 775 | 4169k| 213.4 | 160M | 23 | 750 |8383 | 0 | 10k| 0 | 44k| 11 | 0.000000e+00 | -- | Inf | 66.79%
347.26/348.29 c 348s| 19600 | 776 | 4189k| 213.4 | 160M | 23 | 750 |8407 |3376 | 10k| 0 | 44k| 11 | 0.000000e+00 | -- | Inf | 66.93%
348.75/349.72 c 350s| 19700 | 765 | 4212k| 213.5 | 160M | 23 | 750 |8434 |3378 | 10k| 0 | 45k| 11 | 0.000000e+00 | -- | Inf | 67.08%
351.15/352.13 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
351.15/352.13 c 352s| 19800 | 785 | 4241k| 213.8 | 160M | 23 | 750 |8312 |3382 | 10k| 1 | 45k| 11 | 0.000000e+00 | -- | Inf | 67.31%
352.74/353.73 c 354s| 19900 | 779 | 4261k| 213.7 | 162M | 23 | 750 |8268 |3373 | 10k| 1 | 45k| 11 | 0.000000e+00 | -- | Inf | 67.53%
354.04/355.09 c 355s| 20000 | 776 | 4282k| 213.7 | 162M | 23 | 750 |8331 |3379 | 10k| 1 | 45k| 11 | 0.000000e+00 | -- | Inf | 67.63%
355.14/356.16 c 356s| 20100 | 771 | 4300k| 213.6 | 162M | 23 | 750 |8408 |3376 | 10k| 0 | 46k| 11 | 0.000000e+00 | -- | Inf | 67.70%
356.43/357.49 c 357s| 20200 | 771 | 4318k| 213.4 | 162M | 23 | 750 |8386 |3377 | 10k| 0 | 46k| 11 | 0.000000e+00 | -- | Inf | 67.81%
357.63/358.67 c 359s| 20300 | 759 | 4338k| 213.4 | 162M | 23 | 750 |8396 |3373 | 10k| 1 | 46k| 11 | 0.000000e+00 | -- | Inf | 67.94%
359.13/360.19 c 360s| 20400 | 765 | 4360k| 213.4 | 162M | 23 | 750 |8498 |3376 | 10k| 0 | 46k| 11 | 0.000000e+00 | -- | Inf | 68.03%
360.52/361.50 c 362s| 20500 | 763 | 4379k| 213.2 | 162M | 23 | 750 |8513 | 0 | 10k| 0 | 46k| 11 | 0.000000e+00 | -- | Inf | 68.08%
361.92/362.98 c 363s| 20600 | 762 | 4400k| 213.3 | 162M | 23 | 750 |8544 |3377 | 10k| 0 | 47k| 11 | 0.000000e+00 | -- | Inf | 68.21%
363.12/364.12 c 364s| 20700 | 755 | 4418k| 213.1 | 162M | 23 | 750 |8593 |3366 | 10k| 0 | 47k| 11 | 0.000000e+00 | -- | Inf | 68.33%
364.21/365.28 c 365s| 20800 | 752 | 4437k| 213.0 | 162M | 23 | 750 |8684 |3375 | 10k| 1 | 47k| 11 | 0.000000e+00 | -- | Inf | 68.50%
366.01/367.03 c 367s| 20900 | 760 | 4463k| 213.2 | 162M | 23 | 750 |8710 |3370 | 10k| 1 | 47k| 11 | 0.000000e+00 | -- | Inf | 68.57%
367.50/368.50 c 369s| 21000 | 753 | 4486k| 213.3 | 162M | 23 | 750 |8743 |3372 | 10k| 0 | 47k| 11 | 0.000000e+00 | -- | Inf | 68.67%
369.00/370.04 c 370s| 21100 | 750 | 4507k| 213.3 | 162M | 23 | 750 |8756 |3368 | 10k| 1 | 48k| 11 | 0.000000e+00 | -- | Inf | 68.79%
370.49/371.54 c 372s| 21200 | 752 | 4529k| 213.3 | 162M | 23 | 750 |8768 |3374 | 10k| 0 | 48k| 11 | 0.000000e+00 | -- | Inf | 68.87%
372.19/373.26 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
372.19/373.26 c 373s| 21300 | 756 | 4553k| 213.4 | 162M | 23 | 750 |8742 |3372 | 10k| 1 | 48k| 11 | 0.000000e+00 | -- | Inf | 69.05%
373.78/374.80 c 375s| 21400 | 756 | 4572k| 213.3 | 162M | 23 | 750 |8733 |3369 | 10k| 1 | 48k| 11 | 0.000000e+00 | -- | Inf | 69.11%
375.18/376.29 c 376s| 21500 | 744 | 4591k| 213.2 | 162M | 23 | 750 |8766 |3379 | 10k| 1 | 48k| 11 | 0.000000e+00 | -- | Inf | 69.30%
376.28/377.37 c 377s| 21600 | 739 | 4609k| 213.0 | 162M | 23 | 750 |8827 | 0 | 11k| 0 | 49k| 11 | 0.000000e+00 | -- | Inf | 69.42%
377.87/378.99 c 379s| 21700 | 741 | 4631k| 213.1 | 162M | 23 | 750 |8787 |3371 | 11k| 0 | 49k| 11 | 0.000000e+00 | -- | Inf | 69.50%
379.37/380.43 c 380s| 21800 | 736 | 4651k| 213.0 | 162M | 23 | 750 |8758 | 0 | 11k| 0 | 49k| 11 | 0.000000e+00 | -- | Inf | 69.67%
381.07/382.13 c 382s| 21900 | 747 | 4676k| 213.2 | 162M | 23 | 750 |8790 |3374 | 11k| 1 | 49k| 11 | 0.000000e+00 | -- | Inf | 69.78%
382.26/383.32 c 383s| 22000 | 744 | 4696k| 213.1 | 162M | 23 | 750 |8870 |3392 | 11k| 1 | 49k| 11 | 0.000000e+00 | -- | Inf | 69.81%
383.46/384.51 c 385s| 22100 | 740 | 4715k| 213.0 | 162M | 23 | 750 |8929 |3380 | 11k| 1 | 50k| 11 | 0.000000e+00 | -- | Inf | 69.87%
384.75/385.80 c 386s| 22200 | 733 | 4736k| 213.0 | 162M | 23 | 750 |8947 |3375 | 11k| 0 | 50k| 11 | 0.000000e+00 | -- | Inf | 69.94%
385.85/386.98 c 387s| 22300 | 727 | 4756k| 213.0 | 162M | 23 | 750 |9006 |3386 | 11k| 0 | 50k| 11 | 0.000000e+00 | -- | Inf | 70.01%
387.35/388.41 c 388s| 22400 | 734 | 4776k| 212.9 | 163M | 23 | 750 |9065 |3381 | 11k| 0 | 50k| 11 | 0.000000e+00 | -- | Inf | 70.08%
388.64/389.76 c 390s| 22500 | 719 | 4797k| 212.9 | 163M | 23 | 750 |9046 |3373 | 11k| 0 | 50k| 11 | 0.000000e+00 | -- | Inf | 70.22%
389.95/391.08 c 391s| 22600 | 711 | 4816k| 212.8 | 163M | 23 | 750 |9059 | 0 | 11k| 0 | 51k| 11 | 0.000000e+00 | -- | Inf | 70.31%
391.83/392.98 c 393s| 22700 | 713 | 4840k| 212.9 | 166M | 23 | 750 |8970 |3376 | 11k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | 70.44%
393.33/394.45 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
393.33/394.45 c 394s| 22800 | 721 | 4861k| 212.9 | 166M | 23 | 750 |8964 |3373 | 11k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | 70.51%
394.73/395.88 c 396s| 22900 | 718 | 4880k| 212.8 | 166M | 23 | 750 |8920 |3368 | 11k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | 70.69%
395.72/396.88 c 397s| 23000 | 713 | 4897k| 212.6 | 166M | 23 | 750 |9002 |3370 | 11k| 1 | 51k| 11 | 0.000000e+00 | -- | Inf | 70.76%
397.12/398.26 c 398s| 23100 | 695 | 4918k| 212.6 | 166M | 23 | 750 |9004 |3367 | 11k| 0 | 52k| 11 | 0.000000e+00 | -- | Inf | 70.94%
399.51/400.64 c 401s| 23200 | 714 | 4947k| 212.9 | 166M | 23 | 750 |8976 |3371 | 11k| 0 | 52k| 11 | 0.000000e+00 | -- | Inf | 71.10%
400.92/402.03 c 402s| 23300 | 712 | 4967k| 212.9 | 166M | 23 | 750 |8935 |3377 | 11k| 1 | 52k| 11 | 0.000000e+00 | -- | Inf | 71.16%
402.11/403.21 c 403s| 23400 | 715 | 4988k| 212.8 | 166M | 23 | 750 |9008 |3368 | 11k| 1 | 52k| 11 | 0.000000e+00 | -- | Inf | 71.25%
403.20/404.36 c 404s| 23500 | 708 | 5006k| 212.7 | 166M | 23 | 750 |9097 |3373 | 11k| 0 | 52k| 11 | 0.000000e+00 | -- | Inf | 71.30%
404.50/405.62 c 406s| 23600 | 705 | 5026k| 212.7 | 166M | 23 | 750 |9157 |3377 | 11k| 0 | 53k| 11 | 0.000000e+00 | -- | Inf | 71.39%
405.60/406.74 c 407s| 23700 | 706 | 5045k| 212.6 | 166M | 23 | 750 |9100 |3374 | 11k| 1 | 53k| 11 | 0.000000e+00 | -- | Inf | 71.44%
406.70/407.87 c 408s| 23800 | 695 | 5063k| 212.4 | 166M | 23 | 750 |9140 |3369 | 11k| 1 | 53k| 11 | 0.000000e+00 | -- | Inf | 71.54%
407.79/408.94 c 409s| 23900 | 685 | 5080k| 212.2 | 166M | 23 | 750 |9244 |3374 | 11k| 0 | 53k| 11 | 0.000000e+00 | -- | Inf | 71.60%
408.99/410.18 c 410s| 24000 | 672 | 5099k| 212.1 | 166M | 23 | 750 |9236 |3385 | 11k| 1 | 53k| 11 | 0.000000e+00 | -- | Inf | 71.82%
410.48/411.62 c 412s| 24100 | 669 | 5120k| 212.1 | 166M | 23 | 750 |9236 |3372 | 11k| 0 | 53k| 11 | 0.000000e+00 | -- | Inf | 71.93%
411.78/412.97 c 413s| 24200 | 669 | 5140k| 212.1 | 166M | 23 | 750 |9216 |3371 | 11k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | 72.04%
412.98/414.15 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
412.98/414.15 c 414s| 24300 | 661 | 5158k| 212.0 | 166M | 23 | 750 |9252 |3385 | 11k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | 72.15%
414.17/415.32 c 415s| 24400 | 652 | 5178k| 211.9 | 166M | 23 | 750 |9261 |3375 | 11k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | 72.24%
415.67/416.89 c 417s| 24500 | 649 | 5201k| 212.0 | 166M | 23 | 750 |9296 |3371 | 11k| 1 | 54k| 11 | 0.000000e+00 | -- | Inf | 72.35%
416.87/418.09 c 418s| 24600 | 639 | 5222k| 212.0 | 166M | 23 | 750 |9380 |3370 | 11k| 0 | 54k| 11 | 0.000000e+00 | -- | Inf | 72.43%
418.06/419.28 c 419s| 24700 | 629 | 5240k| 211.9 | 166M | 23 | 750 |9376 |3366 | 11k| 0 | 55k| 11 | 0.000000e+00 | -- | Inf | 72.62%
419.26/420.46 c 420s| 24800 | 627 | 5260k| 211.8 | 166M | 23 | 750 |9364 |3377 | 11k| 0 | 55k| 11 | 0.000000e+00 | -- | Inf | 72.81%
420.26/421.42 c 421s| 24900 | 623 | 5277k| 211.6 | 166M | 23 | 750 |9388 |3381 | 11k| 0 | 55k| 11 | 0.000000e+00 | -- | Inf | 72.94%
421.35/422.52 c 423s| 25000 | 621 | 5296k| 211.5 | 166M | 23 | 750 |9403 |3374 | 11k| 1 | 55k| 11 | 0.000000e+00 | -- | Inf | 73.05%
422.55/423.71 c 424s| 25100 | 616 | 5316k| 211.5 | 166M | 23 | 750 |9451 |3366 | 11k| 0 | 55k| 11 | 0.000000e+00 | -- | Inf | 73.12%
423.65/424.88 c 425s| 25200 | 611 | 5335k| 211.4 | 166M | 23 | 750 |9410 |3376 | 11k| 0 | 56k| 11 | 0.000000e+00 | -- | Inf | 73.19%
424.95/426.10 c 426s| 25300 | 606 | 5354k| 211.3 | 166M | 23 | 750 |9393 |3377 | 11k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | 73.27%
426.14/427.31 c 427s| 25400 | 600 | 5374k| 211.3 | 166M | 23 | 750 |9407 |3368 | 11k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | 73.40%
427.54/428.78 c 429s| 25500 | 595 | 5397k| 211.4 | 166M | 23 | 750 |9362 |3380 | 11k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | 73.61%
429.03/430.28 c 430s| 25600 | 594 | 5420k| 211.4 | 166M | 23 | 750 |9346 |3375 | 11k| 1 | 56k| 11 | 0.000000e+00 | -- | Inf | 73.70%
430.83/432.05 c 432s| 25700 | 599 | 5444k| 211.5 | 166M | 23 | 750 |9324 |3382 | 11k| 2 | 57k| 11 | 0.000000e+00 | -- | Inf | 73.76%
432.13/433.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
432.13/433.31 c 433s| 25800 | 591 | 5464k| 211.5 | 166M | 23 | 750 |9387 |3372 | 11k| 1 | 57k| 11 | 0.000000e+00 | -- | Inf | 73.86%
433.22/434.44 c 434s| 25900 | 593 | 5483k| 211.4 | 166M | 23 | 750 |9452 |3376 | 11k| 0 | 57k| 11 | 0.000000e+00 | -- | Inf | 73.92%
434.62/435.86 c 436s| 26000 | 598 | 5504k| 211.4 | 166M | 23 | 750 |9471 |3375 | 11k| 1 | 57k| 11 | 0.000000e+00 | -- | Inf | 74.08%
435.82/437.03 c 437s| 26100 | 587 | 5521k| 211.3 | 166M | 23 | 750 |9516 |3377 | 11k| 1 | 57k| 11 | 0.000000e+00 | -- | Inf | 74.26%
437.21/438.40 c 438s| 26200 | 592 | 5542k| 211.3 | 166M | 23 | 750 |9616 |3371 | 11k| 0 | 57k| 11 | 0.000000e+00 | -- | Inf | 74.34%
438.31/439.59 c 440s| 26300 | 583 | 5562k| 211.2 | 166M | 23 | 750 |9664 |3375 | 11k| 0 | 58k| 11 | 0.000000e+00 | -- | Inf | 74.42%
439.51/440.79 c 441s| 26400 | 571 | 5583k| 211.2 | 166M | 23 | 750 |9705 |3373 | 12k| 0 | 58k| 11 | 0.000000e+00 | -- | Inf | 74.52%
441.00/442.28 c 442s| 26500 | 567 | 5605k| 211.3 | 166M | 23 | 750 |9715 |3373 | 12k| 0 | 58k| 11 | 0.000000e+00 | -- | Inf | 74.67%
442.70/443.90 c 444s| 26600 | 572 | 5628k| 211.3 | 166M | 23 | 750 |9639 |3374 | 12k| 1 | 58k| 11 | 0.000000e+00 | -- | Inf | 74.77%
443.99/445.28 c 445s| 26700 | 580 | 5648k| 211.3 | 166M | 23 | 750 |9682 |3374 | 12k| 1 | 58k| 11 | 0.000000e+00 | -- | Inf | 74.89%
445.19/446.47 c 446s| 26800 | 581 | 5668k| 211.2 | 166M | 23 | 750 |9777 |3375 | 12k| 1 | 59k| 11 | 0.000000e+00 | -- | Inf | 74.93%
446.59/447.80 c 448s| 26900 | 582 | 5690k| 211.3 | 166M | 23 | 750 |9850 | 0 | 12k| 0 | 59k| 11 | 0.000000e+00 | -- | Inf | 74.99%
448.08/449.35 c 449s| 27000 | 580 | 5712k| 211.3 | 166M | 23 | 750 |9829 |3380 | 12k| 1 | 59k| 11 | 0.000000e+00 | -- | Inf | 75.03%
449.88/451.17 c 451s| 27100 | 584 | 5733k| 211.3 | 166M | 23 | 750 |9856 |3376 | 12k| 0 | 59k| 11 | 0.000000e+00 | -- | Inf | 75.11%
451.07/452.37 c 452s| 27200 | 584 | 5753k| 211.2 | 166M | 23 | 750 |9948 |3370 | 12k| 0 | 59k| 11 | 0.000000e+00 | -- | Inf | 75.17%
452.97/454.27 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
452.97/454.27 c 454s| 27300 | 592 | 5779k| 211.4 | 166M | 23 | 750 |9958 |3372 | 12k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | 75.25%
454.46/455.71 c 456s| 27400 | 587 | 5801k| 211.5 | 166M | 23 | 750 |9925 |3372 | 12k| 0 | 60k| 11 | 0.000000e+00 | -- | Inf | 75.41%
455.56/456.82 c 457s| 27500 | 583 | 5820k| 211.4 | 166M | 23 | 750 |9956 |3365 | 12k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | 75.47%
457.06/458.34 c 458s| 27600 | 585 | 5843k| 211.4 | 166M | 23 | 750 | 10k|3369 | 12k| 0 | 60k| 11 | 0.000000e+00 | -- | Inf | 75.54%
458.06/459.33 c 459s| 27700 | 575 | 5860k| 211.3 | 166M | 23 | 750 | 10k|3377 | 12k| 0 | 60k| 11 | 0.000000e+00 | -- | Inf | 75.62%
459.15/460.47 c 460s| 27800 | 576 | 5878k| 211.2 | 166M | 23 | 750 | 10k|3372 | 12k| 1 | 60k| 11 | 0.000000e+00 | -- | Inf | 75.67%
460.25/461.59 c 462s| 27900 | 565 | 5897k| 211.1 | 166M | 23 | 750 | 10k|3370 | 12k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | 75.74%
461.65/462.94 c 463s| 28000 | 567 | 5917k| 211.1 | 166M | 23 | 750 | 10k|3371 | 12k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | 75.83%
463.04/464.32 c 464s| 28100 | 562 | 5939k| 211.1 | 166M | 23 | 750 | 10k|3378 | 12k| 0 | 61k| 11 | 0.000000e+00 | -- | Inf | 75.94%
464.14/465.46 c 465s| 28200 | 567 | 5958k| 211.0 | 166M | 23 | 750 | 10k|3370 | 12k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | 76.00%
465.23/466.55 c 467s| 28300 | 570 | 5977k| 210.9 | 166M | 23 | 750 | 10k|3370 | 12k| 1 | 61k| 11 | 0.000000e+00 | -- | Inf | 76.04%
466.23/467.58 c 468s| 28400 | 562 | 5995k| 210.8 | 166M | 23 | 750 | 10k| 0 | 12k| 0 | 62k| 11 | 0.000000e+00 | -- | Inf | 76.12%
467.33/468.66 c 469s| 28500 | 557 | 6014k| 210.8 | 166M | 23 | 750 | 10k|3371 | 12k| 1 | 62k| 11 | 0.000000e+00 | -- | Inf | 76.16%
469.02/470.31 c 470s| 28600 | 553 | 6038k| 210.9 | 167M | 23 | 750 | 10k|3380 | 12k| 0 | 62k| 11 | 0.000000e+00 | -- | Inf | 76.27%
470.22/471.55 c 472s| 28700 | 546 | 6056k| 210.8 | 167M | 23 | 750 | 10k|3367 | 12k| 1 | 62k| 11 | 0.000000e+00 | -- | Inf | 76.36%
471.52/472.84 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
471.52/472.84 c 473s| 28800 | 543 | 6077k| 210.7 | 167M | 23 | 750 | 10k|3373 | 12k| 1 | 62k| 11 | 0.000000e+00 | -- | Inf | 76.48%
472.51/473.85 c 474s| 28900 | 539 | 6095k| 210.6 | 167M | 23 | 750 | 10k|3370 | 12k| 0 | 62k| 11 | 0.000000e+00 | -- | Inf | 76.52%
473.61/475.00 c 475s| 29000 | 535 | 6114k| 210.6 | 167M | 23 | 750 | 10k|3376 | 12k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | 76.58%
474.91/476.27 c 476s| 29100 | 532 | 6136k| 210.6 | 167M | 23 | 750 | 10k|3380 | 12k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | 76.66%
476.21/477.54 c 478s| 29200 | 528 | 6157k| 210.6 | 167M | 23 | 750 | 10k|3367 | 12k| 1 | 63k| 11 | 0.000000e+00 | -- | Inf | 76.76%
477.30/478.67 c 479s| 29300 | 523 | 6177k| 210.6 | 167M | 23 | 750 | 10k|3378 | 12k| 0 | 63k| 11 | 0.000000e+00 | -- | Inf | 76.81%
478.60/480.00 c 480s| 29400 | 517 | 6199k| 210.6 | 167M | 23 | 750 | 10k|3371 | 12k| 1 | 63k| 11 | 0.000000e+00 | -- | Inf | 76.89%
479.70/481.07 c 481s| 29500 | 512 | 6217k| 210.5 | 167M | 23 | 750 | 10k| 0 | 12k| 0 | 64k| 11 | 0.000000e+00 | -- | Inf | 76.92%
480.80/482.13 c 482s| 29600 | 510 | 6236k| 210.4 | 167M | 23 | 750 | 10k|3372 | 12k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | 76.96%
481.99/483.33 c 483s| 29700 | 503 | 6254k| 210.3 | 167M | 23 | 750 | 10k|3373 | 12k| 0 | 64k| 11 | 0.000000e+00 | -- | Inf | 77.08%
483.49/484.81 c 485s| 29800 | 499 | 6277k| 210.4 | 167M | 23 | 750 | 10k|3378 | 12k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | 77.16%
484.58/486.00 c 486s| 29900 | 494 | 6296k| 210.3 | 167M | 23 | 750 | 10k|3373 | 12k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | 77.27%
486.28/487.60 c 488s| 30000 | 494 | 6320k| 210.4 | 167M | 23 | 750 | 10k|3388 | 12k| 1 | 64k| 11 | 0.000000e+00 | -- | Inf | 77.36%
487.28/488.67 c 489s| 30100 | 490 | 6339k| 210.3 | 167M | 23 | 750 | 10k| 0 | 12k| 0 | 65k| 11 | 0.000000e+00 | -- | Inf | 77.40%
488.68/490.08 c 490s| 30200 | 484 | 6360k| 210.4 | 167M | 23 | 750 | 10k|3376 | 12k| 0 | 65k| 11 | 0.000000e+00 | -- | Inf | 77.48%
490.17/491.55 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
490.17/491.55 c 492s| 30300 | 487 | 6381k| 210.4 | 167M | 23 | 750 | 10k|3375 | 12k| 0 | 65k| 11 | 0.000000e+00 | -- | Inf | 77.72%
491.27/492.62 c 493s| 30400 | 482 | 6399k| 210.3 | 167M | 23 | 750 | 10k|3367 | 12k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | 77.79%
492.46/493.80 c 494s| 30500 | 481 | 6419k| 210.2 | 167M | 23 | 750 | 10k|3380 | 12k| 1 | 65k| 11 | 0.000000e+00 | -- | Inf | 77.85%
493.46/494.87 c 495s| 30600 | 469 | 6438k| 210.1 | 167M | 23 | 750 | 10k|3383 | 12k| 0 | 66k| 11 | 0.000000e+00 | -- | Inf | 77.97%
494.56/495.94 c 496s| 30700 | 467 | 6457k| 210.1 | 167M | 23 | 750 | 10k|3371 | 12k| 0 | 66k| 11 | 0.000000e+00 | -- | Inf | 78.00%
495.95/497.32 c 497s| 30800 | 463 | 6478k| 210.1 | 168M | 23 | 750 | 10k|3370 | 12k| 0 | 66k| 11 | 0.000000e+00 | -- | Inf | 78.14%
497.25/498.64 c 499s| 30900 | 459 | 6500k| 210.1 | 168M | 23 | 750 | 11k|3375 | 12k| 0 | 66k| 11 | 0.000000e+00 | -- | Inf | 78.22%
498.25/499.67 c 500s| 31000 | 451 | 6518k| 210.0 | 168M | 23 | 750 | 11k| 0 | 12k| 0 | 66k| 11 | 0.000000e+00 | -- | Inf | 78.28%
499.44/500.88 c 501s| 31100 | 449 | 6538k| 210.0 | 168M | 23 | 750 | 11k|3378 | 12k| 0 | 66k| 11 | 0.000000e+00 | -- | Inf | 78.34%
500.75/502.16 c 502s| 31200 | 444 | 6557k| 209.9 | 168M | 23 | 750 | 11k|3373 | 12k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | 78.49%
502.04/503.47 c 503s| 31300 | 444 | 6577k| 209.9 | 168M | 23 | 750 | 10k|3370 | 12k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | 78.59%
503.13/504.56 c 505s| 31400 | 437 | 6595k| 209.8 | 168M | 23 | 750 | 11k|3371 | 12k| 0 | 67k| 11 | 0.000000e+00 | -- | Inf | 78.63%
504.53/505.97 c 506s| 31500 | 442 | 6616k| 209.8 | 168M | 23 | 750 | 11k|3369 | 13k| 0 | 67k| 11 | 0.000000e+00 | -- | Inf | 78.67%
505.73/507.16 c 507s| 31600 | 438 | 6636k| 209.8 | 168M | 23 | 750 | 11k|3380 | 13k| 1 | 67k| 11 | 0.000000e+00 | -- | Inf | 78.80%
506.73/508.19 c 508s| 31700 | 437 | 6655k| 209.7 | 168M | 23 | 750 | 11k|3370 | 13k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | 78.82%
508.12/509.55 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
508.12/509.55 c 510s| 31800 | 439 | 6677k| 209.7 | 168M | 23 | 750 | 11k|3373 | 13k| 0 | 68k| 11 | 0.000000e+00 | -- | Inf | 78.86%
509.32/510.74 c 511s| 31900 | 438 | 6695k| 209.7 | 168M | 23 | 750 | 11k|3371 | 13k| 0 | 68k| 11 | 0.000000e+00 | -- | Inf | 78.91%
510.31/511.77 c 512s| 32000 | 436 | 6712k| 209.5 | 168M | 23 | 750 | 11k|3373 | 13k| 0 | 68k| 11 | 0.000000e+00 | -- | Inf | 79.09%
511.91/513.30 c 513s| 32100 | 436 | 6736k| 209.6 | 168M | 23 | 750 | 11k|3366 | 13k| 0 | 68k| 11 | 0.000000e+00 | -- | Inf | 79.13%
513.10/514.51 c 515s| 32200 | 429 | 6755k| 209.6 | 168M | 23 | 750 | 11k|3374 | 13k| 1 | 68k| 11 | 0.000000e+00 | -- | Inf | 79.21%
514.30/515.72 c 516s| 32300 | 431 | 6775k| 209.5 | 168M | 23 | 750 | 11k|3370 | 13k| 0 | 69k| 11 | 0.000000e+00 | -- | Inf | 79.30%
515.30/516.79 c 517s| 32400 | 428 | 6795k| 209.5 | 168M | 23 | 750 | 11k|3370 | 13k| 0 | 69k| 11 | 0.000000e+00 | -- | Inf | 79.37%
516.50/517.90 c 518s| 32500 | 427 | 6813k| 209.4 | 168M | 23 | 750 | 11k|3371 | 13k| 1 | 69k| 11 | 0.000000e+00 | -- | Inf | 79.50%
517.60/519.03 c 519s| 32600 | 424 | 6833k| 209.4 | 168M | 23 | 750 | 11k|3380 | 13k| 0 | 69k| 11 | 0.000000e+00 | -- | Inf | 79.52%
518.69/520.13 c 520s| 32700 | 430 | 6851k| 209.3 | 168M | 23 | 750 | 11k|3363 | 13k| 0 | 69k| 11 | 0.000000e+00 | -- | Inf | 79.56%
519.99/521.46 c 521s| 32800 | 437 | 6872k| 209.3 | 168M | 23 | 750 | 11k|3363 | 13k| 0 | 70k| 11 | 0.000000e+00 | -- | Inf | 79.62%
520.88/522.35 c 522s| 32900 | 434 | 6889k| 209.2 | 168M | 23 | 750 | 11k|3364 | 13k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | 79.66%
521.98/523.42 c 523s| 33000 | 429 | 6908k| 209.1 | 168M | 23 | 750 | 11k|3375 | 13k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | 79.78%
523.47/524.95 c 525s| 33100 | 430 | 6930k| 209.2 | 168M | 23 | 750 | 11k|3369 | 13k| 1 | 70k| 11 | 0.000000e+00 | -- | Inf | 79.93%
525.17/526.61 c 527s| 33200 | 432 | 6955k| 209.3 | 168M | 23 | 750 | 11k|3370 | 13k| 0 | 70k| 11 | 0.000000e+00 | -- | Inf | 80.10%
526.36/527.89 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
526.36/527.89 c 528s| 33300 | 429 | 6976k| 209.3 | 168M | 23 | 750 | 11k|3363 | 13k| 0 | 71k| 11 | 0.000000e+00 | -- | Inf | 80.16%
527.76/529.27 c 529s| 33400 | 436 | 6998k| 209.3 | 168M | 23 | 750 | 11k|3383 | 13k| 0 | 71k| 11 | 0.000000e+00 | -- | Inf | 80.20%
529.06/530.51 c 531s| 33500 | 436 | 7018k| 209.3 | 168M | 23 | 750 | 11k|3380 | 13k| 1 | 71k| 11 | 0.000000e+00 | -- | Inf | 80.22%
530.45/531.95 c 532s| 33600 | 435 | 7039k| 209.3 | 168M | 23 | 750 | 11k|3376 | 13k| 0 | 71k| 11 | 0.000000e+00 | -- | Inf | 80.30%
531.75/533.29 c 533s| 33700 | 433 | 7062k| 209.4 | 168M | 23 | 750 | 11k|3370 | 13k| 1 | 71k| 11 | 0.000000e+00 | -- | Inf | 80.40%
532.95/534.40 c 534s| 33800 | 433 | 7081k| 209.3 | 168M | 23 | 750 | 11k|3374 | 13k| 1 | 71k| 11 | 0.000000e+00 | -- | Inf | 80.42%
534.04/535.56 c 536s| 33900 | 432 | 7101k| 209.3 | 168M | 23 | 750 | 11k|3365 | 13k| 0 | 72k| 11 | 0.000000e+00 | -- | Inf | 80.47%
535.24/536.73 c 537s| 34000 | 423 | 7121k| 209.2 | 168M | 23 | 750 | 11k|3375 | 13k| 0 | 72k| 11 | 0.000000e+00 | -- | Inf | 80.59%
536.43/538.00 c 538s| 34100 | 420 | 7139k| 209.2 | 168M | 23 | 750 | 11k|3373 | 13k| 0 | 72k| 11 | 0.000000e+00 | -- | Inf | 80.65%
537.93/539.47 c 539s| 34200 | 419 | 7160k| 209.1 | 168M | 23 | 750 | 11k|3371 | 13k| 1 | 72k| 11 | 0.000000e+00 | -- | Inf | 80.71%
539.23/540.72 c 541s| 34300 | 419 | 7181k| 209.2 | 168M | 23 | 750 | 11k|3375 | 13k| 0 | 72k| 11 | 0.000000e+00 | -- | Inf | 80.74%
540.32/541.85 c 542s| 34400 | 415 | 7200k| 209.1 | 168M | 23 | 750 | 11k|3373 | 13k| 0 | 73k| 11 | 0.000000e+00 | -- | Inf | 80.79%
541.82/543.33 c 543s| 34500 | 422 | 7222k| 209.1 | 168M | 23 | 750 | 11k|3356 | 13k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | 80.86%
543.71/545.24 c 545s| 34600 | 424 | 7250k| 209.3 | 168M | 23 | 750 | 11k| 0 | 13k| 0 | 73k| 11 | 0.000000e+00 | -- | Inf | 80.94%
544.91/546.41 c 546s| 34700 | 425 | 7269k| 209.3 | 168M | 23 | 750 | 11k|3380 | 13k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | 81.02%
546.11/547.60 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
546.11/547.60 c 548s| 34800 | 425 | 7288k| 209.2 | 168M | 23 | 750 | 11k|3380 | 13k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | 81.08%
547.41/548.92 c 549s| 34900 | 423 | 7310k| 209.3 | 168M | 23 | 750 | 11k|3371 | 13k| 1 | 73k| 11 | 0.000000e+00 | -- | Inf | 81.11%
548.61/550.15 c 550s| 35000 | 421 | 7332k| 209.3 | 168M | 23 | 750 | 11k|3371 | 13k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | 81.13%
549.90/551.44 c 551s| 35100 | 416 | 7355k| 209.3 | 168M | 23 | 750 | 11k|3369 | 13k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | 81.16%
551.10/552.60 c 553s| 35200 | 411 | 7375k| 209.3 | 168M | 23 | 750 | 11k|3374 | 13k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | 81.23%
552.19/553.77 c 554s| 35300 | 403 | 7393k| 209.2 | 168M | 23 | 750 | 11k|3369 | 13k| 0 | 74k| 11 | 0.000000e+00 | -- | Inf | 81.29%
553.39/554.95 c 555s| 35400 | 406 | 7413k| 209.2 | 168M | 23 | 750 | 11k|3369 | 13k| 1 | 74k| 11 | 0.000000e+00 | -- | Inf | 81.32%
554.49/556.07 c 556s| 35500 | 404 | 7431k| 209.1 | 168M | 23 | 750 | 11k|3369 | 13k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | 81.36%
555.78/557.33 c 557s| 35600 | 395 | 7452k| 209.1 | 168M | 23 | 750 | 11k|3379 | 13k| 2 | 75k| 11 | 0.000000e+00 | -- | Inf | 81.42%
557.08/558.67 c 559s| 35700 | 397 | 7475k| 209.2 | 168M | 23 | 750 | 11k|3370 | 13k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | 81.47%
558.18/559.79 c 560s| 35800 | 392 | 7494k| 209.1 | 168M | 23 | 750 | 12k|3384 | 13k| 0 | 75k| 11 | 0.000000e+00 | -- | Inf | 81.52%
559.67/561.29 c 561s| 35900 | 394 | 7516k| 209.2 | 168M | 23 | 750 | 11k|3371 | 14k| 0 | 75k| 11 | 0.000000e+00 | -- | Inf | 81.62%
560.87/562.42 c 562s| 36000 | 393 | 7535k| 209.1 | 168M | 23 | 750 | 12k|3381 | 14k| 1 | 75k| 11 | 0.000000e+00 | -- | Inf | 81.70%
562.07/563.60 c 564s| 36100 | 394 | 7554k| 209.0 | 168M | 23 | 750 | 12k|3372 | 14k| 0 | 76k| 11 | 0.000000e+00 | -- | Inf | 81.74%
562.86/564.45 c 564s| 36200 | 385 | 7569k| 208.9 | 168M | 23 | 750 | 12k|3374 | 14k| 0 | 76k| 11 | 0.000000e+00 | -- | Inf | 81.85%
564.26/565.82 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
564.26/565.82 c 566s| 36300 | 389 | 7589k| 208.9 | 168M | 23 | 750 | 12k|3373 | 14k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | 81.92%
565.16/566.77 c 567s| 36400 | 389 | 7606k| 208.8 | 168M | 23 | 750 | 12k|3373 | 14k| 1 | 76k| 11 | 0.000000e+00 | -- | Inf | 81.95%
566.06/567.64 c 568s| 36500 | 385 | 7622k| 208.6 | 168M | 23 | 750 | 12k| 0 | 14k| 0 | 76k| 11 | 0.000000e+00 | -- | Inf | 82.00%
567.35/568.95 c 569s| 36600 | 383 | 7643k| 208.6 | 168M | 23 | 750 | 12k|3382 | 14k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | 82.09%
568.55/570.12 c 570s| 36700 | 374 | 7663k| 208.6 | 168M | 23 | 750 | 12k|3380 | 14k| 0 | 77k| 11 | 0.000000e+00 | -- | Inf | 82.23%
569.95/571.54 c 572s| 36800 | 379 | 7685k| 208.6 | 168M | 23 | 750 | 12k|3371 | 14k| 0 | 77k| 11 | 0.000000e+00 | -- | Inf | 82.31%
571.04/572.67 c 573s| 36900 | 380 | 7705k| 208.6 | 168M | 23 | 750 | 12k|3372 | 14k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | 82.38%
572.24/573.88 c 574s| 37000 | 377 | 7726k| 208.6 | 168M | 23 | 750 | 12k|3374 | 14k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | 82.43%
573.64/575.22 c 575s| 37100 | 374 | 7749k| 208.7 | 168M | 23 | 750 | 12k|3372 | 14k| 1 | 77k| 11 | 0.000000e+00 | -- | Inf | 82.49%
574.83/576.45 c 576s| 37200 | 374 | 7771k| 208.7 | 168M | 23 | 750 | 12k|3369 | 14k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | 82.51%
575.93/577.51 c 578s| 37300 | 366 | 7791k| 208.7 | 168M | 23 | 750 | 12k|3373 | 14k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | 82.55%
577.03/578.60 c 579s| 37400 | 364 | 7811k| 208.7 | 168M | 23 | 750 | 12k|3378 | 14k| 1 | 78k| 11 | 0.000000e+00 | -- | Inf | 82.59%
578.43/580.03 c 580s| 37500 | 364 | 7836k| 208.8 | 168M | 23 | 750 | 12k|3378 | 14k| 0 | 78k| 11 | 0.000000e+00 | -- | Inf | 82.62%
580.42/582.07 c 582s| 37600 | 363 | 7865k| 209.0 | 168M | 23 | 750 | 12k|3373 | 14k| 0 | 78k| 11 | 0.000000e+00 | -- | Inf | 82.68%
581.72/583.35 c 583s| 37700 | 361 | 7884k| 208.9 | 168M | 23 | 750 | 12k| 0 | 14k| 0 | 79k| 11 | 0.000000e+00 | -- | Inf | 82.78%
583.11/584.72 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
583.11/584.72 c 585s| 37800 | 363 | 7906k| 209.0 | 168M | 23 | 750 | 12k|3379 | 14k| 1 | 79k| 11 | 0.000000e+00 | -- | Inf | 82.84%
584.51/586.11 c 586s| 37900 | 360 | 7929k| 209.0 | 168M | 23 | 750 | 12k|3376 | 14k| 0 | 79k| 11 | 0.000000e+00 | -- | Inf | 82.91%
585.81/587.41 c 587s| 38000 | 361 | 7950k| 209.0 | 168M | 23 | 750 | 12k|3378 | 14k| 0 | 79k| 11 | 0.000000e+00 | -- | Inf | 82.95%
587.20/588.89 c 589s| 38100 | 357 | 7973k| 209.1 | 168M | 23 | 750 | 12k|3373 | 14k| 0 | 79k| 11 | 0.000000e+00 | -- | Inf | 83.06%
588.70/590.38 c 590s| 38200 | 355 | 7996k| 209.1 | 168M | 23 | 750 | 12k|3375 | 14k| 0 | 79k| 11 | 0.000000e+00 | -- | Inf | 83.21%
589.89/591.52 c 592s| 38300 | 351 | 8016k| 209.1 | 168M | 23 | 750 | 12k|3384 | 14k| 1 | 80k| 11 | 0.000000e+00 | -- | Inf | 83.26%
590.99/592.66 c 593s| 38400 | 349 | 8033k| 209.0 | 168M | 23 | 750 | 12k|3369 | 14k| 0 | 80k| 11 | 0.000000e+00 | -- | Inf | 83.34%
592.19/593.84 c 594s| 38500 | 348 | 8053k| 209.0 | 168M | 23 | 750 | 12k|3374 | 14k| 0 | 80k| 11 | 0.000000e+00 | -- | Inf | 83.40%
593.39/595.10 c 595s| 38600 | 345 | 8074k| 209.0 | 168M | 23 | 750 | 12k|3376 | 14k| 1 | 80k| 11 | 0.000000e+00 | -- | Inf | 83.50%
594.68/596.33 c 596s| 38700 | 346 | 8094k| 209.0 | 168M | 23 | 750 | 12k| 0 | 14k| 0 | 80k| 11 | 0.000000e+00 | -- | Inf | 83.55%
596.08/597.73 c 598s| 38800 | 342 | 8118k| 209.0 | 168M | 23 | 750 | 12k|3381 | 14k| 1 | 80k| 11 | 0.000000e+00 | -- | Inf | 83.62%
597.38/599.05 c 599s| 38900 | 346 | 8138k| 209.0 | 168M | 23 | 750 | 12k|3376 | 14k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | 83.65%
599.27/600.98 c 601s| 39000 | 351 | 8165k| 209.2 | 168M | 23 | 750 | 12k|3374 | 14k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | 83.78%
600.67/602.33 c 602s| 39100 | 357 | 8187k| 209.2 | 168M | 23 | 750 | 12k|3371 | 14k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | 83.83%
601.76/603.47 c 603s| 39200 | 352 | 8205k| 209.1 | 168M | 23 | 750 | 12k|3369 | 14k| 0 | 81k| 11 | 0.000000e+00 | -- | Inf | 83.93%
603.16/604.85 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
603.16/604.85 c 605s| 39300 | 359 | 8227k| 209.2 | 168M | 23 | 750 | 12k|3383 | 14k| 0 | 81k| 11 | 0.000000e+00 | -- | Inf | 83.99%
604.56/606.21 c 606s| 39400 | 357 | 8250k| 209.2 | 168M | 23 | 750 | 12k|3371 | 14k| 1 | 81k| 11 | 0.000000e+00 | -- | Inf | 84.05%
606.55/608.27 c 608s| 39500 | 355 | 8278k| 209.4 | 168M | 23 | 750 | 12k|3369 | 14k| 0 | 82k| 11 | 0.000000e+00 | -- | Inf | 84.15%
607.75/609.41 c 609s| 39600 | 355 | 8298k| 209.4 | 168M | 23 | 750 | 12k|3373 | 14k| 0 | 82k| 11 | 0.000000e+00 | -- | Inf | 84.26%
608.85/610.59 c 611s| 39700 | 352 | 8319k| 209.4 | 168M | 23 | 750 | 12k|3373 | 14k| 1 | 82k| 11 | 0.000000e+00 | -- | Inf | 84.38%
610.04/611.71 c 612s| 39800 | 346 | 8339k| 209.3 | 168M | 23 | 750 | 12k|3373 | 14k| 0 | 82k| 11 | 0.000000e+00 | -- | Inf | 84.44%
611.24/612.91 c 613s| 39900 | 351 | 8358k| 209.3 | 168M | 23 | 750 | 12k|3372 | 14k| 0 | 82k| 11 | 0.000000e+00 | -- | Inf | 84.51%
612.34/614.04 c 614s| 40000 | 344 | 8375k| 209.2 | 168M | 23 | 750 | 12k|3373 | 14k| 0 | 83k| 11 | 0.000000e+00 | -- | Inf | 84.60%
613.44/615.14 c 615s| 40100 | 347 | 8395k| 209.2 | 168M | 23 | 750 | 12k|3373 | 14k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | 84.68%
614.44/616.15 c 616s| 40200 | 343 | 8413k| 209.1 | 168M | 23 | 750 | 12k| 0 | 14k| 0 | 83k| 11 | 0.000000e+00 | -- | Inf | 84.71%
615.53/617.28 c 617s| 40300 | 343 | 8432k| 209.0 | 168M | 23 | 750 | 12k|3376 | 14k| 0 | 83k| 11 | 0.000000e+00 | -- | Inf | 84.79%
616.92/618.62 c 619s| 40400 | 342 | 8454k| 209.1 | 168M | 23 | 750 | 12k|3377 | 14k| 0 | 83k| 11 | 0.000000e+00 | -- | Inf | 84.88%
618.33/620.01 c 620s| 40500 | 342 | 8475k| 209.1 | 168M | 23 | 750 | 12k|3377 | 15k| 1 | 83k| 11 | 0.000000e+00 | -- | Inf | 84.99%
619.72/621.44 c 621s| 40600 | 346 | 8498k| 209.1 | 168M | 23 | 750 | 12k|3376 | 15k| 1 | 84k| 11 | 0.000000e+00 | -- | Inf | 85.04%
620.91/622.63 c 623s| 40700 | 337 | 8519k| 209.1 | 168M | 23 | 750 | 12k|3374 | 15k| 0 | 84k| 11 | 0.000000e+00 | -- | Inf | 85.09%
622.41/624.16 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
622.41/624.16 c 624s| 40800 | 331 | 8542k| 209.2 | 168M | 23 | 750 | 12k|3383 | 15k| 1 | 84k| 11 | 0.000000e+00 | -- | Inf | 85.22%
623.81/625.53 c 626s| 40900 | 330 | 8565k| 209.2 | 168M | 23 | 750 | 12k|3371 | 15k| 0 | 84k| 11 | 0.000000e+00 | -- | Inf | 85.26%
625.10/626.81 c 627s| 41000 | 325 | 8587k| 209.3 | 168M | 23 | 750 | 12k|3372 | 15k| 1 | 84k| 11 | 0.000000e+00 | -- | Inf | 85.33%
626.40/628.17 c 628s| 41100 | 322 | 8606k| 209.2 | 168M | 23 | 750 | 12k|3372 | 15k| 0 | 84k| 11 | 0.000000e+00 | -- | Inf | 85.41%
627.80/629.59 c 630s| 41200 | 325 | 8628k| 209.2 | 168M | 23 | 750 | 12k|3375 | 15k| 0 | 85k| 11 | 0.000000e+00 | -- | Inf | 85.45%
629.09/630.82 c 631s| 41300 | 324 | 8649k| 209.2 | 168M | 23 | 750 | 12k|3374 | 15k| 0 | 85k| 11 | 0.000000e+00 | -- | Inf | 85.48%
630.19/631.92 c 632s| 41400 | 328 | 8668k| 209.2 | 168M | 23 | 750 | 12k|3378 | 15k| 0 | 85k| 11 | 0.000000e+00 | -- | Inf | 85.50%
631.49/633.29 c 633s| 41500 | 328 | 8690k| 209.2 | 168M | 23 | 750 | 12k|3389 | 15k| 2 | 85k| 11 | 0.000000e+00 | -- | Inf | 85.52%
632.78/634.55 c 635s| 41600 | 326 | 8711k| 209.2 | 168M | 23 | 750 | 12k|3369 | 15k| 1 | 85k| 11 | 0.000000e+00 | -- | Inf | 85.59%
634.18/635.92 c 636s| 41700 | 325 | 8734k| 209.3 | 168M | 23 | 750 | 12k|3371 | 15k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | 85.64%
635.38/637.19 c 637s| 41800 | 326 | 8756k| 209.3 | 168M | 23 | 750 | 12k|3372 | 15k| 0 | 86k| 11 | 0.000000e+00 | -- | Inf | 85.69%
637.17/638.90 c 639s| 41900 | 321 | 8783k| 209.4 | 168M | 23 | 750 | 12k|3379 | 15k| 0 | 86k| 11 | 0.000000e+00 | -- | Inf | 85.81%
638.27/640.05 c 640s| 42000 | 323 | 8802k| 209.4 | 168M | 23 | 750 | 12k|3373 | 15k| 0 | 86k| 11 | 0.000000e+00 | -- | Inf | 85.85%
639.76/641.50 c 641s| 42100 | 327 | 8826k| 209.5 | 168M | 23 | 750 | 12k|3375 | 15k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | 85.92%
640.86/642.64 c 643s| 42200 | 317 | 8846k| 209.5 | 168M | 23 | 750 | 12k|3374 | 15k| 1 | 86k| 11 | 0.000000e+00 | -- | Inf | 85.98%
641.96/643.78 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
641.96/643.78 c 644s| 42300 | 314 | 8866k| 209.4 | 168M | 23 | 750 | 13k| 0 | 15k| 0 | 87k| 11 | 0.000000e+00 | -- | Inf | 86.07%
643.06/644.83 c 645s| 42400 | 311 | 8884k| 209.4 | 168M | 23 | 750 | 13k|3378 | 15k| 0 | 87k| 11 | 0.000000e+00 | -- | Inf | 86.10%
644.26/646.08 c 646s| 42500 | 309 | 8905k| 209.4 | 168M | 23 | 750 | 13k| 0 | 15k| 0 | 87k| 11 | 0.000000e+00 | -- | Inf | 86.18%
645.45/647.26 c 647s| 42600 | 307 | 8924k| 209.3 | 168M | 23 | 750 | 13k|3373 | 15k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | 86.21%
646.75/648.50 c 649s| 42700 | 302 | 8945k| 209.3 | 168M | 23 | 750 | 13k|3368 | 15k| 1 | 87k| 11 | 0.000000e+00 | -- | Inf | 86.37%
647.94/649.74 c 650s| 42800 | 304 | 8964k| 209.3 | 168M | 23 | 750 | 13k|3377 | 15k| 0 | 87k| 11 | 0.000000e+00 | -- | Inf | 86.42%
649.04/650.86 c 651s| 42900 | 298 | 8983k| 209.2 | 168M | 23 | 750 | 13k|3372 | 15k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | 86.45%
650.24/652.09 c 652s| 43000 | 301 | 9003k| 209.2 | 168M | 23 | 750 | 13k|3378 | 15k| 1 | 88k| 11 | 0.000000e+00 | -- | Inf | 86.50%
651.53/653.38 c 653s| 43100 | 295 | 9026k| 209.3 | 168M | 23 | 750 | 13k|3376 | 15k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | 86.57%
652.73/654.59 c 655s| 43200 | 293 | 9048k| 209.3 | 168M | 23 | 750 | 13k|3371 | 15k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | 86.59%
654.03/655.88 c 656s| 43300 | 294 | 9070k| 209.3 | 168M | 23 | 750 | 13k| 0 | 15k| 0 | 88k| 11 | 0.000000e+00 | -- | Inf | 86.60%
655.42/657.21 c 657s| 43400 | 288 | 9092k| 209.3 | 168M | 23 | 750 | 13k|3386 | 15k| 1 | 89k| 11 | 0.000000e+00 | -- | Inf | 86.65%
656.92/658.75 c 659s| 43500 | 290 | 9117k| 209.4 | 168M | 23 | 750 | 13k|3378 | 15k| 0 | 89k| 11 | 0.000000e+00 | -- | Inf | 86.70%
658.42/660.28 c 660s| 43600 | 300 | 9141k| 209.5 | 168M | 23 | 750 | 13k|3383 | 15k| 1 | 89k| 11 | 0.000000e+00 | -- | Inf | 86.76%
659.71/661.50 c 662s| 43700 | 291 | 9162k| 209.5 | 168M | 23 | 750 | 13k|3388 | 15k| 2 | 89k| 11 | 0.000000e+00 | -- | Inf | 86.78%
661.11/662.98 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
661.11/662.98 c 663s| 43800 | 296 | 9184k| 209.5 | 168M | 23 | 750 | 13k|3376 | 16k| 0 | 89k| 11 | 0.000000e+00 | -- | Inf | 86.85%
662.80/664.61 c 665s| 43900 | 293 | 9211k| 209.6 | 168M | 23 | 750 | 13k| 0 | 16k| 0 | 89k| 11 | 0.000000e+00 | -- | Inf | 86.89%
664.00/665.86 c 666s| 44000 | 294 | 9233k| 209.7 | 168M | 23 | 750 | 13k|3370 | 16k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | 86.93%
665.20/667.03 c 667s| 44100 | 289 | 9253k| 209.7 | 168M | 23 | 750 | 13k|3370 | 16k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | 86.96%
666.30/668.11 c 668s| 44200 | 287 | 9273k| 209.6 | 168M | 23 | 750 | 13k|3377 | 16k| 0 | 90k| 11 | 0.000000e+00 | -- | Inf | 86.98%
667.30/669.17 c 669s| 44300 | 287 | 9292k| 209.6 | 168M | 23 | 750 | 13k|3370 | 16k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | 87.02%
668.30/670.18 c 670s| 44400 | 287 | 9309k| 209.5 | 168M | 23 | 750 | 13k|3379 | 16k| 1 | 90k| 11 | 0.000000e+00 | -- | Inf | 87.07%
669.69/671.57 c 672s| 44500 | 290 | 9330k| 209.5 | 168M | 23 | 750 | 13k|3375 | 16k| 0 | 91k| 11 | 0.000000e+00 | -- | Inf | 87.16%
670.68/672.59 c 673s| 44600 | 288 | 9347k| 209.4 | 168M | 23 | 750 | 13k|3375 | 16k| 0 | 91k| 11 | 0.000000e+00 | -- | Inf | 87.20%
672.19/674.01 c 674s| 44700 | 291 | 9369k| 209.4 | 168M | 23 | 750 | 13k|3369 | 16k| 0 | 91k| 11 | 0.000000e+00 | -- | Inf | 87.25%
673.48/675.32 c 675s| 44800 | 285 | 9392k| 209.5 | 168M | 23 | 750 | 13k|3369 | 16k| 1 | 91k| 11 | 0.000000e+00 | -- | Inf | 87.29%
674.77/676.69 c 677s| 44900 | 288 | 9413k| 209.5 | 168M | 23 | 750 | 13k|3376 | 16k| 1 | 91k| 11 | 0.000000e+00 | -- | Inf | 87.37%
676.27/678.15 c 678s| 45000 | 283 | 9433k| 209.5 | 168M | 23 | 750 | 13k|3377 | 16k| 0 | 91k| 11 | 0.000000e+00 | -- | Inf | 87.53%
677.87/679.76 c 680s| 45100 | 289 | 9457k| 209.5 | 168M | 23 | 750 | 13k|3375 | 16k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | 87.56%
679.27/681.17 c 681s| 45200 | 286 | 9479k| 209.6 | 168M | 23 | 750 | 13k|3375 | 16k| 0 | 92k| 11 | 0.000000e+00 | -- | Inf | 87.58%
680.66/682.56 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
680.66/682.56 c 683s| 45300 | 287 | 9502k| 209.6 | 168M | 23 | 750 | 13k|3376 | 16k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | 87.65%
681.86/683.77 c 684s| 45400 | 288 | 9523k| 209.6 | 168M | 23 | 750 | 13k|3377 | 16k| 0 | 92k| 11 | 0.000000e+00 | -- | Inf | 87.72%
683.16/685.04 c 685s| 45500 | 282 | 9546k| 209.6 | 168M | 23 | 750 | 13k|3375 | 16k| 1 | 92k| 11 | 0.000000e+00 | -- | Inf | 87.74%
684.35/686.25 c 686s| 45600 | 283 | 9565k| 209.6 | 168M | 23 | 750 | 13k|3373 | 16k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | 87.83%
685.55/687.41 c 687s| 45700 | 282 | 9585k| 209.6 | 168M | 23 | 750 | 13k|3372 | 16k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | 87.87%
686.64/688.57 c 689s| 45800 | 279 | 9605k| 209.6 | 168M | 23 | 750 | 13k|3384 | 16k| 0 | 93k| 11 | 0.000000e+00 | -- | Inf | 87.93%
687.84/689.73 c 690s| 45900 | 273 | 9625k| 209.6 | 168M | 23 | 750 | 13k|3373 | 16k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | 87.96%
689.24/691.16 c 691s| 46000 | 273 | 9648k| 209.6 | 168M | 23 | 750 | 13k|3371 | 16k| 1 | 93k| 11 | 0.000000e+00 | -- | Inf | 88.07%
690.33/692.29 c 692s| 46100 | 269 | 9668k| 209.6 | 168M | 23 | 750 | 13k| 0 | 16k| 0 | 93k| 11 | 0.000000e+00 | -- | Inf | 88.11%
692.03/693.99 c 694s| 46200 | 269 | 9696k| 209.7 | 168M | 23 | 750 | 13k|3375 | 16k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | 88.19%
693.32/695.25 c 695s| 46300 | 268 | 9717k| 209.7 | 168M | 23 | 750 | 13k|3377 | 16k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | 88.21%
694.32/696.26 c 696s| 46400 | 265 | 9735k| 209.6 | 168M | 23 | 750 | 13k|3377 | 16k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | 88.22%
695.52/697.47 c 697s| 46500 | 263 | 9755k| 209.6 | 168M | 23 | 750 | 13k| 0 | 16k| 0 | 94k| 11 | 0.000000e+00 | -- | Inf | 88.24%
696.62/698.58 c 699s| 46600 | 257 | 9774k| 209.6 | 168M | 23 | 750 | 13k|3375 | 16k| 1 | 94k| 11 | 0.000000e+00 | -- | Inf | 88.28%
698.12/700.06 c 700s| 46700 | 257 | 9797k| 209.6 | 168M | 23 | 750 | 13k|3376 | 16k| 1 | 95k| 11 | 0.000000e+00 | -- | Inf | 88.34%
699.51/701.46 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
699.51/701.46 c 701s| 46800 | 261 | 9819k| 209.7 | 168M | 23 | 750 | 13k| 0 | 16k| 0 | 95k| 11 | 0.000000e+00 | -- | Inf | 88.35%
700.90/702.88 c 703s| 46900 | 261 | 9843k| 209.7 | 169M | 23 | 750 | 13k|3376 | 16k| 1 | 95k| 11 | 0.000000e+00 | -- | Inf | 88.38%
702.21/704.10 c 704s| 47000 | 257 | 9862k| 209.7 | 169M | 23 | 750 | 13k| 0 | 16k| 0 | 95k| 11 | 0.000000e+00 | -- | Inf | 88.44%
703.60/705.50 c 706s| 47100 | 261 | 9885k| 209.7 | 169M | 23 | 750 | 13k|3398 | 16k| 0 | 95k| 11 | 0.000000e+00 | -- | Inf | 88.47%
704.79/706.74 c 707s| 47200 | 259 | 9907k| 209.8 | 169M | 23 | 750 | 13k|3375 | 16k| 0 | 95k| 11 | 0.000000e+00 | -- | Inf | 88.50%
706.29/708.20 c 708s| 47300 | 258 | 9932k| 209.8 | 169M | 23 | 750 | 13k|3367 | 16k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | 88.56%
707.79/709.71 c 710s| 47400 | 259 | 9957k| 209.9 | 169M | 23 | 750 | 13k|3375 | 16k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | 88.68%
709.09/711.05 c 711s| 47500 | 253 | 9979k| 209.9 | 169M | 23 | 750 | 13k|3377 | 16k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | 88.72%
710.48/712.47 c 712s| 47600 | 259 | 10002k| 210.0 | 169M | 23 | 750 | 13k|3376 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | 88.75%
711.58/713.58 c 714s| 47700 | 253 | 10021k| 209.9 | 169M | 23 | 750 | 13k|3370 | 17k| 1 | 96k| 11 | 0.000000e+00 | -- | Inf | 88.79%
713.08/715.04 c 715s| 47800 | 259 | 10045k| 210.0 | 169M | 23 | 750 | 13k|3375 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | 88.81%
714.17/716.15 c 716s| 47900 | 255 | 10065k| 210.0 | 169M | 23 | 750 | 13k| 0 | 17k| 0 | 97k| 11 | 0.000000e+00 | -- | Inf | 88.84%
715.57/717.53 c 718s| 48000 | 255 | 10089k| 210.0 | 169M | 23 | 750 | 13k|3376 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | 88.87%
716.96/718.93 c 719s| 48100 | 255 | 10112k| 210.1 | 169M | 23 | 750 | 13k|3375 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | 88.97%
718.16/720.18 c 720s| 48200 | 248 | 10134k| 210.1 | 169M | 23 | 750 | 13k|3370 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | 89.04%
719.35/721.31 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
719.35/721.31 c 721s| 48300 | 244 | 10153k| 210.1 | 169M | 23 | 750 | 13k|3377 | 17k| 1 | 97k| 11 | 0.000000e+00 | -- | Inf | 89.09%
720.75/722.79 c 723s| 48400 | 247 | 10178k| 210.1 | 169M | 23 | 750 | 13k|3376 | 17k| 0 | 98k| 11 | 0.000000e+00 | -- | Inf | 89.14%
722.05/724.03 c 724s| 48500 | 246 | 10199k| 210.1 | 169M | 23 | 750 | 13k|3376 | 17k| 0 | 98k| 11 | 0.000000e+00 | -- | Inf | 89.18%
723.34/725.31 c 725s| 48600 | 245 | 10221k| 210.2 | 169M | 23 | 750 | 13k|3380 | 17k| 0 | 98k| 11 | 0.000000e+00 | -- | Inf | 89.21%
724.74/726.72 c 727s| 48700 | 240 | 10245k| 210.2 | 169M | 23 | 750 | 13k|3374 | 17k| 0 | 98k| 11 | 0.000000e+00 | -- | Inf | 89.27%
726.04/728.03 c 728s| 48800 | 239 | 10268k| 210.3 | 169M | 23 | 750 | 13k|3376 | 17k| 1 | 98k| 11 | 0.000000e+00 | -- | Inf | 89.29%
727.14/729.19 c 729s| 48900 | 243 | 10287k| 210.2 | 169M | 23 | 750 | 13k|3378 | 17k| 1 | 98k| 11 | 0.000000e+00 | -- | Inf | 89.32%
728.23/730.21 c 730s| 49000 | 236 | 10306k| 210.2 | 169M | 23 | 750 | 13k|3372 | 17k| 0 | 99k| 11 | 0.000000e+00 | -- | Inf | 89.33%
729.43/731.41 c 731s| 49100 | 235 | 10325k| 210.2 | 169M | 23 | 750 | 13k|3370 | 17k| 0 | 99k| 11 | 0.000000e+00 | -- | Inf | 89.40%
730.62/732.60 c 733s| 49200 | 233 | 10344k| 210.1 | 169M | 23 | 750 | 13k|3374 | 17k| 1 | 99k| 11 | 0.000000e+00 | -- | Inf | 89.49%
731.92/733.91 c 734s| 49300 | 234 | 10367k| 210.1 | 169M | 23 | 750 | 13k|3369 | 17k| 1 | 99k| 11 | 0.000000e+00 | -- | Inf | 89.52%
733.32/735.33 c 735s| 49400 | 233 | 10390k| 210.2 | 169M | 23 | 750 | 13k|3374 | 17k| 1 | 99k| 11 | 0.000000e+00 | -- | Inf | 89.54%
734.41/736.44 c 736s| 49500 | 231 | 10410k| 210.2 | 169M | 23 | 750 | 13k|3374 | 17k| 0 | 100k| 11 | 0.000000e+00 | -- | Inf | 89.55%
735.61/737.68 c 738s| 49600 | 222 | 10431k| 210.2 | 169M | 23 | 750 | 13k|3382 | 17k| 0 | 100k| 11 | 0.000000e+00 | -- | Inf | 89.63%
737.01/739.06 c 739s| 49700 | 225 | 10451k| 210.1 | 169M | 23 | 750 | 13k|3382 | 17k| 1 | 100k| 11 | 0.000000e+00 | -- | Inf | 89.69%
738.01/740.02 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
738.01/740.02 c 740s| 49800 | 223 | 10468k| 210.1 | 169M | 23 | 750 | 13k|3368 | 17k| 0 | 100k| 11 | 0.000000e+00 | -- | Inf | 89.73%
739.11/741.16 c 741s| 49900 | 224 | 10486k| 210.0 | 169M | 23 | 750 | 13k|3382 | 17k| 1 | 100k| 11 | 0.000000e+00 | -- | Inf | 89.76%
740.20/742.21 c 742s| 50000 | 225 | 10506k| 210.0 | 169M | 23 | 750 | 13k|3366 | 17k| 1 | 100k| 11 | 0.000000e+00 | -- | Inf | 89.79%
741.30/743.30 c 743s| 50100 | 221 | 10524k| 209.9 | 169M | 23 | 750 | 13k|3366 | 17k| 0 | 101k| 11 | 0.000000e+00 | -- | Inf | 89.89%
742.69/744.73 c 745s| 50200 | 222 | 10547k| 210.0 | 169M | 23 | 750 | 13k|3365 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | 89.96%
743.69/745.78 c 746s| 50300 | 218 | 10566k| 209.9 | 169M | 23 | 750 | 13k|3380 | 17k| 0 | 101k| 11 | 0.000000e+00 | -- | Inf | 89.98%
744.89/746.90 c 747s| 50400 | 211 | 10585k| 209.9 | 169M | 23 | 750 | 13k|3377 | 17k| 0 | 101k| 11 | 0.000000e+00 | -- | Inf | 90.01%
745.99/748.03 c 748s| 50500 | 213 | 10605k| 209.9 | 169M | 23 | 750 | 13k|3374 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | 90.06%
747.09/749.12 c 749s| 50600 | 214 | 10624k| 209.8 | 169M | 23 | 750 | 13k|3377 | 17k| 1 | 101k| 11 | 0.000000e+00 | -- | Inf | 90.08%
748.18/750.22 c 750s| 50700 | 214 | 10643k| 209.8 | 169M | 23 | 750 | 13k|3365 | 17k| 1 | 102k| 11 | 0.000000e+00 | -- | Inf | 90.13%
749.47/751.54 c 752s| 50800 | 210 | 10665k| 209.8 | 169M | 23 | 750 | 13k|3365 | 17k| 1 | 102k| 11 | 0.000000e+00 | -- | Inf | 90.20%
750.67/752.72 c 753s| 50900 | 206 | 10686k| 209.8 | 169M | 23 | 750 | 13k|3376 | 17k| 0 | 102k| 11 | 0.000000e+00 | -- | Inf | 90.23%
752.27/754.38 c 754s| 51000 | 208 | 10710k| 209.9 | 169M | 23 | 750 | 13k|3368 | 17k| 0 | 102k| 11 | 0.000000e+00 | -- | Inf | 90.32%
753.66/755.77 c 756s| 51100 | 210 | 10732k| 209.9 | 169M | 23 | 750 | 13k|3374 | 17k| 0 | 102k| 11 | 0.000000e+00 | -- | Inf | 90.49%
754.86/757.00 c 757s| 51200 | 213 | 10753k| 209.9 | 169M | 23 | 750 | 13k|3372 | 17k| 1 | 103k| 11 | 0.000000e+00 | -- | Inf | 90.57%
755.96/758.06 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
755.96/758.06 c 758s| 51300 | 206 | 10771k| 209.8 | 169M | 23 | 750 | 13k|3392 | 17k| 2 | 103k| 11 | 0.000000e+00 | -- | Inf | 90.68%
757.25/759.34 c 759s| 51400 | 206 | 10794k| 209.9 | 169M | 23 | 750 | 13k|3392 | 17k| 2 | 103k| 11 | 0.000000e+00 | -- | Inf | 90.69%
758.45/760.58 c 761s| 51500 | 205 | 10815k| 209.9 | 169M | 23 | 750 | 13k|3365 | 17k| 1 | 103k| 11 | 0.000000e+00 | -- | Inf | 90.76%
759.95/762.06 c 762s| 51600 | 202 | 10838k| 209.9 | 169M | 23 | 750 | 13k|3380 | 17k| 0 | 103k| 11 | 0.000000e+00 | -- | Inf | 90.80%
761.24/763.37 c 763s| 51700 | 198 | 10859k| 209.9 | 169M | 23 | 750 | 13k|3380 | 17k| 1 | 104k| 11 | 0.000000e+00 | -- | Inf | 90.83%
762.44/764.60 c 765s| 51800 | 196 | 10881k| 209.9 | 169M | 23 | 750 | 13k|3372 | 17k| 1 | 104k| 11 | 0.000000e+00 | -- | Inf | 90.86%
763.84/765.94 c 766s| 51900 | 197 | 10905k| 210.0 | 169M | 23 | 750 | 13k|3374 | 17k| 1 | 104k| 11 | 0.000000e+00 | -- | Inf | 90.90%
765.23/767.39 c 767s| 52000 | 194 | 10927k| 210.0 | 169M | 23 | 750 | 13k|3376 | 17k| 0 | 104k| 11 | 0.000000e+00 | -- | Inf | 90.93%
766.93/769.06 c 769s| 52100 | 195 | 10953k| 210.1 | 169M | 23 | 750 | 13k|3376 | 17k| 0 | 104k| 11 | 0.000000e+00 | -- | Inf | 90.96%
768.03/770.19 c 770s| 52200 | 198 | 10972k| 210.1 | 169M | 23 | 750 | 13k|3380 | 17k| 1 | 104k| 11 | 0.000000e+00 | -- | Inf | 91.00%
769.22/771.33 c 771s| 52300 | 193 | 10991k| 210.0 | 169M | 23 | 750 | 13k|3369 | 17k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | 91.04%
770.82/772.94 c 773s| 52400 | 199 | 11016k| 210.1 | 169M | 23 | 750 | 13k|3375 | 17k| 0 | 105k| 11 | 0.000000e+00 | -- | Inf | 91.06%
772.22/774.37 c 774s| 52500 | 198 | 11038k| 210.1 | 169M | 23 | 750 | 13k|3367 | 18k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | 91.12%
773.71/775.87 c 776s| 52600 | 196 | 11061k| 210.2 | 169M | 23 | 750 | 13k|3369 | 18k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | 91.18%
775.21/777.38 c 777s| 52700 | 195 | 11086k| 210.2 | 169M | 23 | 750 | 13k|3370 | 18k| 0 | 105k| 11 | 0.000000e+00 | -- | Inf | 91.23%
776.40/778.51 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
776.40/778.51 c 779s| 52800 | 192 | 11106k| 210.2 | 169M | 23 | 750 | 13k|3380 | 18k| 1 | 105k| 11 | 0.000000e+00 | -- | Inf | 91.24%
777.60/779.75 c 780s| 52900 | 193 | 11127k| 210.2 | 169M | 23 | 750 | 13k|3386 | 18k| 0 | 106k| 11 | 0.000000e+00 | -- | Inf | 91.26%
778.90/781.09 c 781s| 53000 | 197 | 11150k| 210.3 | 169M | 23 | 750 | 13k|3370 | 18k| 1 | 106k| 11 | 0.000000e+00 | -- | Inf | 91.27%
780.39/782.52 c 783s| 53100 | 193 | 11174k| 210.3 | 169M | 23 | 750 | 13k|3371 | 18k| 0 | 106k| 11 | 0.000000e+00 | -- | Inf | 91.31%
781.69/783.86 c 784s| 53200 | 195 | 11197k| 210.3 | 169M | 23 | 750 | 13k|3371 | 18k| 1 | 106k| 11 | 0.000000e+00 | -- | Inf | 91.37%
782.99/785.13 c 785s| 53300 | 200 | 11217k| 210.3 | 169M | 23 | 750 | 13k|3371 | 18k| 0 | 106k| 11 | 0.000000e+00 | -- | Inf | 91.41%
784.18/786.39 c 786s| 53400 | 194 | 11239k| 210.3 | 169M | 23 | 750 | 13k|3375 | 18k| 0 | 107k| 11 | 0.000000e+00 | -- | Inf | 91.42%
785.58/787.73 c 788s| 53500 | 199 | 11262k| 210.4 | 169M | 23 | 750 | 13k|3371 | 18k| 1 | 107k| 11 | 0.000000e+00 | -- | Inf | 91.44%
786.78/788.98 c 789s| 53600 | 193 | 11285k| 210.4 | 169M | 23 | 750 | 13k|3371 | 18k| 0 | 107k| 11 | 0.000000e+00 | -- | Inf | 91.45%
788.27/790.42 c 790s| 53700 | 195 | 11306k| 210.4 | 169M | 23 | 750 | 13k|3371 | 18k| 1 | 107k| 11 | 0.000000e+00 | -- | Inf | 91.54%
789.47/791.65 c 792s| 53800 | 197 | 11328k| 210.4 | 169M | 23 | 750 | 13k|3366 | 18k| 1 | 107k| 11 | 0.000000e+00 | -- | Inf | 91.55%
790.57/792.71 c 793s| 53900 | 193 | 11347k| 210.4 | 169M | 23 | 750 | 13k|3371 | 18k| 0 | 108k| 11 | 0.000000e+00 | -- | Inf | 91.57%
791.76/793.92 c 794s| 54000 | 194 | 11370k| 210.4 | 169M | 23 | 750 | 13k|3376 | 18k| 1 | 108k| 11 | 0.000000e+00 | -- | Inf | 91.58%
792.87/795.04 c 795s| 54100 | 191 | 11388k| 210.4 | 169M | 23 | 750 | 13k|3377 | 18k| 1 | 108k| 11 | 0.000000e+00 | -- | Inf | 91.61%
794.26/796.42 c 796s| 54200 | 188 | 11411k| 210.4 | 169M | 23 | 750 | 13k|3375 | 18k| 1 | 108k| 11 | 0.000000e+00 | -- | Inf | 91.68%
795.55/797.71 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
795.55/797.71 c 798s| 54300 | 186 | 11433k| 210.4 | 169M | 23 | 750 | 13k|3370 | 18k| 0 | 108k| 11 | 0.000000e+00 | -- | Inf | 91.74%
796.55/798.78 c 799s| 54400 | 183 | 11450k| 210.3 | 169M | 23 | 750 | 13k|3382 | 18k| 0 | 108k| 11 | 0.000000e+00 | -- | Inf | 91.79%
797.75/799.95 c 800s| 54500 | 182 | 11469k| 210.3 | 169M | 23 | 750 | 13k|3382 | 18k| 0 | 109k| 11 | 0.000000e+00 | -- | Inf | 91.82%
799.14/801.34 c 801s| 54600 | 189 | 11490k| 210.3 | 169M | 23 | 750 | 13k|3385 | 18k| 0 | 109k| 11 | 0.000000e+00 | -- | Inf | 91.85%
800.44/802.61 c 803s| 54700 | 192 | 11510k| 210.3 | 169M | 23 | 750 | 13k|3376 | 18k| 1 | 109k| 11 | 0.000000e+00 | -- | Inf | 91.86%
801.64/803.87 c 804s| 54800 | 184 | 11533k| 210.3 | 169M | 23 | 750 | 13k|3376 | 18k| 0 | 109k| 11 | 0.000000e+00 | -- | Inf | 91.88%
802.84/805.02 c 805s| 54900 | 186 | 11553k| 210.3 | 169M | 23 | 750 | 13k|3376 | 18k| 1 | 109k| 11 | 0.000000e+00 | -- | Inf | 91.90%
804.13/806.33 c 806s| 55000 | 184 | 11576k| 210.4 | 169M | 23 | 750 | 13k|3376 | 18k| 0 | 109k| 11 | 0.000000e+00 | -- | Inf | 91.91%
805.43/807.66 c 808s| 55100 | 184 | 11599k| 210.4 | 169M | 23 | 750 | 13k|3376 | 18k| 1 | 110k| 11 | 0.000000e+00 | -- | Inf | 91.93%
806.63/808.89 c 809s| 55200 | 182 | 11620k| 210.4 | 169M | 23 | 750 | 13k|3371 | 18k| 0 | 110k| 11 | 0.000000e+00 | -- | Inf | 91.96%
807.93/810.13 c 810s| 55300 | 182 | 11642k| 210.4 | 169M | 23 | 750 | 13k|3378 | 18k| 0 | 110k| 11 | 0.000000e+00 | -- | Inf | 91.99%
809.12/811.31 c 811s| 55400 | 176 | 11663k| 210.4 | 169M | 23 | 750 | 13k|3376 | 18k| 1 | 110k| 11 | 0.000000e+00 | -- | Inf | 92.00%
810.22/812.45 c 812s| 55500 | 173 | 11682k| 210.4 | 169M | 23 | 750 | 13k|3383 | 18k| 1 | 110k| 11 | 0.000000e+00 | -- | Inf | 92.05%
811.51/813.71 c 814s| 55600 | 175 | 11703k| 210.4 | 169M | 23 | 750 | 13k| 0 | 19k| 0 | 110k| 11 | 0.000000e+00 | -- | Inf | 92.07%
812.81/815.03 c 815s| 55700 | 169 | 11726k| 210.4 | 169M | 23 | 750 | 13k|3379 | 19k| 1 | 111k| 11 | 0.000000e+00 | -- | Inf | 92.13%
814.21/816.42 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
814.21/816.42 c 816s| 55800 | 170 | 11749k| 210.4 | 169M | 23 | 750 | 13k|3367 | 19k| 0 | 111k| 11 | 0.000000e+00 | -- | Inf | 92.18%
815.40/817.65 c 818s| 55900 | 165 | 11770k| 210.4 | 169M | 23 | 750 | 13k|3368 | 19k| 0 | 111k| 11 | 0.000000e+00 | -- | Inf | 92.28%
816.90/819.11 c 819s| 56000 | 169 | 11793k| 210.5 | 169M | 23 | 750 | 13k|3368 | 19k| 0 | 111k| 11 | 0.000000e+00 | -- | Inf | 92.32%
818.10/820.37 c 820s| 56100 | 167 | 11815k| 210.5 | 169M | 23 | 750 | 13k|3375 | 19k| 0 | 111k| 11 | 0.000000e+00 | -- | Inf | 92.34%
820.09/822.34 c 822s| 56200 | 169 | 11845k| 210.6 | 169M | 23 | 750 | 13k|3365 | 19k| 1 | 111k| 11 | 0.000000e+00 | -- | Inf | 92.40%
821.29/823.56 c 824s| 56300 | 165 | 11865k| 210.6 | 169M | 23 | 750 | 13k|3376 | 19k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | 92.46%
822.58/824.82 c 825s| 56400 | 162 | 11886k| 210.6 | 169M | 23 | 750 | 13k|3369 | 19k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | 92.55%
823.68/825.98 c 826s| 56500 | 158 | 11905k| 210.6 | 169M | 23 | 750 | 13k|3372 | 19k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | 92.59%
825.08/827.34 c 827s| 56600 | 160 | 11928k| 210.6 | 169M | 23 | 750 | 13k|3372 | 19k| 1 | 112k| 11 | 0.000000e+00 | -- | Inf | 92.63%
826.18/828.44 c 828s| 56700 | 154 | 11949k| 210.6 | 169M | 23 | 750 | 13k|3377 | 19k| 0 | 112k| 11 | 0.000000e+00 | -- | Inf | 92.65%
827.57/829.84 c 830s| 56800 | 156 | 11971k| 210.6 | 169M | 23 | 750 | 13k|3367 | 19k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | 92.68%
828.87/831.15 c 831s| 56900 | 159 | 11991k| 210.6 | 169M | 23 | 750 | 13k|3361 | 19k| 0 | 113k| 11 | 0.000000e+00 | -- | Inf | 92.70%
829.77/832.09 c 832s| 57000 | 152 | 12009k| 210.6 | 169M | 23 | 750 | 13k|3361 | 19k| 0 | 113k| 11 | 0.000000e+00 | -- | Inf | 92.73%
831.06/833.30 c 833s| 57100 | 159 | 12028k| 210.5 | 169M | 23 | 750 | 13k|3369 | 19k| 1 | 113k| 11 | 0.000000e+00 | -- | Inf | 92.75%
831.96/834.26 c 834s| 57200 | 158 | 12046k| 210.5 | 169M | 23 | 750 | 13k|3361 | 19k| 0 | 113k| 11 | 0.000000e+00 | -- | Inf | 92.79%
833.06/835.38 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
833.06/835.38 c 835s| 57300 | 154 | 12066k| 210.5 | 169M | 23 | 750 | 13k|3369 | 19k| 0 | 114k| 11 | 0.000000e+00 | -- | Inf | 92.83%
834.35/836.69 c 837s| 57400 | 154 | 12087k| 210.5 | 169M | 23 | 750 | 13k|3374 | 19k| 1 | 114k| 11 | 0.000000e+00 | -- | Inf | 92.85%
835.65/837.99 c 838s| 57500 | 152 | 12109k| 210.5 | 169M | 23 | 750 | 13k| 0 | 19k| 0 | 114k| 11 | 0.000000e+00 | -- | Inf | 92.93%
837.05/839.35 c 839s| 57600 | 147 | 12132k| 210.5 | 169M | 23 | 750 | 13k|3380 | 19k| 1 | 114k| 11 | 0.000000e+00 | -- | Inf | 93.02%
838.54/840.84 c 841s| 57700 | 149 | 12156k| 210.6 | 169M | 23 | 750 | 13k|3366 | 19k| 0 | 114k| 11 | 0.000000e+00 | -- | Inf | 93.08%
839.84/842.19 c 842s| 57800 | 143 | 12179k| 210.6 | 169M | 23 | 750 | 13k|3380 | 19k| 0 | 114k| 11 | 0.000000e+00 | -- | Inf | 93.15%
841.34/843.61 c 844s| 57900 | 151 | 12202k| 210.6 | 169M | 23 | 750 | 13k|3368 | 19k| 1 | 115k| 11 | 0.000000e+00 | -- | Inf | 93.19%
842.43/844.79 c 845s| 58000 | 150 | 12224k| 210.6 | 169M | 23 | 750 | 13k|3371 | 19k| 1 | 115k| 11 | 0.000000e+00 | -- | Inf | 93.22%
843.74/846.10 c 846s| 58100 | 151 | 12246k| 210.7 | 169M | 23 | 750 | 13k|3368 | 19k| 1 | 115k| 11 | 0.000000e+00 | -- | Inf | 93.24%
845.03/847.32 c 847s| 58200 | 149 | 12268k| 210.7 | 169M | 23 | 750 | 13k|3368 | 19k| 1 | 115k| 11 | 0.000000e+00 | -- | Inf | 93.24%
846.12/848.42 c 848s| 58300 | 149 | 12286k| 210.6 | 169M | 23 | 750 | 13k|3376 | 19k| 1 | 115k| 11 | 0.000000e+00 | -- | Inf | 93.26%
847.22/849.54 c 850s| 58400 | 150 | 12307k| 210.6 | 169M | 23 | 750 | 13k|3365 | 19k| 0 | 116k| 11 | 0.000000e+00 | -- | Inf | 93.30%
848.22/850.60 c 851s| 58500 | 153 | 12325k| 210.6 | 169M | 23 | 750 | 13k|3365 | 19k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | 93.33%
849.32/851.65 c 852s| 58600 | 143 | 12344k| 210.5 | 169M | 23 | 750 | 13k|3376 | 19k| 1 | 116k| 11 | 0.000000e+00 | -- | Inf | 93.40%
850.51/852.84 c 853s| 58700 | 144 | 12365k| 210.5 | 169M | 23 | 750 | 13k|3370 | 19k| 0 | 116k| 11 | 0.000000e+00 | -- | Inf | 93.49%
851.81/854.14 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
851.81/854.14 c 854s| 58800 | 142 | 12387k| 210.5 | 169M | 23 | 750 | 13k|3378 | 19k| 0 | 116k| 11 | 0.000000e+00 | -- | Inf | 93.58%
853.11/855.44 c 855s| 58900 | 138 | 12409k| 210.6 | 169M | 23 | 750 | 13k|3384 | 19k| 0 | 116k| 11 | 0.000000e+00 | -- | Inf | 93.66%
854.71/857.00 c 857s| 59000 | 142 | 12434k| 210.6 | 169M | 23 | 750 | 13k|3386 | 19k| 3 | 117k| 11 | 0.000000e+00 | -- | Inf | 93.73%
855.50/857.89 c 858s| 59100 | 133 | 12449k| 210.5 | 169M | 23 | 750 | 13k|3376 | 19k| 1 | 117k| 11 | 0.000000e+00 | -- | Inf | 93.78%
856.90/859.24 c 859s| 59200 | 134 | 12472k| 210.5 | 169M | 23 | 750 | 13k|3372 | 19k| 0 | 117k| 11 | 0.000000e+00 | -- | Inf | 93.82%
858.09/860.40 c 860s| 59300 | 132 | 12493k| 210.5 | 169M | 23 | 750 | 13k|3380 | 19k| 0 | 117k| 11 | 0.000000e+00 | -- | Inf | 93.84%
859.29/861.62 c 862s| 59400 | 129 | 12513k| 210.5 | 169M | 23 | 750 | 13k|3375 | 19k| 1 | 117k| 11 | 0.000000e+00 | -- | Inf | 93.89%
860.49/862.81 c 863s| 59500 | 127 | 12534k| 210.5 | 169M | 23 | 750 | 13k|3376 | 19k| 1 | 117k| 11 | 0.000000e+00 | -- | Inf | 93.92%
861.48/863.84 c 864s| 59600 | 124 | 12551k| 210.5 | 169M | 23 | 750 | 13k|3379 | 19k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | 93.95%
862.88/865.27 c 865s| 59700 | 122 | 12575k| 210.5 | 169M | 23 | 750 | 13k|3375 | 19k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | 94.01%
863.98/866.35 c 866s| 59800 | 119 | 12594k| 210.5 | 169M | 23 | 750 | 13k| 0 | 19k| 0 | 118k| 11 | 0.000000e+00 | -- | Inf | 94.04%
865.27/867.65 c 868s| 59900 | 122 | 12617k| 210.5 | 169M | 23 | 750 | 13k|3370 | 19k| 0 | 118k| 11 | 0.000000e+00 | -- | Inf | 94.05%
866.37/868.71 c 869s| 60000 | 124 | 12635k| 210.5 | 169M | 23 | 750 | 13k|3376 | 19k| 1 | 118k| 11 | 0.000000e+00 | -- | Inf | 94.06%
867.47/869.87 c 870s| 60100 | 122 | 12656k| 210.5 | 169M | 23 | 750 | 13k|3377 | 19k| 0 | 119k| 11 | 0.000000e+00 | -- | Inf | 94.07%
868.67/871.02 c 871s| 60200 | 122 | 12676k| 210.5 | 169M | 23 | 750 | 13k|3380 | 19k| 0 | 119k| 11 | 0.000000e+00 | -- | Inf | 94.08%
869.77/872.12 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
869.77/872.12 c 872s| 60300 | 118 | 12696k| 210.4 | 169M | 23 | 750 | 13k|3370 | 19k| 1 | 119k| 11 | 0.000000e+00 | -- | Inf | 94.12%
870.96/873.34 c 873s| 60400 | 115 | 12716k| 210.4 | 169M | 23 | 750 | 13k|3381 | 19k| 1 | 119k| 11 | 0.000000e+00 | -- | Inf | 94.21%
872.46/874.83 c 875s| 60500 | 118 | 12737k| 210.4 | 169M | 23 | 750 | 13k|3370 | 19k| 0 | 119k| 11 | 0.000000e+00 | -- | Inf | 94.33%
873.66/876.03 c 876s| 60600 | 119 | 12758k| 210.4 | 169M | 23 | 750 | 13k|3379 | 19k| 0 | 119k| 11 | 0.000000e+00 | -- | Inf | 94.38%
875.15/877.52 c 878s| 60700 | 112 | 12782k| 210.5 | 169M | 23 | 750 | 13k|3369 | 19k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | 94.51%
876.35/878.70 c 879s| 60800 | 114 | 12802k| 210.4 | 169M | 23 | 750 | 13k|3385 | 19k| 2 | 120k| 11 | 0.000000e+00 | -- | Inf | 94.62%
877.84/880.20 c 880s| 60900 | 111 | 12827k| 210.5 | 169M | 23 | 750 | 13k|3369 | 19k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | 94.64%
879.04/881.47 c 881s| 61000 | 111 | 12848k| 210.5 | 169M | 23 | 750 | 13k|3385 | 19k| 0 | 120k| 11 | 0.000000e+00 | -- | Inf | 94.65%
880.24/882.68 c 883s| 61100 | 107 | 12870k| 210.5 | 169M | 23 | 750 | 13k|3367 | 19k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | 94.66%
881.64/884.04 c 884s| 61200 | 104 | 12892k| 210.5 | 169M | 23 | 750 | 13k|3370 | 19k| 1 | 120k| 11 | 0.000000e+00 | -- | Inf | 94.71%
883.03/885.49 c 885s| 61300 | 107 | 12915k| 210.6 | 169M | 23 | 750 | 13k|3374 | 19k| 0 | 121k| 11 | 0.000000e+00 | -- | Inf | 94.83%
884.43/886.88 c 887s| 61400 | 110 | 12937k| 210.6 | 169M | 23 | 750 | 13k|3387 | 20k| 2 | 121k| 11 | 0.000000e+00 | -- | Inf | 94.85%
885.82/888.22 c 888s| 61500 | 110 | 12960k| 210.6 | 169M | 23 | 750 | 13k|3370 | 20k| 1 | 121k| 11 | 0.000000e+00 | -- | Inf | 94.86%
887.02/889.47 c 889s| 61600 | 104 | 12983k| 210.6 | 169M | 23 | 750 | 13k|3378 | 20k| 1 | 121k| 11 | 0.000000e+00 | -- | Inf | 94.89%
888.42/890.89 c 891s| 61700 | 103 | 13003k| 210.6 | 169M | 23 | 750 | 13k|3369 | 20k| 0 | 121k| 11 | 0.000000e+00 | -- | Inf | 94.92%
889.62/892.05 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
889.62/892.05 c 892s| 61800 | 102 | 13023k| 210.6 | 169M | 23 | 750 | 13k|3369 | 20k| 1 | 121k| 11 | 0.000000e+00 | -- | Inf | 94.97%
891.01/893.44 c 893s| 61900 | 105 | 13046k| 210.6 | 169M | 23 | 750 | 13k|3374 | 20k| 0 | 122k| 11 | 0.000000e+00 | -- | Inf | 95.03%
892.31/894.78 c 895s| 62000 | 103 | 13069k| 210.7 | 169M | 23 | 750 | 13k|3370 | 20k| 0 | 122k| 11 | 0.000000e+00 | -- | Inf | 95.06%
893.61/896.00 c 896s| 62100 | 107 | 13089k| 210.7 | 169M | 23 | 750 | 13k|3372 | 20k| 1 | 122k| 11 | 0.000000e+00 | -- | Inf | 95.08%
894.80/897.24 c 897s| 62200 | 103 | 13109k| 210.6 | 169M | 23 | 750 | 13k|3368 | 20k| 0 | 122k| 11 | 0.000000e+00 | -- | Inf | 95.10%
895.90/898.36 c 898s| 62300 | 96 | 13128k| 210.6 | 169M | 23 | 750 | 13k|3370 | 20k| 0 | 122k| 11 | 0.000000e+00 | -- | Inf | 95.11%
897.19/899.69 c 900s| 62400 | 99 | 13149k| 210.6 | 169M | 23 | 750 | 13k|3378 | 20k| 0 | 123k| 11 | 0.000000e+00 | -- | Inf | 95.14%
898.39/900.87 c 901s| 62500 | 96 | 13170k| 210.6 | 169M | 23 | 750 | 13k|3372 | 20k| 0 | 123k| 11 | 0.000000e+00 | -- | Inf | 95.16%
899.69/902.11 c 902s| 62600 | 93 | 13191k| 210.6 | 169M | 23 | 750 | 13k|3375 | 20k| 0 | 123k| 11 | 0.000000e+00 | -- | Inf | 95.22%
901.08/903.52 c 904s| 62700 | 91 | 13215k| 210.7 | 169M | 23 | 750 | 13k|3375 | 20k| 0 | 123k| 11 | 0.000000e+00 | -- | Inf | 95.25%
902.28/904.75 c 905s| 62800 | 86 | 13236k| 210.7 | 169M | 23 | 750 | 13k|3381 | 20k| 1 | 123k| 11 | 0.000000e+00 | -- | Inf | 95.30%
903.48/905.96 c 906s| 62900 | 86 | 13257k| 210.7 | 169M | 23 | 750 | 13k|3373 | 20k| 0 | 123k| 11 | 0.000000e+00 | -- | Inf | 95.36%
904.87/907.35 c 907s| 63000 | 83 | 13281k| 210.7 | 169M | 23 | 750 | 13k|3377 | 20k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | 95.42%
906.17/908.61 c 909s| 63100 | 83 | 13304k| 210.7 | 169M | 23 | 750 | 13k|3369 | 20k| 1 | 124k| 11 | 0.000000e+00 | -- | Inf | 95.46%
907.87/910.39 c 910s| 63200 | 82 | 13330k| 210.8 | 169M | 23 | 750 | 13k|3369 | 20k| 0 | 124k| 11 | 0.000000e+00 | -- | Inf | 95.50%
909.36/911.82 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
909.36/911.82 c 912s| 63300 | 84 | 13354k| 210.9 | 169M | 23 | 750 | 13k|3369 | 20k| 0 | 124k| 11 | 0.000000e+00 | -- | Inf | 95.52%
910.56/913.05 c 913s| 63400 | 86 | 13377k| 210.9 | 169M | 23 | 750 | 13k|3369 | 20k| 0 | 124k| 11 | 0.000000e+00 | -- | Inf | 95.54%
911.76/914.29 c 914s| 63500 | 82 | 13399k| 210.9 | 169M | 23 | 750 | 13k| 0 | 20k| 0 | 124k| 11 | 0.000000e+00 | -- | Inf | 95.56%
913.05/915.55 c 916s| 63600 | 82 | 13421k| 210.9 | 169M | 23 | 750 | 13k|3369 | 20k| 1 | 125k| 11 | 0.000000e+00 | -- | Inf | 95.57%
914.35/916.87 c 917s| 63700 | 81 | 13444k| 210.9 | 169M | 23 | 750 | 13k|3367 | 20k| 1 | 125k| 11 | 0.000000e+00 | -- | Inf | 95.59%
915.75/918.29 c 918s| 63800 | 86 | 13467k| 211.0 | 169M | 23 | 750 | 13k|3372 | 20k| 0 | 125k| 11 | 0.000000e+00 | -- | Inf | 95.60%
916.74/919.29 c 919s| 63900 | 84 | 13484k| 210.9 | 169M | 23 | 750 | 13k|3374 | 20k| 1 | 125k| 11 | 0.000000e+00 | -- | Inf | 95.61%
918.04/920.51 c 921s| 64000 | 85 | 13505k| 210.9 | 169M | 23 | 750 | 13k| 0 | 20k| 0 | 125k| 11 | 0.000000e+00 | -- | Inf | 95.62%
919.14/921.60 c 922s| 64100 | 78 | 13524k| 210.9 | 169M | 23 | 750 | 13k|3375 | 20k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | 95.65%
920.33/922.84 c 923s| 64200 | 79 | 13545k| 210.9 | 169M | 23 | 750 | 13k|3378 | 20k| 0 | 126k| 11 | 0.000000e+00 | -- | Inf | 95.72%
921.54/924.08 c 924s| 64300 | 76 | 13567k| 210.9 | 169M | 23 | 750 | 13k|3371 | 20k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | 95.73%
922.93/925.42 c 925s| 64400 | 77 | 13591k| 210.9 | 169M | 23 | 750 | 13k|3372 | 20k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | 95.76%
924.22/926.75 c 927s| 64500 | 80 | 13613k| 210.9 | 169M | 23 | 750 | 13k|3361 | 20k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | 95.81%
925.32/927.86 c 928s| 64600 | 75 | 13633k| 210.9 | 169M | 23 | 750 | 13k|3376 | 20k| 1 | 126k| 11 | 0.000000e+00 | -- | Inf | 95.83%
926.82/929.36 c 929s| 64700 | 86 | 13655k| 210.9 | 169M | 23 | 750 | 13k|3377 | 20k| 2 | 127k| 11 | 0.000000e+00 | -- | Inf | 95.85%
928.21/930.79 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
928.21/930.79 c 931s| 64800 | 86 | 13679k| 211.0 | 169M | 23 | 750 | 13k| 0 | 20k| 0 | 127k| 11 | 0.000000e+00 | -- | Inf | 95.87%
929.62/932.10 c 932s| 64900 | 84 | 13702k| 211.0 | 169M | 23 | 750 | 13k|3382 | 20k| 0 | 127k| 11 | 0.000000e+00 | -- | Inf | 95.89%
930.81/933.34 c 933s| 65000 | 81 | 13723k| 211.0 | 169M | 23 | 750 | 13k|3372 | 20k| 1 | 127k| 11 | 0.000000e+00 | -- | Inf | 95.91%
932.30/934.88 c 935s| 65100 | 84 | 13748k| 211.1 | 169M | 23 | 750 | 13k|3367 | 20k| 1 | 127k| 11 | 0.000000e+00 | -- | Inf | 95.95%
933.80/936.35 c 936s| 65200 | 89 | 13772k| 211.1 | 169M | 23 | 750 | 13k|3372 | 20k| 0 | 127k| 11 | 0.000000e+00 | -- | Inf | 95.97%
935.00/937.50 c 938s| 65300 | 81 | 13793k| 211.1 | 169M | 23 | 750 | 13k|3371 | 20k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | 95.99%
936.19/938.75 c 939s| 65400 | 85 | 13815k| 211.1 | 169M | 23 | 750 | 13k|3371 | 20k| 0 | 128k| 11 | 0.000000e+00 | -- | Inf | 96.01%
937.39/940.00 c 940s| 65500 | 84 | 13836k| 211.1 | 169M | 23 | 750 | 13k|3367 | 20k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | 96.03%
938.69/941.27 c 941s| 65600 | 78 | 13860k| 211.2 | 169M | 23 | 750 | 13k|3367 | 20k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | 96.05%
939.88/942.44 c 942s| 65700 | 85 | 13880k| 211.2 | 169M | 23 | 750 | 13k|3372 | 20k| 1 | 128k| 11 | 0.000000e+00 | -- | Inf | 96.06%
941.18/943.73 c 944s| 65800 | 76 | 13903k| 211.2 | 169M | 23 | 750 | 13k|3376 | 20k| 0 | 129k| 11 | 0.000000e+00 | -- | Inf | 96.08%
942.87/945.43 c 945s| 65900 | 75 | 13931k| 211.3 | 169M | 23 | 750 | 13k| 0 | 21k| 0 | 129k| 11 | 0.000000e+00 | -- | Inf | 96.10%
943.97/946.56 c 947s| 66000 | 76 | 13952k| 211.3 | 169M | 23 | 750 | 13k|3367 | 21k| 1 | 129k| 11 | 0.000000e+00 | -- | Inf | 96.13%
945.37/947.98 c 948s| 66100 | 77 | 13975k| 211.3 | 169M | 23 | 750 | 13k|3368 | 21k| 0 | 129k| 11 | 0.000000e+00 | -- | Inf | 96.16%
946.67/949.25 c 949s| 66200 | 80 | 13999k| 211.4 | 169M | 23 | 750 | 13k|3368 | 21k| 1 | 129k| 11 | 0.000000e+00 | -- | Inf | 96.19%
947.86/950.47 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
947.86/950.47 c 950s| 66300 | 73 | 14020k| 211.4 | 169M | 23 | 750 | 13k|3377 | 21k| 0 | 130k| 11 | 0.000000e+00 | -- | Inf | 96.20%
949.16/951.78 c 952s| 66400 | 71 | 14043k| 211.4 | 169M | 23 | 750 | 13k|3363 | 21k| 0 | 130k| 11 | 0.000000e+00 | -- | Inf | 96.25%
950.26/952.85 c 953s| 66500 | 67 | 14061k| 211.3 | 169M | 23 | 750 | 13k|3366 | 21k| 0 | 130k| 11 | 0.000000e+00 | -- | Inf | 96.31%
951.65/954.25 c 954s| 66600 | 68 | 14085k| 211.4 | 169M | 23 | 750 | 13k|3366 | 21k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | 96.37%
953.05/955.62 c 956s| 66700 | 67 | 14108k| 211.4 | 169M | 23 | 750 | 13k|3375 | 21k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | 96.40%
954.25/956.82 c 957s| 66800 | 70 | 14129k| 211.4 | 169M | 23 | 750 | 13k|3372 | 21k| 1 | 130k| 11 | 0.000000e+00 | -- | Inf | 96.42%
955.34/957.99 c 958s| 66900 | 70 | 14149k| 211.4 | 169M | 23 | 750 | 13k|3372 | 21k| 0 | 131k| 11 | 0.000000e+00 | -- | Inf | 96.44%
956.64/959.25 c 959s| 67000 | 67 | 14171k| 211.4 | 169M | 23 | 750 | 13k|3380 | 21k| 2 | 131k| 11 | 0.000000e+00 | -- | Inf | 96.48%
958.04/960.66 c 961s| 67100 | 62 | 14195k| 211.5 | 169M | 23 | 750 | 13k|3367 | 21k| 0 | 131k| 11 | 0.000000e+00 | -- | Inf | 96.55%
959.23/961.81 c 962s| 67200 | 59 | 14214k| 211.4 | 169M | 23 | 750 | 13k|3375 | 21k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | 96.60%
960.53/963.18 c 963s| 67300 | 60 | 14237k| 211.4 | 169M | 23 | 750 | 13k|3377 | 21k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | 96.64%
961.83/964.41 c 964s| 67400 | 65 | 14257k| 211.4 | 169M | 23 | 750 | 13k|3378 | 21k| 1 | 131k| 11 | 0.000000e+00 | -- | Inf | 96.66%
962.92/965.57 c 966s| 67500 | 63 | 14278k| 211.4 | 169M | 23 | 750 | 13k|3380 | 21k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | 96.66%
964.22/966.88 c 967s| 67600 | 68 | 14298k| 211.4 | 169M | 23 | 750 | 13k|3378 | 21k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | 96.68%
965.42/968.07 c 968s| 67700 | 63 | 14319k| 211.4 | 169M | 23 | 750 | 13k|3378 | 21k| 1 | 132k| 11 | 0.000000e+00 | -- | Inf | 96.69%
966.61/969.28 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
966.61/969.28 c 969s| 67800 | 61 | 14340k| 211.4 | 169M | 23 | 750 | 13k|3379 | 21k| 0 | 132k| 11 | 0.000000e+00 | -- | Inf | 96.70%
968.11/970.74 c 971s| 67900 | 61 | 14365k| 211.5 | 169M | 23 | 750 | 13k|3367 | 21k| 0 | 132k| 11 | 0.000000e+00 | -- | Inf | 96.72%
969.21/971.80 c 972s| 68000 | 59 | 14385k| 211.4 | 169M | 23 | 750 | 13k|3367 | 21k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | 96.73%
970.51/973.12 c 973s| 68100 | 58 | 14406k| 211.4 | 169M | 23 | 750 | 13k|3366 | 21k| 1 | 133k| 11 | 0.000000e+00 | -- | Inf | 96.76%
971.70/974.37 c 974s| 68200 | 58 | 14427k| 211.4 | 169M | 23 | 750 | 13k|3375 | 21k| 2 | 133k| 11 | 0.000000e+00 | -- | Inf | 96.82%
973.10/975.74 c 976s| 68300 | 62 | 14450k| 211.5 | 169M | 23 | 750 | 13k|3366 | 21k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | 96.85%
974.59/977.24 c 977s| 68400 | 61 | 14475k| 211.5 | 171M | 23 | 750 | 13k| 0 | 21k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | 96.89%
975.89/978.55 c 979s| 68500 | 60 | 14498k| 211.5 | 171M | 23 | 750 | 13k| 0 | 21k| 0 | 133k| 11 | 0.000000e+00 | -- | Inf | 96.91%
977.09/979.73 c 980s| 68600 | 58 | 14519k| 211.5 | 171M | 23 | 750 | 13k|3367 | 21k| 1 | 134k| 11 | 0.000000e+00 | -- | Inf | 96.92%
978.39/981.07 c 981s| 68700 | 63 | 14539k| 211.5 | 171M | 23 | 750 | 13k|3369 | 21k| 1 | 134k| 11 | 0.000000e+00 | -- | Inf | 96.97%
979.49/982.13 c 982s| 68800 | 56 | 14558k| 211.5 | 171M | 23 | 750 | 13k|3366 | 21k| 0 | 134k| 11 | 0.000000e+00 | -- | Inf | 96.98%
981.18/983.86 c 984s| 68900 | 64 | 14583k| 211.6 | 171M | 23 | 750 | 13k|3361 | 21k| 1 | 134k| 11 | 0.000000e+00 | -- | Inf | 97.03%
982.38/985.09 c 985s| 69000 | 60 | 14605k| 211.6 | 171M | 23 | 750 | 13k|3361 | 21k| 1 | 134k| 11 | 0.000000e+00 | -- | Inf | 97.06%
983.57/986.20 c 986s| 69100 | 61 | 14624k| 211.5 | 171M | 23 | 750 | 13k|3373 | 21k| 0 | 134k| 11 | 0.000000e+00 | -- | Inf | 97.07%
984.67/987.35 c 987s| 69200 | 58 | 14645k| 211.5 | 171M | 23 | 750 | 13k|3361 | 21k| 0 | 135k| 11 | 0.000000e+00 | -- | Inf | 97.08%
986.06/988.76 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
986.06/988.76 c 989s| 69300 | 61 | 14668k| 211.6 | 171M | 23 | 750 | 13k|3364 | 21k| 1 | 135k| 11 | 0.000000e+00 | -- | Inf | 97.11%
987.16/989.87 c 990s| 69400 | 61 | 14687k| 211.5 | 171M | 23 | 750 | 13k|3363 | 21k| 1 | 135k| 11 | 0.000000e+00 | -- | Inf | 97.12%
988.76/991.40 c 991s| 69500 | 63 | 14714k| 211.6 | 171M | 23 | 750 | 13k|3364 | 21k| 1 | 135k| 11 | 0.000000e+00 | -- | Inf | 97.13%
989.95/992.61 c 993s| 69600 | 62 | 14735k| 211.6 | 171M | 23 | 750 | 13k|3368 | 22k| 0 | 135k| 11 | 0.000000e+00 | -- | Inf | 97.15%
991.05/993.78 c 994s| 69700 | 62 | 14756k| 211.6 | 171M | 23 | 750 | 13k|3363 | 22k| 0 | 136k| 11 | 0.000000e+00 | -- | Inf | 97.17%
992.25/994.94 c 995s| 69800 | 60 | 14777k| 211.6 | 171M | 23 | 750 | 13k|3363 | 22k| 0 | 136k| 11 | 0.000000e+00 | -- | Inf | 97.18%
993.45/996.17 c 996s| 69900 | 57 | 14799k| 211.6 | 171M | 23 | 750 | 13k|3364 | 22k| 1 | 136k| 11 | 0.000000e+00 | -- | Inf | 97.20%
994.74/997.41 c 997s| 70000 | 60 | 14821k| 211.6 | 171M | 23 | 750 | 13k|3373 | 22k| 1 | 136k| 11 | 0.000000e+00 | -- | Inf | 97.21%
995.94/998.65 c 999s| 70100 | 59 | 14843k| 211.6 | 171M | 23 | 750 | 13k|3365 | 22k| 1 | 136k| 11 | 0.000000e+00 | -- | Inf | 97.22%
997.34/1000.01 c 1000s| 70200 | 53 | 14866k| 211.7 | 171M | 23 | 750 | 13k|3365 | 22k| 0 | 136k| 11 | 0.000000e+00 | -- | Inf | 97.24%
998.83/1001.54 c 1002s| 70300 | 54 | 14891k| 211.7 | 171M | 23 | 750 | 13k|3381 | 22k| 0 | 137k| 11 | 0.000000e+00 | -- | Inf | 97.31%
1000.13/1002.81 c 1003s| 70400 | 58 | 14912k| 211.7 | 171M | 23 | 750 | 13k|3388 | 22k| 2 | 137k| 11 | 0.000000e+00 | -- | Inf | 97.32%
1001.33/1004.09 c 1004s| 70500 | 51 | 14934k| 211.7 | 171M | 23 | 750 | 13k|3377 | 22k| 1 | 137k| 11 | 0.000000e+00 | -- | Inf | 97.43%
1002.62/1005.31 c 1005s| 70600 | 49 | 14955k| 211.7 | 171M | 23 | 750 | 13k|3367 | 22k| 0 | 137k| 11 | 0.000000e+00 | -- | Inf | 97.45%
1003.62/1006.32 c 1006s| 70700 | 48 | 14973k| 211.7 | 171M | 23 | 750 | 13k|3378 | 22k| 0 | 137k| 11 | 0.000000e+00 | -- | Inf | 97.47%
1004.91/1007.68 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1004.91/1007.68 c 1008s| 70800 | 46 | 14997k| 211.7 | 171M | 23 | 750 | 13k|3366 | 22k| 0 | 138k| 11 | 0.000000e+00 | -- | Inf | 97.49%
1006.21/1008.99 c 1009s| 70900 | 44 | 15019k| 211.7 | 171M | 23 | 750 | 13k|3366 | 22k| 0 | 138k| 11 | 0.000000e+00 | -- | Inf | 97.53%
1007.51/1010.26 c 1010s| 71000 | 49 | 15040k| 211.7 | 171M | 23 | 750 | 13k|3373 | 22k| 0 | 138k| 11 | 0.000000e+00 | -- | Inf | 97.54%
1008.80/1011.55 c 1012s| 71100 | 55 | 15063k| 211.8 | 171M | 23 | 750 | 13k|3368 | 22k| 1 | 138k| 11 | 0.000000e+00 | -- | Inf | 97.56%
1010.00/1012.71 c 1013s| 71200 | 52 | 15085k| 211.8 | 171M | 23 | 750 | 13k|3368 | 22k| 0 | 138k| 11 | 0.000000e+00 | -- | Inf | 97.58%
1011.00/1013.74 c 1014s| 71300 | 49 | 15105k| 211.8 | 171M | 23 | 750 | 13k|3368 | 22k| 1 | 138k| 11 | 0.000000e+00 | -- | Inf | 97.60%
1012.30/1015.05 c 1015s| 71400 | 46 | 15128k| 211.8 | 171M | 23 | 750 | 13k|3365 | 22k| 1 | 139k| 11 | 0.000000e+00 | -- | Inf | 97.62%
1013.79/1016.53 c 1017s| 71500 | 45 | 15152k| 211.8 | 171M | 23 | 750 | 13k|3371 | 22k| 0 | 139k| 11 | 0.000000e+00 | -- | Inf | 97.64%
1015.29/1018.01 c 1018s| 71600 | 43 | 15175k| 211.8 | 171M | 23 | 750 | 13k|3370 | 22k| 0 | 139k| 11 | 0.000000e+00 | -- | Inf | 97.68%
1016.58/1019.34 c 1019s| 71700 | 40 | 15197k| 211.9 | 171M | 23 | 750 | 13k|3366 | 22k| 0 | 139k| 11 | 0.000000e+00 | -- | Inf | 97.71%
1017.88/1020.69 c 1021s| 71800 | 45 | 15220k| 211.9 | 171M | 23 | 750 | 13k|3368 | 22k| 0 | 139k| 11 | 0.000000e+00 | -- | Inf | 97.72%
1018.98/1021.77 c 1022s| 71900 | 41 | 15239k| 211.8 | 171M | 23 | 750 | 13k|3366 | 22k| 1 | 139k| 11 | 0.000000e+00 | -- | Inf | 97.74%
1020.47/1023.20 c 1023s| 72000 | 46 | 15261k| 211.9 | 171M | 23 | 750 | 13k|3365 | 22k| 0 | 140k| 11 | 0.000000e+00 | -- | Inf | 97.76%
1021.67/1024.44 c 1024s| 72100 | 46 | 15282k| 211.9 | 171M | 23 | 750 | 13k|3365 | 22k| 0 | 140k| 11 | 0.000000e+00 | -- | Inf | 97.78%
1022.87/1025.62 c 1026s| 72200 | 48 | 15303k| 211.9 | 171M | 23 | 750 | 13k|3365 | 22k| 1 | 140k| 11 | 0.000000e+00 | -- | Inf | 97.80%
1024.06/1026.82 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1024.06/1026.82 c 1027s| 72300 | 45 | 15325k| 211.9 | 171M | 23 | 750 | 13k|3365 | 22k| 1 | 140k| 11 | 0.000000e+00 | -- | Inf | 97.82%
1025.16/1027.96 c 1028s| 72400 | 50 | 15344k| 211.8 | 171M | 23 | 750 | 13k|3367 | 22k| 0 | 140k| 11 | 0.000000e+00 | -- | Inf | 97.84%
1026.26/1029.04 c 1029s| 72500 | 43 | 15364k| 211.8 | 171M | 23 | 750 | 13k|3365 | 22k| 1 | 141k| 11 | 0.000000e+00 | -- | Inf | 97.87%
1027.56/1030.32 c 1030s| 72600 | 43 | 15387k| 211.8 | 171M | 23 | 750 | 13k|3365 | 22k| 1 | 141k| 11 | 0.000000e+00 | -- | Inf | 97.89%
1028.75/1031.57 c 1032s| 72700 | 42 | 15410k| 211.9 | 171M | 23 | 750 | 13k|3371 | 22k| 0 | 141k| 11 | 0.000000e+00 | -- | Inf | 97.90%
1029.95/1032.77 c 1033s| 72800 | 38 | 15431k| 211.9 | 171M | 23 | 750 | 13k|3365 | 22k| 0 | 141k| 11 | 0.000000e+00 | -- | Inf | 97.91%
1031.25/1034.06 c 1034s| 72900 | 40 | 15453k| 211.9 | 171M | 23 | 750 | 13k|3365 | 22k| 1 | 141k| 11 | 0.000000e+00 | -- | Inf | 97.92%
1032.64/1035.49 c 1035s| 73000 | 43 | 15475k| 211.9 | 171M | 23 | 750 | 13k|3368 | 22k| 1 | 142k| 11 | 0.000000e+00 | -- | Inf | 97.97%
1034.14/1036.90 c 1037s| 73100 | 51 | 15500k| 211.9 | 171M | 23 | 750 | 13k|3368 | 22k| 0 | 142k| 11 | 0.000000e+00 | -- | Inf | 97.98%
1035.24/1038.08 c 1038s| 73200 | 49 | 15522k| 212.0 | 171M | 23 | 750 | 13k|3368 | 22k| 1 | 142k| 11 | 0.000000e+00 | -- | Inf | 97.99%
1036.53/1039.35 c 1039s| 73300 | 46 | 15545k| 212.0 | 171M | 23 | 750 | 13k|3379 | 22k| 0 | 142k| 11 | 0.000000e+00 | -- | Inf | 98.00%
1037.73/1040.52 c 1041s| 73400 | 43 | 15566k| 212.0 | 171M | 23 | 750 | 13k|3377 | 22k| 0 | 142k| 11 | 0.000000e+00 | -- | Inf | 98.02%
1038.83/1041.67 c 1042s| 73500 | 42 | 15586k| 212.0 | 171M | 23 | 750 | 13k|3374 | 22k| 0 | 142k| 11 | 0.000000e+00 | -- | Inf | 98.04%
1039.92/1042.73 c 1043s| 73600 | 42 | 15606k| 211.9 | 171M | 23 | 750 | 13k|3374 | 22k| 0 | 143k| 11 | 0.000000e+00 | -- | Inf | 98.05%
1041.12/1043.91 c 1044s| 73700 | 39 | 15627k| 211.9 | 171M | 23 | 750 | 13k|3374 | 22k| 0 | 143k| 11 | 0.000000e+00 | -- | Inf | 98.07%
1042.52/1045.30 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1042.52/1045.30 c 1045s| 73800 | 39 | 15650k| 212.0 | 171M | 23 | 750 | 13k|3370 | 22k| 0 | 143k| 11 | 0.000000e+00 | -- | Inf | 98.09%
1043.71/1046.55 c 1047s| 73900 | 32 | 15672k| 212.0 | 171M | 23 | 750 | 13k|3377 | 22k| 0 | 143k| 11 | 0.000000e+00 | -- | Inf | 98.14%
1045.01/1047.82 c 1048s| 74000 | 34 | 15694k| 212.0 | 171M | 23 | 750 | 13k|3368 | 22k| 0 | 143k| 11 | 0.000000e+00 | -- | Inf | 98.17%
1046.31/1049.11 c 1049s| 74100 | 34 | 15717k| 212.0 | 171M | 23 | 750 | 13k|3368 | 22k| 1 | 144k| 11 | 0.000000e+00 | -- | Inf | 98.20%
1047.50/1050.30 c 1050s| 74200 | 36 | 15738k| 212.0 | 171M | 23 | 750 | 13k|3368 | 22k| 1 | 144k| 11 | 0.000000e+00 | -- | Inf | 98.21%
1048.70/1051.50 c 1051s| 74300 | 33 | 15758k| 212.0 | 171M | 23 | 750 | 13k|3370 | 22k| 0 | 144k| 11 | 0.000000e+00 | -- | Inf | 98.23%
1050.40/1053.23 c 1053s| 74400 | 36 | 15785k| 212.1 | 171M | 23 | 750 | 13k|3388 | 22k| 0 | 144k| 11 | 0.000000e+00 | -- | Inf | 98.25%
1051.89/1054.70 c 1055s| 74500 | 37 | 15809k| 212.1 | 171M | 23 | 750 | 13k|3364 | 23k| 1 | 144k| 11 | 0.000000e+00 | -- | Inf | 98.28%
1053.20/1056.01 c 1056s| 74600 | 39 | 15831k| 212.1 | 171M | 23 | 750 | 13k|3366 | 23k| 1 | 144k| 11 | 0.000000e+00 | -- | Inf | 98.29%
1054.39/1057.23 c 1057s| 74700 | 36 | 15853k| 212.1 | 171M | 23 | 750 | 13k|3371 | 23k| 0 | 145k| 11 | 0.000000e+00 | -- | Inf | 98.30%
1055.68/1058.54 c 1059s| 74800 | 38 | 15876k| 212.2 | 171M | 23 | 750 | 13k|3373 | 23k| 2 | 145k| 11 | 0.000000e+00 | -- | Inf | 98.34%
1057.18/1060.08 c 1060s| 74900 | 37 | 15902k| 212.2 | 171M | 23 | 750 | 13k|3372 | 23k| 1 | 145k| 11 | 0.000000e+00 | -- | Inf | 98.36%
1058.48/1061.38 c 1061s| 75000 | 36 | 15924k| 212.2 | 171M | 23 | 750 | 13k|3381 | 23k| 0 | 145k| 11 | 0.000000e+00 | -- | Inf | 98.38%
1059.67/1062.59 c 1063s| 75100 | 33 | 15946k| 212.2 | 171M | 23 | 750 | 13k|3381 | 23k| 0 | 145k| 11 | 0.000000e+00 | -- | Inf | 98.40%
1060.97/1063.90 c 1064s| 75200 | 33 | 15969k| 212.3 | 171M | 23 | 750 | 13k|3370 | 23k| 1 | 146k| 11 | 0.000000e+00 | -- | Inf | 98.42%
1062.57/1065.45 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1062.57/1065.45 c 1065s| 75300 | 36 | 15992k| 212.3 | 171M | 23 | 750 | 13k|3368 | 23k| 0 | 146k| 11 | 0.000000e+00 | -- | Inf | 98.52%
1063.66/1066.53 c 1067s| 75400 | 33 | 16011k| 212.3 | 171M | 23 | 750 | 13k|3368 | 23k| 0 | 146k| 11 | 0.000000e+00 | -- | Inf | 98.56%
1065.06/1067.92 c 1068s| 75500 | 35 | 16032k| 212.3 | 171M | 23 | 750 | 13k|3368 | 23k| 1 | 146k| 11 | 0.000000e+00 | -- | Inf | 98.60%
1066.26/1069.16 c 1069s| 75600 | 34 | 16054k| 212.3 | 171M | 23 | 750 | 13k|3370 | 23k| 0 | 146k| 11 | 0.000000e+00 | -- | Inf | 98.63%
1067.55/1070.41 c 1070s| 75700 | 34 | 16075k| 212.3 | 171M | 23 | 750 | 13k|3370 | 23k| 1 | 146k| 11 | 0.000000e+00 | -- | Inf | 98.66%
1068.85/1071.70 c 1072s| 75800 | 32 | 16097k| 212.3 | 171M | 23 | 750 | 13k|3375 | 23k| 0 | 146k| 11 | 0.000000e+00 | -- | Inf | 98.69%
1070.05/1072.96 c 1073s| 75900 | 29 | 16119k| 212.3 | 171M | 23 | 750 | 13k|3377 | 23k| 0 | 147k| 11 | 0.000000e+00 | -- | Inf | 98.76%
1071.34/1074.21 c 1074s| 76000 | 31 | 16140k| 212.3 | 171M | 23 | 750 | 13k|3365 | 23k| 1 | 147k| 11 | 0.000000e+00 | -- | Inf | 98.78%
1072.74/1075.61 c 1076s| 76100 | 34 | 16164k| 212.3 | 171M | 23 | 750 | 13k|3381 | 23k| 2 | 147k| 11 | 0.000000e+00 | -- | Inf | 98.80%
1074.14/1077.02 c 1077s| 76200 | 35 | 16188k| 212.3 | 171M | 23 | 750 | 13k|3368 | 23k| 1 | 147k| 11 | 0.000000e+00 | -- | Inf | 98.81%
1075.33/1078.24 c 1078s| 76300 | 37 | 16210k| 212.4 | 171M | 23 | 750 | 13k|3370 | 23k| 0 | 147k| 11 | 0.000000e+00 | -- | Inf | 98.82%
1076.63/1079.52 c 1080s| 76400 | 35 | 16232k| 212.4 | 171M | 23 | 750 | 13k|3374 | 23k| 2 | 148k| 11 | 0.000000e+00 | -- | Inf | 98.83%
1077.93/1080.82 c 1081s| 76500 | 31 | 16255k| 212.4 | 171M | 23 | 750 | 13k|3364 | 23k| 1 | 148k| 11 | 0.000000e+00 | -- | Inf | 98.85%
1079.02/1081.91 c 1082s| 76600 | 27 | 16274k| 212.4 | 171M | 23 | 750 | 13k|3364 | 23k| 1 | 148k| 11 | 0.000000e+00 | -- | Inf | 98.86%
1080.42/1083.34 c 1083s| 76700 | 35 | 16296k| 212.4 | 171M | 23 | 750 | 13k|3375 | 23k| 0 | 148k| 11 | 0.000000e+00 | -- | Inf | 98.89%
1081.42/1084.33 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1081.42/1084.33 c 1084s| 76800 | 28 | 16314k| 212.3 | 171M | 23 | 750 | 13k|3369 | 23k| 1 | 148k| 11 | 0.000000e+00 | -- | Inf | 98.91%
1082.71/1085.69 c 1086s| 76900 | 27 | 16337k| 212.4 | 171M | 23 | 750 | 13k|3369 | 23k| 1 | 149k| 11 | 0.000000e+00 | -- | Inf | 98.96%
1084.41/1087.31 c 1087s| 77000 | 28 | 16362k| 212.4 | 171M | 23 | 750 | 13k|3369 | 23k| 0 | 149k| 11 | 0.000000e+00 | -- | Inf | 99.04%
1085.71/1088.62 c 1089s| 77100 | 27 | 16385k| 212.4 | 171M | 23 | 750 | 13k|3370 | 23k| 0 | 149k| 11 | 0.000000e+00 | -- | Inf | 99.05%
1087.30/1090.25 c 1090s| 77200 | 34 | 16411k| 212.5 | 171M | 23 | 750 | 13k|3381 | 23k| 0 | 149k| 11 | 0.000000e+00 | -- | Inf | 99.09%
1088.70/1091.67 c 1092s| 77300 | 33 | 16433k| 212.5 | 171M | 23 | 750 | 13k|3369 | 23k| 1 | 149k| 11 | 0.000000e+00 | -- | Inf | 99.10%
1089.89/1092.82 c 1093s| 77400 | 31 | 16453k| 212.5 | 171M | 23 | 750 | 13k|3367 | 23k| 0 | 149k| 11 | 0.000000e+00 | -- | Inf | 99.11%
1090.99/1093.94 c 1094s| 77500 | 30 | 16473k| 212.5 | 171M | 23 | 750 | 13k|3369 | 23k| 1 | 150k| 11 | 0.000000e+00 | -- | Inf | 99.13%
1092.29/1095.28 c 1095s| 77600 | 30 | 16494k| 212.5 | 171M | 23 | 750 | 13k|3365 | 23k| 0 | 150k| 11 | 0.000000e+00 | -- | Inf | 99.19%
1093.69/1096.66 c 1097s| 77700 | 30 | 16516k| 212.5 | 171M | 23 | 750 | 13k|3367 | 23k| 0 | 150k| 11 | 0.000000e+00 | -- | Inf | 99.22%
1094.88/1097.87 c 1098s| 77800 | 27 | 16537k| 212.5 | 171M | 23 | 750 | 13k|3365 | 23k| 0 | 150k| 11 | 0.000000e+00 | -- | Inf | 99.26%
1096.68/1099.69 c 1100s| 77900 | 37 | 16563k| 212.5 | 171M | 23 | 750 | 13k|3366 | 23k| 1 | 150k| 11 | 0.000000e+00 | -- | Inf | 99.34%
1098.18/1101.18 c 1101s| 78000 | 35 | 16588k| 212.6 | 171M | 23 | 750 | 13k|3369 | 23k| 0 | 151k| 11 | 0.000000e+00 | -- | Inf | 99.46%
1099.47/1102.46 c 1102s| 78100 | 31 | 16611k| 212.6 | 171M | 23 | 750 | 13k|3367 | 24k| 0 | 151k| 11 | 0.000000e+00 | -- | Inf | 99.49%
1100.77/1103.72 c 1104s| 78200 | 29 | 16634k| 212.6 | 171M | 23 | 750 | 13k|3368 | 24k| 1 | 151k| 11 | 0.000000e+00 | -- | Inf | 99.56%
1102.07/1105.00 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1102.07/1105.00 c 1105s| 78300 | 27 | 16657k| 212.6 | 171M | 23 | 750 | 13k|3368 | 24k| 1 | 151k| 11 | 0.000000e+00 | -- | Inf | 99.58%
1103.17/1106.18 c 1106s| 78400 | 27 | 16677k| 212.6 | 171M | 23 | 750 | 13k|3371 | 24k| 1 | 151k| 11 | 0.000000e+00 | -- | Inf | 99.60%
1104.46/1107.40 c 1107s| 78500 | 28 | 16699k| 212.6 | 171M | 23 | 750 | 13k| 0 | 24k| 0 | 151k| 11 | 0.000000e+00 | -- | Inf | 99.62%
1105.85/1108.85 c 1109s| 78600 | 26 | 16724k| 212.7 | 171M | 23 | 750 | 13k|3367 | 24k| 0 | 152k| 11 | 0.000000e+00 | -- | Inf | 99.63%
1107.25/1110.21 c 1110s| 78700 | 25 | 16748k| 212.7 | 171M | 23 | 750 | 13k|3369 | 24k| 0 | 152k| 11 | 0.000000e+00 | -- | Inf | 99.66%
1108.45/1111.46 c 1111s| 78800 | 26 | 16769k| 212.7 | 171M | 23 | 750 | 13k|3369 | 24k| 1 | 152k| 11 | 0.000000e+00 | -- | Inf | 99.70%
1109.74/1112.74 c 1113s| 78900 | 23 | 16790k| 212.7 | 171M | 23 | 750 | 12k|3369 | 24k| 0 | 152k| 11 | 0.000000e+00 | -- | Inf | 99.72%
1111.04/1114.03 c 1114s| 79000 | 20 | 16813k| 212.7 | 171M | 23 | 750 | 12k|3365 | 24k| 1 | 152k| 11 | 0.000000e+00 | -- | Inf | 99.75%
1112.44/1115.40 c 1115s| 79100 | 20 | 16836k| 212.8 | 171M | 23 | 750 | 12k|3376 | 24k| 2 | 153k| 11 | 0.000000e+00 | -- | Inf | 99.80%
1113.53/1116.54 c 1117s| 79200 | 15 | 16857k| 212.8 | 171M | 23 | 750 | 12k|3376 | 24k| 1 | 153k| 11 | 0.000000e+00 | -- | Inf | 99.82%
1114.93/1117.94 c 1118s| 79300 | 15 | 16880k| 212.8 | 171M | 23 | 750 | 12k| 0 | 24k| 0 | 153k| 11 | 0.000000e+00 | -- | Inf | 99.84%
1116.13/1119.16 c 1119s| 79400 | 15 | 16901k| 212.8 | 171M | 23 | 750 | 12k| 0 | 24k| 0 | 153k| 11 | 0.000000e+00 | -- | Inf | 99.86%
1117.22/1120.28 c 1120s| 79500 | 15 | 16922k| 212.8 | 171M | 23 | 750 | 12k|3378 | 24k| 2 | 153k| 11 | 0.000000e+00 | -- | Inf | 99.87%
1118.52/1121.51 c 1122s| 79600 | 14 | 16944k| 212.8 | 171M | 23 | 750 | 12k|3381 | 24k| 0 | 153k| 11 | 0.000000e+00 | -- | Inf | 99.89%
1119.62/1122.68 c 1123s| 79700 | 10 | 16964k| 212.8 | 171M | 23 | 750 | 12k|3367 | 24k| 1 | 154k| 11 | 0.000000e+00 | -- | Inf | 99.90%
1120.91/1123.93 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1120.91/1123.93 c 1124s| 79800 | 9 | 16986k| 212.8 | 171M | 23 | 750 | 12k|3368 | 24k| 1 | 154k| 11 | 0.000000e+00 | -- | Inf | 99.91%
1122.31/1125.36 c 1125s| 79900 | 5 | 17009k| 212.8 | 171M | 23 | 750 |9465 |3367 | 24k| 1 | 154k| 11 | 0.000000e+00 | -- | Inf | 99.99%
1122.91/1125.97 c
1122.91/1125.97 c SCIP Status : problem is solved [infeasible]
1122.91/1125.97 c Solving Time (sec) : 1125.96
1122.91/1125.97 c Solving Nodes : 79949
1122.91/1125.97 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1122.91/1125.97 c Dual Bound : +1.00000000000000e+20
1122.91/1125.97 c Gap : 0.00 %
1122.91/1125.97 s UNSATISFIABLE
1122.91/1125.97 c SCIP Status : problem is solved [infeasible]
1122.91/1125.97 c Total Time : 1125.96
1122.91/1125.97 c solving : 1125.96
1122.91/1125.97 c presolving : 0.16 (included in solving)
1122.91/1125.97 c reading : 0.01 (included in solving)
1122.91/1125.97 c copying : 1.21 (106 #copies) (minimal 0.01, maximal 0.03, average 0.01)
1122.91/1125.97 c Original Problem :
1122.91/1125.97 c Problem name : HOME/instance-4451945-1721434865.opb
1122.91/1125.97 c Variables : 756 (756 binary, 0 integer, 0 implicit integer, 0 continuous)
1122.91/1125.97 c Constraints : 3542 initial, 3542 maximal
1122.91/1125.97 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1122.91/1125.97 c Presolved Problem :
1122.91/1125.97 c Problem name : t_HOME/instance-4451945-1721434865.opb
1122.91/1125.97 c Variables : 750 (750 binary, 0 integer, 0 implicit integer, 0 continuous)
1122.91/1125.97 c Constraints : 3317 initial, 13092 maximal
1122.91/1125.97 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1122.91/1125.97 c Nonzeros : 10640 constraint, 2972 clique table
1122.91/1125.97 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1122.91/1125.97 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c domcol : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c dualsparsify : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c gateextraction : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c implics : 0.00 0.00 2 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c milp : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c sparsify : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c trivial : 0.00 0.00 5 1 0 0 0 0 0 0 0 0
1122.91/1125.97 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c dualfix : 0.00 0.00 5 1 0 0 0 0 0 0 0 0
1122.91/1125.97 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c probing : 0.10 0.00 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c symmetry : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c vbounds : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c knapsack : 0.00 0.00 3 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c setppc : 0.00 0.00 3 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c linear : 0.01 0.00 7 4 0 0 4 0 225 0 0 0
1122.91/1125.97 c logicor : 0.00 0.00 3 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c benders : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c components : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c root node : - - - 267 - - 267 - - - - -
1122.91/1125.97 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
1122.91/1125.97 c benderslp : 0 0 0 0 42492 0 0 3332 0 0 0 0 0 0 0
1122.91/1125.97 c integral : 0 0 0 0 42492 0 0 3332 0 0 0 0 0 0 84984
1122.91/1125.97 c knapsack : 1+ 49 11 504452 0 0 0 3328 31457 643 44329 0 0 0 0
1122.91/1125.97 c setppc : 1425 1425 11 504384 0 0 0 2323 774480 562 608999 0 0 0 0
1122.91/1125.97 c linear : 1+ 260 12 503818 0 0 0 4 11685 2749 23530 15 5 0 0
1122.91/1125.97 c logicor : 1890+ 11621 11 374482 0 0 0 0 1303354 13569 2975336 10 1 0 0
1122.91/1125.97 c benders : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c fixedvar : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
1122.91/1125.97 c benderslp : 0.01 0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00
1122.91/1125.97 c integral : 4.23 0.00 0.00 0.00 4.23 0.00 0.00 0.00 0.00 0.00
1122.91/1125.97 c knapsack : 1.13 0.00 0.00 1.11 0.00 0.00 0.00 0.00 0.02 0.00
1122.91/1125.97 c setppc : 4.45 0.00 0.00 4.29 0.00 0.00 0.00 0.01 0.15 0.00
1122.91/1125.97 c linear : 1.04 0.00 0.00 1.02 0.00 0.00 0.00 0.00 0.02 0.00
1122.91/1125.97 c logicor : 21.23 0.00 0.00 20.84 0.00 0.00 0.00 0.00 0.39 0.00
1122.91/1125.97 c benders : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1122.91/1125.97 c fixedvar : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1122.91/1125.97 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1122.91/1125.97 c components : 0.02 0.00 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00
1122.91/1125.97 c Propagators : #Propagate #ResProp Cutoffs DomReds
1122.91/1125.97 c dualfix : 1 0 0 0
1122.91/1125.97 c genvbounds : 0 0 0 0
1122.91/1125.97 c nlobbt : 0 0 0 0
1122.91/1125.97 c obbt : 0 0 0 0
1122.91/1125.97 c probing : 0 0 0 0
1122.91/1125.97 c pseudoobj : 0 0 0 0
1122.91/1125.97 c redcost : 0 0 0 0
1122.91/1125.97 c rootredcost : 0 0 0 0
1122.91/1125.97 c symmetry : 31 0 0 1
1122.91/1125.97 c vbounds : 345725 0 0 0
1122.91/1125.97 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
1122.91/1125.97 c dualfix : 0.00 0.00 0.00 0.00 0.00 0.00
1122.91/1125.97 c genvbounds : 0.05 0.00 0.00 0.05 0.00 0.00
1122.91/1125.97 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
1122.91/1125.97 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
1122.91/1125.97 c probing : 0.10 0.00 0.10 0.00 0.00 0.00
1122.91/1125.97 c pseudoobj : 0.05 0.00 0.00 0.05 0.00 0.00
1122.91/1125.97 c redcost : 0.02 0.00 0.00 0.02 0.00 0.00
1122.91/1125.97 c rootredcost : 0.03 0.00 0.00 0.03 0.00 0.00
1122.91/1125.97 c symmetry : 1.10 0.00 0.01 1.09 0.00 0.00
1122.91/1125.97 c vbounds : 1.17 0.00 0.00 1.17 0.00 0.00
1122.91/1125.97 c Symmetry :
1122.91/1125.97 c orbitopal red. : 0 reductions applied, 0 cutoffs
1122.91/1125.97 c orbital reduction: 0 reductions applied, 0 cutoffs
1122.91/1125.97 c lexicographic red: 1 reductions applied, 0 cutoffs
1122.91/1125.97 c shadow tree time : 0.08 s
1122.91/1125.97 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
1122.91/1125.97 c propagation : 0.43 15883 14889 - 90531 21.1 273 14.8 - - -
1122.91/1125.97 c infeasible LP : 11.09 31852 31834 - 314846 31.1 110 12.5 31833 49.7 0
1122.91/1125.97 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
1122.91/1125.97 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
1122.91/1125.97 c pseudo solution : 0.00 0 0 - 0 0.0 0 0.0 - - -
1122.91/1125.97 c applied globally : 1.04 - - 0 122475 23.7 - - 31123 - -
1122.91/1125.97 c applied locally : - - - 0 150 28.7 - - 710 - -
1122.91/1125.97 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
1122.91/1125.97 c cut pool : 4.14 - 5484 21 - - 64224 146458 - - - - - (maximal pool size: 3809)
1122.91/1125.97 c aggregation : 0.87 0.00 1641 11 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c > cmir : - - - - - - - 0 0 0 0 0 -
1122.91/1125.97 c > flowcover : - - - - - - - 0 0 0 0 0 -
1122.91/1125.97 c > knapsackcover : - - - - - - - 0 0 0 0 0 -
1122.91/1125.97 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c clique : 0.02 0.00 11 11 0 0 33 311 0 121 121 0 0
1122.91/1125.97 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c gomory : 44.75 0.00 1640 10 0 0 82809 83804 19593 5028 4661 367 0
1122.91/1125.97 c > gomorymi : - - - - - - - 31962 9907 689 451 238 -
1122.91/1125.97 c > strongcg : - - - - - - - 51842 9686 4339 4210 129 -
1122.91/1125.97 c impliedbounds : 0.08 0.00 1641 11 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c mcf : 0.00 0.00 1 1 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c multilinear : 0.00 0.00 6689 11 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c rapidlearning : 6.73 0.00 100 1 0 2095 0 0 0 0 0 0 510
1122.91/1125.97 c rlt : 0.00 0.00 829 10 0 0 0 0 0 0 0 0 0
1122.91/1125.97 c zerohalf : 7.50 0.00 1641 11 0 0 3889 62343 2914 19336 17356 1980 0
1122.91/1125.97 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
1122.91/1125.97 c hybrid : 0.25 0.00 3995 11 24344 169 144450 64 0 3173
1122.91/1125.97 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c Pricers : ExecTime SetupTime Calls Vars
1122.91/1125.97 c problem variables: 0.00 - 0 0
1122.91/1125.97 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
1122.91/1125.97 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c random : 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c relpscost : 4.20 0.00 42492 0 0 0 0 0 0 84984
1122.91/1125.97 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
1122.91/1125.97 c Primal Heuristics : ExecTime SetupTime Calls Found Best
1122.91/1125.97 c LP solutions : 0.00 - - 0 0
1122.91/1125.97 c relax solutions : 0.00 - - 0 0
1122.91/1125.97 c pseudo solutions : 0.00 - - 0 0
1122.91/1125.97 c strong branching : 0.00 - - 0 0
1122.91/1125.97 c actconsdiving : 0.00 0.00 0 0 0
1122.91/1125.97 c adaptivediving : 3.73 0.00 65 0 0
1122.91/1125.97 c alns : 0.16 0.00 11 0 0
1122.91/1125.97 c bound : 0.00 0.00 0 0 0
1122.91/1125.97 c clique : 0.00 0.00 1 0 0
1122.91/1125.97 c coefdiving : 0.00 0.00 0 0 0
1122.91/1125.97 c completesol : 0.00 0.00 0 0 0
1122.91/1125.97 c conflictdiving : 10.95 0.00 363 0 0
1122.91/1125.97 c crossover : 0.01 0.00 0 0 0
1122.91/1125.97 c dins : 0.00 0.00 0 0 0
1122.91/1125.97 c distributiondivin: 30.78 0.00 362 0 0
1122.91/1125.97 c dps : 0.00 0.00 0 0 0
1122.91/1125.97 c dualval : 0.00 0.00 0 0 0
1122.91/1125.97 c farkasdiving : 0.00 0.00 0 0 0
1122.91/1125.97 c feasjump : 0.02 0.00 1 0 0
1122.91/1125.97 c feaspump : 15.26 0.00 56 0 0
1122.91/1125.97 c fixandinfer : 0.00 0.00 0 0 0
1122.91/1125.97 c fracdiving : 19.32 0.00 363 0 0
1122.91/1125.97 c gins : 0.01 0.00 0 0 0
1122.91/1125.97 c guideddiving : 0.00 0.00 0 0 0
1122.91/1125.97 c indcoefdiving : 0.00 0.00 0 0 0
1122.91/1125.97 c indicator : 0.01 0.00 0 0 0
1122.91/1125.97 c indicatordiving : 0.00 0.00 0 0 0
1122.91/1125.97 c indoneopt : 0.01 0.00 0 0 0
1122.91/1125.97 c indrounding : 0.00 0.00 0 0 0
1122.91/1125.97 c indtwoopt : 0.00 0.00 0 0 0
1122.91/1125.97 c intdiving : 0.00 0.00 0 0 0
1122.91/1125.97 c intshifting : 0.00 0.00 0 0 0
1122.91/1125.97 c linesearchdiving : 18.58 0.00 363 0 0
1122.91/1125.97 c localbranching : 0.00 0.00 0 0 0
1122.91/1125.97 c locks : 0.00 0.00 1 0 0
1122.91/1125.97 c lpface : 0.08 0.00 0 0 0
1122.91/1125.97 c mpec : 0.00 0.00 0 0 0
1122.91/1125.97 c multistart : 0.00 0.00 0 0 0
1122.91/1125.97 c mutation : 0.00 0.00 0 0 0
1122.91/1125.97 c nlpdiving : 0.00 0.00 0 0 0
1122.91/1125.97 c objpscostdiving : 4.62 0.00 3 0 0
1122.91/1125.97 c octane : 0.00 0.00 0 0 0
1122.91/1125.97 c ofins : 0.01 0.00 0 0 0
1122.91/1125.97 c oneopt : 0.02 0.00 0 0 0
1122.91/1125.97 c padm : 0.00 0.00 0 0 0
1122.91/1125.97 c proximity : 0.00 0.00 0 0 0
1122.91/1125.97 c pscostdiving : 22.50 0.00 362 0 0
1122.91/1125.97 c randrounding : 0.20 0.00 3337 0 0
1122.91/1125.97 c rens : 0.00 0.00 0 0 0
1122.91/1125.97 c reoptsols : 0.00 0.00 0 0 0
1122.91/1125.97 c repair : 0.00 0.00 0 0 0
1122.91/1125.97 c rins : 0.01 0.00 0 0 0
1122.91/1125.97 c rootsoldiving : 1.81 0.00 7 0 0
1122.91/1125.97 c rounding : 0.36 0.00 2980 0 0
1122.91/1125.97 c scheduler : 0.00 0.00 0 0 0
1122.91/1125.97 c shiftandpropagate: 0.00 0.00 1 0 0
1122.91/1125.97 c shifting : 0.65 0.00 973 0 0
1122.91/1125.97 c simplerounding : 0.01 0.00 0 0 0
1122.91/1125.97 c smallcard : 0.00 0.00 0 0 0
1122.91/1125.97 c subnlp : 0.02 0.00 0 0 0
1122.91/1125.97 c trivial : 0.00 0.00 2 0 0
1122.91/1125.97 c trivialnegation : 0.00 0.00 0 0 0
1122.91/1125.97 c trustregion : 0.00 0.00 0 0 0
1122.91/1125.97 c trysol : 0.01 0.00 0 0 0
1122.91/1125.97 c twoopt : 0.00 0.00 0 0 0
1122.91/1125.97 c undercover : 0.00 0.00 0 0 0
1122.91/1125.97 c vbounds : 0.00 0.00 1 0 0
1122.91/1125.97 c veclendiving : 8.50 0.00 363 0 0
1122.91/1125.97 c zeroobj : 0.00 0.00 0 0 0
1122.91/1125.97 c zirounding : 0.08 0.00 1000 0 0
1122.91/1125.97 c other solutions : - - - 0 -
1122.91/1125.97 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
1122.91/1125.97 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
1122.91/1125.97 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
1122.91/1125.97 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
1122.91/1125.97 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
1122.91/1125.97 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
1122.91/1125.97 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
1122.91/1125.97 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
1122.91/1125.97 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
1122.91/1125.97 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
1122.91/1125.97 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
1122.91/1125.97 c primal LP : 1.46 3341 0 0.00 0.00 1.46 3341
1122.91/1125.97 c dual LP : 836.55 76997 16047886 208.58 19183.43 0.02 58
1122.91/1125.97 c lex dual LP : 0.00 0 0 0.00 -
1122.91/1125.97 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1122.91/1125.97 c resolve instable : 0.00 0 0 0.00 -
1122.91/1125.97 c diving/probing LP: 111.51 5036 972612 193.13 8722.29
1122.91/1125.97 c strong branching : 0.53 11 7154 650.36 13556.61 - - 5
1122.91/1125.97 c (at root node) : - 11 7154 650.36 -
1122.91/1125.97 c conflict analysis: 0.00 0 0 0.00 -
1122.91/1125.97 c B&B Tree :
1122.91/1125.97 c number of runs : 1
1122.91/1125.97 c nodes : 79949 (42492 internal, 37457 leaves)
1122.91/1125.97 c feasible leaves : 0
1122.91/1125.97 c infeas. leaves : 37457
1122.91/1125.97 c objective leaves : 0
1122.91/1125.97 c nodes (total) : 79949 (42492 internal, 37457 leaves)
1122.91/1125.97 c nodes left : 0
1122.91/1125.97 c max depth : 23
1122.91/1125.97 c max depth (total): 23
1122.91/1125.97 c backtracks : 21505 (26.9%)
1122.91/1125.97 c early backtracks : 0 (0.0%)
1122.91/1125.97 c nodes exc. ref. : 0 (0.0%)
1122.91/1125.97 c delayed cutoffs : 5036
1122.91/1125.97 c repropagations : 66707 (1553485 domain reductions, 4872 cutoffs)
1122.91/1125.97 c avg switch length: 5.40
1122.91/1125.97 c switching time : 22.98
1122.91/1125.97 c Root Node :
1122.91/1125.97 c First LP value : +0.00000000000000e+00
1122.91/1125.97 c First LP Iters : 1191 (33493.63 Iter/sec)
1122.91/1125.97 c First LP Time : 0.04
1122.91/1125.97 c Final Dual Bound : -
1122.91/1125.97 c Final Root Iters : 7762
1122.91/1125.97 c Root LP Estimate : +9.57898934786415e-02
1122.91/1125.97 c Solution :
1122.91/1125.97 c Solutions found : 0 (0 improvements)
1122.91/1125.97 c Primal Bound : infeasible
1122.91/1125.97 c Dual Bound : -
1122.91/1125.97 c Gap : 0.00 %
1122.91/1125.97 c Integrals : Total Avg%
1122.91/1125.97 c primal-dual : - - (problem infeasible)
1122.91/1125.97 c primal-ref : - - (problem infeasible)
1122.91/1125.97 c dual-ref : - - (problem infeasible)
1122.91/1125.98 c Time complete: 1123.
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 (62074 MiB free)
memory of node 1: 64473 MiB (61857 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451945-1721434865/watcher-4451945-1721434865 -o /tmp/evaluation-result-4451945-1721434865/solver-4451945-1721434865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721434856-1036358 --watchdog 3760 pbscip -f HOME/instance-4451945-1721434865.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
solver pid=1036836, runsolver pid=1036833
Current StackSize limit: 8192 KiB
[startup+0.100087 s]*
/proc/loadavg: 1.97 1.44 2.27 5/259 1036837
/proc/meminfo: memFree=126890228/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=70040 memory=31392 CPUtime=0.09 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 4489 0 0 0 9 0 0 0 20 0 1 0 195651453 71720960 7848 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 17510 7848 3748 3540 0 5767 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 70040 KiB
Current children cumulated memory: 31392 KiB
[startup+0.205436 s]*
/proc/loadavg: 1.97 1.44 2.27 5/259 1036837
/proc/meminfo: memFree=126872968/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=82484 memory=42736 CPUtime=0.2 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 7164 0 0 0 20 0 0 0 20 0 1 0 195651453 84463616 10684 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 20621 10684 3940 3540 0 8878 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 82484 KiB
Current children cumulated memory: 42736 KiB
[startup+0.305807 s]*
/proc/loadavg: 1.97 1.44 2.27 5/259 1036837
/proc/meminfo: memFree=126872184/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=83188 memory=43256 CPUtime=0.3 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 7303 0 0 0 30 0 0 0 20 0 1 0 195651453 85184512 10814 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 20797 10814 3940 3540 0 9054 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 83188 KiB
Current children cumulated memory: 43256 KiB
[startup+0.700156 s]
/proc/loadavg: 1.97 1.44 2.27 5/259 1036837
/proc/meminfo: memFree=126871036/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=83188 memory=43256 CPUtime=0.68 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 7307 0 0 0 68 0 0 0 20 0 1 0 195651453 85184512 10814 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 20797 10814 3940 3540 0 9054 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 83188 KiB
Current children cumulated memory: 43256 KiB
[startup+1.50022 s]
/proc/loadavg: 1.97 1.44 2.27 5/259 1036837
/proc/meminfo: memFree=126851700/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=130048 memory=86792 CPUtime=1.48 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 19335 0 0 0 146 2 0 0 20 0 1 0 195651453 133169152 21698 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 32512 21698 3988 3540 0 20769 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 130048 KiB
Current children cumulated memory: 86792 KiB
[startup+3.1057 s]
/proc/loadavg: 2.14 1.48 2.28 5/259 1036837
/proc/meminfo: memFree=126792644/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=157640 memory=112956 CPUtime=3.09 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 27077 0 0 0 305 4 0 0 20 0 1 0 195651453 161423360 28239 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 39410 28239 3988 3540 0 27667 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 157640 KiB
Current children cumulated memory: 112956 KiB
[startup+6.30021 s]
/proc/loadavg: 2.14 1.48 2.28 5/259 1036837
/proc/meminfo: memFree=126758096/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=157640 memory=113220 CPUtime=6.28 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 27181 0 0 0 624 4 0 0 20 0 1 0 195651453 161423360 28305 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 39410 28305 3988 3540 0 27667 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 157640 KiB
Current children cumulated memory: 113220 KiB
[startup+12.7002 s]
/proc/loadavg: 2.42 1.56 2.30 5/259 1036839
/proc/meminfo: memFree=126743276/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=167884 memory=124716 CPUtime=12.65 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 32607 0 0 0 1261 4 0 0 20 0 1 0 195651453 171913216 31179 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 41971 31179 3988 3540 0 30228 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 167884 KiB
Current children cumulated memory: 124716 KiB
[startup+25.5002 s]
/proc/loadavg: 2.66 1.64 2.32 5/259 1036840
/proc/meminfo: memFree=126703632/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=177572 memory=134040 CPUtime=25.42 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 39028 0 0 0 2537 5 0 0 20 0 1 0 195651453 181833728 33510 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 44393 33510 3988 3540 0 32650 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 177572 KiB
Current children cumulated memory: 134040 KiB
[startup+51.1057 s]
/proc/loadavg: 3.18 1.85 2.37 5/259 1036891
/proc/meminfo: memFree=126733820/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=190548 memory=147180 CPUtime=50.96 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 47204 0 0 0 5089 7 0 0 20 0 1 0 195651453 195121152 36795 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 47637 36795 3988 3540 0 35894 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 190548 KiB
Current children cumulated memory: 147180 KiB
[startup+102.3 s]
/proc/loadavg: 3.68 2.21 2.46 5/258 1036898
/proc/meminfo: memFree=126565368/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=209576 memory=165896 CPUtime=102.02 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 56812 0 0 0 10193 9 0 0 20 0 1 0 195651453 214605824 41474 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 52394 41474 3988 3540 0 40651 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 209576 KiB
Current children cumulated memory: 165896 KiB
[startup+162.3 s]
/proc/loadavg: 3.99 2.57 2.57 5/258 1036910
/proc/meminfo: memFree=126522536/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=213632 memory=169512 CPUtime=161.86 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 59655 0 0 0 16177 9 0 0 20 0 1 0 195651453 218759168 42378 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 53408 42378 3988 3540 0 41665 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 213632 KiB
Current children cumulated memory: 169512 KiB
[startup+222.3 s]
/proc/loadavg: 4.05 2.85 2.67 5/259 1036922
/proc/meminfo: memFree=126459896/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=227560 memory=182632 CPUtime=221.69 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 67493 0 0 0 22159 10 0 0 20 0 1 0 195651453 233021440 45658 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 56890 45658 3988 3540 0 45147 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 227560 KiB
Current children cumulated memory: 182632 KiB
[startup+282.3 s]
/proc/loadavg: 4.32 3.16 2.79 5/258 1037316
/proc/meminfo: memFree=126444684/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=231168 memory=185356 CPUtime=281.54 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 68159 0 0 0 28143 11 0 0 20 0 1 0 195651453 236716032 46339 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 57792 46339 3988 3540 0 46049 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 231168 KiB
Current children cumulated memory: 185356 KiB
[startup+342.3 s]
/proc/loadavg: 4.18 3.33 2.88 5/257 1037326
/proc/meminfo: memFree=126376144/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=231168 memory=187464 CPUtime=341.37 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 68652 0 0 0 34126 11 0 0 20 0 1 0 195651453 236716032 46866 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 57792 46866 3988 3540 0 46049 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 231168 KiB
Current children cumulated memory: 187464 KiB
[startup+402.3 s]
/proc/loadavg: 4.11 3.47 2.95 5/257 1037337
/proc/meminfo: memFree=126353060/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=235488 memory=188676 CPUtime=401.21 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 68981 0 0 0 40110 11 0 0 20 0 1 0 195651453 241139712 47169 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 58872 47169 3988 3540 0 47129 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 235488 KiB
Current children cumulated memory: 188676 KiB
[startup+462.3 s]
/proc/loadavg: 4.16 3.60 3.03 5/260 1037520
/proc/meminfo: memFree=126348436/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=235488 memory=190460 CPUtime=461.05 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 69166 0 0 0 46094 11 0 0 20 0 1 0 195651453 241139712 47615 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 58872 47615 3988 3540 0 47129 0
################
# More data... #
################
/proc/loadavg: 4.13 3.77 3.17 5/257 1037598
/proc/meminfo: memFree=126337652/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=235488 memory=195680 CPUtime=580.72 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 69471 0 0 0 58060 12 0 0 20 0 1 0 195651453 241139712 48920 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 58872 48920 3988 3540 0 47129 0
Current children cumulated CPU time: 580.72 s
Current children cumulated vsize: 235488 KiB
Current children cumulated memory: 195680 KiB
[startup+642.3 s]
/proc/loadavg: 4.21 3.86 3.24 5/257 1037608
/proc/meminfo: memFree=126331644/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=235488 memory=196420 CPUtime=640.56 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 69737 0 0 0 64044 12 0 0 20 0 1 0 195651453 241139712 49105 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 58872 49105 3988 3540 0 47129 0
Current children cumulated CPU time: 640.56 s
Current children cumulated vsize: 235488 KiB
Current children cumulated memory: 196420 KiB
[startup+702.3 s]
/proc/loadavg: 4.13 3.90 3.29 5/257 1037618
/proc/meminfo: memFree=126318740/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=235488 memory=196900 CPUtime=700.41 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 69881 0 0 0 70029 12 0 0 20 0 1 0 195651453 241139712 49225 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 58872 49225 3988 3540 0 47129 0
Current children cumulated CPU time: 700.41 s
Current children cumulated vsize: 235488 KiB
Current children cumulated memory: 196900 KiB
[startup+762.3 s]
/proc/loadavg: 4.12 3.94 3.34 5/255 1037629
/proc/meminfo: memFree=126305216/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=244916 memory=204800 CPUtime=760.25 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 71962 0 0 0 76013 12 0 0 20 0 1 0 195651453 250793984 51200 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61229 51200 3988 3540 0 49486 0
Current children cumulated CPU time: 760.25 s
Current children cumulated vsize: 244916 KiB
Current children cumulated memory: 204800 KiB
[startup+822.3 s]
/proc/loadavg: 4.10 3.97 3.39 5/255 1037640
/proc/meminfo: memFree=126298188/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=244916 memory=204984 CPUtime=820.09 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72098 0 0 0 81997 12 0 0 20 0 1 0 195651453 250793984 51246 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61229 51246 3988 3540 0 49486 0
Current children cumulated CPU time: 820.09 s
Current children cumulated vsize: 244916 KiB
Current children cumulated memory: 204984 KiB
[startup+882.3 s]
/proc/loadavg: 4.08 3.99 3.44 5/254 1037650
/proc/meminfo: memFree=126270256/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=244916 memory=205200 CPUtime=879.94 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72214 0 0 0 87982 12 0 0 20 0 1 0 195651453 250793984 51300 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61229 51300 3988 3540 0 49486 0
Current children cumulated CPU time: 879.94 s
Current children cumulated vsize: 244916 KiB
Current children cumulated memory: 205200 KiB
[startup+942.3 s]
/proc/loadavg: 4.06 4.00 3.48 5/254 1037660
/proc/meminfo: memFree=126268896/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=244916 memory=205416 CPUtime=939.78 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72326 0 0 0 93966 12 0 0 20 0 1 0 195651453 250793984 51354 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61229 51354 3988 3540 0 49486 0
Current children cumulated CPU time: 939.78 s
Current children cumulated vsize: 244916 KiB
Current children cumulated memory: 205416 KiB
[startup+1002.3 s]
/proc/loadavg: 4.07 4.02 3.52 5/254 1037671
/proc/meminfo: memFree=126268224/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=246596 memory=205440 CPUtime=999.63 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72428 0 0 0 99951 12 0 0 20 0 1 0 195651453 252514304 51360 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61649 51360 3988 3540 0 49906 0
Current children cumulated CPU time: 999.63 s
Current children cumulated vsize: 246596 KiB
Current children cumulated memory: 205440 KiB
[startup+1062.3 s]
/proc/loadavg: 4.14 4.04 3.57 5/254 1037681
/proc/meminfo: memFree=126267328/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=246596 memory=205636 CPUtime=1059.47 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72540 0 0 0 105935 12 0 0 20 0 1 0 195651453 252514304 51409 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61649 51409 3988 3540 0 49906 0
Current children cumulated CPU time: 1059.47 s
Current children cumulated vsize: 246596 KiB
Current children cumulated memory: 205636 KiB
[startup+1122.3 s]
/proc/loadavg: 4.11 4.05 3.60 5/254 1037691
/proc/meminfo: memFree=126228484/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=246596 memory=205680 CPUtime=1119.32 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72652 0 0 0 111920 12 0 0 20 0 1 0 195651453 252514304 51420 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61649 51420 3988 3540 0 49906 0
Current children cumulated CPU time: 1119.32 s
Current children cumulated vsize: 246596 KiB
Current children cumulated memory: 205680 KiB
[startup+1125.99 s]
# the end of solver process 1036836 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=1122.88 s, system=0.131587 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+1123.2 s]
/proc/loadavg: 4.11 4.05 3.60 5/254 1037691
/proc/meminfo: memFree=126228484/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=246596 memory=205680 CPUtime=1120.22 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72652 0 0 0 112010 12 0 0 20 0 1 0 195651453 252514304 51420 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61649 51420 3988 3540 0 49906 0
Current children cumulated CPU time: 1120.22 s
Current children cumulated vsize: 246596 KiB
Current children cumulated memory: 205680 KiB
[startup+1124.8 s]
/proc/loadavg: 4.11 4.05 3.60 5/254 1037691
/proc/meminfo: memFree=126228484/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=246596 memory=205680 CPUtime=1121.81 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72652 0 0 0 112169 12 0 0 20 0 1 0 195651453 252514304 51420 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61649 51420 3988 3540 0 49906 0
Current children cumulated CPU time: 1121.81 s
Current children cumulated vsize: 246596 KiB
Current children cumulated memory: 205680 KiB
[startup+1125.6 s]
/proc/loadavg: 4.11 4.05 3.60 5/254 1037691
/proc/meminfo: memFree=126228484/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=246596 memory=205680 CPUtime=1122.61 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72652 0 0 0 112249 12 0 0 20 0 1 0 195651453 252514304 51420 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61649 51420 3988 3540 0 49906 0
Current children cumulated CPU time: 1122.61 s
Current children cumulated vsize: 246596 KiB
Current children cumulated memory: 205680 KiB
[startup+1125.8 s]
/proc/loadavg: 4.11 4.05 3.60 5/254 1037691
/proc/meminfo: memFree=126228484/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=246596 memory=205680 CPUtime=1122.81 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72652 0 0 0 112269 12 0 0 20 0 1 0 195651453 252514304 51420 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61649 51420 3988 3540 0 49906 0
Current children cumulated CPU time: 1122.81 s
Current children cumulated vsize: 246596 KiB
Current children cumulated memory: 205680 KiB
[startup+1125.9 s]
/proc/loadavg: 4.11 4.05 3.60 5/254 1037691
/proc/meminfo: memFree=126228484/131524600 swapFree=131070704/131071996
[pid=1036836] ppid=1036833 vsize=246596 memory=205680 CPUtime=1122.91 cores=1,3
/proc/1036836/stat : 1036836 (pbscip) R 1036833 1036836 1036346 0 -1 4194304 72652 0 0 0 112279 12 0 0 20 0 1 0 195651453 252514304 51420 134679101440 4194304 18693293 140726364851264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 58970112 140726364857346 140726364857445 140726364857445 140726364864462 0
/proc/1036836/statm: 61649 51420 3988 3540 0 49906 0
Current children cumulated CPU time: 1122.91 s
Current children cumulated vsize: 246596 KiB
Current children cumulated memory: 205680 KiB
Child status: 0
Real time (s): 1125.99
CPU time (s): 1123.01
CPU user time (s): 1122.88
CPU system time (s): 0.131587
CPU usage (%): 99.7355
Max. virtual memory (cumulated for all children) (KiB): 246596
Max. memory (cumulated for all children) (KiB): 205680
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1122.88
system time used= 0.131587
maximum resident set size= 205680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72657
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= 35
involuntary context switches= 821
# summary of solver processes directly reported to runsolver:
# pid: 1036836
# total CPU time (s): 1123.01
# total CPU user time (s): 1122.88
# total CPU system time (s): 0.131587
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27435 second user time and 5.08582 second system time
The end