Trace number 4835628

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)17 3553.88 3700.18

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.95:100.opb
MD5SUM0c08209891d9f5241a74237055766898
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.055082
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables934
Total number of constraints1063
Number of constraints which are clauses879
Number of constraints which are cardinality constraints (but not clauses)184
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 934
Biggest coefficient in the objective function 546
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2594
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 546
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2594
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4835628-1783639400.opb
0.00/0.09	c reading problem ... 
0.12/30.57	c using VERIPB proof format
0.12/30.57	c  objective function found
0.22/30.60	c ... done. Wall clock time 30.507s.
0.22/30.60	c declared #vars     934
0.22/30.60	c #constraints  1064
0.22/30.60	c constraints type 
0.22/30.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 873
0.22/30.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
0.22/30.60	c org.sat4j.specs.Constr$1 => 1
0.22/30.60	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.22/30.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.22/30.60	c 1064 constraints processed.
0.22/30.60	c objective function length is 934 literals
0.22/30.61	c SATISFIABLE
0.22/30.61	c OPTIMIZING...
0.22/30.61	c Got one! Elapsed wall clock time (in seconds):30.527
0.22/30.61	o 17
2.00/31.24	c cleaning 2493 clauses out of 5000 with flag 10187/5000
2.74/31.65	c cleaning 4245 clauses out of 8508 with flag 22259/11001
3.21/32.13	c cleaning 5624 clauses out of 11263 with flag 36329/18001
3.87/32.77	c cleaning 6810 clauses out of 13638 with flag 52419/26000
4.54/33.51	c cleaning 7903 clauses out of 15828 with flag 70509/35000
5.24/34.35	c cleaning 8954 clauses out of 17925 with flag 90609/45000
5.93/35.24	c cleaning 9975 clauses out of 19971 with flag 112719/56000
6.79/36.22	c cleaning 10990 clauses out of 21996 with flag 137111/68000
7.64/37.34	c cleaning 11995 clauses out of 24006 with flag 164384/81000
8.68/38.59	c cleaning 12996 clauses out of 26011 with flag 193756/95000
9.93/39.96	c cleaning 13998 clauses out of 28015 with flag 225226/110000
10.94/41.27	c cleaning 15003 clauses out of 30017 with flag 257745/126000
12.13/42.69	c cleaning 15997 clauses out of 32014 with flag 291836/143000
13.44/44.22	c cleaning 16997 clauses out of 34017 with flag 327933/161000
14.67/45.89	c cleaning 18001 clauses out of 36021 with flag 366037/180001
16.09/47.60	c cleaning 19004 clauses out of 38020 with flag 406145/200001
17.57/49.50	c cleaning 19997 clauses out of 40016 with flag 448258/221001
19.23/51.44	c cleaning 21001 clauses out of 42019 with flag 492377/243001
20.92/53.51	c cleaning 22000 clauses out of 44017 with flag 538499/266000
22.86/55.65	c cleaning 22998 clauses out of 46017 with flag 586629/290000
24.62/57.86	c cleaning 24003 clauses out of 48019 with flag 636764/315000
26.38/60.10	c cleaning 24998 clauses out of 50017 with flag 688907/341001
28.84/62.65	c cleaning 26001 clauses out of 52018 with flag 743051/368000
30.87/65.14	c cleaning 26998 clauses out of 54017 with flag 799202/396000
33.95/68.42	c cleaning 28003 clauses out of 56020 with flag 857493/425001
36.47/71.41	c cleaning 28997 clauses out of 58016 with flag 920105/455000
38.96/74.25	c cleaning 30002 clauses out of 60019 with flag 984763/486000
41.15/77.10	c cleaning 30998 clauses out of 62017 with flag 1051502/518000
43.86/80.11	c cleaning 32002 clauses out of 64019 with flag 1120173/551000
47.88/84.79	c cleaning 33001 clauses out of 66017 with flag 1189982/585000
51.10/88.38	c cleaning 34003 clauses out of 68017 with flag 1260835/620001
53.57/91.46	c cleaning 34998 clauses out of 70013 with flag 1333632/656000
56.46/94.77	c cleaning 35997 clauses out of 72015 with flag 1408647/693000
59.27/98.22	c cleaning 37001 clauses out of 74018 with flag 1485688/731000
62.44/101.77	c cleaning 37997 clauses out of 76017 with flag 1564465/770000
65.67/105.41	c cleaning 38997 clauses out of 78021 with flag 1644869/810001
69.02/109.42	c cleaning 40004 clauses out of 80025 with flag 1728559/851002
73.04/113.88	c cleaning 41000 clauses out of 82019 with flag 1815783/893000
77.00/118.30	c cleaning 42001 clauses out of 84019 with flag 1903002/936000
80.72/122.60	c cleaning 42998 clauses out of 86018 with flag 1992928/980000
84.96/127.39	c cleaning 43997 clauses out of 88020 with flag 2085824/1025000
90.92/133.49	c cleaning 45000 clauses out of 90024 with flag 2184561/1071001
96.46/139.59	c cleaning 46004 clauses out of 92024 with flag 2285313/1118001
100.40/144.19	c cleaning 47000 clauses out of 94019 with flag 2385733/1166000
104.74/149.13	c cleaning 48001 clauses out of 96019 with flag 2488245/1215000
108.93/153.99	c cleaning 48997 clauses out of 98018 with flag 2591966/1265000
113.06/158.59	c cleaning 50000 clauses out of 100021 with flag 2696222/1316000
116.95/163.19	c cleaning 51001 clauses out of 102021 with flag 2802519/1368000
121.36/168.07	c cleaning 51998 clauses out of 104021 with flag 2911124/1421001
125.81/173.24	c cleaning 53002 clauses out of 106023 with flag 3021863/1475001
131.62/179.70	c cleaning 54003 clauses out of 108020 with flag 3135816/1530000
137.36/186.05	c cleaning 55000 clauses out of 110017 with flag 3252219/1586000
142.62/191.97	c cleaning 55999 clauses out of 112017 with flag 3371287/1643000
147.82/197.75	c cleaning 56998 clauses out of 114018 with flag 3492238/1701000
152.34/203.16	c cleaning 58001 clauses out of 116021 with flag 3610834/1760001
157.01/208.62	c cleaning 58999 clauses out of 118019 with flag 3731436/1820000
162.53/214.96	c cleaning 60001 clauses out of 120021 with flag 3857955/1881001
168.30/221.41	c cleaning 61000 clauses out of 122019 with flag 3986599/1943000
174.48/228.39	c cleaning 61998 clauses out of 124019 with flag 4117321/2006000
180.76/235.32	c cleaning 63000 clauses out of 126022 with flag 4250124/2070001
187.00/242.38	c cleaning 64001 clauses out of 128021 with flag 4385000/2135000
193.76/249.80	c cleaning 64995 clauses out of 130021 with flag 4521950/2201001
200.64/257.39	c cleaning 66001 clauses out of 132026 with flag 4660972/2268001
207.36/264.54	c cleaning 67003 clauses out of 134025 with flag 4800346/2336001
214.92/272.27	c cleaning 68000 clauses out of 136021 with flag 4940115/2405000
222.08/280.38	c cleaning 68998 clauses out of 138021 with flag 5086118/2475000
230.25/289.42	c cleaning 70002 clauses out of 140023 with flag 5234202/2546000
239.24/298.79	c cleaning 71002 clauses out of 142021 with flag 5384370/2618000
246.02/306.12	c cleaning 71998 clauses out of 144019 with flag 5531909/2691000
252.48/313.13	c cleaning 73001 clauses out of 146021 with flag 5684172/2765000
258.67/320.08	c cleaning 73997 clauses out of 148020 with flag 5834577/2840000
264.96/327.29	c cleaning 74998 clauses out of 150023 with flag 5986988/2916000
271.57/334.58	c cleaning 76002 clauses out of 152025 with flag 6141404/2993000
279.61/343.28	c cleaning 77002 clauses out of 154024 with flag 6297563/3071001
290.09/353.86	c cleaning 78003 clauses out of 156021 with flag 6455561/3150000
301.32/365.84	c cleaning 78998 clauses out of 158019 with flag 6615563/3230001
313.09/378.33	c cleaning 80004 clauses out of 160021 with flag 6777563/3311001
325.17/391.26	c cleaning 80998 clauses out of 162016 with flag 6941562/3393000
342.17/409.19	c cleaning 82002 clauses out of 164019 with flag 7107592/3476001
350.43/418.23	c cleaning 82996 clauses out of 166016 with flag 7279854/3560000
359.75/428.10	c cleaning 84001 clauses out of 168020 with flag 7456320/3645000
368.84/437.87	c cleaning 84998 clauses out of 170020 with flag 7633458/3731001
380.51/450.29	c cleaning 86003 clauses out of 172021 with flag 7812587/3818000
390.19/460.98	c cleaning 87002 clauses out of 174018 with flag 7991226/3906000
400.42/471.48	c cleaning 87997 clauses out of 176018 with flag 8175402/3995002
410.95/482.77	c cleaning 88999 clauses out of 178019 with flag 8358977/4085000
421.35/493.91	c cleaning 90003 clauses out of 180020 with flag 8543227/4176000
430.36/503.89	c cleaning 90999 clauses out of 182017 with flag 8731878/4268000
439.76/514.16	c cleaning 91998 clauses out of 184019 with flag 8921271/4361001
449.26/524.28	c cleaning 92998 clauses out of 186021 with flag 9112673/4455001
458.30/534.18	c cleaning 94000 clauses out of 188022 with flag 9306042/4550000
470.75/547.46	c cleaning 94999 clauses out of 190022 with flag 9501941/4646000
481.59/558.95	c cleaning 95998 clauses out of 192023 with flag 9699459/4743000
491.66/569.93	c cleaning 97003 clauses out of 194025 with flag 9898814/4841000
501.82/580.97	c cleaning 97996 clauses out of 196022 with flag 10101471/4940000
511.88/591.80	c cleaning 99000 clauses out of 198026 with flag 10304817/5040000
522.47/602.26	c cleaning 99998 clauses out of 200027 with flag 10510066/5141001
532.64/613.33	c cleaning 101002 clauses out of 202028 with flag 10717312/5243000
544.86/626.34	c cleaning 102003 clauses out of 204027 with flag 10929454/5346001
558.26/639.59	c cleaning 103003 clauses out of 206024 with flag 11149962/5450001
571.54/653.53	c cleaning 103998 clauses out of 208020 with flag 11372687/5555000
587.13/670.38	c cleaning 105000 clauses out of 210022 with flag 11597380/5661000
602.65/686.75	c cleaning 106002 clauses out of 212023 with flag 11824639/5768001
617.87/702.58	c cleaning 106998 clauses out of 214020 with flag 12053448/5876000
631.89/717.76	c cleaning 108002 clauses out of 216022 with flag 12283148/5985000
646.98/733.11	c cleaning 108999 clauses out of 218021 with flag 12514611/6095001
661.81/748.78	c cleaning 110000 clauses out of 220022 with flag 12746663/6206001
679.23/766.56	c cleaning 111001 clauses out of 222021 with flag 12979876/6318000
694.82/782.92	c cleaning 111997 clauses out of 224021 with flag 13213073/6431001
709.57/798.55	c cleaning 112998 clauses out of 226024 with flag 13448998/6545001
724.77/814.54	c cleaning 114004 clauses out of 228026 with flag 13686722/6660001
740.06/830.68	c cleaning 114996 clauses out of 230022 with flag 13926343/6776001
753.59/845.32	c cleaning 116005 clauses out of 232025 with flag 14168201/6893000
770.25/862.93	c cleaning 116997 clauses out of 234020 with flag 14412630/7011000
786.63/880.20	c cleaning 118000 clauses out of 236023 with flag 14658660/7130000
801.44/895.97	c cleaning 119002 clauses out of 238023 with flag 14906167/7250000
816.87/912.28	c cleaning 120002 clauses out of 240021 with flag 15157456/7371000
831.79/928.16	c cleaning 120997 clauses out of 242020 with flag 15409917/7493001
848.43/945.27	c cleaning 121997 clauses out of 244022 with flag 15663929/7616000
865.20/962.95	c cleaning 122999 clauses out of 246025 with flag 15920612/7740000
881.10/980.00	c cleaning 123996 clauses out of 248026 with flag 16178941/7865000
898.26/997.01	c cleaning 125002 clauses out of 250030 with flag 16438811/7991000
916.32/1015.79	c cleaning 126003 clauses out of 252028 with flag 16700405/8118000
934.53/1034.82	c cleaning 127001 clauses out of 254025 with flag 16965053/8246000
953.41/1054.08	c cleaning 128001 clauses out of 256025 with flag 17231868/8375001
972.28/1073.22	c cleaning 129001 clauses out of 258025 with flag 17498313/8505002
994.06/1095.00	c cleaning 130001 clauses out of 260023 with flag 17769147/8636001
1012.22/1113.98	c cleaning 130997 clauses out of 262022 with flag 18045370/8768001
1033.00/1135.54	c cleaning 132002 clauses out of 264024 with flag 18321883/8901000
1052.11/1154.71	c cleaning 132998 clauses out of 266022 with flag 18600857/9035000
1072.26/1175.84	c cleaning 134003 clauses out of 268025 with flag 18878376/9170001
1092.84/1196.71	c cleaning 135001 clauses out of 270021 with flag 19154272/9306000
1122.34/1226.41	c cleaning 136003 clauses out of 272020 with flag 19434792/9443000
1140.60/1245.65	c cleaning 137002 clauses out of 274018 with flag 19717141/9581001
1160.02/1264.67	c cleaning 138001 clauses out of 276015 with flag 19999309/9720000
1177.35/1282.92	c cleaning 138995 clauses out of 278015 with flag 20285000/9860001
1195.25/1301.81	c cleaning 140000 clauses out of 280019 with flag 20571437/10001000
1215.45/1323.18	c cleaning 141000 clauses out of 282019 with flag 20860181/10143000
1234.21/1341.98	c cleaning 141999 clauses out of 284019 with flag 21152026/10286000
1250.15/1359.00	c cleaning 143003 clauses out of 286021 with flag 21444790/10430001
1268.73/1378.55	c cleaning 143999 clauses out of 288018 with flag 21742383/10575001
1289.43/1400.42	c cleaning 144999 clauses out of 290018 with flag 22050343/10721000
1315.79/1426.93	c cleaning 145997 clauses out of 292020 with flag 22359913/10868001
1338.80/1451.15	c cleaning 146998 clauses out of 294023 with flag 22670387/11016001
1365.43/1477.98	c cleaning 148001 clauses out of 296024 with flag 22984896/11165000
1388.79/1502.35	c cleaning 149001 clauses out of 298023 with flag 23300842/11315000
1413.31/1526.41	c cleaning 149998 clauses out of 300022 with flag 23615214/11466000
1439.83/1553.78	c cleaning 150997 clauses out of 302024 with flag 23930136/11618000
1466.64/1581.53	c cleaning 152007 clauses out of 304029 with flag 24247653/11771002
1489.52/1605.29	c cleaning 152997 clauses out of 306020 with flag 24564408/11925000
1514.62/1631.00	c cleaning 153999 clauses out of 308023 with flag 24883066/12080000
1539.04/1656.58	c cleaning 154996 clauses out of 310024 with flag 25203896/12236000
1561.04/1679.46	c cleaning 156007 clauses out of 312028 with flag 25527719/12393000
1585.05/1704.21	c cleaning 157000 clauses out of 314021 with flag 25851939/12551000
1611.86/1732.23	c cleaning 157999 clauses out of 316021 with flag 26179232/12710000
1636.36/1757.04	c cleaning 158995 clauses out of 318022 with flag 26508696/12870000
1662.12/1783.64	c cleaning 160001 clauses out of 320027 with flag 26840329/13031000
1688.31/1810.69	c cleaning 160999 clauses out of 322026 with flag 27174589/13193000
1714.34/1837.44	c cleaning 162001 clauses out of 324027 with flag 27510607/13356000
1738.79/1862.31	c cleaning 163002 clauses out of 326026 with flag 27848869/13520000
1768.99/1892.08	c cleaning 164005 clauses out of 328024 with flag 28188155/13685000
1795.26/1919.68	c cleaning 165000 clauses out of 330020 with flag 28529274/13851001
1817.67/1942.98	c cleaning 165999 clauses out of 332019 with flag 28874020/14018000
1842.76/1968.74	c cleaning 166999 clauses out of 334021 with flag 29223133/14186001
1866.48/1993.44	c cleaning 168000 clauses out of 336022 with flag 29572692/14355001
1890.25/2017.85	c cleaning 168996 clauses out of 338022 with flag 29924146/14525001
1914.65/2042.99	c cleaning 170001 clauses out of 340025 with flag 30279229/14696000
1939.40/2068.37	c cleaning 170999 clauses out of 342024 with flag 30634294/14868000
1962.93/2092.64	c cleaning 172002 clauses out of 344026 with flag 30991362/15041001
1987.66/2118.10	c cleaning 173002 clauses out of 346023 with flag 31348345/15215000
2015.41/2146.47	c cleaning 174001 clauses out of 348021 with flag 31700328/15390000
2042.04/2173.08	c cleaning 174998 clauses out of 350021 with flag 32063870/15566001
2070.56/2202.49	c cleaning 176000 clauses out of 352023 with flag 32431722/15743001
2098.57/2231.37	c cleaning 177001 clauses out of 354023 with flag 32797173/15921001
2126.74/2260.25	c cleaning 177998 clauses out of 356022 with flag 33155215/16100001
2174.36/2308.87	c cleaning 179004 clauses out of 358023 with flag 33519826/16280000
2204.11/2339.69	c cleaning 179998 clauses out of 360020 with flag 33894097/16461001
2238.26/2374.74	c cleaning 180998 clauses out of 362022 with flag 34267515/16643001
2261.93/2399.29	c cleaning 181998 clauses out of 364023 with flag 34640030/16826000
2284.73/2423.09	c cleaning 182996 clauses out of 366025 with flag 35014112/17010000
2306.68/2446.09	c cleaning 184002 clauses out of 368030 with flag 35394059/17195001
2331.74/2472.19	c cleaning 184999 clauses out of 370028 with flag 35781631/17381001
2361.85/2501.09	c cleaning 186000 clauses out of 372028 with flag 36175909/17568000
2390.27/2530.09	c cleaning 187004 clauses out of 374028 with flag 36558533/17756000
2412.92/2553.49	c cleaning 187997 clauses out of 376024 with flag 36939324/17945000
2443.89/2585.33	c cleaning 189001 clauses out of 378028 with flag 37326229/18135001
2473.17/2614.59	c cleaning 189997 clauses out of 380026 with flag 37714360/18326000
2500.36/2642.78	c cleaning 191002 clauses out of 382030 with flag 38104335/18518001
2528.66/2672.13	c cleaning 192002 clauses out of 384028 with flag 38498466/18711001
2561.97/2706.39	c cleaning 193004 clauses out of 386026 with flag 38909318/18905001
2592.19/2737.74	c cleaning 193997 clauses out of 388022 with flag 39321440/19100001
2621.75/2768.39	c cleaning 195003 clauses out of 390024 with flag 39736075/19296000
2650.32/2798.12	c cleaning 195998 clauses out of 392021 with flag 40151774/19493000
2679.52/2827.85	c cleaning 197000 clauses out of 394023 with flag 40569995/19691000
2712.63/2859.93	c cleaning 197997 clauses out of 396023 with flag 40991310/19890000
2743.81/2892.14	c cleaning 198996 clauses out of 398026 with flag 41414384/20090000
2774.10/2923.06	c cleaning 200000 clauses out of 400031 with flag 41838625/20291001
2804.71/2953.38	c cleaning 201004 clauses out of 402030 with flag 42257975/20493000
2833.34/2982.53	c cleaning 202001 clauses out of 404026 with flag 42680970/20696000
2865.02/3013.51	c cleaning 203001 clauses out of 406026 with flag 43111826/20900001
2897.12/3045.92	c cleaning 204001 clauses out of 408025 with flag 43545533/21105001
2927.53/3077.14	c cleaning 204997 clauses out of 410023 with flag 43980775/21311000
2957.66/3106.64	c cleaning 206006 clauses out of 412027 with flag 44412688/21518001
2988.23/3137.93	c cleaning 206996 clauses out of 414020 with flag 44841963/21726000
3018.38/3168.40	c cleaning 207997 clauses out of 416024 with flag 45271688/21935000
3051.92/3200.97	c cleaning 209005 clauses out of 418029 with flag 45703584/22145002
3086.62/3236.23	c cleaning 209999 clauses out of 420022 with flag 46145476/22356000
3125.64/3273.89	c cleaning 210997 clauses out of 422023 with flag 46593170/22568000
3156.24/3304.54	c cleaning 211999 clauses out of 424026 with flag 47043681/22781000
3188.13/3336.93	c cleaning 213002 clauses out of 426027 with flag 47498602/22995000
3224.82/3372.63	c cleaning 214002 clauses out of 428026 with flag 47948288/23210001
3261.64/3409.40	c cleaning 215000 clauses out of 430023 with flag 48397655/23426000
3294.55/3441.24	c cleaning 215997 clauses out of 432024 with flag 48844718/23643001
3333.25/3480.14	c cleaning 217004 clauses out of 434027 with flag 49282906/23861001
3364.56/3512.01	c cleaning 217999 clauses out of 436023 with flag 49738089/24080001
3437.95/3584.37	c cleaning 218999 clauses out of 438023 with flag 50195235/24300000
3474.07/3620.41	c cleaning 220001 clauses out of 440024 with flag 50640571/24521000
3504.36/3649.53	c cleaning 221000 clauses out of 442024 with flag 51091000/24743001
3532.97/3679.11	c cleaning 221998 clauses out of 444024 with flag 51539961/24966001
3553.56/3700.02	c starts		: 2
3553.56/3700.02	c conflicts		: 25148644
3553.56/3700.02	c decisions		: 34619025
3553.56/3700.02	c propagations		: 427734451
3553.56/3700.02	c inspects		: 13564579858
3553.56/3700.02	c shortcuts		: 0
3553.56/3700.02	c learnt literals	: 0
3553.56/3700.02	c learnt binary clauses	: 0
3553.56/3700.02	c learnt ternary clauses	: 0
3553.56/3700.02	c learnt constraints	: 25148644
3553.56/3700.02	c ignored constraints	: 0
3553.56/3700.02	c root simplifications	: 0
3553.56/3700.02	c removed literals (reason simplification)	: 3437686193
3553.56/3700.02	c reason swapping (by a shorter reason)	: 0
3553.56/3700.02	c Calls to reduceDB	: 219
3553.56/3700.02	c Number of update (reduction) of LBD	: 403259
3553.56/3700.02	c Imported unit clauses	: 0
3553.56/3700.02	c No decision after first conflict	: false
3553.56/3700.02	c number of reductions to clauses (during analyze)	: 0
3553.56/3700.02	c number of learned constraints concerned by reduction	: 0
3553.56/3700.02	c number of learning phase by resolution	: 0
3553.56/3700.02	c number of learning phase by cutting planes	: 0
3553.56/3700.02	c number of rounding to 1 operations	: 0
3553.56/3700.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3553.56/3700.02	c number of reductions of the coefficients by power 2 	: 0
3553.56/3700.02	c number of right shift for reduction by power 2 	: 0
3553.56/3700.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3553.56/3700.02	c number of ending skipping 	: 0
3553.56/3700.02	c number of internal skipping 	: 0
3553.56/3700.02	c number of derivation steps 	: 0
3553.56/3700.02	c number of skipped derivation steps 	: 0
3553.56/3700.02	c number of remaining unassigned 	: 0
3553.56/3700.02	c number of remaining assigned 	: 0
3553.56/3700.02	c number of falsified literals weakened from reason	: 0
3553.56/3700.02	c number of falsified literals weakened from conflict	: 0
3553.56/3700.02	c time for arithmetic operations	: 0
3553.56/3700.02	c minimum degree of deleted constraints	: null
3553.56/3700.02	c maximum degree of deleted constraints	: null
3553.56/3700.02	c number of deleted constraints	: 0
3553.56/3700.02	c speed (assignments/second)	: 116567.54118438017
3553.56/3700.02	c non guided choices	: 7
3553.56/3700.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 404669
3553.56/3700.08	s SATISFIABLE
3553.56/3700.08	c Found 1 solution(s)
3553.56/3700.08	v x1 x2 x3 x4 x5 x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 x16 -x17 -x18 x19 x20 x21 -x22 x23 x24 -x25 x26 -x27 -x28 x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 x38 -x39 -x40 x41 x42 x43 x44 x45 x46 -x47 -x48 x49 x50 -x51 -x52 x53 x54 x55 -x56 x57 x58 x59 x60 x61 x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 x79 x80 -x81 x82 -x83 -x84 x85 x86 -x87 -x88 x89 x90 -x91 -x92 -x93 x94 -x95 -x96 x97 x98 -x99 -x100 x101 x102 -x103 -x104 x105 x106 x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 x115 x116 x117 x118 x119 -x120 -x121 x122 x123 x124 -x125 -x126 x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 x144 -x145 -x146 x147 x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 x170 x171 x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 x189 x190 x191 -x192 -x193 -x194 x195 x196 -x197 -x198 -x199 x200 x201 -x202 x203 x204 -x205 -x206 x207 x208 -x209 -x210 x211 x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 x220 x221 -x222 -x223 -x224 x225 -x226 -x227 x228 x229 -x230 -x231 x232 x233 x234 -x235 x236 x237 x238 -x239 x240 x241 -x242 -x243 x244 x245 x246 -x247 -x248 x249 x250 -x251 -x252 x253 x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 x295 x296 -x297 -x298 x299 x300 -x301 -x302 x303 x304 -x305 -x306 x307 x308 -x309 -x310 x311 x312 -x313 -x314 x315 x316 -x317 -x318 -x319 x320 x321 -x322 -x323 -x324 x325 -x326 -x327 -x328 x329 -x330 -x331 x332 x333 -x334 -x335 -x336 x337 -x338 -x339 -x340 x341 -x342 -x343 x344 x345 x346 -x347 -x348 x349 x350 -x351 -x352 x353 x354 -x355 -x356 x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 x367 x368 x369 x370 -x371 -x372 -x373 x374 -x375 -x376 x377 x378 -x379 -x380 -x381 x382 x383 -x384 -x385 -x386 x387 -x388 -x389 x390 x391 -x392 -x393 x394 x395 -x396 -x397 x398 x399 -x400 -x401 -x402 x403 x404 x405 x406 x407 -x408 -x409 -x410 x411 -x412 -x413 x414 x415 -x416 -x417 x418 x419 x420 x421 x422 x423 x424 x425 -x426 -x427 -x428 x429 -x430 -x431 -x432 x433 -x434 -x435 -x436 x437 x438 x439 x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 x458 x459 x460 x461 x462 x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 x484 -x485 x486 x487 -x488 -x489 x490 x491 -x492 -x493 x494 x495 -x496 -x497 x498 x499 -x500 -x501 -x502 x503 x504 x505 x506 x507 -x508 -x509 x510 x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 x524 -x525 -x526 x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 x556 -x557 -x558 x559 x560 -x561 -x562 -x563 x564 -x565 -x566 x567 x568 x569 x570 x571 x572 -x573 -x574 x575 x576 x577 -x578 x579 -x580 -x581 x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 x591 x592 -x593 -x594 x595 x596 x597 x598 x599 x600 -x601 -x602 x603 x604 -x605 -x606 x607 x608 -x609 -x610 x611 x612 -x613 -x614 -x615 x616 x617 x618 -x619 -x620 -x621 -x622 x623 x624 -x625 -x626 x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 x635 x636 x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 x645 -x646 -x647 x648 x649 -x650 -x651 -x652 x653 -x654 -x655 -x656 x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 x672 x673 -x674 -x675 -x676 x677 x678 x679 x680 x681 x682 -x683 x684 x685 x686 -x687 -x688 x689 x690 -x691 -x692 -x693 x694 -x695 -x696 x697 x698 x699 -x700 -x701 -x702 x703 x704 -x705 -x706 x707 x708 -x709 -x710 x711 x712 -x713 -x714 x715 x716 -x717 -x718 -x719 x720 -x721 -x722 x723 x724 -x725 -x726 x727 x728 x729 -x730 x731 x732 x733 x734 x735 -x736 x737 x738 -x739 -x740 x741 x742 -x743 -x744 -x745 x746 x747 -x748 -x749 -x750 -x751 -x752 -x753 x754 x755 -x756 -x757 x758 x759 x760 x761 x762 -x763 -x764 x765 x766 x767 x768 x769 x770 -x771 -x772 -x773 -x774 -x775 -x776 x777 x778 x779 -x780 x781 x782 x783 x784 x785 -x786 -x787 -x788 x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 x804 x805 x806 -x807 -x808 x809 x810 -x811 -x812 -x813 x814 -x815 -x816 -x817 x818 -x819 -x820 x821 x822 -x823 -x824 x825 x826 -x827 -x828 -x829 x830 x831 -x832 -x833 x834 x835 -x836 -x837 x838 x839 -x840 -x841 x842 x843 x844 x845 x846 x847 x848 x849 x850 x851 x852 x853 x854 x855 x856 x857 x858 x859 -x860 -x861 -x862 x863 -x864 -x865 -x866 x867 -x868 -x869 x870 x871 -x872 -x873 x874 x875 x876 -x877 -x878 x879 x880 -x881 -x882 -x883 x884 x885 -x886 x887 x888 -x889 x890 x891 -x892 -x893 x894 x895 x896 -x897 x898 x899 -x900 -x901 -x902 -x903 x904 -x905 x906 x907 -x908 -x909 -x910 x911 x912 -x913 -x914 -x915 x916 -x917 -x918 x919 x920 x921 -x922 x923 x924 -x925 -x926 x927 x928 -x929 -x930 -x931 -x932 x933 x934 
3553.56/3700.08	c objective function=17
3553.56/3700.08	c Total wall clock time (in seconds): 3699.992

Verifier Data

OK	17

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

running on 4 cores: 16-19

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

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (1086 MiB free)
  node 1: cores 8-15, 129019 MiB (2185 MiB free)
  node 2: cores 16-23, 129019 MiB (15942 MiB free)
  node 3: cores 24-31, 129003 MiB (31698 MiB free)
  node 4: cores 32-39, 129019 MiB (11325 MiB free)
  node 5: cores 40-47, 129019 MiB (31252 MiB free)
  node 6: cores 48-55, 129019 MiB (74786 MiB free)
  node 7: cores 56-63, 128429 MiB (76023 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.10006 s]*
/proc/loadavg: 16.60 16.02 15.86 14/1190 2192635
/proc/meminfo: memFree=249909852/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=34900044 memory=50516 CPUtime=0.12 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 6039 0 0 0 11 1 0 0 20 0 19 0 297228145 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8725011 12629 6135 1 0 31386 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=34900044 memory=5895516205 CPUtime=0.06 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) S 2192611 2192614 2191262 0 -1 4194368 3062 0 0 0 6 0 0 0 20 0 19 0 297228146 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=34900044 memory=245752924046 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=34900044 memory=17974 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=34900044 memory=18327 CPUtime=0 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=34900044 memory=18896 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=34900044 memory=63793 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50516 KiB

[startup+0.213431 s]*
/proc/loadavg: 16.60 16.02 15.86 18/1190 2192635
/proc/meminfo: memFree=249886720/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=34900044 memory=50532 CPUtime=0.12 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 6043 0 0 0 11 1 0 0 20 0 19 0 297228145 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8725011 12633 6135 1 0 31386 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=34900044 memory=3184097923301336704 CPUtime=0.06 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) S 2192611 2192614 2191262 0 -1 4194368 3062 0 0 0 6 0 0 0 20 0 19 0 297228146 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=34900044 memory=237162987891 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=34900044 memory=59580625470584 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=34900044 memory=56290697299298 CPUtime=0 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=34900044 memory=62883505653466 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=34900044 memory=62913637577821 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50532 KiB

[startup+0.310682 s]*
/proc/loadavg: 16.60 16.02 15.86 16/1190 2192635
/proc/meminfo: memFree=249866592/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=34900044 memory=50532 CPUtime=0.12 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 6043 0 0 0 11 1 0 0 20 0 19 0 297228145 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8725011 12633 6135 1 0 31386 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=34900044 memory=3184097923301336704 CPUtime=0.06 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) S 2192611 2192614 2191262 0 -1 4194368 3062 0 0 0 6 0 0 0 20 0 19 0 297228146 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=34900044 memory=6878122768064577907 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=34900044 memory=59580625470584 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=34900044 memory=56290697299298 CPUtime=0 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=34900044 memory=62883505653466 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=34900044 memory=62913637577821 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50532 KiB

[startup+0.700135 s]
/proc/loadavg: 16.60 16.02 15.86 15/1190 2192635
/proc/meminfo: memFree=249834708/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=34900044 memory=50532 CPUtime=0.12 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 6043 0 0 0 11 1 0 0 20 0 19 0 297228145 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8725011 12633 6135 1 0 31386 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=34900044 memory=62883505653466 CPUtime=0.06 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) S 2192611 2192614 2191262 0 -1 4194368 3062 0 0 0 6 0 0 0 20 0 19 0 297228146 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=34900044 memory=62913637577821 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=34900044 memory=56290697299298 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=34900044 memory=59580625470584 CPUtime=0 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=34900044 memory=8388236018117247347 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=34900044 memory=4828 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50532 KiB

[startup+1.50014 s]
/proc/loadavg: 16.60 16.02 15.86 16/1190 2192635
/proc/meminfo: memFree=249418840/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=34900044 memory=50532 CPUtime=0.12 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 6043 0 0 0 11 1 0 0 20 0 19 0 297228145 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8725011 12633 6135 1 0 31386 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=34900044 memory=62913637577821 CPUtime=0.06 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) S 2192611 2192614 2191262 0 -1 4194368 3062 0 0 0 6 0 0 0 20 0 19 0 297228146 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=34900044 memory=56290697299298 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=34900044 memory=59580625470584 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=34900044 memory=8388236018117247347 CPUtime=0 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=34900044 memory=4828 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=34900044 memory=62883505653466 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50532 KiB

[startup+3.1118 s]
/proc/loadavg: 16.60 16.02 15.86 12/1112 2192670
/proc/meminfo: memFree=250969452/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=34900044 memory=50532 CPUtime=0.12 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 6044 0 0 0 11 1 0 0 20 0 19 0 297228145 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8725011 12633 6135 1 0 31386 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=34900044 memory=62913637577821 CPUtime=0.06 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) S 2192611 2192614 2191262 0 -1 4194368 3062 0 0 0 6 0 0 0 20 0 19 0 297228146 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=34900044 memory=62883505653466 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=34900044 memory=50532 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=34900044 memory=3048 CPUtime=0 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=34900044 memory=3073 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=34900044 memory=56290697299298 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228148 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50532 KiB
heavy processes:

[startup+6.30013 s]
/proc/loadavg: 17.35 16.19 15.92 13/1086 2192682
/proc/meminfo: memFree=251030184/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=34900044 memory=50532 CPUtime=0.12 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 6044 0 0 0 11 1 0 0 20 0 19 0 297228145 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8725011 12633 6135 1 0 31386 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=34900044 memory=12 CPUtime=0.06 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) S 2192611 2192614 2191262 0 -1 4194368 3062 0 0 0 6 0 0 0 20 0 19 0 297228146 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=34900044 memory=50532 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297228147 35737645056 12043 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=34900044 memory=-7666635619398085217 CPUtime=0 cores=16-19

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

/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1888291 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1888291 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=35232864 memory=3048 CPUtime=0.13 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 155 0 0 0 6 7 0 0 20 0 23 0 297228147 36078452736 1888291 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=35232864 memory=7553920 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1888291 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=35232864 memory=11924 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 1275 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1888291 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192803] ppid=2192611 vsize=35232864 memory=-7666635619398085217 CPUtime=0 cores=16-19
/proc/2192614/task/2192803/stat : 2192803 (Timer-0) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231206 36078452736 1888291 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 3254.59 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7553920 KiB

[startup+3462.3 s]
/proc/loadavg: 17.02 17.50 17.75 22/1192 2255049
/proc/meminfo: memFree=202977480/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=35232864 memory=7554944 CPUtime=3315.11 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 49780375 0 0 0 323051 8460 0 0 20 0 23 0 297228145 36078452736 1888547 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8808216 1888736 6324 1 0 1910443 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=35232864 memory=7500320 CPUtime=3168.44 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) R 2192611 2192614 2191262 0 -1 4194368 45222892 0 0 0 308641 8203 0 0 20 0 23 0 297228146 36078452736 1888547 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=35232864 memory=15556 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1888547 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=35232864 memory=7554944 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1888547 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=35232864 memory=7554944 CPUtime=0.13 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 158 0 0 0 6 7 0 0 20 0 23 0 297228147 36078452736 1888547 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=35232864 memory=7554944 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1888547 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=35232864 memory=5896 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 1309 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1888547 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192803] ppid=2192611 vsize=35232864 memory=7554944 CPUtime=0 cores=16-19
/proc/2192614/task/2192803/stat : 2192803 (Timer-0) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231206 36078452736 1888547 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 3315.11 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7554944 KiB

[startup+3522.3 s]
/proc/loadavg: 16.96 17.37 17.69 16/1191 2255123
/proc/meminfo: memFree=196145732/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=35232864 memory=7635288 CPUtime=3375.64 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 50773402 0 0 0 328974 8590 0 0 20 0 23 0 297228145 36078452736 1908337 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8808216 1908822 6324 1 0 1931363 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=35232864 memory=7554944 CPUtime=3225.72 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) R 2192611 2192614 2191262 0 -1 4194368 46195509 0 0 0 314240 8332 0 0 20 0 23 0 297228146 36078452736 1908337 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=35232864 memory=15556 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1908337 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=35232864 memory=41360 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1908337 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=35232864 memory=215808 CPUtime=0.13 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 161 0 0 0 6 7 0 0 20 0 23 0 297228147 36078452736 1908337 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=35232864 memory=15556 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1908337 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=35232864 memory=7635044 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 1321 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1908337 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192803] ppid=2192611 vsize=35232864 memory=7635044 CPUtime=0 cores=16-19
/proc/2192614/task/2192803/stat : 2192803 (Timer-0) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231206 36078452736 1908337 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 3375.64 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7635288 KiB

[startup+3582.3 s]
/proc/loadavg: 16.32 17.09 17.57 17/1194 2255294
/proc/meminfo: memFree=256305616/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=35232864 memory=7636324 CPUtime=3435.97 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 50879646 0 0 0 334963 8634 0 0 20 0 23 0 297228145 36078452736 1908593 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8808216 1909081 6324 1 0 1931363 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=35232864 memory=7635044 CPUtime=3284.67 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) R 2192611 2192614 2191262 0 -1 4194368 46293682 0 0 0 320092 8375 0 0 20 0 23 0 297228146 36078452736 1908593 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=35232864 memory=7636324 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1908593 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=35232864 memory=41360 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1908593 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=35232864 memory=215808 CPUtime=0.13 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 161 0 0 0 6 7 0 0 20 0 23 0 297228147 36078452736 1908593 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=35232864 memory=7636324 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1908593 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=35232864 memory=20704 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 1349 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1908593 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192803] ppid=2192611 vsize=35232864 memory=-7666635619398085217 CPUtime=0 cores=16-19
/proc/2192614/task/2192803/stat : 2192803 (Timer-0) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231206 36078452736 1908593 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 3435.97 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7636324 KiB

[startup+3642.3 s]
/proc/loadavg: 17.67 17.27 17.60 13/1172 2255694
/proc/meminfo: memFree=408027744/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=35232864 memory=7567140 CPUtime=3496.83 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 51778765 0 0 0 340912 8771 0 0 20 0 23 0 297228145 36078452736 1891435 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8808216 1891785 6324 1 0 1910443 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=35232864 memory=7635044 CPUtime=3341.18 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) R 2192611 2192614 2191262 0 -1 4194368 47169179 0 0 0 325609 8509 0 0 20 0 23 0 297228146 36078452736 1891435 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=35232864 memory=7636324 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1891435 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=35232864 memory=7650820 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1891435 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=35232864 memory=7636324 CPUtime=0.13 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 163 0 0 0 6 7 0 0 20 0 23 0 297228147 36078452736 1891435 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=35232864 memory=15556 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1891435 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=35232864 memory=215808 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 1388 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1891435 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192803] ppid=2192611 vsize=35232864 memory=7567140 CPUtime=0 cores=16-19
/proc/2192614/task/2192803/stat : 2192803 (Timer-0) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231206 36078452736 1891435 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 3496.83 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7567140 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 18.00 17.41 17.63 21/1198 2256638
/proc/meminfo: memFree=471495092/1055320720 swapFree=33543932/33554428
[pid=2192614] ppid=2192611 vsize=35232864 memory=7598120 CPUtime=3553.56 cores=16-19
/proc/2192614/stat : 2192614 (java) S 2192611 2192614 2191262 0 -1 4194304 52633511 0 0 0 346411 8945 0 0 20 0 23 0 297228145 36078452736 1899466 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
/proc/2192614/statm: 8808216 1899530 6324 1 0 1922995 0
[pid=2192614/tid=2192616] ppid=2192611 vsize=35232864 memory=12860 CPUtime=3394.06 cores=16-19
/proc/2192614/task/2192616/stat : 2192616 (java) R 2192611 2192614 2191262 0 -1 4194368 47983852 0 0 0 330729 8677 0 0 20 0 23 0 297228146 36078452736 1899466 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192627] ppid=2192611 vsize=35232864 memory=-9044459746194447340 CPUtime=0 cores=16-19
/proc/2192614/task/2192627/stat : 2192627 (Referen..andler) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1899466 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192628] ppid=2192611 vsize=35232864 memory=215808 CPUtime=0 cores=16-19
/proc/2192614/task/2192628/stat : 2192628 (Finalizer) S 2192611 2192614 2191262 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297228147 36078452736 1899466 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192631] ppid=2192611 vsize=35232864 memory=11924 CPUtime=0.14 cores=16-19
/proc/2192614/task/2192631/stat : 2192631 (Monitor..Thread) S 2192611 2192614 2191262 0 -1 4194368 165 0 0 0 7 7 0 0 20 0 23 0 297228147 36078452736 1899466 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192634] ppid=2192611 vsize=35232864 memory=5896 CPUtime=0 cores=16-19
/proc/2192614/task/2192634/stat : 2192634 (Notific..Thread) S 2192611 2192614 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1899466 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192635] ppid=2192611 vsize=35232864 memory=3884 CPUtime=0 cores=16-19
/proc/2192614/task/2192635/stat : 2192635 (Common-Cleaner) S 2192611 2192614 2191262 0 -1 4194368 1400 0 0 0 0 0 0 0 20 0 23 0 297228148 36078452736 1899466 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
[pid=2192614/tid=2192803] ppid=2192611 vsize=35232864 memory=4048 CPUtime=0 cores=16-19
/proc/2192614/task/2192803/stat : 2192803 (Timer-0) S 2192611 2192614 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231206 36078452736 1899466 18446744073709551615 94640426192896 94640426196592 140733594923024 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94640426204456 94640426205200 94640438185984 140733594929316 140733594929502 140733594929502 140733594935240 0
Current children cumulated CPU time: 3553.56 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7598120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3464.34 s, system=89.5473 s

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

[startup+3700.12 s]*
/proc/loadavg: 18.00 17.41 17.63 18/1177 2256641
/proc/meminfo: memFree=476967744/1055320720 swapFree=33543932/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3700.18
CPU time (s): 3553.88
CPU user time (s): 3464.34
CPU system time (s): 89.5473
CPU usage (%): 96.0464
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 13693820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3464.34
system time used= 89.5473
maximum resident set size= 13692448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52636132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14110815
involuntary context switches= 7255


# summary of solver processes directly reported to runsolver:
#   pid: 2192614
#   total CPU time (s): 3553.88
#   total CPU user time (s): 3464.34
#   total CPU system time (s): 89.5473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3146 second user time and 42.661 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-07-10 01:23:20
IDJOB=4835628
IDBENCH=146663
IDSOLVER=3672
FILE ID=nodeE001/4835628-1783639400
RUNJOBID= nodeE001-1783635789-2191283
SLURM_JOB_ID= 12722695
Free space on /tmp= 800320 MiB

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

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

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=1596105304

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320720 kB
MemFree:        250216024 kB
MemAvailable:   975344284 kB
Buffers:            1056 kB
Cached:         721646384 kB
SwapCached:         1284 kB
Active:         92055112 kB
Inactive:       700268912 kB
Active(anon):   71195660 kB
Inactive(anon):   384388 kB
Active(file):   20859452 kB
Inactive(file): 699884524 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33543932 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             41696 kB
Writeback:             0 kB
AnonPages:      70680092 kB
Mapped:           241380 kB
Shmem:            902692 kB
KReclaimable:    9812556 kB
Slab:           10794472 kB
SReclaimable:    9812556 kB
SUnreclaim:       981916 kB
KernelStack:       19792 kB
PageTables:       147624 kB
SecPageTables:     15364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   207138004 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483796 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:  61786112 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 800320 MiB
End job on nodeE001 at 2026-07-10 02:25:01