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-4512031-1751215068.opb>
5.68/5.71 c original problem has 2766336 variables (2766336 bin, 0 int, 0 cont) and 11830 constraints
5.68/5.71 c problem read in 5.712 seconds
5.68/5.73 c problem without objective
12.45/12.55 c presolving:
28.90/29.06 c (round 1, fast) 3874 del vars, 2 del conss, 0 add conss, 3362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 868110 clqs
35.18/35.35 c (35.3s) running MILP presolver
101.99/102.39 c (102.4s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
102.89/103.25 c (round 2, medium) 4386 del vars, 11830 del conss, 6425 add conss, 3362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 868110 clqs
138.63/139.17 c (round 3, exhaustive) 4386 del vars, 11830 del conss, 6425 add conss, 3362 chg bounds, 0 chg sides, 0 chg coeffs, 6425 upgd conss, 0 impls, 871258 clqs
563.70/565.79 c (565.8s) probing: 1000/2761950 (0.0%) - 0 fixings, 0 aggregations, 510501 implications, 0 bound changes
564.10/566.19 c (566.2s) probing: 1001/2761950 (0.0%) - 0 fixings, 0 aggregations, 511012 implications, 0 bound changes
564.10/566.19 c (566.2s) probing aborted: 1000/1000 successive useless probings
566.79/568.84 c (568.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
573.17/575.29 c (575.3s) symmetry computation finished: 23 generators found (max: 23, log10 of symmetry group size: 19.47) (symcode time: 4.60)
573.27/575.38 c dynamic symmetry handling statistics:
573.27/575.38 c orbitopal reduction: no components
573.27/575.38 c orbital reduction: 1 components of sizes 23
573.27/575.38 c lexicographic reduction: 23 permutations with support sizes 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 10502, 10618, 10618, 10618
573.27/575.38 c handled 1 out of 1 symmetry components
575.97/578.00 c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
575.97/578.00 c 4386 deleted vars, 11830 deleted constraints, 6425 added constraints, 3362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
575.97/578.00 c 0 implications, 871258 cliques
575.97/578.00 c presolved problem has 2761950 variables (2761950 bin, 0 int, 0 cont) and 6425 constraints
575.97/578.00 c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
575.97/578.00 c 1024 constraints of type <knapsack>
575.97/578.00 c 5401 constraints of type <setppc>
575.97/578.00 c transformed objective value is always integral (scale: 1)
575.97/578.00 c Presolving Time: 566.58
575.97/578.00 c
575.97/578.00 c - non default parameters ----------------------------------------------------------------------
575.97/578.00 c
575.97/578.00 c # SCIP version 10.0.0
575.97/578.00 c
575.97/578.00 c # maximal time in seconds to run
575.97/578.00 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
575.97/578.00 c limits/time = 3596.998345
575.97/578.00 c
575.97/578.00 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
575.97/578.00 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
575.97/578.00 c limits/memory = 27900
575.97/578.00 c
575.97/578.00 c # belongs reading time to solving time?
575.97/578.00 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
575.97/578.00 c timing/reading = TRUE
575.97/578.00 c
575.97/578.00 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
575.97/578.00 c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
575.97/578.00 c reading/opbreader/maxintsize = 47
575.97/578.00 c
575.97/578.00 c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
575.97/578.00 c # [type: int, advanced: TRUE, range: [0,15], default: 15]
575.97/578.00 c propagating/genvbounds/timingmask = 0
575.97/578.00 c
575.97/578.00 c -----------------------------------------------------------------------------------------------
576.46/578.50 c
3567.56/3581.49 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
3567.56/3581.49 c 3581s| 1 | 0 | 35938 | - | 16G | 0 |2761k|6447 |6425 | 0 | 0 | 22 | 0 | 0.000000e+00 | -- | Inf | unknown
3583.59/3597.58 c
3583.59/3597.58 c SCIP Status : solving was interrupted [time limit reached]
3583.59/3597.58 c Solving Time (sec) : 3597.56
3583.59/3597.58 c Solving Nodes : 1
3583.59/3597.58 c Primal Bound : +1.00000000000000e+20 (0 solutions)
3583.59/3597.58 c Dual Bound : +0.00000000000000e+00
3583.59/3597.58 c Gap : infinite
3583.59/3597.59 s UNKNOWN
3583.59/3597.59 c SCIP Status : solving was interrupted [time limit reached]
3583.59/3597.59 c Total Time : 3597.56
3583.59/3597.59 c solving : 3597.56
3583.59/3597.59 c presolving : 566.58 (included in solving)
3583.59/3597.59 c reading : 5.71 (included in solving)
3583.59/3597.59 c copying : 0.00 (0 times copied the problem)
3583.59/3597.59 c Original Problem :
3583.59/3597.59 c Problem name : HOME/instance-4512031-1751215068.opb
3583.59/3597.59 c Variables : 2766336 (2766336 binary, 0 integer, 0 continuous)
3583.59/3597.59 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
3583.59/3597.59 c Constraints : 11830 initial, 11830 maximal
3583.69/3597.66 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3583.69/3597.66 c Presolved Problem :
3583.69/3597.66 c Problem name : t_HOME/instance-4512031-1751215068.opb
3583.69/3597.66 c Variables : 2761950 (2761950 binary, 0 integer, 0 continuous)
3583.69/3597.66 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
3583.69/3597.66 c Constraints : 6425 initial, 6447 maximal
3583.79/3597.71 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3583.79/3597.71 c Nonzeros : 8274587 constraint, 22106111 clique table
3583.79/3597.71 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
3583.79/3597.71 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c domcol : 18.63 0.00 1 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c dualsparsify : 2.65 0.00 1 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c implics : 0.14 0.00 3 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c implint : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c milp : 72.65 0.00 1 512 0 0 0 0 11828 6425 0 0
3583.79/3597.71 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c sparsify : 4.90 0.00 1 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c trivial : 0.38 0.00 4 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c dualfix : 0.35 0.00 4 512 0 0 0 0 0 0 0 0
3583.79/3597.71 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c probing : 397.09 0.13 1 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c symmetry : 6.54 0.00 1 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c vbounds : 0.80 0.00 1 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c knapsack : 5.03 0.22 3 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c setppc : 1.14 0.10 3 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c linear : 49.77 1.53 4 3362 0 0 3362 0 2 0 0 0
3583.79/3597.71 c logicor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c components : 1.81 0.00 1 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c root node : - - - 0 - - 0 - - - - -
3583.79/3597.71 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
3583.79/3597.71 c integral : 0 0 0 0 0 0 0 7 0 0 0 0 0 0 0
3583.79/3597.71 c knapsack : 1024 1024 0 2751642 0 0 0 3 2038 4 0 0 0 0 0
3583.79/3597.71 c setppc : 5401 5401 0 2751638 0 0 0 1 27 0 0 0 0 0 0
3583.79/3597.71 c logicor : 0+ 22 0 4 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c fixedvar : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
3583.79/3597.71 c integral : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3583.79/3597.71 c knapsack : 10.20 0.22 1.47 8.26 0.00 0.00 0.00 0.19 0.05 0.00
3583.79/3597.71 c setppc : 5.39 0.10 0.59 4.70 0.00 0.00 0.00 0.00 0.00 0.00
3583.79/3597.71 c logicor : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3583.79/3597.71 c fixedvar : 0.09 0.09 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3583.79/3597.71 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3583.79/3597.71 c components : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3583.79/3597.71 c Propagators : #Propagate #ResProp Cutoffs DomReds
3583.79/3597.71 c dualfix : 1 0 0 0
3583.79/3597.71 c genvbounds : 0 0 0 0
3583.79/3597.71 c nlobbt : 0 0 0 0
3583.79/3597.71 c obbt : 0 0 0 0
3583.79/3597.71 c probing : 0 0 0 0
3583.79/3597.71 c pseudoobj : 0 0 0 0
3583.79/3597.71 c redcost : 0 0 0 0
3583.79/3597.71 c rootredcost : 0 0 0 0
3583.79/3597.71 c symmetry : 0 0 0 0
3583.79/3597.71 c vbounds : 2726 0 0 0
3583.79/3597.71 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
3583.79/3597.71 c dualfix : 0.44 0.00 0.35 0.09 0.00 0.00
3583.79/3597.71 c genvbounds : 0.00 0.00 0.00 0.00 0.00 0.00
3583.79/3597.71 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
3583.79/3597.71 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
3583.79/3597.71 c probing : 397.22 0.13 397.09 0.00 0.00 0.00
3583.79/3597.71 c pseudoobj : 0.13 0.00 0.00 0.13 0.00 0.00
3583.79/3597.71 c redcost : 0.10 0.00 0.00 0.10 0.00 0.00
3583.79/3597.71 c rootredcost : 0.11 0.00 0.00 0.11 0.00 0.00
3583.79/3597.71 c symmetry : 6.96 0.00 6.54 0.42 0.00 0.00
3583.79/3597.71 c vbounds : 1.66 0.00 0.80 0.87 0.00 0.00
3583.79/3597.71 c Symmetry :
3583.79/3597.71 c #affected vars : 41858 (41858 bin, 0 int, 0 cont)
3583.79/3597.71 c orbitopal red. : 0 reductions applied, 0 cutoffs
3583.79/3597.71 c orbital reduction: 0 reductions applied, 0 cutoffs
3583.79/3597.71 c lexicographic red: 0 reductions applied, 0 cutoffs
3583.79/3597.71 c shadow tree time : 0.00 s
3583.79/3597.71 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
3583.79/3597.71 c propagation : 0.40 4 4 - 1012 1261.8 0 0.0 - - -
3583.79/3597.71 c infeasible LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
3583.79/3597.71 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
3583.79/3597.71 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
3583.79/3597.71 c pseudo solution : 0.00 0 0 - 0 0.0 0 0.0 - - -
3583.79/3597.71 c applied globally : 0.00 - - 0 22 1332.8 - - 0 - -
3583.79/3597.71 c applied locally : - - - 0 0 0.0 - - 0 - -
3583.79/3597.71 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
3583.79/3597.71 c cut pool : 0.00 - 0 0 - - 0 0 - - - - - (maximal pool size: 0)
3583.79/3597.71 c aggregation : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c > cmir : - - - - - - - 0 0 0 0 0 -
3583.79/3597.71 c > flowcover : - - - - - - - 0 0 0 0 0 -
3583.79/3597.71 c > knapsackcover : - - - - - - - 0 0 0 0 0 -
3583.79/3597.71 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c clique : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c > gomorymi : - - - - - - - 0 0 0 0 0 -
3583.79/3597.71 c > strongcg : - - - - - - - 0 0 0 0 0 -
3583.79/3597.71 c impliedbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c mcf : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c multilinear : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c rapidlearning : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c rlt : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c zerohalf : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3583.79/3597.71 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
3583.79/3597.71 c hybrid : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c Pricers : ExecTime SetupTime Calls Vars
3583.79/3597.71 c problem variables: 0.00 - 0 0
3583.79/3597.71 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
3583.79/3597.71 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c random : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c relpscost : 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
3583.79/3597.71 c Primal Heuristics : ExecTime SetupTime Calls Found Best
3583.79/3597.71 c LP solutions : 0.00 - - 0 0
3583.79/3597.71 c relax solutions : 0.00 - - 0 0
3583.79/3597.71 c pseudo solutions : 0.00 - - 0 0
3583.79/3597.71 c strong branching : 0.00 - - 0 0
3583.79/3597.71 c actconsdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c adaptivediving : 0.00 0.00 0 0 0
3583.79/3597.71 c alns : 0.00 0.00 0 0 0
3583.79/3597.71 c bound : 0.00 0.00 0 0 0
3583.79/3597.71 c clique : 32.05 0.00 1 0 0
3583.79/3597.71 c coefdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c completesol : 0.00 0.00 0 0 0
3583.79/3597.71 c conflictdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c crossover : 0.00 0.00 0 0 0
3583.79/3597.71 c dins : 0.00 0.00 0 0 0
3583.79/3597.71 c distributiondivin: 0.00 0.00 0 0 0
3583.79/3597.71 c dks : 0.00 0.00 0 0 0
3583.79/3597.71 c dps : 0.00 0.00 0 0 0
3583.79/3597.71 c dualval : 0.00 0.00 0 0 0
3583.79/3597.71 c farkasdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c feaspump : 11.56 0.00 1 0 0
3583.79/3597.71 c fixandinfer : 0.00 0.00 0 0 0
3583.79/3597.71 c fracdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c gins : 0.00 0.00 0 0 0
3583.79/3597.71 c guideddiving : 0.00 0.00 0 0 0
3583.79/3597.71 c indicator : 0.00 0.00 0 0 0
3583.79/3597.71 c indicatordiving : 0.00 0.00 0 0 0
3583.79/3597.71 c intdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c intshifting : 0.00 0.00 0 0 0
3583.79/3597.71 c linesearchdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c localbranching : 0.00 0.00 0 0 0
3583.79/3597.71 c locks : 26.68 0.00 1 0 0
3583.79/3597.71 c lpface : 0.00 0.00 0 0 0
3583.79/3597.71 c mpec : 0.00 0.00 0 0 0
3583.79/3597.71 c multistart : 0.00 0.00 0 0 0
3583.79/3597.71 c mutation : 0.00 0.00 0 0 0
3583.79/3597.71 c nlpdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c objpscostdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c octane : 0.00 0.00 0 0 0
3583.79/3597.71 c ofins : 0.00 0.00 0 0 0
3583.79/3597.71 c oneopt : 0.00 0.00 0 0 0
3583.79/3597.71 c padm : 0.00 0.00 0 0 0
3583.79/3597.71 c proximity : 0.00 0.00 0 0 0
3583.79/3597.71 c pscostdiving : 0.00 0.00 0 0 0
3583.79/3597.71 c randrounding : 1.14 0.00 1 0 0
3583.79/3597.71 c rens : 0.00 0.00 0 0 0
3583.79/3597.71 c reoptsols : 0.00 0.00 0 0 0
3583.79/3597.71 c repair : 0.00 0.00 0 0 0
3583.79/3597.71 c rins : 0.00 0.00 0 0 0
3583.79/3597.71 c rootsoldiving : 0.00 0.00 0 0 0
3583.79/3597.71 c rounding : 0.01 0.00 1 0 0
3583.79/3597.71 c scheduler : 0.00 0.00 0 0 0
3583.79/3597.71 c shiftandpropagate: 8.59 0.00 1 0 0
3583.79/3597.71 c shifting : 3.21 0.00 1 0 0
3583.79/3597.71 c simplerounding : 0.07 0.00 0 0 0
3583.79/3597.71 c subnlp : 0.00 0.00 0 0 0
3583.79/3597.71 c trivial : 1.98 0.00 2 0 0
3583.79/3597.71 c trivialnegation : 0.00 0.00 0 0 0
3583.79/3597.71 c trustregion : 0.00 0.00 0 0 0
3583.79/3597.71 c trysol : 0.00 0.00 0 0 0
3583.79/3597.71 c twoopt : 0.00 0.00 0 0 0
3583.79/3597.71 c undercover : 0.00 0.00 0 0 0
3583.79/3597.71 c vbounds : 20.80 0.00 0 0 0
3583.79/3597.71 c veclendiving : 0.00 0.00 0 0 0
3583.79/3597.71 c zeroobj : 0.00 0.00 0 0 0
3583.79/3597.71 c zirounding : 0.00 0.00 0 0 0
3583.79/3597.71 c other solutions : - - - 0 -
3583.79/3597.71 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
3583.79/3597.71 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
3583.79/3597.71 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
3583.79/3597.71 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
3583.79/3597.71 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
3583.79/3597.71 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
3583.79/3597.71 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
3583.79/3597.71 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
3583.79/3597.71 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
3583.79/3597.71 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
3583.79/3597.71 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
3583.79/3597.71 c primal LP : 0.00 0 0 0.00 - 0.00 0
3583.79/3597.71 c dual LP : 2912.65 1 35938 35938.00 12.34 0.00 0
3583.79/3597.71 c lex dual LP : 0.00 0 0 0.00 -
3583.79/3597.71 c barrier LP : 0.00 0 0 0.00 - 0.00 0
3583.79/3597.71 c resolve instable : 0.00 0 0 0.00 -
3583.79/3597.71 c diving/probing LP: 10.15 1 177 177.00 17.44
3583.79/3597.71 c strong branching : 0.00 0 0 0.00 - - - 0
3583.79/3597.71 c (at root node) : - 0 0 0.00 -
3583.79/3597.71 c conflict analysis: 0.00 0 0 0.00 -
3583.79/3597.71 c Relaxators : Time Calls Cutoffs ImprBounds ImprTime ReducedDom Separated AddedConss
3583.79/3597.71 c benders : 0.00 0 0 0 0.00 0 0 0
3583.79/3597.71 c B&B Tree :
3583.79/3597.71 c number of runs : 1
3583.79/3597.71 c nodes : 1 (0 internal, 1 leaves)
3583.79/3597.71 c feasible leaves : 0
3583.79/3597.71 c infeas. leaves : 0
3583.79/3597.71 c objective leaves : 0
3583.79/3597.71 c nodes (total) : 1 (0 internal, 1 leaves)
3583.79/3597.71 c nodes left : 1
3583.79/3597.71 c max depth : 0
3583.79/3597.71 c max depth (total): 0
3583.79/3597.71 c backtracks : 0 (0.0%)
3583.79/3597.71 c early backtracks : 0 (0.0%)
3583.79/3597.71 c nodes exc. ref. : 0 (0.0%)
3583.79/3597.71 c delayed cutoffs : 0
3583.79/3597.71 c repropagations : 0 (0 domain reductions, 0 cutoffs)
3583.79/3597.71 c avg switch length: 1.00
3583.79/3597.71 c switching time : 0.00
3583.79/3597.71 c Root Node :
3583.79/3597.71 c First LP value : +0.00000000000000e+00
3583.79/3597.71 c First LP Iters : 35938 (12.34 Iter/sec)
3583.79/3597.71 c First LP Time : 2912.91
3583.79/3597.71 c Final Dual Bound : +0.00000000000000e+00
3583.79/3597.71 c Final Root Iters : 36115
3583.79/3597.71 c Root LP Estimate : -
3583.79/3597.71 c Solution :
3583.79/3597.71 c Solutions found : 0 (0 improvements)
3583.79/3597.71 c Primal Bound : -
3583.79/3597.71 c Dual Bound : +0.00000000000000e+00
3583.79/3597.71 c Gap : infinite
3583.79/3597.71 c Integrals : Total Avg%
3583.79/3597.71 c primal-dual : 359756.20 100.00
3583.79/3597.71 c primal-ref : - - (not evaluated)
3583.79/3597.71 c dual-ref : - - (not evaluated)
3595.24/3609.28 c Time complete (sec): 3595.337
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 (62511 MiB free)
memory of node 1: 64465 MiB (63458 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512031-1751215068/watcher-4512031-1751215068 -o /tmp/evaluation-result-4512031-1751215068/solver-4512031-1751215068 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751215068-28668 --watchdog 3760 pbsolver -f HOME/instance-4512031-1751215068.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=28721, runsolver pid=28717
Current StackSize limit: 8192 KiB
[startup+0.100021 s]*
/proc/loadavg: 0.80 2.95 4.09 5/265 28727
/proc/meminfo: memFree=128619212/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=128988 memory=117632 CPUtime=0.09 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 27442 0 0 0 5 4 0 0 20 0 1 0 37184399 132083712 29408 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 32247 29408 2176 2575 0 29154 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 128988 KiB
Current children cumulated memory: 117632 KiB
[startup+0.205594 s]*
/proc/loadavg: 0.80 2.95 4.09 5/265 28727
/proc/meminfo: memFree=128233148/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=228168 memory=216448 CPUtime=0.2 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 52138 0 0 0 12 8 0 0 20 0 1 0 37184399 233644032 54112 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 57042 54112 2176 2575 0 53949 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 228168 KiB
Current children cumulated memory: 216448 KiB
[startup+0.305496 s]*
/proc/loadavg: 0.80 2.95 4.09 5/265 28727
/proc/meminfo: memFree=127863212/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=318968 memory=307232 CPUtime=0.3 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 74324 0 0 0 18 12 0 0 20 0 1 0 37184399 326623232 76808 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 79742 76808 2176 2575 0 76649 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 318968 KiB
Current children cumulated memory: 307232 KiB
[startup+0.700183 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=127141356/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=680556 memory=669556 CPUtime=0.69 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 162858 0 0 0 44 25 0 0 20 0 1 0 37184399 696889344 167389 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 170139 167389 2176 2575 0 167046 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 680556 KiB
Current children cumulated memory: 669556 KiB
[startup+1.50017 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=125323056/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=1422912 memory=1411624 CPUtime=1.48 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 343273 0 0 0 96 52 0 0 20 0 1 0 37184399 1457061888 352906 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 355728 352906 2176 2575 0 352635 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1422912 KiB
Current children cumulated memory: 1411624 KiB
[startup+3.10535 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=118817656/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=2778384 memory=2766608 CPUtime=3.09 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 669244 0 0 0 209 100 0 0 20 0 1 0 37184399 2845065216 691652 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 694596 691652 2176 2575 0 691503 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2778384 KiB
Current children cumulated memory: 2766608 KiB
[startup+6.30017 s]
/proc/loadavg: 1.44 3.02 4.10 5/265 28727
/proc/meminfo: memFree=115870816/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=3430820 memory=3401356 CPUtime=6.27 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 834877 0 0 0 499 128 0 0 20 0 1 0 37184399 3513159680 850339 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 857705 850339 2368 2575 0 854612 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3430820 KiB
Current children cumulated memory: 3401356 KiB
[startup+12.7002 s]
/proc/loadavg: 1.73 3.05 4.11 5/265 28727
/proc/meminfo: memFree=102860284/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=7092312 memory=7013016 CPUtime=12.65 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 1623826 0 0 0 1016 249 0 0 20 0 1 0 37184399 7262527488 1753254 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 1773078 1753254 2400 2575 0 1769985 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 7092312 KiB
Current children cumulated memory: 7013016 KiB
[startup+25.5002 s]
/proc/loadavg: 2.08 3.09 4.11 5/265 28727
/proc/meminfo: memFree=100391472/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=7660796 memory=7576564 CPUtime=25.4 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 1761136 0 0 0 2269 271 0 0 20 0 1 0 37184399 7844655104 1894141 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 1915199 1894141 2432 2575 0 1912106 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 7660796 KiB
Current children cumulated memory: 7576564 KiB
[startup+51.1054 s]
/proc/loadavg: 2.91 3.19 4.11 5/265 28727
/proc/meminfo: memFree=93170468/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=9631816 memory=9471728 CPUtime=50.94 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 1796345 0 0 0 4752 342 0 0 20 0 1 0 37184399 9862979584 2367932 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 2407954 2367932 2496 2575 0 2404861 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 9631816 KiB
Current children cumulated memory: 9471728 KiB
[startup+102.3 s]
/proc/loadavg: 3.63 3.35 4.11 5/265 28729
/proc/meminfo: memFree=96393552/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=9092032 memory=8990108 CPUtime=101.99 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 1806953 0 0 0 9845 354 0 0 20 0 1 0 37184399 9310240768 2247527 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 2273008 2247527 2496 2575 0 2269915 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 9092032 KiB
Current children cumulated memory: 8990108 KiB
[startup+162.3 s]
/proc/loadavg: 3.92 3.48 4.10 5/265 28732
/proc/meminfo: memFree=83739292/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=11832100 memory=11645932 CPUtime=161.77 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 2594898 0 0 0 15710 467 0 0 20 0 1 0 37184399 12116070400 2911483 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 2958025 2911483 2560 2575 0 2954932 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 11832100 KiB
Current children cumulated memory: 11645932 KiB
[startup+222.3 s]
/proc/loadavg: 4.01 3.60 4.10 5/265 28734
/proc/meminfo: memFree=82065312/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=12828652 memory=12483228 CPUtime=221.56 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 2606756 0 0 0 21672 484 0 0 20 0 1 0 37184399 13136539648 3120807 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 3207163 3120807 2592 2575 0 3204070 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 12828652 KiB
Current children cumulated memory: 12483228 KiB
[startup+282.3 s]
/proc/loadavg: 4.06 3.69 4.09 5/265 28737
/proc/meminfo: memFree=82066432/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=12828652 memory=12483228 CPUtime=281.34 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 2606815 0 0 0 27650 484 0 0 20 0 1 0 37184399 13136539648 3120807 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 3207163 3120807 2592 2575 0 3204070 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 12828652 KiB
Current children cumulated memory: 12483228 KiB
[startup+342.3 s]
/proc/loadavg: 4.07 3.76 4.09 5/265 28741
/proc/meminfo: memFree=82065964/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=12828652 memory=12483228 CPUtime=341.11 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 2606874 0 0 0 33627 484 0 0 20 0 1 0 37184399 13136539648 3120807 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 3207163 3120807 2592 2575 0 3204070 0
Current children cumulated CPU time: 341.11 s
Current children cumulated vsize: 12828652 KiB
Current children cumulated memory: 12483228 KiB
[startup+402.3 s]
/proc/loadavg: 4.13 3.84 4.09 5/265 28743
/proc/meminfo: memFree=82065740/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=12828652 memory=12483228 CPUtime=400.89 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 2606933 0 0 0 39605 484 0 0 20 0 1 0 37184399 13136539648 3120807 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 3207163 3120807 2592 2575 0 3204070 0
Current children cumulated CPU time: 400.89 s
Current children cumulated vsize: 12828652 KiB
Current children cumulated memory: 12483228 KiB
[startup+462.3 s]
/proc/loadavg: 4.05 3.87 4.09 5/264 28747
/proc/meminfo: memFree=79679168/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=12828652 memory=12483228 CPUtime=460.67 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 2606992 0 0 0 45581 486 0 0 20 0 1 0 37184399 13136539648 3120807 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 3207163 3120807 2592 2575 0 3204070 0
Current children cumulated CPU time: 460.67 s
################
# More data... #
################
Current children cumulated memory: 17977344 KiB
[startup+3222.3 s]
/proc/loadavg: 4.14 4.17 4.13 5/263 28931
/proc/meminfo: memFree=57738840/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19083216 memory=17977344 CPUtime=3210.18 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3367859 0 0 0 320243 775 0 0 20 0 1 0 37184399 19541213184 4494336 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4770804 4494336 2656 2575 0 4767711 0
Current children cumulated CPU time: 3210.18 s
Current children cumulated vsize: 19083216 KiB
Current children cumulated memory: 17977344 KiB
[startup+3282.3 s]
/proc/loadavg: 4.09 4.16 4.12 5/263 28933
/proc/meminfo: memFree=57738504/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19083216 memory=17977344 CPUtime=3269.88 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3367877 0 0 0 326211 777 0 0 20 0 1 0 37184399 19541213184 4494336 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4770804 4494336 2656 2575 0 4767711 0
Current children cumulated CPU time: 3269.88 s
Current children cumulated vsize: 19083216 KiB
Current children cumulated memory: 17977344 KiB
[startup+3342.3 s]
/proc/loadavg: 4.08 4.14 4.12 5/264 28938
/proc/meminfo: memFree=57740156/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19083216 memory=17977344 CPUtime=3329.58 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3367894 0 0 0 332179 779 0 0 20 0 1 0 37184399 19541213184 4494336 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4770804 4494336 2656 2575 0 4767711 0
Current children cumulated CPU time: 3329.58 s
Current children cumulated vsize: 19083216 KiB
Current children cumulated memory: 17977344 KiB
[startup+3402.3 s]
/proc/loadavg: 4.07 4.13 4.11 5/264 28940
/proc/meminfo: memFree=57735200/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19083216 memory=17977344 CPUtime=3389.3 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3368394 0 0 0 338150 780 0 0 20 0 1 0 37184399 19541213184 4494336 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4770804 4494336 2656 2575 0 4767711 0
Current children cumulated CPU time: 3389.3 s
Current children cumulated vsize: 19083216 KiB
Current children cumulated memory: 17977344 KiB
[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/266 28946
/proc/meminfo: memFree=57737888/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19083216 memory=17977344 CPUtime=3449.02 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3368427 0 0 0 344120 782 0 0 20 0 1 0 37184399 19541213184 4494336 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4770804 4494336 2656 2575 0 4767711 0
Current children cumulated CPU time: 3449.02 s
Current children cumulated vsize: 19083216 KiB
Current children cumulated memory: 17977344 KiB
[startup+3522.3 s]
/proc/loadavg: 4.04 4.11 4.10 5/269 28952
/proc/meminfo: memFree=57716368/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19083216 memory=17977344 CPUtime=3508.75 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3368675 0 0 0 350092 783 0 0 20 0 1 0 37184399 19541213184 4494336 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4770804 4494336 2656 2575 0 4767711 0
Current children cumulated CPU time: 3508.75 s
Current children cumulated vsize: 19083216 KiB
Current children cumulated memory: 17977344 KiB
[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/269 28954
/proc/meminfo: memFree=57629028/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19253844 memory=18076412 CPUtime=3568.46 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3375550 0 0 0 356060 786 0 0 20 0 1 0 37184399 19715936256 4519103 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4813461 4519103 2656 2575 0 4810368 0
Current children cumulated CPU time: 3568.46 s
Current children cumulated vsize: 19253844 KiB
Current children cumulated memory: 18076412 KiB
[startup+3609.63 s]
# the end of solver process 28721 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=3587.29 s, system=8.39362 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3584 s]*
/proc/loadavg: 4.12 4.12 4.10 5/269 28954
/proc/meminfo: memFree=57604832/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19273364 memory=18095996 CPUtime=3570.16 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3376399 0 0 0 356229 787 0 0 20 0 1 0 37184399 19735924736 4523999 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4818341 4523999 2656 2575 0 4815248 0
Current children cumulated CPU time: 3570.16 s
Current children cumulated vsize: 19273364 KiB
Current children cumulated memory: 18095996 KiB
[startup+3596.8 s]
/proc/loadavg: 4.10 4.11 4.10 5/269 28954
/proc/meminfo: memFree=57504692/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19388336 memory=18198536 CPUtime=3582.9 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3378834 0 0 0 357501 789 0 0 20 0 1 0 37184399 19853656064 4549634 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4847084 4549634 2656 2575 0 4843991 0
Current children cumulated CPU time: 3582.9 s
Current children cumulated vsize: 19388336 KiB
Current children cumulated memory: 18198536 KiB
[startup+3603.2 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 28954
/proc/meminfo: memFree=57574480/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19401284 memory=18211276 CPUtime=3589.27 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3381163 0 0 0 358137 790 0 0 20 0 1 0 37184399 19866914816 4552819 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4850321 4552819 2656 2575 0 4847228 0
Current children cumulated CPU time: 3589.27 s
Current children cumulated vsize: 19401284 KiB
Current children cumulated memory: 18211276 KiB
[startup+3606.4 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 28954
/proc/meminfo: memFree=57574480/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=19401284 memory=18211276 CPUtime=3592.45 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3384198 0 0 0 358455 790 0 0 20 0 1 0 37184399 19866914816 4552819 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4850321 4552819 2656 2575 0 4847228 0
Current children cumulated CPU time: 3592.45 s
Current children cumulated vsize: 19401284 KiB
Current children cumulated memory: 18211276 KiB
[startup+3608 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 28954
/proc/meminfo: memFree=57587060/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=18691724 memory=17513260 CPUtime=3594.05 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3386069 0 0 0 358615 790 0 0 20 0 1 0 37184399 19140325376 4378315 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4672931 4378315 2656 2575 0 4669838 0
Current children cumulated CPU time: 3594.05 s
Current children cumulated vsize: 18691724 KiB
Current children cumulated memory: 17513260 KiB
[startup+3608.8 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 28954
/proc/meminfo: memFree=57587060/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=17178996 memory=16000532 CPUtime=3594.85 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3387606 0 0 0 358688 797 0 0 20 0 1 0 37184399 17591291904 4000133 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4294749 4000133 2656 2575 0 4291656 0
Current children cumulated CPU time: 3594.85 s
Current children cumulated vsize: 17178996 KiB
Current children cumulated memory: 16000532 KiB
[startup+3609.2 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 28954
/proc/meminfo: memFree=62847140/131249996 swapFree=33010684/33010684
[pid=28721] ppid=28717 vsize=16002088 memory=14823624 CPUtime=3595.24 cores=0,2
/proc/28721/stat : 28721 (pbsolver) R 28717 28721 28655 0 -1 4194304 3389902 0 0 0 358722 802 0 0 20 0 1 0 37184399 16386138112 3705906 18446744073709551615 4198400 14743177 140720857752192 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 30199808 140720857758090 140720857758186 140720857758186 140720857763788 0
/proc/28721/statm: 4000522 3705906 2656 2575 0 3997429 0
Current children cumulated CPU time: 3595.24 s
Current children cumulated vsize: 16002088 KiB
Current children cumulated memory: 14823624 KiB
[startup+3609.6 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 28954
/proc/meminfo: memFree=66978728/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
Child status: 0
Real time (s): 3609.63
CPU time (s): 3595.68
CPU user time (s): 3587.29
CPU system time (s): 8.39362
CPU usage (%): 99.6135
Max. virtual memory (cumulated for all children) (KiB): 19401284
Max. memory (cumulated for all children) (KiB): 18211276
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.29
system time used= 8.39362
maximum resident set size= 18211276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3389945
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 4667
# summary of solver processes directly reported to runsolver:
# pid: 28721
# total CPU time (s): 3595.68
# total CPU user time (s): 3587.29
# total CPU system time (s): 8.39362
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90845 second user time and 15.988 second system time
The end