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-4515176-1751232032.opb>
0.00/0.05 c original problem has 12675 variables (12675 bin, 0 int, 0 impl, 0 cont) and 11891 constraints
0.00/0.05 c problem read in 0.04
0.00/0.05 c No objective function, only one solution is needed.
0.00/0.08 c presolving:
0.09/0.12 c (round 1, fast) 32 del vars, 32 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 11858 clqs
0.09/0.15 c (0.1s) running MILP presolver
0.09/0.19 c (0.2s) MILP presolver found nothing
0.29/0.31 c (round 2, exhaustive) 32 del vars, 32 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11859 upgd conss, 0 impls, 11858 clqs
2.77/2.90 c (2.9s) probing: 1000/12643 (7.9%) - 0 fixings, 0 aggregations, 523546 implications, 0 bound changes
2.87/2.90 c (2.9s) probing: 1001/12643 (7.9%) - 0 fixings, 0 aggregations, 523580 implications, 0 bound changes
2.87/2.90 c (2.9s) probing aborted: 1000/1000 successive useless probings
2.87/2.96 c (3.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
105.87/106.19 c (106.2s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 1010.0) (symcode time: 103.19)
106.17/106.46 c dynamic symmetry handling statistics:
106.17/106.46 c orbitopal reduction: no components
106.17/106.46 c orbital reduction: no components
106.17/106.46 c lexicographic reduction: no permutations
106.17/106.46 c handled 1500 out of 1500 symmetry components
106.17/106.46 c (round 3, exhaustive) 32 del vars, 32 del conss, 1500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11859 upgd conss, 0 impls, 60012 clqs
106.17/106.49 c (round 4, exhaustive) 32 del vars, 32 del conss, 1500 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 13359 upgd conss, 0 impls, 60012 clqs
106.27/106.55 c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
106.27/106.55 c 32 deleted vars, 32 deleted constraints, 1500 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
106.27/106.55 c 0 implications, 60012 cliques
106.27/106.55 c presolved problem has 12643 variables (12643 bin, 0 int, 0 impl, 0 cont) and 13359 constraints
106.27/106.55 c 1 constraints of type <knapsack>
106.27/106.55 c 13358 constraints of type <setppc>
106.27/106.55 c transformed objective value is always integral (scale: 1)
106.27/106.55 c Presolving Time: 106.47
106.27/106.55 c - non default parameters ----------------------------------------------------------------------
106.27/106.55 c # SCIP version 10.0.0
106.27/106.55 c
106.27/106.55 c # maximal time in seconds to run
106.27/106.55 c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
106.27/106.55 c limits/time = 3596.998009
106.27/106.55 c
106.27/106.55 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
106.27/106.55 c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
106.27/106.55 c limits/memory = 27900
106.27/106.55 c
106.27/106.55 c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
106.27/106.55 c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
106.27/106.55 c limits/solutions = 1
106.27/106.55 c
106.27/106.55 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.
106.27/106.55 c # [type: int, advanced: FALSE, range: [0,7], default: 7]
106.27/106.55 c misc/usesymmetry = 3
106.27/106.55 c
106.27/106.55 c # belongs reading time to solving time?
106.27/106.55 c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
106.27/106.55 c timing/reading = TRUE
106.27/106.55 c
106.27/106.55 c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
106.27/106.55 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
106.27/106.55 c propagating/symmetry/detectdoublelex = FALSE
106.27/106.55 c
106.27/106.55 c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
106.27/106.55 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
106.27/106.55 c propagating/symmetry/detectsubgroups = FALSE
106.27/106.55 c
106.27/106.55 c # Type of symmetries that shall be computed?
106.27/106.55 c # [type: int, advanced: TRUE, range: [0,1], default: 0]
106.27/106.55 c propagating/symmetry/symtype = 1
106.27/106.55 c
106.27/106.55 c # Should components consisting of a single full reflection be handled?
106.27/106.55 c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
106.27/106.55 c propagating/symmetry/usesimplesgncomp = FALSE
106.27/106.55 c
106.27/106.55 c -----------------------------------------------------------------------------------------------
106.27/106.55 c start solving
106.27/106.56 c
116.44/116.72 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
116.44/116.72 c 117s| 1 | 0 | 8221 | - | 779M | 0 | 12k| 13k| 13k| 0 | 0 | 13 | 0 | 0.000000e+00 | -- | Inf | unknown
120.14/120.43 c 120s| 1 | 0 | 20174 | - | 786M | 0 | 12k| 13k| 13k| 3 | 1 | 13 | 0 | 0.000000e+00 | -- | Inf | unknown
121.03/121.37 c 121s| 1 | 0 | 21018 | - | 788M | 0 | 12k| 13k| 13k| 8 | 2 | 14 | 0 | 0.000000e+00 | -- | Inf | unknown
121.93/122.27 c 122s| 1 | 0 | 21908 | - | 790M | 0 | 12k| 13k| 13k| 14 | 3 | 14 | 0 | 0.000000e+00 | -- | Inf | unknown
122.63/123.00 c 123s| 1 | 0 | 22353 | - | 792M | 0 | 12k| 13k| 13k| 22 | 4 | 14 | 0 | 0.000000e+00 | -- | Inf | unknown
123.73/124.00 c 124s| 1 | 0 | 23776 | - | 793M | 0 | 12k| 13k| 13k| 27 | 5 | 15 | 0 | 0.000000e+00 | -- | Inf | unknown
124.83/125.18 c 125s| 1 | 0 | 25213 | - | 795M | 0 | 12k| 13k| 13k| 33 | 6 | 16 | 0 | 0.000000e+00 | -- | Inf | unknown
125.83/126.17 c 126s| 1 | 0 | 26188 | - | 796M | 0 | 12k| 13k| 13k| 40 | 7 | 16 | 0 | 0.000000e+00 | -- | Inf | unknown
126.62/126.98 c 127s| 1 | 0 | 26760 | - | 798M | 0 | 12k| 13k| 13k| 47 | 8 | 16 | 0 | 0.000000e+00 | -- | Inf | unknown
127.91/128.24 c 128s| 1 | 0 | 28079 | - | 799M | 0 | 12k| 13k| 13k| 54 | 9 | 16 | 0 | 0.000000e+00 | -- | Inf | unknown
129.01/129.35 c 129s| 1 | 0 | 28949 | - | 802M | 0 | 12k| 13k| 13k| 58 | 10 | 16 | 0 | 0.000000e+00 | -- | Inf | unknown
129.71/130.02 c 130s| 1 | 0 | 29657 | - | 803M | 0 | 12k| 13k| 13k| 63 | 11 | 16 | 0 | 0.000000e+00 | -- | Inf | unknown
130.21/130.50 c 130s| 1 | 0 | 30040 | - | 805M | 0 | 12k| 13k| 13k| 68 | 12 | 16 | 0 | 0.000000e+00 | -- | Inf | unknown
172.99/173.45 c 173s| 1 | 2 | 99072 | - | 813M | 0 | 12k| 13k| 13k| 68 | 12 | 136 | 23 | 0.000000e+00 | -- | Inf | unknown
283.77/284.53 c 285s| 100 | 33 |350882 |3240.8 | 838M | 31 | 12k| 14k| 13k| 170 | 1 | 733 | 23 | 0.000000e+00 | -- | Inf | 36.00%
292.65/293.41 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
292.65/293.41 c 293s| 200 | 23 |370364 |1710.2 | 845M | 40 | 12k| 14k| 13k| 170 | 0 |1213 | 23 | 0.000000e+00 | -- | Inf | 36.00%
305.22/306.08 c 306s| 300 | 30 |398961 |1233.8 | 848M | 40 | 12k| 14k| 13k| 170 | 1 |1634 | 23 | 0.000000e+00 | -- | Inf | 86.01%
318.08/318.96 c 319s| 400 | 34 |432486 |1008.6 | 854M | 40 | 12k| 15k| 13k| 170 | 0 |2092 | 23 | 0.000000e+00 | -- | Inf | 86.01%
327.55/328.43 c 328s| 500 | 26 |454421 | 850.5 | 857M | 40 | 12k| 15k| 13k| 171 | 1 |2549 | 23 | 0.000000e+00 | -- | Inf | 86.01%
339.52/340.41 c 340s| 600 | 27 |483339 | 756.8 | 862M | 40 | 12k| 15k| 0 | 172 | 0 |3000 | 23 | 0.000000e+00 | -- | Inf | 86.01%
355.47/356.47 c 356s| 700 | 18 |524430 | 707.3 | 865M | 40 | 12k| 16k| 13k| 175 | 0 |3503 | 23 | 0.000000e+00 | -- | Inf | 86.05%
376.81/377.88 c 378s| 800 | 16 |576722 | 684.2 | 868M | 40 | 12k| 16k| 13k| 179 | 0 |3958 | 23 | 0.000000e+00 | -- | Inf | 86.12%
402.04/403.12 c 403s| 900 | 28 |633877 | 671.7 | 871M | 40 | 12k| 16k| 13k| 179 | 1 |4406 | 23 | 0.000000e+00 | -- | Inf | 86.14%
416.00/417.12 c 417s| 1000 | 21 |666861 | 637.5 | 879M | 41 | 12k| 16k| 13k| 197 | 1 |4911 | 23 | 0.000000e+00 | -- | Inf | 86.14%
437.34/438.53 c 439s| 1100 | 19 |716502 | 624.6 | 882M | 41 | 12k| 17k| 13k| 202 | 0 |5384 | 23 | 0.000000e+00 | -- | Inf | 86.15%
468.86/470.11 c 470s| 1200 | 29 |788361 | 632.5 | 884M | 41 | 12k| 17k| 13k| 230 | 0 |5798 | 23 | 0.000000e+00 | -- | Inf | 86.16%
492.88/494.23 c 494s| 1300 | 29 |845626 | 627.9 | 886M | 41 | 12k| 17k| 13k| 242 | 1 |6237 | 23 | 0.000000e+00 | -- | Inf | 86.17%
509.44/510.88 c 511s| 1400 | 29 |887413 | 612.8 | 889M | 41 | 12k| 18k| 13k| 245 | 0 |6712 | 23 | 0.000000e+00 | -- | Inf | 86.17%
528.38/529.86 c 530s| 1500 | 27 |935522 | 604.1 | 891M | 41 | 12k| 18k| 13k| 249 | 0 |7211 | 23 | 0.000000e+00 | -- | Inf | 86.17%
552.02/553.58 c 554s| 1600 | 27 |991515 | 601.3 | 893M | 41 | 12k| 19k| 13k| 264 | 1 |7640 | 23 | 0.000000e+00 | -- | Inf | 86.17%
585.23/586.83 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
585.23/586.83 c 587s| 1700 | 31 | 1066k| 610.0 | 893M | 41 | 12k| 19k| 13k| 283 | 1 |8032 | 23 | 0.000000e+00 | -- | Inf | 86.17%
618.35/620.09 c 620s| 1800 | 31 | 1142k| 618.2 | 895M | 41 | 12k| 19k| 13k| 300 | 0 |8469 | 23 | 0.000000e+00 | -- | Inf | 86.18%
654.64/656.49 c 656s| 1900 | 35 | 1221k| 627.3 | 896M | 41 | 12k| 19k| 13k| 314 | 1 |8794 | 23 | 0.000000e+00 | -- | Inf | 86.19%
727.94/730.00 c 730s| 2000 | 31 | 1380k| 675.4 | 897M | 41 | 12k| 19k| 13k| 346 | 0 |9280 | 23 | 0.000000e+00 | -- | Inf | 86.20%
776.61/778.77 c 779s| 2100 | 30 | 1485k| 693.2 | 900M | 41 | 12k| 19k| 13k| 382 | 2 |9554 | 23 | 0.000000e+00 | -- | Inf | 86.21%
778.60/780.78 c Restart triggered after 50 consecutive estimations that the remaining tree will be large
778.60/780.78 c (run 1, node 2108) performing user restart
778.60/780.78 c
778.60/780.79 c (restart) converted 35 cuts from the global cut pool into linear constraints
778.60/780.79 c
778.70/780.86 c presolving:
778.80/780.91 c (round 1, fast) 238 del vars, 287 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 13267 chg coeffs, 0 upgd conss, 0 impls, 59800 clqs
778.90/781.05 c (round 2, exhaustive) 238 del vars, 288 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 13267 chg coeffs, 34 upgd conss, 0 impls, 59800 clqs
779.30/781.40 c (round 3, exhaustive) 238 del vars, 5013 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 13881 chg coeffs, 34 upgd conss, 0 impls, 59802 clqs
779.40/781.53 c (round 4, exhaustive) 238 del vars, 5097 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 13902 chg coeffs, 34 upgd conss, 0 impls, 59802 clqs
780.20/782.39 c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
780.20/782.39 c 238 deleted vars, 5106 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 13905 changed coefficients
780.20/782.39 c 0 implications, 59802 cliques
780.20/782.39 c presolved problem has 12405 variables (12405 bin, 0 int, 0 impl, 0 cont) and 14077 constraints
780.20/782.39 c 8 constraints of type <knapsack>
780.20/782.39 c 13151 constraints of type <setppc>
780.20/782.39 c 918 constraints of type <logicor>
780.20/782.39 c transformed objective value is always integral (scale: 1)
780.20/782.39 c Presolving Time: 108.06
780.20/782.40 c
788.58/790.79 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
788.58/790.79 c 791s| 1 | 0 | 1500k| - | 997M | 0 | 12k| 14k| 13k| 0 | 0 |9572 | 23 | 0.000000e+00 | -- | Inf | unknown
790.37/792.54 c 793s| 1 | 0 | 1501k| - | 1000M | 0 | 12k| 14k| 13k| 7 | 1 |9572 | 23 | 0.000000e+00 | -- | Inf | unknown
791.37/793.51 c 794s| 1 | 0 | 1502k| - | 1002M | 0 | 12k| 14k| 13k| 12 | 2 |9572 | 23 | 0.000000e+00 | -- | Inf | unknown
792.27/794.47 c 794s| 1 | 0 | 1503k| - | 1003M | 0 | 12k| 14k| 13k| 17 | 3 |9572 | 23 | 0.000000e+00 | -- | Inf | unknown
793.46/795.67 c 796s| 1 | 0 | 1504k| - | 1005M | 0 | 12k| 13k| 13k| 22 | 4 |9572 | 23 | 0.000000e+00 | -- | Inf | unknown
794.46/796.69 c 797s| 1 | 0 | 1505k| - | 1006M | 0 | 12k| 13k| 13k| 26 | 5 |9573 | 23 | 0.000000e+00 | -- | Inf | unknown
795.36/797.55 c 798s| 1 | 0 | 1506k| - | 1007M | 0 | 12k| 13k| 13k| 31 | 6 |9573 | 23 | 0.000000e+00 | -- | Inf | unknown
800.54/802.75 c 803s| 1 | 0 | 1514k| - | 1008M | 0 | 12k| 13k| 13k| 37 | 7 |9573 | 23 | 0.000000e+00 | -- | Inf | unknown
801.54/803.75 c 804s| 1 | 0 | 1515k| - | 1010M | 0 | 12k| 13k| 13k| 41 | 8 |9573 | 23 | 0.000000e+00 | -- | Inf | unknown
802.94/805.14 c 805s| 1 | 0 | 1516k| - | 1011M | 0 | 12k| 13k| 13k| 46 | 9 |9576 | 23 | 0.000000e+00 | -- | Inf | unknown
804.23/806.41 c 806s| 1 | 0 | 1518k| - | 1013M | 0 | 12k| 13k| 13k| 51 | 10 |9577 | 23 | 0.000000e+00 | -- | Inf | unknown
804.94/807.11 c 807s| 1 | 0 | 1519k| - | 1015M | 0 | 12k| 13k| 13k| 54 | 11 |9578 | 23 | 0.000000e+00 | -- | Inf | unknown
822.98/825.21 c 825s| 1 | 2 | 1540k| - | 1016M | 0 | 12k| 13k| 13k| 54 | 11 |9621 | 42 | 0.000000e+00 | -- | Inf | unknown
884.21/886.69 c 887s| 100 | 10 | 1673k| 731.4 | 1027M | 23 | 12k| 13k| 13k| 124 | 0 |9840 | 42 | 0.000000e+00 | -- | Inf | 50.85%
957.22/959.85 c 960s| 200 | 13 | 1834k| 769.4 | 1034M | 23 | 12k| 14k| 13k| 188 | 0 | 10k| 42 | 0.000000e+00 | -- | Inf | 63.79%
1033.82/1036.63 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1033.82/1036.63 c 1037s| 300 | 19 | 1995k| 804.5 | 1040M | 23 | 12k| 14k| 13k| 266 | 0 | 10k| 42 | 0.000000e+00 | -- | Inf | 69.27%
1075.70/1078.69 c 1079s| 400 | 26 | 2085k| 808.3 | 1043M | 23 | 12k| 14k| 0 | 317 | 0 | 10k| 42 | 0.000000e+00 | -- | Inf | 73.96%
1093.75/1096.77 c 1097s| 500 | 18 | 2128k| 793.7 | 1049M | 23 | 12k| 14k| 13k| 391 | 1 | 10k| 42 | 0.000000e+00 | -- | Inf | 75.31%
1166.26/1169.48 c 1169s| 600 | 15 | 2280k| 820.5 | 1056M | 23 | 12k| 14k| 13k| 490 | 0 | 10k| 42 | 0.000000e+00 | -- | Inf | 95.87%
1278.45/1281.91 c 1282s| 700 | 20 | 2528k| 879.7 | 1059M | 23 | 12k| 14k| 13k| 540 | 0 | 11k| 42 | 0.000000e+00 | -- | Inf | 95.97%
1347.76/1351.45 c 1351s| 800 | 6 | 2676k| 900.5 | 1064M | 25 | 12k| 14k| 13k| 606 | 0 | 11k| 42 | 0.000000e+00 | -- | Inf | 99.79%
1404.00/1407.83 c
1404.00/1407.83 c SCIP Status : problem is solved [infeasible]
1404.00/1407.83 c Solving Time (sec) : 1407.83
1404.00/1407.83 c Solving Nodes : 894 (total of 3002 nodes in 2 runs)
1404.00/1407.83 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1404.00/1407.83 c Dual Bound : +1.00000000000000e+20
1404.00/1407.83 c Gap : 0.00 %
1404.00/1407.83 s UNSATISFIABLE
1404.00/1407.83 c SCIP Status : problem is solved [infeasible]
1404.00/1407.83 c Total Time : 1407.83
1404.00/1407.83 c solving : 1407.83
1404.00/1407.83 c presolving : 108.06 (included in solving)
1404.00/1407.83 c reading : 0.04 (included in solving)
1404.00/1407.83 c copying : 0.23 (6 #copies) (minimal 0.03, maximal 0.05, average 0.04)
1404.00/1407.83 c Original Problem :
1404.00/1407.83 c Problem name : HOME/instance-4515176-1751232032.opb
1404.00/1407.83 c Variables : 12675 (12675 binary, 0 integer, 0 implicit integer, 0 continuous)
1404.00/1407.83 c Constraints : 11891 initial, 11891 maximal
1404.00/1407.83 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1404.00/1407.83 c Presolved Problem :
1404.00/1407.83 c Problem name : t_HOME/instance-4515176-1751232032.opb
1404.00/1407.83 c Variables : 12405 (12405 binary, 0 integer, 0 implicit integer, 0 continuous)
1404.00/1407.83 c Constraints : 14077 initial, 14700 maximal
1404.00/1407.83 c Objective : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1404.00/1407.83 c Nonzeros : 220442 constraint, 167996 clique table
1404.00/1407.83 c Presolvers : ExecTime SetupTime Calls FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
1404.00/1407.83 c boundshift : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c convertinttobin : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c domcol : 0.11 0.00 3 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c dualagg : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c dualcomp : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c dualinfer : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c dualsparsify : 0.07 0.00 1 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c gateextraction : 0.10 0.00 4 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c implics : 0.00 0.00 8 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c inttobinary : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c milp : 0.07 0.00 1 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c qpkktref : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c redvub : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c sparsify : 0.02 0.00 1 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c stuffing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c trivial : 0.00 0.00 10 238 0 0 0 0 0 0 0 0
1404.00/1407.83 c tworowbnd : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c dualfix : 0.00 0.00 10 32 0 0 0 0 0 0 0 0
1404.00/1407.83 c genvbounds : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c probing : 2.44 0.00 1 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c pseudoobj : 0.00 0.00 1 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c symmetry : 103.49 0.00 1 0 0 0 0 0 0 1500 0 0
1404.00/1407.83 c vbounds : 0.02 0.00 3 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c knapsack : 0.10 0.00 22 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c setppc : 0.13 0.00 22 0 0 0 0 0 6 0 0 0
1404.00/1407.83 c linear : 0.15 0.01 8 0 0 0 0 0 33 0 1 0
1404.00/1407.83 c logicor : 0.87 0.42 12 0 0 0 0 0 5099 0 0 13905
1404.00/1407.83 c benders : 0.00 0.00 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c components : 0.03 0.00 2 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c root node : - - - 4495 - - 4495 - - - - -
1404.00/1407.83 c Constraints : Number MaxNumber #Separate #Propagate #EnfoLP #EnfoRelax #EnfoPS #Check #ResProp Cutoffs DomReds Cuts Applied Conss Children
1404.00/1407.83 c benderslp : 0 0 0 0 1532 0 0 233 0 0 0 0 0 0 0
1404.00/1407.83 c integral : 0 0 0 0 1532 0 0 233 0 0 0 0 0 0 3064
1404.00/1407.83 c knapsack : 8 8 23 54962 0 0 0 228 4566 10 4935 0 0 0 0
1404.00/1407.83 c setppc : 13151+ 13152 23 54952 0 0 0 117 1556563 37 1650302 0 0 0 0
1404.00/1407.83 c logicor : 918+ 1649 23 5548 0 0 0 0 8994 71 2062 2 1 0 0
1404.00/1407.83 c benders : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c fixedvar : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c components : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c Constraint Timings : TotalTime SetupTime Separate Propagate EnfoLP EnfoPS EnfoRelax Check ResProp SB-Prop
1404.00/1407.83 c benderslp : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c integral : 18.89 0.00 0.00 0.00 18.89 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c knapsack : 9.45 0.00 2.26 6.93 0.00 0.00 0.00 0.20 0.02 0.04
1404.00/1407.83 c setppc : 7.13 0.00 0.03 6.63 0.00 0.00 0.00 0.01 0.34 0.12
1404.00/1407.83 c logicor : 0.82 0.42 0.01 0.34 0.00 0.00 0.00 0.00 0.04 0.00
1404.00/1407.83 c benders : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c fixedvar : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c components : 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c Propagators : #Propagate #ResProp Cutoffs DomReds
1404.00/1407.83 c dualfix : 2 0 0 0
1404.00/1407.83 c genvbounds : 0 0 0 0
1404.00/1407.83 c nlobbt : 0 0 0 0
1404.00/1407.83 c obbt : 0 0 0 0
1404.00/1407.83 c probing : 0 0 0 0
1404.00/1407.83 c pseudoobj : 0 0 0 0
1404.00/1407.83 c redcost : 0 0 0 0
1404.00/1407.83 c rootredcost : 0 0 0 0
1404.00/1407.83 c symmetry : 0 0 0 0
1404.00/1407.83 c vbounds : 13268 0 0 0
1404.00/1407.83 c Propagator Timings : TotalTime SetupTime Presolve Propagate ResProp SB-Prop
1404.00/1407.83 c dualfix : 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c genvbounds : 0.01 0.00 0.00 0.01 0.00 0.00
1404.00/1407.83 c nlobbt : 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c obbt : 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c probing : 2.44 0.00 2.44 0.00 0.00 0.00
1404.00/1407.83 c pseudoobj : 0.01 0.00 0.00 0.01 0.00 0.00
1404.00/1407.83 c redcost : 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c rootredcost : 0.00 0.00 0.00 0.00 0.00 0.00
1404.00/1407.83 c symmetry : 103.50 0.00 103.49 0.01 0.00 0.00
1404.00/1407.83 c vbounds : 0.75 0.00 0.02 0.73 0.00 0.00
1404.00/1407.83 c Symmetry :
1404.00/1407.83 c orbitopal red. : 0 reductions applied, 0 cutoffs
1404.00/1407.83 c orbital reduction: 0 reductions applied, 0 cutoffs
1404.00/1407.83 c lexicographic red: 0 reductions applied, 0 cutoffs
1404.00/1407.83 c shadow tree time : 0.00 s
1404.00/1407.83 c Conflict Analysis : Time Calls Success DomReds Conflicts Literals Reconvs ReconvLits Dualrays Nonzeros LP Iters (pool size: [10000,10000])
1404.00/1407.83 c propagation : 3.89 101 99 - 5071 8628.6 1 942.0 - - -
1404.00/1407.83 c infeasible LP : 32.26 1577 1436 - 22001 486.7 1 1151.0 30 207.4 0
1404.00/1407.83 c bound exceed. LP : 0.00 0 0 - 0 0.0 0 0.0 0 0.0 0
1404.00/1407.83 c strong branching : 0.00 0 0 - 0 0.0 0 0.0 - - 0
1404.00/1407.83 c pseudo solution : 0.00 0 0 - 0 0.0 0 0.0 - - -
1404.00/1407.83 c applied globally : 26.10 - - 29 11547 324.6 - - 30 - -
1404.00/1407.83 c applied locally : - - - 0 3 9260.3 - - 0 - -
1404.00/1407.83 c Separators : ExecTime SetupTime Calls RootCalls Cutoffs DomReds FoundCuts ViaPoolAdd DirectAdd Applied ViaPoolApp DirectApp Conss
1404.00/1407.83 c cut pool : 0.04 - 362 44 - - 452 2809 - - - - - (maximal pool size: 253)
1404.00/1407.83 c aggregation : 0.24 0.00 108 23 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c > cmir : - - - - - - - 0 0 0 0 0 -
1404.00/1407.83 c > flowcover : - - - - - - - 0 0 0 0 0 -
1404.00/1407.83 c > knapsackcover : - - - - - - - 0 0 0 0 0 -
1404.00/1407.83 c cgmip : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c clique : 1.41 0.00 23 23 0 0 211 1211 0 408 408 0 0
1404.00/1407.83 c closecuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c convexproj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c disjunctive : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c eccuts : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c gauge : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c gomory : 16.36 0.00 105 20 0 0 278 1247 96 337 319 18 0
1404.00/1407.83 c > gomorymi : - - - - - - - 442 48 50 39 11 -
1404.00/1407.83 c > strongcg : - - - - - - - 805 48 287 280 7 -
1404.00/1407.83 c impliedbounds : 0.16 0.00 108 23 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c interminor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c intobj : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c lagromory : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c mcf : 0.02 0.00 2 2 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c minor : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c mixing : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c multilinear : 0.00 0.00 106 23 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c oddcycle : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c rapidlearning : 0.00 0.00 0 0 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c rlt : 0.00 0.00 65 20 0 0 0 0 0 0 0 0 0
1404.00/1407.83 c zerohalf : 1.03 0.00 108 23 0 0 191 351 132 287 196 91 0
1404.00/1407.83 c Cutselectors : ExecTime SetupTime Calls RootCalls Selected Forced Filtered RootSelec RootForc RootFilt
1404.00/1407.83 c hybrid : 0.01 0.00 223 23 1018 19 2021 122 0 346
1404.00/1407.83 c ensemble : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c dynamic : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c Pricers : ExecTime SetupTime Calls Vars
1404.00/1407.83 c problem variables: 0.00 - 0 0
1404.00/1407.83 c Branching Rules : ExecTime SetupTime BranchLP BranchExt BranchPS Cutoffs DomReds Cuts Conss Children
1404.00/1407.83 c allfullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c cloud : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c distribution : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c fullstrong : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c gomory : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c inference : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c leastinf : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c lookahead : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c mostinf : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c multaggr : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c nodereopt : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c pscost : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c random : 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c relpscost : 18.89 0.00 1532 0 0 0 0 0 0 3064
1404.00/1407.83 c vanillafullstrong: 0.00 0.00 0 0 0 0 0 0 0 0
1404.00/1407.83 c Primal Heuristics : ExecTime SetupTime Calls Found Best
1404.00/1407.83 c LP solutions : 0.00 - - 0 0
1404.00/1407.83 c relax solutions : 0.00 - - 0 0
1404.00/1407.83 c pseudo solutions : 0.00 - - 0 0
1404.00/1407.83 c strong branching : 0.00 - - 0 0
1404.00/1407.83 c actconsdiving : 0.00 0.00 0 0 0
1404.00/1407.83 c adaptivediving : 54.79 0.00 6 0 0
1404.00/1407.83 c alns : 0.77 0.00 4 0 0
1404.00/1407.83 c bound : 0.00 0.00 0 0 0
1404.00/1407.83 c clique : 0.07 0.00 1 0 0
1404.00/1407.83 c coefdiving : 0.00 0.00 0 0 0
1404.00/1407.83 c completesol : 0.00 0.00 0 0 0
1404.00/1407.83 c conflictdiving : 42.03 0.00 3 0 0
1404.00/1407.83 c crossover : 0.00 0.00 0 0 0
1404.00/1407.83 c dins : 0.00 0.00 0 0 0
1404.00/1407.83 c distributiondivin: 8.76 0.00 3 0 0
1404.00/1407.83 c dps : 0.00 0.00 0 0 0
1404.00/1407.83 c dualval : 0.00 0.00 0 0 0
1404.00/1407.83 c farkasdiving : 0.00 0.00 0 0 0
1404.00/1407.83 c feasjump : 0.73 0.00 2 0 0
1404.00/1407.83 c feaspump : 3.59 0.00 2 0 0
1404.00/1407.83 c fixandinfer : 0.00 0.00 0 0 0
1404.00/1407.83 c fracdiving : 10.50 0.00 3 0 0
1404.00/1407.83 c gins : 0.00 0.00 0 0 0
1404.00/1407.83 c guideddiving : 0.00 0.00 0 0 0
1404.00/1407.83 c indcoefdiving : 0.00 0.00 0 0 0
1404.00/1407.83 c indicator : 0.00 0.00 0 0 0
1404.00/1407.83 c indicatordiving : 0.00 0.00 0 0 0
1404.00/1407.83 c indoneopt : 0.00 0.00 0 0 0
1404.00/1407.83 c indrounding : 0.00 0.00 0 0 0
1404.00/1407.83 c indtwoopt : 0.00 0.00 0 0 0
1404.00/1407.83 c intdiving : 0.00 0.00 0 0 0
1404.00/1407.83 c intshifting : 0.00 0.00 0 0 0
1404.00/1407.83 c linesearchdiving : 18.39 0.00 3 0 0
1404.00/1407.83 c localbranching : 0.00 0.00 0 0 0
1404.00/1407.83 c locks : 0.09 0.00 1 0 0
1404.00/1407.83 c lpface : 0.03 0.00 0 0 0
1404.00/1407.83 c mpec : 0.00 0.00 0 0 0
1404.00/1407.83 c multistart : 0.00 0.00 0 0 0
1404.00/1407.83 c mutation : 0.00 0.00 0 0 0
1404.00/1407.83 c nlpdiving : 0.00 0.00 0 0 0
1404.00/1407.83 c objpscostdiving : 2.09 0.00 2 0 0
1404.00/1407.83 c octane : 0.00 0.00 0 0 0
1404.00/1407.83 c ofins : 0.00 0.00 0 0 0
1404.00/1407.83 c oneopt : 0.00 0.00 0 0 0
1404.00/1407.83 c padm : 0.00 0.00 0 0 0
1404.00/1407.83 c proximity : 0.00 0.00 0 0 0
1404.00/1407.83 c pscostdiving : 10.96 0.00 3 0 0
1404.00/1407.83 c randrounding : 1.71 0.00 227 0 0
1404.00/1407.83 c rens : 0.28 0.00 2 0 0
1404.00/1407.83 c reoptsols : 0.00 0.00 0 0 0
1404.00/1407.83 c repair : 0.00 0.00 0 0 0
1404.00/1407.83 c rins : 0.00 0.00 0 0 0
1404.00/1407.83 c rootsoldiving : 22.45 0.00 2 0 0
1404.00/1407.83 c rounding : 2.56 0.00 552 0 0
1404.00/1407.83 c scheduler : 0.00 0.00 0 0 0
1404.00/1407.83 c shiftandpropagate: 5.91 0.00 2 0 0
1404.00/1407.83 c shifting : 6.70 0.00 218 0 0
1404.00/1407.83 c simplerounding : 0.00 0.00 0 0 0
1404.00/1407.83 c smallcard : 0.00 0.00 0 0 0
1404.00/1407.83 c subnlp : 0.00 0.00 0 0 0
1404.00/1407.83 c trivial : 0.01 0.00 4 0 0
1404.00/1407.83 c trivialnegation : 0.00 0.00 0 0 0
1404.00/1407.83 c trustregion : 0.00 0.00 0 0 0
1404.00/1407.83 c trysol : 0.00 0.00 0 0 0
1404.00/1407.83 c twoopt : 0.00 0.00 0 0 0
1404.00/1407.83 c undercover : 0.00 0.00 0 0 0
1404.00/1407.83 c vbounds : 3.03 0.00 2 0 0
1404.00/1407.83 c veclendiving : 30.55 0.00 3 0 0
1404.00/1407.83 c zeroobj : 0.00 0.00 0 0 0
1404.00/1407.83 c zirounding : 0.25 0.00 1000 0 0
1404.00/1407.83 c other solutions : - - - 0 -
1404.00/1407.83 c LNS (Scheduler) : Calls SetupTime SolveTime SolveNodes Sols Best Exp3 Exp3-IX EpsGreedy UCB TgtFixRate Opt Inf Node Stal Sol Usr Othr Actv
1404.00/1407.83 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
1404.00/1407.83 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
1404.00/1407.83 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
1404.00/1407.83 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
1404.00/1407.83 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
1404.00/1407.83 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
1404.00/1407.83 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
1404.00/1407.83 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
1404.00/1407.83 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
1404.00/1407.83 c LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit
1404.00/1407.83 c primal LP : 0.57 120 0 0.00 0.00 0.57 120
1404.00/1407.83 c dual LP : 988.45 3175 2312564 728.60 2339.60 0.00 1
1404.00/1407.83 c lex dual LP : 0.00 0 0 0.00 -
1404.00/1407.83 c barrier LP : 0.00 0 0 0.00 - 0.00 0
1404.00/1407.83 c resolve instable : 0.00 0 0 0.00 -
1404.00/1407.83 c diving/probing LP: 199.73 339 488786 1441.85 2447.23
1404.00/1407.83 c strong branching : 17.95 42 31236 743.71 1740.02 - - 52
1404.00/1407.83 c (at root node) : - 42 31236 743.71 -
1404.00/1407.83 c conflict analysis: 0.00 0 0 0.00 -
1404.00/1407.83 c B&B Tree :
1404.00/1407.83 c number of runs : 2
1404.00/1407.83 c nodes : 894 (453 internal, 441 leaves)
1404.00/1407.83 c feasible leaves : 0
1404.00/1407.83 c infeas. leaves : 441
1404.00/1407.83 c objective leaves : 0
1404.00/1407.83 c nodes (total) : 3002 (1532 internal, 1470 leaves)
1404.00/1407.83 c nodes left : 0
1404.00/1407.83 c max depth : 26
1404.00/1407.83 c max depth (total): 41
1404.00/1407.83 c backtracks : 167 (18.7%)
1404.00/1407.83 c early backtracks : 0 (0.0%)
1404.00/1407.83 c nodes exc. ref. : 0 (0.0%)
1404.00/1407.83 c delayed cutoffs : 13
1404.00/1407.83 c repropagations : 1168 (43941 domain reductions, 10 cutoffs)
1404.00/1407.83 c avg switch length: 4.69
1404.00/1407.83 c switching time : 2.56
1404.00/1407.83 c Root Node :
1404.00/1407.83 c First LP value : +0.00000000000000e+00
1404.00/1407.83 c First LP Iters : 8221 (2224.40 Iter/sec)
1404.00/1407.83 c First LP Time : 3.70
1404.00/1407.83 c Final Dual Bound : -
1404.00/1407.83 c Final Root Iters : 59043
1404.00/1407.83 c Root LP Estimate : +2.68272414515300e-03
1404.00/1407.83 c Solution :
1404.00/1407.83 c Solutions found : 0 (0 improvements)
1404.00/1407.83 c Primal Bound : infeasible
1404.00/1407.83 c Dual Bound : -
1404.00/1407.83 c Gap : 0.00 %
1404.00/1407.83 c Integrals : Total Avg%
1404.00/1407.83 c primal-dual : - - (problem infeasible)
1404.00/1407.83 c primal-ref : - - (problem infeasible)
1404.00/1407.83 c dual-ref : - - (problem infeasible)
1404.10/1407.93 c Time complete: 1404.15.
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 (62640 MiB free)
memory of node 1: 64507 MiB (37035 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515176-1751232032/watcher-4515176-1751232032 -o /tmp/evaluation-result-4515176-1751232032/solver-4515176-1751232032 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751227488-29473 --watchdog 3760 pbscip -f HOME/instance-4515176-1751232032.opb -t 3600 -j 2 -m 31000
running on 2 cores: 4,6
CPU governors:
performance: 4 6
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
Current StackSize limit: 8192 KiB
solver pid=30625, runsolver pid=30622
[startup+0.100062 s]*
/proc/loadavg: 4.21 4.16 4.06 5/267 30626
/proc/meminfo: memFree=102035996/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=94168 memory=66744 CPUtime=0.09 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 13630 0 0 0 7 2 0 0 20 0 1 0 38882072 96428032 16686 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 23542 16686 3584 3530 0 14993 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 94168 KiB
Current children cumulated memory: 66744 KiB
[startup+0.205371 s]*
/proc/loadavg: 4.21 4.16 4.06 5/267 30626
/proc/meminfo: memFree=102026180/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=100468 memory=73368 CPUtime=0.18 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 19813 0 0 0 15 3 0 0 20 0 1 0 38882072 102879232 18342 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 25117 18342 3680 3530 0 16568 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 100468 KiB
Current children cumulated memory: 73368 KiB
[startup+0.305386 s]*
/proc/loadavg: 4.21 4.16 4.06 5/267 30626
/proc/meminfo: memFree=102010304/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=123512 memory=95896 CPUtime=0.29 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 25463 0 0 0 25 4 0 0 20 0 1 0 38882072 126476288 23974 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 30878 23974 3680 3530 0 22329 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 123512 KiB
Current children cumulated memory: 95896 KiB
[startup+0.70016 s]
/proc/loadavg: 4.21 4.16 4.06 5/267 30626
/proc/meminfo: memFree=102010304/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=126552 memory=99096 CPUtime=0.68 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 26236 0 0 0 64 4 0 0 20 0 1 0 38882072 129589248 24774 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 31638 24774 3712 3530 0 23089 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 126552 KiB
Current children cumulated memory: 99096 KiB
[startup+1.50015 s]
/proc/loadavg: 4.21 4.16 4.06 5/267 30626
/proc/meminfo: memFree=102003748/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=133640 memory=104856 CPUtime=1.47 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 27687 0 0 0 143 4 0 0 20 0 1 0 38882072 136847360 26214 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 33410 26214 3712 3530 0 24861 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 133640 KiB
Current children cumulated memory: 104856 KiB
[startup+3.10527 s]
/proc/loadavg: 4.19 4.16 4.06 5/267 30626
/proc/meminfo: memFree=101980236/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=203284 memory=153892 CPUtime=3.08 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 38570 0 0 0 302 6 0 0 20 0 1 0 38882072 208162816 38473 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 50821 38473 3744 3530 0 42272 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 203284 KiB
Current children cumulated memory: 153892 KiB
[startup+6.30012 s]
/proc/loadavg: 4.19 4.16 4.06 5/267 30626
/proc/meminfo: memFree=101907996/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=249716 memory=201124 CPUtime=6.27 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 50361 0 0 0 619 8 0 0 20 0 1 0 38882072 255709184 50281 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 62429 50281 3744 3530 0 53880 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 249716 KiB
Current children cumulated memory: 201124 KiB
[startup+12.7001 s]
/proc/loadavg: 4.18 4.16 4.06 5/264 30627
/proc/meminfo: memFree=101883804/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=283312 memory=235172 CPUtime=12.65 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 58882 0 0 0 1256 9 0 0 20 0 1 0 38882072 290111488 58793 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 70828 58793 3744 3530 0 62279 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 283312 KiB
Current children cumulated memory: 235172 KiB
[startup+25.5001 s]
/proc/loadavg: 4.22 4.16 4.07 5/264 30672
/proc/meminfo: memFree=101915624/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=324804 memory=276644 CPUtime=25.42 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 69255 0 0 0 2532 10 0 0 20 0 1 0 38882072 332599296 69161 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 81201 69161 3744 3530 0 72652 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 324804 KiB
Current children cumulated memory: 276644 KiB
[startup+51.1052 s]
/proc/loadavg: 4.14 4.15 4.06 5/264 30672
/proc/meminfo: memFree=101936672/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=350500 memory=302372 CPUtime=50.98 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 75679 0 0 0 5086 12 0 0 20 0 1 0 38882072 358912000 75593 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 87625 75593 3744 3530 0 79076 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 350500 KiB
Current children cumulated memory: 302372 KiB
[startup+102.3 s]
/proc/loadavg: 4.11 4.14 4.06 5/264 30674
/proc/meminfo: memFree=101921032/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=350508 memory=302372 CPUtime=102.08 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 75681 0 0 0 10196 12 0 0 20 0 1 0 38882072 358920192 75593 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 87627 75593 3744 3530 0 79078 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 350508 KiB
Current children cumulated memory: 302372 KiB
[startup+162.3 s]
/proc/loadavg: 4.14 4.14 4.07 5/265 30677
/proc/meminfo: memFree=101517716/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=885916 memory=685524 CPUtime=161.92 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 165767 0 0 0 16164 28 0 0 20 0 1 0 38882072 907177984 171381 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 221479 171381 3904 3530 0 212930 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 885916 KiB
Current children cumulated memory: 685524 KiB
[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.07 5/265 30679
/proc/meminfo: memFree=101432708/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=934276 memory=734932 CPUtime=221.75 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 178104 0 0 0 22145 30 0 0 20 0 1 0 38882072 956698624 183733 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 233569 183733 3936 3530 0 225020 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 934276 KiB
Current children cumulated memory: 734932 KiB
[startup+282.3 s]
/proc/loadavg: 4.08 4.12 4.07 5/264 30683
/proc/meminfo: memFree=101449456/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=934276 memory=735188 CPUtime=281.58 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 178142 0 0 0 28128 30 0 0 20 0 1 0 38882072 956698624 183797 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 233569 183797 3936 3530 0 225020 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 934276 KiB
Current children cumulated memory: 735188 KiB
[startup+342.3 s]
/proc/loadavg: 4.13 4.12 4.08 5/263 30685
/proc/meminfo: memFree=101401144/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=984220 memory=783188 CPUtime=341.41 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 190155 0 0 0 34109 32 0 0 20 0 1 0 38882072 1007841280 195797 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 246055 195797 3936 3530 0 237506 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 984220 KiB
Current children cumulated memory: 783188 KiB
[startup+402.3 s]
/proc/loadavg: 4.09 4.11 4.08 5/263 30687
/proc/meminfo: memFree=101383156/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=984220 memory=784724 CPUtime=401.24 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 190529 0 0 0 40092 32 0 0 20 0 1 0 38882072 1007841280 196181 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 246055 196181 3936 3530 0 237506 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 984220 KiB
Current children cumulated memory: 784724 KiB
[startup+462.3 s]
/proc/loadavg: 4.14 4.12 4.08 5/262 30733
/proc/meminfo: memFree=101392300/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=984220 memory=785364 CPUtime=461.07 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 190711 0 0 0 46075 32 0 0 20 0 1 0 38882072 1007841280 196341 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 246055 196341 3936 3530 0 237506 0
Current children cumulated CPU time: 461.07 s
################
# More data... #
################
/proc/loadavg: 4.15 4.15 4.11 5/264 30853
/proc/meminfo: memFree=100749680/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1133180 memory=901092 CPUtime=1059.45 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 220148 0 0 0 105906 39 0 0 20 0 1 0 38882072 1160376320 225273 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 283295 225273 3936 3530 0 274746 0
Current children cumulated CPU time: 1059.45 s
Current children cumulated vsize: 1133180 KiB
Current children cumulated memory: 901092 KiB
[startup+1122.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/265 30856
/proc/meminfo: memFree=100756532/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1133180 memory=901092 CPUtime=1119.29 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 220159 0 0 0 111890 39 0 0 20 0 1 0 38882072 1160376320 225273 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 283295 225273 3936 3530 0 274746 0
Current children cumulated CPU time: 1119.29 s
Current children cumulated vsize: 1133180 KiB
Current children cumulated memory: 901092 KiB
[startup+1182.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/265 30862
/proc/meminfo: memFree=100754696/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1133180 memory=901092 CPUtime=1179.12 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 220159 0 0 0 117873 39 0 0 20 0 1 0 38882072 1160376320 225273 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 283295 225273 3936 3530 0 274746 0
Current children cumulated CPU time: 1179.12 s
Current children cumulated vsize: 1133180 KiB
Current children cumulated memory: 901092 KiB
[startup+1242.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/265 30864
/proc/meminfo: memFree=100739704/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1133180 memory=901092 CPUtime=1238.96 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 220159 0 0 0 123857 39 0 0 20 0 1 0 38882072 1160376320 225273 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 283295 225273 3936 3530 0 274746 0
Current children cumulated CPU time: 1238.96 s
Current children cumulated vsize: 1133180 KiB
Current children cumulated memory: 901092 KiB
[startup+1302.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/264 30866
/proc/meminfo: memFree=100755800/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1133180 memory=901092 CPUtime=1298.79 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 220159 0 0 0 129840 39 0 0 20 0 1 0 38882072 1160376320 225273 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 283295 225273 3936 3530 0 274746 0
Current children cumulated CPU time: 1298.79 s
Current children cumulated vsize: 1133180 KiB
Current children cumulated memory: 901092 KiB
[startup+1362.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 30868
/proc/meminfo: memFree=100766076/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1136332 memory=903396 CPUtime=1358.63 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 220740 0 0 0 135824 39 0 0 20 0 1 0 38882072 1163603968 225849 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284083 225849 3936 3530 0 275534 0
Current children cumulated CPU time: 1358.63 s
Current children cumulated vsize: 1136332 KiB
Current children cumulated memory: 903396 KiB
[startup+1407.97 s]
# the end of solver process 30625 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=1403.75 s, system=0.427875 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+1382.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 30868
/proc/meminfo: memFree=100749120/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1137480 memory=904548 CPUtime=1378.67 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 221032 0 0 0 137828 39 0 0 20 0 1 0 38882072 1164779520 226137 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284370 226137 3936 3530 0 275821 0
Current children cumulated CPU time: 1378.67 s
Current children cumulated vsize: 1137480 KiB
Current children cumulated memory: 904548 KiB
[startup+1395.2 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 30868
/proc/meminfo: memFree=100756712/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1138224 memory=905444 CPUtime=1391.44 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 221253 0 0 0 139105 39 0 0 20 0 1 0 38882072 1165541376 226361 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284556 226361 3936 3530 0 276007 0
Current children cumulated CPU time: 1391.44 s
Current children cumulated vsize: 1138224 KiB
Current children cumulated memory: 905444 KiB
[startup+1401.6 s]
/proc/loadavg: 4.07 4.10 4.09 5/264 30868
/proc/meminfo: memFree=100757344/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1138224 memory=905444 CPUtime=1397.82 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 221262 0 0 0 139743 39 0 0 20 0 1 0 38882072 1165541376 226361 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284556 226361 3936 3530 0 276007 0
Current children cumulated CPU time: 1397.82 s
Current children cumulated vsize: 1138224 KiB
Current children cumulated memory: 905444 KiB
[startup+1404.8 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 30868
/proc/meminfo: memFree=100757344/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1138224 memory=905572 CPUtime=1401.01 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 221265 0 0 0 140062 39 0 0 20 0 1 0 38882072 1165541376 226393 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284556 226393 3936 3530 0 276007 0
Current children cumulated CPU time: 1401.01 s
Current children cumulated vsize: 1138224 KiB
Current children cumulated memory: 905572 KiB
[startup+1406.4 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 30868
/proc/meminfo: memFree=101856352/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1138224 memory=905572 CPUtime=1402.61 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 221265 0 0 0 140222 39 0 0 20 0 1 0 38882072 1165541376 226393 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284556 226393 3936 3530 0 276007 0
Current children cumulated CPU time: 1402.61 s
Current children cumulated vsize: 1138224 KiB
Current children cumulated memory: 905572 KiB
[startup+1407.2 s]
/proc/loadavg: 4.15 4.12 4.09 5/260 30875
/proc/meminfo: memFree=127480736/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1138224 memory=905572 CPUtime=1403.4 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 221266 0 0 0 140301 39 0 0 20 0 1 0 38882072 1165541376 226393 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284556 226393 3936 3530 0 276007 0
Current children cumulated CPU time: 1403.4 s
Current children cumulated vsize: 1138224 KiB
Current children cumulated memory: 905572 KiB
[startup+1407.6 s]
/proc/loadavg: 4.15 4.12 4.09 5/260 30875
/proc/meminfo: memFree=127480736/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1138224 memory=905572 CPUtime=1403.8 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 221267 0 0 0 140341 39 0 0 20 0 1 0 38882072 1165541376 226393 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284556 226393 3936 3530 0 276007 0
Current children cumulated CPU time: 1403.8 s
Current children cumulated vsize: 1138224 KiB
Current children cumulated memory: 905572 KiB
[startup+1407.8 s]
/proc/loadavg: 4.15 4.12 4.09 5/260 30875
/proc/meminfo: memFree=127480736/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1138224 memory=905572 CPUtime=1404 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 221267 0 0 0 140361 39 0 0 20 0 1 0 38882072 1165541376 226393 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284556 226393 3936 3530 0 276007 0
Current children cumulated CPU time: 1404 s
Current children cumulated vsize: 1138224 KiB
Current children cumulated memory: 905572 KiB
[startup+1407.9 s]
/proc/loadavg: 4.15 4.12 4.09 5/260 30875
/proc/meminfo: memFree=127480736/131249988 swapFree=33010684/33010684
[pid=30625] ppid=30622 vsize=1138224 memory=905572 CPUtime=1404.1 cores=4,6
/proc/30625/stat : 30625 (pbscip) R 30622 30625 29462 0 -1 4194304 221268 0 0 0 140371 39 0 0 20 0 1 0 38882072 1165541376 226393 18446744073709551615 4235264 18693293 140726188991600 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 38518784 140726188992905 140726188993004 140726188993004 140726188998606 0
/proc/30625/statm: 284556 226393 3936 3530 0 276007 0
Current children cumulated CPU time: 1404.1 s
Current children cumulated vsize: 1138224 KiB
Current children cumulated memory: 905572 KiB
Child status: 0
Real time (s): 1407.97
CPU time (s): 1404.18
CPU user time (s): 1403.75
CPU system time (s): 0.427875
CPU usage (%): 99.7309
Max. virtual memory (cumulated for all children) (KiB): 1138224
Max. memory (cumulated for all children) (KiB): 905572
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1403.75
system time used= 0.427875
maximum resident set size= 905572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221275
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= 84
involuntary context switches= 825
# summary of solver processes directly reported to runsolver:
# pid: 30625
# total CPU time (s): 1404.18
# total CPU user time (s): 1403.75
# total CPU system time (s): 0.427875
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.44463 second user time and 5.69194 second system time
The end