Trace number 4835625

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)5 3600.21 3645.8

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.95:100.opb
MD5SUM7fa9d6bae1eb6fc87d1fc158a8928861
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.024392
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables435
Total number of constraints501
Number of constraints which are clauses403
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 435
Biggest coefficient in the objective function 282
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1168
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 282
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1168
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.02/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.15	c See www.sat4j.org for details.
0.02/0.18	c version PB26fixedPrime.v20260610
0.02/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.02/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.02/0.18	c java.vm.version	26.0.1+8-34
0.02/0.18	c java.vm.vendor	Oracle Corporation
0.02/0.18	c sun.arch.data.model	64
0.02/0.18	c java.version		26.0.1
0.02/0.18	c os.name		Linux
0.02/0.18	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.02/0.18	c os.arch		amd64
0.02/0.18	c Free memory 		30334720
0.02/0.18	c Max memory 		32178700288
0.02/0.18	c Total memory 		33554432
0.02/0.18	c Number of processors 	4
0.09/0.25	c Pseudo Boolean Optimization by upper bound
0.09/0.25	c --- Begin Solver configuration ---
0.09/0.25	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.09/0.25	c Learn all clauses as in MiniSAT
0.09/0.25	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.25	c Expensive reason simplification
0.09/0.25	c Glucose 2.1 dynamic restart strategy
0.09/0.25	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.09/0.25	c timeout=2147483s
0.09/0.25	c DB Simplification allowed=false
0.09/0.25	c Listener: none
0.09/0.25	c --- End Solver configuration ---
0.09/0.25	c solving HOME/instance-4835625-1783635789.opb
0.09/0.25	c reading problem ... 
0.13/0.33	c using VERIPB proof format
0.13/0.33	c  objective function found
0.13/0.35	c ... done. Wall clock time 0.094s.
0.13/0.35	c declared #vars     435
0.13/0.35	c #constraints  502
0.13/0.35	c constraints type 
0.13/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 402
0.13/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
0.13/0.35	c org.sat4j.specs.Constr$1 => 1
0.13/0.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.13/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.13/0.35	c 502 constraints processed.
0.13/0.36	c objective function length is 435 literals
0.13/0.37	c SATISFIABLE
0.13/0.37	c OPTIMIZING...
0.13/0.37	c Got one! Elapsed wall clock time (in seconds):0.113
0.13/0.37	o 5
1.54/0.84	c cleaning 2494 clauses out of 5000 with flag 10217/5000
2.42/1.12	c cleaning 4246 clauses out of 8507 with flag 22632/11001
2.90/1.41	c cleaning 5622 clauses out of 11260 with flag 37262/18000
3.35/1.74	c cleaning 6812 clauses out of 13639 with flag 54052/26001
3.73/2.10	c cleaning 7906 clauses out of 15827 with flag 72808/35001
4.25/2.50	c cleaning 8954 clauses out of 17920 with flag 93556/45000
4.68/2.93	c cleaning 9973 clauses out of 19966 with flag 116310/56000
5.16/3.42	c cleaning 10990 clauses out of 21995 with flag 141370/68002
5.75/4.02	c cleaning 11994 clauses out of 24005 with flag 168618/81002
6.32/4.62	c cleaning 12999 clauses out of 26009 with flag 197790/95000
6.90/5.24	c cleaning 13993 clauses out of 28010 with flag 228829/110000
7.55/5.94	c cleaning 15004 clauses out of 30017 with flag 262676/126000
8.24/6.68	c cleaning 15999 clauses out of 32013 with flag 298052/143000
9.11/7.51	c cleaning 16997 clauses out of 34014 with flag 335753/161000
9.89/8.39	c cleaning 18001 clauses out of 36018 with flag 375490/180001
10.73/9.25	c cleaning 18996 clauses out of 38016 with flag 417075/200000
11.68/10.24	c cleaning 19999 clauses out of 40020 with flag 461072/221000
12.63/11.23	c cleaning 21002 clauses out of 42022 with flag 506878/243001
13.67/12.30	c cleaning 21999 clauses out of 44019 with flag 555586/266000
14.72/13.40	c cleaning 23003 clauses out of 46020 with flag 605586/290000
15.87/14.67	c cleaning 24002 clauses out of 48018 with flag 658248/315001
17.10/15.98	c cleaning 24996 clauses out of 50015 with flag 713177/341000
18.38/17.27	c cleaning 26001 clauses out of 52020 with flag 769787/368001
19.77/18.64	c cleaning 27002 clauses out of 54019 with flag 828482/396001
21.08/20.06	c cleaning 27997 clauses out of 56016 with flag 889463/425000
22.52/21.59	c cleaning 29000 clauses out of 58020 with flag 953097/455001
24.12/23.23	c cleaning 30003 clauses out of 60020 with flag 1018845/486001
25.55/24.75	c cleaning 30998 clauses out of 62016 with flag 1086534/518000
27.04/26.31	c cleaning 32000 clauses out of 64019 with flag 1155584/551001
28.68/28.10	c cleaning 32998 clauses out of 66018 with flag 1226408/585000
30.57/30.10	c cleaning 33996 clauses out of 68020 with flag 1299904/620000
32.26/31.88	c cleaning 35001 clauses out of 70025 with flag 1375603/656001
34.28/33.93	c cleaning 36007 clauses out of 72023 with flag 1453226/693000
36.28/36.11	c cleaning 37001 clauses out of 74016 with flag 1532621/731000
38.60/38.40	c cleaning 37998 clauses out of 76015 with flag 1614075/770000
40.92/40.82	c cleaning 38999 clauses out of 78018 with flag 1698158/810001
43.17/43.11	c cleaning 40004 clauses out of 80018 with flag 1783982/851000
45.23/45.30	c cleaning 41002 clauses out of 82015 with flag 1871305/893001
47.23/47.43	c cleaning 41996 clauses out of 84013 with flag 1960636/936001
49.34/49.64	c cleaning 42996 clauses out of 86016 with flag 2052256/980000
51.65/52.09	c cleaning 43999 clauses out of 88021 with flag 2146679/1025001
53.91/54.46	c cleaning 45004 clauses out of 90021 with flag 2242838/1071000
56.27/56.97	c cleaning 45999 clauses out of 92018 with flag 2341138/1118001
59.05/59.82	c cleaning 47001 clauses out of 94018 with flag 2441894/1166000
61.72/62.61	c cleaning 47995 clauses out of 96017 with flag 2544420/1215000
64.03/65.07	c cleaning 49000 clauses out of 98023 with flag 2648688/1265001
66.71/67.89	c cleaning 49997 clauses out of 100022 with flag 2755029/1316000
69.52/70.74	c cleaning 51001 clauses out of 102027 with flag 2864012/1368002
72.12/73.45	c cleaning 52002 clauses out of 104025 with flag 2973847/1421001
74.90/76.30	c cleaning 53004 clauses out of 106023 with flag 3085232/1475001
77.87/79.42	c cleaning 54003 clauses out of 108019 with flag 3199504/1530001
80.74/82.48	c cleaning 54997 clauses out of 110015 with flag 3315146/1586000
83.72/85.50	c cleaning 56000 clauses out of 112018 with flag 3433385/1643000
86.99/88.91	c cleaning 56997 clauses out of 114018 with flag 3553663/1701000
90.09/92.17	c cleaning 58004 clauses out of 116022 with flag 3676268/1760001
93.66/95.85	c cleaning 58997 clauses out of 118017 with flag 3799783/1820000
96.45/98.51	c cleaning 60001 clauses out of 120020 with flag 3944517/1881000
98.56/100.70	c cleaning 60997 clauses out of 122019 with flag 4118304/1943000
100.43/102.79	c cleaning 62003 clauses out of 124022 with flag 4294175/2006000
102.41/104.81	c cleaning 62993 clauses out of 126019 with flag 4470238/2070000
104.39/106.96	c cleaning 63999 clauses out of 128026 with flag 4653565/2135000
106.48/109.18	c cleaning 65012 clauses out of 130027 with flag 4837576/2201000
108.65/111.41	c cleaning 66004 clauses out of 132015 with flag 5025138/2268000
110.62/113.60	c cleaning 67006 clauses out of 134012 with flag 5211901/2336001
113.02/116.08	c cleaning 67993 clauses out of 136005 with flag 5406907/2405000
115.19/118.39	c cleaning 69000 clauses out of 138012 with flag 5603349/2475000
117.57/120.85	c cleaning 69992 clauses out of 140014 with flag 5804330/2546002
119.94/123.33	c cleaning 71006 clauses out of 142020 with flag 6005885/2618000
122.33/125.88	c cleaning 72005 clauses out of 144015 with flag 6208672/2691001
124.91/128.57	c cleaning 72992 clauses out of 146009 with flag 6415737/2765000
127.46/131.24	c cleaning 73998 clauses out of 148017 with flag 6618657/2840000
129.84/133.74	c cleaning 74997 clauses out of 150020 with flag 6825719/2916001
132.42/136.47	c cleaning 76008 clauses out of 152022 with flag 7040947/2993000
135.00/139.15	c cleaning 77007 clauses out of 154014 with flag 7245161/3071000
137.79/142.02	c cleaning 77997 clauses out of 156007 with flag 7453805/3150000
140.47/144.83	c cleaning 79004 clauses out of 158011 with flag 7670689/3230001
143.51/147.92	c cleaning 79998 clauses out of 160006 with flag 7888609/3311000
146.39/150.89	c cleaning 81000 clauses out of 162008 with flag 8120602/3393000
149.15/153.74	c cleaning 82002 clauses out of 164009 with flag 8359786/3476001
152.32/157.11	c cleaning 83000 clauses out of 166006 with flag 8605515/3560000
155.29/160.16	c cleaning 84002 clauses out of 168006 with flag 8845606/3645000
158.85/163.85	c cleaning 84997 clauses out of 170005 with flag 9086971/3731001
161.92/167.11	c cleaning 85984 clauses out of 172007 with flag 9321900/3818000
165.66/170.90	c cleaning 87003 clauses out of 174023 with flag 9575381/3906000
169.23/174.60	c cleaning 88007 clauses out of 176020 with flag 9833143/3995000
172.65/178.19	c cleaning 89003 clauses out of 178014 with flag 10076634/4085001
176.20/181.83	c cleaning 89989 clauses out of 180011 with flag 10324367/4176001
180.15/185.95	c cleaning 90997 clauses out of 182021 with flag 10572100/4268000
183.87/189.81	c cleaning 91994 clauses out of 184024 with flag 10820489/4361000
187.84/193.98	c cleaning 93003 clauses out of 186030 with flag 11125334/4455000
192.00/198.22	c cleaning 93996 clauses out of 188027 with flag 11386768/4550000
196.93/203.36	c cleaning 95002 clauses out of 190031 with flag 11662476/4646000
201.44/207.90	c cleaning 96008 clauses out of 192030 with flag 11939565/4743001
205.29/211.90	c cleaning 97005 clauses out of 194021 with flag 12201570/4841000
210.04/216.86	c cleaning 98003 clauses out of 196016 with flag 12473361/4940000
214.93/221.89	c cleaning 98993 clauses out of 198014 with flag 12753775/5040001
220.19/227.23	c cleaning 100006 clauses out of 200021 with flag 13026531/5141001
224.68/231.83	c cleaning 100998 clauses out of 202015 with flag 13328332/5243001
229.51/236.83	c cleaning 101994 clauses out of 204017 with flag 13614221/5346001
233.89/241.36	c cleaning 103002 clauses out of 206022 with flag 13885327/5450000
238.97/246.47	c cleaning 103999 clauses out of 208022 with flag 14166418/5555002
244.17/251.89	c cleaning 105002 clauses out of 210022 with flag 14476364/5661001
249.26/257.09	c cleaning 106006 clauses out of 212019 with flag 14766583/5768000
254.57/262.57	c cleaning 106997 clauses out of 214013 with flag 15049545/5876000
259.72/267.84	c cleaning 108000 clauses out of 216017 with flag 15345197/5985001
265.23/273.50	c cleaning 108996 clauses out of 218016 with flag 15647715/6095000
270.76/279.23	c cleaning 109997 clauses out of 220020 with flag 15955606/6206000
277.21/285.83	c cleaning 111005 clauses out of 222023 with flag 16267523/6318000
282.94/291.76	c cleaning 112005 clauses out of 224018 with flag 16582384/6431000
289.08/298.03	c cleaning 112992 clauses out of 226013 with flag 16899593/6545000
295.77/304.94	c cleaning 114006 clauses out of 228021 with flag 17220793/6660000
302.32/311.51	c cleaning 114994 clauses out of 230015 with flag 17533617/6776000
308.37/317.80	c cleaning 116000 clauses out of 232021 with flag 17858006/6893000
314.63/324.14	c cleaning 116994 clauses out of 234022 with flag 18179526/7011001
321.13/330.82	c cleaning 118002 clauses out of 236027 with flag 18500450/7130000
327.82/337.79	c cleaning 119001 clauses out of 238025 with flag 18833314/7250000
334.80/344.97	c cleaning 120008 clauses out of 240024 with flag 19161858/7371000
341.49/351.89	c cleaning 121003 clauses out of 242016 with flag 19495462/7493000
348.03/358.59	c cleaning 121999 clauses out of 244013 with flag 19825001/7616000
355.37/366.02	c cleaning 123000 clauses out of 246015 with flag 20158834/7740001
362.73/373.42	c cleaning 123993 clauses out of 248014 with flag 20491056/7865000
369.14/380.04	c cleaning 125008 clauses out of 250021 with flag 20824977/7991000
377.45/388.51	c cleaning 126002 clauses out of 252013 with flag 21172412/8118000
385.48/396.77	c cleaning 126999 clauses out of 254011 with flag 21531539/8246000
392.39/403.87	c cleaning 127989 clauses out of 256013 with flag 21896819/8375001
400.05/411.54	c cleaning 129006 clauses out of 258023 with flag 22247584/8505000
407.94/419.66	c cleaning 129995 clauses out of 260017 with flag 22600103/8636000
414.95/426.88	c cleaning 130996 clauses out of 262025 with flag 22957994/8768003
422.29/434.39	c cleaning 132014 clauses out of 264027 with flag 23327308/8901001
429.93/442.15	c cleaning 133006 clauses out of 266012 with flag 23687587/9035000
438.44/450.89	c cleaning 133985 clauses out of 268008 with flag 24062659/9170002
447.00/459.49	c cleaning 135001 clauses out of 270021 with flag 24434741/9306000
456.20/468.83	c cleaning 136000 clauses out of 272020 with flag 24827465/9443000
465.72/478.58	c cleaning 137002 clauses out of 274020 with flag 25206638/9581000
475.22/488.01	c cleaning 137999 clauses out of 276018 with flag 25579174/9720000
484.49/497.55	c cleaning 138995 clauses out of 278019 with flag 25956476/9860000
494.69/508.00	c cleaning 140002 clauses out of 280024 with flag 26334496/10001000
501.37/514.82	c cleaning 141005 clauses out of 282022 with flag 26729713/10143000
508.10/521.73	c cleaning 142003 clauses out of 284017 with flag 27116989/10286000
515.13/528.92	c cleaning 142990 clauses out of 286014 with flag 27499494/10430000
523.79/537.69	c cleaning 143999 clauses out of 288024 with flag 27901731/10575000
531.02/545.10	c cleaning 145001 clauses out of 290025 with flag 28291836/10721000
538.86/553.04	c cleaning 146003 clauses out of 292025 with flag 28680824/10868001
546.23/560.69	c cleaning 147004 clauses out of 294021 with flag 29077516/11016000
553.73/568.21	c cleaning 147986 clauses out of 296017 with flag 29473107/11165000
561.12/575.80	c cleaning 149005 clauses out of 298033 with flag 29878801/11315002
568.40/583.39	c cleaning 149995 clauses out of 300026 with flag 30280178/11466000
576.04/591.09	c cleaning 151006 clauses out of 302031 with flag 30698088/11618000
584.45/599.66	c cleaning 152005 clauses out of 304025 with flag 31120215/11771000
593.07/608.31	c cleaning 153011 clauses out of 306021 with flag 31543335/11925001
601.21/616.63	c cleaning 153981 clauses out of 308009 with flag 31964420/12080000
610.73/626.13	c cleaning 155004 clauses out of 310028 with flag 32410843/12236000
619.31/634.98	c cleaning 156008 clauses out of 312024 with flag 32828003/12393000
627.99/643.83	c cleaning 157004 clauses out of 314017 with flag 33246321/12551001
638.09/654.00	c cleaning 157994 clauses out of 316012 with flag 33678670/12710000
646.68/662.71	c cleaning 159005 clauses out of 318020 with flag 34115779/12870002
656.75/673.04	c cleaning 159992 clauses out of 320014 with flag 34545288/13031001
667.51/683.85	c cleaning 161004 clauses out of 322021 with flag 34969855/13193000
676.13/692.53	c cleaning 162003 clauses out of 324017 with flag 35413520/13356000
685.33/701.99	c cleaning 162994 clauses out of 326014 with flag 35871436/13520000
696.36/713.06	c cleaning 163994 clauses out of 328020 with flag 36320980/13685000
705.66/722.51	c cleaning 164997 clauses out of 330026 with flag 36755971/13851000
716.21/733.31	c cleaning 166004 clauses out of 332029 with flag 37200322/14018000
725.25/742.37	c cleaning 166995 clauses out of 334025 with flag 37642659/14186000
735.10/752.43	c cleaning 168001 clauses out of 336031 with flag 38098987/14355001
745.50/762.80	c cleaning 169008 clauses out of 338030 with flag 38557890/14525001
754.58/772.16	c cleaning 170005 clauses out of 340021 with flag 39012460/14696000
764.50/782.31	c cleaning 171002 clauses out of 342018 with flag 39475975/14868002
774.46/792.31	c cleaning 171999 clauses out of 344014 with flag 39932170/15041000
783.03/801.18	c cleaning 172993 clauses out of 346015 with flag 40396845/15215000
792.89/811.04	c cleaning 173999 clauses out of 348024 with flag 40878814/15390002
803.39/821.74	c cleaning 175005 clauses out of 350023 with flag 41401644/15566000
815.34/834.00	c cleaning 175996 clauses out of 352018 with flag 41893446/15743000
828.38/847.10	c cleaning 177007 clauses out of 354022 with flag 42375930/15921000
839.33/858.26	c cleaning 178001 clauses out of 356016 with flag 42858101/16100001
851.53/870.40	c cleaning 178986 clauses out of 358014 with flag 43377456/16280000
862.20/881.38	c cleaning 179998 clauses out of 360028 with flag 43881926/16461000
874.87/894.26	c cleaning 181003 clauses out of 362030 with flag 44382668/16643000
884.83/904.28	c cleaning 182007 clauses out of 364027 with flag 44907564/16826000
894.61/914.25	c cleaning 182999 clauses out of 366020 with flag 45408535/17010000
905.04/924.97	c cleaning 184004 clauses out of 368021 with flag 45925303/17195000
917.33/937.20	c cleaning 185004 clauses out of 370018 with flag 46451263/17381001
928.41/948.52	c cleaning 185986 clauses out of 372013 with flag 46978050/17568000
939.25/959.61	c cleaning 187002 clauses out of 374028 with flag 47502543/17756001
952.42/972.95	c cleaning 188002 clauses out of 376025 with flag 48018524/17945000
964.12/984.88	c cleaning 189008 clauses out of 378025 with flag 48556520/18135002
977.85/998.88	c cleaning 190000 clauses out of 380015 with flag 49075984/18326000
989.47/1010.55	c cleaning 190993 clauses out of 382015 with flag 49590745/18518000
1000.28/1021.54	c cleaning 191996 clauses out of 384022 with flag 50116671/18711000
1011.89/1033.44	c cleaning 193007 clauses out of 386027 with flag 50650928/18905001
1024.26/1045.99	c cleaning 193999 clauses out of 388019 with flag 51196329/19100000
1037.56/1059.49	c cleaning 195003 clauses out of 390020 with flag 51729423/19296000
1051.68/1073.65	c cleaning 196000 clauses out of 392017 with flag 52261047/19493000
1064.98/1087.27	c cleaning 197000 clauses out of 394017 with flag 52825589/19691000
1078.68/1100.95	c cleaning 197997 clauses out of 396017 with flag 53382552/19890000
1094.03/1116.58	c cleaning 198998 clauses out of 398021 with flag 53963658/20090001
1110.65/1133.20	c cleaning 200007 clauses out of 400023 with flag 54554145/20291001
1124.95/1147.88	c cleaning 201000 clauses out of 402018 with flag 55110996/20493003
1139.38/1162.55	c cleaning 201998 clauses out of 404015 with flag 55671790/20696000
1155.09/1178.38	c cleaning 202999 clauses out of 406018 with flag 56229457/20900001
1170.17/1193.71	c cleaning 204001 clauses out of 408021 with flag 56818125/21105003
1186.92/1210.73	c cleaning 205003 clauses out of 410017 with flag 57400098/21311000
1201.61/1225.57	c cleaning 205999 clauses out of 412016 with flag 57963745/21518002
1215.72/1239.98	c cleaning 207000 clauses out of 414015 with flag 58537739/21726000
1229.32/1253.82	c cleaning 207987 clauses out of 416015 with flag 59094863/21935000
1246.25/1270.88	c cleaning 209002 clauses out of 418028 with flag 59683801/22145000
1263.07/1287.96	c cleaning 210009 clauses out of 420029 with flag 60249457/22356003
1282.51/1307.63	c cleaning 210995 clauses out of 422018 with flag 60827063/22568001
1300.01/1325.27	c cleaning 212004 clauses out of 424023 with flag 61422767/22781001
1317.57/1343.10	c cleaning 212997 clauses out of 426018 with flag 61998679/22995000
1333.30/1359.04	c cleaning 214010 clauses out of 428021 with flag 62583709/23210000
1346.54/1372.31	c cleaning 214992 clauses out of 430011 with flag 63158195/23426000
1360.18/1386.21	c cleaning 215998 clauses out of 432019 with flag 63740666/23643000
1374.06/1400.41	c cleaning 217001 clauses out of 434021 with flag 64324756/23861000
1390.56/1417.04	c cleaning 218000 clauses out of 436020 with flag 64929422/24080000
1406.34/1433.04	c cleaning 219007 clauses out of 438020 with flag 65535055/24300000
1419.73/1446.53	c cleaning 219995 clauses out of 440013 with flag 66128939/24521000
1436.42/1463.27	c cleaning 220993 clauses out of 442018 with flag 66733734/24743000
1452.43/1479.50	c cleaning 222002 clauses out of 444025 with flag 67359174/24966000
1466.95/1494.17	c cleaning 223007 clauses out of 446023 with flag 67956596/25190000
1483.43/1510.98	c cleaning 224001 clauses out of 448016 with flag 68564641/25415000
1501.65/1529.25	c cleaning 224992 clauses out of 450016 with flag 69174662/25641001
1517.44/1545.37	c cleaning 226002 clauses out of 452023 with flag 69765846/25868000
1535.85/1563.87	c cleaning 227001 clauses out of 454022 with flag 70384637/26096001
1549.31/1577.67	c cleaning 228002 clauses out of 456020 with flag 71023692/26325000
1564.21/1592.56	c cleaning 229007 clauses out of 458020 with flag 71653216/26555002
1578.78/1607.47	c cleaning 229997 clauses out of 460014 with flag 72272467/26786003
1595.17/1623.83	c cleaning 231006 clauses out of 462014 with flag 72882867/27018000
1610.38/1639.35	c cleaning 231996 clauses out of 464008 with flag 73498165/27251000
1627.59/1656.62	c cleaning 232990 clauses out of 466012 with flag 74122652/27485000
1645.98/1675.31	c cleaning 234005 clauses out of 468022 with flag 74747276/27720000
1663.58/1693.06	c cleaning 234996 clauses out of 470017 with flag 75373036/27956000
1681.50/1711.01	c cleaning 236011 clauses out of 472021 with flag 75992095/28193000
1699.05/1728.95	c cleaning 236987 clauses out of 474010 with flag 76629206/28431000
1714.29/1744.22	c cleaning 237986 clauses out of 476023 with flag 77305137/28670000
1727.92/1757.99	c cleaning 239010 clauses out of 478038 with flag 77970556/28910001
1744.36/1774.77	c cleaning 240003 clauses out of 480027 with flag 78644358/29151000
1761.14/1791.69	c cleaning 241004 clauses out of 482024 with flag 79314721/29393000
1779.60/1810.45	c cleaning 241998 clauses out of 484020 with flag 79998611/29636000
1798.18/1829.16	c cleaning 242998 clauses out of 486022 with flag 80675518/29880000
1813.03/1844.38	c cleaning 244005 clauses out of 488024 with flag 81359138/30125000
1830.01/1861.47	c cleaning 245005 clauses out of 490020 with flag 82031175/30371001
1847.88/1879.38	c cleaning 245997 clauses out of 492014 with flag 82723846/30618000
1867.83/1899.32	c cleaning 246988 clauses out of 494017 with flag 83417417/30866000
1885.37/1917.26	c cleaning 248005 clauses out of 496029 with flag 84090309/31115000
1903.57/1935.59	c cleaning 249002 clauses out of 498024 with flag 84760282/31365000
1918.35/1950.64	c cleaning 249999 clauses out of 500022 with flag 85433422/31616000
1935.47/1967.89	c cleaning 250999 clauses out of 502026 with flag 86105400/31868003
1953.69/1986.18	c cleaning 252000 clauses out of 504024 with flag 86799601/32121000
1973.39/2006.26	c cleaning 253002 clauses out of 506024 with flag 87484386/32375000
1988.56/2021.59	c cleaning 254001 clauses out of 508022 with flag 88183779/32630000
2008.11/2041.14	c cleaning 255003 clauses out of 510023 with flag 88886785/32886002
2030.04/2063.45	c cleaning 256000 clauses out of 512018 with flag 89589570/33143000
2048.29/2081.84	c cleaning 256999 clauses out of 514019 with flag 90294289/33401001
2066.46/2100.31	c cleaning 257999 clauses out of 516019 with flag 91003431/33660000
2087.33/2121.35	c cleaning 258997 clauses out of 518020 with flag 91706808/33920000
2107.63/2142.02	c cleaning 260004 clauses out of 520023 with flag 92417975/34181000
2123.99/2158.51	c cleaning 261002 clauses out of 522019 with flag 93113590/34443000
2143.40/2178.02	c cleaning 262001 clauses out of 524020 with flag 93818187/34706003
2160.25/2195.24	c cleaning 262990 clauses out of 526016 with flag 94545092/34970000
2181.65/2216.40	c cleaning 263993 clauses out of 528026 with flag 95286114/35235000
2199.27/2234.03	c cleaning 265010 clauses out of 530033 with flag 95991190/35501000
2218.40/2253.53	c cleaning 266002 clauses out of 532024 with flag 96723352/35768001
2239.59/2274.84	c cleaning 267007 clauses out of 534021 with flag 97428105/36036000
2259.78/2295.44	c cleaning 268006 clauses out of 536016 with flag 98151825/36305002
2280.05/2315.88	c cleaning 268997 clauses out of 538008 with flag 98900843/36575000
2307.07/2342.96	c cleaning 269997 clauses out of 540012 with flag 99635964/36846001
2326.32/2362.33	c cleaning 270990 clauses out of 542015 with flag 100397299/37118001
2349.83/2385.93	c cleaning 272011 clauses out of 544025 with flag 101155057/37391001
2369.99/2406.47	c cleaning 272997 clauses out of 546013 with flag 101901669/37665000
2391.23/2427.88	c cleaning 274002 clauses out of 548017 with flag 102668162/37940001
2414.71/2451.41	c cleaning 274991 clauses out of 550015 with flag 103477434/38216001
2435.11/2471.88	c cleaning 275997 clauses out of 552023 with flag 104234054/38493000
2459.37/2496.14	c cleaning 277004 clauses out of 554026 with flag 105052417/38771000
2481.72/2518.92	c cleaning 278000 clauses out of 556022 with flag 105863768/39050000
2504.20/2541.55	c cleaning 279001 clauses out of 558022 with flag 106657392/39330000
2524.76/2562.12	c cleaning 280003 clauses out of 560021 with flag 107443364/39611000
2544.77/2582.24	c cleaning 281002 clauses out of 562019 with flag 108187291/39893001
2565.61/2603.45	c cleaning 281999 clauses out of 564018 with flag 109010802/40176002
2586.20/2624.19	c cleaning 282996 clauses out of 566019 with flag 109823394/40460002
2608.69/2646.69	c cleaning 284005 clauses out of 568021 with flag 110607208/40745000
2629.58/2667.63	c cleaning 284994 clauses out of 570016 with flag 111394962/41031000
2650.87/2689.39	c cleaning 286003 clauses out of 572022 with flag 112178949/41318000
2672.54/2711.16	c cleaning 287005 clauses out of 574019 with flag 112940271/41606000
2694.23/2732.93	c cleaning 287998 clauses out of 576014 with flag 113715112/41895000
2714.85/2753.97	c cleaning 288992 clauses out of 578016 with flag 114500605/42185000
2736.75/2775.92	c cleaning 289990 clauses out of 580024 with flag 115308452/42476000
2761.02/2800.36	c cleaning 291011 clauses out of 582034 with flag 116122732/42768000
2786.66/2826.41	c cleaning 292006 clauses out of 584023 with flag 116937644/43061000
2814.27/2854.29	c cleaning 293000 clauses out of 586017 with flag 117749394/43355000
2838.42/2878.48	c cleaning 294003 clauses out of 588017 with flag 118598661/43650000
2862.91/2903.30	c cleaning 294995 clauses out of 590014 with flag 119433897/43946000
2884.57/2925.17	c cleaning 296003 clauses out of 592019 with flag 120222242/44243000
2906.45/2947.41	c cleaning 296995 clauses out of 594016 with flag 121036047/44541000
2931.75/2972.97	c cleaning 298000 clauses out of 596021 with flag 121852149/44840000
2955.98/2997.28	c cleaning 298997 clauses out of 598022 with flag 122647544/45140001
2987.27/3028.97	c cleaning 299996 clauses out of 600025 with flag 123509161/45441001
3017.91/3059.61	c cleaning 300993 clauses out of 602028 with flag 124313267/45743000
3046.08/3087.84	c cleaning 302009 clauses out of 604035 with flag 125130216/46046000
3069.96/3111.75	c cleaning 303006 clauses out of 606026 with flag 126018533/46350000
3094.40/3136.58	c cleaning 304003 clauses out of 608023 with flag 126899008/46655003
3116.50/3158.75	c cleaning 304999 clauses out of 610017 with flag 127788583/46961000
3139.00/3181.36	c cleaning 305994 clauses out of 612018 with flag 128668897/47268000
3166.10/3208.43	c cleaning 307009 clauses out of 614024 with flag 129563925/47576000
3190.79/3233.23	c cleaning 308004 clauses out of 616016 with flag 130412369/47885001
3212.19/3255.08	c cleaning 308997 clauses out of 618011 with flag 131252163/48195000
3236.77/3279.79	c cleaning 309994 clauses out of 620014 with flag 132129897/48506000
3264.36/3307.71	c cleaning 311004 clauses out of 622021 with flag 132985018/48818001
3286.98/3330.41	c cleaning 312004 clauses out of 624016 with flag 133865617/49131000
3316.32/3359.81	c cleaning 312995 clauses out of 626013 with flag 134727597/49445001
3341.64/3385.59	c cleaning 313993 clauses out of 628017 with flag 135590346/49760000
3378.00/3422.04	c cleaning 314995 clauses out of 630024 with flag 136488572/50076000
3410.21/3454.46	c cleaning 316012 clauses out of 632029 with flag 137369408/50393000
3440.76/3485.44	c cleaning 316998 clauses out of 634017 with flag 138223596/50711000
3476.83/3521.69	c cleaning 317998 clauses out of 636021 with flag 139098850/51030002
3507.14/3552.02	c cleaning 319002 clauses out of 638021 with flag 139976713/51350000
3538.36/3583.30	c cleaning 320001 clauses out of 640019 with flag 140846879/51671000
3575.34/3620.63	c cleaning 321005 clauses out of 642020 with flag 141746356/51993002
3600.01/3645.70	c starts		: 22792
3600.01/3645.71	c conflicts		: 52239315
3600.01/3645.71	c decisions		: 142791045
3600.01/3645.71	c propagations		: 1389725636
3600.01/3645.71	c inspects		: 24295528380
3600.01/3645.71	c shortcuts		: 0
3600.01/3645.71	c learnt literals	: 0
3600.01/3645.71	c learnt binary clauses	: 0
3600.01/3645.71	c learnt ternary clauses	: 0
3600.01/3645.71	c learnt constraints	: 52239315
3600.01/3645.71	c ignored constraints	: 0
3600.01/3645.71	c root simplifications	: 0
3600.01/3645.71	c removed literals (reason simplification)	: 5131327031
3600.01/3645.71	c reason swapping (by a shorter reason)	: 0
3600.01/3645.71	c Calls to reduceDB	: 318
3600.01/3645.71	c Number of update (reduction) of LBD	: 11534137
3600.01/3645.71	c Imported unit clauses	: 0
3600.01/3645.71	c No decision after first conflict	: false
3600.01/3645.71	c number of reductions to clauses (during analyze)	: 0
3600.01/3645.71	c number of learned constraints concerned by reduction	: 0
3600.01/3645.71	c number of learning phase by resolution	: 0
3600.01/3645.71	c number of learning phase by cutting planes	: 0
3600.01/3645.71	c number of rounding to 1 operations	: 0
3600.01/3645.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3645.71	c number of reductions of the coefficients by power 2 	: 0
3600.01/3645.71	c number of right shift for reduction by power 2 	: 0
3600.01/3645.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3645.71	c number of ending skipping 	: 0
3600.01/3645.71	c number of internal skipping 	: 0
3600.01/3645.71	c number of derivation steps 	: 0
3600.01/3645.71	c number of skipped derivation steps 	: 0
3600.01/3645.71	c number of remaining unassigned 	: 0
3600.01/3645.71	c number of remaining assigned 	: 0
3600.01/3645.71	c number of falsified literals weakened from reason	: 0
3600.01/3645.71	c number of falsified literals weakened from conflict	: 0
3600.01/3645.71	c time for arithmetic operations	: 0
3600.01/3645.71	c minimum degree of deleted constraints	: null
3600.01/3645.71	c maximum degree of deleted constraints	: null
3600.01/3645.71	c number of deleted constraints	: 0
3600.01/3645.71	c speed (assignments/second)	: 381232.95216227823
3600.01/3645.71	c non guided choices	: 0
3600.01/3645.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 567328
3600.01/3645.77	s SATISFIABLE
3600.01/3645.77	c Found 1 solution(s)
3600.01/3645.77	v x1 x2 -x3 x4 x5 x6 x7 x8 -x9 -x10 -x11 x12 x13 -x14 x15 x16 -x17 -x18 -x19 x20 -x21 -x22 x23 x24 x25 x26 -x27 x28 x29 x30 -x31 x32 x33 -x34 -x35 -x36 x37 -x38 -x39 x40 x41 x42 -x43 -x44 -x45 x46 -x47 -x48 x49 x50 -x51 -x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 -x62 -x63 -x64 x65 x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 x74 x75 x76 x77 x78 x79 -x80 x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 -x107 -x108 x109 x110 -x111 -x112 x113 x114 x115 x116 x117 x118 -x119 -x120 -x121 x122 x123 x124 -x125 x126 x127 -x128 -x129 -x130 x131 -x132 -x133 x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 x142 -x143 -x144 x145 x146 x147 x148 x149 x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 x158 x159 -x160 -x161 x162 x163 -x164 -x165 x166 x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 x180 -x181 x182 x183 x184 x185 -x186 -x187 x188 x189 -x190 -x191 -x192 x193 -x194 -x195 x196 x197 x198 -x199 x200 x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 x210 -x211 x212 x213 x214 -x215 -x216 -x217 x218 x219 -x220 -x221 -x222 x223 -x224 -x225 x226 x227 -x228 -x229 x230 x231 x232 x233 x234 x235 -x236 x237 x238 x239 x240 -x241 -x242 x243 x244 -x245 -x246 x247 x248 x249 -x250 x251 x252 x253 x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 x271 x272 -x273 -x274 x275 x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 x289 x290 x291 -x292 -x293 -x294 x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 x304 x305 x306 x307 x308 -x309 -x310 x311 x312 -x313 -x314 x315 -x316 -x317 -x318 -x319 -x320 -x321 x322 x323 -x324 -x325 x326 x327 -x328 -x329 x330 x331 -x332 -x333 -x334 x335 -x336 -x337 x338 x339 x340 x341 x342 x343 x344 x345 x346 -x347 -x348 x349 x350 -x351 -x352 x353 x354 x355 -x356 x357 x358 x359 x360 -x361 -x362 -x363 x364 -x365 -x366 x367 x368 -x369 -x370 x371 x372 -x373 -x374 x375 x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 x384 x385 -x386 -x387 x388 x389 x390 x391 x392 x393 x394 -x395 -x396 x397 x398 -x399 -x400 x401 x402 -x403 -x404 x405 x406 -x407 -x408 x409 x410 -x411 -x412 x413 x414 x415 -x416 -x417 x418 x419 -x420 -x421 x422 x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 x433 x434 x435 
3600.01/3645.77	c objective function=5
3600.01/3645.77	c Total wall clock time (in seconds): 3645.513

Verifier Data

OK	5

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

running on 4 cores: 40-43

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

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (1796 MiB free)
  node 1: cores 8-15, 129019 MiB (4020 MiB free)
  node 2: cores 16-23, 129019 MiB (25295 MiB free)
  node 3: cores 24-31, 129003 MiB (46430 MiB free)
  node 4: cores 32-39, 129019 MiB (46581 MiB free)
  node 5: cores 40-47, 129019 MiB (82167 MiB free)
  node 6: cores 48-55, 129019 MiB (104711 MiB free)
  node 7: cores 56-63, 128429 MiB (114317 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=2191484, runsolver pid=2191458
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 0.00 2.45 8.47 2/1124 2191785
/proc/meminfo: memFree=435287544/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=34899948 memory=42852 CPUtime=0.02 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 4967 0 0 0 1 1 0 0 20 0 19 0 296867085 35737546752 10163 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8724987 10713 5761 1 0 30378 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=34899948 memory=5895516205 CPUtime=0 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) D 2191458 2191484 2191262 0 -1 4456512 2445 0 0 0 0 0 0 0 20 0 19 0 296867091 35737546752 10163 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=34899948 memory=245752924046 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867093 35737546752 10163 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=34899948 memory=17974 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 296867093 35737546752 10163 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=34899948 memory=18327 CPUtime=0 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 296867093 35737546752 10163 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=34899948 memory=18896 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 296867093 35737546752 10163 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=34899948 memory=63793 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867094 35737546752 10163 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 34899948 KiB
Current children cumulated memory: 42852 KiB

[startup+0.213609 s]*
/proc/loadavg: 0.00 2.45 8.47 6/1124 2191785
/proc/meminfo: memFree=435275764/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=34900044 memory=49496 CPUtime=0.09 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 5789 0 0 0 8 1 0 0 20 0 19 0 296867085 35737645056 11785 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8725011 12374 6128 1 0 31012 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=34900044 memory=3184097719004590125 CPUtime=0.06 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) D 2191458 2191484 2191262 0 -1 4194368 2939 0 0 0 5 1 0 0 20 0 19 0 296867091 35737645056 11785 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=34900044 memory=245752924046 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 11785 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=34900044 memory=17974 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 11785 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=34900044 memory=18327 CPUtime=0 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 11785 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=34900044 memory=18896 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 11785 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=34900044 memory=63793 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867094 35737645056 11785 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 49496 KiB

[startup+0.313434 s]*
/proc/loadavg: 0.00 2.45 8.47 5/1124 2191785
/proc/meminfo: memFree=435266632/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=34900044 memory=50580 CPUtime=0.13 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 6048 0 1 0 11 2 0 0 20 0 19 0 296867085 35737645056 12169 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8725011 12645 6143 1 0 31389 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=34900044 memory=3472328095156301869 CPUtime=0.07 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) D 2191458 2191484 2191262 0 -1 4194368 3057 0 1 0 6 1 0 0 20 0 19 0 296867091 35737645056 12169 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=34900044 memory=8461138045675243406 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12169 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=34900044 memory=17974 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12169 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=34900044 memory=18327 CPUtime=0 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12169 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=34900044 memory=18896 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 296867093 35737645056 12169 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=34900044 memory=63793 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 296867094 35737645056 12169 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50580 KiB

[startup+0.700294 s]
/proc/loadavg: 0.00 2.45 8.47 46/1161 2191822
/proc/meminfo: memFree=434234272/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35099736 memory=124656 CPUtime=1.25 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 12252 0 1 0 122 3 0 0 20 0 22 0 296867085 35942129664 30887 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8774934 31164 6278 1 0 52126 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=35099736 memory=4828 CPUtime=0.41 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) R 2191458 2191484 2191262 0 -1 4194368 3324 0 1 0 39 2 0 0 20 0 22 0 296867091 35942129664 30887 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=35099736 memory=215792 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 30887 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=35099736 memory=4174 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 30887 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=35099736 memory=5896 CPUtime=0 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 30887 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 30887 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=35099736 memory=147300198385265 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867094 35942129664 30887 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191806] ppid=2191458 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191806/stat : 2191806 (Timer-0) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867122 35942129664 30887 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 124656 KiB

[startup+1.5003 s]
/proc/loadavg: 0.00 2.45 8.47 39/1196 2191857
/proc/meminfo: memFree=432359420/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35099736 memory=295424 CPUtime=3.14 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 13375 0 1 0 309 5 0 0 20 0 22 0 296867085 35942129664 73541 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8774934 73856 6280 1 0 111584 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=35099736 memory=4828 CPUtime=1.13 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) R 2191458 2191484 2191262 0 -1 4194368 3563 0 1 0 109 4 0 0 20 0 22 0 296867091 35942129664 73541 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=35099736 memory=4174 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 73541 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 73541 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=35099736 memory=5896 CPUtime=0 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 73541 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 296867093 35942129664 73541 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=35099736 memory=4828 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867094 35942129664 73541 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191806] ppid=2191458 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191806/stat : 2191806 (Timer-0) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 296867122 35942129664 73541 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 295424 KiB

[startup+3.11396 s]
/proc/loadavg: 1.52 2.72 8.53 20/1188 2191869
/proc/meminfo: memFree=429409604/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35232864 memory=370220 CPUtime=4.88 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 17478 0 1 0 477 11 0 0 20 0 23 0 296867085 36078452736 92332 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8808216 92555 6280 1 0 112172 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=35232864 memory=4828 CPUtime=2.56 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) R 2191458 2191484 2191262 0 -1 4194368 4130 0 1 0 247 9 0 0 20 0 23 0 296867091 36078452736 92332 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=35232864 memory=4828 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 92332 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 92332 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=35232864 memory=4174 CPUtime=0 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 92332 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 92332 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867094 36078452736 92332 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191806] ppid=2191458 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191806/stat : 2191806 (Timer-0) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36078452736 92332 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 370220 KiB

[startup+6.30024 s]
/proc/loadavg: 1.52 2.72 8.53 17/1194 2191883
/proc/meminfo: memFree=423951308/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35232864 memory=556068 CPUtime=7.97 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 19099 0 1 0 774 23 0 0 20 0 23 0 296867085 36078452736 138659 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8808216 139017 6280 1 0 183306 0

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

/proc/meminfo: memFree=158892244/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35232864 memory=2141180 CPUtime=3417.94 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 1419557 0 1 0 336666 5128 0 0 20 0 23 0 296867085 36078452736 535128 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8808216 535295 6311 1 0 552898 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=35232864 memory=2143436 CPUtime=3340.57 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) R 2191458 2191484 2191262 0 -1 4194368 598844 0 1 0 329079 4978 0 0 20 0 23 0 296867091 36078452736 535128 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=35232864 memory=215800 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 535128 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 535128 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=35232864 memory=2224756 CPUtime=0.1 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 86 0 0 0 6 4 0 0 20 0 23 0 296867093 36078452736 535128 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=35232864 memory=2141180 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 535128 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=35232864 memory=4048 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 544 0 0 0 0 0 0 0 20 0 23 0 296867094 36078452736 535128 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191806] ppid=2191458 vsize=35232864 memory=2141180 CPUtime=0 cores=40-43
/proc/2191484/task/2191806/stat : 2191806 (Timer-0) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36078452736 535128 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 3417.94 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 2141180 KiB

[startup+3522.3 s]
/proc/loadavg: 15.83 15.80 15.78 17/1193 2192323
/proc/meminfo: memFree=238271064/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35232864 memory=2091324 CPUtime=3477.5 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 1529681 0 1 0 342567 5183 0 0 20 0 23 0 296867085 36078452736 522750 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8808216 522831 6311 1 0 540346 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=35232864 memory=2141180 CPUtime=3399.2 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) R 2191458 2191484 2191262 0 -1 4194368 695755 0 1 0 334889 5031 0 0 20 0 23 0 296867091 36078452736 522750 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 522750 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=35232864 memory=2053808 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 522750 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=35232864 memory=2165624 CPUtime=0.1 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 86 0 0 0 6 4 0 0 20 0 23 0 296867093 36078452736 522750 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=35232864 memory=15159512 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 522750 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=35232864 memory=2141180 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 570 0 0 0 0 0 0 0 20 0 23 0 296867094 36078452736 522750 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191806] ppid=2191458 vsize=35232864 memory=2091324 CPUtime=0 cores=40-43
/proc/2191484/task/2191806/stat : 2191806 (Timer-0) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36078452736 522750 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 3477.5 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 2091324 KiB

[startup+3582.3 s]
/proc/loadavg: 16.20 15.90 15.82 16/1192 2192326
/proc/meminfo: memFree=214540260/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35232864 memory=2280224 CPUtime=3537.36 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 1543345 0 1 0 348483 5253 0 0 20 0 23 0 296867085 36078452736 569760 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8808216 570056 6311 1 0 594738 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=35232864 memory=2280224 CPUtime=3457.51 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) R 2191458 2191484 2191262 0 -1 4194368 699708 0 1 0 340653 5098 0 0 20 0 23 0 296867091 36078452736 569760 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=35232864 memory=2091324 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 569760 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=35232864 memory=15556 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 569760 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=35232864 memory=-7738693213435553379 CPUtime=0.1 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 88 0 0 0 6 4 0 0 20 0 23 0 296867093 36078452736 569760 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=35232864 memory=215800 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 569760 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=35232864 memory=11924 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 598 0 0 0 0 0 0 0 20 0 23 0 296867094 36078452736 569760 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191806] ppid=2191458 vsize=35232864 memory=2992 CPUtime=0 cores=40-43
/proc/2191484/task/2191806/stat : 2191806 (Timer-0) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36078452736 569760 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 3537.36 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 2280224 KiB

[startup+3642.3 s]
/proc/loadavg: 19.04 16.68 16.09 13/1068 2192840
/proc/meminfo: memFree=258007120/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35232864 memory=2224964 CPUtime=3596.8 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 1543800 0 1 0 354375 5305 0 0 20 0 23 0 296867085 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8808216 556241 6311 1 0 573818 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=35232864 memory=2091324 CPUtime=3516.02 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) R 2191458 2191484 2191262 0 -1 4194368 699751 0 1 0 346453 5149 0 0 20 0 23 0 296867091 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=35232864 memory=2201372 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=35232864 memory=2280224 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=35232864 memory=2280224 CPUtime=0.1 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 88 0 0 0 6 4 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=35232864 memory=2224964 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=35232864 memory=2212676 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 604 0 0 0 0 0 0 0 20 0 23 0 296867094 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191806] ppid=2191458 vsize=35232864 memory=15556 CPUtime=0 cores=40-43
/proc/2191484/task/2191806/stat : 2191806 (Timer-0) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 3596.8 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 2224964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3645.7 s]
/proc/loadavg: 19.20 16.75 16.11 29/1201 2193760
/proc/meminfo: memFree=253308496/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35232864 memory=2224964 CPUtime=3600.01 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 1543801 0 1 0 354693 5308 0 0 20 0 23 0 296867085 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8808216 556241 6311 1 0 573818 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=35232864 memory=2091324 CPUtime=3519.23 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) R 2191458 2191484 2191262 0 -1 4194368 699751 0 1 0 346771 5152 0 0 20 0 23 0 296867091 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=35232864 memory=2201372 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=35232864 memory=2280224 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=35232864 memory=2280224 CPUtime=0.1 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 88 0 0 0 6 4 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=35232864 memory=4828 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=35232864 memory=11924 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 604 0 0 0 0 0 0 0 20 0 23 0 296867094 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191806] ppid=2191458 vsize=35232864 memory=8400 CPUtime=0 cores=40-43
/proc/2191484/task/2191806/stat : 2191806 (Timer-0) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 2224964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3547.1 s, system=53.1108 s

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

[startup+3645.7 s]
/proc/loadavg: 19.20 16.75 16.11 29/1201 2193760
/proc/meminfo: memFree=253308496/1055320720 swapFree=33543932/33554428
[pid=2191484] ppid=2191458 vsize=35232864 memory=2224964 CPUtime=3600.01 cores=40-43
/proc/2191484/stat : 2191484 (java) S 2191458 2191484 2191262 0 -1 4194304 1543801 0 1 0 354693 5308 0 0 20 0 23 0 296867085 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
/proc/2191484/statm: 8808216 556241 6311 1 0 573818 0
[pid=2191484/tid=2191514] ppid=2191458 vsize=35232864 memory=2091324 CPUtime=3519.23 cores=40-43
/proc/2191484/task/2191514/stat : 2191514 (java) R 2191458 2191484 2191262 0 -1 4194368 699751 0 1 0 346771 5152 0 0 20 0 23 0 296867091 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191661] ppid=2191458 vsize=35232864 memory=2201372 CPUtime=0 cores=40-43
/proc/2191484/task/2191661/stat : 2191661 (Referen..andler) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191671] ppid=2191458 vsize=35232864 memory=2280224 CPUtime=0 cores=40-43
/proc/2191484/task/2191671/stat : 2191671 (Finalizer) S 2191458 2191484 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191705] ppid=2191458 vsize=35232864 memory=2280224 CPUtime=0.1 cores=40-43
/proc/2191484/task/2191705/stat : 2191705 (Monitor..Thread) S 2191458 2191484 2191262 0 -1 4194368 88 0 0 0 6 4 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191745] ppid=2191458 vsize=35232864 memory=4828 CPUtime=0 cores=40-43
/proc/2191484/task/2191745/stat : 2191745 (Notific..Thread) S 2191458 2191484 2191262 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 296867093 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191758] ppid=2191458 vsize=35232864 memory=11924 CPUtime=0 cores=40-43
/proc/2191484/task/2191758/stat : 2191758 (Common-Cleaner) S 2191458 2191484 2191262 0 -1 4194368 604 0 0 0 0 0 0 0 20 0 23 0 296867094 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
[pid=2191484/tid=2191806] ppid=2191458 vsize=35232864 memory=8400 CPUtime=0 cores=40-43
/proc/2191484/task/2191806/stat : 2191806 (Timer-0) S 2191458 2191484 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 296867122 36078452736 556010 18446744073709551615 94422241697792 94422241701488 140725569901808 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94422241709352 94422241710096 94422251728896 140725569910948 140725569911134 140725569911134 140725569916872 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 2224964 KiB

Child status: 143

Real time (s): 3645.8
CPU time (s): 3600.21
CPU user time (s): 3547.1
CPU system time (s): 53.1108
CPU usage (%): 98.7495
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 2311008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3547.1
system time used= 53.1108
maximum resident set size= 2310036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1546034
page faults= 1
swaps= 0
block input operations= 40
block output operations= 12320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9696042
involuntary context switches= 8203


# summary of solver processes directly reported to runsolver:
#   pid: 2191484
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3547.1
#   total CPU system time (s): 53.1108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0627 second user time and 40.1596 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-07-10 00:23:10
IDJOB=4835625
IDBENCH=146653
IDSOLVER=3672
FILE ID=nodeE001/4835625-1783635789
RUNJOBID= nodeE001-1783635789-2191289
SLURM_JOB_ID= 12722695
Free space on /tmp= 800316 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.95:100.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835625-1783635789/watcher-4835625-1783635789 -o /tmp/evaluation-result-4835625-1783635789/solver-4835625-1783635789 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835625-1783635789/vars-4835625-1783635789 --bin-var /tmp/runsolver-exch-nodeE001-1783635789-2191289 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835625-1783635789 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835625-1783635789.opb

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

MD5SUM BENCH= 7fa9d6bae1eb6fc87d1fc158a8928861
RANDOM SEED=157581319

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320720 kB
MemFree:        435491928 kB
MemAvailable:   1046087720 kB
Buffers:            1056 kB
Cached:         607697168 kB
SwapCached:         1284 kB
Active:         21472944 kB
Inactive:       586384408 kB
Active(anon):     651896 kB
Inactive(anon):   409924 kB
Active(file):   20821048 kB
Inactive(file): 585974484 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33543932 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             48200 kB
Writeback:             0 kB
AnonPages:        162008 kB
Mapped:           217120 kB
Shmem:            902692 kB
KReclaimable:    9507060 kB
Slab:           10482300 kB
SReclaimable:    9507060 kB
SUnreclaim:       975240 kB
KernelStack:       13760 kB
PageTables:         5140 kB
SecPageTables:     15364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   129497612 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478564 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 800336 MiB
End job on nodeE001 at 2026-07-10 01:23:56