Trace number 4835823

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)115 3600.19 3622.77

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/dt-problems/
normalized-lo_16x16_006.opb.metafix.opb
MD5SUM8cc4eb8a08b08100158c4e28fbd6c2c4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark115
Best CPU time to get the best result obtained on this benchmark0.008167
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 		30334720
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-4835823-1783657031.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c using VERIPB proof format
0.00/0.09	c  objective function found
0.00/0.11	c ... done. Wall clock time 0.021s.
0.00/0.11	c declared #vars     256
0.00/0.11	c #constraints  188
0.00/0.11	c constraints type 
0.00/0.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.00/0.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 153
0.17/0.11	c org.sat4j.specs.Constr$1 => 9
0.17/0.11	c org.sat4j.pb.constraints.pb.UnitClausesPB => 5
0.17/0.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15
0.17/0.11	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.17/0.11	c 188 constraints processed.
0.17/0.11	c objective function length is 256 literals
0.82/0.33	c SATISFIABLE
0.82/0.33	c OPTIMIZING...
0.82/0.33	c Got one! Elapsed wall clock time (in seconds):0.241
0.82/0.33	o 115
0.82/0.40	c cleaning 2665 clauses out of 5337 with flag 3561/5337
1.66/0.62	c cleaning 4330 clauses out of 8672 with flag 32457/11337
2.20/0.86	c cleaning 5670 clauses out of 11342 with flag 66158/18337
2.70/1.12	c cleaning 6834 clauses out of 13672 with flag 105345/26337
2.98/1.45	c cleaning 7890 clauses out of 15838 with flag 166727/35337
3.44/1.88	c cleaning 8967 clauses out of 17948 with flag 253301/45337
4.07/2.30	c cleaning 9983 clauses out of 19981 with flag 323102/56337
4.57/2.82	c cleaning 10985 clauses out of 21998 with flag 438490/68337
5.06/3.39	c cleaning 12002 clauses out of 24014 with flag 542484/81338
5.66/3.93	c cleaning 12997 clauses out of 26013 with flag 621967/95339
6.26/4.55	c cleaning 14005 clauses out of 28015 with flag 712064/110338
7.04/5.31	c cleaning 14999 clauses out of 30009 with flag 825611/126337
7.85/6.03	c cleaning 15998 clauses out of 32010 with flag 931805/143337
8.66/6.87	c cleaning 16997 clauses out of 34012 with flag 1040906/161337
9.59/7.78	c cleaning 17994 clauses out of 36015 with flag 1157652/180337
10.67/8.82	c cleaning 19000 clauses out of 38022 with flag 1293159/200338
11.69/9.85	c cleaning 20006 clauses out of 40024 with flag 1425299/221340
12.96/10.92	c cleaning 20993 clauses out of 42015 with flag 1541648/243337
14.16/12.18	c cleaning 22010 clauses out of 44022 with flag 1691431/266337
15.43/13.42	c cleaning 23003 clauses out of 46013 with flag 1829173/290338
16.73/14.72	c cleaning 23990 clauses out of 48012 with flag 1984211/315340
18.54/16.57	c cleaning 24961 clauses out of 50019 with flag 2179454/341337
20.33/18.35	c cleaning 26019 clauses out of 52059 with flag 2374072/368338
22.03/20.02	c cleaning 27012 clauses out of 54040 with flag 2557592/396338
24.12/22.15	c cleaning 27999 clauses out of 56027 with flag 2789392/425337
26.00/24.05	c cleaning 29010 clauses out of 58029 with flag 2997754/455338
27.98/26.02	c cleaning 29989 clauses out of 60018 with flag 3188548/486337
30.25/28.36	c cleaning 31008 clauses out of 62029 with flag 3443369/518337
32.44/30.53	c cleaning 31993 clauses out of 64022 with flag 3664628/551338
34.61/32.75	c cleaning 33006 clauses out of 66029 with flag 3876929/585338
36.79/34.99	c cleaning 33990 clauses out of 68022 with flag 4100276/620337
39.17/37.31	c cleaning 35004 clauses out of 70033 with flag 4363152/656338
42.15/40.39	c cleaning 35997 clauses out of 72029 with flag 4657535/693338
45.26/43.47	c cleaning 37008 clauses out of 74031 with flag 5008816/731337
49.24/47.43	c cleaning 37996 clauses out of 76023 with flag 5451211/770337
52.32/50.57	c cleaning 39013 clauses out of 78028 with flag 5737343/810338
55.68/53.99	c cleaning 39989 clauses out of 80014 with flag 6119556/851337
59.26/57.56	c cleaning 40997 clauses out of 82025 with flag 6467060/893337
62.73/61.10	c cleaning 42010 clauses out of 84034 with flag 6766544/936343
66.49/64.81	c cleaning 43011 clauses out of 86023 with flag 7092260/980342
70.16/68.53	c cleaning 43988 clauses out of 88009 with flag 7402041/1025339
74.16/72.54	c cleaning 45010 clauses out of 90019 with flag 7728939/1071337
78.03/76.47	c cleaning 46000 clauses out of 92009 with flag 8066916/1118337
82.00/80.44	c cleaning 47003 clauses out of 94010 with flag 8389119/1166338
85.96/84.46	c cleaning 47984 clauses out of 96007 with flag 8781946/1215338
90.95/89.46	c cleaning 48982 clauses out of 98023 with flag 9249211/1265338
95.22/93.75	c cleaning 50020 clauses out of 100043 with flag 9583158/1316340
99.79/98.38	c cleaning 51006 clauses out of 102023 with flag 9927646/1368340
104.75/103.30	c cleaning 51978 clauses out of 104015 with flag 10305739/1421338
109.91/108.58	c cleaning 53012 clauses out of 106036 with flag 10753106/1475337
114.98/113.62	c cleaning 54006 clauses out of 108025 with flag 11145397/1530338
121.45/120.11	c cleaning 54996 clauses out of 110020 with flag 11630054/1586339
127.10/125.81	c cleaning 55993 clauses out of 112022 with flag 12102355/1643337
132.38/131.18	c cleaning 57009 clauses out of 114029 with flag 12533929/1701337
138.37/137.11	c cleaning 58008 clauses out of 116021 with flag 13046680/1760338
144.70/143.58	c cleaning 59002 clauses out of 118015 with flag 13579826/1820340
151.34/150.20	c cleaning 59998 clauses out of 120010 with flag 14126537/1881337
157.99/156.94	c cleaning 60999 clauses out of 122012 with flag 14655981/1943337
164.18/163.12	c cleaning 62005 clauses out of 124013 with flag 15145244/2006337
171.82/170.83	c cleaning 62988 clauses out of 126008 with flag 15857963/2070337
179.00/178.02	c cleaning 64011 clauses out of 128026 with flag 16414314/2135343
186.13/185.27	c cleaning 64997 clauses out of 130009 with flag 16972485/2201337
192.90/192.10	c cleaning 65999 clauses out of 132013 with flag 17457381/2268338
200.05/199.27	c cleaning 66999 clauses out of 134013 with flag 17985069/2336337
207.21/206.47	c cleaning 68003 clauses out of 136014 with flag 18462357/2405337
215.13/214.44	c cleaning 68985 clauses out of 138012 with flag 19055639/2475338
223.97/223.35	c cleaning 70003 clauses out of 140029 with flag 19705738/2546340
232.22/231.67	c cleaning 71010 clauses out of 142032 with flag 20279369/2618346
241.17/240.61	c cleaning 71993 clauses out of 144013 with flag 20924235/2691337
250.02/249.59	c cleaning 73009 clauses out of 146023 with flag 21513919/2765340
258.97/258.59	c cleaning 74002 clauses out of 148012 with flag 22123385/2840338
268.21/267.89	c cleaning 74997 clauses out of 150009 with flag 22740459/2916337
277.85/277.54	c cleaning 75999 clauses out of 152015 with flag 23393749/2993340
287.36/287.08	c cleaning 76983 clauses out of 154015 with flag 24026149/3071339
297.50/297.24	c cleaning 78006 clauses out of 156031 with flag 24671640/3150338
307.91/307.76	c cleaning 78998 clauses out of 158024 with flag 25326743/3230337
318.44/318.36	c cleaning 80008 clauses out of 160029 with flag 25958185/3311340
329.57/329.55	c cleaning 80988 clauses out of 162020 with flag 26671838/3393339
340.93/340.99	c cleaning 82009 clauses out of 164031 with flag 27429296/3476338
352.08/352.17	c cleaning 83010 clauses out of 166021 with flag 28116560/3560337
364.29/364.42	c cleaning 84002 clauses out of 168014 with flag 28828558/3645340
376.02/376.26	c cleaning 84996 clauses out of 170009 with flag 29549904/3731337
388.44/388.71	c cleaning 85999 clauses out of 172013 with flag 30349567/3818337
400.53/400.84	c cleaning 86976 clauses out of 174014 with flag 31093554/3906337
412.47/412.86	c cleaning 88009 clauses out of 176038 with flag 31828310/3995337
424.98/425.46	c cleaning 89009 clauses out of 178030 with flag 32464922/4085338
437.40/438.01	c cleaning 90010 clauses out of 180025 with flag 33202609/4176342
450.80/451.49	c cleaning 91000 clauses out of 182011 with flag 34047383/4268338
464.62/465.30	c cleaning 92004 clauses out of 184010 with flag 34874574/4361337
478.14/478.91	c cleaning 92986 clauses out of 186007 with flag 35628769/4455338
493.07/493.91	c cleaning 93975 clauses out of 188020 with flag 36465049/4550337
514.66/515.62	c cleaning 95014 clauses out of 190045 with flag 37633309/4646337
535.77/536.83	c cleaning 96011 clauses out of 192032 with flag 38706349/4743338
552.59/553.71	c cleaning 96998 clauses out of 194020 with flag 39656833/4841337
571.99/573.26	c cleaning 97998 clauses out of 196022 with flag 40865171/4940337
588.11/589.41	c cleaning 99005 clauses out of 198026 with flag 41842737/5040339
602.74/604.17	c cleaning 100000 clauses out of 200020 with flag 42639685/5141338
618.07/619.58	c cleaning 101007 clauses out of 202021 with flag 43537818/5243339
633.95/635.52	c cleaning 101999 clauses out of 204012 with flag 44423882/5346337
649.86/651.51	c cleaning 103004 clauses out of 206014 with flag 45263856/5450338
665.45/667.28	c cleaning 103991 clauses out of 208010 with flag 46144371/5555338
681.84/683.79	c cleaning 105005 clauses out of 210024 with flag 47014359/5661343
702.61/704.64	c cleaning 105996 clauses out of 212014 with flag 48261809/5768338
720.09/722.21	c cleaning 106994 clauses out of 214019 with flag 49172713/5876339
737.19/739.43	c cleaning 107991 clauses out of 216024 with flag 50116995/5985338
758.85/761.28	c cleaning 108991 clauses out of 218032 with flag 51141427/6095337
777.56/780.08	c cleaning 110017 clauses out of 220041 with flag 52176449/6206337
797.12/799.73	c cleaning 110995 clauses out of 222025 with flag 53277238/6318338
815.81/818.54	c cleaning 112012 clauses out of 224029 with flag 54236965/6431337
835.10/837.97	c cleaning 113003 clauses out of 226018 with flag 55239776/6545338
856.02/858.93	c cleaning 114000 clauses out of 228015 with flag 56435079/6660338
876.90/880.00	c cleaning 115003 clauses out of 230014 with flag 57633842/6776337
897.38/900.56	c cleaning 115993 clauses out of 232011 with flag 58695687/6893337
918.54/921.85	c cleaning 116999 clauses out of 234021 with flag 59747431/7011340
941.00/944.40	c cleaning 118005 clauses out of 236020 with flag 60924519/7130338
961.16/964.78	c cleaning 119005 clauses out of 238017 with flag 61925780/7250340
982.94/986.63	c cleaning 120000 clauses out of 240009 with flag 62982943/7371337
1007.59/1011.49	c cleaning 120995 clauses out of 242009 with flag 64365479/7493337
1033.85/1037.81	c cleaning 122000 clauses out of 244017 with flag 65549050/7616340
1054.71/1058.71	c cleaning 122989 clauses out of 246014 with flag 66546123/7740337
1078.29/1082.49	c cleaning 123992 clauses out of 248029 with flag 67757522/7865341
1105.73/1110.11	c cleaning 125011 clauses out of 250033 with flag 69096329/7991337
1129.49/1133.97	c cleaning 125997 clauses out of 252023 with flag 70175291/8118338
1151.85/1156.42	c cleaning 126994 clauses out of 254025 with flag 71294529/8246337
1176.43/1181.19	c cleaning 128014 clauses out of 256031 with flag 72432980/8375337
1203.15/1208.11	c cleaning 129004 clauses out of 258019 with flag 73676109/8505339
1229.50/1234.55	c cleaning 129994 clauses out of 260013 with flag 74873002/8636337
1254.97/1260.12	c cleaning 131006 clauses out of 262019 with flag 75983286/8768337
1280.72/1286.02	c cleaning 131994 clauses out of 264013 with flag 77119495/8901337
1307.84/1313.33	c cleaning 132997 clauses out of 266020 with flag 78347035/9035338
1334.70/1340.38	c cleaning 133997 clauses out of 268022 with flag 79560363/9170337
1363.03/1368.76	c cleaning 135009 clauses out of 270025 with flag 80870369/9306337
1390.85/1396.76	c cleaning 136003 clauses out of 272017 with flag 82077871/9443338
1419.60/1425.60	c cleaning 137000 clauses out of 274014 with flag 83539433/9581338
1446.25/1452.47	c cleaning 137997 clauses out of 276013 with flag 84776748/9720337
1478.88/1485.25	c cleaning 138995 clauses out of 278018 with flag 86235884/9860339
1506.53/1513.03	c cleaning 140001 clauses out of 280021 with flag 87407278/10001337
1536.04/1542.76	c cleaning 140980 clauses out of 282020 with flag 88569578/10143337
1564.15/1571.02	c cleaning 141988 clauses out of 284040 with flag 89781787/10286337
1594.05/1601.14	c cleaning 143017 clauses out of 286054 with flag 91013751/10430339
1622.10/1629.30	c cleaning 144012 clauses out of 288035 with flag 92159123/10575337
1652.50/1659.90	c cleaning 145000 clauses out of 290024 with flag 93315466/10721338
1683.10/1690.78	c cleaning 146009 clauses out of 292026 with flag 94597999/10868340
1713.68/1721.58	c cleaning 146984 clauses out of 294015 with flag 95882334/11016338
1746.45/1754.51	c cleaning 148011 clauses out of 296031 with flag 97123438/11165338
1779.65/1787.93	c cleaning 148987 clauses out of 298020 with flag 98458289/11315338
1814.24/1822.79	c cleaning 150013 clauses out of 300033 with flag 99900276/11466338
1846.75/1855.46	c cleaning 151004 clauses out of 302020 with flag 101232290/11618338
1881.41/1890.39	c cleaning 152001 clauses out of 304016 with flag 102676902/11771338
1915.98/1925.18	c cleaning 153006 clauses out of 306016 with flag 104068741/11925339
1950.42/1959.97	c cleaning 153980 clauses out of 308008 with flag 105416533/12080337
1986.21/1996.11	c cleaning 154994 clauses out of 310030 with flag 106856791/12236339
2030.51/2040.76	c cleaning 156010 clauses out of 312035 with flag 108822364/12393338
2068.04/2078.58	c cleaning 156990 clauses out of 314024 with flag 110323409/12551337
2105.80/2116.66	c cleaning 158010 clauses out of 316034 with flag 111809959/12710337
2143.68/2154.83	c cleaning 158999 clauses out of 318025 with flag 113290780/12870338
2180.23/2191.78	c cleaning 160002 clauses out of 320026 with flag 114842634/13031338
2219.00/2230.87	c cleaning 161012 clauses out of 322025 with flag 116391462/13193339
2256.76/2268.96	c cleaning 162004 clauses out of 324011 with flag 117781228/13356337
2296.59/2309.17	c cleaning 162982 clauses out of 326010 with flag 119266642/13520340
2334.40/2347.24	c cleaning 163989 clauses out of 328025 with flag 120829718/13685337
2376.23/2389.41	c cleaning 165013 clauses out of 330039 with flag 122458820/13851340
2416.06/2429.65	c cleaning 166009 clauses out of 332026 with flag 123983026/14018340
2457.00/2470.97	c cleaning 167001 clauses out of 334014 with flag 125495830/14186337
2499.00/2513.36	c cleaning 167994 clauses out of 336013 with flag 127044767/14355337
2542.72/2557.43	c cleaning 168999 clauses out of 338021 with flag 128622866/14525339
2596.28/2611.43	c cleaning 169979 clauses out of 340021 with flag 130352668/14696338
2649.70/2665.26	c cleaning 171016 clauses out of 342041 with flag 132105381/14868337
2697.15/2712.92	c cleaning 171997 clauses out of 344026 with flag 133880020/15041338
2745.89/2762.04	c cleaning 172998 clauses out of 346028 with flag 135649978/15215337
2793.04/2809.65	c cleaning 174007 clauses out of 348030 with flag 137328147/15390337
2838.94/2856.00	c cleaning 175005 clauses out of 350023 with flag 138942614/15566337
2884.36/2901.75	c cleaning 176002 clauses out of 352020 with flag 140558678/15743339
2935.83/2953.54	c cleaning 176996 clauses out of 354016 with flag 142358256/15921337
2981.92/3000.03	c cleaning 177988 clauses out of 356020 with flag 143935913/16100337
3032.00/3050.51	c cleaning 179015 clauses out of 358033 with flag 145705262/16280338
3075.22/3094.19	c cleaning 179999 clauses out of 360019 with flag 147169188/16461339
3126.36/3145.78	c cleaning 181001 clauses out of 362019 with flag 148884825/16643338
3174.97/3194.77	c cleaning 181998 clauses out of 364019 with flag 150466092/16826339
3225.86/3246.11	c cleaning 182982 clauses out of 366019 with flag 152076786/17010337
3277.45/3298.02	c cleaning 184009 clauses out of 368038 with flag 153703603/17195338
3330.46/3351.43	c cleaning 184978 clauses out of 370030 with flag 155434201/17381339
3387.57/3408.96	c cleaning 186012 clauses out of 372050 with flag 157368634/17568337
3442.48/3464.25	c cleaning 187001 clauses out of 374040 with flag 159062779/17756339
3495.77/3517.84	c cleaning 188018 clauses out of 376040 with flag 160758690/17945340
3548.97/3571.45	c cleaning 188996 clauses out of 378021 with flag 162427320/18135339
3600.03/3622.70	c starts		: 35922
3600.03/3622.71	c conflicts		: 18309642
3600.03/3622.71	c decisions		: 24251050
3600.03/3622.71	c propagations		: 848499381
3600.03/3622.71	c inspects		: 82232282733
3600.03/3622.71	c shortcuts		: 0
3600.03/3622.71	c learnt literals	: 0
3600.03/3622.71	c learnt binary clauses	: 0
3600.03/3622.71	c learnt ternary clauses	: 0
3600.03/3622.71	c learnt constraints	: 18309642
3600.03/3622.71	c ignored constraints	: 0
3600.03/3622.71	c root simplifications	: 0
3600.03/3622.71	c removed literals (reason simplification)	: 158861475
3600.03/3622.71	c reason swapping (by a shorter reason)	: 0
3600.03/3622.71	c Calls to reduceDB	: 186
3600.03/3622.71	c Number of update (reduction) of LBD	: 7408839
3600.03/3622.71	c Imported unit clauses	: 0
3600.03/3622.71	c No decision after first conflict	: false
3600.03/3622.71	c number of reductions to clauses (during analyze)	: 0
3600.03/3622.71	c number of learned constraints concerned by reduction	: 0
3600.03/3622.71	c number of learning phase by resolution	: 0
3600.03/3622.71	c number of learning phase by cutting planes	: 0
3600.03/3622.71	c number of rounding to 1 operations	: 0
3600.03/3622.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3622.71	c number of reductions of the coefficients by power 2 	: 0
3600.03/3622.71	c number of right shift for reduction by power 2 	: 0
3600.03/3622.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3622.71	c number of ending skipping 	: 0
3600.03/3622.71	c number of internal skipping 	: 0
3600.03/3622.71	c number of derivation steps 	: 0
3600.03/3622.71	c number of skipped derivation steps 	: 0
3600.03/3622.71	c number of remaining unassigned 	: 0
3600.03/3622.71	c number of remaining assigned 	: 0
3600.03/3622.71	c number of falsified literals weakened from reason	: 0
3600.03/3622.71	c number of falsified literals weakened from conflict	: 0
3600.03/3622.71	c time for arithmetic operations	: 0
3600.03/3622.71	c minimum degree of deleted constraints	: null
3600.03/3622.71	c maximum degree of deleted constraints	: null
3600.03/3622.71	c number of deleted constraints	: 0
3600.03/3622.71	c speed (assignments/second)	: 234224.64299003917
3600.03/3622.71	c non guided choices	: 0
3600.03/3622.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 363328
3600.03/3622.76	s SATISFIABLE
3600.03/3622.76	c Found 1 solution(s)
3600.03/3622.76	v -x1 x2 x3 x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 -x21 -x22 x23 x24 x25 -x26 -x27 x28 -x29 x30 x31 x32 -x33 x34 -x35 x36 x37 -x38 -x39 x40 x41 -x42 -x43 x44 x45 -x46 x47 -x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 x57 x58 -x59 -x60 -x61 x62 -x63 x64 x65 -x66 x67 x68 -x69 x70 x71 x72 x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 x87 -x88 -x89 -x90 x91 x92 -x93 -x94 x95 x96 -x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 -x107 x108 x109 x110 -x111 -x112 x113 x114 x115 x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 x125 x126 x127 -x128 x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 x137 x138 -x139 x140 x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 x154 x155 -x156 x157 x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 x166 -x167 x168 x169 -x170 -x171 x172 -x173 x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 x184 x185 -x186 -x187 -x188 x189 x190 -x191 -x192 -x193 -x194 x195 x196 x197 x198 -x199 x200 x201 x202 -x203 -x204 x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 x213 x214 x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 x228 -x229 x230 x231 -x232 -x233 x234 x235 -x236 -x237 x238 -x239 -x240 -x241 x242 x243 x244 -x245 x246 x247 -x248 -x249 x250 x251 -x252 x253 -x254 -x255 -x256 
3600.03/3622.76	c objective function=115
3600.03/3622.76	c Total wall clock time (in seconds): 3622.672

Verifier Data

OK	115

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-4835823-1783657031/watcher-4835823-1783657031 -o /tmp/evaluation-result-4835823-1783657031/solver-4835823-1783657031 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835823-1783657031/vars-4835823-1783657031 --bin-var /tmp/runsolver-exch-nodeE002-1783649759-2410774 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835823-1783657031 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835823-1783657031.opb 

running on 4 cores: 16-19

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 8-9,11-12,15,21-22,25-26,28,30-31,33-34,36-37,41-45,47-49,51-53,55-57,59
  3550 MHz: 13-14,16,19-20,23,32,35,39-40,54,61
  3600 MHz: 0-7,10,17-18,24,27,29,38,46,50,58,60,62-63
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  3600 MHz: 0-3

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (59844 MiB free)
  node 1: cores 8-15, 128973 MiB (13624 MiB free)
  node 2: cores 16-23, 129019 MiB (31360 MiB free)
  node 3: cores 24-31, 129003 MiB (68950 MiB free)
  node 4: cores 32-39, 129019 MiB (43971 MiB free)
  node 5: cores 40-47, 129019 MiB (102767 MiB free)
  node 6: cores 48-55, 129019 MiB (112076 MiB free)
  node 7: cores 56-63, 128474 MiB (114393 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 FSIZE limit: 102400000 KiB
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=2415644, runsolver pid=2415641
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 15.23 14.79 14.79 19/1182 2415665
/proc/meminfo: memFree=560090484/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=34900044 memory=54264 CPUtime=0.17 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 6350 0 0 0 16 1 0 0 20 0 19 0 298990996 35737645056 13179 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8725011 13566 6263 1 0 31583 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=34900044 memory=5895516205 CPUtime=0.08 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 3169 0 0 0 8 0 0 0 20 0 19 0 298990998 35737645056 13179 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=34900044 memory=245783411338 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 298990999 35737645056 13179 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=34900044 memory=30525783 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 298990999 35737645056 13179 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=34900044 memory=30525954 CPUtime=0 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 298990999 35737645056 13179 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=34900044 memory=30523076 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 298990999 35737645056 13179 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=34900044 memory=30562578 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 298990999 35737645056 13179 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 54264 KiB

[startup+0.213552 s]*
/proc/loadavg: 15.23 14.79 14.79 17/1184 2415667
/proc/meminfo: memFree=560062048/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35033172 memory=78720 CPUtime=0.52 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 9391 0 0 0 50 2 0 0 20 0 21 0 298990996 35873968128 19460 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8758293 19680 6309 1 0 37252 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35033172 memory=3184097923301336704 CPUtime=0.2 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 3312 0 0 0 19 1 0 0 20 0 21 0 298990998 35873968128 19460 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35033172 memory=237162987891 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298990999 35873968128 19460 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35033172 memory=57381632722845 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 298990999 35873968128 19460 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35033172 memory=54091704551379 CPUtime=0 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 298990999 35873968128 19460 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35033172 memory=58489784613830 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 298990999 35873968128 19460 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35033172 memory=14689682358424631 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298990999 35873968128 19460 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35033172 memory=41550322 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298991009 35873968128 19460 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 78720 KiB

[startup+0.314085 s]*
/proc/loadavg: 15.23 14.79 14.79 18/1185 2415668
/proc/meminfo: memFree=560046044/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35099736 memory=85224 CPUtime=0.82 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 10001 0 0 0 80 2 0 0 20 0 22 0 298990996 35942129664 20952 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8774934 21306 6325 1 0 41725 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35099736 memory=3184097923301336704 CPUtime=0.29 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 3314 0 0 0 28 1 0 0 20 0 22 0 298990998 35942129664 20952 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35099736 memory=6878122768064577907 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 20952 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35099736 memory=57381632722845 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 20952 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35099736 memory=54091704551379 CPUtime=0 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 20952 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35099736 memory=58489784613830 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 20952 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35099736 memory=14689682358424631 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 20952 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35099736 memory=41550322 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298991009 35942129664 20952 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 85224 KiB

[startup+0.700276 s]
/proc/loadavg: 15.23 14.79 14.79 17/1185 2415668
/proc/meminfo: memFree=560006684/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35099736 memory=140404 CPUtime=1.91 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 13107 0 0 0 189 2 0 0 20 0 22 0 298990996 35942129664 34887 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8774934 35101 6341 1 0 54316 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35099736 memory=2156 CPUtime=0.62 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 3358 0 0 0 61 1 0 0 20 0 22 0 298990998 35942129664 34887 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35099736 memory=4479 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 34887 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35099736 memory=964 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 34887 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35099736 memory=2156 CPUtime=0 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 34887 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35099736 memory=1884 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 34887 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298990999 35942129664 34887 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298991009 35942129664 34887 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 140404 KiB

[startup+1.50017 s]
/proc/loadavg: 15.23 14.79 14.79 17/1185 2415668
/proc/meminfo: memFree=559944460/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35099736 memory=161268 CPUtime=3.08 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 15063 0 0 0 305 3 0 0 20 0 21 0 298990996 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8774934 40317 6351 1 0 58505 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35099736 memory=2156 CPUtime=1.39 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 4012 0 0 0 137 2 0 0 20 0 21 0 298990998 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35099736 memory=964 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35099736 memory=237092813399 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298991009 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 161268 KiB

[startup+3.11676 s]
/proc/loadavg: 15.23 14.79 14.79 16/1185 2415669
/proc/meminfo: memFree=559764420/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35099736 memory=161468 CPUtime=4.88 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 18226 0 0 0 483 5 0 0 20 0 21 0 298990996 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8774934 40367 6351 1 0 58511 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35099736 memory=0 CPUtime=2.96 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 4141 0 0 0 293 3 0 0 20 0 21 0 298990998 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35099736 memory=2156 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35099736 memory=4769 CPUtime=0 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35099736 memory=211292520753 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35099736 memory=144596 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298990999 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35099736 memory=1936 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298991009 35942129664 40044 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 161468 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=67040912/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35166300 memory=824856 CPUtime=3381.02 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 89481 0 0 0 337327 775 0 0 20 0 23 0 298990996 36010291200 206018 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8791575 206214 6339 1 0 224026 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35166300 memory=775408 CPUtime=3365.08 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 24748 0 0 0 335779 729 0 0 20 0 23 0 298990998 36010291200 206018 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35166300 memory=775408 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 206018 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35166300 memory=775408 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 206018 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35166300 memory=964 CPUtime=0.09 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 59 0 0 0 5 4 0 0 20 0 23 0 298990999 36010291200 206018 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35166300 memory=806284 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 206018 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35166300 memory=806284 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 505 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 206018 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35166300 memory=824856 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298991009 36010291200 206018 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 3381.02 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 824856 KiB

[startup+3462.3 s]
/proc/loadavg: 17.29 18.33 18.44 17/1163 2416489
/proc/meminfo: memFree=56276444/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35166300 memory=851568 CPUtime=3440.61 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 89600 0 0 0 343275 786 0 0 20 0 23 0 298990996 36010291200 212697 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8791575 212892 6339 1 0 228210 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35166300 memory=775408 CPUtime=3424.52 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 24780 0 0 0 341713 739 0 0 20 0 23 0 298990998 36010291200 212697 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35166300 memory=775408 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 212697 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35166300 memory=835108 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 212697 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35166300 memory=10940 CPUtime=0.09 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 61 0 0 0 5 4 0 0 20 0 23 0 298990999 36010291200 212697 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35166300 memory=824856 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 212697 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35166300 memory=83848 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 505 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 212697 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35166300 memory=6120 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298991009 36010291200 212697 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 3440.61 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 851568 KiB

[startup+3522.3 s]
/proc/loadavg: 17.58 18.22 18.39 17/1137 2416502
/proc/meminfo: memFree=52267140/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35166300 memory=905284 CPUtime=3500.22 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 92865 0 0 0 349226 796 0 0 20 0 23 0 298990996 36010291200 225811 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8791575 226321 6339 1 0 244946 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35166300 memory=824856 CPUtime=3483.92 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 24793 0 0 0 347644 748 0 0 20 0 23 0 298990998 36010291200 225811 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35166300 memory=1884 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 225811 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35166300 memory=10940 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 225811 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35166300 memory=428 CPUtime=0.1 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 61 0 0 0 6 4 0 0 20 0 23 0 298990999 36010291200 225811 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35166300 memory=888596 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 225811 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35166300 memory=1692 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 505 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 225811 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35166300 memory=888596 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298991009 36010291200 225811 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 3500.22 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 905284 KiB

[startup+3582.3 s]
/proc/loadavg: 17.44 18.01 18.31 14/1106 2416565
/proc/meminfo: memFree=62486276/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35166300 memory=936604 CPUtime=3559.78 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 100735 0 0 0 355169 809 0 0 20 0 23 0 298990996 36010291200 233747 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8791575 234151 6339 1 0 249130 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35166300 memory=3564 CPUtime=3543.34 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 28611 0 0 0 353573 761 0 0 20 0 23 0 298990998 36010291200 233747 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35166300 memory=928700 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 233747 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35166300 memory=928700 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 233747 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35166300 memory=10940 CPUtime=0.11 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 62 0 0 0 6 5 0 0 20 0 23 0 298990999 36010291200 233747 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35166300 memory=10940 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 233747 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35166300 memory=936604 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 505 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 233747 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35166300 memory=936604 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298991009 36010291200 233747 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 3559.78 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 936604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.7 s]
/proc/loadavg: 16.32 17.69 18.18 12/969 2416755
/proc/meminfo: memFree=77181868/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35166300 memory=939960 CPUtime=3600.03 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 105760 0 0 0 359188 815 0 0 20 0 23 0 298990996 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8791575 234990 6339 1 0 249131 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35166300 memory=936604 CPUtime=3583.41 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 30000 0 0 0 357575 766 0 0 20 0 23 0 298990998 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35166300 memory=806284 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35166300 memory=1692 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35166300 memory=939960 CPUtime=0.11 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 62 0 0 0 6 5 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35166300 memory=939960 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35166300 memory=939956 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 511 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35166300 memory=936604 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298991009 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 939960 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.03 s, system=8.16268 s

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

[startup+3622.7 s]
/proc/loadavg: 16.32 17.69 18.18 12/969 2416755
/proc/meminfo: memFree=77181868/1055320712 swapFree=32568872/33554428
[pid=2415644] ppid=2415641 vsize=35166300 memory=939960 CPUtime=3600.03 cores=16-19
/proc/2415644/stat : 2415644 (java) S 2415641 2415644 2410760 0 -1 4194304 105760 0 0 0 359188 815 0 0 20 0 23 0 298990996 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
/proc/2415644/statm: 8791575 234990 6339 1 0 249131 0
[pid=2415644/tid=2415646] ppid=2415641 vsize=35166300 memory=936604 CPUtime=3583.41 cores=16-19
/proc/2415644/task/2415646/stat : 2415646 (java) R 2415641 2415644 2410760 0 -1 4194368 30000 0 0 0 357575 766 0 0 20 0 23 0 298990998 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415657] ppid=2415641 vsize=35166300 memory=806284 CPUtime=0 cores=16-19
/proc/2415644/task/2415657/stat : 2415657 (Referen..andler) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415658] ppid=2415641 vsize=35166300 memory=1692 CPUtime=0 cores=16-19
/proc/2415644/task/2415658/stat : 2415658 (Finalizer) S 2415641 2415644 2410760 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415661] ppid=2415641 vsize=35166300 memory=939960 CPUtime=0.11 cores=16-19
/proc/2415644/task/2415661/stat : 2415661 (Monitor..Thread) S 2415641 2415644 2410760 0 -1 4194368 62 0 0 0 6 5 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415664] ppid=2415641 vsize=35166300 memory=939960 CPUtime=0 cores=16-19
/proc/2415644/task/2415664/stat : 2415664 (Notific..Thread) S 2415641 2415644 2410760 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415665] ppid=2415641 vsize=35166300 memory=939956 CPUtime=0 cores=16-19
/proc/2415644/task/2415665/stat : 2415665 (Common-Cleaner) S 2415641 2415644 2410760 0 -1 4194368 511 0 0 0 0 0 0 0 20 0 23 0 298990999 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
[pid=2415644/tid=2415666] ppid=2415641 vsize=35166300 memory=936604 CPUtime=0 cores=16-19
/proc/2415644/task/2415666/stat : 2415666 (Timer-0) S 2415641 2415644 2410760 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298991009 36010291200 234643 18446744073709551615 93966704001024 93966704004720 140720343983952 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 93966704012584 93966704013328 93966713573376 140720343988388 140720343988574 140720343988574 140720343994312 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 939960 KiB

Child status: 143

Real time (s): 3622.77
CPU time (s): 3600.19
CPU user time (s): 3592.03
CPU system time (s): 8.16268
CPU usage (%): 99.3767
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 939960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.03
system time used= 8.16268
maximum resident set size= 939084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1962773
involuntary context switches= 6805


# summary of solver processes directly reported to runsolver:
#   pid: 2415644
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3592.03
#   total CPU system time (s): 8.16268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3359 second user time and 49.4473 second system time

The end

Launcher Data

Begin job on nodeE002 at 2026-07-10 06:17:11
IDJOB=4835823
IDBENCH=158448
IDSOLVER=3672
FILE ID=nodeE002/4835823-1783657031
RUNJOBID= nodeE002-1783649759-2410774
SLURM_JOB_ID= 12722737
Free space on /tmp= 802532 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/dt-problems/normalized-lo_16x16_006.opb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835823-1783657031/watcher-4835823-1783657031 -o /tmp/evaluation-result-4835823-1783657031/solver-4835823-1783657031 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835823-1783657031/vars-4835823-1783657031 --bin-var /tmp/runsolver-exch-nodeE002-1783649759-2410774 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835823-1783657031 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835823-1783657031.opb

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

MD5SUM BENCH= 8cc4eb8a08b08100158c4e28fbd6c2c4
RANDOM SEED=1435279891

nodeE002 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		: 3580.698
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.23
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		: 3580.312
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.23
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		: 3582.298
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.23
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		: 3581.342
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.23
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		: 3594.035
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.23
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		: 3592.827
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.23
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		: 3592.970
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.23
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		: 3592.254
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.23
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		: 2493.659
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.23
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.23
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		: 3579.301
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.23
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		: 3587.358
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.23
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.23
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		: 3561.616
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.23
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		: 3564.353
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.23
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		: 2493.659
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.23
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		: 3565.910
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.23
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		: 3573.012
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.23
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		: 3570.478
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.23
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		: 3563.954
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.23
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		: 3572.387
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.23
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		: 2493.659
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.23
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.23
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.23
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		: 3580.939
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.23
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		: 2493.659
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.23
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.23
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.23
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.23
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		: 3587.648
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.23
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.23
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		: 3591.315
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.23
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		: 3571.534
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.23
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.23
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.23
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.23
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		: 2493.659
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.23
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.23
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		: 3583.962
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.23
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.23
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		: 3571.785
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.23
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.23
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.23
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		: 3584.768
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.23
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		: 3577.581
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.23
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.23
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		: 3577.292
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.23
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		: 3574.578
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.23
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		: 2493.659
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.23
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.23
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		: 3587.942
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.23
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.23
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.23
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.23
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		: 3563.481
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.23
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		: 2493.659
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.23
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		: 2493.659
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.23
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.23
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		: 3577.084
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.23
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.23
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		: 3574.422
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.23
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		: 3577.159
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.23
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		: 3576.508
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.23
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.23
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:       1055320712 kB
MemFree:        560123100 kB
MemAvailable:   1035086896 kB
Buffers:               4 kB
Cached:         471720400 kB
SwapCached:         8920 kB
Active:         36555524 kB
Inactive:       447544128 kB
Active(anon):   12422864 kB
Inactive(anon):    21032 kB
Active(file):   24132660 kB
Inactive(file): 447523096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32568872 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11172 kB
Writeback:             0 kB
AnonPages:      12378420 kB
Mapped:           102512 kB
Shmem:             64084 kB
KReclaimable:    8732212 kB
Slab:            9680944 kB
SReclaimable:    8732212 kB
SUnreclaim:       948732 kB
KernelStack:       19616 kB
PageTables:        34016 kB
SecPageTables:     15460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   143586336 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482976 kB
VmallocChunk:          0 kB
Percpu:           127744 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11429888 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:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 802760 MiB
End job on nodeE002 at 2026-07-10 07:17:34