Trace number 4783337

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)12 3600.25 3562.38

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB26fixedPrime.v20260610
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	26.0.1+8-34
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		26.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		30334720
0.00/0.09	c Max memory 		32178700288
0.00/0.09	c Total memory 		33554432
0.00/0.09	c Number of processors 	4
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: none
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4783337-1782145234.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.14	c ... done. Wall clock time 0.019s.
0.10/0.14	c declared #vars     372
0.10/0.14	c #constraints  422
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 338
0.10/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
0.10/0.14	c org.sat4j.specs.Constr$1 => 1
0.10/0.14	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.10/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7
0.10/0.14	c 422 constraints processed.
0.10/0.14	c objective function length is 372 literals
0.10/0.15	c SATISFIABLE
0.10/0.15	c OPTIMIZING...
0.10/0.15	c Got one! Elapsed wall clock time (in seconds):0.03
0.10/0.15	o 12
0.78/0.41	c cleaning 2493 clauses out of 5001 with flag 10316/5001
1.25/0.55	c cleaning 4245 clauses out of 8507 with flag 22528/11000
1.50/0.72	c cleaning 5626 clauses out of 11263 with flag 36973/18001
1.72/0.92	c cleaning 6814 clauses out of 13638 with flag 53568/26002
1.93/1.14	c cleaning 7904 clauses out of 15823 with flag 71949/35001
2.12/1.39	c cleaning 8952 clauses out of 17919 with flag 92392/45001
2.48/1.69	c cleaning 9973 clauses out of 19966 with flag 114878/56000
2.78/2.01	c cleaning 10992 clauses out of 21994 with flag 139458/68001
3.18/2.35	c cleaning 11993 clauses out of 24001 with flag 166034/81000
3.60/2.74	c cleaning 12995 clauses out of 26010 with flag 194549/95002
4.01/3.18	c cleaning 14001 clauses out of 28014 with flag 225257/110001
4.54/3.61	c cleaning 15001 clauses out of 30013 with flag 258228/126001
5.08/4.16	c cleaning 15998 clauses out of 32012 with flag 292783/143001
5.68/4.72	c cleaning 17003 clauses out of 34014 with flag 330560/161001
6.38/5.43	c cleaning 17996 clauses out of 36010 with flag 369967/180000
7.09/6.13	c cleaning 19000 clauses out of 38016 with flag 411350/200002
7.77/6.87	c cleaning 19997 clauses out of 40014 with flag 454513/221000
8.61/7.63	c cleaning 21001 clauses out of 42018 with flag 500157/243001
9.31/8.38	c cleaning 21994 clauses out of 44016 with flag 548160/266000
10.21/9.20	c cleaning 23000 clauses out of 46023 with flag 598877/290001
11.02/10.07	c cleaning 24004 clauses out of 48023 with flag 651167/315001
11.93/10.98	c cleaning 25002 clauses out of 50019 with flag 705523/341001
13.33/12.35	c cleaning 25999 clauses out of 52016 with flag 762291/368000
14.72/13.76	c cleaning 27001 clauses out of 54018 with flag 821294/396001
16.24/15.29	c cleaning 27998 clauses out of 56016 with flag 882467/425000
18.08/17.09	c cleaning 29001 clauses out of 58018 with flag 945431/455000
19.76/18.70	c cleaning 30002 clauses out of 60017 with flag 1010307/486000
21.21/20.14	c cleaning 30999 clauses out of 62015 with flag 1076937/518000
23.10/22.08	c cleaning 31999 clauses out of 64017 with flag 1146208/551001
25.06/23.94	c cleaning 33002 clauses out of 66017 with flag 1218369/585000
26.66/25.56	c cleaning 33995 clauses out of 68015 with flag 1291705/620000
28.36/27.29	c cleaning 35004 clauses out of 70021 with flag 1367094/656001
30.27/29.18	c cleaning 35997 clauses out of 72017 with flag 1444458/693001
32.07/30.90	c cleaning 37001 clauses out of 74019 with flag 1524197/731000
33.86/32.78	c cleaning 38003 clauses out of 76019 with flag 1606332/770001
35.78/34.68	c cleaning 38995 clauses out of 78015 with flag 1690623/810000
37.55/36.36	c cleaning 40004 clauses out of 80022 with flag 1776479/851002
39.37/38.12	c cleaning 40999 clauses out of 82018 with flag 1864577/893002
41.65/40.42	c cleaning 41997 clauses out of 84017 with flag 1954759/936000
43.36/42.18	c cleaning 43001 clauses out of 86020 with flag 2046796/980000
45.28/44.01	c cleaning 43995 clauses out of 88019 with flag 2140847/1025000
47.09/45.89	c cleaning 44999 clauses out of 90025 with flag 2236831/1071001
49.01/47.76	c cleaning 46004 clauses out of 92027 with flag 2334928/1118002
51.07/49.78	c cleaning 46999 clauses out of 94021 with flag 2435008/1166000
53.17/51.88	c cleaning 47995 clauses out of 96022 with flag 2537261/1215000
55.98/54.63	c cleaning 49002 clauses out of 98027 with flag 2642761/1265000
58.18/56.87	c cleaning 50001 clauses out of 100026 with flag 2749654/1316001
60.79/59.31	c cleaning 50999 clauses out of 102025 with flag 2858279/1368001
63.21/61.72	c cleaning 52002 clauses out of 104025 with flag 2968999/1421000
65.72/64.28	c cleaning 53002 clauses out of 106024 with flag 3083514/1475001
68.31/66.78	c cleaning 54000 clauses out of 108021 with flag 3198788/1530000
71.04/69.43	c cleaning 55006 clauses out of 110022 with flag 3316080/1586001
74.34/72.67	c cleaning 55999 clauses out of 112016 with flag 3436291/1643001
77.56/75.83	c cleaning 56998 clauses out of 114017 with flag 3557595/1701001
80.90/79.16	c cleaning 57997 clauses out of 116018 with flag 3681048/1760000
84.68/82.83	c cleaning 58998 clauses out of 118021 with flag 3806371/1820000
88.71/86.81	c cleaning 60003 clauses out of 120025 with flag 3933935/1881002
93.12/91.12	c cleaning 60999 clauses out of 122021 with flag 4063915/1943001
97.44/95.46	c cleaning 62003 clauses out of 124021 with flag 4195743/2006000
101.75/99.65	c cleaning 62996 clauses out of 126018 with flag 4329930/2070000
106.07/103.91	c cleaning 64000 clauses out of 128022 with flag 4466897/2135000
109.79/107.50	c cleaning 64998 clauses out of 130023 with flag 4605804/2201001
113.52/111.21	c cleaning 65997 clauses out of 132024 with flag 4747304/2268000
117.00/114.60	c cleaning 67003 clauses out of 134027 with flag 4891428/2336000
120.84/118.47	c cleaning 68002 clauses out of 136024 with flag 5036359/2405000
124.64/122.17	c cleaning 69001 clauses out of 138022 with flag 5183174/2475000
128.56/126.05	c cleaning 70000 clauses out of 140022 with flag 5331586/2546001
132.36/129.76	c cleaning 70999 clauses out of 142021 with flag 5482048/2618000
136.09/133.44	c cleaning 71996 clauses out of 144022 with flag 5634760/2691000
139.93/137.16	c cleaning 72999 clauses out of 146026 with flag 5788802/2765000
143.75/140.93	c cleaning 74002 clauses out of 148027 with flag 5945145/2840000
147.59/144.68	c cleaning 75004 clauses out of 150027 with flag 6103555/2916002
151.52/148.54	c cleaning 76001 clauses out of 152021 with flag 6263892/2993000
155.46/152.34	c cleaning 77001 clauses out of 154020 with flag 6426163/3071000
159.45/156.33	c cleaning 77996 clauses out of 156019 with flag 6591650/3150000
163.73/160.61	c cleaning 78997 clauses out of 158024 with flag 6758564/3230001
168.05/164.90	c cleaning 80000 clauses out of 160026 with flag 6927915/3311000
172.53/169.40	c cleaning 80999 clauses out of 162026 with flag 7099598/3393000
177.02/174.00	c cleaning 81999 clauses out of 164027 with flag 7273634/3476000
181.74/178.63	c cleaning 83001 clauses out of 166029 with flag 7449449/3560001
186.03/182.92	c cleaning 84002 clauses out of 168028 with flag 7627379/3645001
190.62/187.57	c cleaning 85001 clauses out of 170026 with flag 7807347/3731001
195.61/192.57	c cleaning 85999 clauses out of 172024 with flag 7989969/3818000
200.51/197.46	c cleaning 86999 clauses out of 174025 with flag 8174865/3906000
205.80/202.77	c cleaning 88001 clauses out of 176026 with flag 8361969/3995000
211.10/208.03	c cleaning 88997 clauses out of 178025 with flag 8550605/4085000
215.77/212.77	c cleaning 90009 clauses out of 180030 with flag 8742120/4176002
221.10/218.09	c cleaning 90996 clauses out of 182020 with flag 8934774/4268001
226.47/223.42	c cleaning 92000 clauses out of 184023 with flag 9129471/4361000
233.45/230.45	c cleaning 93006 clauses out of 186023 with flag 9327465/4455000
240.34/237.39	c cleaning 93992 clauses out of 188018 with flag 9527223/4550001
247.57/244.54	c cleaning 95002 clauses out of 190025 with flag 9728968/4646000
254.45/251.41	c cleaning 96002 clauses out of 192023 with flag 9932205/4743000
261.53/258.58	c cleaning 96995 clauses out of 194022 with flag 10137771/4841001
268.41/265.44	c cleaning 97998 clauses out of 196026 with flag 10344851/4940000
274.34/271.38	c cleaning 99004 clauses out of 198028 with flag 10553883/5040000
281.15/278.15	c cleaning 100001 clauses out of 200025 with flag 10764683/5141001
288.62/285.62	c cleaning 100998 clauses out of 202023 with flag 10979365/5243000
294.56/291.57	c cleaning 102001 clauses out of 204025 with flag 11194616/5346000
300.84/297.80	c cleaning 102998 clauses out of 206024 with flag 11411385/5450000
307.40/304.35	c cleaning 104001 clauses out of 208026 with flag 11630470/5555000
313.90/310.65	c cleaning 104997 clauses out of 210027 with flag 11852012/5661002
320.42/317.18	c cleaning 106008 clauses out of 212029 with flag 12075430/5768001
327.51/324.26	c cleaning 106998 clauses out of 214020 with flag 12300939/5876000
334.04/330.71	c cleaning 107998 clauses out of 216022 with flag 12528061/5985000
341.12/337.88	c cleaning 108993 clauses out of 218024 with flag 12757808/6095000
348.25/344.93	c cleaning 110005 clauses out of 220031 with flag 12989669/6206000
355.44/352.12	c cleaning 110995 clauses out of 222026 with flag 13223692/6318000
363.04/359.79	c cleaning 112002 clauses out of 224031 with flag 13459543/6431000
370.78/367.41	c cleaning 113005 clauses out of 226030 with flag 13697441/6545001
379.05/375.55	c cleaning 114003 clauses out of 228025 with flag 13936922/6660001
387.18/383.61	c cleaning 114997 clauses out of 230021 with flag 14178923/6776000
395.29/391.78	c cleaning 116000 clauses out of 232026 with flag 14423268/6893002
402.91/399.39	c cleaning 116998 clauses out of 234025 with flag 14669621/7011001
411.40/407.83	c cleaning 118002 clauses out of 236026 with flag 14918078/7130000
419.50/415.99	c cleaning 118999 clauses out of 238024 with flag 15168419/7250000
427.78/424.27	c cleaning 120001 clauses out of 240025 with flag 15420423/7371000
435.69/432.18	c cleaning 120996 clauses out of 242024 with flag 15674889/7493000
444.48/440.95	c cleaning 122002 clauses out of 244028 with flag 15931735/7616000
453.36/449.61	c cleaning 123005 clauses out of 246029 with flag 16190660/7740003
463.59/459.83	c cleaning 124003 clauses out of 248022 with flag 16451468/7865001
473.67/469.81	c cleaning 124999 clauses out of 250019 with flag 16714772/7991001
484.48/480.48	c cleaning 125996 clauses out of 252019 with flag 16981970/8118000
495.31/491.26	c cleaning 127003 clauses out of 254025 with flag 17249748/8246002
505.48/501.32	c cleaning 127997 clauses out of 256021 with flag 17519225/8375001
515.89/511.51	c cleaning 128998 clauses out of 258024 with flag 17790382/8505001
526.44/522.10	c cleaning 130003 clauses out of 260026 with flag 18065361/8636001
537.27/532.89	c cleaning 131001 clauses out of 262024 with flag 18343373/8768002
547.53/542.80	c cleaning 131998 clauses out of 264021 with flag 18624228/8901000
557.06/552.37	c cleaning 133000 clauses out of 266024 with flag 18906152/9035001
566.70/561.91	c cleaning 133999 clauses out of 268025 with flag 19189648/9170002
575.94/571.17	c cleaning 134996 clauses out of 270024 with flag 19473458/9306000
585.72/580.71	c cleaning 136002 clauses out of 272028 with flag 19759669/9443000
595.66/590.63	c cleaning 137001 clauses out of 274028 with flag 20047741/9581002
606.60/601.59	c cleaning 137999 clauses out of 276026 with flag 20338187/9720001
618.76/613.53	c cleaning 138999 clauses out of 278026 with flag 20630914/9860000
629.50/624.29	c cleaning 139999 clauses out of 280027 with flag 20928263/10001000
642.63/637.02	c cleaning 141002 clauses out of 282028 with flag 21227510/10143000
656.29/650.65	c cleaning 142004 clauses out of 284026 with flag 21528839/10286000
668.26/662.41	c cleaning 143000 clauses out of 286023 with flag 21831324/10430001
679.52/673.61	c cleaning 143998 clauses out of 288022 with flag 22133829/10575000
692.13/686.09	c cleaning 144996 clauses out of 290024 with flag 22438909/10721000
705.01/698.60	c cleaning 146000 clauses out of 292028 with flag 22746183/10868000
717.59/710.98	c cleaning 147001 clauses out of 294030 with flag 23055198/11016002
730.33/723.48	c cleaning 148003 clauses out of 296028 with flag 23366745/11165001
744.12/736.98	c cleaning 148997 clauses out of 298026 with flag 23681543/11315002
758.09/750.62	c cleaning 150002 clauses out of 300027 with flag 24000391/11466000
772.76/765.01	c cleaning 151000 clauses out of 302025 with flag 24320819/11618000
783.88/775.98	c cleaning 152003 clauses out of 304026 with flag 24643509/11771001
795.60/787.47	c cleaning 153000 clauses out of 306022 with flag 24965106/11925000
809.90/801.50	c cleaning 153999 clauses out of 308022 with flag 25288917/12080000
824.26/815.48	c cleaning 154997 clauses out of 310023 with flag 25614587/12236000
839.40/830.36	c cleaning 156002 clauses out of 312026 with flag 25945360/12393000
853.04/843.76	c cleaning 157002 clauses out of 314025 with flag 26275836/12551001
867.15/857.36	c cleaning 157999 clauses out of 316022 with flag 26609943/12710000
881.28/871.25	c cleaning 159002 clauses out of 318023 with flag 26946074/12870000
895.22/884.99	c cleaning 160000 clauses out of 320021 with flag 27285300/13031000
907.84/897.07	c cleaning 160995 clauses out of 322023 with flag 27623849/13193002
920.37/909.09	c cleaning 161997 clauses out of 324026 with flag 27964426/13356000
933.85/922.26	c cleaning 163007 clauses out of 326030 with flag 28307938/13520001
948.52/936.67	c cleaning 164000 clauses out of 328023 with flag 28654581/13685001
964.24/951.83	c cleaning 165000 clauses out of 330023 with flag 29003048/13851001
978.85/966.15	c cleaning 165995 clauses out of 332022 with flag 29352916/14018000
994.19/981.22	c cleaning 167001 clauses out of 334029 with flag 29704741/14186002
1005.49/992.29	c cleaning 168004 clauses out of 336026 with flag 30065142/14355000
1018.12/1004.52	c cleaning 169004 clauses out of 338023 with flag 30427135/14525001
1031.74/1017.83	c cleaning 169999 clauses out of 340019 with flag 30791619/14696001
1045.95/1031.76	c cleaning 170999 clauses out of 342021 with flag 31157943/14868002
1060.03/1045.59	c cleaning 171998 clauses out of 344021 with flag 31522913/15041001
1073.88/1059.09	c cleaning 172997 clauses out of 346022 with flag 31887914/15215000
1086.63/1071.55	c cleaning 173996 clauses out of 348025 with flag 32255826/15390000
1098.68/1083.26	c cleaning 175004 clauses out of 350030 with flag 32623891/15566001
1110.77/1095.03	c cleaning 175999 clauses out of 352025 with flag 32993330/15743000
1124.35/1108.36	c cleaning 177000 clauses out of 354026 with flag 33365289/15921000
1136.55/1120.24	c cleaning 178004 clauses out of 356028 with flag 33739293/16100002
1149.66/1133.03	c cleaning 178999 clauses out of 358022 with flag 34115652/16280000
1164.33/1147.42	c cleaning 179995 clauses out of 360023 with flag 34493663/16461000
1179.49/1162.11	c cleaning 181003 clauses out of 362028 with flag 34873854/16643000
1195.64/1177.93	c cleaning 181999 clauses out of 364025 with flag 35259259/16826000
1213.51/1195.25	c cleaning 183004 clauses out of 366028 with flag 35646133/17010002
1227.88/1209.38	c cleaning 183999 clauses out of 368022 with flag 36035699/17195000
1242.25/1223.42	c cleaning 184999 clauses out of 370023 with flag 36424491/17381000
1256.20/1237.16	c cleaning 186000 clauses out of 372025 with flag 36815416/17568001
1271.14/1251.88	c cleaning 187000 clauses out of 374024 with flag 37208538/17756000
1285.09/1265.58	c cleaning 188001 clauses out of 376024 with flag 37604156/17945000
1299.65/1279.52	c cleaning 189001 clauses out of 378024 with flag 38004014/18135001
1316.32/1295.98	c cleaning 189999 clauses out of 380022 with flag 38405435/18326000
1333.78/1312.53	c cleaning 190996 clauses out of 382023 with flag 38806693/18518000
1349.91/1328.43	c cleaning 191997 clauses out of 384027 with flag 39209458/18711000
1364.48/1343.05	c cleaning 193000 clauses out of 386030 with flag 39615341/18905000
1378.37/1356.99	c cleaning 193996 clauses out of 388031 with flag 40022251/19100001
1393.24/1371.81	c cleaning 195002 clauses out of 390034 with flag 40434707/19296000
1407.64/1386.26	c cleaning 195996 clauses out of 392032 with flag 40848871/19493000
1423.10/1401.79	c cleaning 197001 clauses out of 394036 with flag 41263862/19691000
1439.19/1417.79	c cleaning 198005 clauses out of 396036 with flag 41679397/19890001
1458.24/1436.76	c cleaning 199000 clauses out of 398031 with flag 42100990/20090001
1476.69/1455.25	c cleaning 199999 clauses out of 400030 with flag 42525313/20291000
1499.05/1477.62	c cleaning 201002 clauses out of 402031 with flag 42949397/20493000
1519.96/1498.57	c cleaning 202004 clauses out of 404029 with flag 43374366/20696000
1538.95/1517.59	c cleaning 202998 clauses out of 406025 with flag 43802665/20900000
1557.73/1536.30	c cleaning 204000 clauses out of 408028 with flag 44231528/21105001
1576.59/1555.20	c cleaning 204998 clauses out of 410027 with flag 44662869/21311000
1595.38/1574.01	c cleaning 206000 clauses out of 412030 with flag 45098353/21518001
1615.13/1593.89	c cleaning 206999 clauses out of 414029 with flag 45533536/21726000
1632.41/1611.14	c cleaning 208006 clauses out of 416031 with flag 45971577/21935001
1650.56/1629.32	c cleaning 208999 clauses out of 418025 with flag 46412238/22145001
1668.04/1646.84	c cleaning 209998 clauses out of 420025 with flag 46853449/22356000
1689.81/1668.64	c cleaning 211002 clauses out of 422027 with flag 47297015/22568000
1708.85/1687.38	c cleaning 211999 clauses out of 424026 with flag 47742702/22781001
1728.72/1707.20	c cleaning 213004 clauses out of 426026 with flag 48191866/22995000
1747.68/1726.28	c cleaning 213997 clauses out of 428022 with flag 48641365/23210000
1766.34/1744.97	c cleaning 214995 clauses out of 430025 with flag 49092937/23426000
1785.56/1764.13	c cleaning 216001 clauses out of 432030 with flag 49547177/23643000
1807.79/1786.48	c cleaning 217004 clauses out of 434031 with flag 50004472/23861002
1825.77/1804.45	c cleaning 217999 clauses out of 436025 with flag 50461663/24080000
1844.22/1822.88	c cleaning 219000 clauses out of 438026 with flag 50920600/24300000
1862.97/1841.69	c cleaning 220002 clauses out of 440028 with flag 51381748/24521002
1880.96/1859.68	c cleaning 221001 clauses out of 442025 with flag 51844783/24743001
1898.41/1877.03	c cleaning 221997 clauses out of 444023 with flag 52309898/24966000
1916.80/1895.40	c cleaning 222995 clauses out of 446026 with flag 52776978/25190000
1936.82/1915.09	c cleaning 224001 clauses out of 448032 with flag 53246319/25415001
1955.73/1933.94	c cleaning 224997 clauses out of 450030 with flag 53717764/25641000
1977.59/1955.77	c cleaning 226008 clauses out of 452033 with flag 54191523/25868000
1999.22/1977.38	c cleaning 226999 clauses out of 454025 with flag 54666882/26096000
2019.47/1997.53	c cleaning 227999 clauses out of 456026 with flag 55144818/26325000
2039.62/2017.44	c cleaning 229002 clauses out of 458028 with flag 55624987/26555001
2059.67/2037.42	c cleaning 230000 clauses out of 460027 with flag 56106984/26786002
2079.93/2057.60	c cleaning 230998 clauses out of 462026 with flag 56591113/27018001
2100.90/2078.27	c cleaning 231996 clauses out of 464027 with flag 57077066/27251000
2121.61/2098.98	c cleaning 233001 clauses out of 466031 with flag 57565044/27485000
2142.95/2120.20	c cleaning 233999 clauses out of 468030 with flag 58055285/27720000
2165.03/2141.98	c cleaning 235006 clauses out of 470031 with flag 58548019/27956000
2188.74/2165.63	c cleaning 235999 clauses out of 472026 with flag 59043904/28193001
2211.82/2188.66	c cleaning 236995 clauses out of 474026 with flag 59541052/28431000
2234.96/2211.55	c cleaning 237998 clauses out of 476031 with flag 60040081/28670000
2258.69/2235.25	c cleaning 239001 clauses out of 478034 with flag 60540705/28910001
2286.93/2263.44	c cleaning 240006 clauses out of 480033 with flag 61047795/29151001
2308.92/2285.15	c cleaning 241003 clauses out of 482027 with flag 61559726/29393001
2333.34/2309.54	c cleaning 241999 clauses out of 484023 with flag 62073155/29636000
2356.76/2332.56	c cleaning 243001 clauses out of 486025 with flag 62591195/29880001
2381.54/2357.25	c cleaning 243997 clauses out of 488023 with flag 63110328/30125000
2409.47/2384.83	c cleaning 244999 clauses out of 490026 with flag 63627953/30371000
2438.87/2413.72	c cleaning 245998 clauses out of 492028 with flag 64147838/30618001
2470.93/2445.31	c cleaning 247004 clauses out of 494030 with flag 64670486/30866001
2502.88/2476.89	c cleaning 247995 clauses out of 496025 with flag 65195578/31115000
2534.03/2507.51	c cleaning 249001 clauses out of 498030 with flag 65722807/31365000
2559.31/2532.36	c cleaning 250002 clauses out of 500030 with flag 66250197/31616001
2585.05/2557.62	c cleaning 250997 clauses out of 502027 with flag 66776887/31868000
2611.42/2583.65	c cleaning 252003 clauses out of 504031 with flag 67305405/32121001
2639.67/2611.46	c cleaning 252997 clauses out of 506028 with flag 67835865/32375001
2669.32/2640.76	c cleaning 254000 clauses out of 508032 with flag 68369231/32630002
2699.54/2670.68	c cleaning 255002 clauses out of 510030 with flag 68903365/32886000
2732.84/2702.83	c cleaning 256000 clauses out of 512028 with flag 69441505/33143000
2759.83/2729.04	c cleaning 257004 clauses out of 514028 with flag 69980588/33401000
2784.69/2753.15	c cleaning 258000 clauses out of 516024 with flag 70522243/33660000
2810.72/2778.46	c cleaning 259003 clauses out of 518026 with flag 71066217/33920002
2836.96/2803.90	c cleaning 259999 clauses out of 520021 with flag 71611664/34181000
2863.31/2829.59	c cleaning 260999 clauses out of 522022 with flag 72158567/34443000
2889.15/2854.67	c cleaning 261998 clauses out of 524023 with flag 72708161/34706000
2915.43/2880.15	c cleaning 263001 clauses out of 526026 with flag 73259378/34970001
2945.54/2909.98	c cleaning 264002 clauses out of 528025 with flag 73816028/35235001
2977.81/2941.47	c cleaning 265000 clauses out of 530022 with flag 74377796/35501000
3009.48/2972.70	c cleaning 266000 clauses out of 532022 with flag 74940830/35768000
3041.52/3004.10	c cleaning 266998 clauses out of 534022 with flag 75508383/36036000
3069.99/3031.76	c cleaning 267997 clauses out of 536025 with flag 76078512/36305001
3095.38/3056.91	c cleaning 268999 clauses out of 538027 with flag 76648447/36575000
3123.43/3085.08	c cleaning 269999 clauses out of 540029 with flag 77221611/36846001
3158.14/3119.85	c cleaning 271001 clauses out of 542029 with flag 77795823/37118000
3190.95/3152.79	c cleaning 272002 clauses out of 544028 with flag 78370739/37391000
3225.87/3187.74	c cleaning 273007 clauses out of 546026 with flag 78947078/37665000
3253.79/3215.72	c cleaning 273997 clauses out of 548019 with flag 79527103/37940000
3284.62/3246.67	c cleaning 275000 clauses out of 550022 with flag 80109875/38216000
3309.08/3270.97	c cleaning 275991 clauses out of 552022 with flag 80805742/38493000
3324.15/3286.07	c cleaning 277009 clauses out of 554031 with flag 81592239/38771000
3341.39/3303.37	c cleaning 278005 clauses out of 556022 with flag 82374277/39050000
3355.16/3317.19	c cleaning 278987 clauses out of 558017 with flag 83180620/39330000
3371.57/3333.50	c cleaning 279993 clauses out of 560030 with flag 84037420/39611000
3384.24/3346.23	c cleaning 281002 clauses out of 562037 with flag 84799111/39893000
3398.60/3360.64	c cleaning 282010 clauses out of 564036 with flag 85620474/40176001
3415.56/3377.67	c cleaning 283008 clauses out of 566025 with flag 86446577/40460000
3434.40/3396.46	c cleaning 283996 clauses out of 568018 with flag 87241388/40745001
3449.09/3411.19	c cleaning 285000 clauses out of 570022 with flag 88061891/41031001
3466.83/3428.90	c cleaning 285999 clauses out of 572021 with flag 88917478/41318000
3481.29/3443.40	c cleaning 286989 clauses out of 574022 with flag 89756686/41606000
3499.03/3461.18	c cleaning 287993 clauses out of 576033 with flag 90564576/41895000
3515.98/3478.13	c cleaning 289016 clauses out of 578042 with flag 91417870/42185002
3532.62/3494.88	c cleaning 290004 clauses out of 580024 with flag 92214767/42476000
3548.87/3511.11	c cleaning 290999 clauses out of 582021 with flag 93059003/42768001
3567.06/3529.25	c cleaning 291998 clauses out of 584024 with flag 93946426/43061003
3581.12/3543.34	c cleaning 292991 clauses out of 586024 with flag 94780607/43355001
3597.78/3560.02	c cleaning 294002 clauses out of 588033 with flag 95619610/43650001
3600.06/3562.30	c starts		: 732
3600.06/3562.31	c conflicts		: 43740062
3600.06/3562.31	c decisions		: 63050136
3600.06/3562.31	c propagations		: 462478218
3600.06/3562.31	c inspects		: 30392136090
3600.06/3562.31	c shortcuts		: 0
3600.06/3562.31	c learnt literals	: 0
3600.06/3562.31	c learnt binary clauses	: 0
3600.06/3562.31	c learnt ternary clauses	: 0
3600.06/3562.31	c learnt constraints	: 43740062
3600.06/3562.31	c ignored constraints	: 0
3600.06/3562.31	c root simplifications	: 0
3600.06/3562.31	c removed literals (reason simplification)	: 2751623417
3600.06/3562.31	c reason swapping (by a shorter reason)	: 0
3600.06/3562.31	c Calls to reduceDB	: 291
3600.06/3562.31	c Number of update (reduction) of LBD	: 2560775
3600.06/3562.31	c Imported unit clauses	: 0
3600.06/3562.31	c No decision after first conflict	: false
3600.06/3562.31	c number of reductions to clauses (during analyze)	: 0
3600.06/3562.31	c number of learned constraints concerned by reduction	: 0
3600.06/3562.31	c number of learning phase by resolution	: 0
3600.06/3562.31	c number of learning phase by cutting planes	: 0
3600.06/3562.31	c number of rounding to 1 operations	: 0
3600.06/3562.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3562.31	c number of reductions of the coefficients by power 2 	: 0
3600.06/3562.31	c number of right shift for reduction by power 2 	: 0
3600.06/3562.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3562.31	c number of ending skipping 	: 0
3600.06/3562.31	c number of internal skipping 	: 0
3600.06/3562.31	c number of derivation steps 	: 0
3600.06/3562.31	c number of skipped derivation steps 	: 0
3600.06/3562.31	c number of remaining unassigned 	: 0
3600.06/3562.31	c number of remaining assigned 	: 0
3600.06/3562.31	c number of falsified literals weakened from reason	: 0
3600.06/3562.31	c number of falsified literals weakened from conflict	: 0
3600.06/3562.31	c time for arithmetic operations	: 0
3600.06/3562.31	c minimum degree of deleted constraints	: null
3600.06/3562.31	c maximum degree of deleted constraints	: null
3600.06/3562.31	c number of deleted constraints	: 0
3600.06/3562.31	c speed (assignments/second)	: 129830.72868928233
3600.06/3562.31	c non guided choices	: 0
3600.06/3562.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 384092
3600.06/3562.36	s SATISFIABLE
3600.06/3562.36	c Found 1 solution(s)
3600.06/3562.36	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 
3600.06/3562.37	c objective function=12
3600.06/3562.37	c Total wall clock time (in seconds): 3562.247

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

running on 4 cores: 16-19

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 30
  3550 MHz: 0-3,37,60-63
  3600 MHz: 4-29,31-36,38-59
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (111574 MiB free)
  node 1: cores 8-15, 129019 MiB (111624 MiB free)
  node 2: cores 16-23, 129019 MiB (116357 MiB free)
  node 3: cores 24-31, 128957 MiB (116129 MiB free)
  node 4: cores 32-39, 129019 MiB (110778 MiB free)
  node 5: cores 40-47, 129019 MiB (112486 MiB free)
  node 6: cores 48-55, 129019 MiB (111396 MiB free)
  node 7: cores 56-63, 128474 MiB (111620 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100058 s]*
/proc/loadavg: 1.43 4.37 7.87 42/1182 2327917
/proc/meminfo: memFree=923381304/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=34900044 memory=54800 CPUtime=0.1 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 7108 0 0 0 9 1 0 0 20 0 19 0 147811316 35737645056 13196 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8725011 13698 6134 1 0 32414 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=34900044 memory=5979075893 CPUtime=0.05 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 3091 0 0 0 5 0 0 0 20 0 19 0 147811319 35737645056 13196 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=34900044 memory=215704930196 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 147811321 35737645056 13324 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=34900044 memory=17979 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 147811321 35737645056 13324 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=34900044 memory=18330 CPUtime=0 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 147811321 35737645056 13324 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=34900044 memory=18896 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 147811321 35737645056 13324 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=34900044 memory=61753 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 147811321 35737645056 13324 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 54800 KiB

[startup+0.214342 s]*
/proc/loadavg: 1.43 4.37 7.87 52/1203 2327938
/proc/meminfo: memFree=922911364/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35033172 memory=68100 CPUtime=0.48 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 9343 0 0 0 46 2 0 0 20 0 21 0 147811316 35873968128 16710 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8758293 17025 6244 1 0 34891 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35033172 memory=6079637401580434741 CPUtime=0.18 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 3340 0 0 0 18 0 0 0 20 0 21 0 147811319 35873968128 16710 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35033172 memory=215704930196 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 16710 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35033172 memory=17979 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 16710 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35033172 memory=18330 CPUtime=0 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 16710 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35033172 memory=18896 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 16710 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35033172 memory=61753 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 16710 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35033172 memory=3833461820937745235 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147811331 35873968128 16710 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 68100 KiB

[startup+0.3268 s]*
/proc/loadavg: 1.43 4.37 7.87 51/1212 2327947
/proc/meminfo: memFree=922300248/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35033172 memory=79996 CPUtime=0.78 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 10797 0 0 0 76 2 0 0 20 0 21 0 147811316 35873968128 19613 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8758293 19999 6260 1 0 40521 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35033172 memory=8389771804677338421 CPUtime=0.27 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 3350 0 0 0 27 0 0 0 20 0 21 0 147811319 35873968128 19613 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35033172 memory=215704930196 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 19613 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35033172 memory=17979 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 19613 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35033172 memory=18330 CPUtime=0 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 19613 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35033172 memory=18896 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 19613 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35033172 memory=61753 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811321 35873968128 19613 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35033172 memory=3833461820937745235 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147811331 35873968128 19613 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 79996 KiB

[startup+0.700222 s]
/proc/loadavg: 1.43 4.37 7.87 38/1223 2327958
/proc/meminfo: memFree=921985024/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35099736 memory=98868 CPUtime=1.5 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 11415 0 0 0 148 2 0 0 20 0 22 0 147811316 35942129664 24564 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8774934 24717 6276 1 0 46285 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35099736 memory=4868 CPUtime=0.62 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 3366 0 0 0 62 0 0 0 20 0 22 0 147811319 35942129664 24564 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35099736 memory=4278 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147811321 35942129664 24564 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35099736 memory=5824 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 147811321 35942129664 24564 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35099736 memory=-7308315775021771105 CPUtime=0 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 147811321 35942129664 24564 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35099736 memory=32084161 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 147811321 35942129664 24564 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35099736 memory=-2970219127290161258 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147811321 35942129664 24564 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 147811331 35942129664 24564 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 98868 KiB

[startup+1.50017 s]
/proc/loadavg: 1.43 4.37 7.87 23/1227 2327968
/proc/meminfo: memFree=921066564/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35099736 memory=131876 CPUtime=2.38 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 15127 0 0 0 236 2 0 0 20 0 21 0 147811316 35942129664 32815 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8774934 32969 6276 1 0 54657 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35099736 memory=4868 CPUtime=1.41 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 3982 0 0 0 140 1 0 0 20 0 21 0 147811319 35942129664 32815 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35099736 memory=4278 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 32815 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35099736 memory=5824 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 32815 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35099736 memory=98832 CPUtime=0 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 32815 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 32815 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 32815 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147811331 35942129664 32815 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 131876 KiB

[startup+3.11304 s]
/proc/loadavg: 2.84 4.62 7.93 18/1226 2327982
/proc/meminfo: memFree=916573052/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35099736 memory=156808 CPUtime=4.01 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 15577 0 0 0 399 2 0 0 20 0 21 0 147811316 35942129664 39039 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8774934 39202 6276 1 0 58862 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35099736 memory=98832 CPUtime=3 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 3994 0 0 0 299 1 0 0 20 0 21 0 147811319 35942129664 39039 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35099736 memory=136020 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 39039 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 39039 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35099736 memory=4868 CPUtime=0 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 39039 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 39039 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35099736 memory=4278 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811321 35942129664 39039 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35099736 memory=98880 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147811331 35942129664 39039 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 156808 KiB

[startup+6.30018 s]
/proc/loadavg: 2.84 4.62 7.93 17/1226 2327984
/proc/meminfo: memFree=911061568/1055320700 swapFree=33554428/33554428

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

/proc/meminfo: memFree=803530368/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=3380.35 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 121081 0 0 0 337914 121 0 0 20 0 23 0 147811316 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8791575 451729 6265 1 0 574236 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35166300 memory=2308 CPUtime=3324.37 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 29419 0 0 0 332429 8 0 0 20 0 23 0 147811319 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35166300 memory=20568 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=0.1 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 62 0 0 0 6 4 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35166300 memory=0 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 435 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35166300 memory=142604 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811331 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 3380.35 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1806916 KiB

[startup+3402.3 s]
/proc/loadavg: 16.54 16.64 16.68 17/1223 2328259
/proc/meminfo: memFree=803811576/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=3440.29 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 121559 0 0 0 343908 121 0 0 20 0 23 0 147811316 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8791575 451729 6265 1 0 574236 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35166300 memory=2308 CPUtime=3384.19 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 29708 0 0 0 338411 8 0 0 20 0 23 0 147811319 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35166300 memory=20568 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35166300 memory=4294308 CPUtime=0.11 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 62 0 0 0 6 5 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 435 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811331 36010291200 451481 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 3440.29 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1806916 KiB

[startup+3462.3 s]
/proc/loadavg: 16.20 16.52 16.63 17/1223 2328262
/proc/meminfo: memFree=803745092/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35166300 memory=1823332 CPUtime=3500.21 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 123511 0 0 0 349899 122 0 0 20 0 23 0 147811316 36010291200 455706 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8791575 455833 6265 1 0 574236 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35166300 memory=2308 CPUtime=3443.99 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 30536 0 0 0 344391 8 0 0 20 0 23 0 147811319 36010291200 455706 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35166300 memory=20568 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 455706 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35166300 memory=1806916 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 455706 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35166300 memory=142604 CPUtime=0.11 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 67 0 0 0 6 5 0 0 20 0 23 0 147811321 36010291200 455706 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35166300 memory=-7308315775021771105 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 455706 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35166300 memory=1823332 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 452 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 455706 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35166300 memory=1823332 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811331 36010291200 455706 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 3500.21 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1823332 KiB

[startup+3522.3 s]
/proc/loadavg: 16.21 16.47 16.61 17/1224 2328722
/proc/meminfo: memFree=857371592/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35166300 memory=2012120 CPUtime=3560.18 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 125043 0 0 0 355894 124 0 0 20 0 23 0 147811316 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8791575 503030 6265 1 0 574236 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35166300 memory=1823332 CPUtime=3503.72 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 31386 0 0 0 350364 8 0 0 20 0 23 0 147811319 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35166300 memory=1823332 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35166300 memory=5824 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35166300 memory=-7308315775021771105 CPUtime=0.11 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 68 0 0 0 6 5 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35166300 memory=15524 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35166300 memory=27440 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 487 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35166300 memory=15524 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811331 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 3560.18 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2012120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562.3 s]
/proc/loadavg: 16.31 16.46 16.60 19/1198 2329484
/proc/meminfo: memFree=893753780/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35166300 memory=2012120 CPUtime=3600.06 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 125789 0 0 0 359882 124 0 0 20 0 23 0 147811316 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8791575 503030 6265 1 0 574236 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35166300 memory=2012120 CPUtime=3543.59 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 32039 0 0 0 354351 8 0 0 20 0 23 0 147811319 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35166300 memory=11700 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35166300 memory=5824 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35166300 memory=11 CPUtime=0.11 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 74 0 0 0 6 5 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35166300 memory=3948 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35166300 memory=2012120 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 524 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35166300 memory=2012120 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811331 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2012120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599 s, system=1.25376 s

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

[startup+3562.3 s]
/proc/loadavg: 16.31 16.46 16.60 19/1198 2329484
/proc/meminfo: memFree=893753780/1055320700 swapFree=33554428/33554428
[pid=2327727] ppid=2327627 vsize=35166300 memory=2012120 CPUtime=3600.06 cores=16-19
/proc/2327727/stat : 2327727 (java) S 2327627 2327727 2327328 0 -1 4194304 125789 0 0 0 359882 124 0 0 20 0 23 0 147811316 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
/proc/2327727/statm: 8791575 503030 6265 1 0 574236 0
[pid=2327727/tid=2327766] ppid=2327627 vsize=35166300 memory=2012120 CPUtime=3543.59 cores=16-19
/proc/2327727/task/2327766/stat : 2327766 (java) R 2327627 2327727 2327328 0 -1 4194368 32039 0 0 0 354351 8 0 0 20 0 23 0 147811319 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327800] ppid=2327627 vsize=35166300 memory=11700 CPUtime=0 cores=16-19
/proc/2327727/task/2327800/stat : 2327800 (Referen..andler) S 2327627 2327727 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327801] ppid=2327627 vsize=35166300 memory=5824 CPUtime=0 cores=16-19
/proc/2327727/task/2327801/stat : 2327801 (Finalizer) S 2327627 2327727 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327804] ppid=2327627 vsize=35166300 memory=11 CPUtime=0.11 cores=16-19
/proc/2327727/task/2327804/stat : 2327804 (Monitor..Thread) S 2327627 2327727 2327328 0 -1 4194368 74 0 0 0 6 5 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327807] ppid=2327627 vsize=35166300 memory=3948 CPUtime=0 cores=16-19
/proc/2327727/task/2327807/stat : 2327807 (Notific..Thread) S 2327627 2327727 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327808] ppid=2327627 vsize=35166300 memory=2012120 CPUtime=0 cores=16-19
/proc/2327727/task/2327808/stat : 2327808 (Common-Cleaner) S 2327627 2327727 2327328 0 -1 4194368 524 0 0 0 0 0 0 0 20 0 23 0 147811321 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
[pid=2327727/tid=2327923] ppid=2327627 vsize=35166300 memory=2012120 CPUtime=0 cores=16-19
/proc/2327727/task/2327923/stat : 2327923 (Timer-0) S 2327627 2327727 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147811331 36010291200 502904 18446744073709551615 94225404846080 94225404849776 140723861524288 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94225404857640 94225404858384 94225423577088 140723861530836 140723861530976 140723861530976 140723861536712 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2012120 KiB

Child status: 143

Real time (s): 3562.38
CPU time (s): 3600.25
CPU user time (s): 3599
CPU system time (s): 1.25376
CPU usage (%): 101.063
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 2012120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599
system time used= 1.25376
maximum resident set size= 2012128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117069
involuntary context switches= 4189


# summary of solver processes directly reported to runsolver:
#   pid: 2327727
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3599
#   total CPU system time (s): 1.25376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3628 second user time and 37.111 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-22 18:20:35
IDJOB=4783337
IDBENCH=146664
IDSOLVER=3602
FILE ID=nodeE004/4783337-1782145234
RUNJOBID= nodeE004-1782145234-2327342
SLURM_JOB_ID= 12510925
Free space on /tmp= 801532 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783337-1782145234/watcher-4783337-1782145234 -o /tmp/evaluation-result-4783337-1782145234/solver-4783337-1782145234 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783337-1782145234/vars-4783337-1782145234 --bin-var /tmp/runsolver-exch-nodeE004-1782145234-2327342 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783337-1782145234.opb

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

MD5SUM BENCH= 1e9c9c7dcf807eef4e114aea42645bf8
RANDOM SEED=1939042308

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        923694188 kB
MemAvailable:   1044684192 kB
Buffers:            3352 kB
Cached:         125333388 kB
SwapCached:            0 kB
Active:          1668392 kB
Inactive:       123788920 kB
Active(anon):    1041916 kB
Inactive(anon):        0 kB
Active(file):     626476 kB
Inactive(file): 123788920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23608 kB
Writeback:             0 kB
AnonPages:        124864 kB
Mapped:           178296 kB
Shmem:            921344 kB
KReclaimable:    1434476 kB
Slab:            1999200 kB
SReclaimable:    1434476 kB
SUnreclaim:       564724 kB
KernelStack:       14096 kB
PageTables:         4900 kB
SecPageTables:     15372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:    1429724 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478452 kB
VmallocChunk:          0 kB
Percpu:           141824 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

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