Trace number 4811690

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-10? (TO) 3600.15 3559.88

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v2_shuffle/normalized-grid4_49.shuf-3.opb
MD5SUM708623c680ab185e9505c80da77f086e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.005615
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints393
Number of constraints which are clauses392
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint196
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB26fixedPrime.v20260610
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	26.0.1+8-34
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		26.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		30334720
0.00/0.09	c Max memory 		32178700288
0.00/0.09	c Total memory 		33554432
0.00/0.09	c Number of processors 	4
0.12/0.11	c Pseudo Boolean Optimization by upper bound
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Glucose 2.1 dynamic restart strategy
0.12/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c Listener: none
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-4811690-1782889251.opb
0.12/0.11	c reading problem ... 
0.12/0.12	c  no objective function found
0.12/0.13	c ... done. Wall clock time 0.015s.
0.12/0.13	c declared #vars     196
0.12/0.13	c #constraints  393
0.12/0.13	c constraints type 
0.12/0.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 392
0.12/0.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.12/0.13	c 393 constraints processed.
0.46/0.30	c cleaning 2500 clauses out of 5000 with flag 10707/5000
0.76/0.40	c cleaning 4248 clauses out of 8501 with flag 23428/11001
1.06/0.51	c cleaning 5626 clauses out of 11253 with flag 38407/18001
1.26/0.64	c cleaning 6814 clauses out of 13627 with flag 55395/26001
1.35/0.80	c cleaning 7906 clauses out of 15813 with flag 74516/35001
1.55/0.96	c cleaning 8954 clauses out of 17907 with flag 95866/45001
1.80/1.15	c cleaning 9976 clauses out of 19952 with flag 119252/56000
1.99/1.35	c cleaning 10988 clauses out of 21977 with flag 144756/68001
2.19/1.55	c cleaning 11992 clauses out of 23988 with flag 172291/81000
2.49/1.83	c cleaning 12998 clauses out of 25996 with flag 201984/95000
2.81/2.13	c cleaning 13996 clauses out of 27998 with flag 233909/110000
3.11/2.47	c cleaning 15002 clauses out of 30003 with flag 268034/126001
3.56/2.89	c cleaning 15998 clauses out of 32000 with flag 304161/143000
4.09/3.32	c cleaning 16996 clauses out of 34002 with flag 342404/161000
4.38/3.65	c cleaning 17997 clauses out of 36006 with flag 382755/180000
4.80/4.10	c cleaning 19003 clauses out of 38009 with flag 425214/200000
5.29/4.58	c cleaning 20001 clauses out of 40006 with flag 469823/221000
5.80/5.08	c cleaning 21000 clauses out of 42006 with flag 516748/243001
6.28/5.55	c cleaning 21997 clauses out of 44005 with flag 565657/266000
6.90/6.11	c cleaning 23000 clauses out of 46009 with flag 616701/290001
7.48/6.71	c cleaning 24001 clauses out of 48008 with flag 670153/315000
8.14/7.39	c cleaning 25006 clauses out of 50011 with flag 725509/341004
8.85/8.02	c cleaning 25997 clauses out of 52001 with flag 783027/368000
9.64/8.81	c cleaning 27000 clauses out of 54005 with flag 842699/396001
10.53/9.77	c cleaning 28003 clauses out of 56006 with flag 904727/425002
11.13/10.40	c cleaning 28998 clauses out of 58001 with flag 968103/455000
12.06/11.30	c cleaning 30002 clauses out of 60006 with flag 1033836/486003
13.26/12.42	c cleaning 30995 clauses out of 62001 with flag 1101996/518000
14.45/13.63	c cleaning 32003 clauses out of 64006 with flag 1172233/551000
15.65/14.88	c cleaning 33002 clauses out of 66003 with flag 1244563/585000
16.87/15.96	c cleaning 33990 clauses out of 68001 with flag 1323477/620000
18.36/17.48	c cleaning 35005 clauses out of 70012 with flag 1409893/656001
19.53/18.50	c cleaning 36003 clauses out of 72006 with flag 1500037/693000
20.04/19.11	c cleaning 37003 clauses out of 74005 with flag 1584984/731002
21.14/20.11	c cleaning 37994 clauses out of 76000 with flag 1675413/770000
22.06/21.09	c cleaning 39000 clauses out of 78006 with flag 1768604/810000
23.44/22.42	c cleaning 40003 clauses out of 80008 with flag 1871195/851002
24.64/23.69	c cleaning 40999 clauses out of 82003 with flag 1974863/893000
26.17/25.19	c cleaning 41998 clauses out of 84005 with flag 2080213/936001
27.85/26.83	c cleaning 42998 clauses out of 86006 with flag 2192713/980000
29.67/28.65	c cleaning 44004 clauses out of 88008 with flag 2304131/1025000
30.97/29.95	c cleaning 45003 clauses out of 90005 with flag 2413077/1071001
32.83/31.71	c cleaning 45997 clauses out of 92002 with flag 2529460/1118001
34.35/33.27	c cleaning 46998 clauses out of 94004 with flag 2645997/1166000
36.26/35.19	c cleaning 48002 clauses out of 96006 with flag 2767487/1215000
38.35/37.22	c cleaning 48996 clauses out of 98004 with flag 2886222/1265000
40.38/39.25	c cleaning 50001 clauses out of 100010 with flag 3006832/1316002
42.37/41.25	c cleaning 50998 clauses out of 102008 with flag 3128257/1368001
44.31/43.18	c cleaning 52005 clauses out of 104010 with flag 3251608/1421001
46.01/44.83	c cleaning 52998 clauses out of 106004 with flag 3375707/1475000
47.91/46.70	c cleaning 54001 clauses out of 108006 with flag 3503631/1530000
49.93/48.77	c cleaning 55000 clauses out of 110008 with flag 3630335/1586003
52.19/50.96	c cleaning 56001 clauses out of 112006 with flag 3757932/1643001
54.20/52.99	c cleaning 57001 clauses out of 114005 with flag 3890012/1701001
56.52/55.29	c cleaning 57999 clauses out of 116004 with flag 4020981/1760001
58.21/56.94	c cleaning 59000 clauses out of 118005 with flag 4149286/1820001
60.62/59.34	c cleaning 59997 clauses out of 120005 with flag 4280222/1881001
62.84/61.50	c cleaning 60998 clauses out of 122007 with flag 4412191/1943000
64.76/63.45	c cleaning 62001 clauses out of 124010 with flag 4545503/2006001
67.58/66.24	c cleaning 63001 clauses out of 126009 with flag 4684656/2070001
70.86/69.45	c cleaning 64000 clauses out of 128007 with flag 4828029/2135000
74.08/72.64	c cleaning 65000 clauses out of 130008 with flag 4970838/2201001
77.41/75.92	c cleaning 66001 clauses out of 132007 with flag 5116905/2268000
80.82/79.39	c cleaning 67000 clauses out of 134008 with flag 5265936/2336002
83.25/81.79	c cleaning 68001 clauses out of 136007 with flag 5412020/2405001
86.06/84.50	c cleaning 69001 clauses out of 138005 with flag 5561036/2475000
88.88/87.36	c cleaning 69994 clauses out of 140004 with flag 5711962/2546000
91.86/90.26	c cleaning 71005 clauses out of 142011 with flag 5864522/2618001
95.06/93.44	c cleaning 71997 clauses out of 144005 with flag 6019522/2691000
98.17/96.52	c cleaning 73001 clauses out of 146009 with flag 6176756/2765001
101.89/100.22	c cleaning 74001 clauses out of 148007 with flag 6336246/2840000
105.90/104.24	c cleaning 74998 clauses out of 150007 with flag 6497870/2916001
108.32/106.62	c cleaning 75999 clauses out of 152008 with flag 6661282/2993000
112.45/110.71	c cleaning 77000 clauses out of 154009 with flag 6826700/3071000
115.96/114.19	c cleaning 78003 clauses out of 156009 with flag 6994444/3150000
119.35/117.53	c cleaning 78992 clauses out of 158006 with flag 7164035/3230000
122.98/121.18	c cleaning 80006 clauses out of 160015 with flag 7335732/3311001
126.29/124.43	c cleaning 81000 clauses out of 162008 with flag 7509666/3393000
129.69/127.85	c cleaning 81995 clauses out of 164008 with flag 7685841/3476000
133.42/131.58	c cleaning 83001 clauses out of 166014 with flag 7864213/3560001
137.14/135.12	c cleaning 84006 clauses out of 168013 with flag 8044777/3645001
141.13/139.19	c cleaning 85000 clauses out of 170006 with flag 8227398/3731000
145.06/143.10	c cleaning 86000 clauses out of 172006 with flag 8411229/3818000
149.57/147.51	c cleaning 86997 clauses out of 174006 with flag 8597245/3906000
153.61/151.54	c cleaning 88005 clauses out of 176010 with flag 8785949/3995001
157.54/155.34	c cleaning 88997 clauses out of 178004 with flag 8976753/4085000
160.94/158.73	c cleaning 90004 clauses out of 180007 with flag 9170146/4176000
164.65/162.40	c cleaning 91001 clauses out of 182004 with flag 9366075/4268001
168.68/166.48	c cleaning 92000 clauses out of 184003 with flag 9563896/4361001
173.54/171.18	c cleaning 93000 clauses out of 186002 with flag 9763723/4455000
178.16/175.72	c cleaning 93999 clauses out of 188002 with flag 9965388/4550000
184.09/181.61	c cleaning 94997 clauses out of 190003 with flag 10169185/4646000
189.32/186.78	c cleaning 95999 clauses out of 192006 with flag 10374483/4743000
194.56/191.94	c cleaning 97002 clauses out of 194007 with flag 10582442/4841000
199.27/196.60	c cleaning 98001 clauses out of 196007 with flag 10792331/4940002
204.80/202.14	c cleaning 98995 clauses out of 198004 with flag 11002936/5040000
210.62/207.85	c cleaning 99997 clauses out of 200010 with flag 11215892/5141001
215.72/212.96	c cleaning 101005 clauses out of 202012 with flag 11430379/5243000
221.76/219.00	c cleaning 102000 clauses out of 204009 with flag 11648207/5346002
227.90/225.08	c cleaning 102994 clauses out of 206007 with flag 11868680/5450000
234.33/231.37	c cleaning 104007 clauses out of 208014 with flag 12091583/5555001
240.26/237.21	c cleaning 104998 clauses out of 210008 with flag 12316694/5661002
247.27/244.25	c cleaning 106002 clauses out of 212009 with flag 12544009/5768001
253.69/250.60	c cleaning 106995 clauses out of 214006 with flag 12771849/5876000
259.36/256.11	c cleaning 108004 clauses out of 216011 with flag 13003111/5985000
265.69/262.40	c cleaning 109004 clauses out of 218010 with flag 13236573/6095003
270.91/267.67	c cleaning 109993 clauses out of 220004 with flag 13471719/6206001
276.83/273.58	c cleaning 111003 clauses out of 222011 with flag 13709787/6318001
283.51/280.06	c cleaning 111997 clauses out of 224007 with flag 13949879/6431000
289.44/285.95	c cleaning 113000 clauses out of 226012 with flag 14191223/6545002
296.43/292.98	c cleaning 113997 clauses out of 228010 with flag 14434311/6660000
302.37/298.86	c cleaning 115003 clauses out of 230014 with flag 14680796/6776001
308.75/305.09	c cleaning 116003 clauses out of 232010 with flag 14928428/6893000
315.99/312.29	c cleaning 116989 clauses out of 234007 with flag 15178612/7011000
321.52/317.73	c cleaning 118003 clauses out of 236019 with flag 15428905/7130001
328.21/324.27	c cleaning 119001 clauses out of 238015 with flag 15681322/7250000
334.44/330.40	c cleaning 120006 clauses out of 240016 with flag 15935912/7371002
340.67/336.60	c cleaning 121001 clauses out of 242009 with flag 16192020/7493001
347.05/342.88	c cleaning 121997 clauses out of 244007 with flag 16452526/7616000
353.40/349.14	c cleaning 122998 clauses out of 246011 with flag 16716371/7740001
360.43/356.16	c cleaning 124002 clauses out of 248012 with flag 16981372/7865000
368.69/364.20	c cleaning 124994 clauses out of 250010 with flag 17247448/7991000
377.24/372.78	c cleaning 126000 clauses out of 252017 with flag 17516305/8118001
386.02/381.34	c cleaning 127004 clauses out of 254016 with flag 17788161/8246000
394.47/389.76	c cleaning 128006 clauses out of 256014 with flag 18062031/8375002
402.45/397.57	c cleaning 128998 clauses out of 258006 with flag 18337730/8505000
410.29/405.39	c cleaning 130000 clauses out of 260008 with flag 18615478/8636000
418.82/413.83	c cleaning 130994 clauses out of 262009 with flag 18896173/8768001
426.45/421.38	c cleaning 131998 clauses out of 264014 with flag 19179157/8901000
434.68/429.56	c cleaning 133002 clauses out of 266016 with flag 19464426/9035000
442.57/437.29	c cleaning 134000 clauses out of 268014 with flag 19751729/9170000
451.61/446.06	c cleaning 135005 clauses out of 270017 with flag 20040938/9306003
459.92/454.39	c cleaning 136000 clauses out of 272009 with flag 20332678/9443000
470.59/464.83	c cleaning 137000 clauses out of 274009 with flag 20625808/9581000
480.64/474.88	c cleaning 137999 clauses out of 276010 with flag 20920611/9720001
490.13/484.18	c cleaning 139005 clauses out of 278012 with flag 21217169/9860002
499.07/493.10	c cleaning 139994 clauses out of 280005 with flag 21515247/10001000
508.83/502.68	c cleaning 140998 clauses out of 282012 with flag 21816043/10143001
519.13/512.77	c cleaning 141999 clauses out of 284014 with flag 22117701/10286001
529.38/522.93	c cleaning 143003 clauses out of 286014 with flag 22423642/10430000
539.39/532.73	c cleaning 144003 clauses out of 288012 with flag 22731256/10575001
551.94/545.23	c cleaning 144998 clauses out of 290009 with flag 23041555/10721001
563.24/556.33	c cleaning 145997 clauses out of 292010 with flag 23353586/10868000
575.49/568.52	c cleaning 147007 clauses out of 294014 with flag 23668916/11016001
584.39/577.26	c cleaning 147996 clauses out of 296006 with flag 23983475/11165000
594.86/587.68	c cleaning 149003 clauses out of 298010 with flag 24301837/11315000
604.96/597.58	c cleaning 150001 clauses out of 300007 with flag 24623041/11466000
614.84/607.36	c cleaning 151002 clauses out of 302006 with flag 24946369/11618000
623.25/615.53	c cleaning 152001 clauses out of 304005 with flag 25271714/11771001
633.42/625.67	c cleaning 152996 clauses out of 306003 with flag 25597795/11925000
643.55/635.54	c cleaning 154002 clauses out of 308007 with flag 25926865/12080000
652.93/644.81	c cleaning 155001 clauses out of 310005 with flag 26258438/12236000
662.87/654.71	c cleaning 155999 clauses out of 312005 with flag 26591372/12393001
674.25/665.97	c cleaning 157003 clauses out of 314005 with flag 26927569/12551000
687.00/678.66	c cleaning 157990 clauses out of 316002 with flag 27264390/12710000
696.06/687.46	c cleaning 159002 clauses out of 318012 with flag 27603736/12870000
704.82/696.12	c cleaning 160000 clauses out of 320011 with flag 27946194/13031001
714.58/705.85	c cleaning 160999 clauses out of 322010 with flag 28290845/13193000
723.56/714.65	c cleaning 162000 clauses out of 324011 with flag 28636855/13356000
734.13/725.13	c cleaning 163004 clauses out of 326012 with flag 28984728/13520001
742.92/733.72	c cleaning 163999 clauses out of 328007 with flag 29334587/13685000
752.98/743.57	c cleaning 165001 clauses out of 330009 with flag 29686843/13851001
763.64/753.99	c cleaning 165992 clauses out of 332007 with flag 30040982/14018000
779.10/769.47	c cleaning 166999 clauses out of 334016 with flag 30397747/14186001
792.56/782.91	c cleaning 167998 clauses out of 336017 with flag 30756943/14355001
806.05/796.32	c cleaning 169003 clauses out of 338018 with flag 31117493/14525000
819.83/810.18	c cleaning 170004 clauses out of 340017 with flag 31479682/14696002
832.89/823.26	c cleaning 170998 clauses out of 342012 with flag 31843721/14868001
846.09/836.46	c cleaning 172000 clauses out of 344013 with flag 32211246/15041000
858.95/849.31	c cleaning 173002 clauses out of 346014 with flag 32580060/15215001
875.43/865.78	c cleaning 174003 clauses out of 348012 with flag 32948849/15390001
891.18/881.59	c cleaning 175000 clauses out of 350008 with flag 33319836/15566000
907.62/897.95	c cleaning 175993 clauses out of 352008 with flag 33695472/15743000
925.07/915.49	c cleaning 177007 clauses out of 354015 with flag 34072922/15921000
940.37/930.71	c cleaning 177992 clauses out of 356009 with flag 34453380/16100001
958.13/948.28	c cleaning 179007 clauses out of 358017 with flag 34836064/16280001
975.29/965.47	c cleaning 179999 clauses out of 360010 with flag 35219086/16461001
995.48/985.68	c cleaning 181000 clauses out of 362011 with flag 35605669/16643001
1014.21/1004.33	c cleaning 181999 clauses out of 364010 with flag 35994028/16826000
1028.15/1018.27	c cleaning 183001 clauses out of 366012 with flag 36384377/17010001
1043.17/1033.20	c cleaning 184001 clauses out of 368010 with flag 36776213/17195000
1059.29/1049.36	c cleaning 184995 clauses out of 370010 with flag 37171071/17381001
1075.76/1065.64	c cleaning 186003 clauses out of 372014 with flag 37567163/17568000
1095.17/1085.05	c cleaning 186992 clauses out of 374011 with flag 37964315/17756000
1114.34/1104.25	c cleaning 188002 clauses out of 376020 with flag 38364307/17945001
1130.66/1120.50	c cleaning 189003 clauses out of 378017 with flag 38767209/18135000
1146.92/1136.80	c cleaning 190000 clauses out of 380015 with flag 39172770/18326001
1161.51/1151.45	c cleaning 190999 clauses out of 382014 with flag 39580483/18518000
1177.83/1167.72	c cleaning 192000 clauses out of 384015 with flag 39989913/18711000
1196.73/1186.64	c cleaning 193005 clauses out of 386016 with flag 40401418/18905001
1216.77/1206.44	c cleaning 194002 clauses out of 388010 with flag 40815617/19100000
1236.06/1225.75	c cleaning 195005 clauses out of 390009 with flag 41232237/19296001
1262.01/1251.73	c cleaning 195995 clauses out of 392004 with flag 41650111/19493001
1289.67/1279.41	c cleaning 196999 clauses out of 394008 with flag 42070098/19691000
1306.55/1296.24	c cleaning 198002 clauses out of 396010 with flag 42489233/19890001
1322.96/1312.60	c cleaning 198997 clauses out of 398007 with flag 42910465/20090000
1337.12/1326.53	c cleaning 200003 clauses out of 400010 with flag 43335207/20291000
1352.55/1341.98	c cleaning 201004 clauses out of 402010 with flag 43761483/20493003
1369.26/1358.69	c cleaning 201993 clauses out of 404003 with flag 44189694/20696000
1388.24/1377.69	c cleaning 202999 clauses out of 406011 with flag 44620187/20900001
1406.56/1395.92	c cleaning 203999 clauses out of 408011 with flag 45051884/21105000
1422.69/1411.75	c cleaning 205002 clauses out of 410013 with flag 45486287/21311001
1439.10/1428.16	c cleaning 206005 clauses out of 412010 with flag 45922428/21518000
1455.97/1445.03	c cleaning 207002 clauses out of 414006 with flag 46360086/21726001
1471.84/1460.97	c cleaning 207994 clauses out of 416003 with flag 46801487/21935000
1491.55/1480.68	c cleaning 209003 clauses out of 418012 with flag 47245532/22145003
1507.78/1496.85	c cleaning 210003 clauses out of 420006 with flag 47691272/22356000
1523.06/1511.86	c cleaning 210992 clauses out of 422003 with flag 48139284/22568000
1541.20/1529.94	c cleaning 211998 clauses out of 424012 with flag 48589577/22781001
1560.90/1549.68	c cleaning 212999 clauses out of 426014 with flag 49043409/22995001
1578.93/1567.63	c cleaning 214005 clauses out of 428016 with flag 49497395/23210002
1598.11/1586.64	c cleaning 214996 clauses out of 430010 with flag 49953564/23426001
1617.15/1605.65	c cleaning 216006 clauses out of 432014 with flag 50413063/23643001
1633.89/1622.39	c cleaning 217002 clauses out of 434007 with flag 50874078/23861000
1652.91/1641.06	c cleaning 217991 clauses out of 436005 with flag 51336607/24080000
1670.43/1658.52	c cleaning 219004 clauses out of 438015 with flag 51800957/24300001
1687.47/1675.57	c cleaning 220004 clauses out of 440011 with flag 52267741/24521001
1707.00/1694.77	c cleaning 220995 clauses out of 442009 with flag 52736915/24743003
1728.35/1716.02	c cleaning 222000 clauses out of 444012 with flag 53208379/24966001
1754.87/1742.27	c cleaning 223000 clauses out of 446011 with flag 53682575/25190000
1775.32/1762.67	c cleaning 223997 clauses out of 448011 with flag 54158013/25415000
1802.63/1789.66	c cleaning 225000 clauses out of 450015 with flag 54635439/25641001
1826.88/1813.88	c cleaning 225998 clauses out of 452014 with flag 55115685/25868000
1846.81/1833.52	c cleaning 227003 clauses out of 454018 with flag 55598093/26096002
1868.30/1854.65	c cleaning 228006 clauses out of 456013 with flag 56081834/26325000
1891.07/1877.05	c cleaning 229000 clauses out of 458008 with flag 56567721/26555001
1918.38/1904.02	c cleaning 230003 clauses out of 460007 with flag 57054843/26786000
1945.12/1930.41	c cleaning 230995 clauses out of 462006 with flag 57545928/27018002
1968.24/1953.26	c cleaning 232002 clauses out of 464009 with flag 58038314/27251000
1989.77/1974.42	c cleaning 232993 clauses out of 466009 with flag 58533738/27485002
2014.45/1998.80	c cleaning 234002 clauses out of 468015 with flag 59031940/27720001
2036.46/2020.56	c cleaning 235000 clauses out of 470013 with flag 59532102/27956001
2060.82/2044.60	c cleaning 236000 clauses out of 472014 with flag 60033418/28193002
2086.18/2069.40	c cleaning 237003 clauses out of 474012 with flag 60536814/28431000
2111.24/2094.22	c cleaning 238003 clauses out of 476009 with flag 61042717/28670000
2139.60/2122.04	c cleaning 239000 clauses out of 478006 with flag 61550110/28910000
2167.64/2149.88	c cleaning 239998 clauses out of 480006 with flag 62059788/29151000
2191.95/2173.55	c cleaning 240991 clauses out of 482010 with flag 62572786/29393002
2216.19/2197.17	c cleaning 242007 clauses out of 484018 with flag 63088948/29636001
2237.93/2218.56	c cleaning 243002 clauses out of 486012 with flag 63606549/29880002
2259.35/2239.62	c cleaning 243995 clauses out of 488008 with flag 64126709/30125000
2286.94/2266.94	c cleaning 245004 clauses out of 490013 with flag 64648138/30371000
2310.40/2290.02	c cleaning 246001 clauses out of 492010 with flag 65173330/30618001
2338.11/2317.45	c cleaning 247004 clauses out of 494008 with flag 65701213/30866000
2360.36/2339.32	c cleaning 247997 clauses out of 496005 with flag 66230258/31115001
2384.81/2363.42	c cleaning 248999 clauses out of 498008 with flag 66762253/31365001
2409.24/2387.50	c cleaning 250002 clauses out of 500010 with flag 67296209/31616002
2432.20/2410.17	c cleaning 250995 clauses out of 502007 with flag 67832845/31868001
2458.88/2436.51	c cleaning 252003 clauses out of 504012 with flag 68371597/32121001
2480.03/2457.38	c cleaning 252997 clauses out of 506008 with flag 68909141/32375000
2508.42/2485.15	c cleaning 253999 clauses out of 508011 with flag 69449961/32630000
2537.80/2513.90	c cleaning 254995 clauses out of 510012 with flag 69993797/32886000
2564.39/2539.93	c cleaning 256004 clauses out of 512017 with flag 70539419/33143000
2587.99/2563.20	c cleaning 257004 clauses out of 514014 with flag 71086506/33401001
2612.50/2587.15	c cleaning 257999 clauses out of 516010 with flag 71637419/33660001
2638.56/2612.92	c cleaning 259001 clauses out of 518010 with flag 72188909/33920000
2672.56/2646.31	c cleaning 259992 clauses out of 520009 with flag 72742989/34181000
2704.38/2677.81	c cleaning 261006 clauses out of 522017 with flag 73299907/34443000
2733.08/2705.93	c cleaning 261994 clauses out of 524011 with flag 73859819/34706000
2764.54/2737.10	c cleaning 263001 clauses out of 526019 with flag 74421022/34970002
2794.74/2766.92	c cleaning 264005 clauses out of 528016 with flag 74984626/35235000
2822.74/2794.53	c cleaning 265004 clauses out of 530013 with flag 75549047/35501002
2856.96/2828.38	c cleaning 265995 clauses out of 532008 with flag 76114436/35768001
2887.36/2858.34	c cleaning 266999 clauses out of 534014 with flag 76684456/36036002
2916.80/2887.33	c cleaning 268003 clauses out of 536013 with flag 77256247/36305000
2948.00/2918.12	c cleaning 269000 clauses out of 538010 with flag 77829300/36575000
2975.64/2945.38	c cleaning 270001 clauses out of 540010 with flag 78406309/36846000
3010.78/2980.05	c cleaning 270998 clauses out of 542011 with flag 78984154/37118002
3040.45/3009.38	c cleaning 272000 clauses out of 544011 with flag 79565556/37391000
3070.57/3039.04	c cleaning 272999 clauses out of 546012 with flag 80148412/37665001
3100.13/3068.21	c cleaning 273999 clauses out of 548012 with flag 80732308/37940000
3137.38/3105.02	c cleaning 274994 clauses out of 550013 with flag 81318165/38216000
3169.82/3137.17	c cleaning 276000 clauses out of 552019 with flag 81905743/38493000
3201.16/3168.15	c cleaning 277006 clauses out of 554020 with flag 82495922/38771001
3236.24/3202.80	c cleaning 278000 clauses out of 556014 with flag 83088708/39050001
3270.76/3236.95	c cleaning 279007 clauses out of 558016 with flag 83682403/39330003
3302.59/3268.31	c cleaning 279999 clauses out of 560007 with flag 84273293/39611001
3328.40/3293.33	c cleaning 280998 clauses out of 562007 with flag 84867973/39893000
3352.38/3316.99	c cleaning 282001 clauses out of 564009 with flag 85468840/40176000
3373.12/3337.22	c cleaning 282993 clauses out of 566008 with flag 86072818/40460000
3395.46/3359.13	c cleaning 284008 clauses out of 568016 with flag 86679706/40745001
3421.89/3385.20	c cleaning 285000 clauses out of 570008 with flag 87286720/41031001
3445.62/3408.68	c cleaning 285997 clauses out of 572007 with flag 87897309/41318000
3469.75/3432.48	c cleaning 287001 clauses out of 574011 with flag 88510217/41606001
3499.26/3461.23	c cleaning 287999 clauses out of 576009 with flag 89124422/41895000
3526.03/3487.65	c cleaning 288995 clauses out of 578010 with flag 89740928/42185000
3556.45/3517.32	c cleaning 290003 clauses out of 580016 with flag 90359385/42476001
3583.70/3544.23	c cleaning 291000 clauses out of 582012 with flag 90978227/42768000
3600.03/3559.80	c starts		: 13099
3600.03/3559.81	c conflicts		: 43026210
3600.03/3559.81	c decisions		: 50221854
3600.03/3559.81	c propagations		: 244570668
3600.03/3559.81	c inspects		: 45033929338
3600.03/3559.81	c shortcuts		: 0
3600.03/3559.81	c learnt literals	: 0
3600.03/3559.81	c learnt binary clauses	: 0
3600.03/3559.81	c learnt ternary clauses	: 0
3600.03/3559.81	c learnt constraints	: 43026210
3600.03/3559.81	c ignored constraints	: 0
3600.03/3559.81	c root simplifications	: 0
3600.03/3559.81	c removed literals (reason simplification)	: 912540630
3600.03/3559.81	c reason swapping (by a shorter reason)	: 0
3600.03/3559.81	c Calls to reduceDB	: 288
3600.03/3559.81	c Number of update (reduction) of LBD	: 687310
3600.03/3559.81	c Imported unit clauses	: 0
3600.03/3559.81	c No decision after first conflict	: false
3600.03/3559.81	c number of reductions to clauses (during analyze)	: 0
3600.03/3559.81	c number of learned constraints concerned by reduction	: 0
3600.03/3559.81	c number of learning phase by resolution	: 0
3600.03/3559.81	c number of learning phase by cutting planes	: 0
3600.03/3559.81	c number of rounding to 1 operations	: 0
3600.03/3559.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3559.81	c number of reductions of the coefficients by power 2 	: 0
3600.03/3559.81	c number of right shift for reduction by power 2 	: 0
3600.03/3559.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3559.81	c number of ending skipping 	: 0
3600.03/3559.81	c number of internal skipping 	: 0
3600.03/3559.81	c number of derivation steps 	: 0
3600.03/3559.81	c number of skipped derivation steps 	: 0
3600.03/3559.81	c number of remaining unassigned 	: 0
3600.03/3559.81	c number of remaining assigned 	: 0
3600.03/3559.81	c number of falsified literals weakened from reason	: 0
3600.03/3559.81	c number of falsified literals weakened from conflict	: 0
3600.03/3559.81	c time for arithmetic operations	: 0
3600.03/3559.81	c minimum degree of deleted constraints	: null
3600.03/3559.81	c maximum degree of deleted constraints	: null
3600.03/3559.81	c number of deleted constraints	: 0
3600.03/3559.81	c speed (assignments/second)	: 68705.84024734821
3600.03/3559.81	c non guided choices	: 54
3600.03/3559.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 549222
3600.03/3559.87	s UNKNOWN
3600.03/3559.87	c Total wall clock time (in seconds): 3559.752

Verifier Data

ERROR: no interpretation found !

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

running on 4 cores: 44-47

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 6,9,11-12,14-15,17-18,20,22,28-29,31,40,42-43,53-55
  3550 MHz: 24,36-38,44-51
  3600 MHz: 0-5,7-8,10,13,16,19,21,23,25-27,30,32-35,39,41,52,56-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 44-47

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (109004 MiB free)
  node 1: cores 8-15, 129019 MiB (106768 MiB free)
  node 2: cores 16-23, 129019 MiB (111014 MiB free)
  node 3: cores 24-31, 129003 MiB (115655 MiB free)
  node 4: cores 32-39, 129019 MiB (117346 MiB free)
  node 5: cores 40-47, 128973 MiB (118276 MiB free)
  node 6: cores 48-55, 129019 MiB (115020 MiB free)
  node 7: cores 56-63, 128474 MiB (111550 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=2548278, runsolver pid=2548256
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 2.20 1.29 3.26 20/1110 2548413
/proc/meminfo: memFree=926273164/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=34900044 memory=56368 CPUtime=0.12 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 7501 0 0 0 11 1 0 0 20 0 19 0 222212746 35737645056 13713 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8725011 14092 6134 1 0 32902 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=34900044 memory=4033832576 CPUtime=0.06 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) S 2548256 2548278 2539304 0 -1 4194368 3132 0 0 0 6 0 0 0 20 0 19 0 222212749 35737645056 13841 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=34900044 memory=207114994037 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 222212750 35737645056 13841 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=34900044 memory=59580625471534 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 222212750 35737645056 13841 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=34900044 memory=55191185672470 CPUtime=0 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 222212750 35737645056 13841 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=34900044 memory=61783994026638 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 222212751 35737645056 13841 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=34900044 memory=60714614276812 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 222212751 35737645056 13841 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 56368 KiB

[startup+0.215073 s]*
/proc/loadavg: 2.20 1.29 3.26 27/1116 2548437
/proc/meminfo: memFree=926195940/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35033172 memory=68372 CPUtime=0.46 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 9436 0 0 0 44 2 0 0 20 0 21 0 222212746 35873968128 16882 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8758293 17093 6210 1 0 36362 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35033172 memory=3472323901406537344 CPUtime=0.17 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 3232 0 0 0 17 0 0 0 20 0 21 0 222212749 35873968128 16882 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35033172 memory=207114994037 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212750 35873968128 16882 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35033172 memory=59580625471534 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 222212750 35873968128 16882 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35033172 memory=55191185672470 CPUtime=0 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 222212750 35873968128 16882 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35033172 memory=61783994026638 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 222212751 35873968128 16882 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35033172 memory=60714614276812 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212751 35873968128 16882 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35033172 memory=15252649477934529 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212759 35873968128 16882 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 68372 KiB

[startup+0.31482 s]*
/proc/loadavg: 2.20 1.29 3.26 26/1120 2548456
/proc/meminfo: memFree=926080180/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35033172 memory=77096 CPUtime=0.76 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 9594 0 0 0 74 2 0 0 20 0 21 0 222212746 35873968128 19113 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8758293 19274 6225 1 0 37102 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35033172 memory=3184097923301336704 CPUtime=0.28 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 3249 0 0 0 27 1 0 0 20 0 21 0 222212749 35873968128 19113 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35033172 memory=6878122738016584053 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212750 35873968128 19113 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35033172 memory=59580625471534 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 222212750 35873968128 19113 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35033172 memory=55191185672470 CPUtime=0 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 222212750 35873968128 19113 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35033172 memory=61783994026638 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 222212751 35873968128 19113 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35033172 memory=60714614276812 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212751 35873968128 19113 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35033172 memory=15252649477934529 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212759 35873968128 19113 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 77096 KiB

[startup+0.70018 s]
/proc/loadavg: 2.20 1.29 3.26 17/1144 2548502
/proc/meminfo: memFree=925817340/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35099736 memory=89872 CPUtime=1.35 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 9733 0 0 0 133 2 0 0 20 0 21 0 222212746 35942129664 22288 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8774934 22468 6241 1 0 42677 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35099736 memory=18330 CPUtime=0.64 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 3252 0 0 0 63 1 0 0 20 0 21 0 222212749 35942129664 22288 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35099736 memory=16100364397212345 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212750 35942129664 22288 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35099736 memory=19843 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 222212750 35942129664 22288 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35099736 memory=19272 CPUtime=0 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 222212750 35942129664 22288 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35099736 memory=44632 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 222212751 35942129664 22288 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35099736 memory=4576 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212751 35942129664 22288 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35099736 memory=4339 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212759 35942129664 22288 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 89872 KiB

[startup+1.50017 s]
/proc/loadavg: 2.20 1.29 3.26 18/1177 2548579
/proc/meminfo: memFree=925240716/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35099736 memory=126936 CPUtime=2.19 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 11174 0 0 0 217 2 0 0 20 0 21 0 222212746 35942129664 31539 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8774934 31734 6241 1 0 51484 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35099736 memory=4576 CPUtime=1.42 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 3723 0 0 0 141 1 0 0 20 0 21 0 222212749 35942129664 31539 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35099736 memory=4339 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212750 35942129664 31539 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35099736 memory=44632 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 222212750 35942129664 31539 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 222212750 35942129664 31539 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 222212751 35942129664 31539 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212751 35942129664 31539 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35099736 memory=3392 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212759 35942129664 31539 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 126936 KiB

[startup+3.11521 s]
/proc/loadavg: 3.79 1.63 3.36 23/1225 2548678
/proc/meminfo: memFree=922717260/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35099736 memory=160188 CPUtime=3.9 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 14411 0 0 0 387 3 0 0 20 0 21 0 222212746 35942129664 39749 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8774934 40047 6240 1 0 59893 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35099736 memory=0 CPUtime=3.01 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 3846 0 0 0 300 1 0 0 20 0 21 0 222212749 35942129664 39749 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35099736 memory=4576 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212750 35942129664 39749 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35099736 memory=102236 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 222212750 35942129664 39749 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35099736 memory=4339 CPUtime=0 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 222212750 35942129664 39749 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 222212751 35942129664 39749 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212751 35942129664 39749 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 222212759 35942129664 39749 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 160188 KiB

[startup+6.30015 s]
/proc/loadavg: 3.79 1.63 3.36 19/1227 2548681
/proc/meminfo: memFree=920446856/1055320700 swapFree=33390400/33554428

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

/proc/meminfo: memFree=845823196/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35166300 memory=698588 CPUtime=3317 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 121347 0 0 0 331587 113 0 0 20 0 23 0 222212746 36010291200 174557 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8791575 174647 6230 1 0 191735 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35166300 memory=5152 CPUtime=3262.91 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 32585 0 0 0 326287 4 0 0 20 0 23 0 222212749 36010291200 174557 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35166300 memory=775792 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 174557 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35166300 memory=15336 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 174557 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35166300 memory=765788 CPUtime=0.11 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 49 0 0 0 6 5 0 0 20 0 23 0 222212750 36010291200 174557 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35166300 memory=752904 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 174557 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35166300 memory=742576 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 360 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 174557 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35166300 memory=3940 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212759 36010291200 174557 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 3317 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 698588 KiB

[startup+3342.3 s]
/proc/loadavg: 16.49 16.70 16.33 17/1224 2549179
/proc/meminfo: memFree=846545804/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35166300 memory=742832 CPUtime=3378.55 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 127407 0 0 0 337739 116 0 0 20 0 23 0 222212746 36010291200 185598 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8791575 185708 6230 1 0 200103 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35166300 memory=15336 CPUtime=3322.47 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 34382 0 0 0 332243 4 0 0 20 0 23 0 222212749 36010291200 185598 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35166300 memory=159440 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 185598 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35166300 memory=776304 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 185598 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35166300 memory=281197280917104 CPUtime=0.11 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 49 0 0 0 6 5 0 0 20 0 23 0 222212750 36010291200 185598 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35166300 memory=772188 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 185598 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35166300 memory=15336 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 185598 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35166300 memory=771676 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212759 36010291200 185598 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 3378.55 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 742832 KiB

[startup+3402.3 s]
/proc/loadavg: 16.44 16.66 16.34 17/1224 2549180
/proc/meminfo: memFree=846181032/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35166300 memory=742832 CPUtime=3439.32 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 127890 0 0 0 343814 118 0 0 20 0 23 0 222212746 36010291200 185618 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8791575 185708 6230 1 0 200103 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35166300 memory=772188 CPUtime=3382.05 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 34506 0 0 0 338201 4 0 0 20 0 23 0 222212749 36010291200 185618 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35166300 memory=675368 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 185618 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35166300 memory=0 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 185618 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35166300 memory=3768 CPUtime=0.12 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 49 0 0 0 7 5 0 0 20 0 23 0 222212750 36010291200 185618 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35166300 memory=3768 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 185618 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35166300 memory=742832 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 185618 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35166300 memory=3768 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212759 36010291200 185618 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 3439.32 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 742832 KiB

[startup+3462.3 s]
/proc/loadavg: 16.73 16.73 16.39 20/1222 2549257
/proc/meminfo: memFree=856130400/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35166300 memory=692628 CPUtime=3500.36 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 128001 0 0 0 349916 120 0 0 20 0 23 0 222212746 36010291200 173115 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8791575 173157 6230 1 0 187551 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35166300 memory=772188 CPUtime=3441.66 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 34510 0 0 0 344162 4 0 0 20 0 23 0 222212749 36010291200 173115 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35166300 memory=675368 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 173115 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35166300 memory=0 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 173115 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35166300 memory=742832 CPUtime=0.12 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 49 0 0 0 7 5 0 0 20 0 23 0 222212750 36010291200 173115 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35166300 memory=788668 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 173115 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35166300 memory=692628 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 173115 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35166300 memory=-7235693032007231077 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212759 36010291200 173115 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 3500.36 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 692628 KiB

[startup+3522.3 s]
/proc/loadavg: 16.41 16.63 16.37 17/1225 2549498
/proc/meminfo: memFree=885105152/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35166300 memory=709364 CPUtime=3561.71 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 128724 0 0 0 356048 123 0 0 20 0 23 0 222212746 36010291200 177187 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8791575 177341 6230 1 0 191735 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35166300 memory=692628 CPUtime=3501.27 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 34643 0 0 0 350123 4 0 0 20 0 23 0 222212749 36010291200 177187 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35166300 memory=692628 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 177187 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35166300 memory=159440 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 177187 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35166300 memory=709364 CPUtime=0.12 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 51 0 0 0 7 5 0 0 20 0 23 0 222212750 36010291200 177187 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35166300 memory=12016 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 177187 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35166300 memory=694744 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 177187 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35166300 memory=709364 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212759 36010291200 177187 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 3561.71 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 709364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.8 s]
/proc/loadavg: 16.27 16.56 16.36 16/1198 2549745
/proc/meminfo: memFree=905401108/1055320700 swapFree=33390400/33554428
[pid=2548278] ppid=2548256 vsize=35166300 memory=690580 CPUtime=3600.03 cores=44-47
/proc/2548278/stat : 2548278 (java) S 2548256 2548278 2539304 0 -1 4194304 129135 0 0 0 359879 124 0 0 20 0 23 0 222212746 36010291200 172492 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 0 0 16800975 0 0 0 17 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
/proc/2548278/statm: 8791575 172645 6230 1 0 187551 0
[pid=2548278/tid=2548324] ppid=2548256 vsize=35166300 memory=3768 CPUtime=3538.5 cores=44-47
/proc/2548278/task/2548324/stat : 2548324 (java) R 2548256 2548278 2539304 0 -1 4194368 34698 0 0 0 353846 4 0 0 20 0 23 0 222212749 36010291200 172492 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548364] ppid=2548256 vsize=35166300 memory=40104 CPUtime=0 cores=44-47
/proc/2548278/task/2548364/stat : 2548364 (Referen..andler) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 172492 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548365] ppid=2548256 vsize=35166300 memory=4500 CPUtime=0 cores=44-47
/proc/2548278/task/2548365/stat : 2548365 (Finalizer) S 2548256 2548278 2539304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 222212750 36010291200 172492 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548370] ppid=2548256 vsize=35166300 memory=1972 CPUtime=0.12 cores=44-47
/proc/2548278/task/2548370/stat : 2548370 (Monitor..Thread) S 2548256 2548278 2539304 0 -1 4194368 51 0 0 0 7 5 0 0 20 0 23 0 222212750 36010291200 172492 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548380] ppid=2548256 vsize=35166300 memory=-7235693032007231077 CPUtime=0 cores=44-47
/proc/2548278/task/2548380/stat : 2548380 (Notific..Thread) S 2548256 2548278 2539304 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 172492 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548381] ppid=2548256 vsize=35166300 memory=12620 CPUtime=0 cores=44-47
/proc/2548278/task/2548381/stat : 2548381 (Common-Cleaner) S 2548256 2548278 2539304 0 -1 4194368 371 0 0 0 0 0 0 0 20 0 23 0 222212751 36010291200 172492 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
[pid=2548278/tid=2548419] ppid=2548256 vsize=35166300 memory=9464 CPUtime=0 cores=44-47
/proc/2548278/task/2548419/stat : 2548419 (Timer-0) S 2548256 2548278 2539304 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 222212759 36010291200 172492 18446744073709551615 94844282621952 94844282625648 140729726192880 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94844282633512 94844282634256 94844285493248 140729726195924 140729726196064 140729726196064 140729726201800 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 690580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.9 s, system=1.2524 s

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

Child status: 143

Real time (s): 3559.88
CPU time (s): 3600.15
CPU user time (s): 3598.9
CPU system time (s): 1.2524
CPU usage (%): 101.131
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 1449988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.9
system time used= 1.2524
maximum resident set size= 1448808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119399
involuntary context switches= 4284


# summary of solver processes directly reported to runsolver:
#   pid: 2548278
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.9
#   total CPU system time (s): 1.2524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4871 second user time and 44.5255 second system time

The end

Launcher Data

Begin job on nodeE009 at 2026-07-01 09:00:51
IDJOB=4811690
IDBENCH=168669
IDSOLVER=3602
FILE ID=nodeE009/4811690-1782889251
RUNJOBID= nodeE009-1782889245-2547318
SLURM_JOB_ID= 12542958
Free space on /tmp= 796576 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v2_shuffle/normalized-grid4_49.shuf-3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4811690-1782889251/watcher-4811690-1782889251 -o /tmp/evaluation-result-4811690-1782889251/solver-4811690-1782889251 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4811690-1782889251/vars-4811690-1782889251 --bin-var /tmp/runsolver-exch-nodeE009-1782889245-2547318 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4811690-1782889251.opb

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

MD5SUM BENCH= 708623c680ab185e9505c80da77f086e
RANDOM SEED=93100665

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        926310116 kB
MemAvailable:   1044695084 kB
Buffers:              32 kB
Cached:         122625436 kB
SwapCached:        29612 kB
Active:          3646328 kB
Inactive:       121039744 kB
Active(anon):    2409044 kB
Inactive(anon):   425716 kB
Active(file):    1237284 kB
Inactive(file): 120614028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33390400 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2488 kB
Writeback:            80 kB
AnonPages:       2037252 kB
Mapped:           198040 kB
Shmem:            774148 kB
KReclaimable:    1352564 kB
Slab:            1895548 kB
SReclaimable:    1352564 kB
SUnreclaim:       542984 kB
KernelStack:       16608 kB
PageTables:        10936 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:    4546204 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      480272 kB
VmallocChunk:          0 kB
Percpu:           121088 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1638400 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      395716 kB
DirectMap2M:    18800640 kB
DirectMap1G:    1054867456 kB

Free space on /tmp at the end= 796564 MiB
End job on nodeE009 at 2026-07-01 10:00:11