Trace number 4816664

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)28 3600.27 3596.87

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_10_1.opb
MD5SUM30f5e6fd6c1fbd729519f2b664d936a1
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark3600.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2482
Sum of products size (including duplicates)4964
Number of different products2482
Sum of products size4964

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4816664-1782900270.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.18/0.13	c ... done. Wall clock time 0.04s.
0.18/0.13	c declared #vars     200
0.18/0.13	c internal #vars     2682
0.18/0.13	c #constraints  5164
0.18/0.13	c constraints type 
0.18/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2482
0.18/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2682
0.18/0.13	c 5164 constraints processed.
0.18/0.14	c objective function length is 200 literals
0.18/0.14	c SATISFIABLE
0.18/0.14	c OPTIMIZING...
0.18/0.14	c Got one! Elapsed wall clock time (in seconds):0.056
0.18/0.14	o 32
0.18/0.16	c Got one! Elapsed wall clock time (in seconds):0.073
0.18/0.16	o 31
0.18/0.19	c Got one! Elapsed wall clock time (in seconds):0.1
0.18/0.19	o 30
0.56/0.23	c Got one! Elapsed wall clock time (in seconds):0.146
0.56/0.23	o 29
0.56/0.28	c Got one! Elapsed wall clock time (in seconds):0.192
0.56/0.28	o 28
1.62/0.86	c cleaning 2918 clauses out of 5837 with flag 10906/5837
2.42/1.59	c cleaning 4448 clauses out of 8915 with flag 26907/11833
3.33/2.42	c cleaning 5730 clauses out of 11468 with flag 45043/18834
4.23/3.32	c cleaning 6858 clauses out of 13737 with flag 65373/26833
5.26/4.32	c cleaning 7934 clauses out of 15879 with flag 88157/35833
6.46/5.50	c cleaning 8971 clauses out of 17946 with flag 115509/45834
7.65/6.78	c cleaning 9981 clauses out of 19974 with flag 144551/56833
9.06/8.13	c cleaning 10989 clauses out of 21994 with flag 176052/68834
10.46/9.59	c cleaning 11990 clauses out of 24006 with flag 209788/81835
12.23/11.22	c cleaning 13005 clauses out of 26015 with flag 249277/95834
13.92/13.00	c cleaning 14004 clauses out of 28009 with flag 292719/110833
16.03/15.04	c cleaning 14992 clauses out of 30007 with flag 336276/126835
18.16/17.11	c cleaning 15996 clauses out of 32013 with flag 381881/143833
20.27/19.28	c cleaning 16983 clauses out of 34017 with flag 431216/161833
22.56/21.59	c cleaning 18015 clauses out of 36034 with flag 484077/180833
24.86/23.87	c cleaning 19005 clauses out of 38020 with flag 537709/200834
27.25/26.27	c cleaning 19992 clauses out of 40014 with flag 596080/221833
29.85/28.85	c cleaning 20993 clauses out of 42022 with flag 656664/243833
32.55/31.53	c cleaning 22004 clauses out of 44029 with flag 720175/266833
35.25/34.23	c cleaning 23006 clauses out of 46026 with flag 784888/290834
38.06/37.04	c cleaning 24005 clauses out of 48019 with flag 851271/315833
41.15/40.12	c cleaning 24993 clauses out of 50014 with flag 919636/341833
44.34/43.37	c cleaning 26004 clauses out of 52023 with flag 990656/368835
47.63/46.66	c cleaning 27007 clauses out of 54019 with flag 1064881/396835
51.34/50.35	c cleaning 27992 clauses out of 56010 with flag 1145444/425833
54.94/53.92	c cleaning 28996 clauses out of 58018 with flag 1224497/455833
58.74/57.72	c cleaning 30001 clauses out of 60022 with flag 1311471/486833
62.72/61.74	c cleaning 31009 clauses out of 62022 with flag 1399780/518834
66.83/65.84	c cleaning 31991 clauses out of 64012 with flag 1486309/551833
71.14/70.14	c cleaning 32996 clauses out of 66021 with flag 1579507/585833
75.43/74.43	c cleaning 34001 clauses out of 68028 with flag 1672770/620836
80.03/79.06	c cleaning 35008 clauses out of 70024 with flag 1771433/656833
84.61/83.66	c cleaning 35998 clauses out of 72016 with flag 1870954/693833
89.34/88.33	c cleaning 37011 clauses out of 74022 with flag 1973517/731837
93.93/92.96	c cleaning 37992 clauses out of 76007 with flag 2080104/770833
98.62/97.69	c cleaning 38998 clauses out of 78016 with flag 2188154/810834
103.54/102.59	c cleaning 40010 clauses out of 80019 with flag 2300886/851835
108.54/107.57	c cleaning 40993 clauses out of 82007 with flag 2410881/893833
113.63/112.66	c cleaning 42009 clauses out of 84017 with flag 2521331/936836
118.72/117.75	c cleaning 42996 clauses out of 86005 with flag 2634944/980833
124.21/123.24	c cleaning 43999 clauses out of 88009 with flag 2752803/1025833
129.93/128.92	c cleaning 45001 clauses out of 90010 with flag 2876272/1071833
135.71/134.70	c cleaning 45990 clauses out of 92009 with flag 3001053/1118833
141.51/140.54	c cleaning 47008 clauses out of 94019 with flag 3131073/1166833
147.63/146.64	c cleaning 48000 clauses out of 96013 with flag 3263509/1215835
154.04/153.05	c cleaning 49005 clauses out of 98013 with flag 3399476/1265835
160.45/159.47	c cleaning 49991 clauses out of 100006 with flag 3534169/1316833
167.24/166.20	c cleaning 51003 clauses out of 102015 with flag 3669394/1368833
173.84/172.89	c cleaning 51993 clauses out of 104012 with flag 3811260/1421833
180.43/179.46	c cleaning 52996 clauses out of 106019 with flag 3956590/1475833
187.14/186.15	c cleaning 54008 clauses out of 108023 with flag 4105595/1530833
194.03/193.03	c cleaning 54999 clauses out of 110018 with flag 4257480/1586836
201.31/200.37	c cleaning 56002 clauses out of 112016 with flag 4410970/1643833
208.65/207.68	c cleaning 56995 clauses out of 114014 with flag 4573117/1701833
215.95/214.95	c cleaning 57997 clauses out of 116019 with flag 4736458/1760833
223.44/222.46	c cleaning 59005 clauses out of 118022 with flag 4899488/1820833
231.52/230.52	c cleaning 60002 clauses out of 120017 with flag 5066245/1881833
239.60/238.63	c cleaning 60995 clauses out of 122015 with flag 5232960/1943833
247.70/246.76	c cleaning 61999 clauses out of 124021 with flag 5405409/2006834
256.01/255.05	c cleaning 63005 clauses out of 126025 with flag 5578024/2070837
264.09/263.16	c cleaning 63992 clauses out of 128017 with flag 5755526/2135834
272.27/271.30	c cleaning 65005 clauses out of 130024 with flag 5929078/2201833
280.86/279.97	c cleaning 66007 clauses out of 132019 with flag 6109790/2268833
289.90/288.91	c cleaning 66985 clauses out of 134012 with flag 6297776/2336833
298.68/297.79	c cleaning 68002 clauses out of 136027 with flag 6489128/2405833
307.28/306.38	c cleaning 69006 clauses out of 138026 with flag 6677625/2475834
316.35/315.47	c cleaning 70006 clauses out of 140019 with flag 6872067/2546833
325.43/324.57	c cleaning 71000 clauses out of 142013 with flag 7074560/2618833
334.72/333.81	c cleaning 72003 clauses out of 144013 with flag 7275818/2691833
344.10/343.20	c cleaning 72989 clauses out of 146010 with flag 7483628/2765833
353.71/352.86	c cleaning 74006 clauses out of 148023 with flag 7692657/2840835
363.56/362.65	c cleaning 74987 clauses out of 150015 with flag 7904545/2916833
373.07/372.13	c cleaning 75994 clauses out of 152028 with flag 8114927/2993833
382.55/381.61	c cleaning 77009 clauses out of 154034 with flag 8331332/3071833
392.77/391.81	c cleaning 77987 clauses out of 156025 with flag 8548509/3150833
403.09/402.14	c cleaning 79013 clauses out of 158038 with flag 8770919/3230833
413.67/412.72	c cleaning 80010 clauses out of 160027 with flag 8992948/3311835
424.23/423.23	c cleaning 81000 clauses out of 162019 with flag 9220970/3393837
435.43/434.41	c cleaning 81995 clauses out of 164015 with flag 9449808/3476833
446.31/445.38	c cleaning 83001 clauses out of 166020 with flag 9678907/3560833
457.01/456.01	c cleaning 83990 clauses out of 168019 with flag 9908815/3645833
467.68/466.74	c cleaning 85004 clauses out of 170029 with flag 10144249/3731833
478.37/477.41	c cleaning 86011 clauses out of 172025 with flag 10388622/3818833
489.08/488.17	c cleaning 86991 clauses out of 174015 with flag 10630231/3906834
499.37/498.45	c cleaning 87995 clauses out of 176023 with flag 10873054/3995833
510.83/509.88	c cleaning 88999 clauses out of 178028 with flag 11126858/4085833
522.15/521.13	c cleaning 90009 clauses out of 180030 with flag 11381219/4176834
533.73/532.73	c cleaning 91001 clauses out of 182020 with flag 11639354/4268833
545.13/544.14	c cleaning 91993 clauses out of 184019 with flag 11891491/4361833
556.90/555.90	c cleaning 92997 clauses out of 186027 with flag 12151475/4455834
568.69/567.74	c cleaning 94004 clauses out of 188029 with flag 12426999/4550833
580.89/579.91	c cleaning 95001 clauses out of 190025 with flag 12698511/4646833
593.55/592.57	c cleaning 96001 clauses out of 192026 with flag 12968550/4743835
605.83/604.88	c cleaning 97007 clauses out of 194023 with flag 13239983/4841833
619.14/618.15	c cleaning 97992 clauses out of 196016 with flag 13517818/4940833
632.01/631.03	c cleaning 99008 clauses out of 198025 with flag 13794492/5040834
644.89/643.93	c cleaning 99998 clauses out of 200016 with flag 14073287/5141833
658.49/657.53	c cleaning 100997 clauses out of 202020 with flag 14356297/5243835
672.35/671.33	c cleaning 102007 clauses out of 204021 with flag 14641002/5346833
685.57/684.50	c cleaning 102996 clauses out of 206014 with flag 14926256/5450833
698.87/697.80	c cleaning 104004 clauses out of 208018 with flag 15217150/5555833
713.24/712.26	c cleaning 105001 clauses out of 210014 with flag 15520184/5661833
727.84/726.84	c cleaning 105991 clauses out of 212013 with flag 15819986/5768833
742.10/741.04	c cleaning 106996 clauses out of 214022 with flag 16114288/5876833
756.11/755.10	c cleaning 107999 clauses out of 216026 with flag 16410243/5985833
770.19/769.18	c cleaning 108992 clauses out of 218027 with flag 16709038/6095833
784.37/783.34	c cleaning 110003 clauses out of 220035 with flag 17006909/6206833
799.04/797.92	c cleaning 110998 clauses out of 222032 with flag 17305653/6318833
813.83/812.77	c cleaning 112013 clauses out of 224035 with flag 17619178/6431834
828.91/827.84	c cleaning 112997 clauses out of 226023 with flag 17938905/6545835
843.49/842.42	c cleaning 113999 clauses out of 228024 with flag 18270323/6660833
858.05/857.00	c cleaning 114994 clauses out of 230025 with flag 18591375/6776833
872.95/871.82	c cleaning 116001 clauses out of 232031 with flag 18916490/6893833
888.13/887.10	c cleaning 117000 clauses out of 234030 with flag 19246918/7011833
903.61/902.56	c cleaning 118003 clauses out of 236030 with flag 19577223/7130833
919.50/918.48	c cleaning 119002 clauses out of 238027 with flag 19909615/7250833
936.07/935.00	c cleaning 120005 clauses out of 240025 with flag 20247888/7371833
952.55/951.44	c cleaning 121002 clauses out of 242020 with flag 20598384/7493833
968.62/967.55	c cleaning 121995 clauses out of 244018 with flag 20937040/7616833
985.68/984.66	c cleaning 123002 clauses out of 246023 with flag 21285019/7740833
1002.07/1001.03	c cleaning 124000 clauses out of 248021 with flag 21627867/7865833
1019.66/1018.63	c cleaning 124999 clauses out of 250021 with flag 21985821/7991833
1036.63/1035.54	c cleaning 126006 clauses out of 252024 with flag 22336622/8118835
1054.25/1053.18	c cleaning 127000 clauses out of 254016 with flag 22692523/8246833
1071.51/1070.48	c cleaning 128003 clauses out of 256019 with flag 23051333/8375836
1089.61/1088.50	c cleaning 128996 clauses out of 258013 with flag 23417527/8505833
1106.87/1105.76	c cleaning 129993 clauses out of 260017 with flag 23778558/8636833
1124.28/1123.17	c cleaning 131009 clauses out of 262025 with flag 24148429/8768834
1141.66/1140.56	c cleaning 131999 clauses out of 264015 with flag 24516091/8901833
1159.26/1158.16	c cleaning 132982 clauses out of 266016 with flag 24895678/9035833
1176.72/1175.55	c cleaning 134013 clauses out of 268035 with flag 25274356/9170834
1195.50/1194.31	c cleaning 134999 clauses out of 270021 with flag 25655557/9306833
1214.07/1212.96	c cleaning 136001 clauses out of 272024 with flag 26046672/9443835
1234.07/1232.91	c cleaning 136997 clauses out of 274021 with flag 26450662/9581833
1253.96/1252.85	c cleaning 138009 clauses out of 276025 with flag 26845411/9720834
1272.83/1271.61	c cleaning 139002 clauses out of 278018 with flag 27245782/9860836
1292.33/1291.14	c cleaning 139988 clauses out of 280014 with flag 27652207/10001834
1311.58/1310.48	c cleaning 141011 clauses out of 282026 with flag 28059428/10143834
1331.86/1330.75	c cleaning 142000 clauses out of 284014 with flag 28475934/10286833
1352.82/1351.79	c cleaning 143000 clauses out of 286016 with flag 28892681/10430835
1373.51/1372.30	c cleaning 144004 clauses out of 288016 with flag 29312735/10575835
1393.39/1392.22	c cleaning 144995 clauses out of 290010 with flag 29726916/10721833
1412.55/1411.46	c cleaning 145996 clauses out of 292018 with flag 30142130/10868836
1431.60/1430.51	c cleaning 147005 clauses out of 294019 with flag 30562683/11016833
1452.96/1451.90	c cleaning 147991 clauses out of 296015 with flag 31004902/11165834
1474.42/1473.44	c cleaning 149008 clauses out of 298024 with flag 31449939/11315834
1495.95/1494.85	c cleaning 149983 clauses out of 300015 with flag 31895831/11466833
1517.40/1516.27	c cleaning 151007 clauses out of 302032 with flag 32344084/11618833
1538.08/1536.91	c cleaning 151997 clauses out of 304025 with flag 32793300/11771833
1558.45/1557.31	c cleaning 153000 clauses out of 306029 with flag 33250107/11925834
1579.04/1577.95	c cleaning 154012 clauses out of 308029 with flag 33708589/12080834
1599.33/1598.24	c cleaning 155003 clauses out of 310019 with flag 34175068/12236836
1619.22/1618.02	c cleaning 155997 clauses out of 312013 with flag 34641901/12393833
1641.17/1640.09	c cleaning 157002 clauses out of 314016 with flag 35117686/12551833
1663.23/1662.14	c cleaning 158005 clauses out of 316016 with flag 35596071/12710835
1686.18/1685.14	c cleaning 158979 clauses out of 318009 with flag 36087338/12870833
1708.42/1707.49	c cleaning 160005 clauses out of 320032 with flag 36577801/13031835
1730.77/1729.82	c cleaning 160997 clauses out of 322025 with flag 37079937/13193833
1751.63/1750.77	c cleaning 162004 clauses out of 324028 with flag 37564351/13356833
1775.02/1774.13	c cleaning 162999 clauses out of 326025 with flag 38058050/13520834
1798.61/1797.63	c cleaning 163996 clauses out of 328026 with flag 38554426/13685834
1822.59/1821.61	c cleaning 165008 clauses out of 330029 with flag 39052074/13851833
1846.67/1845.76	c cleaning 166009 clauses out of 332027 with flag 39555515/14018839
1870.98/1870.02	c cleaning 166994 clauses out of 334012 with flag 40071273/14186833
1893.96/1892.97	c cleaning 167996 clauses out of 336018 with flag 40577813/14355833
1916.90/1915.90	c cleaning 169003 clauses out of 338022 with flag 41091724/14525833
1941.27/1940.37	c cleaning 169998 clauses out of 340021 with flag 41613316/14696835
1966.76/1965.81	c cleaning 171002 clauses out of 342022 with flag 42109781/14868834
1991.34/1990.41	c cleaning 171990 clauses out of 344023 with flag 42614425/15041837
2015.84/2014.83	c cleaning 173007 clauses out of 346029 with flag 43120120/15215833
2040.64/2039.61	c cleaning 174001 clauses out of 348023 with flag 43640406/15390834
2065.79/2064.89	c cleaning 174997 clauses out of 350021 with flag 44163193/15566833
2090.58/2089.69	c cleaning 176006 clauses out of 352025 with flag 44688712/15743834
2115.10/2114.09	c cleaning 176994 clauses out of 354018 with flag 45215859/15921833
2138.80/2137.70	c cleaning 178003 clauses out of 356025 with flag 45736010/16100834
2164.09/2163.09	c cleaning 179002 clauses out of 358021 with flag 46277242/16280833
2190.81/2189.68	c cleaning 180004 clauses out of 360024 with flag 46802820/16461838
2218.40/2217.21	c cleaning 180998 clauses out of 362015 with flag 47320462/16643833
2245.84/2244.79	c cleaning 181999 clauses out of 364017 with flag 47844650/16826833
2272.12/2271.04	c cleaning 182985 clauses out of 366018 with flag 48376647/17010833
2297.86/2296.62	c cleaning 184006 clauses out of 368034 with flag 48916427/17195834
2323.93/2322.78	c cleaning 185004 clauses out of 370027 with flag 49456389/17381833
2350.42/2349.26	c cleaning 186002 clauses out of 372025 with flag 49999443/17568835
2376.89/2375.56	c cleaning 186999 clauses out of 374022 with flag 50542716/17756834
2403.97/2402.69	c cleaning 188002 clauses out of 376022 with flag 51090006/17945833
2430.88/2429.59	c cleaning 188996 clauses out of 378020 with flag 51632492/18135833
2458.02/2456.52	c cleaning 189995 clauses out of 380025 with flag 52177818/18326834
2485.32/2483.80	c cleaning 191001 clauses out of 382029 with flag 52740888/18518833
2514.32/2512.87	c cleaning 191992 clauses out of 384028 with flag 53309832/18711833
2541.95/2540.37	c cleaning 192999 clauses out of 386036 with flag 53867125/18905833
2569.82/2568.26	c cleaning 194011 clauses out of 388044 with flag 54414921/19100840
2596.32/2594.74	c cleaning 195006 clauses out of 390026 with flag 54957079/19296833
2625.37/2623.69	c cleaning 195992 clauses out of 392024 with flag 55507412/19493837
2653.79/2652.07	c cleaning 197003 clauses out of 394028 with flag 56086859/19691833
2680.54/2678.62	c cleaning 197989 clauses out of 396025 with flag 56683951/19890833
2707.98/2706.11	c cleaning 199009 clauses out of 398036 with flag 57292910/20090833
2735.64/2733.55	c cleaning 200011 clauses out of 400027 with flag 57908271/20291833
2761.75/2759.69	c cleaning 201001 clauses out of 402016 with flag 58511692/20493833
2791.12/2788.84	c cleaning 201989 clauses out of 404018 with flag 59091930/20696836
2820.53/2818.24	c cleaning 202983 clauses out of 406027 with flag 59676592/20900834
2851.88/2849.66	c cleaning 204011 clauses out of 408043 with flag 60270989/21105833
2882.94/2880.59	c cleaning 205000 clauses out of 410034 with flag 60867823/21311835
2914.84/2912.40	c cleaning 206016 clauses out of 412034 with flag 61471915/21518835
2945.91/2943.35	c cleaning 206999 clauses out of 414017 with flag 62078025/21726834
2975.88/2973.37	c cleaning 207998 clauses out of 416019 with flag 62678753/21935835
3003.88/3001.31	c cleaning 209004 clauses out of 418024 with flag 63281042/22145838
3036.03/3033.36	c cleaning 209998 clauses out of 420016 with flag 63901209/22356834
3068.32/3065.62	c cleaning 211002 clauses out of 422017 with flag 64531075/22568833
3101.35/3098.50	c cleaning 211993 clauses out of 424015 with flag 65155069/22781833
3133.23/3130.45	c cleaning 213000 clauses out of 426025 with flag 65783386/22995836
3166.18/3163.27	c cleaning 214007 clauses out of 428022 with flag 66417648/23210833
3197.65/3194.77	c cleaning 214986 clauses out of 430015 with flag 67047910/23426833
3228.23/3225.38	c cleaning 216013 clauses out of 432030 with flag 67679380/23643834
3261.00/3257.91	c cleaning 217010 clauses out of 434019 with flag 68307386/23861836
3294.86/3291.80	c cleaning 217993 clauses out of 436007 with flag 68928331/24080834
3327.15/3324.12	c cleaning 218995 clauses out of 438013 with flag 69548865/24300833
3358.46/3355.39	c cleaning 219992 clauses out of 440018 with flag 70159549/24521833
3391.33/3388.27	c cleaning 220985 clauses out of 442026 with flag 70780655/24743833
3423.98/3420.98	c cleaning 222017 clauses out of 444041 with flag 71416599/24966833
3456.05/3452.81	c cleaning 223006 clauses out of 446024 with flag 72051371/25190833
3491.53/3488.33	c cleaning 223998 clauses out of 448018 with flag 72715951/25415833
3526.80/3523.67	c cleaning 224996 clauses out of 450020 with flag 73376210/25641833
3562.01/3558.79	c cleaning 226011 clauses out of 452025 with flag 74047952/25868834
3597.00/3593.72	c cleaning 226999 clauses out of 454014 with flag 74723270/26096834
3600.09/3596.80	c starts		: 496
3600.09/3596.81	c conflicts		: 26123536
3600.09/3596.81	c decisions		: 67131413
3600.09/3596.81	c propagations		: 12008934456
3600.09/3596.81	c inspects		: 85150343994
3600.09/3596.81	c shortcuts		: 0
3600.09/3596.81	c learnt literals	: 0
3600.09/3596.81	c learnt binary clauses	: 0
3600.09/3596.81	c learnt ternary clauses	: 17
3600.09/3596.81	c learnt constraints	: 26123536
3600.09/3596.81	c ignored constraints	: 0
3600.09/3596.81	c root simplifications	: 0
3600.09/3596.81	c removed literals (reason simplification)	: 1569918
3600.09/3596.81	c reason swapping (by a shorter reason)	: 0
3600.09/3596.81	c Calls to reduceDB	: 224
3600.09/3596.81	c Number of update (reduction) of LBD	: 7088796
3600.09/3596.81	c Imported unit clauses	: 0
3600.09/3596.81	c No decision after first conflict	: false
3600.09/3596.81	c number of reductions to clauses (during analyze)	: 0
3600.09/3596.81	c number of learned constraints concerned by reduction	: 0
3600.09/3596.81	c number of learning phase by resolution	: 0
3600.09/3596.81	c number of learning phase by cutting planes	: 0
3600.09/3596.81	c number of rounding to 1 operations	: 0
3600.09/3596.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3596.81	c number of reductions of the coefficients by power 2 	: 0
3600.09/3596.81	c number of right shift for reduction by power 2 	: 0
3600.09/3596.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3596.81	c number of ending skipping 	: 0
3600.09/3596.81	c number of internal skipping 	: 0
3600.09/3596.81	c number of derivation steps 	: 0
3600.09/3596.81	c number of skipped derivation steps 	: 0
3600.09/3596.81	c number of remaining unassigned 	: 0
3600.09/3596.81	c number of remaining assigned 	: 0
3600.09/3596.81	c number of falsified literals weakened from reason	: 0
3600.09/3596.81	c number of falsified literals weakened from conflict	: 0
3600.09/3596.81	c time for arithmetic operations	: 0
3600.09/3596.81	c minimum degree of deleted constraints	: null
3600.09/3596.81	c maximum degree of deleted constraints	: null
3600.09/3596.81	c number of deleted constraints	: 0
3600.09/3596.81	c speed (assignments/second)	: 3338902.6841765624
3600.09/3596.81	c non guided choices	: 0
3600.09/3596.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 253717
3600.09/3596.86	s SATISFIABLE
3600.09/3596.86	c Found 5 solution(s)
3600.09/3596.86	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 
3600.09/3596.86	c objective function=28
3600.09/3596.86	c Total wall clock time (in seconds): 3596.772

Verifier Data

OK	28

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

running on 4 cores: 44-47

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-4,6-7,9-11,13-16,18,21-24,26-28,30-31,33-36,38,40,42,49-51,53-59,63
  3550 MHz: 25,37,44-47,60-62
  3600 MHz: 1,5,8,12,17,19-20,29,32,39,41,43,48,52
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 44-47

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (108642 MiB free)
  node 1: cores 8-15, 129019 MiB (100771 MiB free)
  node 2: cores 16-23, 129019 MiB (106854 MiB free)
  node 3: cores 24-31, 129003 MiB (112945 MiB free)
  node 4: cores 32-39, 129019 MiB (112073 MiB free)
  node 5: cores 40-47, 128973 MiB (118437 MiB free)
  node 6: cores 48-55, 129019 MiB (110572 MiB free)
  node 7: cores 56-63, 128474 MiB (105807 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=2555855, runsolver pid=2555852
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 14.64 14.51 14.56 15/1167 2555876
/proc/meminfo: memFree=897117132/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=34900044 memory=59884 CPUtime=0.18 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 7794 0 0 0 17 1 0 0 20 0 19 0 223314622 35737645056 14520 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8725011 14971 6226 1 0 33031 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=34900044 memory=5895516205 CPUtime=0.08 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 3183 0 0 0 8 0 0 0 20 0 19 0 223314624 35737645056 14520 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=34900044 memory=211409963848 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 223314625 35737645056 14520 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=34900044 memory=18924 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 223314625 35737645056 14520 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=34900044 memory=19272 CPUtime=0 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 223314625 35737645056 14520 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=34900044 memory=19843 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 223314625 35737645056 14520 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=34900044 memory=18330 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 223314625 35737645056 14520 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 59884 KiB

[startup+0.215173 s]*
/proc/loadavg: 14.64 14.51 14.56 18/1169 2555878
/proc/meminfo: memFree=897103688/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35033172 memory=75404 CPUtime=0.56 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 9123 0 0 0 54 2 0 0 20 0 21 0 223314622 35873968128 18370 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8758293 18851 6257 1 0 36520 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35033172 memory=3184097923301336704 CPUtime=0.2 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 3301 0 0 0 20 0 0 0 20 0 21 0 223314624 35873968128 18370 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35033172 memory=207114994037 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 18370 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35033172 memory=59580625471534 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 18370 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35033172 memory=55191185672470 CPUtime=0 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 18370 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35033172 memory=61783994026638 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 18370 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35033172 memory=60714614276812 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 18370 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35033172 memory=15252649477934529 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314637 35873968128 18370 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 75404 KiB

[startup+0.313855 s]*
/proc/loadavg: 14.64 14.51 14.56 20/1169 2555878
/proc/meminfo: memFree=897088880/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35033172 memory=81516 CPUtime=0.85 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 9649 0 0 0 83 2 0 0 20 0 21 0 223314622 35873968128 19884 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8758293 20379 6272 1 0 37059 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35033172 memory=3184097923301336704 CPUtime=0.29 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 3303 0 0 0 29 0 0 0 20 0 21 0 223314624 35873968128 19884 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35033172 memory=6878122738016584053 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 19884 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35033172 memory=59580625471534 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 19884 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35033172 memory=55191185672470 CPUtime=0 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 19884 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35033172 memory=61783994026638 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 19884 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35033172 memory=60714614276812 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314625 35873968128 19884 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35033172 memory=15252649477934529 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314637 35873968128 19884 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 0.85 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 81516 KiB

[startup+0.700164 s]
/proc/loadavg: 14.91 14.56 14.58 15/1169 2555878
/proc/meminfo: memFree=896484312/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35033172 memory=83712 CPUtime=1.42 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 9708 0 0 0 140 2 0 0 20 0 20 0 223314622 35873968128 20557 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8758293 20928 6272 1 0 37302 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35033172 memory=4576 CPUtime=0.66 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 3304 0 0 0 66 0 0 0 20 0 20 0 223314624 35873968128 20557 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35033172 memory=4339 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 223314625 35873968128 20557 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35033172 memory=5152 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 223314625 35873968128 20557 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35033172 memory=4576 CPUtime=0 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 223314625 35873968128 20557 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35033172 memory=3028 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 223314625 35873968128 20557 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35033172 memory=0 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 223314625 35873968128 20557 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35033172 memory=0 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 223314637 35873968128 20557 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 83712 KiB

[startup+1.50018 s]
/proc/loadavg: 14.91 14.56 14.58 15/1169 2555879
/proc/meminfo: memFree=896484884/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35099736 memory=90260 CPUtime=2.42 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 12463 0 0 0 240 2 0 0 20 0 21 0 223314622 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8774934 22565 6272 1 0 42763 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35099736 memory=4576 CPUtime=1.46 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 3574 0 0 0 146 0 0 0 20 0 21 0 223314624 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35099736 memory=5152 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35099736 memory=245652261580 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314637 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 90260 KiB

[startup+3.11255 s]
/proc/loadavg: 14.91 14.56 14.58 18/1169 2555880
/proc/meminfo: memFree=896450708/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35099736 memory=90344 CPUtime=4.04 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 12707 0 0 0 402 2 0 0 20 0 21 0 223314622 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8774934 22586 6272 1 0 42771 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35099736 memory=0 CPUtime=3.06 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 3755 0 0 0 306 0 0 0 20 0 21 0 223314624 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35099736 memory=4576 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35099736 memory=4769 CPUtime=0 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35099736 memory=219882455346 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35099736 memory=83752 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314625 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35099736 memory=4500 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223314637 35942129664 22138 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 4.04 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 90344 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=903775020/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35166300 memory=598668 CPUtime=3345.48 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 82144 0 0 0 334504 44 0 0 20 0 23 0 223314622 36010291200 149458 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8791575 149667 6262 1 0 161163 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35166300 memory=547768 CPUtime=3328.78 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 24115 0 0 0 332876 2 0 0 20 0 23 0 223314624 36010291200 149458 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35166300 memory=581280 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 149458 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35166300 memory=598380 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 149458 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35166300 memory=-7451584339144566367 CPUtime=0.07 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 64 0 0 0 5 2 0 0 20 0 23 0 223314625 36010291200 149458 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35166300 memory=11676 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 149458 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35166300 memory=598640 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 354 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 149458 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35166300 memory=3768 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223314637 36010291200 149458 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 3345.48 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 598668 KiB

[startup+3402.3 s]
/proc/loadavg: 14.63 14.47 14.41 15/1168 2556745
/proc/meminfo: memFree=903755004/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35166300 memory=615152 CPUtime=3405.41 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 82201 0 0 0 340497 44 0 0 20 0 23 0 223314622 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8791575 153788 6262 1 0 165347 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35166300 memory=581280 CPUtime=3388.53 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 24115 0 0 0 338851 2 0 0 20 0 23 0 223314624 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35166300 memory=-7451584339144566367 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35166300 memory=15336 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35166300 memory=615148 CPUtime=0.08 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 64 0 0 0 5 3 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35166300 memory=-9073787226709147803 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35166300 memory=615152 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 354 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35166300 memory=615152 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223314637 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 3405.41 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 615152 KiB

[startup+3462.3 s]
/proc/loadavg: 14.33 14.42 14.39 15/1167 2556981
/proc/meminfo: memFree=921983368/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35166300 memory=615488 CPUtime=3465.54 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 82638 0 0 0 346509 45 0 0 20 0 23 0 223314622 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8791575 153872 6262 1 0 165347 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35166300 memory=581280 CPUtime=3448.3 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 24379 0 0 0 344828 2 0 0 20 0 23 0 223314624 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35166300 memory=-7451584339144566367 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35166300 memory=159452 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35166300 memory=15336 CPUtime=0.08 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 64 0 0 0 5 3 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35166300 memory=615152 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35166300 memory=15336 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 354 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35166300 memory=5152 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223314637 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 3465.54 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 615488 KiB

[startup+3522.3 s]
/proc/loadavg: 14.49 14.45 14.40 15/1147 2557159
/proc/meminfo: memFree=922402652/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35166300 memory=615488 CPUtime=3525.51 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 83669 0 0 0 352506 45 0 0 20 0 23 0 223314622 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8791575 153872 6262 1 0 165347 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35166300 memory=581280 CPUtime=3508.05 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 24694 0 0 0 350803 2 0 0 20 0 23 0 223314624 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35166300 memory=615488 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35166300 memory=5320 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35166300 memory=615488 CPUtime=0.08 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 70 0 0 0 5 3 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35166300 memory=3768 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35166300 memory=1972 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 394 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35166300 memory=615488 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223314637 36010291200 153665 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 3525.51 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 615488 KiB

[startup+3582.3 s]
/proc/loadavg: 14.18 14.36 14.37 15/1172 2557297
/proc/meminfo: memFree=921575376/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35166300 memory=631712 CPUtime=3585.58 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 86709 0 0 0 358513 45 0 0 20 0 23 0 223314622 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8791575 157928 6262 1 0 169531 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35166300 memory=11676 CPUtime=3567.85 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 25738 0 0 0 356783 2 0 0 20 0 23 0 223314624 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35166300 memory=159452 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35166300 memory=3460 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35166300 memory=15336 CPUtime=0.08 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 70 0 0 0 5 3 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35166300 memory=-7451584339144566367 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35166300 memory=631712 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 394 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35166300 memory=3940 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223314637 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 3585.58 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 631712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.8 s]
/proc/loadavg: 14.15 14.35 14.37 15/1173 2557303
/proc/meminfo: memFree=921527540/1055320700 swapFree=33390400/33554428
[pid=2555855] ppid=2555852 vsize=35166300 memory=631724 CPUtime=3600.09 cores=44-47
/proc/2555855/stat : 2555855 (java) S 2555852 2555855 2551135 0 -1 4194304 86746 0 0 0 359964 45 0 0 20 0 23 0 223314622 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
/proc/2555855/statm: 8791575 157931 6262 1 0 169531 0
[pid=2555855/tid=2555857] ppid=2555852 vsize=35166300 memory=0 CPUtime=3582.28 cores=44-47
/proc/2555855/task/2555857/stat : 2555857 (java) R 2555852 2555855 2551135 0 -1 4194368 25740 0 0 0 358226 2 0 0 20 0 23 0 223314624 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 0 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555868] ppid=2555852 vsize=35166300 memory=5152 CPUtime=0 cores=44-47
/proc/2555855/task/2555868/stat : 2555868 (Referen..andler) S 2555852 2555855 2551135 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555869] ppid=2555852 vsize=35166300 memory=3768 CPUtime=0 cores=44-47
/proc/2555855/task/2555869/stat : 2555869 (Finalizer) S 2555852 2555855 2551135 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555872] ppid=2555852 vsize=35166300 memory=15336 CPUtime=0.08 cores=44-47
/proc/2555855/task/2555872/stat : 2555872 (Monitor..Thread) S 2555852 2555855 2551135 0 -1 4194368 70 0 0 0 5 3 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555875] ppid=2555852 vsize=35166300 memory=159452 CPUtime=0 cores=44-47
/proc/2555855/task/2555875/stat : 2555875 (Notific..Thread) S 2555852 2555855 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555876] ppid=2555852 vsize=35166300 memory=631724 CPUtime=0 cores=44-47
/proc/2555855/task/2555876/stat : 2555876 (Common-Cleaner) S 2555852 2555855 2551135 0 -1 4194368 394 0 0 0 0 0 0 0 20 0 23 0 223314625 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
[pid=2555855/tid=2555878] ppid=2555852 vsize=35166300 memory=660936 CPUtime=0 cores=44-47
/proc/2555855/task/2555878/stat : 2555878 (Timer-0) S 2555852 2555855 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223314637 36010291200 157806 18446744073709551615 94246550343680 94246550347376 140720867823456 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94246550355240 94246550355984 94246566498304 140720867825876 140720867826016 140720867826016 140720867831752 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 631724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.8 s, system=0.466138 s

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

Child status: 143

Real time (s): 3596.87
CPU time (s): 3600.27
CPU user time (s): 3599.8
CPU system time (s): 0.466138
CPU usage (%): 100.094
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 631724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.8
system time used= 0.466138
maximum resident set size= 632248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88790
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81990
involuntary context switches= 3048


# summary of solver processes directly reported to runsolver:
#   pid: 2555855
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3599.8
#   total CPU system time (s): 0.466138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2307 second user time and 40.9866 second system time

The end

Launcher Data

Begin job on nodeE009 at 2026-07-01 12:04:30
IDJOB=4816664
IDBENCH=148591
IDSOLVER=3602
FILE ID=nodeE009/4816664-1782900270
RUNJOBID= nodeE009-1782896553-2551156
SLURM_JOB_ID= 12542978
Free space on /tmp= 796576 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4816664-1782900270/watcher-4816664-1782900270 -o /tmp/evaluation-result-4816664-1782900270/solver-4816664-1782900270 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4816664-1782900270/vars-4816664-1782900270 --bin-var /tmp/runsolver-exch-nodeE009-1782896553-2551156 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4816664-1782900270.opb

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

MD5SUM BENCH= 30f5e6fd6c1fbd729519f2b664d936a1
RANDOM SEED=674149089

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.061
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		: 3571.273
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3564.481
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:        897132380 kB
MemAvailable:   1015533440 kB
Buffers:              32 kB
Cached:         122641108 kB
SwapCached:        29612 kB
Active:         33870288 kB
Inactive:       121055428 kB
Active(anon):   32633012 kB
Inactive(anon):   425716 kB
Active(file):    1237276 kB
Inactive(file): 120629712 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33390400 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               624 kB
Writeback:             0 kB
AnonPages:      32250220 kB
Mapped:           198072 kB
Shmem:            774148 kB
KReclaimable:    1353396 kB
Slab:            1894472 kB
SReclaimable:    1353396 kB
SUnreclaim:       541076 kB
KernelStack:       19328 kB
PageTables:        72700 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   42508448 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482672 kB
VmallocChunk:          0 kB
Percpu:           121088 kB
HardwareCorrupted:     0 kB
AnonHugePages:  31074304 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:      395716 kB
DirectMap2M:    18800640 kB
DirectMap1G:    1054867456 kB

Free space on /tmp at the end= 796572 MiB
End job on nodeE009 at 2026-07-01 13:04:27