Trace number 4784849

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 2026-06-10SAT (TO)3 3600.2 3595.88

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=11-t=8.opb
MD5SUMb554296dd2e7a57b28932c2f35f0c1cd
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 benchmark3
Best CPU time to get the best result obtained on this benchmark0.022407
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables275
Total number of constraints6523
Number of constraints which are clauses6512
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint12
Number of terms in the objective function 11
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 11
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB26fixedPrime.v20260610
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	26.0.1+8-34
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		26.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		30334720
0.00/0.07	c Max memory 		32178700288
0.00/0.07	c Total memory 		33554432
0.00/0.07	c Number of processors 	4
0.00/0.10	c Pseudo Boolean Optimization by upper bound
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Glucose 2.1 dynamic restart strategy
0.00/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c Listener: none
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-4784849-1782398095.opb
0.00/0.10	c reading problem ... 
0.00/0.10	c  objective function found
0.15/0.15	c ... done. Wall clock time 0.05s.
0.15/0.15	c declared #vars     275
0.15/0.15	c #constraints  6523
0.15/0.15	c constraints type 
0.15/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.15/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6512
0.15/0.15	c 6523 constraints processed.
0.15/0.15	c objective function length is 11 literals
0.15/0.18	c SATISFIABLE
0.15/0.18	c OPTIMIZING...
0.15/0.18	c Got one! Elapsed wall clock time (in seconds):0.083
0.15/0.18	o 6
0.15/0.18	c Got one! Elapsed wall clock time (in seconds):0.087
0.15/0.18	o 3
0.83/0.40	c cleaning 2785 clauses out of 5577 with flag 28926/5577
1.29/0.54	c cleaning 4389 clauses out of 8791 with flag 57593/11576
1.48/0.70	c cleaning 5700 clauses out of 11403 with flag 98420/18577
1.68/0.91	c cleaning 6838 clauses out of 13702 with flag 157975/26576
1.90/1.18	c cleaning 7927 clauses out of 15864 with flag 218710/35576
2.29/1.47	c cleaning 8962 clauses out of 17937 with flag 290664/45576
2.69/1.81	c cleaning 9982 clauses out of 19975 with flag 368878/56576
3.01/2.14	c cleaning 10993 clauses out of 21994 with flag 451534/68577
3.47/2.55	c cleaning 11991 clauses out of 24000 with flag 540112/81576
3.90/2.95	c cleaning 13002 clauses out of 26011 with flag 648402/95578
4.40/3.46	c cleaning 13999 clauses out of 28009 with flag 758888/110578
5.02/4.07	c cleaning 14999 clauses out of 30008 with flag 875986/126576
5.72/4.75	c cleaning 16002 clauses out of 32010 with flag 994306/143577
6.16/5.15	c cleaning 16989 clauses out of 34009 with flag 1122590/161578
6.94/5.91	c cleaning 18005 clauses out of 36019 with flag 1268880/180577
7.84/6.83	c cleaning 19006 clauses out of 38014 with flag 1416599/200577
8.64/7.60	c cleaning 19990 clauses out of 40009 with flag 1581928/221578
9.44/8.46	c cleaning 21006 clauses out of 42018 with flag 1760036/243577
10.44/9.45	c cleaning 22004 clauses out of 44013 with flag 1931728/266578
11.24/10.20	c cleaning 22995 clauses out of 46007 with flag 2108558/290576
11.94/10.92	c cleaning 24004 clauses out of 48013 with flag 2292746/315577
13.15/12.12	c cleaning 24998 clauses out of 50008 with flag 2489370/341576
14.34/13.38	c cleaning 25997 clauses out of 52010 with flag 2689107/368576
16.18/15.13	c cleaning 27004 clauses out of 54013 with flag 2912024/396576
17.36/16.37	c cleaning 27992 clauses out of 56009 with flag 3142232/425576
18.97/17.94	c cleaning 28999 clauses out of 58017 with flag 3377171/455576
20.98/19.98	c cleaning 30006 clauses out of 60018 with flag 3618951/486576
22.67/21.69	c cleaning 30990 clauses out of 62012 with flag 3862485/518576
24.70/23.62	c cleaning 32003 clauses out of 64022 with flag 4106820/551576
26.50/25.40	c cleaning 33007 clauses out of 66020 with flag 4376091/585577
29.00/27.95	c cleaning 34001 clauses out of 68012 with flag 4670749/620576
31.40/30.33	c cleaning 35004 clauses out of 70011 with flag 4942959/656576
33.22/32.11	c cleaning 35998 clauses out of 72008 with flag 5232767/693577
35.34/34.24	c cleaning 37001 clauses out of 74010 with flag 5505976/731577
37.94/36.89	c cleaning 38002 clauses out of 76009 with flag 5800182/770577
39.44/38.30	c cleaning 38994 clauses out of 78008 with flag 6074537/810578
42.11/41.00	c cleaning 40000 clauses out of 80014 with flag 6391549/851578
45.43/44.29	c cleaning 40997 clauses out of 82012 with flag 6737954/893576
49.93/48.75	c cleaning 42004 clauses out of 84016 with flag 7104652/936577
53.35/52.12	c cleaning 43001 clauses out of 86012 with flag 7443854/980577
55.97/54.71	c cleaning 43995 clauses out of 88010 with flag 7806194/1025576
57.67/56.49	c cleaning 45008 clauses out of 90016 with flag 8194582/1071577
59.38/58.19	c cleaning 45998 clauses out of 92009 with flag 8587641/1118578
61.07/59.83	c cleaning 46999 clauses out of 94009 with flag 8997831/1166576
62.77/61.53	c cleaning 47997 clauses out of 96012 with flag 9440624/1215578
64.48/63.20	c cleaning 48997 clauses out of 98015 with flag 9880167/1265578
67.08/65.86	c cleaning 50004 clauses out of 100017 with flag 10277547/1316577
68.78/67.50	c cleaning 50990 clauses out of 102012 with flag 10743577/1368576
70.59/69.33	c cleaning 52000 clauses out of 104022 with flag 11193777/1421576
72.79/71.55	c cleaning 53007 clauses out of 106024 with flag 11612656/1475578
74.71/73.47	c cleaning 54003 clauses out of 108017 with flag 12033014/1530578
76.72/75.41	c cleaning 55005 clauses out of 110013 with flag 12489179/1586577
78.72/77.46	c cleaning 55994 clauses out of 112008 with flag 12949857/1643577
80.75/79.45	c cleaning 56999 clauses out of 114014 with flag 13412264/1701577
82.74/81.44	c cleaning 57997 clauses out of 116014 with flag 13885219/1760576
85.05/83.79	c cleaning 58998 clauses out of 118018 with flag 14351452/1820577
86.94/85.63	c cleaning 59991 clauses out of 120020 with flag 14784363/1881577
88.95/87.65	c cleaning 61006 clauses out of 122030 with flag 15261163/1943578
91.25/89.95	c cleaning 62005 clauses out of 124022 with flag 15747731/2006576
93.25/91.98	c cleaning 62994 clauses out of 126017 with flag 16248707/2070576
95.16/93.86	c cleaning 64000 clauses out of 128023 with flag 16751977/2135576
97.47/96.16	c cleaning 64999 clauses out of 130023 with flag 17277689/2201576
99.76/98.46	c cleaning 65999 clauses out of 132024 with flag 17816975/2268576
101.86/100.56	c cleaning 67007 clauses out of 134028 with flag 18332569/2336579
104.10/102.77	c cleaning 68003 clauses out of 136019 with flag 18844120/2405577
106.90/105.54	c cleaning 68998 clauses out of 138015 with flag 19406409/2475576
109.23/107.84	c cleaning 69994 clauses out of 140017 with flag 19926804/2546576
112.92/111.52	c cleaning 71006 clauses out of 142023 with flag 20541353/2618576
115.44/114.09	c cleaning 72002 clauses out of 144019 with flag 21100964/2691578
117.92/116.59	c cleaning 72998 clauses out of 146016 with flag 21655329/2765577
120.33/118.96	c cleaning 73989 clauses out of 148017 with flag 22230502/2840576
122.92/121.56	c cleaning 75007 clauses out of 150028 with flag 22801506/2916576
125.53/124.13	c cleaning 76008 clauses out of 152022 with flag 23375592/2993577
128.33/126.95	c cleaning 77003 clauses out of 154014 with flag 23975889/3071577
131.03/129.64	c cleaning 77998 clauses out of 156012 with flag 24550378/3150578
133.74/132.36	c cleaning 78999 clauses out of 158012 with flag 25133345/3230576
136.45/135.04	c cleaning 79998 clauses out of 160014 with flag 25760836/3311577
139.35/137.94	c cleaning 80995 clauses out of 162016 with flag 26397723/3393577
142.35/140.97	c cleaning 82000 clauses out of 164020 with flag 27032070/3476576
145.41/143.90	c cleaning 83004 clauses out of 166021 with flag 27643697/3560577
148.62/147.20	c cleaning 83995 clauses out of 168017 with flag 28301408/3645577
151.83/150.30	c cleaning 85004 clauses out of 170023 with flag 28922057/3731578
155.16/153.60	c cleaning 85999 clauses out of 172017 with flag 29586300/3818576
158.46/156.91	c cleaning 86999 clauses out of 174018 with flag 30243100/3906576
161.68/160.15	c cleaning 87997 clauses out of 176020 with flag 30875180/3995577
164.86/163.36	c cleaning 89003 clauses out of 178022 with flag 31622538/4085576
168.79/167.20	c cleaning 90000 clauses out of 180019 with flag 32319128/4176576
172.49/170.91	c cleaning 90996 clauses out of 182020 with flag 32928932/4268577
176.23/174.63	c cleaning 92007 clauses out of 184023 with flag 33601049/4361576
179.75/178.11	c cleaning 92999 clauses out of 186018 with flag 34225009/4455578
183.45/181.80	c cleaning 94005 clauses out of 188017 with flag 34853408/4550576
186.84/185.28	c cleaning 94997 clauses out of 190014 with flag 35501584/4646578
190.54/188.91	c cleaning 95995 clauses out of 192016 with flag 36211868/4743577
194.34/192.75	c cleaning 97001 clauses out of 194022 with flag 36952465/4841578
198.25/196.63	c cleaning 97991 clauses out of 196019 with flag 37724387/4940576
202.16/200.59	c cleaning 99011 clauses out of 198030 with flag 38528082/5040578
206.08/204.41	c cleaning 100004 clauses out of 200019 with flag 39234713/5141578
210.31/208.65	c cleaning 101006 clauses out of 202014 with flag 39958923/5243577
214.54/212.88	c cleaning 102004 clauses out of 204009 with flag 40678123/5346578
218.76/217.08	c cleaning 102998 clauses out of 206004 with flag 41423160/5450577
222.63/221.01	c cleaning 103991 clauses out of 208005 with flag 42128238/5555576
226.84/225.12	c cleaning 105002 clauses out of 210015 with flag 42836741/5661577
231.02/229.32	c cleaning 105997 clauses out of 212013 with flag 43591066/5768577
235.41/233.70	c cleaning 106985 clauses out of 214016 with flag 44363653/5876577
240.00/238.35	c cleaning 108000 clauses out of 216031 with flag 45153277/5985577
244.59/242.98	c cleaning 109005 clauses out of 218030 with flag 45987873/6095576
249.08/247.44	c cleaning 110008 clauses out of 220025 with flag 46812962/6206576
253.48/251.83	c cleaning 110995 clauses out of 222017 with flag 47565755/6318576
258.28/256.62	c cleaning 112005 clauses out of 224022 with flag 48438515/6431576
263.29/261.68	c cleaning 112993 clauses out of 226017 with flag 49270927/6545576
267.98/266.38	c cleaning 114001 clauses out of 228025 with flag 50116080/6660577
272.89/271.23	c cleaning 115002 clauses out of 230023 with flag 50918780/6776576
277.89/276.28	c cleaning 116005 clauses out of 232023 with flag 51774360/6893578
283.09/281.42	c cleaning 117003 clauses out of 234017 with flag 52633439/7011577
288.36/286.65	c cleaning 117997 clauses out of 236013 with flag 53420491/7130576
293.69/291.98	c cleaning 119003 clauses out of 238016 with flag 54285894/7250576
298.69/296.93	c cleaning 119995 clauses out of 240013 with flag 55068359/7371576
303.89/302.19	c cleaning 121008 clauses out of 242019 with flag 55966430/7493577
309.17/307.44	c cleaning 121997 clauses out of 244013 with flag 56771217/7616579
314.56/312.89	c cleaning 123001 clauses out of 246014 with flag 57611442/7740577
319.96/318.29	c cleaning 123998 clauses out of 248012 with flag 58517322/7865576
325.56/323.89	c cleaning 125006 clauses out of 250015 with flag 59435107/7991577
331.27/329.53	c cleaning 126002 clauses out of 252011 with flag 60336626/8118579
337.18/335.47	c cleaning 126995 clauses out of 254006 with flag 61177333/8246576
342.98/341.20	c cleaning 127994 clauses out of 256011 with flag 62085449/8375576
348.68/346.93	c cleaning 128996 clauses out of 258017 with flag 63033371/8505576
354.74/352.93	c cleaning 130004 clauses out of 260021 with flag 63964149/8636576
361.15/359.39	c cleaning 131001 clauses out of 262018 with flag 64840442/8768577
367.45/365.60	c cleaning 132002 clauses out of 264017 with flag 65803144/8901577
373.46/371.63	c cleaning 132991 clauses out of 266014 with flag 66784107/9035576
380.35/378.53	c cleaning 134009 clauses out of 268024 with flag 67807292/9170577
387.06/385.23	c cleaning 135002 clauses out of 270014 with flag 68687520/9306576
393.48/391.63	c cleaning 135996 clauses out of 272014 with flag 69607929/9443578
400.15/398.26	c cleaning 136998 clauses out of 274016 with flag 70538262/9581576
406.84/404.96	c cleaning 137996 clauses out of 276020 with flag 71537718/9720578
413.53/411.63	c cleaning 139010 clauses out of 278023 with flag 72479956/9860577
420.12/418.23	c cleaning 139997 clauses out of 280012 with flag 73441777/10001576
426.92/425.01	c cleaning 141003 clauses out of 282015 with flag 74398634/10143576
434.11/432.22	c cleaning 142006 clauses out of 284012 with flag 75289935/10286576
440.71/438.85	c cleaning 142995 clauses out of 286008 with flag 76263725/10430578
448.13/446.23	c cleaning 143994 clauses out of 288011 with flag 77332119/10575576
454.74/452.81	c cleaning 145001 clauses out of 290017 with flag 78275904/10721576
462.24/460.28	c cleaning 145999 clauses out of 292017 with flag 79294501/10868577
469.85/467.83	c cleaning 147002 clauses out of 294017 with flag 80292152/11016576
477.65/475.62	c cleaning 147999 clauses out of 296016 with flag 81324721/11165577
485.27/483.25	c cleaning 149006 clauses out of 298017 with flag 82302905/11315577
492.94/490.81	c cleaning 149994 clauses out of 300011 with flag 83409785/11466577
500.87/498.77	c cleaning 151002 clauses out of 302017 with flag 84503619/11618577
508.68/506.55	c cleaning 152002 clauses out of 304016 with flag 85595874/11771578
516.58/514.43	c cleaning 152996 clauses out of 306013 with flag 86671083/11925577
524.70/522.53	c cleaning 153996 clauses out of 308017 with flag 87629874/12080577
532.38/530.14	c cleaning 155008 clauses out of 310022 with flag 88723894/12236578
540.33/538.02	c cleaning 156003 clauses out of 312012 with flag 89809513/12393576
548.21/546.00	c cleaning 157001 clauses out of 314009 with flag 90935233/12551576
556.33/554.08	c cleaning 157997 clauses out of 316009 with flag 92053392/12710577
565.03/562.70	c cleaning 159003 clauses out of 318014 with flag 93152224/12870579
574.04/571.61	c cleaning 159992 clauses out of 320008 with flag 94405442/13031576
582.28/579.88	c cleaning 161007 clauses out of 322018 with flag 95513898/13193578
591.49/589.03	c cleaning 161987 clauses out of 324009 with flag 96571224/13356576
599.57/597.15	c cleaning 162997 clauses out of 326022 with flag 97684032/13520576
607.94/605.52	c cleaning 164007 clauses out of 328025 with flag 98896629/13685576
617.12/614.71	c cleaning 165008 clauses out of 330018 with flag 99977179/13851576
625.53/623.14	c cleaning 165984 clauses out of 332011 with flag 101214075/14018577
634.43/632.06	c cleaning 167008 clauses out of 334026 with flag 102392464/14186576
643.51/641.17	c cleaning 167998 clauses out of 336019 with flag 103634802/14355577
652.44/650.03	c cleaning 169008 clauses out of 338021 with flag 104834806/14525577
662.09/659.63	c cleaning 170000 clauses out of 340012 with flag 106046168/14696576
671.79/669.32	c cleaning 170999 clauses out of 342013 with flag 107273676/14868577
681.97/679.53	c cleaning 171994 clauses out of 344014 with flag 108469817/15041577
691.86/689.46	c cleaning 173004 clauses out of 346019 with flag 109708916/15215576
702.65/700.22	c cleaning 174001 clauses out of 348015 with flag 111147274/15390576
712.65/710.29	c cleaning 175000 clauses out of 350014 with flag 112316175/15566576
722.56/720.02	c cleaning 176001 clauses out of 352014 with flag 113552921/15743576
732.43/729.93	c cleaning 177001 clauses out of 354013 with flag 114813485/15921576
742.12/739.63	c cleaning 177990 clauses out of 356012 with flag 116073861/16100576
752.32/749.82	c cleaning 179004 clauses out of 358023 with flag 117406197/16280577
762.32/759.75	c cleaning 180001 clauses out of 360018 with flag 118627442/16461576
772.93/770.31	c cleaning 181006 clauses out of 362020 with flag 119949125/16643579
783.54/780.90	c cleaning 181998 clauses out of 364012 with flag 121123053/16826577
794.13/791.58	c cleaning 182995 clauses out of 366015 with flag 122505596/17010578
805.67/803.05	c cleaning 184010 clauses out of 368019 with flag 123848221/17195577
816.28/813.56	c cleaning 184997 clauses out of 370008 with flag 125190941/17381576
827.31/824.58	c cleaning 185999 clauses out of 372011 with flag 126517390/17568576
838.60/835.87	c cleaning 187001 clauses out of 374015 with flag 127890210/17756579
850.28/847.56	c cleaning 188000 clauses out of 376012 with flag 129287543/17945577
861.89/859.19	c cleaning 188995 clauses out of 378011 with flag 130661797/18135576
872.48/869.74	c cleaning 190009 clauses out of 380018 with flag 132053795/18326578
883.90/881.11	c cleaning 190996 clauses out of 382009 with flag 133347994/18518578
895.78/892.95	c cleaning 191988 clauses out of 384013 with flag 134619295/18711578
907.19/904.35	c cleaning 193008 clauses out of 386023 with flag 135973501/18905576
918.77/915.90	c cleaning 193986 clauses out of 388015 with flag 137224599/19100576
929.67/926.80	c cleaning 195012 clauses out of 390030 with flag 138534346/19296577
941.08/938.24	c cleaning 196008 clauses out of 392017 with flag 139889863/19493576
953.63/950.66	c cleaning 197002 clauses out of 394009 with flag 141269167/19691576
965.78/962.76	c cleaning 197997 clauses out of 396007 with flag 142757057/19890576
977.97/974.92	c cleaning 199003 clauses out of 398011 with flag 144160788/20090577
990.27/987.24	c cleaning 199993 clauses out of 400007 with flag 145595639/20291576
1003.08/999.99	c cleaning 201005 clauses out of 402015 with flag 146978349/20493577
1016.21/1013.03	c cleaning 201999 clauses out of 404009 with flag 148388081/20696576
1030.38/1027.23	c cleaning 202995 clauses out of 406011 with flag 150004054/20900577
1043.31/1040.12	c cleaning 203999 clauses out of 408016 with flag 151418528/21105577
1055.81/1052.63	c cleaning 205000 clauses out of 410018 with flag 152854345/21311578
1069.12/1065.81	c cleaning 206005 clauses out of 412017 with flag 154444095/21518577
1082.14/1078.87	c cleaning 207004 clauses out of 414012 with flag 155937506/21726577
1094.92/1091.62	c cleaning 207998 clauses out of 416008 with flag 157337420/21935577
1108.04/1104.70	c cleaning 208994 clauses out of 418010 with flag 158893732/22145577
1123.25/1119.95	c cleaning 210005 clauses out of 420016 with flag 160643007/22356577
1136.77/1133.39	c cleaning 211000 clauses out of 422011 with flag 162128107/22568577
1150.87/1147.43	c cleaning 211986 clauses out of 424010 with flag 163662532/22781576
1164.84/1161.43	c cleaning 213006 clauses out of 426026 with flag 165134909/22995578
1178.90/1175.58	c cleaning 214003 clauses out of 428019 with flag 166727402/23210577
1195.42/1192.09	c cleaning 215004 clauses out of 430016 with flag 168364598/23426577
1210.31/1206.80	c cleaning 215991 clauses out of 432012 with flag 169998659/23643577
1225.43/1221.91	c cleaning 217003 clauses out of 434020 with flag 171653214/23861576
1241.04/1237.50	c cleaning 218002 clauses out of 436017 with flag 173356502/24080576
1254.66/1251.12	c cleaning 219007 clauses out of 438017 with flag 174865682/24300578
1268.79/1265.12	c cleaning 220002 clauses out of 440008 with flag 176308894/24521576
1284.57/1281.00	c cleaning 220994 clauses out of 442007 with flag 177930492/24743577
1299.24/1295.69	c cleaning 222000 clauses out of 444012 with flag 179394075/24966576
1314.31/1310.78	c cleaning 222999 clauses out of 446013 with flag 180973315/25190577
1328.88/1325.38	c cleaning 223988 clauses out of 448015 with flag 182492889/25415578
1344.24/1340.78	c cleaning 224995 clauses out of 450026 with flag 184109180/25641577
1359.80/1356.39	c cleaning 226006 clauses out of 452031 with flag 185657157/25868577
1375.12/1371.68	c cleaning 227008 clauses out of 454024 with flag 187185401/26096576
1390.03/1386.46	c cleaning 227999 clauses out of 456016 with flag 188761846/26325576
1404.75/1401.12	c cleaning 229006 clauses out of 458019 with flag 190211033/26555578
1419.50/1415.95	c cleaning 230000 clauses out of 460012 with flag 191667844/26786577
1434.58/1431.06	c cleaning 230999 clauses out of 462012 with flag 193212959/27018577
1449.88/1446.30	c cleaning 231995 clauses out of 464012 with flag 194717757/27251576
1466.07/1462.59	c cleaning 233002 clauses out of 466017 with flag 196275772/27485576
1482.42/1478.76	c cleaning 233999 clauses out of 468015 with flag 197811428/27720576
1499.90/1496.27	c cleaning 235005 clauses out of 470016 with flag 199534767/27956576
1517.79/1514.17	c cleaning 236003 clauses out of 472011 with flag 201121875/28193576
1534.64/1531.05	c cleaning 236999 clauses out of 474008 with flag 202790783/28431576
1551.71/1548.15	c cleaning 237995 clauses out of 476011 with flag 204533778/28670578
1569.17/1565.65	c cleaning 238998 clauses out of 478014 with flag 206225279/28910576
1585.84/1582.34	c cleaning 239997 clauses out of 480016 with flag 207984725/29151576
1602.52/1599.04	c cleaning 241004 clauses out of 482020 with flag 209587029/29393577
1621.20/1617.74	c cleaning 242002 clauses out of 484015 with flag 211379062/29636576
1638.11/1634.67	c cleaning 243002 clauses out of 486013 with flag 213023243/29880576
1655.43/1651.89	c cleaning 243999 clauses out of 488012 with flag 214752930/30125577
1674.28/1670.79	c cleaning 245000 clauses out of 490013 with flag 216561160/30371577
1696.13/1692.66	c cleaning 246005 clauses out of 492013 with flag 218549874/30618577
1713.20/1709.73	c cleaning 246990 clauses out of 494007 with flag 220157847/30866576
1733.89/1730.44	c cleaning 248006 clauses out of 496017 with flag 222011849/31115576
1751.52/1748.04	c cleaning 248996 clauses out of 498011 with flag 223741220/31365576
1773.80/1770.28	c cleaning 250006 clauses out of 500017 with flag 225802215/31616578
1792.66/1789.11	c cleaning 251001 clauses out of 502009 with flag 227544738/31868576
1813.11/1809.69	c cleaning 251999 clauses out of 504008 with flag 229458587/32121576
1831.75/1828.34	c cleaning 252996 clauses out of 506009 with flag 231201763/32375576
1849.52/1846.14	c cleaning 254003 clauses out of 508016 with flag 232887089/32630579
1868.17/1864.86	c cleaning 254998 clauses out of 510011 with flag 234640562/32886577
1887.14/1883.85	c cleaning 256000 clauses out of 512012 with flag 236430117/33143576
1905.66/1902.37	c cleaning 257001 clauses out of 514013 with flag 238080369/33401577
1927.47/1924.14	c cleaning 258005 clauses out of 516013 with flag 240155513/33660578
1945.95/1942.57	c cleaning 259000 clauses out of 518006 with flag 242011322/33920576
1966.19/1962.82	c cleaning 259985 clauses out of 520006 with flag 244004438/34181576
1985.46/1982.18	c cleaning 261008 clauses out of 522022 with flag 245764208/34443577
2007.29/2004.02	c cleaning 262005 clauses out of 524013 with flag 247744920/34706576
2029.23/2026.09	c cleaning 263002 clauses out of 526009 with flag 249656431/34970577
2051.67/2048.57	c cleaning 264001 clauses out of 528008 with flag 251639562/35235578
2073.15/2070.07	c cleaning 264991 clauses out of 530006 with flag 253704220/35501577
2095.52/2092.44	c cleaning 266004 clauses out of 532014 with flag 255715575/35768576
2116.34/2113.12	c cleaning 266990 clauses out of 534010 with flag 257726423/36036576
2138.62/2135.48	c cleaning 268004 clauses out of 536020 with flag 259846072/36305576
2160.81/2157.68	c cleaning 269004 clauses out of 538017 with flag 261845540/36575577
2181.74/2178.49	c cleaning 269997 clauses out of 540017 with flag 263782971/36846581
2205.44/2202.15	c cleaning 270992 clauses out of 542017 with flag 266119640/37118578
2226.53/2223.29	c cleaning 272001 clauses out of 544023 with flag 267911118/37391576
2251.28/2247.82	c cleaning 272999 clauses out of 546022 with flag 269913965/37665576
2276.87/2273.46	c cleaning 274010 clauses out of 548024 with flag 272299396/37940577
2299.18/2295.78	c cleaning 275004 clauses out of 550013 with flag 274269092/38216576
2325.75/2322.18	c cleaning 276005 clauses out of 552014 with flag 276674728/38493581
2347.64/2344.08	c cleaning 277001 clauses out of 554005 with flag 278539757/38771577
2369.60/2366.05	c cleaning 277986 clauses out of 556003 with flag 280507907/39050576
2395.95/2392.45	c cleaning 279008 clauses out of 558018 with flag 282845530/39330577
2418.66/2415.17	c cleaning 280004 clauses out of 560010 with flag 285030059/39611577
2445.54/2441.98	c cleaning 280999 clauses out of 562006 with flag 287432844/39893577
2469.66/2466.09	c cleaning 281994 clauses out of 564007 with flag 289547549/40176577
2493.11/2489.50	c cleaning 282998 clauses out of 566014 with flag 291658857/40460578
2517.13/2513.51	c cleaning 283994 clauses out of 568014 with flag 293718642/40745576
2540.84/2537.16	c cleaning 285011 clauses out of 570021 with flag 295748669/41031577
2565.44/2561.78	c cleaning 285997 clauses out of 572013 with flag 297843516/41318580
2589.21/2585.51	c cleaning 286997 clauses out of 574013 with flag 299856884/41606577
2614.38/2610.79	c cleaning 288001 clauses out of 576019 with flag 302099223/41895580
2637.44/2633.62	c cleaning 289001 clauses out of 578015 with flag 304098234/42185577
2660.22/2656.46	c cleaning 289998 clauses out of 580013 with flag 306106312/42476576
2684.79/2681.05	c cleaning 291006 clauses out of 582018 with flag 308243971/42768579
2709.11/2705.42	c cleaning 291994 clauses out of 584012 with flag 310476087/43061579
2734.60/2730.94	c cleaning 292990 clauses out of 586016 with flag 312805969/43355577
2763.68/2760.04	c cleaning 294009 clauses out of 588025 with flag 315221306/43650576
2788.79/2785.09	c cleaning 294998 clauses out of 590016 with flag 317221389/43946576
2818.04/2814.36	c cleaning 295990 clauses out of 592019 with flag 319667045/44243577
2843.62/2839.91	c cleaning 297011 clauses out of 594028 with flag 321960509/44541576
2869.03/2865.35	c cleaning 297997 clauses out of 596017 with flag 324155459/44840576
2895.53/2891.71	c cleaning 299003 clauses out of 598022 with flag 326306807/45140578
2919.94/2916.14	c cleaning 299998 clauses out of 600017 with flag 328439669/45441576
2945.07/2941.32	c cleaning 301007 clauses out of 602019 with flag 330617619/45743576
2977.54/2973.82	c cleaning 301998 clauses out of 604012 with flag 333036330/46046576
3009.92/3006.04	c cleaning 302994 clauses out of 606016 with flag 335586877/46350578
3039.77/3035.98	c cleaning 304004 clauses out of 608021 with flag 338165511/46655577
3067.77/3063.98	c cleaning 305001 clauses out of 610016 with flag 340486118/46961576
3097.06/3093.24	c cleaning 306002 clauses out of 612015 with flag 342935782/47268576
3124.78/3120.87	c cleaning 306992 clauses out of 614013 with flag 345284601/47576576
3157.47/3153.60	c cleaning 308009 clauses out of 616022 with flag 347766705/47885577
3184.66/3180.72	c cleaning 308987 clauses out of 618012 with flag 350140563/48195576
3211.85/3207.92	c cleaning 310002 clauses out of 620025 with flag 352503778/48506576
3241.20/3237.14	c cleaning 311010 clauses out of 622023 with flag 355076581/48818576
3269.16/3265.11	c cleaning 312006 clauses out of 624014 with flag 357382510/49131577
3306.61/3302.64	c cleaning 313004 clauses out of 626009 with flag 360211852/49445578
3337.11/3333.11	c cleaning 313994 clauses out of 628006 with flag 362675590/49760579
3367.83/3363.71	c cleaning 315005 clauses out of 630010 with flag 365288755/50076577
3398.39/3394.38	c cleaning 315994 clauses out of 632004 with flag 367696956/50393576
3425.03/3421.04	c cleaning 316999 clauses out of 634011 with flag 369909966/50711577
3459.98/3456.09	c cleaning 318005 clauses out of 636012 with flag 372660058/51030577
3493.05/3488.99	c cleaning 319000 clauses out of 638007 with flag 375215934/51350577
3529.26/3525.16	c cleaning 320004 clauses out of 640007 with flag 377996984/51671577
3557.43/3553.36	c cleaning 320995 clauses out of 642002 with flag 380368837/51993576
3590.49/3586.40	c cleaning 322001 clauses out of 644007 with flag 383179015/52316576
3600.02/3595.80	c starts		: 104212
3600.02/3595.81	c conflicts		: 52447178
3600.02/3595.81	c decisions		: 112219857
3600.02/3595.81	c propagations		: 1066021575
3600.02/3595.81	c inspects		: 71906768308
3600.02/3595.81	c shortcuts		: 0
3600.02/3595.81	c learnt literals	: 0
3600.02/3595.81	c learnt binary clauses	: 0
3600.02/3595.81	c learnt ternary clauses	: 0
3600.02/3595.81	c learnt constraints	: 52447178
3600.02/3595.81	c ignored constraints	: 0
3600.02/3595.81	c root simplifications	: 0
3600.02/3595.81	c removed literals (reason simplification)	: 1318004306
3600.02/3595.81	c reason swapping (by a shorter reason)	: 0
3600.02/3595.81	c Calls to reduceDB	: 319
3600.02/3595.81	c Number of update (reduction) of LBD	: 24495878
3600.02/3595.81	c Imported unit clauses	: 0
3600.02/3595.81	c No decision after first conflict	: false
3600.02/3595.81	c number of reductions to clauses (during analyze)	: 0
3600.02/3595.81	c number of learned constraints concerned by reduction	: 0
3600.02/3595.81	c number of learning phase by resolution	: 0
3600.02/3595.81	c number of learning phase by cutting planes	: 0
3600.02/3595.81	c number of rounding to 1 operations	: 0
3600.02/3595.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3595.81	c number of reductions of the coefficients by power 2 	: 0
3600.02/3595.81	c number of right shift for reduction by power 2 	: 0
3600.02/3595.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3595.81	c number of ending skipping 	: 0
3600.02/3595.81	c number of internal skipping 	: 0
3600.02/3595.81	c number of derivation steps 	: 0
3600.02/3595.81	c number of skipped derivation steps 	: 0
3600.02/3595.81	c number of remaining unassigned 	: 0
3600.02/3595.81	c number of remaining assigned 	: 0
3600.02/3595.81	c number of falsified literals weakened from reason	: 0
3600.02/3595.81	c number of falsified literals weakened from conflict	: 0
3600.02/3595.81	c time for arithmetic operations	: 0
3600.02/3595.81	c minimum degree of deleted constraints	: null
3600.02/3595.81	c maximum degree of deleted constraints	: null
3600.02/3595.81	c number of deleted constraints	: 0
3600.02/3595.81	c speed (assignments/second)	: 296475.01539358345
3600.02/3595.81	c non guided choices	: 1420
3600.02/3595.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 452608
3600.02/3595.86	s SATISFIABLE
3600.02/3595.86	c Found 2 solution(s)
3600.02/3595.86	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 
3600.02/3595.86	c objective function=3
3600.02/3595.86	c Total wall clock time (in seconds): 3595.767

Verifier Data

OK	3

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-4784849-1782398095/watcher-4784849-1782398095 -o /tmp/evaluation-result-4784849-1782398095/solver-4784849-1782398095 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4784849-1782398095/vars-4784849-1782398095 --bin-var /tmp/runsolver-exch-nodeE001-1782398089-2541395 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4784849-1782398095.opb 

running on 4 cores: 20-23

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 1-2,6-7,12-13,15,25-26,29-33,35-36,38,40,42-45,47,49-50,54-55
  3550 MHz: 0,3,37,39,51-53,56-63
  3600 MHz: 4-5,8-11,14,16-24,27-28,34,41,46,48
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 20-23

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (108112 MiB free)
  node 1: cores 8-15, 129019 MiB (105021 MiB free)
  node 2: cores 16-23, 129019 MiB (110235 MiB free)
  node 3: cores 24-31, 129003 MiB (109731 MiB free)
  node 4: cores 32-39, 129019 MiB (111865 MiB free)
  node 5: cores 40-47, 129019 MiB (112919 MiB free)
  node 6: cores 48-55, 129019 MiB (111860 MiB free)
  node 7: cores 56-63, 128429 MiB (111623 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2542555, runsolver pid=2542537
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 6.00 3.53 7.89 25/1191 2542607
/proc/meminfo: memFree=902422456/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=34900044 memory=59604 CPUtime=0.15 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 7741 0 0 0 15 0 0 0 20 0 19 0 173097666 35737645056 14525 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8725011 14901 6205 1 0 33019 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=34900044 memory=5979075893 CPUtime=0.07 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 3185 0 0 0 7 0 0 0 20 0 19 0 173097669 35737645056 14525 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=34900044 memory=219999897498 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 173097670 35737645056 14525 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=34900044 memory=17988 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 173097670 35737645056 14525 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=34900044 memory=18341 CPUtime=0 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 173097670 35737645056 14525 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=34900044 memory=18908 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 173097670 35737645056 14525 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=34900044 memory=63809 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 173097670 35737645056 14525 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 59604 KiB

[startup+0.213659 s]*
/proc/loadavg: 6.00 3.53 7.89 27/1197 2542613
/proc/meminfo: memFree=902303372/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35099736 memory=79804 CPUtime=0.52 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 9223 0 0 0 51 1 0 0 20 0 22 0 173097666 35942129664 19625 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8774934 19951 6250 1 0 40535 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35099736 memory=7957700018829420048 CPUtime=0.18 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 3301 0 0 0 18 0 0 0 20 0 22 0 173097669 35942129664 19625 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35099736 memory=215704928631 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 19625 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35099736 memory=54087362299010 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 19625 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35099736 memory=61788255438188 CPUtime=0 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 19625 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35099736 memory=56290730854114 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 19625 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35099736 memory=14971157304636514 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 19625 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35099736 memory=4050481201254013997 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097682 35942129664 19625 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 79804 KiB

[startup+0.314765 s]*
/proc/loadavg: 6.00 3.53 7.89 24/1198 2542614
/proc/meminfo: memFree=902245584/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35099736 memory=84108 CPUtime=0.83 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 9773 0 0 0 82 1 0 0 20 0 22 0 173097666 35942129664 20790 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8774934 21027 6266 1 0 43654 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35099736 memory=3472328095224194576 CPUtime=0.28 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 3301 0 0 0 28 0 0 0 20 0 22 0 173097669 35942129664 20790 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35099736 memory=7738028800457572727 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 20790 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35099736 memory=54087362299010 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 20790 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35099736 memory=61788255438188 CPUtime=0 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 20790 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35099736 memory=56290730854114 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 20790 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35099736 memory=14971157304636514 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 20790 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35099736 memory=4050481201254013997 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097682 35942129664 20790 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 84108 KiB

[startup+0.700158 s]
/proc/loadavg: 6.00 3.53 7.89 20/1198 2542614
/proc/meminfo: memFree=902139144/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35099736 memory=88268 CPUtime=1.48 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 10326 0 0 0 147 1 0 0 20 0 22 0 173097666 35942129664 21767 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8774934 22067 6282 1 0 44118 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35099736 memory=4828 CPUtime=0.65 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 3321 0 0 0 65 0 0 0 20 0 22 0 173097669 35942129664 21767 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35099736 memory=4158 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 21767 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35099736 memory=5896 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 21767 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35099736 memory=-7668038596234733666 CPUtime=0 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 21767 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35099736 memory=3832620685971866946 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 21767 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35099736 memory=3761126041887362277 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097670 35942129664 21767 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35099736 memory=0 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097682 35942129664 21767 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 88268 KiB

[startup+1.50017 s]
/proc/loadavg: 6.00 3.53 7.89 18/1197 2542645
/proc/meminfo: memFree=901681432/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35099736 memory=103836 CPUtime=2.39 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 13981 0 0 0 238 1 0 0 20 0 21 0 173097666 35942129664 25743 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8774934 25959 6282 1 0 48309 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35099736 memory=4828 CPUtime=1.45 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 3838 0 0 0 145 0 0 0 20 0 21 0 173097669 35942129664 25743 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35099736 memory=4158 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 25743 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35099736 memory=88268 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 25743 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35099736 memory=5896 CPUtime=0 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 25743 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 25743 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35099736 memory=0 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 25743 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35099736 memory=0 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173097682 35942129664 25743 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 103836 KiB

[startup+3.11343 s]
/proc/loadavg: 6.00 3.53 7.89 17/1222 2542680
/proc/meminfo: memFree=900381688/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35099736 memory=116336 CPUtime=4.12 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 14946 0 0 0 410 2 0 0 20 0 21 0 173097666 35942129664 28817 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8774934 29084 6282 1 0 48320 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35099736 memory=5896 CPUtime=3.05 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 3876 0 0 0 305 0 0 0 20 0 21 0 173097669 35942129664 28817 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35099736 memory=4828 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 28817 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35099736 memory=4158 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 28817 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35099736 memory=0 CPUtime=0 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 28817 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35099736 memory=105884 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 28817 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35099736 memory=0 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173097670 35942129664 28817 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35099736 memory=94572 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173097682 35942129664 28817 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 4.12 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 116336 KiB

[startup+6.30016 s]

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

/proc/meminfo: memFree=842972716/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35166300 memory=546800 CPUtime=3346.42 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 71663 0 0 0 334580 62 0 0 20 0 23 0 173097666 36010291200 136504 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8791575 136700 6272 1 0 150850 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35166300 memory=546544 CPUtime=3325.91 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 18987 0 0 0 332589 2 0 0 20 0 23 0 173097669 36010291200 136504 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 20 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35166300 memory=182224 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 136504 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35166300 memory=546792 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 136504 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35166300 memory=546544 CPUtime=0.11 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 48 0 0 0 6 5 0 0 20 0 23 0 173097670 36010291200 136504 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35166300 memory=546544 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 136504 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35166300 memory=546544 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 387 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 136504 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35166300 memory=5828 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097682 36010291200 136504 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 3346.42 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 546800 KiB

[startup+3402.3 s]
/proc/loadavg: 16.16 16.69 16.39 17/1221 2543112
/proc/meminfo: memFree=843260380/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35166300 memory=563280 CPUtime=3406.39 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 71718 0 0 0 340576 63 0 0 20 0 23 0 173097666 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8791575 140820 6272 1 0 155034 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35166300 memory=15556 CPUtime=3385.64 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 18987 0 0 0 338562 2 0 0 20 0 23 0 173097669 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35166300 memory=496532 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0.11 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 48 0 0 0 6 5 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35166300 memory=-7668038596234733666 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 387 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097682 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 3406.39 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 563280 KiB

[startup+3462.3 s]
/proc/loadavg: 17.35 16.90 16.48 16/1196 2543199
/proc/meminfo: memFree=854554768/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35166300 memory=563280 CPUtime=3466.25 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 71744 0 0 0 346562 63 0 0 20 0 23 0 173097666 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8791575 140820 6272 1 0 155034 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35166300 memory=496532 CPUtime=3445.38 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 18987 0 0 0 344536 2 0 0 20 0 23 0 173097669 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 20 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35166300 memory=15556 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35166300 memory=15556 CPUtime=0.11 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 48 0 0 0 6 5 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 387 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35166300 memory=41360 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097682 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 3466.25 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 563280 KiB

[startup+3522.3 s]
/proc/loadavg: 18.55 17.33 16.66 16/1200 2543365
/proc/meminfo: memFree=862483304/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35166300 memory=563280 CPUtime=3526.45 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 72292 0 0 0 352580 65 0 0 20 0 23 0 173097666 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8791575 140820 6272 1 0 155034 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35166300 memory=41360 CPUtime=3505.08 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 19181 0 0 0 350506 2 0 0 20 0 23 0 173097669 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 20 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35166300 memory=546800 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35166300 memory=-7668038596234733666 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35166300 memory=182224 CPUtime=0.11 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 48 0 0 0 6 5 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 387 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35166300 memory=15556 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097682 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 3526.45 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 563280 KiB

[startup+3582.3 s]
/proc/loadavg: 17.75 17.34 16.70 18/1231 2543905
/proc/meminfo: memFree=865425536/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35166300 memory=563280 CPUtime=3586.41 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 72319 0 0 0 358575 66 0 0 20 0 23 0 173097666 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8791575 140820 6272 1 0 155034 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35166300 memory=563280 CPUtime=3564.76 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 19182 0 0 0 356474 2 0 0 20 0 23 0 173097669 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 20 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35166300 memory=182224 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35166300 memory=1952 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0.11 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 48 0 0 0 6 5 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35166300 memory=280577061096192 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 387 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35166300 memory=563280 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097682 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 3586.41 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 563280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.8 s]
/proc/loadavg: 17.40 17.28 16.69 17/1231 2543985
/proc/meminfo: memFree=859560024/1055320720 swapFree=33554428/33554428
[pid=2542555] ppid=2542537 vsize=35166300 memory=563536 CPUtime=3600.02 cores=20-23
/proc/2542555/stat : 2542555 (java) S 2542537 2542555 2533471 0 -1 4194304 72587 0 0 0 359936 66 0 0 20 0 23 0 173097666 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 0 0 16800975 0 0 0 17 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
/proc/2542555/statm: 8791575 140884 6272 1 0 155034 0
[pid=2542555/tid=2542586] ppid=2542537 vsize=35166300 memory=5896 CPUtime=3578.19 cores=20-23
/proc/2542555/task/2542586/stat : 2542586 (java) R 2542537 2542555 2533471 0 -1 4194368 19239 0 0 0 357817 2 0 0 20 0 23 0 173097669 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 0 0 0 -1 20 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542597] ppid=2542537 vsize=35166300 memory=3884 CPUtime=0 cores=20-23
/proc/2542555/task/2542597/stat : 2542597 (Referen..andler) S 2542537 2542555 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542598] ppid=2542537 vsize=35166300 memory=4048 CPUtime=0 cores=20-23
/proc/2542555/task/2542598/stat : 2542598 (Finalizer) S 2542537 2542555 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542601] ppid=2542537 vsize=35166300 memory=4828 CPUtime=0.11 cores=20-23
/proc/2542555/task/2542601/stat : 2542601 (Monitor..Thread) S 2542537 2542555 2533471 0 -1 4194368 48 0 0 0 6 5 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542604] ppid=2542537 vsize=35166300 memory=563536 CPUtime=0 cores=20-23
/proc/2542555/task/2542604/stat : 2542604 (Notific..Thread) S 2542537 2542555 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542605] ppid=2542537 vsize=35166300 memory=4668 CPUtime=0 cores=20-23
/proc/2542555/task/2542605/stat : 2542605 (Common-Cleaner) S 2542537 2542555 2533471 0 -1 4194368 387 0 0 0 0 0 0 0 20 0 23 0 173097670 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
[pid=2542555/tid=2542613] ppid=2542537 vsize=35166300 memory=11924 CPUtime=0 cores=20-23
/proc/2542555/task/2542613/stat : 2542613 (Timer-0) S 2542537 2542555 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097682 36010291200 140688 18446744073709551615 94747328712704 94747328716400 140736786305008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94747328724264 94747328725008 94747344547840 140736786311380 140736786311520 140736786311520 140736786317256 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 563536 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.52 s, system=0.672817 s

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

Child status: 143

Real time (s): 3595.88
CPU time (s): 3600.2
CPU user time (s): 3599.52
CPU system time (s): 0.672817
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 563536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.52
system time used= 0.672817
maximum resident set size= 563264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74321
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88703
involuntary context switches= 2861


# summary of solver processes directly reported to runsolver:
#   pid: 2542555
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3599.52
#   total CPU system time (s): 0.672817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9002 second user time and 39.1804 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-25 16:34:56
IDJOB=4784849
IDBENCH=176156
IDSOLVER=3602
FILE ID=nodeE001/4784849-1782398095
RUNJOBID= nodeE001-1782398089-2541395
SLURM_JOB_ID= 12511017
Free space on /tmp= 800064 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=11-t=8.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4784849-1782398095/watcher-4784849-1782398095 -o /tmp/evaluation-result-4784849-1782398095/solver-4784849-1782398095 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4784849-1782398095/vars-4784849-1782398095 --bin-var /tmp/runsolver-exch-nodeE001-1782398089-2541395 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4784849-1782398095.opb

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

MD5SUM BENCH= b554296dd2e7a57b28932c2f35f0c1cd
RANDOM SEED=1977620256

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3565.752
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		: 3565.675
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		: 3564.609
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		: 3555.823
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		: 2493.659
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		: 3565.039
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		: 3570.592
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		: 3573.578
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:        902509628 kB
MemAvailable:   1040729572 kB
Buffers:            3352 kB
Cached:         142466676 kB
SwapCached:            0 kB
Active:          7836360 kB
Inactive:       140606836 kB
Active(anon):    6861560 kB
Inactive(anon):        0 kB
Active(file):     974800 kB
Inactive(file): 140606836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7364 kB
Writeback:           128 kB
AnonPages:       5978788 kB
Mapped:           222752 kB
Shmem:            887856 kB
KReclaimable:    1565972 kB
Slab:            2157172 kB
SReclaimable:    1565972 kB
SUnreclaim:       591200 kB
KernelStack:       19120 kB
PageTables:        20048 kB
SecPageTables:     15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   11763188 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482852 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5244928 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= 800040 MiB
End job on nodeE001 at 2026-06-25 17:34:52