Trace number 4835627

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)19 3565.68 3700.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.5:100.opb
MD5SUM7cbd9242490819e58478720045b90b69
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 benchmark0
Best CPU time to get the best result obtained on this benchmark0.052627
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables776
Total number of constraints867
Number of constraints which are clauses701
Number of constraints which are cardinality constraints (but not clauses)166
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Number of terms in the objective function 776
Biggest coefficient in the objective function 474
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 2127
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 474
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2127
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4835627-1783639382.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c using VERIPB proof format
0.00/0.09	c  objective function found
0.18/0.11	c ... done. Wall clock time 0.025s.
0.18/0.11	c declared #vars     776
0.18/0.11	c #constraints  868
0.18/0.11	c constraints type 
0.18/0.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 697
0.18/0.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 165
0.18/0.11	c org.sat4j.specs.Constr$1 => 1
0.18/0.11	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.18/0.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4
0.18/0.11	c 868 constraints processed.
0.18/0.12	c objective function length is 776 literals
0.18/0.13	c SATISFIABLE
0.18/0.13	c OPTIMIZING...
0.18/0.13	c Got one! Elapsed wall clock time (in seconds):0.044
0.18/0.13	o 19
2.23/0.83	c cleaning 2493 clauses out of 5001 with flag 10325/5001
3.03/1.24	c cleaning 4247 clauses out of 8508 with flag 22690/11001
3.62/1.71	c cleaning 5623 clauses out of 11260 with flag 37112/18000
4.28/2.29	c cleaning 6812 clauses out of 13637 with flag 53741/26000
5.01/2.95	c cleaning 7906 clauses out of 15826 with flag 72437/35001
5.81/3.73	c cleaning 8952 clauses out of 17920 with flag 93187/45001
6.80/4.68	c cleaning 9974 clauses out of 19967 with flag 115963/56000
7.63/5.58	c cleaning 10988 clauses out of 21993 with flag 140846/68000
8.62/6.55	c cleaning 11996 clauses out of 24006 with flag 167791/81001
9.57/7.51	c cleaning 12996 clauses out of 26009 with flag 196728/95000
10.69/8.60	c cleaning 13998 clauses out of 28013 with flag 227731/110000
11.71/9.76	c cleaning 15001 clauses out of 30015 with flag 260726/126000
13.01/11.03	c cleaning 15998 clauses out of 32014 with flag 295769/143000
14.22/12.33	c cleaning 16998 clauses out of 34016 with flag 332883/161000
15.59/13.73	c cleaning 18002 clauses out of 36020 with flag 372033/180002
17.01/15.18	c cleaning 19002 clauses out of 38016 with flag 413364/200000
18.46/16.71	c cleaning 19998 clauses out of 40014 with flag 456787/221000
20.08/18.43	c cleaning 20997 clauses out of 42017 with flag 502156/243001
21.75/20.15	c cleaning 22000 clauses out of 44019 with flag 549556/266000
23.43/21.92	c cleaning 23003 clauses out of 46021 with flag 599198/290002
25.33/23.88	c cleaning 23997 clauses out of 48016 with flag 650725/315000
27.32/25.90	c cleaning 25004 clauses out of 50019 with flag 704469/341000
29.42/28.03	c cleaning 26001 clauses out of 52015 with flag 760130/368000
31.62/30.22	c cleaning 27000 clauses out of 54015 with flag 817874/396001
33.71/32.44	c cleaning 27998 clauses out of 56015 with flag 877656/425001
36.00/34.81	c cleaning 28996 clauses out of 58016 with flag 939491/455000
38.45/37.30	c cleaning 30000 clauses out of 60020 with flag 1003296/486000
41.38/40.23	c cleaning 31002 clauses out of 62020 with flag 1069824/518000
44.48/43.38	c cleaning 31999 clauses out of 64019 with flag 1138030/551001
47.97/46.80	c cleaning 32999 clauses out of 66019 with flag 1208245/585000
51.43/50.33	c cleaning 33998 clauses out of 68020 with flag 1280402/620000
55.12/54.55	c cleaning 34999 clauses out of 70022 with flag 1354700/656000
58.84/58.87	c cleaning 36001 clauses out of 72024 with flag 1430984/693001
63.63/64.26	c cleaning 37004 clauses out of 74022 with flag 1509332/731000
68.88/70.06	c cleaning 37999 clauses out of 76019 with flag 1589848/770001
74.01/75.65	c cleaning 39003 clauses out of 78020 with flag 1672495/810001
78.97/81.19	c cleaning 39996 clauses out of 80017 with flag 1757189/851001
83.93/86.53	c cleaning 41002 clauses out of 82020 with flag 1843795/893000
89.90/93.15	c cleaning 41998 clauses out of 84019 with flag 1932386/936001
97.13/101.10	c cleaning 42997 clauses out of 86020 with flag 2023189/980000
105.27/109.81	c cleaning 44001 clauses out of 88024 with flag 2116132/1025001
113.15/118.31	c cleaning 45002 clauses out of 90022 with flag 2210839/1071000
120.74/126.55	c cleaning 46000 clauses out of 92022 with flag 2307842/1118002
128.47/135.00	c cleaning 47001 clauses out of 94020 with flag 2407052/1166000
136.63/143.72	c cleaning 48002 clauses out of 96019 with flag 2508412/1215000
144.97/152.44	c cleaning 49002 clauses out of 98017 with flag 2611574/1265000
155.08/163.15	c cleaning 49998 clauses out of 100015 with flag 2716591/1316000
167.33/175.93	c cleaning 50997 clauses out of 102017 with flag 2823545/1368000
175.43/184.64	c cleaning 52001 clauses out of 104020 with flag 2932310/1421000
184.11/193.75	c cleaning 52999 clauses out of 106019 with flag 3043171/1475000
192.72/202.84	c cleaning 54000 clauses out of 108021 with flag 3155920/1530001
199.93/210.68	c cleaning 55000 clauses out of 110021 with flag 3270885/1586001
207.55/218.91	c cleaning 56001 clauses out of 112021 with flag 3387787/1643001
214.55/226.53	c cleaning 57000 clauses out of 114020 with flag 3506691/1701001
223.05/235.19	c cleaning 57998 clauses out of 116019 with flag 3627976/1760000
230.16/242.88	c cleaning 59002 clauses out of 118021 with flag 3751099/1820000
237.41/250.65	c cleaning 60002 clauses out of 120020 with flag 3876346/1881001
243.81/257.52	c cleaning 60999 clauses out of 122017 with flag 4003436/1943000
249.25/263.68	c cleaning 62000 clauses out of 124019 with flag 4132760/2006001
255.65/270.69	c cleaning 63001 clauses out of 126019 with flag 4264006/2070001
261.67/277.38	c cleaning 63998 clauses out of 128017 with flag 4397226/2135000
267.62/283.96	c cleaning 65000 clauses out of 130019 with flag 4533104/2201000
273.67/290.66	c cleaning 66001 clauses out of 132019 with flag 4670919/2268000
279.67/297.32	c cleaning 66997 clauses out of 134019 with flag 4810828/2336001
285.87/304.15	c cleaning 67997 clauses out of 136021 with flag 4953000/2405000
292.43/311.22	c cleaning 69002 clauses out of 138025 with flag 5096632/2475001
299.17/318.57	c cleaning 69998 clauses out of 140022 with flag 5242629/2546000
305.54/325.40	c cleaning 71000 clauses out of 142024 with flag 5390693/2618000
312.76/332.92	c cleaning 72002 clauses out of 144024 with flag 5540993/2691000
319.61/340.31	c cleaning 73002 clauses out of 146024 with flag 5693004/2765002
326.43/347.71	c cleaning 73997 clauses out of 148022 with flag 5847443/2840002
333.34/355.24	c cleaning 75003 clauses out of 150024 with flag 6003797/2916001
340.46/362.75	c cleaning 75999 clauses out of 152022 with flag 6162011/2993002
347.22/370.34	c cleaning 76996 clauses out of 154021 with flag 6322303/3071000
354.34/378.27	c cleaning 77999 clauses out of 156025 with flag 6484525/3150000
361.75/386.16	c cleaning 79003 clauses out of 158026 with flag 6649052/3230000
369.11/394.35	c cleaning 79999 clauses out of 160023 with flag 6815507/3311000
377.07/402.89	c cleaning 80999 clauses out of 162024 with flag 6984226/3393000
384.59/411.29	c cleaning 82002 clauses out of 164027 with flag 7154924/3476002
392.37/419.89	c cleaning 83002 clauses out of 166026 with flag 7327478/3560003
400.55/428.69	c cleaning 83998 clauses out of 168022 with flag 7502159/3645001
408.89/437.94	c cleaning 84998 clauses out of 170023 with flag 7678847/3731000
417.58/447.38	c cleaning 86007 clauses out of 172025 with flag 7857724/3818000
425.98/456.22	c cleaning 86999 clauses out of 174019 with flag 8038883/3906001
434.40/465.50	c cleaning 87997 clauses out of 176019 with flag 8222074/3995000
442.44/474.39	c cleaning 89000 clauses out of 178023 with flag 8407255/4085001
451.04/483.51	c cleaning 89998 clauses out of 180022 with flag 8594451/4176000
459.47/492.80	c cleaning 91004 clauses out of 182024 with flag 8783797/4268000
468.88/502.94	c cleaning 91998 clauses out of 184020 with flag 8974832/4361000
479.29/514.02	c cleaning 92999 clauses out of 186022 with flag 9168054/4455000
489.01/524.35	c cleaning 93997 clauses out of 188023 with flag 9363320/4550000
498.35/534.64	c cleaning 95004 clauses out of 190027 with flag 9560623/4646001
507.25/544.32	c cleaning 95998 clauses out of 192022 with flag 9759970/4743000
516.60/554.49	c cleaning 97001 clauses out of 194026 with flag 9961539/4841002
526.27/564.89	c cleaning 97998 clauses out of 196023 with flag 10165135/4940000
536.35/575.88	c cleaning 99001 clauses out of 198025 with flag 10370903/5040000
546.69/586.85	c cleaning 100000 clauses out of 200025 with flag 10578700/5141001
557.33/598.13	c cleaning 101004 clauses out of 202025 with flag 10788337/5243001
567.23/608.88	c cleaning 101995 clauses out of 204020 with flag 11000145/5346000
577.72/620.36	c cleaning 103001 clauses out of 206025 with flag 11213775/5450000
588.49/632.12	c cleaning 104001 clauses out of 208026 with flag 11429294/5555002
599.90/644.48	c cleaning 105003 clauses out of 210023 with flag 11647321/5661000
610.80/656.17	c cleaning 106000 clauses out of 212021 with flag 11867386/5768001
622.13/668.27	c cleaning 107001 clauses out of 214022 with flag 12089420/5876002
633.15/679.97	c cleaning 108002 clauses out of 216021 with flag 12313722/5985002
644.40/692.12	c cleaning 109000 clauses out of 218017 with flag 12539728/6095000
655.26/703.90	c cleaning 109996 clauses out of 220019 with flag 12767975/6206002
667.38/716.91	c cleaning 110996 clauses out of 222022 with flag 12998291/6318001
679.57/729.98	c cleaning 111998 clauses out of 224025 with flag 13230726/6431000
691.68/742.77	c cleaning 113000 clauses out of 226027 with flag 13465020/6545000
704.37/756.13	c cleaning 114000 clauses out of 228028 with flag 13701808/6660001
717.08/769.55	c cleaning 115002 clauses out of 230028 with flag 13940515/6776001
731.04/783.78	c cleaning 116003 clauses out of 232025 with flag 14180868/6893000
743.79/797.15	c cleaning 117000 clauses out of 234023 with flag 14423296/7011001
756.90/811.07	c cleaning 117998 clauses out of 236023 with flag 14667707/7130001
770.11/825.10	c cleaning 119000 clauses out of 238025 with flag 14914415/7250001
784.16/839.82	c cleaning 119999 clauses out of 240024 with flag 15163514/7371000
797.98/854.27	c cleaning 121003 clauses out of 242025 with flag 15414546/7493000
811.49/868.44	c cleaning 121998 clauses out of 244022 with flag 15667253/7616000
824.79/882.40	c cleaning 123000 clauses out of 246024 with flag 15921995/7740000
837.81/896.29	c cleaning 124001 clauses out of 248024 with flag 16178965/7865000
851.38/910.60	c cleaning 125002 clauses out of 250024 with flag 16438294/7991001
865.82/925.97	c cleaning 125999 clauses out of 252021 with flag 16699245/8118000
879.84/940.69	c cleaning 127001 clauses out of 254023 with flag 16962465/8246001
893.95/955.54	c cleaning 128000 clauses out of 256022 with flag 17227757/8375001
907.99/970.47	c cleaning 129001 clauses out of 258022 with flag 17495179/8505001
921.74/984.80	c cleaning 129998 clauses out of 260020 with flag 17764544/8636000
936.37/1000.27	c cleaning 130999 clauses out of 262022 with flag 18035888/8768000
950.83/1015.06	c cleaning 132001 clauses out of 264023 with flag 18309495/8901000
964.51/1029.72	c cleaning 132997 clauses out of 266023 with flag 18585187/9035001
978.55/1044.62	c cleaning 133999 clauses out of 268025 with flag 18862689/9170000
992.48/1059.52	c cleaning 135004 clauses out of 270027 with flag 19142288/9306001
1008.00/1075.76	c cleaning 136001 clauses out of 272023 with flag 19423873/9443001
1023.82/1092.34	c cleaning 136994 clauses out of 274021 with flag 19707600/9581000
1038.87/1108.33	c cleaning 138004 clauses out of 276028 with flag 19993571/9720001
1053.54/1123.92	c cleaning 139001 clauses out of 278023 with flag 20281626/9860000
1069.38/1140.74	c cleaning 139999 clauses out of 280023 with flag 20571753/10001001
1084.33/1156.64	c cleaning 140999 clauses out of 282024 with flag 20863659/10143001
1099.43/1172.41	c cleaning 141998 clauses out of 284024 with flag 21157678/10286000
1114.96/1188.78	c cleaning 143000 clauses out of 286026 with flag 21453655/10430000
1131.36/1205.73	c cleaning 144003 clauses out of 288026 with flag 21752034/10575000
1147.40/1222.70	c cleaning 144999 clauses out of 290023 with flag 22051937/10721000
1165.20/1240.79	c cleaning 146000 clauses out of 292025 with flag 22354183/10868001
1181.56/1257.82	c cleaning 147001 clauses out of 294024 with flag 22658361/11016000
1199.05/1276.06	c cleaning 147999 clauses out of 296023 with flag 22964250/11165000
1215.88/1293.80	c cleaning 149000 clauses out of 298024 with flag 23272432/11315000
1234.17/1312.88	c cleaning 150000 clauses out of 300024 with flag 23582969/11466000
1251.27/1330.62	c cleaning 151001 clauses out of 302024 with flag 23895095/11618000
1269.23/1348.56	c cleaning 151998 clauses out of 304023 with flag 24209936/11771000
1286.99/1367.12	c cleaning 153003 clauses out of 306026 with flag 24526325/11925001
1305.67/1386.78	c cleaning 153999 clauses out of 308023 with flag 24844993/12080001
1323.77/1405.66	c cleaning 155004 clauses out of 310025 with flag 25165728/12236002
1341.69/1424.44	c cleaning 155993 clauses out of 312019 with flag 25488635/12393000
1360.12/1443.57	c cleaning 157002 clauses out of 314027 with flag 25813913/12551001
1378.90/1463.40	c cleaning 158000 clauses out of 316024 with flag 26140975/12710000
1397.13/1482.53	c cleaning 158998 clauses out of 318024 with flag 26469896/12870000
1417.21/1503.18	c cleaning 159997 clauses out of 320026 with flag 26801203/13031000
1435.94/1522.80	c cleaning 161003 clauses out of 322030 with flag 27134112/13193001
1456.69/1544.32	c cleaning 161998 clauses out of 324026 with flag 27469148/13356000
1476.22/1564.81	c cleaning 163000 clauses out of 326028 with flag 27806052/13520000
1496.51/1586.01	c cleaning 164004 clauses out of 328028 with flag 28145612/13685000
1516.56/1606.66	c cleaning 165002 clauses out of 330025 with flag 28486844/13851001
1535.74/1626.52	c cleaning 165998 clauses out of 332022 with flag 28830290/14018000
1557.47/1648.39	c cleaning 166999 clauses out of 334025 with flag 29175673/14186001
1579.03/1670.97	c cleaning 168001 clauses out of 336026 with flag 29523352/14355001
1599.69/1692.44	c cleaning 169002 clauses out of 338025 with flag 29872401/14525001
1621.38/1714.81	c cleaning 169997 clauses out of 340023 with flag 30223979/14696001
1642.34/1736.73	c cleaning 171003 clauses out of 342027 with flag 30577220/14868002
1665.95/1761.24	c cleaning 172000 clauses out of 344024 with flag 30932706/15041002
1691.00/1787.02	c cleaning 173003 clauses out of 346022 with flag 31290272/15215000
1713.36/1810.02	c cleaning 174001 clauses out of 348020 with flag 31650589/15390001
1735.12/1832.89	c cleaning 174997 clauses out of 350018 with flag 32012248/15566000
1757.55/1856.23	c cleaning 176003 clauses out of 352024 with flag 32375993/15743003
1779.78/1879.39	c cleaning 176994 clauses out of 354018 with flag 32742015/15921000
1801.24/1901.47	c cleaning 178000 clauses out of 356026 with flag 33110120/16100002
1823.63/1924.55	c cleaning 179002 clauses out of 358024 with flag 33480007/16280000
1848.66/1949.40	c cleaning 180003 clauses out of 360023 with flag 33852463/16461001
1871.09/1972.58	c cleaning 180999 clauses out of 362020 with flag 34226488/16643001
1895.56/1997.75	c cleaning 182002 clauses out of 364021 with flag 34603153/16826001
1919.05/2022.04	c cleaning 182997 clauses out of 366018 with flag 34981839/17010000
1944.92/2047.99	c cleaning 183996 clauses out of 368022 with flag 35361901/17195001
1969.60/2073.46	c cleaning 185000 clauses out of 370025 with flag 35744613/17381000
1992.70/2097.46	c cleaning 186002 clauses out of 372025 with flag 36129182/17568000
2015.33/2120.78	c cleaning 186999 clauses out of 374023 with flag 36515653/17756000
2038.04/2144.12	c cleaning 187999 clauses out of 376026 with flag 36904301/17945002
2064.05/2170.26	c cleaning 189001 clauses out of 378025 with flag 37295241/18135000
2091.44/2198.25	c cleaning 190003 clauses out of 380025 with flag 37687928/18326001
2118.90/2225.66	c cleaning 191001 clauses out of 382021 with flag 38082575/18518000
2147.24/2254.78	c cleaning 191996 clauses out of 384021 with flag 38479129/18711001
2174.71/2281.70	c cleaning 192998 clauses out of 386024 with flag 38878650/18905000
2199.94/2307.55	c cleaning 194002 clauses out of 388028 with flag 39279838/19100002
2226.80/2333.70	c cleaning 195003 clauses out of 390024 with flag 39682998/19296000
2253.34/2360.80	c cleaning 195999 clauses out of 392022 with flag 40087862/19493001
2281.20/2388.25	c cleaning 197001 clauses out of 394023 with flag 40494830/19691001
2308.87/2416.58	c cleaning 197994 clauses out of 396022 with flag 40903775/19890001
2337.78/2444.84	c cleaning 199003 clauses out of 398029 with flag 41314822/20090002
2365.54/2473.28	c cleaning 199997 clauses out of 400024 with flag 41727770/20291000
2394.41/2501.73	c cleaning 200998 clauses out of 402027 with flag 42143177/20493000
2423.18/2531.12	c cleaning 202000 clauses out of 404029 with flag 42560670/20696000
2452.99/2560.68	c cleaning 203004 clauses out of 406030 with flag 42980452/20900001
2487.74/2596.28	c cleaning 203999 clauses out of 408026 with flag 43402189/21105001
2521.39/2630.85	c cleaning 205001 clauses out of 410027 with flag 43825713/21311001
2554.57/2664.48	c cleaning 206002 clauses out of 412025 with flag 44251369/21518000
2588.00/2699.00	c cleaning 206997 clauses out of 414024 with flag 44679026/21726001
2622.64/2734.77	c cleaning 208003 clauses out of 416027 with flag 45108959/21935001
2658.56/2771.74	c cleaning 208996 clauses out of 418024 with flag 45540517/22145001
2693.73/2808.00	c cleaning 210000 clauses out of 420027 with flag 45974262/22356000
2726.33/2841.46	c cleaning 211003 clauses out of 422027 with flag 46409863/22568000
2761.17/2877.39	c cleaning 212000 clauses out of 424024 with flag 46847761/22781000
2794.29/2911.66	c cleaning 212999 clauses out of 426025 with flag 47287742/22995001
2830.90/2948.32	c cleaning 214002 clauses out of 428025 with flag 47729748/23210000
2866.91/2985.47	c cleaning 214998 clauses out of 430024 with flag 48174047/23426001
2902.12/3021.97	c cleaning 216006 clauses out of 432025 with flag 48620179/23643000
2936.23/3057.15	c cleaning 216998 clauses out of 434019 with flag 49068586/23861000
2969.60/3091.78	c cleaning 218001 clauses out of 436023 with flag 49518921/24080002
3006.92/3130.44	c cleaning 219001 clauses out of 438022 with flag 49971482/24300002
3041.28/3166.02	c cleaning 219998 clauses out of 440020 with flag 50425717/24521001
3075.51/3201.57	c cleaning 220998 clauses out of 442021 with flag 50882336/24743000
3111.44/3238.12	c cleaning 222004 clauses out of 444023 with flag 51340875/24966000
3149.29/3277.05	c cleaning 222998 clauses out of 446019 with flag 51801537/25190000
3184.72/3312.97	c cleaning 223993 clauses out of 448021 with flag 52264138/25415000
3219.52/3348.69	c cleaning 225001 clauses out of 450028 with flag 52728942/25641000
3253.43/3382.93	c cleaning 226002 clauses out of 452027 with flag 53195766/25868000
3288.27/3418.15	c cleaning 227001 clauses out of 454026 with flag 53664337/26096001
3323.43/3453.86	c cleaning 227999 clauses out of 456024 with flag 54135892/26325000
3359.86/3490.76	c cleaning 229003 clauses out of 458026 with flag 54608761/26555001
3396.23/3527.69	c cleaning 229998 clauses out of 460022 with flag 55083935/26786000
3430.94/3562.87	c cleaning 230998 clauses out of 462025 with flag 55561158/27018001
3465.58/3597.81	c cleaning 232001 clauses out of 464026 with flag 56040107/27251000
3500.86/3633.63	c cleaning 233001 clauses out of 466025 with flag 56521443/27485000
3535.81/3669.49	c cleaning 234001 clauses out of 468024 with flag 57005523/27720000
3565.37/3700.02	c starts		: 2
3565.37/3700.02	c conflicts		: 27956000
3565.37/3700.02	c decisions		: 35623649
3565.37/3700.02	c propagations		: 197348958
3565.37/3700.02	c inspects		: 15441385909
3565.37/3700.02	c shortcuts		: 0
3565.37/3700.02	c learnt literals	: 0
3565.37/3700.02	c learnt binary clauses	: 0
3565.37/3700.02	c learnt ternary clauses	: 0
3565.37/3700.02	c learnt constraints	: 27956000
3565.37/3700.02	c ignored constraints	: 0
3565.37/3700.02	c root simplifications	: 0
3565.37/3700.02	c removed literals (reason simplification)	: 3239948047
3565.37/3700.02	c reason swapping (by a shorter reason)	: 0
3565.37/3700.02	c Calls to reduceDB	: 232
3565.37/3700.02	c Number of update (reduction) of LBD	: 385364
3565.37/3700.02	c Imported unit clauses	: 0
3565.37/3700.02	c No decision after first conflict	: false
3565.37/3700.02	c number of reductions to clauses (during analyze)	: 0
3565.37/3700.02	c number of learned constraints concerned by reduction	: 0
3565.37/3700.02	c number of learning phase by resolution	: 0
3565.37/3700.02	c number of learning phase by cutting planes	: 0
3565.37/3700.02	c number of rounding to 1 operations	: 0
3565.37/3700.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3565.37/3700.02	c number of reductions of the coefficients by power 2 	: 0
3565.37/3700.02	c number of right shift for reduction by power 2 	: 0
3565.37/3700.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3565.37/3700.02	c number of ending skipping 	: 0
3565.37/3700.02	c number of internal skipping 	: 0
3565.37/3700.02	c number of derivation steps 	: 0
3565.37/3700.02	c number of skipped derivation steps 	: 0
3565.37/3700.02	c number of remaining unassigned 	: 0
3565.37/3700.02	c number of remaining assigned 	: 0
3565.37/3700.02	c number of falsified literals weakened from reason	: 0
3565.37/3700.02	c number of falsified literals weakened from conflict	: 0
3565.37/3700.02	c time for arithmetic operations	: 0
3565.37/3700.02	c minimum degree of deleted constraints	: null
3565.37/3700.02	c maximum degree of deleted constraints	: null
3565.37/3700.02	c number of deleted constraints	: 0
3565.37/3700.02	c speed (assignments/second)	: 53339.09872528746
3565.37/3700.02	c non guided choices	: 0
3565.37/3700.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 470023
3565.37/3700.08	s SATISFIABLE
3565.37/3700.08	c Found 1 solution(s)
3565.37/3700.08	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 
3565.37/3700.08	c objective function=19
3565.37/3700.08	c Total wall clock time (in seconds): 3699.993

Verifier Data

OK	19

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

running on 4 cores: 28-31

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 9-11,13,15,17-22,24,26,32-33,36,38-41,45-47,53-54,61-62
  3550 MHz: 0-3,37,48-52,55-59
  3600 MHz: 4-8,12,14,16,23,25,27-31,34-35,42-44,60,63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 28-31

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (1085 MiB free)
  node 1: cores 8-15, 129019 MiB (159 MiB free)
  node 2: cores 16-23, 129019 MiB (6227 MiB free)
  node 3: cores 24-31, 129003 MiB (32521 MiB free)
  node 4: cores 32-39, 129019 MiB (12932 MiB free)
  node 5: cores 40-47, 129019 MiB (33875 MiB free)
  node 6: cores 48-55, 129019 MiB (80670 MiB free)
  node 7: cores 56-63, 128429 MiB (75498 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=2192452, runsolver pid=2192449
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 16.25 15.92 15.83 22/1188 2192473
/proc/meminfo: memFree=248754740/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=34966608 memory=53880 CPUtime=0.18 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 6315 0 0 0 16 2 0 0 20 0 20 0 297226318 35805806592 13209 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8741652 13470 6199 1 0 31857 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=34966608 memory=5895516205 CPUtime=0.09 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 3143 0 0 0 8 1 0 0 20 0 20 0 297226319 35805806592 13738 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=34966608 memory=245752924046 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 297226321 35805806592 13738 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=34966608 memory=17974 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 297226321 35805806592 13738 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=34966608 memory=18327 CPUtime=0 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 297226321 35805806592 13738 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=34966608 memory=18896 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 297226321 35805806592 13738 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=34966608 memory=63793 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 297226321 35805806592 13738 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 53880 KiB

[startup+0.213969 s]*
/proc/loadavg: 16.25 15.92 15.83 19/1193 2192478
/proc/meminfo: memFree=248633980/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35099736 memory=79980 CPUtime=0.54 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 9229 0 0 0 52 2 0 0 20 0 22 0 297226318 35942129664 19461 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8774934 19995 6260 1 0 39497 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35099736 memory=3184097923301336704 CPUtime=0.19 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 3309 0 0 0 18 1 0 0 20 0 22 0 297226319 35942129664 19461 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35099736 memory=237162987891 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 19461 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35099736 memory=59580625470584 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 19461 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35099736 memory=56290697299298 CPUtime=0 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 19461 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35099736 memory=62883505653466 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 19461 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35099736 memory=62913637577821 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 19461 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35099736 memory=3978710575470647051 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297226331 35942129664 19461 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 79980 KiB

[startup+0.314406 s]*
/proc/loadavg: 16.25 15.92 15.83 24/1193 2192478
/proc/meminfo: memFree=248607644/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35099736 memory=94488 CPUtime=0.83 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 10354 0 0 0 81 2 0 0 20 0 22 0 297226318 35942129664 23310 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8774934 23622 6260 1 0 45425 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35099736 memory=3184097923301336704 CPUtime=0.27 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 3325 0 0 0 26 1 0 0 20 0 22 0 297226319 35942129664 23310 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35099736 memory=6878122768064577907 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 23310 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35099736 memory=59580625470584 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 23310 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35099736 memory=56290697299298 CPUtime=0 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 23310 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35099736 memory=62883505653466 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 23310 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35099736 memory=62913637577821 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 23310 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35099736 memory=3978710575470647051 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297226331 35942129664 23310 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 94488 KiB

[startup+0.700247 s]
/proc/loadavg: 16.25 15.92 15.83 20/1193 2192478
/proc/meminfo: memFree=248508024/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35099736 memory=199240 CPUtime=1.93 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 12026 0 0 0 189 4 0 0 20 0 22 0 297226318 35942129664 49502 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8774934 49810 6278 1 0 84117 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35099736 memory=4828 CPUtime=0.62 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 3394 0 0 0 60 2 0 0 20 0 22 0 297226319 35942129664 49502 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35099736 memory=4175 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 49502 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35099736 memory=5896 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 49502 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35099736 memory=4828 CPUtime=0 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 49502 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35099736 memory=3048 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 49502 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297226321 35942129664 49502 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297226331 35942129664 49502 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 199240 KiB

[startup+1.5003 s]
/proc/loadavg: 16.25 15.92 15.83 20/1194 2192480
/proc/meminfo: memFree=248128328/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35232864 memory=316304 CPUtime=3.43 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 16341 0 0 0 335 8 0 0 20 0 24 0 297226318 36078452736 78746 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8808216 79076 6278 1 0 186094 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35232864 memory=4828 CPUtime=1.33 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 4092 0 0 0 127 6 0 0 20 0 24 0 297226319 36078452736 78746 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35232864 memory=5896 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 297226321 36078452736 78746 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 297226321 36078452736 78746 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 297226321 36078452736 78746 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 297226321 36078452736 78746 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 297226321 36078452736 78746 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35232864 memory=237062326036 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 297226331 36078452736 78746 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 3.43 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 316304 KiB

[startup+3.1141 s]
/proc/loadavg: 16.31 15.94 15.83 18/1167 2192493
/proc/meminfo: memFree=248159436/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35232864 memory=638312 CPUtime=5.24 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 17730 0 0 0 510 14 0 0 20 0 23 0 297226318 36078452736 159281 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8808216 159578 6278 1 0 186107 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35232864 memory=0 CPUtime=2.79 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 4427 0 0 0 268 11 0 0 20 0 23 0 297226319 36078452736 159281 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35232864 memory=5896 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 159281 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35232864 memory=4828 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 159281 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35232864 memory=4769 CPUtime=0 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 159281 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35232864 memory=211292520753 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 159281 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35232864 memory=244484 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 159281 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35232864 memory=4668 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226331 36078452736 159281 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 638312 KiB

[startup+6.30025 s]
/proc/loadavg: 16.31 15.94 15.83 17/1170 2192499

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

/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2732786 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35232864 memory=3848 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2732786 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35232864 memory=41360 CPUtime=0.13 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 185 0 0 0 6 7 0 0 20 0 23 0 297226321 36078452736 2732786 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35232864 memory=10931664 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2732786 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35232864 memory=10931664 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 1508 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2732786 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35232864 memory=10931664 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226331 36078452736 2732786 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 3272.22 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 10931664 KiB

[startup+3462.3 s]
/proc/loadavg: 17.39 17.59 17.79 17/1189 2255044
/proc/meminfo: memFree=205223852/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35232864 memory=9846096 CPUtime=3331.63 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 35015273 0 0 0 325791 7372 0 0 20 0 23 0 297226318 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8808216 2461524 6309 1 0 2500893 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35232864 memory=10931664 CPUtime=3235.56 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 31988340 0 0 0 316382 7174 0 0 20 0 23 0 297226319 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35232864 memory=215808 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35232864 memory=9846096 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35232864 memory=10931664 CPUtime=0.13 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 188 0 0 0 6 7 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35232864 memory=-7666635619397560163 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35232864 memory=9846096 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 1533 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35232864 memory=9846096 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226331 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 3331.63 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9846096 KiB

[startup+3522.3 s]
/proc/loadavg: 16.76 17.35 17.69 14/1191 2255123
/proc/meminfo: memFree=198090480/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35232864 memory=9846096 CPUtime=3390.95 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 36768121 0 0 0 331577 7518 0 0 20 0 23 0 297226318 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8808216 2461524 6309 1 0 2500893 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35232864 memory=9846096 CPUtime=3293.42 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 33645128 0 0 0 322026 7316 0 0 20 0 23 0 297226319 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35232864 memory=10931664 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35232864 memory=10931664 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35232864 memory=5896 CPUtime=0.14 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 190 0 0 0 6 8 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35232864 memory=9846096 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35232864 memory=1952 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 1556 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35232864 memory=8400 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226331 36078452736 2461346 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 3390.95 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9846096 KiB

[startup+3582.3 s]
/proc/loadavg: 16.31 17.15 17.60 18/1195 2255292
/proc/meminfo: memFree=261937132/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35232864 memory=9336208 CPUtime=3449.87 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 38151227 0 0 0 337328 7659 0 0 20 0 23 0 297226318 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8808216 2334052 6309 1 0 2371189 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35232864 memory=9336208 CPUtime=3351.3 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 34924449 0 0 0 327679 7451 0 0 20 0 23 0 297226319 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35232864 memory=9336208 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35232864 memory=17980 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35232864 memory=9846096 CPUtime=0.14 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 193 0 0 0 6 8 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35232864 memory=9336208 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35232864 memory=5896 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 1581 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35232864 memory=9336208 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226331 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 3449.87 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9336208 KiB

[startup+3642.3 s]
/proc/loadavg: 16.81 17.10 17.56 18/1197 2255462
/proc/meminfo: memFree=317707504/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35232864 memory=9336212 CPUtime=3509.23 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 39263038 0 0 0 343115 7808 0 0 20 0 23 0 297226318 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8808216 2334053 6309 1 0 2371189 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35232864 memory=25333125866717268 CPUtime=3409.07 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 35963673 0 0 0 333310 7597 0 0 20 0 23 0 297226319 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35232864 memory=4048 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35232864 memory=9336212 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35232864 memory=215808 CPUtime=0.15 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 196 0 0 0 7 8 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35232864 memory=9336212 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35232864 memory=9336212 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 1620 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35232864 memory=215808 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226331 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 3509.23 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9336212 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 17.77 17.34 17.61 21/1198 2255986
/proc/meminfo: memFree=403802960/1055320720 swapFree=33543932/33554428
[pid=2192452] ppid=2192449 vsize=35232864 memory=9336212 CPUtime=3565.37 cores=28-31
/proc/2192452/stat : 2192452 (java) S 2192449 2192452 2191262 0 -1 4194304 39643573 0 0 0 348626 7911 0 0 20 0 23 0 297226318 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
/proc/2192452/statm: 8808216 2334053 6309 1 0 2371189 0
[pid=2192452/tid=2192454] ppid=2192449 vsize=35232864 memory=-7451587637679582046 CPUtime=3463.89 cores=28-31
/proc/2192452/task/2192454/stat : 2192454 (java) R 2192449 2192452 2191262 0 -1 4194368 36330458 0 0 0 338692 7697 0 0 20 0 23 0 297226319 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192465] ppid=2192449 vsize=35232864 memory=-9044459746194447340 CPUtime=0 cores=28-31
/proc/2192452/task/2192465/stat : 2192465 (Referen..andler) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192466] ppid=2192449 vsize=35232864 memory=9076924 CPUtime=0 cores=28-31
/proc/2192452/task/2192466/stat : 2192466 (Finalizer) S 2192449 2192452 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192469] ppid=2192449 vsize=35232864 memory=5148 CPUtime=0.15 cores=28-31
/proc/2192452/task/2192469/stat : 2192469 (Monitor..Thread) S 2192449 2192452 2191262 0 -1 4194368 197 0 0 0 7 8 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192472] ppid=2192449 vsize=35232864 memory=5199164 CPUtime=0 cores=28-31
/proc/2192452/task/2192472/stat : 2192472 (Notific..Thread) S 2192449 2192452 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192473] ppid=2192449 vsize=35232864 memory=-7451587637679319393 CPUtime=0 cores=28-31
/proc/2192452/task/2192473/stat : 2192473 (Common-Cleaner) S 2192449 2192452 2191262 0 -1 4194368 1652 0 0 0 0 0 0 0 20 0 23 0 297226321 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
[pid=2192452/tid=2192475] ppid=2192449 vsize=35232864 memory=5752 CPUtime=0 cores=28-31
/proc/2192452/task/2192475/stat : 2192475 (Timer-0) S 2192449 2192452 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297226331 36078452736 2333922 18446744073709551615 93931900485632 93931900489328 140725511387136 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 93931900497192 93931900497936 93931919929344 140725511391396 140725511391582 140725511391582 140725511397320 0
Current children cumulated CPU time: 3565.37 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9336212 KiB

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

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

# cumulated CPU time of all completed processes:  user=3486.43 s, system=79.2446 s

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

[startup+3700.21 s]
/proc/loadavg: 17.77 17.34 17.61 16/1177 2256001
/proc/meminfo: memFree=409157428/1055320720 swapFree=33543932/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3700.22
CPU time (s): 3565.68
CPU user time (s): 3486.43
CPU system time (s): 79.2446
CPU usage (%): 96.3638
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 13432520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3486.43
system time used= 79.2446
maximum resident set size= 13430800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39646655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12613105
involuntary context switches= 6959


# summary of solver processes directly reported to runsolver:
#   pid: 2192452
#   total CPU time (s): 3565.68
#   total CPU user time (s): 3486.43
#   total CPU system time (s): 79.2446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1046 second user time and 44.3335 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-07-10 01:23:02
IDJOB=4835627
IDBENCH=146660
IDSOLVER=3672
FILE ID=nodeE001/4835627-1783639382
RUNJOBID= nodeE001-1783635789-2191286
SLURM_JOB_ID= 12722695
Free space on /tmp= 800312 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.5:100.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835627-1783639382/watcher-4835627-1783639382 -o /tmp/evaluation-result-4835627-1783639382/solver-4835627-1783639382 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835627-1783639382/vars-4835627-1783639382 --bin-var /tmp/runsolver-exch-nodeE001-1783635789-2191286 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835627-1783639382 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835627-1783639382.opb

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

MD5SUM BENCH= 7cbd9242490819e58478720045b90b69
RANDOM SEED=1596105304

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320720 kB
MemFree:        248832304 kB
MemAvailable:   983815464 kB
Buffers:            1056 kB
Cached:         731477784 kB
SwapCached:         1284 kB
Active:         83883820 kB
Inactive:       710099940 kB
Active(anon):   63024368 kB
Inactive(anon):   384388 kB
Active(file):   20859452 kB
Inactive(file): 709715552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33543932 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             41192 kB
Writeback:             0 kB
AnonPages:      62508748 kB
Mapped:           241496 kB
Shmem:            902692 kB
KReclaimable:    9836428 kB
Slab:           10818224 kB
SReclaimable:    9836428 kB
SUnreclaim:       981796 kB
KernelStack:       19712 kB
PageTables:       131852 kB
SecPageTables:     15364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   199386340 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483748 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:  52834304 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 800336 MiB
End job on nodeE001 at 2026-07-10 02:24:42