0.00/0.00 c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00 c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-4452335-1721442045.opb>
0.00/0.04 c original problem has 12622 variables (12622 bin, 0 int, 0 impl, 0 cont) and 11909 constraints
0.00/0.04 c problem read in 0.04
0.00/0.04 c No objective function, only one solution is needed.
0.00/0.08 c presolving:
0.09/0.14 c (0.1s) running MILP presolver
0.09/0.18 c (0.2s) MILP presolver found nothing
0.29/0.31 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11909 upgd conss, 0 impls, 11908 clqs
2.97/3.02 c (3.0s) probing: 1000/12622 (7.9%) - 0 fixings, 0 aggregations, 636188 implications, 0 bound changes
2.97/3.02 c (3.0s) probing: 1001/12622 (7.9%) - 0 fixings, 0 aggregations, 636904 implications, 0 bound changes
2.97/3.02 c (3.0s) probing aborted: 1000/1000 successive useless probings
2.97/3.09 c (3.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
88.49/88.77 c (88.8s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 980.0) (symcode time: 85.64)
88.80/89.01 c dynamic symmetry handling statistics:
88.80/89.01 c orbitopal reduction: no components
88.80/89.01 c orbital reduction: no components
88.80/89.01 c lexicographic reduction: no permutations
88.80/89.01 c handled 1500 out of 1500 symmetry components
88.80/89.01 c (round 2, exhaustive) 0 del vars, 0 del conss, 1500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11909 upgd conss, 0 impls, 60810 clqs
88.80/89.04 c (round 3, exhaustive) 0 del vars, 0 del conss, 1500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 13409 upgd conss, 0 impls, 60810 clqs
88.90/89.11 c presolving (4 rounds: 4 fast, 4 medium, 4 exhaustive):
88.90/89.11 c 0 deleted vars, 0 deleted constraints, 1500 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
88.90/89.11 c 0 implications, 60810 cliques
88.90/89.11 c presolved problem has 12622 variables (12622 bin, 0 int, 0 impl, 0 cont) and 13409 constraints
88.90/89.11 c 1 constraints of type <knapsack>
88.90/89.11 c 13408 constraints of type <setppc>
88.90/89.11 c transformed objective value is always integral (scale: 1)
88.90/89.11 c Presolving Time: 89.04
88.90/89.11 c - non default parameters ----------------------------------------------------------------------
88.90/89.11 c # SCIP version 10.0.0
88.90/89.11 c
88.90/89.11 c # maximal time in seconds to run
88.90/89.11 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
88.90/89.11 c limits/time = 3596.998007
88.90/89.11 c
88.90/89.11 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
88.90/89.11 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
88.90/89.11 c limits/memory = 27900
88.90/89.11 c
88.90/89.11 c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
88.90/89.11 c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
88.90/89.11 c limits/solutions = 1
88.90/89.11 c
88.90/89.11 c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
88.90/89.11 c # [type: int, advanced: FALSE, range: [0,7], default: 7]
88.90/89.11 c misc/usesymmetry = 3
88.90/89.11 c
88.90/89.11 c # belongs reading time to solving time?
88.90/89.11 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
88.90/89.11 c timing/reading = TRUE
88.90/89.11 c
88.90/89.11 c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
88.90/89.11 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
88.90/89.11 c propagating/symmetry/detectdoublelex = FALSE
88.90/89.11 c
88.90/89.11 c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
88.90/89.11 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
88.90/89.11 c propagating/symmetry/detectsubgroups = FALSE
88.90/89.11 c
88.90/89.11 c # Type of symmetries that shall be computed?
88.90/89.11 c # [type: int, advanced: TRUE, range: [0,1], default: 0]
88.90/89.11 c propagating/symmetry/symtype = 1
88.90/89.11 c
88.90/89.11 c # Should components consisting of a single full reflection be handled?
88.90/89.11 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
88.90/89.11 c propagating/symmetry/usesimplesgncomp = FALSE
88.90/89.11 c
88.90/89.11 c -----------------------------------------------------------------------------------------------
88.90/89.11 c start solving
88.90/89.11 c
101.77/102.04 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
101.77/102.04 c 102s| 1 | 0 | 10416 | - | 842M | 0 | 12k| 13k| 13k| 0 | 0 | 14 | 0 | 0.000000e+00 | -- | Inf | unknown
107.35/107.62 c 108s| 1 | 0 | 29614 | - | 850M | 0 | 12k| 13k| 13k| 3 | 1 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
108.15/108.41 c 108s| 1 | 0 | 30307 | - | 852M | 0 | 12k| 13k| 13k| 6 | 2 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
109.04/109.38 c 109s| 1 | 0 | 31207 | - | 854M | 0 | 12k| 13k| 13k| 10 | 3 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
110.34/110.65 c 111s| 1 | 0 | 32398 | - | 856M | 0 | 12k| 13k| 13k| 13 | 4 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
111.75/112.03 c 112s| 1 | 0 | 33775 | - | 858M | 0 | 12k| 13k| 13k| 17 | 5 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
112.74/113.06 c 113s| 1 | 0 | 34312 | - | 860M | 0 | 12k| 13k| 13k| 19 | 6 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
113.84/114.14 c 114s| 1 | 0 | 34952 | - | 862M | 0 | 12k| 13k| 13k| 23 | 7 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
115.23/115.50 c 116s| 1 | 0 | 36329 | - | 864M | 0 | 12k| 13k| 13k| 27 | 8 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
116.33/116.69 c 117s| 1 | 0 | 37410 | - | 866M | 0 | 12k| 13k| 13k| 35 | 9 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
117.74/118.08 c 118s| 1 | 0 | 38835 | - | 868M | 0 | 12k| 13k| 13k| 39 | 10 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
119.33/119.60 c 120s| 1 | 0 | 41115 | - | 870M | 0 | 12k| 13k| 13k| 42 | 11 | 16 | 0 | 0.000000e+00 | -- | Inf | unknown
146.06/146.48 c 146s| 1 | 2 | 71831 | - | 871M | 0 | 12k| 13k| 13k| 42 | 11 | 56 | 19 | 0.000000e+00 | -- | Inf | unknown
184.67/185.11 c 185s| 100 | 8 |150732 |1107.2 | 882M | 48 | 12k| 13k| 0 | 66 | 0 | 177 | 19 | 0.000000e+00 | -- | Inf | 45.31%
187.95/188.46 c 188s| 200 | 6 |156330 | 579.0 | 889M | 56 | 12k| 13k| 13k| 83 | 0 | 303 | 19 | 0.000000e+00 | -- | Inf | 45.31%
192.45/192.99 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
192.45/192.99 c 193s| 300 | 8 |164430 | 412.4 | 892M | 56 | 12k| 13k| 13k| 106 | 1 | 413 | 19 | 0.000000e+00 | -- | Inf | 45.31%
303.45/304.22 c 304s| 400 | 18 |381881 | 854.1 | 903M | 56 | 12k| 13k| 13k| 187 | 0 | 812 | 19 | 0.000000e+00 | -- | Inf | 45.78%
347.63/348.58 c 349s| 500 | 22 |478633 | 876.8 | 906M | 56 | 12k| 13k| 13k| 208 | 0 | 924 | 19 | 0.000000e+00 | -- | Inf | 45.82%
387.73/388.75 c 389s| 600 | 20 |567141 | 878.2 | 910M | 56 | 12k| 14k| 13k| 236 | 0 |1094 | 19 | 0.000000e+00 | -- | Inf | 45.82%
464.32/465.51 c 466s| 700 | 20 |726954 | 981.2 | 915M | 56 | 12k| 14k| 13k| 284 | 1 |1219 | 19 | 0.000000e+00 | -- | Inf | 96.17%
562.06/563.53 c 564s| 800 | 17 |935464 |1119.3 | 916M | 56 | 12k| 14k| 13k| 335 | 0 |1366 | 19 | 0.000000e+00 | -- | Inf | 96.64%
632.27/633.92 c 634s| 900 | 15 | 1084k|1160.2 | 918M | 56 | 12k| 14k| 13k| 378 | 1 |1517 | 19 | 0.000000e+00 | -- | Inf | 99.78%
691.62/693.44 c 693s| 1000 | 13 | 1208k|1168.8 | 929M | 56 | 12k| 14k| 13k| 424 | 0 |1747 | 19 | 0.000000e+00 | -- | Inf | 99.89%
790.85/792.99 c 793s| 1100 | 11 | 1417k|1252.4 | 930M | 56 | 12k| 14k| 13k| 472 | 1 |1897 | 19 | 0.000000e+00 | -- | Inf | 100.00%
855.67/857.99 c 858s| 1200 | 2 | 1560k|1267.4 | 932M | 56 | 12k| 11k| 13k| 504 | 0 |2345 | 19 | 0.000000e+00 | -- | Inf | 100.00%
860.35/862.67 c
860.35/862.67 c SCIP Status : problem is solved [infeasible]
860.35/862.67 c Solving Time (sec) : 862.67
860.35/862.67 c Solving Nodes : 1212
860.35/862.67 c Primal Bound : +1.00000000000000e+20 (0 solutions)
860.35/862.67 c Dual Bound : +1.00000000000000e+20
860.35/862.67 c Gap : 0.00 %
860.35/862.67 s UNSATISFIABLE
860.35/862.67 c SCIP Status : problem is solved [infeasible]
860.35/862.67 c Total Time : 862.67
860.35/862.67 c solving : 862.67
860.35/862.67 c presolving : 89.04 (included in solving)
860.35/862.67 c reading : 0.04 (included in solving)
860.35/862.67 c copying : 0.12 (4 #copies) (minimal 0.03, maximal 0.03, average 0.03)
860.35/862.67 c Original Problem :
860.35/862.67 c Problem name : HOME/instance-4452335-1721442045.opb
860.35/862.67 c Variables : 12622 (12622 binary, 0 integer, 0 implicit integer, 0 continuous)
860.35/862.67 c Constraints : 11909 initial, 11909 maximal
860.35/862.67 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
860.35/862.67 c Presolved Problem :
860.35/862.67 c Problem name : t_HOME/instance-4452335-1721442045.opb
860.35/862.67 c Variables : 12622 (12622 binary, 0 integer, 0 implicit integer, 0 continuous)
860.35/862.67 c Constraints : 13409 initial, 14316 maximal
860.35/862.67 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
860.35/862.67 c Nonzeros : 89019 constraint, 168638 clique table
860.35/862.67 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
860.35/862.67 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c domcol : 0.08 0.00 2 0 0 0 0 0 0 0 0 0
860.35/862.67 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c dualsparsify : 0.06 0.00 1 0 0 0 0 0 0 0 0 0
860.35/862.67 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c implics : 0.00 0.00 4 0 0 0 0 0 0 0 0 0
860.35/862.67 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c milp : 0.07 0.00 1 0 0 0 0 0 0 0 0 0
860.35/862.67 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c sparsify : 0.02 0.00 1 0 0 0 0 0 0 0 0 0
860.35/862.67 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c trivial : 0.00 0.00 4 0 0 0 0 0 0 0 0 0
860.35/862.67 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c dualfix : 0.00 0.00 4 0 0 0 0 0 0 0 0 0
860.35/862.67 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c probing : 2.56 0.00 1 0 0 0 0 0 0 0 0 0
860.35/862.67 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c symmetry : 85.93 0.00 1 0 0 0 0 0 0 1500 0 0
860.35/862.67 c vbounds : 0.01 0.00 2 0 0 0 0 0 0 0 0 0
860.35/862.67 c knapsack : 0.05 0.00 9 0 0 0 0 0 0 0 0 0
860.35/862.67 c setppc : 0.06 0.00 9 0 0 0 0 0 0 0 0 0
860.35/862.67 c linear : 0.16 0.01 4 0 0 0 0 0 0 0 0 0
860.35/862.67 c logicor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c benders : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c components : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
860.35/862.67 c root node : - - - 2915 - - 2915 - - - - -
860.35/862.67 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
860.35/862.67 c benderslp : 0 0 0 0 607 0 0 108 0 0 0 0 0 0 0
860.35/862.67 c integral : 0 0 0 0 607 0 0 108 0 0 0 0 0 0 1214
860.35/862.67 c knapsack : 1 1 11 35480 0 0 0 104 437 15 3732 0 0 0 0
860.35/862.67 c setppc : 13408+ 13419 11 35465 0 0 0 50 521229 25 1036840 0 0 0 0
860.35/862.67 c logicor : 0+ 1156 11 2025 0 0 0 0 4755 86 573 0 0 0 0
860.35/862.67 c benders : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c fixedvar : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
860.35/862.67 c benderslp : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c integral : 11.12 0.00 0.00 0.00 11.12 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c knapsack : 5.65 0.00 1.00 4.51 0.00 0.00 0.00 0.10 0.01 0.02
860.35/862.67 c setppc : 6.09 0.00 0.01 5.90 0.00 0.00 0.00 0.00 0.13 0.04
860.35/862.67 c logicor : 0.21 0.00 0.00 0.18 0.00 0.00 0.00 0.00 0.03 0.00
860.35/862.67 c benders : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c fixedvar : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c components : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c Propagators : #Propagate #ResProp Cutoffs DomReds
860.35/862.67 c dualfix : 1 0 0 0
860.35/862.67 c genvbounds : 0 0 0 0
860.35/862.67 c nlobbt : 0 0 0 0
860.35/862.67 c obbt : 0 0 0 0
860.35/862.67 c probing : 0 0 0 0
860.35/862.67 c pseudoobj : 0 0 0 0
860.35/862.67 c redcost : 0 0 0 0
860.35/862.67 c rootredcost : 0 0 0 0
860.35/862.67 c symmetry : 0 0 0 0
860.35/862.67 c vbounds : 6840 0 0 0
860.35/862.67 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
860.35/862.67 c dualfix : 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c genvbounds : 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c probing : 2.56 0.00 2.56 0.00 0.00 0.00
860.35/862.67 c pseudoobj : 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c redcost : 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c rootredcost : 0.00 0.00 0.00 0.00 0.00 0.00
860.35/862.67 c symmetry : 85.93 0.00 85.93 0.00 0.00 0.00
860.35/862.67 c vbounds : 0.35 0.00 0.01 0.33 0.00 0.00
860.35/862.67 c Symmetry :
860.35/862.67 c orbitopal red. : 0 reductions applied, 0 cutoffs
860.35/862.67 c orbital reduction: 0 reductions applied, 0 cutoffs
860.35/862.67 c lexicographic red: 0 reductions applied, 0 cutoffs
860.35/862.67 c shadow tree time : 0.00 s
860.35/862.67 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
860.35/862.67 c propagation : 4.11 110 109 - 4881 9034.9 0 0.0 - - -
860.35/862.67 c infeasible LP : 3.24 556 727 - 4694 428.7 0 0.0 356 21.8 0
860.35/862.67 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
860.35/862.67 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
860.35/862.67 c pseudo solution : 0.00 0 0 - 0 0.0 0 0.0 - - -
860.35/862.67 c applied globally : 1.36 - - 355 2043 357.3 - - 356 - -
860.35/862.67 c applied locally : - - - 0 3 9685.0 - - 0 - -
860.35/862.67 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
860.35/862.67 c cut pool : 0.03 - 175 21 - - 184 1668 - - - - - (maximal pool size: 170)
860.35/862.67 c aggregation : 0.12 0.00 59 11 0 0 0 0 0 0 0 0 0
860.35/862.67 c > cmir : - - - - - - - 0 0 0 0 0 -
860.35/862.67 c > flowcover : - - - - - - - 0 0 0 0 0 -
860.35/862.67 c > knapsackcover : - - - - - - - 0 0 0 0 0 -
860.35/862.67 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c clique : 0.81 0.00 11 11 0 0 103 1264 0 202 202 0 0
860.35/862.67 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c gomory : 12.33 0.00 58 10 0 0 100 223 58 111 109 2 0
860.35/862.67 c > gomorymi : - - - - - - - 20 29 9 7 2 -
860.35/862.67 c > strongcg : - - - - - - - 203 29 102 102 0 -
860.35/862.67 c impliedbounds : 0.09 0.00 59 11 0 0 0 0 0 0 0 0 0
860.35/862.67 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c mcf : 0.01 0.00 1 1 0 0 0 0 0 0 0 0 0
860.35/862.67 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c multilinear : 0.00 0.00 30 11 0 0 0 0 0 0 0 0 0
860.35/862.67 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c rapidlearning : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
860.35/862.67 c rlt : 0.00 0.00 33 10 0 0 0 0 0 0 0 0 0
860.35/862.67 c zerohalf : 0.49 0.00 59 11 0 0 104 181 65 190 135 55 0
860.35/862.67 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
860.35/862.67 c hybrid : 0.01 0.00 125 11 503 1 1288 42 0 261
860.35/862.67 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c Pricers : ExecTime SetupTime Calls Vars
860.35/862.67 c problem variables: 0.00 - 0 0
860.35/862.67 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
860.35/862.67 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c random : 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c relpscost : 11.12 0.00 607 0 0 0 0 0 0 1214
860.35/862.67 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
860.35/862.67 c Primal Heuristics : ExecTime SetupTime Calls Found Best
860.35/862.67 c LP solutions : 0.00 - - 0 0
860.35/862.67 c relax solutions : 0.00 - - 0 0
860.35/862.67 c pseudo solutions : 0.00 - - 0 0
860.35/862.67 c strong branching : 0.00 - - 0 0
860.35/862.67 c actconsdiving : 0.00 0.00 0 0 0
860.35/862.67 c adaptivediving : 4.01 0.00 1 0 0
860.35/862.67 c alns : 0.62 0.00 3 0 0
860.35/862.67 c bound : 0.00 0.00 0 0 0
860.35/862.67 c clique : 0.07 0.00 1 0 0
860.35/862.67 c coefdiving : 0.00 0.00 0 0 0
860.35/862.67 c completesol : 0.00 0.00 0 0 0
860.35/862.67 c conflictdiving : 15.44 0.00 1 0 0
860.35/862.67 c crossover : 0.00 0.00 0 0 0
860.35/862.67 c dins : 0.00 0.00 0 0 0
860.35/862.67 c distributiondivin: 0.17 0.00 0 0 0
860.35/862.67 c dps : 0.00 0.00 0 0 0
860.35/862.67 c dualval : 0.00 0.00 0 0 0
860.35/862.67 c farkasdiving : 0.00 0.00 0 0 0
860.35/862.67 c feasjump : 0.26 0.00 1 0 0
860.35/862.67 c feaspump : 3.93 0.00 1 0 0
860.35/862.67 c fixandinfer : 0.00 0.00 0 0 0
860.35/862.67 c fracdiving : 1.09 0.00 1 0 0
860.35/862.67 c gins : 0.00 0.00 0 0 0
860.35/862.67 c guideddiving : 0.00 0.00 0 0 0
860.35/862.67 c indcoefdiving : 0.00 0.00 0 0 0
860.35/862.67 c indicator : 0.00 0.00 0 0 0
860.35/862.67 c indicatordiving : 0.00 0.00 0 0 0
860.35/862.67 c indoneopt : 0.00 0.00 0 0 0
860.35/862.67 c indrounding : 0.00 0.00 0 0 0
860.35/862.67 c indtwoopt : 0.00 0.00 0 0 0
860.35/862.67 c intdiving : 0.00 0.00 0 0 0
860.35/862.67 c intshifting : 0.00 0.00 0 0 0
860.35/862.67 c linesearchdiving : 0.00 0.00 0 0 0
860.35/862.67 c localbranching : 0.00 0.00 0 0 0
860.35/862.67 c locks : 0.06 0.00 1 0 0
860.35/862.67 c lpface : 0.01 0.00 0 0 0
860.35/862.67 c mpec : 0.00 0.00 0 0 0
860.35/862.67 c multistart : 0.00 0.00 0 0 0
860.35/862.67 c mutation : 0.00 0.00 0 0 0
860.35/862.67 c nlpdiving : 0.00 0.00 0 0 0
860.35/862.67 c objpscostdiving : 14.06 0.00 1 0 0
860.35/862.67 c octane : 0.00 0.00 0 0 0
860.35/862.67 c ofins : 0.00 0.00 0 0 0
860.35/862.67 c oneopt : 0.00 0.00 0 0 0
860.35/862.67 c padm : 0.00 0.00 0 0 0
860.35/862.67 c proximity : 0.00 0.00 0 0 0
860.35/862.67 c pscostdiving : 5.35 0.00 1 0 0
860.35/862.67 c randrounding : 1.02 0.00 103 0 0
860.35/862.67 c rens : 0.17 0.00 1 0 0
860.35/862.67 c reoptsols : 0.00 0.00 0 0 0
860.35/862.67 c repair : 0.00 0.00 0 0 0
860.35/862.67 c rins : 0.00 0.00 0 0 0
860.35/862.67 c rootsoldiving : 3.03 0.00 1 0 0
860.35/862.67 c rounding : 1.35 0.00 339 0 0
860.35/862.67 c scheduler : 0.00 0.00 0 0 0
860.35/862.67 c shiftandpropagate: 3.03 0.00 1 0 0
860.35/862.67 c shifting : 3.87 0.00 148 0 0
860.35/862.67 c simplerounding : 0.00 0.00 0 0 0
860.35/862.67 c smallcard : 0.00 0.00 0 0 0
860.35/862.67 c subnlp : 0.00 0.00 0 0 0
860.35/862.67 c trivial : 0.01 0.00 2 0 0
860.35/862.67 c trivialnegation : 0.00 0.00 0 0 0
860.35/862.67 c trustregion : 0.00 0.00 0 0 0
860.35/862.67 c trysol : 0.00 0.00 0 0 0
860.35/862.67 c twoopt : 0.00 0.00 0 0 0
860.35/862.67 c undercover : 0.00 0.00 0 0 0
860.35/862.67 c vbounds : 4.52 0.00 1 0 0
860.35/862.67 c veclendiving : 31.66 0.00 1 0 0
860.35/862.67 c zeroobj : 0.00 0.00 0 0 0
860.35/862.67 c zirounding : 0.17 0.00 607 0 0
860.35/862.67 c other solutions : - - - 0 -
860.35/862.67 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
860.35/862.67 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
860.35/862.67 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
860.35/862.67 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
860.35/862.67 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
860.35/862.67 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
860.35/862.67 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
860.35/862.67 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
860.35/862.67 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
860.35/862.67 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
860.35/862.67 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
860.35/862.67 c primal LP : 0.26 48 0 0.00 0.00 0.26 48
860.35/862.67 c dual LP : 644.67 1249 1397058 1120.34 2167.09 0.00 2
860.35/862.67 c lex dual LP : 0.00 0 0 0.00 -
860.35/862.67 c barrier LP : 0.00 0 0 0.00 - 0.00 0
860.35/862.67 c resolve instable : 0.10 2 310 155.00 3002.74
860.35/862.67 c diving/probing LP: 77.48 500 174463 348.93 2251.76
860.35/862.67 c strong branching : 10.69 19 17328 912.00 1620.44 - - 30
860.35/862.67 c (at root node) : - 19 17328 912.00 -
860.35/862.67 c conflict analysis: 0.00 0 0 0.00 -
860.35/862.67 c B&B Tree :
860.35/862.67 c number of runs : 1
860.35/862.67 c nodes : 1212 (607 internal, 605 leaves)
860.35/862.67 c feasible leaves : 0
860.35/862.67 c infeas. leaves : 605
860.35/862.67 c objective leaves : 0
860.35/862.67 c nodes (total) : 1212 (607 internal, 605 leaves)
860.35/862.67 c nodes left : 0
860.35/862.67 c max depth : 56
860.35/862.67 c max depth (total): 56
860.35/862.67 c backtracks : 102 (8.4%)
860.35/862.67 c early backtracks : 0 (0.0%)
860.35/862.67 c nodes exc. ref. : 0 (0.0%)
860.35/862.67 c delayed cutoffs : 3
860.35/862.67 c repropagations : 2814 (28059 domain reductions, 3 cutoffs)
860.35/862.67 c avg switch length: 6.58
860.35/862.67 c switching time : 1.12
860.35/862.67 c Root Node :
860.35/862.67 c First LP value : +0.00000000000000e+00
860.35/862.67 c First LP Iters : 10416 (2090.70 Iter/sec)
860.35/862.67 c First LP Time : 4.98
860.35/862.67 c Final Dual Bound : -
860.35/862.67 c Final Root Iters : 41115
860.35/862.67 c Root LP Estimate : +3.67908409585065e-03
860.35/862.67 c Solution :
860.35/862.67 c Solutions found : 0 (0 improvements)
860.35/862.67 c Primal Bound : infeasible
860.35/862.67 c Dual Bound : -
860.35/862.67 c Gap : 0.00 %
860.35/862.67 c Integrals : Total Avg%
860.35/862.67 c primal-dual : - - (problem infeasible)
860.35/862.67 c primal-ref : - - (problem infeasible)
860.35/862.67 c dual-ref : - - (problem infeasible)
860.45/862.75 c Time complete: 860.521.
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: 63968 MiB (61462 MiB free)
memory of node 1: 64473 MiB (61728 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452335-1721442045/watcher-4452335-1721442045 -o /tmp/evaluation-result-4452335-1721442045/solver-4452335-1721442045 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721434856-1036359 --watchdog 3760 pbscip -f HOME/instance-4452335-1721442045.opb -t 3600 -j 2 -m 31000
running on 2 cores: 5,7
CPU governors:
performance: 5 7
Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=1041110, runsolver pid=1041107
[startup+0.100248 s]*
/proc/loadavg: 4.14 4.11 4.11 5/257 1041111
/proc/meminfo: memFree=126093744/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=108016 memory=67868 CPUtime=0.09 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 13863 0 0 0 8 1 0 0 20 0 1 0 196369448 110608384 16967 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 27004 16967 3635 3540 0 15261 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 108016 KiB
Current children cumulated memory: 67868 KiB
[startup+0.212232 s]*
/proc/loadavg: 4.14 4.11 4.11 5/257 1041111
/proc/meminfo: memFree=126088040/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=113452 memory=73720 CPUtime=0.19 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 20417 0 0 0 17 2 0 0 20 0 1 0 196369448 116174848 18430 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 28363 18430 3762 3540 0 16620 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 113452 KiB
Current children cumulated memory: 73720 KiB
[startup+0.305961 s]*
/proc/loadavg: 4.14 4.11 4.11 5/257 1041111
/proc/meminfo: memFree=126066632/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=136776 memory=96688 CPUtime=0.29 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 26169 0 0 0 26 3 0 0 20 0 1 0 196369448 140058624 24172 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 34194 24172 3762 3540 0 22451 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 136776 KiB
Current children cumulated memory: 96688 KiB
[startup+0.70023 s]
/proc/loadavg: 4.14 4.11 4.11 5/257 1041111
/proc/meminfo: memFree=126059116/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=139552 memory=99472 CPUtime=0.68 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 26816 0 0 0 65 3 0 0 20 0 1 0 196369448 142901248 24868 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 34888 24868 3810 3540 0 23145 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 139552 KiB
Current children cumulated memory: 99472 KiB
[startup+1.50025 s]
/proc/loadavg: 4.14 4.11 4.11 6/257 1041111
/proc/meminfo: memFree=126056128/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=148140 memory=106600 CPUtime=1.47 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 28648 0 0 0 144 3 0 0 20 0 1 0 196369448 151695360 26650 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 37035 26650 3810 3540 0 25292 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 148140 KiB
Current children cumulated memory: 106600 KiB
[startup+3.10615 s]
/proc/loadavg: 4.14 4.11 4.11 5/257 1041111
/proc/meminfo: memFree=126031216/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=185808 memory=124504 CPUtime=3.08 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 32746 0 0 0 304 4 0 0 20 0 1 0 196369448 190267392 31126 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 46452 31126 3810 3540 0 34709 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 185808 KiB
Current children cumulated memory: 124504 KiB
[startup+6.30018 s]
/proc/loadavg: 4.12 4.11 4.11 5/257 1041111
/proc/meminfo: memFree=125936560/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=262288 memory=200064 CPUtime=6.27 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 51612 0 0 0 620 7 0 0 20 0 1 0 196369448 268582912 50016 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 65572 50016 3826 3540 0 53829 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 262288 KiB
Current children cumulated memory: 200064 KiB
[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.10 5/257 1041113
/proc/meminfo: memFree=125901948/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=296808 memory=234648 CPUtime=12.65 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 60265 0 0 0 1257 8 0 0 20 0 1 0 196369448 303931392 58662 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 74202 58662 3826 3540 0 62459 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 296808 KiB
Current children cumulated memory: 234648 KiB
[startup+25.5002 s]
/proc/loadavg: 4.09 4.10 4.10 6/257 1041114
/proc/meminfo: memFree=125668140/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=338236 memory=276352 CPUtime=25.43 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 70695 0 0 0 2532 11 0 0 20 0 1 0 196369448 346353664 69088 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 84559 69088 3826 3540 0 72816 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 338236 KiB
Current children cumulated memory: 276352 KiB
[startup+51.1059 s]
/proc/loadavg: 4.12 4.11 4.10 6/257 1041119
/proc/meminfo: memFree=125526464/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=362896 memory=301168 CPUtime=50.98 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 76885 0 0 0 5084 14 0 0 20 0 1 0 196369448 371605504 75292 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 90724 75292 3826 3540 0 78981 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 362896 KiB
Current children cumulated memory: 301168 KiB
[startup+102.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/257 1041265
/proc/meminfo: memFree=125590016/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=903248 memory=680416 CPUtime=102.07 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 171822 0 0 0 10174 33 0 0 20 0 1 0 196369448 924925952 170104 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 225812 170104 4002 3540 0 214069 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 903248 KiB
Current children cumulated memory: 680416 KiB
[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.09 6/258 1041277
/proc/meminfo: memFree=125487724/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1005232 memory=772324 CPUtime=161.92 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 189721 0 0 0 16153 39 0 0 20 0 1 0 196369448 1029357568 193081 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 251308 193081 4050 3540 0 239565 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 1005232 KiB
Current children cumulated memory: 772324 KiB
[startup+222.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/258 1041288
/proc/meminfo: memFree=125198276/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=788192 CPUtime=221.77 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 193595 0 0 0 22135 42 0 0 20 0 1 0 196369448 1046536192 197048 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197048 4216 3540 0 243759 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 788192 KiB
[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/256 1041681
/proc/meminfo: memFree=125141428/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789512 CPUtime=281.62 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 193909 0 0 0 28117 45 0 0 20 0 1 0 196369448 1046536192 197378 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197378 4216 3540 0 243759 0
Current children cumulated CPU time: 281.62 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789512 KiB
[startup+342.3 s]
/proc/loadavg: 4.16 4.12 4.09 6/256 1041691
/proc/meminfo: memFree=125082164/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=341.45 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194023 0 0 0 34099 46 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+402.3 s]
/proc/loadavg: 4.15 4.12 4.09 6/256 1041702
/proc/meminfo: memFree=125042888/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=401.28 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194025 0 0 0 40080 48 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/257 1041883
/proc/meminfo: memFree=125012780/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=461.12 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194044 0 0 0 46062 50 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 461.12 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+522.3 s]
/proc/loadavg: 4.29 4.18 4.11 5/257 1041893
/proc/meminfo: memFree=124870468/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=520.96 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194044 0 0 0 52044 52 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 520.96 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+582.3 s]
/proc/loadavg: 4.22 4.18 4.11 5/260 1041963
/proc/meminfo: memFree=124869464/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=580.81 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 58027 54 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 580.81 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+642.3 s]
/proc/loadavg: 4.28 4.19 4.12 6/260 1041974
/proc/meminfo: memFree=124841240/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=640.65 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 64009 56 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 640.65 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+702.3 s]
/proc/loadavg: 4.16 4.17 4.11 6/261 1041986
/proc/meminfo: memFree=124758908/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=700.49 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 69991 58 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 700.49 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+762.3 s]
/proc/loadavg: 4.06 4.14 4.10 6/259 1041997
/proc/meminfo: memFree=124730512/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=760.33 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 75973 60 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 760.33 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+822.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/259 1042008
/proc/meminfo: memFree=124709932/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=820.17 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 81955 62 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 820.17 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+862.788 s]
# the end of solver process 1041110 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=859.882 s, system=0.673379 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+844.8 s]
/proc/loadavg: 4.16 4.14 4.10 6/259 1042011
/proc/meminfo: memFree=124705376/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=842.61 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 84198 63 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 842.61 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+851.2 s]
/proc/loadavg: 4.15 4.14 4.10 5/259 1042013
/proc/meminfo: memFree=124704684/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=848.99 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 84836 63 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 848.99 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+857.6 s]
/proc/loadavg: 4.21 4.16 4.11 5/259 1042013
/proc/meminfo: memFree=124701872/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=855.37 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 85474 63 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 855.37 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+860.8 s]
/proc/loadavg: 4.20 4.15 4.11 6/259 1042015
/proc/meminfo: memFree=124701844/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=858.56 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 85793 63 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 858.56 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+861.6 s]
/proc/loadavg: 4.20 4.15 4.11 6/259 1042015
/proc/meminfo: memFree=124699344/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=859.36 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 85873 63 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 859.36 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+862.4 s]
/proc/loadavg: 4.20 4.15 4.11 6/259 1042015
/proc/meminfo: memFree=124699428/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=860.16 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 85953 63 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 860.16 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+862.6 s]
/proc/loadavg: 4.20 4.15 4.11 6/259 1042015
/proc/meminfo: memFree=124699428/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=1022008 memory=789960 CPUtime=860.35 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 85972 63 0 0 20 0 1 0 196369448 1046536192 197490 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 255502 197490 4216 3540 0 243759 0
Current children cumulated CPU time: 860.35 s
Current children cumulated vsize: 1022008 KiB
Current children cumulated memory: 789960 KiB
[startup+862.7 s]
/proc/loadavg: 4.20 4.15 4.11 6/259 1042015
/proc/meminfo: memFree=124699428/131524600 swapFree=131070704/131071996
[pid=1041110] ppid=1041107 vsize=999876 memory=767944 CPUtime=860.45 cores=5,7
/proc/1041110/stat : 1041110 (pbscip) R 1041107 1041110 1036346 0 -1 4194304 194045 0 0 0 85982 63 0 0 20 0 1 0 196369448 1023873024 191986 134679101440 4194304 18693293 140728006274912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 28606464 140728006280194 140728006280293 140728006280293 140728006287310 0
/proc/1041110/statm: 249969 191986 4216 3540 0 238226 0
Current children cumulated CPU time: 860.45 s
Current children cumulated vsize: 999876 KiB
Current children cumulated memory: 767944 KiB
Child status: 0
Real time (s): 862.788
CPU time (s): 860.555
CPU user time (s): 859.882
CPU system time (s): 0.673379
CPU usage (%): 99.7412
Max. virtual memory (cumulated for all children) (KiB): 1022008
Max. memory (cumulated for all children) (KiB): 789960
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 859.882
system time used= 0.673379
maximum resident set size= 789960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194157
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= 7
involuntary context switches= 470
# summary of solver processes directly reported to runsolver:
# pid: 1041110
# total CPU time (s): 860.555
# total CPU user time (s): 859.882
# total CPU system time (s): 0.673379
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.69784 second user time and 4.1752 second system time
The end