Trace number 4816328

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 2026-06-10? (TO) 3600.2 3594.19

General information on the benchmark

NamePB24/normalized-PB07/DEC-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUMfa74640cf699ba9d762d95dbe02aa7e6
Bench CategoryDEC-NLC (decision problem, non-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 benchmark429.956
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30335296
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	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.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4816328-1782900106.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  no objective function found
0.16/0.12	c ... done. Wall clock time 0.03s.
0.16/0.12	c declared #vars     100
0.16/0.12	c internal #vars     718
0.16/0.12	c #constraints  1389
0.16/0.12	c constraints type 
0.16/0.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.16/0.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.16/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 618
0.16/0.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 618
0.16/0.12	c 1389 constraints processed.
0.52/0.31	c cleaning 2495 clauses out of 5001 with flag 13079/5001
1.13/0.46	c cleaning 4249 clauses out of 8505 with flag 28446/11000
1.34/0.59	c cleaning 5621 clauses out of 11258 with flag 46178/18002
1.54/0.76	c cleaning 6814 clauses out of 13635 with flag 65947/26000
1.79/0.97	c cleaning 7907 clauses out of 15821 with flag 88300/35000
2.03/1.15	c cleaning 8952 clauses out of 17916 with flag 113682/45002
2.42/1.40	c cleaning 9981 clauses out of 19962 with flag 145091/56000
2.62/1.62	c cleaning 10988 clauses out of 21983 with flag 190986/68002
2.93/1.91	c cleaning 11996 clauses out of 23993 with flag 247179/81000
3.23/2.23	c cleaning 12998 clauses out of 25997 with flag 302395/95000
3.53/2.58	c cleaning 13998 clauses out of 28000 with flag 363971/110001
3.93/3.01	c cleaning 15001 clauses out of 30001 with flag 427762/126000
4.47/3.45	c cleaning 16000 clauses out of 32000 with flag 485426/143000
4.99/3.92	c cleaning 17001 clauses out of 34001 with flag 544900/161001
5.59/4.50	c cleaning 17997 clauses out of 36000 with flag 612301/180001
6.21/5.12	c cleaning 19000 clauses out of 38005 with flag 679401/200003
6.80/5.77	c cleaning 20001 clauses out of 40002 with flag 756230/221000
7.62/6.53	c cleaning 21001 clauses out of 42004 with flag 834143/243003
8.43/7.33	c cleaning 22000 clauses out of 44000 with flag 924611/266000
9.24/8.17	c cleaning 22996 clauses out of 46002 with flag 1020727/290002
10.24/9.17	c cleaning 23995 clauses out of 48004 with flag 1117987/315000
11.34/10.22	c cleaning 25000 clauses out of 50012 with flag 1226027/341003
12.54/11.49	c cleaning 25994 clauses out of 52009 with flag 1330748/368000
13.75/12.67	c cleaning 27007 clauses out of 54017 with flag 1447096/396002
14.96/13.81	c cleaning 28003 clauses out of 56011 with flag 1569037/425003
16.17/15.08	c cleaning 28997 clauses out of 58006 with flag 1697120/455001
17.46/16.39	c cleaning 30001 clauses out of 60009 with flag 1832628/486001
18.95/17.89	c cleaning 31000 clauses out of 62007 with flag 1962803/518000
20.60/19.48	c cleaning 32004 clauses out of 64007 with flag 2099789/551000
22.22/21.05	c cleaning 32994 clauses out of 66004 with flag 2239657/585001
23.50/22.34	c cleaning 34007 clauses out of 68013 with flag 2364217/620004
24.81/23.69	c cleaning 34999 clauses out of 70002 with flag 2487857/656000
25.93/24.77	c cleaning 35999 clauses out of 72006 with flag 2613705/693003
27.34/26.18	c cleaning 36999 clauses out of 74004 with flag 2753059/731000
28.62/27.47	c cleaning 38001 clauses out of 76006 with flag 2898297/770001
30.13/28.95	c cleaning 38997 clauses out of 78005 with flag 3043789/810001
31.44/30.23	c cleaning 40002 clauses out of 80008 with flag 3185520/851001
33.05/31.88	c cleaning 40993 clauses out of 82006 with flag 3345090/893001
35.04/33.86	c cleaning 42007 clauses out of 84015 with flag 3505390/936003
37.38/36.18	c cleaning 42993 clauses out of 86006 with flag 3676007/980001
39.28/38.06	c cleaning 44006 clauses out of 88012 with flag 3842851/1025000
41.08/39.87	c cleaning 45003 clauses out of 90006 with flag 4019723/1071000
42.99/41.70	c cleaning 45989 clauses out of 92003 with flag 4206295/1118000
44.70/43.42	c cleaning 47001 clauses out of 94016 with flag 4380991/1166002
47.10/45.84	c cleaning 48007 clauses out of 96016 with flag 4575344/1215003
48.70/47.47	c cleaning 48992 clauses out of 98006 with flag 4753765/1265000
50.31/49.05	c cleaning 50001 clauses out of 100014 with flag 4934015/1316000
52.12/50.82	c cleaning 51001 clauses out of 102013 with flag 5121274/1368000
54.22/52.99	c cleaning 52008 clauses out of 104018 with flag 5312038/1421006
56.34/55.03	c cleaning 53003 clauses out of 106005 with flag 5513590/1475001
58.62/57.32	c cleaning 53991 clauses out of 108001 with flag 5710460/1530000
60.92/59.61	c cleaning 54995 clauses out of 110010 with flag 5912994/1586000
63.12/61.86	c cleaning 56002 clauses out of 112016 with flag 6102172/1643001
65.82/64.50	c cleaning 56999 clauses out of 114013 with flag 6306533/1701000
68.12/66.88	c cleaning 58001 clauses out of 116014 with flag 6508526/1760000
70.66/69.36	c cleaning 59001 clauses out of 118013 with flag 6711404/1820000
73.07/71.74	c cleaning 59993 clauses out of 120012 with flag 6938316/1881000
75.28/74.00	c cleaning 60988 clauses out of 122020 with flag 7155069/1943001
77.98/76.62	c cleaning 62008 clauses out of 124031 with flag 7392038/2006000
81.07/79.71	c cleaning 63002 clauses out of 126023 with flag 7637246/2070000
83.88/82.56	c cleaning 64010 clauses out of 128021 with flag 7870174/2135000
86.98/85.62	c cleaning 65002 clauses out of 130011 with flag 8095603/2201000
89.72/88.38	c cleaning 65997 clauses out of 132009 with flag 8316226/2268000
92.53/91.18	c cleaning 66998 clauses out of 134012 with flag 8528974/2336000
95.92/94.50	c cleaning 68005 clauses out of 136015 with flag 8734570/2405001
98.91/97.54	c cleaning 68996 clauses out of 138009 with flag 8954146/2475000
102.11/100.70	c cleaning 70007 clauses out of 140013 with flag 9163375/2546000
105.30/103.91	c cleaning 71002 clauses out of 142010 with flag 9386724/2618004
108.50/107.15	c cleaning 71999 clauses out of 144005 with flag 9611217/2691001
111.99/110.63	c cleaning 72999 clauses out of 146006 with flag 9843482/2765001
115.00/113.61	c cleaning 73999 clauses out of 148007 with flag 10062249/2840001
118.60/117.20	c cleaning 74994 clauses out of 150009 with flag 10285836/2916002
122.02/120.60	c cleaning 75999 clauses out of 152013 with flag 10501183/2993000
125.32/123.98	c cleaning 76997 clauses out of 154014 with flag 10726970/3071000
129.03/127.69	c cleaning 78003 clauses out of 156019 with flag 10947311/3150002
132.97/131.51	c cleaning 78996 clauses out of 158014 with flag 11172147/3230000
136.77/135.32	c cleaning 79997 clauses out of 160018 with flag 11396632/3311000
141.00/139.57	c cleaning 81008 clauses out of 162023 with flag 11634770/3393002
144.99/143.50	c cleaning 82002 clauses out of 164016 with flag 11859548/3476003
149.29/147.80	c cleaning 83005 clauses out of 166013 with flag 12094327/3560002
153.40/151.97	c cleaning 83998 clauses out of 168006 with flag 12330135/3645000
157.39/155.91	c cleaning 85000 clauses out of 170009 with flag 12568349/3731001
161.41/159.93	c cleaning 85997 clauses out of 172008 with flag 12819655/3818000
165.40/163.97	c cleaning 87001 clauses out of 174012 with flag 13062210/3906001
169.41/167.98	c cleaning 87999 clauses out of 176010 with flag 13314548/3995000
173.85/172.32	c cleaning 88997 clauses out of 178014 with flag 13560208/4085003
178.27/176.72	c cleaning 90000 clauses out of 180014 with flag 13816144/4176000
182.58/181.02	c cleaning 90996 clauses out of 182014 with flag 14078867/4268000
187.48/185.91	c cleaning 92006 clauses out of 184020 with flag 14333100/4361002
192.88/191.36	c cleaning 93006 clauses out of 186012 with flag 14604420/4455000
198.08/196.56	c cleaning 94001 clauses out of 188006 with flag 14873280/4550000
203.17/201.64	c cleaning 94994 clauses out of 190005 with flag 15137223/4646000
208.87/207.39	c cleaning 95997 clauses out of 192012 with flag 15406978/4743001
214.63/213.01	c cleaning 97006 clauses out of 194018 with flag 15686250/4841004
219.74/218.18	c cleaning 97994 clauses out of 196009 with flag 15959768/4940001
224.83/223.27	c cleaning 99002 clauses out of 198014 with flag 16243996/5040000
230.22/228.66	c cleaning 100004 clauses out of 200013 with flag 16534561/5141001
235.94/234.33	c cleaning 100995 clauses out of 202008 with flag 16819685/5243000
241.55/239.96	c cleaning 102003 clauses out of 204013 with flag 17111046/5346000
247.71/246.04	c cleaning 103000 clauses out of 206010 with flag 17400754/5450000
254.02/252.32	c cleaning 103994 clauses out of 208010 with flag 17689681/5555000
259.92/258.24	c cleaning 105000 clauses out of 210016 with flag 17986411/5661000
266.22/264.56	c cleaning 106000 clauses out of 212016 with flag 18281142/5768000
272.82/271.13	c cleaning 106995 clauses out of 214016 with flag 18583322/5876000
280.02/278.30	c cleaning 108002 clauses out of 216021 with flag 18893782/5985000
286.35/284.65	c cleaning 109001 clauses out of 218019 with flag 19206028/6095000
293.31/291.51	c cleaning 110001 clauses out of 220018 with flag 19517884/6206000
300.24/298.40	c cleaning 111005 clauses out of 222017 with flag 19828373/6318000
306.72/304.95	c cleaning 112006 clauses out of 224013 with flag 20145524/6431001
313.52/311.78	c cleaning 112991 clauses out of 226007 with flag 20462024/6545001
321.42/319.66	c cleaning 114001 clauses out of 228015 with flag 20784552/6660000
328.73/326.94	c cleaning 114997 clauses out of 230015 with flag 21123317/6776001
335.39/333.57	c cleaning 115998 clauses out of 232017 with flag 21449094/6893000
343.19/341.39	c cleaning 117010 clauses out of 234020 with flag 21780145/7011001
350.79/348.95	c cleaning 117988 clauses out of 236011 with flag 22109964/7130002
357.89/356.10	c cleaning 119009 clauses out of 238023 with flag 22437298/7250002
365.27/363.43	c cleaning 119997 clauses out of 240012 with flag 22776418/7371000
372.28/370.49	c cleaning 120991 clauses out of 242015 with flag 23110436/7493000
379.58/377.75	c cleaning 122010 clauses out of 244028 with flag 23454944/7616004
386.98/385.19	c cleaning 122994 clauses out of 246014 with flag 23801396/7740000
395.96/394.06	c cleaning 124008 clauses out of 248021 with flag 24152092/7865001
403.74/401.86	c cleaning 124998 clauses out of 250014 with flag 24511123/7991002
411.64/409.70	c cleaning 126001 clauses out of 252015 with flag 24861293/8118001
419.53/417.60	c cleaning 126996 clauses out of 254013 with flag 25217845/8246000
427.73/425.89	c cleaning 128001 clauses out of 256017 with flag 25579322/8375000
435.83/433.93	c cleaning 129002 clauses out of 258016 with flag 25942538/8505000
444.61/442.62	c cleaning 130000 clauses out of 260014 with flag 26303953/8636000
453.91/451.96	c cleaning 131002 clauses out of 262014 with flag 26684164/8768000
462.81/460.80	c cleaning 132003 clauses out of 264013 with flag 27057739/8901001
472.03/469.82	c cleaning 133002 clauses out of 266012 with flag 27435640/9035003
480.73/478.58	c cleaning 133991 clauses out of 268007 with flag 27814628/9170000
489.61/487.35	c cleaning 135001 clauses out of 270016 with flag 28195498/9306000
497.93/495.62	c cleaning 136000 clauses out of 272016 with flag 28571680/9443001
507.13/504.82	c cleaning 137003 clauses out of 274015 with flag 28954831/9581000
516.62/514.36	c cleaning 138005 clauses out of 276013 with flag 29335935/9720001
525.89/523.66	c cleaning 138991 clauses out of 278007 with flag 29741749/9860000
535.59/533.38	c cleaning 139997 clauses out of 280016 with flag 30134794/10001000
545.51/543.16	c cleaning 141007 clauses out of 282019 with flag 30533050/10143000
555.44/553.09	c cleaning 141996 clauses out of 284012 with flag 30938463/10286000
564.93/562.59	c cleaning 143003 clauses out of 286018 with flag 31346014/10430002
574.53/572.16	c cleaning 144008 clauses out of 288016 with flag 31744473/10575003
584.63/582.26	c cleaning 144999 clauses out of 290005 with flag 32155621/10721000
593.93/591.59	c cleaning 145998 clauses out of 292006 with flag 32570449/10868000
603.81/601.34	c cleaning 146999 clauses out of 294009 with flag 32989001/11016001
614.93/612.48	c cleaning 148000 clauses out of 296009 with flag 33411716/11165000
625.03/622.54	c cleaning 148999 clauses out of 298009 with flag 33835091/11315000
636.12/633.62	c cleaning 149998 clauses out of 300011 with flag 34263223/11466001
646.44/643.83	c cleaning 151004 clauses out of 302014 with flag 34683894/11618002
657.55/654.90	c cleaning 151993 clauses out of 304008 with flag 35106161/11771000
667.98/665.39	c cleaning 152995 clauses out of 306015 with flag 35533323/11925000
678.48/675.86	c cleaning 154004 clauses out of 308020 with flag 35972501/12080000
689.39/686.76	c cleaning 155006 clauses out of 310018 with flag 36404124/12236002
699.81/697.16	c cleaning 155999 clauses out of 312010 with flag 36837167/12393000
711.58/708.88	c cleaning 157002 clauses out of 314011 with flag 37278928/12551000
722.59/719.82	c cleaning 157999 clauses out of 316009 with flag 37723893/12710000
733.39/730.69	c cleaning 158995 clauses out of 318010 with flag 38180094/12870000
744.49/741.78	c cleaning 159997 clauses out of 320016 with flag 38621514/13031001
755.68/753.00	c cleaning 161005 clauses out of 322018 with flag 39071196/13193000
767.28/764.49	c cleaning 162000 clauses out of 324013 with flag 39532330/13356000
779.38/776.55	c cleaning 162997 clauses out of 326014 with flag 39989712/13520001
791.08/788.22	c cleaning 164003 clauses out of 328018 with flag 40443303/13685002
802.68/799.82	c cleaning 165002 clauses out of 330013 with flag 40906000/13851000
815.26/812.43	c cleaning 165989 clauses out of 332011 with flag 41373810/14018000
827.15/824.35	c cleaning 167003 clauses out of 334023 with flag 41846487/14186001
838.16/835.38	c cleaning 168005 clauses out of 336019 with flag 42310026/14355000
849.45/846.55	c cleaning 169004 clauses out of 338015 with flag 42776630/14525001
862.27/859.32	c cleaning 169998 clauses out of 340013 with flag 43246235/14696003
874.37/871.44	c cleaning 171002 clauses out of 342014 with flag 43727532/14868002
886.68/883.72	c cleaning 171993 clauses out of 344011 with flag 44213986/15041001
898.90/895.81	c cleaning 173007 clauses out of 346020 with flag 44710514/15215003
912.01/908.95	c cleaning 173997 clauses out of 348011 with flag 45193392/15390001
925.21/922.14	c cleaning 174999 clauses out of 350013 with flag 45694847/15566000
939.31/936.27	c cleaning 176001 clauses out of 352016 with flag 46183598/15743002
952.91/949.75	c cleaning 177002 clauses out of 354013 with flag 46677879/15921000
965.80/962.60	c cleaning 177993 clauses out of 356012 with flag 47178958/16100001
979.68/976.52	c cleaning 179005 clauses out of 358018 with flag 47695104/16280000
994.19/991.04	c cleaning 179995 clauses out of 360014 with flag 48207037/16461001
1008.07/1004.87	c cleaning 181000 clauses out of 362020 with flag 48719604/16643002
1022.95/1019.76	c cleaning 182006 clauses out of 364019 with flag 49241542/16826001
1036.92/1033.71	c cleaning 182998 clauses out of 366013 with flag 49758071/17010001
1051.67/1048.54	c cleaning 183998 clauses out of 368014 with flag 50289042/17195000
1065.54/1062.40	c cleaning 184996 clauses out of 370016 with flag 50806613/17381000
1080.39/1077.37	c cleaning 186008 clauses out of 372022 with flag 51313237/17568002
1094.47/1091.41	c cleaning 187005 clauses out of 374013 with flag 51846872/17756001
1109.76/1106.77	c cleaning 187998 clauses out of 376007 with flag 52376350/17945000
1125.77/1122.67	c cleaning 188999 clauses out of 378010 with flag 52913187/18135001
1141.75/1138.61	c cleaning 190000 clauses out of 380011 with flag 53443884/18326001
1157.36/1154.25	c cleaning 190999 clauses out of 382010 with flag 53990882/18518000
1174.05/1171.00	c cleaning 191992 clauses out of 384011 with flag 54542883/18711000
1192.69/1189.47	c cleaning 193004 clauses out of 386019 with flag 55112623/18905000
1209.57/1206.36	c cleaning 194002 clauses out of 388018 with flag 55658660/19100003
1225.25/1222.05	c cleaning 195003 clauses out of 390014 with flag 56194529/19296001
1242.50/1239.34	c cleaning 195997 clauses out of 392011 with flag 56752947/19493001
1259.57/1256.44	c cleaning 197002 clauses out of 394015 with flag 57310172/19691002
1277.98/1274.80	c cleaning 197997 clauses out of 396011 with flag 57878253/19890000
1294.90/1291.64	c cleaning 199001 clauses out of 398014 with flag 58425778/20090000
1312.59/1309.32	c cleaning 200000 clauses out of 400013 with flag 58983521/20291000
1330.05/1326.80	c cleaning 201003 clauses out of 402017 with flag 59537758/20493004
1346.55/1343.37	c cleaning 201999 clauses out of 404011 with flag 60101962/20696001
1368.30/1364.96	c cleaning 203000 clauses out of 406011 with flag 60697105/20900000
1385.09/1381.56	c cleaning 203994 clauses out of 408011 with flag 61259472/21105000
1402.38/1398.88	c cleaning 204999 clauses out of 410017 with flag 61830379/21311000
1420.69/1417.12	c cleaning 206000 clauses out of 412018 with flag 62396181/21518000
1439.83/1436.17	c cleaning 207011 clauses out of 414023 with flag 62966081/21726005
1459.44/1455.77	c cleaning 208000 clauses out of 416009 with flag 63547206/21935002
1480.10/1476.46	c cleaning 208998 clauses out of 418007 with flag 64140839/22145000
1499.15/1495.57	c cleaning 209995 clauses out of 420009 with flag 64723686/22356000
1518.16/1514.50	c cleaning 211008 clauses out of 422015 with flag 65324618/22568001
1537.40/1533.63	c cleaning 211996 clauses out of 424007 with flag 65909801/22781001
1558.26/1554.56	c cleaning 212988 clauses out of 426011 with flag 66509850/22995001
1577.72/1574.01	c cleaning 213997 clauses out of 428022 with flag 67120847/23210000
1598.37/1594.78	c cleaning 215006 clauses out of 430025 with flag 67733888/23426000
1618.53/1614.97	c cleaning 216003 clauses out of 432019 with flag 68329807/23643000
1639.57/1636.09	c cleaning 217004 clauses out of 434016 with flag 68955195/23861000
1661.11/1657.60	c cleaning 217997 clauses out of 436013 with flag 69567215/24080001
1684.69/1681.25	c cleaning 218998 clauses out of 438015 with flag 70190719/24300000
1706.77/1703.38	c cleaning 220002 clauses out of 440019 with flag 70802856/24521002
1727.68/1724.19	c cleaning 220998 clauses out of 442015 with flag 71422172/24743000
1747.45/1743.97	c cleaning 222002 clauses out of 444017 with flag 72064843/24966000
1769.19/1765.70	c cleaning 222998 clauses out of 446016 with flag 72689787/25190001
1790.82/1787.48	c cleaning 224006 clauses out of 448019 with flag 73305617/25415002
1812.31/1808.93	c cleaning 224999 clauses out of 450011 with flag 73958419/25641000
1833.78/1830.49	c cleaning 226000 clauses out of 452012 with flag 74594273/25868000
1855.37/1851.91	c cleaning 227001 clauses out of 454012 with flag 75225845/26096000
1877.71/1874.34	c cleaning 227998 clauses out of 456013 with flag 75865853/26325002
1899.62/1896.23	c cleaning 228996 clauses out of 458013 with flag 76514308/26555000
1921.57/1918.24	c cleaning 230002 clauses out of 460017 with flag 77160214/26786000
1944.24/1940.99	c cleaning 230997 clauses out of 462016 with flag 77824487/27018001
1966.33/1963.09	c cleaning 232005 clauses out of 464021 with flag 78485344/27251003
1990.80/1987.34	c cleaning 233000 clauses out of 466013 with flag 79147154/27485000
2016.43/2012.93	c cleaning 233995 clauses out of 468013 with flag 79826077/27720000
2040.12/2036.65	c cleaning 235005 clauses out of 470019 with flag 80487111/27956001
2062.81/2059.18	c cleaning 235994 clauses out of 472013 with flag 81146494/28193000
2086.12/2082.43	c cleaning 237006 clauses out of 474019 with flag 81799581/28431000
2107.59/2103.98	c cleaning 238000 clauses out of 476013 with flag 82465816/28670000
2128.67/2125.02	c cleaning 239002 clauses out of 478013 with flag 83130890/28910000
2152.69/2149.10	c cleaning 240003 clauses out of 480013 with flag 83808370/29151002
2176.86/2173.08	c cleaning 240997 clauses out of 482008 with flag 84480956/29393000
2199.59/2195.86	c cleaning 242001 clauses out of 484013 with flag 85148255/29636002
2221.65/2217.90	c cleaning 242998 clauses out of 486011 with flag 85820031/29880001
2244.72/2241.08	c cleaning 244003 clauses out of 488012 with flag 86500625/30125000
2267.21/2263.54	c cleaning 244997 clauses out of 490010 with flag 87182701/30371001
2294.28/2290.63	c cleaning 246003 clauses out of 492012 with flag 87880604/30618000
2317.30/2313.59	c cleaning 246992 clauses out of 494010 with flag 88572422/30866001
2340.25/2336.51	c cleaning 248000 clauses out of 496017 with flag 89264277/31115000
2361.94/2358.26	c cleaning 249002 clauses out of 498017 with flag 89944589/31365000
2386.04/2382.19	c cleaning 249999 clauses out of 500015 with flag 90647501/31616000
2411.11/2407.26	c cleaning 250995 clauses out of 502016 with flag 91345376/31868000
2437.16/2433.32	c cleaning 252002 clauses out of 504021 with flag 92050478/32121000
2461.85/2458.02	c cleaning 253004 clauses out of 506021 with flag 92771558/32375002
2486.13/2482.13	c cleaning 254000 clauses out of 508016 with flag 93486247/32630001
2510.80/2506.88	c cleaning 254998 clauses out of 510018 with flag 94204198/32886003
2534.61/2530.67	c cleaning 255999 clauses out of 512017 with flag 94946067/33143000
2560.49/2556.38	c cleaning 257010 clauses out of 514020 with flag 95669300/33401002
2585.70/2581.54	c cleaning 257994 clauses out of 516008 with flag 96391242/33660000
2611.50/2607.30	c cleaning 259001 clauses out of 518014 with flag 97132582/33920000
2637.50/2633.15	c cleaning 260003 clauses out of 520013 with flag 97861918/34181000
2661.68/2657.35	c cleaning 260996 clauses out of 522010 with flag 98603572/34443000
2686.39/2682.05	c cleaning 261996 clauses out of 524015 with flag 99322914/34706001
2711.51/2707.18	c cleaning 262999 clauses out of 526018 with flag 100060035/34970000
2738.52/2734.09	c cleaning 264004 clauses out of 528020 with flag 100813590/35235001
2765.11/2760.66	c cleaning 264999 clauses out of 530015 with flag 101554177/35501000
2792.05/2787.61	c cleaning 266002 clauses out of 532017 with flag 102296535/35768001
2819.12/2814.80	c cleaning 267005 clauses out of 534014 with flag 103038982/36036000
2846.12/2841.53	c cleaning 268000 clauses out of 536009 with flag 103791595/36305000
2873.51/2868.90	c cleaning 268996 clauses out of 538010 with flag 104567595/36575001
2900.71/2896.14	c cleaning 269998 clauses out of 540013 with flag 105332570/36846000
2928.82/2924.10	c cleaning 271003 clauses out of 542018 with flag 106080559/37118003
2955.42/2950.62	c cleaning 272002 clauses out of 544014 with flag 106829762/37391002
2984.48/2979.72	c cleaning 273001 clauses out of 546011 with flag 107593517/37665001
3013.48/3008.51	c cleaning 273998 clauses out of 548009 with flag 108379834/37940000
3038.70/3033.75	c cleaning 275001 clauses out of 550016 with flag 109126433/38216005
3064.85/3059.99	c cleaning 275995 clauses out of 552010 with flag 109920272/38493000
3092.65/3087.57	c cleaning 277002 clauses out of 554015 with flag 110703017/38771000
3122.02/3116.91	c cleaning 278001 clauses out of 556014 with flag 111475961/39050001
3147.32/3142.26	c cleaning 278998 clauses out of 558013 with flag 112257830/39330001
3176.97/3171.75	c cleaning 279998 clauses out of 560016 with flag 113034165/39611002
3206.27/3201.04	c cleaning 281002 clauses out of 562017 with flag 113827108/39893001
3237.12/3231.92	c cleaning 282000 clauses out of 564014 with flag 114619292/40176000
3264.38/3259.02	c cleaning 283002 clauses out of 566016 with flag 115402669/40460002
3292.56/3287.29	c cleaning 284004 clauses out of 568012 with flag 116200661/40745000
3322.93/3317.61	c cleaning 285000 clauses out of 570009 with flag 116983641/41031001
3353.22/3347.70	c cleaning 286002 clauses out of 572012 with flag 117778452/41318004
3387.36/3382.00	c cleaning 286999 clauses out of 574006 with flag 118567866/41606000
3417.45/3412.07	c cleaning 287992 clauses out of 576008 with flag 119387888/41895001
3450.11/3444.74	c cleaning 288998 clauses out of 578015 with flag 120212465/42185000
3480.66/3475.16	c cleaning 290002 clauses out of 580019 with flag 121042919/42476002
3510.92/3505.45	c cleaning 291000 clauses out of 582015 with flag 121866717/42768000
3542.33/3536.62	c cleaning 292000 clauses out of 584015 with flag 122690724/43061000
3571.91/3566.22	c cleaning 293005 clauses out of 586017 with flag 123519568/43355002
3600.01/3594.12	c starts		: 89193
3600.01/3594.12	c conflicts		: 43650000
3600.01/3594.12	c decisions		: 76972965
3600.01/3594.12	c propagations		: 720978373
3600.01/3594.12	c inspects		: 69397049218
3600.01/3594.12	c shortcuts		: 0
3600.01/3594.12	c learnt literals	: 0
3600.01/3594.12	c learnt binary clauses	: 10
3600.01/3594.12	c learnt ternary clauses	: 6737
3600.01/3594.12	c learnt constraints	: 43650000
3600.01/3594.12	c ignored constraints	: 0
3600.01/3594.12	c root simplifications	: 0
3600.01/3594.12	c removed literals (reason simplification)	: 1539669937
3600.01/3594.12	c reason swapping (by a shorter reason)	: 0
3600.01/3594.12	c Calls to reduceDB	: 291
3600.01/3594.12	c Number of update (reduction) of LBD	: 13563931
3600.01/3594.12	c Imported unit clauses	: 0
3600.01/3594.12	c No decision after first conflict	: false
3600.01/3594.12	c number of reductions to clauses (during analyze)	: 0
3600.01/3594.12	c number of learned constraints concerned by reduction	: 0
3600.01/3594.12	c number of learning phase by resolution	: 0
3600.01/3594.12	c number of learning phase by cutting planes	: 0
3600.01/3594.12	c number of rounding to 1 operations	: 0
3600.01/3594.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3594.12	c number of reductions of the coefficients by power 2 	: 0
3600.01/3594.12	c number of right shift for reduction by power 2 	: 0
3600.01/3594.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3594.12	c number of ending skipping 	: 0
3600.01/3594.12	c number of internal skipping 	: 0
3600.01/3594.12	c number of derivation steps 	: 0
3600.01/3594.12	c number of skipped derivation steps 	: 0
3600.01/3594.12	c number of remaining unassigned 	: 0
3600.01/3594.12	c number of remaining assigned 	: 0
3600.01/3594.12	c number of falsified literals weakened from reason	: 0
3600.01/3594.12	c number of falsified literals weakened from conflict	: 0
3600.01/3594.12	c time for arithmetic operations	: 0
3600.01/3594.12	c minimum degree of deleted constraints	: null
3600.01/3594.12	c maximum degree of deleted constraints	: null
3600.01/3594.12	c number of deleted constraints	: 0
3600.01/3594.12	c speed (assignments/second)	: 200606.33706882256
3600.01/3594.12	c non guided choices	: 656
3600.01/3594.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 588000
3600.01/3594.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 10
3600.01/3594.18	s UNKNOWN
3600.01/3594.18	c Total wall clock time (in seconds): 3594.086

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.3 (svn: 5215) 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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4816328-1782900106/watcher-4816328-1782900106 -o /tmp/evaluation-result-4816328-1782900106/solver-4816328-1782900106 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4816328-1782900106/vars-4816328-1782900106 --bin-var /tmp/runsolver-exch-nodeE009-1782896553-2551149 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4816328-1782900106.opb 

running on 4 cores: 16-19

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 1,3,5-7,9-10,12,14-15,20,22-24,26-28,30-31,33-34,37-38,41-42,45-47,49-50,52-53,55-59
  3550 MHz: 25,44,51,60-63
  3600 MHz: 0,2,4,8,11,13,16-19,21,29,32,35-36,39-40,43,48,54
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  2500 MHz: 1,3
  3600 MHz: 0,2
WARNING: cores do not run at the same frequency!

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (108082 MiB free)
  node 1: cores 8-15, 129019 MiB (106966 MiB free)
  node 2: cores 16-23, 129019 MiB (108139 MiB free)
  node 3: cores 24-31, 129003 MiB (113267 MiB free)
  node 4: cores 32-39, 129019 MiB (113282 MiB free)
  node 5: cores 40-47, 128973 MiB (116121 MiB free)
  node 6: cores 48-55, 129019 MiB (110488 MiB free)
  node 7: cores 56-63, 128474 MiB (105885 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2554060, runsolver pid=2554057
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 14.28 14.44 14.56 15/1162 2554081
/proc/meminfo: memFree=903385848/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=34900044 memory=60992 CPUtime=0.16 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 7619 0 0 0 15 1 0 0 20 0 19 0 223298229 35737645056 14950 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8725011 15248 6152 1 0 33033 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=34900044 memory=5895516205 CPUtime=0.08 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 3196 0 0 0 8 0 0 0 20 0 19 0 223298231 35737645056 14950 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=34900044 memory=211409963848 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 223298232 35737645056 14950 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=34900044 memory=18924 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 223298232 35737645056 14950 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=34900044 memory=19272 CPUtime=0 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 223298232 35737645056 14950 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=34900044 memory=19843 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 223298232 35737645056 14950 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=34900044 memory=18330 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 223298232 35737645056 14950 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 60992 KiB

[startup+0.213079 s]*
/proc/loadavg: 14.28 14.44 14.56 17/1164 2554083
/proc/meminfo: memFree=903377232/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35033172 memory=74220 CPUtime=0.52 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 9870 0 0 0 51 1 0 0 20 0 21 0 223298229 35873968128 18233 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8758293 18555 6241 1 0 37395 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35033172 memory=3184097923301336704 CPUtime=0.19 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 3254 0 0 0 19 0 0 0 20 0 21 0 223298231 35873968128 18233 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35033172 memory=207114994037 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 18233 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35033172 memory=59580625471534 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 18233 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35033172 memory=55191185672470 CPUtime=0 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 18233 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35033172 memory=61783994026638 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 18233 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35033172 memory=60714614276812 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 18233 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35033172 memory=15252649477934529 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298242 35873968128 18233 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 74220 KiB

[startup+0.314064 s]*
/proc/loadavg: 14.28 14.44 14.56 17/1164 2554083
/proc/meminfo: memFree=903361944/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35033172 memory=81384 CPUtime=0.83 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 10151 0 0 0 82 1 0 0 20 0 21 0 223298229 35873968128 20088 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8758293 20346 6241 1 0 39071 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35033172 memory=3184097923301336704 CPUtime=0.29 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 3268 0 0 0 29 0 0 0 20 0 21 0 223298231 35873968128 20088 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35033172 memory=6878122738016584053 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 20088 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35033172 memory=59580625471534 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 20088 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35033172 memory=55191185672470 CPUtime=0 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 20088 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35033172 memory=61783994026638 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 20088 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35033172 memory=60714614276812 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298232 35873968128 20088 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35033172 memory=15252649477934529 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298242 35873968128 20088 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 81384 KiB

[startup+0.700206 s]
/proc/loadavg: 14.28 14.44 14.56 15/1165 2554084
/proc/meminfo: memFree=903347192/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35099736 memory=97544 CPUtime=1.54 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 10617 0 0 0 153 1 0 0 20 0 22 0 223298229 35942129664 24167 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8774934 24386 6241 1 0 45129 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35099736 memory=4576 CPUtime=0.65 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 3270 0 0 0 65 0 0 0 20 0 22 0 223298231 35942129664 24167 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35099736 memory=4339 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223298232 35942129664 24167 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35099736 memory=5152 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 223298232 35942129664 24167 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35099736 memory=4576 CPUtime=0 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 223298232 35942129664 24167 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35099736 memory=3028 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 223298232 35942129664 24167 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223298232 35942129664 24167 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223298242 35942129664 24167 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 97544 KiB

[startup+1.50027 s]
/proc/loadavg: 14.28 14.44 14.56 15/1164 2554084
/proc/meminfo: memFree=903319188/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35099736 memory=130584 CPUtime=2.52 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 15857 0 0 0 250 2 0 0 20 0 21 0 223298229 35942129664 32405 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8774934 32646 6241 1 0 53524 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35099736 memory=4576 CPUtime=1.45 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 3893 0 0 0 144 1 0 0 20 0 21 0 223298231 35942129664 32405 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35099736 memory=5152 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 32405 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 32405 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 32405 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 32405 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 32405 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35099736 memory=245652261580 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298242 35942129664 32405 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 130584 KiB

[startup+3.1126 s]
/proc/loadavg: 14.28 14.44 14.56 16/1164 2554085
/proc/meminfo: memFree=903320500/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35099736 memory=140916 CPUtime=4.18 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 16150 0 0 0 415 3 0 0 20 0 21 0 223298229 35942129664 34974 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8774934 35229 6241 1 0 53527 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35099736 memory=0 CPUtime=3.05 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 3907 0 0 0 304 1 0 0 20 0 21 0 223298231 35942129664 34974 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 34974 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35099736 memory=4576 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 34974 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35099736 memory=4769 CPUtime=0 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 34974 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35099736 memory=219882455346 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 34974 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35099736 memory=97584 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298232 35942129664 34974 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35099736 memory=4500 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223298242 35942129664 34974 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 140916 KiB

[startup+6.30019 s]

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

/proc/meminfo: memFree=898974816/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35166300 memory=611176 CPUtime=3407.77 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 97626 0 0 0 340706 71 0 0 20 0 23 0 223298229 36010291200 152704 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8791575 152794 6230 1 0 166001 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35166300 memory=5152 CPUtime=3385.73 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 25913 0 0 0 338570 3 0 0 20 0 23 0 223298231 36010291200 152704 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35166300 memory=15336 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152704 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35166300 memory=5152 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152704 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35166300 memory=594172 CPUtime=0.13 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 64 0 0 0 5 8 0 0 20 0 23 0 223298232 36010291200 152704 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35166300 memory=5152 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152704 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 441 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152704 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298242 36010291200 152704 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 3407.77 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 611176 KiB

[startup+3462.3 s]
/proc/loadavg: 14.27 14.37 14.37 15/1167 2556731
/proc/meminfo: memFree=903974836/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35166300 memory=598608 CPUtime=3467.84 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 101259 0 0 0 346712 72 0 0 20 0 23 0 223298229 36010291200 149651 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8791575 149652 6230 1 0 166001 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35166300 memory=5152 CPUtime=3445.47 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 26880 0 0 0 344544 3 0 0 20 0 23 0 223298231 36010291200 149651 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35166300 memory=15336 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 149651 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35166300 memory=594172 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 149651 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0.13 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 66 0 0 0 5 8 0 0 20 0 23 0 223298232 36010291200 149651 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 149651 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35166300 memory=598608 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 463 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 149651 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35166300 memory=3028 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298242 36010291200 149651 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 3467.84 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 598608 KiB

[startup+3522.3 s]
/proc/loadavg: 14.68 14.45 14.39 15/1167 2556733
/proc/meminfo: memFree=903685224/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35166300 memory=610920 CPUtime=3527.84 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 101868 0 0 0 352710 74 0 0 20 0 23 0 223298229 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8791575 152730 6230 1 0 166001 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35166300 memory=11676 CPUtime=3505.17 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 27185 0 0 0 350514 3 0 0 20 0 23 0 223298231 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35166300 memory=0 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35166300 memory=610920 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35166300 memory=9380 CPUtime=0.13 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 66 0 0 0 5 8 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35166300 memory=11676 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35166300 memory=0 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 466 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35166300 memory=610920 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298242 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 3527.84 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 610920 KiB

[startup+3582.3 s]
/proc/loadavg: 14.49 14.45 14.40 15/1168 2556746
/proc/meminfo: memFree=903768452/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35166300 memory=611176 CPUtime=3588 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 103594 0 0 0 358725 75 0 0 20 0 23 0 223298229 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8791575 152794 6230 1 0 166001 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35166300 memory=159448 CPUtime=3564.89 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 27650 0 0 0 356486 3 0 0 20 0 23 0 223298231 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35166300 memory=3768 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35166300 memory=5720 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0.13 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 67 0 0 0 5 8 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35166300 memory=159452 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35166300 memory=11676 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 478 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35166300 memory=12016 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298242 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 3588 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 611176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.11 s]
/proc/loadavg: 14.41 14.44 14.40 15/1142 2556758
/proc/meminfo: memFree=916825316/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35166300 memory=611176 CPUtime=3600.01 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 104105 0 0 0 359926 75 0 0 20 0 23 0 223298229 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8791575 152794 6230 1 0 166001 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35166300 memory=610920 CPUtime=3576.66 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 28115 0 0 0 357663 3 0 0 20 0 23 0 223298231 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35166300 memory=610920 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0.14 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 67 0 0 0 6 8 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35166300 memory=40104 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 478 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298242 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 611176 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.43 s, system=0.764132 s

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

[startup+3594.11 s]
/proc/loadavg: 14.41 14.44 14.40 15/1142 2556758
/proc/meminfo: memFree=916825316/1055320700 swapFree=33390400/33554428
[pid=2554060] ppid=2554057 vsize=35166300 memory=611176 CPUtime=3600.01 cores=16-19
/proc/2554060/stat : 2554060 (java) S 2554057 2554060 2551135 0 -1 4194304 104105 0 0 0 359926 75 0 0 20 0 23 0 223298229 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
/proc/2554060/statm: 8791575 152794 6230 1 0 166001 0
[pid=2554060/tid=2554062] ppid=2554057 vsize=35166300 memory=610920 CPUtime=3576.66 cores=16-19
/proc/2554060/task/2554062/stat : 2554062 (java) R 2554057 2554060 2551135 0 -1 4194368 28115 0 0 0 357663 3 0 0 20 0 23 0 223298231 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554073] ppid=2554057 vsize=35166300 memory=610920 CPUtime=0 cores=16-19
/proc/2554060/task/2554073/stat : 2554073 (Referen..andler) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554074] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0 cores=16-19
/proc/2554060/task/2554074/stat : 2554074 (Finalizer) S 2554057 2554060 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554077] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0.14 cores=16-19
/proc/2554060/task/2554077/stat : 2554077 (Monitor..Thread) S 2554057 2554060 2551135 0 -1 4194368 67 0 0 0 6 8 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554080] ppid=2554057 vsize=35166300 memory=40104 CPUtime=0 cores=16-19
/proc/2554060/task/2554080/stat : 2554080 (Notific..Thread) S 2554057 2554060 2551135 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554081] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0 cores=16-19
/proc/2554060/task/2554081/stat : 2554081 (Common-Cleaner) S 2554057 2554060 2551135 0 -1 4194368 478 0 0 0 0 0 0 0 20 0 23 0 223298232 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
[pid=2554060/tid=2554083] ppid=2554057 vsize=35166300 memory=611176 CPUtime=0 cores=16-19
/proc/2554060/task/2554083/stat : 2554083 (Timer-0) S 2554057 2554060 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223298242 36010291200 152639 18446744073709551615 94847709962240 94847709965936 140736075777568 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94847709973800 94847709974544 94847716552704 140736075786452 140736075786592 140736075786592 140736075792328 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 611176 KiB

Child status: 143

Real time (s): 3594.19
CPU time (s): 3600.2
CPU user time (s): 3599.43
CPU system time (s): 0.764132
CPU usage (%): 100.167
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 627884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.43
system time used= 0.764132
maximum resident set size= 627188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88616
involuntary context switches= 3062


# summary of solver processes directly reported to runsolver:
#   pid: 2554060
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3599.43
#   total CPU system time (s): 0.764132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5144 second user time and 40.8544 second system time

The end

Launcher Data

Begin job on nodeE009 at 2026-07-01 12:01:46
IDJOB=4816328
IDBENCH=148261
IDSOLVER=3602
FILE ID=nodeE009/4816328-1782900106
RUNJOBID= nodeE009-1782896553-2551149
SLURM_JOB_ID= 12542978
Free space on /tmp= 796504 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB07/DEC-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4816328-1782900106/watcher-4816328-1782900106 -o /tmp/evaluation-result-4816328-1782900106/solver-4816328-1782900106 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4816328-1782900106/vars-4816328-1782900106 --bin-var /tmp/runsolver-exch-nodeE009-1782896553-2551149 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4816328-1782900106.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3

MD5SUM BENCH= fa74640cf699ba9d762d95dbe02aa7e6
RANDOM SEED=533972226

nodeE009 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026

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

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.456
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 4
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3600.469
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 6
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 7
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3593.495
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.184
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 11
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 12
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 13
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3590.826
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 14
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3590.880
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 16
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3607.764
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 17
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3589.628
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 18
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3596.559
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 19
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3585.337
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 20
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 21
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3596.882
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 113
initial apicid	: 113
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 22
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 23
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 24
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 25
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3571.305
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 26
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 27
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 28
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 29
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3574.834
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 81
initial apicid	: 81
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 30
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 31
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 83
initial apicid	: 83
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 32
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3599.861
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 129
initial apicid	: 129
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 34
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 35
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 131
initial apicid	: 131
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 36
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.445
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 37
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 39
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 40
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3597.690
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 41
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 42
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 43
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 163
initial apicid	: 163
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3561.437
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 45
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 46
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3554.394
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 48
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.966
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 49
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 50
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 51
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 241
initial apicid	: 241
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 54
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3595.220
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3593.529
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.230
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 57
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3573.735
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3574.481
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3570.829
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        903395692 kB
MemAvailable:   1021870392 kB
Buffers:              32 kB
Cached:         122714856 kB
SwapCached:        29612 kB
Active:         27483436 kB
Inactive:       121129180 kB
Active(anon):   26246160 kB
Inactive(anon):   425716 kB
Active(file):    1237276 kB
Inactive(file): 120703464 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33390400 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               692 kB
Writeback:             0 kB
AnonPages:      25863424 kB
Mapped:           198516 kB
Shmem:            774148 kB
KReclaimable:    1353172 kB
Slab:            1894044 kB
SReclaimable:    1353172 kB
SUnreclaim:       540872 kB
KernelStack:       19392 kB
PageTables:        60000 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   37056024 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482736 kB
VmallocChunk:          0 kB
Percpu:           121088 kB
HardwareCorrupted:     0 kB
AnonHugePages:  24741888 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:      395716 kB
DirectMap2M:    18800640 kB
DirectMap1G:    1054867456 kB

Free space on /tmp at the end= 796572 MiB
End job on nodeE009 at 2026-07-01 13:01:41