Trace number 4513699

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.25 3607.93

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v070-n1.opb
MD5SUMd78bcac827c2569f29b2dd9f01c4d198
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.040044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables139
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.22/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.22/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.22/0.34	c See www.sat4j.org for details.
0.22/0.35	c version PB25.v20250606
0.22/0.38	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.38	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.38	c java.vm.version	22.0.1+8-16
0.22/0.38	c java.vm.vendor	Oracle Corporation
0.22/0.38	c sun.arch.data.model	64
0.22/0.38	c java.version		22.0.1
0.22/0.38	c os.name		Linux
0.22/0.38	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.22/0.38	c os.arch		amd64
0.22/0.39	c Free memory 		2104792832
0.22/0.39	c Max memory 		16282288128
0.22/0.39	c Total memory 		2113929216
0.22/0.40	c Number of processors 	2
0.37/0.51	c Pseudo Boolean Optimization by upper bound
0.37/0.51	c --- Begin Solver configuration ---
0.37/0.51	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.37/0.51	c Learn all clauses as in MiniSAT
0.37/0.51	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.51	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.37/0.51	c Expensive reason simplification
0.37/0.51	c Glucose 2.1 dynamic restart strategy
0.37/0.51	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.37/0.51	c timeout=2147483s
0.37/0.51	c DB Simplification allowed=false
0.37/0.51	c Listener: none
0.37/0.51	c --- End Solver configuration ---
0.37/0.51	c solving HOME/instance-4513699-1751222447.opb
0.37/0.51	c reading problem ... 
0.37/0.51	c using VERIPB proof format
0.37/0.52	c  no objective function found
0.55/0.57	c ... done. Wall clock time 0.055s.
0.55/0.57	c declared #vars     139
0.55/0.57	c #constraints  140
0.55/0.57	c constraints type 
0.55/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.55/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
0.55/0.57	c 140 constraints processed.
2.44/1.57	c cleaning 2496 clauses out of 5001 with flag 30655/5001
3.44/2.05	c cleaning 4247 clauses out of 8504 with flag 89167/11000
4.22/2.49	c cleaning 5619 clauses out of 11258 with flag 163745/18001
4.99/2.91	c cleaning 6811 clauses out of 13638 with flag 249285/26000
5.76/3.43	c cleaning 7906 clauses out of 15827 with flag 347739/35000
6.37/3.94	c cleaning 8959 clauses out of 17921 with flag 449000/45000
7.29/4.54	c cleaning 9974 clauses out of 19962 with flag 575958/56000
8.28/5.30	c cleaning 10990 clauses out of 21990 with flag 721726/68002
9.06/6.03	c cleaning 11993 clauses out of 23999 with flag 873472/81001
9.85/6.86	c cleaning 12997 clauses out of 26006 with flag 1022159/95001
10.86/7.80	c cleaning 13995 clauses out of 28010 with flag 1175658/110002
11.96/8.95	c cleaning 14995 clauses out of 30013 with flag 1372604/126000
13.15/10.09	c cleaning 16001 clauses out of 32018 with flag 1565058/143000
14.43/11.20	c cleaning 16999 clauses out of 34017 with flag 1753806/161000
15.61/12.30	c cleaning 18001 clauses out of 36021 with flag 1909767/180003
16.70/13.48	c cleaning 19004 clauses out of 38019 with flag 2075389/200002
18.10/14.87	c cleaning 19997 clauses out of 40013 with flag 2258765/221000
19.79/16.50	c cleaning 21000 clauses out of 42016 with flag 2448145/243000
21.38/18.05	c cleaning 22000 clauses out of 44016 with flag 2644195/266000
23.16/19.84	c cleaning 22999 clauses out of 46016 with flag 2853754/290000
25.16/21.89	c cleaning 24003 clauses out of 48019 with flag 3077943/315002
27.36/24.06	c cleaning 25000 clauses out of 50014 with flag 3306025/341000
29.75/26.48	c cleaning 25995 clauses out of 52014 with flag 3547051/368000
32.25/28.94	c cleaning 26998 clauses out of 54019 with flag 3794302/396000
34.90/31.69	c cleaning 27998 clauses out of 56022 with flag 4050484/425001
37.90/34.65	c cleaning 29005 clauses out of 58024 with flag 4338670/455001
40.89/37.66	c cleaning 30003 clauses out of 60019 with flag 4623283/486001
44.00/40.78	c cleaning 31002 clauses out of 62015 with flag 4917080/518000
47.49/44.25	c cleaning 31996 clauses out of 64015 with flag 5214862/551002
50.89/47.62	c cleaning 32999 clauses out of 66018 with flag 5508706/585001
54.29/51.09	c cleaning 34002 clauses out of 68018 with flag 5827669/620000
57.87/54.64	c cleaning 34998 clauses out of 70019 with flag 6170813/656003
61.77/58.57	c cleaning 35995 clauses out of 72018 with flag 6526659/693000
65.75/62.71	c cleaning 37004 clauses out of 74023 with flag 6905754/731000
69.74/66.79	c cleaning 38004 clauses out of 76021 with flag 7271687/770002
74.04/71.10	c cleaning 38993 clauses out of 78017 with flag 7657704/810002
78.42/75.46	c cleaning 40000 clauses out of 80024 with flag 8071957/851002
83.02/80.04	c cleaning 40997 clauses out of 82023 with flag 8469010/893001
88.00/85.04	c cleaning 42002 clauses out of 84028 with flag 8882031/936003
92.99/90.08	c cleaning 43004 clauses out of 86023 with flag 9332703/980000
98.91/96.42	c cleaning 44001 clauses out of 88019 with flag 9849279/1025000
104.79/102.35	c cleaning 45000 clauses out of 90020 with flag 10372146/1071002
110.49/108.01	c cleaning 45996 clauses out of 92018 with flag 10864892/1118000
116.17/113.79	c cleaning 46996 clauses out of 94022 with flag 11292575/1166000
122.57/120.16	c cleaning 48004 clauses out of 96026 with flag 11807720/1215000
129.52/128.28	c cleaning 49001 clauses out of 98026 with flag 12314830/1265004
136.70/135.43	c cleaning 50001 clauses out of 100021 with flag 12841444/1316000
144.30/143.05	c cleaning 50995 clauses out of 102020 with flag 13397652/1368000
152.47/151.20	c cleaning 52007 clauses out of 104025 with flag 14007747/1421000
159.96/158.97	c cleaning 52999 clauses out of 106018 with flag 14659094/1475000
167.54/166.59	c cleaning 54003 clauses out of 108020 with flag 15249797/1530001
175.42/174.41	c cleaning 54998 clauses out of 110016 with flag 15871231/1586000
183.81/182.85	c cleaning 55999 clauses out of 112018 with flag 16530811/1643000
192.92/192.01	c cleaning 57004 clauses out of 114021 with flag 17170033/1701002
203.08/201.77	c cleaning 57996 clauses out of 116016 with flag 17840315/1760001
212.86/211.50	c cleaning 59000 clauses out of 118019 with flag 18498200/1820000
222.97/221.78	c cleaning 59998 clauses out of 120022 with flag 19179158/1881003
232.94/231.77	c cleaning 60995 clauses out of 122022 with flag 19832770/1943001
243.02/241.89	c cleaning 62005 clauses out of 124026 with flag 20554227/2006000
252.75/251.69	c cleaning 62999 clauses out of 126021 with flag 21152917/2070000
264.23/263.12	c cleaning 63999 clauses out of 128022 with flag 21850077/2135000
275.10/274.03	c cleaning 65002 clauses out of 130024 with flag 22534930/2201001
286.80/285.89	c cleaning 66001 clauses out of 132022 with flag 23288444/2268001
298.99/298.10	c cleaning 66994 clauses out of 134020 with flag 24022476/2336000
311.20/310.38	c cleaning 67997 clauses out of 136026 with flag 24781712/2405000
323.37/322.58	c cleaning 69005 clauses out of 138030 with flag 25501720/2475001
337.14/336.38	c cleaning 70005 clauses out of 140025 with flag 26324441/2546001
352.26/351.57	c cleaning 71000 clauses out of 142021 with flag 27133027/2618002
368.01/367.37	c cleaning 72001 clauses out of 144019 with flag 27919195/2691000
383.77/383.18	c cleaning 73002 clauses out of 146018 with flag 28712734/2765000
397.73/397.17	c cleaning 74001 clauses out of 148017 with flag 29515852/2840001
411.75/411.29	c cleaning 74998 clauses out of 150016 with flag 30461907/2916001
427.92/427.42	c cleaning 75996 clauses out of 152018 with flag 31367389/2993001
441.12/440.82	c cleaning 77007 clauses out of 154022 with flag 32174584/3071001
457.08/456.84	c cleaning 78000 clauses out of 156015 with flag 33021897/3150001
470.31/470.15	c cleaning 78998 clauses out of 158017 with flag 33862416/3230003
486.06/485.98	c cleaning 79997 clauses out of 160016 with flag 34654413/3311000
500.35/500.39	c cleaning 80999 clauses out of 162020 with flag 35514211/3393001
520.01/520.05	c cleaning 82001 clauses out of 164021 with flag 36431891/3476001
535.29/535.40	c cleaning 83003 clauses out of 166019 with flag 37316107/3560000
553.36/553.57	c cleaning 84001 clauses out of 168017 with flag 38194090/3645001
570.71/571.44	c cleaning 85000 clauses out of 170015 with flag 39040237/3731000
589.00/589.89	c cleaning 85996 clauses out of 172017 with flag 39913937/3818002
607.57/608.40	c cleaning 87001 clauses out of 174019 with flag 40778891/3906000
626.17/627.18	c cleaning 88003 clauses out of 176019 with flag 41706529/3995001
646.09/647.16	c cleaning 88996 clauses out of 178015 with flag 42671637/4085000
665.13/666.22	c cleaning 90004 clauses out of 180019 with flag 43554051/4176000
684.64/685.88	c cleaning 90999 clauses out of 182015 with flag 44441024/4268000
705.20/706.48	c cleaning 91998 clauses out of 184016 with flag 45370295/4361000
728.92/730.27	c cleaning 93004 clauses out of 186020 with flag 46321689/4455002
751.31/752.74	c cleaning 93997 clauses out of 188015 with flag 47260388/4550001
774.03/775.55	c cleaning 95003 clauses out of 190018 with flag 48238346/4646001
794.68/796.25	c cleaning 95996 clauses out of 192014 with flag 49096003/4743000
815.77/817.44	c cleaning 97002 clauses out of 194019 with flag 49982083/4841001
835.83/837.67	c cleaning 98000 clauses out of 196018 with flag 50959639/4940002
858.81/860.63	c cleaning 98999 clauses out of 198018 with flag 51964109/5040002
884.10/886.02	c cleaning 100001 clauses out of 200017 with flag 53024619/5141000
910.62/912.65	c cleaning 100998 clauses out of 202021 with flag 54092307/5243005
936.18/938.25	c cleaning 102002 clauses out of 204019 with flag 55158759/5346001
962.42/964.61	c cleaning 102999 clauses out of 206016 with flag 56193336/5450000
986.99/989.24	c cleaning 103999 clauses out of 208017 with flag 57375294/5555000
1018.38/1020.72	c cleaning 105001 clauses out of 210018 with flag 58653797/5661000
1045.65/1048.05	c cleaning 106000 clauses out of 212017 with flag 59782435/5768000
1074.90/1077.38	c cleaning 106999 clauses out of 214017 with flag 60945265/5876000
1107.00/1109.54	c cleaning 108002 clauses out of 216019 with flag 62077977/5985001
1138.74/1141.46	c cleaning 108998 clauses out of 218020 with flag 63290599/6095004
1169.69/1172.57	c cleaning 110005 clauses out of 220019 with flag 64446059/6206001
1201.41/1204.34	c cleaning 110993 clauses out of 222015 with flag 65642547/6318002
1238.69/1241.63	c cleaning 112000 clauses out of 224020 with flag 67055044/6431000
1272.48/1275.52	c cleaning 112999 clauses out of 226021 with flag 68396642/6545001
1308.04/1311.16	c cleaning 113999 clauses out of 228022 with flag 69591056/6660001
1342.52/1345.72	c cleaning 115001 clauses out of 230022 with flag 70830275/6776000
1380.35/1383.65	c cleaning 115998 clauses out of 232022 with flag 72084623/6893001
1418.02/1421.37	c cleaning 116997 clauses out of 234023 with flag 73331004/7011000
1457.80/1461.28	c cleaning 117999 clauses out of 236026 with flag 74571161/7130000
1497.18/1500.63	c cleaning 118999 clauses out of 238028 with flag 75891414/7250001
1534.10/1537.67	c cleaning 120011 clauses out of 240031 with flag 77084889/7371003
1569.41/1573.03	c cleaning 121001 clauses out of 242017 with flag 78227698/7493000
1603.05/1606.72	c cleaning 121994 clauses out of 244019 with flag 79376465/7616003
1637.93/1641.61	c cleaning 122998 clauses out of 246022 with flag 80522103/7740000
1675.24/1679.08	c cleaning 124004 clauses out of 248025 with flag 81733235/7865001
1713.60/1717.45	c cleaning 125002 clauses out of 250021 with flag 82937367/7991001
1751.53/1755.43	c cleaning 125996 clauses out of 252018 with flag 84054447/8118000
1792.92/1796.98	c cleaning 127001 clauses out of 254022 with flag 85304926/8246000
1831.30/1835.34	c cleaning 128000 clauses out of 256022 with flag 86606951/8375001
1875.23/1879.37	c cleaning 128999 clauses out of 258021 with flag 87985803/8505000
1919.41/1923.61	c cleaning 129999 clauses out of 260023 with flag 89337564/8636001
1961.06/1965.31	c cleaning 131001 clauses out of 262024 with flag 90601682/8768001
2004.52/2008.89	c cleaning 131994 clauses out of 264022 with flag 91933938/8901000
2051.29/2055.70	c cleaning 132996 clauses out of 266028 with flag 93344458/9035000
2096.10/2100.63	c cleaning 134003 clauses out of 268032 with flag 94641311/9170000
2140.86/2145.40	c cleaning 135005 clauses out of 270029 with flag 95960598/9306000
2187.71/2192.46	c cleaning 136000 clauses out of 272024 with flag 97358814/9443000
2240.81/2245.69	c cleaning 136993 clauses out of 274024 with flag 98985988/9581000
2294.42/2299.36	c cleaning 138010 clauses out of 276031 with flag 100591196/9720000
2348.14/2353.14	c cleaning 139006 clauses out of 278021 with flag 102221360/9860000
2404.66/2409.86	c cleaning 140001 clauses out of 280019 with flag 103900107/10001004
2456.45/2461.71	c cleaning 140994 clauses out of 282014 with flag 105424933/10143000
2509.97/2515.36	c cleaning 142003 clauses out of 284020 with flag 106935261/10286000
2562.74/2568.29	c cleaning 142997 clauses out of 286017 with flag 108459220/10430000
2621.64/2627.22	c cleaning 143990 clauses out of 288021 with flag 110089590/10575001
2676.40/2682.15	c cleaning 145007 clauses out of 290032 with flag 111691109/10721002
2730.21/2736.08	c cleaning 146000 clauses out of 292023 with flag 113167707/10868000
2787.89/2793.82	c cleaning 147001 clauses out of 294024 with flag 114808595/11016001
2844.29/2850.35	c cleaning 148006 clauses out of 296022 with flag 116353161/11165000
2901.94/2908.16	c cleaning 148998 clauses out of 298016 with flag 117878824/11315000
2966.02/2972.47	c cleaning 150000 clauses out of 300018 with flag 119695265/11466000
3024.08/3030.67	c cleaning 151000 clauses out of 302018 with flag 121398912/11618000
3089.72/3096.41	c cleaning 151999 clauses out of 304018 with flag 123056521/11771000
3152.54/3159.33	c cleaning 153003 clauses out of 306021 with flag 124775553/11925002
3207.55/3214.43	c cleaning 154000 clauses out of 308016 with flag 126367236/12080000
3275.84/3282.96	c cleaning 155001 clauses out of 310019 with flag 128057526/12236003
3341.39/3348.62	c cleaning 156006 clauses out of 312015 with flag 129652067/12393000
3410.40/3417.84	c cleaning 156997 clauses out of 314010 with flag 131383497/12551001
3480.69/3488.28	c cleaning 157995 clauses out of 316012 with flag 133177910/12710000
3547.36/3555.07	c cleaning 158995 clauses out of 318018 with flag 135012534/12870001
3600.06/3607.82	c timeout
3600.06/3607.82	c starts		: 1204
3600.06/3607.82	c conflicts		: 13004593
3600.06/3607.82	c decisions		: 15095901
3600.06/3607.82	c propagations		: 333767742
3600.06/3607.82	c inspects		: 48238068641
3600.06/3607.82	c shortcuts		: 0
3600.06/3607.82	c learnt literals	: 0
3600.06/3607.83	c learnt binary clauses	: 0
3600.06/3607.83	c learnt ternary clauses	: 0
3600.06/3607.83	c learnt constraints	: 13004593
3600.06/3607.83	c ignored constraints	: 0
3600.06/3607.83	c root simplifications	: 0
3600.06/3607.83	c removed literals (reason simplification)	: 73056583
3600.06/3607.83	c reason swapping (by a shorter reason)	: 0
3600.06/3607.83	c Calls to reduceDB	: 156
3600.06/3607.83	c Number of update (reduction) of LBD	: 4575744
3600.06/3607.83	c Imported unit clauses	: 0
3600.06/3607.83	c No decision after first conflict	: false
3600.06/3607.83	c number of reductions to clauses (during analyze)	: 0
3600.06/3607.83	c number of learned constraints concerned by reduction	: 0
3600.06/3607.83	c number of learning phase by resolution	: 0
3600.06/3607.83	c number of learning phase by cutting planes	: 0
3600.06/3607.83	c number of rounding to 1 operations	: 0
3600.06/3607.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3607.83	c number of reductions of the coefficients by power 2 	: 0
3600.06/3607.83	c number of right shift for reduction by power 2 	: 0
3600.06/3607.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3607.83	c number of ending skipping 	: 0
3600.06/3607.83	c number of internal skipping 	: 0
3600.06/3607.83	c number of derivation steps 	: 0
3600.06/3607.83	c number of skipped derivation steps 	: 0
3600.06/3607.83	c number of remaining unassigned 	: 0
3600.06/3607.83	c number of remaining assigned 	: 0
3600.06/3607.83	c number of falsified literals weakened from reason	: 0
3600.06/3607.83	c number of falsified literals weakened from conflict	: 0
3600.06/3607.83	c time for arithmetic operations	: 0
3600.06/3607.83	c minimum degree of deleted constraints	: null
3600.06/3607.83	c maximum degree of deleted constraints	: null
3600.06/3607.83	c number of deleted constraints	: 0
3600.06/3607.83	c speed (assignments/second)	: 92526.845774333
3600.06/3607.83	c non guided choices	: 91
3600.06/3607.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 293615
3600.06/3607.90	s UNKNOWN
3600.06/3607.90	c Total wall clock time (in seconds): 3607.391

Verifier Data

ERROR: no interpretation found !

Watcher Data

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 (62849 MiB free)
  memory of node 1: 64465 MiB (63894 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513699-1751222447/watcher-4513699-1751222447 -o /tmp/evaluation-result-4513699-1751222447/solver-4513699-1751222447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26777 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513699-1751222447 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513699-1751222447.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=26827, runsolver pid=26818
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 1.01 1.10 1.70 3/260 26844
/proc/meminfo: memFree=129775512/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=235772 memory=11136 CPUtime=0.01 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 647 0 129 0 0 1 0 0 20 0 2 0 37923374 241430528 2784 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 58943 2784 2400 1 0 600 0
[pid=26827/tid=26842] ppid=26818 vsize=235772 memory=4026532124 CPUtime=0 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) D 26818 26827 26767 0 -1 4194368 101 0 47 0 0 0 0 0 20 0 2 0 37923383 241430528 2816 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16784588 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 235772 KiB
Current children cumulated memory: 11136 KiB

[startup+0.213583 s]*
/proc/loadavg: 1.01 1.10 1.70 6/288 26872
/proc/meminfo: memFree=129704852/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=18730704 memory=39020 CPUtime=0.07 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 4958 0 364 0 3 4 0 0 20 0 16 0 37923374 19180240896 9755 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4682676 9755 4030 1 0 545993 0
[pid=26827/tid=26842] ppid=26818 vsize=18730704 memory=3472328132922704156 CPUtime=0.05 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) S 26818 26827 26767 0 -1 4194368 4283 0 281 0 2 3 0 0 20 0 16 0 37923383 19180240896 9755 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=18730704 memory=16878 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 16 0 37923396 19180240896 9755 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26902] ppid=26818 vsize=18730704 memory=58494082614266 CPUtime=0 cores=0,2
/proc/26827/task/26902/stat : 26902 (java) R 26818 26827 26767 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 16 0 37923397 19180240896 9755 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 2147221247 0 16800975 0 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18730704 KiB
Current children cumulated memory: 39020 KiB

[startup+0.314909 s]*
/proc/loadavg: 1.01 1.10 1.70 11/324 26908
/proc/meminfo: memFree=129682400/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=18930384 memory=48852 CPUtime=0.22 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 5846 0 371 0 17 5 0 0 20 0 18 0 37923374 19384713216 12213 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4732596 12213 5214 1 0 547155 0
[pid=26827/tid=26842] ppid=26818 vsize=18930384 memory=-6000919507116385901 CPUtime=0.13 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 4708 0 283 0 10 3 0 0 20 0 18 0 37923383 19384713216 12213 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=18930384 memory=-6623556737853383847 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37923396 19384713216 12213 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 37923398 19384713216 12213 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48852 KiB

[startup+0.700419 s]
/proc/loadavg: 1.01 1.10 1.70 8/324 26908
/proc/meminfo: memFree=129662140/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=18996948 memory=61980 CPUtime=0.86 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 6974 0 375 0 79 7 0 0 20 0 19 0 37923374 19452874752 15495 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4749237 15495 5342 1 0 548233 0
[pid=26827/tid=26842] ppid=26818 vsize=18996948 memory=17920 CPUtime=0.45 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 5194 0 286 0 40 5 0 0 20 0 19 0 37923383 19452874752 15495 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37923396 19452874752 15495 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 37923398 19452874752 15495 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 61980 KiB

[startup+1.5003 s]
/proc/loadavg: 1.01 1.10 1.70 10/328 26912
/proc/meminfo: memFree=129588984/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=18996948 memory=133400 CPUtime=2.44 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 17037 0 375 0 230 14 0 0 20 0 19 0 37923374 19452874752 33350 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4749237 33350 5374 1 0 552762 0
[pid=26827/tid=26842] ppid=26818 vsize=18996948 memory=5632 CPUtime=1.12 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 5572 0 286 0 104 8 0 0 20 0 19 0 37923383 19452874752 33350 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37923396 19452874752 33350 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 37923398 19452874752 33350 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37923433 19452874752 33350 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 133400 KiB

[startup+3.10521 s]
/proc/loadavg: 1.57 1.21 1.73 8/309 26926
/proc/meminfo: memFree=129341620/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=176420 CPUtime=5.37 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 24967 0 376 0 520 17 0 0 20 0 20 0 37923374 19521036288 44105 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 44105 5406 1 0 554061 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=0 CPUtime=2.67 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 6672 0 286 0 257 10 0 0 20 0 20 0 37923383 19521036288 44105 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 44105 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 44105 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 44105 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176420 KiB

[startup+6.3004 s]
/proc/loadavg: 1.57 1.21 1.73 6/296 27065
/proc/meminfo: memFree=129268808/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=236136 CPUtime=9.36 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 28097 0 376 0 915 21 0 0 20 0 20 0 37923374 19521036288 59034 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 59034 5406 1 0 554061 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=0 CPUtime=5.83 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 7034 0 286 0 571 12 0 0 20 0 20 0 37923383 19521036288 59034 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 59034 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 59034 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 59034 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 236136 KiB

[startup+12.7004 s]
/proc/loadavg: 1.92 1.29 1.76 7/332 27116
/proc/meminfo: memFree=127794636/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=817896 CPUtime=16.01 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 32998 0 376 0 1565 36 0 0 20 0 20 0 37923374 19521036288 204474 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 204474 5406 1 0 554061 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=0 CPUtime=12.2 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 8685 0 286 0 1194 26 0 0 20 0 20 0 37923383 19521036288 204474 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=709352 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 204474 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 204474 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=582376 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 204474 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 16.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 817896 KiB

[startup+25.5004 s]
/proc/loadavg: 2.45 1.44 1.80 6/332 27116
/proc/meminfo: memFree=126603336/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=1067824 CPUtime=28.85 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 35460 0 376 0 2838 47 0 0 20 0 20 0 37923374 19521036288 266956 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 266956 5406 1 0 554061 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=709352 CPUtime=24.92 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 9673 0 286 0 2455 37 0 0 20 0 20 0 37923383 19521036288 266956 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=6384 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 266956 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 266956 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=903912 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 266956 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 28.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1067824 KiB

[startup+51.1134 s]
/proc/loadavg: 3.06 1.67 1.86 6/332 27116
/proc/meminfo: memFree=124142592/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=1311572 CPUtime=54.39 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 38010 0 376 0 5377 62 0 0 20 0 20 0 37923374 19521036288 327893 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 327893 5406 1 0 554061 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=1311572 CPUtime=50.32 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 10198 0 286 0 4982 50 0 0 20 0 20 0 37923383 19521036288 327893 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=5888 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 327893 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=830184 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 327893 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=1311572 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 327893 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 54.39 s
Current children cumulated vsize: 19063512 KiB

################
# More data... #
################

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.06 6/330 27427
/proc/meminfo: memFree=111261048/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=1876480 CPUtime=3275.24 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 89294 0 376 0 326769 755 0 0 20 0 20 0 37923374 19521036288 469120 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 469120 5438 1 0 554094 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=1876480 CPUtime=3260.11 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 36161 0 286 0 325438 573 0 0 20 0 20 0 37923383 19521036288 469120 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 469120 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=1876480 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 1527 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 469120 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=16464 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 469120 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 3275.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1876480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.06 6/330 27431
/proc/meminfo: memFree=111072612/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=1886764 CPUtime=3335.11 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 90912 0 376 0 332744 767 0 0 20 0 20 0 37923374 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 471691 5438 1 0 554094 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=1886764 CPUtime=3319.81 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 37038 0 286 0 331401 580 0 0 20 0 20 0 37923383 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=16464 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=1886764 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 1573 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=1886764 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 3335.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1886764 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.06 6/330 27433
/proc/meminfo: memFree=110945704/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=1886764 CPUtime=3394.97 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 91936 0 376 0 338720 777 0 0 20 0 20 0 37923374 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 471691 5438 1 0 554094 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=1886764 CPUtime=3379.44 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 37344 0 286 0 337356 588 0 0 20 0 20 0 37923383 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=1886764 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=279923420003232 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 1619 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=16464 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 471691 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 3394.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1886764 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.06 6/331 27436
/proc/meminfo: memFree=110807244/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=1890864 CPUtime=3454.84 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 91962 0 376 0 344696 788 0 0 20 0 20 0 37923374 19521036288 472716 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 472716 5438 1 0 554094 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=1886764 CPUtime=3439.13 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 37347 0 286 0 343316 597 0 0 20 0 20 0 37923383 19521036288 472716 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 472716 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 1619 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 472716 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=1890864 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 472716 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 3454.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1890864 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.08 4.06 6/331 27439
/proc/meminfo: memFree=110643992/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=1917560 CPUtime=3514.75 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 92397 0 376 0 350676 799 0 0 20 0 20 0 37923374 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 479390 5438 1 0 554094 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=1886764 CPUtime=3498.83 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 37691 0 286 0 349279 604 0 0 20 0 20 0 37923383 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=-6000919472773424749 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=1917560 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 1619 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=1917560 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 3514.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1917560 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.06 6/330 27441
/proc/meminfo: memFree=110529828/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=1917560 CPUtime=3574.57 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 93596 0 376 0 356649 808 0 0 20 0 20 0 37923374 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 479390 5438 1 0 554094 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=16464 CPUtime=3558.6 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 38772 0 286 0 355250 610 0 0 20 0 20 0 37923383 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=16464 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=2156152 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 1716 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=1917560 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 3574.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1917560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.8 s]
/proc/loadavg: 4.09 4.09 4.06 4/307 27454
/proc/meminfo: memFree=112592672/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19063512 memory=1917560 CPUtime=3600.06 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 94259 0 376 0 359195 811 0 0 20 0 20 0 37923374 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4765878 479390 5438 1 0 554094 0
[pid=26827/tid=26842] ppid=26818 vsize=19063512 memory=3200 CPUtime=3583.94 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) R 26818 26827 26767 0 -1 4194368 39159 0 286 0 357781 613 0 0 20 0 20 0 37923383 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37923396 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 1716 0 0 0 0 0 0 0 20 0 20 0 37923398 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26909] ppid=26818 vsize=19063512 memory=21472 CPUtime=0 cores=0,2
/proc/26827/task/26909/stat : 26909 (Timer-0) S 26818 26827 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923433 19521036288 479390 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1917560 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3607.93 s]
# the end of solver process 26827 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3592.12 s, system=8.13513 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3607.91 s]
/proc/loadavg: 4.09 4.09 4.06 4/307 27454
/proc/meminfo: memFree=112592672/131382120 swapFree=33010684/33010684
[pid=26827] ppid=26818 vsize=19263204 memory=1918004 CPUtime=3600.23 cores=0,2
/proc/26827/stat : 26827 (java) S 26818 26827 26767 0 -1 4194304 96769 0 376 0 359211 812 0 0 20 0 15 0 37923374 19725520896 479501 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
/proc/26827/statm: 4815801 479501 5438 1 0 555018 0
[pid=26827/tid=26842] ppid=26818 vsize=19263204 memory=1917560 CPUtime=3583.96 cores=0,2
/proc/26827/task/26842/stat : 26842 (java) S 26818 26827 26767 0 -1 4194368 39459 0 286 0 357783 613 0 0 20 0 15 0 37923383 19725520896 479501 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26877] ppid=26818 vsize=19263204 memory=1890864 CPUtime=0 cores=0,2
/proc/26827/task/26877/stat : 26877 (Finalizer) S 26818 26827 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 15 0 37923396 19725520896 479501 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
[pid=26827/tid=26908] ppid=26818 vsize=19263204 memory=2764 CPUtime=0 cores=0,2
/proc/26827/task/26908/stat : 26908 (Common-Cleaner) S 26818 26827 26767 0 -1 4194368 1716 0 0 0 0 0 0 0 20 0 15 0 37923398 19725520896 479501 18446744073709551615 94359436222464 94359436226160 140736998628304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94359436233976 94359436234768 94359449067520 140736998631728 140736998631910 140736998631910 140736998637512 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1918004 KiB

Child status: 143

Real time (s): 3607.93
CPU time (s): 3600.25
CPU user time (s): 3592.12
CPU system time (s): 8.13513
CPU usage (%): 99.7874
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1918004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.12
system time used= 8.13513
maximum resident set size= 1918328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96795
page faults= 376
swaps= 0
block input operations= 16976
block output operations= 4367272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107180
involuntary context switches= 10904


# summary of solver processes directly reported to runsolver:
#   pid: 26827
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3592.12
#   total CPU system time (s): 8.13513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6185 second user time and 35.9124 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 20:40:47
IDJOB=4513699
IDBENCH=162395
IDSOLVER=3364
FILE ID=nodeC003/4513699-1751222447
RUNJOBID= nodeC003-1751222447-26777
SLURM_JOB_ID= 9587679
Free space on /tmp= 432756 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v070-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513699-1751222447/watcher-4513699-1751222447 -o /tmp/evaluation-result-4513699-1751222447/solver-4513699-1751222447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26777 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513699-1751222447 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513699-1751222447.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= d78bcac827c2569f29b2dd9f01c4d198
RANDOM SEED=898545822

nodeC003 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.162
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.096
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.946
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.512
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.161
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.158
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.397
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1176.425
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129786248 kB
MemAvailable:   129910584 kB
Buffers:            3280 kB
Cached:           933936 kB
SwapCached:            0 kB
Active:           284860 kB
Inactive:         720140 kB
Active(anon):      85744 kB
Inactive(anon):        0 kB
Active(file):     199116 kB
Inactive(file):   720140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2924 kB
Writeback:             0 kB
AnonPages:         71168 kB
Mapped:           102520 kB
Shmem:             17960 kB
KReclaimable:      89416 kB
Slab:             170708 kB
SReclaimable:      89416 kB
SUnreclaim:        81292 kB
KernelStack:        3748 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     331728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC003 at 2025-06-29 21:40:55