Trace number 4835624

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)12 3599.69 3700.14

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
MD5SUM1e9c9c7dcf807eef4e114aea42645bf8
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 benchmark3
Best CPU time to get the best result obtained on this benchmark0.026807
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables372
Total number of constraints421
Number of constraints which are clauses345
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 372
Biggest coefficient in the objective function 220
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 983
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 220
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 983
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB26fixedPrime.v20260610
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	26.0.1+8-34
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		26.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		30334720
0.00/0.08	c Max memory 		32178700288
0.00/0.08	c Total memory 		33554432
0.00/0.08	c Number of processors 	4
0.00/0.11	c Pseudo Boolean Optimization by upper bound
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Glucose 2.1 dynamic restart strategy
0.00/0.11	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.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c Listener: none
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-4835624-1783639432.opb
0.00/0.11	c reading problem ... 
0.00/0.11	c using VERIPB proof format
0.13/0.11	c  objective function found
0.13/0.13	c ... done. Wall clock time 0.022s.
0.13/0.13	c declared #vars     372
0.13/0.13	c #constraints  422
0.13/0.13	c constraints type 
0.13/0.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 338
0.13/0.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
0.13/0.13	c org.sat4j.specs.Constr$1 => 1
0.13/0.13	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.13/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7
0.13/0.13	c 422 constraints processed.
0.13/0.14	c objective function length is 372 literals
0.13/0.14	c SATISFIABLE
0.13/0.14	c OPTIMIZING...
0.13/0.14	c Got one! Elapsed wall clock time (in seconds):0.036
0.13/0.14	o 12
1.36/0.53	c cleaning 2493 clauses out of 5001 with flag 10316/5001
2.14/0.88	c cleaning 4245 clauses out of 8507 with flag 22528/11000
2.98/1.19	c cleaning 5626 clauses out of 11263 with flag 36973/18001
3.39/1.52	c cleaning 6814 clauses out of 13638 with flag 53568/26002
3.65/1.89	c cleaning 7904 clauses out of 15823 with flag 71949/35001
4.03/2.28	c cleaning 8952 clauses out of 17919 with flag 92392/45001
4.48/2.75	c cleaning 9973 clauses out of 19966 with flag 114878/56000
4.90/3.25	c cleaning 10992 clauses out of 21994 with flag 139458/68001
5.43/3.80	c cleaning 11993 clauses out of 24001 with flag 166034/81000
5.84/4.39	c cleaning 12995 clauses out of 26010 with flag 194549/95002
6.44/5.05	c cleaning 14001 clauses out of 28014 with flag 225257/110001
7.03/5.75	c cleaning 15001 clauses out of 30013 with flag 258228/126001
7.74/6.56	c cleaning 15998 clauses out of 32012 with flag 292783/143001
8.59/7.41	c cleaning 17003 clauses out of 34014 with flag 330560/161001
9.47/8.44	c cleaning 17996 clauses out of 36010 with flag 369967/180000
10.34/9.47	c cleaning 19000 clauses out of 38016 with flag 411350/200002
11.24/10.57	c cleaning 19997 clauses out of 40014 with flag 454513/221000
12.31/11.71	c cleaning 21001 clauses out of 42018 with flag 500157/243001
13.23/12.83	c cleaning 21994 clauses out of 44016 with flag 548160/266000
14.25/14.07	c cleaning 23000 clauses out of 46023 with flag 598877/290001
15.33/15.35	c cleaning 24004 clauses out of 48023 with flag 651167/315001
16.42/16.69	c cleaning 25002 clauses out of 50019 with flag 705523/341001
18.11/18.54	c cleaning 25999 clauses out of 52016 with flag 762291/368000
19.79/20.45	c cleaning 27001 clauses out of 54018 with flag 821294/396001
21.63/22.47	c cleaning 27998 clauses out of 56016 with flag 882467/425000
23.71/24.74	c cleaning 29001 clauses out of 58018 with flag 945431/455000
25.58/26.86	c cleaning 30002 clauses out of 60017 with flag 1010307/486000
27.36/28.83	c cleaning 30999 clauses out of 62015 with flag 1076937/518000
29.64/31.30	c cleaning 31999 clauses out of 64017 with flag 1146208/551001
31.79/33.72	c cleaning 33002 clauses out of 66017 with flag 1218369/585000
33.73/35.93	c cleaning 33995 clauses out of 68015 with flag 1291705/620000
35.77/38.24	c cleaning 35004 clauses out of 70021 with flag 1367094/656001
38.08/40.83	c cleaning 35997 clauses out of 72017 with flag 1444458/693001
40.22/43.26	c cleaning 37001 clauses out of 74019 with flag 1524197/731000
42.60/45.91	c cleaning 38003 clauses out of 76019 with flag 1606332/770001
44.89/48.53	c cleaning 38995 clauses out of 78015 with flag 1690623/810000
46.97/50.91	c cleaning 40004 clauses out of 80022 with flag 1776479/851002
49.15/53.35	c cleaning 40999 clauses out of 82018 with flag 1864577/893002
51.81/56.38	c cleaning 41997 clauses out of 84017 with flag 1954759/936000
54.07/58.90	c cleaning 43001 clauses out of 86020 with flag 2046796/980000
56.25/61.46	c cleaning 43995 clauses out of 88019 with flag 2140847/1025000
58.70/64.13	c cleaning 44999 clauses out of 90025 with flag 2236831/1071001
61.05/66.82	c cleaning 46004 clauses out of 92027 with flag 2334928/1118002
63.43/69.59	c cleaning 46999 clauses out of 94021 with flag 2435008/1166000
66.11/72.55	c cleaning 47995 clauses out of 96022 with flag 2537261/1215000
69.43/76.23	c cleaning 49002 clauses out of 98027 with flag 2642761/1265000
72.19/79.31	c cleaning 50001 clauses out of 100026 with flag 2749654/1316001
75.18/82.63	c cleaning 50999 clauses out of 102025 with flag 2858279/1368001
78.10/85.94	c cleaning 52002 clauses out of 104025 with flag 2968999/1421000
81.29/89.41	c cleaning 53002 clauses out of 106024 with flag 3083514/1475001
84.34/92.81	c cleaning 54000 clauses out of 108021 with flag 3198788/1530000
87.60/96.42	c cleaning 55006 clauses out of 110022 with flag 3316080/1586001
91.45/100.63	c cleaning 55999 clauses out of 112016 with flag 3436291/1643001
95.07/104.69	c cleaning 56998 clauses out of 114017 with flag 3557595/1701001
99.19/109.04	c cleaning 57997 clauses out of 116018 with flag 3681048/1760000
103.44/113.67	c cleaning 58998 clauses out of 118021 with flag 3806371/1820000
108.19/118.73	c cleaning 60003 clauses out of 120025 with flag 3933935/1881002
113.31/124.14	c cleaning 60999 clauses out of 122021 with flag 4063915/1943001
118.44/129.62	c cleaning 62003 clauses out of 124021 with flag 4195743/2006000
123.33/134.91	c cleaning 62996 clauses out of 126018 with flag 4329930/2070000
128.39/140.39	c cleaning 64000 clauses out of 128022 with flag 4466897/2135000
132.78/145.19	c cleaning 64998 clauses out of 130023 with flag 4605804/2201001
137.30/150.11	c cleaning 65997 clauses out of 132024 with flag 4747304/2268000
141.50/154.63	c cleaning 67003 clauses out of 134027 with flag 4891428/2336000
146.15/159.69	c cleaning 68002 clauses out of 136024 with flag 5036359/2405000
150.64/164.56	c cleaning 69001 clauses out of 138022 with flag 5183174/2475000
155.38/169.71	c cleaning 70000 clauses out of 140022 with flag 5331586/2546001
159.92/174.68	c cleaning 70999 clauses out of 142021 with flag 5482048/2618000
164.51/179.62	c cleaning 71996 clauses out of 144022 with flag 5634760/2691000
168.98/184.58	c cleaning 72999 clauses out of 146026 with flag 5788802/2765000
173.68/189.62	c cleaning 74002 clauses out of 148027 with flag 5945145/2840000
178.21/194.60	c cleaning 75004 clauses out of 150027 with flag 6103555/2916002
182.85/199.76	c cleaning 76001 clauses out of 152021 with flag 6263892/2993000
187.60/204.83	c cleaning 77001 clauses out of 154020 with flag 6426163/3071000
192.55/210.15	c cleaning 77996 clauses out of 156019 with flag 6591650/3150000
197.68/215.79	c cleaning 78997 clauses out of 158024 with flag 6758564/3230001
203.02/221.45	c cleaning 80000 clauses out of 160026 with flag 6927915/3311000
208.52/227.44	c cleaning 80999 clauses out of 162026 with flag 7099598/3393000
214.09/233.49	c cleaning 81999 clauses out of 164027 with flag 7273634/3476000
219.80/239.54	c cleaning 83001 clauses out of 166029 with flag 7449449/3560001
225.14/245.29	c cleaning 84002 clauses out of 168028 with flag 7627379/3645001
230.85/251.47	c cleaning 85001 clauses out of 170026 with flag 7807347/3731001
237.01/257.91	c cleaning 85999 clauses out of 172024 with flag 7989969/3818000
242.83/264.25	c cleaning 86999 clauses out of 174025 with flag 8174865/3906000
249.24/271.10	c cleaning 88001 clauses out of 176026 with flag 8361969/3995000
255.80/277.99	c cleaning 88997 clauses out of 178025 with flag 8550605/4085000
261.65/284.20	c cleaning 90009 clauses out of 180030 with flag 8742120/4176002
268.15/291.13	c cleaning 90996 clauses out of 182020 with flag 8934774/4268001
274.67/298.11	c cleaning 92000 clauses out of 184023 with flag 9129471/4361000
283.16/307.04	c cleaning 93006 clauses out of 186023 with flag 9327465/4455000
291.45/315.79	c cleaning 93992 clauses out of 188018 with flag 9527223/4550001
299.86/324.69	c cleaning 95002 clauses out of 190025 with flag 9728968/4646000
308.17/333.34	c cleaning 96002 clauses out of 192023 with flag 9932205/4743000
316.77/342.30	c cleaning 96995 clauses out of 194022 with flag 10137771/4841001
324.89/350.94	c cleaning 97998 clauses out of 196026 with flag 10344851/4940000
332.09/358.59	c cleaning 99004 clauses out of 198028 with flag 10553883/5040000
340.43/367.25	c cleaning 100001 clauses out of 200025 with flag 10764683/5141001
349.34/376.68	c cleaning 100998 clauses out of 202023 with flag 10979365/5243000
356.63/384.38	c cleaning 102001 clauses out of 204025 with flag 11194616/5346000
364.39/392.56	c cleaning 102998 clauses out of 206024 with flag 11411385/5450000
372.38/400.88	c cleaning 104001 clauses out of 208026 with flag 11630470/5555000
380.11/409.08	c cleaning 104997 clauses out of 210027 with flag 11852012/5661002
388.11/417.47	c cleaning 106008 clauses out of 212029 with flag 12075430/5768001
396.64/426.41	c cleaning 106998 clauses out of 214020 with flag 12300939/5876000
404.46/434.75	c cleaning 107998 clauses out of 216022 with flag 12528061/5985000
413.39/444.09	c cleaning 108993 clauses out of 218024 with flag 12757808/6095000
422.12/453.13	c cleaning 110005 clauses out of 220031 with flag 12989669/6206000
430.97/462.50	c cleaning 110995 clauses out of 222026 with flag 13223692/6318000
440.49/472.42	c cleaning 112002 clauses out of 224031 with flag 13459543/6431000
449.86/482.25	c cleaning 113005 clauses out of 226030 with flag 13697441/6545001
459.74/492.69	c cleaning 114003 clauses out of 228025 with flag 13936922/6660001
469.82/503.07	c cleaning 114997 clauses out of 230021 with flag 14178923/6776000
480.07/513.82	c cleaning 116000 clauses out of 232026 with flag 14423268/6893002
489.71/523.84	c cleaning 116998 clauses out of 234025 with flag 14669621/7011001
500.16/534.80	c cleaning 118002 clauses out of 236026 with flag 14918078/7130000
510.21/545.30	c cleaning 118999 clauses out of 238024 with flag 15168419/7250000
520.26/555.97	c cleaning 120001 clauses out of 240025 with flag 15420423/7371000
530.09/566.26	c cleaning 120996 clauses out of 242024 with flag 15674889/7493000
540.67/577.46	c cleaning 122002 clauses out of 244028 with flag 15931735/7616000
551.25/588.41	c cleaning 123005 clauses out of 246029 with flag 16190660/7740003
563.64/601.35	c cleaning 124003 clauses out of 248022 with flag 16451468/7865001
575.99/614.12	c cleaning 124999 clauses out of 250019 with flag 16714772/7991001
589.25/627.70	c cleaning 125996 clauses out of 252019 with flag 16981970/8118000
602.11/641.12	c cleaning 127003 clauses out of 254025 with flag 17249748/8246002
614.83/654.19	c cleaning 127997 clauses out of 256021 with flag 17519225/8375001
627.40/667.20	c cleaning 128998 clauses out of 258024 with flag 17790382/8505001
640.86/681.14	c cleaning 130003 clauses out of 260026 with flag 18065361/8636001
654.23/694.83	c cleaning 131001 clauses out of 262024 with flag 18343373/8768002
666.59/707.78	c cleaning 131998 clauses out of 264021 with flag 18624228/8901000
678.69/720.24	c cleaning 133000 clauses out of 266024 with flag 18906152/9035001
690.64/732.58	c cleaning 133999 clauses out of 268025 with flag 19189648/9170002
702.21/744.69	c cleaning 134996 clauses out of 270024 with flag 19473458/9306000
714.47/757.21	c cleaning 136002 clauses out of 272028 with flag 19759669/9443000
726.74/770.07	c cleaning 137001 clauses out of 274028 with flag 20047741/9581002
740.66/784.31	c cleaning 137999 clauses out of 276026 with flag 20338187/9720001
755.33/799.57	c cleaning 138999 clauses out of 278026 with flag 20630914/9860000
769.18/813.76	c cleaning 139999 clauses out of 280027 with flag 20928263/10001000
785.16/830.36	c cleaning 141002 clauses out of 282028 with flag 21227510/10143000
802.62/848.13	c cleaning 142004 clauses out of 284026 with flag 21528839/10286000
817.21/863.35	c cleaning 143000 clauses out of 286023 with flag 21831324/10430001
831.52/878.04	c cleaning 143998 clauses out of 288022 with flag 22133829/10575000
847.30/894.25	c cleaning 144996 clauses out of 290024 with flag 22438909/10721000
862.87/910.37	c cleaning 146000 clauses out of 292028 with flag 22746183/10868000
878.57/926.47	c cleaning 147001 clauses out of 294030 with flag 23055198/11016002
894.02/942.42	c cleaning 148003 clauses out of 296028 with flag 23366745/11165001
910.89/959.79	c cleaning 148997 clauses out of 298026 with flag 23681543/11315002
927.48/976.95	c cleaning 150002 clauses out of 300027 with flag 24000391/11466000
945.45/995.24	c cleaning 151000 clauses out of 302025 with flag 24320819/11618000
958.90/1009.22	c cleaning 152003 clauses out of 304026 with flag 24643509/11771001
973.29/1024.07	c cleaning 153000 clauses out of 306022 with flag 24965106/11925000
990.48/1041.63	c cleaning 153999 clauses out of 308022 with flag 25288917/12080000
1007.38/1059.19	c cleaning 154997 clauses out of 310023 with flag 25614587/12236000
1026.30/1078.45	c cleaning 156002 clauses out of 312026 with flag 25945360/12393000
1042.71/1095.18	c cleaning 157002 clauses out of 314025 with flag 26275836/12551001
1059.08/1112.06	c cleaning 157999 clauses out of 316022 with flag 26609943/12710000
1076.82/1130.17	c cleaning 159002 clauses out of 318023 with flag 26946074/12870000
1094.08/1147.73	c cleaning 160000 clauses out of 320021 with flag 27285300/13031000
1108.70/1162.97	c cleaning 160995 clauses out of 322023 with flag 27623849/13193002
1124.08/1178.63	c cleaning 161997 clauses out of 324026 with flag 27964426/13356000
1140.38/1195.29	c cleaning 163007 clauses out of 326030 with flag 28307938/13520001
1158.10/1213.46	c cleaning 164000 clauses out of 328023 with flag 28654581/13685001
1177.09/1232.86	c cleaning 165000 clauses out of 330023 with flag 29003048/13851001
1194.51/1250.88	c cleaning 165995 clauses out of 332022 with flag 29352916/14018000
1213.54/1270.22	c cleaning 167001 clauses out of 334029 with flag 29704741/14186002
1227.64/1284.69	c cleaning 168004 clauses out of 336026 with flag 30065142/14355000
1242.93/1300.46	c cleaning 169004 clauses out of 338023 with flag 30427135/14525001
1259.61/1317.48	c cleaning 169999 clauses out of 340019 with flag 30791619/14696001
1277.46/1335.50	c cleaning 170999 clauses out of 342021 with flag 31157943/14868002
1295.16/1353.89	c cleaning 171998 clauses out of 344021 with flag 31522913/15041001
1312.40/1371.45	c cleaning 172997 clauses out of 346022 with flag 31887914/15215000
1328.33/1387.74	c cleaning 173996 clauses out of 348025 with flag 32255826/15390000
1343.55/1403.26	c cleaning 175004 clauses out of 350030 with flag 32623891/15566001
1358.64/1418.68	c cleaning 175999 clauses out of 352025 with flag 32993330/15743000
1375.29/1435.52	c cleaning 177000 clauses out of 354026 with flag 33365289/15921000
1390.29/1451.09	c cleaning 178004 clauses out of 356028 with flag 33739293/16100002
1406.63/1467.71	c cleaning 178999 clauses out of 358022 with flag 34115652/16280000
1424.49/1485.92	c cleaning 179995 clauses out of 360023 with flag 34493663/16461000
1442.32/1504.38	c cleaning 181003 clauses out of 362028 with flag 34873854/16643000
1462.21/1524.64	c cleaning 181999 clauses out of 364025 with flag 35259259/16826000
1483.93/1546.71	c cleaning 183004 clauses out of 366028 with flag 35646133/17010002
1501.62/1564.78	c cleaning 183999 clauses out of 368022 with flag 36035699/17195000
1518.83/1582.59	c cleaning 184999 clauses out of 370023 with flag 36424491/17381000
1536.26/1600.31	c cleaning 186000 clauses out of 372025 with flag 36815416/17568001
1554.59/1619.07	c cleaning 187000 clauses out of 374024 with flag 37208538/17756000
1571.72/1636.77	c cleaning 188001 clauses out of 376024 with flag 37604156/17945000
1589.68/1655.16	c cleaning 189001 clauses out of 378024 with flag 38004014/18135001
1609.73/1675.84	c cleaning 189999 clauses out of 380022 with flag 38405435/18326000
1630.39/1696.88	c cleaning 190996 clauses out of 382023 with flag 38806693/18518000
1649.89/1716.95	c cleaning 191997 clauses out of 384027 with flag 39209458/18711000
1668.76/1736.21	c cleaning 193000 clauses out of 386030 with flag 39615341/18905000
1686.16/1754.25	c cleaning 193996 clauses out of 388031 with flag 40022251/19100001
1705.32/1773.87	c cleaning 195002 clauses out of 390034 with flag 40434707/19296000
1723.88/1792.73	c cleaning 195996 clauses out of 392032 with flag 40848871/19493000
1743.44/1812.95	c cleaning 197001 clauses out of 394036 with flag 41263862/19691000
1764.16/1833.91	c cleaning 198005 clauses out of 396036 with flag 41679397/19890001
1787.78/1858.12	c cleaning 199000 clauses out of 398031 with flag 42100990/20090001
1810.88/1881.73	c cleaning 199999 clauses out of 400030 with flag 42525313/20291000
1838.21/1909.73	c cleaning 201002 clauses out of 402031 with flag 42949397/20493000
1864.66/1936.67	c cleaning 202004 clauses out of 404029 with flag 43374366/20696000
1888.79/1961.23	c cleaning 202998 clauses out of 406025 with flag 43802665/20900000
1912.32/1985.13	c cleaning 204000 clauses out of 408028 with flag 44231528/21105001
1936.73/2010.24	c cleaning 204998 clauses out of 410027 with flag 44662869/21311000
1961.30/2035.21	c cleaning 206000 clauses out of 412030 with flag 45098353/21518001
1986.23/2060.57	c cleaning 206999 clauses out of 414029 with flag 45533536/21726000
2008.16/2083.19	c cleaning 208006 clauses out of 416031 with flag 45971577/21935001
2031.79/2107.22	c cleaning 208999 clauses out of 418025 with flag 46412238/22145001
2053.12/2129.29	c cleaning 209998 clauses out of 420025 with flag 46853449/22356000
2080.09/2156.63	c cleaning 211002 clauses out of 422027 with flag 47297015/22568000
2104.13/2181.04	c cleaning 211999 clauses out of 424026 with flag 47742702/22781001
2128.95/2206.27	c cleaning 213004 clauses out of 426026 with flag 48191866/22995000
2152.83/2230.88	c cleaning 213997 clauses out of 428022 with flag 48641365/23210000
2176.95/2255.47	c cleaning 214995 clauses out of 430025 with flag 49092937/23426000
2200.01/2279.18	c cleaning 216001 clauses out of 432030 with flag 49547177/23643000
2227.52/2307.13	c cleaning 217004 clauses out of 434031 with flag 50004472/23861002
2249.71/2330.09	c cleaning 217999 clauses out of 436025 with flag 50461663/24080000
2273.32/2354.18	c cleaning 219000 clauses out of 438026 with flag 50920600/24300000
2297.17/2378.46	c cleaning 220002 clauses out of 440028 with flag 51381748/24521002
2319.40/2401.35	c cleaning 221001 clauses out of 442025 with flag 51844783/24743001
2341.63/2424.07	c cleaning 221997 clauses out of 444023 with flag 52309898/24966000
2365.81/2448.61	c cleaning 222995 clauses out of 446026 with flag 52776978/25190000
2391.22/2474.36	c cleaning 224001 clauses out of 448032 with flag 53246319/25415001
2414.62/2498.47	c cleaning 224997 clauses out of 450030 with flag 53717764/25641000
2442.70/2527.08	c cleaning 226008 clauses out of 452033 with flag 54191523/25868000
2469.27/2554.32	c cleaning 226999 clauses out of 454025 with flag 54666882/26096000
2494.64/2580.27	c cleaning 227999 clauses out of 456026 with flag 55144818/26325000
2519.97/2606.26	c cleaning 229002 clauses out of 458028 with flag 55624987/26555001
2545.42/2632.14	c cleaning 230000 clauses out of 460027 with flag 56106984/26786002
2571.09/2658.25	c cleaning 230998 clauses out of 462026 with flag 56591113/27018001
2597.13/2684.62	c cleaning 231996 clauses out of 464027 with flag 57077066/27251000
2623.73/2711.63	c cleaning 233001 clauses out of 466031 with flag 57565044/27485000
2650.36/2738.55	c cleaning 233999 clauses out of 468030 with flag 58055285/27720000
2677.29/2766.17	c cleaning 235006 clauses out of 470031 with flag 58548019/27956000
2707.19/2796.52	c cleaning 235999 clauses out of 472026 with flag 59043904/28193001
2736.36/2826.18	c cleaning 236995 clauses out of 474026 with flag 59541052/28431000
2765.23/2855.44	c cleaning 237998 clauses out of 476031 with flag 60040081/28670000
2794.33/2885.27	c cleaning 239001 clauses out of 478034 with flag 60540705/28910001
2830.26/2921.62	c cleaning 240006 clauses out of 480033 with flag 61047795/29151001
2857.85/2949.67	c cleaning 241003 clauses out of 482027 with flag 61559726/29393001
2888.89/2981.08	c cleaning 241999 clauses out of 484023 with flag 62073155/29636000
2918.37/3010.62	c cleaning 243001 clauses out of 486025 with flag 62591195/29880001
2949.12/3041.91	c cleaning 243997 clauses out of 488023 with flag 63110328/30125000
2984.12/3077.37	c cleaning 244999 clauses out of 490026 with flag 63627953/30371000
3020.67/3114.04	c cleaning 245998 clauses out of 492028 with flag 64147838/30618001
3059.87/3153.98	c cleaning 247004 clauses out of 494030 with flag 64670486/30866001
3099.71/3194.14	c cleaning 247995 clauses out of 496025 with flag 65195578/31115000
3138.64/3233.33	c cleaning 249001 clauses out of 498030 with flag 65722807/31365000
3168.64/3263.85	c cleaning 250002 clauses out of 500030 with flag 66250197/31616001
3200.84/3296.36	c cleaning 250997 clauses out of 502027 with flag 66776887/31868000
3232.92/3328.69	c cleaning 252003 clauses out of 504031 with flag 67305405/32121001
3267.42/3363.39	c cleaning 252997 clauses out of 506028 with flag 67835865/32375001
3304.22/3400.29	c cleaning 254000 clauses out of 508032 with flag 68369231/32630002
3341.62/3438.12	c cleaning 255002 clauses out of 510030 with flag 68903365/32886000
3382.44/3479.26	c cleaning 256000 clauses out of 512028 with flag 69441505/33143000
3414.36/3511.66	c cleaning 257004 clauses out of 514028 with flag 69980588/33401000
3445.02/3542.43	c cleaning 258000 clauses out of 516024 with flag 70522243/33660000
3476.90/3574.46	c cleaning 259003 clauses out of 518026 with flag 71066217/33920002
3508.64/3606.77	c cleaning 259999 clauses out of 520021 with flag 71611664/34181000
3541.18/3639.88	c cleaning 260999 clauses out of 522022 with flag 72158567/34443000
3573.38/3672.69	c cleaning 261998 clauses out of 524023 with flag 72708161/34706000
3599.46/3700.02	c starts		: 2
3599.46/3700.02	c conflicts		: 34970001
3599.46/3700.02	c decisions		: 45063838
3599.46/3700.02	c propagations		: 268695282
3599.46/3700.02	c inspects		: 25161804219
3599.46/3700.02	c shortcuts		: 0
3599.46/3700.02	c learnt literals	: 0
3599.46/3700.02	c learnt binary clauses	: 0
3599.46/3700.02	c learnt ternary clauses	: 0
3599.46/3700.02	c learnt constraints	: 34970001
3599.46/3700.02	c ignored constraints	: 0
3599.46/3700.02	c root simplifications	: 0
3599.46/3700.02	c removed literals (reason simplification)	: 2099641150
3599.46/3700.02	c reason swapping (by a shorter reason)	: 0
3599.46/3700.02	c Calls to reduceDB	: 260
3599.46/3700.02	c Number of update (reduction) of LBD	: 933984
3599.46/3700.02	c Imported unit clauses	: 0
3599.46/3700.02	c No decision after first conflict	: false
3599.46/3700.02	c number of reductions to clauses (during analyze)	: 0
3599.46/3700.02	c number of learned constraints concerned by reduction	: 0
3599.46/3700.02	c number of learning phase by resolution	: 0
3599.46/3700.02	c number of learning phase by cutting planes	: 0
3599.46/3700.02	c number of rounding to 1 operations	: 0
3599.46/3700.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3599.46/3700.02	c number of reductions of the coefficients by power 2 	: 0
3599.46/3700.02	c number of right shift for reduction by power 2 	: 0
3599.46/3700.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3599.46/3700.02	c number of ending skipping 	: 0
3599.46/3700.02	c number of internal skipping 	: 0
3599.46/3700.02	c number of derivation steps 	: 0
3599.46/3700.02	c number of skipped derivation steps 	: 0
3599.46/3700.02	c number of remaining unassigned 	: 0
3599.46/3700.02	c number of remaining assigned 	: 0
3599.46/3700.02	c number of falsified literals weakened from reason	: 0
3599.46/3700.02	c number of falsified literals weakened from conflict	: 0
3599.46/3700.02	c time for arithmetic operations	: 0
3599.46/3700.02	c minimum degree of deleted constraints	: null
3599.46/3700.02	c maximum degree of deleted constraints	: null
3599.46/3700.02	c number of deleted constraints	: 0
3599.46/3700.02	c speed (assignments/second)	: 72622.68218896771
3599.46/3700.02	c non guided choices	: 0
3599.46/3700.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 526026
3599.46/3700.08	s SATISFIABLE
3599.46/3700.08	c Found 1 solution(s)
3599.46/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 
3599.46/3700.09	c objective function=12
3599.46/3700.09	c Total wall clock time (in seconds): 3699.979

Verifier Data

OK	12

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

running on 4 cores: 8-11

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 17,24-27,29-32,36,38-40,42,44,46-47,49-50,53-54,58,63
  3550 MHz: 0-3,35,37,48,51-52,55-56,59
  3600 MHz: 4-16,18-23,28,33-34,41,43,45,57,60-62
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 8-11

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (1082 MiB free)
  node 1: cores 8-15, 129019 MiB (2370 MiB free)
  node 2: cores 16-23, 129019 MiB (22776 MiB free)
  node 3: cores 24-31, 129003 MiB (35699 MiB free)
  node 4: cores 32-39, 129019 MiB (7217 MiB free)
  node 5: cores 40-47, 129019 MiB (29964 MiB free)
  node 6: cores 48-55, 129019 MiB (67715 MiB free)
  node 7: cores 56-63, 128429 MiB (85012 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=2192864, runsolver pid=2192858
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 19.04 16.68 16.09 14/1115 2192919
/proc/meminfo: memFree=257737768/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=34900044 memory=57020 CPUtime=0.13 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 7659 0 0 0 12 1 0 0 20 0 19 0 297231308 35737645056 13962 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8725011 14255 6146 1 0 32978 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=34900044 memory=4033832746 CPUtime=0.06 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 3147 0 0 0 6 0 0 0 20 0 19 0 297231311 35737645056 13962 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=34900044 memory=224278087556 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297231312 35737645056 13962 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=34900044 memory=17961 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 297231312 35737645056 13962 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=34900044 memory=18312 CPUtime=0 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297231312 35737645056 13962 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=34900044 memory=18884 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297231312 35737645056 13962 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=34900044 memory=63773 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297231312 35737645056 13962 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 57020 KiB

[startup+0.214918 s]*
/proc/loadavg: 19.04 16.68 16.09 19/1122 2192939
/proc/meminfo: memFree=257546188/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35099736 memory=77308 CPUtime=0.49 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 9069 0 0 0 48 1 0 0 20 0 22 0 297231308 35942129664 19045 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8774934 19327 6266 1 0 39312 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35099736 memory=3472328282273441573 CPUtime=0.17 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 3329 0 0 0 17 0 0 0 20 0 22 0 297231311 35942129664 19045 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35099736 memory=2233 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 19045 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35099736 memory=52983555686883 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 19045 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35099736 memory=60684448825944 CPUtime=0 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 19045 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35099736 memory=56286435869468 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 19045 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35099736 memory=61809830921454 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 19045 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35099736 memory=43690 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297231322 35942129664 19045 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 77308 KiB

[startup+0.314501 s]*
/proc/loadavg: 19.04 16.68 16.09 21/1185 2193014
/proc/meminfo: memFree=257365364/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35099736 memory=100876 CPUtime=0.78 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 10887 0 0 0 76 2 0 0 20 0 22 0 297231308 35942129664 24851 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8774934 25219 6282 1 0 46397 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35099736 memory=3184097923301336704 CPUtime=0.26 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 3345 0 0 0 25 1 0 0 20 0 22 0 297231311 35942129664 25370 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35099736 memory=6878122768064577907 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 25370 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35099736 memory=59580625470584 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 25370 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35099736 memory=56290697299298 CPUtime=0 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 25370 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35099736 memory=62883505653466 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 25370 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35099736 memory=62913637577821 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 25370 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35099736 memory=3978710575470647051 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297231322 35942129664 25370 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 100876 KiB

[startup+0.700238 s]
/proc/loadavg: 19.04 16.68 16.09 29/1195 2193024
/proc/meminfo: memFree=256659208/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35099736 memory=169340 CPUtime=1.86 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 12147 0 0 0 183 3 0 0 20 0 22 0 297231308 35942129664 42117 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8774934 42335 6298 1 0 62094 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35099736 memory=4828 CPUtime=0.59 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 3396 0 0 0 57 2 0 0 20 0 22 0 297231311 35942129664 42117 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35099736 memory=172212 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 42117 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35099736 memory=4820 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 42117 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35099736 memory=203220 CPUtime=0 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 42117 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35099736 memory=213892 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 42117 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35099736 memory=4828 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297231312 35942129664 42117 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35099736 memory=11924 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297231322 35942129664 42117 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 169340 KiB

[startup+1.50029 s]
/proc/loadavg: 19.04 16.68 16.09 20/1203 2193091
/proc/meminfo: memFree=256039064/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35166300 memory=303668 CPUtime=3.39 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 14191 0 0 0 332 7 0 0 20 0 23 0 297231308 36010291200 75709 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8791575 75917 6298 1 0 95873 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35166300 memory=172212 CPUtime=1.19 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 3533 0 0 0 114 5 0 0 20 0 23 0 297231311 36010291200 75709 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35166300 memory=203220 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 75709 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35166300 memory=4828 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 75709 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35166300 memory=11924 CPUtime=0 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 75709 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 75709 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35166300 memory=4207603745532033237 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 75709 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35166300 memory=3884 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231322 36010291200 75709 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 3.39 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 303668 KiB

[startup+3.11348 s]
/proc/loadavg: 19.20 16.75 16.11 18/1203 2193830
/proc/meminfo: memFree=253105304/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35166300 memory=308088 CPUtime=4.83 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 16183 0 0 0 473 10 0 0 20 0 23 0 297231308 36010291200 76819 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8791575 77022 6298 1 0 95880 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35166300 memory=0 CPUtime=2.45 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) S 2192858 2192864 2191262 0 -1 4194368 4116 0 0 0 237 8 0 0 20 0 23 0 297231311 36010291200 76819 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35166300 memory=4828 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 76819 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 76819 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35166300 memory=15556 CPUtime=0 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 76819 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 76819 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35166300 memory=11924 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 76819 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231322 36010291200 76819 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 308088 KiB

[startup+6.30019 s]

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

/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 474888 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35166300 memory=1900388 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 474888 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35166300 memory=1900388 CPUtime=0.07 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 68 0 0 0 4 3 0 0 20 0 23 0 297231312 36010291200 474888 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35166300 memory=4048 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 474888 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35166300 memory=1900388 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 411 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 474888 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35166300 memory=1900388 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231322 36010291200 474888 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 3306.23 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1900388 KiB

[startup+3462.3 s]
/proc/loadavg: 16.60 17.35 17.70 17/1168 2255061
/proc/meminfo: memFree=199139840/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35166300 memory=1955848 CPUtime=3365.68 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 2335584 0 0 0 332477 4091 0 0 20 0 23 0 297231308 36010291200 488451 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8791575 488960 6286 1 0 503442 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35166300 memory=1911816 CPUtime=3297.33 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 1367094 0 0 0 325803 3930 0 0 20 0 23 0 297231311 36010291200 488451 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 488451 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35166300 memory=215808 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 488451 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35166300 memory=15556 CPUtime=0.07 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 68 0 0 0 4 3 0 0 20 0 23 0 297231312 36010291200 488451 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35166300 memory=1949468 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 488451 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35166300 memory=1949468 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 423 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 488451 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35166300 memory=4828 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231322 36010291200 488451 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 3365.68 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1955848 KiB

[startup+3522.3 s]
/proc/loadavg: 16.29 17.17 17.62 18/1194 2255290
/proc/meminfo: memFree=269385464/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35166300 memory=1991364 CPUtime=3425.13 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 2353304 0 0 0 338371 4142 0 0 20 0 23 0 297231308 36010291200 497507 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8791575 497841 6286 1 0 515994 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35166300 memory=1949468 CPUtime=3356.01 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 1373245 0 0 0 331622 3979 0 0 20 0 23 0 297231311 36010291200 497507 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 497507 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 497507 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35166300 memory=15556 CPUtime=0.07 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 71 0 0 0 4 3 0 0 20 0 23 0 297231312 36010291200 497507 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35166300 memory=215808 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 497507 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35166300 memory=15556 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 423 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 497507 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35166300 memory=215808 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231322 36010291200 497507 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 3425.13 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1991364 KiB

[startup+3582.3 s]
/proc/loadavg: 16.40 17.03 17.54 17/1194 2255380
/proc/meminfo: memFree=281183196/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35166300 memory=2076508 CPUtime=3484.61 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 2472574 0 0 0 344266 4195 0 0 20 0 23 0 297231308 36010291200 518755 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8791575 519127 6286 1 0 536914 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35166300 memory=0 CPUtime=3414.55 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 1410324 0 0 0 337426 4029 0 0 20 0 23 0 297231311 36010291200 518755 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 518755 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35166300 memory=2027936 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 518755 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35166300 memory=11924 CPUtime=0.07 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 71 0 0 0 4 3 0 0 20 0 23 0 297231312 36010291200 518755 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35166300 memory=15556 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 518755 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35166300 memory=5896 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 447 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 518755 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35166300 memory=15556 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231322 36010291200 518755 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 3484.61 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2076508 KiB

[startup+3642.3 s]
/proc/loadavg: 17.72 17.31 17.61 19/1171 2255837
/proc/meminfo: memFree=385706052/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35166300 memory=2045232 CPUtime=3543.5 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 2694322 0 0 0 350098 4252 0 0 20 0 23 0 297231308 36010291200 511082 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8791575 511308 6286 1 0 524364 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35166300 memory=12103604389871689 CPUtime=3472.68 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 1543500 0 0 0 343185 4083 0 0 20 0 23 0 297231311 36010291200 511082 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35166300 memory=4828 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 511082 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35166300 memory=1956092 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 511082 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35166300 memory=2045232 CPUtime=0.07 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 76 0 0 0 4 3 0 0 20 0 23 0 297231312 36010291200 511082 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35166300 memory=2027936 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 511082 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35166300 memory=12904 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 477 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 511082 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35166300 memory=353819 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231322 36010291200 511082 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 3543.5 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2045232 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 18.10 17.49 17.65 18/1198 2257624
/proc/meminfo: memFree=501655820/1055320720 swapFree=33543932/33554428
[pid=2192864] ppid=2192858 vsize=35166300 memory=2076912 CPUtime=3599.46 cores=8-11
/proc/2192864/stat : 2192864 (java) S 2192858 2192864 2191262 0 -1 4194304 2699583 0 0 0 355638 4308 0 0 20 0 23 0 297231308 36010291200 519174 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
/proc/2192864/statm: 8791575 519228 6286 1 0 536916 0
[pid=2192864/tid=2192869] ppid=2192858 vsize=35166300 memory=-7379530043641326175 CPUtime=3527.66 cores=8-11
/proc/2192864/task/2192869/stat : 2192869 (java) R 2192858 2192864 2191262 0 -1 4194368 1547876 0 0 0 348629 4137 0 0 20 0 23 0 297231311 36010291200 519174 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192881] ppid=2192858 vsize=35166300 memory=-9044459746194447340 CPUtime=0 cores=8-11
/proc/2192864/task/2192881/stat : 2192881 (Referen..andler) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 519174 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192882] ppid=2192858 vsize=35166300 memory=5468 CPUtime=0 cores=8-11
/proc/2192864/task/2192882/stat : 2192882 (Finalizer) S 2192858 2192864 2191262 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 519174 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192885] ppid=2192858 vsize=35166300 memory=13336988 CPUtime=0.07 cores=8-11
/proc/2192864/task/2192885/stat : 2192885 (Monitor..Thread) S 2192858 2192864 2191262 0 -1 4194368 76 0 0 0 4 3 0 0 20 0 23 0 297231312 36010291200 519174 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192888] ppid=2192858 vsize=35166300 memory=5452 CPUtime=0 cores=8-11
/proc/2192864/task/2192888/stat : 2192888 (Notific..Thread) S 2192858 2192864 2191262 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 519174 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192889] ppid=2192858 vsize=35166300 memory=12057052 CPUtime=0 cores=8-11
/proc/2192864/task/2192889/stat : 2192889 (Common-Cleaner) S 2192858 2192864 2191262 0 -1 4194368 477 0 0 0 0 0 0 0 20 0 23 0 297231312 36010291200 519174 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
[pid=2192864/tid=2192925] ppid=2192858 vsize=35166300 memory=5416 CPUtime=0 cores=8-11
/proc/2192864/task/2192925/stat : 2192925 (Timer-0) S 2192858 2192864 2191262 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297231322 36010291200 519174 18446744073709551615 94589478703104 94589478706800 140736530841808 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94589478714664 94589478715408 94589510049792 140736530843812 140736530843998 140736530843998 140736530849736 0
Current children cumulated CPU time: 3599.46 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2076912 KiB

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

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

# cumulated CPU time of all completed processes:  user=3556.56 s, system=43.1301 s

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

[startup+3700.12 s]*
/proc/loadavg: 18.10 17.49 17.65 25/1177 2257632
/proc/meminfo: memFree=502875196/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.14
CPU time (s): 3599.69
CPU user time (s): 3556.56
CPU system time (s): 43.1301
CPU usage (%): 97.2852
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 2127120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3556.56
system time used= 43.1301
maximum resident set size= 2126532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2701364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8512547
involuntary context switches= 9214


# summary of solver processes directly reported to runsolver:
#   pid: 2192864
#   total CPU time (s): 3599.69
#   total CPU user time (s): 3556.56
#   total CPU system time (s): 43.1301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0366 second user time and 41.117 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-07-10 01:23:52
IDJOB=4835624
IDBENCH=146664
IDSOLVER=3672
FILE ID=nodeE001/4835624-1783639432
RUNJOBID= nodeE001-1783635789-2191281
SLURM_JOB_ID= 12722695
Free space on /tmp= 800352 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:10:4.5:0.5:100.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835624-1783639432/watcher-4835624-1783639432 -o /tmp/evaluation-result-4835624-1783639432/solver-4835624-1783639432 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835624-1783639432/vars-4835624-1783639432 --bin-var /tmp/runsolver-exch-nodeE001-1783635789-2191281 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835624-1783639432 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835624-1783639432.opb

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3570.036
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 241
initial apicid	: 241
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3567.771
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		: 3567.656
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		: 3559.383
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		: 3576.071
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		: 3579.093
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		: 3575.868
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		: 3576.593
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:        257937952 kB
MemAvailable:   970456464 kB
Buffers:            1056 kB
Cached:         709063184 kB
SwapCached:         1284 kB
Active:         96454484 kB
Inactive:       687686556 kB
Active(anon):   75595032 kB
Inactive(anon):   384388 kB
Active(file):   20859452 kB
Inactive(file): 687302168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33543932 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6608 kB
Writeback:             0 kB
AnonPages:      75079492 kB
Mapped:           240924 kB
Shmem:            902692 kB
KReclaimable:    9785164 kB
Slab:           10766332 kB
SReclaimable:    9785164 kB
SUnreclaim:       981168 kB
KernelStack:       18128 kB
PageTables:       155108 kB
SecPageTables:     15364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   214738928 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482196 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:  66562048 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= 800304 MiB
End job on nodeE001 at 2026-07-10 02:25:32