Trace number 4783325

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 2026-06-10SAT (TO)19 3600.23 3549.88

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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.06/0.11	c version PB26fixedPrime.v20260610
0.06/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.12	c java.vm.version	26.0.1+8-34
0.06/0.12	c java.vm.vendor	Oracle Corporation
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		26.0.1
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		30330992
0.06/0.12	c Max memory 		32178700288
0.06/0.12	c Total memory 		33554432
0.06/0.12	c Number of processors 	4
0.06/0.15	c Pseudo Boolean Optimization by upper bound
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.15	c Expensive reason simplification
0.06/0.15	c Glucose 2.1 dynamic restart strategy
0.06/0.15	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.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=false
0.06/0.15	c Listener: none
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c solving HOME/instance-4783325-1782145234.opb
0.06/0.15	c reading problem ... 
0.06/0.15	c  objective function found
0.06/0.17	c ... done. Wall clock time 0.025s.
0.06/0.17	c declared #vars     776
0.06/0.17	c #constraints  868
0.06/0.17	c constraints type 
0.06/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 697
0.06/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 165
0.06/0.17	c org.sat4j.specs.Constr$1 => 1
0.06/0.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.06/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4
0.06/0.17	c 868 constraints processed.
0.06/0.18	c objective function length is 776 literals
0.06/0.19	c SATISFIABLE
0.06/0.19	c OPTIMIZING...
0.06/0.19	c Got one! Elapsed wall clock time (in seconds):0.039
0.06/0.19	o 19
1.17/0.60	c cleaning 2493 clauses out of 5001 with flag 10325/5001
1.58/0.89	c cleaning 4247 clauses out of 8508 with flag 22690/11001
2.00/1.22	c cleaning 5623 clauses out of 11260 with flag 37112/18000
2.41/1.61	c cleaning 6812 clauses out of 13637 with flag 53741/26000
2.88/2.10	c cleaning 7906 clauses out of 15826 with flag 72437/35001
3.59/2.70	c cleaning 8952 clauses out of 17920 with flag 93187/45001
4.41/3.47	c cleaning 9974 clauses out of 19967 with flag 115963/56000
5.12/4.12	c cleaning 10988 clauses out of 21993 with flag 140846/68000
5.80/4.83	c cleaning 11996 clauses out of 24006 with flag 167791/81001
6.54/5.53	c cleaning 12996 clauses out of 26009 with flag 196728/95000
7.38/6.32	c cleaning 13998 clauses out of 28013 with flag 227731/110000
8.20/7.18	c cleaning 15001 clauses out of 30015 with flag 260726/126000
9.12/8.09	c cleaning 15998 clauses out of 32014 with flag 295769/143000
10.35/9.12	c cleaning 16998 clauses out of 34016 with flag 332883/161000
11.35/10.14	c cleaning 18002 clauses out of 36020 with flag 372033/180002
12.52/11.22	c cleaning 19002 clauses out of 38016 with flag 413364/200000
13.61/12.36	c cleaning 19998 clauses out of 40014 with flag 456787/221000
14.96/13.64	c cleaning 20997 clauses out of 42017 with flag 502156/243001
16.16/14.88	c cleaning 22000 clauses out of 44019 with flag 549556/266000
17.81/16.30	c cleaning 23003 clauses out of 46021 with flag 599198/290002
19.34/17.82	c cleaning 23997 clauses out of 48016 with flag 650725/315000
20.98/19.45	c cleaning 25004 clauses out of 50019 with flag 704469/341000
22.78/21.13	c cleaning 26001 clauses out of 52015 with flag 760130/368000
24.46/22.82	c cleaning 27000 clauses out of 54015 with flag 817874/396001
26.16/24.57	c cleaning 27998 clauses out of 56015 with flag 877656/425001
28.05/26.45	c cleaning 28996 clauses out of 58016 with flag 939491/455000
30.04/28.41	c cleaning 30000 clauses out of 60020 with flag 1003296/486000
32.33/30.79	c cleaning 31002 clauses out of 62020 with flag 1069824/518000
34.93/33.37	c cleaning 31999 clauses out of 64019 with flag 1138030/551001
38.19/36.30	c cleaning 32999 clauses out of 66019 with flag 1208245/585000
41.09/39.22	c cleaning 33998 clauses out of 68020 with flag 1280402/620000
44.18/42.33	c cleaning 34999 clauses out of 70022 with flag 1354700/656000
47.47/45.61	c cleaning 36001 clauses out of 72024 with flag 1430984/693001
51.45/49.69	c cleaning 37004 clauses out of 74022 with flag 1509332/731000
56.37/54.32	c cleaning 37999 clauses out of 76019 with flag 1589848/770001
60.68/58.61	c cleaning 39003 clauses out of 78020 with flag 1672495/810001
64.86/62.88	c cleaning 39996 clauses out of 80017 with flag 1757189/851001
68.85/66.83	c cleaning 41002 clauses out of 82020 with flag 1843795/893000
74.23/72.12	c cleaning 41998 clauses out of 84019 with flag 1932386/936001
80.70/78.65	c cleaning 42997 clauses out of 86020 with flag 2023189/980000
87.88/85.88	c cleaning 44001 clauses out of 88024 with flag 2116132/1025001
95.43/92.99	c cleaning 45002 clauses out of 90022 with flag 2210839/1071000
102.20/99.78	c cleaning 46000 clauses out of 92022 with flag 2307842/1118002
109.39/106.84	c cleaning 47001 clauses out of 94020 with flag 2407052/1166000
117.07/114.52	c cleaning 48002 clauses out of 96019 with flag 2508412/1215000
124.74/122.24	c cleaning 49002 clauses out of 98017 with flag 2611574/1265000
134.46/131.86	c cleaning 49998 clauses out of 100015 with flag 2716591/1316000
145.82/143.27	c cleaning 50997 clauses out of 102017 with flag 2823545/1368000
153.10/150.55	c cleaning 52001 clauses out of 104020 with flag 2932310/1421000
160.71/158.04	c cleaning 52999 clauses out of 106019 with flag 3043171/1475000
168.17/165.55	c cleaning 54000 clauses out of 108021 with flag 3155920/1530001
174.35/171.77	c cleaning 55000 clauses out of 110021 with flag 3270885/1586001
181.09/178.39	c cleaning 56001 clauses out of 112021 with flag 3387787/1643001
186.97/184.23	c cleaning 57000 clauses out of 114020 with flag 3506691/1701001
194.13/191.17	c cleaning 57998 clauses out of 116019 with flag 3627976/1760000
200.12/197.15	c cleaning 59002 clauses out of 118021 with flag 3751099/1820000
206.74/203.29	c cleaning 60002 clauses out of 120020 with flag 3876346/1881001
212.04/208.49	c cleaning 60999 clauses out of 122017 with flag 4003436/1943000
216.53/212.97	c cleaning 62000 clauses out of 124019 with flag 4132760/2006001
221.84/218.26	c cleaning 63001 clauses out of 126019 with flag 4264006/2070001
226.98/223.27	c cleaning 63998 clauses out of 128017 with flag 4397226/2135000
231.77/228.05	c cleaning 65000 clauses out of 130019 with flag 4533104/2201000
236.87/233.04	c cleaning 66001 clauses out of 132019 with flag 4670919/2268000
241.64/237.89	c cleaning 66997 clauses out of 134019 with flag 4810828/2336001
246.66/242.88	c cleaning 67997 clauses out of 136021 with flag 4953000/2405000
252.09/248.15	c cleaning 69002 clauses out of 138025 with flag 5096632/2475001
257.46/253.53	c cleaning 69998 clauses out of 140022 with flag 5242629/2546000
262.52/258.56	c cleaning 71000 clauses out of 142024 with flag 5390693/2618000
268.15/264.18	c cleaning 72002 clauses out of 144024 with flag 5540993/2691000
274.56/269.86	c cleaning 73002 clauses out of 146024 with flag 5693004/2765002
280.18/275.37	c cleaning 73997 clauses out of 148022 with flag 5847443/2840002
285.97/281.06	c cleaning 75003 clauses out of 150024 with flag 6003797/2916001
291.50/286.58	c cleaning 75999 clauses out of 152022 with flag 6162011/2993002
297.07/292.06	c cleaning 76996 clauses out of 154021 with flag 6322303/3071000
303.16/298.07	c cleaning 77999 clauses out of 156025 with flag 6484525/3150000
309.19/303.97	c cleaning 79003 clauses out of 158026 with flag 6649052/3230000
316.18/310.30	c cleaning 79999 clauses out of 160023 with flag 6815507/3311000
322.73/316.80	c cleaning 80999 clauses out of 162024 with flag 6984226/3393000
329.20/323.18	c cleaning 82002 clauses out of 164027 with flag 7154924/3476002
335.84/329.77	c cleaning 83002 clauses out of 166026 with flag 7327478/3560003
342.70/336.55	c cleaning 83998 clauses out of 168022 with flag 7502159/3645001
349.77/343.56	c cleaning 84998 clauses out of 170023 with flag 7678847/3731000
357.20/350.81	c cleaning 86007 clauses out of 172025 with flag 7857724/3818000
364.55/357.59	c cleaning 86999 clauses out of 174019 with flag 8038883/3906001
371.80/364.71	c cleaning 87997 clauses out of 176019 with flag 8222074/3995000
378.29/371.29	c cleaning 89000 clauses out of 178023 with flag 8407255/4085001
385.49/378.33	c cleaning 89998 clauses out of 180022 with flag 8594451/4176000
392.72/385.55	c cleaning 91004 clauses out of 182024 with flag 8783797/4268000
400.75/393.49	c cleaning 91998 clauses out of 184020 with flag 8974832/4361000
409.77/402.27	c cleaning 92999 clauses out of 186022 with flag 9168054/4455000
418.43/410.39	c cleaning 93997 clauses out of 188023 with flag 9363320/4550000
426.71/418.40	c cleaning 95004 clauses out of 190027 with flag 9560623/4646001
434.20/425.85	c cleaning 95998 clauses out of 192022 with flag 9759970/4743000
442.24/433.85	c cleaning 97001 clauses out of 194026 with flag 9961539/4841002
450.25/441.87	c cleaning 97998 clauses out of 196023 with flag 10165135/4940000
458.76/450.38	c cleaning 99001 clauses out of 198025 with flag 10370903/5040000
468.35/458.93	c cleaning 100000 clauses out of 200025 with flag 10578700/5141001
478.34/468.83	c cleaning 101004 clauses out of 202025 with flag 10788337/5243001
487.93/478.30	c cleaning 101995 clauses out of 204020 with flag 11000145/5346000
498.13/488.36	c cleaning 103001 clauses out of 206025 with flag 11213775/5450000
509.48/498.71	c cleaning 104001 clauses out of 208026 with flag 11429294/5555002
519.83/508.98	c cleaning 105003 clauses out of 210023 with flag 11647321/5661000
529.80/518.74	c cleaning 106000 clauses out of 212021 with flag 11867386/5768001
539.51/528.23	c cleaning 107001 clauses out of 214022 with flag 12089420/5876002
549.23/537.29	c cleaning 108002 clauses out of 216021 with flag 12313722/5985002
559.45/547.23	c cleaning 109000 clauses out of 218017 with flag 12539728/6095000
570.11/557.91	c cleaning 109996 clauses out of 220019 with flag 12767975/6206002
582.14/569.74	c cleaning 110996 clauses out of 222022 with flag 12998291/6318001
593.71/581.31	c cleaning 111998 clauses out of 224025 with flag 13230726/6431000
605.70/593.04	c cleaning 113000 clauses out of 226027 with flag 13465020/6545000
617.55/604.94	c cleaning 114000 clauses out of 228028 with flag 13701808/6660001
629.52/616.95	c cleaning 115002 clauses out of 230028 with flag 13940515/6776001
642.65/629.96	c cleaning 116003 clauses out of 232025 with flag 14180868/6893000
654.51/641.88	c cleaning 117000 clauses out of 234023 with flag 14423296/7011001
666.87/654.27	c cleaning 117998 clauses out of 236023 with flag 14667707/7130001
679.53/666.90	c cleaning 119000 clauses out of 238025 with flag 14914415/7250001
692.60/680.07	c cleaning 119999 clauses out of 240024 with flag 15163514/7371000
705.66/693.13	c cleaning 121003 clauses out of 242025 with flag 15414546/7493000
719.29/706.15	c cleaning 121998 clauses out of 244022 with flag 15667253/7616000
731.84/718.70	c cleaning 123000 clauses out of 246024 with flag 15921995/7740000
744.77/731.33	c cleaning 124001 clauses out of 248024 with flag 16178965/7865000
757.54/744.19	c cleaning 125002 clauses out of 250024 with flag 16438294/7991001
771.59/758.22	c cleaning 125999 clauses out of 252021 with flag 16699245/8118000
785.46/771.70	c cleaning 127001 clauses out of 254023 with flag 16962465/8246001
799.12/785.44	c cleaning 128000 clauses out of 256022 with flag 17227757/8375001
813.27/799.37	c cleaning 129001 clauses out of 258022 with flag 17495179/8505001
826.33/812.43	c cleaning 129998 clauses out of 260020 with flag 17764544/8636000
840.78/826.66	c cleaning 130999 clauses out of 262022 with flag 18035888/8768000
853.95/839.84	c cleaning 132001 clauses out of 264023 with flag 18309495/8901000
867.39/853.22	c cleaning 132997 clauses out of 266023 with flag 18585187/9035001
880.90/866.57	c cleaning 133999 clauses out of 268025 with flag 18862689/9170000
893.23/878.62	c cleaning 135004 clauses out of 270027 with flag 19142288/9306001
907.17/891.70	c cleaning 136001 clauses out of 272023 with flag 19423873/9443001
920.25/904.84	c cleaning 136994 clauses out of 274021 with flag 19707600/9581000
932.55/917.11	c cleaning 138004 clauses out of 276028 with flag 19993571/9720001
944.80/929.34	c cleaning 139001 clauses out of 278023 with flag 20281626/9860000
958.32/942.79	c cleaning 139999 clauses out of 280023 with flag 20571753/10001001
971.08/955.56	c cleaning 140999 clauses out of 282024 with flag 20863659/10143001
983.66/968.19	c cleaning 141998 clauses out of 284024 with flag 21157678/10286000
997.04/981.40	c cleaning 143000 clauses out of 286026 with flag 21453655/10430000
1010.50/995.00	c cleaning 144003 clauses out of 288026 with flag 21752034/10575000
1024.15/1008.64	c cleaning 144999 clauses out of 290023 with flag 22051937/10721000
1038.61/1023.18	c cleaning 146000 clauses out of 292025 with flag 22354183/10868001
1052.92/1037.11	c cleaning 147001 clauses out of 294024 with flag 22658361/11016000
1067.77/1052.02	c cleaning 147999 clauses out of 296023 with flag 22964250/11165000
1082.01/1066.36	c cleaning 149000 clauses out of 298024 with flag 23272432/11315000
1097.46/1081.83	c cleaning 150000 clauses out of 300024 with flag 23582969/11466000
1112.27/1096.29	c cleaning 151001 clauses out of 302024 with flag 23895095/11618000
1126.72/1110.76	c cleaning 151998 clauses out of 304023 with flag 24209936/11771000
1141.77/1125.81	c cleaning 153003 clauses out of 306026 with flag 24526325/11925001
1158.11/1142.20	c cleaning 153999 clauses out of 308023 with flag 24844993/12080001
1173.38/1157.28	c cleaning 155004 clauses out of 310025 with flag 25165728/12236002
1188.63/1172.51	c cleaning 155993 clauses out of 312019 with flag 25488635/12393000
1203.98/1187.92	c cleaning 157002 clauses out of 314027 with flag 25813913/12551001
1220.14/1204.18	c cleaning 158000 clauses out of 316024 with flag 26140975/12710000
1235.80/1219.69	c cleaning 158998 clauses out of 318024 with flag 26469896/12870000
1252.55/1236.43	c cleaning 159997 clauses out of 320026 with flag 26801203/13031000
1268.51/1252.45	c cleaning 161003 clauses out of 322030 with flag 27134112/13193001
1285.95/1269.98	c cleaning 161998 clauses out of 324026 with flag 27469148/13356000
1304.68/1288.27	c cleaning 163000 clauses out of 326028 with flag 27806052/13520000
1323.82/1307.45	c cleaning 164004 clauses out of 328028 with flag 28145612/13685000
1342.48/1326.15	c cleaning 165002 clauses out of 330025 with flag 28486844/13851001
1360.45/1343.59	c cleaning 165998 clauses out of 332022 with flag 28830290/14018000
1378.10/1361.24	c cleaning 166999 clauses out of 334025 with flag 29175673/14186001
1397.76/1380.14	c cleaning 168001 clauses out of 336026 with flag 29523352/14355001
1415.29/1397.76	c cleaning 169002 clauses out of 338025 with flag 29872401/14525001
1434.20/1416.66	c cleaning 169997 clauses out of 340023 with flag 30223979/14696001
1452.56/1435.07	c cleaning 171003 clauses out of 342027 with flag 30577220/14868002
1473.51/1456.07	c cleaning 172000 clauses out of 344024 with flag 30932706/15041002
1495.77/1478.05	c cleaning 173003 clauses out of 346022 with flag 31290272/15215000
1514.70/1497.10	c cleaning 174001 clauses out of 348020 with flag 31650589/15390001
1533.54/1515.92	c cleaning 174997 clauses out of 350018 with flag 32012248/15566000
1552.98/1535.42	c cleaning 176003 clauses out of 352024 with flag 32375993/15743003
1572.28/1554.64	c cleaning 176994 clauses out of 354018 with flag 32742015/15921000
1590.22/1572.61	c cleaning 178000 clauses out of 356026 with flag 33110120/16100002
1609.15/1591.67	c cleaning 179002 clauses out of 358024 with flag 33480007/16280000
1629.61/1612.17	c cleaning 180003 clauses out of 360023 with flag 33852463/16461001
1649.12/1631.49	c cleaning 180999 clauses out of 362020 with flag 34226488/16643001
1670.77/1653.12	c cleaning 182002 clauses out of 364021 with flag 34603153/16826001
1690.39/1672.87	c cleaning 182997 clauses out of 366018 with flag 34981839/17010000
1711.73/1694.30	c cleaning 183996 clauses out of 368022 with flag 35361901/17195001
1733.77/1716.00	c cleaning 185000 clauses out of 370025 with flag 35744613/17381000
1753.40/1735.63	c cleaning 186002 clauses out of 372025 with flag 36129182/17568000
1772.15/1754.48	c cleaning 186999 clauses out of 374023 with flag 36515653/17756000
1790.98/1773.38	c cleaning 187999 clauses out of 376026 with flag 36904301/17945002
1812.56/1794.73	c cleaning 189001 clauses out of 378025 with flag 37295241/18135000
1835.69/1818.00	c cleaning 190003 clauses out of 380025 with flag 37687928/18326001
1858.52/1840.89	c cleaning 191001 clauses out of 382021 with flag 38082575/18518000
1883.66/1865.65	c cleaning 191996 clauses out of 384021 with flag 38479129/18711001
1905.58/1887.63	c cleaning 192998 clauses out of 386024 with flag 38878650/18905000
1926.72/1908.89	c cleaning 194002 clauses out of 388028 with flag 39279838/19100002
1948.39/1930.24	c cleaning 195003 clauses out of 390024 with flag 39682998/19296000
1970.61/1952.58	c cleaning 195999 clauses out of 392022 with flag 40087862/19493001
1992.95/1975.00	c cleaning 197001 clauses out of 394023 with flag 40494830/19691001
2016.93/1998.43	c cleaning 197994 clauses out of 396022 with flag 40903775/19890001
2042.10/2022.03	c cleaning 199003 clauses out of 398029 with flag 41314822/20090002
2067.32/2047.13	c cleaning 199997 clauses out of 400024 with flag 41727770/20291000
2092.99/2072.50	c cleaning 200998 clauses out of 402027 with flag 42143177/20493000
2120.49/2099.64	c cleaning 202000 clauses out of 404029 with flag 42560670/20696000
2146.70/2125.93	c cleaning 203004 clauses out of 406030 with flag 42980452/20900001
2172.75/2151.97	c cleaning 203999 clauses out of 408026 with flag 43402189/21105001
2199.41/2178.37	c cleaning 205001 clauses out of 410027 with flag 43825713/21311001
2224.85/2203.44	c cleaning 206002 clauses out of 412025 with flag 44251369/21518000
2252.03/2229.40	c cleaning 206997 clauses out of 414024 with flag 44679026/21726001
2277.33/2254.34	c cleaning 208003 clauses out of 416027 with flag 45108959/21935001
2302.56/2279.32	c cleaning 208996 clauses out of 418024 with flag 45540517/22145001
2329.01/2305.60	c cleaning 210000 clauses out of 420027 with flag 45974262/22356000
2353.07/2329.47	c cleaning 211003 clauses out of 422027 with flag 46409863/22568000
2377.07/2353.02	c cleaning 212000 clauses out of 424024 with flag 46847761/22781000
2401.51/2377.24	c cleaning 212999 clauses out of 426025 with flag 47287742/22995001
2428.84/2402.80	c cleaning 214002 clauses out of 428025 with flag 47729748/23210000
2454.96/2428.56	c cleaning 214998 clauses out of 430024 with flag 48174047/23426001
2480.49/2453.94	c cleaning 216006 clauses out of 432025 with flag 48620179/23643000
2505.18/2478.60	c cleaning 216998 clauses out of 434019 with flag 49068586/23861000
2529.29/2502.67	c cleaning 218001 clauses out of 436023 with flag 49518921/24080002
2557.65/2530.75	c cleaning 219001 clauses out of 438022 with flag 49971482/24300002
2582.98/2555.71	c cleaning 219998 clauses out of 440020 with flag 50425717/24521001
2607.79/2580.39	c cleaning 220998 clauses out of 442021 with flag 50882336/24743000
2635.41/2606.55	c cleaning 222004 clauses out of 444023 with flag 51340875/24966000
2664.13/2634.83	c cleaning 222998 clauses out of 446019 with flag 51801537/25190000
2690.41/2660.99	c cleaning 223993 clauses out of 448021 with flag 52264138/25415000
2715.33/2685.80	c cleaning 225001 clauses out of 450028 with flag 52728942/25641000
2740.80/2711.34	c cleaning 226002 clauses out of 452027 with flag 53195766/25868000
2765.89/2736.40	c cleaning 227001 clauses out of 454026 with flag 53664337/26096001
2793.17/2763.67	c cleaning 227999 clauses out of 456024 with flag 54135892/26325000
2820.81/2791.12	c cleaning 229003 clauses out of 458026 with flag 54608761/26555001
2851.09/2820.09	c cleaning 229998 clauses out of 460022 with flag 55083935/26786000
2879.16/2847.76	c cleaning 230998 clauses out of 462025 with flag 55561158/27018001
2906.15/2874.63	c cleaning 232001 clauses out of 464026 with flag 56040107/27251000
2934.81/2903.32	c cleaning 233001 clauses out of 466025 with flag 56521443/27485000
2963.34/2931.97	c cleaning 234001 clauses out of 468024 with flag 57005523/27720000
2991.22/2959.81	c cleaning 234995 clauses out of 470023 with flag 57491280/27956000
3019.20/2987.72	c cleaning 236001 clauses out of 472028 with flag 57978436/28193000
3047.62/3016.07	c cleaning 237003 clauses out of 474027 with flag 58467909/28431000
3078.31/3045.32	c cleaning 237997 clauses out of 476024 with flag 58959400/28670000
3107.52/3074.28	c cleaning 239001 clauses out of 478027 with flag 59453198/28910000
3136.84/3103.06	c cleaning 239997 clauses out of 480026 with flag 59948160/29151000
3166.91/3131.27	c cleaning 241004 clauses out of 482029 with flag 60445826/29393000
3194.81/3158.82	c cleaning 241998 clauses out of 484025 with flag 60945486/29636000
3226.92/3190.54	c cleaning 243000 clauses out of 486027 with flag 61446974/29880000
3259.41/3222.69	c cleaning 244001 clauses out of 488029 with flag 61950703/30125002
3291.45/3253.16	c cleaning 245003 clauses out of 490029 with flag 62456968/30371003
3322.65/3283.87	c cleaning 245998 clauses out of 492023 with flag 62964599/30618000
3355.04/3314.36	c cleaning 247000 clauses out of 494025 with flag 63474487/30866000
3386.56/3345.57	c cleaning 248006 clauses out of 496026 with flag 63986557/31115001
3423.10/3379.80	c cleaning 248995 clauses out of 498020 with flag 64499902/31365001
3457.18/3413.63	c cleaning 250000 clauses out of 500024 with flag 65015811/31616000
3494.44/3448.76	c cleaning 250999 clauses out of 502024 with flag 65533750/31868000
3523.97/3477.73	c cleaning 252004 clauses out of 504025 with flag 66054110/32121000
3556.67/3508.49	c cleaning 252998 clauses out of 506021 with flag 66576423/32375000
3587.19/3538.43	c cleaning 254002 clauses out of 508023 with flag 67101123/32630000
3600.05/3549.80	c starts		: 2
3600.05/3549.81	c conflicts		: 32784421
3600.05/3549.81	c decisions		: 41734017
3600.05/3549.81	c propagations		: 231350519
3600.05/3549.81	c inspects		: 18322640892
3600.05/3549.81	c shortcuts		: 0
3600.05/3549.81	c learnt literals	: 0
3600.05/3549.81	c learnt binary clauses	: 0
3600.05/3549.81	c learnt ternary clauses	: 0
3600.05/3549.81	c learnt constraints	: 32784421
3600.05/3549.81	c ignored constraints	: 0
3600.05/3549.81	c root simplifications	: 0
3600.05/3549.81	c removed literals (reason simplification)	: 3799524804
3600.05/3549.81	c reason swapping (by a shorter reason)	: 0
3600.05/3549.81	c Calls to reduceDB	: 251
3600.05/3549.81	c Number of update (reduction) of LBD	: 450811
3600.05/3549.81	c Imported unit clauses	: 0
3600.05/3549.81	c No decision after first conflict	: false
3600.05/3549.81	c number of reductions to clauses (during analyze)	: 0
3600.05/3549.81	c number of learned constraints concerned by reduction	: 0
3600.05/3549.81	c number of learning phase by resolution	: 0
3600.05/3549.81	c number of learning phase by cutting planes	: 0
3600.05/3549.81	c number of rounding to 1 operations	: 0
3600.05/3549.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3549.81	c number of reductions of the coefficients by power 2 	: 0
3600.05/3549.81	c number of right shift for reduction by power 2 	: 0
3600.05/3549.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3549.81	c number of ending skipping 	: 0
3600.05/3549.81	c number of internal skipping 	: 0
3600.05/3549.81	c number of derivation steps 	: 0
3600.05/3549.81	c number of skipped derivation steps 	: 0
3600.05/3549.81	c number of remaining unassigned 	: 0
3600.05/3549.81	c number of remaining assigned 	: 0
3600.05/3549.81	c number of falsified literals weakened from reason	: 0
3600.05/3549.81	c number of falsified literals weakened from conflict	: 0
3600.05/3549.81	c time for arithmetic operations	: 0
3600.05/3549.81	c minimum degree of deleted constraints	: null
3600.05/3549.81	c maximum degree of deleted constraints	: null
3600.05/3549.81	c number of deleted constraints	: 0
3600.05/3549.81	c speed (assignments/second)	: 65176.00835242689
3600.05/3549.81	c non guided choices	: 0
3600.05/3549.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 408442
3600.05/3549.86	s SATISFIABLE
3600.05/3549.86	c Found 1 solution(s)
3600.05/3549.87	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 
3600.05/3549.87	c objective function=19
3600.05/3549.87	c Total wall clock time (in seconds): 3549.719

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-4783325-1782145234/watcher-4783325-1782145234 -o /tmp/evaluation-result-4783325-1782145234/solver-4783325-1782145234 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783325-1782145234/vars-4783325-1782145234 --bin-var /tmp/runsolver-exch-nodeE004-1782145234-2327348 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783325-1782145234.opb 

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 2,6,9-10,17,28,32,41,54-55
  3550 MHz: 0-1,3,15,38-39,52-53,60-63
  3600 MHz: 4-5,7-8,11-14,16,18-27,29-31,33-37,40,42-51,56-59
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (111555 MiB free)
  node 1: cores 8-15, 129019 MiB (111615 MiB free)
  node 2: cores 16-23, 129019 MiB (116327 MiB free)
  node 3: cores 24-31, 128957 MiB (116127 MiB free)
  node 4: cores 32-39, 129019 MiB (110791 MiB free)
  node 5: cores 40-47, 129019 MiB (112518 MiB free)
  node 6: cores 48-55, 129019 MiB (111422 MiB free)
  node 7: cores 56-63, 128474 MiB (111763 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 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
Current StackSize limit: 8192 KiB

solver pid=2327578, runsolver pid=2327510

[startup+0.100059 s]*
/proc/loadavg: 1.43 4.37 7.87 26/1024 2327745
/proc/meminfo: memFree=923619372/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=34900044 memory=46168 CPUtime=0.06 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 5508 0 0 0 5 1 0 0 20 0 19 0 147811308 35737645056 11187 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8725011 11542 6086 1 0 30812 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=34900044 memory=4034097543 CPUtime=0.03 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) D 2327510 2327578 2327328 0 -1 4194368 2788 0 0 0 3 0 0 0 20 0 19 0 147811314 35737645056 11187 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=34900044 memory=2244 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 147811315 35737645056 11187 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=34900044 memory=54083067314660 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 147811315 35737645056 11187 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=34900044 memory=60684448825944 CPUtime=0 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 147811315 35737645056 11187 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=34900044 memory=55186924241692 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 147811316 35737645056 11187 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=34900044 memory=61809830921453 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 147811316 35737645056 11187 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 46168 KiB

[startup+0.213972 s]*
/proc/loadavg: 1.43 4.37 7.87 51/1186 2327921
/proc/meminfo: memFree=923284228/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35033172 memory=66332 CPUtime=0.36 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 8387 0 0 0 34 2 0 0 20 0 21 0 147811308 35873968128 16029 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8758293 16583 6246 1 0 34088 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35033172 memory=7517738137571915061 CPUtime=0.13 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 3302 0 0 0 13 0 0 0 20 0 21 0 147811314 35873968128 16029 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35033172 memory=215704930196 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811315 35873968128 16029 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35033172 memory=17979 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147811315 35873968128 16029 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35033172 memory=18330 CPUtime=0 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811315 35873968128 16029 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35033172 memory=18896 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 16029 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35033172 memory=61753 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 16029 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35033172 memory=3833461820937745235 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811326 35873968128 16029 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 66332 KiB

[startup+0.315215 s]*
/proc/loadavg: 1.43 4.37 7.87 53/1203 2327938
/proc/meminfo: memFree=922788204/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35033172 memory=76484 CPUtime=0.66 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 9931 0 0 0 64 2 0 0 20 0 21 0 147811308 35873968128 18693 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8758293 19121 6246 1 0 37833 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35033172 memory=-7308315775022032992 CPUtime=0.23 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 3320 0 0 0 23 0 0 0 20 0 21 0 147811314 35873968128 18693 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811315 35873968128 18693 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147811315 35873968128 18693 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811315 35873968128 18693 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 18693 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 18693 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35033172 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811326 35873968128 18693 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 76484 KiB

[startup+0.700296 s]
/proc/loadavg: 1.43 4.37 7.87 46/1218 2327953
/proc/meminfo: memFree=922103592/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35099736 memory=115996 CPUtime=1.48 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 11142 0 0 0 146 2 0 0 20 0 22 0 147811308 35942129664 28554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8774934 28999 6262 1 0 54677 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35099736 memory=145592 CPUtime=0.59 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 3352 0 0 0 58 1 0 0 20 0 22 0 147811314 35942129664 28554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35099736 memory=131168 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147811315 35942129664 28554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35099736 memory=223624 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 147811315 35942129664 28554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35099736 memory=233024 CPUtime=0 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 147811315 35942129664 28554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35099736 memory=169276 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 147811316 35942129664 28554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35099736 memory=4868 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147811316 35942129664 28554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35099736 memory=11700 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147811326 35942129664 28554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 115996 KiB

[startup+1.50019 s]
/proc/loadavg: 1.43 4.37 7.87 21/1225 2327964
/proc/meminfo: memFree=921304200/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35099736 memory=180304 CPUtime=2.3 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 11779 0 0 0 228 2 0 0 20 0 21 0 147811308 35942129664 44756 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8774934 45076 6286 1 0 96522 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35099736 memory=145592 CPUtime=1.38 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 3609 0 0 0 137 1 0 0 20 0 21 0 147811314 35942129664 44756 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35099736 memory=4868 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811315 35942129664 44756 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147811315 35942129664 44756 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811315 35942129664 44756 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 147811316 35942129664 44756 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811316 35942129664 44756 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811326 35942129664 44756 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 180304 KiB

[startup+3.11444 s]
/proc/loadavg: 2.84 4.62 7.93 27/1226 2327982
/proc/meminfo: memFree=916848148/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35166300 memory=296584 CPUtime=4.12 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 18347 0 0 0 409 3 0 0 20 0 23 0 147811308 36010291200 73778 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8791575 74146 6285 1 0 97043 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35166300 memory=0 CPUtime=2.93 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) S 2327510 2327578 2327328 0 -1 4194368 4279 0 0 0 292 1 0 0 20 0 23 0 147811314 36010291200 73778 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811315 36010291200 73778 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35166300 memory=4868 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811315 36010291200 73778 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35166300 memory=279792224296290 CPUtime=0 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 147811315 36010291200 73778 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 73778 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 73778 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811326 36010291200 73778 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 4.12 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 296584 KiB

[startup+6.30022 s]

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

/proc/meminfo: memFree=803908200/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35232864 memory=3999232 CPUtime=3321.16 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 384460 0 0 0 332011 105 0 0 20 0 23 0 147811308 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8808216 999808 6273 1 0 1014817 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35232864 memory=142604 CPUtime=3258.94 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 84694 0 0 0 325867 27 0 0 20 0 23 0 147811314 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35232864 memory=11700 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35232864 memory=15524 CPUtime=0.15 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 159 0 0 0 6 9 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35232864 memory=3999232 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35232864 memory=4868 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 1169 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35232864 memory=3999232 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811326 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 3321.16 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3999232 KiB

[startup+3342.3 s]
/proc/loadavg: 16.61 16.67 16.69 20/1223 2328258
/proc/meminfo: memFree=803530592/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35232864 memory=3999256 CPUtime=3383.37 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 385665 0 0 0 338230 107 0 0 20 0 23 0 147811308 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8808216 999814 6273 1 0 1014817 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35232864 memory=4784 CPUtime=3318.37 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 85488 0 0 0 331810 27 0 0 20 0 23 0 147811314 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35232864 memory=17828 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35232864 memory=3999256 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35232864 memory=27164 CPUtime=0.15 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 159 0 0 0 6 9 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35232864 memory=40780 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35232864 memory=3999256 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 1190 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35232864 memory=5824 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811326 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 3383.37 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3999256 KiB

[startup+3402.3 s]
/proc/loadavg: 16.54 16.64 16.68 20/1223 2328259
/proc/meminfo: memFree=803811744/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35232864 memory=3999304 CPUtime=3445.91 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 385853 0 0 0 344482 109 0 0 20 0 23 0 147811308 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8808216 999826 6273 1 0 1014817 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35232864 memory=3999256 CPUtime=3377.77 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 85525 0 0 0 337750 27 0 0 20 0 23 0 147811314 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35232864 memory=1972 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35232864 memory=3999256 CPUtime=0.16 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 160 0 0 0 6 10 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35232864 memory=5836 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35232864 memory=3999288 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 1190 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35232864 memory=3999304 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811326 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 3445.91 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3999304 KiB

[startup+3462.3 s]
/proc/loadavg: 16.20 16.52 16.63 20/1223 2328262
/proc/meminfo: memFree=803749176/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35232864 memory=3999312 CPUtime=3508.39 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 389127 0 0 0 350727 112 0 0 20 0 23 0 147811308 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8808216 999828 6273 1 0 1014817 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35232864 memory=3999312 CPUtime=3437.2 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 86984 0 0 0 343693 27 0 0 20 0 23 0 147811314 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35232864 memory=1972 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35232864 memory=3999304 CPUtime=0.16 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 169 0 0 0 6 10 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35232864 memory=15524 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35232864 memory=5672 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 1269 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35232864 memory=3999312 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811326 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 3508.39 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3999312 KiB

[startup+3522.3 s]
/proc/loadavg: 16.21 16.47 16.61 21/1224 2328722
/proc/meminfo: memFree=857397900/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35232864 memory=3999320 CPUtime=3570.87 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 404663 0 0 0 356972 115 0 0 20 0 23 0 147811308 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8808216 999830 6273 1 0 1014817 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35232864 memory=3999312 CPUtime=3496.56 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 88128 0 0 0 349629 27 0 0 20 0 23 0 147811314 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35232864 memory=3999312 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35232864 memory=15524 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35232864 memory=3948 CPUtime=0.16 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 169 0 0 0 6 10 0 0 20 0 23 0 147811315 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35232864 memory=3999320 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35232864 memory=40780 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 1270 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35232864 memory=3008 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811326 36078452736 999554 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 3570.87 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3999320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549.8 s]
/proc/loadavg: 16.36 16.47 16.60 18/1175 2329114
/proc/meminfo: memFree=886606932/1055320700 swapFree=33554428/33554428
[pid=2327578] ppid=2327510 vsize=35232864 memory=4082680 CPUtime=3600.05 cores=40-43
/proc/2327578/stat : 2327578 (java) S 2327510 2327578 2327328 0 -1 4194304 407622 0 0 0 359889 116 0 0 20 0 23 0 147811308 36078452736 1020378 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 0 0 16800975 0 0 0 17 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
/proc/2327578/statm: 8808216 1020670 6273 1 0 2972956 0
[pid=2327578/tid=2327650] ppid=2327510 vsize=35232864 memory=3948 CPUtime=3523.74 cores=40-43
/proc/2327578/task/2327650/stat : 2327650 (java) R 2327510 2327578 2327328 0 -1 4194368 88677 0 0 0 352347 27 0 0 20 0 23 0 147811314 36078452736 1020378 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327710] ppid=2327510 vsize=35232864 memory=40780 CPUtime=0 cores=40-43
/proc/2327578/task/2327710/stat : 2327710 (Referen..andler) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 1020378 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327711] ppid=2327510 vsize=35232864 memory=4784 CPUtime=0 cores=40-43
/proc/2327578/task/2327711/stat : 2327711 (Finalizer) S 2327510 2327578 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811315 36078452736 1020378 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327717] ppid=2327510 vsize=35232864 memory=1972 CPUtime=0.16 cores=40-43
/proc/2327578/task/2327717/stat : 2327717 (Monitor..Thread) S 2327510 2327578 2327328 0 -1 4194368 169 0 0 0 6 10 0 0 20 0 23 0 147811315 36078452736 1020378 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327729] ppid=2327510 vsize=35232864 memory=-7308315775022230114 CPUtime=0 cores=40-43
/proc/2327578/task/2327729/stat : 2327729 (Notific..Thread) S 2327510 2327578 2327328 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 1020378 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327730] ppid=2327510 vsize=35232864 memory=9408 CPUtime=0 cores=40-43
/proc/2327578/task/2327730/stat : 2327730 (Common-Cleaner) S 2327510 2327578 2327328 0 -1 4194368 1300 0 0 0 0 0 0 0 20 0 23 0 147811316 36078452736 1020378 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
[pid=2327578/tid=2327919] ppid=2327510 vsize=35232864 memory=27440 CPUtime=0 cores=40-43
/proc/2327578/task/2327919/stat : 2327919 (Timer-0) S 2327510 2327578 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811326 36078452736 1020378 18446744073709551615 94552395534336 94552395538032 140732004145824 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94552395545896 94552395546640 94552421756928 140732004153556 140732004153696 140732004153696 140732004159432 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4082680 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.06 s, system=1.17413 s

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

Child status: 143

Real time (s): 3549.88
CPU time (s): 3600.23
CPU user time (s): 3599.06
CPU system time (s): 1.17413
CPU usage (%): 101.418
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 6179324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.06
system time used= 1.17413
maximum resident set size= 6178248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409670
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62652
involuntary context switches= 3157


# summary of solver processes directly reported to runsolver:
#   pid: 2327578
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3599.06
#   total CPU system time (s): 1.17413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9421 second user time and 44.2171 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-22 18:20:35
IDJOB=4783325
IDBENCH=146660
IDSOLVER=3602
FILE ID=nodeE004/4783325-1782145234
RUNJOBID= nodeE004-1782145234-2327348
SLURM_JOB_ID= 12510925
Free space on /tmp= 801536 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
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 -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783325-1782145234/watcher-4783325-1782145234 -o /tmp/evaluation-result-4783325-1782145234/solver-4783325-1782145234 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783325-1782145234/vars-4783325-1782145234 --bin-var /tmp/runsolver-exch-nodeE004-1782145234-2327348 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783325-1782145234.opb

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

MD5SUM BENCH= 7cbd9242490819e58478720045b90b69
RANDOM SEED=1939042308

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        923690704 kB
MemAvailable:   1044676232 kB
Buffers:            3352 kB
Cached:         125328912 kB
SwapCached:            0 kB
Active:          1670824 kB
Inactive:       123784448 kB
Active(anon):    1044352 kB
Inactive(anon):        0 kB
Active(file):     626472 kB
Inactive(file): 123784448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19632 kB
Writeback:            24 kB
AnonPages:        126228 kB
Mapped:           178248 kB
Shmem:            921344 kB
KReclaimable:    1434476 kB
Slab:            1998504 kB
SReclaimable:    1434476 kB
SUnreclaim:       564028 kB
KernelStack:       14032 kB
PageTables:         4816 kB
SecPageTables:     15372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:    1390528 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478420 kB
VmallocChunk:          0 kB
Percpu:           141824 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 801464 MiB
End job on nodeE004 at 2026-06-22 19:19:45