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-4514349-1751222831.opb>
0.10/0.12 c original problem has 5700 variables (5700 bin, 0 int, 0 cont) and 27830 constraints
0.10/0.12 c problem read in 0.120 seconds
0.10/0.12 c problem without objective
0.20/0.23 c presolving:
0.40/0.45 c (0.5s) running MILP presolver
0.50/0.52 c (0.5s) MILP presolver (2 rounds): 0 aggregations, 3 fixings, 0 bound changes
0.50/0.52 c (round 1, medium) 7 del vars, 5 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 10877 clqs
0.50/0.53 c (round 2, fast) 7 del vars, 725 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 11169 clqs
0.59/0.69 c (round 3, exhaustive) 7 del vars, 725 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 27104 upgd conss, 0 impls, 11169 clqs
1.38/1.45 c (1.5s) probing: 51/5694 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.38/1.45 c (1.5s) probing aborted: 50/50 successive totally useless probings
1.48/1.58 c (1.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.99/2.08 c (2.1s) symmetry computation finished: 37 generators found (max: 1500, log10 of symmetry group size: 11.14) (symcode time: 0.42)
1.99/2.09 c dynamic symmetry handling statistics:
1.99/2.09 c orbitopal reduction: no components
1.99/2.09 c orbital reduction: no components
1.99/2.09 c lexicographic reduction: 37 permutations with support sizes 148, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150
1.99/2.09 c handled 37 out of 37 symmetry components
2.09/2.16 c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
2.09/2.16 c 7 deleted vars, 725 deleted constraints, 0 added constraints, 3 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.09/2.16 c 0 implications, 11169 cliques
2.09/2.16 c presolved problem has 5694 variables (5694 bin, 0 int, 0 cont) and 27105 constraints
2.09/2.16 c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
2.09/2.16 c 1 constraints of type <knapsack>
2.09/2.16 c 11169 constraints of type <setppc>
2.09/2.16 c 1 constraints of type <linear>
2.09/2.16 c 15934 constraints of type <logicor>
2.09/2.16 c transformed objective value is always integral (scale: 1)
2.09/2.16 c Presolving Time: 1.94
2.09/2.16 c
2.09/2.16 c - non default parameters ----------------------------------------------------------------------
2.09/2.16 c
2.09/2.16 c # SCIP version 10.0.0
2.09/2.16 c
2.09/2.16 c # maximal time in seconds to run
2.09/2.16 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
2.09/2.16 c limits/time = 3596.998033
2.09/2.16 c
2.09/2.16 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.09/2.16 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
2.09/2.16 c limits/memory = 27900
2.09/2.16 c
2.09/2.16 c # belongs reading time to solving time?
2.09/2.16 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
2.09/2.16 c timing/reading = TRUE
2.09/2.16 c
2.09/2.16 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
2.09/2.16 c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
2.09/2.16 c reading/opbreader/maxintsize = 47
2.09/2.16 c
2.09/2.16 c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
2.09/2.16 c # [type: int, advanced: TRUE, range: [0,15], default: 15]
2.09/2.16 c propagating/genvbounds/timingmask = 0
2.09/2.16 c
2.09/2.16 c -----------------------------------------------------------------------------------------------
2.09/2.17 c
4.68/4.74 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
4.68/4.74 c 4.7s| 1 | 0 | 4666 | - | 299M | 0 |5694 | 27k| 27k| 0 | 0 | 137 | 0 | 0.000000e+00 | -- | Inf | unknown
64.68/64.91 c 64.9s| 1 | 0 | 34571 | - | 306M | 0 |5694 | 27k| 27k| 36 | 1 | 142 | 0 | 0.000000e+00 | -- | Inf | unknown
75.05/75.35 c 75.4s| 1 | 0 | 42800 | - | 314M | 0 |5694 | 27k| 27k| 72 | 2 | 142 | 0 | 0.000000e+00 | -- | Inf | unknown
90.21/90.53 c 90.5s| 1 | 0 | 54045 | - | 356M | 0 |5694 | 27k| 27k| 99 | 3 | 149 | 0 | 0.000000e+00 | -- | Inf | unknown
106.56/106.95 c 107s| 1 | 0 | 63227 | - | 359M | 0 |5694 | 27k| 27k| 127 | 4 | 155 | 0 | 0.000000e+00 | -- | Inf | unknown
125.10/125.55 c 126s| 1 | 0 | 72281 | - | 362M | 0 |5694 | 27k| 27k| 147 | 5 | 155 | 0 | 0.000000e+00 | -- | Inf | unknown
142.44/142.95 c 143s| 1 | 0 | 79891 | - | 369M | 0 |5694 | 27k| 27k| 169 | 6 | 164 | 0 | 0.000000e+00 | -- | Inf | unknown
162.58/163.14 c 163s| 1 | 0 | 89155 | - | 372M | 0 |5694 | 27k| 27k| 185 | 7 | 171 | 0 | 0.000000e+00 | -- | Inf | unknown
196.97/197.67 c 198s| 1 | 0 |102070 | - | 383M | 0 |5694 | 27k| 27k| 223 | 8 | 171 | 0 | 0.000000e+00 | -- | Inf | unknown
220.20/220.93 c 221s| 1 | 0 |114220 | - | 400M | 0 |5694 | 27k| 27k| 244 | 9 | 171 | 0 | 0.000000e+00 | -- | Inf | unknown
239.94/240.76 c 241s| 1 | 0 |123705 | - | 408M | 0 |5694 | 27k| 27k| 266 | 10 | 179 | 0 | 0.000000e+00 | -- | Inf | unknown
255.00/255.88 c 256s| 1 | 0 |133723 | - | 413M | 0 |5694 | 27k| 27k| 287 | 11 | 179 | 0 | 0.000000e+00 | -- | Inf | unknown
405.14/406.40 c 406s| 1 | 2 |189513 | - | 413M | 0 |5694 | 27k| 27k| 287 | 11 | 198 | 19 | 0.000000e+00 | -- | Inf | unknown
3585.45/3597.01 c
3585.45/3597.01 c SCIP Status : solving was interrupted [time limit reached]
3585.45/3597.01 c Solving Time (sec) : 3597.01
3585.45/3597.01 c Solving Nodes : 45
3585.45/3597.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
3585.45/3597.01 c Dual Bound : +0.00000000000000e+00
3585.45/3597.01 c Gap : infinite
3585.45/3597.01 s UNKNOWN
3585.45/3597.01 c SCIP Status : solving was interrupted [time limit reached]
3585.45/3597.01 c Total Time : 3597.01
3585.45/3597.01 c solving : 3597.01
3585.45/3597.01 c presolving : 1.94 (included in solving)
3585.45/3597.01 c reading : 0.12 (included in solving)
3585.45/3597.01 c copying : 0.05 (1 #copies) (minimal 0.05, maximal 0.05, average 0.05)
3585.45/3597.01 c Original Problem :
3585.45/3597.01 c Problem name : HOME/instance-4514349-1751222831.opb
3585.45/3597.01 c Variables : 5700 (5700 binary, 0 integer, 0 continuous)
3585.45/3597.01 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.45/3597.01 c Constraints : 27830 initial, 27830 maximal
3585.45/3597.01 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.45/3597.01 c Presolved Problem :
3585.45/3597.01 c Problem name : t_HOME/instance-4514349-1751222831.opb
3585.45/3597.01 c Variables : 5694 (5694 binary, 0 integer, 0 continuous)
3585.45/3597.01 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.45/3597.01 c Constraints : 27105 initial, 27555 maximal
3585.45/3597.01 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.45/3597.01 c Nonzeros : 401028 constraint, 22338 clique table
3585.45/3597.01 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
3585.45/3597.01 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c domcol : 0.04 0.00 1 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c dualsparsify : 0.13 0.00 1 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c gateextraction : 0.03 0.00 1 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c implics : 0.00 0.00 3 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c implint : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c milp : 0.22 0.00 1 3 0 0 0 0 1 0 0 0
3585.45/3597.01 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c sparsify : 0.12 0.00 1 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c trivial : 0.00 0.00 4 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c dualfix : 0.00 0.00 4 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c probing : 0.07 0.00 1 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c symmetry : 0.50 0.00 1 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c vbounds : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c knapsack : 0.00 0.00 3 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c setppc : 0.01 0.00 3 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c linear : 0.20 0.06 6 3 0 0 3 0 724 0 0 0
3585.45/3597.01 c logicor : 0.49 0.04 3 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c components : 0.04 0.00 1 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c root node : - - - 0 - - 0 - - - - -
3585.45/3597.01 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
3585.45/3597.01 c integral : 0 0 0 0 44 0 0 7 0 0 0 0 0 0 88
3585.45/3597.01 c knapsack : 1+ 2 11 12639 0 0 0 3 3352 2 65 0 0 0 0
3585.45/3597.01 c setppc : 11169 11169 11 12651 0 0 0 2 17388 1 1510 0 0 0 0
3585.45/3597.01 c linear : 1+ 6 11 12611 0 0 0 4 2058 16 0 0 0 0 0
3585.45/3597.01 c logicor : 15934+ 16378 11 5147 0 0 0 0 46288 66 4210 0 0 0 0
3585.45/3597.01 c fixedvar : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
3585.45/3597.01 c integral : 32.52 0.00 0.00 0.00 32.52 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c knapsack : 0.02 0.00 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c setppc : 0.60 0.00 0.01 0.58 0.00 0.00 0.00 0.00 0.00 0.01
3585.45/3597.01 c linear : 0.09 0.06 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c logicor : 0.95 0.04 0.05 0.84 0.00 0.00 0.00 0.00 0.01 0.01
3585.45/3597.01 c fixedvar : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c components : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c Propagators : #Propagate #ResProp Cutoffs DomReds
3585.45/3597.01 c dualfix : 1 0 0 0
3585.45/3597.01 c genvbounds : 0 0 0 0
3585.45/3597.01 c nlobbt : 0 0 0 0
3585.45/3597.01 c obbt : 0 0 0 0
3585.45/3597.01 c probing : 0 0 0 0
3585.45/3597.01 c pseudoobj : 0 0 0 0
3585.45/3597.01 c redcost : 0 0 0 0
3585.45/3597.01 c rootredcost : 0 0 0 0
3585.45/3597.01 c symmetry : 0 0 0 0
3585.45/3597.01 c vbounds : 1444 0 0 0
3585.45/3597.01 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
3585.45/3597.01 c dualfix : 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c genvbounds : 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c probing : 0.07 0.00 0.07 0.00 0.00 0.00
3585.45/3597.01 c pseudoobj : 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c redcost : 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c rootredcost : 0.00 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c symmetry : 0.51 0.00 0.50 0.01 0.00 0.00
3585.45/3597.01 c vbounds : 0.01 0.00 0.00 0.00 0.00 0.00
3585.45/3597.01 c Symmetry :
3585.45/3597.01 c #affected vars : 5548 (5548 bin, 0 int, 0 cont)
3585.45/3597.01 c orbitopal red. : 0 reductions applied, 0 cutoffs
3585.45/3597.01 c orbital reduction: 0 reductions applied, 0 cutoffs
3585.45/3597.01 c lexicographic red: 0 reductions applied, 0 cutoffs
3585.45/3597.01 c shadow tree time : 0.00 s
3585.45/3597.01 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
3585.45/3597.01 c propagation : 0.01 65 64 - 445 50.2 0 0.0 - - -
3585.45/3597.01 c infeasible LP : 0.18 68 68 - 1395 278.3 0 0.0 6 491.3 0
3585.45/3597.01 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
3585.45/3597.01 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
3585.45/3597.01 c pseudo solution : 0.00 0 0 - 0 0.0 0 0.0 - - -
3585.45/3597.01 c applied globally : 0.02 - - 0 659 99.5 - - 6 - -
3585.45/3597.01 c applied locally : - - - 0 0 0.0 - - 0 - -
3585.45/3597.01 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
3585.45/3597.01 c cut pool : 0.04 - 50 21 - - 879 1931 - - - - - (maximal pool size: 879)
3585.45/3597.01 c aggregation : 0.61 0.00 29 11 0 0 27 122 0 93 93 0 0
3585.45/3597.01 c > cmir : - - - - - - - 122 0 93 93 0 -
3585.45/3597.01 c > flowcover : - - - - - - - 0 0 0 0 0 -
3585.45/3597.01 c > knapsackcover : - - - - - - - 0 0 0 0 0 -
3585.45/3597.01 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c clique : 0.45 0.00 11 11 0 0 64 210 0 191 191 0 0
3585.45/3597.01 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c gomory : 140.77 0.00 28 10 0 0 573 948 0 42 42 0 0
3585.45/3597.01 c > gomorymi : - - - - - - - 465 0 4 4 0 -
3585.45/3597.01 c > strongcg : - - - - - - - 483 0 38 38 0 -
3585.45/3597.01 c impliedbounds : 0.02 0.00 29 11 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c mcf : 0.02 0.00 1 1 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c multilinear : 0.00 0.00 15 11 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c rapidlearning : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c rlt : 0.00 0.00 10 10 0 0 0 0 0 0 0 0 0
3585.45/3597.01 c zerohalf : 4.49 0.00 29 11 0 0 401 651 186 566 391 175 0
3585.45/3597.01 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
3585.45/3597.01 c hybrid : 0.02 0.00 29 11 892 0 1225 287 0 783
3585.45/3597.01 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c Pricers : ExecTime SetupTime Calls Vars
3585.45/3597.01 c problem variables: 0.00 - 0 0
3585.45/3597.01 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
3585.45/3597.01 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c random : 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c relpscost : 32.52 0.00 44 0 0 0 0 0 0 88
3585.45/3597.01 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
3585.45/3597.01 c Primal Heuristics : ExecTime SetupTime Calls Found Best
3585.45/3597.01 c LP solutions : 0.00 - - 0 0
3585.45/3597.01 c relax solutions : 0.00 - - 0 0
3585.45/3597.01 c pseudo solutions : 0.00 - - 0 0
3585.45/3597.01 c strong branching : 0.00 - - 0 0
3585.45/3597.01 c actconsdiving : 0.00 0.00 0 0 0
3585.45/3597.01 c adaptivediving : 66.06 0.00 2 0 0
3585.45/3597.01 c alns : 0.13 0.00 1 0 0
3585.45/3597.01 c bound : 0.00 0.00 0 0 0
3585.45/3597.01 c clique : 0.18 0.00 1 0 0
3585.45/3597.01 c coefdiving : 0.00 0.00 0 0 0
3585.45/3597.01 c completesol : 0.00 0.00 0 0 0
3585.45/3597.01 c conflictdiving : 160.12 0.00 3 0 0
3585.45/3597.01 c crossover : 0.00 0.00 0 0 0
3585.45/3597.01 c dins : 0.00 0.00 0 0 0
3585.45/3597.01 c distributiondivin: 125.65 0.00 2 0 0
3585.45/3597.01 c dks : 0.00 0.00 0 0 0
3585.45/3597.01 c dps : 0.00 0.00 0 0 0
3585.45/3597.01 c dualval : 0.00 0.00 0 0 0
3585.45/3597.01 c farkasdiving : 0.00 0.00 0 0 0
3585.45/3597.01 c feaspump : 52.89 0.00 1 0 0
3585.45/3597.01 c fixandinfer : 0.00 0.00 0 0 0
3585.45/3597.01 c fracdiving : 105.23 0.00 2 0 0
3585.45/3597.01 c gins : 0.00 0.00 0 0 0
3585.45/3597.01 c guideddiving : 0.00 0.00 0 0 0
3585.45/3597.01 c indicator : 0.00 0.00 0 0 0
3585.45/3597.01 c indicatordiving : 0.00 0.00 0 0 0
3585.45/3597.01 c intdiving : 0.00 0.00 0 0 0
3585.45/3597.01 c intshifting : 0.00 0.00 0 0 0
3585.45/3597.01 c linesearchdiving : 91.08 0.00 2 0 0
3585.45/3597.01 c localbranching : 0.00 0.00 0 0 0
3585.45/3597.01 c locks : 0.06 0.00 1 0 0
3585.45/3597.01 c lpface : 0.00 0.00 0 0 0
3585.45/3597.01 c mpec : 0.00 0.00 0 0 0
3585.45/3597.01 c multistart : 0.00 0.00 0 0 0
3585.45/3597.01 c mutation : 0.00 0.00 0 0 0
3585.45/3597.01 c nlpdiving : 0.00 0.00 0 0 0
3585.45/3597.01 c objpscostdiving : 1307.81 0.00 1 0 0
3585.45/3597.01 c octane : 0.00 0.00 0 0 0
3585.45/3597.01 c ofins : 0.00 0.00 0 0 0
3585.45/3597.01 c oneopt : 0.00 0.00 0 0 0
3585.45/3597.01 c padm : 0.00 0.00 0 0 0
3585.45/3597.01 c proximity : 0.00 0.00 0 0 0
3585.45/3597.01 c pscostdiving : 118.53 0.00 2 0 0
3585.45/3597.01 c randrounding : 0.18 0.00 12 0 0
3585.45/3597.01 c rens : 0.00 0.00 0 0 0
3585.45/3597.01 c reoptsols : 0.00 0.00 0 0 0
3585.45/3597.01 c repair : 0.00 0.00 0 0 0
3585.45/3597.01 c rins : 0.00 0.00 0 0 0
3585.45/3597.01 c rootsoldiving : 21.36 0.00 1 0 0
3585.45/3597.01 c rounding : 0.20 0.00 73 0 0
3585.45/3597.01 c scheduler : 0.00 0.00 0 0 0
3585.45/3597.01 c shiftandpropagate: 0.36 0.00 1 0 0
3585.45/3597.01 c shifting : 0.55 0.00 39 0 0
3585.45/3597.01 c simplerounding : 0.00 0.00 0 0 0
3585.45/3597.01 c subnlp : 0.00 0.00 0 0 0
3585.45/3597.01 c trivial : 0.00 0.00 2 0 0
3585.45/3597.01 c trivialnegation : 0.00 0.00 0 0 0
3585.45/3597.01 c trustregion : 0.00 0.00 0 0 0
3585.45/3597.01 c trysol : 0.00 0.00 0 0 0
3585.45/3597.01 c twoopt : 0.00 0.00 0 0 0
3585.45/3597.01 c undercover : 0.00 0.00 0 0 0
3585.45/3597.01 c vbounds : 0.34 0.00 1 0 0
3585.45/3597.01 c veclendiving : 248.40 0.00 2 0 0
3585.45/3597.01 c zeroobj : 0.00 0.00 0 0 0
3585.45/3597.01 c zirounding : 0.10 0.00 43 0 0
3585.45/3597.01 c other solutions : - - - 0 -
3585.45/3597.01 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
3585.45/3597.01 c rens : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
3585.45/3597.01 c rins : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
3585.45/3597.01 c mutation : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
3585.45/3597.01 c localbranching : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
3585.45/3597.01 c crossover : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
3585.45/3597.01 c proximity : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
3585.45/3597.01 c dins : 0 0.00 0.00 0 0 0 0.00000 0.14286 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 1
3585.45/3597.01 c zeroobjective : 0 0.00 0.00 0 0 0 0.00000 0.00000 -1.00000 1.00000 0.900 0 0 0 0 0 0 0 0
3585.45/3597.01 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
3585.45/3597.01 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
3585.45/3597.01 c primal LP : 1.07 10 0 0.00 0.00 1.07 10
3585.45/3597.01 c dual LP : 1115.13 74 687488 9290.38 616.51 0.00 0
3585.45/3597.01 c lex dual LP : 0.00 0 0 0.00 -
3585.45/3597.01 c barrier LP : 0.00 0 0 0.00 - 0.00 0
3585.45/3597.01 c resolve instable : 0.00 0 0 0.00 -
3585.45/3597.01 c diving/probing LP: 2290.88 2048 885435 432.34 386.51
3585.45/3597.01 c strong branching : 29.14 19 19000 1000.00 651.94 - - 38
3585.45/3597.01 c (at root node) : - 19 19000 1000.00 -
3585.45/3597.01 c conflict analysis: 0.00 0 0 0.00 -
3585.45/3597.01 c Relaxators : Time Calls Cutoffs ImprBounds ImprTime ReducedDom Separated AddedConss
3585.45/3597.01 c benders : 0.00 0 0 0 0.00 0 0 0
3585.45/3597.01 c B&B Tree :
3585.45/3597.01 c number of runs : 1
3585.45/3597.01 c nodes : 45 (44 internal, 1 leaves)
3585.45/3597.01 c feasible leaves : 0
3585.45/3597.01 c infeas. leaves : 1
3585.45/3597.01 c objective leaves : 0
3585.45/3597.01 c nodes (total) : 45 (44 internal, 1 leaves)
3585.45/3597.01 c nodes left : 44
3585.45/3597.01 c max depth : 12
3585.45/3597.01 c max depth (total): 12
3585.45/3597.01 c backtracks : 16 (35.6%)
3585.45/3597.01 c early backtracks : 0 (0.0%)
3585.45/3597.01 c nodes exc. ref. : 0 (0.0%)
3585.45/3597.01 c delayed cutoffs : 0
3585.45/3597.01 c repropagations : 0 (0 domain reductions, 0 cutoffs)
3585.45/3597.01 c avg switch length: 2.31
3585.45/3597.01 c switching time : 1.11
3585.45/3597.01 c Root Node :
3585.45/3597.01 c First LP value : +0.00000000000000e+00
3585.45/3597.01 c First LP Iters : 4666 (2865.90 Iter/sec)
3585.45/3597.01 c First LP Time : 1.63
3585.45/3597.01 c Final Dual Bound : +0.00000000000000e+00
3585.45/3597.01 c Final Root Iters : 133723
3585.45/3597.01 c Root LP Estimate : +1.29676374940771e-03
3585.45/3597.01 c Solution :
3585.45/3597.01 c Solutions found : 0 (0 improvements)
3585.45/3597.01 c Primal Bound : -
3585.45/3597.01 c Dual Bound : +0.00000000000000e+00
3585.45/3597.01 c Gap : infinite
3585.45/3597.01 c Integrals : Total Avg%
3585.45/3597.01 c primal-dual : 359700.89 100.00
3585.45/3597.01 c primal-ref : - - (not evaluated)
3585.45/3597.01 c dual-ref : - - (not evaluated)
3585.55/3597.13 c Time complete (sec): 3585.591
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 (62258 MiB free)
memory of node 1: 64465 MiB (63647 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514349-1751222831/watcher-4514349-1751222831 -o /tmp/evaluation-result-4514349-1751222831/solver-4514349-1751222831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751215068-28671 --watchdog 3760 pbsolver -f HOME/instance-4514349-1751222831.opb -t 3600 -m 31000
running on 2 cores: 5,7
CPU governors:
performance: 5 7
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=29611, runsolver pid=29608
Current StackSize limit: 8192 KiB
[startup+0.100066 s]*
/proc/loadavg: 4.12 4.11 4.10 5/264 29612
/proc/meminfo: memFree=128904616/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=43160 memory=33024 CPUtime=0.1 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 6301 0 0 0 9 1 0 0 20 0 1 0 37960596 44195840 8256 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 10790 8256 2176 2575 0 7697 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 43160 KiB
Current children cumulated memory: 33024 KiB
[startup+0.205647 s]*
/proc/loadavg: 4.12 4.11 4.10 5/264 29612
/proc/meminfo: memFree=128840608/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=107408 memory=97824 CPUtime=0.2 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 22847 0 0 0 17 3 0 0 20 0 1 0 37960596 109985792 24456 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 26852 24456 2368 2575 0 23759 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 107408 KiB
Current children cumulated memory: 97824 KiB
[startup+0.305553 s]*
/proc/loadavg: 4.12 4.11 4.10 5/264 29612
/proc/meminfo: memFree=128824984/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=135784 memory=117044 CPUtime=0.29 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 27873 0 0 0 26 3 0 0 20 0 1 0 37960596 139042816 29261 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 33946 29261 2432 2575 0 30853 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 135784 KiB
Current children cumulated memory: 117044 KiB
[startup+0.700197 s]
/proc/loadavg: 4.12 4.11 4.10 5/264 29612
/proc/meminfo: memFree=128768152/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=184356 memory=174240 CPUtime=0.69 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 44189 0 0 0 62 7 0 0 20 0 1 0 37960596 188780544 43560 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 46089 43560 2528 2575 0 42996 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 184356 KiB
Current children cumulated memory: 174240 KiB
[startup+1.50018 s]
/proc/loadavg: 4.12 4.11 4.10 5/264 29612
/proc/meminfo: memFree=128752640/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=192900 memory=181280 CPUtime=1.48 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 45897 0 0 0 141 7 0 0 20 0 1 0 37960596 197529600 45320 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 48225 45320 2592 2575 0 45132 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 192900 KiB
Current children cumulated memory: 181280 KiB
[startup+3.10544 s]
/proc/loadavg: 4.12 4.11 4.10 5/264 29612
/proc/meminfo: memFree=128623864/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=336352 memory=313600 CPUtime=3.09 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 76551 0 0 0 297 12 0 0 20 0 1 0 37960596 344424448 78400 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 84088 78400 2624 2575 0 80995 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 336352 KiB
Current children cumulated memory: 313600 KiB
[startup+6.30018 s]
/proc/loadavg: 4.11 4.11 4.10 5/264 29612
/proc/meminfo: memFree=128600952/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=369232 memory=345640 CPUtime=6.27 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 83629 0 0 0 614 13 0 0 20 0 1 0 37960596 378093568 86410 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 92308 86410 2656 2575 0 89215 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 369232 KiB
Current children cumulated memory: 345640 KiB
[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.10 5/264 29612
/proc/meminfo: memFree=128588984/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=373656 memory=350100 CPUtime=12.65 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 84258 0 0 0 1251 14 0 0 20 0 1 0 37960596 382623744 87525 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 93414 87525 2656 2575 0 90321 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 373656 KiB
Current children cumulated memory: 350100 KiB
[startup+25.5002 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 29612
/proc/meminfo: memFree=128577960/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=388400 memory=363072 CPUtime=25.41 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 85433 0 0 0 2527 14 0 0 20 0 1 0 37960596 397721600 90768 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 97100 90768 2656 2575 0 94007 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 388400 KiB
Current children cumulated memory: 363072 KiB
[startup+51.1058 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 29613
/proc/meminfo: memFree=128519148/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=403196 memory=377768 CPUtime=50.93 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 86067 0 0 0 5079 14 0 0 20 0 1 0 37960596 412872704 94442 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 100799 94442 2656 2575 0 97706 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 403196 KiB
Current children cumulated memory: 377768 KiB
[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 29615
/proc/meminfo: memFree=128449808/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=445140 memory=419348 CPUtime=101.97 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 93413 0 0 0 10180 17 0 0 20 0 1 0 37960596 455823360 104837 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 111285 104837 2688 2575 0 108192 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 445140 KiB
Current children cumulated memory: 419348 KiB
[startup+162.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/265 29622
/proc/meminfo: memFree=128401948/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=460256 memory=429460 CPUtime=161.78 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 95966 0 0 0 16161 17 0 0 20 0 1 0 37960596 471302144 107365 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 115064 107365 2688 2575 0 111971 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 460256 KiB
Current children cumulated memory: 429460 KiB
[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 29624
/proc/meminfo: memFree=128385692/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=485796 memory=450196 CPUtime=221.6 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 100879 0 0 0 22142 18 0 0 20 0 1 0 37960596 497455104 112549 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 121449 112549 2688 2575 0 118356 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 485796 KiB
Current children cumulated memory: 450196 KiB
[startup+282.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/265 29625
/proc/meminfo: memFree=128359164/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=502292 memory=471444 CPUtime=281.42 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 103580 0 0 0 28123 19 0 0 20 0 1 0 37960596 514347008 117861 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 125573 117861 2688 2575 0 122480 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 502292 KiB
Current children cumulated memory: 471444 KiB
[startup+342.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/265 29671
/proc/meminfo: memFree=128428656/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=502292 memory=474004 CPUtime=341.24 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 103608 0 0 0 34105 19 0 0 20 0 1 0 37960596 514347008 118501 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 125573 118501 2688 2575 0 122480 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 502292 KiB
Current children cumulated memory: 474004 KiB
[startup+402.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 29673
/proc/meminfo: memFree=128365200/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=545200 memory=516756 CPUtime=401.05 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 113884 0 0 0 40085 20 0 0 20 0 1 0 37960596 558284800 129189 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 136300 129189 2688 2575 0 133207 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 545200 KiB
Current children cumulated memory: 516756 KiB
[startup+462.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 29677
/proc/meminfo: memFree=128337920/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=545200 memory=527636 CPUtime=460.88 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 113890 0 0 0 46068 20 0 0 20 0 1 0 37960596 558284800 131909 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 136300 131909 2688 2575 0 133207 0
################
# More data... #
################
/proc/loadavg: 2.27 3.25 3.76 3/251 29881
/proc/meminfo: memFree=128845560/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=552836 memory=533140 CPUtime=3211.79 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 117368 0 0 0 321157 22 0 0 20 0 1 0 37960596 566104064 133285 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 138209 133285 2688 2575 0 135116 0
Current children cumulated CPU time: 3211.79 s
Current children cumulated vsize: 552836 KiB
Current children cumulated memory: 533140 KiB
[startup+3282.3 s]
/proc/loadavg: 2.15 3.04 3.66 3/250 29885
/proc/meminfo: memFree=128845472/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=552836 memory=533140 CPUtime=3271.59 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 117481 0 0 0 327137 22 0 0 20 0 1 0 37960596 566104064 133285 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 138209 133285 2688 2575 0 135116 0
Current children cumulated CPU time: 3271.59 s
Current children cumulated vsize: 552836 KiB
Current children cumulated memory: 533140 KiB
[startup+3342.3 s]
/proc/loadavg: 2.10 2.86 3.55 3/250 29887
/proc/meminfo: memFree=128845584/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=556872 memory=536340 CPUtime=3331.4 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118296 0 0 0 333118 22 0 0 20 0 1 0 37960596 570236928 134085 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 139218 134085 2688 2575 0 136125 0
Current children cumulated CPU time: 3331.4 s
Current children cumulated vsize: 556872 KiB
Current children cumulated memory: 536340 KiB
[startup+3402.3 s]
/proc/loadavg: 2.10 2.72 3.46 3/251 29890
/proc/meminfo: memFree=128838368/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=538388 CPUtime=3391.19 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118824 0 0 0 339097 22 0 0 20 0 1 0 37960596 574255104 134597 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 134597 2688 2575 0 137106 0
Current children cumulated CPU time: 3391.19 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 538388 KiB
[startup+3462.3 s]
/proc/loadavg: 2.08 2.60 3.37 3/251 29892
/proc/meminfo: memFree=128829040/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3451.05 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118829 0 0 0 345083 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3451.05 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3522.3 s]
/proc/loadavg: 2.15 2.52 3.29 3/252 29897
/proc/meminfo: memFree=128828936/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3510.91 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118833 0 0 0 351069 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3510.91 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3582.3 s]
/proc/loadavg: 2.11 2.44 3.21 3/252 29899
/proc/meminfo: memFree=128828940/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3570.78 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118833 0 0 0 357056 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3570.78 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3597.14 s]
# the end of solver process 29611 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=3585.37 s, system=0.227248 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3584 s]*
/proc/loadavg: 2.11 2.44 3.21 3/252 29899
/proc/meminfo: memFree=128828940/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3572.48 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118833 0 0 0 357226 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3572.48 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3590.4 s]
/proc/loadavg: 2.10 2.43 3.21 3/252 29899
/proc/meminfo: memFree=128828940/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3578.86 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118833 0 0 0 357864 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3578.86 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3593.6 s]
/proc/loadavg: 2.10 2.43 3.20 3/253 29903
/proc/meminfo: memFree=128830168/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3582.05 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118851 0 0 0 358183 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3582.05 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3595.2 s]
/proc/loadavg: 2.10 2.43 3.20 3/253 29903
/proc/meminfo: memFree=128830232/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3583.65 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118924 0 0 0 358343 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3583.65 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3596 s]*
/proc/loadavg: 2.09 2.42 3.19 3/253 29903
/proc/meminfo: memFree=128830232/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3584.45 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118924 0 0 0 358423 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3584.45 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3596.8 s]
/proc/loadavg: 2.09 2.42 3.19 3/253 29903
/proc/meminfo: memFree=128830232/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3585.25 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118924 0 0 0 358503 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3585.25 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3597 s]*
/proc/loadavg: 2.09 2.42 3.19 3/253 29903
/proc/meminfo: memFree=128830232/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3585.45 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118924 0 0 0 358523 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3585.45 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
[startup+3597.11 s]
/proc/loadavg: 2.09 2.42 3.19 3/253 29903
/proc/meminfo: memFree=128830232/131249996 swapFree=33010684/33010684
[pid=29611] ppid=29608 vsize=560796 memory=544148 CPUtime=3585.55 cores=5,7
/proc/29611/stat : 29611 (pbsolver) R 29608 29611 28655 0 -1 4194304 118945 0 0 0 358533 22 0 0 20 0 1 0 37960596 574255104 136037 18446744073709551615 4198400 14743177 140737197637472 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 53075968 140737197644170 140737197644266 140737197644266 140737197649868 0
/proc/29611/statm: 140199 136037 2688 2575 0 137106 0
Current children cumulated CPU time: 3585.55 s
Current children cumulated vsize: 560796 KiB
Current children cumulated memory: 544148 KiB
Child status: 0
Real time (s): 3597.14
CPU time (s): 3585.59
CPU user time (s): 3585.37
CPU system time (s): 0.227248
CPU usage (%): 99.6791
Max. virtual memory (cumulated for all children) (KiB): 560796
Max. memory (cumulated for all children) (KiB): 544148
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.37
system time used= 0.227248
maximum resident set size= 544148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118962
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= 19
involuntary context switches= 1097
# summary of solver processes directly reported to runsolver:
# pid: 29611
# total CPU time (s): 3585.59
# total CPU user time (s): 3585.37
# total CPU system time (s): 0.227248
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68747 second user time and 16.7152 second system time
The end