Trace number 4836266

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)203 3600.26 3695.29

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/
dominating_set/normalized-dominating_set_hexgrid_opt_r8_c90.opb
MD5SUM5cd9e1f0d02815fbeb951d906f1abfe2
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 benchmark181
Best CPU time to get the best result obtained on this benchmark0.491702
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables720
Total number of constraints720
Number of constraints which are clauses720
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 constraint4
Maximum length of a constraint4
Number of terms in the objective function 720
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 720
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 720
Number of bits of the biggest sum of numbers10
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.03/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.15	c See www.sat4j.org for details.
0.03/0.21	c version PB26fixedPrime.v20260610
0.03/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.03/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.03/0.21	c java.vm.version	26.0.1+8-34
0.03/0.21	c java.vm.vendor	Oracle Corporation
0.03/0.21	c sun.arch.data.model	64
0.03/0.21	c java.version		26.0.1
0.03/0.21	c os.name		Linux
0.03/0.21	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.03/0.21	c os.arch		amd64
0.03/0.21	c Free memory 		30334720
0.03/0.21	c Max memory 		32178700288
0.03/0.21	c Total memory 		33554432
0.03/0.22	c Number of processors 	4
0.08/0.24	c Pseudo Boolean Optimization by upper bound
0.08/0.24	c --- Begin Solver configuration ---
0.08/0.24	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.08/0.24	c Learn all clauses as in MiniSAT
0.08/0.24	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.24	c Expensive reason simplification
0.08/0.24	c Glucose 2.1 dynamic restart strategy
0.08/0.24	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.08/0.24	c timeout=2147483s
0.08/0.24	c DB Simplification allowed=false
0.08/0.24	c Listener: none
0.08/0.24	c --- End Solver configuration ---
0.08/0.24	c solving HOME/instance-4836266-1783883833.opb
0.08/0.24	c reading problem ... 
0.08/0.27	c using VERIPB proof format
0.08/0.29	c  objective function found
0.08/0.31	c ... done. Wall clock time 0.065s.
0.08/0.31	c declared #vars     720
0.08/0.31	c #constraints  720
0.08/0.31	c constraints type 
0.08/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 720
0.08/0.31	c 720 constraints processed.
0.08/0.32	c objective function length is 720 literals
0.24/0.33	c SATISFIABLE
0.24/0.33	c OPTIMIZING...
0.24/0.33	c Got one! Elapsed wall clock time (in seconds):0.083
0.24/0.33	o 206
0.24/0.33	c Got one! Elapsed wall clock time (in seconds):0.09
0.24/0.33	o 205
0.24/0.41	c Got one! Elapsed wall clock time (in seconds):0.166
0.24/0.41	o 204
1.37/0.79	c cleaning 2820 clauses out of 5650 with flag 11877/5650
2.30/1.07	c cleaning 4410 clauses out of 8831 with flag 25645/11651
2.70/1.33	c cleaning 5702 clauses out of 11420 with flag 42245/18650
3.02/1.66	c cleaning 6857 clauses out of 13719 with flag 61730/26651
3.41/2.01	c cleaning 7927 clauses out of 15863 with flag 82730/35652
3.85/2.46	c cleaning 8967 clauses out of 17935 with flag 107675/45651
4.32/2.92	c cleaning 9983 clauses out of 19967 with flag 133211/56650
4.80/3.48	c cleaning 10989 clauses out of 21984 with flag 162945/68650
5.24/3.98	c cleaning 11998 clauses out of 23995 with flag 193817/81650
5.93/4.64	c cleaning 12993 clauses out of 25997 with flag 227804/95650
6.46/5.20	c cleaning 13998 clauses out of 28004 with flag 261425/110650
7.09/5.84	c cleaning 15002 clauses out of 30006 with flag 296516/126650
7.76/6.50	c cleaning 16000 clauses out of 32004 with flag 334514/143650
8.50/7.21	c cleaning 16999 clauses out of 34004 with flag 374479/161650
9.11/7.91	c cleaning 17999 clauses out of 36005 with flag 416776/180650
9.80/8.70	c cleaning 18997 clauses out of 38006 with flag 461324/200650
10.59/9.50	c cleaning 20006 clauses out of 40011 with flag 508158/221652
11.40/10.40	c cleaning 20996 clauses out of 42004 with flag 557940/243651
12.22/11.37	c cleaning 22002 clauses out of 44007 with flag 610440/266650
13.34/12.44	c cleaning 23002 clauses out of 46006 with flag 665209/290651
14.24/13.46	c cleaning 23999 clauses out of 48003 with flag 721165/315650
15.12/14.48	c cleaning 24999 clauses out of 50005 with flag 779306/341651
16.02/15.49	c cleaning 25997 clauses out of 52005 with flag 839092/368650
17.29/16.63	c cleaning 27003 clauses out of 54009 with flag 901550/396651
18.27/17.72	c cleaning 28001 clauses out of 56005 with flag 965974/425650
19.35/18.91	c cleaning 29001 clauses out of 58005 with flag 1032545/455651
20.74/20.23	c cleaning 30001 clauses out of 60003 with flag 1101754/486650
21.81/21.48	c cleaning 30995 clauses out of 62004 with flag 1173951/518652
23.07/22.82	c cleaning 31998 clauses out of 64008 with flag 1247584/551651
24.65/24.37	c cleaning 33003 clauses out of 66009 with flag 1323843/585650
26.00/25.81	c cleaning 34001 clauses out of 68007 with flag 1401996/620651
27.34/27.35	c cleaning 35002 clauses out of 70005 with flag 1482290/656650
29.23/29.13	c cleaning 35998 clauses out of 72003 with flag 1564746/693650
30.03/30.06	c Got one! Elapsed wall clock time (in seconds):29.819
30.03/30.06	o 203
30.30/30.36	c cleaning 32445 clauses out of 64891 with flag 11755/722536
30.59/30.64	c cleaning 19215 clauses out of 38447 with flag 25945/728537
30.86/30.91	c cleaning 13110 clauses out of 26232 with flag 41929/735537
31.16/31.18	c cleaning 10552 clauses out of 21121 with flag 59745/743536
31.44/31.48	c cleaning 9782 clauses out of 19569 with flag 79635/752536
31.78/31.81	c cleaning 9890 clauses out of 19789 with flag 101844/762538
32.05/32.18	c cleaning 10445 clauses out of 20897 with flag 126509/773536
32.39/32.57	c cleaning 11224 clauses out of 22452 with flag 153354/785536
32.75/33.00	c cleaning 12110 clauses out of 24228 with flag 182089/798536
33.18/33.47	c cleaning 13058 clauses out of 26118 with flag 213308/812536
33.62/33.98	c cleaning 14027 clauses out of 28060 with flag 247208/827536
34.28/34.57	c cleaning 15015 clauses out of 30033 with flag 283053/843536
34.82/35.18	c cleaning 16004 clauses out of 32018 with flag 321060/860536
35.43/35.83	c cleaning 17004 clauses out of 34015 with flag 361884/878537
36.05/36.51	c cleaning 17998 clauses out of 36010 with flag 404406/897536
36.66/37.20	c cleaning 18999 clauses out of 38012 with flag 448975/917536
37.27/37.96	c cleaning 20002 clauses out of 40013 with flag 496701/938536
37.99/38.77	c cleaning 21005 clauses out of 42011 with flag 547270/960536
38.89/39.75	c cleaning 21997 clauses out of 44007 with flag 600940/983537
40.05/40.85	c cleaning 23001 clauses out of 46010 with flag 657049/1007537
40.95/41.84	c cleaning 23999 clauses out of 48009 with flag 714005/1032537
41.84/42.84	c cleaning 25002 clauses out of 50009 with flag 773235/1058536
42.73/43.88	c cleaning 26003 clauses out of 52007 with flag 833804/1085536
43.71/44.96	c cleaning 27001 clauses out of 54004 with flag 896069/1113536
45.13/46.23	c cleaning 27996 clauses out of 56003 with flag 961953/1142536
46.21/47.43	c cleaning 28996 clauses out of 58008 with flag 1030721/1172537
47.19/48.54	c cleaning 30000 clauses out of 60012 with flag 1099610/1203537
48.25/49.75	c cleaning 30999 clauses out of 62011 with flag 1170714/1235536
49.32/51.00	c cleaning 31999 clauses out of 64012 with flag 1244109/1268536
50.83/52.37	c cleaning 33004 clauses out of 66014 with flag 1319929/1302537
51.98/53.69	c cleaning 33999 clauses out of 68009 with flag 1398041/1337536
53.35/55.16	c cleaning 35000 clauses out of 70012 with flag 1478392/1373538
54.69/56.63	c cleaning 36002 clauses out of 72010 with flag 1561085/1410536
56.25/58.18	c cleaning 37001 clauses out of 74008 with flag 1645806/1448536
57.68/59.78	c cleaning 38000 clauses out of 76007 with flag 1732626/1487536
59.01/61.29	c cleaning 38996 clauses out of 78008 with flag 1822175/1527537
60.54/62.92	c cleaning 40002 clauses out of 80012 with flag 1912949/1568537
62.29/64.67	c cleaning 40996 clauses out of 82010 with flag 2006708/1610537
63.81/66.39	c cleaning 42003 clauses out of 84014 with flag 2103485/1653537
65.44/68.17	c cleaning 43001 clauses out of 86010 with flag 2201793/1697536
67.04/69.95	c cleaning 44002 clauses out of 88010 with flag 2302012/1742537
69.07/71.93	c cleaning 44998 clauses out of 90007 with flag 2404201/1788536
70.69/73.77	c cleaning 45999 clauses out of 92009 with flag 2508172/1835536
72.57/75.89	c cleaning 47002 clauses out of 94011 with flag 2614708/1883537
74.82/78.05	c cleaning 47998 clauses out of 96008 with flag 2723420/1932536
76.79/80.28	c cleaning 49001 clauses out of 98010 with flag 2835822/1982536
78.89/82.57	c cleaning 49999 clauses out of 100010 with flag 2949322/2033537
81.29/84.84	c cleaning 50999 clauses out of 102010 with flag 3064836/2085536
83.28/87.04	c cleaning 52003 clauses out of 104011 with flag 3182054/2138536
85.44/89.45	c cleaning 53000 clauses out of 106008 with flag 3302362/2192536
88.14/92.04	c cleaning 53997 clauses out of 108008 with flag 3424592/2247536
90.30/94.45	c cleaning 55002 clauses out of 110015 with flag 3548894/2303540
92.86/96.90	c cleaning 55999 clauses out of 112010 with flag 3676021/2360537
95.12/99.48	c cleaning 57000 clauses out of 114010 with flag 3805447/2418536
97.49/102.09	c cleaning 57999 clauses out of 116010 with flag 3937292/2477536
100.45/104.92	c cleaning 59000 clauses out of 118012 with flag 4070869/2537537
102.80/107.53	c cleaning 60000 clauses out of 120013 with flag 4206899/2598538
105.59/110.38	c cleaning 61000 clauses out of 122011 with flag 4344590/2660536
108.04/113.08	c cleaning 62003 clauses out of 124011 with flag 4485130/2723536
110.88/116.19	c cleaning 63003 clauses out of 126008 with flag 4627591/2787536
113.95/119.28	c cleaning 64001 clauses out of 128007 with flag 4772160/2852538
116.88/122.45	c cleaning 64998 clauses out of 130005 with flag 4918493/2918537
119.88/125.48	c cleaning 65999 clauses out of 132009 with flag 5068934/2985539
123.69/129.59	c cleaning 66997 clauses out of 134007 with flag 5233612/3053536
127.84/133.61	c cleaning 68000 clauses out of 136010 with flag 5396615/3122536
131.46/137.54	c cleaning 68996 clauses out of 138011 with flag 5556178/3192537
135.10/141.12	c cleaning 70000 clauses out of 140014 with flag 5714895/3263536
138.60/144.92	c cleaning 71002 clauses out of 142014 with flag 5876415/3335536
142.41/148.72	c cleaning 72001 clauses out of 144012 with flag 6039105/3408536
145.91/152.52	c cleaning 73003 clauses out of 146013 with flag 6205383/3482538
150.00/156.69	c cleaning 74004 clauses out of 148009 with flag 6372074/3557537
153.20/160.17	c cleaning 74997 clauses out of 150005 with flag 6541961/3633537
157.18/164.16	c cleaning 75998 clauses out of 152007 with flag 6716214/3710536
160.95/168.25	c cleaning 76998 clauses out of 154009 with flag 6891007/3788536
164.85/172.21	c cleaning 77996 clauses out of 156011 with flag 7067478/3867536
168.34/176.10	c cleaning 79000 clauses out of 158015 with flag 7245080/3947536
172.30/180.11	c cleaning 80004 clauses out of 160016 with flag 7424763/4028537
176.53/184.31	c cleaning 80998 clauses out of 162012 with flag 7608457/4110537
180.19/188.39	c cleaning 82003 clauses out of 164013 with flag 7794027/4193536
184.35/192.64	c cleaning 82999 clauses out of 166010 with flag 7981478/4277536
188.30/196.92	c cleaning 84001 clauses out of 168011 with flag 8170343/4362536
192.15/201.02	c cleaning 85000 clauses out of 170012 with flag 8363279/4448538
196.26/205.37	c cleaning 85999 clauses out of 172011 with flag 8556153/4535537
200.11/209.50	c cleaning 86999 clauses out of 174011 with flag 8751827/4623536
204.40/214.02	c cleaning 88006 clauses out of 176014 with flag 8949659/4712538
208.52/218.34	c cleaning 89000 clauses out of 178006 with flag 9149953/4802536
214.54/224.70	c cleaning 89997 clauses out of 180006 with flag 9362555/4893536
219.53/229.97	c cleaning 91002 clauses out of 182009 with flag 9576443/4985536
225.57/236.04	c cleaning 91997 clauses out of 184008 with flag 9801019/5078537
235.83/246.31	c cleaning 92994 clauses out of 186010 with flag 10061535/5172536
242.99/253.25	c cleaning 94001 clauses out of 188016 with flag 10294657/5267536
249.79/260.49	c cleaning 95002 clauses out of 190015 with flag 10533070/5363536
256.07/267.07	c cleaning 96005 clauses out of 192013 with flag 10765447/5460536
262.13/273.37	c cleaning 96996 clauses out of 194008 with flag 10993198/5558536
268.81/280.42	c cleaning 98002 clauses out of 196012 with flag 11230775/5657536
275.42/287.28	c cleaning 99005 clauses out of 198011 with flag 11474162/5757537
283.29/295.03	c cleaning 99996 clauses out of 200005 with flag 11726924/5858536
289.96/302.16	c cleaning 101001 clauses out of 202009 with flag 11981323/5960536
298.41/310.71	c cleaning 101996 clauses out of 204008 with flag 12241323/6063536
307.74/320.37	c cleaning 102998 clauses out of 206012 with flag 12510812/6167536
316.10/329.15	c cleaning 103999 clauses out of 208014 with flag 12767822/6272536
324.39/337.61	c cleaning 105004 clauses out of 210015 with flag 13036212/6378536
331.84/345.23	c cleaning 106001 clauses out of 212012 with flag 13299099/6485537
338.73/352.20	c cleaning 107000 clauses out of 214010 with flag 13567024/6593536
348.17/362.14	c cleaning 107999 clauses out of 216010 with flag 13833456/6702536
360.12/374.38	c cleaning 108999 clauses out of 218011 with flag 14128854/6812536
367.33/381.79	c cleaning 109998 clauses out of 220013 with flag 14391424/6923537
377.36/392.26	c cleaning 111000 clauses out of 222014 with flag 14670359/7035536
386.03/401.26	c cleaning 112000 clauses out of 224015 with flag 14952084/7148537
392.37/407.89	c cleaning 113002 clauses out of 226014 with flag 15217601/7262536
400.93/416.51	c cleaning 114001 clauses out of 228013 with flag 15493607/7377537
408.14/423.99	c cleaning 115006 clauses out of 230011 with flag 15763356/7493536
414.86/431.18	c cleaning 115993 clauses out of 232006 with flag 16034375/7610537
422.87/439.53	c cleaning 117003 clauses out of 234013 with flag 16316608/7728537
432.42/449.42	c cleaning 117996 clauses out of 236009 with flag 16602096/7847536
441.02/458.28	c cleaning 118999 clauses out of 238014 with flag 16888162/7967537
451.01/468.76	c cleaning 120006 clauses out of 240014 with flag 17195981/8088536
459.27/477.13	c cleaning 121004 clauses out of 242009 with flag 17485481/8210537
466.16/484.34	c cleaning 121998 clauses out of 244005 with flag 17763852/8333537
477.37/495.82	c cleaning 122998 clauses out of 246006 with flag 18077146/8457536
486.90/505.67	c cleaning 123997 clauses out of 248008 with flag 18384672/8582536
496.15/515.15	c cleaning 124999 clauses out of 250012 with flag 18696674/8708537
505.80/525.14	c cleaning 125995 clauses out of 252013 with flag 19007163/8835537
514.16/533.92	c cleaning 127000 clauses out of 254017 with flag 19297293/8963536
526.68/546.70	c cleaning 127998 clauses out of 256017 with flag 19612743/9092536
534.72/554.93	c cleaning 129002 clauses out of 258019 with flag 19906696/9222536
542.58/562.72	c cleaning 130006 clauses out of 260017 with flag 20200959/9353536
550.56/571.23	c cleaning 131004 clauses out of 262012 with flag 20502543/9485537
560.07/581.29	c cleaning 132000 clauses out of 264007 with flag 20810073/9618536
570.86/592.48	c cleaning 133001 clauses out of 266009 with flag 21133534/9752538
579.60/601.53	c cleaning 134001 clauses out of 268006 with flag 21447118/9887536
588.13/610.49	c cleaning 134998 clauses out of 270005 with flag 21756626/10023536
598.09/620.73	c cleaning 135998 clauses out of 272008 with flag 22072558/10160537
608.69/631.66	c cleaning 137002 clauses out of 274009 with flag 22404101/10298536
619.67/642.91	c cleaning 138000 clauses out of 276008 with flag 22740109/10437537
629.00/652.50	c cleaning 139002 clauses out of 278007 with flag 23072989/10577536
639.17/663.04	c cleaning 139993 clauses out of 280005 with flag 23407505/10718536
648.27/672.32	c cleaning 141002 clauses out of 282013 with flag 23731751/10860537
660.85/685.20	c cleaning 142004 clauses out of 284011 with flag 24084051/11003537
670.13/694.83	c cleaning 142998 clauses out of 286007 with flag 24410791/11147537
678.15/703.16	c cleaning 143998 clauses out of 288008 with flag 24732790/11292536
686.17/711.52	c cleaning 144999 clauses out of 290010 with flag 25058104/11438536
693.96/719.60	c cleaning 145999 clauses out of 292012 with flag 25384246/11585537
702.45/728.42	c cleaning 147000 clauses out of 294014 with flag 25713071/11733538
710.82/737.18	c cleaning 148002 clauses out of 296013 with flag 26043521/11882537
719.58/746.20	c cleaning 149003 clauses out of 298010 with flag 26384044/12032536
728.62/755.79	c cleaning 149999 clauses out of 300007 with flag 26721979/12183536
738.08/765.64	c cleaning 150994 clauses out of 302008 with flag 27060655/12335536
746.38/774.24	c cleaning 152006 clauses out of 304015 with flag 27401656/12488537
755.67/783.87	c cleaning 153003 clauses out of 306008 with flag 27745813/12642536
763.93/792.69	c cleaning 153996 clauses out of 308005 with flag 28091816/12797536
773.94/802.86	c cleaning 155001 clauses out of 310010 with flag 28437461/12953537
782.62/811.72	c cleaning 155998 clauses out of 312009 with flag 28786219/13110537
791.64/821.22	c cleaning 156999 clauses out of 314011 with flag 29136759/13268537
801.25/831.12	c cleaning 158000 clauses out of 316011 with flag 29490827/13427536
810.72/840.92	c cleaning 159002 clauses out of 318013 with flag 29849499/13587538
821.12/851.04	c cleaning 159998 clauses out of 320011 with flag 30209002/13748538
830.34/860.51	c cleaning 161002 clauses out of 322012 with flag 30570126/13910537
840.30/871.00	c cleaning 162002 clauses out of 324009 with flag 30933765/14073536
850.63/881.74	c cleaning 163000 clauses out of 326007 with flag 31300279/14237536
861.33/892.87	c cleaning 164002 clauses out of 328007 with flag 31668686/14402536
871.75/903.57	c cleaning 165002 clauses out of 330006 with flag 32041860/14568537
883.46/915.42	c cleaning 165997 clauses out of 332004 with flag 32415969/14735537
894.17/926.55	c cleaning 166997 clauses out of 334007 with flag 32792897/14903537
904.65/937.58	c cleaning 168001 clauses out of 336009 with flag 33170422/15072536
918.09/951.58	c cleaning 169000 clauses out of 338009 with flag 33551874/15242537
930.29/963.89	c cleaning 170004 clauses out of 340009 with flag 33935465/15413537
942.19/975.27	c cleaning 170999 clauses out of 342004 with flag 34320562/15585536
953.06/986.54	c cleaning 171999 clauses out of 344006 with flag 34706163/15758537
964.29/998.36	c cleaning 172999 clauses out of 346007 with flag 35098168/15932537
977.62/1012.10	c cleaning 173997 clauses out of 348007 with flag 35490061/16107536
989.24/1024.16	c cleaning 175000 clauses out of 350011 with flag 35881734/16283537
1000.94/1036.47	c cleaning 175992 clauses out of 352010 with flag 36276991/16460536
1013.09/1049.25	c cleaning 177007 clauses out of 354019 with flag 36674874/16638537
1026.67/1063.02	c cleaning 178001 clauses out of 356011 with flag 37079177/16817536
1038.41/1075.25	c cleaning 179002 clauses out of 358012 with flag 37482356/16997538
1049.48/1086.33	c cleaning 180000 clauses out of 360008 with flag 37887962/17178536
1059.92/1097.26	c cleaning 181000 clauses out of 362008 with flag 38293031/17360536
1073.72/1110.91	c cleaning 182003 clauses out of 364012 with flag 38701202/17543540
1086.67/1124.13	c cleaning 182998 clauses out of 366005 with flag 39111456/17727536
1098.53/1136.50	c cleaning 183998 clauses out of 368008 with flag 39526820/17912537
1112.97/1151.25	c cleaning 185001 clauses out of 370009 with flag 39947250/18098536
1126.21/1164.89	c cleaning 185997 clauses out of 372009 with flag 40368355/18285537
1141.64/1180.85	c cleaning 187002 clauses out of 374012 with flag 40798801/18473537
1156.01/1195.45	c cleaning 187996 clauses out of 376010 with flag 41222973/18662537
1169.33/1209.31	c cleaning 189005 clauses out of 378014 with flag 41646518/18852537
1182.04/1222.40	c cleaning 189998 clauses out of 380010 with flag 42070528/19043538
1195.66/1235.57	c cleaning 190999 clauses out of 382011 with flag 42497959/19235537
1209.84/1250.25	c cleaning 192002 clauses out of 384011 with flag 42927371/19428536
1222.56/1263.35	c cleaning 193002 clauses out of 386009 with flag 43363232/19622536
1236.37/1277.73	c cleaning 193996 clauses out of 388007 with flag 43798084/19817536
1248.53/1290.30	c cleaning 195000 clauses out of 390012 with flag 44236579/20013537
1262.91/1305.28	c cleaning 195996 clauses out of 392011 with flag 44677498/20210536
1278.27/1321.12	c cleaning 197006 clauses out of 394016 with flag 45120796/20408537
1295.36/1337.34	c cleaning 198002 clauses out of 396009 with flag 45564997/20607536
1309.28/1351.55	c cleaning 198999 clauses out of 398008 with flag 46009010/20807537
1323.87/1366.74	c cleaning 199998 clauses out of 400008 with flag 46455529/21008536
1338.75/1381.91	c cleaning 200996 clauses out of 402010 with flag 46904406/21210536
1353.21/1396.72	c cleaning 201999 clauses out of 404014 with flag 47359464/21413536
1367.37/1411.58	c cleaning 203000 clauses out of 406015 with flag 47813724/21617536
1380.26/1424.98	c cleaning 204003 clauses out of 408016 with flag 48270208/21822537
1395.22/1439.31	c cleaning 205005 clauses out of 410012 with flag 48728060/22028536
1409.44/1454.24	c cleaning 205996 clauses out of 412007 with flag 49189967/22235536
1423.57/1468.91	c cleaning 206997 clauses out of 414012 with flag 49654489/22443537
1437.42/1483.22	c cleaning 208002 clauses out of 416015 with flag 50121793/22652537
1452.03/1498.18	c cleaning 208999 clauses out of 418013 with flag 50590513/22862537
1467.12/1513.95	c cleaning 210002 clauses out of 420013 with flag 51061947/23073536
1481.50/1528.93	c cleaning 210999 clauses out of 422012 with flag 51536093/23285537
1496.20/1544.19	c cleaning 212001 clauses out of 424012 with flag 52010459/23498536
1511.90/1560.35	c cleaning 213000 clauses out of 426011 with flag 52489711/23712536
1526.99/1575.82	c cleaning 214004 clauses out of 428012 with flag 52970224/23927537
1541.21/1590.42	c cleaning 214996 clauses out of 430008 with flag 53453672/24143537
1555.75/1605.37	c cleaning 216003 clauses out of 432011 with flag 53939021/24360536
1573.87/1623.09	c cleaning 216999 clauses out of 434008 with flag 54425649/24578536
1591.07/1640.60	c cleaning 218000 clauses out of 436010 with flag 54919466/24797537
1611.08/1660.97	c cleaning 218997 clauses out of 438009 with flag 55424764/25017536
1628.48/1677.96	c cleaning 220006 clauses out of 440012 with flag 55919173/25238536
1647.89/1697.78	c cleaning 221001 clauses out of 442008 with flag 56416103/25460538
1664.62/1714.89	c cleaning 221997 clauses out of 444005 with flag 56913932/25683536
1682.65/1732.30	c cleaning 223002 clauses out of 446009 with flag 57413350/25907537
1701.07/1751.07	c cleaning 224000 clauses out of 448007 with flag 57917234/26132537
1718.44/1768.79	c cleaning 224997 clauses out of 450006 with flag 58420705/26358536
1736.21/1786.15	c cleaning 225995 clauses out of 452010 with flag 58929649/26585537
1757.30/1807.74	c cleaning 227002 clauses out of 454015 with flag 59444945/26813537
1776.89/1827.65	c cleaning 228004 clauses out of 456012 with flag 59961927/27042536
1797.12/1847.36	c cleaning 229003 clauses out of 458009 with flag 60475936/27272537
1814.02/1864.79	c cleaning 230000 clauses out of 460005 with flag 60998065/27503536
1832.29/1883.58	c cleaning 230997 clauses out of 462006 with flag 61516618/27735537
1850.83/1902.67	c cleaning 231999 clauses out of 464008 with flag 62034408/27968536
1869.43/1921.84	c cleaning 233002 clauses out of 466009 with flag 62557581/28202536
1887.83/1940.84	c cleaning 233998 clauses out of 468007 with flag 63090549/28437536
1910.23/1963.87	c cleaning 235002 clauses out of 470011 with flag 63626620/28673538
1929.75/1983.77	c cleaning 235997 clauses out of 472007 with flag 64157016/28910536
1949.19/2003.84	c cleaning 237001 clauses out of 474010 with flag 64690418/29148536
1969.68/2025.08	c cleaning 237996 clauses out of 476009 with flag 65232236/29387536
1991.72/2046.21	c cleaning 238997 clauses out of 478013 with flag 65784730/29627536
2013.07/2068.00	c cleaning 240002 clauses out of 480016 with flag 66330273/29868536
2032.95/2088.32	c cleaning 241005 clauses out of 482014 with flag 66888995/30110536
2053.55/2109.52	c cleaning 241995 clauses out of 484009 with flag 67437075/30353536
2074.35/2130.95	c cleaning 243003 clauses out of 486015 with flag 67993422/30597537
2093.67/2149.57	c cleaning 243997 clauses out of 488011 with flag 68538798/30842536
2113.05/2169.25	c cleaning 245000 clauses out of 490014 with flag 69087454/31088536
2132.36/2187.98	c cleaning 246000 clauses out of 492015 with flag 69638857/31335537
2149.71/2205.57	c cleaning 247003 clauses out of 494015 with flag 70196137/31583537
2169.62/2225.99	c cleaning 248003 clauses out of 496012 with flag 70763985/31832537
2189.61/2245.21	c cleaning 249000 clauses out of 498008 with flag 71322717/32082536
2210.73/2266.75	c cleaning 249992 clauses out of 500008 with flag 71883428/32333536
2229.96/2285.56	c cleaning 251006 clauses out of 502017 with flag 72444958/32585537
2248.13/2303.80	c cleaning 252006 clauses out of 504011 with flag 73021937/32838537
2272.93/2328.06	c cleaning 252995 clauses out of 506004 with flag 73608112/33092536
2296.85/2352.70	c cleaning 253998 clauses out of 508011 with flag 74178026/33347538
2318.60/2375.21	c cleaning 255000 clauses out of 510011 with flag 74748154/33603536
2338.84/2396.16	c cleaning 255999 clauses out of 512012 with flag 75323007/33860537
2362.29/2420.12	c cleaning 257003 clauses out of 514012 with flag 75898516/34118536
2382.65/2441.19	c cleaning 257997 clauses out of 516011 with flag 76478328/34377538
2404.91/2464.07	c cleaning 259002 clauses out of 518012 with flag 77066263/34637536
2424.53/2484.75	c cleaning 260001 clauses out of 520010 with flag 77650168/34898536
2444.58/2505.52	c cleaning 261003 clauses out of 522010 with flag 78239844/35160537
2465.25/2526.95	c cleaning 261998 clauses out of 524007 with flag 78829966/35423537
2485.41/2547.75	c cleaning 263001 clauses out of 526008 with flag 79417113/35687536
2507.70/2570.64	c cleaning 264001 clauses out of 528007 with flag 80008966/35952536
2527.23/2590.85	c cleaning 264998 clauses out of 530007 with flag 80603576/36218537
2548.61/2612.84	c cleaning 266000 clauses out of 532008 with flag 81201816/36485536
2566.91/2631.78	c cleaning 267002 clauses out of 534008 with flag 81799922/36753536
2586.46/2652.34	c cleaning 267997 clauses out of 536006 with flag 82400488/37022536
2605.03/2671.96	c cleaning 269001 clauses out of 538009 with flag 83003410/37292536
2625.57/2693.46	c cleaning 269998 clauses out of 540008 with flag 83605923/37563536
2645.52/2714.21	c cleaning 270999 clauses out of 542010 with flag 84213428/37835536
2669.20/2738.74	c cleaning 272001 clauses out of 544012 with flag 84829132/38108537
2695.15/2765.41	c cleaning 273001 clauses out of 546010 with flag 85441571/38382536
2722.94/2792.94	c cleaning 273997 clauses out of 548009 with flag 86062828/38657536
2746.78/2817.49	c cleaning 274994 clauses out of 550012 with flag 86682757/38933536
2770.74/2842.01	c cleaning 276006 clauses out of 552018 with flag 87304901/39210536
2792.53/2864.67	c cleaning 277000 clauses out of 554012 with flag 87926989/39488536
2816.32/2889.31	c cleaning 277996 clauses out of 556012 with flag 88552203/39767536
2838.96/2912.81	c cleaning 279004 clauses out of 558018 with flag 89181163/40047538
2859.82/2934.44	c cleaning 279997 clauses out of 560012 with flag 89809778/40328536
2879.07/2954.49	c cleaning 281002 clauses out of 562016 with flag 90438776/40610537
2900.84/2977.02	c cleaning 281998 clauses out of 564013 with flag 91073060/40893536
2923.86/3001.00	c cleaning 283004 clauses out of 566016 with flag 91708002/41177537
2948.31/3026.27	c cleaning 284002 clauses out of 568012 with flag 92343180/41462537
2972.33/3051.19	c cleaning 285003 clauses out of 570010 with flag 92981988/41748537
2995.53/3075.29	c cleaning 285994 clauses out of 572007 with flag 93622642/42035537
3015.73/3096.30	c cleaning 287007 clauses out of 574013 with flag 94265098/42323537
3036.63/3118.17	c cleaning 287998 clauses out of 576005 with flag 94912714/42612536
3058.58/3141.09	c cleaning 288998 clauses out of 578008 with flag 95559956/42902537
3080.51/3163.93	c cleaning 289998 clauses out of 580010 with flag 96207907/43193537
3105.29/3189.80	c cleaning 291002 clauses out of 582012 with flag 96856584/43485537
3127.78/3213.22	c cleaning 291999 clauses out of 584010 with flag 97509902/43778537
3149.96/3235.88	c cleaning 293001 clauses out of 586011 with flag 98164505/44072537
3174.12/3260.94	c cleaning 294001 clauses out of 588010 with flag 98822264/44367537
3199.73/3285.59	c cleaning 295000 clauses out of 590008 with flag 99482208/44663536
3223.85/3310.77	c cleaning 296001 clauses out of 592008 with flag 100144555/44960536
3252.03/3339.58	c cleaning 297001 clauses out of 594007 with flag 100814798/45258536
3279.24/3367.64	c cleaning 298002 clauses out of 596008 with flag 101482117/45557538
3308.84/3397.15	c cleaning 298992 clauses out of 598006 with flag 102165352/45857538
3336.46/3425.50	c cleaning 300001 clauses out of 600012 with flag 102871677/46158536
3370.92/3460.73	c cleaning 300998 clauses out of 602012 with flag 103578246/46460537
3397.87/3488.17	c cleaning 302002 clauses out of 604013 with flag 104276121/46763536
3425.46/3516.61	c cleaning 303001 clauses out of 606011 with flag 104962845/47067536
3454.66/3546.05	c cleaning 303999 clauses out of 608010 with flag 105680444/47372536
3477.85/3570.20	c cleaning 304991 clauses out of 610011 with flag 106372433/47678536
3502.93/3595.95	c cleaning 306003 clauses out of 612021 with flag 107063850/47985537
3529.12/3622.03	c cleaning 307006 clauses out of 614019 with flag 107753567/48293538
3563.85/3657.48	c cleaning 307999 clauses out of 616011 with flag 108469421/48602536
3588.81/3683.32	c cleaning 309001 clauses out of 618013 with flag 109205793/48912537
3600.06/3695.20	c starts		: 5
3600.06/3695.21	c conflicts		: 49125401
3600.06/3695.21	c decisions		: 71070004
3600.06/3695.21	c propagations		: 373423005
3600.06/3695.21	c inspects		: 32371468121
3600.06/3695.21	c shortcuts		: 0
3600.06/3695.21	c learnt literals	: 0
3600.06/3695.21	c learnt binary clauses	: 0
3600.06/3695.21	c learnt ternary clauses	: 0
3600.06/3695.21	c learnt constraints	: 49125401
3600.06/3695.21	c ignored constraints	: 0
3600.06/3695.21	c root simplifications	: 0
3600.06/3695.21	c removed literals (reason simplification)	: 23183531
3600.06/3695.21	c reason swapping (by a shorter reason)	: 0
3600.06/3695.21	c Calls to reduceDB	: 339
3600.06/3695.21	c Number of update (reduction) of LBD	: 4298390
3600.06/3695.21	c Imported unit clauses	: 0
3600.06/3695.21	c No decision after first conflict	: false
3600.06/3695.21	c number of reductions to clauses (during analyze)	: 0
3600.06/3695.21	c number of learned constraints concerned by reduction	: 0
3600.06/3695.21	c number of learning phase by resolution	: 0
3600.06/3695.21	c number of learning phase by cutting planes	: 0
3600.06/3695.21	c number of rounding to 1 operations	: 0
3600.06/3695.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3695.21	c number of reductions of the coefficients by power 2 	: 0
3600.06/3695.21	c number of right shift for reduction by power 2 	: 0
3600.06/3695.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3695.21	c number of ending skipping 	: 0
3600.06/3695.21	c number of internal skipping 	: 0
3600.06/3695.21	c number of derivation steps 	: 0
3600.06/3695.21	c number of skipped derivation steps 	: 0
3600.06/3695.21	c number of remaining unassigned 	: 0
3600.06/3695.21	c number of remaining assigned 	: 0
3600.06/3695.21	c number of falsified literals weakened from reason	: 0
3600.06/3695.21	c number of falsified literals weakened from conflict	: 0
3600.06/3695.21	c time for arithmetic operations	: 0
3600.06/3695.21	c minimum degree of deleted constraints	: null
3600.06/3695.21	c maximum degree of deleted constraints	: null
3600.06/3695.21	c number of deleted constraints	: 0
3600.06/3695.21	c speed (assignments/second)	: 101064.82446278451
3600.06/3695.21	c non guided choices	: 0
3600.06/3695.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 521876
3600.06/3695.26	s SATISFIABLE
3600.06/3695.26	c Found 4 solution(s)
3600.06/3695.27	v -x1 x2 x3 x4 x5 x6 x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 x22 x23 -x24 -x25 -x26 x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 x41 x42 -x43 -x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 x60 -x61 -x62 x63 x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 x85 x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 x122 x123 x124 -x125 -x126 x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 x142 -x143 -x144 x145 x146 x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 x165 x166 x167 -x168 x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 x188 x189 x190 x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 x213 x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 x226 x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 x250 x251 x252 -x253 -x254 x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 x270 -x271 -x272 x273 x274 x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 x292 x293 x294 x295 -x296 x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 x315 x316 x317 x318 x319 x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 x340 x341 x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 x354 x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 x378 x379 x380 -x381 -x382 x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 x398 -x399 -x400 x401 x402 x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 x420 x421 x422 x423 -x424 x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 x443 x444 x445 x446 x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 x469 x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 x482 x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 x505 x506 x507 x508 -x509 -x510 x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 x525 x526 -x527 -x528 x529 x530 x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 x549 x550 x551 -x552 x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 x571 x572 x573 x574 x575 x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 x596 x597 x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 x609 x610 x611 -x612 -x613 -x614 -x615 x616 -x617 -x618 -x619 -x620 x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 x633 x634 x635 x636 -x637 -x638 x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 x653 x654 -x655 -x656 x657 x658 x659 -x660 -x661 -x662 -x663 x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 x676 x677 x678 x679 -x680 x681 x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 x700 x701 x702 x703 x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 
3600.06/3695.27	c objective function=203
3600.06/3695.27	c Total wall clock time (in seconds): 3695.023

Verifier Data

OK	203

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

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-19,28-31,44,46-47,52-55,60-63
  3550 MHz: 37-38,45
  3600 MHz: 20-27,32-36,39-43,48-51,56-59
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (63827 MiB free)
  node 1: cores 8-15, 129019 MiB (127430 MiB free)
  node 2: cores 16-23, 129019 MiB (128193 MiB free)
  node 3: cores 24-31, 129003 MiB (128024 MiB free)
  node 4: cores 32-39, 129019 MiB (124587 MiB free)
  node 5: cores 40-47, 128973 MiB (124886 MiB free)
  node 6: cores 48-55, 129019 MiB (112863 MiB free)
  node 7: cores 56-63, 128474 MiB (124512 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=1666014, runsolver pid=1665989
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 7.46 12.76 14.01 4/950 1666135
/proc/meminfo: memFree=956690480/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=34900044 memory=44372 CPUtime=0.03 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 5159 0 0 0 2 1 0 0 20 0 19 0 321670983 35737645056 10547 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8725011 11093 5971 1 0 30508 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=34900044 memory=4026561570 CPUtime=0.01 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) D 1665989 1666014 1664999 0 -1 4194368 2509 0 0 0 1 0 0 0 20 0 19 0 321670986 35737645056 10547 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=34900044 memory=237129435928 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10547 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=34900044 memory=3492 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10547 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=34900044 memory=19202 CPUtime=0 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10547 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=34900044 memory=19771 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10547 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=34900044 memory=18273 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10547 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 44372 KiB

[startup+0.21346 s]*
/proc/loadavg: 7.46 12.76 14.01 3/950 1666135
/proc/meminfo: memFree=956688672/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=34900044 memory=49032 CPUtime=0.08 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 5700 0 0 0 7 1 0 0 20 0 19 0 321670983 35737645056 11913 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8725011 12258 6098 1 0 30961 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=34900044 memory=7378697633510326405 CPUtime=0.04 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 2909 0 0 0 4 0 0 0 20 0 19 0 321670986 35737645056 11913 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=34900044 memory=3472275545537118557 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 11913 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=34900044 memory=55216921906174 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 11913 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=34900044 memory=61818303432934 CPUtime=0 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 11913 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=34900044 memory=57420290476638 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 11913 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=34900044 memory=54104659608250 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 11913 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 49032 KiB

[startup+0.312936 s]*
/proc/loadavg: 7.46 12.76 14.01 20/953 1666138
/proc/meminfo: memFree=956652012/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=34966608 memory=63068 CPUtime=0.24 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 8055 0 0 0 23 1 0 0 20 0 20 0 321670983 35805806592 15251 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8741652 15767 6256 1 0 33689 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35033172 memory=-7451301768950735710 CPUtime=0.1 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 3312 0 0 0 10 0 0 0 20 0 21 0 321670986 35873968128 15251 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35033172 memory=8908058261624984674 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 321670989 35873968128 15251 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 321670989 35873968128 15251 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 321670989 35873968128 15251 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 321670989 35873968128 15251 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 321670989 35873968128 15251 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 321671016 35873968128 15251 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 63068 KiB

[startup+0.700283 s]
/proc/loadavg: 7.46 12.76 14.01 24/970 1666155
/proc/meminfo: memFree=956416436/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35099736 memory=187972 CPUtime=1.37 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 11714 0 0 0 134 3 0 0 20 0 22 0 321670983 35942129664 46553 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8774934 46993 6282 1 0 82628 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35099736 memory=75664 CPUtime=0.43 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 3416 0 0 0 42 1 0 0 20 0 22 0 321670986 35942129664 46553 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35099736 memory=11676 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 46553 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35099736 memory=5152 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 46553 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35099736 memory=3768 CPUtime=0 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 46553 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35099736 memory=3940 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 46553 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35099736 memory=4480 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 46553 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35099736 memory=3028 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 321671016 35942129664 46553 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 187972 KiB

[startup+1.50022 s]
/proc/loadavg: 7.46 12.76 14.01 22/983 1666168
/proc/meminfo: memFree=955578548/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35232864 memory=466764 CPUtime=2.94 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 12699 0 0 0 286 8 0 0 20 0 24 0 321670983 36078452736 116355 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8808216 116691 6282 1 0 184953 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35232864 memory=75664 CPUtime=1.13 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 3598 0 0 0 107 6 0 0 20 0 24 0 321670986 36078452736 116355 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 116355 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 116355 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 116355 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 116355 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35232864 memory=279896844985360 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 116355 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35232864 memory=3768 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 321671016 36078452736 116355 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 466764 KiB

[startup+3.11393 s]
/proc/loadavg: 7.46 12.76 14.01 13/980 1666174
/proc/meminfo: memFree=950635600/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35232864 memory=737984 CPUtime=4.54 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 14371 0 0 0 437 17 0 0 20 0 23 0 321670983 36078452736 184217 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8808216 184496 6282 1 0 486206 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35232864 memory=3768 CPUtime=2.53 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 3874 0 0 0 238 15 0 0 20 0 23 0 321670986 36078452736 184217 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35232864 memory=2 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 184217 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 184217 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35232864 memory=75664 CPUtime=0 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 184217 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35232864 memory=4480 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 184217 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 184217 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35232864 memory=622680 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671016 36078452736 184217 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 737984 KiB

[startup+6.30023 s]
/proc/loadavg: 7.50 12.68 13.98 15/979 1666175
/proc/meminfo: memFree=945294188/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35232864 memory=1815548 CPUtime=7.58 cores=40-43

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

/proc/meminfo: memFree=678275332/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35232864 memory=13368436 CPUtime=3313.65 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 746942 0 0 0 322221 9144 0 0 20 0 23 0 321670983 36078452736 3341800 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8808216 3342109 6313 1 0 3363499 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35232864 memory=13368436 CPUtime=3185.8 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 261023 0 0 0 309511 9069 0 0 20 0 23 0 321670986 36078452736 3341800 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35232864 memory=13368436 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3341800 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35232864 memory=15336 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3341800 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35232864 memory=13368436 CPUtime=0.11 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 173 0 0 0 6 5 0 0 20 0 23 0 321670989 36078452736 3341800 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35232864 memory=13368436 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3341800 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35232864 memory=13368436 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 1504 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3341800 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35232864 memory=15336 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671016 36078452736 3341800 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 3313.65 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13368436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.75 4.61 5.44 6/912 1666414
/proc/meminfo: memFree=675643048/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=3372.39 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 754222 0 0 0 327984 9255 0 0 20 0 23 0 321670983 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8808216 3300349 6313 1 0 3321659 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=3243.31 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 265742 0 0 0 315151 9180 0 0 20 0 23 0 321670986 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35232864 memory=15336 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35232864 memory=15336 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=0.11 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 179 0 0 0 6 5 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 1537 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671016 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 3372.39 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13201396 KiB

[startup+3522.3 s]
/proc/loadavg: 4.60 4.58 5.37 7/911 1666415
/proc/meminfo: memFree=672156224/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=3431.07 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 767855 0 0 0 333721 9386 0 0 20 0 23 0 321670983 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8808216 3300349 6313 1 0 3321659 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=3300.14 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 270815 0 0 0 320705 9309 0 0 20 0 23 0 321670986 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35232864 memory=15336 CPUtime=0.11 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 182 0 0 0 6 5 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35232864 memory=75692 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35232864 memory=5152 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 1569 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35232864 memory=75692 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671016 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 3431.07 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13201396 KiB

[startup+3582.3 s]
/proc/loadavg: 4.52 4.56 5.32 6/911 1666417
/proc/meminfo: memFree=668868260/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=3489.16 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 777417 0 0 0 339391 9525 0 0 20 0 23 0 321670983 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8808216 3300349 6313 1 0 3321659 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35232864 memory=11676 CPUtime=3356.86 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 276481 0 0 0 326238 9448 0 0 20 0 23 0 321670986 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35232864 memory=40104 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35232864 memory=4480 CPUtime=0.11 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 184 0 0 0 6 5 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35232864 memory=15336 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35232864 memory=15336 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 1601 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35232864 memory=75692 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671016 36078452736 3300075 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 3489.16 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13201396 KiB

[startup+3642.3 s]
/proc/loadavg: 4.30 4.50 5.25 4/885 1666459
/proc/meminfo: memFree=781006800/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35232864 memory=13067820 CPUtime=3548.43 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 808746 0 0 0 345189 9654 0 0 20 0 23 0 321670983 36078452736 3266675 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8808216 3266955 6313 1 0 3288189 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35232864 memory=0 CPUtime=3413.87 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 285718 0 0 0 331812 9575 0 0 20 0 23 0 321670986 36078452736 3266675 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35232864 memory=13201396 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3266675 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35232864 memory=11676 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3266675 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35232864 memory=13067820 CPUtime=0.12 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 189 0 0 0 6 6 0 0 20 0 23 0 321670989 36078452736 3266675 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35232864 memory=75692 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3266675 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35232864 memory=15336 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3266675 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35232864 memory=2113 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671016 36078452736 3266675 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 3548.43 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13067820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3695.2 s]
/proc/loadavg: 2.87 4.09 5.06 2/830 1666537
/proc/meminfo: memFree=864275736/1055320700 swapFree=33111616/33554428
[pid=1666014] ppid=1665989 vsize=35232864 memory=13071916 CPUtime=3600.06 cores=40-43
/proc/1666014/stat : 1666014 (java) S 1665989 1666014 1664999 0 -1 4194304 817110 0 0 0 350239 9767 0 0 20 0 23 0 321670983 36078452736 3267701 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
/proc/1666014/statm: 8808216 3267979 6313 1 0 3288189 0
[pid=1666014/tid=1666047] ppid=1665989 vsize=35232864 memory=13071916 CPUtime=3463.93 cores=40-43
/proc/1666014/task/1666047/stat : 1666047 (java) R 1665989 1666014 1664999 0 -1 4194368 290780 0 0 0 336705 9688 0 0 20 0 23 0 321670986 36078452736 3267701 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666084] ppid=1665989 vsize=35232864 memory=17080 CPUtime=0 cores=40-43
/proc/1666014/task/1666084/stat : 1666084 (Referen..andler) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3267701 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666090] ppid=1665989 vsize=35232864 memory=75692 CPUtime=0 cores=40-43
/proc/1666014/task/1666090/stat : 1666090 (Finalizer) S 1665989 1666014 1664999 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3267701 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666107] ppid=1665989 vsize=35232864 memory=11676 CPUtime=0.12 cores=40-43
/proc/1666014/task/1666107/stat : 1666107 (Monitor..Thread) S 1665989 1666014 1664999 0 -1 4194368 192 0 0 0 6 6 0 0 20 0 23 0 321670989 36078452736 3267701 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666127] ppid=1665989 vsize=35232864 memory=5152 CPUtime=0 cores=40-43
/proc/1666014/task/1666127/stat : 1666127 (Notific..Thread) S 1665989 1666014 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3267701 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666132] ppid=1665989 vsize=35232864 memory=3768 CPUtime=0 cores=40-43
/proc/1666014/task/1666132/stat : 1666132 (Common-Cleaner) S 1665989 1666014 1664999 0 -1 4194368 1674 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3267701 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
[pid=1666014/tid=1666143] ppid=1665989 vsize=35232864 memory=3940 CPUtime=0 cores=40-43
/proc/1666014/task/1666143/stat : 1666143 (Timer-0) S 1665989 1666014 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671016 36078452736 3267701 18446744073709551615 93996112130048 93996112133744 140729702245984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93996112141608 93996112142352 93996126826496 140729702254756 140729702254942 140729702254942 140729702260680 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13071916 KiB

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

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

# cumulated CPU time of all completed processes:  user=3502.55 s, system=97.7061 s

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

Child status: 143

Real time (s): 3695.29
CPU time (s): 3600.26
CPU user time (s): 3502.55
CPU system time (s): 97.7061
CPU usage (%): 97.4282
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 16420364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3502.55
system time used= 97.7061
maximum resident set size= 16419172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820612
page faults= 0
swaps= 0
block input operations= 8
block output operations= 11360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19447465
involuntary context switches= 7332


# summary of solver processes directly reported to runsolver:
#   pid: 1666014
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3502.55
#   total CPU system time (s): 97.7061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.264 second user time and 41.9369 second system time

The end

Launcher Data

Begin job on nodeE009 at 2026-07-12 21:17:14
IDJOB=4836266
IDBENCH=178074
IDSOLVER=3672
FILE ID=nodeE009/4836266-1783883833
RUNJOBID= nodeE009-1783883833-1665910
SLURM_JOB_ID= 12747417
Free space on /tmp= 802000 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/normalized-dominating_set_hexgrid_opt_r8_c90.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4836266-1783883833/watcher-4836266-1783883833 -o /tmp/evaluation-result-4836266-1783883833/solver-4836266-1783883833 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836266-1783883833/vars-4836266-1783883833 --bin-var /tmp/runsolver-exch-nodeE009-1783883833-1665910 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836266-1783883833 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836266-1783883833.opb

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

MD5SUM BENCH= 5cd9e1f0d02815fbeb951d906f1abfe2
RANDOM SEED=1094198091

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        956667880 kB
MemAvailable:   1045915152 kB
Buffers:              32 kB
Cached:         91979928 kB
SwapCached:        15224 kB
Active:         15946272 kB
Inactive:       76164476 kB
Active(anon):     542272 kB
Inactive(anon):   102708 kB
Active(file):   15404000 kB
Inactive(file): 76061768 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33111616 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3656 kB
Writeback:             0 kB
AnonPages:        118624 kB
Mapped:           126940 kB
Shmem:            514192 kB
KReclaimable:    3406380 kB
Slab:            3974384 kB
SReclaimable:    3406380 kB
SUnreclaim:       568004 kB
KernelStack:       14064 kB
PageTables:         4588 kB
SecPageTables:     15404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   193497908 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478176 kB
VmallocChunk:          0 kB
Percpu:           121088 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      395716 kB
DirectMap2M:    18800640 kB
DirectMap1G:    1054867456 kB

Free space on /tmp at the end= 802000 MiB
End job on nodeE009 at 2026-07-12 22:18:49