Trace number 4835665

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)OPT cert.8908 237.788 238.586

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
poldner/PB/testset/normalized-11_22.opb
MD5SUMa74353a91b8173c9f34b6251be571240
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 benchmark8908
Best CPU time to get the best result obtained on this benchmark0.02396
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables253
Total number of constraints264
Number of constraints which are clauses242
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Number of terms in the objective function 253
Biggest coefficient in the objective function 2437
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 125403
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2437
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 125403
Number of bits of the biggest sum of numbers17
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.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.05	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.05	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.05	c java.vm.version	26.0.1+8-34
0.00/0.05	c java.vm.vendor	Oracle Corporation
0.00/0.05	c sun.arch.data.model	64
0.00/0.05	c java.version		26.0.1
0.00/0.05	c os.name		Linux
0.00/0.05	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.05	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.08	c Pseudo Boolean Optimization by upper bound
0.00/0.08	c --- Begin Solver configuration ---
0.00/0.08	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.08	c Expensive reason simplification
0.00/0.08	c Glucose 2.1 dynamic restart strategy
0.00/0.08	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.08	c timeout=2147483s
0.00/0.08	c DB Simplification allowed=false
0.00/0.08	c Listener: none
0.00/0.08	c --- End Solver configuration ---
0.00/0.08	c solving HOME/instance-4835665-1783647601.opb
0.00/0.08	c reading problem ... 
0.00/0.08	c using VERIPB proof format
0.00/0.09	c  objective function found
0.00/0.10	c ... done. Wall clock time 0.018s.
0.00/0.10	c declared #vars     253
0.00/0.10	c #constraints  286
0.00/0.10	c constraints type 
0.00/0.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.00/0.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.00/0.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.00/0.10	c 286 constraints processed.
0.00/0.11	c objective function length is 253 literals
0.18/0.11	c SATISFIABLE
0.18/0.11	c OPTIMIZING...
0.18/0.11	c Got one! Elapsed wall clock time (in seconds):0.03
0.18/0.11	o 10896
0.18/0.12	c Got one! Elapsed wall clock time (in seconds):0.035
0.18/0.12	o 10411
0.18/0.15	c Got one! Elapsed wall clock time (in seconds):0.07
0.18/0.15	o 10369
0.18/0.15	c Got one! Elapsed wall clock time (in seconds):0.071
0.18/0.15	o 9354
0.84/0.36	c cleaning 2682 clauses out of 5369 with flag 10002/5369
1.43/0.57	c cleaning 4344 clauses out of 8688 with flag 22004/11370
1.94/0.79	c cleaning 5669 clauses out of 11343 with flag 36002/18369
2.53/1.00	c cleaning 6835 clauses out of 13675 with flag 53651/26370
2.92/1.17	c cleaning 7920 clauses out of 15840 with flag 74962/35370
3.14/1.35	c cleaning 8960 clauses out of 17921 with flag 98789/45371
3.41/1.54	c cleaning 9979 clauses out of 19959 with flag 125157/56369
3.73/1.77	c cleaning 10990 clauses out of 21982 with flag 154758/68371
4.08/2.03	c cleaning 11995 clauses out of 23990 with flag 187388/81369
4.36/2.29	c cleaning 12994 clauses out of 25996 with flag 224081/95370
4.66/2.58	c cleaning 13999 clauses out of 28003 with flag 260530/110371
5.07/2.91	c cleaning 14997 clauses out of 30003 with flag 300389/126370
5.40/3.27	c cleaning 15998 clauses out of 32006 with flag 343098/143370
5.74/3.58	c cleaning 17000 clauses out of 34007 with flag 387054/161369
6.12/3.91	c cleaning 18003 clauses out of 36008 with flag 433410/180370
6.42/4.27	c cleaning 18994 clauses out of 38004 with flag 482345/200369
6.81/4.66	c cleaning 20002 clauses out of 40010 with flag 531452/221369
7.22/5.07	c cleaning 21004 clauses out of 42009 with flag 586802/243370
7.70/5.55	c cleaning 21993 clauses out of 44004 with flag 645300/266369
8.21/6.06	c cleaning 22998 clauses out of 46013 with flag 706754/290371
8.69/6.57	c cleaning 24002 clauses out of 48014 with flag 769784/315370
9.08/6.99	c cleaning 24987 clauses out of 50012 with flag 831965/341370
9.67/7.52	c cleaning 26010 clauses out of 52024 with flag 899153/368369
10.17/8.08	c cleaning 26999 clauses out of 54014 with flag 969676/396369
10.75/8.66	c cleaning 28009 clauses out of 56017 with flag 1045403/425371
11.45/9.32	c cleaning 29004 clauses out of 58008 with flag 1119397/455371
12.03/9.99	c cleaning 29995 clauses out of 60003 with flag 1199934/486370
12.76/10.63	c cleaning 30994 clauses out of 62008 with flag 1279642/518370
13.44/11.31	c cleaning 32002 clauses out of 64013 with flag 1360210/551369
14.02/12.01	c cleaning 33003 clauses out of 66012 with flag 1444250/585370
14.81/12.71	c cleaning 34002 clauses out of 68011 with flag 1534797/620372
15.50/13.44	c cleaning 34995 clauses out of 70006 with flag 1625481/656369
16.28/14.20	c cleaning 36003 clauses out of 72011 with flag 1722790/693369
17.44/15.18	c cleaning 36998 clauses out of 74009 with flag 1822936/731370
18.22/16.00	c cleaning 38002 clauses out of 76011 with flag 1921179/770370
19.29/16.91	c cleaning 38997 clauses out of 78009 with flag 2025965/810370
20.19/17.89	c cleaning 39997 clauses out of 80012 with flag 2130704/851370
21.21/18.81	c cleaning 41004 clauses out of 82014 with flag 2237864/893369
21.99/19.63	c cleaning 42003 clauses out of 84011 with flag 2340834/936370
22.81/20.48	c cleaning 42992 clauses out of 86007 with flag 2446807/980369
23.79/21.44	c cleaning 44002 clauses out of 88015 with flag 2558084/1025369
24.87/22.51	c cleaning 45005 clauses out of 90013 with flag 2674200/1071369
25.85/23.56	c cleaning 46003 clauses out of 92009 with flag 2790662/1118370
26.85/24.57	c cleaning 46993 clauses out of 94005 with flag 2911450/1166369
27.84/25.58	c cleaning 48006 clauses out of 96012 with flag 3031804/1215369
28.81/26.55	c cleaning 49002 clauses out of 98007 with flag 3153290/1265370
29.88/27.61	c cleaning 50003 clauses out of 100006 with flag 3281014/1316371
31.08/28.82	c cleaning 50998 clauses out of 102002 with flag 3409941/1368370
32.27/30.05	c cleaning 51998 clauses out of 104004 with flag 3545522/1421370
33.26/31.07	c cleaning 53000 clauses out of 106005 with flag 3681422/1475369
34.24/32.07	c cleaning 54000 clauses out of 108005 with flag 3820525/1530369
35.93/33.65	c cleaning 54988 clauses out of 110005 with flag 3959157/1586369
37.60/35.35	c cleaning 56001 clauses out of 112017 with flag 4103709/1643369
38.88/36.61	c cleaning 57004 clauses out of 114017 with flag 4243813/1701370
39.95/37.76	c cleaning 58000 clauses out of 116012 with flag 4383713/1760369
41.37/39.13	c cleaning 59004 clauses out of 118012 with flag 4527127/1820369
42.93/40.72	c cleaning 59997 clauses out of 120009 with flag 4683835/1881370
44.61/42.43	c cleaning 61001 clauses out of 122012 with flag 4839787/1943370
46.20/44.04	c cleaning 61999 clauses out of 124011 with flag 4995385/2006370
47.66/45.53	c cleaning 63001 clauses out of 126011 with flag 5150787/2070369
49.34/47.25	c cleaning 63997 clauses out of 128010 with flag 5310526/2135369
50.72/48.66	c cleaning 65005 clauses out of 130013 with flag 5466814/2201369
52.40/50.31	c cleaning 65994 clauses out of 132008 with flag 5635495/2268369
54.18/52.16	c cleaning 67001 clauses out of 134014 with flag 5801286/2336369
56.24/54.21	c cleaning 68005 clauses out of 136013 with flag 5974283/2405369
58.15/56.12	c cleaning 68999 clauses out of 138008 with flag 6148697/2475369
59.91/57.92	c cleaning 69999 clauses out of 140010 with flag 6323287/2546370
61.78/59.88	c cleaning 70993 clauses out of 142010 with flag 6497770/2618369
63.66/61.77	c cleaning 71994 clauses out of 144018 with flag 6680335/2691370
65.42/63.51	c cleaning 73007 clauses out of 146024 with flag 6857568/2765370
67.11/65.24	c cleaning 73993 clauses out of 148016 with flag 7039092/2840369
68.71/66.88	c cleaning 75004 clauses out of 150023 with flag 7225821/2916369
70.49/68.65	c cleaning 75999 clauses out of 152019 with flag 7414068/2993369
72.27/70.42	c cleaning 77005 clauses out of 154020 with flag 7605746/3071369
74.25/72.42	c cleaning 77994 clauses out of 156017 with flag 7800767/3150371
76.34/74.52	c cleaning 79007 clauses out of 158021 with flag 7999810/3230369
78.52/76.79	c cleaning 80004 clauses out of 160015 with flag 8201098/3311370
80.69/78.98	c cleaning 80999 clauses out of 162010 with flag 8401716/3393369
82.55/80.89	c cleaning 82000 clauses out of 164011 with flag 8594012/3476369
84.92/83.24	c cleaning 83003 clauses out of 166013 with flag 8792137/3560371
87.40/85.79	c cleaning 84004 clauses out of 168011 with flag 9009633/3645372
90.22/88.54	c cleaning 84993 clauses out of 170004 with flag 9229428/3731369
93.19/91.54	c cleaning 85995 clauses out of 172011 with flag 9462451/3818369
95.55/93.90	c cleaning 87008 clauses out of 174016 with flag 9682526/3906369
97.53/95.90	c cleaning 87996 clauses out of 176008 with flag 9898427/3995369
99.62/98.07	c cleaning 88995 clauses out of 178014 with flag 10121726/4085371
101.98/100.48	c cleaning 90004 clauses out of 180017 with flag 10348097/4176369
104.16/102.68	c cleaning 90997 clauses out of 182014 with flag 10575103/4268370
106.74/105.29	c cleaning 92004 clauses out of 184017 with flag 10801545/4361370
109.21/107.76	c cleaning 93003 clauses out of 186013 with flag 11035228/4455370
111.68/110.21	c cleaning 94001 clauses out of 188009 with flag 11266355/4550369
114.20/112.70	c cleaning 94996 clauses out of 190009 with flag 11518000/4646370
116.49/115.02	c cleaning 95995 clauses out of 192012 with flag 11753705/4743369
119.25/117.86	c cleaning 96994 clauses out of 194019 with flag 11996520/4841371
122.01/120.70	c cleaning 98003 clauses out of 196023 with flag 12234955/4940369
124.49/123.14	c cleaning 99005 clauses out of 198020 with flag 12467331/5040369
127.26/125.99	c cleaning 100003 clauses out of 200015 with flag 12716450/5141369
129.73/128.44	c cleaning 101000 clauses out of 202014 with flag 12976525/5243371
132.09/130.82	c cleaning 102000 clauses out of 204012 with flag 13229247/5346369
135.06/133.90	c cleaning 102992 clauses out of 206012 with flag 13491988/5450369
136.03/134.82	c Got one! Elapsed wall clock time (in seconds):134.737
136.03/134.82	o 9353
136.55/135.37	c cleaning 76484 clauses out of 152983 with flag 12954/5500332
136.84/135.60	c cleaning 41242 clauses out of 82500 with flag 27855/5506333
136.93/135.76	c cleaning 24120 clauses out of 48257 with flag 45098/5513332
137.07/135.89	c cleaning 16063 clauses out of 32136 with flag 64441/5521331
137.28/136.04	c cleaning 12522 clauses out of 25072 with flag 86640/5530330
137.46/136.21	c cleaning 11271 clauses out of 22550 with flag 111289/5540330
137.65/136.41	c cleaning 11133 clauses out of 22279 with flag 139727/5551330
137.85/136.61	c cleaning 11562 clauses out of 23146 with flag 171136/5563330
138.05/136.82	c cleaning 12290 clauses out of 24584 with flag 204271/5576330
138.25/137.08	c cleaning 13144 clauses out of 26294 with flag 239852/5590330
138.54/137.30	c cleaning 14069 clauses out of 28151 with flag 277519/5605331
138.73/137.56	c cleaning 15038 clauses out of 30081 with flag 316765/5621330
139.02/137.83	c cleaning 16013 clauses out of 32044 with flag 358933/5638331
139.33/138.13	c cleaning 17005 clauses out of 34030 with flag 403467/5656330
139.61/138.46	c cleaning 18007 clauses out of 36025 with flag 450506/5675330
140.00/138.81	c cleaning 19004 clauses out of 38018 with flag 498963/5695330
140.39/139.26	c cleaning 20001 clauses out of 40015 with flag 553934/5716331
140.69/139.58	c cleaning 21000 clauses out of 42013 with flag 607305/5738330
141.07/139.95	c cleaning 21998 clauses out of 44014 with flag 665476/5761331
141.47/140.32	c cleaning 23005 clauses out of 46015 with flag 723814/5785330
141.77/140.68	c cleaning 24004 clauses out of 48010 with flag 783070/5810330
142.27/141.11	c cleaning 25004 clauses out of 50008 with flag 850842/5836332
142.64/141.59	c cleaning 25999 clauses out of 52002 with flag 920409/5863330
143.15/142.08	c cleaning 26992 clauses out of 54003 with flag 988970/5891330
143.62/142.57	c cleaning 27999 clauses out of 56011 with flag 1061232/5920330
144.12/143.08	c cleaning 29003 clauses out of 58012 with flag 1136915/5950330
144.69/143.64	c cleaning 29999 clauses out of 60009 with flag 1213903/5981330
145.19/144.15	c cleaning 30998 clauses out of 62010 with flag 1289557/6013330
145.86/144.81	c cleaning 32001 clauses out of 64013 with flag 1380116/6046331
146.45/145.43	c cleaning 33001 clauses out of 66012 with flag 1465266/6080331
147.14/146.12	c cleaning 34001 clauses out of 68011 with flag 1559075/6115331
147.62/146.66	c cleaning 34996 clauses out of 70009 with flag 1647784/6151330
148.31/147.35	c cleaning 36004 clauses out of 72013 with flag 1739500/6188330
148.89/148.01	c cleaning 37001 clauses out of 74009 with flag 1837076/6226330
149.58/148.62	c cleaning 37994 clauses out of 76008 with flag 1926752/6265330
150.26/149.31	c cleaning 39006 clauses out of 78015 with flag 2026750/6305331
150.96/150.05	c cleaning 39996 clauses out of 80008 with flag 2129436/6346330
151.73/150.82	c cleaning 41006 clauses out of 82012 with flag 2232842/6388330
152.52/151.61	c cleaning 41998 clauses out of 84007 with flag 2336781/6431331
153.30/152.43	c cleaning 42997 clauses out of 86008 with flag 2444974/6475330
154.08/153.27	c cleaning 44002 clauses out of 88011 with flag 2557030/6520330
154.98/154.16	c cleaning 45002 clauses out of 90010 with flag 2670065/6566331
155.86/155.03	c cleaning 45998 clauses out of 92007 with flag 2785221/6613330
156.86/156.01	c cleaning 47002 clauses out of 94010 with flag 2907215/6661331
157.73/156.99	c cleaning 48001 clauses out of 96008 with flag 3028565/6710331
158.83/158.05	c cleaning 48999 clauses out of 98008 with flag 3153415/6760332
159.81/159.03	c cleaning 49995 clauses out of 100008 with flag 3272726/6811331
160.79/160.03	c cleaning 50999 clauses out of 102013 with flag 3394290/6863331
161.67/160.99	c cleaning 52001 clauses out of 104014 with flag 3518532/6916331
162.65/161.92	c cleaning 53001 clauses out of 106012 with flag 3649184/6970330
163.53/162.89	c cleaning 54002 clauses out of 108011 with flag 3783498/7025330
164.72/164.04	c cleaning 55000 clauses out of 110009 with flag 3921936/7081330
165.89/165.28	c cleaning 55999 clauses out of 112010 with flag 4060868/7138331
167.07/166.44	c cleaning 57001 clauses out of 114011 with flag 4201643/7196331
168.36/167.72	c cleaning 57994 clauses out of 116009 with flag 4346736/7255330
169.65/168.91	c cleaning 59005 clauses out of 118015 with flag 4494391/7315331
170.74/170.06	c cleaning 60001 clauses out of 120009 with flag 4641725/7376330
171.82/171.19	c cleaning 61004 clauses out of 122010 with flag 4789977/7438332
172.98/172.34	c cleaning 62001 clauses out of 124006 with flag 4941602/7501332
174.06/173.47	c cleaning 62993 clauses out of 126004 with flag 5090645/7565331
175.76/175.16	c cleaning 63997 clauses out of 128011 with flag 5256950/7630331
177.23/176.63	c cleaning 64999 clauses out of 130013 with flag 5422497/7696330
178.62/178.02	c cleaning 65999 clauses out of 132015 with flag 5589753/7763331
180.37/179.82	c cleaning 66995 clauses out of 134015 with flag 5763621/7831330
181.92/181.45	c cleaning 68000 clauses out of 136020 with flag 5939854/7900330
183.41/182.91	c cleaning 69005 clauses out of 138021 with flag 6110204/7970331
185.07/184.62	c cleaning 70004 clauses out of 140015 with flag 6289792/8041330
186.74/186.33	c cleaning 71002 clauses out of 142013 with flag 6470943/8113332
188.12/187.79	c cleaning 71997 clauses out of 144009 with flag 6644216/8186330
189.70/189.37	c cleaning 73005 clauses out of 146012 with flag 6829092/8260330
191.58/191.25	c cleaning 73997 clauses out of 148007 with flag 7013535/8335331
193.37/193.07	c cleaning 75000 clauses out of 150009 with flag 7209448/8411330
195.36/195.06	c cleaning 75995 clauses out of 152010 with flag 7403708/8488331
197.33/197.09	c cleaning 77002 clauses out of 154014 with flag 7602578/8566330
198.19/197.98	c Got one! Elapsed wall clock time (in seconds):197.9
198.19/197.98	o 9305
198.49/198.27	c cleaning 60834 clauses out of 121676 with flag 12458/8610994
198.69/198.49	c cleaning 33410 clauses out of 66841 with flag 28430/8616993
198.88/198.65	c cleaning 20210 clauses out of 40430 with flag 48482/8623992
198.97/198.80	c cleaning 14101 clauses out of 28222 with flag 69349/8631994
199.17/198.93	c cleaning 11548 clauses out of 23120 with flag 91610/8640993
199.27/199.10	c cleaning 10772 clauses out of 21571 with flag 117217/8650992
199.45/199.26	c cleaning 10895 clauses out of 21800 with flag 146532/8661993
199.64/199.43	c cleaning 11449 clauses out of 22905 with flag 177064/8673993
199.83/199.64	c cleaning 12219 clauses out of 24455 with flag 208774/8686992
200.02/199.85	c cleaning 13118 clauses out of 26239 with flag 244540/8700995
200.23/200.08	c cleaning 14053 clauses out of 28119 with flag 283124/8715993
200.51/200.31	c cleaning 15034 clauses out of 30068 with flag 320270/8731995
200.70/200.56	c cleaning 16009 clauses out of 32032 with flag 362049/8748993
200.99/200.84	c cleaning 17006 clauses out of 34023 with flag 405423/8766993
201.29/201.13	c cleaning 18008 clauses out of 36016 with flag 448869/8785992
201.57/201.43	c cleaning 18997 clauses out of 38008 with flag 494783/8805992
201.87/201.80	c cleaning 20002 clauses out of 40014 with flag 546812/8826995
202.27/202.17	c cleaning 21005 clauses out of 42009 with flag 598346/8848992
202.66/202.58	c cleaning 21994 clauses out of 44005 with flag 654206/8871993
203.15/203.01	c cleaning 22996 clauses out of 46010 with flag 714544/8895992
203.54/203.47	c cleaning 23999 clauses out of 48015 with flag 776538/8920993
204.03/204.01	c cleaning 25004 clauses out of 50015 with flag 842218/8946992
204.61/204.55	c cleaning 25996 clauses out of 52012 with flag 909996/8973993
205.11/205.03	c cleaning 27004 clauses out of 54015 with flag 976741/9001992
205.58/205.56	c cleaning 27999 clauses out of 56011 with flag 1048883/9030992
206.17/206.15	c cleaning 29006 clauses out of 58013 with flag 1124547/9060993
206.35/206.32	c Got one! Elapsed wall clock time (in seconds):206.232
206.35/206.32	o 9304
206.46/206.43	c cleaning 21728 clauses out of 43466 with flag 12120/9075452
206.56/206.53	c cleaning 13869 clauses out of 27738 with flag 27082/9081452
206.65/206.65	c cleaning 10431 clauses out of 20871 with flag 46744/9088454
206.75/206.77	c cleaning 9212 clauses out of 18438 with flag 66484/9096452
206.95/206.91	c cleaning 9109 clauses out of 18226 with flag 88032/9105452
207.05/207.07	c cleaning 9559 clauses out of 19117 with flag 112825/9115452
207.24/207.22	c cleaning 10280 clauses out of 20559 with flag 139475/9126453
207.33/207.38	c cleaning 11130 clauses out of 22279 with flag 169371/9138453
207.52/207.59	c cleaning 12071 clauses out of 24149 with flag 201992/9151453
207.82/207.82	c cleaning 13034 clauses out of 26078 with flag 237390/9165453
208.03/208.06	c cleaning 14017 clauses out of 28044 with flag 275589/9180453
208.30/208.33	c cleaning 15008 clauses out of 30027 with flag 315669/9196453
208.59/208.60	c cleaning 16007 clauses out of 32020 with flag 357479/9213454
208.59/208.69	c Got one! Elapsed wall clock time (in seconds):208.606
208.59/208.69	o 9277
208.69/208.77	c cleaning 13802 clauses out of 27608 with flag 13021/9225049
208.80/208.86	c cleaning 9896 clauses out of 19808 with flag 29647/9231051
208.89/208.94	c cleaning 8452 clauses out of 16911 with flag 47519/9238050
209.00/209.06	c cleaning 8226 clauses out of 16459 with flag 67923/9246050
209.09/209.17	c cleaning 8611 clauses out of 17232 with flag 90693/9255049
209.17/209.29	c cleaning 9307 clauses out of 18621 with flag 115131/9265049
209.37/209.46	c cleaning 10150 clauses out of 20314 with flag 141899/9276049
209.56/209.64	c cleaning 11079 clauses out of 22165 with flag 170751/9288050
209.76/209.83	c cleaning 12032 clauses out of 24086 with flag 202562/9301050
209.85/210.01	c cleaning 13024 clauses out of 26054 with flag 233532/9315050
210.14/210.25	c cleaning 14016 clauses out of 28031 with flag 270992/9330051
210.43/210.51	c cleaning 15000 clauses out of 30013 with flag 313928/9346049
210.72/210.81	c cleaning 15998 clauses out of 32014 with flag 361472/9363050
211.04/211.12	c cleaning 17006 clauses out of 34015 with flag 411017/9381049
211.21/211.39	c cleaning 18004 clauses out of 36010 with flag 458270/9400050
211.59/211.72	c cleaning 19001 clauses out of 38005 with flag 510432/9420049
211.91/212.06	c cleaning 20001 clauses out of 40005 with flag 564249/9441050
212.19/212.39	c cleaning 20997 clauses out of 42003 with flag 618171/9463049
212.67/212.81	c cleaning 22003 clauses out of 44008 with flag 676389/9486051
213.06/213.20	c cleaning 23002 clauses out of 46006 with flag 734164/9510052
213.46/213.64	c cleaning 23995 clauses out of 48001 with flag 797350/9535049
213.86/214.06	c cleaning 24997 clauses out of 50007 with flag 861324/9561050
214.23/214.43	c Got one! Elapsed wall clock time (in seconds):214.351
214.23/214.43	o 9237
214.33/214.56	c cleaning 27355 clauses out of 54717 with flag 12479/9590757
214.42/214.69	c cleaning 16676 clauses out of 33361 with flag 28544/9596756
214.62/214.80	c cleaning 11830 clauses out of 23684 with flag 46535/9603755
214.72/214.92	c cleaning 9918 clauses out of 19854 with flag 66976/9611755
214.83/215.05	c cleaning 9459 clauses out of 18936 with flag 90019/9620755
214.92/215.19	c cleaning 9736 clauses out of 19477 with flag 114044/9630755
215.10/215.33	c cleaning 10368 clauses out of 20742 with flag 140589/9641756
215.29/215.50	c cleaning 11184 clauses out of 22373 with flag 171020/9653755
215.38/215.68	c cleaning 12094 clauses out of 24189 with flag 201219/9666755
215.58/215.88	c cleaning 13048 clauses out of 26098 with flag 233636/9680758
215.79/216.06	c Got one! Elapsed wall clock time (in seconds):215.978
215.79/216.06	o 9171
215.89/216.17	c cleaning 15647 clauses out of 31302 with flag 13068/9699010
215.97/216.28	c cleaning 10819 clauses out of 21658 with flag 28969/9705013
216.07/216.39	c cleaning 8904 clauses out of 17836 with flag 47333/9712010
216.27/216.51	c cleaning 8458 clauses out of 16934 with flag 67569/9720012
216.36/216.64	c cleaning 8734 clauses out of 17474 with flag 91777/9729010
216.45/216.79	c cleaning 9359 clauses out of 18740 with flag 117192/9739010
216.64/216.96	c cleaning 10189 clauses out of 20381 with flag 144646/9750010
216.84/217.13	c cleaning 11093 clauses out of 22192 with flag 174474/9762010
217.03/217.31	c cleaning 12044 clauses out of 24099 with flag 205955/9775010
217.22/217.53	c cleaning 13022 clauses out of 26056 with flag 239862/9789011
217.41/217.77	c cleaning 14011 clauses out of 28033 with flag 277362/9804010
217.72/218.01	c cleaning 15012 clauses out of 30023 with flag 317837/9820011
217.99/218.32	c cleaning 16004 clauses out of 32011 with flag 361397/9837011
218.09/218.46	c Got one! Elapsed wall clock time (in seconds):218.375
218.09/218.46	o 9169
218.18/218.55	c cleaning 15991 clauses out of 31994 with flag 13579/9852998
218.28/218.63	c cleaning 11000 clauses out of 22003 with flag 28931/9858998
218.38/218.73	c cleaning 8998 clauses out of 18002 with flag 46854/9865997
218.48/218.84	c cleaning 8493 clauses out of 17004 with flag 68733/9873997
218.57/218.96	c cleaning 8750 clauses out of 17512 with flag 92136/9882998
218.68/219.10	c cleaning 9380 clauses out of 18764 with flag 117648/9893000
218.86/219.24	c cleaning 10188 clauses out of 20382 with flag 146104/9903998
219.05/219.41	c cleaning 11089 clauses out of 22193 with flag 176034/9915997
219.24/219.60	c cleaning 12053 clauses out of 24105 with flag 205304/9928998
219.44/219.81	c cleaning 13023 clauses out of 26051 with flag 239896/9942997
219.65/220.05	c cleaning 14006 clauses out of 28028 with flag 278959/9957997
219.83/220.27	c cleaning 15003 clauses out of 30022 with flag 318259/9973997
220.12/220.56	c cleaning 16001 clauses out of 32019 with flag 361269/9990997
220.42/220.85	c cleaning 17006 clauses out of 34018 with flag 405875/10008997
220.72/221.13	c cleaning 18003 clauses out of 36012 with flag 454104/10027997
220.99/221.43	c cleaning 19001 clauses out of 38011 with flag 501032/10047999
221.29/221.75	c cleaning 20003 clauses out of 40009 with flag 551789/10068998
221.69/222.16	c cleaning 21003 clauses out of 42006 with flag 610703/10090998
222.08/222.58	c cleaning 21997 clauses out of 44003 with flag 669095/10113998
222.46/222.96	c cleaning 23002 clauses out of 46006 with flag 727067/10137998
222.86/223.37	c cleaning 23999 clauses out of 48003 with flag 786777/10162997
223.25/223.79	c cleaning 24997 clauses out of 50004 with flag 848479/10188997
223.73/224.27	c cleaning 26001 clauses out of 52008 with flag 913840/10215998
224.22/224.73	c cleaning 26999 clauses out of 54006 with flag 980043/10243997
224.71/225.20	c cleaning 28001 clauses out of 56006 with flag 1045675/10272997
225.28/225.70	c cleaning 29001 clauses out of 58004 with flag 1116589/10302997
225.76/226.20	c cleaning 29997 clauses out of 60005 with flag 1190489/10333999
226.14/226.68	c cleaning 30998 clauses out of 62007 with flag 1261844/10365998
226.65/227.14	c cleaning 31997 clauses out of 64009 with flag 1334224/10398998
227.12/227.64	c cleaning 33005 clauses out of 66012 with flag 1407867/10432998
227.62/228.18	c cleaning 33998 clauses out of 68006 with flag 1485849/10467997
228.29/228.80	c cleaning 35000 clauses out of 70008 with flag 1566031/10503997
228.87/229.40	c cleaning 35998 clauses out of 72009 with flag 1655432/10540998
229.17/229.73	c Got one! Elapsed wall clock time (in seconds):229.645
229.17/229.73	o 8970
229.27/229.86	c cleaning 30960 clauses out of 61929 with flag 12251/10566916
229.36/229.97	c cleaning 18482 clauses out of 36968 with flag 26762/10572915
229.47/230.09	c cleaning 12738 clauses out of 25486 with flag 44794/10579915
229.65/230.21	c cleaning 10364 clauses out of 20749 with flag 65235/10587916
229.75/230.34	c cleaning 9687 clauses out of 19387 with flag 86494/10596918
229.85/230.49	c cleaning 9843 clauses out of 19698 with flag 110453/10606916
230.05/230.64	c cleaning 10421 clauses out of 20854 with flag 137064/10617915
230.24/230.81	c cleaning 11208 clauses out of 22433 with flag 165983/10629915
230.33/230.98	c cleaning 12113 clauses out of 24226 with flag 195866/10642916
230.54/231.19	c cleaning 13051 clauses out of 26112 with flag 230139/10656915
230.81/231.43	c cleaning 14029 clauses out of 28063 with flag 267415/10671917
231.11/231.71	c cleaning 15015 clauses out of 30031 with flag 307333/10687915
231.31/231.96	c cleaning 16003 clauses out of 32017 with flag 347183/10704916
231.59/232.23	c cleaning 17001 clauses out of 34012 with flag 388811/10722915
231.78/232.47	c cleaning 18006 clauses out of 36012 with flag 431098/10741916
232.08/232.75	c cleaning 18997 clauses out of 38006 with flag 475525/10761916
232.38/233.07	c cleaning 20003 clauses out of 40009 with flag 523621/10782916
232.66/233.38	c cleaning 21002 clauses out of 42006 with flag 576549/10804916
233.05/233.72	c cleaning 21993 clauses out of 44003 with flag 630549/10827915
233.34/234.06	c cleaning 23001 clauses out of 46010 with flag 686295/10851915
233.72/234.45	c cleaning 24004 clauses out of 48010 with flag 747138/10876916
234.11/234.85	c cleaning 24997 clauses out of 50005 with flag 807428/10902915
234.59/235.30	c cleaning 26004 clauses out of 52009 with flag 867097/10929916
234.98/235.74	c cleaning 26998 clauses out of 54005 with flag 932509/10957916
235.38/236.16	c cleaning 28000 clauses out of 56007 with flag 996553/10986916
235.85/236.62	c cleaning 28998 clauses out of 58006 with flag 1068816/11016915
236.14/236.93	c Got one! Elapsed wall clock time (in seconds):236.844
236.14/236.93	o 8908
236.25/237.03	c cleaning 27299 clauses out of 54606 with flag 10663/11042513
236.35/237.13	c cleaning 16645 clauses out of 33306 with flag 23013/11048512
236.43/237.23	c cleaning 11821 clauses out of 23661 with flag 38345/11055512
236.52/237.33	c cleaning 9919 clauses out of 19841 with flag 57058/11063513
236.62/237.46	c cleaning 9457 clauses out of 18921 with flag 80321/11072512
236.71/237.58	c cleaning 9731 clauses out of 19463 with flag 102772/11082512
236.91/237.71	c cleaning 10366 clauses out of 20731 with flag 127009/11093512
237.01/237.87	c cleaning 11180 clauses out of 22366 with flag 154154/11105514
237.21/238.04	c cleaning 12089 clauses out of 24184 with flag 183054/11118512
237.39/238.24	c cleaning 13045 clauses out of 26095 with flag 214708/11132512
237.59/238.45	c cleaning 14024 clauses out of 28047 with flag 248143/11147512
237.68/238.57	c starts		: 7655
237.68/238.57	c conflicts		: 11156853
237.68/238.57	c decisions		: 15227821
237.68/238.57	c propagations		: 220920826
237.68/238.57	c inspects		: 3657101639
237.68/238.57	c shortcuts		: 0
237.68/238.57	c learnt literals	: 17
237.68/238.57	c learnt binary clauses	: 239
237.68/238.57	c learnt ternary clauses	: 2038
237.68/238.57	c learnt constraints	: 11156835
237.68/238.57	c ignored constraints	: 0
237.68/238.57	c root simplifications	: 0
237.68/238.57	c removed literals (reason simplification)	: 110890540
237.68/238.57	c reason swapping (by a shorter reason)	: 0
237.68/238.57	c Calls to reduceDB	: 328
237.68/238.57	c Number of update (reduction) of LBD	: 1151803
237.68/238.57	c Imported unit clauses	: 0
237.68/238.57	c No decision after first conflict	: false
237.68/238.57	c number of reductions to clauses (during analyze)	: 0
237.68/238.57	c number of learned constraints concerned by reduction	: 0
237.68/238.57	c number of learning phase by resolution	: 0
237.68/238.57	c number of learning phase by cutting planes	: 0
237.68/238.57	c number of rounding to 1 operations	: 0
237.68/238.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
237.68/238.57	c number of reductions of the coefficients by power 2 	: 0
237.68/238.57	c number of right shift for reduction by power 2 	: 0
237.68/238.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
237.68/238.57	c number of ending skipping 	: 0
237.68/238.57	c number of internal skipping 	: 0
237.68/238.57	c number of derivation steps 	: 0
237.68/238.57	c number of skipped derivation steps 	: 0
237.68/238.57	c number of remaining unassigned 	: 0
237.68/238.57	c number of remaining assigned 	: 0
237.68/238.57	c number of falsified literals weakened from reason	: 0
237.68/238.57	c number of falsified literals weakened from conflict	: 0
237.68/238.57	c time for arithmetic operations	: 0
237.68/238.57	c minimum degree of deleted constraints	: null
237.68/238.57	c maximum degree of deleted constraints	: null
237.68/238.57	c number of deleted constraints	: 0
237.68/238.58	c speed (assignments/second)	: 926440.3804379734
237.68/238.58	c non guided choices	: 14
237.68/238.58	s OPTIMUM FOUND
237.68/238.58	c Found 13 solution(s)
237.68/238.58	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 
237.68/238.58	c objective function=8908
237.68/238.58	c Total wall clock time (in seconds): 238.493

Verifier Data

OK	8908

Checking of UNSAT/OPT proofs:

VeriPB + CakePB (PB26)

Proof is valid.

Proof size: 1718984 kiB
Checker CPU time: 790.41 seconds
Checker wall-clock time: 883.217 seconds
Checker maximum virtual size: 42028136 kiB

Checker output:
Fri Jul 10 03:50:46 CEST 2026
extraparms=
-- veripb --
VeriPB commit 4545a10e3ae92a3f2c3189f97d4d7d98f3da947b
Running VeriPB version 3.0.2
s VERIFIED BOUNDS 8908 <= obj <= 8908
-- cakepb --
CakePB commit 904eed45e2cbe9ac26000475bbdd2f99bcbdaad8
s VERIFIED BOUNDS 8908 <= obj <= 8908
--summary--
ALL OK

Watcher Data

runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4835665-1783647601/watcher-4835665-1783647601 -o /tmp/evaluation-result-4835665-1783647601/solver-4835665-1783647601 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835665-1783647601/vars-4835665-1783647601 --bin-var /tmp/runsolver-exch-nodeE008-1783642880-2695754 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835665-1783647601 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835665-1783647601.opb 

running on 4 cores: 56-59

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

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

CPU governors:
  performance: 56-59

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128009 MiB (19758 MiB free)
  node 1: cores 8-15, 129019 MiB (37340 MiB free)
  node 2: cores 16-23, 129019 MiB (101102 MiB free)
  node 3: cores 24-31, 129003 MiB (52554 MiB free)
  node 4: cores 32-39, 129019 MiB (71349 MiB free)
  node 5: cores 40-47, 129019 MiB (102218 MiB free)
  node 6: cores 48-55, 129019 MiB (103588 MiB free)
  node 7: cores 56-63, 128474 MiB (112093 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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

solver pid=2723431, runsolver pid=2723428

[startup+0.100061 s]*
/proc/loadavg: 16.46 16.32 16.27 18/1192 2723452
/proc/meminfo: memFree=614371596/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=34900044 memory=55152 CPUtime=0.18 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 6623 0 0 0 17 1 0 0 20 0 19 0 14397151 35737645056 13299 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8725011 13788 6216 1 0 31698 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=34900044 memory=5895516205 CPUtime=0.08 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 3212 0 0 0 8 0 0 0 20 0 19 0 14397152 35737645056 13299 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=34900044 memory=228573071241 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 14397154 35737645056 13299 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=34900044 memory=20000 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 14397154 35737645056 13299 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=34900044 memory=20339 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 14397154 35737645056 13299 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=34900044 memory=20917 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 14397154 35737645056 13299 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=34900044 memory=2408 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 14397154 35737645056 13299 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 55152 KiB

[startup+0.213465 s]*
/proc/loadavg: 16.46 16.32 16.27 19/1195 2723455
/proc/meminfo: memFree=614350464/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35099736 memory=83788 CPUtime=0.54 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 10743 0 0 0 53 1 0 0 20 0 22 0 14397151 35942129664 20605 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8774934 20947 6216 1 0 41860 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35099736 memory=3184097923301336704 CPUtime=0.19 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 3301 0 0 0 19 0 0 0 20 0 22 0 14397152 35942129664 20605 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35099736 memory=224278085999 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 20605 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35099736 memory=61818286656619 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 20605 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35099736 memory=52987867450699 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 20605 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35099736 memory=62879210688201 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 20605 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35099736 memory=59589316052275 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 20605 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35099736 memory=16099282004477816 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14397163 35942129664 20605 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 83788 KiB

[startup+0.315079 s]*
/proc/loadavg: 16.46 16.32 16.27 21/1195 2723455
/proc/meminfo: memFree=614337548/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35099736 memory=94708 CPUtime=0.84 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 11442 0 0 0 82 2 0 0 20 0 22 0 14397151 35942129664 23150 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8774934 23677 6231 1 0 48278 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35099736 memory=3184097923301336704 CPUtime=0.28 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 3306 0 0 0 28 0 0 0 20 0 22 0 14397152 35942129664 23150 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35099736 memory=6878122755179676015 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 23150 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35099736 memory=61818286656619 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 23150 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35099736 memory=52987867450699 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 23150 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35099736 memory=62879210688201 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 23150 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35099736 memory=59589316052275 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 23150 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35099736 memory=16099282004477816 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14397163 35942129664 23150 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 94708 KiB

[startup+0.700287 s]
/proc/loadavg: 16.46 16.32 16.27 19/1195 2723455
/proc/meminfo: memFree=614276920/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35099736 memory=134904 CPUtime=1.94 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 12848 0 0 0 192 2 0 0 20 0 22 0 14397151 35942129664 33325 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8774934 33726 6247 1 0 51641 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35099736 memory=4860 CPUtime=0.62 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 3352 0 0 0 61 1 0 0 20 0 22 0 14397152 35942129664 33325 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35099736 memory=1098 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 33325 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35099736 memory=5836 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 33325 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35099736 memory=4860 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 33325 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35099736 memory=3040 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 33325 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14397154 35942129664 33325 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14397163 35942129664 33325 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 134904 KiB

[startup+1.50023 s]
/proc/loadavg: 16.46 16.32 16.27 19/1195 2723455
/proc/meminfo: memFree=614198372/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35099736 memory=160120 CPUtime=3.41 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 17554 0 0 0 337 4 0 0 20 0 21 0 14397151 35942129664 39693 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8774934 40030 6254 1 0 57739 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35099736 memory=4860 CPUtime=1.37 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 3983 0 0 0 135 2 0 0 20 0 21 0 14397152 35942129664 39693 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35099736 memory=5836 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 39693 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 39693 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 39693 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 39693 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 39693 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35099736 memory=228472407825 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 14397163 35942129664 39693 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 3.41 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 160120 KiB

[startup+3.11377 s]
/proc/loadavg: 16.26 16.28 16.25 17/1194 2723455
/proc/meminfo: memFree=613928676/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35099736 memory=195376 CPUtime=5.31 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 18224 0 0 0 525 6 0 0 20 0 21 0 14397151 35942129664 48491 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8774934 48844 6254 1 0 66120 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35099736 memory=0 CPUtime=2.91 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 4040 0 0 0 287 4 0 0 20 0 21 0 14397152 35942129664 48491 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 48491 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35099736 memory=4860 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 48491 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35099736 memory=4769 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 48491 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35099736 memory=245635481902 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 48491 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35099736 memory=147380 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 14397154 35942129664 48491 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35099736 memory=4656 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 14397163 35942129664 48491 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 195376 KiB

[startup+6.30015 s]

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

/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35232864 memory=17756 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35232864 memory=47012 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35232864 memory=398936 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35232864 memory=15648 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35232864 memory=180 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397163 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 229.85 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 378352 KiB

[startup+233.6 s]
/proc/loadavg: 16.25 16.33 16.28 17/1197 2723482
/proc/meminfo: memFree=587407892/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35232864 memory=378352 CPUtime=232.95 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 50348 0 0 0 23022 273 0 0 20 0 23 0 14397151 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8808216 94588 6241 1 0 110733 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35232864 memory=5888 CPUtime=225.76 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 12043 0 0 0 22312 264 0 0 20 0 23 0 14397152 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35232864 memory=378352 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35232864 memory=10444 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35232864 memory=3532 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35232864 memory=4860 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35232864 memory=3040 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35232864 memory=378352 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397163 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 232.95 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 378352 KiB

[startup+236.8 s]
/proc/loadavg: 16.25 16.33 16.28 20/1197 2723485
/proc/meminfo: memFree=587101804/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35232864 memory=378360 CPUtime=236.03 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 50352 0 0 0 23325 278 0 0 20 0 23 0 14397151 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8808216 94590 6241 1 0 110733 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35232864 memory=378352 CPUtime=228.81 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 12043 0 0 0 22612 269 0 0 20 0 23 0 14397152 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35232864 memory=4656 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35232864 memory=12792 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35232864 memory=5836 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35232864 memory=3648 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35232864 memory=3532 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35232864 memory=4860 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397163 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 236.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 378360 KiB

[startup+237.6 s]
/proc/loadavg: 16.25 16.33 16.28 16/1197 2723490
/proc/meminfo: memFree=586989124/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35232864 memory=378360 CPUtime=236.81 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 50353 0 0 0 23402 279 0 0 20 0 23 0 14397151 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8808216 94590 6241 1 0 110733 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35232864 memory=1972 CPUtime=229.57 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 12043 0 0 0 22687 270 0 0 20 0 23 0 14397152 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35232864 memory=5664 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35232864 memory=4860 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35232864 memory=3040 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35232864 memory=42680 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35232864 memory=-7596541753126906211 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35232864 memory=1972 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397163 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 236.81 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 378360 KiB

[startup+238 s]*
/proc/loadavg: 16.23 16.32 16.28 16/1197 2723490
/proc/meminfo: memFree=586880152/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35232864 memory=378368 CPUtime=237.21 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 50388 0 0 0 23441 280 0 0 20 0 23 0 14397151 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8808216 94592 6241 1 0 110733 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35232864 memory=-7596541753126906211 CPUtime=229.96 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 12043 0 0 0 22725 271 0 0 20 0 23 0 14397152 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35232864 memory=-4050210904893800082 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35232864 memory=14770534 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35232864 memory=14820045 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35232864 memory=1575 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35232864 memory=102967 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35232864 memory=1591 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397163 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 237.21 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 378368 KiB

[startup+238.4 s]
/proc/loadavg: 16.23 16.32 16.28 16/1197 2723490
/proc/meminfo: memFree=586880152/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35232864 memory=378368 CPUtime=237.59 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 50388 0 0 0 23479 280 0 0 20 0 23 0 14397151 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8808216 94592 6241 1 0 110733 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35232864 memory=3040 CPUtime=230.33 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 12043 0 0 0 22762 271 0 0 20 0 23 0 14397152 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35232864 memory=2768 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35232864 memory=2648 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35232864 memory=378360 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35232864 memory=12900 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35232864 memory=29928 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35232864 memory=12792 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397163 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 237.59 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 378368 KiB

[startup+238.5 s]
/proc/loadavg: 16.23 16.32 16.28 16/1197 2723490
/proc/meminfo: memFree=586880152/1055320716 swapFree=33554172/33554428
[pid=2723431] ppid=2723428 vsize=35232864 memory=378368 CPUtime=237.68 cores=56-59
/proc/2723431/stat : 2723431 (java) S 2723428 2723431 2695730 0 -1 4194304 50388 0 0 0 23488 280 0 0 20 0 23 0 14397151 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 0 0 16800975 0 0 0 17 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
/proc/2723431/statm: 8808216 94592 6241 1 0 110733 0
[pid=2723431/tid=2723433] ppid=2723428 vsize=35232864 memory=367640 CPUtime=230.43 cores=56-59
/proc/2723431/task/2723433/stat : 2723433 (java) R 2723428 2723431 2695730 0 -1 4194368 12043 0 0 0 22772 271 0 0 20 0 23 0 14397152 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723444] ppid=2723428 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2723431/task/2723444/stat : 2723444 (Referen..andler) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723445] ppid=2723428 vsize=35232864 memory=18412 CPUtime=0 cores=56-59
/proc/2723431/task/2723445/stat : 2723445 (Finalizer) S 2723428 2723431 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723448] ppid=2723428 vsize=35232864 memory=15648 CPUtime=0 cores=56-59
/proc/2723431/task/2723448/stat : 2723448 (Monitor..Thread) S 2723428 2723431 2695730 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723451] ppid=2723428 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2723431/task/2723451/stat : 2723451 (Notific..Thread) S 2723428 2723431 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723452] ppid=2723428 vsize=35232864 memory=3040 CPUtime=0 cores=56-59
/proc/2723431/task/2723452/stat : 2723452 (Common-Cleaner) S 2723428 2723431 2695730 0 -1 4194368 113 0 0 0 0 0 0 0 20 0 23 0 14397154 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
[pid=2723431/tid=2723454] ppid=2723428 vsize=35232864 memory=15648 CPUtime=0 cores=56-59
/proc/2723431/task/2723454/stat : 2723454 (Timer-0) S 2723428 2723431 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14397163 36078452736 94475 18446744073709551615 94412768612352 94412768616048 140730894328032 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94412768623912 94412768624656 94412786143232 140730894334116 140730894334302 140730894334302 140730894340040 0
Current children cumulated CPU time: 237.68 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 378368 KiB

Child status: 30

Real time (s): 238.586
CPU time (s): 237.788
CPU user time (s): 234.97
CPU system time (s): 2.81746
CPU usage (%): 99.6655
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 431528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.97
system time used= 2.81745
maximum resident set size= 430576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51456
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 557098
involuntary context switches= 1489


# summary of solver processes directly reported to runsolver:
#   pid: 2723431
#   total CPU time (s): 237.788
#   total CPU user time (s): 234.97
#   total CPU system time (s): 2.81746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.853967 second user time and 2.70186 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-07-10 03:40:01
IDJOB=4835665
IDBENCH=148110
IDSOLVER=3672
FILE ID=nodeE008/4835665-1783647601
RUNJOBID= nodeE008-1783642880-2695754
SLURM_JOB_ID= 12722706
Free space on /tmp= 795252 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/poldner/PB/testset/normalized-11_22.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835665-1783647601/watcher-4835665-1783647601 -o /tmp/evaluation-result-4835665-1783647601/solver-4835665-1783647601 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835665-1783647601/vars-4835665-1783647601 --bin-var /tmp/runsolver-exch-nodeE008-1783642880-2695754 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835665-1783647601 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835665-1783647601.opb

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

MD5SUM BENCH= a74353a91b8173c9f34b6251be571240
RANDOM SEED=940838592

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320716 kB
MemFree:        614404896 kB
MemAvailable:   1020024664 kB
Buffers:            2432 kB
Cached:         408916592 kB
SwapCached:           12 kB
Active:         28254952 kB
Inactive:       408699644 kB
Active(anon):   28049608 kB
Inactive(anon):    15320 kB
Active(file):     205344 kB
Inactive(file): 408684324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554172 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             74080 kB
Writeback:             0 kB
AnonPages:      28022368 kB
Mapped:           135272 kB
Shmem:             28680 kB
KReclaimable:    2195604 kB
Slab:            2681816 kB
SReclaimable:    2195604 kB
SUnreclaim:       486212 kB
KernelStack:       19744 kB
PageTables:        63740 kB
SecPageTables:     12208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   158127768 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482776 kB
VmallocChunk:          0 kB
Percpu:           116480 kB
HardwareCorrupted:     0 kB
AnonHugePages:  26789888 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:      328132 kB
DirectMap2M:    23062528 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 795252 MiB
End job on nodeE008 at 2026-07-10 03:44:00