Trace number 4836245

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)-745 3600.24 3612.37

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/
normalized-maxcut_opt_complete_5-partite_inlv_nvert_57.opb
MD5SUM349a1d64df3d6119f524a625e83f3862
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 benchmark-792
Best CPU time to get the best result obtained on this benchmark201.047
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1596
Total number of constraints117040
Number of constraints which are clauses117040
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 constraint3
Maximum length of a constraint3
Number of terms in the objective function 1299
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 1299
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1299
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.10	c version PB26fixedPrime.v20260610
0.00/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.11	c java.vm.version	26.0.1+8-34
0.00/0.11	c java.vm.vendor	Oracle Corporation
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		26.0.1
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		30334720
0.00/0.11	c Max memory 		32178700288
0.00/0.11	c Total memory 		33554432
0.00/0.11	c Number of processors 	4
0.08/0.14	c Pseudo Boolean Optimization by upper bound
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.14	c Expensive reason simplification
0.08/0.14	c Glucose 2.1 dynamic restart strategy
0.08/0.14	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.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c Listener: none
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-4836245-1783695758.opb
0.08/0.14	c reading problem ... 
0.13/3.10	c using VERIPB proof format
0.13/3.10	c  objective function found
1.02/3.40	c ... done. Wall clock time 3.263s.
1.02/3.40	c declared #vars     1596
1.02/3.40	c #constraints  117040
1.02/3.40	c constraints type 
1.02/3.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 117040
1.02/3.40	c 117040 constraints processed.
1.02/3.41	c objective function length is 1299 literals
1.02/3.44	c SATISFIABLE
1.02/3.44	c OPTIMIZING...
1.02/3.44	c Got one! Elapsed wall clock time (in seconds):3.299
1.02/3.44	o -509
1.02/3.46	c Got one! Elapsed wall clock time (in seconds):3.319
1.02/3.46	o -527
1.02/3.49	c Got one! Elapsed wall clock time (in seconds):3.351
1.02/3.49	o -530
1.35/3.51	c Got one! Elapsed wall clock time (in seconds):3.376
1.35/3.51	o -531
1.35/3.53	c Got one! Elapsed wall clock time (in seconds):3.393
1.35/3.53	o -547
1.35/3.56	c Got one! Elapsed wall clock time (in seconds):3.419
1.35/3.56	o -550
1.35/3.57	c Got one! Elapsed wall clock time (in seconds):3.435
1.35/3.57	o -564
1.35/3.58	c Got one! Elapsed wall clock time (in seconds):3.447
1.35/3.58	o -578
1.67/3.61	c Got one! Elapsed wall clock time (in seconds):3.477
1.67/3.61	o -579
1.67/3.64	c Got one! Elapsed wall clock time (in seconds):3.502
1.67/3.64	o -592
1.67/3.67	c Got one! Elapsed wall clock time (in seconds):3.53
1.67/3.67	o -595
1.67/3.68	c Got one! Elapsed wall clock time (in seconds):3.542
1.67/3.68	o -606
1.97/3.70	c Got one! Elapsed wall clock time (in seconds):3.56
1.97/3.70	o -609
1.97/3.73	c Got one! Elapsed wall clock time (in seconds):3.593
1.97/3.73	o -618
2.26/3.83	c Got one! Elapsed wall clock time (in seconds):3.697
2.26/3.83	o -620
2.26/3.86	c Got one! Elapsed wall clock time (in seconds):3.727
2.26/3.86	o -627
2.56/3.94	c Got one! Elapsed wall clock time (in seconds):3.806
2.56/3.94	o -628
2.90/4.04	c Got one! Elapsed wall clock time (in seconds):3.902
2.90/4.04	o -634
2.90/4.06	c Got one! Elapsed wall clock time (in seconds):3.928
2.90/4.06	o -636
2.90/4.10	c Got one! Elapsed wall clock time (in seconds):3.967
2.90/4.10	o -637
3.19/4.11	c Got one! Elapsed wall clock time (in seconds):3.976
3.19/4.11	o -641
3.85/4.57	c Got one! Elapsed wall clock time (in seconds):4.43
3.85/4.57	o -642
3.94/4.62	c Got one! Elapsed wall clock time (in seconds):4.487
3.94/4.62	o -644
3.94/4.64	c Got one! Elapsed wall clock time (in seconds):4.498
3.94/4.64	o -646
3.94/4.67	c Got one! Elapsed wall clock time (in seconds):4.536
3.94/4.67	o -648
4.75/5.47	c Got one! Elapsed wall clock time (in seconds):5.333
4.75/5.47	o -650
4.86/5.50	c Got one! Elapsed wall clock time (in seconds):5.367
4.86/5.50	o -654
5.38/6.03	c cleaning 3954 clauses out of 7921 with flag 4002/7921
6.17/6.75	c Got one! Elapsed wall clock time (in seconds):6.61
6.17/6.75	o -656
6.36/6.95	c Got one! Elapsed wall clock time (in seconds):6.817
6.36/6.95	o -658
6.36/6.96	c Got one! Elapsed wall clock time (in seconds):6.824
6.36/6.96	o -671
6.36/6.97	c Got one! Elapsed wall clock time (in seconds):6.829
6.36/6.97	o -672
6.36/6.97	c Got one! Elapsed wall clock time (in seconds):6.833
6.36/6.97	o -677
6.36/6.98	c Got one! Elapsed wall clock time (in seconds):6.841
6.36/6.98	o -682
6.64/7.28	c Got one! Elapsed wall clock time (in seconds):7.145
6.64/7.28	o -683
6.64/7.29	c Got one! Elapsed wall clock time (in seconds):7.15
6.64/7.29	o -691
6.74/7.30	c Got one! Elapsed wall clock time (in seconds):7.159
6.74/7.30	o -694
6.74/7.30	c Got one! Elapsed wall clock time (in seconds):7.163
6.74/7.30	o -696
6.74/7.36	c Got one! Elapsed wall clock time (in seconds):7.221
6.74/7.36	o -698
7.36/7.91	c cleaning 5479 clauses out of 10967 with flag 4062/14921
8.83/9.42	c cleaning 5741 clauses out of 11490 with flag 16066/20923
10.63/11.37	c cleaning 6369 clauses out of 12748 with flag 30064/27922
11.42/12.19	c Got one! Elapsed wall clock time (in seconds):12.05
11.42/12.19	o -701
12.14/12.96	c cleaning 6084 clauses out of 12177 with flag 6259/33720
13.85/14.60	c cleaning 6040 clauses out of 12093 with flag 18328/39720
14.20/15.03	c Got one! Elapsed wall clock time (in seconds):14.889
14.20/15.03	o -705
15.34/16.21	c cleaning 5824 clauses out of 11659 with flag 8285/45326
17.06/18.06	c cleaning 5913 clauses out of 11835 with flag 20285/51326
19.05/20.15	c cleaning 6453 clauses out of 12922 with flag 34285/58326
21.62/22.85	c cleaning 7228 clauses out of 14469 with flag 50286/66326
24.03/25.47	c cleaning 8115 clauses out of 16242 with flag 68289/75327
26.85/28.47	c cleaning 9055 clauses out of 18127 with flag 88290/85327
29.92/31.62	c cleaning 10032 clauses out of 20072 with flag 110290/96327
34.70/36.54	c cleaning 11013 clauses out of 22040 with flag 134290/108327
38.86/40.92	c cleaning 12005 clauses out of 24026 with flag 160289/121326
43.29/45.49	c cleaning 13004 clauses out of 26021 with flag 188303/135326
48.11/50.39	c cleaning 13999 clauses out of 28017 with flag 218313/150326
52.16/54.60	c cleaning 15003 clauses out of 30018 with flag 250313/166326
57.26/59.87	c cleaning 15999 clauses out of 32015 with flag 284314/183326
62.34/65.06	c cleaning 16999 clauses out of 34017 with flag 320317/201327
68.13/71.03	c cleaning 18002 clauses out of 36017 with flag 358315/220326
74.55/77.69	c cleaning 19000 clauses out of 38015 with flag 398315/240326
81.14/84.22	c cleaning 19998 clauses out of 40015 with flag 440315/261326
88.38/91.67	c cleaning 20998 clauses out of 42018 with flag 484317/283327
96.37/99.82	c cleaning 22000 clauses out of 44020 with flag 530317/306327
104.43/108.05	c cleaning 23002 clauses out of 46020 with flag 578317/330327
114.42/118.28	c cleaning 23999 clauses out of 48017 with flag 628319/355326
123.93/127.92	c cleaning 25004 clauses out of 50019 with flag 680324/381327
131.74/135.93	c cleaning 25999 clauses out of 52015 with flag 734324/408327
140.67/144.78	c cleaning 27001 clauses out of 54017 with flag 790329/436328
149.70/153.90	c cleaning 28000 clauses out of 56015 with flag 848328/465327
159.37/163.72	c cleaning 29002 clauses out of 58015 with flag 908330/495327
170.62/175.24	c cleaning 29996 clauses out of 60012 with flag 970328/526326
180.59/185.09	c cleaning 31001 clauses out of 62017 with flag 1034330/558327
192.68/197.39	c cleaning 31996 clauses out of 64015 with flag 1100335/591326
204.25/209.17	c cleaning 33001 clauses out of 66019 with flag 1168335/625326
216.56/221.65	c cleaning 33998 clauses out of 68018 with flag 1238335/660326
228.33/233.31	c cleaning 35000 clauses out of 70021 with flag 1310337/696327
241.27/246.42	c cleaning 36003 clauses out of 72021 with flag 1384338/733327
252.03/257.39	c cleaning 36998 clauses out of 74017 with flag 1460336/771326
263.37/268.44	c cleaning 38001 clauses out of 76019 with flag 1538336/810326
274.70/279.82	c Got one! Elapsed wall clock time (in seconds):279.684
274.70/279.82	o -709
276.45/281.64	c cleaning 40940 clauses out of 81898 with flag 10056/854206
278.58/283.84	c cleaning 23470 clauses out of 46959 with flag 22281/860207
280.91/286.19	c cleaning 15240 clauses out of 30487 with flag 36298/867205
283.72/289.03	c cleaning 11617 clauses out of 23248 with flag 52301/875206
287.28/292.63	c cleaning 10303 clauses out of 20630 with flag 70299/884205
291.17/296.67	c cleaning 10154 clauses out of 20328 with flag 90301/894206
295.79/301.19	c cleaning 10578 clauses out of 21173 with flag 112300/905205
301.49/307.00	c cleaning 11292 clauses out of 22596 with flag 136302/917206
307.07/312.69	c cleaning 12144 clauses out of 24303 with flag 162300/930205
311.77/317.40	c cleaning 13072 clauses out of 26160 with flag 190305/944206
317.21/322.98	c cleaning 14035 clauses out of 28087 with flag 220304/959205
323.55/329.46	c cleaning 15018 clauses out of 30052 with flag 252304/975205
331.13/337.01	c cleaning 16007 clauses out of 32035 with flag 286306/992206
336.67/342.65	c cleaning 17006 clauses out of 34028 with flag 322308/1010206
343.50/349.58	c cleaning 18003 clauses out of 36022 with flag 360308/1029206
351.52/357.78	c cleaning 18998 clauses out of 38018 with flag 400322/1049205
360.15/366.22	c cleaning 20003 clauses out of 40022 with flag 442327/1070207
369.33/375.57	c cleaning 20995 clauses out of 42018 with flag 486327/1092206
379.42/385.79	c cleaning 21999 clauses out of 44022 with flag 532325/1115205
389.01/395.41	c cleaning 23003 clauses out of 46024 with flag 580327/1139206
399.70/406.24	c cleaning 24001 clauses out of 48021 with flag 630329/1164206
410.46/416.94	c cleaning 25000 clauses out of 50019 with flag 682327/1190205
420.55/427.21	c cleaning 26001 clauses out of 52019 with flag 736329/1217205
431.49/438.28	c cleaning 26999 clauses out of 54018 with flag 792332/1245205
448.77/455.49	c cleaning 27999 clauses out of 56020 with flag 850334/1274206
464.16/470.91	c cleaning 28998 clauses out of 58021 with flag 910335/1304206
477.95/484.91	c cleaning 30003 clauses out of 60024 with flag 972337/1335207
491.88/498.62	c cleaning 30998 clauses out of 62019 with flag 1036334/1367205
507.35/514.24	c cleaning 31999 clauses out of 64021 with flag 1102335/1400205
523.09/529.86	c cleaning 32997 clauses out of 66022 with flag 1170337/1434205
536.27/543.18	c cleaning 34005 clauses out of 68026 with flag 1240342/1469206
550.32/556.94	c cleaning 35001 clauses out of 70020 with flag 1312340/1505205
567.40/574.11	c cleaning 36001 clauses out of 72020 with flag 1386342/1542206
582.56/589.47	c cleaning 36998 clauses out of 74019 with flag 1462342/1580206
598.46/605.19	c cleaning 37999 clauses out of 76020 with flag 1540353/1619205
615.29/622.05	c cleaning 39000 clauses out of 78022 with flag 1620356/1659206
631.40/637.95	c cleaning 39999 clauses out of 80021 with flag 1702362/1700205
654.71/661.33	c cleaning 41002 clauses out of 82023 with flag 1786365/1742206
677.27/683.69	c cleaning 42001 clauses out of 84020 with flag 1872363/1785205
701.14/707.60	c cleaning 43001 clauses out of 86020 with flag 1960365/1829206
727.95/734.23	c cleaning 43998 clauses out of 88019 with flag 2050369/1874206
750.03/756.40	c cleaning 45001 clauses out of 90020 with flag 2142367/1920205
777.87/784.02	c cleaning 46002 clauses out of 92020 with flag 2236375/1967206
813.46/819.88	c cleaning 47000 clauses out of 94017 with flag 2332373/2015205
848.96/855.09	c cleaning 48000 clauses out of 96018 with flag 2430375/2064206
880.65/887.00	c cleaning 48999 clauses out of 98018 with flag 2530375/2114206
914.92/920.94	c cleaning 49998 clauses out of 100019 with flag 2632375/2165206
952.23/958.32	c cleaning 51001 clauses out of 102021 with flag 2736375/2217206
991.47/997.21	c cleaning 52000 clauses out of 104019 with flag 2842374/2270205
1034.26/1040.17	c cleaning 52997 clauses out of 106019 with flag 2950375/2324205
1070.01/1075.62	c cleaning 53999 clauses out of 108023 with flag 3060377/2379206
1104.98/1109.94	c cleaning 55003 clauses out of 110023 with flag 3172379/2435205
1148.86/1154.10	c cleaning 56001 clauses out of 112020 with flag 3286379/2492205
1194.06/1198.82	c cleaning 56998 clauses out of 114019 with flag 3402379/2550205
1249.85/1254.89	c cleaning 57999 clauses out of 116021 with flag 3520379/2609205
1294.46/1299.11	c cleaning 59000 clauses out of 118023 with flag 3640381/2669206
1334.10/1338.92	c cleaning 60002 clauses out of 120023 with flag 3762387/2730206
1356.62/1361.12	c cleaning 61000 clauses out of 122020 with flag 3886385/2792205
1385.20/1389.84	c cleaning 62001 clauses out of 124021 with flag 4012388/2855206
1422.91/1427.22	c cleaning 63001 clauses out of 126019 with flag 4140386/2919205
1461.73/1465.67	c cleaning 63997 clauses out of 128018 with flag 4270392/2984205
1510.14/1513.49	c cleaning 64999 clauses out of 130021 with flag 4402394/3050205
1543.26/1546.75	c cleaning 66002 clauses out of 132022 with flag 4536394/3117205
1576.79/1579.96	c cleaning 67001 clauses out of 134021 with flag 4672396/3185206
1612.39/1615.15	c cleaning 68001 clauses out of 136019 with flag 4810394/3254205
1646.32/1648.49	c cleaning 68998 clauses out of 138018 with flag 4950394/3324205
1682.12/1683.61	c cleaning 70002 clauses out of 140021 with flag 5092399/3395206
1729.39/1730.50	c cleaning 70997 clauses out of 142018 with flag 5236402/3467205
1769.01/1770.51	c cleaning 72005 clauses out of 144023 with flag 5382406/3540207
1799.93/1801.79	c cleaning 72996 clauses out of 146016 with flag 5530402/3614205
1840.70/1842.87	c cleaning 73999 clauses out of 148021 with flag 5680408/3689206
1876.90/1879.35	c cleaning 75000 clauses out of 150022 with flag 5832409/3765206
1879.17/1881.35	c Got one! Elapsed wall clock time (in seconds):1881.213
1879.17/1881.35	o -710
1881.73/1883.94	c cleaning 42888 clauses out of 85789 with flag 10349/3775973
1883.98/1886.25	c cleaning 24448 clauses out of 48901 with flag 22414/3781973
1886.46/1888.69	c Got one! Elapsed wall clock time (in seconds):1888.557
1886.46/1888.69	o -711
1888.06/1890.26	c cleaning 18159 clauses out of 36326 with flag 10036/3793846
1889.90/1892.08	c Got one! Elapsed wall clock time (in seconds):1891.943
1889.90/1892.08	o -713
1891.22/1893.36	c cleaning 14531 clauses out of 29073 with flag 10028/3804752
1892.40/1894.57	c cleaning 10265 clauses out of 20542 with flag 22045/3810752
1893.99/1896.12	c cleaning 8635 clauses out of 17277 with flag 36064/3817752
1896.48/1898.61	c cleaning 8320 clauses out of 16643 with flag 52154/3825753
1899.24/1901.40	c cleaning 8662 clauses out of 17323 with flag 70236/3834753
1902.41/1904.67	c cleaning 9330 clauses out of 18661 with flag 90355/3844753
1905.77/1908.07	c cleaning 10165 clauses out of 20332 with flag 112444/3855754
1906.55/1908.88	c Got one! Elapsed wall clock time (in seconds):1908.741
1906.55/1908.88	o -720
1907.25/1909.58	c cleaning 7689 clauses out of 15382 with flag 4030/3860969
1909.12/1911.49	c cleaning 6846 clauses out of 13694 with flag 16086/3866970
1909.91/1912.27	c Got one! Elapsed wall clock time (in seconds):1912.132
1909.91/1912.27	o -731
1911.00/1913.31	c cleaning 6085 clauses out of 12175 with flag 6041/3872297
1912.38/1914.73	c cleaning 6039 clauses out of 12092 with flag 18081/3878299
1914.05/1916.49	c cleaning 6525 clauses out of 13051 with flag 32125/3885297
1916.23/1918.62	c cleaning 7263 clauses out of 14525 with flag 48200/3893296
1918.56/1920.68	c cleaning 8129 clauses out of 16263 with flag 66228/3902297
1921.43/1923.55	c cleaning 9065 clauses out of 18133 with flag 86322/3912296
1922.22/1924.32	c Got one! Elapsed wall clock time (in seconds):1924.184
1922.22/1924.32	o -735
1923.21/1925.35	c cleaning 7175 clauses out of 14357 with flag 6033/3917585
1925.09/1927.28	c cleaning 6589 clauses out of 13182 with flag 18103/3923585
1927.16/1929.32	c cleaning 6794 clauses out of 13594 with flag 32177/3930586
1929.02/1931.20	c cleaning 7398 clauses out of 14800 with flag 48237/3938586
1931.29/1933.51	c cleaning 8200 clauses out of 16401 with flag 66315/3947585
1933.76/1936.10	c Got one! Elapsed wall clock time (in seconds):1935.959
1933.76/1936.10	o -736
1935.14/1937.40	c cleaning 11560 clauses out of 23120 with flag 10049/3962504
1936.32/1938.66	c cleaning 8781 clauses out of 17561 with flag 22129/3968505
1938.09/1940.45	c cleaning 7885 clauses out of 15779 with flag 36250/3975504
1940.37/1942.76	c cleaning 7943 clauses out of 15894 with flag 52320/3983504
1942.04/1944.45	c Got one! Elapsed wall clock time (in seconds):1944.314
1942.04/1944.45	o -737
1943.23/1945.66	c cleaning 10193 clauses out of 20390 with flag 10067/3995943
1944.48/1946.98	c cleaning 8096 clauses out of 16196 with flag 22118/4001942
1946.66/1949.14	c cleaning 7548 clauses out of 15100 with flag 36190/4008942
1949.03/1951.55	c cleaning 7776 clauses out of 15553 with flag 52267/4016943
1951.38/1953.94	c cleaning 8384 clauses out of 16776 with flag 70336/4025942
1953.55/1956.19	c cleaning 9194 clauses out of 18392 with flag 90376/4035942
1956.00/1958.61	c cleaning 10098 clauses out of 20199 with flag 112406/4046943
1959.00/1961.69	c cleaning 11049 clauses out of 22100 with flag 136434/4058942
1962.37/1965.03	c cleaning 12022 clauses out of 24051 with flag 162474/4071942
1965.42/1968.15	c cleaning 13013 clauses out of 26029 with flag 190607/4085942
1969.55/1972.34	c cleaning 14009 clauses out of 28019 with flag 220710/4100945
1973.69/1976.53	c cleaning 15002 clauses out of 30008 with flag 252860/4116943
1978.25/1981.11	c cleaning 15999 clauses out of 32006 with flag 286950/4133943
1982.37/1985.39	c cleaning 17002 clauses out of 34006 with flag 323016/4151942
1986.02/1989.11	c cleaning 18003 clauses out of 36005 with flag 361042/4170943
1988.09/1991.12	c Got one! Elapsed wall clock time (in seconds):1990.981
1988.09/1991.12	o -743
1989.46/1992.56	c cleaning 14886 clauses out of 29774 with flag 10034/4182715
1989.55/1992.64	c Got one! Elapsed wall clock time (in seconds):1992.5
1989.55/1992.64	o -744
1990.74/1993.85	c cleaning 10031 clauses out of 20071 with flag 10060/4187898
1991.82/1994.94	c cleaning 8014 clauses out of 16040 with flag 22086/4193898
1993.40/1996.56	c cleaning 7508 clauses out of 15026 with flag 36124/4200898
1995.07/1998.23	c cleaning 7756 clauses out of 15518 with flag 52174/4208898
1997.15/2000.32	c cleaning 8377 clauses out of 16762 with flag 70218/4217898
1999.83/2003.08	c cleaning 9190 clauses out of 18386 with flag 90319/4227899
2001.69/2005.00	c cleaning 10098 clauses out of 20195 with flag 112382/4238898
2004.86/2008.17	c cleaning 11048 clauses out of 22097 with flag 136501/4250898
2007.40/2010.73	c cleaning 12019 clauses out of 24051 with flag 162573/4263900
2010.14/2013.48	c cleaning 13009 clauses out of 26032 with flag 190612/4277900
2013.38/2016.71	c cleaning 14009 clauses out of 28022 with flag 220692/4292899
2017.42/2020.85	c cleaning 15002 clauses out of 30012 with flag 252842/4308898
2020.95/2024.42	c cleaning 16002 clauses out of 32010 with flag 286925/4325898
2025.07/2028.66	c cleaning 16997 clauses out of 34008 with flag 323026/4343898
2029.69/2033.34	c cleaning 18005 clauses out of 36012 with flag 361112/4362899
2034.81/2038.52	c cleaning 19002 clauses out of 38006 with flag 401241/4382898
2038.74/2042.58	c cleaning 19997 clauses out of 40004 with flag 443245/4403898
2043.53/2047.49	c cleaning 21003 clauses out of 42007 with flag 487333/4425898
2049.54/2053.53	c cleaning 21997 clauses out of 44004 with flag 533458/4448898
2055.31/2059.36	c cleaning 23003 clauses out of 46008 with flag 581564/4472899
2060.83/2064.95	c cleaning 23998 clauses out of 48006 with flag 631657/4497900
2066.34/2070.55	c cleaning 24998 clauses out of 50006 with flag 683757/4523898
2071.66/2076.00	c cleaning 25998 clauses out of 52008 with flag 737785/4550898
2077.16/2081.51	c cleaning 27004 clauses out of 54011 with flag 793819/4578899
2083.45/2087.99	c cleaning 28002 clauses out of 56006 with flag 851915/4607898
2090.33/2094.75	c cleaning 28995 clauses out of 58005 with flag 912049/4637899
2097.54/2102.07	c cleaning 30000 clauses out of 60010 with flag 974076/4668899
2106.11/2110.70	c cleaning 30999 clauses out of 62009 with flag 1038118/4700898
2114.31/2119.05	c cleaning 31999 clauses out of 64012 with flag 1104238/4733900
2121.20/2126.05	c cleaning 33002 clauses out of 66011 with flag 1172409/4767898
2131.64/2136.40	c cleaning 33996 clauses out of 68010 with flag 1242548/4802899
2141.49/2146.46	c cleaning 35003 clauses out of 70013 with flag 1314607/4838898
2150.83/2155.90	c cleaning 35999 clauses out of 72011 with flag 1388656/4875899
2161.64/2166.94	c cleaning 37003 clauses out of 74012 with flag 1464714/4913899
2174.49/2179.74	c cleaning 37998 clauses out of 76008 with flag 1542793/4952898
2187.60/2193.04	c cleaning 38998 clauses out of 78010 with flag 1622834/4992898
2202.66/2208.33	c cleaning 40002 clauses out of 80013 with flag 1704886/5033899
2216.75/2222.48	c cleaning 40998 clauses out of 82011 with flag 1788911/5075899
2231.91/2237.83	c cleaning 41996 clauses out of 84012 with flag 1874968/5118898
2247.17/2253.30	c cleaning 43004 clauses out of 86016 with flag 1963033/5162898
2261.27/2267.45	c cleaning 44000 clauses out of 88012 with flag 2053063/5207898
2276.51/2282.98	c cleaning 45002 clauses out of 90013 with flag 2145111/5253899
2284.68/2291.29	c Got one! Elapsed wall clock time (in seconds):2291.155
2284.68/2291.29	o -745
2286.63/2293.20	c cleaning 39326 clauses out of 78668 with flag 10002/5287556
2288.93/2295.31	c cleaning 22664 clauses out of 45341 with flag 22000/5293555
2290.88/2297.30	c cleaning 14836 clauses out of 29678 with flag 36003/5300556
2293.00/2299.55	c cleaning 11413 clauses out of 22842 with flag 52004/5308556
2295.55/2302.15	c cleaning 10208 clauses out of 20428 with flag 70005/5317555
2298.16/2304.86	c cleaning 10105 clauses out of 20222 with flag 90009/5327557
2301.16/2307.90	c cleaning 10551 clauses out of 21117 with flag 112009/5338557
2304.56/2311.44	c cleaning 11275 clauses out of 22564 with flag 136005/5350555
2308.51/2315.04	c cleaning 12136 clauses out of 24290 with flag 162007/5363556
2312.38/2319.02	c cleaning 13065 clauses out of 26153 with flag 190005/5377555
2316.15/2322.94	c cleaning 14038 clauses out of 28088 with flag 220008/5392555
2320.34/2327.27	c cleaning 15021 clauses out of 30051 with flag 252011/5408556
2325.25/2332.13	c cleaning 16004 clauses out of 32030 with flag 286011/5425556
2330.12/2337.15	c cleaning 17003 clauses out of 34025 with flag 322012/5443555
2335.55/2342.74	c cleaning 18004 clauses out of 36022 with flag 360015/5462555
2341.50/2348.60	c cleaning 19004 clauses out of 38019 with flag 400017/5482556
2349.83/2357.18	c cleaning 20002 clauses out of 40015 with flag 442017/5503556
2358.35/2365.88	c cleaning 20997 clauses out of 42013 with flag 486017/5525556
2365.58/2373.01	c cleaning 21999 clauses out of 44015 with flag 532015/5548555
2371.91/2379.49	c cleaning 23002 clauses out of 46018 with flag 580019/5572557
2381.24/2388.93	c cleaning 23997 clauses out of 48015 with flag 630018/5597556
2392.73/2400.41	c cleaning 24999 clauses out of 50017 with flag 682022/5623555
2404.14/2412.04	c cleaning 26002 clauses out of 52019 with flag 736024/5650556
2412.77/2420.61	c cleaning 27002 clauses out of 54016 with flag 792036/5678555
2422.57/2430.67	c cleaning 27999 clauses out of 56015 with flag 850055/5707556
2435.03/2443.09	c cleaning 29000 clauses out of 58015 with flag 910054/5737555
2447.61/2455.84	c cleaning 30002 clauses out of 60016 with flag 972056/5768556
2460.62/2468.84	c cleaning 30996 clauses out of 62014 with flag 1036058/5800556
2474.48/2482.93	c cleaning 31998 clauses out of 64017 with flag 1102056/5833555
2487.47/2495.61	c cleaning 33000 clauses out of 66020 with flag 1170062/5867556
2497.55/2506.01	c cleaning 34000 clauses out of 68020 with flag 1240067/5902556
2511.84/2520.32	c cleaning 35000 clauses out of 70019 with flag 1312065/5938555
2528.36/2537.16	c cleaning 36002 clauses out of 72020 with flag 1386067/5975556
2540.92/2549.80	c cleaning 36999 clauses out of 74017 with flag 1462066/6013555
2555.11/2564.14	c cleaning 38002 clauses out of 76018 with flag 1540068/6052555
2571.70/2581.05	c cleaning 38998 clauses out of 78016 with flag 1620068/6092555
2588.77/2598.16	c cleaning 40003 clauses out of 80019 with flag 1702071/6133556
2607.17/2616.60	c cleaning 40999 clauses out of 82015 with flag 1786070/6175555
2624.47/2634.25	c cleaning 41999 clauses out of 84017 with flag 1872072/6218556
2643.29/2653.27	c cleaning 42996 clauses out of 86018 with flag 1960072/6262556
2658.99/2668.60	c cleaning 44002 clauses out of 88021 with flag 2050070/6307555
2678.44/2688.21	c cleaning 44999 clauses out of 90019 with flag 2142070/6353555
2697.01/2706.81	c cleaning 46003 clauses out of 92021 with flag 2236072/6400556
2714.60/2724.76	c cleaning 47000 clauses out of 94017 with flag 2332070/6448555
2732.28/2742.51	c cleaning 47999 clauses out of 96018 with flag 2430072/6497556
2749.86/2760.28	c cleaning 48999 clauses out of 98018 with flag 2530070/6547555
2785.97/2796.53	c cleaning 50000 clauses out of 100019 with flag 2632070/6598555
2825.61/2835.91	c cleaning 50998 clauses out of 102020 with flag 2736072/6650556
2864.25/2874.88	c cleaning 51999 clauses out of 104021 with flag 2842074/6703555
2898.80/2909.62	c cleaning 53000 clauses out of 106022 with flag 2950074/6757555
2938.19/2949.23	c cleaning 54003 clauses out of 108023 with flag 3060076/6812556
2968.10/2979.34	c cleaning 54999 clauses out of 110020 with flag 3172076/6868556
2994.92/3005.97	c cleaning 56000 clauses out of 112021 with flag 3286076/6925556
3025.19/3036.51	c cleaning 56999 clauses out of 114020 with flag 3402075/6983555
3059.57/3071.24	c cleaning 57999 clauses out of 116021 with flag 3520075/7042555
3092.32/3104.22	c cleaning 59001 clauses out of 118022 with flag 3640077/7102555
3126.51/3138.64	c cleaning 60001 clauses out of 120021 with flag 3762080/7163555
3154.15/3165.70	c cleaning 60999 clauses out of 122020 with flag 3886080/7225555
3185.24/3197.12	c cleaning 62001 clauses out of 124021 with flag 4012080/7288555
3218.29/3230.45	c cleaning 63004 clauses out of 126021 with flag 4140082/7352556
3258.63/3270.27	c cleaning 63994 clauses out of 128016 with flag 4270080/7417555
3292.78/3304.76	c cleaning 64997 clauses out of 130022 with flag 4402081/7483555
3330.95/3343.10	c cleaning 66005 clauses out of 132025 with flag 4536081/7550555
3374.76/3387.17	c cleaning 67002 clauses out of 134021 with flag 4672084/7618556
3421.76/3433.69	c cleaning 68000 clauses out of 136019 with flag 4810087/7687556
3469.34/3481.69	c cleaning 68997 clauses out of 138018 with flag 4950086/7757555
3507.29/3519.80	c cleaning 69998 clauses out of 140021 with flag 5092086/7828555
3558.60/3570.76	c cleaning 71002 clauses out of 142024 with flag 5236096/7900556
3600.08/3612.30	c starts		: 5079
3600.08/3612.31	c conflicts		: 7969383
3600.08/3612.31	c decisions		: 8213597
3600.08/3612.31	c propagations		: 889379183
3600.08/3612.31	c inspects		: 84259605046
3600.08/3612.31	c shortcuts		: 0
3600.08/3612.31	c learnt literals	: 0
3600.08/3612.31	c learnt binary clauses	: 0
3600.08/3612.31	c learnt ternary clauses	: 0
3600.08/3612.31	c learnt constraints	: 7969383
3600.08/3612.31	c ignored constraints	: 0
3600.08/3612.31	c root simplifications	: 0
3600.08/3612.31	c removed literals (reason simplification)	: 2107421847
3600.08/3612.31	c reason swapping (by a shorter reason)	: 0
3600.08/3612.31	c Calls to reduceDB	: 266
3600.08/3612.31	c Number of update (reduction) of LBD	: 4291
3600.08/3612.31	c Imported unit clauses	: 0
3600.08/3612.31	c No decision after first conflict	: false
3600.08/3612.31	c number of reductions to clauses (during analyze)	: 0
3600.08/3612.31	c number of learned constraints concerned by reduction	: 0
3600.08/3612.31	c number of learning phase by resolution	: 0
3600.08/3612.31	c number of learning phase by cutting planes	: 0
3600.08/3612.31	c number of rounding to 1 operations	: 0
3600.08/3612.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3612.31	c number of reductions of the coefficients by power 2 	: 0
3600.08/3612.31	c number of right shift for reduction by power 2 	: 0
3600.08/3612.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3612.31	c number of ending skipping 	: 0
3600.08/3612.31	c number of internal skipping 	: 0
3600.08/3612.31	c number of derivation steps 	: 0
3600.08/3612.31	c number of skipped derivation steps 	: 0
3600.08/3612.31	c number of remaining unassigned 	: 0
3600.08/3612.31	c number of remaining assigned 	: 0
3600.08/3612.31	c number of falsified literals weakened from reason	: 0
3600.08/3612.31	c number of falsified literals weakened from conflict	: 0
3600.08/3612.31	c time for arithmetic operations	: 0
3600.08/3612.31	c minimum degree of deleted constraints	: null
3600.08/3612.31	c maximum degree of deleted constraints	: null
3600.08/3612.31	c number of deleted constraints	: 0
3600.08/3612.31	c speed (assignments/second)	: 246441.06362839343
3600.08/3612.31	c non guided choices	: 522
3600.08/3612.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 139849
3600.08/3612.35	s SATISFIABLE
3600.08/3612.35	c Found 52 solution(s)
3600.08/3612.35	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 -x721 -x722 -x723 -x724 x725 -x726 x727 -x728 x729 x730 -x731 x732 -x733 x734 x735 -x736 x737 x738 x739 -x740 -x741 x742 x743 x744 -x745 -x746 x747 -x748 x749 -x750 -x751 x752 -x753 x754 -x755 -x756 -x757 x758 x759 -x760 -x761 x762 x763 x764 x765 -x766 x767 -x768 x769 -x770 -x771 x772 -x773 x774 -x775 -x776 x777 x778 x779 -x780 -x781 x782 x783 x784 -x785 -x786 x787 -x788 x789 -x790 -x791 x792 -x793 x794 -x795 -x796 -x797 x798 x799 -x800 -x801 x802 x803 x804 x805 -x806 x807 -x808 x809 -x810 -x811 x812 -x813 x814 -x815 -x816 -x817 -x818 x819 x820 -x821 -x822 -x823 x824 x825 -x826 x827 -x828 x829 x830 -x831 x832 -x833 x834 x835 x836 -x837 -x838 x839 x840 -x841 -x842 -x843 -x844 x845 -x846 x847 -x848 x849 x850 -x851 x852 -x853 x854 x855 -x856 x857 x858 -x859 -x860 -x861 x862 x863 -x864 x865 -x866 x867 x868 -x869 x870 -x871 x872 x873 x874 -x875 -x876 x877 x878 -x879 -x880 -x881 -x882 x883 -x884 x885 -x886 x887 x888 -x889 x890 -x891 x892 x893 x894 x895 -x896 -x897 -x898 x899 x900 -x901 x902 -x903 x904 x905 -x906 x907 -x908 x909 x910 x911 -x912 -x913 x914 x915 -x916 -x917 -x918 -x919 x920 -x921 x922 -x923 x924 x925 -x926 x927 -x928 x929 x930 -x931 x932 x933 x934 -x935 -x936 x937 -x938 x939 -x940 -x941 x942 -x943 x944 -x945 -x946 -x947 x948 x949 -x950 -x951 x952 x953 x954 x955 -x956 x957 -x958 x959 -x960 -x961 x962 -x963 x964 -x965 -x966 x967 x968 x969 -x970 -x971 x972 -x973 x974 -x975 -x976 x977 -x978 x979 -x980 -x981 -x982 x983 x984 -x985 -x986 x987 x988 x989 x990 -x991 x992 -x993 x994 -x995 -x996 x997 -x998 x999 -x1000 -x1001 -x1002 -x1003 x1004 x1005 -x1006 x1007 -x1008 x1009 x1010 -x1011 x1012 -x1013 x1014 x1015 x1016 -x1017 -x1018 x1019 x1020 -x1021 -x1022 -x1023 -x1024 x1025 -x1026 x1027 -x1028 x1029 x1030 -x1031 x1032 -x1033 x1034 x1035 -x1036 x1037 x1038 -x1039 x1040 -x1041 x1042 x1043 -x1044 x1045 -x1046 x1047 x1048 x1049 -x1050 -x1051 x1052 x1053 -x1054 -x1055 -x1056 -x1057 x1058 -x1059 x1060 -x1061 x1062 x1063 -x1064 x1065 -x1066 x1067 x1068 x1069 x1070 -x1071 x1072 -x1073 x1074 x1075 -x1076 x1077 -x1078 x1079 x1080 x1081 -x1082 -x1083 x1084 x1085 -x1086 -x1087 -x1088 -x1089 x1090 -x1091 x1092 -x1093 x1094 x1095 -x1096 x1097 -x1098 x1099 x1100 -x1101 x1102 -x1103 x1104 -x1105 -x1106 x1107 -x1108 x1109 -x1110 -x1111 -x1112 x1113 x1114 -x1115 -x1116 x1117 x1118 x1119 x1120 -x1121 x1122 -x1123 x1124 -x1125 -x1126 x1127 -x1128 x1129 -x1130 -x1131 x1132 -x1133 x1134 -x1135 -x1136 x1137 -x1138 x1139 -x1140 -x1141 -x1142 x1143 x1144 -x1145 -x1146 x1147 x1148 x1149 x1150 -x1151 x1152 -x1153 x1154 -x1155 -x1156 x1157 -x1158 x1159 -x1160 -x1161 x1162 -x1163 x1164 x1165 -x1166 x1167 -x1168 x1169 x1170 x1171 -x1172 -x1173 x1174 x1175 -x1176 -x1177 -x1178 -x1179 x1180 -x1181 x1182 -x1183 x1184 x1185 -x1186 x1187 -x1188 x1189 x1190 x1191 -x1192 -x1193 x1194 -x1195 x1196 -x1197 -x1198 -x1199 x1200 x1201 -x1202 -x1203 x1204 x1205 x1206 x1207 -x1208 x1209 -x1210 x1211 -x1212 -x1213 x1214 -x1215 x1216 -x1217 -x1218 x1219 x1220 -x1221 x1222 -x1223 x1224 x1225 x1226 -x1227 -x1228 x1229 x1230 -x1231 -x1232 -x1233 -x1234 x1235 -x1236 x1237 -x1238 x1239 x1240 -x1241 x1242 -x1243 x1244 x1245 -x1246 x1247 -x1248 x1249 -x1250 -x1251 -x1252 x1253 x1254 -x1255 -x1256 x1257 x1258 x1259 x1260 -x1261 x1262 -x1263 x1264 -x1265 -x1266 x1267 -x1268 x1269 -x1270 -x1271 x1272 -x1273 x1274 -x1275 -x1276 -x1277 x1278 x1279 -x1280 -x1281 x1282 x1283 x1284 x1285 -x1286 x1287 -x1288 x1289 -x1290 -x1291 x1292 -x1293 x1294 -x1295 -x1296 x1297 -x1298 x1299 x1300 x1301 -x1302 -x1303 x1304 x1305 -x1306 -x1307 -x1308 -x1309 x1310 -x1311 x1312 -x1313 x1314 x1315 -x1316 x1317 -x1318 x1319 x1320 x1321 -x1322 -x1323 -x1324 x1325 x1326 -x1327 -x1328 x1329 x1330 x1331 x1332 -x1333 x1334 -x1335 x1336 -x1337 -x1338 x1339 -x1340 x1341 -x1342 -x1343 x1344 x1345 x1346 -x1347 -x1348 x1349 x1350 -x1351 -x1352 -x1353 -x1354 x1355 -x1356 x1357 -x1358 x1359 x1360 -x1361 x1362 -x1363 x1364 x1365 -x1366 -x1367 x1368 x1369 -x1370 -x1371 x1372 x1373 x1374 x1375 -x1376 x1377 -x1378 x1379 -x1380 -x1381 x1382 -x1383 x1384 -x1385 -x1386 -x1387 x1388 x1389 -x1390 -x1391 x1392 x1393 x1394 x1395 -x1396 x1397 -x1398 x1399 -x1400 -x1401 x1402 -x1403 x1404 -x1405 -x1406 x1407 x1408 -x1409 -x1410 x1411 x1412 x1413 x1414 -x1415 x1416 -x1417 x1418 -x1419 -x1420 x1421 -x1422 x1423 -x1424 -x1425 -x1426 x1427 x1428 -x1429 -x1430 -x1431 -x1432 x1433 -x1434 x1435 -x1436 x1437 x1438 -x1439 x1440 -x1441 x1442 x1443 x1444 x1445 -x1446 -x1447 -x1448 -x1449 x1450 -x1451 x1452 -x1453 x1454 x1455 -x1456 x1457 -x1458 x1459 x1460 -x1461 x1462 x1463 x1464 x1465 -x1466 x1467 -x1468 x1469 -x1470 -x1471 x1472 -x1473 x1474 -x1475 -x1476 x1477 x1478 x1479 x1480 -x1481 x1482 -x1483 x1484 -x1485 -x1486 x1487 -x1488 x1489 -x1490 -x1491 -x1492 -x1493 -x1494 x1495 -x1496 x1497 -x1498 x1499 x1500 -x1501 x1502 -x1503 x1504 x1505 -x1506 -x1507 x1508 -x1509 x1510 -x1511 x1512 x1513 -x1514 x1515 -x1516 x1517 x1518 -x1519 x1520 -x1521 x1522 -x1523 x1524 x1525 -x1526 x1527 -x1528 x1529 x1530 x1531 -x1532 x1533 -x1534 x1535 x1536 -x1537 x1538 -x1539 x1540 x1541 x1542 -x1543 x1544 -x1545 -x1546 x1547 -x1548 x1549 -x1550 -x1551 x1552 -x1553 x1554 x1555 -x1556 x1557 -x1558 x1559 x1560 x1561 -x1562 -x1563 x1564 -x1565 x1566 -x1567 -x1568 x1569 x1570 -x1571 x1572 -x1573 x1574 x1575 -x1576 x1577 -x1578 x1579 -x1580 -x1581 x1582 -x1583 x1584 -x1585 -x1586 x1587 -x1588 x1589 x1590 x1591 -x1592 -x1593 x1594 x1595 -x1596 
3600.08/3612.35	c objective function=-745
3600.08/3612.35	c Total wall clock time (in seconds): 3612.217

Verifier Data

OK	-745

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

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-7,10,15,18-19,24,56,58,60,62-63
  3550 MHz: 8-9,11-14,28,30-31,53-54,61
  3600 MHz: 16-17,20-23,25-27,29,32-52,55,57,59
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (67030 MiB free)
  node 1: cores 8-15, 129019 MiB (112540 MiB free)
  node 2: cores 16-23, 128973 MiB (93987 MiB free)
  node 3: cores 24-31, 129003 MiB (125427 MiB free)
  node 4: cores 32-39, 129019 MiB (125996 MiB free)
  node 5: cores 40-47, 129019 MiB (123707 MiB free)
  node 6: cores 48-55, 129019 MiB (121267 MiB free)
  node 7: cores 56-63, 128474 MiB (125895 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=1319508, runsolver pid=1319484
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 13.34 21.87 22.61 10/916 1319599
/proc/meminfo: memFree=917372500/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=34900044 memory=46740 CPUtime=0.08 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 5684 0 0 0 7 1 0 0 20 0 19 0 302863759 35737645056 11187 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8725011 11685 6056 1 0 30948 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=34900044 memory=4034094885 CPUtime=0.03 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) R 1319484 1319508 1292139 0 -1 4194368 2866 0 0 0 3 0 0 0 20 0 19 0 302863764 35737645056 11187 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=34900044 memory=3200 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 11187 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=34900044 memory=59619263381984 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 11187 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=34900044 memory=56286402314836 CPUtime=0 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 11187 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=34900044 memory=62879210668824 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 11187 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=34900044 memory=58511296038123 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 11187 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 46740 KiB

[startup+0.214591 s]*
/proc/loadavg: 13.34 21.87 22.61 8/1091 1319798
/proc/meminfo: memFree=917189608/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=34900044 memory=50404 CPUtime=0.13 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 6057 0 0 0 12 1 0 0 20 0 19 0 302863759 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8725011 12601 6098 1 0 31386 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=34900044 memory=3458775719129345843 CPUtime=0.07 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) S 1319484 1319508 1292139 0 -1 4194368 3059 0 0 0 6 1 0 0 20 0 19 0 302863764 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=34900044 memory=211393184109 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=34900044 memory=61818286655539 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=34900044 memory=57385913960731 CPUtime=0 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=34900044 memory=52987901004435 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=34900044 memory=60710319331440 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50404 KiB

[startup+0.313765 s]*
/proc/loadavg: 13.34 21.87 22.61 3/1091 1319798
/proc/meminfo: memFree=917199916/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=34900044 memory=50404 CPUtime=0.13 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 6057 0 0 0 12 1 0 0 20 0 19 0 302863759 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8725011 12601 6098 1 0 31386 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=34900044 memory=3900173575473295155 CPUtime=0.07 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) S 1319484 1319508 1292139 0 -1 4194368 3059 0 0 0 6 1 0 0 20 0 19 0 302863764 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=34900044 memory=3472275524095836525 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=34900044 memory=8430800320724224051 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=34900044 memory=57385913960731 CPUtime=0 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=34900044 memory=52987901004435 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=34900044 memory=60710319331440 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50404 KiB

[startup+0.700139 s]
/proc/loadavg: 13.34 21.87 22.61 4/1091 1319798
/proc/meminfo: memFree=917200040/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=34900044 memory=50404 CPUtime=0.13 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 6057 0 0 0 12 1 0 0 20 0 19 0 302863759 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8725011 12601 6098 1 0 31386 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=34900044 memory=4812 CPUtime=0.07 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) S 1319484 1319508 1292139 0 -1 4194368 3059 0 0 0 6 1 0 0 20 0 19 0 302863764 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=34900044 memory=50420 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=34900044 memory=52160 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=34900044 memory=4772 CPUtime=0 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=34900044 memory=50408 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=34900044 memory=4844 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50404 KiB

[startup+1.50014 s]
/proc/loadavg: 13.34 21.87 22.61 2/1091 1319798
/proc/meminfo: memFree=917203408/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=34900044 memory=50404 CPUtime=0.13 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 6057 0 0 0 12 1 0 0 20 0 19 0 302863759 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8725011 12601 6098 1 0 31386 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=34900044 memory=4812 CPUtime=0.07 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) S 1319484 1319508 1292139 0 -1 4194368 3059 0 0 0 6 1 0 0 20 0 19 0 302863764 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=34900044 memory=50420 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=34900044 memory=52160 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=34900044 memory=4772 CPUtime=0 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=34900044 memory=50408 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=34900044 memory=4844 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12040 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50404 KiB

[startup+3.11172 s]
/proc/loadavg: 13.34 21.87 22.61 2/1090 1319798
/proc/meminfo: memFree=917214844/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=34900044 memory=53048 CPUtime=0.15 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 6153 0 0 0 14 1 0 0 20 0 19 0 302863759 35737645056 12619 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8725011 13262 6156 1 0 31440 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=34900044 memory=4812 CPUtime=0.08 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) R 1319484 1319508 1292139 0 -1 4194368 3078 0 0 0 7 1 0 0 20 0 19 0 302863764 35737645056 12619 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=34900044 memory=50404 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12619 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=34900044 memory=4708 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12619 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=34900044 memory=50420 CPUtime=0 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12619 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=34900044 memory=52160 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12619 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=34900044 memory=4772 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863766 35737645056 12619 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 53048 KiB
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 15.16 22.10 22.68 16/1122 1319897
/proc/meminfo: memFree=910039844/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=35232864 memory=615324 CPUtime=5.76 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 21696 0 0 0 566 10 0 0 20 0 24 0 302863759 36078452736 153577 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8808216 153831 6240 1 0 188230 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=35232864 memory=24636 CPUtime=2.99 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) S 1319484 1319508 1292139 0 -1 4194368 5402 0 0 0 291 8 0 0 20 0 24 0 302863764 36078452736 153577 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=35232864 memory=297528 CPUtime=0 cores=40-43

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

/proc/meminfo: memFree=569895992/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=35232864 memory=3596920 CPUtime=3389.9 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 244739 0 2 0 336807 2183 0 0 20 0 23 0 302863759 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8808216 899230 6288 1 0 917931 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=35232864 memory=3596920 CPUtime=3322.34 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) R 1319484 1319508 1292139 0 -1 4194368 103432 0 0 0 330115 2119 0 0 20 0 23 0 302863764 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=35232864 memory=5704 CPUtime=0.13 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 80 0 0 0 6 7 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=35232864 memory=3596920 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=35232864 memory=3596920 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 1041 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319841] ppid=1319484 vsize=35232864 memory=3596920 CPUtime=0 cores=40-43
/proc/1319508/task/1319841/stat : 1319841 (Timer-0) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864102 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 3389.9 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3596920 KiB

[startup+3462.3 s]
/proc/loadavg: 11.65 12.54 13.69 15/1082 1321961
/proc/meminfo: memFree=646315128/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=35232864 memory=3596920 CPUtime=3450.24 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 251642 0 2 0 342814 2210 0 0 20 0 23 0 302863759 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8808216 899230 6288 1 0 917931 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=35232864 memory=25333125866717268 CPUtime=3381.57 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) R 1319484 1319508 1292139 0 -1 4194368 106209 0 0 0 336013 2144 0 0 20 0 23 0 302863764 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=35232864 memory=5704 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=35232864 memory=95936 CPUtime=0.13 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 82 0 0 0 6 7 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=35232864 memory=15628 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=35232864 memory=3596920 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 1073 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319841] ppid=1319484 vsize=35232864 memory=3596920 CPUtime=0 cores=40-43
/proc/1319508/task/1319841/stat : 1319841 (Timer-0) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864102 36078452736 899064 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 3450.24 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3596920 KiB

[startup+3522.3 s]
/proc/loadavg: 11.29 12.30 13.54 11/1080 1321973
/proc/meminfo: memFree=644003364/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=3509.74 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 252903 0 2 0 348737 2237 0 0 20 0 23 0 302863759 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8808216 803182 6288 1 0 821699 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=35232864 memory=41500 CPUtime=3440.7 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) R 1319484 1319508 1292139 0 -1 4194368 107043 0 0 0 341899 2171 0 0 20 0 23 0 302863764 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=0.13 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 83 0 0 0 6 7 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=35232864 memory=12764 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=35232864 memory=41500 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 1104 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319841] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=0 cores=40-43
/proc/1319508/task/1319841/stat : 1319841 (Timer-0) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864102 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 3509.74 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3212728 KiB

[startup+3582.3 s]
/proc/loadavg: 9.98 11.77 13.28 9/997 1322087
/proc/meminfo: memFree=768428980/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=3570.05 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 258346 0 2 0 354742 2263 0 0 20 0 23 0 302863759 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8808216 803182 6288 1 0 821699 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=3499.91 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) R 1319484 1319508 1292139 0 -1 4194368 108469 0 0 0 347796 2195 0 0 20 0 23 0 302863764 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=35232864 memory=15628 CPUtime=0.13 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 83 0 0 0 6 7 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 1136 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319841] ppid=1319484 vsize=35232864 memory=15628 CPUtime=0 cores=40-43
/proc/1319508/task/1319841/stat : 1319841 (Timer-0) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864102 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 3570.05 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3212728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.3 s]
/proc/loadavg: 8.63 11.29 13.07 4/887 1322237
/proc/meminfo: memFree=851058108/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=35232864 memory=3212732 CPUtime=3600.08 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 258899 0 2 0 357732 2276 0 0 20 0 23 0 302863759 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8808216 803183 6288 1 0 821699 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=35232864 memory=15628 CPUtime=3529.45 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) R 1319484 1319508 1292139 0 -1 4194368 108920 0 0 0 350737 2208 0 0 20 0 23 0 302863764 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=35232864 memory=25333125866717268 CPUtime=0.13 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 83 0 0 0 6 7 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=35232864 memory=15628 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=35232864 memory=3212732 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 1178 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319841] ppid=1319484 vsize=35232864 memory=3212732 CPUtime=0 cores=40-43
/proc/1319508/task/1319841/stat : 1319841 (Timer-0) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864102 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3212732 KiB

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

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

# cumulated CPU time of all completed processes:  user=3577.47 s, system=22.7705 s

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

[startup+3612.3 s]
/proc/loadavg: 8.63 11.29 13.07 4/887 1322237
/proc/meminfo: memFree=851058108/1055320704 swapFree=33330684/33554428
[pid=1319508] ppid=1319484 vsize=35232864 memory=3212732 CPUtime=3600.08 cores=40-43
/proc/1319508/stat : 1319508 (java) S 1319484 1319508 1292139 0 -1 4194304 258899 0 2 0 357732 2276 0 0 20 0 23 0 302863759 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
/proc/1319508/statm: 8808216 803183 6288 1 0 821699 0
[pid=1319508/tid=1319528] ppid=1319484 vsize=35232864 memory=15628 CPUtime=3529.45 cores=40-43
/proc/1319508/task/1319528/stat : 1319528 (java) R 1319484 1319508 1292139 0 -1 4194368 108920 0 0 0 350737 2208 0 0 20 0 23 0 302863764 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319547] ppid=1319484 vsize=35232864 memory=3212728 CPUtime=0 cores=40-43
/proc/1319508/task/1319547/stat : 1319547 (Referen..andler) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319548] ppid=1319484 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/1319508/task/1319548/stat : 1319548 (Finalizer) S 1319484 1319508 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319551] ppid=1319484 vsize=35232864 memory=25333125866717268 CPUtime=0.13 cores=40-43
/proc/1319508/task/1319551/stat : 1319551 (Monitor..Thread) S 1319484 1319508 1292139 0 -1 4194368 83 0 0 0 6 7 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319554] ppid=1319484 vsize=35232864 memory=15628 CPUtime=0 cores=40-43
/proc/1319508/task/1319554/stat : 1319554 (Notific..Thread) S 1319484 1319508 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319555] ppid=1319484 vsize=35232864 memory=3212732 CPUtime=0 cores=40-43
/proc/1319508/task/1319555/stat : 1319555 (Common-Cleaner) S 1319484 1319508 1292139 0 -1 4194368 1178 0 0 0 0 0 0 0 20 0 23 0 302863766 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
[pid=1319508/tid=1319841] ppid=1319484 vsize=35232864 memory=3212732 CPUtime=0 cores=40-43
/proc/1319508/task/1319841/stat : 1319841 (Timer-0) S 1319484 1319508 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864102 36078452736 803048 18446744073709551615 94000003624960 94000003628656 140730919999072 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94000003636520 94000003637264 94000007737344 140730920003748 140730920003934 140730920003934 140730920009672 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3212732 KiB

Child status: 143

Real time (s): 3612.37
CPU time (s): 3600.24
CPU user time (s): 3577.47
CPU system time (s): 22.7705
CPU usage (%): 99.6642
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 5356660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.47
system time used= 22.7705
maximum resident set size= 5354632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260966
page faults= 2
swaps= 0
block input operations= 120
block output operations= 10816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4095942
involuntary context switches= 6844


# summary of solver processes directly reported to runsolver:
#   pid: 1319508
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3577.47
#   total CPU system time (s): 22.7705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4665 second user time and 47.7743 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-07-10 17:02:38
IDJOB=4836245
IDBENCH=178252
IDSOLVER=3672
FILE ID=nodeE005/4836245-1783695758
RUNJOBID= nodeE005-1783695758-1319372
SLURM_JOB_ID= 12734898
Free space on /tmp= 802616 MiB

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

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

MD5SUM BENCH= 349a1d64df3d6119f524a625e83f3862
RANDOM SEED=515744115

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

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

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

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

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

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

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3572.879
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		: 3573.469
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		: 3571.836
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		: 3570.343
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		: 3591.499
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		: 3591.414
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		: 3590.565
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:       1055320704 kB
MemFree:        917298096 kB
MemAvailable:   1043435296 kB
Buffers:            1096 kB
Cached:         129456892 kB
SwapCached:         3716 kB
Active:         12445216 kB
Inactive:       117177564 kB
Active(anon):     698924 kB
Inactive(anon):   130232 kB
Active(file):   11746292 kB
Inactive(file): 117047332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33330684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             38952 kB
Writeback:             8 kB
AnonPages:        164748 kB
Mapped:           153184 kB
Shmem:            664332 kB
KReclaimable:    3689348 kB
Slab:            4307796 kB
SReclaimable:    3689348 kB
SUnreclaim:       618448 kB
KernelStack:       14464 kB
PageTables:         5020 kB
SecPageTables:     15352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   129481412 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478128 kB
VmallocChunk:          0 kB
Percpu:           130560 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 802616 MiB
End job on nodeE005 at 2026-07-10 18:02:51