Trace number 4819947

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2026-06-10MSAT (TO) 3600.18 3567.58

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/warehouse/
normalized-cap43_wcsp.wbo
MD5SUM775b012ea4690e9017013bb80db10bb4
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9811866
Best CPU time to get the best result obtained on this benchmark0.058743
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 57243026
Min constraint cost 1
Max constraint cost 57243026
Sum of constraints costs 46149905826
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.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4819947-1782926874.wbo
0.00/0.09	c reading problem ... 
0.17/0.13	c ... done. Wall clock time 0.039s.
0.17/0.13	c declared #vars     832
0.17/0.13	c internal #vars     2446
0.17/0.13	c #constraints  1747
0.17/0.13	c constraints type 
0.17/0.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 846
0.17/0.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.17/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.17/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 850
0.17/0.13	c 1747 constraints processed.
0.17/0.14	c objective function length is 1614 literals
0.17/0.15	c SATISFIABLE
0.17/0.15	c OPTIMIZING...
0.17/0.15	c Got one! Elapsed wall clock time (in seconds):0.058
0.17/0.15	o 9939840
1.08/0.46	c cleaning 2494 clauses out of 5002 with flag 11376/5002
1.45/0.70	c cleaning 4245 clauses out of 8506 with flag 24905/11000
1.71/0.99	c cleaning 5625 clauses out of 11261 with flag 41252/18000
2.11/1.32	c cleaning 6808 clauses out of 13638 with flag 59397/26002
2.41/1.69	c cleaning 7902 clauses out of 15828 with flag 79878/35000
2.88/2.10	c cleaning 8952 clauses out of 17926 with flag 102628/45000
3.37/2.56	c cleaning 9978 clauses out of 19975 with flag 127877/56001
3.88/3.08	c cleaning 10986 clauses out of 21996 with flag 154949/68000
4.48/3.61	c cleaning 11988 clauses out of 24011 with flag 184365/81001
5.08/4.20	c cleaning 13000 clauses out of 26022 with flag 215922/95000
5.71/4.83	c cleaning 13999 clauses out of 28023 with flag 249521/110001
6.31/5.46	c cleaning 15005 clauses out of 30023 with flag 285720/126000
7.05/6.18	c cleaning 15999 clauses out of 32018 with flag 323985/143000
7.86/6.95	c cleaning 16991 clauses out of 34020 with flag 364863/161001
8.66/7.71	c cleaning 18003 clauses out of 36028 with flag 407788/180000
9.46/8.55	c cleaning 19000 clauses out of 38025 with flag 453620/200000
10.38/9.43	c cleaning 19998 clauses out of 40025 with flag 501208/221000
11.37/10.43	c cleaning 21003 clauses out of 42027 with flag 550907/243000
12.39/11.46	c cleaning 22005 clauses out of 44025 with flag 602530/266001
13.59/12.65	c cleaning 23001 clauses out of 46019 with flag 657178/290000
14.71/13.75	c cleaning 23999 clauses out of 48018 with flag 713367/315000
15.91/14.92	c cleaning 24997 clauses out of 50022 with flag 771854/341003
17.20/16.22	c cleaning 26000 clauses out of 52022 with flag 833350/368000
18.53/17.54	c cleaning 26994 clauses out of 54022 with flag 896779/396000
19.92/18.96	c cleaning 27999 clauses out of 56029 with flag 962460/425001
21.45/20.45	c cleaning 29007 clauses out of 58029 with flag 1031029/455000
23.02/22.00	c cleaning 30006 clauses out of 60022 with flag 1100791/486000
24.65/23.42	c cleaning 31005 clauses out of 62016 with flag 1204970/518000
26.06/24.87	c cleaning 32006 clauses out of 64011 with flag 1315729/551000
27.70/26.42	c cleaning 32996 clauses out of 66005 with flag 1425719/585000
29.31/28.04	c cleaning 34000 clauses out of 68010 with flag 1553696/620001
31.04/29.70	c cleaning 35001 clauses out of 70009 with flag 1682738/656000
32.75/31.48	c cleaning 36004 clauses out of 72008 with flag 1825139/693000
34.79/33.43	c cleaning 36994 clauses out of 74006 with flag 1965431/731002
36.69/35.32	c cleaning 38002 clauses out of 76011 with flag 2090520/770001
38.73/37.33	c cleaning 38998 clauses out of 78008 with flag 2245872/810000
40.83/39.41	c cleaning 40003 clauses out of 80012 with flag 2409443/851002
42.74/41.34	c cleaning 41000 clauses out of 82007 with flag 2562846/893000
44.85/43.45	c cleaning 42001 clauses out of 84007 with flag 2715894/936000
46.85/45.41	c cleaning 42996 clauses out of 86006 with flag 2890264/980000
48.89/47.49	c cleaning 44000 clauses out of 88010 with flag 3052944/1025000
51.24/49.75	c cleaning 45003 clauses out of 90012 with flag 3227921/1071002
53.13/51.65	c cleaning 45987 clauses out of 92008 with flag 3391465/1118001
55.23/53.79	c cleaning 46989 clauses out of 94020 with flag 3557465/1166000
57.43/55.95	c cleaning 48007 clauses out of 96031 with flag 3732625/1215000
59.55/58.08	c cleaning 49004 clauses out of 98024 with flag 3906054/1265000
62.03/60.54	c cleaning 50002 clauses out of 100021 with flag 4087882/1316001
64.36/62.83	c cleaning 50999 clauses out of 102018 with flag 4268475/1368000
66.80/65.23	c cleaning 52009 clauses out of 104019 with flag 4435484/1421000
69.51/67.96	c cleaning 52999 clauses out of 106011 with flag 4619425/1475001
72.31/70.79	c cleaning 53995 clauses out of 108013 with flag 4802240/1530002
75.31/73.75	c cleaning 54999 clauses out of 110019 with flag 4998378/1586003
78.01/76.47	c cleaning 56003 clauses out of 112017 with flag 5189156/1643000
81.20/79.67	c cleaning 56999 clauses out of 114014 with flag 5360206/1701000
84.11/82.53	c cleaning 58003 clauses out of 116015 with flag 5552459/1760000
86.92/85.36	c cleaning 58994 clauses out of 118014 with flag 5742785/1820002
89.92/88.38	c cleaning 60003 clauses out of 120019 with flag 5938061/1881001
93.17/91.54	c cleaning 61001 clauses out of 122015 with flag 6155864/1943000
96.58/94.95	c cleaning 61994 clauses out of 124015 with flag 6355508/2006001
100.08/98.46	c cleaning 63000 clauses out of 126021 with flag 6579282/2070001
103.49/101.81	c cleaning 63997 clauses out of 128022 with flag 6790511/2135002
106.99/105.36	c cleaning 65008 clauses out of 130023 with flag 6999454/2201000
110.98/109.25	c cleaning 66004 clauses out of 132015 with flag 7194799/2268000
114.39/112.65	c cleaning 66989 clauses out of 134011 with flag 7402774/2336000
118.57/116.74	c cleaning 68003 clauses out of 136023 with flag 7623723/2405001
122.48/120.60	c cleaning 69003 clauses out of 138020 with flag 7875127/2475001
126.29/124.47	c cleaning 69999 clauses out of 140016 with flag 8101579/2546000
130.25/128.31	c cleaning 71005 clauses out of 142020 with flag 8338303/2618003
133.75/131.83	c cleaning 71996 clauses out of 144014 with flag 8622845/2691002
137.46/135.51	c cleaning 73004 clauses out of 146016 with flag 8923709/2765000
141.16/139.21	c cleaning 74000 clauses out of 148012 with flag 9210081/2840000
144.97/143.02	c cleaning 74995 clauses out of 150013 with flag 9483279/2916001
149.05/147.15	c cleaning 76000 clauses out of 152017 with flag 9793960/2993000
152.97/151.08	c cleaning 77001 clauses out of 154017 with flag 10134066/3071000
156.84/154.88	c cleaning 77985 clauses out of 156017 with flag 10432538/3150001
160.96/158.96	c cleaning 78992 clauses out of 158031 with flag 10718575/3230000
165.58/163.56	c cleaning 80005 clauses out of 160041 with flag 11029039/3311002
169.66/167.60	c cleaning 81006 clauses out of 162034 with flag 11337636/3393000
173.56/171.55	c cleaning 81995 clauses out of 164028 with flag 11658485/3476000
177.37/175.35	c cleaning 83004 clauses out of 166033 with flag 11954218/3560000
181.65/179.57	c cleaning 84014 clauses out of 168032 with flag 12282064/3645003
186.67/184.57	c cleaning 85003 clauses out of 170015 with flag 12569467/3731000
191.19/189.07	c cleaning 86004 clauses out of 172012 with flag 12886087/3818000
195.88/193.75	c cleaning 86999 clauses out of 174011 with flag 13195222/3906003
200.50/198.30	c cleaning 88001 clauses out of 176010 with flag 13503150/3995001
205.40/203.12	c cleaning 88992 clauses out of 178009 with flag 13827574/4085001
210.21/207.99	c cleaning 89995 clauses out of 180017 with flag 14169086/4176001
215.52/213.24	c cleaning 91002 clauses out of 182022 with flag 14479893/4268001
220.52/218.24	c cleaning 92003 clauses out of 184019 with flag 14804014/4361000
226.43/224.13	c cleaning 93002 clauses out of 186016 with flag 15160086/4455000
232.51/230.19	c cleaning 93995 clauses out of 188014 with flag 15509995/4550000
239.41/237.08	c cleaning 95003 clauses out of 190019 with flag 15829290/4646000
244.91/242.56	c cleaning 96003 clauses out of 192019 with flag 16158722/4743003
250.04/247.64	c cleaning 96987 clauses out of 194013 with flag 16566657/4841000
255.52/253.08	c cleaning 98009 clauses out of 196026 with flag 16972669/4940000
260.76/258.27	c cleaning 98984 clauses out of 198017 with flag 17371086/5040000
266.27/263.71	c cleaning 100011 clauses out of 200033 with flag 17817564/5141000
271.18/268.52	c cleaning 101007 clauses out of 202026 with flag 18221307/5243004
276.20/273.51	c cleaning 101986 clauses out of 204015 with flag 18587168/5346000
281.41/278.71	c cleaning 103006 clauses out of 206029 with flag 18935544/5450000
287.12/284.41	c cleaning 103994 clauses out of 208023 with flag 19304246/5555000
292.34/289.62	c cleaning 104998 clauses out of 210030 with flag 19670890/5661001
298.52/295.79	c cleaning 106010 clauses out of 212031 with flag 20038764/5768000
304.72/301.90	c cleaning 107008 clauses out of 214022 with flag 20413157/5876001
310.25/307.46	c cleaning 107996 clauses out of 216014 with flag 20794016/5985001
316.45/313.50	c cleaning 109009 clauses out of 218017 with flag 21174698/6095000
323.00/320.02	c cleaning 109997 clauses out of 220009 with flag 21593793/6206001
329.14/326.11	c cleaning 111006 clauses out of 222013 with flag 22005069/6318002
335.92/332.84	c cleaning 111993 clauses out of 224005 with flag 22401198/6431000
342.43/339.33	c cleaning 112990 clauses out of 226012 with flag 22828180/6545000
348.64/345.50	c cleaning 113994 clauses out of 228022 with flag 23319134/6660000
355.54/352.32	c cleaning 115000 clauses out of 230028 with flag 23807900/6776000
361.16/357.93	c cleaning 115995 clauses out of 232029 with flag 24252370/6893001
368.18/364.94	c cleaning 117008 clauses out of 234033 with flag 24665609/7011000
374.51/371.17	c cleaning 118007 clauses out of 236029 with flag 25058821/7130004
380.72/377.34	c cleaning 119003 clauses out of 238019 with flag 25484951/7250001
387.35/383.92	c cleaning 119994 clauses out of 240015 with flag 25917674/7371000
395.23/391.78	c cleaning 121007 clauses out of 242021 with flag 26410487/7493000
401.56/398.08	c cleaning 122000 clauses out of 244019 with flag 26852593/7616005
408.48/404.99	c cleaning 123002 clauses out of 246015 with flag 27323747/7740001
414.47/410.81	c cleaning 123982 clauses out of 248012 with flag 27786403/7865000
420.40/416.77	c cleaning 125000 clauses out of 250030 with flag 28253919/7991000
427.22/423.52	c cleaning 125993 clauses out of 252030 with flag 28705226/8118000
433.20/429.46	c cleaning 127007 clauses out of 254037 with flag 29170469/8246000
439.42/435.68	c cleaning 128008 clauses out of 256030 with flag 29644520/8375000
446.25/442.47	c cleaning 128988 clauses out of 258024 with flag 30081267/8505002
454.43/450.56	c cleaning 130012 clauses out of 260034 with flag 30531321/8636000
461.28/457.37	c cleaning 130997 clauses out of 262025 with flag 30982699/8768003
469.19/465.16	c cleaning 132001 clauses out of 264025 with flag 31450594/8901000
477.30/473.21	c cleaning 132996 clauses out of 266024 with flag 31929471/9035000
485.23/481.06	c cleaning 134005 clauses out of 268028 with flag 32428988/9170000
492.28/488.06	c cleaning 134987 clauses out of 270023 with flag 32924070/9306000
499.79/495.49	c cleaning 136005 clauses out of 272037 with flag 33391082/9443001
507.62/503.25	c cleaning 137017 clauses out of 274033 with flag 33883956/9581002
514.75/510.32	c cleaning 137998 clauses out of 276014 with flag 34400192/9720000
522.38/517.81	c cleaning 139002 clauses out of 278016 with flag 34928042/9860000
530.42/525.82	c cleaning 140004 clauses out of 280014 with flag 35413739/10001000
538.44/533.87	c cleaning 141004 clauses out of 282011 with flag 35891464/10143001
548.02/543.36	c cleaning 141994 clauses out of 284006 with flag 36396536/10286000
557.08/552.37	c cleaning 142993 clauses out of 286012 with flag 36943148/10430000
567.70/562.99	c cleaning 143995 clauses out of 288019 with flag 37492088/10575000
576.13/571.26	c cleaning 145007 clauses out of 290024 with flag 37950072/10721000
586.04/581.15	c cleaning 145988 clauses out of 292017 with flag 38452980/10868000
595.96/591.04	c cleaning 147006 clauses out of 294030 with flag 38936369/11016001
604.98/600.10	c cleaning 147997 clauses out of 296023 with flag 39492342/11165000
614.82/609.73	c cleaning 149007 clauses out of 298027 with flag 40024850/11315001
623.29/618.19	c cleaning 150006 clauses out of 300020 with flag 40517028/11466001
631.89/626.71	c cleaning 150998 clauses out of 302013 with flag 41027530/11618000
641.90/636.71	c cleaning 151999 clauses out of 304016 with flag 41570295/11771001
651.81/646.53	c cleaning 152995 clauses out of 306018 with flag 42103716/11925002
661.26/655.94	c cleaning 153997 clauses out of 308021 with flag 42602717/12080000
671.77/666.44	c cleaning 154994 clauses out of 310024 with flag 43082979/12236000
680.85/675.38	c cleaning 156002 clauses out of 312031 with flag 43610081/12393001
690.46/684.90	c cleaning 156992 clauses out of 314028 with flag 44109708/12551000
699.41/693.88	c cleaning 158012 clauses out of 316039 with flag 44608908/12710003
708.60/702.82	c cleaning 158991 clauses out of 318026 with flag 45088013/12870002
719.62/713.88	c cleaning 160012 clauses out of 320033 with flag 45566162/13031000
731.06/725.29	c cleaning 161009 clauses out of 322021 with flag 46053212/13193000
740.98/735.07	c cleaning 161995 clauses out of 324013 with flag 46504041/13356001
751.60/745.61	c cleaning 163007 clauses out of 326018 with flag 47014893/13520001
761.92/755.93	c cleaning 164001 clauses out of 328010 with flag 47560701/13685000
771.52/765.44	c cleaning 165001 clauses out of 330010 with flag 48074995/13851001
781.47/775.39	c cleaning 165993 clauses out of 332008 with flag 48609420/14018000
792.72/786.42	c cleaning 167003 clauses out of 334017 with flag 49078073/14186002
805.04/798.71	c cleaning 167991 clauses out of 336012 with flag 49569299/14355000
816.72/810.29	c cleaning 168993 clauses out of 338021 with flag 50123775/14525000
828.85/822.33	c cleaning 170009 clauses out of 340030 with flag 50643907/14696002
838.48/831.99	c cleaning 170996 clauses out of 342019 with flag 51225477/14868000
850.69/844.04	c cleaning 172012 clauses out of 344023 with flag 51751517/15041000
861.42/854.79	c cleaning 173006 clauses out of 346011 with flag 52287588/15215000
873.92/867.24	c cleaning 174003 clauses out of 348006 with flag 52853429/15390001
885.49/878.62	c cleaning 174990 clauses out of 350006 with flag 53471016/15566004
898.64/891.73	c cleaning 175996 clauses out of 352012 with flag 54068510/15743000
911.66/904.71	c cleaning 176993 clauses out of 354016 with flag 54701482/15921000
925.40/918.30	c cleaning 178003 clauses out of 356025 with flag 55283518/16100002
937.25/930.17	c cleaning 179000 clauses out of 358020 with flag 55969981/16280000
947.07/939.91	c cleaning 180000 clauses out of 360020 with flag 56623514/16461000
956.35/949.09	c cleaning 181010 clauses out of 362021 with flag 57260895/16643001
968.50/961.13	c cleaning 182000 clauses out of 364012 with flag 57937048/16826002
981.37/973.89	c cleaning 183000 clauses out of 366012 with flag 58637269/17010002
994.31/986.77	c cleaning 183998 clauses out of 368010 with flag 59300810/17195000
1005.56/997.99	c cleaning 184993 clauses out of 370012 with flag 59998006/17381000
1016.10/1008.20	c cleaning 185993 clauses out of 372019 with flag 60669479/17568000
1027.54/1019.61	c cleaning 186998 clauses out of 374026 with flag 61389190/17756000
1039.58/1031.56	c cleaning 187992 clauses out of 376029 with flag 62140039/17945001
1049.23/1041.19	c cleaning 189009 clauses out of 378036 with flag 62865091/18135000
1059.96/1051.79	c cleaning 190010 clauses out of 380028 with flag 63574179/18326001
1070.88/1062.44	c cleaning 190992 clauses out of 382018 with flag 64236325/18518001
1083.43/1074.94	c cleaning 192005 clauses out of 384027 with flag 64901805/18711002
1094.34/1085.67	c cleaning 192995 clauses out of 386020 with flag 65610921/18905000
1104.79/1096.06	c cleaning 193987 clauses out of 388026 with flag 66368770/19100001
1115.38/1106.47	c cleaning 195003 clauses out of 390038 with flag 67108259/19296000
1126.16/1117.17	c cleaning 196013 clauses out of 392035 with flag 67878485/19493000
1137.62/1128.41	c cleaning 197005 clauses out of 394022 with flag 68617094/19691000
1149.96/1140.79	c cleaning 197992 clauses out of 396017 with flag 69325212/19890000
1161.15/1151.70	c cleaning 198997 clauses out of 398025 with flag 70007501/20090000
1173.69/1164.23	c cleaning 200005 clauses out of 400029 with flag 70736231/20291001
1190.35/1180.73	c cleaning 201011 clauses out of 402023 with flag 71386404/20493000
1204.97/1195.31	c cleaning 202000 clauses out of 404012 with flag 72081593/20696000
1220.39/1210.52	c cleaning 202983 clauses out of 406012 with flag 72736922/20900000
1236.64/1226.74	c cleaning 204003 clauses out of 408029 with flag 73486049/21105000
1251.26/1241.12	c cleaning 205002 clauses out of 410026 with flag 74188541/21311000
1268.47/1258.34	c cleaning 206007 clauses out of 412024 with flag 74945061/21518000
1282.59/1272.26	c cleaning 206997 clauses out of 414017 with flag 75635626/21726000
1297.62/1287.20	c cleaning 208003 clauses out of 416020 with flag 76349025/21935000
1315.74/1305.39	c cleaning 208993 clauses out of 418017 with flag 77090031/22145000
1333.34/1322.70	c cleaning 209986 clauses out of 420026 with flag 77881696/22356002
1348.68/1338.08	c cleaning 211015 clauses out of 422041 with flag 78622095/22568003
1363.65/1352.82	c cleaning 212004 clauses out of 424025 with flag 79401624/22781002
1379.10/1368.05	c cleaning 212994 clauses out of 426019 with flag 80194004/22995000
1391.15/1380.06	c cleaning 213987 clauses out of 428025 with flag 80950107/23210000
1405.94/1394.68	c cleaning 215004 clauses out of 430038 with flag 81828868/23426000
1419.71/1408.35	c cleaning 215996 clauses out of 432034 with flag 82575362/23643000
1432.42/1420.85	c cleaning 217017 clauses out of 434041 with flag 83325886/23861003
1445.54/1434.00	c cleaning 218000 clauses out of 436021 with flag 84047136/24080000
1461.01/1449.26	c cleaning 219009 clauses out of 438025 with flag 84844155/24300004
1474.35/1462.57	c cleaning 219999 clauses out of 440013 with flag 85567553/24521001
1490.24/1478.26	c cleaning 220998 clauses out of 442013 with flag 86308874/24743000
1505.88/1493.80	c cleaning 221999 clauses out of 444016 with flag 87094646/24966001
1520.79/1508.57	c cleaning 223006 clauses out of 446018 with flag 87967191/25190002
1536.00/1523.76	c cleaning 223991 clauses out of 448010 with flag 88760973/25415000
1549.56/1537.27	c cleaning 224986 clauses out of 450019 with flag 89507847/25641000
1566.54/1554.08	c cleaning 226004 clauses out of 452033 with flag 90305344/25868000
1581.44/1569.00	c cleaning 227008 clauses out of 454030 with flag 91119335/26096001
1596.05/1583.34	c cleaning 227990 clauses out of 456021 with flag 91860422/26325000
1611.40/1598.68	c cleaning 229002 clauses out of 458031 with flag 92605005/26555000
1627.40/1614.45	c cleaning 230002 clauses out of 460030 with flag 93360084/26786001
1641.43/1628.45	c cleaning 230991 clauses out of 462029 with flag 94162196/27018002
1657.66/1644.40	c cleaning 232005 clauses out of 464038 with flag 95038580/27251002
1672.82/1659.54	c cleaning 233002 clauses out of 466034 with flag 95896335/27485003
1688.90/1675.44	c cleaning 233980 clauses out of 468029 with flag 96744405/27720000
1706.96/1693.29	c cleaning 235019 clauses out of 470049 with flag 97522898/27956000
1721.80/1708.06	c cleaning 235999 clauses out of 472030 with flag 98321805/28193000
1738.11/1724.37	c cleaning 237012 clauses out of 474035 with flag 99062182/28431004
1757.35/1743.44	c cleaning 238003 clauses out of 476020 with flag 99835904/28670001
1775.97/1762.04	c cleaning 239004 clauses out of 478018 with flag 100678519/28910002
1790.90/1776.74	c cleaning 239984 clauses out of 480012 with flag 101484967/29151000
1808.25/1794.01	c cleaning 241000 clauses out of 482028 with flag 102296640/29393000
1824.92/1810.53	c cleaning 242007 clauses out of 484028 with flag 103167857/29636000
1840.87/1826.26	c cleaning 242989 clauses out of 486022 with flag 103998107/29880001
1857.72/1843.02	c cleaning 244001 clauses out of 488033 with flag 104819941/30125001
1873.97/1859.17	c cleaning 245004 clauses out of 490031 with flag 105686136/30371000
1892.49/1877.65	c cleaning 246004 clauses out of 492027 with flag 106494002/30618000
1909.67/1894.68	c cleaning 246996 clauses out of 494023 with flag 107329639/30866000
1927.08/1911.81	c cleaning 247999 clauses out of 496027 with flag 108115621/31115000
1945.11/1929.68	c cleaning 248997 clauses out of 498028 with flag 108900335/31365000
1963.46/1947.98	c cleaning 250009 clauses out of 500031 with flag 109782979/31616000
1981.53/1965.85	c cleaning 250999 clauses out of 502022 with flag 110650554/31868000
1999.13/1983.27	c cleaning 252000 clauses out of 504023 with flag 111498217/32121000
2017.44/2001.35	c cleaning 252999 clauses out of 506023 with flag 112351538/32375000
2037.29/2021.18	c cleaning 253997 clauses out of 508024 with flag 113227678/32630000
2056.35/2040.09	c cleaning 255004 clauses out of 510027 with flag 114059473/32886000
2076.45/2059.96	c cleaning 256000 clauses out of 512023 with flag 114886835/33143000
2095.55/2078.82	c cleaning 256996 clauses out of 514023 with flag 115700203/33401000
2113.94/2096.96	c cleaning 258015 clauses out of 516030 with flag 116550823/33660003
2131.40/2114.19	c cleaning 258998 clauses out of 518012 with flag 117375479/33920000
2149.94/2132.41	c cleaning 259996 clauses out of 520014 with flag 118151639/34181000
2169.79/2152.10	c cleaning 261002 clauses out of 522018 with flag 118906501/34443000
2188.55/2170.56	c cleaning 261989 clauses out of 524016 with flag 119729850/34706000
2210.07/2191.84	c cleaning 263005 clauses out of 526027 with flag 120444872/34970000
2229.53/2211.09	c cleaning 263999 clauses out of 528023 with flag 121174244/35235001
2254.02/2235.32	c cleaning 264999 clauses out of 530025 with flag 121967074/35501002
2275.58/2256.61	c cleaning 265997 clauses out of 532024 with flag 122720330/35768000
2301.05/2281.99	c cleaning 267001 clauses out of 534027 with flag 123574431/36036000
2320.25/2301.01	c cleaning 268008 clauses out of 536026 with flag 124623287/36305000
2337.42/2317.85	c cleaning 269001 clauses out of 538018 with flag 125605679/36575000
2354.70/2335.08	c cleaning 269976 clauses out of 540017 with flag 126525345/36846000
2373.07/2353.24	c cleaning 271012 clauses out of 542041 with flag 127481785/37118000
2392.41/2372.35	c cleaning 272003 clauses out of 544031 with flag 128409955/37391002
2413.43/2393.36	c cleaning 273008 clauses out of 546026 with flag 129344754/37665000
2432.83/2412.55	c cleaning 273999 clauses out of 548022 with flag 130274654/37940004
2453.80/2433.22	c cleaning 274999 clauses out of 550021 with flag 131154250/38216002
2478.52/2457.96	c cleaning 276001 clauses out of 552022 with flag 132157952/38493002
2500.34/2479.59	c cleaning 276994 clauses out of 554019 with flag 133101789/38771000
2521.77/2500.72	c cleaning 278008 clauses out of 556025 with flag 134003498/39050000
2541.39/2520.04	c cleaning 278991 clauses out of 558018 with flag 135012101/39330001
2559.47/2538.06	c cleaning 280003 clauses out of 560026 with flag 135989214/39611000
2579.57/2557.95	c cleaning 281007 clauses out of 562023 with flag 136937569/39893000
2605.99/2584.16	c cleaning 282003 clauses out of 564016 with flag 137899262/40176000
2624.42/2602.31	c cleaning 282996 clauses out of 566013 with flag 138907125/40460000
2646.35/2624.28	c cleaning 284002 clauses out of 568017 with flag 139891827/40745000
2670.75/2648.48	c cleaning 284987 clauses out of 570015 with flag 140975856/41031000
2691.78/2669.28	c cleaning 286001 clauses out of 572030 with flag 142102751/41318002
2713.21/2690.47	c cleaning 287009 clauses out of 574028 with flag 143190410/41606001
2747.49/2724.73	c cleaning 287995 clauses out of 576020 with flag 144228176/41895002
2768.95/2745.97	c cleaning 289002 clauses out of 578023 with flag 145270093/42185000
2788.79/2765.77	c cleaning 290010 clauses out of 580021 with flag 146266147/42476000
2810.91/2787.67	c cleaning 291000 clauses out of 582012 with flag 147347721/42768001
2831.46/2807.91	c cleaning 291996 clauses out of 584012 with flag 148406140/43061001
2852.03/2828.23	c cleaning 292986 clauses out of 586016 with flag 149519299/43355001
2873.51/2849.62	c cleaning 293995 clauses out of 588030 with flag 150620501/43650001
2893.25/2869.19	c cleaning 295014 clauses out of 590036 with flag 151712721/43946002
2911.86/2887.59	c cleaning 295987 clauses out of 592020 with flag 152810547/44243000
2933.06/2908.49	c cleaning 297002 clauses out of 594035 with flag 153891211/44541002
2956.67/2931.75	c cleaning 298007 clauses out of 596031 with flag 154996548/44840000
2977.15/2952.00	c cleaning 299004 clauses out of 598028 with flag 156167299/45140004
2998.36/2972.85	c cleaning 300003 clauses out of 600023 with flag 157354760/45441003
3018.70/2992.87	c cleaning 300998 clauses out of 602018 with flag 158516099/45743001
3040.46/3014.38	c cleaning 302001 clauses out of 604019 with flag 159622445/46046000
3064.42/3038.27	c cleaning 302989 clauses out of 606018 with flag 160778283/46350000
3086.90/3060.40	c cleaning 303993 clauses out of 608029 with flag 161898902/46655000
3106.29/3079.58	c cleaning 305008 clauses out of 610036 with flag 163086648/46961000
3127.00/3100.00	c cleaning 305989 clauses out of 612028 with flag 164238722/47268000
3151.46/3124.32	c cleaning 307010 clauses out of 614039 with flag 165382769/47576000
3173.20/3145.83	c cleaning 308005 clauses out of 616029 with flag 166550513/47885000
3193.17/3165.56	c cleaning 308999 clauses out of 618025 with flag 167717386/48195001
3215.13/3187.21	c cleaning 310009 clauses out of 620025 with flag 168856628/48506000
3235.95/3207.72	c cleaning 310994 clauses out of 622016 with flag 170034999/48818000
3257.12/3228.84	c cleaning 312004 clauses out of 624024 with flag 171110793/49131002
3277.78/3249.38	c cleaning 313001 clauses out of 626018 with flag 172288835/49445000
3297.79/3269.03	c cleaning 313999 clauses out of 628018 with flag 173435358/49760001
3317.59/3288.57	c cleaning 315003 clauses out of 630018 with flag 174655256/50076000
3337.25/3307.90	c cleaning 316003 clauses out of 632016 with flag 175831552/50393001
3358.80/3329.26	c cleaning 316993 clauses out of 634014 with flag 176984011/50711002
3379.34/3349.54	c cleaning 318001 clauses out of 636020 with flag 178153344/51030001
3403.30/3373.23	c cleaning 318981 clauses out of 638020 with flag 179244162/51350002
3428.58/3398.23	c cleaning 320002 clauses out of 640037 with flag 180329265/51671000
3448.55/3417.92	c cleaning 321008 clauses out of 642036 with flag 181535291/51993001
3472.29/3441.46	c cleaning 321996 clauses out of 644027 with flag 182705619/52316000
3497.00/3465.88	c cleaning 323013 clauses out of 646032 with flag 183905594/52640001
3519.87/3488.44	c cleaning 323981 clauses out of 648018 with flag 184988567/52965000
3541.16/3509.44	c cleaning 325014 clauses out of 650037 with flag 186147100/53291000
3566.57/3534.56	c cleaning 326008 clauses out of 652024 with flag 187275497/53618001
3593.99/3561.76	c cleaning 326992 clauses out of 654015 with flag 188424388/53946000
3600.00/3567.50	c starts		: 984
3600.00/3567.51	c conflicts		: 54069475
3600.00/3567.51	c decisions		: 170602303
3600.00/3567.51	c propagations		: 16948930438
3600.00/3567.51	c inspects		: 39112588397
3600.00/3567.51	c shortcuts		: 0
3600.00/3567.51	c learnt literals	: 0
3600.00/3567.51	c learnt binary clauses	: 0
3600.00/3567.51	c learnt ternary clauses	: 0
3600.00/3567.51	c learnt constraints	: 54069475
3600.00/3567.51	c ignored constraints	: 0
3600.00/3567.51	c root simplifications	: 0
3600.00/3567.51	c removed literals (reason simplification)	: 54496001
3600.00/3567.51	c reason swapping (by a shorter reason)	: 0
3600.00/3567.51	c Calls to reduceDB	: 324
3600.00/3567.51	c Number of update (reduction) of LBD	: 22790489
3600.00/3567.51	c Imported unit clauses	: 0
3600.00/3567.51	c No decision after first conflict	: false
3600.00/3567.51	c number of reductions to clauses (during analyze)	: 0
3600.00/3567.51	c number of learned constraints concerned by reduction	: 0
3600.00/3567.51	c number of learning phase by resolution	: 0
3600.00/3567.51	c number of learning phase by cutting planes	: 0
3600.00/3567.51	c number of rounding to 1 operations	: 0
3600.00/3567.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3567.51	c number of reductions of the coefficients by power 2 	: 0
3600.00/3567.51	c number of right shift for reduction by power 2 	: 0
3600.00/3567.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3567.51	c number of ending skipping 	: 0
3600.00/3567.51	c number of internal skipping 	: 0
3600.00/3567.51	c number of derivation steps 	: 0
3600.00/3567.51	c number of skipped derivation steps 	: 0
3600.00/3567.51	c number of remaining unassigned 	: 0
3600.00/3567.51	c number of remaining assigned 	: 0
3600.00/3567.51	c number of falsified literals weakened from reason	: 0
3600.00/3567.51	c number of falsified literals weakened from conflict	: 0
3600.00/3567.51	c time for arithmetic operations	: 0
3600.00/3567.51	c minimum degree of deleted constraints	: null
3600.00/3567.51	c maximum degree of deleted constraints	: null
3600.00/3567.51	c number of deleted constraints	: 0
3600.00/3567.51	c speed (assignments/second)	: 4751101.0041293735
3600.00/3567.51	c non guided choices	: 233
3600.00/3567.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 450498
3600.00/3567.56	s SATISFIABLE
3600.00/3567.56	c Found 1 solution(s)
3600.00/3567.56	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.00/3567.57	c objective function=9939840
3600.00/3567.57	c Total wall clock time (in seconds): 3567.476

Verifier Data

OK	9939840

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

running on 4 cores: 52-55

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

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

CPU governors:
  performance: 52-55

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (105986 MiB free)
  node 1: cores 8-15, 129019 MiB (108993 MiB free)
  node 2: cores 16-23, 128973 MiB (109653 MiB free)
  node 3: cores 24-31, 129003 MiB (111768 MiB free)
  node 4: cores 32-39, 129019 MiB (86196 MiB free)
  node 5: cores 40-47, 129019 MiB (106587 MiB free)
  node 6: cores 48-55, 129019 MiB (108055 MiB free)
  node 7: cores 56-63, 128474 MiB (100287 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=2653650, runsolver pid=2653646
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 17.65 16.79 16.36 19/1215 2653696
/proc/meminfo: memFree=857601560/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=34900044 memory=59688 CPUtime=0.17 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 7749 0 0 0 16 1 0 0 20 0 19 0 225975214 35737645056 14547 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8725011 14922 6216 1 0 33017 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=34900044 memory=5979075893 CPUtime=0.08 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 3211 0 0 0 8 0 0 0 20 0 19 0 225975215 35737645056 14547 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=34900044 memory=241474733984 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 225975216 35737645056 14547 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=34900044 memory=17997 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 225975216 35737645056 14547 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=34900044 memory=18340 CPUtime=0 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 225975216 35737645056 14547 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=34900044 memory=18902 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 225975217 35737645056 14547 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=34900044 memory=54659 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 225975217 35737645056 14547 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 59688 KiB

[startup+0.214682 s]*
/proc/loadavg: 17.65 16.79 16.36 22/1219 2653700
/proc/meminfo: memFree=857580796/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35033172 memory=72920 CPUtime=0.53 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 9512 0 0 0 52 1 0 0 20 0 21 0 225975214 35873968128 17743 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8758293 18230 6263 1 0 36027 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35033172 memory=8386095037794055477 CPUtime=0.19 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 3342 0 0 0 19 0 0 0 20 0 21 0 225975215 35873968128 17743 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35033172 memory=241474733984 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975216 35873968128 17743 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35033172 memory=17997 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 225975216 35873968128 17743 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35033172 memory=18340 CPUtime=0 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975216 35873968128 17743 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35033172 memory=18902 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975217 35873968128 17743 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35033172 memory=54659 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975217 35873968128 17743 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35033172 memory=3833746564403403238 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975228 35873968128 17743 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 72920 KiB

[startup+0.313815 s]*
/proc/loadavg: 17.65 16.79 16.36 21/1219 2653700
/proc/meminfo: memFree=857571660/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35033172 memory=79552 CPUtime=0.84 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 9639 0 0 0 82 2 0 0 20 0 21 0 225975214 35873968128 19442 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8758293 19888 6279 1 0 38042 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35033172 memory=8389771804677338421 CPUtime=0.29 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 3342 0 0 0 29 0 0 0 20 0 21 0 225975215 35873968128 19442 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35033172 memory=241474733984 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975216 35873968128 19442 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35033172 memory=17997 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 225975216 35873968128 19442 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35033172 memory=18340 CPUtime=0 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975216 35873968128 19442 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35033172 memory=18902 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975217 35873968128 19442 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35033172 memory=54659 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975217 35873968128 19442 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35033172 memory=3833746564403403238 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975228 35873968128 19442 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 79552 KiB

[startup+0.700269 s]
/proc/loadavg: 17.65 16.79 16.36 17/1219 2653700
/proc/meminfo: memFree=857578540/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35099736 memory=90408 CPUtime=1.45 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 9800 0 0 0 143 2 0 0 20 0 22 0 225975214 35942129664 22206 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8774934 22602 6279 1 0 43388 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35099736 memory=54659 CPUtime=0.66 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 3354 0 0 0 66 0 0 0 20 0 22 0 225975215 35942129664 22206 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35099736 memory=3833746564403403238 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225975216 35942129664 22206 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35099736 memory=17997 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 225975216 35942129664 22206 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35099736 memory=18340 CPUtime=0 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225975216 35942129664 22206 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35099736 memory=18902 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225975217 35942129664 22206 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35099736 memory=4852 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225975217 35942129664 22206 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35099736 memory=4386 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225975228 35942129664 22206 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 90408 KiB

[startup+1.50019 s]
/proc/loadavg: 17.65 16.79 16.36 17/1219 2653702
/proc/meminfo: memFree=857565936/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35099736 memory=102904 CPUtime=2.31 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 11815 0 0 0 229 2 0 0 20 0 21 0 225975214 35942129664 25438 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8774934 25726 6279 1 0 47578 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35099736 memory=4852 CPUtime=1.45 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 3836 0 0 0 145 0 0 0 20 0 21 0 225975215 35942129664 25438 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35099736 memory=4386 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975216 35942129664 25438 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35099736 memory=8286677418887088138 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 225975216 35942129664 25438 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 225975216 35942129664 25438 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975217 35942129664 25438 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35099736 memory=3833746564403403238 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975217 35942129664 25438 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975228 35942129664 25438 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 102904 KiB

[startup+3.11378 s]
/proc/loadavg: 17.65 16.79 16.36 17/1220 2653703
/proc/meminfo: memFree=857615256/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35099736 memory=125600 CPUtime=3.98 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 13650 0 0 0 396 2 0 0 20 0 21 0 225975214 35942129664 31099 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8774934 31400 6279 1 0 51765 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35099736 memory=0 CPUtime=3.05 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 3869 0 0 0 305 0 0 0 20 0 21 0 225975215 35942129664 31099 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35099736 memory=90448 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975216 35942129664 31099 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35099736 memory=-8689539942354613440 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 225975216 35942129664 31099 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35099736 memory=15392 CPUtime=0 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 225975216 35942129664 31099 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35099736 memory=2273 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975217 35942129664 31099 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35099736 memory=4852 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975217 35942129664 31099 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35099736 memory=4386 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975228 35942129664 31099 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 125600 KiB

[startup+6.30016 s]

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

/proc/meminfo: memFree=827496152/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35166300 memory=647792 CPUtime=3372.16 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 95280 0 0 0 337113 103 0 0 20 0 23 0 225975214 36010291200 161681 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8791575 161948 6269 1 0 175737 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35166300 memory=25333125866717268 CPUtime=3319.71 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 21777 0 0 0 331968 3 0 0 20 0 23 0 225975215 36010291200 161681 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35166300 memory=614064 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 161681 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35166300 memory=2996 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 161681 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35166300 memory=0 CPUtime=0.08 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 51 0 0 0 5 3 0 0 20 0 23 0 225975216 36010291200 161681 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35166300 memory=3984 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 161681 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35166300 memory=647792 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 250 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 161681 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35166300 memory=15392 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975228 36010291200 161681 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 3372.16 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 647792 KiB

[startup+3402.3 s]
/proc/loadavg: 16.17 16.36 16.44 17/1223 2655723
/proc/meminfo: memFree=827386008/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35166300 memory=618420 CPUtime=3432.69 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 95769 0 0 0 343165 104 0 0 20 0 23 0 225975214 36010291200 154371 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8791575 154605 6269 1 0 167369 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35166300 memory=614064 CPUtime=3379.36 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 21803 0 0 0 337933 3 0 0 20 0 23 0 225975215 36010291200 154371 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35166300 memory=3984 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 154371 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35166300 memory=645988 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 154371 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35166300 memory=652400 CPUtime=0.08 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 51 0 0 0 5 3 0 0 20 0 23 0 225975216 36010291200 154371 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35166300 memory=-7595698427708532577 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 154371 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35166300 memory=673048 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 250 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 154371 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35166300 memory=618420 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975228 36010291200 154371 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 3432.69 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 618420 KiB

[startup+3462.3 s]
/proc/loadavg: 16.30 16.38 16.44 17/1223 2655724
/proc/meminfo: memFree=827069480/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35166300 memory=669140 CPUtime=3493.51 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 96505 0 0 0 349244 107 0 0 20 0 23 0 225975214 36010291200 166955 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8791575 167285 6269 1 0 179921 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35166300 memory=614064 CPUtime=3438.97 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 21861 0 0 0 343894 3 0 0 20 0 23 0 225975215 36010291200 166955 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35166300 memory=3984 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 166955 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35166300 memory=645988 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 166955 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35166300 memory=3984 CPUtime=0.08 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 51 0 0 0 5 3 0 0 20 0 23 0 225975216 36010291200 166955 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35166300 memory=15392 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 166955 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35166300 memory=669140 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 250 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 166955 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35166300 memory=668884 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975228 36010291200 166955 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 3493.51 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 669140 KiB

[startup+3522.3 s]
/proc/loadavg: 16.08 16.30 16.42 17/1223 2655804
/proc/meminfo: memFree=828503272/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35166300 memory=685620 CPUtime=3554.11 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 96757 0 0 0 355302 109 0 0 20 0 23 0 225975214 36010291200 171138 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8791575 171405 6269 1 0 184105 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35166300 memory=669140 CPUtime=3498.58 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 21878 0 0 0 349855 3 0 0 20 0 23 0 225975215 36010291200 171138 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35166300 memory=669140 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 171138 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35166300 memory=685620 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 171138 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35166300 memory=677412 CPUtime=0.08 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 51 0 0 0 5 3 0 0 20 0 23 0 225975216 36010291200 171138 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35166300 memory=3016 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 171138 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 250 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 171138 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35166300 memory=-7595698427708532577 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975228 36010291200 171138 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 3554.11 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 685620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3567.5 s]
/proc/loadavg: 16.51 16.37 16.43 17/1223 2655804
/proc/meminfo: memFree=828641420/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35166300 memory=635668 CPUtime=3600 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 96894 0 0 0 359889 111 0 0 20 0 23 0 225975214 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8791575 158917 6269 1 0 171553 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35166300 memory=-7595698427708532577 CPUtime=3543.48 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 21890 0 0 0 354345 3 0 0 20 0 23 0 225975215 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35166300 memory=3984 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35166300 memory=635668 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35166300 memory=20620 CPUtime=0.09 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 51 0 0 0 5 4 0 0 20 0 23 0 225975216 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35166300 memory=635668 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35166300 memory=3016 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 250 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35166300 memory=635668 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975228 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 635668 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.06 s, system=1.11622 s

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

[startup+3567.5 s]
/proc/loadavg: 16.51 16.37 16.43 17/1223 2655804
/proc/meminfo: memFree=828641420/1055320708 swapFree=33553916/33554428
[pid=2653650] ppid=2653646 vsize=35166300 memory=635668 CPUtime=3600 cores=52-55
/proc/2653650/stat : 2653650 (java) S 2653646 2653650 2649414 0 -1 4194304 96894 0 0 0 359889 111 0 0 20 0 23 0 225975214 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
/proc/2653650/statm: 8791575 158917 6269 1 0 171553 0
[pid=2653650/tid=2653652] ppid=2653646 vsize=35166300 memory=-7595698427708532577 CPUtime=3543.48 cores=52-55
/proc/2653650/task/2653652/stat : 2653652 (java) R 2653646 2653650 2649414 0 -1 4194368 21890 0 0 0 354345 3 0 0 20 0 23 0 225975215 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653664] ppid=2653646 vsize=35166300 memory=3984 CPUtime=0 cores=52-55
/proc/2653650/task/2653664/stat : 2653664 (Referen..andler) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653665] ppid=2653646 vsize=35166300 memory=635668 CPUtime=0 cores=52-55
/proc/2653650/task/2653665/stat : 2653665 (Finalizer) S 2653646 2653650 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225975216 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653668] ppid=2653646 vsize=35166300 memory=20620 CPUtime=0.09 cores=52-55
/proc/2653650/task/2653668/stat : 2653668 (Monitor..Thread) S 2653646 2653650 2649414 0 -1 4194368 51 0 0 0 5 4 0 0 20 0 23 0 225975216 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653671] ppid=2653646 vsize=35166300 memory=635668 CPUtime=0 cores=52-55
/proc/2653650/task/2653671/stat : 2653671 (Notific..Thread) S 2653646 2653650 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653672] ppid=2653646 vsize=35166300 memory=3016 CPUtime=0 cores=52-55
/proc/2653650/task/2653672/stat : 2653672 (Common-Cleaner) S 2653646 2653650 2649414 0 -1 4194368 250 0 0 0 0 0 0 0 20 0 23 0 225975217 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
[pid=2653650/tid=2653699] ppid=2653646 vsize=35166300 memory=635668 CPUtime=0 cores=52-55
/proc/2653650/task/2653699/stat : 2653699 (Timer-0) S 2653646 2653650 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975228 36010291200 158675 18446744073709551615 94534322651136 94534322654832 140732054035088 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94534322662696 94534322663440 94534348468224 140732054042834 140732054042974 140732054042974 140732054048712 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 635668 KiB

Child status: 143

Real time (s): 3567.58
CPU time (s): 3600.18
CPU user time (s): 3599.06
CPU system time (s): 1.11622
CPU usage (%): 100.914
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 701956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.06
system time used= 1.11622
maximum resident set size= 700884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137525
involuntary context switches= 4806


# summary of solver processes directly reported to runsolver:
#   pid: 2653650
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3599.06
#   total CPU system time (s): 1.11622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7954 second user time and 38.84 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-07-01 19:27:54
IDJOB=4819947
IDBENCH=143990
IDSOLVER=3649
FILE ID=nodeE008/4819947-1782926874
RUNJOBID= nodeE008-1782923335-2649646
SLURM_JOB_ID= 12543003
Free space on /tmp= 799184 MiB

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

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

MD5SUM BENCH= 775b012ea4690e9017013bb80db10bb4
RANDOM SEED=1700714010

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		: 3590.533
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		: 3589.364
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3578.850
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3595.526
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.970
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3597.822
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		: 3590.997
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3585.911
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3573.813
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3581.751
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3592.773
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		: 3584.382
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		: 3587.287
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		: 3574.491
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.030
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		: 3577.605
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		: 3579.115
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		: 3579.971
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		: 3586.785
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		: 3585.062
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		: 3581.561
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		: 3589.888
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		: 3589.238
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3572.947
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		: 3573.901
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		: 3564.181
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		: 3576.242
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		: 3574.438
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		: 3573.538
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		: 2493.659
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.606
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		: 2493.659
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		: 3574.908
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.447
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:        857623780 kB
MemAvailable:   1013131392 kB
Buffers:            2840 kB
Cached:         160028496 kB
SwapCached:           12 kB
Active:         37402300 kB
Inactive:       156586760 kB
Active(anon):   34810284 kB
Inactive(anon):    66848 kB
Active(file):    2592016 kB
Inactive(file): 156519912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33553916 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               596 kB
Writeback:             8 kB
AnonPages:      33935712 kB
Mapped:           205496 kB
Shmem:            919400 kB
KReclaimable:    1686928 kB
Slab:            2277888 kB
SReclaimable:    1686928 kB
SUnreclaim:       590960 kB
KernelStack:       19824 kB
PageTables:        76580 kB
SecPageTables:     15300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   37216172 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483860 kB
VmallocChunk:          0 kB
Percpu:           123136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  32550912 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= 798884 MiB
End job on nodeE008 at 2026-07-01 20:27:22