0.00/0.00 c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c External libraries:
0.00/0.00 c SoPlex 8.0.0 Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00 c CppAD 20180000.0 Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00 c AMPL/MP 4.0.0 AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00 c PaPILO 3.0.0 parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00 c bliss 0.77 Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00 c sassy 2.0 Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00 c
0.00/0.00 c reading problem <HOME/instance-4522377-1751582586.opb>
0.00/0.04 c original problem has 2023 variables (2023 bin, 0 int, 0 cont) and 31798 constraints
0.00/0.04 c problem read in 0.046 seconds
0.00/0.08 o 0
0.00/0.08 c feasible solution found by trivial heuristic after 0.1 seconds, objective value 0.000000e+00
0.00/0.08 c presolving:
0.09/0.13 c (round 1, fast) 122 del vars, 4922 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 26864 clqs
0.09/0.14 c (round 2, fast) 123 del vars, 4955 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 26831 clqs
0.09/0.17 c (0.2s) running MILP presolver
0.09/0.20 c (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.30/0.34 c (round 3, exhaustive) 123 del vars, 4959 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 26839 upgd conss, 0 impls, 26831 clqs
0.30/0.36 c (round 4, fast) 127 del vars, 5038 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 26839 upgd conss, 0 impls, 26683 clqs
0.30/0.36 c (round 5, fast) 127 del vars, 5107 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 26839 upgd conss, 0 impls, 26683 clqs
3.68/3.70 c (3.7s) probing: 1000/1896 (52.7%) - 0 fixings, 0 aggregations, 73471 implications, 0 bound changes
3.68/3.71 c (3.7s) probing: 1001/1896 (52.8%) - 0 fixings, 0 aggregations, 73570 implications, 0 bound changes
3.68/3.71 c (3.7s) probing aborted: 1000/1000 successive useless probings
3.78/3.87 c (3.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.78/3.89 c (3.9s) no symmetry present (symcode time: 0.01)
3.88/3.90 c presolving (6 rounds: 6 fast, 2 medium, 2 exhaustive):
3.88/3.90 c 127 deleted vars, 5107 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.88/3.90 c 0 implications, 79762 cliques
3.88/3.90 c presolved problem has 1896 variables (1896 bin, 0 int, 0 cont) and 26691 constraints
3.88/3.90 c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
3.88/3.90 c 8 constraints of type <knapsack>
3.88/3.90 c 26683 constraints of type <setppc>
3.88/3.90 c transformed objective value is always integral (scale: 1)
3.88/3.90 c Presolving Time: 3.82
3.88/3.90 c
3.88/3.90 c - non default parameters ----------------------------------------------------------------------
3.88/3.90 c
3.88/3.90 c # SCIP version 10.0.0
3.88/3.90 c
3.88/3.90 c # maximal time in seconds to run
3.88/3.90 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
3.88/3.90 c limits/time = 3596.99815
3.88/3.90 c
3.88/3.90 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.88/3.90 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
3.88/3.90 c limits/memory = 27900
3.88/3.90 c
3.88/3.90 c # belongs reading time to solving time?
3.88/3.90 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
3.88/3.90 c timing/reading = TRUE
3.88/3.90 c
3.88/3.90 c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
3.88/3.90 c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
3.88/3.90 c reading/opbreader/maxintsize = 47
3.88/3.90 c
3.88/3.90 c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
3.88/3.90 c # [type: int, advanced: TRUE, range: [0,15], default: 15]
3.88/3.90 c propagating/genvbounds/timingmask = 0
3.88/3.90 c
3.88/3.90 c -----------------------------------------------------------------------------------------------
3.88/3.91 c transformed 1/1 original solutions to the transformed problem space
3.88/3.91 c
3.88/4.00 o -4580
3.88/4.00 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
3.88/4.00 c p 4.0s| 1 | 0 | 0 | - | locks| 0 |1896 | 26k| 26k| 0 | 0 | 0 | 0 |-1.094360e+05 |-4.580000e+03 |2289.43%| unknown
3.98/4.03 o -6398
3.98/4.03 c p 4.0s| 1 | 0 | 0 | - | vbounds| 0 |1896 | 26k| 26k| 0 | 0 | 0 | 0 |-1.094360e+05 |-6.398000e+03 |1610.47%| unknown
9.77/9.89 c 9.9s| 1 | 0 | 11305 | - | 156M | 0 |1896 | 26k| 26k| 0 | 0 | 18 | 0 |-1.287969e+04 |-6.398000e+03 | 101.31%| unknown
14.85/14.93 o -8547
14.85/14.93 c d14.9s| 1 | 0 | 16486 | - |farkasdi| 0 |1896 | 26k| 26k| 0 | 1 | 19 | 0 |-1.287969e+04 |-8.547000e+03 | 50.69%| unknown
17.14/17.27 c 17.3s| 1 | 0 | 22901 | - | 165M | 0 |1896 | 26k| 26k| 0 | 1 | 25 | 0 |-1.287969e+04 |-8.547000e+03 | 50.69%| unknown
27.82/27.98 c 28.0s| 1 | 2 | 22901 | - | 165M | 0 |1896 | 26k| 26k| 0 | 2 | 26 | 23 |-1.270001e+04 |-8.547000e+03 | 48.59%| unknown
93.43/93.78 o -9160
93.43/93.78 c r93.8s| 15 | 6 | 33555 |1589.3 |shifting| 10 |1896 | 26k| 26k| 0 | 0 | 29 | 227 |-1.251114e+04 |-9.160000e+03 | 36.58%| 9.62%
93.93/94.23 o -9615
93.93/94.23 c i94.2s| 16 | 7 | 33555 |1483.3 | oneopt| 11 |1896 | 26k| 26k| 0 | 0 | 29 | 227 |-1.251114e+04 |-9.615000e+03 | 30.12%| 9.62%
94.03/94.33 o -9790
94.03/94.33 c r94.3s| 17 | 10 | 33860 |1409.7 |ziroundi| 12 |1896 | 26k| 26k| 0 | 1 | 29 | 227 |-1.251114e+04 |-9.790000e+03 | 27.80%| 11.24%
94.03/94.36 o -9811
94.03/94.36 c i94.4s| 18 | 11 | 33887 |1328.4 | oneopt| 13 |1896 | 26k| 26k| 0 | 2 | 29 | 227 |-1.251114e+04 |-9.811000e+03 | 27.52%| 11.24%
94.13/94.49 o -9829
94.13/94.49 c r94.5s| 25 | 16 | 33991 | 945.2 |randroun| 20 |1896 | 26k| 26k| 0 | 0 | 29 | 227 |-1.251114e+04 |-9.829000e+03 | 27.29%| 11.29%
94.23/94.51 o -9836
94.23/94.51 c i94.5s| 25 | 18 | 33991 | 945.2 | oneopt| 20 |1896 | 26k| 26k| 0 | 2 | 29 | 227 |-1.251114e+04 |-9.836000e+03 | 27.20%| 11.29%
94.23/94.59 o -9840
94.23/94.59 c r94.6s| 30 | 23 | 34019 | 783.2 |ziroundi| 25 |1896 | 26k| 26k| 0 | 2 | 29 | 227 |-1.251114e+04 |-9.840000e+03 | 27.15%| 11.29%
94.53/94.81 o -9846
94.53/94.81 c r94.8s| 43 | 31 | 34200 | 545.1 |ziroundi| 36 |1896 | 26k| 26k| 0 | 2 | 29 | 227 |-1.251114e+04 |-9.846000e+03 | 27.07%| 11.30%
111.98/112.33 c 112s| 100 | 58 | 52291 | 414.0 | 169M | 37 |1896 | 26k| 26k| 0 | 2 | 29 | 259 |-1.221740e+04 |-9.846000e+03 | 24.08%| 20.19%
119.16/119.52 o -9976
119.16/119.52 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
119.16/119.52 c r 120s| 135 | 26 | 59675 | 361.0 |ziroundi| 37 |1896 | 26k| 26k| 0 | 1 | 29 | 259 |-1.220479e+04 |-9.976000e+03 | 22.34%| 20.55%
119.16/119.59 o -10067
119.16/119.59 c i 120s| 136 | 27 | 59809 | 359.3 | oneopt| 37 |1896 | 26k| 26k| 0 | 2 | 29 | 259 |-1.220479e+04 |-1.006700e+04 | 21.24%| 20.56%
134.11/134.51 c 135s| 200 | 43 | 70222 | 296.1 | 173M | 37 |1896 | 26k| 26k| 0 | 1 | 45 | 278 |-1.206328e+04 |-1.006700e+04 | 19.83%| 38.18%
139.09/139.50 o -10070
139.09/139.50 c r 139s| 226 | 42 | 72965 | 274.0 |rounding| 37 |1896 | 26k| 26k| 0 | 0 | 48 | 278 |-1.206328e+04 |-1.007000e+04 | 19.79%| 38.58%
139.09/139.51 o -10071
139.09/139.51 c i 140s| 226 | 44 | 72965 | 274.0 | oneopt| 37 |1896 | 26k| 26k| 0 | 2 | 48 | 278 |-1.206328e+04 |-1.007100e+04 | 19.78%| 38.58%
139.09/139.53 o -10073
139.09/139.53 c r 140s| 227 | 43 | 72992 | 273.0 |rounding| 37 |1896 | 26k| 26k| 0 | 0 | 48 | 278 |-1.206328e+04 |-1.007300e+04 | 19.76%| 38.58%
139.99/140.48 o -10078
139.99/140.48 c r 140s| 283 | 84 | 74579 | 224.4 |randroun| 40 |1896 | 26k| 26k| 0 | 0 | 48 | 278 |-1.206328e+04 |-1.007800e+04 | 19.70%| 38.58%
140.59/141.04 c 141s| 300 | 91 | 75123 | 213.4 | 184M | 45 |1896 | 26k| 26k| 4 | 2 | 50 | 278 |-1.206328e+04 |-1.007800e+04 | 19.70%| 38.62%
142.88/143.39 c 143s| 400 | 121 | 77250 | 165.3 | 190M | 54 |1896 | 26k| 26k| 23 | 2 | 67 | 278 |-1.206328e+04 |-1.007800e+04 | 19.70%| 38.83%
156.55/157.03 o -10086
156.55/157.03 c r 157s| 448 | 99 | 85372 | 165.7 |randroun| 54 |1896 | 26k| 26k| 29 | 0 | 67 | 294 |-1.199972e+04 |-1.008600e+04 | 18.97%| 39.06%
157.44/157.91 c 158s| 500 | 127 | 86674 | 151.0 | 192M | 55 |1896 | 26k| 26k| 34 | 2 | 71 | 294 |-1.199972e+04 |-1.008600e+04 | 18.97%| 39.10%
179.27/179.83 c 180s| 600 | 131 |156571 | 242.5 | 194M | 65 |1896 | 26k| 26k| 38 | 1 | 71 | 294 |-1.148467e+04 |-1.008600e+04 | 13.87%| 41.10%
191.45/192.06 o -10120
191.45/192.06 c L 192s| 648 | 64 |168325 | 242.7 | rins| 66 |1896 | 26k| 26k| 38 | 1 | 75 | 310 |-1.141400e+04 |-1.012000e+04 | 12.79%| 42.63%
192.64/193.24 c 193s| 700 | 98 |169847 | 226.8 | 195M | 66 |1896 | 26k| 26k| 38 | 2 | 91 | 310 |-1.141400e+04 |-1.012000e+04 | 12.79%| 42.67%
196.23/196.80 c 197s| 800 | 140 |174789 | 204.6 | 197M | 66 |1896 | 26k| 26k| 47 | 1 | 91 | 310 |-1.136220e+04 |-1.012000e+04 | 12.27%| 43.03%
196.43/197.09 o -10123
196.43/197.09 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
196.43/197.09 c r 197s| 811 | 108 |175054 | 202.2 |rounding| 66 |1896 | 26k| 26k| 50 | 0 | 91 | 310 |-1.136220e+04 |-1.012300e+04 | 12.24%| 43.03%
203.30/203.95 c 204s| 900 | 133 |181681 | 189.5 | 198M | 66 |1896 | 26k| 26k| 59 | 1 | 99 | 325 |-1.133523e+04 |-1.012300e+04 | 11.97%| 43.17%
212.28/212.96 c 213s| 1000 | 171 |205869 | 194.8 | 199M | 66 |1896 | 26k| 26k| 70 | 2 | 130 | 328 |-1.128841e+04 |-1.012300e+04 | 11.51%| 43.58%
212.58/213.23 o -10125
212.58/213.23 c L 213s| 1012 | 168 |206043 | 192.6 | rins| 66 |1896 | 26k| 26k| 70 | 1 | 130 | 328 |-1.128841e+04 |-1.012500e+04 | 11.49%| 43.58%
212.58/213.25 o -10126
212.58/213.25 c i 213s| 1013 | 165 |206046 | 192.4 | oneopt| 66 |1896 | 26k| 26k| 70 | 1 | 130 | 328 |-1.128841e+04 |-1.012600e+04 | 11.48%| 43.59%
214.97/215.70 c 216s| 1100 | 184 |207737 | 178.7 | 200M | 66 |1896 | 26k| 26k| 76 | 0 | 176 | 394 |-1.128841e+04 |-1.012600e+04 | 11.48%| 43.60%
226.23/226.96 c 227s| 1200 | 185 |214454 | 169.4 | 200M | 66 |1896 | 26k| 26k| 78 | 1 | 256 | 528 |-1.128461e+04 |-1.012600e+04 | 11.44%| 44.65%
246.67/247.40 c 247s| 1300 | 211 |232035 | 169.9 | 201M | 66 |1896 | 26k| 26k| 78 | 0 | 267 | 543 |-1.121310e+04 |-1.012600e+04 | 10.74%| 46.24%
264.62/265.41 o -10133
264.62/265.41 c r 265s| 1381 | 166 |252639 | 174.9 |rounding| 66 |1896 | 26k| 26k| 78 | 0 | 293 | 561 |-1.108137e+04 |-1.013300e+04 | 9.36%| 48.09%
264.92/265.70 c 266s| 1400 | 177 |252925 | 172.7 | 202M | 66 |1896 | 26k| 26k| 78 | 0 | 293 | 562 |-1.108137e+04 |-1.013300e+04 | 9.36%| 48.09%
276.39/277.29 c 277s| 1500 | 215 |266108 | 170.0 | 202M | 66 |1896 | 26k| 26k| 79 | 1 | 296 | 577 |-1.103768e+04 |-1.013300e+04 | 8.93%| 49.85%
276.68/277.51 o -10134
276.68/277.51 c r 278s| 1519 | 218 |266335 | 168.0 |randroun| 66 |1896 | 26k| 26k| 80 | 1 | 296 | 577 |-1.103768e+04 |-1.013400e+04 | 8.92%| 49.86%
283.07/283.91 o -10135
283.07/283.91 c r 284s| 1546 | 201 |273135 | 169.5 |ziroundi| 66 |1896 | 26k| 26k| 80 | 1 | 303 | 590 |-1.102489e+04 |-1.013500e+04 | 8.78%| 50.37%
283.76/284.60 c 285s| 1600 | 221 |273823 | 164.2 | 202M | 66 |1896 | 26k| 26k| 80 | 1 | 303 | 590 |-1.102489e+04 |-1.013500e+04 | 8.78%| 50.37%
294.33/295.28 o -10145
294.33/295.28 c r 295s| 1674 | 160 |284831 | 163.5 |ziroundi| 66 |1896 | 26k| 26k| 80 | 1 | 317 | 609 |-1.093944e+04 |-1.014500e+04 | 7.83%| 51.30%
294.43/295.30 o -10170
294.43/295.30 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
294.43/295.30 c r 295s| 1675 | 143 |284882 | 163.4 |rounding| 66 |1896 | 26k| 26k| 80 | 0 | 317 | 609 |-1.093944e+04 |-1.017000e+04 | 7.57%| 51.32%
294.43/295.32 o -10171
294.43/295.32 c i 295s| 1675 | 144 |284882 | 163.4 | oneopt| 66 |1896 | 26k| 26k| 80 | 2 | 317 | 609 |-1.093944e+04 |-1.017100e+04 | 7.56%| 51.32%
294.63/295.59 o -10173
294.63/295.59 c r 296s| 1686 | 153 |285374 | 162.7 |rounding| 66 |1896 | 26k| 26k| 80 | 0 | 317 | 609 |-1.093944e+04 |-1.017300e+04 | 7.53%| 51.32%
294.73/295.60 o -10174
294.73/295.60 c i 296s| 1686 | 155 |285374 | 162.7 | oneopt| 66 |1896 | 26k| 26k| 80 | 2 | 317 | 609 |-1.093944e+04 |-1.017400e+04 | 7.52%| 51.32%
295.13/296.01 c 296s| 1700 | 169 |286140 | 161.8 | 202M | 66 |1896 | 26k| 26k| 80 | 2 | 324 | 609 |-1.093944e+04 |-1.017400e+04 | 7.52%| 51.32%
297.72/298.67 o -10181
297.72/298.67 c r 299s| 1781 | 175 |289066 | 156.0 |rounding| 66 |1896 | 27k| 26k| 101 | 0 | 367 | 609 |-1.093944e+04 |-1.018100e+04 | 7.45%| 51.36%
298.12/299.01 c 299s| 1800 | 186 |289529 | 154.7 | 203M | 66 |1896 | 27k| 26k| 101 | 0 | 377 | 609 |-1.093944e+04 |-1.018100e+04 | 7.45%| 51.36%
304.10/305.04 c 305s| 1900 | 205 |296042 | 149.9 | 203M | 66 |1896 | 27k| 26k| 106 | 1 | 409 | 620 |-1.093020e+04 |-1.018100e+04 | 7.36%| 56.55%
309.88/310.88 c L 311s| 1981 | 266 |301936 | 146.8 | rins| 66 |1896 | 27k| 26k| 106 | 2 | 445 | 634 |-1.091173e+04 |-1.018100e+04 | 7.18%| 57.71%
310.28/311.29 c 311s| 2000 | 281 |302336 | 145.6 | 205M | 66 |1896 | 27k| 26k| 108 | 0 | 445 | 634 |-1.091173e+04 |-1.018100e+04 | 7.18%| 57.71%
315.86/316.84 c 317s| 2100 | 325 |308373 | 141.5 | 205M | 66 |1896 | 27k| 26k| 116 | 0 | 449 | 634 |-1.090801e+04 |-1.018100e+04 | 7.14%| 58.33%
322.84/323.85 c 324s| 2200 | 357 |314761 | 138.0 | 205M | 66 |1896 | 27k| 26k| 121 | 2 | 449 | 648 |-1.086566e+04 |-1.018100e+04 | 6.72%| 58.78%
327.43/328.42 o -10182
327.43/328.42 c r 328s| 2255 | 349 |316604 | 135.4 |randroun| 66 |1896 | 27k| 26k| 129 | 1 | 455 | 648 |-1.086566e+04 |-1.018200e+04 | 6.71%| 58.86%
328.04/329.05 c 329s| 2300 | 360 |317344 | 133.1 | 205M | 66 |1896 | 27k| 26k| 131 | 1 | 455 | 648 |-1.086566e+04 |-1.018200e+04 | 6.71%| 58.93%
339.10/340.18 c 340s| 2400 | 376 |329816 | 132.8 | 205M | 66 |1896 | 27k| 26k| 132 | 0 | 460 | 666 |-1.081253e+04 |-1.018200e+04 | 6.19%| 60.24%
348.87/349.94 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
348.87/349.94 c 350s| 2500 | 362 |340873 | 131.9 | 206M | 66 |1896 | 27k| 26k| 134 | 0 | 465 | 680 |-1.076236e+04 |-1.018200e+04 | 5.70%| 61.80%
368.21/369.39 c 369s| 2600 | 328 |356631 | 132.9 | 206M | 66 |1896 | 27k| 26k| 138 | 0 | 468 | 693 |-1.070958e+04 |-1.018200e+04 | 5.18%| 64.10%
368.71/369.84 o -10188
368.71/369.84 c r 370s| 2610 | 205 |357444 | 132.7 |ziroundi| 66 |1896 | 27k| 26k| 139 | 3 | 468 | 693 |-1.070958e+04 |-1.018800e+04 | 5.12%| 64.11%
374.09/375.24 c 375s| 2700 | 249 |360867 | 129.5 | 206M | 66 |1896 | 27k| 26k| 140 | 2 | 515 | 741 |-1.070044e+04 |-1.018800e+04 | 5.03%| 64.52%
378.67/379.83 c 380s| 2800 | 251 |368037 | 127.4 | 207M | 66 |1896 | 27k| 26k| 142 | 0 | 528 | 741 |-1.065620e+04 |-1.018800e+04 | 4.60%| 65.41%
384.66/385.84 c 386s| 2900 | 253 |373909 | 125.1 | 207M | 66 |1896 | 27k| 26k| 145 | 2 | 538 | 754 |-1.064239e+04 |-1.018800e+04 | 4.46%| 68.15%
387.95/389.15 c 389s| 3000 | 265 |379039 | 122.6 | 207M | 66 |1896 | 27k| 26k| 146 | 1 | 551 | 757 |-1.062450e+04 |-1.018800e+04 | 4.28%| 69.46%
393.03/394.20 c 394s| 3100 | 257 |383659 | 120.2 | 207M | 66 |1896 | 27k| 26k| 146 | 0 | 636 | 818 |-1.062204e+04 |-1.018800e+04 | 4.26%| 71.00%
400.30/401.57 c 402s| 3200 | 262 |391044 | 118.7 | 208M | 66 |1896 | 27k| 26k| 146 | 0 | 665 | 841 |-1.060116e+04 |-1.018800e+04 | 4.06%| 73.00%
407.18/408.46 c 408s| 3300 | 276 |397396 | 117.0 | 208M | 66 |1896 | 27k| 26k| 152 | 0 | 681 | 881 |-1.056052e+04 |-1.018800e+04 | 3.66%| 74.51%
411.47/412.73 c 413s| 3400 | 265 |403265 | 115.3 | 208M | 66 |1896 | 27k| 26k| 156 | 2 | 682 | 887 |-1.053626e+04 |-1.018800e+04 | 3.42%| 76.15%
416.76/418.03 c 418s| 3500 | 277 |409742 | 113.9 | 208M | 66 |1896 | 27k| 26k| 158 | 0 | 693 | 901 |-1.052508e+04 |-1.018800e+04 | 3.31%| 77.89%
429.62/430.95 c 431s| 3600 | 319 |416561 | 112.6 | 208M | 66 |1896 | 27k| 26k| 161 | 0 | 752 | 964 |-1.051045e+04 |-1.018800e+04 | 3.17%| 79.11%
435.50/436.86 c 437s| 3700 | 299 |423936 | 111.6 | 208M | 66 |1896 | 27k| 26k| 161 | 2 | 779 | 996 |-1.047988e+04 |-1.018800e+04 | 2.86%| 81.65%
439.69/441.06 c 441s| 3800 | 277 |427732 | 109.6 | 209M | 66 |1896 | 27k| 26k| 163 | 2 | 851 |1056 |-1.047786e+04 |-1.018800e+04 | 2.85%| 82.70%
443.37/444.74 o -10191
443.37/444.74 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
443.37/444.74 c r 445s| 3888 | 181 |431651 | 108.1 |ziroundi| 66 |1896 | 27k| 26k| 163 | 2 | 881 |1081 |-1.046390e+04 |-1.019100e+04 | 2.68%| 84.37%
443.57/444.92 c 445s| 3900 | 193 |431925 | 107.9 | 209M | 66 |1896 | 27k| 26k| 163 | 2 | 881 |1081 |-1.046390e+04 |-1.019100e+04 | 2.68%| 84.37%
448.56/449.95 c 450s| 4000 | 164 |437581 | 106.6 | 209M | 66 |1896 | 27k| 26k| 165 | 0 | 920 |1114 |-1.044487e+04 |-1.019100e+04 | 2.49%| 86.05%
455.44/456.85 o -10214
455.44/456.85 c r 457s| 4065 | 92 |440495 | 105.6 |ziroundi| 66 |1896 | 27k| 26k| 166 | 2 | 944 |1145 |-1.042775e+04 |-1.021400e+04 | 2.09%| 86.93%
455.44/456.88 o -10238
455.44/456.88 c i 457s| 4066 | 81 |440521 | 105.6 | oneopt| 66 |1896 | 27k| 26k| 166 | 2 | 944 |1145 |-1.042775e+04 |-1.023800e+04 | 1.85%| 86.94%
456.03/457.45 c 457s| 4100 | 105 |441249 | 104.9 | 209M | 66 |1896 | 27k| 26k| 166 | 2 | 954 |1145 |-1.042775e+04 |-1.023800e+04 | 1.85%| 86.95%
457.73/459.19 c 459s| 4200 | 115 |443604 | 103.0 | 209M | 66 |1896 | 27k| 26k| 171 | 0 | 969 |1145 |-1.042648e+04 |-1.023800e+04 | 1.84%| 87.30%
460.42/461.85 c 462s| 4300 | 117 |447338 | 101.4 | 209M | 66 |1896 | 27k| 26k| 177 | 1 | 978 |1145 |-1.041928e+04 |-1.023800e+04 | 1.77%| 89.03%
463.91/465.30 c 465s| 4400 | 101 |450351 | 99.8 | 209M | 66 |1896 | 27k| 26k| 183 | 0 |1017 |1190 |-1.040878e+04 |-1.023800e+04 | 1.67%| 90.65%
464.01/465.40 c r 465s| 4406 | 103 |450445 | 99.7 |ziroundi| 66 |1896 | 27k| 26k| 183 | 2 |1017 |1190 |-1.040878e+04 |-1.023800e+04 | 1.67%| 90.66%
467.39/468.87 c 469s| 4500 | 107 |453101 | 98.2 | 210M | 66 |1896 | 27k| 26k| 187 | 2 |1090 |1277 |-1.040371e+04 |-1.023800e+04 | 1.62%| 90.98%
470.88/472.32 c 472s| 4600 | 107 |456036 | 96.7 | 210M | 66 |1896 | 27k| 26k| 188 | 0 |1153 |1349 |-1.039992e+04 |-1.023800e+04 | 1.58%| 91.94%
473.07/474.50 o -10245
473.07/474.50 c r 475s| 4645 | 61 |457546 | 96.1 |ziroundi| 66 |1896 | 27k| 26k| 188 | 2 |1156 |1370 |-1.038933e+04 |-1.024500e+04 | 1.41%| 92.54%
473.07/474.56 o -10267
473.07/474.56 c i 475s| 4646 | 42 |457682 | 96.1 | oneopt| 66 |1896 | 27k| 26k| 188 | 2 |1156 |1370 |-1.038933e+04 |-1.026700e+04 | 1.19%| 92.57%
473.97/475.48 o -10268
473.97/475.48 c r 475s| 4686 | 57 |459080 | 95.6 |ziroundi| 66 |1896 | 26k| 26k| 188 | 1 |1156 |1370 |-1.038933e+04 |-1.026800e+04 | 1.18%| 92.93%
474.37/475.81 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
474.37/475.81 c 476s| 4700 | 61 |459655 | 95.4 | 210M | 66 |1896 | 26k| 26k| 188 | 1 |1156 |1370 |-1.038711e+04 |-1.026800e+04 | 1.16%| 93.28%
475.57/477.07 o -10269
475.57/477.07 c r 477s| 4759 | 66 |461203 | 94.6 |ziroundi| 66 |1896 | 26k| 26k| 189 | 2 |1157 |1376 |-1.037954e+04 |-1.026900e+04 | 1.08%| 94.01%
476.86/478.34 c 478s| 4800 | 81 |462308 | 94.0 | 210M | 66 |1896 | 26k| 26k| 189 | 0 |1192 |1401 |-1.037677e+04 |-1.026900e+04 | 1.05%| 94.34%
481.14/482.60 c 483s| 4900 | 61 |465767 | 92.8 | 210M | 66 |1896 | 26k| 26k| 189 | 0 |1296 |1513 |-1.035239e+04 |-1.026900e+04 | 0.81%| 95.64%
484.23/485.79 c 486s| 5000 | 47 |468459 | 91.4 | 210M | 66 |1896 | 27k| 26k| 190 | 0 |1354 |1557 |-1.034671e+04 |-1.026900e+04 | 0.76%| 96.73%
488.62/490.16 c 490s| 5100 | 55 |472704 | 90.5 | 210M | 66 |1896 | 27k| 26k| 190 | 2 |1396 |1601 |-1.033806e+04 |-1.026900e+04 | 0.67%| 97.76%
489.41/490.98 o -10274
489.41/490.98 c r 491s| 5132 | 51 |473196 | 90.0 |ziroundi| 66 |1896 | 27k| 26k| 198 | 2 |1396 |1601 |-1.033806e+04 |-1.027400e+04 | 0.62%| 97.77%
491.01/492.58 c 493s| 5200 | 65 |474569 | 89.1 | 210M | 66 |1896 | 27k| 26k| 211 | 0 |1406 |1601 |-1.032898e+04 |-1.027400e+04 | 0.54%| 98.07%
493.20/494.76 c 495s| 5300 | 56 |476838 | 87.9 | 210M | 66 |1896 | 26k| 26k| 216 | 2 |1440 |1611 |-1.031779e+04 |-1.027400e+04 | 0.43%| 98.70%
496.39/497.91 c 498s| 5400 | 66 |479619 | 86.7 | 210M | 66 |1896 | 26k| 26k| 218 | 2 |1577 |1687 |-1.031779e+04 |-1.027400e+04 | 0.43%| 98.81%
500.08/501.61 c 502s| 5500 | 66 |482801 | 85.7 | 210M | 66 |1896 | 26k| 26k| 219 | 1 |1680 |1764 |-1.029917e+04 |-1.027400e+04 | 0.25%| 99.28%
502.47/504.08 c 504s| 5600 | 72 |484988 | 84.6 | 210M | 66 |1896 | 26k| 26k| 225 | 0 |1759 |1804 |-1.029861e+04 |-1.027400e+04 | 0.24%| 99.40%
504.06/505.69 o -10279
504.06/505.69 c r 506s| 5631 | 21 |486470 | 84.4 |rounding| 66 |1896 | 26k| 26k| 227 | 2 |1806 |1850 |-1.029290e+04 |-1.027900e+04 | 0.14%| 99.47%
506.25/507.89 c 508s| 5700 | 36 |488414 | 83.7 | 211M | 66 |1896 | 26k| 26k| 227 | 4 |1866 |1897 |-1.028871e+04 |-1.027900e+04 | 0.09%| 99.60%
507.55/509.12 o -10280
507.55/509.12 c r 509s| 5764 | 22 |489553 | 83.0 |ziroundi| 66 |1896 | 26k| 26k| 227 | 1 |1888 |1921 |-1.028709e+04 |-1.028000e+04 | 0.07%| 99.74%
508.64/510.21 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
508.64/510.21 c 510s| 5800 | 36 |490536 | 82.6 | 211M | 66 |1896 | 25k| 26k| 228 | 1 |1923 |1939 |-1.028620e+04 |-1.028000e+04 | 0.06%| 99.77%
510.34/511.95 c
510.34/511.95 c SCIP Status : problem is solved [optimal solution found]
510.34/511.95 c Solving Time (sec) : 511.95
510.34/511.95 c Solving Nodes : 5884
510.34/511.95 c Primal Bound : -1.02800000000000e+04 (921 solutions)
510.34/511.95 c Dual Bound : -1.02800000000000e+04
510.34/511.95 c Gap : 0.00 %
510.34/511.96 s OPTIMUM FOUND
510.34/511.96 v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28
510.34/511.96 v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54
510.34/511.96 v -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
510.34/511.96 v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105
510.34/511.96 v -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127
510.34/511.96 v -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149
510.34/511.96 v -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171
510.34/511.96 v -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193
510.34/511.96 v -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215
510.34/511.96 v -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237
510.34/511.96 v -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259
510.34/511.96 v -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281
510.34/511.96 v -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303
510.34/511.96 v -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325
510.34/511.96 v -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347
510.34/511.96 v -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369
510.34/511.96 v -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391
510.34/511.96 v -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413
510.34/511.96 v -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435
510.34/511.96 v -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457
510.34/511.96 v -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479
510.34/511.96 v -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501
510.34/511.96 v -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523
510.34/511.96 v -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545
510.34/511.96 v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567
510.34/511.96 v -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589
510.34/511.96 v -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611
510.34/511.96 v -x612 -x613 -x614 x615 -x616 x617 x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633
510.34/511.96 v x634 x635 x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 x652 -x653 -x654 -x655
510.34/511.96 v -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677
510.34/511.96 v -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699
510.34/511.96 v -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721
510.34/511.96 v -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743
510.34/511.96 v -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765
510.34/511.96 v -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787
510.34/511.96 v -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809
510.34/511.96 v -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831
510.34/511.96 v -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853
510.34/511.96 v -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 x870 -x871 -x872 -x873 -x874 -x875
510.34/511.96 v -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 x885 x886 x887 x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897
510.34/511.96 v -x898 -x899 -x900 x901 x902 x903 x904 x905 x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 x918 x919 x920
510.34/511.96 v x921 x922 x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 x935 x936 x937 x938 x939 -x940 -x941 -x942 -x943
510.34/511.96 v -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 x952 x953 x954 x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965
510.34/511.96 v -x966 -x967 -x968 -x969 x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987
510.34/511.96 v -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007
510.34/511.96 v -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026
510.34/511.96 v -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045
510.34/511.96 v -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064
510.34/511.96 v -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083
510.34/511.96 v -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102
510.34/511.96 v -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121
510.34/511.96 v -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140
510.34/511.96 v -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 x1154 x1155 x1156 x1157 x1158 -x1159
510.34/511.96 v -x1160 -x1161 x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 x1169 x1170 x1171 x1172 x1173 x1174 x1175 -x1176 x1177 -x1178 -x1179
510.34/511.96 v -x1180 -x1181 -x1182 -x1183 -x1184 x1185 x1186 x1187 x1188 x1189 x1190 x1191 x1192 x1193 -x1194 x1195 -x1196 -x1197 -x1198 -x1199
510.34/511.96 v -x1200 x1201 -x1202 x1203 x1204 x1205 x1206 x1207 x1208 x1209 x1210 x1211 x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219
510.34/511.96 v -x1220 x1221 x1222 x1223 x1224 x1225 x1226 x1227 x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 x1239
510.34/511.96 v x1240 x1241 x1242 x1243 x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 x1256 x1257 x1258 x1259
510.34/511.96 v x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 x1274 x1275 -x1276 -x1277 -x1278
510.34/511.96 v -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297
510.34/511.96 v -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316
510.34/511.96 v -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335
510.34/511.96 v -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354
510.34/511.96 v -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373
510.34/511.96 v -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392
510.34/511.96 v -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411
510.34/511.96 v -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 x1427 -x1428 -x1429 -x1430
510.34/511.96 v -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 x1440 x1441 x1442 x1443 x1444 x1445 x1446 x1447 x1448 x1449 x1450
510.34/511.96 v x1451 -x1452 -x1453 -x1454 -x1455 x1456 x1457 x1458 x1459 x1460 x1461 x1462 x1463 x1464 x1465 x1466 x1467 -x1468 -x1469 x1470 x1471
510.34/511.96 v x1472 x1473 x1474 x1475 x1476 x1477 x1478 x1479 x1480 x1481 x1482 -x1483 -x1484 -x1485 x1486 x1487 x1488 x1489 x1490 x1491 x1492
510.34/511.96 v x1493 x1494 x1495 x1496 x1497 x1498 -x1499 -x1500 -x1501 -x1502 x1503 -x1504 x1505 x1506 x1507 x1508 x1509 x1510 x1511 x1512 x1513
510.34/511.96 v x1514 x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 x1522 x1523 x1524 x1525 x1526 x1527 -x1528 x1529 -x1530 -x1531 -x1532 -x1533
510.34/511.96 v -x1534 x1535 -x1536 x1537 x1538 x1539 x1540 x1541 x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 x1553
510.34/511.96 v x1554 x1555 x1556 x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 x1566 -x1567 -x1568 -x1569 -x1570 x1571 x1572 -x1573
510.34/511.96 v -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592
510.34/511.96 v -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611
510.34/511.96 v -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630
510.34/511.96 v -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649
510.34/511.96 v -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668
510.34/511.96 v -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687
510.34/511.96 v x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 x1703 x1704 x1705 x1706
510.34/511.96 v x1707 -x1708 -x1709 x1710 x1711 -x1712 -x1713 -x1714 -x1715 -x1716 x1717 x1718 x1719 x1720 x1721 x1722 x1723 x1724 x1725 x1726 x1727
510.34/511.96 v x1728 x1729 x1730 x1731 x1732 x1733 x1734 x1735 x1736 x1737 x1738 x1739 x1740 x1741 x1742 x1743 x1744 x1745 x1746 x1747 x1748 x1749
510.34/511.96 v x1750 x1751 x1752 x1753 x1754 x1755 x1756 x1757 x1758 x1759 x1760 x1761 x1762 -x1763 x1764 x1765 x1766 x1767 x1768 x1769 x1770 x1771
510.34/511.96 v x1772 x1773 x1774 x1775 x1776 x1777 x1778 x1779 -x1780 -x1781 x1782 x1783 x1784 x1785 x1786 x1787 x1788 x1789 x1790 x1791 x1792
510.34/511.96 v x1793 x1794 x1795 x1796 -x1797 -x1798 -x1799 x1800 x1801 x1802 x1803 x1804 x1805 x1806 x1807 x1808 x1809 x1810 x1811 x1812 -x1813
510.34/511.96 v x1814 -x1815 -x1816 x1817 x1818 x1819 x1820 x1821 x1822 x1823 x1824 x1825 -x1826 x1827 x1828 -x1829 -x1830 -x1831 x1832 x1833 -x1834
510.34/511.96 v x1835 x1836 x1837 x1838 x1839 x1840 x1841 x1842 -x1843 -x1844 -x1845 x1846 -x1847 x1848 x1849 x1850 -x1851 -x1852 x1853 x1854 x1855
510.34/511.96 v x1856 x1857 -x1858 -x1859 -x1860 x1861 -x1862 -x1863 -x1864 x1865 -x1866 -x1867 -x1868 -x1869 x1870 x1871 -x1872 -x1873 -x1874 -x1875
510.34/511.96 v -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 x1890 -x1891 -x1892 x1893 -x1894
510.34/511.96 v -x1895 x1896 -x1897 -x1898 x1899 -x1900 -x1901 -x1902 -x1903 x1904 -x1905 -x1906 x1907 -x1908 -x1909 x1910 -x1911 -x1912 -x1913
510.34/511.96 v -x1914 x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 x1928 x1929 -x1930 -x1931 -x1932
510.34/511.96 v -x1933 -x1934 x1935 -x1936 -x1937 -x1938 x1939 -x1940 -x1941 x1942 x1943 -x1944 -x1945 -x1946 x1947 -x1948 -x1949 -x1950 -x1951
510.34/511.96 v -x1952 -x1953 x1954 -x1955 -x1956 -x1957 x1958 -x1959 -x1960 -x1961 x1962 -x1963 -x1964 -x1965 -x1966 -x1967 x1968 x1969 x1970 x1971
510.34/511.96 v -x1972 -x1973 x1974 x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 x1982 x1983 x1984 x1985 x1986 x1987 x1988 x1989 x1990 x1991
510.34/511.96 v x1992 x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999 -x2000 -x2001 -x2002 -x2003 -x2004 -x2005 x2006 x2007 -x2008 x2009 x2010 x2011
510.34/511.96 v -x2012 -x2013 -x2014 -x2015 x2016 x2017 x2018 -x2019 -x2020 -x2021 -x2022 x2023
510.34/511.96 c SCIP Status : problem is solved [optimal solution found]
510.34/511.96 c Total Time : 511.95
510.34/511.96 c solving : 511.95
510.34/511.96 c presolving : 3.82 (included in solving)
510.34/511.96 c reading : 0.05 (included in solving)
510.34/511.96 c copying : 0.72 (25 #copies) (minimal 0.02, maximal 0.03, average 0.03)
510.34/511.96 c Original Problem :
510.34/511.96 c Problem name : HOME/instance-4522377-1751582586.opb
510.34/511.96 c Variables : 2023 (2023 binary, 0 integer, 0 continuous)
510.34/511.96 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
510.34/511.96 c Constraints : 31798 initial, 31798 maximal
510.34/511.96 c Objective : minimize, 1997 non-zeros (abs.min = 1, abs.max = 333)
510.34/511.96 c Presolved Problem :
510.34/511.96 c Problem name : t_HOME/instance-4522377-1751582586.opb
510.34/511.96 c Variables : 1896 (1896 binary, 0 integer, 0 continuous)
510.34/511.96 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
510.34/511.96 c Constraints : 26691 initial, 27537 maximal
510.34/511.96 c Objective : minimize, 1870 non-zeros (abs.min = 1, abs.max = 333)
510.34/511.96 c Nonzeros : 68532 constraint, 143560 clique table
510.34/511.96 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
510.34/511.96 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c domcol : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
510.34/511.96 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c dualsparsify : 0.16 0.00 1 0 0 0 0 0 0 0 0 0
510.34/511.96 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c implics : 0.00 0.00 2 0 0 0 0 0 0 0 0 0
510.34/511.96 c implint : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c milp : 0.05 0.00 1 0 0 0 0 0 0 0 0 0
510.34/511.96 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c sparsify : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
510.34/511.96 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c trivial : 0.00 0.00 6 0 0 0 0 0 0 0 0 0
510.34/511.96 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c dualfix : 0.00 0.00 6 121 0 0 0 0 0 0 0 0
510.34/511.96 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c probing : 2.70 0.00 1 0 0 0 0 0 0 0 0 0
510.34/511.96 c pseudoobj : 0.00 0.00 3 0 0 0 0 0 0 0 0 0
510.34/511.96 c symmetry : 0.03 0.00 1 0 0 0 0 0 0 0 0 0
510.34/511.96 c vbounds : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
510.34/511.96 c knapsack : 0.61 0.00 5 0 0 0 0 0 0 0 0 0
510.34/511.96 c setppc : 0.03 0.00 5 4 0 0 0 0 148 0 0 0
510.34/511.96 c linear : 0.19 0.01 4 0 2 0 0 0 4959 0 0 0
510.34/511.96 c logicor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c components : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
510.34/511.96 c root node : - - - 179 - - 179 - - - - -
510.34/511.96 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
510.34/511.96 c integral : 0 0 0 0 4112 0 0 1200 0 0 6072 0 0 1269 6800
510.34/511.96 c knapsack : 8 8 2 48844 0 0 0 1194 2 33 2453 0 0 0 0
510.34/511.96 c setppc : 26683+ 26704 2 49013 0 0 0 976 131881 21 149624 0 0 0 0
510.34/511.96 c linear : 0+ 55 0 13135 0 0 0 3 2 1 15 0 0 0 0
510.34/511.96 c logicor : 0+ 1352 2 7365 0 0 0 0 63 63 102 0 0 0 0
510.34/511.96 c fixedvar : 0 0 0 0 0 0 0 963 0 0 0 0 0 0 0
510.34/511.96 c countsols : 0 0 0 0 0 0 0 963 0 0 0 0 0 0 0
510.34/511.96 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
510.34/511.96 c integral : 174.11 0.00 0.00 0.00 174.05 0.00 0.00 0.06 0.00 0.00
510.34/511.96 c knapsack : 0.90 0.00 0.41 0.30 0.00 0.00 0.00 0.09 0.00 0.10
510.34/511.96 c setppc : 3.35 0.00 0.02 1.81 0.00 0.00 0.00 0.82 0.05 0.66
510.34/511.96 c linear : 0.05 0.01 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.01
510.34/511.96 c logicor : 0.10 0.00 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.02
510.34/511.96 c fixedvar : 0.01 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.00 0.00
510.34/511.96 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
510.34/511.96 c components : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
510.34/511.96 c Propagators : #Propagate #ResProp Cutoffs DomReds
510.34/511.96 c dualfix : 3 0 0 0
510.34/511.96 c genvbounds : 0 0 0 0
510.34/511.96 c nlobbt : 0 0 0 0
510.34/511.96 c obbt : 0 0 0 0
510.34/511.96 c probing : 0 0 0 0
510.34/511.96 c pseudoobj : 32563 0 0 0
510.34/511.96 c redcost : 15946 0 0 19972
510.34/511.96 c rootredcost : 41 0 0 0
510.34/511.96 c symmetry : 0 0 0 0
510.34/511.96 c vbounds : 37772 0 0 0
510.34/511.96 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
510.34/511.96 c dualfix : 0.00 0.00 0.00 0.00 0.00 0.00
510.34/511.96 c genvbounds : 0.00 0.00 0.00 0.00 0.00 0.00
510.34/511.96 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
510.34/511.96 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
510.34/511.96 c probing : 2.70 0.00 2.70 0.00 0.00 0.00
510.34/511.96 c pseudoobj : 1.15 0.00 0.00 1.15 0.00 0.00
510.34/511.96 c redcost : 0.59 0.00 0.00 0.59 0.00 0.00
510.34/511.96 c rootredcost : 0.01 0.00 0.00 0.01 0.00 0.00
510.34/511.96 c symmetry : 0.04 0.00 0.03 0.01 0.00 0.00
510.34/511.96 c vbounds : 0.11 0.00 0.00 0.09 0.00 0.01
510.34/511.96 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
510.34/511.96 c propagation : 0.01 115 109 - 291 108.9 0 0.0 - - -
510.34/511.96 c infeasible LP : 0.00 1 1 - 20 187.1 0 0.0 0 0.0 0
510.34/511.96 c bound exceed. LP : 6.03 1667 377 - 5871 226.4 0 0.0 69 265.1 13401
510.34/511.96 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
510.34/511.96 c pseudo solution : 0.00 0 0 - 0 0.0 0 0.0 - - -
510.34/511.96 c applied globally : 0.37 - - 0 1884 81.4 - - 69 - -
510.34/511.96 c applied locally : - - - 0 0 0.0 - - 0 - -
510.34/511.96 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
510.34/511.96 c cut pool : 0.08 - 938 0 - - 208 248 - - - - - (maximal pool size: 50)
510.34/511.96 c aggregation : 11.60 0.00 248 2 0 0 208 248 0 229 229 0 0
510.34/511.96 c > cmir : - - - - - - - 86 0 81 81 0 -
510.34/511.96 c > flowcover : - - - - - - - 142 0 133 133 0 -
510.34/511.96 c > knapsackcover : - - - - - - - 20 0 15 15 0 -
510.34/511.96 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c clique : 0.18 0.00 2 2 0 0 0 0 0 0 0 0 0
510.34/511.96 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c gomory : 53.61 0.00 232 2 0 0 0 0 0 0 0 0 0
510.34/511.96 c > gomorymi : - - - - - - - 0 0 0 0 0 -
510.34/511.96 c > strongcg : - - - - - - - 0 0 0 0 0 -
510.34/511.96 c impliedbounds : 0.51 0.00 248 2 0 0 0 0 0 0 0 0 0
510.34/511.96 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c mcf : 0.01 0.00 1 1 0 0 0 0 0 0 0 0 0
510.34/511.96 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c multilinear : 0.00 0.00 82 2 0 0 0 0 0 0 0 0 0
510.34/511.96 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c rapidlearning : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
510.34/511.96 c rlt : 0.00 0.00 2 2 0 0 0 0 0 0 0 0 0
510.34/511.96 c zerohalf : 1.76 0.00 232 2 0 0 0 0 0 0 0 0 0
510.34/511.96 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
510.34/511.96 c hybrid : 0.00 0.00 227 0 229 0 19 0 0 0
510.34/511.96 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c Pricers : ExecTime SetupTime Calls Vars
510.34/511.96 c problem variables: 0.00 - 0 0
510.34/511.96 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
510.34/511.96 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c random : 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c relpscost : 174.04 0.00 4112 0 0 0 6072 0 1311 6800
510.34/511.96 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
510.34/511.96 c Primal Heuristics : ExecTime SetupTime Calls Found Best
510.34/511.96 c LP solutions : 0.00 - - 0 0
510.34/511.96 c relax solutions : 0.00 - - 0 0
510.34/511.96 c pseudo solutions : 0.00 - - 0 0
510.34/511.96 c strong branching : 0.04 - - 0 0
510.34/511.96 c actconsdiving : 0.00 0.00 0 0 0
510.34/511.96 c adaptivediving : 1.05 0.00 23 0 0
510.34/511.96 c alns : 0.50 0.00 6 0 0
510.34/511.96 c bound : 0.00 0.00 0 0 0
510.34/511.96 c clique : 0.04 0.00 1 0 0
510.34/511.96 c coefdiving : 0.00 0.00 0 0 0
510.34/511.96 c completesol : 0.00 0.00 0 0 0
510.34/511.96 c conflictdiving : 1.86 0.00 12 0 0
510.34/511.96 c crossover : 0.85 0.00 10 6 0
510.34/511.96 c dins : 0.00 0.00 0 0 0
510.34/511.96 c distributiondivin: 1.36 0.00 11 0 0
510.34/511.96 c dks : 0.00 0.00 0 0 0
510.34/511.96 c dps : 0.00 0.00 0 0 0
510.34/511.96 c dualval : 0.00 0.00 0 0 0
510.34/511.96 c farkasdiving : 3.84 0.00 12 1 1
510.34/511.96 c feaspump : 0.60 0.00 1 1 0
510.34/511.96 c fixandinfer : 0.00 0.00 0 0 0
510.34/511.96 c fracdiving : 0.36 0.00 12 0 0
510.34/511.96 c gins : 0.02 0.00 0 0 0
510.34/511.96 c guideddiving : 0.50 0.00 12 0 0
510.34/511.96 c indicator : 0.00 0.00 0 0 0
510.34/511.96 c indicatordiving : 0.00 0.00 0 0 0
510.34/511.96 c intdiving : 0.00 0.00 0 0 0
510.34/511.96 c intshifting : 0.00 0.00 0 0 0
510.34/511.96 c linesearchdiving : 0.54 0.00 12 0 0
510.34/511.96 c localbranching : 0.00 0.00 0 0 0
510.34/511.96 c locks : 0.04 0.00 1 1 1
510.34/511.96 c lpface : 0.00 0.00 0 0 0
510.34/511.96 c mpec : 0.00 0.00 0 0 0
510.34/511.96 c multistart : 0.00 0.00 0 0 0
510.34/511.96 c mutation : 0.00 0.00 0 0 0
510.34/511.96 c nlpdiving : 0.00 0.00 0 0 0
510.34/511.96 c objpscostdiving : 6.07 0.00 1 0 0
510.34/511.96 c octane : 0.00 0.00 0 0 0
510.34/511.96 c ofins : 0.00 0.00 0 0 0
510.34/511.96 c oneopt : 0.09 0.00 33 10 10
510.34/511.96 c padm : 0.00 0.00 0 0 0
510.34/511.96 c proximity : 0.00 0.00 0 0 0
510.34/511.96 c pscostdiving : 0.42 0.00 12 0 0
510.34/511.96 c randrounding : 0.15 0.00 350 24 5
510.34/511.96 c rens : 0.00 0.00 0 0 0
510.34/511.96 c reoptsols : 0.00 0.00 0 0 0
510.34/511.96 c repair : 0.00 0.00 0 0 0
510.34/511.96 c rins : 1.87 0.00 9 7 2
510.34/511.96 c rootsoldiving : 2.92 0.00 3 0 0
510.34/511.96 c rounding : 13.42 0.00 4315 8 8
510.34/511.96 c scheduler : 0.00 0.00 0 0 0
510.34/511.96 c shiftandpropagate: 0.00 0.00 0 0 0
510.34/511.96 c shifting : 2.02 0.00 586 63 1
510.34/511.96 c simplerounding : 0.18 0.00 4742 0 0
510.34/511.96 c subnlp : 0.00 0.00 0 0 0
510.34/511.96 c trivial : 0.00 0.00 2 1 1
510.34/511.96 c trivialnegation : 0.00 0.00 0 0 0
510.34/511.96 c trustregion : 0.00 0.00 0 0 0
510.34/511.96 c trysol : 0.00 0.00 0 0 0
510.34/511.96 c twoopt : 0.00 0.00 0 0 0
510.34/511.96 c undercover : 0.00 0.00 0 0 0
510.34/511.96 c vbounds : 0.11 0.00 1 1 1
510.34/511.96 c veclendiving : 0.34 0.00 12 0 0
510.34/511.96 c zeroobj : 0.00 0.00 0 0 0
510.34/511.96 c zirounding : 3.28 0.00 3400 798 14
510.34/511.96 c other solutions : - - - 0 -
510.34/511.96 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
510.34/511.96 c rens : 0 0.00 0.00 0 0 0 0.00000 0.12500 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
510.34/511.96 c rins : 0 0.00 0.00 0 0 0 0.00000 0.12500 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
510.34/511.96 c mutation : 0 0.00 0.00 0 0 0 0.00000 0.12500 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
510.34/511.96 c localbranching : 0 0.00 0.00 0 0 0 0.00000 0.12500 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
510.34/511.96 c crossover : 0 0.00 0.00 0 0 0 0.00000 0.12500 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
510.34/511.96 c proximity : 0 0.00 0.00 0 0 0 0.00000 0.12500 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
510.34/511.96 c zeroobjective : 0 0.00 0.00 0 0 0 0.00000 0.12500 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
510.34/511.96 c dins : 0 0.00 0.00 0 0 0 0.00000 0.12500 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
510.34/511.96 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
510.34/511.96 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
510.34/511.96 c primal LP : 0.36 149 0 0.00 0.00 0.36 149
510.34/511.96 c dual LP : 197.87 11739 403430 59.24 2038.91 13.79 4929
510.34/511.96 c lex dual LP : 0.00 0 0 0.00 -
510.34/511.96 c barrier LP : 0.00 0 0 0.00 - 0.00 0
510.34/511.96 c resolve instable : 0.00 0 0 0.00 -
510.34/511.96 c diving/probing LP: 19.90 682 88823 130.24 4463.34
510.34/511.96 c strong branching : 155.92 1968 313749 159.43 2012.22 - - 556
510.34/511.96 c (at root node) : - 23 14603 634.91 -
510.34/511.96 c conflict analysis: 3.68 1366 13401 9.81 3643.23
510.34/511.96 c Relaxators : Time Calls Cutoffs ImprBounds ImprTime ReducedDom Separated AddedConss
510.34/511.96 c benders : 0.00 0 0 0 0.00 0 0 0
510.34/511.96 c B&B Tree :
510.34/511.96 c number of runs : 1
510.34/511.96 c nodes : 5884 (3400 internal, 2484 leaves)
510.34/511.96 c feasible leaves : 0
510.34/511.96 c infeas. leaves : 17
510.34/511.96 c objective leaves : 2467
510.34/511.96 c nodes (total) : 5884 (3400 internal, 2484 leaves)
510.34/511.96 c nodes left : 0
510.34/511.96 c max depth : 66
510.34/511.96 c max depth (total): 66
510.34/511.96 c backtracks : 1612 (27.4%)
510.34/511.96 c early backtracks : 0 (0.0%)
510.34/511.96 c nodes exc. ref. : 0 (0.0%)
510.34/511.96 c delayed cutoffs : 6
510.34/511.96 c repropagations : 248 (373 domain reductions, 3 cutoffs)
510.34/511.96 c avg switch length: 6.38
510.34/511.96 c switching time : 4.48
510.34/511.96 c Root Node :
510.34/511.96 c First LP value : -1.28796868970874e+04
510.34/511.96 c First LP Iters : 11305 (1959.27 Iter/sec)
510.34/511.96 c First LP Time : 5.77
510.34/511.96 c Final Dual Bound : -1.27000078362753e+04
510.34/511.96 c Final Root Iters : 11305
510.34/511.96 c Root LP Estimate : -2.32801091246156e+03
510.34/511.96 c Solution :
510.34/511.96 c Solutions found : 921 (44 improvements)
510.34/511.96 c First Solution : +0.00000000000000e+00 (in run 1, after 0 nodes, 0.08 seconds, depth 0, found by <trivial>)
510.34/511.96 c Gap First Sol. : infinite
510.34/511.96 c Gap Last Sol. : 0.07 %
510.34/511.96 c Primal Bound : -1.02800000000000e+04 (in run 1, after 5764 nodes, 509.12 seconds, depth 31, found by <zirounding>)
510.34/511.96 c Dual Bound : -1.02800000000000e+04
510.34/511.96 c Gap : 0.00 %
510.34/511.96 c Integrals : Total Avg%
510.34/511.96 c primal-dual : 7105.97 13.88
510.34/511.96 c primal-ref : - - (not evaluated)
510.34/511.96 c dual-ref : - - (not evaluated)
510.44/512.03 c Time complete (sec): 510.486
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: 63665 MiB (60208 MiB free)
memory of node 1: 64507 MiB (50889 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522377-1751582586/watcher-4522377-1751582586 -o /tmp/evaluation-result-4522377-1751582586/solver-4522377-1751582586 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751575332-91899 --watchdog 3760 pbsolver -f HOME/instance-4522377-1751582586.opb -t 3600 -m 31000
running on 2 cores: 1,3
CPU governors:
performance: 1 3
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=93264, runsolver pid=93261
Current StackSize limit: 8192 KiB
[startup+0.10006 s]*
/proc/loadavg: 4.11 4.10 4.09 5/263 93265
/proc/meminfo: memFree=113732692/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=70244 memory=58948 CPUtime=0.09 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 12722 0 0 0 8 1 0 0 20 0 1 0 73936554 71929856 14737 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 17561 14737 2432 2575 0 14468 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 70244 KiB
Current children cumulated memory: 58948 KiB
[startup+0.205589 s]*
/proc/loadavg: 4.11 4.10 4.09 5/263 93265
/proc/meminfo: memFree=113716564/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=79172 memory=68336 CPUtime=0.2 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 19268 0 0 0 18 2 0 0 20 0 1 0 73936554 81072128 17084 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 19793 17084 2496 2575 0 16700 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 79172 KiB
Current children cumulated memory: 68336 KiB
[startup+0.305582 s]*
/proc/loadavg: 4.11 4.10 4.09 5/263 93265
/proc/meminfo: memFree=113724532/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=79172 memory=68464 CPUtime=0.3 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 19269 0 0 0 28 2 0 0 20 0 1 0 73936554 81072128 17116 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 19793 17116 2496 2575 0 16700 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 79172 KiB
Current children cumulated memory: 68464 KiB
[startup+0.700123 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 93265
/proc/meminfo: memFree=113719680/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=86468 memory=75740 CPUtime=0.68 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 22051 0 0 0 66 2 0 0 20 0 1 0 73936554 88543232 18935 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 21617 18935 2560 2575 0 18524 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 86468 KiB
Current children cumulated memory: 75740 KiB
[startup+1.50018 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 93265
/proc/meminfo: memFree=113704056/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=88432 memory=78172 CPUtime=1.48 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 22651 0 0 0 146 2 0 0 20 0 1 0 73936554 90554368 19543 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 22108 19543 2592 2575 0 19015 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 88432 KiB
Current children cumulated memory: 78172 KiB
[startup+3.10544 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 93265
/proc/meminfo: memFree=113668736/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=94268 memory=83420 CPUtime=3.09 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 23969 0 0 0 306 3 0 0 20 0 1 0 73936554 96530432 20855 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 23567 20855 2592 2575 0 20474 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 94268 KiB
Current children cumulated memory: 83420 KiB
[startup+6.30017 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 93265
/proc/meminfo: memFree=113564588/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=192616 memory=172928 CPUtime=6.28 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 41365 0 0 0 621 7 0 0 20 0 1 0 73936554 197238784 43232 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 48154 43232 2688 2575 0 45061 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 192616 KiB
Current children cumulated memory: 172928 KiB
[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 93265
/proc/meminfo: memFree=113550860/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=201020 memory=179072 CPUtime=12.66 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 42921 0 0 0 1259 7 0 0 20 0 1 0 73936554 205844480 44768 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 50255 44768 2688 2575 0 47162 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 201020 KiB
Current children cumulated memory: 179072 KiB
[startup+25.5002 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 93266
/proc/meminfo: memFree=112306964/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=226320 memory=204436 CPUtime=25.43 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 51400 0 0 0 2535 8 0 0 20 0 1 0 73936554 231751680 51109 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 56580 51109 2688 2575 0 53487 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 226320 KiB
Current children cumulated memory: 204436 KiB
[startup+51.1057 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 93316
/proc/meminfo: memFree=110479588/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=226320 memory=204564 CPUtime=50.96 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 51434 0 0 0 5088 8 0 0 20 0 1 0 73936554 231751680 51141 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 56580 51141 2688 2575 0 53487 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 226320 KiB
Current children cumulated memory: 204564 KiB
[startup+102.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 93407
/proc/meminfo: memFree=109913064/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=226320 memory=204564 CPUtime=102 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 51455 0 0 0 10192 8 0 0 20 0 1 0 73936554 231751680 51141 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 56580 51141 2688 2575 0 53487 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 226320 KiB
Current children cumulated memory: 204564 KiB
[startup+162.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 93409
/proc/meminfo: memFree=107757612/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=262576 memory=240020 CPUtime=161.82 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 60380 0 0 0 16173 9 0 0 20 0 1 0 73936554 268877824 60005 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 65644 60005 2688 2575 0 62551 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 262576 KiB
Current children cumulated memory: 240020 KiB
[startup+222.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/265 93413
/proc/meminfo: memFree=107604760/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=278144 memory=256532 CPUtime=221.65 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 64559 0 0 0 22155 10 0 0 20 0 1 0 73936554 284819456 64133 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 69536 64133 2688 2575 0 66443 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 278144 KiB
Current children cumulated memory: 256532 KiB
[startup+282.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/265 93415
/proc/meminfo: memFree=106925820/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=278144 memory=256532 CPUtime=281.47 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 64560 0 0 0 28137 10 0 0 20 0 1 0 73936554 284819456 64133 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 69536 64133 2688 2575 0 66443 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 278144 KiB
Current children cumulated memory: 256532 KiB
[startup+342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 93417
/proc/meminfo: memFree=106914700/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=280660 memory=258580 CPUtime=341.29 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 65071 0 0 0 34118 11 0 0 20 0 1 0 73936554 287395840 64645 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 70165 64645 2688 2575 0 67072 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 280660 KiB
Current children cumulated memory: 258580 KiB
[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 93419
/proc/meminfo: memFree=106873040/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=296788 memory=274452 CPUtime=401.1 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69018 0 0 0 40099 11 0 0 20 0 1 0 73936554 303910912 68613 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 74197 68613 2688 2575 0 71104 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 296788 KiB
Current children cumulated memory: 274452 KiB
[startup+462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 93421
/proc/meminfo: memFree=106848832/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=296788 memory=274452 CPUtime=460.92 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69020 0 0 0 46080 12 0 0 20 0 1 0 73936554 303910912 68613 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 74197 68613 2688 2575 0 71104 0
Current children cumulated CPU time: 460.92 s
Current children cumulated vsize: 296788 KiB
Current children cumulated memory: 274452 KiB
[startup+512.049 s]
# the end of solver process 93264 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=510.356 s, system=0.140561 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+486.4 s]
/proc/loadavg: 4.04 4.08 4.08 5/263 93421
/proc/meminfo: memFree=106829940/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=296788 memory=274452 CPUtime=484.93 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69020 0 0 0 48481 12 0 0 20 0 1 0 73936554 303910912 68613 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 74197 68613 2688 2575 0 71104 0
Current children cumulated CPU time: 484.93 s
Current children cumulated vsize: 296788 KiB
Current children cumulated memory: 274452 KiB
[startup+499.2 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 93425
/proc/meminfo: memFree=106833700/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=296788 memory=274452 CPUtime=497.68 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69020 0 0 0 49756 12 0 0 20 0 1 0 73936554 303910912 68613 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 74197 68613 2688 2575 0 71104 0
Current children cumulated CPU time: 497.68 s
Current children cumulated vsize: 296788 KiB
Current children cumulated memory: 274452 KiB
[startup+505.6 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 93425
/proc/meminfo: memFree=106833012/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=296788 memory=274452 CPUtime=504.06 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69020 0 0 0 50394 12 0 0 20 0 1 0 73936554 303910912 68613 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 74197 68613 2688 2575 0 71104 0
Current children cumulated CPU time: 504.06 s
Current children cumulated vsize: 296788 KiB
Current children cumulated memory: 274452 KiB
[startup+508.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 93425
/proc/meminfo: memFree=106833052/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=296788 memory=274452 CPUtime=507.25 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69020 0 0 0 50713 12 0 0 20 0 1 0 73936554 303910912 68613 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 74197 68613 2688 2575 0 71104 0
Current children cumulated CPU time: 507.25 s
Current children cumulated vsize: 296788 KiB
Current children cumulated memory: 274452 KiB
[startup+510.4 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 93425
/proc/meminfo: memFree=106833076/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=296788 memory=274452 CPUtime=508.84 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69020 0 0 0 50872 12 0 0 20 0 1 0 73936554 303910912 68613 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 74197 68613 2688 2575 0 71104 0
Current children cumulated CPU time: 508.84 s
Current children cumulated vsize: 296788 KiB
Current children cumulated memory: 274452 KiB
[startup+511.2 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 93425
/proc/meminfo: memFree=106821048/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=296788 memory=274452 CPUtime=509.64 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69020 0 0 0 50952 12 0 0 20 0 1 0 73936554 303910912 68613 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 74197 68613 2688 2575 0 71104 0
Current children cumulated CPU time: 509.64 s
Current children cumulated vsize: 296788 KiB
Current children cumulated memory: 274452 KiB
[startup+511.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 93425
/proc/meminfo: memFree=106821048/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=296788 memory=274452 CPUtime=510.04 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69020 0 0 0 50992 12 0 0 20 0 1 0 73936554 303910912 68613 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 74197 68613 2688 2575 0 71104 0
Current children cumulated CPU time: 510.04 s
Current children cumulated vsize: 296788 KiB
Current children cumulated memory: 274452 KiB
[startup+512 s]*
/proc/loadavg: 4.09 4.09 4.09 5/264 93425
/proc/meminfo: memFree=106825800/131249996 swapFree=33010684/33010684
[pid=93264] ppid=93261 vsize=295888 memory=273588 CPUtime=510.44 cores=1,3
/proc/93264/stat : 93264 (pbsolver) R 93261 93264 91882 0 -1 4194304 69031 0 0 0 51032 12 0 0 20 0 1 0 73936554 302989312 68397 18446744073709551615 4198400 14743177 140728521983648 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 52944896 140728521988490 140728521988586 140728521988586 140728521994188 0
/proc/93264/statm: 73972 68397 2688 2575 0 70879 0
Current children cumulated CPU time: 510.44 s
Current children cumulated vsize: 295888 KiB
Current children cumulated memory: 273588 KiB
Child status: 0
Real time (s): 512.049
CPU time (s): 510.497
CPU user time (s): 510.356
CPU system time (s): 0.140561
CPU usage (%): 99.6969
Max. virtual memory (cumulated for all children) (KiB): 296788
Max. memory (cumulated for all children) (KiB): 274452
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 510.356
system time used= 0.140561
maximum resident set size= 274452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69031
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= 3
involuntary context switches= 403
# summary of solver processes directly reported to runsolver:
# pid: 93264
# total CPU time (s): 510.497
# total CPU user time (s): 510.356
# total CPU system time (s): 0.140561
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08645 second user time and 2.29341 second system time
The end