Trace number 4819943

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2026-06-10MSAT (TO) 3600.18 3543.99

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/spot5/
normalized-spot5-509_wcsp.wbo
MD5SUM506a92b17493b20cc36a94510db5babf
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT TO
Best cost obtained on this benchmark36458
Best CPU time to get the best result obtained on this benchmark3600.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1000
Total number of constraints12591
Number of soft constraints12243
Number of constraints which are clauses12243
Number of constraints which are cardinality constraints (but not clauses)348
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 55572
Min constraint cost 1
Max constraint cost 55572
Sum of constraints costs 661084511
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.05	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.08	c Pseudo Boolean Optimization by upper bound
0.00/0.08	c --- Begin Solver configuration ---
0.00/0.08	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.08	c Expensive reason simplification
0.00/0.08	c Glucose 2.1 dynamic restart strategy
0.00/0.08	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.08	c timeout=2147483s
0.00/0.08	c DB Simplification allowed=false
0.00/0.08	c Listener: none
0.00/0.08	c --- End Solver configuration ---
0.00/0.08	c solving HOME/instance-4819943-1782927079.wbo
0.00/0.08	c reading problem ... 
0.18/0.18	c ... done. Wall clock time 0.093s.
0.18/0.18	c declared #vars     1000
0.18/0.18	c internal #vars     13243
0.18/0.18	c #constraints  12940
0.18/0.18	c constraints type 
0.18/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 740
0.18/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 152
0.18/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.18/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12047
0.18/0.18	c 12940 constraints processed.
0.18/0.19	c objective function length is 12243 literals
0.55/0.24	c SATISFIABLE
0.55/0.24	c OPTIMIZING...
0.55/0.24	c Got one! Elapsed wall clock time (in seconds):0.158
0.55/0.24	o 40478
0.55/0.29	c Got one! Elapsed wall clock time (in seconds):0.203
0.55/0.29	o 40477
1.95/0.99	c cleaning 2513 clauses out of 5026 with flag 15424/5026
2.86/1.60	c cleaning 4255 clauses out of 8514 with flag 31927/11027
3.71/2.42	c cleaning 5629 clauses out of 11257 with flag 50941/18025
4.64/3.35	c cleaning 6814 clauses out of 13628 with flag 71288/26025
5.83/4.41	c cleaning 7908 clauses out of 15815 with flag 95355/35026
6.97/5.57	c cleaning 8952 clauses out of 17906 with flag 120559/45025
8.27/6.87	c cleaning 9977 clauses out of 19954 with flag 146889/56025
9.67/8.24	c cleaning 10987 clauses out of 21978 with flag 179014/68026
11.23/9.78	c cleaning 11993 clauses out of 23990 with flag 215269/81025
13.03/11.54	c cleaning 13000 clauses out of 25999 with flag 248916/95027
14.91/13.39	c cleaning 13997 clauses out of 27997 with flag 282931/110025
17.03/15.40	c cleaning 14995 clauses out of 30000 with flag 320960/126025
19.29/17.65	c cleaning 15998 clauses out of 32005 with flag 371608/143025
21.76/19.97	c cleaning 17003 clauses out of 34009 with flag 413763/161027
24.44/22.52	c cleaning 18002 clauses out of 36006 with flag 463727/180027
27.07/25.14	c cleaning 19000 clauses out of 38002 with flag 514820/200025
29.80/27.88	c cleaning 19998 clauses out of 40005 with flag 568657/221028
32.86/30.74	c cleaning 20998 clauses out of 42004 with flag 621940/243025
35.76/33.60	c cleaning 22003 clauses out of 44010 with flag 674575/266029
38.65/36.57	c cleaning 22998 clauses out of 46003 with flag 742129/290025
41.64/39.59	c cleaning 23999 clauses out of 48006 with flag 799479/315026
45.14/42.92	c cleaning 25004 clauses out of 50007 with flag 866211/341026
48.93/46.76	c cleaning 25995 clauses out of 52003 with flag 929382/368026
52.82/50.68	c cleaning 27003 clauses out of 54009 with flag 1003821/396027
56.81/54.62	c cleaning 27999 clauses out of 56006 with flag 1083901/425027
61.31/58.91	c cleaning 28997 clauses out of 58006 with flag 1178937/455026
65.32/62.90	c cleaning 30000 clauses out of 60008 with flag 1273219/486025
69.93/67.55	c cleaning 30997 clauses out of 62009 with flag 1353587/518026
74.80/72.21	c cleaning 32003 clauses out of 64011 with flag 1440154/551025
79.29/76.75	c cleaning 33004 clauses out of 66010 with flag 1526266/585027
84.07/81.30	c cleaning 34003 clauses out of 68007 with flag 1615986/620028
89.87/87.13	c cleaning 34992 clauses out of 70001 with flag 1736238/656025
96.09/93.23	c cleaning 36000 clauses out of 72010 with flag 1852127/693026
101.62/98.69	c cleaning 37000 clauses out of 74009 with flag 1982374/731025
107.95/104.60	c cleaning 38001 clauses out of 76010 with flag 2096563/770026
114.20/110.84	c cleaning 39001 clauses out of 78010 with flag 2206841/810027
120.36/116.91	c cleaning 39999 clauses out of 80008 with flag 2318925/851026
126.16/122.52	c cleaning 41001 clauses out of 82009 with flag 2468176/893026
131.64/127.96	c cleaning 41998 clauses out of 84007 with flag 2605593/936025
138.00/134.20	c cleaning 42997 clauses out of 86009 with flag 2735065/980025
144.61/140.84	c cleaning 44006 clauses out of 88013 with flag 2854000/1025026
152.33/148.05	c cleaning 44998 clauses out of 90007 with flag 2971169/1071026
159.91/155.53	c cleaning 46001 clauses out of 92009 with flag 3079607/1118026
167.27/162.88	c cleaning 46997 clauses out of 94007 with flag 3195022/1166025
174.68/170.09	c cleaning 48003 clauses out of 96011 with flag 3314063/1215026
183.75/179.02	c cleaning 49004 clauses out of 98007 with flag 3431766/1265025
193.47/188.11	c cleaning 49999 clauses out of 100004 with flag 3558599/1316026
202.58/197.19	c cleaning 51002 clauses out of 102005 with flag 3694552/1368026
211.98/206.41	c cleaning 51999 clauses out of 104003 with flag 3871085/1421026
221.08/215.36	c cleaning 53002 clauses out of 106004 with flag 4035184/1475026
230.32/224.42	c cleaning 53999 clauses out of 108001 with flag 4182132/1530025
239.84/233.56	c cleaning 54995 clauses out of 110003 with flag 4332120/1586026
248.77/242.30	c cleaning 56001 clauses out of 112008 with flag 4504150/1643026
257.57/250.96	c cleaning 57002 clauses out of 114006 with flag 4683012/1701025
266.77/260.09	c cleaning 57999 clauses out of 116004 with flag 4857558/1760025
275.69/268.21	c cleaning 58995 clauses out of 118006 with flag 5076423/1820026
286.16/278.67	c cleaning 60001 clauses out of 120012 with flag 5294448/1881027
295.76/288.08	c cleaning 60999 clauses out of 122010 with flag 5498193/1943026
305.80/297.90	c cleaning 62001 clauses out of 124011 with flag 5720569/2006026
316.32/307.72	c cleaning 63004 clauses out of 126011 with flag 5967233/2070027
325.76/317.05	c cleaning 63998 clauses out of 128008 with flag 6188272/2135028
338.07/329.27	c cleaning 65000 clauses out of 130007 with flag 6376105/2201025
348.12/339.10	c cleaning 66001 clauses out of 132008 with flag 6584177/2268026
360.01/350.48	c cleaning 66997 clauses out of 134006 with flag 6824585/2336025
369.91/360.29	c cleaning 68001 clauses out of 136009 with flag 7084460/2405025
382.50/372.68	c cleaning 69003 clauses out of 138009 with flag 7271721/2475026
395.36/384.63	c cleaning 70001 clauses out of 140005 with flag 7497993/2546025
406.52/395.68	c cleaning 70995 clauses out of 142005 with flag 7721096/2618026
418.48/407.45	c cleaning 72001 clauses out of 144009 with flag 7926137/2691025
431.41/419.66	c cleaning 73004 clauses out of 146008 with flag 8164768/2765025
444.01/432.16	c cleaning 73999 clauses out of 148004 with flag 8402543/2840025
456.45/444.68	c cleaning 74999 clauses out of 150005 with flag 8638479/2916025
471.07/459.07	c cleaning 76003 clauses out of 152006 with flag 8874534/2993025
483.81/471.87	c cleaning 76998 clauses out of 154003 with flag 9123562/3071025
497.77/485.56	c cleaning 77999 clauses out of 156005 with flag 9349953/3150025
509.53/497.37	c cleaning 79003 clauses out of 158007 with flag 9595225/3230026
523.34/510.90	c cleaning 80001 clauses out of 160004 with flag 9862729/3311026
537.10/524.72	c cleaning 80996 clauses out of 162004 with flag 10178155/3393027
551.39/538.64	c cleaning 82000 clauses out of 164006 with flag 10449802/3476025
565.86/553.18	c cleaning 83001 clauses out of 166006 with flag 10707110/3560025
580.73/568.04	c cleaning 84003 clauses out of 168007 with flag 10999513/3645027
595.46/582.63	c cleaning 84995 clauses out of 170003 with flag 11265335/3731026
609.42/596.65	c cleaning 85997 clauses out of 172008 with flag 11560411/3818026
629.37/616.27	c cleaning 87002 clauses out of 174012 with flag 11830081/3906027
647.90/634.33	c cleaning 87999 clauses out of 176008 with flag 12121644/3995025
663.84/650.06	c cleaning 88998 clauses out of 178010 with flag 12446104/4085026
680.65/666.75	c cleaning 90000 clauses out of 180011 with flag 12803618/4176025
699.56/685.11	c cleaning 91001 clauses out of 182013 with flag 13083408/4268027
717.61/702.90	c cleaning 91995 clauses out of 184011 with flag 13403415/4361026
733.81/718.94	c cleaning 93008 clauses out of 186016 with flag 13700177/4455026
751.96/737.15	c cleaning 93999 clauses out of 188008 with flag 13992559/4550026
771.16/756.29	c cleaning 95001 clauses out of 190008 with flag 14294177/4646025
790.68/775.43	c cleaning 96003 clauses out of 192008 with flag 14620504/4743026
807.03/791.82	c cleaning 97003 clauses out of 194005 with flag 14948762/4841026
823.92/808.54	c cleaning 97996 clauses out of 196002 with flag 15269035/4940026
841.16/825.80	c cleaning 99003 clauses out of 198005 with flag 15596598/5040025
859.77/844.09	c cleaning 99994 clauses out of 200002 with flag 15928659/5141025
880.71/864.61	c cleaning 101002 clauses out of 202009 with flag 16357873/5243026
900.25/883.96	c cleaning 101999 clauses out of 204007 with flag 16681523/5346026
924.03/906.99	c cleaning 103004 clauses out of 206009 with flag 16968520/5450027
943.87/926.56	c cleaning 103998 clauses out of 208004 with flag 17418978/5555026
964.81/947.53	c cleaning 105000 clauses out of 210005 with flag 17841709/5661025
985.35/967.99	c cleaning 105998 clauses out of 212005 with flag 18270228/5768025
1007.90/990.37	c cleaning 106997 clauses out of 214007 with flag 18660423/5876025
1027.03/1009.53	c cleaning 108005 clauses out of 216011 with flag 19063497/5985026
1047.02/1029.40	c cleaning 109001 clauses out of 218005 with flag 19442024/6095025
1068.45/1050.95	c cleaning 110001 clauses out of 220005 with flag 19850559/6206026
1091.45/1073.75	c cleaning 110996 clauses out of 222003 with flag 20212883/6318025
1113.08/1095.47	c cleaning 112000 clauses out of 224007 with flag 20598989/6431025
1143.36/1125.43	c cleaning 113004 clauses out of 226008 with flag 20934761/6545026
1169.18/1150.85	c cleaning 113999 clauses out of 228003 with flag 21376120/6660025
1194.46/1175.01	c cleaning 114997 clauses out of 230004 with flag 21750782/6776025
1231.09/1211.58	c cleaning 116002 clauses out of 232007 with flag 22118779/6893025
1254.40/1234.65	c cleaning 116999 clauses out of 234007 with flag 22511181/7011027
1282.03/1262.03	c cleaning 118001 clauses out of 236006 with flag 22924755/7130025
1304.61/1284.38	c cleaning 119000 clauses out of 238006 with flag 23321465/7250026
1336.89/1316.41	c cleaning 120000 clauses out of 240005 with flag 23679412/7371025
1363.12/1342.59	c cleaning 120997 clauses out of 242005 with flag 24070876/7493025
1387.48/1365.63	c cleaning 121999 clauses out of 244009 with flag 24454280/7616026
1411.74/1389.74	c cleaning 123003 clauses out of 246009 with flag 24788638/7740025
1434.59/1412.20	c cleaning 123999 clauses out of 248006 with flag 25174114/7865025
1459.51/1436.95	c cleaning 124997 clauses out of 250007 with flag 25512194/7991025
1488.19/1465.47	c cleaning 125996 clauses out of 252010 with flag 25896972/8118025
1516.37/1493.51	c cleaning 127003 clauses out of 254014 with flag 26400354/8246025
1546.07/1523.25	c cleaning 128004 clauses out of 256012 with flag 26936463/8375026
1576.13/1552.06	c cleaning 129000 clauses out of 258007 with flag 27367024/8505025
1602.15/1577.83	c cleaning 129998 clauses out of 260007 with flag 27842882/8636025
1628.98/1604.65	c cleaning 130999 clauses out of 262010 with flag 28245890/8768026
1657.93/1633.67	c cleaning 132005 clauses out of 264012 with flag 28672825/8901027
1688.59/1663.55	c cleaning 132994 clauses out of 266005 with flag 29074680/9035025
1714.78/1688.21	c cleaning 134006 clauses out of 268011 with flag 29479449/9170025
1746.52/1719.80	c cleaning 134998 clauses out of 270007 with flag 29988139/9306027
1773.28/1746.20	c cleaning 135997 clauses out of 272008 with flag 30455050/9443026
1797.37/1770.29	c cleaning 136999 clauses out of 274011 with flag 30941577/9581026
1824.15/1796.68	c cleaning 138007 clauses out of 276013 with flag 31397315/9720027
1854.87/1825.95	c cleaning 138999 clauses out of 278004 with flag 31816614/9860025
1886.44/1857.34	c cleaning 139998 clauses out of 280006 with flag 32277779/10001026
1915.71/1886.31	c cleaning 140998 clauses out of 282007 with flag 32707174/10143025
1947.10/1917.64	c cleaning 142001 clauses out of 284011 with flag 33177295/10286027
1979.38/1948.15	c cleaning 143002 clauses out of 286008 with flag 33609736/10430025
2012.38/1980.90	c cleaning 144001 clauses out of 288008 with flag 34007138/10575027
2047.33/2015.69	c cleaning 145003 clauses out of 290006 with flag 34510120/10721026
2075.93/2043.96	c cleaning 145996 clauses out of 292002 with flag 35025598/10868025
2104.72/2071.51	c cleaning 147001 clauses out of 294006 with flag 35610075/11016025
2137.15/2103.70	c cleaning 147996 clauses out of 296005 with flag 36113462/11165025
2173.32/2137.95	c cleaning 148998 clauses out of 298010 with flag 36679907/11315026
2205.72/2170.08	c cleaning 150004 clauses out of 300011 with flag 37205857/11466025
2238.26/2202.15	c cleaning 150993 clauses out of 302008 with flag 37691560/11618026
2270.53/2233.24	c cleaning 152003 clauses out of 304015 with flag 38207341/11771026
2305.71/2268.16	c cleaning 153001 clauses out of 306011 with flag 38743054/11925025
2341.30/2303.38	c cleaning 154002 clauses out of 308010 with flag 39237345/12080025
2380.02/2340.85	c cleaning 155000 clauses out of 310009 with flag 39800061/12236026
2417.38/2377.75	c cleaning 156003 clauses out of 312008 with flag 40345419/12393025
2458.85/2417.92	c cleaning 157000 clauses out of 314005 with flag 40865473/12551025
2496.62/2455.27	c cleaning 157996 clauses out of 316005 with flag 41352643/12710025
2532.87/2490.29	c cleaning 159002 clauses out of 318010 with flag 41900218/12870026
2570.33/2527.19	c cleaning 160000 clauses out of 320007 with flag 42342859/13031025
2606.13/2561.60	c cleaning 160997 clauses out of 322009 with flag 42890947/13193027
2664.86/2619.98	c cleaning 161998 clauses out of 324012 with flag 43433035/13356027
2708.26/2662.06	c cleaning 163000 clauses out of 326012 with flag 43925260/13520025
2747.79/2699.81	c cleaning 163998 clauses out of 328013 with flag 44369494/13685026
2791.97/2742.15	c cleaning 165000 clauses out of 330014 with flag 44784675/13851025
2827.92/2777.75	c cleaning 166003 clauses out of 332017 with flag 45292887/14018028
2862.87/2812.31	c cleaning 166999 clauses out of 334011 with flag 45943454/14186025
2898.58/2847.70	c cleaning 168003 clauses out of 336014 with flag 46560599/14355027
2947.15/2896.09	c cleaning 169001 clauses out of 338009 with flag 47159409/14525025
2984.36/2932.98	c cleaning 169999 clauses out of 340010 with flag 47826560/14696027
3036.32/2984.53	c cleaning 171001 clauses out of 342009 with flag 48356271/14868025
3075.88/3023.73	c cleaning 172004 clauses out of 344008 with flag 48842638/15041025
3123.34/3069.23	c cleaning 172991 clauses out of 346004 with flag 49640855/15215025
3167.67/3113.31	c cleaning 174002 clauses out of 348013 with flag 50419719/15390025
3209.77/3155.39	c cleaning 175004 clauses out of 350012 with flag 50923813/15566026
3255.33/3200.76	c cleaning 175999 clauses out of 352008 with flag 51600031/15743026
3298.33/3243.60	c cleaning 176999 clauses out of 354009 with flag 52218078/15921026
3341.13/3286.02	c cleaning 178001 clauses out of 356009 with flag 52870398/16100025
3380.82/3325.84	c cleaning 178998 clauses out of 358009 with flag 53474447/16280026
3419.66/3364.43	c cleaning 179999 clauses out of 360010 with flag 54182938/16461025
3458.06/3402.93	c cleaning 181004 clauses out of 362011 with flag 54813602/16643025
3506.55/3451.26	c cleaning 181997 clauses out of 364008 with flag 55524509/16826026
3560.23/3504.50	c cleaning 183000 clauses out of 366011 with flag 56205099/17010026
3600.00/3543.90	c starts		: 8
3600.00/3543.91	c conflicts		: 17195027
3600.00/3543.91	c decisions		: 23684507
3600.00/3543.91	c propagations		: 2612260873
3600.00/3543.91	c inspects		: 18044050727
3600.00/3543.91	c shortcuts		: 0
3600.00/3543.91	c learnt literals	: 0
3600.00/3543.91	c learnt binary clauses	: 0
3600.00/3543.91	c learnt ternary clauses	: 128
3600.00/3543.91	c learnt constraints	: 17195027
3600.00/3543.91	c ignored constraints	: 0
3600.00/3543.91	c root simplifications	: 0
3600.00/3543.91	c removed literals (reason simplification)	: 19266704
3600.00/3543.91	c reason swapping (by a shorter reason)	: 0
3600.00/3543.91	c Calls to reduceDB	: 181
3600.00/3543.91	c Number of update (reduction) of LBD	: 1323841
3600.00/3543.91	c Imported unit clauses	: 0
3600.00/3543.91	c No decision after first conflict	: false
3600.00/3543.91	c number of reductions to clauses (during analyze)	: 0
3600.00/3543.91	c number of learned constraints concerned by reduction	: 0
3600.00/3543.91	c number of learning phase by resolution	: 0
3600.00/3543.91	c number of learning phase by cutting planes	: 0
3600.00/3543.91	c number of rounding to 1 operations	: 0
3600.00/3543.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3543.91	c number of reductions of the coefficients by power 2 	: 0
3600.00/3543.91	c number of right shift for reduction by power 2 	: 0
3600.00/3543.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3543.91	c number of ending skipping 	: 0
3600.00/3543.91	c number of internal skipping 	: 0
3600.00/3543.91	c number of derivation steps 	: 0
3600.00/3543.91	c number of skipped derivation steps 	: 0
3600.00/3543.91	c number of remaining unassigned 	: 0
3600.00/3543.91	c number of remaining assigned 	: 0
3600.00/3543.91	c number of falsified literals weakened from reason	: 0
3600.00/3543.91	c number of falsified literals weakened from conflict	: 0
3600.00/3543.91	c time for arithmetic operations	: 0
3600.00/3543.91	c minimum degree of deleted constraints	: null
3600.00/3543.91	c maximum degree of deleted constraints	: null
3600.00/3543.91	c number of deleted constraints	: 0
3600.00/3543.91	c speed (assignments/second)	: 737154.4539915666
3600.00/3543.91	c non guided choices	: 71
3600.00/3543.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 368012
3600.00/3543.96	s SATISFIABLE
3600.00/3543.96	c Found 2 solution(s)
3600.00/3543.96	v x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 x18 x19 -x20 -x21 x22 -x23 x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 x36 -x37 x38 x39 -x40 -x41 x42 x43 -x44 -x45 x46 -x47 x48 -x49 x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 x58 -x59 x60 x61 -x62 -x63 x64 -x65 x66 -x67 x68 -x69 x70 x71 -x72 -x73 x74 -x75 -x76 -x77 x78 -x79 x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 x88 -x89 x90 -x91 x92 -x93 -x94 -x95 x96 -x97 x98 -x99 x100 x101 -x102 -x103 x104 -x105 x106 x107 -x108 -x109 x110 -x111 x112 -x113 x114 -x115 x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 -x125 -x126 -x127 x128 -x129 x130 x131 -x132 -x133 x134 -x135 x136 -x137 x138 -x139 x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 x150 -x151 -x152 -x153 x154 -x155 x156 x157 -x158 -x159 x160 -x161 x162 -x163 x164 -x165 x166 -x167 x168 -x169 -x170 -x171 x172 -x173 x174 -x175 x176 x177 -x178 -x179 x180 -x181 x182 -x183 x184 -x185 x186 x187 -x188 -x189 x190 -x191 x192 -x193 x194 x195 -x196 x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 x220 -x221 -x222 -x223 x224 -x225 x226 -x227 x228 -x229 -x230 -x231 x232 -x233 x234 -x235 x236 -x237 -x238 -x239 x240 x241 -x242 -x243 x244 -x245 x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 x258 -x259 x260 -x261 x262 -x263 -x264 -x265 x266 x267 -x268 -x269 x270 -x271 x272 -x273 -x274 -x275 x276 -x277 x278 -x279 x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 x288 -x289 x290 -x291 x292 -x293 -x294 -x295 x296 -x297 x298 x299 -x300 -x301 x302 -x303 x304 -x305 -x306 -x307 x308 -x309 x310 -x311 x312 -x313 x314 -x315 x316 -x317 x318 x319 -x320 -x321 x322 -x323 x324 -x325 -x326 -x327 x328 -x329 x330 -x331 -x332 -x333 x334 -x335 x336 -x337 x338 x339 -x340 -x341 -x342 -x343 x344 -x345 x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 x362 -x363 x364 -x365 x366 -x367 -x368 -x369 x370 -x371 -x372 -x373 x374 -x375 x376 -x377 x378 -x379 x380 -x381 -x382 x383 -x384 x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 x402 x403 -x404 -x405 x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 x416 -x417 x418 -x419 -x420 -x421 -x422 -x423 x424 x425 -x426 -x427 x428 -x429 -x430 -x431 x432 -x433 x434 -x435 -x436 -x437 x438 x439 -x440 -x441 x442 -x443 x444 -x445 x446 -x447 x448 -x449 -x450 -x451 x452 -x453 x454 -x455 x456 -x457 -x458 -x459 x460 -x461 -x462 -x463 x464 -x465 x466 -x467 x468 -x469 x470 -x471 x472 x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 x482 -x483 x484 -x485 x486 -x487 -x488 -x489 x490 -x491 x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 x506 x507 -x508 -x509 x510 -x511 x512 -x513 -x514 -x515 x516 -x517 x518 -x519 x520 -x521 -x522 -x523 x524 -x525 x526 -x527 -x528 -x529 x530 -x531 x532 -x533 x534 -x535 -x536 x537 -x538 -x539 -x540 -x541 x542 -x543 x544 -x545 -x546 -x547 x548 -x549 x550 -x551 x552 -x553 x554 -x555 x556 -x557 -x558 -x559 x560 -x561 x562 -x563 -x564 -x565 x566 -x567 -x568 -x569 x570 -x571 x572 -x573 -x574 -x575 x576 -x577 -x578 -x579 x580 -x581 x582 -x583 x584 -x585 -x586 -x587 x588 -x589 x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 x598 -x599 -x600 -x601 x602 -x603 -x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 -x613 -x614 -x615 x616 x617 -x618 -x619 x620 -x621 -x622 -x623 x624 -x625 -x626 -x627 x628 -x629 x630 -x631 x632 -x633 -x634 -x635 x636 -x637 -x638 -x639 x640 -x641 -x642 -x643 x644 -x645 x646 -x647 x648 -x649 x650 -x651 x652 -x653 x654 -x655 -x656 -x657 x658 -x659 -x660 -x661 x662 -x663 x664 -x665 -x666 -x667 -x668 -x669 x670 -x671 x672 x673 -x674 -x675 x676 -x677 x678 -x679 -x680 -x681 x682 -x683 -x684 -x685 x686 -x687 -x688 -x689 x690 -x691 -x692 -x693 x694 -x695 -x696 -x697 x698 -x699 -x700 -x701 x702 -x703 x704 -x705 -x706 -x707 x708 -x709 -x710 -x711 x712 -x713 x714 -x715 x716 -x717 -x718 -x719 x720 -x721 -x722 -x723 x724 -x725 -x726 -x727 x728 -x729 x730 x731 -x732 -x733 -x734 -x735 x736 -x737 -x738 -x739 x740 -x741 -x742 -x743 x744 -x745 -x746 -x747 x748 -x749 -x750 -x751 x752 -x753 x754 -x755 x756 -x757 -x758 -x759 -x760 -x761 x762 -x763 -x764 -x765 x766 -x767 -x768 -x769 x770 -x771 -x772 -x773 x774 -x775 -x776 -x777 x778 -x779 x780 -x781 x782 -x783 x784 x785 -x786 -x787 -x788 -x789 x790 -x791 -x792 -x793 x794 -x795 x796 -x797 -x798 -x799 x800 -x801 x802 -x803 -x804 -x805 -x806 -x807 x808 -x809 -x810 -x811 x812 -x813 x814 -x815 x816 -x817 x818 -x819 -x820 -x821 x822 x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 x832 -x833 -x834 -x835 x836 -x837 x838 -x839 -x840 -x841 -x842 -x843 x844 -x845 -x846 -x847 x848 -x849 -x850 -x851 x852 -x853 x854 -x855 x856 -x857 x858 -x859 x860 -x861 -x862 -x863 x864 -x865 -x866 -x867 x868 -x869 -x870 -x871 x872 -x873 x874 -x875 x876 -x877 x878 -x879 x880 -x881 x882 -x883 x884 x885 -x886 -x887 -x888 -x889 -x890 -x891 x892 -x893 x894 -x895 -x896 -x897 x898 -x899 x900 -x901 -x902 -x903 -x904 -x905 x906 -x907 -x908 x909 -x910 -x911 -x912 -x913 x914 -x915 x916 -x917 -x918 -x919 x920 -x921 x922 -x923 -x924 -x925 x926 -x927 x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 x936 -x937 x938 x939 -x940 -x941 -x942 -x943 -x944 -x945 x946 -x947 -x948 -x949 x950 -x951 -x952 -x953 x954 -x955 -x956 x957 -x958 -x959 -x960 -x961 x962 -x963 x964 -x965 -x966 x967 -x968 -x969 -x970 -x971 -x972 x973 -x974 -x975 x976 -x977 -x978 -x979 x980 -x981 -x982 -x983 -x984 x985 -x986 -x987 x988 -x989 -x990 -x991 x992 -x993 -x994 -x995 x996 x997 -x998 -x999 x1000 
3600.00/3543.96	c objective function=40477
3600.00/3543.96	c Total wall clock time (in seconds): 3543.88

Verifier Data

OK	40477

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-4819943-1782927079/watcher-4819943-1782927079 -o /tmp/evaluation-result-4819943-1782927079/solver-4819943-1782927079 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4819943-1782927079/vars-4819943-1782927079 --bin-var /tmp/runsolver-exch-nodeE003-1782923054-2583605 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4819943-1782927079.wbo 

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 2-4,7-8,11,13-17,19-21,23-24,26-27,29-33,37,45-46,48-49,52,54,60-61
  3550 MHz: 0-1,22,40,50-51,56-58
  3600 MHz: 5-6,9-10,12,18,25,28,34-36,38-39,41-44,47,53,55,59,62-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (105454 MiB free)
  node 1: cores 8-15, 129019 MiB (111842 MiB free)
  node 2: cores 16-23, 129019 MiB (108632 MiB free)
  node 3: cores 24-31, 129003 MiB (111207 MiB free)
  node 4: cores 32-39, 129019 MiB (113167 MiB free)
  node 5: cores 40-47, 129019 MiB (107931 MiB free)
  node 6: cores 48-55, 128973 MiB (106095 MiB free)
  node 7: cores 56-63, 128474 MiB (103561 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=2589043, runsolver pid=2589040
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 16.13 16.37 16.41 20/1218 2589064
/proc/meminfo: memFree=888705052/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=34966608 memory=55488 CPUtime=0.18 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 6229 0 0 0 17 1 0 0 20 0 20 0 225995855 35805806592 13569 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8741652 13872 6175 1 0 31751 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 3118 0 0 0 8 0 0 0 20 0 20 0 225995856 35805806592 13569 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=34966608 memory=15361 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 225995857 35805806592 13569 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=34966608 memory=55186873909743 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 225995857 35805806592 13569 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=34966608 memory=52996457366118 CPUtime=0 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 225995857 35805806592 13569 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=34966608 memory=55195514176303 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 225995857 35805806592 13569 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=34966608 memory=14414804420920657 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 225995858 35805806592 13569 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 55488 KiB

[startup+0.213985 s]*
/proc/loadavg: 16.13 16.37 16.41 19/1221 2589067
/proc/meminfo: memFree=888676288/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35099736 memory=103072 CPUtime=0.55 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 9429 0 0 0 54 1 0 0 20 0 22 0 225995855 35942129664 25483 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8774934 25768 6238 1 0 45211 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35099736 memory=8386095037794055477 CPUtime=0.19 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 3255 0 0 0 19 0 0 0 20 0 22 0 225995856 35942129664 25483 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35099736 memory=219999910580 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 25483 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35099736 memory=15706 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 25483 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35099736 memory=20156 CPUtime=0 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 25483 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35099736 memory=20746 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 25483 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35099736 memory=31096 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995858 35942129664 25483 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35099736 memory=3906649687176000087 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995875 35942129664 25483 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 103072 KiB

[startup+0.31499 s]*
/proc/loadavg: 16.13 16.37 16.41 19/1221 2589067
/proc/meminfo: memFree=888661076/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35099736 memory=115684 CPUtime=0.88 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 12069 0 0 0 86 2 0 0 20 0 22 0 225995855 35942129664 28584 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8774934 28921 6254 1 0 81055 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35099736 memory=8389771804677338421 CPUtime=0.29 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 3318 0 0 0 29 0 0 0 20 0 22 0 225995856 35942129664 28584 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35099736 memory=219999910580 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 28584 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35099736 memory=15706 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 28584 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35099736 memory=20156 CPUtime=0 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 28584 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35099736 memory=20746 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 28584 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35099736 memory=31096 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995858 35942129664 28584 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35099736 memory=3906649687176000087 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995875 35942129664 28584 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 115684 KiB

[startup+0.700203 s]
/proc/loadavg: 16.13 16.37 16.41 19/1221 2589067
/proc/meminfo: memFree=888656168/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35099736 memory=135992 CPUtime=1.74 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 12518 0 0 0 172 2 0 0 20 0 22 0 225995855 35942129664 33708 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8774934 33998 6285 1 0 86719 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35099736 memory=4864 CPUtime=0.66 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 3328 0 0 0 66 0 0 0 20 0 22 0 225995856 35942129664 33708 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35099736 memory=4400 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 33708 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35099736 memory=5884 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 33708 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35099736 memory=3976 CPUtime=0 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 33708 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35099736 memory=4080 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 33708 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995858 35942129664 33708 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35099736 memory=147441932306069 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995875 35942129664 33708 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 135992 KiB

[startup+1.50019 s]
/proc/loadavg: 16.13 16.37 16.41 19/1221 2589067
/proc/meminfo: memFree=888635240/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35099736 memory=175576 CPUtime=2.76 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 14869 0 0 0 274 2 0 0 20 0 22 0 225995855 35942129664 43726 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8774934 43894 6285 1 0 87723 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35099736 memory=4864 CPUtime=1.46 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 3499 0 0 0 145 1 0 0 20 0 22 0 225995856 35942129664 43726 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 43726 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 43726 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 43726 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225995857 35942129664 43726 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995858 35942129664 43726 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35099736 memory=-8312670058677691230 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225995875 35942129664 43726 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 175576 KiB

[startup+3.11398 s]
/proc/loadavg: 16.13 16.37 16.41 17/1223 2589070
/proc/meminfo: memFree=888535272/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35166300 memory=247512 CPUtime=4.42 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 16419 0 0 0 440 2 0 0 20 0 23 0 225995855 36010291200 61679 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8791575 61878 6317 1 0 88012 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35166300 memory=0 CPUtime=3.05 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 3943 0 0 0 304 1 0 0 20 0 23 0 225995856 36010291200 61679 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35166300 memory=4864 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 61679 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35166300 memory=247512 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 61679 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 61679 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35166300 memory=140092 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 61679 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35166300 memory=140209207379611 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995858 36010291200 61679 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35166300 memory=140209207379612 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995875 36010291200 61679 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 247512 KiB

[startup+6.30017 s]

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

/proc/meminfo: memFree=891934316/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35166300 memory=6935900 CPUtime=3397.3 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 473994 0 0 0 339618 112 0 0 20 0 23 0 225995855 36010291200 1733846 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8791575 1733975 6273 1 0 1758385 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35166300 memory=6925660 CPUtime=3316.63 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 96623 0 0 0 331649 14 0 0 20 0 23 0 225995856 36010291200 1733846 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35166300 memory=11900 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1733846 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35166300 memory=15420 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1733846 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35166300 memory=6935900 CPUtime=0.11 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 163 0 0 0 5 6 0 0 20 0 23 0 225995857 36010291200 1733846 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35166300 memory=6935900 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1733846 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35166300 memory=6935900 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 912 0 0 0 0 0 0 0 20 0 23 0 225995858 36010291200 1733846 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35166300 memory=-7162509538062853991 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995875 36010291200 1733846 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 3397.3 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 6935900 KiB

[startup+3402.3 s]
/proc/loadavg: 3.25 8.57 13.04 3/831 2590658
/proc/meminfo: memFree=892284156/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35166300 memory=6946144 CPUtime=3457.47 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 477625 0 0 0 345635 112 0 0 20 0 23 0 225995855 36010291200 1736407 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8791575 1736536 6273 1 0 1758385 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35166300 memory=11900 CPUtime=3376.38 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 98098 0 0 0 337624 14 0 0 20 0 23 0 225995856 36010291200 1736407 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35166300 memory=15420 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1736407 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35166300 memory=6935900 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1736407 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35166300 memory=6946144 CPUtime=0.11 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 164 0 0 0 5 6 0 0 20 0 23 0 225995857 36010291200 1736407 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35166300 memory=1968 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1736407 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35166300 memory=6946144 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 938 0 0 0 0 0 0 0 20 0 23 0 225995858 36010291200 1736407 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35166300 memory=42448 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995875 36010291200 1736407 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 3457.47 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 6946144 KiB

[startup+3462.3 s]
/proc/loadavg: 2.06 7.27 12.31 2/804 2590697
/proc/meminfo: memFree=896172916/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35166300 memory=6950240 CPUtime=3517.63 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 481109 0 0 0 351650 113 0 0 20 0 23 0 225995855 36010291200 1737431 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8791575 1737560 6273 1 0 1758385 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35166300 memory=11900 CPUtime=3436.18 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 99932 0 0 0 343604 14 0 0 20 0 23 0 225995856 36010291200 1737431 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35166300 memory=15420 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1737431 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35166300 memory=6935900 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1737431 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35166300 memory=6950240 CPUtime=0.11 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 170 0 0 0 5 6 0 0 20 0 23 0 225995857 36010291200 1737431 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35166300 memory=3976 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1737431 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35166300 memory=6950240 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 954 0 0 0 0 0 0 0 20 0 23 0 225995858 36010291200 1737431 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35166300 memory=15420 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995875 36010291200 1737431 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 3517.63 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 6950240 KiB

[startup+3522.3 s]
/proc/loadavg: 1.39 6.13 11.60 2/803 2590701
/proc/meminfo: memFree=896204840/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35166300 memory=6899808 CPUtime=3578.02 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 484933 0 0 0 357687 115 0 0 20 0 23 0 225995855 36010291200 1724887 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8791575 1724952 6273 1 0 1741649 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35166300 memory=6946144 CPUtime=3495.96 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 101550 0 0 0 349581 15 0 0 20 0 23 0 225995856 36010291200 1724887 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35166300 memory=6946144 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1724887 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35166300 memory=134 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1724887 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35166300 memory=6950240 CPUtime=0.11 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 176 0 0 0 5 6 0 0 20 0 23 0 225995857 36010291200 1724887 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35166300 memory=6899808 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1724887 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35166300 memory=6899808 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 991 0 0 0 0 0 0 0 20 0 23 0 225995858 36010291200 1724887 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35166300 memory=6899808 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995875 36010291200 1724887 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 3578.02 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 6899808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3543.9 s]
/proc/loadavg: 1.28 5.79 11.37 2/803 2590701
/proc/meminfo: memFree=896203912/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35166300 memory=6901856 CPUtime=3600 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 487482 0 0 0 359885 115 0 0 20 0 23 0 225995855 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8791575 1725464 6273 1 0 1741649 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35166300 memory=11900 CPUtime=3517.4 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 102140 0 0 0 351725 15 0 0 20 0 23 0 225995856 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35166300 memory=3976 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35166300 memory=5884 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35166300 memory=3136 CPUtime=0.11 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 176 0 0 0 5 6 0 0 20 0 23 0 225995857 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35166300 memory=6901856 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 1015 0 0 0 0 0 0 0 20 0 23 0 225995858 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35166300 memory=6901856 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995875 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 6901856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.01 s, system=1.17191 s

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

[startup+3543.9 s]
/proc/loadavg: 1.28 5.79 11.37 2/803 2590701
/proc/meminfo: memFree=896203912/1055320712 swapFree=33554428/33554428
[pid=2589043] ppid=2589040 vsize=35166300 memory=6901856 CPUtime=3600 cores=40-43
/proc/2589043/stat : 2589043 (java) S 2589040 2589043 2582664 0 -1 4194304 487482 0 0 0 359885 115 0 0 20 0 23 0 225995855 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
/proc/2589043/statm: 8791575 1725464 6273 1 0 1741649 0
[pid=2589043/tid=2589045] ppid=2589040 vsize=35166300 memory=11900 CPUtime=3517.4 cores=40-43
/proc/2589043/task/2589045/stat : 2589045 (java) R 2589040 2589043 2582664 0 -1 4194368 102140 0 0 0 351725 15 0 0 20 0 23 0 225995856 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589056] ppid=2589040 vsize=35166300 memory=3976 CPUtime=0 cores=40-43
/proc/2589043/task/2589056/stat : 2589056 (Referen..andler) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589057] ppid=2589040 vsize=35166300 memory=5884 CPUtime=0 cores=40-43
/proc/2589043/task/2589057/stat : 2589057 (Finalizer) S 2589040 2589043 2582664 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589060] ppid=2589040 vsize=35166300 memory=3136 CPUtime=0.11 cores=40-43
/proc/2589043/task/2589060/stat : 2589060 (Monitor..Thread) S 2589040 2589043 2582664 0 -1 4194368 176 0 0 0 5 6 0 0 20 0 23 0 225995857 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589063] ppid=2589040 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2589043/task/2589063/stat : 2589063 (Notific..Thread) S 2589040 2589043 2582664 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225995857 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589064] ppid=2589040 vsize=35166300 memory=6901856 CPUtime=0 cores=40-43
/proc/2589043/task/2589064/stat : 2589064 (Common-Cleaner) S 2589040 2589043 2582664 0 -1 4194368 1015 0 0 0 0 0 0 0 20 0 23 0 225995858 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
[pid=2589043/tid=2589067] ppid=2589040 vsize=35166300 memory=6901856 CPUtime=0 cores=40-43
/proc/2589043/task/2589067/stat : 2589067 (Timer-0) S 2589040 2589043 2582664 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225995875 36010291200 1725399 18446744073709551615 93855096594432 93855096598128 140736504961312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93855096605992 93855096606736 93855118942208 140736504969426 140736504969566 140736504969566 140736504975304 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 6901856 KiB

Child status: 143

Real time (s): 3543.99
CPU time (s): 3600.18
CPU user time (s): 3599.01
CPU system time (s): 1.17191
CPU usage (%): 101.586
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 6966624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.01
system time used= 1.17191
maximum resident set size= 6966108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490293
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67984
involuntary context switches= 3176


# summary of solver processes directly reported to runsolver:
#   pid: 2589043
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3599.01
#   total CPU system time (s): 1.17191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1777 second user time and 39.1338 second system time

The end

Launcher Data

Begin job on nodeE003 at 2026-07-01 19:31:19
IDJOB=4819943
IDBENCH=144048
IDSOLVER=3649
FILE ID=nodeE003/4819943-1782927079
RUNJOBID= nodeE003-1782923054-2583605
SLURM_JOB_ID= 12542999
Free space on /tmp= 796424 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/spot5/normalized-spot5-509_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4819943-1782927079/watcher-4819943-1782927079 -o /tmp/evaluation-result-4819943-1782927079/solver-4819943-1782927079 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4819943-1782927079/vars-4819943-1782927079 --bin-var /tmp/runsolver-exch-nodeE003-1782923054-2583605 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4819943-1782927079.wbo

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

MD5SUM BENCH= 506a92b17493b20cc36a94510db5babf
RANDOM SEED=1414103633

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 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		: 3593.212
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3593.252
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3585.518
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.91
TLB size	: 192 4K pages
clflush 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:       1055320712 kB
MemFree:        888722024 kB
MemAvailable:   1033058512 kB
Buffers:            3352 kB
Cached:         148655400 kB
SwapCached:            0 kB
Active:         16485848 kB
Inactive:       146834148 kB
Active(anon):   15585348 kB
Inactive(anon):        0 kB
Active(file):     900500 kB
Inactive(file): 146834148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               704 kB
Writeback:           112 kB
AnonPages:      14658224 kB
Mapped:           214028 kB
Shmem:            924096 kB
KReclaimable:    1488936 kB
Slab:            2073140 kB
SReclaimable:    1488936 kB
SUnreclaim:       584204 kB
KernelStack:       20160 kB
PageTables:        38864 kB
SecPageTables:     15312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   19964208 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483472 kB
VmallocChunk:          0 kB
Percpu:           124928 kB
HardwareCorrupted:    28 kB
AnonHugePages:  13506560 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:      516548 kB
DirectMap2M:    22874112 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 796532 MiB
End job on nodeE003 at 2026-07-01 20:30:24