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-4517265-1751236930.opb>
0.00/0.01 c original problem has 2440 variables (2440 bin, 0 int, 0 cont) and 1281 constraints
0.00/0.01 c problem read in 0.012 seconds
0.00/0.01 c problem without objective
0.00/0.03 c presolving:
0.00/0.03 c (round 1, fast) 520 del vars, 520 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 40 clqs
0.00/0.04 c (0.0s) running MILP presolver
0.00/0.04 c (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.05 c (round 2, exhaustive) 521 del vars, 520 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1 upgd conss, 0 impls, 40 clqs
0.00/0.05 c (round 3, fast) 521 del vars, 520 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 78 chg coeffs, 1 upgd conss, 0 impls, 40 clqs
0.00/0.09 c (0.1s) probing: 209/1919 (10.9%) - 0 fixings, 0 aggregations, 15 implications, 0 bound changes
0.00/0.09 c (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.09 c (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.09 c (0.1s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.00)
0.09/0.11 c dynamic symmetry handling statistics:
0.09/0.11 c orbitopal reduction: no components
0.09/0.11 c orbital reduction: no components
0.09/0.11 c lexicographic reduction: no permutations
0.09/0.11 c handled 1 out of 1 symmetry components
0.09/0.11 c (round 4, exhaustive) 521 del vars, 520 del conss, 1 add conss, 0 chg bounds, 1 chg sides, 78 chg coeffs, 1 upgd conss, 0 impls, 57 clqs
0.09/0.11 c (round 5, exhaustive) 521 del vars, 520 del conss, 1 add conss, 0 chg bounds, 1 chg sides, 78 chg coeffs, 2 upgd conss, 0 impls, 57 clqs
0.09/0.12 c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
0.09/0.12 c 521 deleted vars, 520 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 78 changed coefficients
0.09/0.12 c 0 implications, 57 cliques
0.09/0.12 c presolved problem has 1919 variables (1919 bin, 0 int, 0 cont) and 762 constraints
0.09/0.12 c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.09/0.12 c 1 constraints of type <knapsack>
0.09/0.12 c 1 constraints of type <setppc>
0.09/0.12 c 760 constraints of type <linear>
0.09/0.12 c transformed objective value is always integral (scale: 1)
0.09/0.12 c Presolving Time: 0.09
0.09/0.12 c
0.09/0.12 c - non default parameters ----------------------------------------------------------------------
0.09/0.12 c
0.09/0.12 c # SCIP version 10.0.0
0.09/0.12 c
0.09/0.12 c # maximal time in seconds to run
0.09/0.12 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.09/0.12 c limits/time = 3596.996047
0.09/0.12 c
0.09/0.12 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.09/0.12 c limits/memory = 27900
0.09/0.12 c
0.09/0.12 c # belongs reading time to solving time?
0.09/0.12 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12 c timing/reading = TRUE
0.09/0.12 c
0.09/0.12 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
0.09/0.12 c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.09/0.12 c reading/opbreader/maxintsize = 47
0.09/0.12 c
0.09/0.12 c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.09/0.12 c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.09/0.12 c propagating/genvbounds/timingmask = 0
0.09/0.12 c
0.09/0.12 c -----------------------------------------------------------------------------------------------
0.09/0.12 c
0.09/0.16 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
0.09/0.16 c 0.2s| 1 | 0 | 24 | - | 33M | 0 |1919 | 782 | 762 | 0 | 0 | 20 | 0 | 0.000000e+00 | -- | Inf | unknown
0.21/0.23 c 0.2s| 1 | 0 | 221 | - | 34M | 0 |1919 | 782 | 774 | 12 | 1 | 20 | 0 | 0.000000e+00 | -- | Inf | unknown
0.21/0.25 c 0.2s| 1 | 0 | 271 | - | 34M | 0 |1919 | 782 | 865 | 103 | 2 | 20 | 0 | 0.000000e+00 | -- | Inf | unknown
0.21/0.26 c 0.3s| 1 | 0 | 307 | - | 34M | 0 |1919 | 782 | 882 | 120 | 3 | 20 | 0 | 0.000000e+00 | -- | Inf | unknown
0.21/0.27 c 0.3s| 1 | 0 | 320 | - | 34M | 0 |1919 | 783 | 893 | 131 | 4 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
0.21/0.29 c 0.3s| 1 | 0 | 422 | - | 34M | 0 |1919 | 783 | 912 | 150 | 5 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
0.30/0.32 c 0.3s| 1 | 0 | 536 | - | 35M | 0 |1919 | 785 | 949 | 187 | 6 | 23 | 0 | 0.000000e+00 | -- | Inf | unknown
0.30/0.37 c 0.4s| 1 | 0 | 608 | - | 35M | 0 |1919 | 785 | 992 | 230 | 7 | 23 | 0 | 0.000000e+00 | -- | Inf | unknown
0.30/0.42 c 0.4s| 1 | 0 | 726 | - | 35M | 0 |1919 | 787 |1013 | 251 | 8 | 25 | 0 | 0.000000e+00 | -- | Inf | unknown
0.40/0.48 c 0.5s| 1 | 0 | 857 | - | 35M | 0 |1919 | 787 |1056 | 294 | 9 | 25 | 0 | 0.000000e+00 | -- | Inf | unknown
0.87/0.92 c 0.9s| 1 | 0 | 2263 | - | 35M | 0 |1919 | 787 |1086 | 324 | 10 | 25 | 0 | 0.000000e+00 | -- | Inf | unknown
0.87/0.95 c 0.9s| 1 | 0 | 2476 | - | 35M | 0 |1919 | 787 |1096 | 334 | 11 | 25 | 0 | 0.000000e+00 | -- | Inf | unknown
0.87/0.96 c 1.0s| 1 | 0 | 2540 | - | 35M | 0 |1919 | 787 |1125 | 363 | 12 | 25 | 0 | 0.000000e+00 | -- | Inf | unknown
0.87/0.97 c 1.0s| 1 | 0 | 2545 | - | 36M | 0 |1919 | 787 |1159 | 397 | 13 | 25 | 0 | 0.000000e+00 | -- | Inf | unknown
0.87/0.98 c 1.0s| 1 | 0 | 2611 | - | 36M | 0 |1919 | 787 |1160 | 398 | 14 | 25 | 0 | 0.000000e+00 | -- | Inf | unknown
0.87/0.99 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
0.87/0.99 c 1.0s| 1 | 0 | 2665 | - | 36M | 0 |1919 | 787 |1190 | 428 | 15 | 25 | 0 | 0.000000e+00 | -- | Inf | unknown
0.87/1.01 c 1.0s| 1 | 0 | 2718 | - | 36M | 0 |1919 | 789 |1077 | 455 | 16 | 27 | 0 | 0.000000e+00 | -- | Inf | unknown
1.16/1.28 c 1.3s| 1 | 0 | 4089 | - | 37M | 0 |1919 | 789 |1112 | 490 | 17 | 27 | 0 | 0.000000e+00 | -- | Inf | unknown
1.25/1.30 c 1.3s| 1 | 0 | 4303 | - | 37M | 0 |1919 | 789 |1129 | 507 | 18 | 27 | 0 | 0.000000e+00 | -- | Inf | unknown
1.25/1.31 c 1.3s| 1 | 0 | 4368 | - | 37M | 0 |1919 | 789 |1155 | 533 | 19 | 27 | 0 | 0.000000e+00 | -- | Inf | unknown
1.25/1.32 c 1.3s| 1 | 0 | 4426 | - | 37M | 0 |1919 | 789 |1189 | 567 | 20 | 27 | 0 | 0.000000e+00 | -- | Inf | unknown
1.25/1.33 c 1.3s| 1 | 0 | 4482 | - | 37M | 0 |1919 | 789 |1224 | 602 | 21 | 27 | 0 | 0.000000e+00 | -- | Inf | unknown
1.25/1.34 c 1.3s| 1 | 0 | 4512 | - | 37M | 0 |1919 | 789 |1074 | 609 | 22 | 27 | 0 | 0.000000e+00 | -- | Inf | unknown
2.85/2.90 c 2.9s| 1 | 2 | 7096 | - | 37M | 0 |1919 | 804 |1074 | 609 | 23 | 42 | 19 | 0.000000e+00 | -- | Inf | unknown
3.53/3.68 c 3.7s| 100 | 101 | 24766 | 204.6 | 44M | 18 |1919 | 869 | 817 |2237 | 1 | 107 | 19 | 0.000000e+00 | -- | Inf | unknown
4.71/4.84 c 4.8s| 200 | 201 | 45204 | 204.5 | 46M | 23 |1919 |1082 | 806 |3526 | 1 | 322 | 19 | 0.000000e+00 | -- | Inf | unknown
5.02/5.14 c * 5.1s| 253 | 0 | 49823 | 179.8 | LP | 27 |1919 |1152 | 810 |3657 | 1 | 393 | 19 | 0.000000e+00 | 0.000000e+00 | 0.00%| 100.00%
5.02/5.14 c
5.02/5.14 c SCIP Status : problem is solved [optimal solution found]
5.02/5.14 c Solving Time (sec) : 5.14
5.02/5.14 c Solving Nodes : 253
5.02/5.14 c Primal Bound : +0.00000000000000e+00 (1 solutions)
5.02/5.14 c Dual Bound : +0.00000000000000e+00
5.02/5.14 c Gap : 0.00 %
5.02/5.14 c [linear] <linear5>: -<x2401>[B] (+0) +<x2361>[B] (-0) -2<x2402>[B] (+0) +2<x2362>[B] (+0) -4<x2403>[B] (+0) +4<x2363>[B] (+0) -8<x2404>[B] (+0) +8<x2364>[B] (+0) -16<x2405>[B] (+0) +16<x2365>[B] (+0) -32<x2406>[B] (+0) +32<x2366>[B] (+0) -64<x2407>[B] (+0) +64<x2367>[B] (+0) -128<x2408>[B] (+0) +128<x2368>[B] (+0) -256<x2409>[B] (+0) +256<x2369>[B] (+0) -512<x2410>[B] (+0) +512<x2370>[B] (+0) -1024<x2411>[B] (+1) +1024<x2371>[B] (+1) -2048<x2412>[B] (+0) +2048<x2372>[B] (+0) -4096<x2413>[B] (+0) +4096<x2373>[B] (+0) -8192<x2414>[B] (+0) +8192<x2374>[B] (+0) -16384<x2415>[B] (+0) +16384<x2375>[B] (+0) -32768<x2416>[B] (+0) +32768<x2376>[B] (+0) -65536<x2417>[B] (+0) +65536<x2377>[B] (+0) -131072<x2418>[B] (+0) +131072<x2378>[B] (+0) -262144<x2419>[B] (+0) +262144<x2379>[B] (+0) -524288<x2420>[B] (+0) +524288<x2380>[B] (+0) -1048576<x2421>[B] (+0) +1048576<x2381>[B] (+0) -2097152<x2422>[B] (+0) +2097152<x2382>[B] (+0) -4194304<x2423>[B] (+0) +4194304<x2383>[B] (+0) -8388608<x2424>[B] (+0) +8388608<x2384>[Bc ] (+0) -16777216<x2425>[B] (+0) +16777216<x2385>[B] (+0) -33554432<x2426>[B] (+0) +33554432<x2386>[B] (+0) -67108864<x2427>[B] (+0) +67108864<x2387>[B] (+0) -134217728<x2428>[B] (+0) +134217728<x2388>[B] (+0) -268435456<x2429>[B] (+0) +268435456<x2389>[B] (+0) -536870912<x2430>[B] (+0) +536870912<x2390>[B] (+0) -1.07374182e+09<x2431>[B] (+0) +1.07374182e+09<x2391>[B] (+0) -2.14748365e+09<x2432>[B] (+0) +2.14748365e+09<x2392>[B] (+0) -4.2949673e+09<x2433>[B] (+0) +4.2949673e+09<x2393>[B] (+0) -8.58993459e+09<x2434>[B] (+0) +8.58993459e+09<x2394>[B] (+0) -1.71798692e+10<x2435>[B] (+0) +1.71798692e+10<x2395>[B] (+0) -3.43597384e+10<x2436>[B] (+0) +3.43597384e+10<x2396>[B] (+0) -6.87194767e+10<x2437>[B] (+0) +6.87194767e+10<x2397>[B] (+0) -1.37438953e+11<x2438>[B] (+0) +1.37438953e+11<x2398>[B] (+0) -2.74877907e+11<x2439>[B] (+0) +2.74877907e+11<x2399>[B] (+0) -5.49755814e+11<x2440>[B] (+0) +5.49755814e+11<x2400>[B] (+0) >= 1;
5.02/5.14 c ;
5.02/5.14 c violation: left hand side is violated by 1
5.02/5.14 c best solution is not feasible in original problem
5.02/5.14 c internal error
5.02/5.14 s UNKNOWN
5.02/5.14 c SCIP Status : problem is solved [optimal solution found]
5.02/5.14 c Total Time : 5.14
5.02/5.14 c solving : 5.14
5.02/5.14 c presolving : 0.09 (included in solving)
5.02/5.14 c reading : 0.01 (included in solving)
5.02/5.14 c copying : 0.09 (23 #copies) (minimal 0.00, maximal 0.01, average 0.00)
5.02/5.14 c Original Problem :
5.02/5.14 c Problem name : HOME/instance-4517265-1751236930.opb
5.02/5.14 c Variables : 2440 (2440 binary, 0 integer, 0 continuous)
5.02/5.14 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
5.02/5.14 c Constraints : 1281 initial, 1281 maximal
5.02/5.14 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
5.02/5.14 c Presolved Problem :
5.02/5.14 c Problem name : t_HOME/instance-4517265-1751236930.opb
5.02/5.14 c Variables : 1919 (1919 binary, 0 integer, 0 continuous)
5.02/5.14 c implied integral : 0 (0 binary, 0 integer, 0 continuous)
5.02/5.14 c Constraints : 762 initial, 1152 maximal
5.02/5.14 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
5.02/5.14 c Nonzeros : 3840 constraint, 116 clique table
5.02/5.14 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
5.02/5.14 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c domcol : 0.00 0.00 2 0 0 0 0 0 0 0 0 0
5.02/5.14 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c dualsparsify : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
5.02/5.14 c gateextraction : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c implics : 0.00 0.00 4 0 0 0 0 0 0 0 0 0
5.02/5.14 c implint : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c milp : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
5.02/5.14 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c sparsify : 0.01 0.00 1 0 0 0 0 0 0 0 0 0
5.02/5.14 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c trivial : 0.00 0.00 6 0 0 0 0 0 0 0 0 0
5.02/5.14 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c dualfix : 0.00 0.00 6 1 0 0 0 0 0 0 0 0
5.02/5.14 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c probing : 0.03 0.00 1 0 0 0 0 0 0 0 0 0
5.02/5.14 c pseudoobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c symmetry : 0.02 0.00 1 0 0 0 0 0 0 1 0 0
5.02/5.14 c vbounds : 0.00 0.00 2 0 0 0 0 0 0 0 0 0
5.02/5.14 c knapsack : 0.00 0.00 10 0 0 0 0 0 0 0 1 78
5.02/5.14 c setppc : 0.00 0.00 3 0 0 0 0 0 0 0 0 0
5.02/5.14 c linear : 0.02 0.00 10 0 520 0 0 0 520 0 0 0
5.02/5.14 c logicor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c components : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
5.02/5.14 c root node : - - - 0 - - 0 - - - - -
5.02/5.14 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
5.02/5.14 c integral : 0 0 0 0 244 0 0 58 0 0 0 0 0 0 486
5.02/5.14 c knapsack : 1+ 19 23 19865 1 0 7 52 69 17 10 16 5 0 0
5.02/5.14 c setppc : 1+ 2 23 1288 0 0 0 37 0 0 1 0 0 0 0
5.02/5.14 c linear : 760+ 764 23 19859 1 0 7 40 4904 85 375 0 0 0 0
5.02/5.14 c logicor : 0+ 367 23 997 0 0 0 0 9 1 1 5 3 0 0
5.02/5.14 c fixedvar : 0 0 0 0 1 0 7 0 0 0 0 0 0 0 0
5.02/5.14 c countsols : 0 0 0 0 1 0 7 0 0 0 0 0 0 0 0
5.02/5.14 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
5.02/5.14 c integral : 1.45 0.00 0.00 0.00 1.45 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c knapsack : 0.02 0.00 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c setppc : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c linear : 0.05 0.00 0.00 0.04 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c logicor : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c fixedvar : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c components : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c Propagators : #Propagate #ResProp Cutoffs DomReds
5.02/5.14 c dualfix : 1 0 0 0
5.02/5.14 c genvbounds : 0 0 0 0
5.02/5.14 c nlobbt : 0 0 0 0
5.02/5.14 c obbt : 0 0 0 0
5.02/5.14 c probing : 0 0 0 0
5.02/5.14 c pseudoobj : 0 0 0 0
5.02/5.14 c redcost : 0 0 0 0
5.02/5.14 c rootredcost : 0 0 0 0
5.02/5.14 c symmetry : 0 0 0 0
5.02/5.14 c vbounds : 655 0 0 0
5.02/5.14 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
5.02/5.14 c dualfix : 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c genvbounds : 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c probing : 0.03 0.00 0.03 0.00 0.00 0.00
5.02/5.14 c pseudoobj : 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c redcost : 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c rootredcost : 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c symmetry : 0.02 0.00 0.02 0.00 0.00 0.00
5.02/5.14 c vbounds : 0.00 0.00 0.00 0.00 0.00 0.00
5.02/5.14 c Symmetry :
5.02/5.14 c #affected vars : 2 (2 bin, 0 int, 0 cont)
5.02/5.14 c orbitopal red. : 0 reductions applied, 0 cutoffs
5.02/5.14 c orbital reduction: 0 reductions applied, 0 cutoffs
5.02/5.14 c lexicographic red: 0 reductions applied, 0 cutoffs
5.02/5.14 c shadow tree time : 0.00 s
5.02/5.14 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
5.02/5.14 c propagation : 0.01 59 59 - 430 74.7 12 14.2 - - -
5.02/5.14 c infeasible LP : 0.01 25 25 - 182 25.5 9 14.6 25 66.4 0
5.02/5.14 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
5.02/5.14 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
5.02/5.14 c pseudo solution : 0.00 1 1 - 1 0.0 0 0.0 - - -
5.02/5.14 c applied globally : 0.00 - - 0 368 20.1 - - 25 - -
5.02/5.14 c applied locally : - - - 0 0 0.0 - - 0 - -
5.02/5.14 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
5.02/5.14 c cut pool : 0.02 - 136 43 - - 2487 12507 - - - - - (maximal pool size: 2487)
5.02/5.14 c aggregation : 0.07 0.00 48 23 0 0 1480 7540 49 3407 3368 39 0
5.02/5.14 c > cmir : - - - - - - - 38 0 2 2 0 -
5.02/5.14 c > flowcover : - - - - - - - 3728 0 2780 2780 0 -
5.02/5.14 c > knapsackcover : - - - - - - - 3774 49 625 586 39 -
5.02/5.14 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c clique : 0.00 0.00 23 23 0 0 0 0 0 0 0 0 0
5.02/5.14 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c gomory : 0.24 0.00 35 10 0 0 1205 4569 242 151 137 14 0
5.02/5.14 c > gomorymi : - - - - - - - 2070 128 80 70 10 -
5.02/5.14 c > strongcg : - - - - - - - 2499 114 71 67 4 -
5.02/5.14 c impliedbounds : 0.00 0.00 48 23 0 0 12 42 0 41 41 0 0
5.02/5.14 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c mcf : 0.00 0.00 1 1 0 0 0 0 0 0 0 0 0
5.02/5.14 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c multilinear : 0.00 0.00 45 23 0 0 0 0 0 0 0 0 0
5.02/5.14 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
5.02/5.14 c rapidlearning : 0.50 0.00 18 1 0 10 0 0 0 0 0 0 0
5.02/5.14 c rlt : 0.00 0.00 10 10 0 0 0 0 0 0 0 0 0
5.02/5.14 c zerohalf : 0.04 0.00 45 20 0 0 100 356 19 50 49 1 0
5.02/5.14 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
5.02/5.14 c hybrid : 0.01 0.00 88 22 3657 0 9181 609 0 605
5.02/5.14 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c Pricers : ExecTime SetupTime Calls Vars
5.02/5.14 c problem variables: 0.00 - 0 0
5.02/5.14 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
5.02/5.14 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c inference : 0.00 0.00 0 0 7 0 0 0 0 14
5.02/5.14 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c random : 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c relpscost : 1.45 0.00 243 0 0 0 0 0 0 486
5.02/5.14 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
5.02/5.14 c Primal Heuristics : ExecTime SetupTime Calls Found Best
5.02/5.14 c LP solutions : 0.00 - - 1 1
5.02/5.14 c relax solutions : 0.00 - - 0 0
5.02/5.14 c pseudo solutions : 0.00 - - 0 0
5.02/5.14 c strong branching : 0.00 - - 0 0
5.02/5.14 c actconsdiving : 0.00 0.00 0 0 0
5.02/5.14 c adaptivediving : 0.08 0.00 4 0 0
5.02/5.14 c alns : 0.19 0.00 4 0 0
5.02/5.14 c bound : 0.00 0.00 0 0 0
5.02/5.14 c clique : 0.01 0.00 1 0 0
5.02/5.14 c coefdiving : 0.00 0.00 0 0 0
5.02/5.14 c completesol : 0.00 0.00 0 0 0
5.02/5.14 c conflictdiving : 0.22 0.00 10 0 0
5.02/5.14 c crossover : 0.00 0.00 0 0 0
5.02/5.14 c dins : 0.00 0.00 0 0 0
5.02/5.14 c distributiondivin: 0.09 0.00 7 0 0
5.02/5.14 c dks : 0.00 0.00 0 0 0
5.02/5.14 c dps : 0.00 0.00 0 0 0
5.02/5.14 c dualval : 0.00 0.00 0 0 0
5.02/5.14 c farkasdiving : 0.00 0.00 0 0 0
5.02/5.14 c feaspump : 0.04 0.00 5 0 0
5.02/5.14 c fixandinfer : 0.00 0.00 0 0 0
5.02/5.14 c fracdiving : 0.17 0.00 8 0 0
5.02/5.14 c gins : 0.00 0.00 0 0 0
5.02/5.14 c guideddiving : 0.00 0.00 0 0 0
5.02/5.14 c indicator : 0.00 0.00 0 0 0
5.02/5.14 c indicatordiving : 0.00 0.00 0 0 0
5.02/5.14 c intdiving : 0.00 0.00 0 0 0
5.02/5.14 c intshifting : 0.00 0.00 0 0 0
5.02/5.14 c linesearchdiving : 0.10 0.00 4 0 0
5.02/5.14 c localbranching : 0.00 0.00 0 0 0
5.02/5.14 c locks : 0.02 0.00 1 0 0
5.02/5.14 c lpface : 0.00 0.00 0 0 0
5.02/5.14 c mpec : 0.00 0.00 0 0 0
5.02/5.14 c multistart : 0.00 0.00 0 0 0
5.02/5.14 c mutation : 0.00 0.00 0 0 0
5.02/5.14 c nlpdiving : 0.00 0.00 0 0 0
5.02/5.14 c objpscostdiving : 0.02 0.00 4 0 0
5.02/5.14 c octane : 0.00 0.00 0 0 0
5.02/5.14 c ofins : 0.00 0.00 0 0 0
5.02/5.14 c oneopt : 0.00 0.00 0 0 0
5.02/5.14 c padm : 0.00 0.00 0 0 0
5.02/5.14 c proximity : 0.00 0.00 0 0 0
5.02/5.14 c pscostdiving : 0.20 0.00 6 0 0
5.02/5.14 c randrounding : 0.03 0.00 62 0 0
5.02/5.14 c rens : 0.01 0.00 1 0 0
5.02/5.14 c reoptsols : 0.00 0.00 0 0 0
5.02/5.14 c repair : 0.00 0.00 0 0 0
5.02/5.14 c rins : 0.00 0.00 0 0 0
5.02/5.14 c rootsoldiving : 0.03 0.00 1 0 0
5.02/5.14 c rounding : 0.01 0.00 207 0 0
5.02/5.14 c scheduler : 0.00 0.00 0 0 0
5.02/5.14 c shiftandpropagate: 0.01 0.00 1 0 0
5.02/5.14 c shifting : 0.02 0.00 103 0 0
5.02/5.14 c simplerounding : 0.00 0.00 0 0 0
5.02/5.14 c subnlp : 0.00 0.00 0 0 0
5.02/5.14 c trivial : 0.00 0.00 2 0 0
5.02/5.14 c trivialnegation : 0.00 0.00 0 0 0
5.02/5.14 c trustregion : 0.00 0.00 0 0 0
5.02/5.14 c trysol : 0.00 0.00 0 0 0
5.02/5.14 c twoopt : 0.00 0.00 0 0 0
5.02/5.14 c undercover : 0.00 0.00 0 0 0
5.02/5.14 c vbounds : 0.00 0.00 0 0 0
5.02/5.14 c veclendiving : 0.10 0.00 4 0 0
5.02/5.14 c zeroobj : 0.00 0.00 0 0 0
5.02/5.14 c zirounding : 0.00 0.00 239 0 0
5.02/5.14 c other solutions : - - - 0 -
5.02/5.14 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
5.02/5.14 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
5.02/5.14 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
5.02/5.14 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
5.02/5.14 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
5.02/5.14 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
5.02/5.14 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
5.02/5.14 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
5.02/5.14 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
5.02/5.14 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
5.02/5.14 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
5.02/5.14 c primal LP : 0.01 31 0 0.00 0.00 0.01 31
5.02/5.14 c dual LP : 1.23 388 19429 53.08 15828.17 0.00 22
5.02/5.14 c lex dual LP : 0.00 0 0 0.00 -
5.02/5.14 c barrier LP : 0.00 0 0 0.00 - 0.00 0
5.02/5.14 c resolve instable : 0.00 0 0 0.00 -
5.02/5.14 c diving/probing LP: 0.71 395 30394 76.95 43065.14
5.02/5.14 c strong branching : 1.38 19 16803 884.37 12138.27 - - 24
5.02/5.14 c (at root node) : - 19 16803 884.37 -
5.02/5.14 c conflict analysis: 0.00 0 0 0.00 -
5.02/5.14 c Relaxators : Time Calls Cutoffs ImprBounds ImprTime ReducedDom Separated AddedConss
5.02/5.14 c benders : 0.00 0 0 0 0.00 0 0 0
5.02/5.14 c B&B Tree :
5.02/5.14 c number of runs : 1
5.02/5.14 c nodes : 253 (250 internal, 3 leaves)
5.02/5.14 c feasible leaves : 1
5.02/5.14 c infeas. leaves : 2
5.02/5.14 c objective leaves : 0
5.02/5.14 c nodes (total) : 253 (250 internal, 3 leaves)
5.02/5.14 c nodes left : 0
5.02/5.14 c max depth : 27
5.02/5.14 c max depth (total): 27
5.02/5.14 c backtracks : 56 (22.1%)
5.02/5.14 c early backtracks : 0 (0.0%)
5.02/5.14 c nodes exc. ref. : 0 (0.0%)
5.02/5.14 c delayed cutoffs : 0
5.02/5.14 c repropagations : 1 (8 domain reductions, 0 cutoffs)
5.02/5.14 c avg switch length: 2.51
5.02/5.14 c switching time : 0.02
5.02/5.14 c Root Node :
5.02/5.14 c First LP value : +0.00000000000000e+00
5.02/5.14 c First LP Iters : 24 (7069.22 Iter/sec)
5.02/5.14 c First LP Time : 0.00
5.02/5.14 c Final Dual Bound : -
5.02/5.14 c Final Root Iters : 4512
5.02/5.14 c Root LP Estimate : +3.15544479151932e-03
5.02/5.14 c Solution :
5.02/5.14 c Solutions found : 1 (1 improvements)
5.02/5.14 c First Solution : +0.00000000000000e+00 (in run 1, after 253 nodes, 5.14 seconds, depth 25, found by <relaxation>)
5.02/5.14 c Gap First Sol. : 0.00 %
5.02/5.14 c Gap Last Sol. : 0.00 %
5.02/5.14 c Primal Bound : +0.00000000000000e+00 (in run 1, after 253 nodes, 5.14 seconds, depth -1, found by <relaxation>)
5.02/5.14 c Dual Bound : +0.00000000000000e+00
5.02/5.14 c Gap : 0.00 %
5.02/5.14 c Integrals : Total Avg%
5.02/5.14 c primal-dual : 514.02 100.00
5.02/5.14 c primal-ref : - - (not evaluated)
5.02/5.14 c dual-ref : - - (not evaluated)
5.02/5.15 c Time complete (sec): 5.069
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: 63837 MiB (62636 MiB free)
memory of node 1: 64465 MiB (63763 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517265-1751236930/watcher-4517265-1751236930 -o /tmp/evaluation-result-4517265-1751236930/solver-4517265-1751236930 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751236711-38748 --watchdog 3760 pbsolver -f HOME/instance-4517265-1751236930.opb -t 3600 -m 31000
running on 2 cores: 5,7
CPU governors:
performance: 5 7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Current StackSize limit: 8192 KiB
solver pid=40666, runsolver pid=40663
[startup+0.10007 s]*
/proc/loadavg: 4.08 3.09 3.24 5/248 40667
/proc/meminfo: memFree=129409424/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=47816 memory=32000 CPUtime=0.09 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 5655 0 0 0 8 1 0 0 20 0 1 0 39372146 48963584 8000 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 11954 8000 2592 2575 0 8861 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47816 KiB
Current children cumulated memory: 32000 KiB
[startup+0.21307 s]*
/proc/loadavg: 4.08 3.09 3.24 5/248 40667
/proc/meminfo: memFree=129385484/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=68044 memory=50560 CPUtime=0.21 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 10253 0 0 0 18 3 0 0 20 0 1 0 39372146 69677056 12640 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 17011 12640 2656 2575 0 13918 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 68044 KiB
Current children cumulated memory: 50560 KiB
[startup+0.312915 s]*
/proc/loadavg: 4.08 3.09 3.24 4/248 40667
/proc/meminfo: memFree=129385484/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=64096 memory=46724 CPUtime=0.3 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 10258 0 0 0 27 3 0 0 20 0 1 0 39372146 65634304 11681 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 16024 11681 2656 2575 0 12931 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 64096 KiB
Current children cumulated memory: 46724 KiB
[startup+0.700249 s]
/proc/loadavg: 4.08 3.09 3.24 5/248 40667
/proc/meminfo: memFree=129389016/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=64096 memory=46724 CPUtime=0.66 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 10272 0 0 0 62 4 0 0 20 0 1 0 39372146 65634304 11681 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 16024 11681 2656 2575 0 12931 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 64096 KiB
Current children cumulated memory: 46724 KiB
[startup+1.50027 s]
/proc/loadavg: 4.08 3.09 3.24 4/248 40692
/proc/meminfo: memFree=129405556/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=67796 memory=50708 CPUtime=1.45 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 11523 0 0 0 140 5 0 0 20 0 1 0 39372146 69423104 12677 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 16949 12677 2656 2575 0 13856 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 67796 KiB
Current children cumulated memory: 50708 KiB
[startup+3.11295 s]
/proc/loadavg: 4.16 3.12 3.25 5/250 40727
/proc/meminfo: memFree=129392444/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=70512 memory=54764 CPUtime=3.05 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 14208 0 0 0 298 7 0 0 20 0 1 0 39372146 72204288 13691 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 17628 13691 2688 2575 0 14535 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 70512 KiB
Current children cumulated memory: 54764 KiB
[startup+5.16079 s]
# the end of solver process 40666 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=4.95624 s, system=0.117375 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3.20031 s]
/proc/loadavg: 4.16 3.12 3.25 5/250 40727
/proc/meminfo: memFree=129392444/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=70512 memory=55788 CPUtime=3.14 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 14226 0 0 0 307 7 0 0 20 0 1 0 39372146 72204288 13947 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 17628 13947 2944 2575 0 14535 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 70512 KiB
Current children cumulated memory: 55788 KiB
[startup+4.00027 s]*
/proc/loadavg: 4.16 3.12 3.25 5/248 40757
/proc/meminfo: memFree=129378984/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=78036 memory=62008 CPUtime=3.93 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 16975 0 0 0 385 8 0 0 20 0 1 0 39372146 79908864 15502 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 19509 15502 2944 2575 0 16416 0
Current children cumulated CPU time: 3.93 s
Current children cumulated vsize: 78036 KiB
Current children cumulated memory: 62008 KiB
[startup+4.80026 s]
/proc/loadavg: 4.16 3.12 3.25 5/248 40757
/proc/meminfo: memFree=129378984/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=83652 memory=69028 CPUtime=4.71 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 21348 0 0 0 461 10 0 0 20 0 1 0 39372146 85659648 17257 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 20913 17257 2944 2575 0 17820 0
Current children cumulated CPU time: 4.71 s
Current children cumulated vsize: 83652 KiB
Current children cumulated memory: 69028 KiB
[startup+5.00027 s]*
/proc/loadavg: 4.16 3.12 3.25 5/247 40785
/proc/meminfo: memFree=129384184/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=83652 memory=69028 CPUtime=4.91 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 21349 0 0 0 481 10 0 0 20 0 1 0 39372146 85659648 17257 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 20913 17257 2944 2575 0 17820 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 83652 KiB
Current children cumulated memory: 69028 KiB
[startup+5.11257 s]
/proc/loadavg: 4.16 3.12 3.25 5/247 40785
/proc/meminfo: memFree=129384184/131382112 swapFree=33010684/33010684
[pid=40666] ppid=40663 vsize=83652 memory=69028 CPUtime=5.02 cores=5,7
/proc/40666/stat : 40666 (pbsolver) R 40663 40666 35802 0 -1 4194304 21354 0 0 0 491 11 0 0 20 0 1 0 39372146 85659648 17257 18446744073709551615 4198400 14743177 140722698788144 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28966912 140722698791306 140722698791402 140722698791402 140722698797004 0
/proc/40666/statm: 20913 17257 2944 2575 0 17820 0
Current children cumulated CPU time: 5.02 s
Current children cumulated vsize: 83652 KiB
Current children cumulated memory: 69028 KiB
Child status: 0
Real time (s): 5.16086
CPU time (s): 5.07362
CPU user time (s): 4.95624
CPU system time (s): 0.117375
CPU usage (%): 98.3096
Max. virtual memory (cumulated for all children) (KiB): 83652
Max. memory (cumulated for all children) (KiB): 69028
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.95624
system time used= 0.117375
maximum resident set size= 69028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21354
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 49
# summary of solver processes directly reported to runsolver:
# pid: 40666
# total CPU time (s): 5.07362
# total CPU user time (s): 4.95624
# total CPU system time (s): 0.117375
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052275 second user time and 0.119582 second system time
The end