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-4542279-1753209885.opb>
1.09/1.16 c original problem has 837976 variables (837976 bin, 0 int, 0 cont) and 52507 constraints
1.09/1.16 c problem read in 1.158 seconds
1.09/1.16 c problem without objective
2.88/2.91 c presolving:
3.88/3.99 c (4.0s) running MILP presolver
4.68/4.74 c (4.7s) MILP presolver found nothing
5.27/5.39 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 29271 upgd conss, 0 impls, 23199 clqs
6.17/6.26 c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 52507 upgd conss, 0 impls, 23199 clqs
14.44/14.55 c (14.5s) probing: 51/837976 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
14.44/14.55 c (14.5s) probing aborted: 50/50 successive totally useless probings
14.95/15.08 c (15.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
16.24/16.36 c (16.4s) symmetry computation finished: 76 generators found (max: 76, log10 of symmetry group size: 82.27) (symcode time: 0.89)
16.24/16.39 c dynamic symmetry handling statistics:
16.24/16.39 c orbitopal reduction: no components
16.24/16.39 c orbital reduction: 1 components of sizes 65
16.24/16.39 c lexicographic reduction: 65 permutations with support sizes 70, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70
16.24/16.39 c handled 3 out of 3 symmetry components
16.74/16.85 c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
16.74/16.85 c 55 deleted vars, 0 deleted constraints, 2 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 8 changed coefficients
16.74/16.85 c 0 implications, 23200 cliques
16.74/16.85 c presolved problem has 837921 variables (837921 bin, 0 int, 0 cont) and 52509 constraints
16.74/16.85 c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
16.74/16.85 c 2703 constraints of type <knapsack>
16.74/16.85 c 23199 constraints of type <setppc>
16.74/16.85 c 1 constraints of type <linear>
16.74/16.85 c 1 constraints of type <orbitope_pp>
16.74/16.85 c 26605 constraints of type <logicor>
16.74/16.85 c transformed objective value is always integral (scale: 1)
16.74/16.85 c Presolving Time: 14.29
16.74/16.85 c
16.74/16.85 c - non default parameters ----------------------------------------------------------------------
16.74/16.85 c
16.74/16.85 c # SCIP version 10.0.0
16.74/16.85 c
16.74/16.85 c # maximal time in seconds to run
16.74/16.85 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
16.74/16.85 c limits/time = 3596.999007
16.74/16.85 c
16.74/16.85 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
16.74/16.85 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
16.74/16.85 c limits/memory = 27900
16.74/16.85 c
16.74/16.85 c # belongs reading time to solving time?
16.74/16.85 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
16.74/16.85 c timing/reading = TRUE
16.74/16.85 c
16.74/16.85 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
16.74/16.85 c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
16.74/16.85 c reading/opbreader/maxintsize = 47
16.74/16.85 c
16.74/16.85 c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
16.74/16.85 c # [type: int, advanced: TRUE, range: [0,15], default: 15]
16.74/16.85 c propagating/genvbounds/timingmask = 0
16.74/16.85 c
16.74/16.85 c -----------------------------------------------------------------------------------------------
16.95/17.00 c
67.57/67.84 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
67.57/67.84 c 67.8s| 1 | 0 |111079 | - | 3914M | 0 | 837k| 52k| 52k| 0 | 0 | 252 | 0 | 0.000000e+00 | -- | Inf | unknown
175.97/176.68 c 177s| 1 | 0 |169822 | - | 4207M | 0 | 837k| 52k| 52k| 128 | 1 | 252 | 0 | 0.000000e+00 | -- | Inf | unknown
186.03/186.72 c 187s| 1 | 0 |170515 | - | 4249M | 0 | 837k| 52k| 52k| 247 | 2 | 252 | 0 | 0.000000e+00 | -- | Inf | unknown
200.67/201.47 c 201s| 1 | 0 |171066 | - | 4325M | 0 | 837k| 52k| 52k| 352 | 3 | 252 | 0 | 0.000000e+00 | -- | Inf | unknown
215.22/216.03 c 216s| 1 | 0 |171648 | - | 4379M | 0 | 837k| 52k| 52k| 444 | 4 | 252 | 0 | 0.000000e+00 | -- | Inf | unknown
229.85/230.73 c 231s| 1 | 0 |172081 | - | 4460M | 0 | 837k| 52k| 53k| 527 | 5 | 252 | 0 | 0.000000e+00 | -- | Inf | unknown
250.18/251.18 c 251s| 1 | 0 |172642 | - | 4559M | 0 | 837k| 52k| 53k| 597 | 6 | 252 | 0 | 0.000000e+00 | -- | Inf | unknown
269.90/270.95 c 271s| 1 | 0 |173119 | - | 4653M | 0 | 837k| 52k| 53k| 654 | 7 | 253 | 0 | 0.000000e+00 | -- | Inf | unknown
289.22/290.36 c 290s| 1 | 0 |173616 | - | 4749M | 0 | 837k| 52k| 53k| 707 | 8 | 253 | 0 | 0.000000e+00 | -- | Inf | unknown
305.97/307.16 c 307s| 1 | 0 |173974 | - | 4828M | 0 | 837k| 52k| 53k| 758 | 9 | 253 | 0 | 0.000000e+00 | -- | Inf | unknown
325.29/326.55 c 327s| 1 | 0 |174569 | - | 4930M | 0 | 837k| 52k| 53k| 798 | 10 | 254 | 0 | 0.000000e+00 | -- | Inf | unknown
333.36/334.69 c 335s| 1 | 0 |174885 | - | 4940M | 0 | 837k| 52k| 53k| 826 | 11 | 254 | 0 | 0.000000e+00 | -- | Inf | unknown
450.01/451.70 c 452s| 1 | 2 |211795 | - | 4982M | 0 | 837k| 52k| 53k| 826 | 11 | 265 | 24 | 0.000000e+00 | -- | Inf | unknown
1793.39/1800.22 c 1800s| 100 | 99 |554697 |3836.5 | 5258M | 12 | 837k| 52k| 52k|4933 | 2 | 387 | 24 | 0.000000e+00 | -- | Inf | 25.00%
2134.26/2142.30 c 2142s| 200 | 199 |676712 |2521.7 | 5290M | 12 | 837k| 52k| 52k|9981 | 1 | 408 | 24 | 0.000000e+00 | -- | Inf | 25.00%
2491.07/2500.49 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
2491.07/2500.49 c 2500s| 300 | 299 |801821 |2096.8 | 5307M | 12 | 837k| 52k| 52k| 15k| 1 | 428 | 24 | 0.000000e+00 | -- | Inf | 25.00%
2758.41/2768.74 c 2769s| 400 | 399 |898853 |1814.5 | 5323M | 12 | 837k| 52k| 52k| 21k| 1 | 441 | 24 | 0.000000e+00 | -- | Inf | 25.00%
3125.20/3136.89 c 3137s| 500 | 499 | 1023k|1699.7 | 5346M | 12 | 837k| 52k| 52k| 26k| 1 | 477 | 24 | 0.000000e+00 | -- | Inf | 25.00%
3343.81/3356.24 c 3356s| 600 | 599 | 1108k|1559.0 | 5364M | 12 | 837k| 52k| 52k| 32k| 2 | 518 | 24 | 0.000000e+00 | -- | Inf | 25.00%
3588.43/3601.75 c
3588.43/3601.75 c SCIP Status : solving was interrupted [time limit reached]
3588.43/3601.75 c Solving Time (sec) : 3601.74
3588.43/3601.75 c Solving Nodes : 658
3588.43/3601.75 c Primal Bound : +1.00000000000000e+20 (0 solutions)
3588.43/3601.75 c Dual Bound : +0.00000000000000e+00
3588.43/3601.75 c Gap : infinite
3588.43/3601.75 s UNKNOWN
3588.43/3601.75 c SCIP Status : solving was interrupted [time limit reached]
3588.43/3601.75 c Total Time : 3601.74
3588.43/3601.75 c solving : 3601.74
3588.43/3601.75 c presolving : 14.29 (included in solving)
3588.43/3601.75 c reading : 1.16 (included in solving)
3588.43/3601.75 c copying : 2.58 (2 #copies) (minimal 1.21, maximal 1.38, average 1.29)
3588.43/3601.75 c Original Problem :
3588.43/3601.75 c Problem name : HOME/instance-4542279-1753209885.opb
3588.43/3601.75 c Variables : 837976 (837976 binary, 0 integer, 0 continuous)
3588.43/3601.75 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
3588.43/3601.75 c Constraints : 52507 initial, 52507 maximal
3588.43/3601.77 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3588.43/3601.77 c Presolved Problem :
3588.43/3601.77 c Problem name : t_HOME/instance-4542279-1753209885.opb
3588.43/3601.77 c Variables : 837921 (837921 binary, 0 integer, 0 continuous)
3588.43/3601.77 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
3588.43/3601.77 c Constraints : 52509 initial, 52966 maximal
3588.43/3601.79 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3588.43/3601.79 c Nonzeros : 1832851 constraint, 811932 clique table
3588.43/3601.79 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
3588.43/3601.79 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c domcol : 0.48 0.00 1 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c dualsparsify : 0.53 0.00 1 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c gateextraction : 0.16 0.00 1 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c implics : 0.04 0.00 3 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c implint : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c milp : 1.40 0.00 1 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c sparsify : 0.36 0.00 1 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c trivial : 0.08 0.00 3 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c dualfix : 0.08 0.00 3 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c probing : 6.26 0.03 1 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c symmetry : 1.31 0.00 1 55 0 0 0 0 0 2 0 0
3588.43/3601.79 c vbounds : 0.29 0.00 1 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c knapsack : 0.22 0.01 6 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c setppc : 0.34 0.03 3 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c linear : 0.93 0.21 4 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c orbitope_pp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c logicor : 0.74 0.05 5 0 0 0 0 0 0 0 0 8
3588.43/3601.79 c components : 0.25 0.00 1 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c root node : - - - 2 - - 2 - - - - -
3588.43/3601.79 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
3588.43/3601.79 c integral : 0 0 0 0 657 0 0 17 0 0 0 0 0 0 1314
3588.43/3601.79 c knapsack : 2703+ 2726 11 138618 0 0 0 13 1230 45 758 0 0 0 0
3588.43/3601.79 c setppc : 23199+ 23219 11 138573 0 0 0 1 6429 10 6566 0 0 0 0
3588.43/3601.79 c linear : 1 1 11 38692 0 0 0 4 0 0 2 0 0 0 0
3588.43/3601.79 c orbitope_pp : 1 1 0 138463 0 0 0 1 0 0 0 0 0 0 0
3588.43/3601.79 c logicor : 26605+ 27021 11 12817 0 0 0 1 113 17 10 0 0 0 0
3588.43/3601.79 c fixedvar : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
3588.43/3601.79 c integral : 29.49 0.00 0.00 0.00 29.49 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c knapsack : 0.41 0.01 0.17 0.23 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c setppc : 1.15 0.03 0.18 0.91 0.00 0.00 0.00 0.03 0.00 0.00
3588.43/3601.79 c linear : 0.21 0.21 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c orbitope_pp : 0.42 0.00 0.00 0.42 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c logicor : 0.31 0.05 0.12 0.14 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c fixedvar : 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c components : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c Propagators : #Propagate #ResProp Cutoffs DomReds
3588.43/3601.79 c dualfix : 1 0 0 0
3588.43/3601.79 c genvbounds : 0 0 0 0
3588.43/3601.79 c nlobbt : 0 0 0 0
3588.43/3601.79 c obbt : 0 0 0 0
3588.43/3601.79 c probing : 0 0 0 0
3588.43/3601.79 c pseudoobj : 0 0 0 0
3588.43/3601.79 c redcost : 0 0 0 0
3588.43/3601.79 c rootredcost : 0 0 0 0
3588.43/3601.79 c symmetry : 952 0 0 0
3588.43/3601.79 c vbounds : 22194 0 0 0
3588.43/3601.79 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
3588.43/3601.79 c dualfix : 0.10 0.00 0.08 0.03 0.00 0.00
3588.43/3601.79 c genvbounds : 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
3588.43/3601.79 c probing : 6.30 0.03 6.26 0.00 0.00 0.00
3588.43/3601.79 c pseudoobj : 0.02 0.00 0.00 0.02 0.00 0.00
3588.43/3601.79 c redcost : 0.01 0.00 0.00 0.01 0.00 0.00
3588.43/3601.79 c rootredcost : 0.03 0.00 0.00 0.03 0.00 0.00
3588.43/3601.79 c symmetry : 1.77 0.00 1.31 0.46 0.00 0.00
3588.43/3601.79 c vbounds : 1.00 0.00 0.29 0.71 0.00 0.00
3588.43/3601.79 c Symmetry :
3588.43/3601.79 c #affected vars : 1565 (1565 bin, 0 int, 0 cont)
3588.43/3601.79 c orbitopal red. : 0 reductions applied, 0 cutoffs
3588.43/3601.79 c orbital reduction: 0 reductions applied, 0 cutoffs
3588.43/3601.79 c lexicographic red: 0 reductions applied, 0 cutoffs
3588.43/3601.79 c shadow tree time : 0.00 s
3588.43/3601.79 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
3588.43/3601.79 c propagation : 0.01 61 53 - 888 75.5 0 0.0 - - -
3588.43/3601.79 c infeasible LP : 3.85 68 69 - 174 63.2 0 0.0 68 91.9 0
3588.43/3601.79 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
3588.43/3601.79 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
3588.43/3601.79 c pseudo solution : 0.00 0 0 - 0 0.0 0 0.0 - - -
3588.43/3601.79 c applied globally : 0.01 - - 1 466 48.4 - - 68 - -
3588.43/3601.79 c applied locally : - - - 0 0 0.0 - - 0 - -
3588.43/3601.79 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
3588.43/3601.79 c cut pool : 13.58 - 456 21 - - 3268 179729 - - - - - (maximal pool size: 3125)
3588.43/3601.79 c aggregation : 2.01 0.00 22 11 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c > cmir : - - - - - - - 0 0 0 0 0 -
3588.43/3601.79 c > flowcover : - - - - - - - 0 0 0 0 0 -
3588.43/3601.79 c > knapsackcover : - - - - - - - 0 0 0 0 0 -
3588.43/3601.79 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c clique : 54.43 0.00 11 11 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c gomory : 92.00 0.00 21 10 0 0 2555 129068 0 10445 10445 0 0
3588.43/3601.79 c > gomorymi : - - - - - - - 48330 0 2936 2936 0 -
3588.43/3601.79 c > strongcg : - - - - - - - 80738 0 7509 7509 0 -
3588.43/3601.79 c impliedbounds : 0.63 0.00 22 11 0 0 1 60 0 60 60 0 0
3588.43/3601.79 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c mcf : 0.33 0.00 1 1 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c multilinear : 0.00 0.00 16 11 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c rapidlearning : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c rlt : 0.00 0.00 10 10 0 0 0 0 0 0 0 0 0
3588.43/3601.79 c zerohalf : 7.86 0.00 22 11 0 0 714 50601 3 25099 25096 3 0
3588.43/3601.79 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
3588.43/3601.79 c hybrid : 7.41 0.00 435 11 35604 0 144128 826 0 3380
3588.43/3601.79 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c Pricers : ExecTime SetupTime Calls Vars
3588.43/3601.79 c problem variables: 0.00 - 0 0
3588.43/3601.79 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
3588.43/3601.79 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c random : 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c relpscost : 29.49 0.00 657 0 0 0 0 0 0 1314
3588.43/3601.79 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
3588.43/3601.79 c Primal Heuristics : ExecTime SetupTime Calls Found Best
3588.43/3601.79 c LP solutions : 0.00 - - 0 0
3588.43/3601.79 c relax solutions : 0.00 - - 0 0
3588.43/3601.79 c pseudo solutions : 0.00 - - 0 0
3588.43/3601.79 c strong branching : 0.02 - - 0 0
3588.43/3601.79 c actconsdiving : 0.00 0.00 0 0 0
3588.43/3601.79 c adaptivediving : 132.86 0.00 4 0 0
3588.43/3601.79 c alns : 3.61 0.00 1 0 0
3588.43/3601.79 c bound : 0.00 0.00 0 0 0
3588.43/3601.79 c clique : 5.35 0.00 1 0 0
3588.43/3601.79 c coefdiving : 0.00 0.00 0 0 0
3588.43/3601.79 c completesol : 0.00 0.00 0 0 0
3588.43/3601.79 c conflictdiving : 1434.79 0.00 38 0 0
3588.43/3601.79 c crossover : 0.00 0.00 0 0 0
3588.43/3601.79 c dins : 0.00 0.00 0 0 0
3588.43/3601.79 c distributiondivin: 2.16 0.00 1 0 0
3588.43/3601.79 c dks : 0.00 0.00 0 0 0
3588.43/3601.79 c dps : 0.00 0.00 0 0 0
3588.43/3601.79 c dualval : 0.00 0.00 0 0 0
3588.43/3601.79 c farkasdiving : 0.00 0.00 0 0 0
3588.43/3601.79 c feaspump : 99.78 0.00 1 0 0
3588.43/3601.79 c fixandinfer : 0.00 0.00 0 0 0
3588.43/3601.79 c fracdiving : 26.30 0.00 1 0 0
3588.43/3601.79 c gins : 0.00 0.00 0 0 0
3588.43/3601.79 c guideddiving : 0.00 0.00 0 0 0
3588.43/3601.79 c indicator : 0.00 0.00 0 0 0
3588.43/3601.79 c indicatordiving : 0.00 0.00 0 0 0
3588.43/3601.79 c intdiving : 0.00 0.00 0 0 0
3588.43/3601.79 c intshifting : 0.00 0.00 0 0 0
3588.43/3601.79 c linesearchdiving : 394.52 0.00 12 0 0
3588.43/3601.79 c localbranching : 0.00 0.00 0 0 0
3588.43/3601.79 c locks : 9.62 0.00 1 0 0
3588.43/3601.79 c lpface : 0.04 0.00 0 0 0
3588.43/3601.79 c mpec : 0.00 0.00 0 0 0
3588.43/3601.79 c multistart : 0.00 0.00 0 0 0
3588.43/3601.79 c mutation : 0.00 0.00 0 0 0
3588.43/3601.79 c nlpdiving : 0.00 0.00 0 0 0
3588.43/3601.79 c objpscostdiving : 258.99 0.00 1 0 0
3588.43/3601.79 c octane : 0.00 0.00 0 0 0
3588.43/3601.79 c ofins : 0.00 0.00 0 0 0
3588.43/3601.79 c oneopt : 0.00 0.00 0 0 0
3588.43/3601.79 c padm : 0.00 0.00 0 0 0
3588.43/3601.79 c proximity : 0.00 0.00 0 0 0
3588.43/3601.79 c pscostdiving : 47.07 0.00 9 0 0
3588.43/3601.79 c randrounding : 1.24 0.00 12 0 0
3588.43/3601.79 c rens : 4.13 0.00 1 0 0
3588.43/3601.79 c reoptsols : 0.00 0.00 0 0 0
3588.43/3601.79 c repair : 0.00 0.00 0 0 0
3588.43/3601.79 c rins : 0.00 0.00 0 0 0
3588.43/3601.79 c rootsoldiving : 23.31 0.00 1 0 0
3588.43/3601.79 c rounding : 1.19 0.00 417 0 0
3588.43/3601.79 c scheduler : 0.00 0.00 0 0 0
3588.43/3601.79 c shiftandpropagate: 0.38 0.00 1 0 0
3588.43/3601.79 c shifting : 25.27 0.00 300 0 0
3588.43/3601.79 c simplerounding : 0.02 0.00 0 0 0
3588.43/3601.79 c subnlp : 0.00 0.00 0 0 0
3588.43/3601.79 c trivial : 0.70 0.00 2 0 0
3588.43/3601.79 c trivialnegation : 0.00 0.00 0 0 0
3588.43/3601.79 c trustregion : 0.00 0.00 0 0 0
3588.43/3601.79 c trysol : 0.00 0.00 0 0 0
3588.43/3601.79 c twoopt : 0.00 0.00 0 0 0
3588.43/3601.79 c undercover : 0.00 0.00 0 0 0
3588.43/3601.79 c vbounds : 0.34 0.00 1 0 0
3588.43/3601.79 c veclendiving : 87.80 0.00 3 0 0
3588.43/3601.79 c zeroobj : 0.00 0.00 0 0 0
3588.43/3601.79 c zirounding : 3.84 0.00 654 0 0
3588.43/3601.79 c other solutions : - - - 0 -
3588.43/3601.79 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
3588.43/3601.79 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
3588.43/3601.79 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
3588.43/3601.79 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
3588.43/3601.79 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
3588.43/3601.79 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
3588.43/3601.79 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
3588.43/3601.79 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
3588.43/3601.79 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
3588.43/3601.79 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
3588.43/3601.79 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
3588.43/3601.79 c primal LP : 26.25 214 0 0.00 0.00 26.25 214
3588.43/3601.79 c dual LP : 654.12 1093 560063 513.35 856.21 0.24 2
3588.43/3601.79 c lex dual LP : 0.00 0 0 0.00 -
3588.43/3601.79 c barrier LP : 0.00 0 0 0.00 - 0.00 0
3588.43/3601.79 c resolve instable : 0.00 0 0 0.00 -
3588.43/3601.79 c diving/probing LP: 446.82 1176 623118 529.86 1394.57
3588.43/3601.79 c strong branching : 11.51 24 2093 87.21 181.92 - - 0
3588.43/3601.79 c (at root node) : - 24 2093 87.21 -
3588.43/3601.79 c conflict analysis: 0.00 0 0 0.00 -
3588.43/3601.79 c Relaxators : Time Calls Cutoffs ImprBounds ImprTime ReducedDom Separated AddedConss
3588.43/3601.79 c benders : 0.00 0 0 0 0.00 0 0 0
3588.43/3601.79 c B&B Tree :
3588.43/3601.79 c number of runs : 1
3588.43/3601.79 c nodes : 658 (657 internal, 1 leaves)
3588.43/3601.79 c feasible leaves : 0
3588.43/3601.79 c infeas. leaves : 1
3588.43/3601.79 c objective leaves : 0
3588.43/3601.79 c nodes (total) : 658 (657 internal, 1 leaves)
3588.43/3601.79 c nodes left : 657
3588.43/3601.79 c max depth : 12
3588.43/3601.79 c max depth (total): 12
3588.43/3601.79 c backtracks : 231 (35.1%)
3588.43/3601.79 c early backtracks : 0 (0.0%)
3588.43/3601.79 c nodes exc. ref. : 0 (0.0%)
3588.43/3601.79 c delayed cutoffs : 0
3588.43/3601.79 c repropagations : 24 (2 domain reductions, 0 cutoffs)
3588.43/3601.79 c avg switch length: 2.43
3588.43/3601.79 c switching time : 31.82
3588.43/3601.79 c Root Node :
3588.43/3601.79 c First LP value : +0.00000000000000e+00
3588.43/3601.79 c First LP Iters : 111079 (3228.11 Iter/sec)
3588.43/3601.79 c First LP Time : 34.41
3588.43/3601.79 c Final Dual Bound : +0.00000000000000e+00
3588.43/3601.79 c Final Root Iters : 174885
3588.43/3601.79 c Root LP Estimate : +1.59122707515078e-02
3588.43/3601.79 c Solution :
3588.43/3601.79 c Solutions found : 0 (0 improvements)
3588.43/3601.79 c Primal Bound : -
3588.43/3601.79 c Dual Bound : +0.00000000000000e+00
3588.43/3601.79 c Gap : infinite
3588.43/3601.79 c Integrals : Total Avg%
3588.43/3601.79 c primal-dual : 360173.99 100.00
3588.43/3601.79 c primal-ref : - - (not evaluated)
3588.43/3601.79 c dual-ref : - - (not evaluated)
3590.63/3603.90 c Time complete (sec): 3590.643
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63665 MiB (62372 MiB free)
memory of node 1: 64507 MiB (63351 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542279-1753209885/watcher-4542279-1753209885 -o /tmp/evaluation-result-4542279-1753209885/solver-4542279-1753209885 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753209881-168479 --watchdog 3760 pbsolver -f HOME/instance-4542279-1753209885.opb -t 3600 -m 31000
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=168761, runsolver pid=168758
Current StackSize limit: 8192 KiB
[startup+0.100071 s]*
/proc/loadavg: 1.95 3.48 3.87 5/264 168762
/proc/meminfo: memFree=128600112/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=109424 memory=98432 CPUtime=0.09 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 22649 0 0 0 6 3 0 0 20 0 1 0 236666453 112050176 24608 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 27356 24608 2176 2575 0 24263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 109424 KiB
Current children cumulated memory: 98432 KiB
[startup+0.205699 s]*
/proc/loadavg: 1.95 3.48 3.87 4/262 168762
/proc/meminfo: memFree=128519292/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=191584 memory=179968 CPUtime=0.2 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 43020 0 0 0 14 6 0 0 20 0 1 0 236666453 196182016 44992 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 47896 44992 2176 2575 0 44803 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 191584 KiB
Current children cumulated memory: 179968 KiB
[startup+0.305639 s]*
/proc/loadavg: 1.95 3.48 3.87 5/262 168766
/proc/meminfo: memFree=128423208/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=264864 memory=252928 CPUtime=0.3 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 61251 0 0 0 21 9 0 0 20 0 1 0 236666453 271220736 63200 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 66216 63232 2176 2575 0 63123 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 264864 KiB
Current children cumulated memory: 252928 KiB
[startup+0.700183 s]
/proc/loadavg: 1.95 3.48 3.87 4/260 168770
/proc/meminfo: memFree=128238744/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=546428 memory=534908 CPUtime=0.68 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 129201 0 0 0 48 20 0 0 20 0 1 0 236666453 559542272 133727 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 136864 133727 2176 2575 0 133771 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 546428 KiB
Current children cumulated memory: 534908 KiB
[startup+1.50019 s]
/proc/loadavg: 1.95 3.48 3.87 4/262 168776
/proc/meminfo: memFree=127836196/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=1189772 memory=1174768 CPUtime=1.48 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 290828 0 0 0 103 45 0 0 20 0 1 0 236666453 1218326528 293692 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 297443 293692 2368 2575 0 294350 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1189772 KiB
Current children cumulated memory: 1174768 KiB
[startup+3.10573 s]
/proc/loadavg: 1.95 3.48 3.87 5/264 168807
/proc/meminfo: memFree=126077280/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=2217608 memory=2181532 CPUtime=3.08 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 518724 0 0 0 225 83 0 0 20 0 1 0 236666453 2270830592 545351 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 554466 545351 2400 2575 0 551373 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2217608 KiB
Current children cumulated memory: 2181532 KiB
[startup+6.30017 s]
/proc/loadavg: 2.11 3.49 3.87 5/264 168807
/proc/meminfo: memFree=125216708/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=2475568 memory=2424736 CPUtime=6.27 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 569084 0 0 0 522 105 0 0 20 0 1 0 236666453 2534981632 606184 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 618892 606184 2528 2575 0 615799 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2475568 KiB
Current children cumulated memory: 2424736 KiB
[startup+12.7002 s]
/proc/loadavg: 2.26 3.50 3.88 5/264 168807
/proc/meminfo: memFree=124930948/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=2640656 memory=2560884 CPUtime=12.65 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 580376 0 0 0 1157 108 0 0 20 0 1 0 236666453 2704031744 640221 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 660164 640221 2592 2575 0 657071 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2640656 KiB
Current children cumulated memory: 2560884 KiB
[startup+25.5002 s]
/proc/loadavg: 2.72 3.54 3.88 5/264 168807
/proc/meminfo: memFree=123796084/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=3983736 memory=3516592 CPUtime=25.4 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 672290 0 0 0 2403 137 0 0 20 0 1 0 236666453 4079345664 879148 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 995934 879148 2624 2575 0 992841 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 3983736 KiB
Current children cumulated memory: 3516592 KiB
[startup+51.1058 s]
/proc/loadavg: 3.16 3.58 3.89 5/264 168808
/proc/meminfo: memFree=123462532/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=4414084 memory=3846812 CPUtime=50.94 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 699993 0 0 0 4947 147 0 0 20 0 1 0 236666453 4520022016 961703 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1103521 961703 2656 2575 0 1100428 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 4414084 KiB
Current children cumulated memory: 3846812 KiB
[startup+102.3 s]
/proc/loadavg: 3.68 3.66 3.90 5/266 168812
/proc/meminfo: memFree=123135452/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=4497508 memory=3900968 CPUtime=101.96 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 704114 0 0 0 10047 149 0 0 20 0 1 0 236666453 4605448192 975242 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1124377 975242 2656 2575 0 1121284 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 4497508 KiB
Current children cumulated memory: 3900968 KiB
[startup+162.3 s]
/proc/loadavg: 3.91 3.74 3.92 5/266 168859
/proc/meminfo: memFree=122232948/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=4537720 memory=3943304 CPUtime=161.74 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 710505 0 0 0 16022 152 0 0 20 0 1 0 236666453 4646625280 985826 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1134430 985826 2656 2575 0 1131337 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 4537720 KiB
Current children cumulated memory: 3943304 KiB
[startup+222.3 s]
/proc/loadavg: 4.01 3.80 3.93 5/266 168861
/proc/meminfo: memFree=115379316/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=4999520 memory=4256796 CPUtime=221.49 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 742078 0 0 0 21988 161 0 0 20 0 1 0 236666453 5119508480 1064199 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1249880 1064199 2688 2575 0 1246787 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 4999520 KiB
Current children cumulated memory: 4256796 KiB
[startup+282.3 s]
/proc/loadavg: 4.11 3.87 3.94 5/265 168863
/proc/meminfo: memFree=114453372/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=5310364 memory=4556928 CPUtime=281.26 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 799900 0 0 0 27949 177 0 0 20 0 1 0 236666453 5437812736 1139232 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1327591 1139232 2688 2575 0 1324498 0
Current children cumulated CPU time: 281.26 s
Current children cumulated vsize: 5310364 KiB
Current children cumulated memory: 4556928 KiB
[startup+342.3 s]
/proc/loadavg: 4.10 3.91 3.95 5/264 168865
/proc/meminfo: memFree=114232016/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=5556360 memory=4774040 CPUtime=341.03 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 834055 0 0 0 33916 187 0 0 20 0 1 0 236666453 5689712640 1193510 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1389090 1193510 2688 2575 0 1385997 0
Current children cumulated CPU time: 341.03 s
Current children cumulated vsize: 5556360 KiB
Current children cumulated memory: 4774040 KiB
[startup+402.3 s]
/proc/loadavg: 4.11 3.95 3.97 5/264 168867
/proc/meminfo: memFree=113918548/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=5556360 memory=4774040 CPUtime=400.79 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 834121 0 0 0 39892 187 0 0 20 0 1 0 236666453 5689712640 1193510 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1389090 1193510 2688 2575 0 1385997 0
Current children cumulated CPU time: 400.79 s
Current children cumulated vsize: 5556360 KiB
Current children cumulated memory: 4774040 KiB
[startup+462.3 s]
/proc/loadavg: 4.10 3.97 3.98 5/262 168869
/proc/meminfo: memFree=111824876/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7720312 memory=6924004 CPUtime=460.57 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1370176 0 0 0 45783 274 0 0 20 0 1 0 236666453 7905599488 1731001 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1930078 1731001 2688 2575 0 1926985 0
Current children cumulated CPU time: 460.57 s
################
# More data... #
################
/proc/loadavg: 4.06 4.12 4.09 5/263 169010
/proc/meminfo: memFree=105726180/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3210.39 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1400472 0 0 0 320738 301 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3210.39 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3282.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/263 169011
/proc/meminfo: memFree=105727736/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3270.18 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1400705 0 0 0 326716 302 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3270.18 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/262 169013
/proc/meminfo: memFree=105734944/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3329.97 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1401446 0 0 0 332695 302 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3329.97 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 169015
/proc/meminfo: memFree=105746348/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3389.75 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1402178 0 0 0 338673 302 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3389.75 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 169017
/proc/meminfo: memFree=105743340/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3449.54 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1402956 0 0 0 344651 303 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3449.54 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/262 169019
/proc/meminfo: memFree=105742104/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3509.32 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1403689 0 0 0 350629 303 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3509.32 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/262 169066
/proc/meminfo: memFree=101237312/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3569.11 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1404696 0 0 0 356608 303 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3569.11 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3603.95 s]
# the end of solver process 168761 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=3587.54 s, system=3.1511 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3584 s]*
/proc/loadavg: 4.08 4.09 4.09 5/262 169066
/proc/meminfo: memFree=100607428/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3570.81 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1404699 0 0 0 356778 303 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3570.81 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3596.8 s]
/proc/loadavg: 4.13 4.10 4.09 5/262 169067
/proc/meminfo: memFree=99125572/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3583.55 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1404721 0 0 0 358052 303 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3583.55 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3600 s]*
/proc/loadavg: 4.12 4.10 4.09 4/261 169088
/proc/meminfo: memFree=100782260/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3586.75 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1404721 0 0 0 358372 303 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3586.75 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3601.6 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 169119
/proc/meminfo: memFree=100395772/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3588.34 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1404722 0 0 0 358531 303 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3588.34 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3603.2 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 169119
/proc/meminfo: memFree=100037172/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7728132 memory=7045880 CPUtime=3589.93 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1405587 0 0 0 358690 303 0 0 20 0 1 0 236666453 7913607168 1761470 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1932033 1761470 2688 2575 0 1928940 0
Current children cumulated CPU time: 3589.93 s
Current children cumulated vsize: 7728132 KiB
Current children cumulated memory: 7045880 KiB
[startup+3603.6 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 169119
/proc/meminfo: memFree=100037172/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=7533184 memory=6853600 CPUtime=3590.33 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1405607 0 0 0 358729 304 0 0 20 0 1 0 236666453 7713980416 1713400 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1883296 1713400 2688 2575 0 1880203 0
Current children cumulated CPU time: 3590.33 s
Current children cumulated vsize: 7533184 KiB
Current children cumulated memory: 6853600 KiB
[startup+3603.8 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 169119
/proc/meminfo: memFree=100037172/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=6965712 memory=6286144 CPUtime=3590.53 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1406509 0 0 0 358746 307 0 0 20 0 1 0 236666453 7132889088 1571536 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1741428 1571536 2688 2575 0 1738335 0
Current children cumulated CPU time: 3590.53 s
Current children cumulated vsize: 6965712 KiB
Current children cumulated memory: 6286144 KiB
[startup+3603.9 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 169119
/proc/meminfo: memFree=100037172/131249996 swapFree=33010672/33010684
[pid=168761] ppid=168758 vsize=6321812 memory=5891548 CPUtime=3590.63 cores=1,3
/proc/168761/stat : 168761 (pbsolver) R 168758 168761 168467 0 -1 4194304 1406561 0 0 0 358754 309 0 0 20 0 1 0 236666453 6473535488 1472887 18446744073709551615 4198400 14743177 140729907417792 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50929664 140729907419528 140729907419624 140729907419624 140729907425228 0
/proc/168761/statm: 1580453 1472887 2688 2575 0 1577360 0
Current children cumulated CPU time: 3590.63 s
Current children cumulated vsize: 6321812 KiB
Current children cumulated memory: 5891548 KiB
Child status: 0
Real time (s): 3603.95
CPU time (s): 3590.69
CPU user time (s): 3587.54
CPU system time (s): 3.1511
CPU usage (%): 99.6321
Max. virtual memory (cumulated for all children) (KiB): 7728132
Max. memory (cumulated for all children) (KiB): 7045880
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.54
system time used= 3.1511
maximum resident set size= 7045880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1406670
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= 50
involuntary context switches= 2064
# summary of solver processes directly reported to runsolver:
# pid: 168761
# total CPU time (s): 3590.69
# total CPU user time (s): 3587.54
# total CPU system time (s): 3.1511
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.17905 second user time and 17.4336 second system time
The end