Trace number 4817584

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)32379 3600.12 3458.45

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/sergeys/
CPMpy_translated_dataset_PB26/miplib/normalized-ej.mps.opb
MD5SUM0dbfa90ebc8bf5b8836dda6d37254ce4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26011
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint67
Maximum length of a constraint201
Number of terms in the objective function 67
Biggest coefficient in the objective function 73786976294838206464
Number of bits for the biggest coefficient in the objective function 67
Sum of the numbers in the objective function 147573952589676412927
Number of bits of the sum of numbers in the objective function 67
Biggest number in a constraint 3764242595681171102760960
Number of bits of the biggest number in a constraint 82
Biggest sum of numbers in a constraint 18157794274538965199394947
Number of bits of the biggest sum of numbers84
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.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.08	c Pseudo Boolean Optimization by upper bound
0.00/0.08	c --- Begin Solver configuration ---
0.00/0.08	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.08	c Expensive reason simplification
0.00/0.08	c Glucose 2.1 dynamic restart strategy
0.00/0.08	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.08	c timeout=2147483s
0.00/0.08	c DB Simplification allowed=false
0.00/0.08	c Listener: none
0.00/0.08	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4817584-1782914058.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.00/0.10	c ... done. Wall clock time 0.014s.
0.00/0.10	c declared #vars     201
0.00/0.10	c #constraints  5
0.00/0.10	c constraints type 
0.00/0.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
0.00/0.10	c 5 constraints processed.
0.00/0.11	c objective function length is 67 literals
1.19/0.47	c cleaning 2499 clauses out of 5000 with flag 10003/5000
1.51/0.70	c cleaning 4249 clauses out of 8501 with flag 22004/11000
1.93/0.94	c cleaning 5626 clauses out of 11252 with flag 36007/18000
2.27/1.27	c cleaning 6813 clauses out of 13627 with flag 52041/26001
2.66/1.61	c cleaning 7904 clauses out of 15813 with flag 70040/35000
2.99/1.97	c cleaning 8952 clauses out of 17909 with flag 90044/45000
3.45/2.36	c cleaning 9979 clauses out of 19957 with flag 112053/56000
3.88/2.76	c cleaning 10987 clauses out of 21979 with flag 136066/68001
4.45/3.26	c cleaning 11993 clauses out of 23991 with flag 162070/81000
5.05/3.83	c cleaning 12994 clauses out of 25998 with flag 190079/95000
5.56/4.39	c cleaning 13999 clauses out of 28004 with flag 220085/110000
6.31/5.05	c cleaning 15002 clauses out of 30005 with flag 252090/126000
7.03/5.73	c cleaning 15998 clauses out of 32003 with flag 286099/143000
7.63/6.32	c cleaning 17003 clauses out of 34005 with flag 322101/161000
8.39/7.04	c cleaning 17999 clauses out of 36002 with flag 360105/180000
9.07/7.75	c cleaning 19000 clauses out of 38003 with flag 400114/200000
9.91/8.52	c cleaning 19999 clauses out of 40003 with flag 442120/221000
10.61/9.27	c cleaning 21002 clauses out of 42005 with flag 486123/243001
11.57/10.14	c cleaning 22001 clauses out of 44002 with flag 532123/266000
12.47/11.01	c cleaning 23000 clauses out of 46003 with flag 580134/290002
13.61/12.16	c cleaning 23993 clauses out of 48002 with flag 630154/315001
14.76/13.21	c cleaning 25003 clauses out of 50009 with flag 682169/341001
15.67/14.16	c cleaning 26001 clauses out of 52005 with flag 736169/368000
16.81/15.26	c cleaning 27003 clauses out of 54006 with flag 792190/396002
18.08/16.44	c cleaning 27999 clauses out of 56001 with flag 850190/425000
19.27/17.68	c cleaning 29002 clauses out of 58004 with flag 910198/455002
20.63/18.98	c cleaning 29999 clauses out of 60001 with flag 972205/486001
22.10/20.35	c cleaning 31000 clauses out of 62001 with flag 1036213/518000
23.60/21.80	c cleaning 32000 clauses out of 64002 with flag 1102231/551001
24.95/23.14	c cleaning 32995 clauses out of 66002 with flag 1170240/585001
26.50/24.66	c cleaning 34004 clauses out of 68009 with flag 1240253/620003
28.09/26.17	c cleaning 35000 clauses out of 70002 with flag 1312268/656000
29.57/27.57	c cleaning 35995 clauses out of 72002 with flag 1386272/693000
31.27/29.15	c cleaning 37002 clauses out of 74010 with flag 1462285/731003
32.75/30.68	c cleaning 37997 clauses out of 76005 with flag 1540284/770000
34.50/32.32	c cleaning 39003 clauses out of 78008 with flag 1620303/810000
36.17/33.90	c cleaning 39998 clauses out of 80005 with flag 1702312/851000
38.07/35.71	c cleaning 40995 clauses out of 82009 with flag 1786339/893002
40.07/37.62	c cleaning 42001 clauses out of 84012 with flag 1872354/936000
42.00/39.46	c cleaning 43005 clauses out of 86011 with flag 1960367/980000
43.79/41.27	c cleaning 44000 clauses out of 88007 with flag 2050382/1025001
45.84/43.14	c cleaning 45000 clauses out of 90006 with flag 2142420/1071000
47.97/45.18	c cleaning 45999 clauses out of 92006 with flag 2236436/1118000
50.19/47.27	c cleaning 47002 clauses out of 94007 with flag 2332458/1166000
52.45/49.38	c cleaning 47996 clauses out of 96005 with flag 2430466/1215000
54.95/51.61	c cleaning 49000 clauses out of 98009 with flag 2530496/1265000
57.25/53.73	c cleaning 50001 clauses out of 100009 with flag 2632523/1316000
59.70/55.91	c cleaning 51002 clauses out of 102008 with flag 2736533/1368000
61.99/58.21	c cleaning 52004 clauses out of 104007 with flag 2842565/1421001
64.75/60.81	c cleaning 52995 clauses out of 106002 with flag 2950578/1475000
67.21/63.19	c cleaning 53994 clauses out of 108007 with flag 3060592/1530000
70.27/66.05	c cleaning 55004 clauses out of 110013 with flag 3172602/1586000
72.99/68.57	c cleaning 56004 clauses out of 112011 with flag 3286619/1643002
75.93/71.26	c cleaning 56996 clauses out of 114008 with flag 3402647/1701003
78.52/73.87	c cleaning 58003 clauses out of 116009 with flag 3520654/1760000
81.70/76.80	c cleaning 58998 clauses out of 118006 with flag 3640674/1820000
84.91/79.80	c cleaning 60002 clauses out of 120008 with flag 3762683/1881000
88.65/83.32	c cleaning 60999 clauses out of 122006 with flag 3886692/1943000
92.64/87.10	c cleaning 61997 clauses out of 124007 with flag 4012708/2006000
96.00/90.17	c cleaning 63002 clauses out of 126010 with flag 4140726/2070000
99.47/93.46	c cleaning 64000 clauses out of 128009 with flag 4270742/2135001
103.06/96.83	c cleaning 65005 clauses out of 130009 with flag 4402766/2201001
106.71/100.28	c cleaning 65997 clauses out of 132004 with flag 4536792/2268001
110.13/103.48	c cleaning 66997 clauses out of 134006 with flag 4672819/2336000
113.67/106.71	c cleaning 67999 clauses out of 136010 with flag 4810844/2405001
116.99/109.88	c cleaning 69004 clauses out of 138010 with flag 4950876/2475000
121.17/113.86	c cleaning 70001 clauses out of 140008 with flag 5092940/2546002
124.41/116.86	c cleaning 70994 clauses out of 142005 with flag 5236956/2618000
127.96/120.16	c cleaning 72003 clauses out of 144012 with flag 5382970/2691001
131.31/123.30	c cleaning 73003 clauses out of 146008 with flag 5530994/2765000
135.06/126.91	c cleaning 74003 clauses out of 148005 with flag 5681028/2840000
139.15/130.66	c cleaning 74996 clauses out of 150003 with flag 5833061/2916001
143.15/134.36	c cleaning 75999 clauses out of 152006 with flag 5987078/2993000
146.99/137.99	c cleaning 77001 clauses out of 154009 with flag 6143131/3071002
151.00/141.71	c cleaning 77996 clauses out of 156006 with flag 6301152/3150000
154.73/145.29	c cleaning 78997 clauses out of 158010 with flag 6461196/3230000
158.57/148.97	c cleaning 80002 clauses out of 160013 with flag 6623230/3311000
162.83/152.79	c cleaning 81001 clauses out of 162012 with flag 6787244/3393001
166.90/156.56	c cleaning 82004 clauses out of 164010 with flag 6953267/3476000
170.96/160.43	c cleaning 82998 clauses out of 166007 with flag 7121313/3560001
175.47/164.87	c cleaning 84002 clauses out of 168009 with flag 7291331/3645001
180.00/168.92	c cleaning 85002 clauses out of 170007 with flag 7463358/3731001
184.74/173.47	c cleaning 85997 clauses out of 172004 with flag 7637392/3818000
189.82/178.38	c cleaning 86997 clauses out of 174007 with flag 7813415/3906000
195.29/183.26	c cleaning 88000 clauses out of 176011 with flag 7991439/3995001
199.98/187.75	c cleaning 89002 clauses out of 178010 with flag 8171460/4085000
204.45/192.09	c cleaning 90001 clauses out of 180008 with flag 8353501/4176000
209.52/196.79	c cleaning 91000 clauses out of 182009 with flag 8537537/4268002
214.17/201.16	c cleaning 91999 clauses out of 184007 with flag 8723580/4361000
218.66/205.57	c cleaning 93004 clauses out of 186010 with flag 8911622/4455002
223.59/210.20	c cleaning 94001 clauses out of 188004 with flag 9101660/4550000
228.66/215.12	c cleaning 94999 clauses out of 190005 with flag 9293678/4646002
233.54/219.80	c cleaning 96002 clauses out of 192005 with flag 9487721/4743001
238.86/224.70	c cleaning 96992 clauses out of 194002 with flag 9683753/4841000
244.06/229.79	c cleaning 98001 clauses out of 196012 with flag 9881792/4940002
249.63/235.09	c cleaning 99000 clauses out of 198010 with flag 10081823/5040001
255.40/240.23	c cleaning 99997 clauses out of 200010 with flag 10283861/5141001
260.41/245.08	c cleaning 101003 clauses out of 202012 with flag 10487880/5243000
266.43/250.76	c cleaning 101996 clauses out of 204009 with flag 10693925/5346000
272.03/256.01	c cleaning 103004 clauses out of 206014 with flag 10901956/5450001
277.92/261.80	c cleaning 103995 clauses out of 208009 with flag 11111982/5555000
283.19/266.93	c cleaning 105007 clauses out of 210015 with flag 11324018/5661001
289.24/272.67	c cleaning 106000 clauses out of 212008 with flag 11538070/5768001
295.98/278.75	c cleaning 106996 clauses out of 214007 with flag 11754119/5876000
302.53/285.21	c cleaning 108004 clauses out of 216011 with flag 11972161/5985000
308.09/290.66	c cleaning 109004 clauses out of 218007 with flag 12192189/6095000
314.41/296.89	c cleaning 110002 clauses out of 220005 with flag 12414231/6206002
320.95/303.14	c cleaning 110992 clauses out of 222002 with flag 12638247/6318001
327.85/309.78	c cleaning 112000 clauses out of 224009 with flag 12864276/6431000
333.92/315.66	c cleaning 113001 clauses out of 226009 with flag 13092310/6545000
340.36/321.86	c cleaning 113999 clauses out of 228009 with flag 13322346/6660001
346.77/327.93	c cleaning 115002 clauses out of 230009 with flag 13554392/6776000
353.11/333.96	c cleaning 116000 clauses out of 232007 with flag 13788425/6893000
360.98/341.66	c cleaning 117004 clauses out of 234009 with flag 14024476/7011002
368.82/348.92	c cleaning 117997 clauses out of 236003 with flag 14262517/7130000
375.96/355.73	c cleaning 119000 clauses out of 238006 with flag 14502561/7250000
383.41/362.97	c cleaning 119994 clauses out of 240006 with flag 14744604/7371000
390.28/369.72	c cleaning 121000 clauses out of 242012 with flag 14988626/7493000
396.31/375.69	c cleaning 122001 clauses out of 244012 with flag 15234702/7616000
403.67/382.86	c cleaning 123003 clauses out of 246011 with flag 15482755/7740000
410.80/389.74	c cleaning 124001 clauses out of 248009 with flag 15732811/7865001
418.42/396.93	c cleaning 125003 clauses out of 250008 with flag 15984864/7991001
426.14/404.26	c cleaning 125999 clauses out of 252005 with flag 16238917/8118001
434.13/412.00	c cleaning 126999 clauses out of 254005 with flag 16494971/8246000
441.79/419.37	c cleaning 128001 clauses out of 256006 with flag 16753019/8375000
450.71/427.98	c cleaning 128998 clauses out of 258005 with flag 17013067/8505000
458.63/435.42	c cleaning 130001 clauses out of 260007 with flag 17275114/8636000
469.35/445.80	c cleaning 130998 clauses out of 262007 with flag 17539168/8768001
478.48/454.63	c cleaning 132000 clauses out of 264008 with flag 17805238/8901000
488.88/464.62	c cleaning 132995 clauses out of 266008 with flag 18073300/9035000
496.94/472.38	c cleaning 134001 clauses out of 268013 with flag 18343351/9170000
504.62/479.62	c cleaning 135002 clauses out of 270014 with flag 18615383/9306002
512.50/487.28	c cleaning 136003 clauses out of 272012 with flag 18889454/9443002
520.71/495.20	c cleaning 137000 clauses out of 274007 with flag 19165522/9581000
528.65/502.72	c cleaning 138003 clauses out of 276009 with flag 19443583/9720002
536.59/510.43	c cleaning 139000 clauses out of 278005 with flag 19723642/9860001
543.55/517.25	c cleaning 139997 clauses out of 280004 with flag 20005690/10001000
551.51/525.03	c cleaning 140997 clauses out of 282008 with flag 20289762/10143001
559.02/532.47	c cleaning 142001 clauses out of 284010 with flag 20575793/10286000
567.00/539.78	c cleaning 142997 clauses out of 286009 with flag 20863834/10430000
575.86/548.35	c cleaning 144005 clauses out of 288014 with flag 21153894/10575002
584.31/556.35	c cleaning 144999 clauses out of 290008 with flag 21445926/10721001
591.82/563.54	c cleaning 146000 clauses out of 292008 with flag 21739960/10868000
600.31/571.61	c cleaning 146998 clauses out of 294010 with flag 22036036/11016002
609.74/580.72	c cleaning 148001 clauses out of 296012 with flag 22334093/11165002
618.04/588.30	c cleaning 148998 clauses out of 298009 with flag 22634147/11315000
626.05/596.14	c cleaning 150003 clauses out of 300013 with flag 22936197/11466002
634.61/604.43	c cleaning 150999 clauses out of 302008 with flag 23240237/11618000
642.97/612.64	c cleaning 151999 clauses out of 304009 with flag 23546289/11771000
651.03/620.49	c cleaning 153003 clauses out of 306011 with flag 23854347/11925001
661.17/630.27	c cleaning 154000 clauses out of 308007 with flag 24164394/12080000
670.57/639.27	c cleaning 155000 clauses out of 310007 with flag 24476472/12236000
680.29/648.21	c cleaning 155999 clauses out of 312007 with flag 24790515/12393000
689.41/657.03	c cleaning 156999 clauses out of 314008 with flag 25106557/12551000
698.97/665.84	c cleaning 157999 clauses out of 316010 with flag 25424619/12710001
707.69/674.35	c cleaning 159005 clauses out of 318010 with flag 25744663/12870000
716.73/683.10	c cleaning 159998 clauses out of 320006 with flag 26066720/13031001
726.23/692.26	c cleaning 161001 clauses out of 322008 with flag 26390802/13193001
735.10/700.91	c cleaning 162001 clauses out of 324006 with flag 26716838/13356000
745.78/711.30	c cleaning 162998 clauses out of 326005 with flag 27044895/13520000
757.56/722.72	c cleaning 163997 clauses out of 328007 with flag 27374945/13685000
767.49/732.28	c cleaning 165001 clauses out of 330010 with flag 27707014/13851000
779.20/743.71	c cleaning 166005 clauses out of 332009 with flag 28041097/14018000
788.93/753.13	c cleaning 166998 clauses out of 334005 with flag 28377171/14186001
798.05/762.02	c cleaning 167998 clauses out of 336006 with flag 28715241/14355000
808.14/771.60	c cleaning 169003 clauses out of 338010 with flag 29055318/14525002
817.29/780.50	c cleaning 169996 clauses out of 340007 with flag 29397387/14696002
827.74/790.71	c cleaning 171005 clauses out of 342012 with flag 29741486/14868003
838.12/800.71	c cleaning 171998 clauses out of 344004 with flag 30087531/15041000
848.21/810.40	c cleaning 172995 clauses out of 346006 with flag 30435600/15215000
857.96/819.83	c cleaning 174007 clauses out of 348013 with flag 30785690/15390002
868.56/830.09	c cleaning 175002 clauses out of 350004 with flag 31137755/15566000
879.46/840.79	c cleaning 175999 clauses out of 352003 with flag 31491864/15743001
891.60/852.51	c cleaning 176997 clauses out of 354003 with flag 31847955/15921000
901.96/862.54	c cleaning 177998 clauses out of 356007 with flag 32206019/16100001
911.89/872.07	c cleaning 179001 clauses out of 358008 with flag 32566084/16280000
922.79/882.75	c cleaning 180000 clauses out of 360007 with flag 32928168/16461000
934.46/894.17	c cleaning 181002 clauses out of 362008 with flag 33292258/16643001
944.39/903.76	c cleaning 181998 clauses out of 364006 with flag 33658343/16826001
954.55/913.50	c cleaning 182999 clauses out of 366007 with flag 34026432/17010000
965.43/924.05	c cleaning 183997 clauses out of 368009 with flag 34396525/17195001
977.47/935.41	c cleaning 185001 clauses out of 370011 with flag 34768633/17381000
990.77/948.09	c cleaning 186000 clauses out of 372010 with flag 35142722/17568000
1002.08/958.94	c cleaning 187001 clauses out of 374010 with flag 35518787/17756000
1013.89/970.34	c cleaning 188006 clauses out of 376011 with flag 35896897/17945002
1026.90/982.92	c cleaning 188993 clauses out of 378003 with flag 36276968/18135000
1041.63/996.97	c cleaning 190002 clauses out of 380010 with flag 36659041/18326000
1054.52/1009.11	c cleaning 190998 clauses out of 382008 with flag 37043110/18518000
1065.79/1020.01	c cleaning 192002 clauses out of 384012 with flag 37429211/18711002
1077.43/1031.03	c cleaning 193002 clauses out of 386008 with flag 37817297/18905000
1089.87/1042.91	c cleaning 194004 clauses out of 388009 with flag 38207379/19100003
1103.11/1055.70	c cleaning 194998 clauses out of 390003 with flag 38599502/19296001
1117.33/1069.61	c cleaning 195996 clauses out of 392004 with flag 38993592/19493000
1132.21/1084.09	c cleaning 197005 clauses out of 394010 with flag 39389679/19691002
1148.29/1098.65	c cleaning 197995 clauses out of 396003 with flag 39787777/19890000
1162.42/1112.46	c cleaning 199001 clauses out of 398008 with flag 40187883/20090000
1174.88/1124.56	c cleaning 199999 clauses out of 400008 with flag 40589950/20291001
1187.34/1136.69	c cleaning 201003 clauses out of 402009 with flag 40994004/20493001
1199.04/1147.99	c cleaning 202002 clauses out of 404005 with flag 41400049/20696000
1212.63/1160.99	c cleaning 202997 clauses out of 406003 with flag 41808147/20900000
1227.26/1175.11	c cleaning 204000 clauses out of 408006 with flag 42218200/21105000
1241.57/1189.03	c cleaning 204994 clauses out of 410006 with flag 42630264/21311000
1254.99/1202.07	c cleaning 206003 clauses out of 412012 with flag 43044346/21518000
1268.49/1214.86	c cleaning 207000 clauses out of 414011 with flag 43460445/21726002
1284.33/1230.03	c cleaning 208000 clauses out of 416009 with flag 43878509/21935000
1297.22/1242.62	c cleaning 208999 clauses out of 418009 with flag 44298566/22145000
1309.84/1254.92	c cleaning 210002 clauses out of 420010 with flag 44720648/22356000
1323.38/1267.93	c cleaning 211002 clauses out of 422008 with flag 45144706/22568000
1336.47/1280.37	c cleaning 212004 clauses out of 424008 with flag 45570793/22781002
1350.43/1293.81	c cleaning 212998 clauses out of 426004 with flag 45998874/22995002
1367.56/1310.49	c cleaning 213999 clauses out of 428005 with flag 46428954/23210001
1382.40/1324.98	c cleaning 214998 clauses out of 430005 with flag 46861048/23426000
1397.66/1339.68	c cleaning 216003 clauses out of 432008 with flag 47295103/23643001
1411.94/1353.44	c cleaning 216996 clauses out of 434004 with flag 47731182/23861000
1425.89/1366.90	c cleaning 217999 clauses out of 436009 with flag 48169279/24080001
1441.69/1381.87	c cleaning 218999 clauses out of 438009 with flag 48609355/24300000
1458.66/1397.57	c cleaning 220003 clauses out of 440011 with flag 49051462/24521001
1475.22/1413.34	c cleaning 220999 clauses out of 442007 with flag 49495528/24743000
1491.92/1429.16	c cleaning 222001 clauses out of 444008 with flag 49941620/24966000
1508.50/1445.03	c cleaning 222998 clauses out of 446007 with flag 50389716/25190000
1524.76/1460.27	c cleaning 224001 clauses out of 448009 with flag 50839815/25415000
1539.51/1474.51	c cleaning 225003 clauses out of 450008 with flag 51291924/25641000
1555.32/1489.72	c cleaning 226001 clauses out of 452007 with flag 51746026/25868002
1571.58/1505.40	c cleaning 227000 clauses out of 454005 with flag 52202109/26096001
1586.93/1520.13	c cleaning 227999 clauses out of 456005 with flag 52660216/26325001
1601.81/1534.53	c cleaning 228999 clauses out of 458005 with flag 53120292/26555000
1618.56/1550.68	c cleaning 230002 clauses out of 460007 with flag 53582381/26786001
1635.95/1566.91	c cleaning 230997 clauses out of 462005 with flag 54046468/27018001
1653.41/1583.72	c cleaning 231997 clauses out of 464008 with flag 54512562/27251001
1669.45/1599.31	c cleaning 233003 clauses out of 466011 with flag 54980646/27485001
1688.38/1617.38	c cleaning 234001 clauses out of 468007 with flag 55450719/27720000
1703.67/1631.94	c cleaning 234999 clauses out of 470007 with flag 55922829/27956001
1721.95/1649.73	c cleaning 236001 clauses out of 472007 with flag 56396900/28193000
1737.30/1664.20	c cleaning 236997 clauses out of 474006 with flag 56872985/28431000
1753.89/1679.81	c cleaning 238000 clauses out of 476009 with flag 57351058/28670000
1770.03/1695.55	c cleaning 239003 clauses out of 478009 with flag 57831136/28910000
1787.32/1712.25	c cleaning 240001 clauses out of 480007 with flag 58313227/29151001
1808.27/1732.54	c cleaning 240999 clauses out of 482005 with flag 58797365/29393000
1828.87/1751.25	c cleaning 241995 clauses out of 484006 with flag 59283458/29636000
1846.84/1768.71	c cleaning 242999 clauses out of 486011 with flag 59771569/29880000
1864.50/1785.61	c cleaning 243999 clauses out of 488013 with flag 60261676/30125001
1882.98/1803.56	c cleaning 244998 clauses out of 490013 with flag 60753827/30371000
1902.33/1822.27	c cleaning 246004 clauses out of 492015 with flag 61247988/30618000
1923.38/1842.15	c cleaning 247003 clauses out of 494012 with flag 61744055/30866001
1942.54/1860.51	c cleaning 248000 clauses out of 496010 with flag 62242138/31115002
1963.46/1880.91	c cleaning 249000 clauses out of 498009 with flag 62742210/31365001
1985.33/1902.01	c cleaning 250003 clauses out of 500010 with flag 63244319/31616002
2011.20/1927.26	c cleaning 250999 clauses out of 502007 with flag 63748424/31868002
2032.25/1947.47	c cleaning 251993 clauses out of 504006 with flag 64254482/32121000
2054.63/1968.44	c cleaning 252999 clauses out of 506013 with flag 64762574/32375000
2074.95/1987.43	c cleaning 254000 clauses out of 508014 with flag 65272659/32630000
2093.71/2005.55	c cleaning 255004 clauses out of 510014 with flag 65784780/32886000
2111.51/2022.47	c cleaning 256003 clauses out of 512011 with flag 66298852/33143001
2129.28/2039.70	c cleaning 257002 clauses out of 514007 with flag 66814949/33401000
2148.80/2058.68	c cleaning 257994 clauses out of 516005 with flag 67333044/33660000
2169.01/2077.76	c cleaning 259002 clauses out of 518012 with flag 67853111/33920001
2190.20/2098.22	c cleaning 260000 clauses out of 520010 with flag 68375218/34181001
2211.36/2118.05	c cleaning 261004 clauses out of 522009 with flag 68899352/34443000
2231.94/2137.83	c cleaning 261998 clauses out of 524005 with flag 69425576/34706000
2256.25/2161.60	c cleaning 263003 clauses out of 526007 with flag 69953734/34970000
2280.35/2185.19	c cleaning 264000 clauses out of 528004 with flag 70483848/35235000
2303.49/2207.62	c cleaning 264999 clauses out of 530004 with flag 71015979/35501000
2330.27/2233.47	c cleaning 266000 clauses out of 532005 with flag 71550069/35768000
2356.98/2258.23	c cleaning 266994 clauses out of 534006 with flag 72086165/36036001
2378.20/2278.69	c cleaning 268004 clauses out of 536011 with flag 72624235/36305000
2398.28/2298.10	c cleaning 268998 clauses out of 538008 with flag 73164333/36575001
2419.73/2318.83	c cleaning 269998 clauses out of 540009 with flag 73706469/36846000
2441.18/2339.62	c cleaning 270999 clauses out of 542013 with flag 74250568/37118002
2464.07/2361.67	c cleaning 272002 clauses out of 544013 with flag 74796704/37391001
2482.66/2379.68	c cleaning 272998 clauses out of 546010 with flag 75344780/37665000
2502.75/2398.20	c cleaning 274002 clauses out of 548012 with flag 75894891/37940000
2522.16/2416.81	c cleaning 275000 clauses out of 550010 with flag 76447016/38216000
2542.84/2436.59	c cleaning 275998 clauses out of 552010 with flag 77001118/38493000
2564.30/2456.82	c cleaning 277004 clauses out of 554013 with flag 77557199/38771001
2582.84/2474.51	c cleaning 277998 clauses out of 556008 with flag 78115306/39050000
2602.39/2493.22	c cleaning 279001 clauses out of 558010 with flag 78675413/39330000
2622.95/2513.03	c cleaning 279997 clauses out of 560009 with flag 79237492/39611000
2644.48/2532.40	c cleaning 281004 clauses out of 562013 with flag 79801580/39893001
2665.75/2552.70	c cleaning 281997 clauses out of 564008 with flag 80367661/40176000
2690.88/2577.10	c cleaning 283005 clauses out of 566015 with flag 80935751/40460004
2710.21/2595.91	c cleaning 284002 clauses out of 568008 with flag 81505847/40745002
2732.43/2617.66	c cleaning 284999 clauses out of 570007 with flag 82077997/41031003
2753.96/2638.47	c cleaning 285998 clauses out of 572005 with flag 82652106/41318000
2775.47/2659.31	c cleaning 286996 clauses out of 574007 with flag 83228176/41606000
2800.08/2683.11	c cleaning 288005 clauses out of 576012 with flag 83806273/41895001
2827.98/2710.63	c cleaning 288996 clauses out of 578006 with flag 84386398/42185000
2851.53/2732.97	c cleaning 289999 clauses out of 580010 with flag 84968497/42476000
2874.06/2755.01	c cleaning 291006 clauses out of 582013 with flag 85552609/42768002
2894.14/2774.57	c cleaning 291999 clauses out of 584006 with flag 86138725/43061001
2913.38/2793.41	c cleaning 292997 clauses out of 586007 with flag 86726839/43355001
2934.61/2814.13	c cleaning 294003 clauses out of 588010 with flag 87316918/43650001
2957.12/2836.36	c cleaning 294995 clauses out of 590006 with flag 87909010/43946000
2979.50/2858.24	c cleaning 296000 clauses out of 592012 with flag 88503112/44243001
3001.95/2880.06	c cleaning 297000 clauses out of 594011 with flag 89099194/44541000
3022.20/2899.92	c cleaning 298001 clauses out of 596011 with flag 89697304/44840000
3047.11/2924.05	c cleaning 299002 clauses out of 598012 with flag 90297448/45140002
3069.44/2945.80	c cleaning 300001 clauses out of 600008 with flag 90899553/45441000
3090.38/2965.67	c cleaning 301000 clauses out of 602009 with flag 91503663/45743002
3117.45/2992.36	c cleaning 302000 clauses out of 604007 with flag 92109756/46046000
3144.90/3019.30	c cleaning 302998 clauses out of 606008 with flag 92717861/46350001
3171.75/3045.13	c cleaning 303992 clauses out of 608009 with flag 93327972/46655000
3196.39/3068.59	c cleaning 305002 clauses out of 610017 with flag 93940043/46961000
3220.48/3090.81	c cleaning 306000 clauses out of 612016 with flag 94554151/47268001
3243.55/3113.26	c cleaning 307001 clauses out of 614016 with flag 95170287/47576001
3268.58/3137.56	c cleaning 308002 clauses out of 616014 with flag 95788391/47885000
3292.98/3160.67	c cleaning 309000 clauses out of 618012 with flag 96408519/48195000
3319.32/3186.15	c cleaning 310003 clauses out of 620012 with flag 97030573/48506000
3344.58/3210.61	c cleaning 310999 clauses out of 622010 with flag 97654686/48818001
3367.63/3232.93	c cleaning 312004 clauses out of 624011 with flag 98280822/49131001
3395.97/3260.58	c cleaning 312998 clauses out of 626006 with flag 98908941/49445000
3421.33/3285.19	c cleaning 313998 clauses out of 628008 with flag 99539022/49760000
3452.83/3315.94	c cleaning 314994 clauses out of 630010 with flag 100171145/50076000
3479.80/3341.86	c cleaning 316005 clauses out of 632016 with flag 100805258/50393000
3505.00/3366.47	c cleaning 317000 clauses out of 634012 with flag 101441358/50711001
3530.37/3391.25	c cleaning 318004 clauses out of 636011 with flag 102079486/51030000
3556.83/3416.84	c cleaning 318999 clauses out of 638007 with flag 102719585/51350000
3571.39/3430.26	c SATISFIABLE
3571.39/3430.26	c OPTIMIZING...
3571.39/3430.26	c Got one! Elapsed wall clock time (in seconds):3430.174
3571.39/3430.26	o 32379
3584.15/3442.84	c cleaning 290083 clauses out of 580166 with flag 10020/51611158
3593.45/3452.18	c cleaning 148042 clauses out of 296083 with flag 22099/51617158
3596.04/3454.70	c cleaning 77521 clauses out of 155041 with flag 36118/51624158
3596.79/3455.43	c cleaning 42760 clauses out of 85519 with flag 52120/51632157
3597.12/3455.75	c cleaning 25880 clauses out of 51760 with flag 70130/51641158
3597.44/3456.06	c cleaning 17940 clauses out of 35879 with flag 90136/51651157
3598.01/3456.42	c cleaning 14466 clauses out of 28939 with flag 112138/51662157
3598.31/3456.73	c cleaning 13234 clauses out of 26473 with flag 136138/51674157
3598.62/3457.08	c cleaning 13120 clauses out of 26240 with flag 162149/51687158
3599.01/3457.44	c cleaning 13554 clauses out of 27120 with flag 190151/51701158
3599.42/3457.83	c cleaning 14281 clauses out of 28565 with flag 220158/51716157
3599.82/3458.24	c cleaning 15143 clauses out of 30285 with flag 252161/51732158
3600.02/3458.40	c starts		: 2
3600.02/3458.41	c conflicts		: 51739112
3600.02/3458.41	c decisions		: 51746629
3600.02/3458.41	c propagations		: 250017188
3600.02/3458.41	c inspects		: 12528391099
3600.02/3458.41	c shortcuts		: 0
3600.02/3458.41	c learnt literals	: 0
3600.02/3458.41	c learnt binary clauses	: 0
3600.02/3458.41	c learnt ternary clauses	: 0
3600.02/3458.41	c learnt constraints	: 51739112
3600.02/3458.41	c ignored constraints	: 0
3600.02/3458.41	c root simplifications	: 0
3600.02/3458.41	c removed literals (reason simplification)	: 664823000
3600.02/3458.41	c reason swapping (by a shorter reason)	: 0
3600.02/3458.41	c Calls to reduceDB	: 328
3600.02/3458.41	c Number of update (reduction) of LBD	: 9746
3600.02/3458.41	c Imported unit clauses	: 0
3600.02/3458.41	c No decision after first conflict	: false
3600.02/3458.41	c number of reductions to clauses (during analyze)	: 0
3600.02/3458.41	c number of learned constraints concerned by reduction	: 0
3600.02/3458.41	c number of learning phase by resolution	: 0
3600.02/3458.41	c number of learning phase by cutting planes	: 0
3600.02/3458.41	c number of rounding to 1 operations	: 0
3600.02/3458.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3458.41	c number of reductions of the coefficients by power 2 	: 0
3600.02/3458.41	c number of right shift for reduction by power 2 	: 0
3600.02/3458.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3458.41	c number of ending skipping 	: 0
3600.02/3458.41	c number of internal skipping 	: 0
3600.02/3458.41	c number of derivation steps 	: 0
3600.02/3458.41	c number of skipped derivation steps 	: 0
3600.02/3458.41	c number of remaining unassigned 	: 0
3600.02/3458.41	c number of remaining assigned 	: 0
3600.02/3458.41	c number of falsified literals weakened from reason	: 0
3600.02/3458.41	c number of falsified literals weakened from conflict	: 0
3600.02/3458.41	c time for arithmetic operations	: 0
3600.02/3458.41	c minimum degree of deleted constraints	: null
3600.02/3458.41	c maximum degree of deleted constraints	: null
3600.02/3458.41	c number of deleted constraints	: 0
3600.02/3458.41	c speed (assignments/second)	: 72294.823468178
3600.02/3458.41	c non guided choices	: 13
3600.02/3458.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 22096
3600.02/3458.42	s SATISFIABLE
3600.02/3458.42	c Found 1 solution(s)
3600.02/3458.42	v x1 x2 -x3 x4 x5 x6 x7 -x8 -x9 x10 x11 x12 x13 x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 x72 x73 -x74 x75 x76 -x77 x78 -x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 x138 x139 x140 -x141 x142 x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 
3600.02/3458.42	c objective function=32379
3600.02/3458.42	c Total wall clock time (in seconds): 3458.336

Verifier Data

OK	32379

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

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 2,4-5,7-9,12-14,17-18,21-23,25-27,29-30,33-34,36,38,45-46,49-50,52-53,56-57
  3550 MHz: 0-1,3,40-42,54-55
  3600 MHz: 6,10-11,15-16,19-20,24,28,31-32,35,37,39,43-44,47-48,51,58-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (76649 MiB free)
  node 1: cores 8-15, 129019 MiB (111034 MiB free)
  node 2: cores 16-23, 129019 MiB (123672 MiB free)
  node 3: cores 24-31, 128957 MiB (92021 MiB free)
  node 4: cores 32-39, 129019 MiB (108856 MiB free)
  node 5: cores 40-47, 129019 MiB (105553 MiB free)
  node 6: cores 48-55, 129019 MiB (112680 MiB free)
  node 7: cores 56-63, 128474 MiB (93605 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=2601191, runsolver pid=2601188
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 15.81 16.32 16.73 19/1198 2601213
/proc/meminfo: memFree=843837612/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35033172 memory=60568 CPUtime=0.18 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 7937 0 0 0 17 1 0 0 20 0 21 0 224693652 35873968128 14806 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8758293 15142 6257 1 0 33855 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35033172 memory=5963408912 CPUtime=0.08 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 3299 0 0 0 8 0 0 0 20 0 21 0 224693653 35873968128 14806 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35033172 memory=211409961334 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 224693654 35873968128 14806 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35033172 memory=60680137098362 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 224693654 35873968128 14806 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35033172 memory=56290697299298 CPUtime=0 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 224693654 35873968128 14806 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35033172 memory=62883505653466 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 224693655 35873968128 14806 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35033172 memory=57420374404193 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 224693655 35873968128 14806 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35033172 memory=15255939441515678 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 224693663 35873968128 14806 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 60568 KiB

[startup+0.213997 s]*
/proc/loadavg: 15.81 16.32 16.73 18/1200 2601215
/proc/meminfo: memFree=843785568/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35099736 memory=130296 CPUtime=0.55 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 9558 0 0 0 53 2 0 0 20 0 22 0 224693652 35942129664 32294 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8774934 32574 6267 1 0 78358 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35099736 memory=5963539255 CPUtime=0.19 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 3353 0 0 0 19 0 0 0 20 0 22 0 224693653 35942129664 32294 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35099736 memory=2259 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224693654 35942129664 32294 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35099736 memory=59580625453545 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 224693654 35942129664 32294 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35099736 memory=55191185654365 CPUtime=0 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 224693654 35942129664 32294 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35099736 memory=61783994008353 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 224693655 35942129664 32294 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35099736 memory=53022327833852 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224693655 35942129664 32294 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35099736 memory=33362 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224693663 35942129664 32294 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 130296 KiB

[startup+0.314291 s]*
/proc/loadavg: 15.81 16.32 16.73 18/1200 2601215
/proc/meminfo: memFree=843683652/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=226408 CPUtime=0.89 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 11645 0 0 0 87 2 0 0 20 0 24 0 224693652 36078452736 56461 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 56602 6267 1 0 82999 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=3471202195317482295 CPUtime=0.31 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 3433 0 0 0 30 1 0 0 20 0 24 0 224693653 36078452736 56461 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=2259 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224693654 36078452736 56461 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=59580625453545 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 224693654 36078452736 56461 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=55191185654365 CPUtime=0 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224693654 36078452736 56461 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=61783994008353 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224693655 36078452736 56461 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=53022327833852 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224693655 36078452736 56461 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=33362 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224693663 36078452736 56461 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 226408 KiB

[startup+0.700342 s]
/proc/loadavg: 15.81 16.32 16.73 17/1202 2601217
/proc/meminfo: memFree=843649512/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=596524 CPUtime=1.64 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 12779 0 0 0 160 4 0 0 20 0 24 0 224693652 36078452736 149008 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 149131 6267 1 0 183742 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=53022327833852 CPUtime=0.64 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 3609 0 0 0 62 2 0 0 20 0 24 0 224693653 36078452736 149008 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=33362 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224693654 36078452736 149008 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=59580625453545 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 224693654 36078452736 149008 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=55191185654365 CPUtime=0 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224693654 36078452736 149008 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=61783994008353 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224693655 36078452736 149008 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=2259 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224693655 36078452736 149008 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=3948 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224693663 36078452736 149008 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 596524 KiB

[startup+1.50024 s]
/proc/loadavg: 15.81 16.32 16.73 18/1202 2601217
/proc/meminfo: memFree=843281488/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=1217796 CPUtime=2.57 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 14560 0 0 0 250 7 0 0 20 0 23 0 224693652 36078452736 304303 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 304449 6267 1 0 486405 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=53022327833852 CPUtime=1.42 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 4070 0 0 0 137 5 0 0 20 0 23 0 224693653 36078452736 304303 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=3948 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 304303 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 304303 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 304303 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=33362 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 304303 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 304303 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=8309704490941155106 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693663 36078452736 304303 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1217796 KiB

[startup+3.11449 s]
/proc/loadavg: 15.75 16.30 16.72 17/1202 2601218
/proc/meminfo: memFree=842153116/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=1736080 CPUtime=4.33 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 14900 0 0 0 425 8 0 0 20 0 24 0 224693652 36078452736 433882 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 434020 6267 1 0 486410 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=37127 CPUtime=2.98 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 4278 0 0 0 292 6 0 0 20 0 24 0 224693653 36078452736 433882 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224693654 36078452736 433882 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=11700 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 224693654 36078452736 433882 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224693654 36078452736 433882 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=3948 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224693655 36078452736 433882 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224693655 36078452736 433882 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=33 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224693663 36078452736 433882 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 4.33 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1736080 KiB

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

/proc/meminfo: memFree=862463216/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=13590212 CPUtime=3294.67 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 702564 0 0 0 329293 174 0 0 20 0 23 0 224693652 36078452736 3397531 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 3397553 6313 1 0 3419601 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=15125200 CPUtime=3108.41 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 252653 0 0 0 310759 82 0 0 20 0 23 0 224693653 36078452736 3397531 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=13842256 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3397531 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=281308145060912 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3397531 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=0 CPUtime=0.11 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 149 0 0 0 5 6 0 0 20 0 23 0 224693654 36078452736 3397531 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=15524 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3397531 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=5824 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 1095 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3397531 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=13590212 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693663 36078452736 3397531 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 3294.67 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13590212 KiB

[startup+3222.3 s]
/proc/loadavg: 5.73 6.46 7.49 6/916 2601713
/proc/meminfo: memFree=875487124/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=13356356 CPUtime=3356.66 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 710963 0 0 0 335491 175 0 0 20 0 23 0 224693652 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 3339089 6313 1 0 3361025 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=13842256 CPUtime=3167.56 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 257999 0 0 0 316673 83 0 0 20 0 23 0 224693653 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=13590212 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=15524 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=13590212 CPUtime=0.11 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 149 0 0 0 5 6 0 0 20 0 23 0 224693654 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=13590212 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=9372 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 1117 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=13590212 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693663 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 3356.66 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13356356 KiB

[startup+3282.3 s]
/proc/loadavg: 4.81 6.08 7.29 5/888 2601752
/proc/meminfo: memFree=885913124/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=13356356 CPUtime=3418.52 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 717991 0 0 0 341676 176 0 0 20 0 23 0 224693652 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 3339089 6313 1 0 3361025 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=4104 CPUtime=3226.75 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 262393 0 0 0 322592 83 0 0 20 0 23 0 224693653 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=281308145380768 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=13356356 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=13356356 CPUtime=0.11 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 153 0 0 0 5 6 0 0 20 0 23 0 224693654 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=13773956 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=4104 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 1179 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=13356356 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693663 36078452736 3339115 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 3418.52 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13356356 KiB

[startup+3342.3 s]
/proc/loadavg: 3.81 5.57 7.04 4/861 2601791
/proc/meminfo: memFree=889942944/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=13122500 CPUtime=3480.3 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 732553 0 0 0 347852 178 0 0 20 0 23 0 224693652 36078452736 3280699 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 3280625 6313 1 0 3302449 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=4104 CPUtime=3285.99 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 271696 0 0 0 328515 84 0 0 20 0 23 0 224693653 36078452736 3280699 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=5824 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3280699 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=2996 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3280699 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=13122500 CPUtime=0.11 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 158 0 0 0 5 6 0 0 20 0 23 0 224693654 36078452736 3280699 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=13122500 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3280699 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=15524 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 1218 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3280699 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=13122500 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693663 36078452736 3280699 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 3480.3 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 13122500 KiB

[startup+3402.3 s]
/proc/loadavg: 3.30 5.10 6.79 4/862 2601793
/proc/meminfo: memFree=890194804/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=12905352 CPUtime=3542.35 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 743829 0 0 0 354056 179 0 0 20 0 23 0 224693652 36078452736 3226395 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 3226338 6313 1 0 3248057 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=3948 CPUtime=3345.15 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 278553 0 0 0 334431 84 0 0 20 0 23 0 224693653 36078452736 3226395 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=150364 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3226395 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=-7741220990667809638 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3226395 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=3948 CPUtime=0.11 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 160 0 0 0 5 6 0 0 20 0 23 0 224693654 36078452736 3226395 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=2652 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3226395 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=5824 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 1245 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3226395 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=40780 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693663 36078452736 3226395 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 3542.35 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 12905352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3458.4 s]
/proc/loadavg: 3.12 4.75 6.57 4/862 2601798
/proc/meminfo: memFree=890256436/1055320700 swapFree=33554428/33554428
[pid=2601191] ppid=2601188 vsize=35232864 memory=12912256 CPUtime=3600.02 cores=40-43
/proc/2601191/stat : 2601191 (java) S 2601188 2601191 2599462 0 -1 4194304 763011 0 0 0 359822 180 0 0 20 0 23 0 224693652 36078452736 3228047 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
/proc/2601191/statm: 8808216 3228064 6313 1 0 3250342 0
[pid=2601191/tid=2601193] ppid=2601188 vsize=35232864 memory=12912256 CPUtime=3400.68 cores=40-43
/proc/2601191/task/2601193/stat : 2601193 (java) R 2601188 2601191 2599462 0 -1 4194368 286155 0 0 0 339984 84 0 0 20 0 23 0 224693653 36078452736 3228047 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601204] ppid=2601188 vsize=35232864 memory=2996 CPUtime=0 cores=40-43
/proc/2601191/task/2601204/stat : 2601204 (Referen..andler) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3228047 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601205] ppid=2601188 vsize=35232864 memory=40780 CPUtime=0 cores=40-43
/proc/2601191/task/2601205/stat : 2601205 (Finalizer) S 2601188 2601191 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224693654 36078452736 3228047 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601208] ppid=2601188 vsize=35232864 memory=2652 CPUtime=0.11 cores=40-43
/proc/2601191/task/2601208/stat : 2601208 (Monitor..Thread) S 2601188 2601191 2599462 0 -1 4194368 165 0 0 0 5 6 0 0 20 0 23 0 224693654 36078452736 3228047 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601211] ppid=2601188 vsize=35232864 memory=3700 CPUtime=0 cores=40-43
/proc/2601191/task/2601211/stat : 2601211 (Notific..Thread) S 2601188 2601191 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3228047 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601212] ppid=2601188 vsize=35232864 memory=1948 CPUtime=0 cores=40-43
/proc/2601191/task/2601212/stat : 2601212 (Common-Cleaner) S 2601188 2601191 2599462 0 -1 4194368 1269 0 0 0 0 0 0 0 20 0 23 0 224693655 36078452736 3228047 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
[pid=2601191/tid=2601214] ppid=2601188 vsize=35232864 memory=-7741220990667809638 CPUtime=0 cores=40-43
/proc/2601191/task/2601214/stat : 2601214 (Timer-0) S 2601188 2601191 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224693663 36078452736 3228047 18446744073709551615 94661595770880 94661595774576 140721638352672 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94661595782440 94661595783184 94661596286976 140721638357204 140721638357344 140721638357344 140721638363080 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 12912256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.29 s, system=1.83156 s

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

Child status: 143

Real time (s): 3458.45
CPU time (s): 3600.12
CPU user time (s): 3598.29
CPU system time (s): 1.83156
CPU usage (%): 104.096
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 15388368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.29
system time used= 1.83156
maximum resident set size= 15386884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 765509
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108042
involuntary context switches= 5568


# summary of solver processes directly reported to runsolver:
#   pid: 2601191
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.29
#   total CPU system time (s): 1.83156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9164 second user time and 37.1967 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-07-01 15:54:18
IDJOB=4817584
IDBENCH=185473
IDSOLVER=3602
FILE ID=nodeE004/4817584-1782914058
RUNJOBID= nodeE004-1782910774-2599482
SLURM_JOB_ID= 12542991
Free space on /tmp= 798424 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB26/normalized-PB26/OPT-LIN/sergeys/CPMpy_translated_dataset_PB26/miplib/normalized-ej.mps.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4817584-1782914058/watcher-4817584-1782914058 -o /tmp/evaluation-result-4817584-1782914058/solver-4817584-1782914058 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4817584-1782914058/vars-4817584-1782914058 --bin-var /tmp/runsolver-exch-nodeE004-1782910774-2599482 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4817584-1782914058.opb

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

MD5SUM BENCH= 0dbfa90ebc8bf5b8836dda6d37254ce4
RANDOM SEED=1611733592

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.714
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		: 3578.164
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		: 3580.601
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		: 2493.659
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:        843851876 kB
MemAvailable:   964678364 kB
Buffers:            3352 kB
Cached:         125223236 kB
SwapCached:            0 kB
Active:         88684264 kB
Inactive:       118993560 kB
Active(anon):   83230004 kB
Inactive(anon):   142608 kB
Active(file):    5454260 kB
Inactive(file): 118850952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               784 kB
Writeback:           244 kB
AnonPages:      82439564 kB
Mapped:           205184 kB
Shmem:            921344 kB
KReclaimable:    1544904 kB
Slab:            2125208 kB
SReclaimable:    1544904 kB
SUnreclaim:       580304 kB
KernelStack:       19888 kB
PageTables:       170748 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   93252028 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483700 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  80955392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798468 MiB
End job on nodeE004 at 2026-07-01 16:51:57