Trace number 4835524

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.8 500.055 506.035

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_10_10.r.opb
MD5SUM58b9c48a653e1ae1a0e0fa70079062cf
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 benchmark8
Best CPU time to get the best result obtained on this benchmark0.013999
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99
Total number of constraints50
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 99
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 99
Number of bits of the biggest sum of numbers7
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.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4835524-1783646455.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c using VERIPB proof format
0.00/0.09	c  objective function found
0.00/0.10	c ... done. Wall clock time 0.013s.
0.00/0.10	c declared #vars     99
0.00/0.10	c #constraints  50
0.00/0.10	c constraints type 
0.00/0.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
0.00/0.10	c 50 constraints processed.
0.16/0.11	c objective function length is 99 literals
0.16/0.11	c SATISFIABLE
0.16/0.11	c OPTIMIZING...
0.16/0.11	c Got one! Elapsed wall clock time (in seconds):0.025
0.16/0.11	o 13
0.16/0.12	c Got one! Elapsed wall clock time (in seconds):0.03
0.16/0.12	o 12
0.16/0.12	c Got one! Elapsed wall clock time (in seconds):0.03
0.16/0.12	o 11
0.16/0.13	c Got one! Elapsed wall clock time (in seconds):0.045
0.16/0.13	o 10
0.16/0.13	c Got one! Elapsed wall clock time (in seconds):0.045
0.16/0.13	o 9
0.52/0.24	c cleaning 2558 clauses out of 5134 with flag 12109/5134
0.81/0.38	c cleaning 4287 clauses out of 8576 with flag 27597/11134
1.10/0.51	c cleaning 5638 clauses out of 11289 with flag 44505/18134
1.39/0.60	c cleaning 6823 clauses out of 13651 with flag 64206/26134
1.64/0.69	c cleaning 7913 clauses out of 15828 with flag 87609/35134
1.83/0.79	c cleaning 8955 clauses out of 17915 with flag 112502/45134
2.13/0.92	c cleaning 9981 clauses out of 19962 with flag 141173/56136
2.23/1.04	c cleaning 10982 clauses out of 21979 with flag 170512/68134
2.33/1.18	c cleaning 11998 clauses out of 23997 with flag 203945/81134
2.51/1.34	c cleaning 12997 clauses out of 26000 with flag 239279/95135
2.70/1.51	c cleaning 14002 clauses out of 28005 with flag 275932/110137
2.80/1.68	c cleaning 14992 clauses out of 30000 with flag 315157/126134
3.02/1.89	c cleaning 16005 clauses out of 32009 with flag 357226/143135
3.25/2.10	c cleaning 16994 clauses out of 34003 with flag 401570/161134
3.52/2.31	c cleaning 18002 clauses out of 36011 with flag 448667/180136
3.71/2.54	c cleaning 19003 clauses out of 38007 with flag 496656/200134
4.00/2.81	c cleaning 19999 clauses out of 40005 with flag 549375/221135
4.40/3.12	c cleaning 20999 clauses out of 42005 with flag 609337/243134
4.67/3.46	c cleaning 22001 clauses out of 44009 with flag 667303/266137
5.06/3.81	c cleaning 23003 clauses out of 46005 with flag 729455/290134
5.45/4.23	c cleaning 23993 clauses out of 48002 with flag 792423/315134
5.83/4.61	c cleaning 24998 clauses out of 50010 with flag 858396/341135
6.24/5.04	c cleaning 26002 clauses out of 52011 with flag 930356/368134
6.70/5.52	c cleaning 26996 clauses out of 54010 with flag 1000251/396135
7.10/6.00	c cleaning 28002 clauses out of 56014 with flag 1072491/425135
7.69/6.57	c cleaning 29006 clauses out of 58012 with flag 1150297/455135
8.34/7.10	c cleaning 29990 clauses out of 60005 with flag 1227891/486134
8.91/7.67	c cleaning 31004 clauses out of 62016 with flag 1309397/518135
9.49/8.21	c cleaning 32001 clauses out of 64012 with flag 1392548/551135
9.98/8.77	c cleaning 33007 clauses out of 66014 with flag 1478571/585138
10.55/9.31	c cleaning 34000 clauses out of 68003 with flag 1566216/620134
11.14/9.96	c cleaning 34996 clauses out of 70003 with flag 1656980/656134
11.74/10.56	c cleaning 36003 clauses out of 72010 with flag 1749409/693137
12.41/11.24	c cleaning 36995 clauses out of 74005 with flag 1847570/731135
13.11/11.98	c cleaning 37994 clauses out of 76009 with flag 1947484/770134
13.79/12.68	c cleaning 39004 clauses out of 78015 with flag 2051812/810134
14.57/13.40	c cleaning 40006 clauses out of 80011 with flag 2156313/851134
15.26/14.14	c cleaning 41004 clauses out of 82007 with flag 2264331/893136
16.02/14.97	c cleaning 42001 clauses out of 84007 with flag 2373923/936140
16.98/15.97	c cleaning 42998 clauses out of 86001 with flag 2486225/980135
17.86/16.87	c cleaning 43995 clauses out of 88002 with flag 2599791/1025134
18.94/17.91	c cleaning 44994 clauses out of 90008 with flag 2717799/1071135
19.92/18.97	c cleaning 45997 clauses out of 92015 with flag 2843053/1118136
21.09/20.12	c cleaning 46999 clauses out of 94016 with flag 2969575/1166134
22.14/21.23	c cleaning 47999 clauses out of 96017 with flag 3099639/1215134
23.21/22.38	c cleaning 49010 clauses out of 98020 with flag 3232138/1265136
24.58/23.75	c cleaning 49997 clauses out of 100011 with flag 3374282/1316137
25.88/25.03	c cleaning 51007 clauses out of 102013 with flag 3524139/1368136
27.14/26.31	c cleaning 52002 clauses out of 104005 with flag 3675911/1421135
28.41/27.65	c cleaning 52992 clauses out of 106003 with flag 3830666/1475135
29.68/28.99	c cleaning 54005 clauses out of 108010 with flag 3987154/1530134
30.96/30.27	c cleaning 55001 clauses out of 110005 with flag 4143901/1586134
32.33/31.65	c cleaning 56003 clauses out of 112005 with flag 4305914/1643135
33.72/33.04	c cleaning 56985 clauses out of 114001 with flag 4470688/1701134
35.09/34.46	c cleaning 58005 clauses out of 116020 with flag 4636400/1760138
36.47/35.82	c cleaning 59008 clauses out of 118016 with flag 4804455/1820139
37.93/37.34	c cleaning 60002 clauses out of 120007 with flag 4970977/1881138
39.40/38.88	c cleaning 60990 clauses out of 122001 with flag 5140931/1943134
40.88/40.31	c cleaning 61998 clauses out of 124011 with flag 5316623/2006134
42.45/41.94	c cleaning 63002 clauses out of 126014 with flag 5503098/2070135
44.03/43.59	c cleaning 64000 clauses out of 128011 with flag 5683509/2135134
45.60/45.13	c cleaning 65006 clauses out of 130011 with flag 5862822/2201134
47.52/46.82	c cleaning 66003 clauses out of 132009 with flag 6042555/2268138
49.19/48.51	c cleaning 66990 clauses out of 134002 with flag 6228779/2336134
50.67/50.06	c cleaning 68005 clauses out of 136013 with flag 6409332/2405135
52.34/51.79	c cleaning 68995 clauses out of 138007 with flag 6595306/2475134
54.11/53.51	c cleaning 70004 clauses out of 140013 with flag 6785531/2546135
55.96/55.46	c cleaning 71000 clauses out of 142008 with flag 6982980/2618134
57.72/57.24	c cleaning 72003 clauses out of 144010 with flag 7187365/2691136
59.69/59.20	c cleaning 72996 clauses out of 146006 with flag 7395475/2765135
61.57/61.14	c cleaning 73998 clauses out of 148009 with flag 7603706/2840134
63.61/63.24	c cleaning 75000 clauses out of 150012 with flag 7824806/2916135
65.58/65.24	c cleaning 75995 clauses out of 152011 with flag 8040398/2993134
67.54/67.27	c cleaning 77009 clauses out of 154017 with flag 8268506/3071135
69.49/69.22	c cleaning 77994 clauses out of 156007 with flag 8482694/3150134
72.26/72.05	c cleaning 78994 clauses out of 158013 with flag 8693300/3230134
74.32/74.12	c cleaning 80010 clauses out of 160022 with flag 8899356/3311137
76.49/76.38	c cleaning 81002 clauses out of 162010 with flag 9123105/3393135
78.65/78.59	c cleaning 82002 clauses out of 164007 with flag 9353278/3476134
81.23/81.19	c cleaning 83003 clauses out of 166005 with flag 9592370/3560134
83.57/83.59	c cleaning 83995 clauses out of 168002 with flag 9824605/3645134
85.84/85.88	c cleaning 85002 clauses out of 170008 with flag 10054820/3731135
88.10/88.12	c cleaning 86002 clauses out of 172005 with flag 10291022/3818134
90.35/90.47	c cleaning 87001 clauses out of 174003 with flag 10527066/3906134
93.03/93.12	c cleaning 87998 clauses out of 176002 with flag 10777628/3995134
95.58/95.74	c cleaning 89000 clauses out of 178006 with flag 11032563/4085136
98.23/98.41	c cleaning 90000 clauses out of 180004 with flag 11299835/4176134
101.69/101.96	c cleaning 90989 clauses out of 182005 with flag 11573023/4268135
104.29/104.58	c cleaning 92000 clauses out of 184019 with flag 11822089/4361138
107.03/107.36	c cleaning 92995 clauses out of 186016 with flag 12081346/4455135
109.90/110.20	c cleaning 94001 clauses out of 188022 with flag 12366967/4550136
112.44/112.86	c cleaning 95002 clauses out of 190020 with flag 12651118/4646135
115.11/115.56	c cleaning 96001 clauses out of 192017 with flag 12940288/4743134
118.16/118.64	c cleaning 97005 clauses out of 194022 with flag 13246331/4841140
120.91/121.43	c cleaning 97997 clauses out of 196014 with flag 13563101/4940137
123.77/124.35	c cleaning 99000 clauses out of 198014 with flag 13876130/5040134
127.55/127.91	c cleaning 99999 clauses out of 200014 with flag 14187644/5141134
130.93/131.32	c cleaning 101007 clauses out of 202015 with flag 14459290/5243134
134.50/135.00	c cleaning 101999 clauses out of 204008 with flag 14729092/5346134
137.86/138.36	c cleaning 103003 clauses out of 206012 with flag 15021793/5450137
140.84/141.35	c cleaning 104002 clauses out of 208011 with flag 15321232/5555139
144.18/144.76	c cleaning 105002 clauses out of 210006 with flag 15637578/5661136
147.14/147.75	c cleaning 105995 clauses out of 212003 with flag 15943869/5768135
150.51/151.13	c cleaning 107002 clauses out of 214010 with flag 16255757/5876137
153.85/154.51	c cleaning 107996 clauses out of 216006 with flag 16576688/5985135
157.05/157.73	c cleaning 109004 clauses out of 218009 with flag 16893819/6095134
159.79/160.51	c cleaning 110001 clauses out of 220005 with flag 17186644/6206134
163.85/164.67	c cleaning 110996 clauses out of 222004 with flag 17492656/6318134
168.30/169.19	c cleaning 112003 clauses out of 224009 with flag 17815632/6431135
172.32/173.28	c cleaning 112998 clauses out of 226005 with flag 18135614/6545134
176.77/177.72	c cleaning 113996 clauses out of 228008 with flag 18453652/6660135
181.42/182.40	c cleaning 115003 clauses out of 230011 with flag 18760760/6776134
186.36/187.43	c cleaning 116001 clauses out of 232010 with flag 19090140/6893136
191.17/192.22	c cleaning 116998 clauses out of 234007 with flag 19450800/7011134
195.03/196.20	c cleaning 117997 clauses out of 236010 with flag 19830935/7130135
199.05/200.21	c cleaning 118999 clauses out of 238013 with flag 20185764/7250135
202.69/203.96	c cleaning 119999 clauses out of 240013 with flag 20531666/7371134
207.12/208.48	c cleaning 121001 clauses out of 242014 with flag 20906747/7493134
212.06/213.49	c cleaning 122000 clauses out of 244013 with flag 21285590/7616134
216.79/218.23	c cleaning 123007 clauses out of 246013 with flag 21669684/7740134
221.13/222.66	c cleaning 123998 clauses out of 248006 with flag 22076088/7865134
225.49/227.08	c cleaning 125000 clauses out of 250009 with flag 22498508/7991135
232.43/234.03	c cleaning 125997 clauses out of 252010 with flag 22886776/8118136
237.49/239.18	c cleaning 127000 clauses out of 254015 with flag 23230237/8246138
242.73/244.49	c cleaning 128000 clauses out of 256011 with flag 23614246/8375134
248.07/249.82	c cleaning 129001 clauses out of 258012 with flag 24024037/8505135
252.93/254.78	c cleaning 130003 clauses out of 260011 with flag 24426575/8636135
258.77/260.63	c cleaning 130997 clauses out of 262007 with flag 24818227/8768134
265.41/267.35	c cleaning 132003 clauses out of 264012 with flag 25189470/8901136
270.17/272.11	c cleaning 132995 clauses out of 266010 with flag 25551519/9035137
275.48/277.51	c cleaning 134000 clauses out of 268012 with flag 25921078/9170134
282.05/284.19	c cleaning 135000 clauses out of 270013 with flag 26295116/9306135
287.76/289.94	c cleaning 136000 clauses out of 272012 with flag 26670761/9443134
293.11/295.32	c cleaning 137006 clauses out of 274013 with flag 27074942/9581135
298.35/300.63	c cleaning 138003 clauses out of 276007 with flag 27476763/9720135
304.40/306.70	c cleaning 138994 clauses out of 278004 with flag 27871241/9860135
309.14/311.59	c cleaning 139995 clauses out of 280009 with flag 28260230/10001134
314.36/316.81	c cleaning 141006 clauses out of 282016 with flag 28651484/10143136
314.86/317.34	c Got one! Elapsed wall clock time (in seconds):317.246
314.86/317.34	o 8
315.76/318.26	c cleaning 84234 clauses out of 168493 with flag 12961/10170619
316.14/318.64	c cleaning 45124 clauses out of 90259 with flag 28386/10176619
316.35/318.83	c cleaning 26066 clauses out of 52136 with flag 46200/10183620
316.44/318.94	c cleaning 17032 clauses out of 34071 with flag 66571/10191621
316.55/319.04	c cleaning 13014 clauses out of 26037 with flag 88581/10200619
316.64/319.15	c cleaning 11503 clauses out of 23025 with flag 114967/10210621
316.74/319.26	c cleaning 11248 clauses out of 22520 with flag 144078/10221619
316.88/319.37	c cleaning 11633 clauses out of 23272 with flag 174061/10233619
317.06/319.51	c cleaning 12311 clauses out of 24639 with flag 207270/10246619
317.16/319.66	c cleaning 13165 clauses out of 26329 with flag 243072/10260620
317.35/319.82	c cleaning 14084 clauses out of 28170 with flag 284341/10275626
317.56/320.01	c cleaning 15035 clauses out of 30079 with flag 334765/10291619
317.73/320.21	c cleaning 16014 clauses out of 32044 with flag 383125/10308619
317.93/320.43	c cleaning 17000 clauses out of 34030 with flag 434622/10326619
318.12/320.69	c cleaning 18007 clauses out of 36030 with flag 490994/10345619
318.41/320.93	c cleaning 19012 clauses out of 38023 with flag 549002/10365619
318.61/321.17	c cleaning 19999 clauses out of 40011 with flag 611000/10386619
318.90/321.46	c cleaning 21000 clauses out of 42017 with flag 670955/10408624
319.19/321.77	c cleaning 22004 clauses out of 44016 with flag 732741/10431623
319.59/322.14	c cleaning 22997 clauses out of 46008 with flag 799650/10455619
319.89/322.47	c cleaning 23994 clauses out of 48011 with flag 867533/10480619
320.26/322.80	c cleaning 24999 clauses out of 50017 with flag 938906/10506619
320.56/323.17	c cleaning 26008 clauses out of 52018 with flag 1016465/10533619
320.94/323.58	c cleaning 26995 clauses out of 54012 with flag 1093268/10561621
321.43/324.01	c cleaning 28008 clauses out of 56018 with flag 1172895/10590622
321.80/324.42	c cleaning 29000 clauses out of 58007 with flag 1254566/10620619
322.29/324.91	c cleaning 29997 clauses out of 60007 with flag 1337131/10651619
322.67/325.37	c cleaning 31000 clauses out of 62010 with flag 1424015/10683619
323.16/325.85	c cleaning 31999 clauses out of 64010 with flag 1512250/10716619
323.63/326.37	c cleaning 32997 clauses out of 66012 with flag 1602377/10750620
324.21/326.92	c cleaning 34006 clauses out of 68016 with flag 1696952/10785621
324.80/327.52	c cleaning 35000 clauses out of 70008 with flag 1800062/10821619
325.29/328.09	c cleaning 35989 clauses out of 72009 with flag 1903265/10858620
325.85/328.69	c cleaning 37008 clauses out of 74020 with flag 2011753/10896620
326.53/329.36	c cleaning 37999 clauses out of 76011 with flag 2126596/10935619
327.22/330.03	c cleaning 38997 clauses out of 78014 with flag 2238262/10975621
327.88/330.79	c cleaning 40004 clauses out of 80015 with flag 2354201/11016619
328.56/331.47	c cleaning 41002 clauses out of 82015 with flag 2469319/11058623
329.33/332.25	c cleaning 42001 clauses out of 84009 with flag 2591675/11101619
330.22/333.13	c cleaning 42997 clauses out of 86008 with flag 2709104/11145619
330.99/333.98	c cleaning 44005 clauses out of 88014 with flag 2837619/11190622
331.86/334.89	c cleaning 45004 clauses out of 90012 with flag 2964544/11236625
332.84/335.87	c cleaning 46000 clauses out of 92005 with flag 3100900/11283622
333.80/336.89	c cleaning 46994 clauses out of 94003 with flag 3246331/11331620
335.18/338.19	c cleaning 47998 clauses out of 96008 with flag 3384636/11380620
336.11/339.06	c cleaning 49005 clauses out of 98010 with flag 3512497/11430620
336.89/339.86	c cleaning 49993 clauses out of 100005 with flag 3641631/11481620
337.75/340.78	c cleaning 50998 clauses out of 102013 with flag 3771764/11533621
338.81/341.84	c cleaning 52001 clauses out of 104014 with flag 3917848/11586620
339.88/342.91	c cleaning 53008 clauses out of 106016 with flag 4075299/11640623
340.85/343.97	c cleaning 54000 clauses out of 108004 with flag 4226187/11695619
341.94/345.10	c cleaning 55000 clauses out of 110004 with flag 4379285/11751619
343.09/346.25	c cleaning 55995 clauses out of 112006 with flag 4530986/11808621
344.16/347.30	c cleaning 57003 clauses out of 114009 with flag 4681522/11866619
345.24/348.45	c cleaning 58003 clauses out of 116007 with flag 4835034/11925620
346.50/349.75	c cleaning 58995 clauses out of 118003 with flag 4994552/11985619
347.87/351.16	c cleaning 59994 clauses out of 120008 with flag 5158563/12046619
349.13/352.42	c cleaning 61004 clauses out of 122017 with flag 5318164/12108622
350.39/353.73	c cleaning 62002 clauses out of 124010 with flag 5479076/12171619
351.77/355.18	c cleaning 62993 clauses out of 126008 with flag 5646675/12235619
353.23/356.62	c cleaning 63997 clauses out of 128015 with flag 5818044/12300619
354.69/358.14	c cleaning 65005 clauses out of 130018 with flag 5990209/12366619
356.14/359.67	c cleaning 66004 clauses out of 132013 with flag 6155916/12433619
357.62/361.12	c cleaning 67000 clauses out of 134009 with flag 6324389/12501619
359.08/362.66	c cleaning 68000 clauses out of 136010 with flag 6497990/12570620
360.63/364.25	c cleaning 69007 clauses out of 138013 with flag 6673604/12640623
362.78/366.47	c cleaning 69993 clauses out of 140001 with flag 6848644/12711619
364.25/367.96	c cleaning 71001 clauses out of 142012 with flag 7041220/12783623
365.82/369.53	c cleaning 72000 clauses out of 144008 with flag 7231613/12856620
367.78/371.53	c cleaning 72997 clauses out of 146007 with flag 7435568/12930619
369.35/373.14	c cleaning 74001 clauses out of 148011 with flag 7626941/13005620
370.89/374.73	c cleaning 74998 clauses out of 150014 with flag 7821307/13081624
372.55/376.46	c cleaning 76004 clauses out of 152012 with flag 8026602/13158620
374.22/378.13	c cleaning 76998 clauses out of 154007 with flag 8229940/13236619
375.77/379.73	c cleaning 77999 clauses out of 156010 with flag 8432807/13315620
377.74/381.71	c cleaning 78997 clauses out of 158009 with flag 8636993/13395619
379.30/383.39	c cleaning 80006 clauses out of 160013 with flag 8845695/13476620
381.07/385.19	c cleaning 81000 clauses out of 162010 with flag 9058256/13558623
383.01/387.17	c cleaning 82002 clauses out of 164008 with flag 9269859/13641621
385.35/389.50	c cleaning 82993 clauses out of 166006 with flag 9492083/13725621
387.31/391.51	c cleaning 84000 clauses out of 168014 with flag 9709465/13810622
389.37/393.63	c cleaning 84997 clauses out of 170012 with flag 9927176/13896620
391.43/395.73	c cleaning 86004 clauses out of 172016 with flag 10147989/13983621
393.57/397.90	c cleaning 86998 clauses out of 174013 with flag 10367964/14071622
395.74/400.13	c cleaning 87999 clauses out of 176012 with flag 10596558/14160619
397.69/402.16	c cleaning 89006 clauses out of 178013 with flag 10827758/14250619
399.91/404.34	c cleaning 89999 clauses out of 180006 with flag 11058524/14341619
402.17/406.67	c cleaning 91001 clauses out of 182007 with flag 11294656/14433619
404.21/408.73	c cleaning 91999 clauses out of 184006 with flag 11526476/14526619
406.76/411.38	c cleaning 93001 clauses out of 186009 with flag 11772016/14620621
409.31/413.99	c cleaning 93991 clauses out of 188006 with flag 12020750/14715619
411.97/416.64	c cleaning 94995 clauses out of 190016 with flag 12264762/14811620
414.43/419.13	c cleaning 96004 clauses out of 192020 with flag 12503552/14908619
417.16/421.92	c cleaning 96999 clauses out of 194017 with flag 12761261/15006620
419.71/424.55	c cleaning 98000 clauses out of 196018 with flag 13028041/15105620
422.96/427.81	c cleaning 98999 clauses out of 198017 with flag 13291831/15205620
425.73/430.61	c cleaning 100004 clauses out of 200019 with flag 13555786/15306621
428.68/433.60	c cleaning 101004 clauses out of 202017 with flag 13833107/15408623
431.32/436.33	c cleaning 101998 clauses out of 204010 with flag 14108672/15511620
434.11/439.15	c cleaning 103000 clauses out of 206011 with flag 14383660/15615619
437.33/442.44	c cleaning 104000 clauses out of 208010 with flag 14652661/15720619
440.08/445.27	c cleaning 104998 clauses out of 210011 with flag 14916841/15826620
443.14/448.35	c cleaning 106003 clauses out of 212012 with flag 15189572/15933619
445.88/451.11	c cleaning 107001 clauses out of 214012 with flag 15449401/16041622
448.91/454.22	c cleaning 107995 clauses out of 216007 with flag 15717913/16150619
451.97/457.31	c cleaning 108984 clauses out of 218013 with flag 15991907/16260620
455.01/460.42	c cleaning 110006 clauses out of 220028 with flag 16269338/16371619
458.35/463.87	c cleaning 111003 clauses out of 222022 with flag 16545591/16483620
461.62/467.12	c cleaning 112004 clauses out of 224021 with flag 16821387/16596622
465.46/471.10	c cleaning 112997 clauses out of 226015 with flag 17096999/16710621
468.99/474.64	c cleaning 114005 clauses out of 228016 with flag 17380951/16825619
473.15/478.83	c cleaning 115000 clauses out of 230010 with flag 17667122/16941619
476.49/482.26	c cleaning 116004 clauses out of 232011 with flag 17959302/17058620
480.63/486.47	c cleaning 117000 clauses out of 234004 with flag 18251467/17176619
484.99/490.80	c cleaning 117995 clauses out of 236004 with flag 18540244/17295620
488.85/494.78	c cleaning 118995 clauses out of 238008 with flag 18835415/17415620
492.88/498.82	c cleaning 119997 clauses out of 240011 with flag 19132960/17536619
496.53/502.59	c cleaning 120998 clauses out of 242013 with flag 19428496/17658620
500.02/506.02	c starts		: 3539
500.02/506.02	c conflicts		: 17767292
500.02/506.02	c decisions		: 35328325
500.02/506.02	c propagations		: 240879540
500.02/506.02	c inspects		: 11676559662
500.02/506.02	c shortcuts		: 0
500.02/506.02	c learnt literals	: 38
500.02/506.02	c learnt binary clauses	: 527
500.02/506.02	c learnt ternary clauses	: 4371
500.02/506.02	c learnt constraints	: 17767253
500.02/506.02	c ignored constraints	: 0
500.02/506.02	c root simplifications	: 0
500.02/506.02	c removed literals (reason simplification)	: 55908704
500.02/506.02	c reason swapping (by a shorter reason)	: 0
500.02/506.02	c Calls to reduceDB	: 256
500.02/506.02	c Number of update (reduction) of LBD	: 3183031
500.02/506.02	c Imported unit clauses	: 0
500.02/506.02	c No decision after first conflict	: false
500.02/506.02	c number of reductions to clauses (during analyze)	: 0
500.02/506.02	c number of learned constraints concerned by reduction	: 0
500.02/506.02	c number of learning phase by resolution	: 0
500.02/506.02	c number of learning phase by cutting planes	: 0
500.02/506.02	c number of rounding to 1 operations	: 0
500.02/506.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
500.02/506.02	c number of reductions of the coefficients by power 2 	: 0
500.02/506.02	c number of right shift for reduction by power 2 	: 0
500.02/506.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
500.02/506.02	c number of ending skipping 	: 0
500.02/506.02	c number of internal skipping 	: 0
500.02/506.02	c number of derivation steps 	: 0
500.02/506.02	c number of skipped derivation steps 	: 0
500.02/506.02	c number of remaining unassigned 	: 0
500.02/506.02	c number of remaining assigned 	: 0
500.02/506.02	c number of falsified literals weakened from reason	: 0
500.02/506.02	c number of falsified literals weakened from conflict	: 0
500.02/506.02	c time for arithmetic operations	: 0
500.02/506.02	c minimum degree of deleted constraints	: null
500.02/506.02	c maximum degree of deleted constraints	: null
500.02/506.02	c number of deleted constraints	: 0
500.02/506.02	c speed (assignments/second)	: 476130.2679720346
500.02/506.02	c non guided choices	: 0
500.02/506.02	s OPTIMUM FOUND
500.02/506.02	c Found 6 solution(s)
500.02/506.02	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 
500.02/506.02	c objective function=8
500.02/506.02	c Total wall clock time (in seconds): 505.936

Verifier Data

OK	8

Checking of UNSAT/OPT proofs:

VeriPB + CakePB (PB26)

Proof is valid.

Proof size: 1815116 kiB
Checker CPU time: 749.06 seconds
Checker wall-clock time: 781.584 seconds
Checker maximum virtual size: 42028200 kiB

Checker output:
Fri Jul 10 03:37:51 CEST 2026
extraparms=
-- veripb --
VeriPB commit 4545a10e3ae92a3f2c3189f97d4d7d98f3da947b
Running VeriPB version 3.0.2
s VERIFIED BOUNDS 8 <= obj <= 8
-- cakepb --
CakePB commit 904eed45e2cbe9ac26000475bbdd2f99bcbdaad8
s VERIFIED BOUNDS 8 <= obj <= 8
--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-4835524-1783646455/watcher-4835524-1783646455 -o /tmp/evaluation-result-4835524-1783646455/solver-4835524-1783646455 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835524-1783646455/vars-4835524-1783646455 --bin-var /tmp/runsolver-exch-nodeE008-1783642880-2695742 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835524-1783646455 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835524-1783646455.opb 

running on 4 cores: 8-11

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

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

CPU governors:
  performance: 8-11

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128009 MiB (14879 MiB free)
  node 1: cores 8-15, 129019 MiB (19886 MiB free)
  node 2: cores 16-23, 129019 MiB (79656 MiB free)
  node 3: cores 24-31, 129003 MiB (13002 MiB free)
  node 4: cores 32-39, 129019 MiB (5099 MiB free)
  node 5: cores 40-47, 129019 MiB (60265 MiB free)
  node 6: cores 48-55, 129019 MiB (1693 MiB free)
  node 7: cores 56-63, 128474 MiB (51599 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100057 s]*
/proc/loadavg: 16.35 16.22 16.06 15/1194 2718872
/proc/meminfo: memFree=251973820/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=34900044 memory=59276 CPUtime=0.16 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 7692 0 0 0 15 1 0 0 20 0 19 0 14282492 35737645056 14334 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8725011 14819 6177 1 0 33005 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=34900044 memory=5895516205 CPUtime=0.08 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 3201 0 0 0 8 0 0 0 20 0 19 0 14282494 35737645056 14334 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=34900044 memory=228573071241 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 14282495 35737645056 14334 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=34900044 memory=20000 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 14282495 35737645056 14334 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=34900044 memory=20339 CPUtime=0 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 14282495 35737645056 14334 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=34900044 memory=20917 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 14282495 35737645056 14334 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=34900044 memory=2408 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 14282495 35737645056 14334 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 59276 KiB

[startup+0.213442 s]*
/proc/loadavg: 16.35 16.22 16.06 21/1197 2718875
/proc/meminfo: memFree=251939320/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35099736 memory=82580 CPUtime=0.52 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 9930 0 0 0 51 1 0 0 20 0 22 0 14282492 35942129664 20174 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8774934 20645 6244 1 0 40447 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35099736 memory=3472328299453048448 CPUtime=0.18 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 3282 0 0 0 18 0 0 0 20 0 22 0 14282494 35942129664 20174 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35099736 memory=224278085999 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 20174 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35099736 memory=61818286656619 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 20174 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35099736 memory=52987867450699 CPUtime=0 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 20174 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35099736 memory=62879210688201 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 20174 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35099736 memory=59589316052275 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 20174 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35099736 memory=16099282004477816 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14282504 35942129664 20174 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 82580 KiB

[startup+0.31437 s]*
/proc/loadavg: 16.35 16.22 16.06 21/1197 2718875
/proc/meminfo: memFree=251924904/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35099736 memory=87860 CPUtime=0.81 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 10249 0 0 0 80 1 0 0 20 0 22 0 14282492 35942129664 21374 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8774934 21965 6244 1 0 45715 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35099736 memory=-7236535257913976671 CPUtime=0.27 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 3295 0 0 0 27 0 0 0 20 0 22 0 14282494 35942129664 21374 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 21374 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 21374 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 21374 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 21374 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 21374 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14282504 35942129664 21374 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 87860 KiB

[startup+0.700216 s]
/proc/loadavg: 16.35 16.22 16.06 19/1197 2718875
/proc/meminfo: memFree=251884692/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35099736 memory=140192 CPUtime=1.83 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 12136 0 0 0 180 3 0 0 20 0 22 0 14282492 35942129664 34751 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8774934 35048 6250 1 0 58867 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35099736 memory=4860 CPUtime=0.6 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 3381 0 0 0 59 1 0 0 20 0 22 0 14282494 35942129664 34751 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 34751 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35099736 memory=12792 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 34751 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 34751 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 34751 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35099736 memory=3532 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14282495 35942129664 34751 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35099736 memory=4860 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 14282504 35942129664 34751 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 140192 KiB

[startup+1.50019 s]
/proc/loadavg: 16.35 16.22 16.06 17/1198 2718876
/proc/meminfo: memFree=251788040/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35099736 memory=160836 CPUtime=2.7 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 14108 0 0 0 266 4 0 0 20 0 21 0 14282492 35942129664 39871 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8774934 40209 6250 1 0 59897 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35099736 memory=4860 CPUtime=1.33 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 3832 0 0 0 130 3 0 0 20 0 21 0 14282494 35942129664 39871 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 14282495 35942129664 39871 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35099736 memory=12792 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 14282495 35942129664 39871 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35099736 memory=3532 CPUtime=0 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 14282495 35942129664 39871 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35099736 memory=4860 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 14282495 35942129664 39871 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 14282495 35942129664 39871 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35099736 memory=228472407825 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 14282504 35942129664 39871 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 160836 KiB

[startup+3.11293 s]
/proc/loadavg: 16.35 16.22 16.06 18/1199 2718879
/proc/meminfo: memFree=251487764/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35166300 memory=196224 CPUtime=4.4 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 17824 0 0 0 432 8 0 0 20 0 23 0 14282492 36010291200 48620 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8791575 49056 6250 1 0 69043 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35166300 memory=12792 CPUtime=2.81 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 3979 0 0 0 274 7 0 0 20 0 23 0 14282494 36010291200 48620 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35166300 memory=-8689539942354613440 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282495 36010291200 48620 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35166300 memory=47012 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 14282495 36010291200 48620 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35166300 memory=4860 CPUtime=0 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 23 0 14282495 36010291200 48620 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14282495 36010291200 48620 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35166300 memory=195812 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282495 36010291200 48620 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35166300 memory=3532 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282504 36010291200 48620 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 4.4 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 196224 KiB

[startup+6.30016 s]
/proc/loadavg: 16.32 16.22 16.06 15/1198 2718879

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

/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 137560 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35232864 memory=15648 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 137560 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35232864 memory=9444 CPUtime=0.01 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 26 0 0 0 1 0 0 0 20 0 23 0 14282495 36078452736 137560 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35232864 memory=20460 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 137560 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35232864 memory=29928 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 140 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 137560 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35232864 memory=12792 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282504 36078452736 137560 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 480.63 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 551128 KiB

[startup+499.2 s]
/proc/loadavg: 16.45 16.42 16.22 15/1194 2722082
/proc/meminfo: memFree=659671504/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35232864 memory=571828 CPUtime=493.29 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 61275 0 0 0 48828 501 0 0 20 0 23 0 14282492 36078452736 142721 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8808216 142957 6238 1 0 163457 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35232864 memory=1972 CPUtime=484.61 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 12189 0 0 0 47972 489 0 0 20 0 23 0 14282494 36078452736 142721 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35232864 memory=15648 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 142721 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35232864 memory=29928 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 142721 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35232864 memory=12792 CPUtime=0.01 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 26 0 0 0 1 0 0 0 20 0 23 0 14282495 36078452736 142721 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35232864 memory=5836 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 142721 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35232864 memory=3648 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 140 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 142721 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35232864 memory=3532 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282504 36078452736 142721 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 493.29 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 571828 KiB

[startup+502.4 s]
/proc/loadavg: 16.45 16.42 16.22 17/1194 2722082
/proc/meminfo: memFree=659423988/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35232864 memory=584116 CPUtime=496.43 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 61475 0 0 0 49140 503 0 0 20 0 23 0 14282492 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8808216 146029 6238 1 0 163457 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35232864 memory=555348 CPUtime=487.73 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 12315 0 0 0 48282 491 0 0 20 0 23 0 14282494 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35232864 memory=15648 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35232864 memory=571828 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35232864 memory=-7236535257913976671 CPUtime=0.01 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 26 0 0 0 1 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35232864 memory=29928 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 140 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35232864 memory=-6937343651298156669 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282504 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 496.43 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 584116 KiB

[startup+504 s]*
/proc/loadavg: 16.57 16.45 16.23 15/1194 2722082
/proc/meminfo: memFree=659299276/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35232864 memory=584120 CPUtime=498.02 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 61540 0 0 0 49297 505 0 0 20 0 23 0 14282492 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8808216 146030 6238 1 0 163457 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35232864 memory=-7668599347165226599 CPUtime=489.3 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 12366 0 0 0 48437 493 0 0 20 0 23 0 14282494 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35232864 memory=5884 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35232864 memory=5892 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35232864 memory=5856 CPUtime=0.01 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 26 0 0 0 1 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35232864 memory=5848 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35232864 memory=5868 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 140 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35232864 memory=5888 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282504 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 498.02 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 584120 KiB

[startup+504.8 s]
/proc/loadavg: 16.57 16.45 16.23 15/1194 2722082
/proc/meminfo: memFree=659299276/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35232864 memory=584120 CPUtime=498.79 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 61540 0 0 0 49374 505 0 0 20 0 23 0 14282492 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8808216 146030 6238 1 0 163457 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35232864 memory=-7236535257913976671 CPUtime=490.07 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 12366 0 0 0 48514 493 0 0 20 0 23 0 14282494 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35232864 memory=584120 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35232864 memory=12792 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35232864 memory=5836 CPUtime=0.01 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 26 0 0 0 1 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35232864 memory=29928 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35232864 memory=15648 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 140 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35232864 memory=29928 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282504 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 498.79 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 584120 KiB

[startup+505.6 s]
/proc/loadavg: 16.57 16.45 16.23 17/1194 2722082
/proc/meminfo: memFree=659226392/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35232864 memory=584120 CPUtime=499.59 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 61938 0 0 0 49453 506 0 0 20 0 23 0 14282492 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8808216 146030 6238 1 0 163457 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35232864 memory=15648 CPUtime=490.86 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 12697 0 0 0 48592 494 0 0 20 0 23 0 14282494 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35232864 memory=29928 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35232864 memory=12792 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35232864 memory=584120 CPUtime=0.01 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 26 0 0 0 1 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35232864 memory=3648 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35232864 memory=5836 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 140 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35232864 memory=3648 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282504 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 499.59 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 584120 KiB

[startup+506 s]*
/proc/loadavg: 16.57 16.45 16.23 15/1194 2722082
/proc/meminfo: memFree=659164072/1055320716 swapFree=33554172/33554428
[pid=2718851] ppid=2718848 vsize=35232864 memory=584124 CPUtime=500.02 cores=8-11
/proc/2718851/stat : 2718851 (java) S 2718848 2718851 2695730 0 -1 4194304 61999 0 0 0 49496 506 0 0 20 0 23 0 14282492 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
/proc/2718851/statm: 8808216 146031 6238 1 0 163457 0
[pid=2718851/tid=2718853] ppid=2718848 vsize=35232864 memory=-7668599347165226599 CPUtime=491.28 cores=8-11
/proc/2718851/task/2718853/stat : 2718853 (java) R 2718848 2718851 2695730 0 -1 4194368 12701 0 0 0 48634 494 0 0 20 0 23 0 14282494 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718864] ppid=2718848 vsize=35232864 memory=5856 CPUtime=0 cores=8-11
/proc/2718851/task/2718864/stat : 2718864 (Referen..andler) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718865] ppid=2718848 vsize=35232864 memory=5848 CPUtime=0 cores=8-11
/proc/2718851/task/2718865/stat : 2718865 (Finalizer) S 2718848 2718851 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718868] ppid=2718848 vsize=35232864 memory=5868 CPUtime=0.01 cores=8-11
/proc/2718851/task/2718868/stat : 2718868 (Monitor..Thread) S 2718848 2718851 2695730 0 -1 4194368 26 0 0 0 1 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718871] ppid=2718848 vsize=35232864 memory=0 CPUtime=0 cores=8-11
/proc/2718851/task/2718871/stat : 2718871 (Notific..Thread) S 2718848 2718851 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718872] ppid=2718848 vsize=35232864 memory=584120 CPUtime=0 cores=8-11
/proc/2718851/task/2718872/stat : 2718872 (Common-Cleaner) S 2718848 2718851 2695730 0 -1 4194368 140 0 0 0 0 0 0 0 20 0 23 0 14282495 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
[pid=2718851/tid=2718873] ppid=2718848 vsize=35232864 memory=5644 CPUtime=0 cores=8-11
/proc/2718851/task/2718873/stat : 2718873 (Timer-0) S 2718848 2718851 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 14282504 36078452736 145797 18446744073709551615 94390561443840 94390561447536 140726550691776 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94390561455400 94390561456144 94390588874752 140726550694052 140726550694238 140726550694238 140726550699976 0
Current children cumulated CPU time: 500.02 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 584124 KiB

Child status: 30

Real time (s): 506.035
CPU time (s): 500.055
CPU user time (s): 494.987
CPU system time (s): 5.06834
CPU usage (%): 98.8184
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 584124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 494.987
system time used= 5.06834
maximum resident set size= 583188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63558
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1522597
involuntary context switches= 1583


# summary of solver processes directly reported to runsolver:
#   pid: 2718851
#   total CPU time (s): 500.055
#   total CPU user time (s): 494.987
#   total CPU system time (s): 5.06834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.73466 second user time and 5.44369 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-07-10 03:20:55
IDJOB=4835524
IDBENCH=147667
IDSOLVER=3672
FILE ID=nodeE008/4835524-1783646455
RUNJOBID= nodeE008-1783642880-2695742
SLURM_JOB_ID= 12722706
Free space on /tmp= 795260 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_10_10.r.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835524-1783646455/watcher-4835524-1783646455 -o /tmp/evaluation-result-4835524-1783646455/solver-4835524-1783646455 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835524-1783646455/vars-4835524-1783646455 --bin-var /tmp/runsolver-exch-nodeE008-1783642880-2695742 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835524-1783646455 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835524-1783646455.opb

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

MD5SUM BENCH= 58b9c48a653e1ae1a0e0fa70079062cf
RANDOM SEED=955224698

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

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

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

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

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

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

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

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.054
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		: 3586.202
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		: 3580.654
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		: 3570.682
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		: 3587.943
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3585.903
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		: 3581.121
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		: 3574.431
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		: 3581.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		: 3566.872
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:        251994264 kB
MemAvailable:   988516972 kB
Buffers:            2432 kB
Cached:         739443888 kB
SwapCached:           12 kB
Active:         59238456 kB
Inactive:       739226684 kB
Active(anon):   59032832 kB
Inactive(anon):    15320 kB
Active(file):     205624 kB
Inactive(file): 739211364 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554172 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37936 kB
Writeback:            28 kB
AnonPages:      59004100 kB
Mapped:           134704 kB
Shmem:             28680 kB
KReclaimable:    2946848 kB
Slab:            3437284 kB
SReclaimable:    2946848 kB
SUnreclaim:       490436 kB
KernelStack:       19808 kB
PageTables:       124788 kB
SecPageTables:     12164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   189562848 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482824 kB
VmallocChunk:          0 kB
Percpu:           116480 kB
HardwareCorrupted:     0 kB
AnonHugePages:  54970368 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= 795232 MiB
End job on nodeE008 at 2026-07-10 03:29:21