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-4504353-1751486217.opb>
1.48/1.50 c original problem has 250200 variables (250200 bin, 0 int, 0 cont) and 605407 constraints
1.48/1.50 c problem read in 1.505 seconds
2.78/2.88 c presolving:
3.78/3.82 c (round 1, fast) 10000 del vars, 4903 del conss, 0 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 0 impls, 356526 clqs
4.57/4.65 c (4.6s) running MILP presolver
5.28/5.32 c (5.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
7.37/7.42 c (round 2, exhaustive) 10000 del vars, 6128 del conss, 0 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 0 impls, 356526 clqs
9.96/10.08 c (round 3, exhaustive) 10000 del vars, 6128 del conss, 0 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 0 impls, 356526 clqs
12.35/12.42 c (round 4, medium) 10000 del vars, 126178 del conss, 352800 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 0 impls, 709326 clqs
14.25/14.37 c (round 5, exhaustive) 10000 del vars, 599028 del conss, 472850 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 0 impls, 709326 clqs
126.07/126.64 c (126.6s) probing: 1000/240200 (0.4%) - 0 fixings, 0 aggregations, 287712 implications, 0 bound changes
126.17/126.75 c (126.8s) probing: 1001/240200 (0.4%) - 0 fixings, 0 aggregations, 288000 implications, 0 bound changes
126.17/126.75 c (126.8s) probing aborted: 1000/1000 successive useless probings
126.17/126.76 c (126.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
138.33/138.93 c (138.9s) no symmetry present (symcode time: 11.62)
138.63/139.26 c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
138.63/139.26 c 10000 deleted vars, 599028 deleted constraints, 472850 added constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
138.63/139.26 c 0 implications, 997326 cliques
138.63/139.26 c presolved problem has 240200 variables (240200 bin, 0 int, 0 cont) and 479229 constraints
138.63/139.26 c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
138.63/139.26 c 1375 constraints of type <knapsack>
138.63/139.26 c 356526 constraints of type <setppc>
138.63/139.26 c 120050 constraints of type <and>
138.63/139.26 c 3 constraints of type <linear>
138.63/139.26 c 1275 constraints of type <logicor>
138.63/139.26 c transformed objective value is always integral (scale: 1)
138.63/139.26 c Presolving Time: 136.44
138.63/139.26 c
138.63/139.26 c - non default parameters ----------------------------------------------------------------------
138.63/139.26 c
138.63/139.26 c # SCIP version 10.0.0
138.63/139.26 c
138.63/139.26 c # maximal time in seconds to run
138.63/139.26 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
138.63/139.26 c limits/time = 3596.998008
138.63/139.26 c
138.63/139.26 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
138.63/139.26 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
138.63/139.26 c limits/memory = 27900
138.63/139.26 c
138.63/139.26 c # belongs reading time to solving time?
138.63/139.26 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
138.63/139.26 c timing/reading = TRUE
138.63/139.26 c
138.63/139.26 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
138.63/139.26 c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
138.63/139.26 c reading/opbreader/maxintsize = 47
138.63/139.26 c
138.63/139.26 c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
138.63/139.26 c # [type: int, advanced: TRUE, range: [0,15], default: 15]
138.63/139.26 c propagating/genvbounds/timingmask = 0
138.63/139.26 c
138.63/139.26 c -----------------------------------------------------------------------------------------------
138.73/139.32 c
436.38/438.26 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
436.38/438.26 c 438s| 1 | 0 | 8434 | - | 2981M | 0 | 240k| 479k| 599k| 0 | 0 | 147 | 0 | 4.757633e+05 | -- | Inf | unknown
573.92/576.38 c 576s| 1 | 0 | 35355 | - | 3156M | 0 | 240k| 479k| 599k| 36 | 1 | 220 | 0 | 5.187030e+05 | -- | Inf | unknown
612.56/615.16 c 615s| 1 | 0 | 36005 | - | 3242M | 0 | 240k| 479k| 599k| 48 | 2 | 221 | 0 | 5.269700e+05 | -- | Inf | unknown
639.23/641.95 c 642s| 1 | 0 | 36472 | - | 3343M | 0 | 240k| 479k| 599k| 60 | 3 | 223 | 0 | 5.340255e+05 | -- | Inf | unknown
709.04/712.03 c 712s| 1 | 0 | 37096 | - | 3417M | 0 | 240k| 479k| 599k| 70 | 4 | 224 | 0 | 5.428442e+05 | -- | Inf | unknown
724.27/727.34 c 727s| 1 | 0 | 37889 | - | 3551M | 0 | 240k| 479k| 599k| 85 | 5 | 227 | 0 | 5.544319e+05 | -- | Inf | unknown
836.20/839.78 c 840s| 1 | 0 | 38480 | - | 3710M | 0 | 240k| 479k| 599k| 95 | 6 | 227 | 0 | 5.590622e+05 | -- | Inf | unknown
1005.94/1010.16 c 1010s| 1 | 0 | 39092 | - | 3838M | 0 | 240k| 479k| 599k| 104 | 7 | 229 | 0 | 5.672394e+05 | -- | Inf | unknown
1098.15/1102.73 c 1103s| 1 | 0 | 39600 | - | 3964M | 0 | 240k| 479k| 599k| 115 | 8 | 230 | 0 | 5.721183e+05 | -- | Inf | unknown
1247.82/1253.04 c 1253s| 1 | 0 | 40045 | - | 4072M | 0 | 240k| 479k| 599k| 128 | 9 | 231 | 0 | 5.761134e+05 | -- | Inf | unknown
1378.97/1384.77 c 1385s| 1 | 0 | 40219 | - | 4216M | 0 | 240k| 479k| 599k| 136 | 10 | 231 | 0 | 5.768322e+05 | -- | Inf | unknown
1384.84/1390.63 c 1391s| 1 | 0 | 40424 | - | 4298M | 0 | 240k| 479k| 599k| 145 | 11 | 236 | 0 | 5.779607e+05 | -- | Inf | unknown
1391.92/1397.73 c 1398s| 1 | 0 | 40872 | - | 4364M | 0 | 240k| 479k| 599k| 156 | 12 | 241 | 0 | 5.815334e+05 | -- | Inf | unknown
1398.99/1404.89 c 1405s| 1 | 0 | 41311 | - | 4424M | 0 | 240k| 479k| 599k| 162 | 13 | 244 | 0 | 5.839352e+05 | -- | Inf | unknown
1404.67/1410.57 c 1411s| 1 | 0 | 41480 | - | 4489M | 0 | 240k| 479k| 599k| 169 | 14 | 244 | 0 | 5.844482e+05 | -- | Inf | unknown
1412.15/1418.05 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1412.15/1418.05 c 1418s| 1 | 0 | 42233 | - | 4552M | 0 | 240k| 479k| 599k| 176 | 15 | 245 | 0 | 5.909108e+05 | -- | Inf | unknown
1418.72/1424.66 c 1425s| 1 | 0 | 42735 | - | 4617M | 0 | 240k| 479k| 599k| 190 | 16 | 248 | 0 | 5.928089e+05 | -- | Inf | unknown
1424.30/1430.26 c 1430s| 1 | 0 | 43049 | - | 4681M | 0 | 240k| 479k| 599k| 198 | 17 | 249 | 0 | 5.935130e+05 | -- | Inf | unknown
1429.97/1435.93 c 1436s| 1 | 0 | 43255 | - | 4746M | 0 | 240k| 479k| 599k| 211 | 18 | 253 | 0 | 5.946582e+05 | -- | Inf | unknown
1437.65/1443.64 c 1444s| 1 | 0 | 43766 | - | 4804M | 0 | 240k| 479k| 599k| 222 | 19 | 254 | 0 | 6.002282e+05 | -- | Inf | unknown
1443.03/1449.00 c 1449s| 1 | 0 | 43824 | - | 4869M | 0 | 240k| 479k| 599k| 230 | 20 | 254 | 0 | 6.003927e+05 | -- | Inf | unknown
1448.41/1454.44 c 1454s| 1 | 0 | 44050 | - | 4875M | 0 | 240k| 479k| 599k| 238 | 21 | 256 | 0 | 6.012968e+05 | -- | Inf | unknown
1453.39/1459.44 c 1459s| 1 | 0 | 44198 | - | 4882M | 0 | 240k| 479k| 599k| 253 | 22 | 260 | 0 | 6.015735e+05 | -- | Inf | unknown
1458.87/1465.00 c 1465s| 1 | 0 | 44429 | - | 4889M | 0 | 240k| 479k| 599k| 262 | 23 | 261 | 0 | 6.028036e+05 | -- | Inf | unknown
1464.15/1470.22 c 1470s| 1 | 0 | 44606 | - | 4896M | 0 | 240k| 479k| 599k| 271 | 24 | 262 | 0 | 6.032482e+05 | -- | Inf | unknown
1468.73/1474.81 c 1475s| 1 | 0 | 44703 | - | 4896M | 0 | 240k| 479k| 599k| 280 | 25 | 268 | 0 | 6.034708e+05 | -- | Inf | unknown
1472.81/1478.95 c 1479s| 1 | 0 | 44706 | - | 4902M | 0 | 240k| 479k| 599k| 282 | 26 | 268 | 0 | 6.034708e+05 | -- | Inf | unknown
1476.71/1482.88 c 1483s| 1 | 0 | 44707 | - | 4909M | 0 | 240k| 479k| 599k| 283 | 27 | 269 | 0 | 6.034708e+05 | -- | Inf | unknown
1729.85/1737.06 c 1737s| 1 | 2 | 92805 | - | 4945M | 0 | 240k| 479k| 599k| 283 | 28 | 281 | 31 | 6.112189e+05 | -- | Inf | unknown
3582.54/3597.02 c
3582.54/3597.02 c SCIP Status : solving was interrupted [time limit reached]
3582.54/3597.02 c Solving Time (sec) : 3597.02
3582.54/3597.02 c Solving Nodes : 59
3582.54/3597.02 c Primal Bound : +1.00000000000000e+20 (0 solutions)
3582.54/3597.02 c Dual Bound : +6.11218857517537e+05
3582.54/3597.02 c Gap : infinite
3582.54/3597.02 s UNKNOWN
3582.54/3597.02 c SCIP Status : solving was interrupted [time limit reached]
3582.54/3597.02 c Total Time : 3597.02
3582.54/3597.02 c solving : 3597.02
3582.54/3597.02 c presolving : 136.44 (included in solving)
3582.54/3597.02 c reading : 1.51 (included in solving)
3582.54/3597.02 c copying : 2.09 (2 #copies) (minimal 0.97, maximal 1.12, average 1.04)
3582.54/3597.02 c Original Problem :
3582.54/3597.02 c Problem name : HOME/instance-4504353-1751486217.opb
3582.54/3597.02 c Variables : 250200 (250200 binary, 0 integer, 0 continuous)
3582.54/3597.02 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
3582.54/3597.02 c Constraints : 605407 initial, 605407 maximal
3582.54/3597.02 c Objective : minimize, 129900 non-zeros (abs.min = 1, abs.max = 1.18371e+08)
3582.54/3597.02 c Presolved Problem :
3582.54/3597.02 c Problem name : t_HOME/instance-4504353-1751486217.opb
3582.54/3597.02 c Variables : 240200 (240200 binary, 0 integer, 0 continuous)
3582.54/3597.02 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
3582.54/3597.02 c Constraints : 479229 initial, 479328 maximal
3582.54/3597.03 c Objective : minimize, 122500 non-zeros (abs.min = 20, abs.max = 2.36742e+08)
3582.54/3597.03 c Nonzeros : 1330800 constraint, 1994796 clique table
3582.54/3597.03 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
3582.54/3597.03 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c domcol : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c dualsparsify : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c gateextraction : 1.67 0.00 2 0 0 0 0 0 472850 120050 0 0
3582.54/3597.03 c implics : 0.02 0.00 5 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c implint : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c milp : 1.44 0.00 1 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c sparsify : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c trivial : 0.05 0.00 6 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c dualfix : 0.05 0.00 6 7400 0 0 0 0 0 0 0 0
3582.54/3597.03 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c probing : 110.88 0.01 1 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c symmetry : 12.17 0.00 1 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c vbounds : 0.28 0.00 2 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c knapsack : 1.31 0.01 7 0 0 0 0 0 120050 352800 0 0
3582.54/3597.03 c setppc : 1.50 0.03 7 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c and : 0.53 0.00 2 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c linear : 5.19 0.26 9 150 2450 0 150 0 6128 0 1225 3675
3582.54/3597.03 c logicor : 0.45 0.01 7 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c components : 0.24 0.00 1 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c root node : - - - 0 - - 0 - - - - -
3582.54/3597.03 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
3582.54/3597.03 c integral : 0 0 0 0 64 0 0 10 0 0 933 0 0 0 114
3582.54/3597.03 c knapsack : 1375 1375 28 221960 0 0 0 6 3422 4 1289 274 48 0 0
3582.54/3597.03 c setppc : 356526+ 356574 28 221836 0 0 0 1 44207 115 159765 24 0 0 0
3582.54/3597.03 c and : 120050 120050 169 220562 0 0 0 0 3034 9 158230 562 151 0 0
3582.54/3597.03 c linear : 3+ 6 28 221832 0 0 0 3 8059 7 44 0 0 0 0
3582.54/3597.03 c logicor : 1275+ 1374 28 4983 0 0 0 0 14114 40 997 0 0 0 0
3582.54/3597.03 c fixedvar : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
3582.54/3597.03 c integral : 1003.10 0.00 0.00 0.00 1003.10 0.00 0.00 0.00 0.00 0.00
3582.54/3597.03 c knapsack : 2.30 0.01 0.30 1.92 0.00 0.00 0.00 0.02 0.00 0.05
3582.54/3597.03 c setppc : 19.48 0.03 0.45 17.90 0.00 0.00 0.00 0.00 0.01 1.09
3582.54/3597.03 c and : 283.12 0.00 7.75 270.40 0.00 0.00 0.00 0.00 0.01 4.95
3582.54/3597.03 c linear : 2.54 0.26 0.40 1.63 0.00 0.00 0.00 0.00 0.19 0.06
3582.54/3597.03 c logicor : 0.42 0.01 0.01 0.34 0.00 0.00 0.00 0.00 0.01 0.06
3582.54/3597.03 c fixedvar : 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3582.54/3597.03 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3582.54/3597.03 c components : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3582.54/3597.03 c Propagators : #Propagate #ResProp Cutoffs DomReds
3582.54/3597.03 c dualfix : 1 0 0 0
3582.54/3597.03 c genvbounds : 0 0 0 0
3582.54/3597.03 c nlobbt : 0 0 0 0
3582.54/3597.03 c obbt : 0 0 0 0
3582.54/3597.03 c probing : 0 0 0 0
3582.54/3597.03 c pseudoobj : 273 0 0 0
3582.54/3597.03 c redcost : 30 0 0 0
3582.54/3597.03 c rootredcost : 1 0 0 0
3582.54/3597.03 c symmetry : 0 0 0 0
3582.54/3597.03 c vbounds : 21959 0 0 0
3582.54/3597.03 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
3582.54/3597.03 c dualfix : 0.06 0.00 0.05 0.01 0.00 0.00
3582.54/3597.03 c genvbounds : 0.00 0.00 0.00 0.00 0.00 0.00
3582.54/3597.03 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
3582.54/3597.03 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
3582.54/3597.03 c probing : 110.89 0.01 110.88 0.00 0.00 0.00
3582.54/3597.03 c pseudoobj : 0.17 0.00 0.00 0.17 0.00 0.00
3582.54/3597.03 c redcost : 0.51 0.00 0.00 0.51 0.00 0.00
3582.54/3597.03 c rootredcost : 0.14 0.00 0.00 0.14 0.00 0.00
3582.54/3597.03 c symmetry : 12.25 0.00 12.17 0.08 0.00 0.00
3582.54/3597.03 c vbounds : 0.44 0.00 0.28 0.17 0.00 0.00
3582.54/3597.03 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
3582.54/3597.03 c propagation : 0.37 158 158 - 2444 640.2 27 2.0 - - -
3582.54/3597.03 c infeasible LP : 0.16 3 3 - 60 709.7 0 0.0 3 6468.0 0
3582.54/3597.03 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
3582.54/3597.03 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
3582.54/3597.03 c pseudo solution : 0.00 0 0 - 0 0.0 0 0.0 - - -
3582.54/3597.03 c applied globally : 0.43 - - 0 293 479.3 - - 3 - -
3582.54/3597.03 c applied locally : - - - 0 0 0.0 - - 0 - -
3582.54/3597.03 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
3582.54/3597.03 c cut pool : 1.70 - 144 54 - - 3853 8031 - - - - - (maximal pool size: 3853)
3582.54/3597.03 c aggregation : 29.69 0.00 78 28 0 0 30 54 0 17 17 0 0
3582.54/3597.03 c > cmir : - - - - - - - 19 0 3 3 0 -
3582.54/3597.03 c > flowcover : - - - - - - - 24 0 8 8 0 -
3582.54/3597.03 c > knapsackcover : - - - - - - - 11 0 6 6 0 -
3582.54/3597.03 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c clique : 77.40 0.00 28 28 0 0 7 7 0 7 7 0 0
3582.54/3597.03 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c gomory : 895.94 0.00 37 10 0 0 3361 7246 0 126 126 0 0
3582.54/3597.03 c > gomorymi : - - - - - - - 5191 0 93 93 0 -
3582.54/3597.03 c > strongcg : - - - - - - - 2055 0 33 33 0 -
3582.54/3597.03 c impliedbounds : 7.15 0.00 78 28 0 0 285 355 0 226 226 0 0
3582.54/3597.03 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c mcf : 0.34 0.00 1 1 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c multilinear : 0.09 0.00 35 28 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c rapidlearning : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c rlt : 0.00 0.00 10 10 0 0 0 0 0 0 0 0 0
3582.54/3597.03 c zerohalf : 7.39 0.00 47 20 0 0 170 369 0 229 229 0 0
3582.54/3597.03 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
3582.54/3597.03 c hybrid : 0.22 0.00 122 27 804 0 8087 283 0 5466
3582.54/3597.03 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c Pricers : ExecTime SetupTime Calls Vars
3582.54/3597.03 c problem variables: 0.00 - 0 0
3582.54/3597.03 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
3582.54/3597.03 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c random : 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c relpscost : 1003.10 0.00 64 0 0 0 933 0 0 114
3582.54/3597.03 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
3582.54/3597.03 c Primal Heuristics : ExecTime SetupTime Calls Found Best
3582.54/3597.03 c LP solutions : 0.00 - - 0 0
3582.54/3597.03 c relax solutions : 0.00 - - 0 0
3582.54/3597.03 c pseudo solutions : 0.00 - - 0 0
3582.54/3597.03 c strong branching : 0.00 - - 0 0
3582.54/3597.03 c actconsdiving : 0.00 0.00 0 0 0
3582.54/3597.03 c adaptivediving : 0.52 0.00 1 0 0
3582.54/3597.03 c alns : 3.05 0.00 1 0 0
3582.54/3597.03 c bound : 0.00 0.00 0 0 0
3582.54/3597.03 c clique : 33.23 0.00 1 0 0
3582.54/3597.03 c coefdiving : 0.00 0.00 0 0 0
3582.54/3597.03 c completesol : 0.00 0.00 0 0 0
3582.54/3597.03 c conflictdiving : 70.17 0.00 1 0 0
3582.54/3597.03 c crossover : 0.00 0.00 0 0 0
3582.54/3597.03 c dins : 0.00 0.00 0 0 0
3582.54/3597.03 c distributiondivin: 123.84 0.00 1 0 0
3582.54/3597.03 c dks : 0.00 0.00 0 0 0
3582.54/3597.03 c dps : 0.00 0.00 0 0 0
3582.54/3597.03 c dualval : 0.00 0.00 0 0 0
3582.54/3597.03 c farkasdiving : 72.88 0.00 1 0 0
3582.54/3597.03 c feaspump : 104.14 0.00 1 0 0
3582.54/3597.03 c fixandinfer : 0.00 0.00 0 0 0
3582.54/3597.03 c fracdiving : 7.98 0.00 1 0 0
3582.54/3597.03 c gins : 0.00 0.00 0 0 0
3582.54/3597.03 c guideddiving : 0.00 0.00 0 0 0
3582.54/3597.03 c indicator : 0.00 0.00 0 0 0
3582.54/3597.03 c indicatordiving : 0.00 0.00 0 0 0
3582.54/3597.03 c intdiving : 0.00 0.00 0 0 0
3582.54/3597.03 c intshifting : 0.00 0.00 0 0 0
3582.54/3597.03 c linesearchdiving : 0.00 0.00 0 0 0
3582.54/3597.03 c localbranching : 0.00 0.00 0 0 0
3582.54/3597.03 c locks : 1.88 0.00 1 0 0
3582.54/3597.03 c lpface : 0.00 0.00 0 0 0
3582.54/3597.03 c mpec : 0.00 0.00 0 0 0
3582.54/3597.03 c multistart : 0.00 0.00 0 0 0
3582.54/3597.03 c mutation : 0.00 0.00 0 0 0
3582.54/3597.03 c nlpdiving : 0.00 0.00 0 0 0
3582.54/3597.03 c objpscostdiving : 0.00 0.00 0 0 0
3582.54/3597.03 c octane : 0.00 0.00 0 0 0
3582.54/3597.03 c ofins : 0.00 0.00 0 0 0
3582.54/3597.03 c oneopt : 0.00 0.00 0 0 0
3582.54/3597.03 c padm : 0.00 0.00 0 0 0
3582.54/3597.03 c proximity : 0.00 0.00 0 0 0
3582.54/3597.03 c pscostdiving : 1.71 0.00 1 0 0
3582.54/3597.03 c randrounding : 12.69 0.00 28 0 0
3582.54/3597.03 c rens : 3.39 0.00 1 0 0
3582.54/3597.03 c reoptsols : 0.00 0.00 0 0 0
3582.54/3597.03 c repair : 0.00 0.00 0 0 0
3582.54/3597.03 c rins : 0.00 0.00 0 0 0
3582.54/3597.03 c rootsoldiving : 0.00 0.00 0 0 0
3582.54/3597.03 c rounding : 2.83 0.00 142 0 0
3582.54/3597.03 c scheduler : 0.00 0.00 0 0 0
3582.54/3597.03 c shiftandpropagate: 3.51 0.00 1 0 0
3582.54/3597.03 c shifting : 4.78 0.00 83 0 0
3582.54/3597.03 c simplerounding : 0.01 0.00 0 0 0
3582.54/3597.03 c subnlp : 0.00 0.00 0 0 0
3582.54/3597.03 c trivial : 0.13 0.00 2 0 0
3582.54/3597.03 c trivialnegation : 0.00 0.00 0 0 0
3582.54/3597.03 c trustregion : 0.00 0.00 0 0 0
3582.54/3597.03 c trysol : 0.00 0.00 0 0 0
3582.54/3597.03 c twoopt : 0.00 0.00 0 0 0
3582.54/3597.03 c undercover : 20.80 0.00 1 0 0
3582.54/3597.03 c vbounds : 244.54 0.00 1 0 0
3582.54/3597.03 c veclendiving : 0.00 0.00 0 0 0
3582.54/3597.03 c zeroobj : 0.00 0.00 0 0 0
3582.54/3597.03 c zirounding : 0.77 0.00 57 0 0
3582.54/3597.03 c other solutions : - - - 0 -
3582.54/3597.03 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
3582.54/3597.03 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
3582.54/3597.03 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
3582.54/3597.03 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
3582.54/3597.03 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
3582.54/3597.03 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
3582.54/3597.03 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
3582.54/3597.03 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
3582.54/3597.03 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
3582.54/3597.03 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
3582.54/3597.03 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
3582.54/3597.03 c primal LP : 1.08 14 0 0.00 0.00 1.08 14
3582.54/3597.03 c dual LP : 687.08 187 169186 934.73 246.24 0.67 6
3582.54/3597.03 c lex dual LP : 0.00 0 0 0.00 -
3582.54/3597.03 c barrier LP : 0.00 0 0 0.00 - 0.00 0
3582.54/3597.03 c resolve instable : 0.00 0 0 0.00 -
3582.54/3597.03 c diving/probing LP: 364.58 143 178438 1247.82 489.43
3582.54/3597.03 c strong branching : 955.85 325 219420 675.14 229.55 - - 332
3582.54/3597.03 c (at root node) : - 31 22842 736.84 -
3582.54/3597.03 c conflict analysis: 0.00 0 0 0.00 -
3582.54/3597.03 c Relaxators : Time Calls Cutoffs ImprBounds ImprTime ReducedDom Separated AddedConss
3582.54/3597.03 c benders : 0.00 0 0 0 0.00 0 0 0
3582.54/3597.03 c B&B Tree :
3582.54/3597.03 c number of runs : 1
3582.54/3597.03 c nodes : 59 (57 internal, 2 leaves)
3582.54/3597.03 c feasible leaves : 0
3582.54/3597.03 c infeas. leaves : 1
3582.54/3597.03 c objective leaves : 0
3582.54/3597.03 c nodes (total) : 59 (57 internal, 2 leaves)
3582.54/3597.03 c nodes left : 57
3582.54/3597.03 c max depth : 14
3582.54/3597.03 c max depth (total): 14
3582.54/3597.03 c backtracks : 5 (8.5%)
3582.54/3597.03 c early backtracks : 0 (0.0%)
3582.54/3597.03 c nodes exc. ref. : 0 (0.0%)
3582.54/3597.03 c delayed cutoffs : 0
3582.54/3597.03 c repropagations : 1 (195 domain reductions, 0 cutoffs)
3582.54/3597.03 c avg switch length: 2.02
3582.54/3597.03 c switching time : 1.62
3582.54/3597.03 c Root Node :
3582.54/3597.03 c First LP value : +4.75763329174814e+05
3582.54/3597.03 c First LP Iters : 8206 (535.98 Iter/sec)
3582.54/3597.03 c First LP Time : 15.31
3582.54/3597.03 c Final Dual Bound : +6.11218857517537e+05
3582.54/3597.03 c Final Root Iters : 44479
3582.54/3597.03 c Root LP Estimate : +2.28815386170575e+06
3582.54/3597.03 c Solution :
3582.54/3597.03 c Solutions found : 0 (0 improvements)
3582.54/3597.03 c Primal Bound : -
3582.54/3597.03 c Dual Bound : +6.11218857517537e+05
3582.54/3597.03 c Gap : infinite
3582.54/3597.03 c Integrals : Total Avg%
3582.54/3597.03 c primal-dual : 359701.70 100.00
3582.54/3597.03 c primal-ref : - - (not evaluated)
3582.54/3597.03 c dual-ref : - - (not evaluated)
3585.63/3600.13 c Time complete (sec): 3585.667
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: 63708 MiB (62103 MiB free)
memory of node 1: 64465 MiB (63359 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504353-1751486217/watcher-4504353-1751486217 -o /tmp/evaluation-result-4504353-1751486217/solver-4504353-1751486217 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751482618-67600 --watchdog 3760 pbsolver -f HOME/instance-4504353-1751486217.opb -t 3600 -m 31000
running on 2 cores: 0,2
CPU governors:
performance: 0 2
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=68014, runsolver pid=68011
Current StackSize limit: 8192 KiB
[startup+0.100059 s]*
/proc/loadavg: 4.07 4.09 4.09 5/264 68015
/proc/meminfo: memFree=128353440/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=141832 memory=127232 CPUtime=0.1 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 29822 0 0 0 6 4 0 0 20 0 1 0 64300130 145235968 31776 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 35458 31776 2176 2575 0 32365 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 141832 KiB
Current children cumulated memory: 127232 KiB
[startup+0.20563 s]*
/proc/loadavg: 4.07 4.09 4.09 5/264 68015
/proc/meminfo: memFree=128250684/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=188200 memory=174336 CPUtime=0.2 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 41614 0 0 0 14 6 0 0 20 0 1 0 64300130 192716800 43584 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 47050 43584 2176 2575 0 43957 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 188200 KiB
Current children cumulated memory: 174336 KiB
[startup+0.305527 s]*
/proc/loadavg: 4.07 4.09 4.09 5/264 68015
/proc/meminfo: memFree=128186172/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=249140 memory=235136 CPUtime=0.3 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 56827 0 0 0 22 8 0 0 20 0 1 0 64300130 255119360 58784 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 62285 58784 2176 2575 0 59192 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 249140 KiB
Current children cumulated memory: 235136 KiB
[startup+0.700186 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 68015
/proc/meminfo: memFree=128077244/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=409940 memory=395164 CPUtime=0.69 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 95791 0 0 0 55 14 0 0 20 0 1 0 64300130 419778560 98791 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 102485 98791 2176 2575 0 99392 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 409940 KiB
Current children cumulated memory: 395164 KiB
[startup+1.50017 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 68015
/proc/meminfo: memFree=127924344/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=592092 memory=577236 CPUtime=1.48 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 139292 0 0 0 127 21 0 0 20 0 1 0 64300130 606302208 144309 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 148023 144309 2176 2575 0 144930 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 592092 KiB
Current children cumulated memory: 577236 KiB
[startup+3.10534 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 68015
/proc/meminfo: memFree=126968680/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=1384268 memory=1356856 CPUtime=3.08 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 331541 0 0 0 256 52 0 0 20 0 1 0 64300130 1417490432 339214 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 346067 339214 2432 2575 0 342974 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1384268 KiB
Current children cumulated memory: 1356856 KiB
[startup+6.30017 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 68015
/proc/meminfo: memFree=126364496/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=1564512 memory=1532468 CPUtime=6.27 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 382053 0 0 0 552 75 0 0 20 0 1 0 64300130 1602060288 383117 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 391128 383117 2528 2575 0 388035 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1564512 KiB
Current children cumulated memory: 1532468 KiB
[startup+12.7002 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 68015
/proc/meminfo: memFree=125885884/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=1988756 memory=1952964 CPUtime=12.65 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 473909 0 0 0 1176 89 0 0 20 0 1 0 64300130 2036486144 488241 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 497189 488241 2560 2575 0 494096 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1988756 KiB
Current children cumulated memory: 1952964 KiB
[startup+25.5002 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 68015
/proc/meminfo: memFree=125636872/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=2086168 memory=2045456 CPUtime=25.41 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 479664 0 0 0 2449 92 0 0 20 0 1 0 64300130 2136236032 511364 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 521542 511364 2592 2575 0 518449 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2086168 KiB
Current children cumulated memory: 2045456 KiB
[startup+51.1053 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 68060
/proc/meminfo: memFree=125279800/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=2093332 memory=2052624 CPUtime=50.93 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 481467 0 0 0 5000 93 0 0 20 0 1 0 64300130 2143571968 513156 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 523333 513156 2592 2575 0 520240 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2093332 KiB
Current children cumulated memory: 2052624 KiB
[startup+102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 68062
/proc/meminfo: memFree=123660052/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=2117560 memory=2076592 CPUtime=101.88 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 485918 0 0 0 10094 94 0 0 20 0 1 0 64300130 2168381440 519148 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 529390 519148 2592 2575 0 526297 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 2117560 KiB
Current children cumulated memory: 2076592 KiB
[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 68069
/proc/meminfo: memFree=122723032/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=3152192 memory=3009220 CPUtime=161.62 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 671513 0 0 0 16026 136 0 0 20 0 1 0 64300130 3227844608 752305 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 788048 752305 2624 2575 0 784955 0
Current children cumulated CPU time: 161.62 s
Current children cumulated vsize: 3152192 KiB
Current children cumulated memory: 3009220 KiB
[startup+222.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 68072
/proc/meminfo: memFree=121446484/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=3305588 memory=3140768 CPUtime=221.36 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 691619 0 0 0 21995 141 0 0 20 0 1 0 64300130 3384922112 785192 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 826397 785192 2656 2575 0 823304 0
Current children cumulated CPU time: 221.36 s
Current children cumulated vsize: 3305588 KiB
Current children cumulated memory: 3140768 KiB
[startup+282.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/265 68085
/proc/meminfo: memFree=121179280/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=3319312 memory=3154464 CPUtime=281.09 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 695039 0 0 0 27967 142 0 0 20 0 1 0 64300130 3398975488 788616 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 829828 788616 2656 2575 0 826735 0
Current children cumulated CPU time: 281.09 s
Current children cumulated vsize: 3319312 KiB
Current children cumulated memory: 3154464 KiB
[startup+342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 68087
/proc/meminfo: memFree=121098688/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=3332836 memory=3167520 CPUtime=340.86 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 698319 0 0 0 33942 144 0 0 20 0 1 0 64300130 3412824064 791880 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 833209 791880 2656 2575 0 830116 0
Current children cumulated CPU time: 340.86 s
Current children cumulated vsize: 3332836 KiB
Current children cumulated memory: 3167520 KiB
[startup+402.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 68089
/proc/meminfo: memFree=120954444/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=3370768 memory=3204768 CPUtime=400.63 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 707632 0 0 0 39916 147 0 0 20 0 1 0 64300130 3451666432 801192 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 842692 801192 2656 2575 0 839599 0
Current children cumulated CPU time: 400.63 s
Current children cumulated vsize: 3370768 KiB
Current children cumulated memory: 3204768 KiB
[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 68181
/proc/meminfo: memFree=120122916/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=3500968 memory=3317764 CPUtime=460.4 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 724659 0 0 0 45888 152 0 0 20 0 1 0 64300130 3584991232 829441 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 875242 829441 2656 2575 0 872149 0
Current children cumulated CPU time: 460.4 s
################
# More data... #
################
/proc/loadavg: 4.14 4.16 4.12 5/265 68363
/proc/meminfo: memFree=108386508/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7014860 memory=5938184 CPUtime=3209.25 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1325959 0 0 0 320643 282 0 0 20 0 1 0 64300130 7183216640 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1753715 1484546 2688 2575 0 1750622 0
Current children cumulated CPU time: 3209.25 s
Current children cumulated vsize: 7014860 KiB
Current children cumulated memory: 5938184 KiB
[startup+3282.3 s]
/proc/loadavg: 4.24 4.18 4.12 5/264 68366
/proc/meminfo: memFree=108395860/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7014860 memory=5938184 CPUtime=3269.04 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1326179 0 0 0 326621 283 0 0 20 0 1 0 64300130 7183216640 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1753715 1484546 2688 2575 0 1750622 0
Current children cumulated CPU time: 3269.04 s
Current children cumulated vsize: 7014860 KiB
Current children cumulated memory: 5938184 KiB
[startup+3342.3 s]
/proc/loadavg: 4.23 4.20 4.13 5/263 68368
/proc/meminfo: memFree=108405732/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7127268 memory=5938184 CPUtime=3328.81 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1327392 0 0 0 332598 283 0 0 20 0 1 0 64300130 7298322432 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1781817 1484546 2688 2575 0 1778724 0
Current children cumulated CPU time: 3328.81 s
Current children cumulated vsize: 7127268 KiB
Current children cumulated memory: 5938184 KiB
[startup+3402.3 s]
/proc/loadavg: 4.20 4.20 4.13 5/263 68370
/proc/meminfo: memFree=108407724/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7127268 memory=5938184 CPUtime=3388.57 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1327502 0 0 0 338573 284 0 0 20 0 1 0 64300130 7298322432 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1781817 1484546 2688 2575 0 1778724 0
Current children cumulated CPU time: 3388.57 s
Current children cumulated vsize: 7127268 KiB
Current children cumulated memory: 5938184 KiB
[startup+3462.3 s]
/proc/loadavg: 4.13 4.17 4.13 5/262 68372
/proc/meminfo: memFree=108383164/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7127268 memory=5938184 CPUtime=3448.35 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1327507 0 0 0 344550 285 0 0 20 0 1 0 64300130 7298322432 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1781817 1484546 2688 2575 0 1778724 0
Current children cumulated CPU time: 3448.35 s
Current children cumulated vsize: 7127268 KiB
Current children cumulated memory: 5938184 KiB
[startup+3522.3 s]
/proc/loadavg: 4.10 4.16 4.12 5/262 68374
/proc/meminfo: memFree=108383388/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7127268 memory=5938184 CPUtime=3508.12 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1328862 0 0 0 350527 285 0 0 20 0 1 0 64300130 7298322432 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1781817 1484546 2688 2575 0 1778724 0
Current children cumulated CPU time: 3508.12 s
Current children cumulated vsize: 7127268 KiB
Current children cumulated memory: 5938184 KiB
[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.12 5/264 68380
/proc/meminfo: memFree=108331212/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7183468 memory=5938184 CPUtime=3567.89 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1329036 0 0 0 356503 286 0 0 20 0 1 0 64300130 7355871232 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1795867 1484546 2688 2575 0 1792774 0
Current children cumulated CPU time: 3567.89 s
Current children cumulated vsize: 7183468 KiB
Current children cumulated memory: 5938184 KiB
[startup+3600.15 s]
# the end of solver process 68014 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=3582.77 s, system=2.91489 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3584 s]*
/proc/loadavg: 4.09 4.14 4.11 5/264 68380
/proc/meminfo: memFree=108331212/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7183468 memory=5938184 CPUtime=3569.59 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1329036 0 0 0 356673 286 0 0 20 0 1 0 64300130 7355871232 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1795867 1484546 2688 2575 0 1792774 0
Current children cumulated CPU time: 3569.59 s
Current children cumulated vsize: 7183468 KiB
Current children cumulated memory: 5938184 KiB
[startup+3590.4 s]
/proc/loadavg: 4.08 4.14 4.11 5/264 68380
/proc/meminfo: memFree=108333960/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7183468 memory=5938184 CPUtime=3575.96 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1329036 0 0 0 357310 286 0 0 20 0 1 0 64300130 7355871232 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1795867 1484546 2688 2575 0 1792774 0
Current children cumulated CPU time: 3575.96 s
Current children cumulated vsize: 7183468 KiB
Current children cumulated memory: 5938184 KiB
[startup+3596.8 s]
/proc/loadavg: 4.08 4.13 4.11 5/264 68380
/proc/meminfo: memFree=108332388/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7239672 memory=5938184 CPUtime=3582.34 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1329040 0 0 0 357948 286 0 0 20 0 1 0 64300130 7413424128 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1809918 1484546 2688 2575 0 1806825 0
Current children cumulated CPU time: 3582.34 s
Current children cumulated vsize: 7239672 KiB
Current children cumulated memory: 5938184 KiB
[startup+3598.4 s]
/proc/loadavg: 4.08 4.13 4.11 5/264 68380
/proc/meminfo: memFree=108332648/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7239672 memory=5938184 CPUtime=3583.93 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1329074 0 0 0 358107 286 0 0 20 0 1 0 64300130 7413424128 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1809918 1484546 2688 2575 0 1806825 0
Current children cumulated CPU time: 3583.93 s
Current children cumulated vsize: 7239672 KiB
Current children cumulated memory: 5938184 KiB
[startup+3599.2 s]
/proc/loadavg: 4.07 4.13 4.11 5/264 68380
/proc/meminfo: memFree=108332648/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7239672 memory=5938184 CPUtime=3584.73 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1329106 0 0 0 358187 286 0 0 20 0 1 0 64300130 7413424128 1484546 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1809918 1484546 2688 2575 0 1806825 0
Current children cumulated CPU time: 3584.73 s
Current children cumulated vsize: 7239672 KiB
Current children cumulated memory: 5938184 KiB
[startup+3599.6 s]
/proc/loadavg: 4.07 4.13 4.11 5/264 68380
/proc/meminfo: memFree=108332648/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7233132 memory=5931800 CPUtime=3585.13 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1329110 0 0 0 358227 286 0 0 20 0 1 0 64300130 7406727168 1482950 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1808283 1482950 2688 2575 0 1805190 0
Current children cumulated CPU time: 3585.13 s
Current children cumulated vsize: 7233132 KiB
Current children cumulated memory: 5931800 KiB
[startup+3600 s]*
/proc/loadavg: 4.07 4.13 4.11 5/264 68380
/proc/meminfo: memFree=108542276/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=7006808 memory=5705476 CPUtime=3585.52 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1329128 0 0 0 358265 287 0 0 20 0 1 0 64300130 7174971392 1426369 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1751702 1426369 2688 2575 0 1748609 0
Current children cumulated CPU time: 3585.52 s
Current children cumulated vsize: 7006808 KiB
Current children cumulated memory: 5705476 KiB
[startup+3600.11 s]
/proc/loadavg: 4.07 4.13 4.11 5/264 68380
/proc/meminfo: memFree=108542276/131249996 swapFree=33010160/33010684
[pid=68014] ppid=68011 vsize=6795876 memory=5494236 CPUtime=3585.63 cores=0,2
/proc/68014/stat : 68014 (pbsolver) R 68011 68014 67590 0 -1 4194304 1329128 0 0 0 358274 289 0 0 20 0 1 0 64300130 6958977024 1373559 18446744073709551615 4198400 14743177 140726003857840 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 53227520 140726003865994 140726003866090 140726003866090 140726003871692 0
/proc/68014/statm: 1698969 1373559 2688 2575 0 1695876 0
Current children cumulated CPU time: 3585.63 s
Current children cumulated vsize: 6795876 KiB
Current children cumulated memory: 5494236 KiB
Child status: 0
Real time (s): 3600.15
CPU time (s): 3585.69
CPU user time (s): 3582.77
CPU system time (s): 2.91489
CPU usage (%): 99.5981
Max. virtual memory (cumulated for all children) (KiB): 7239672
Max. memory (cumulated for all children) (KiB): 5938184
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.77
system time used= 2.91489
maximum resident set size= 5938184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1329188
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= 53
involuntary context switches= 7902
# summary of solver processes directly reported to runsolver:
# pid: 68014
# total CPU time (s): 3585.69
# total CPU user time (s): 3582.77
# total CPU system time (s): 2.91489
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.98858 second user time and 16.7445 second system time
The end