Trace number 4836182

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)UNSAT cert. 853.978 874.443

General information on the benchmark

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

Solver Data

0.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-4836182-1783676636.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c using VERIPB proof format
0.00/0.09	c  no objective function found
0.16/0.12	c ... done. Wall clock time 0.031s.
0.16/0.12	c declared #vars     1301
0.16/0.12	c #constraints  1302
0.16/0.12	c constraints type 
0.16/0.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.16/0.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1300
0.16/0.12	c 1302 constraints processed.
0.54/0.29	c cleaning 2495 clauses out of 5002 with flag 21119/5002
1.14/0.43	c cleaning 4241 clauses out of 8505 with flag 46631/11000
1.43/0.55	c cleaning 5579 clauses out of 11264 with flag 81794/18000
1.68/0.65	c cleaning 6808 clauses out of 13686 with flag 121388/26001
1.84/0.76	c cleaning 7867 clauses out of 15877 with flag 167470/35000
2.12/0.92	c cleaning 8925 clauses out of 18010 with flag 226129/45000
2.45/1.17	c cleaning 10006 clauses out of 20085 with flag 286188/56000
2.75/1.47	c cleaning 10998 clauses out of 22080 with flag 359194/68001
2.97/1.77	c cleaning 12000 clauses out of 24082 with flag 433804/81001
3.27/2.02	c cleaning 13000 clauses out of 26082 with flag 514044/95001
3.42/2.27	c cleaning 13976 clauses out of 28081 with flag 596376/110000
3.73/2.61	c cleaning 14960 clauses out of 30105 with flag 698893/126000
4.10/3.05	c cleaning 16033 clauses out of 32145 with flag 825021/143000
4.50/3.39	c cleaning 17037 clauses out of 34113 with flag 929248/161001
4.81/3.73	c cleaning 17952 clauses out of 36075 with flag 1035660/180000
5.06/4.08	c cleaning 18995 clauses out of 38123 with flag 1145161/200000
5.41/4.43	c cleaning 19989 clauses out of 40132 with flag 1259339/221004
5.79/4.84	c cleaning 21047 clauses out of 42141 with flag 1381116/243002
6.12/5.26	c cleaning 21976 clauses out of 44092 with flag 1501482/266000
6.51/5.72	c cleaning 23043 clauses out of 46116 with flag 1640959/290000
6.95/6.19	c cleaning 23938 clauses out of 48073 with flag 1781180/315000
7.53/6.71	c cleaning 25026 clauses out of 50135 with flag 1931850/341000
7.94/7.22	c cleaning 25969 clauses out of 52110 with flag 2083817/368001
8.34/7.76	c cleaning 27035 clauses out of 54140 with flag 2231688/396000
8.84/8.30	c cleaning 28041 clauses out of 56106 with flag 2387012/425001
9.33/8.92	c cleaning 28957 clauses out of 58064 with flag 2549505/455000
9.83/9.56	c cleaning 30020 clauses out of 60108 with flag 2723636/486001
10.42/10.21	c cleaning 30980 clauses out of 62088 with flag 2890468/518001
10.92/10.89	c cleaning 32024 clauses out of 64107 with flag 3066311/551000
11.58/11.60	c cleaning 32967 clauses out of 66084 with flag 3243183/585001
12.18/12.33	c cleaning 34011 clauses out of 68116 with flag 3432806/620000
12.86/13.14	c cleaning 35022 clauses out of 70105 with flag 3619531/656000
13.53/13.90	c cleaning 36020 clauses out of 72083 with flag 3808101/693000
14.22/14.73	c cleaning 36983 clauses out of 74063 with flag 4004328/731000
14.92/15.56	c cleaning 37996 clauses out of 76080 with flag 4199985/770000
15.72/16.43	c cleaning 38994 clauses out of 78087 with flag 4404095/810003
16.43/17.29	c cleaning 39982 clauses out of 80090 with flag 4607917/851000
17.31/18.21	c cleaning 40999 clauses out of 82108 with flag 4819101/893000
18.22/19.22	c cleaning 42045 clauses out of 84109 with flag 5046726/936000
19.02/20.15	c cleaning 42970 clauses out of 86064 with flag 5261246/980000
19.92/21.16	c cleaning 44029 clauses out of 88094 with flag 5487822/1025000
20.81/22.18	c cleaning 45003 clauses out of 90066 with flag 5717228/1071001
21.80/23.23	c cleaning 46000 clauses out of 92062 with flag 5953090/1118000
22.78/24.34	c cleaning 47004 clauses out of 94063 with flag 6188270/1166001
23.79/25.42	c cleaning 47971 clauses out of 96059 with flag 6429901/1215001
24.80/26.56	c cleaning 48988 clauses out of 98087 with flag 6669102/1265000
25.90/27.73	c cleaning 49989 clauses out of 100099 with flag 6925018/1316000
27.01/28.92	c cleaning 51042 clauses out of 102110 with flag 7172103/1368000
28.12/30.11	c cleaning 51979 clauses out of 104069 with flag 7423586/1421001
29.23/31.38	c cleaning 53012 clauses out of 106090 with flag 7690858/1475001
30.44/32.63	c cleaning 54008 clauses out of 108077 with flag 7947890/1530000
31.64/33.97	c cleaning 55025 clauses out of 110071 with flag 8216427/1586002
32.95/35.34	c cleaning 55960 clauses out of 112044 with flag 8487734/1643000
34.25/36.73	c cleaning 57000 clauses out of 114084 with flag 8767068/1701000
35.64/38.22	c cleaning 57998 clauses out of 116084 with flag 9050689/1760000
36.96/39.68	c cleaning 58978 clauses out of 118087 with flag 9327625/1820001
38.38/41.19	c cleaning 59989 clauses out of 120108 with flag 9613895/1881000
39.86/42.75	c cleaning 61035 clauses out of 122119 with flag 9905237/1943000
41.35/44.37	c cleaning 61994 clauses out of 124085 with flag 10199127/2006001
42.95/46.11	c cleaning 63019 clauses out of 126090 with flag 10497347/2070000
44.52/47.76	c cleaning 64021 clauses out of 128072 with flag 10795828/2135001
46.21/49.52	c cleaning 64975 clauses out of 130050 with flag 11104749/2201000
47.80/51.24	c cleaning 66020 clauses out of 132075 with flag 11409523/2268000
49.39/52.97	c cleaning 66992 clauses out of 134057 with flag 11710811/2336002
51.09/54.74	c cleaning 68009 clauses out of 136064 with flag 12027151/2405001
52.88/56.60	c cleaning 68993 clauses out of 138054 with flag 12344602/2475000
54.58/58.48	c cleaning 69996 clauses out of 140062 with flag 12666616/2546001
56.30/60.29	c cleaning 71001 clauses out of 142065 with flag 12988973/2618000
58.12/62.17	c cleaning 72007 clauses out of 144064 with flag 13311907/2691000
59.98/64.10	c cleaning 72995 clauses out of 146058 with flag 13636476/2765001
61.89/66.06	c cleaning 74005 clauses out of 148064 with flag 13963303/2840002
63.90/68.19	c cleaning 74995 clauses out of 150059 with flag 14300116/2916002
65.87/70.27	c cleaning 75995 clauses out of 152063 with flag 14635772/2993001
67.95/72.43	c cleaning 77006 clauses out of 154067 with flag 14972453/3071000
69.96/74.56	c cleaning 78019 clauses out of 156061 with flag 15313545/3150000
72.16/76.82	c cleaning 78979 clauses out of 158042 with flag 15661014/3230000
74.27/79.07	c cleaning 79991 clauses out of 160064 with flag 16011390/3311001
76.46/81.34	c cleaning 81025 clauses out of 162072 with flag 16361772/3393000
78.66/83.68	c cleaning 82004 clauses out of 164047 with flag 16724363/3476000
80.99/86.10	c cleaning 82991 clauses out of 166043 with flag 17085376/3560000
83.35/88.50	c cleaning 83983 clauses out of 168052 with flag 17444180/3645000
85.47/90.79	c cleaning 84999 clauses out of 170071 with flag 17811891/3731002
87.84/93.24	c cleaning 85998 clauses out of 172070 with flag 18174669/3818000
90.14/95.63	c cleaning 86987 clauses out of 174072 with flag 18539602/3906000
92.56/98.16	c cleaning 88006 clauses out of 176085 with flag 18917676/3995000
94.93/100.66	c cleaning 89002 clauses out of 178080 with flag 19291733/4085001
97.34/103.14	c cleaning 89997 clauses out of 180077 with flag 19662884/4176000
99.92/105.80	c cleaning 91014 clauses out of 182080 with flag 20041955/4268000
102.44/108.46	c cleaning 92002 clauses out of 184067 with flag 20429759/4361001
105.06/111.12	c cleaning 92992 clauses out of 186065 with flag 20816505/4455001
107.70/113.84	c cleaning 94022 clauses out of 188073 with flag 21211374/4550001
110.61/116.82	c cleaning 95026 clauses out of 190051 with flag 21612956/4646001
113.29/119.66	c cleaning 95980 clauses out of 192025 with flag 22009306/4743001
116.09/122.52	c cleaning 96996 clauses out of 194044 with flag 22407676/4841000
119.09/125.61	c cleaning 98017 clauses out of 196049 with flag 22815446/4940001
122.20/128.86	c cleaning 98982 clauses out of 198031 with flag 23240223/5040000
125.22/132.00	c cleaning 100006 clauses out of 200049 with flag 23658319/5141000
128.21/135.03	c cleaning 100983 clauses out of 202045 with flag 24083306/5243002
131.21/138.16	c cleaning 102021 clauses out of 204060 with flag 24501111/5346000
134.12/141.17	c cleaning 103014 clauses out of 206039 with flag 24916475/5450000
137.31/144.43	c cleaning 103976 clauses out of 208026 with flag 25344874/5555001
140.51/147.79	c cleaning 104990 clauses out of 210049 with flag 25777631/5661000
143.61/150.91	c cleaning 105989 clauses out of 212059 with flag 26197499/5768000
146.93/154.36	c cleaning 106998 clauses out of 214070 with flag 26635687/5876000
150.47/157.90	c cleaning 108031 clauses out of 216073 with flag 27079029/5985001
153.70/161.21	c cleaning 108994 clauses out of 218042 with flag 27509416/6095001
157.11/164.77	c cleaning 109984 clauses out of 220047 with flag 27954579/6206000
160.62/168.34	c cleaning 111020 clauses out of 222063 with flag 28393868/6318000
164.10/171.94	c cleaning 112015 clauses out of 224043 with flag 28847733/6431000
167.61/175.52	c cleaning 113000 clauses out of 226028 with flag 29303842/6545000
171.22/179.22	c cleaning 113990 clauses out of 228029 with flag 29752366/6660001
174.72/182.82	c cleaning 115008 clauses out of 230038 with flag 30196728/6776000
178.42/186.62	c cleaning 115996 clauses out of 232031 with flag 30653581/6893001
182.03/190.38	c cleaning 116997 clauses out of 234035 with flag 31111765/7011001
185.51/193.95	c cleaning 117996 clauses out of 236037 with flag 31568768/7130000
189.31/197.85	c cleaning 118988 clauses out of 238042 with flag 32033982/7250001
193.02/201.68	c cleaning 120006 clauses out of 240056 with flag 32498916/7371003
196.93/205.69	c cleaning 120991 clauses out of 242047 with flag 32969403/7493000
200.82/209.62	c cleaning 121998 clauses out of 244059 with flag 33434334/7616003
204.62/213.57	c cleaning 123016 clauses out of 246059 with flag 33901830/7740001
208.41/217.43	c cleaning 124006 clauses out of 248042 with flag 34373193/7865000
212.30/221.42	c cleaning 124998 clauses out of 250036 with flag 34846647/7991000
216.36/225.52	c cleaning 125992 clauses out of 252038 with flag 35330886/8118000
220.39/229.66	c cleaning 126997 clauses out of 254046 with flag 35809217/8246000
224.39/233.74	c cleaning 128009 clauses out of 256051 with flag 36288673/8375002
228.26/237.72	c cleaning 128998 clauses out of 258040 with flag 36765694/8505000
232.14/241.70	c cleaning 130004 clauses out of 260043 with flag 37235926/8636001
236.04/245.76	c cleaning 131001 clauses out of 262038 with flag 37718607/8768000
240.02/249.86	c cleaning 131994 clauses out of 264039 with flag 38202798/8901002
244.12/254.07	c cleaning 133010 clauses out of 266043 with flag 38687840/9035000
248.19/258.20	c cleaning 133988 clauses out of 268033 with flag 39178877/9170000
252.18/262.39	c cleaning 135003 clauses out of 270045 with flag 39675222/9306000
256.28/266.57	c cleaning 136008 clauses out of 272042 with flag 40168631/9443000
260.47/270.88	c cleaning 136997 clauses out of 274034 with flag 40663822/9581000
264.57/275.08	c cleaning 138008 clauses out of 276038 with flag 41165185/9720001
268.74/279.31	c cleaning 138990 clauses out of 278030 with flag 41670364/9860001
272.73/283.47	c cleaning 140002 clauses out of 280040 with flag 42172923/10001001
276.73/287.59	c cleaning 141011 clauses out of 282038 with flag 42671825/10143001
280.81/291.78	c cleaning 141994 clauses out of 284027 with flag 43171886/10286001
285.09/296.12	c cleaning 143002 clauses out of 286033 with flag 43688310/10430001
289.27/300.41	c cleaning 143994 clauses out of 288031 with flag 44203318/10575001
293.48/304.77	c cleaning 145000 clauses out of 290036 with flag 44720990/10721000
297.75/309.08	c cleaning 146000 clauses out of 292037 with flag 45238968/10868001
302.09/313.51	c cleaning 146999 clauses out of 294037 with flag 45760432/11016001
306.57/318.18	c cleaning 148008 clauses out of 296038 with flag 46291201/11165001
310.98/322.68	c cleaning 149005 clauses out of 298029 with flag 46814080/11315000
315.44/327.20	c cleaning 149992 clauses out of 300025 with flag 47338475/11466001
319.81/331.72	c cleaning 150998 clauses out of 302032 with flag 47880403/11618000
324.31/336.33	c cleaning 151993 clauses out of 304035 with flag 48424809/11771001
328.70/340.84	c cleaning 153013 clauses out of 306042 with flag 48964239/11925001
333.36/345.68	c cleaning 153987 clauses out of 308029 with flag 49519410/12080001
337.84/350.22	c cleaning 154998 clauses out of 310041 with flag 50062543/12236000
342.41/354.95	c cleaning 156007 clauses out of 312043 with flag 50616440/12393000
347.09/359.71	c cleaning 156999 clauses out of 314037 with flag 51169506/12551001
351.66/364.45	c cleaning 158013 clauses out of 316037 with flag 51725203/12710000
356.44/369.30	c cleaning 158994 clauses out of 318024 with flag 52292433/12870000
361.22/374.20	c cleaning 160003 clauses out of 320030 with flag 52858767/13031000
366.00/379.13	c cleaning 160990 clauses out of 322028 with flag 53433035/13193001
370.81/384.04	c cleaning 162000 clauses out of 324038 with flag 54005711/13356001
375.58/388.97	c cleaning 163005 clauses out of 326037 with flag 54580781/13520000
380.50/394.00	c cleaning 163996 clauses out of 328032 with flag 55162555/13685000
385.48/399.01	c cleaning 164997 clauses out of 330036 with flag 55741925/13851000
390.49/404.12	c cleaning 165999 clauses out of 332039 with flag 56335496/14018000
395.65/409.44	c cleaning 166989 clauses out of 334040 with flag 56956857/14186000
400.75/414.63	c cleaning 168011 clauses out of 336051 with flag 57578751/14355000
405.83/419.83	c cleaning 169002 clauses out of 338040 with flag 58194840/14525000
411.15/425.20	c cleaning 169998 clauses out of 340039 with flag 58829000/14696001
416.31/430.59	c cleaning 171008 clauses out of 342040 with flag 59447851/14868000
421.57/435.97	c cleaning 172006 clauses out of 344032 with flag 60066668/15041000
427.10/441.60	c cleaning 172997 clauses out of 346027 with flag 60701896/15215001
432.37/447.11	c cleaning 174006 clauses out of 348029 with flag 61329986/15390000
438.13/452.90	c cleaning 174992 clauses out of 350023 with flag 61973532/15566000
443.61/458.56	c cleaning 176008 clauses out of 352032 with flag 62622155/15743001
449.19/464.22	c cleaning 177005 clauses out of 354023 with flag 63274312/15921000
454.66/469.81	c cleaning 177989 clauses out of 356019 with flag 63924572/16100001
460.34/475.64	c cleaning 179007 clauses out of 358029 with flag 64577176/16280000
465.90/481.34	c cleaning 179995 clauses out of 360022 with flag 65224241/16461000
471.75/487.38	c cleaning 180993 clauses out of 362028 with flag 65903572/16643001
477.46/493.17	c cleaning 181999 clauses out of 364034 with flag 66568926/16826000
483.51/499.33	c cleaning 183003 clauses out of 366036 with flag 67241910/17010001
489.39/505.38	c cleaning 184004 clauses out of 368032 with flag 67905802/17195000
495.48/511.55	c cleaning 185001 clauses out of 370028 with flag 68581360/17381000
501.58/517.79	c cleaning 185994 clauses out of 372027 with flag 69270735/17568000
507.93/524.12	c cleaning 186996 clauses out of 374033 with flag 69967237/17756000
514.58/530.92	c cleaning 188003 clauses out of 376038 with flag 70683331/17945001
520.96/537.49	c cleaning 189011 clauses out of 378034 with flag 71385754/18135000
527.63/544.20	c cleaning 190004 clauses out of 380023 with flag 72095488/18326000
534.32/551.09	c cleaning 190998 clauses out of 382020 with flag 72810511/18518001
541.67/558.54	c cleaning 192005 clauses out of 384021 with flag 73543935/18711000
548.72/565.78	c cleaning 192992 clauses out of 386016 with flag 74282773/18905000
556.30/573.47	c cleaning 193988 clauses out of 388025 with flag 75047836/19100001
563.94/581.27	c cleaning 194992 clauses out of 390036 with flag 75809596/19296000
571.91/589.32	c cleaning 196006 clauses out of 392045 with flag 76593667/19493001
579.67/597.20	c cleaning 197004 clauses out of 394039 with flag 77375729/19691001
588.10/605.60	c cleaning 198004 clauses out of 396035 with flag 78161662/19890001
595.97/613.60	c cleaning 199003 clauses out of 398030 with flag 78949247/20090000
603.53/621.33	c cleaning 200002 clauses out of 400027 with flag 79730189/20291000
611.49/629.40	c cleaning 201000 clauses out of 402026 with flag 80536689/20493001
619.74/637.89	c cleaning 202001 clauses out of 404026 with flag 81334325/20696001
628.00/646.28	c cleaning 202993 clauses out of 406024 with flag 82137264/20900000
635.95/654.35	c cleaning 204001 clauses out of 408032 with flag 82947342/21105001
643.89/662.45	c cleaning 205003 clauses out of 410030 with flag 83755376/21311000
652.05/670.72	c cleaning 205997 clauses out of 412027 with flag 84563842/21518000
659.71/678.56	c cleaning 207000 clauses out of 414031 with flag 85360349/21726001
667.66/686.66	c cleaning 208008 clauses out of 416031 with flag 86164558/21935001
675.26/694.39	c cleaning 209000 clauses out of 418023 with flag 86948354/22145001
683.79/702.92	c cleaning 210005 clauses out of 420022 with flag 87746968/22356000
691.92/711.21	c cleaning 210991 clauses out of 422018 with flag 88542031/22568001
699.95/719.40	c cleaning 211992 clauses out of 424026 with flag 89352251/22781000
707.85/727.41	c cleaning 213001 clauses out of 426034 with flag 90154270/22995000
716.01/735.74	c cleaning 214004 clauses out of 428034 with flag 90950474/23210001
724.77/744.65	c cleaning 215005 clauses out of 430029 with flag 91768583/23426000
733.04/753.04	c cleaning 216000 clauses out of 432024 with flag 92596614/23643000
742.29/762.40	c cleaning 217008 clauses out of 434024 with flag 93456493/23861000
751.67/771.95	c cleaning 218005 clauses out of 436017 with flag 94351509/24080001
762.09/782.42	c cleaning 218995 clauses out of 438012 with flag 95259939/24300001
772.65/793.17	c cleaning 219995 clauses out of 440017 with flag 96177933/24521001
782.87/803.55	c cleaning 220997 clauses out of 442022 with flag 97116508/24743001
794.69/815.53	c cleaning 222000 clauses out of 444025 with flag 98084776/24966001
807.13/828.18	c cleaning 223003 clauses out of 446025 with flag 99082739/25190001
821.45/842.66	c cleaning 224005 clauses out of 448022 with flag 100097434/25415001
835.62/856.91	c cleaning 225003 clauses out of 450018 with flag 101113732/25641002
850.35/871.08	c cleaning 225999 clauses out of 452011 with flag 102138944/25868000
853.77/874.37	c starts		: 18703
853.77/874.37	c conflicts		: 25948909
853.77/874.37	c decisions		: 36446774
853.77/874.37	c propagations		: 204807027
853.77/874.37	c inspects		: 22820091196
853.77/874.37	c shortcuts		: 0
853.77/874.37	c learnt literals	: 16
853.77/874.37	c learnt binary clauses	: 116
853.77/874.37	c learnt ternary clauses	: 477
853.77/874.37	c learnt constraints	: 25948892
853.77/874.37	c ignored constraints	: 0
853.77/874.37	c root simplifications	: 0
853.77/874.37	c removed literals (reason simplification)	: 22171546
853.77/874.37	c reason swapping (by a shorter reason)	: 0
853.77/874.37	c Calls to reduceDB	: 223
853.77/874.37	c Number of update (reduction) of LBD	: 5756437
853.77/874.37	c Imported unit clauses	: 0
853.77/874.37	c No decision after first conflict	: false
853.77/874.37	c number of reductions to clauses (during analyze)	: 0
853.77/874.37	c number of learned constraints concerned by reduction	: 0
853.77/874.37	c number of learning phase by resolution	: 0
853.77/874.37	c number of learning phase by cutting planes	: 0
853.77/874.37	c number of rounding to 1 operations	: 0
853.77/874.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
853.77/874.37	c number of reductions of the coefficients by power 2 	: 0
853.77/874.37	c number of right shift for reduction by power 2 	: 0
853.77/874.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
853.77/874.37	c number of ending skipping 	: 0
853.77/874.37	c number of internal skipping 	: 0
853.77/874.37	c number of derivation steps 	: 0
853.77/874.37	c number of skipped derivation steps 	: 0
853.77/874.37	c number of remaining unassigned 	: 0
853.77/874.37	c number of remaining assigned 	: 0
853.77/874.37	c number of falsified literals weakened from reason	: 0
853.77/874.37	c number of falsified literals weakened from conflict	: 0
853.77/874.37	c time for arithmetic operations	: 0
853.77/874.37	c minimum degree of deleted constraints	: null
853.77/874.37	c maximum degree of deleted constraints	: null
853.77/874.37	c number of deleted constraints	: 0
853.77/874.37	c speed (assignments/second)	: 234266.50904548823
853.77/874.37	c non guided choices	: 2495625
853.91/874.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 306790
853.91/874.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 116
853.91/874.43	s UNSATISFIABLE
853.91/874.43	c Total wall clock time (in seconds): 874.344

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB (PB26)

Proof is valid.

Proof size: 3505595 kiB
Checker CPU time: 1458.11 seconds
Checker wall-clock time: 1191.85 seconds
Checker maximum virtual size: 42028200 kiB

Checker output:
Sat Jul 11 09:14:40 CEST 2026
extraparms=
-- veripb --
VeriPB commit 4545a10e3ae92a3f2c3189f97d4d7d98f3da947b
Running VeriPB version 3.0.2
s VERIFIED UNSATISFIABLE
-- cakepb --
CakePB commit 904eed45e2cbe9ac26000475bbdd2f99bcbdaad8
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 9-11,13-22,25-26,32,34-36,38-39,45,47-52,54,61-63
  3550 MHz: 24,27,29,37,44,46,59-60
  3600 MHz: 0-8,12,23,28,30-31,33,40-43,53,55-58
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (15636 MiB free)
  node 1: cores 8-15, 129019 MiB (36788 MiB free)
  node 2: cores 16-23, 129019 MiB (80549 MiB free)
  node 3: cores 24-31, 129003 MiB (67799 MiB free)
  node 4: cores 32-39, 129019 MiB (96640 MiB free)
  node 5: cores 40-47, 128973 MiB (106585 MiB free)
  node 6: cores 48-55, 129019 MiB (102550 MiB free)
  node 7: cores 56-63, 128474 MiB (112475 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=1559914, runsolver pid=1559910
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 17.70 18.18 18.34 15/1018 1559942
/proc/meminfo: memFree=638608720/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=34900044 memory=59084 CPUtime=0.16 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 6073 0 0 0 15 1 0 0 20 0 19 0 300951268 35737645056 14554 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8725011 14771 6209 1 0 31443 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=34900044 memory=4026558510 CPUtime=0.08 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 3111 0 0 0 8 0 0 0 20 0 19 0 300951270 35737645056 14682 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=34900044 memory=228556276071 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 300951271 35737645056 14682 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=34900044 memory=55221216873490 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 300951271 35737645056 14682 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=34900044 memory=61779665504506 CPUtime=0 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 300951271 35737645056 14682 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=34900044 memory=56282140920432 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 300951271 35737645056 14682 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=34900044 memory=54108954575552 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 300951271 35737645056 14682 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 59084 KiB

[startup+0.213696 s]*
/proc/loadavg: 17.70 18.18 18.34 21/1045 1559979
/proc/meminfo: memFree=643643200/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35099736 memory=83192 CPUtime=0.54 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 10083 0 0 0 52 2 0 0 20 0 22 0 300951268 35942129664 20338 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8774934 20798 6224 1 0 40811 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35099736 memory=7812726520186695964 CPUtime=0.18 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 3197 0 0 0 18 0 0 0 20 0 22 0 300951270 35942129664 20338 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35099736 memory=237146213164 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 20338 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35099736 memory=3521 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 20338 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35099736 memory=19229 CPUtime=0 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 20338 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35099736 memory=19798 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 20338 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35099736 memory=18290 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 20338 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35099736 memory=13852984043944001 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951281 35942129664 20338 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 83192 KiB

[startup+0.314151 s]*
/proc/loadavg: 17.70 18.18 18.34 18/1045 1559981
/proc/meminfo: memFree=648400240/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35099736 memory=94280 CPUtime=0.84 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 10840 0 0 0 82 2 0 0 20 0 22 0 300951268 35942129664 23376 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8774934 23570 6224 1 0 46718 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35099736 memory=7162256583404054574 CPUtime=0.28 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 3223 0 0 0 27 1 0 0 20 0 22 0 300951270 35942129664 23376 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35099736 memory=3472275541258928487 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 23376 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35099736 memory=3458819735037414418 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 23376 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35099736 memory=3458826293486045434 CPUtime=0 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 23376 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35099736 memory=7926391626312993392 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 23376 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35099736 memory=54108954575552 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 23376 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35099736 memory=14696309462403077 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951281 35942129664 23376 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 94280 KiB

[startup+0.700286 s]
/proc/loadavg: 17.70 18.18 18.34 28/1079 1560030
/proc/meminfo: memFree=655347672/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35099736 memory=139584 CPUtime=1.84 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 12441 0 0 0 180 4 0 0 20 0 22 0 300951268 35942129664 34775 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8774934 34896 6242 1 0 56936 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35099736 memory=4480 CPUtime=0.6 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 3299 0 0 0 57 3 0 0 20 0 22 0 300951270 35942129664 34775 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35099736 memory=4349 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 34775 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35099736 memory=5152 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 34775 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35099736 memory=-7163353967287954014 CPUtime=0 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 34775 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35099736 memory=3907212654294060493 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 34775 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35099736 memory=-7357791260946477383 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 34775 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951281 35942129664 34775 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 139584 KiB

[startup+1.50017 s]
/proc/loadavg: 17.70 18.18 18.34 31/1108 1560085
/proc/meminfo: memFree=672004356/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35099736 memory=152388 CPUtime=2.82 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 14071 0 0 0 275 7 0 0 20 0 22 0 300951268 35942129664 37959 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8774934 38097 6242 1 0 56939 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35099736 memory=4480 CPUtime=1.23 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) S 1559910 1559914 1169538 0 -1 4194368 3798 0 0 0 117 6 0 0 20 0 22 0 300951270 35942129664 37959 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35099736 memory=4349 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 37959 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35099736 memory=5152 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 37959 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35099736 memory=129212 CPUtime=0 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 37959 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35099736 memory=3768 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 37959 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951271 35942129664 37959 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 300951281 35942129664 37959 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 152388 KiB

[startup+3.11356 s]
/proc/loadavg: 17.70 18.18 18.34 11/1157 1560378
/proc/meminfo: memFree=692955772/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35099736 memory=162928 CPUtime=4.24 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 16893 0 0 0 411 13 0 0 20 0 21 0 300951268 35942129664 40557 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8774934 40732 6274 1 0 61143 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35099736 memory=3768 CPUtime=2.44 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 3891 0 0 0 233 11 0 0 20 0 21 0 300951270 35942129664 40557 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35099736 memory=152440 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 300951271 35942129664 40557 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35099736 memory=129212 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 300951271 35942129664 40557 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35099736 memory=4480 CPUtime=0 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 300951271 35942129664 40557 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 300951271 35942129664 40557 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35099736 memory=4349 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 300951271 35942129664 40557 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35099736 memory=152452 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 300951281 35942129664 40557 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 162928 KiB

[startup+6.30021 s]

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

/proc/1559914/task/1559916/stat : 1559916 (java) S 1559910 1559914 1169538 0 -1 4194368 13039 0 0 0 81014 1049 0 0 20 0 23 0 300951270 36010291200 166419 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35166300 memory=3768 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951271 36010291200 166419 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35166300 memory=164 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 300951271 36010291200 166419 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35166300 memory=655700 CPUtime=0.01 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 30 0 0 0 1 0 0 0 20 0 23 0 300951271 36010291200 166419 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35166300 memory=655700 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 300951271 36010291200 166419 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35166300 memory=649440 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 164 0 0 0 0 0 0 0 20 0 23 0 300951271 36010291200 166419 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35166300 memory=3768 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951281 36010291200 166419 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 836.3 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 666028 KiB

[startup+864 s]*
/proc/loadavg: 16.44 16.48 17.22 18/1187 1565834
/proc/meminfo: memFree=642270172/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35166300 memory=684536 CPUtime=842.64 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 51246 0 0 0 83187 1077 0 0 20 0 23 0 300951268 36010291200 171047 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8791575 171134 6229 1 0 187825 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35166300 memory=2896 CPUtime=826.9 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 13044 0 0 0 81636 1054 0 0 20 0 23 0 300951270 36010291200 171047 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35166300 memory=17080 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951271 36010291200 171047 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35166300 memory=7149867506675581971 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 300951271 36010291200 171047 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35166300 memory=12620 CPUtime=0.01 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 30 0 0 0 1 0 0 0 20 0 23 0 300951271 36010291200 171047 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35166300 memory=9456 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 300951271 36010291200 171047 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35166300 memory=9380 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 164 0 0 0 0 0 0 0 20 0 23 0 300951271 36010291200 171047 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35166300 memory=16832 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951281 36010291200 171047 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 842.64 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 684536 KiB

[startup+870.4 s]
/proc/loadavg: 16.22 16.43 17.19 18/1187 1565837
/proc/meminfo: memFree=641983824/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35232864 memory=704060 CPUtime=849.76 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 57687 0 0 0 83895 1081 0 0 20 0 23 0 300951268 36078452736 175766 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8808216 176015 6229 1 0 196529 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35232864 memory=4480 CPUtime=833.19 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 13778 0 0 0 82261 1058 0 0 20 0 23 0 300951270 36078452736 175766 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35232864 memory=3768 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 175766 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35232864 memory=5152 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 175766 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35232864 memory=11676 CPUtime=0.01 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 30 0 0 0 1 0 0 0 20 0 23 0 300951271 36078452736 175766 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35232864 memory=15336 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 175766 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35232864 memory=11676 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 164 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 175766 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35232864 memory=1 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951281 36078452736 175766 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 849.76 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 704060 KiB

[startup+872 s]*
/proc/loadavg: 16.22 16.43 17.19 15/1187 1565837
/proc/meminfo: memFree=641860796/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35232864 memory=718396 CPUtime=851.44 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 57711 0 0 0 84061 1083 0 0 20 0 23 0 300951268 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8808216 179599 6229 1 0 196529 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35232864 memory=-7451302868462691424 CPUtime=834.76 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 13785 0 0 0 82416 1060 0 0 20 0 23 0 300951270 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35232864 memory=7149867506675581971 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35232864 memory=3747057794919170700 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35232864 memory=54096019325845 CPUtime=0.01 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 30 0 0 0 1 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35232864 memory=13846361204327804 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35232864 memory=649440 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 164 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35232864 memory=5824 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951281 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 851.44 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 718396 KiB

[startup+873.6 s]
/proc/loadavg: 16.22 16.43 17.19 16/1187 1565837
/proc/meminfo: memFree=641796896/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35232864 memory=718396 CPUtime=853.02 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 57727 0 0 0 84218 1084 0 0 20 0 23 0 300951268 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8808216 179599 6229 1 0 196529 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35232864 memory=704060 CPUtime=836.29 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 13785 0 0 0 82568 1061 0 0 20 0 23 0 300951270 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35232864 memory=666028 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35232864 memory=676268 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35232864 memory=2896 CPUtime=0.01 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 30 0 0 0 1 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35232864 memory=17080 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35232864 memory=684536 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 164 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35232864 memory=3906931179317349480 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951281 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 853.02 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 718396 KiB

[startup+874 s]*
/proc/loadavg: 16.22 16.43 17.19 17/1187 1565837
/proc/meminfo: memFree=641747280/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35232864 memory=718396 CPUtime=853.43 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 57727 0 0 0 84258 1085 0 0 20 0 23 0 300951268 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8808216 179599 6229 1 0 196529 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35232864 memory=-7451302868462691424 CPUtime=836.7 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) R 1559910 1559914 1169538 0 -1 4194368 13785 0 0 0 82609 1061 0 0 20 0 23 0 300951270 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35232864 memory=7149867506675581971 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35232864 memory=5656 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35232864 memory=401984 CPUtime=0.01 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 30 0 0 0 1 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35232864 memory=5704 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35232864 memory=455332 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 164 0 0 0 0 0 0 0 20 0 23 0 300951271 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559951] ppid=1559910 vsize=35232864 memory=5468 CPUtime=0 cores=40-43
/proc/1559914/task/1559951/stat : 1559951 (Timer-0) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 300951281 36078452736 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 853.43 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 718396 KiB

[startup+874.4 s]
/proc/loadavg: 16.22 16.43 17.19 17/1187 1565837
/proc/meminfo: memFree=641747280/1055320700 swapFree=33390656/33554428
[pid=1559914] ppid=1559910 vsize=35299428 memory=718760 CPUtime=853.91 cores=40-43
/proc/1559914/stat : 1559914 (java) S 1559910 1559914 1169538 0 -1 4194304 58856 0 0 0 84306 1085 0 0 20 0 24 0 300951268 36146614272 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
/proc/1559914/statm: 8824857 179690 6229 1 0 197091 0
[pid=1559914/tid=1559916] ppid=1559910 vsize=35299428 memory=684536 CPUtime=837.06 cores=40-43
/proc/1559914/task/1559916/stat : 1559916 (java) S 1559910 1559914 1169538 0 -1 4194368 14316 0 0 0 82644 1062 0 0 20 0 24 0 300951270 36146614272 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559928] ppid=1559910 vsize=35299428 memory=718396 CPUtime=0 cores=40-43
/proc/1559914/task/1559928/stat : 1559928 (Referen..andler) S 1559910 1559914 1169538 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 300951271 36146614272 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559929] ppid=1559910 vsize=35299428 memory=11550400 CPUtime=0 cores=40-43
/proc/1559914/task/1559929/stat : 1559929 (Finalizer) S 1559910 1559914 1169538 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 300951271 36146614272 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559932] ppid=1559910 vsize=35299428 memory=15336 CPUtime=0.01 cores=40-43
/proc/1559914/task/1559932/stat : 1559932 (Monitor..Thread) S 1559910 1559914 1169538 0 -1 4194368 30 0 0 0 1 0 0 0 20 0 24 0 300951271 36146614272 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559935] ppid=1559910 vsize=35299428 memory=122472 CPUtime=0 cores=40-43
/proc/1559914/task/1559935/stat : 1559935 (Notific..Thread) S 1559910 1559914 1169538 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 300951271 36146614272 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
[pid=1559914/tid=1559936] ppid=1559910 vsize=35299428 memory=718396 CPUtime=0 cores=40-43
/proc/1559914/task/1559936/stat : 1559936 (Common-Cleaner) S 1559910 1559914 1169538 0 -1 4194368 164 0 0 0 0 0 0 0 20 0 24 0 300951271 36146614272 179404 18446744073709551615 93829716221952 93829716225648 140733886110000 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829716233512 93829716234256 93829730234368 140733886118052 140733886118238 140733886118238 140733886123976 0
Current children cumulated CPU time: 853.91 s
Current children cumulated vsize: 35299428 KiB
Current children cumulated memory: 718760 KiB

Child status: 20

Real time (s): 874.443
CPU time (s): 853.978
CPU user time (s): 843.12
CPU system time (s): 10.8582
CPU usage (%): 97.6597
Max. virtual memory (cumulated for all children) (KiB): 35299428
Max. memory (cumulated for all children) (KiB): 718760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 843.12
system time used= 10.8582
maximum resident set size= 717616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59031
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2207165
involuntary context switches= 2366


# summary of solver processes directly reported to runsolver:
#   pid: 1559914
#   total CPU time (s): 853.978
#   total CPU user time (s): 843.12
#   total CPU system time (s): 10.8582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.00042 second user time and 9.61058 second system time

The end

Launcher Data

Begin job on nodeE009 at 2026-07-10 11:43:57
IDJOB=4836182
IDBENCH=162339
IDSOLVER=3672
FILE ID=nodeE009/4836182-1783676636
RUNJOBID= nodeE009-1783672929-1169558
SLURM_JOB_ID= 12722763
Free space on /tmp= 802736 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4836182-1783676636/watcher-4836182-1783676636 -o /tmp/evaluation-result-4836182-1783676636/solver-4836182-1783676636 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836182-1783676636/vars-4836182-1783676636 --bin-var /tmp/runsolver-exch-nodeE009-1783672929-1169558 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836182-1783676636 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836182-1783676636.opb

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

MD5SUM BENCH= d15c8502de0d235fb9400ddf00f66b48
RANDOM SEED=1876006171

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

processor	: 21
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

processor	: 25
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        630326056 kB
MemAvailable:   1030876108 kB
Buffers:              32 kB
Cached:         404226792 kB
SwapCached:        32036 kB
Active:         23165060 kB
Inactive:       395445236 kB
Active(anon):   14996664 kB
Inactive(anon):   173644 kB
Active(file):    8168396 kB
Inactive(file): 395271592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33390656 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49700 kB
Writeback:             0 kB
AnonPages:      14353336 kB
Mapped:           182368 kB
Shmem:            786532 kB
KReclaimable:    3394212 kB
Slab:            4001040 kB
SReclaimable:    3394212 kB
SUnreclaim:       606828 kB
KernelStack:       16864 kB
PageTables:        34924 kB
SecPageTables:     15404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   143677284 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      480544 kB
VmallocChunk:          0 kB
Percpu:           121088 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10778624 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      395716 kB
DirectMap2M:    18800640 kB
DirectMap1G:    1054867456 kB

Free space on /tmp at the end= 802768 MiB
End job on nodeE009 at 2026-07-10 11:58:31