Trace number 4819946

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2026-06-10MSAT (TO) 3600.21 3570.58

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/warehouse/
normalized-cap42_wcsp.wbo
MD5SUMf1281546bfdcfa9fb50b608c743ffb37
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT TO
Best cost obtained on this benchmark12213731
Best CPU time to get the best result obtained on this benchmark3600.09
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 56493026
Min constraint cost 1
Max constraint cost 56493026
Sum of constraints costs 45549155826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4819946-1782926913.wbo
0.00/0.09	c reading problem ... 
0.19/0.12	c ... done. Wall clock time 0.035s.
0.19/0.12	c declared #vars     832
0.19/0.12	c internal #vars     2446
0.19/0.12	c #constraints  1747
0.19/0.12	c constraints type 
0.19/0.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 846
0.19/0.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.19/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.19/0.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 850
0.19/0.12	c 1747 constraints processed.
0.19/0.13	c objective function length is 1614 literals
0.19/0.14	c SATISFIABLE
0.19/0.14	c OPTIMIZING...
0.19/0.14	c Got one! Elapsed wall clock time (in seconds):0.054
0.19/0.14	o 9556215
1.04/0.48	c cleaning 2494 clauses out of 5000 with flag 12044/5000
1.52/0.73	c cleaning 4252 clauses out of 8506 with flag 27914/11000
1.83/0.98	c cleaning 5617 clauses out of 11255 with flag 50783/18001
2.13/1.25	c cleaning 6816 clauses out of 13644 with flag 75781/26007
2.50/1.57	c cleaning 7908 clauses out of 15821 with flag 107084/35000
2.90/1.92	c cleaning 8955 clauses out of 17915 with flag 140276/45002
3.30/2.34	c cleaning 9978 clauses out of 19958 with flag 177823/56000
3.80/2.80	c cleaning 10991 clauses out of 21981 with flag 222244/68001
4.31/3.30	c cleaning 11996 clauses out of 23991 with flag 266016/81002
4.82/3.83	c cleaning 12983 clauses out of 25993 with flag 316353/95000
5.42/4.41	c cleaning 13987 clauses out of 28010 with flag 373131/110000
6.05/5.10	c cleaning 15000 clauses out of 30023 with flag 446909/126000
6.76/5.76	c cleaning 16005 clauses out of 32023 with flag 507463/143000
7.48/6.44	c cleaning 17002 clauses out of 34019 with flag 574794/161001
8.20/7.15	c cleaning 18003 clauses out of 36016 with flag 647181/180000
9.02/7.91	c cleaning 18989 clauses out of 38013 with flag 717258/200000
9.84/8.71	c cleaning 19996 clauses out of 40024 with flag 787908/221000
10.63/9.54	c cleaning 21004 clauses out of 42028 with flag 860510/243000
11.53/10.44	c cleaning 22004 clauses out of 44026 with flag 948135/266002
12.53/11.40	c cleaning 23009 clauses out of 46021 with flag 1036825/290001
13.57/12.45	c cleaning 24003 clauses out of 48012 with flag 1137583/315001
14.56/13.47	c cleaning 25001 clauses out of 50012 with flag 1231605/341004
15.68/14.54	c cleaning 25991 clauses out of 52008 with flag 1330160/368001
16.80/15.60	c cleaning 27004 clauses out of 54019 with flag 1427040/396003
17.90/16.73	c cleaning 27993 clauses out of 56013 with flag 1521991/425001
19.22/18.01	c cleaning 28992 clauses out of 58019 with flag 1627756/455000
20.41/19.28	c cleaning 30001 clauses out of 60027 with flag 1741164/486000
21.91/20.72	c cleaning 31008 clauses out of 62026 with flag 1876632/518000
23.26/22.07	c cleaning 32008 clauses out of 64019 with flag 2001279/551001
24.54/23.39	c cleaning 32992 clauses out of 66012 with flag 2124325/585002
25.99/24.75	c cleaning 33977 clauses out of 68018 with flag 2237768/620000
27.49/26.20	c cleaning 35021 clauses out of 70041 with flag 2358656/656000
28.90/27.69	c cleaning 35995 clauses out of 72020 with flag 2488705/693000
30.50/29.23	c cleaning 36977 clauses out of 74025 with flag 2622395/731000
32.13/30.86	c cleaning 38020 clauses out of 76048 with flag 2775811/770000
33.84/32.51	c cleaning 39013 clauses out of 78029 with flag 2937076/810001
35.46/34.16	c cleaning 39992 clauses out of 80017 with flag 3072584/851002
37.25/36.00	c cleaning 40996 clauses out of 82023 with flag 3213564/893000
39.16/37.82	c cleaning 42004 clauses out of 84027 with flag 3367386/936000
41.26/39.93	c cleaning 43006 clauses out of 86024 with flag 3573832/980001
43.20/41.81	c cleaning 43994 clauses out of 88019 with flag 3739052/1025002
45.10/43.73	c cleaning 45007 clauses out of 90023 with flag 3897209/1071000
47.10/45.75	c cleaning 45995 clauses out of 92019 with flag 4064852/1118003
49.10/47.77	c cleaning 47006 clauses out of 94022 with flag 4236481/1166001
51.23/49.83	c cleaning 48002 clauses out of 96015 with flag 4415359/1215000
53.24/51.82	c cleaning 48999 clauses out of 98013 with flag 4586480/1265000
55.38/53.93	c cleaning 49982 clauses out of 100015 with flag 4763411/1316001
57.51/56.09	c cleaning 50998 clauses out of 102032 with flag 4948671/1368000
59.81/58.38	c cleaning 52011 clauses out of 104034 with flag 5133099/1421000
62.22/60.75	c cleaning 53005 clauses out of 106023 with flag 5340034/1475000
64.65/63.13	c cleaning 53988 clauses out of 108018 with flag 5525946/1530000
67.20/65.62	c cleaning 54996 clauses out of 110031 with flag 5727874/1586001
69.61/68.04	c cleaning 56016 clauses out of 112034 with flag 5928141/1643000
72.10/70.54	c cleaning 56996 clauses out of 114018 with flag 6134327/1701000
74.81/73.27	c cleaning 57989 clauses out of 116022 with flag 6380518/1760000
77.52/75.96	c cleaning 59013 clauses out of 118033 with flag 6608770/1820000
80.33/78.80	c cleaning 60002 clauses out of 120021 with flag 6816053/1881001
83.23/81.60	c cleaning 60991 clauses out of 122018 with flag 7038046/1943000
85.99/84.33	c cleaning 62008 clauses out of 124027 with flag 7269822/2006000
89.10/87.40	c cleaning 62990 clauses out of 126019 with flag 7505088/2070000
91.81/90.14	c cleaning 64004 clauses out of 128031 with flag 7761275/2135002
94.60/92.97	c cleaning 64997 clauses out of 130029 with flag 7971144/2201004
97.71/96.06	c cleaning 65986 clauses out of 132031 with flag 8200544/2268003
100.73/99.07	c cleaning 67001 clauses out of 134042 with flag 8436794/2336000
104.02/102.32	c cleaning 67999 clauses out of 136042 with flag 8702936/2405001
107.17/105.44	c cleaning 69018 clauses out of 138042 with flag 8949394/2475000
111.27/109.51	c cleaning 70012 clauses out of 140025 with flag 9172621/2546001
115.28/113.56	c cleaning 71004 clauses out of 142013 with flag 9430009/2618001
120.26/118.44	c cleaning 72003 clauses out of 144009 with flag 9654197/2691001
124.56/122.60	c cleaning 73000 clauses out of 146006 with flag 9882399/2765001
129.08/127.03	c cleaning 74000 clauses out of 148006 with flag 10116430/2840001
133.28/131.22	c cleaning 75003 clauses out of 150005 with flag 10385302/2916000
138.59/136.59	c cleaning 75987 clauses out of 152003 with flag 10625964/2993001
143.68/141.59	c cleaning 76999 clauses out of 154015 with flag 10890270/3071000
149.10/146.92	c cleaning 78003 clauses out of 156016 with flag 11157941/3150000
153.41/151.22	c cleaning 78999 clauses out of 158013 with flag 11414516/3230000
157.81/155.62	c cleaning 79995 clauses out of 160019 with flag 11650526/3311005
162.71/160.57	c cleaning 81002 clauses out of 162020 with flag 11908485/3393001
167.64/165.49	c cleaning 82005 clauses out of 164021 with flag 12152671/3476004
172.81/170.52	c cleaning 83000 clauses out of 166013 with flag 12411345/3560001
177.65/175.33	c cleaning 83985 clauses out of 168012 with flag 12683857/3645000
183.36/181.02	c cleaning 85008 clauses out of 170027 with flag 12967377/3731000
188.76/186.43	c cleaning 85999 clauses out of 172020 with flag 13226095/3818001
193.06/190.72	c cleaning 86996 clauses out of 174022 with flag 13480436/3906002
197.48/195.16	c cleaning 87995 clauses out of 176025 with flag 13737637/3995001
202.19/199.75	c cleaning 89001 clauses out of 178029 with flag 14000878/4085000
207.01/204.53	c cleaning 90008 clauses out of 180030 with flag 14257297/4176002
212.43/209.97	c cleaning 91004 clauses out of 182020 with flag 14503961/4268000
217.75/215.20	c cleaning 92000 clauses out of 184016 with flag 14802390/4361000
224.35/221.72	c cleaning 93002 clauses out of 186016 with flag 15123494/4455000
230.17/227.51	c cleaning 93994 clauses out of 188017 with flag 15414105/4550003
235.86/233.26	c cleaning 94987 clauses out of 190020 with flag 15727178/4646000
242.48/239.81	c cleaning 96006 clauses out of 192035 with flag 16074790/4743002
249.48/246.70	c cleaning 97005 clauses out of 194029 with flag 16430702/4841002
256.40/253.65	c cleaning 98003 clauses out of 196024 with flag 16742504/4940002
263.96/261.05	c cleaning 99008 clauses out of 198019 with flag 17121231/5040000
270.28/267.38	c cleaning 100004 clauses out of 200011 with flag 17453370/5141000
276.31/273.37	c cleaning 100999 clauses out of 202007 with flag 17788867/5243000
282.71/279.66	c cleaning 102000 clauses out of 204010 with flag 18117722/5346002
288.71/285.62	c cleaning 102997 clauses out of 206012 with flag 18438978/5450004
294.64/291.57	c cleaning 103993 clauses out of 208011 with flag 18773102/5555000
300.74/297.67	c cleaning 105000 clauses out of 210020 with flag 19134833/5661002
307.46/304.37	c cleaning 106006 clauses out of 212018 with flag 19506228/5768000
313.95/310.73	c cleaning 106998 clauses out of 214012 with flag 19843021/5876000
320.07/316.81	c cleaning 108004 clauses out of 216014 with flag 20214355/5985000
326.28/323.11	c cleaning 108994 clauses out of 218010 with flag 20557605/6095000
333.45/330.27	c cleaning 110008 clauses out of 220017 with flag 20923414/6206001
340.28/337.10	c cleaning 111005 clauses out of 222010 with flag 21285690/6318002
347.10/343.70	c cleaning 112001 clauses out of 224004 with flag 21642945/6431001
354.72/351.33	c cleaning 112998 clauses out of 226004 with flag 22024592/6545002
361.03/357.66	c cleaning 113999 clauses out of 228004 with flag 22409186/6660000
368.13/364.70	c cleaning 114984 clauses out of 230006 with flag 22823351/6776001
374.83/371.47	c cleaning 115996 clauses out of 232021 with flag 23237343/6893000
381.57/378.11	c cleaning 117010 clauses out of 234028 with flag 23654613/7011003
389.28/385.71	c cleaning 118002 clauses out of 236015 with flag 24043086/7130000
396.79/393.26	c cleaning 119006 clauses out of 238017 with flag 24419444/7250004
403.49/399.96	c cleaning 119988 clauses out of 240008 with flag 24779478/7371001
412.28/408.79	c cleaning 121001 clauses out of 242019 with flag 25190651/7493000
419.47/415.90	c cleaning 121985 clauses out of 244018 with flag 25587437/7616000
427.87/424.33	c cleaning 123002 clauses out of 246033 with flag 25962833/7740000
435.47/431.95	c cleaning 124006 clauses out of 248033 with flag 26378212/7865002
443.60/440.10	c cleaning 125004 clauses out of 250025 with flag 26826209/7991000
453.11/449.48	c cleaning 126007 clauses out of 252022 with flag 27270191/8118001
461.82/458.11	c cleaning 127001 clauses out of 254014 with flag 27721503/8246000
470.21/466.54	c cleaning 128005 clauses out of 256014 with flag 28181682/8375001
477.94/474.26	c cleaning 128999 clauses out of 258012 with flag 28646816/8505004
485.68/481.80	c cleaning 129999 clauses out of 260010 with flag 29031199/8636001
493.40/489.54	c cleaning 130999 clauses out of 262012 with flag 29477441/8768002
500.41/496.54	c cleaning 131983 clauses out of 264011 with flag 29938613/8901000
507.43/503.52	c cleaning 132994 clauses out of 266029 with flag 30348574/9035001
515.07/511.11	c cleaning 134008 clauses out of 268034 with flag 30831747/9170000
524.09/520.02	c cleaning 134999 clauses out of 270026 with flag 31262027/9306000
532.69/528.61	c cleaning 135994 clauses out of 272027 with flag 31724320/9443000
541.14/537.04	c cleaning 137007 clauses out of 274034 with flag 32182481/9581001
549.44/545.24	c cleaning 138005 clauses out of 276026 with flag 32625717/9720000
557.29/553.08	c cleaning 138998 clauses out of 278021 with flag 33113872/9860000
564.67/560.44	c cleaning 140007 clauses out of 280023 with flag 33570108/10001000
572.39/568.12	c cleaning 141006 clauses out of 282017 with flag 34017414/10143001
581.01/576.61	c cleaning 141999 clauses out of 284010 with flag 34483723/10286000
589.23/584.82	c cleaning 143002 clauses out of 286013 with flag 34939286/10430002
598.25/593.83	c cleaning 144003 clauses out of 288010 with flag 35382190/10575001
607.06/602.61	c cleaning 144989 clauses out of 290006 with flag 35804406/10721000
616.10/611.50	c cleaning 146000 clauses out of 292018 with flag 36221110/10868001
625.41/620.87	c cleaning 147003 clauses out of 294018 with flag 36668499/11016001
634.16/629.51	c cleaning 147999 clauses out of 296017 with flag 37155384/11165003
643.01/638.20	c cleaning 149002 clauses out of 298017 with flag 37606769/11315002
652.23/647.44	c cleaning 149997 clauses out of 300013 with flag 38102174/11466000
661.63/656.83	c cleaning 150998 clauses out of 302016 with flag 38624999/11618000
670.43/665.64	c cleaning 151998 clauses out of 304018 with flag 39110628/11771000
679.68/674.71	c cleaning 152997 clauses out of 306021 with flag 39601347/11925001
689.31/684.36	c cleaning 153986 clauses out of 308025 with flag 40091702/12080002
698.55/693.59	c cleaning 154988 clauses out of 310037 with flag 40595561/12236000
707.91/702.77	c cleaning 156016 clauses out of 312049 with flag 41072504/12393000
718.82/713.67	c cleaning 157014 clauses out of 314033 with flag 41636414/12551000
728.57/723.38	c cleaning 157999 clauses out of 316019 with flag 42128997/12710000
739.79/734.58	c cleaning 159002 clauses out of 318020 with flag 42596357/12870000
751.31/745.92	c cleaning 159989 clauses out of 320019 with flag 43074276/13031001
761.75/756.35	c cleaning 161012 clauses out of 322030 with flag 43534599/13193001
772.75/767.36	c cleaning 162009 clauses out of 324018 with flag 43993557/13356001
784.41/778.89	c cleaning 163004 clauses out of 326009 with flag 44448370/13520001
793.85/788.27	c cleaning 163993 clauses out of 328005 with flag 44993438/13685001
803.44/797.80	c cleaning 165000 clauses out of 330012 with flag 45531777/13851001
814.13/808.54	c cleaning 165988 clauses out of 332011 with flag 46100731/14018000
824.42/818.62	c cleaning 167004 clauses out of 334027 with flag 46643819/14186004
834.76/828.98	c cleaning 167994 clauses out of 336019 with flag 47177668/14355000
845.59/839.76	c cleaning 168999 clauses out of 338025 with flag 47714043/14525000
857.96/851.91	c cleaning 170008 clauses out of 340026 with flag 48260949/14696000
868.48/862.49	c cleaning 170996 clauses out of 342018 with flag 48807375/14868000
880.01/873.90	c cleaning 172000 clauses out of 344024 with flag 49381460/15041002
892.67/886.44	c cleaning 173005 clauses out of 346023 with flag 49958760/15215001
904.00/897.70	c cleaning 173997 clauses out of 348017 with flag 50497006/15390000
916.24/909.94	c cleaning 175006 clauses out of 350020 with flag 51061758/15566000
928.28/921.84	c cleaning 175990 clauses out of 352014 with flag 51607840/15743000
939.23/932.74	c cleaning 177000 clauses out of 354024 with flag 52135930/15921000
952.58/946.01	c cleaning 178004 clauses out of 356024 with flag 52696245/16100000
964.82/958.12	c cleaning 179005 clauses out of 358020 with flag 53248530/16280000
976.48/969.69	c cleaning 180002 clauses out of 360015 with flag 53812468/16461000
989.80/982.95	c cleaning 181003 clauses out of 362013 with flag 54360853/16643000
1001.33/994.41	c cleaning 181994 clauses out of 364012 with flag 54904734/16826002
1014.80/1007.76	c cleaning 183003 clauses out of 366017 with flag 55450345/17010001
1026.85/1019.72	c cleaning 183996 clauses out of 368013 with flag 55993609/17195000
1039.28/1032.19	c cleaning 185005 clauses out of 370018 with flag 56549262/17381001
1052.73/1045.40	c cleaning 185991 clauses out of 372012 with flag 57092759/17568000
1064.96/1057.62	c cleaning 187000 clauses out of 374022 with flag 57614507/17756001
1079.15/1071.63	c cleaning 187997 clauses out of 376021 with flag 58154226/17945000
1091.92/1084.31	c cleaning 189003 clauses out of 378024 with flag 58801041/18135000
1105.20/1097.45	c cleaning 190002 clauses out of 380022 with flag 59386314/18326001
1117.26/1109.48	c cleaning 191005 clauses out of 382019 with flag 59957700/18518000
1130.67/1122.64	c cleaning 192004 clauses out of 384014 with flag 60497358/18711000
1143.71/1135.65	c cleaning 192995 clauses out of 386010 with flag 61046904/18905000
1160.51/1152.29	c cleaning 193999 clauses out of 388015 with flag 61639694/19100000
1179.62/1171.36	c cleaning 194993 clauses out of 390016 with flag 62283265/19296000
1194.03/1185.53	c cleaning 196005 clauses out of 392023 with flag 62947219/19493000
1206.88/1198.34	c cleaning 196998 clauses out of 394018 with flag 63595468/19691000
1218.93/1210.12	c cleaning 197991 clauses out of 396022 with flag 64227197/19890002
1231.99/1223.17	c cleaning 199009 clauses out of 398029 with flag 64852980/20090000
1246.92/1238.10	c cleaning 199993 clauses out of 400020 with flag 65458473/20291000
1260.47/1251.48	c cleaning 201002 clauses out of 402027 with flag 66075314/20493000
1274.41/1265.32	c cleaning 202005 clauses out of 404025 with flag 66732789/20696000
1288.80/1279.52	c cleaning 203004 clauses out of 406022 with flag 67372766/20900002
1301.87/1292.56	c cleaning 204010 clauses out of 408019 with flag 68086496/21105003
1314.43/1304.97	c cleaning 204999 clauses out of 410007 with flag 68723793/21311001
1328.45/1318.91	c cleaning 205995 clauses out of 412007 with flag 69362497/21518000
1341.94/1332.25	c cleaning 207002 clauses out of 414013 with flag 69974954/21726001
1356.78/1347.08	c cleaning 207998 clauses out of 416010 with flag 70591624/21935000
1371.74/1361.83	c cleaning 208998 clauses out of 418012 with flag 71215612/22145000
1389.03/1378.96	c cleaning 209988 clauses out of 420014 with flag 71828793/22356000
1403.41/1393.21	c cleaning 211003 clauses out of 422030 with flag 72515983/22568004
1419.40/1409.02	c cleaning 212009 clauses out of 424023 with flag 73171675/22781000
1433.33/1422.99	c cleaning 212990 clauses out of 426014 with flag 73821813/22995000
1450.04/1439.41	c cleaning 214002 clauses out of 428024 with flag 74446419/23210000
1466.28/1455.60	c cleaning 214995 clauses out of 430025 with flag 75126015/23426003
1480.67/1469.80	c cleaning 215999 clauses out of 432027 with flag 75828699/23643000
1496.46/1485.55	c cleaning 217014 clauses out of 434033 with flag 76506609/23861005
1513.52/1502.43	c cleaning 218000 clauses out of 436014 with flag 77204606/24080000
1528.37/1517.24	c cleaning 218997 clauses out of 438015 with flag 77938576/24300001
1542.44/1531.14	c cleaning 220002 clauses out of 440017 with flag 78659150/24521000
1556.47/1544.94	c cleaning 220992 clauses out of 442015 with flag 79391152/24743000
1573.03/1561.43	c cleaning 222011 clauses out of 444024 with flag 80083595/24966001
1586.32/1574.51	c cleaning 223000 clauses out of 446012 with flag 80823837/25190000
1602.19/1590.32	c cleaning 223996 clauses out of 448014 with flag 81546979/25415002
1617.34/1605.38	c cleaning 225000 clauses out of 450016 with flag 82268035/25641000
1634.78/1622.50	c cleaning 226003 clauses out of 452017 with flag 83069358/25868001
1649.63/1637.32	c cleaning 226985 clauses out of 454013 with flag 83816058/26096000
1665.93/1653.45	c cleaning 228005 clauses out of 456030 with flag 84550140/26325002
1681.27/1668.52	c cleaning 229011 clauses out of 458025 with flag 85301583/26555002
1699.18/1686.44	c cleaning 229992 clauses out of 460012 with flag 86064220/26786000
1714.99/1702.03	c cleaning 230994 clauses out of 462020 with flag 86853286/27018000
1728.93/1715.97	c cleaning 232007 clauses out of 464026 with flag 87621185/27251000
1748.89/1735.78	c cleaning 232998 clauses out of 466019 with flag 88354129/27485000
1766.55/1753.16	c cleaning 234005 clauses out of 468021 with flag 89109489/27720000
1783.58/1770.11	c cleaning 234999 clauses out of 470016 with flag 89883000/27956000
1799.15/1785.51	c cleaning 235996 clauses out of 472018 with flag 90616496/28193001
1817.92/1804.02	c cleaning 236999 clauses out of 474021 with flag 91413542/28431000
1838.60/1824.43	c cleaning 238005 clauses out of 476023 with flag 92286610/28670001
1856.26/1841.88	c cleaning 238999 clauses out of 478018 with flag 93075107/28910001
1874.01/1859.52	c cleaning 240004 clauses out of 480019 with flag 93795046/29151001
1893.20/1878.55	c cleaning 240994 clauses out of 482014 with flag 94524846/29393000
1912.67/1897.75	c cleaning 242004 clauses out of 484021 with flag 95315022/29636001
1931.83/1916.81	c cleaning 242995 clauses out of 486016 with flag 96110079/29880000
1948.83/1933.66	c cleaning 243999 clauses out of 488021 with flag 96903062/30125000
1968.56/1953.30	c cleaning 245005 clauses out of 490022 with flag 97739662/30371000
1987.40/1971.94	c cleaning 246002 clauses out of 492019 with flag 98546040/30618002
2004.06/1988.51	c cleaning 247002 clauses out of 494016 with flag 99312158/30866001
2022.23/2006.52	c cleaning 247997 clauses out of 496014 with flag 100100730/31115001
2038.38/2022.63	c cleaning 248998 clauses out of 498016 with flag 100876279/31365000
2056.68/2040.70	c cleaning 250009 clauses out of 500018 with flag 101697816/31616000
2074.85/2058.61	c cleaning 251001 clauses out of 502009 with flag 102507509/31868000
2091.94/2075.60	c cleaning 252002 clauses out of 504009 with flag 103327187/32121001
2110.72/2094.24	c cleaning 252996 clauses out of 506006 with flag 104145854/32375000
2129.61/2113.03	c cleaning 253999 clauses out of 508012 with flag 104955871/32630002
2157.47/2140.72	c cleaning 254988 clauses out of 510012 with flag 105741210/32886001
2176.79/2159.85	c cleaning 256002 clauses out of 512023 with flag 106493198/33143000
2195.36/2178.33	c cleaning 257001 clauses out of 514021 with flag 107334781/33401000
2213.73/2196.52	c cleaning 257999 clauses out of 516020 with flag 108151719/33660000
2233.19/2215.78	c cleaning 259008 clauses out of 518022 with flag 108938187/33920001
2251.58/2233.87	c cleaning 259999 clauses out of 520013 with flag 109750232/34181000
2270.56/2252.70	c cleaning 261001 clauses out of 522015 with flag 110575462/34443001
2292.34/2274.34	c cleaning 261991 clauses out of 524014 with flag 111378200/34706001
2311.90/2293.89	c cleaning 262997 clauses out of 526022 with flag 112161486/34970000
2337.00/2318.72	c cleaning 263992 clauses out of 528025 with flag 112992619/35235000
2358.55/2340.27	c cleaning 265015 clauses out of 530033 with flag 113839684/35501000
2380.05/2361.52	c cleaning 265999 clauses out of 532018 with flag 114661133/35768000
2399.82/2381.06	c cleaning 267002 clauses out of 534019 with flag 115484755/36036000
2418.44/2399.63	c cleaning 268009 clauses out of 536018 with flag 116319640/36305001
2440.56/2421.51	c cleaning 269003 clauses out of 538008 with flag 117179658/36575000
2460.37/2441.10	c cleaning 269997 clauses out of 540006 with flag 117976174/36846001
2483.67/2464.09	c cleaning 271003 clauses out of 542011 with flag 118786584/37118003
2504.75/2484.87	c cleaning 271995 clauses out of 544005 with flag 119644527/37391000
2526.54/2506.53	c cleaning 272998 clauses out of 546010 with flag 120475450/37665000
2549.07/2528.83	c cleaning 273994 clauses out of 548014 with flag 121350678/37940002
2577.66/2557.16	c cleaning 274997 clauses out of 550020 with flag 122226037/38216002
2603.62/2583.02	c cleaning 275998 clauses out of 552021 with flag 123125557/38493000
2625.97/2605.17	c cleaning 277001 clauses out of 554023 with flag 124077811/38771000
2648.01/2626.84	c cleaning 278002 clauses out of 556022 with flag 124933473/39050000
2673.40/2651.98	c cleaning 279002 clauses out of 558021 with flag 125845491/39330001
2696.15/2674.63	c cleaning 279998 clauses out of 560020 with flag 126787376/39611002
2717.68/2695.95	c cleaning 281007 clauses out of 562020 with flag 127720598/39893000
2740.78/2718.76	c cleaning 281997 clauses out of 564013 with flag 128604676/40176000
2766.42/2744.09	c cleaning 283009 clauses out of 566019 with flag 129530332/40460003
2793.74/2771.34	c cleaning 283997 clauses out of 568007 with flag 130436848/40745000
2819.20/2796.57	c cleaning 285001 clauses out of 570011 with flag 131341232/41031001
2841.24/2818.50	c cleaning 285993 clauses out of 572009 with flag 132219726/41318000
2864.27/2841.36	c cleaning 286996 clauses out of 574016 with flag 133107756/41606000
2886.55/2863.33	c cleaning 288005 clauses out of 576023 with flag 133950617/41895003
2908.06/2884.54	c cleaning 288994 clauses out of 578016 with flag 134780012/42185001
2932.43/2908.84	c cleaning 290001 clauses out of 580022 with flag 135674868/42476001
2952.95/2929.15	c cleaning 291008 clauses out of 582020 with flag 136560653/42768000
2977.51/2953.46	c cleaning 292001 clauses out of 584012 with flag 137506075/43061000
3004.01/2979.68	c cleaning 292999 clauses out of 586013 with flag 138480004/43355002
3033.59/3009.15	c cleaning 293992 clauses out of 588012 with flag 139365950/43650000
3057.21/3032.59	c cleaning 294995 clauses out of 590020 with flag 140268910/43946000
3083.24/3058.30	c cleaning 295998 clauses out of 592025 with flag 141248861/44243000
3108.28/3083.32	c cleaning 296999 clauses out of 594027 with flag 142198665/44541000
3129.31/3104.18	c cleaning 297995 clauses out of 596028 with flag 143071141/44840000
3154.67/3129.20	c cleaning 299006 clauses out of 598033 with flag 143994837/45140000
3180.40/3154.93	c cleaning 300007 clauses out of 600027 with flag 144910198/45441000
3206.11/3180.45	c cleaning 301007 clauses out of 602020 with flag 145853739/45743000
3238.68/3212.74	c cleaning 302001 clauses out of 604015 with flag 146892121/46046002
3262.01/3235.73	c cleaning 302996 clauses out of 606012 with flag 147848582/46350000
3285.25/3258.90	c cleaning 303998 clauses out of 608016 with flag 148751166/46655000
3308.28/3281.72	c cleaning 305007 clauses out of 610020 with flag 149656898/46961002
3335.15/3308.30	c cleaning 305990 clauses out of 612012 with flag 150581087/47268001
3365.65/3338.58	c cleaning 307003 clauses out of 614021 with flag 151577977/47576000
3397.65/3370.26	c cleaning 308004 clauses out of 616018 with flag 152547610/47885000
3426.64/3398.98	c cleaning 309003 clauses out of 618014 with flag 153523762/48195000
3453.39/3425.62	c cleaning 310003 clauses out of 620011 with flag 154467624/48506000
3477.39/3449.44	c cleaning 310994 clauses out of 622008 with flag 155384749/48818000
3503.80/3475.50	c cleaning 311998 clauses out of 624014 with flag 156279897/49131000
3529.89/3501.35	c cleaning 312983 clauses out of 626017 with flag 157200016/49445001
3554.72/3525.85	c cleaning 314010 clauses out of 628035 with flag 158217136/49760002
3582.21/3553.06	c cleaning 315001 clauses out of 630023 with flag 159223826/50076000
3600.03/3570.51	c starts		: 254
3600.03/3570.51	c conflicts		: 50343297
3600.03/3570.51	c decisions		: 132366573
3600.03/3570.51	c propagations		: 17502717658
3600.03/3570.51	c inspects		: 41263145297
3600.03/3570.51	c shortcuts		: 0
3600.03/3570.51	c learnt literals	: 0
3600.03/3570.51	c learnt binary clauses	: 0
3600.03/3570.51	c learnt ternary clauses	: 0
3600.03/3570.51	c learnt constraints	: 50343297
3600.03/3570.51	c ignored constraints	: 0
3600.03/3570.51	c root simplifications	: 0
3600.03/3570.51	c removed literals (reason simplification)	: 37094821
3600.03/3570.51	c reason swapping (by a shorter reason)	: 0
3600.03/3570.51	c Calls to reduceDB	: 312
3600.03/3570.51	c Number of update (reduction) of LBD	: 19536836
3600.03/3570.51	c Imported unit clauses	: 0
3600.03/3570.51	c No decision after first conflict	: false
3600.03/3570.51	c number of reductions to clauses (during analyze)	: 0
3600.03/3570.51	c number of learned constraints concerned by reduction	: 0
3600.03/3570.51	c number of learning phase by resolution	: 0
3600.03/3570.51	c number of learning phase by cutting planes	: 0
3600.03/3570.51	c number of rounding to 1 operations	: 0
3600.03/3570.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3570.51	c number of reductions of the coefficients by power 2 	: 0
3600.03/3570.51	c number of right shift for reduction by power 2 	: 0
3600.03/3570.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3570.51	c number of ending skipping 	: 0
3600.03/3570.51	c number of internal skipping 	: 0
3600.03/3570.51	c number of derivation steps 	: 0
3600.03/3570.51	c number of skipped derivation steps 	: 0
3600.03/3570.51	c number of remaining unassigned 	: 0
3600.03/3570.51	c number of remaining assigned 	: 0
3600.03/3570.51	c number of falsified literals weakened from reason	: 0
3600.03/3570.51	c number of falsified literals weakened from conflict	: 0
3600.03/3570.51	c time for arithmetic operations	: 0
3600.03/3570.51	c minimum degree of deleted constraints	: null
3600.03/3570.51	c maximum degree of deleted constraints	: null
3600.03/3570.51	c number of deleted constraints	: 0
3600.03/3570.51	c speed (assignments/second)	: 4902204.349288604
3600.03/3570.51	c non guided choices	: 127
3600.03/3570.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 582319
3600.03/3570.57	s SATISFIABLE
3600.03/3570.57	c Found 1 solution(s)
3600.03/3570.57	v -x1 x2 -x3 x4 -x5 x6 -x7 x8 x9 -x10 -x11 x12 x13 -x14 -x15 x16 -x17 x18 -x19 x20 -x21 x22 x23 -x24 -x25 x26 -x27 x28 x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 x827 -x828 -x829 -x830 -x831 -x832 
3600.03/3570.57	c objective function=9556215
3600.03/3570.57	c Total wall clock time (in seconds): 3570.483

Verifier Data

OK	9556215

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-4819946-1782926913/watcher-4819946-1782926913 -o /tmp/evaluation-result-4819946-1782926913/solver-4819946-1782926913 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4819946-1782926913/vars-4819946-1782926913 --bin-var /tmp/runsolver-exch-nodeE008-1782923335-2649645 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4819946-1782926913.wbo 

running on 4 cores: 48-51

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 1-4,6-8,10-12,15-16,18-21,23,25-29,31-33,36,38,41-42,45-47,52-53,59-60,62
  3550 MHz: 39,43,54-55,61,63
  3600 MHz: 0,5,9,13-14,17,22,24,30,34-35,37,40,44,48-51,56-58
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 48-51

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (105984 MiB free)
  node 1: cores 8-15, 129019 MiB (113755 MiB free)
  node 2: cores 16-23, 128973 MiB (112305 MiB free)
  node 3: cores 24-31, 129003 MiB (111613 MiB free)
  node 4: cores 32-39, 129019 MiB (85940 MiB free)
  node 5: cores 40-47, 129019 MiB (106564 MiB free)
  node 6: cores 48-55, 129019 MiB (109203 MiB free)
  node 7: cores 56-63, 128474 MiB (100532 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=2653986, runsolver pid=2653983
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 18.11 17.00 16.44 18/1218 2654007
/proc/meminfo: memFree=866177548/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=34966608 memory=60052 CPUtime=0.19 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 7842 0 0 0 17 2 0 0 20 0 20 0 225979086 35805806592 14544 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8741652 15013 6219 1 0 33328 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 3211 0 0 0 8 0 0 0 20 0 20 0 225979087 35805806592 14544 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 49 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=34966608 memory=2292 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 225979089 35805806592 15067 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=34966608 memory=60684432048628 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 225979089 35805806592 15067 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=34966608 memory=55195480621671 CPUtime=0 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 225979089 35805806592 15067 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=34966608 memory=57390242464551 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 225979089 35805806592 15067 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=34966608 memory=13852953979127114 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 225979089 35805806592 15067 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 60052 KiB

[startup+0.213734 s]*
/proc/loadavg: 18.11 17.00 16.44 19/1220 2654009
/proc/meminfo: memFree=866163068/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35033172 memory=76144 CPUtime=0.54 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 9809 0 0 0 52 2 0 0 20 0 21 0 225979086 35873968128 18693 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8758293 19036 6282 1 0 36255 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35033172 memory=8386095037794055477 CPUtime=0.19 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 3333 0 0 0 19 0 0 0 20 0 21 0 225979087 35873968128 18693 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35033172 memory=241474733984 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 18693 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35033172 memory=17997 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 18693 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35033172 memory=18340 CPUtime=0 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 18693 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35033172 memory=18902 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 18693 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35033172 memory=54659 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 18693 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35033172 memory=3833746564403403238 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979100 35873968128 18693 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 76144 KiB

[startup+0.313497 s]*
/proc/loadavg: 18.11 17.00 16.44 20/1220 2654009
/proc/meminfo: memFree=866157216/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35033172 memory=79148 CPUtime=0.84 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 10049 0 0 0 82 2 0 0 20 0 21 0 225979086 35873968128 19398 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8758293 19787 6282 1 0 38531 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35033172 memory=8389771804677338421 CPUtime=0.29 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 3333 0 0 0 28 1 0 0 20 0 21 0 225979087 35873968128 19398 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 49 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35033172 memory=241474733984 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 19398 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35033172 memory=17997 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 19398 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35033172 memory=18340 CPUtime=0 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 19398 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35033172 memory=18902 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 19398 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35033172 memory=54659 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979089 35873968128 19398 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35033172 memory=3833746564403403238 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979100 35873968128 19398 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 79148 KiB

[startup+0.700233 s]
/proc/loadavg: 18.11 17.00 16.44 18/1220 2654009
/proc/meminfo: memFree=866153652/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35099736 memory=89956 CPUtime=1.52 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 10218 0 0 0 150 2 0 0 20 0 22 0 225979086 35942129664 22285 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8774934 22489 6282 1 0 44123 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35099736 memory=4852 CPUtime=0.66 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 3345 0 0 0 65 1 0 0 20 0 22 0 225979087 35942129664 22285 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 49 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35099736 memory=4386 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225979089 35942129664 22285 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35099736 memory=5784 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 225979089 35942129664 22285 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35099736 memory=3984 CPUtime=0 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225979089 35942129664 22285 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35099736 memory=4020 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225979089 35942129664 22285 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225979089 35942129664 22285 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35099736 memory=147888608904844 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225979100 35942129664 22285 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 89956 KiB

[startup+1.50018 s]
/proc/loadavg: 18.11 17.00 16.44 18/1221 2654010
/proc/meminfo: memFree=866123984/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35099736 memory=106604 CPUtime=2.5 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 13716 0 0 0 248 2 0 0 20 0 21 0 225979086 35942129664 26506 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8774934 26651 6282 1 0 48788 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35099736 memory=4852 CPUtime=1.46 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 3802 0 0 0 145 1 0 0 20 0 21 0 225979087 35942129664 26506 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 26506 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 26506 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 26506 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 26506 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 26506 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35099736 memory=-8312670058677691230 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979100 35942129664 26506 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 106604 KiB

[startup+3.11346 s]
/proc/loadavg: 18.10 17.01 16.45 17/1220 2654010
/proc/meminfo: memFree=866054964/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35099736 memory=129336 CPUtime=4.12 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 13796 0 0 0 410 2 0 0 20 0 21 0 225979086 35942129664 32156 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8774934 32334 6314 1 0 52972 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35099736 memory=0 CPUtime=3.06 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 3815 0 0 0 305 1 0 0 20 0 21 0 225979087 35942129664 32156 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35099736 memory=4852 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 32156 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35099736 memory=125112 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 32156 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35099736 memory=0 CPUtime=0 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 32156 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35099736 memory=92092 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 32156 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35099736 memory=140694538684049 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979089 35942129664 32156 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35099736 memory=140694538684050 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225979100 35942129664 32156 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 4.12 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 129336 KiB

[startup+6.30016 s]

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

/proc/meminfo: memFree=827299580/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35166300 memory=672300 CPUtime=3369.45 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 91737 0 0 0 336848 97 0 0 20 0 23 0 225979086 36010291200 167929 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8791575 168075 6286 1 0 183114 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35166300 memory=651460 CPUtime=3320.22 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 20666 0 0 0 332020 2 0 0 20 0 23 0 225979087 36010291200 167929 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35166300 memory=68 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 167929 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35166300 memory=645496 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 167929 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35166300 memory=647616 CPUtime=0.08 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 54 0 0 0 4 4 0 0 20 0 23 0 225979089 36010291200 167929 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35166300 memory=15392 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 167929 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35166300 memory=-7595698427708728158 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 247 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 167929 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35166300 memory=15392 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979100 36010291200 167929 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 3369.45 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 672300 KiB

[startup+3402.3 s]
/proc/loadavg: 16.42 16.40 16.45 17/1223 2655724
/proc/meminfo: memFree=827497012/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35166300 memory=678456 CPUtime=3430.05 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 92327 0 0 0 342906 99 0 0 20 0 23 0 225979086 36010291200 169468 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8791575 169614 6286 1 0 183114 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35166300 memory=68 CPUtime=3379.85 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 20826 0 0 0 337983 2 0 0 20 0 23 0 225979087 36010291200 169468 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 49 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35166300 memory=678456 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 169468 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35166300 memory=4764 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 169468 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35166300 memory=150648 CPUtime=0.08 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 54 0 0 0 4 4 0 0 20 0 23 0 225979089 36010291200 169468 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35166300 memory=5784 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 169468 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35166300 memory=666144 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 247 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 169468 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35166300 memory=666144 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979100 36010291200 169468 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 3430.05 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 678456 KiB

[startup+3462.3 s]
/proc/loadavg: 16.23 16.34 16.43 17/1223 2655725
/proc/meminfo: memFree=826605764/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35166300 memory=662232 CPUtime=3490.32 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 92639 0 0 0 348932 100 0 0 20 0 23 0 225979086 36010291200 165373 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8791575 165558 6286 1 0 178930 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35166300 memory=68 CPUtime=3439.5 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 20862 0 0 0 343948 2 0 0 20 0 23 0 225979087 36010291200 165373 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35166300 memory=678456 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 165373 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35166300 memory=662232 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 165373 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35166300 memory=3016 CPUtime=0.08 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 54 0 0 0 4 4 0 0 20 0 23 0 225979089 36010291200 165373 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35166300 memory=3984 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 165373 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35166300 memory=4020 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 247 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 165373 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35166300 memory=5848 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979100 36010291200 165373 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 3490.32 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 662232 KiB

[startup+3522.3 s]
/proc/loadavg: 16.46 16.36 16.43 18/1223 2655804
/proc/meminfo: memFree=828641368/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35166300 memory=662524 CPUtime=3551.23 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 93434 0 0 0 355018 105 0 0 20 0 23 0 225979086 36010291200 165421 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8791575 165631 6286 1 0 179002 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35166300 memory=662232 CPUtime=3499.11 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 20993 0 0 0 349909 2 0 0 20 0 23 0 225979087 36010291200 165421 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35166300 memory=11688 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 165421 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35166300 memory=2996 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 165421 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35166300 memory=5784 CPUtime=0.1 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 55 0 0 0 5 5 0 0 20 0 23 0 225979089 36010291200 165421 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35166300 memory=656112 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 165421 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35166300 memory=645788 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 248 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 165421 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35166300 memory=41292 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979100 36010291200 165421 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 3551.23 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 662524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.5 s]
/proc/loadavg: 15.39 16.17 16.37 10/1033 2657075
/proc/meminfo: memFree=856493768/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35166300 memory=650212 CPUtime=3600.03 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 93718 0 0 0 359896 107 0 0 20 0 23 0 225979086 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8791575 162553 6286 1 0 179002 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35166300 memory=662268 CPUtime=3546.99 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 20997 0 0 0 354696 3 0 0 20 0 23 0 225979087 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35166300 memory=150648 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35166300 memory=15392 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35166300 memory=3984 CPUtime=0.1 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 55 0 0 0 5 5 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35166300 memory=662524 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 248 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35166300 memory=-7595698427708728158 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979100 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 650212 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.13 s, system=1.07639 s

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

[startup+3570.5 s]
/proc/loadavg: 15.39 16.17 16.37 10/1033 2657075
/proc/meminfo: memFree=856493768/1055320708 swapFree=33553916/33554428
[pid=2653986] ppid=2653983 vsize=35166300 memory=650212 CPUtime=3600.03 cores=48-51
/proc/2653986/stat : 2653986 (java) S 2653983 2653986 2649414 0 -1 4194304 93718 0 0 0 359896 107 0 0 20 0 23 0 225979086 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 0 0 16800975 0 0 0 17 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
/proc/2653986/statm: 8791575 162553 6286 1 0 179002 0
[pid=2653986/tid=2653988] ppid=2653983 vsize=35166300 memory=662268 CPUtime=3546.99 cores=48-51
/proc/2653986/task/2653988/stat : 2653988 (java) R 2653983 2653986 2649414 0 -1 4194368 20997 0 0 0 354696 3 0 0 20 0 23 0 225979087 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 0 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2653999] ppid=2653983 vsize=35166300 memory=150648 CPUtime=0 cores=48-51
/proc/2653986/task/2653999/stat : 2653999 (Referen..andler) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654000] ppid=2653983 vsize=35166300 memory=15392 CPUtime=0 cores=48-51
/proc/2653986/task/2654000/stat : 2654000 (Finalizer) S 2653983 2653986 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654003] ppid=2653983 vsize=35166300 memory=3984 CPUtime=0.1 cores=48-51
/proc/2653986/task/2654003/stat : 2654003 (Monitor..Thread) S 2653983 2653986 2649414 0 -1 4194368 55 0 0 0 5 5 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 51 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654006] ppid=2653983 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=48-51
/proc/2653986/task/2654006/stat : 2654006 (Notific..Thread) S 2653983 2653986 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 48 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654007] ppid=2653983 vsize=35166300 memory=662524 CPUtime=0 cores=48-51
/proc/2653986/task/2654007/stat : 2654007 (Common-Cleaner) S 2653983 2653986 2649414 0 -1 4194368 248 0 0 0 0 0 0 0 20 0 23 0 225979089 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 49 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
[pid=2653986/tid=2654009] ppid=2653983 vsize=35166300 memory=-7595698427708728158 CPUtime=0 cores=48-51
/proc/2653986/task/2654009/stat : 2654009 (Timer-0) S 2653983 2653986 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225979100 36010291200 162328 18446744073709551615 94160239370240 94160239373936 140736803203376 0 0 0 4 0 16800975 1 0 0 -1 50 0 0 0 0 0 94160239381800 94160239382544 94160240267264 140736803207378 140736803207518 140736803207518 140736803213256 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 650212 KiB

Child status: 143

Real time (s): 3570.58
CPU time (s): 3600.21
CPU user time (s): 3599.13
CPU system time (s): 1.07639
CPU usage (%): 100.83
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 712172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.13
system time used= 1.07639
maximum resident set size= 711592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95775
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126683
involuntary context switches= 4651


# summary of solver processes directly reported to runsolver:
#   pid: 2653986
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3599.13
#   total CPU system time (s): 1.07639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2478 second user time and 40.5034 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-07-01 19:28:33
IDJOB=4819946
IDBENCH=144007
IDSOLVER=3649
FILE ID=nodeE008/4819946-1782926913
RUNJOBID= nodeE008-1782923335-2649645
SLURM_JOB_ID= 12543003
Free space on /tmp= 799172 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/warehouse/normalized-cap42_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4819946-1782926913/watcher-4819946-1782926913 -o /tmp/evaluation-result-4819946-1782926913/solver-4819946-1782926913 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4819946-1782926913/vars-4819946-1782926913 --bin-var /tmp/runsolver-exch-nodeE008-1782923335-2649645 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4819946-1782926913.wbo

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

MD5SUM BENCH= f1281546bfdcfa9fb50b608c743ffb37
RANDOM SEED=459634433

nodeE008 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		: 3587.340
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 2493.659
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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3571.102
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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3577.106
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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Free space on /tmp at the end= 798904 MiB
End job on nodeE008 at 2026-07-01 20:28:03