Trace number 4819948

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.26 3575.58

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/warehouse/
normalized-cap44_wcsp.wbo
MD5SUM5a30a67be6312dd77591c1a6d070d2d2
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10065681
Best CPU time to get the best result obtained on this benchmark3588.15
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 58368026
Min constraint cost 1
Max constraint cost 58368026
Sum of constraints costs 47051030826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4819948-1782926874.wbo
0.00/0.09	c reading problem ... 
0.18/0.12	c ... done. Wall clock time 0.035s.
0.18/0.12	c declared #vars     832
0.18/0.12	c internal #vars     2446
0.18/0.12	c #constraints  1747
0.18/0.12	c constraints type 
0.18/0.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 846
0.18/0.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.18/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.18/0.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 850
0.18/0.12	c 1747 constraints processed.
0.18/0.13	c objective function length is 1614 literals
0.18/0.14	c SATISFIABLE
0.18/0.14	c OPTIMIZING...
0.18/0.14	c Got one! Elapsed wall clock time (in seconds):0.054
0.18/0.14	o 10336274
1.08/0.44	c cleaning 2495 clauses out of 5001 with flag 10932/5001
1.39/0.69	c cleaning 4243 clauses out of 8508 with flag 24479/11003
1.70/0.98	c cleaning 5621 clauses out of 11262 with flag 40077/18000
2.13/1.32	c cleaning 6805 clauses out of 13641 with flag 57262/26000
2.43/1.66	c cleaning 7910 clauses out of 15836 with flag 76612/35000
2.88/2.05	c cleaning 8952 clauses out of 17926 with flag 98092/45000
3.26/2.49	c cleaning 9979 clauses out of 19974 with flag 121758/56000
3.76/2.99	c cleaning 10990 clauses out of 21995 with flag 148003/68000
4.37/3.52	c cleaning 11991 clauses out of 24005 with flag 175706/81000
4.99/4.12	c cleaning 12994 clauses out of 26014 with flag 205688/95000
5.57/4.78	c cleaning 14005 clauses out of 28021 with flag 237852/110001
6.40/5.50	c cleaning 14998 clauses out of 30016 with flag 273145/126001
7.16/6.28	c cleaning 16001 clauses out of 32017 with flag 310100/143000
8.10/7.14	c cleaning 16999 clauses out of 34016 with flag 349367/161000
9.02/8.04	c cleaning 18000 clauses out of 36017 with flag 391810/180000
9.91/8.99	c cleaning 19003 clauses out of 38017 with flag 436865/200000
10.92/9.98	c cleaning 19998 clauses out of 40014 with flag 483154/221000
11.92/10.99	c cleaning 21002 clauses out of 42016 with flag 532601/243000
13.08/12.09	c cleaning 21998 clauses out of 44014 with flag 584771/266000
14.18/13.17	c cleaning 22996 clauses out of 46017 with flag 639173/290001
15.27/14.29	c cleaning 23991 clauses out of 48021 with flag 695595/315001
16.50/15.49	c cleaning 24999 clauses out of 50029 with flag 754469/341000
17.81/16.76	c cleaning 26005 clauses out of 52034 with flag 815567/368004
19.24/18.14	c cleaning 27001 clauses out of 54025 with flag 879348/396000
20.67/19.55	c cleaning 28004 clauses out of 56025 with flag 944884/425001
22.08/20.93	c cleaning 28997 clauses out of 58020 with flag 1012294/455000
23.58/22.41	c cleaning 29989 clauses out of 60024 with flag 1082534/486001
25.08/23.96	c cleaning 30998 clauses out of 62035 with flag 1155502/518001
26.68/25.53	c cleaning 32005 clauses out of 64037 with flag 1230739/551001
28.42/27.24	c cleaning 33001 clauses out of 66031 with flag 1308866/585000
30.24/29.04	c cleaning 34006 clauses out of 68030 with flag 1388124/620000
31.97/30.75	c cleaning 35001 clauses out of 70026 with flag 1468612/656002
33.76/32.53	c cleaning 35998 clauses out of 72023 with flag 1552910/693000
35.57/34.35	c cleaning 37000 clauses out of 74027 with flag 1639010/731002
37.50/36.27	c cleaning 37993 clauses out of 76025 with flag 1727663/770000
39.50/38.24	c cleaning 39002 clauses out of 78032 with flag 1818156/810000
41.44/40.13	c cleaning 39988 clauses out of 80030 with flag 1910150/851000
43.34/42.03	c cleaning 41005 clauses out of 82042 with flag 2006726/893000
45.45/44.17	c cleaning 42006 clauses out of 84037 with flag 2105060/936000
47.58/46.23	c cleaning 43004 clauses out of 86031 with flag 2204575/980000
49.70/48.38	c cleaning 44002 clauses out of 88028 with flag 2307268/1025001
52.01/50.61	c cleaning 44999 clauses out of 90025 with flag 2412172/1071000
54.32/53.00	c cleaning 46001 clauses out of 92026 with flag 2519272/1118000
56.66/55.26	c cleaning 47003 clauses out of 94026 with flag 2627648/1166001
58.96/57.53	c cleaning 47995 clauses out of 96022 with flag 2738597/1215000
61.36/59.98	c cleaning 49008 clauses out of 98027 with flag 2851196/1265000
63.97/62.58	c cleaning 49996 clauses out of 100020 with flag 2965806/1316001
66.50/65.09	c cleaning 51000 clauses out of 102023 with flag 3083210/1368000
69.23/67.74	c cleaning 52002 clauses out of 104024 with flag 3203801/1421001
72.23/70.71	c cleaning 52998 clauses out of 106021 with flag 3326635/1475000
75.25/73.75	c cleaning 54007 clauses out of 108023 with flag 3451627/1530000
78.46/77.00	c cleaning 55000 clauses out of 110016 with flag 3576476/1586000
81.17/79.67	c cleaning 55988 clauses out of 112016 with flag 3705114/1643000
83.98/82.41	c cleaning 56993 clauses out of 114028 with flag 3836093/1701000
86.78/85.25	c cleaning 58003 clauses out of 116036 with flag 3970503/1760001
89.84/88.20	c cleaning 58999 clauses out of 118032 with flag 4105772/1820000
93.05/91.46	c cleaning 60008 clauses out of 120034 with flag 4242258/1881001
96.45/94.87	c cleaning 60999 clauses out of 122026 with flag 4382465/1943001
99.66/98.03	c cleaning 62010 clauses out of 124029 with flag 4524828/2006003
102.94/101.35	c cleaning 62991 clauses out of 126018 with flag 4670557/2070002
106.33/104.60	c cleaning 64007 clauses out of 128025 with flag 4816469/2135000
109.76/108.05	c cleaning 64994 clauses out of 130019 with flag 4966985/2201001
113.31/111.51	c cleaning 65996 clauses out of 132024 with flag 5120791/2268000
116.93/115.12	c cleaning 66999 clauses out of 134029 with flag 5275425/2336001
120.71/118.94	c cleaning 67998 clauses out of 136030 with flag 5431638/2405001
125.00/123.29	c cleaning 69004 clauses out of 138031 with flag 5589403/2475000
129.32/127.55	c cleaning 70005 clauses out of 140027 with flag 5749369/2546000
133.22/131.41	c cleaning 71000 clauses out of 142022 with flag 5913242/2618000
137.20/135.36	c cleaning 71992 clauses out of 144022 with flag 6079838/2691000
141.32/139.48	c cleaning 72999 clauses out of 146030 with flag 6246685/2765000
145.73/143.84	c cleaning 74004 clauses out of 148032 with flag 6418409/2840001
149.84/147.90	c cleaning 75002 clauses out of 150030 with flag 6589366/2916003
154.02/152.04	c cleaning 76001 clauses out of 152026 with flag 6762396/2993001
158.23/156.21	c cleaning 76989 clauses out of 154024 with flag 6938952/3071000
162.44/160.44	c cleaning 78006 clauses out of 156036 with flag 7119331/3150001
167.02/165.00	c cleaning 78997 clauses out of 158031 with flag 7302522/3230002
171.62/169.59	c cleaning 79999 clauses out of 160034 with flag 7485989/3311002
176.34/174.21	c cleaning 81003 clauses out of 162034 with flag 7674672/3393001
180.56/178.46	c cleaning 82000 clauses out of 164030 with flag 7863666/3476000
185.15/182.96	c cleaning 83001 clauses out of 166030 with flag 8055764/3560000
189.75/187.51	c cleaning 84001 clauses out of 168031 with flag 8249693/3645002
194.17/191.90	c cleaning 84999 clauses out of 170028 with flag 8445989/3731000
198.88/196.66	c cleaning 85993 clauses out of 172030 with flag 8645921/3818001
203.20/200.98	c cleaning 87001 clauses out of 174039 with flag 8845462/3906003
208.19/205.85	c cleaning 88003 clauses out of 176035 with flag 9049673/3995000
212.72/210.35	c cleaning 88997 clauses out of 178032 with flag 9256709/4085000
217.95/215.55	c cleaning 90000 clauses out of 180036 with flag 9466071/4176001
223.45/221.00	c cleaning 90998 clauses out of 182036 with flag 9678111/4268001
228.58/226.05	c cleaning 92007 clauses out of 184038 with flag 9891140/4361001
233.28/230.76	c cleaning 92991 clauses out of 186030 with flag 10104724/4455000
238.71/236.17	c cleaning 94003 clauses out of 188040 with flag 10321819/4550001
244.52/241.80	c cleaning 94998 clauses out of 190037 with flag 10543228/4646001
249.94/247.22	c cleaning 96004 clauses out of 192038 with flag 10763030/4743000
255.88/253.14	c cleaning 96999 clauses out of 194034 with flag 10985022/4841000
261.89/259.13	c cleaning 98002 clauses out of 196035 with flag 11211298/4940000
267.68/264.87	c cleaning 99000 clauses out of 198033 with flag 11439050/5040000
274.03/271.13	c cleaning 100008 clauses out of 200033 with flag 11668104/5141000
279.73/276.86	c cleaning 101000 clauses out of 202025 with flag 11900873/5243000
285.26/282.30	c cleaning 102001 clauses out of 204025 with flag 12135950/5346000
291.33/288.37	c cleaning 102998 clauses out of 206025 with flag 12371628/5450001
297.23/294.28	c cleaning 104000 clauses out of 208026 with flag 12609333/5555000
303.14/300.17	c cleaning 105001 clauses out of 210026 with flag 12850976/5661000
309.72/306.76	c cleaning 106002 clauses out of 212026 with flag 13093017/5768001
316.02/313.05	c cleaning 107002 clauses out of 214024 with flag 13338520/5876001
321.88/318.95	c cleaning 107994 clauses out of 216021 with flag 13588979/5985000
328.28/325.33	c cleaning 109002 clauses out of 218027 with flag 13838664/6095000
335.49/332.50	c cleaning 110004 clauses out of 220026 with flag 14090816/6206001
342.34/339.20	c cleaning 110993 clauses out of 222021 with flag 14345535/6318000
349.00/345.80	c cleaning 112003 clauses out of 224029 with flag 14602700/6431001
356.32/353.17	c cleaning 112997 clauses out of 226027 with flag 14859886/6545002
363.31/360.06	c cleaning 114001 clauses out of 228028 with flag 15120045/6660000
370.35/367.05	c cleaning 114989 clauses out of 230027 with flag 15386271/6776000
377.17/373.89	c cleaning 115998 clauses out of 232039 with flag 15652667/6893001
384.80/381.35	c cleaning 117010 clauses out of 234041 with flag 15919845/7011001
392.43/388.95	c cleaning 118009 clauses out of 236033 with flag 16188303/7130003
399.95/396.47	c cleaning 118991 clauses out of 238021 with flag 16459278/7250000
407.36/403.71	c cleaning 120004 clauses out of 240030 with flag 16733172/7371000
414.37/410.70	c cleaning 120998 clauses out of 242026 with flag 17008259/7493000
422.19/418.54	c cleaning 121996 clauses out of 244029 with flag 17287143/7616001
429.30/425.68	c cleaning 122999 clauses out of 246035 with flag 17567938/7740003
437.25/433.45	c cleaning 123997 clauses out of 248034 with flag 17854242/7865001
444.46/440.65	c cleaning 125000 clauses out of 250038 with flag 18142609/7991002
452.09/448.23	c cleaning 126003 clauses out of 252036 with flag 18430635/8118000
460.61/456.78	c cleaning 126997 clauses out of 254034 with flag 18719013/8246001
468.66/464.63	c cleaning 128008 clauses out of 256037 with flag 19011980/8375001
476.86/472.87	c cleaning 128999 clauses out of 258029 with flag 19308951/8505001
484.12/480.05	c cleaning 129995 clauses out of 260030 with flag 19605312/8636001
491.93/487.81	c cleaning 131001 clauses out of 262035 with flag 19907704/8768001
499.31/495.10	c cleaning 131998 clauses out of 264033 with flag 20208965/8901000
507.10/502.86	c cleaning 132993 clauses out of 266035 with flag 20515621/9035000
514.80/510.55	c cleaning 134010 clauses out of 268043 with flag 20823457/9170001
523.82/519.51	c cleaning 134999 clauses out of 270033 with flag 21130804/9306001
533.14/528.88	c cleaning 136008 clauses out of 272034 with flag 21440074/9443001
541.09/536.64	c cleaning 137004 clauses out of 274025 with flag 21752273/9581000
549.08/544.62	c cleaning 137992 clauses out of 276024 with flag 22066968/9720003
557.63/553.14	c cleaning 139002 clauses out of 278029 with flag 22381844/9860000
566.74/562.21	c cleaning 139994 clauses out of 280028 with flag 22701547/10001001
575.20/570.57	c cleaning 140997 clauses out of 282035 with flag 23026449/10143002
584.31/579.67	c cleaning 142000 clauses out of 284037 with flag 23352164/10286001
593.31/588.69	c cleaning 143003 clauses out of 286036 with flag 23675282/10430000
602.93/598.23	c cleaning 144007 clauses out of 288034 with flag 24000345/10575001
612.41/607.57	c cleaning 144997 clauses out of 290026 with flag 24328817/10721000
620.82/615.95	c cleaning 146001 clauses out of 292031 with flag 24661601/10868002
629.54/624.68	c cleaning 147002 clauses out of 294029 with flag 24996781/11016001
639.43/634.33	c cleaning 147999 clauses out of 296027 with flag 25333661/11165001
648.36/643.24	c cleaning 148996 clauses out of 298029 with flag 25672505/11315002
657.99/652.85	c cleaning 150000 clauses out of 300031 with flag 26010764/11466000
666.98/661.60	c cleaning 150999 clauses out of 302031 with flag 26353246/11618000
676.19/670.84	c cleaning 152001 clauses out of 304032 with flag 26699822/11771000
684.51/679.16	c cleaning 152996 clauses out of 306034 with flag 27048720/11925003
694.30/688.74	c cleaning 154001 clauses out of 308035 with flag 27404222/12080000
703.93/698.36	c cleaning 154999 clauses out of 310034 with flag 27756371/12236000
713.47/707.89	c cleaning 155990 clauses out of 312035 with flag 28109372/12393000
723.62/717.83	c cleaning 157010 clauses out of 314046 with flag 28472496/12551001
732.55/726.71	c cleaning 157993 clauses out of 316035 with flag 28836950/12710000
743.12/737.17	c cleaning 158997 clauses out of 318042 with flag 29204126/12870000
753.43/747.45	c cleaning 160007 clauses out of 320046 with flag 29568624/13031001
763.59/757.48	c cleaning 160997 clauses out of 322038 with flag 29938604/13193000
774.61/768.46	c cleaning 162005 clauses out of 324041 with flag 30311351/13356000
785.79/779.42	c cleaning 163000 clauses out of 326036 with flag 30681516/13520000
795.03/788.63	c cleaning 163999 clauses out of 328036 with flag 31054767/13685000
805.31/798.71	c cleaning 165004 clauses out of 330037 with flag 31431301/13851000
815.64/809.02	c cleaning 165997 clauses out of 332033 with flag 31809042/14018000
826.55/819.98	c cleaning 167007 clauses out of 334036 with flag 32185571/14186000
836.37/829.69	c cleaning 167993 clauses out of 336029 with flag 32564931/14355000
846.82/840.07	c cleaning 169006 clauses out of 338041 with flag 32950584/14525005
858.20/851.24	c cleaning 170002 clauses out of 340030 with flag 33337523/14696000
869.43/862.45	c cleaning 170996 clauses out of 342028 with flag 33730004/14868000
879.85/872.61	c cleaning 171999 clauses out of 344032 with flag 34123843/15041000
890.43/883.13	c cleaning 172995 clauses out of 346035 with flag 34528054/15215002
900.72/893.26	c cleaning 173996 clauses out of 348038 with flag 34933266/15390000
911.80/904.23	c cleaning 175000 clauses out of 350043 with flag 35336990/15566001
923.18/915.40	c cleaning 176009 clauses out of 352043 with flag 35737842/15743001
933.13/925.37	c cleaning 176996 clauses out of 354034 with flag 36142433/15921001
944.33/936.39	c cleaning 178004 clauses out of 356037 with flag 36554975/16100000
955.11/947.06	c cleaning 178989 clauses out of 358033 with flag 36965523/16280000
965.91/957.69	c cleaning 180000 clauses out of 360044 with flag 37374710/16461000
977.38/969.10	c cleaning 181004 clauses out of 362044 with flag 37788041/16643000
988.17/979.61	c cleaning 182004 clauses out of 364041 with flag 38204999/16826001
1001.11/992.58	c cleaning 183003 clauses out of 366038 with flag 38625153/17010002
1014.07/1005.32	c cleaning 183997 clauses out of 368033 with flag 39040788/17195000
1026.94/1018.14	c cleaning 184999 clauses out of 370036 with flag 39463579/17381000
1040.55/1031.59	c cleaning 186008 clauses out of 372038 with flag 39885539/17568001
1054.79/1045.78	c cleaning 187003 clauses out of 374030 with flag 40306845/17756001
1068.70/1059.48	c cleaning 188005 clauses out of 376027 with flag 40732431/17945001
1082.75/1073.49	c cleaning 189000 clauses out of 378023 with flag 41162782/18135002
1097.86/1088.39	c cleaning 190000 clauses out of 380021 with flag 41591417/18326000
1110.30/1100.55	c cleaning 190999 clauses out of 382021 with flag 42024045/18518000
1123.26/1113.45	c cleaning 192000 clauses out of 384024 with flag 42457625/18711002
1136.33/1126.39	c cleaning 192998 clauses out of 386023 with flag 42898045/18905001
1148.67/1138.62	c cleaning 193998 clauses out of 388025 with flag 43338555/19100001
1162.26/1152.07	c cleaning 194997 clauses out of 390027 with flag 43782243/19296001
1174.24/1163.89	c cleaning 195996 clauses out of 392029 with flag 44230391/19493000
1187.59/1177.13	c cleaning 196998 clauses out of 394033 with flag 44687100/19691000
1200.86/1190.21	c cleaning 197985 clauses out of 396035 with flag 45144306/19890000
1215.70/1205.10	c cleaning 199004 clauses out of 398050 with flag 45598642/20090000
1228.19/1217.32	c cleaning 200009 clauses out of 400048 with flag 46055729/20291002
1242.60/1231.57	c cleaning 201003 clauses out of 402038 with flag 46510689/20493001
1257.55/1246.43	c cleaning 202001 clauses out of 404034 with flag 46966835/20696000
1272.09/1260.83	c cleaning 203005 clauses out of 406035 with flag 47424559/20900002
1285.26/1273.79	c cleaning 203996 clauses out of 408030 with flag 47891827/21105002
1299.22/1287.66	c cleaning 205002 clauses out of 410036 with flag 48356481/21311004
1314.08/1302.32	c cleaning 205995 clauses out of 412030 with flag 48823025/21518000
1328.04/1316.05	c cleaning 206998 clauses out of 414037 with flag 49292075/21726002
1342.92/1330.67	c cleaning 208007 clauses out of 416042 with flag 49765980/21935005
1357.45/1344.97	c cleaning 208998 clauses out of 418030 with flag 50241931/22145000
1371.82/1359.04	c cleaning 209998 clauses out of 420032 with flag 50718539/22356000
1386.93/1373.99	c cleaning 211000 clauses out of 422035 with flag 51194288/22568001
1401.05/1387.89	c cleaning 211999 clauses out of 424036 with flag 51675906/22781002
1416.81/1403.33	c cleaning 212996 clauses out of 426035 with flag 52158641/22995000
1431.48/1417.77	c cleaning 214002 clauses out of 428040 with flag 52644320/23210001
1444.95/1431.01	c cleaning 214998 clauses out of 430037 with flag 53139035/23426000
1458.71/1444.43	c cleaning 215996 clauses out of 432039 with flag 53633312/23643000
1471.99/1457.41	c cleaning 216999 clauses out of 434043 with flag 54129661/23861000
1487.06/1472.36	c cleaning 217992 clauses out of 436044 with flag 54636011/24080000
1503.91/1488.78	c cleaning 219014 clauses out of 438055 with flag 55140968/24300003
1519.34/1504.00	c cleaning 220000 clauses out of 440038 with flag 55646565/24521000
1532.54/1517.01	c cleaning 220994 clauses out of 442038 with flag 56149692/24743000
1548.35/1532.51	c cleaning 222007 clauses out of 444045 with flag 56653971/24966001
1564.68/1548.68	c cleaning 223009 clauses out of 446037 with flag 57163759/25190000
1584.64/1568.30	c cleaning 223997 clauses out of 448030 with flag 57672992/25415002
1602.96/1586.43	c cleaning 224996 clauses out of 450032 with flag 58185202/25641001
1622.06/1605.28	c cleaning 226007 clauses out of 452035 with flag 58702210/25868000
1640.40/1623.30	c cleaning 227002 clauses out of 454029 with flag 59215236/26096001
1657.59/1640.20	c cleaning 227996 clauses out of 456027 with flag 59733734/26325001
1675.36/1657.77	c cleaning 229002 clauses out of 458031 with flag 60259906/26555001
1696.10/1677.76	c cleaning 230005 clauses out of 460028 with flag 60962779/26786000
1714.30/1695.89	c cleaning 231008 clauses out of 462023 with flag 61761377/27018000
1730.47/1712.01	c cleaning 232006 clauses out of 464015 with flag 62548700/27251000
1749.71/1731.24	c cleaning 233003 clauses out of 466010 with flag 63378050/27485001
1770.14/1751.57	c cleaning 233995 clauses out of 468006 with flag 64184891/27720000
1786.35/1767.30	c cleaning 235005 clauses out of 470011 with flag 64945988/27956000
1804.82/1785.76	c cleaning 235993 clauses out of 472006 with flag 65773140/28193000
1825.46/1806.24	c cleaning 237005 clauses out of 474014 with flag 66578317/28431001
1841.07/1821.80	c cleaning 238004 clauses out of 476008 with flag 67398839/28670000
1857.97/1838.70	c cleaning 238993 clauses out of 478005 with flag 68209119/28910001
1876.43/1856.98	c cleaning 240000 clauses out of 480011 with flag 69093339/29151000
1892.85/1873.33	c cleaning 241001 clauses out of 482012 with flag 69958219/29393001
1909.21/1889.65	c cleaning 241994 clauses out of 484010 with flag 70836347/29636000
1925.92/1906.31	c cleaning 243008 clauses out of 486016 with flag 71706847/29880000
1941.75/1922.18	c cleaning 244004 clauses out of 488008 with flag 72581447/30125000
1962.15/1942.56	c cleaning 244992 clauses out of 490004 with flag 73424556/30371000
1978.68/1959.07	c cleaning 245994 clauses out of 492012 with flag 74278496/30618000
1998.21/1978.36	c cleaning 247001 clauses out of 494018 with flag 75045337/30866000
2023.46/2003.50	c cleaning 248007 clauses out of 496017 with flag 75868708/31115000
2043.60/2023.60	c cleaning 248991 clauses out of 498010 with flag 76766889/31365000
2061.91/2041.90	c cleaning 250000 clauses out of 500022 with flag 77550120/31616003
2081.21/2061.21	c cleaning 251003 clauses out of 502019 with flag 78431471/31868000
2100.49/2080.51	c cleaning 252003 clauses out of 504020 with flag 79213692/32121004
2118.78/2098.84	c cleaning 252999 clauses out of 506013 with flag 80062203/32375000
2140.90/2120.92	c cleaning 254000 clauses out of 508014 with flag 80872491/32630000
2171.15/2151.08	c cleaning 255002 clauses out of 510014 with flag 81697697/32886000
2196.50/2176.47	c cleaning 255988 clauses out of 512014 with flag 82589679/33143002
2218.89/2198.89	c cleaning 257002 clauses out of 514025 with flag 83547772/33401001
2245.68/2225.65	c cleaning 258005 clauses out of 516022 with flag 84490733/33660000
2265.72/2245.68	c cleaning 259008 clauses out of 518020 with flag 85351238/33920003
2283.77/2263.73	c cleaning 260000 clauses out of 520010 with flag 86116335/34181001
2305.04/2285.02	c cleaning 261004 clauses out of 522011 with flag 86846887/34443002
2331.89/2311.94	c cleaning 261996 clauses out of 524006 with flag 87715259/34706001
2349.03/2329.08	c cleaning 262989 clauses out of 526009 with flag 88628675/34970000
2364.70/2344.50	c cleaning 263981 clauses out of 528021 with flag 89536434/35235001
2386.11/2365.89	c cleaning 264997 clauses out of 530039 with flag 90375258/35501000
2401.83/2381.50	c cleaning 266003 clauses out of 532043 with flag 91275766/35768001
2419.52/2399.22	c cleaning 267004 clauses out of 534040 with flag 92144430/36036001
2437.88/2417.61	c cleaning 267990 clauses out of 536035 with flag 92929395/36305000
2454.75/2434.54	c cleaning 269004 clauses out of 538045 with flag 93738563/36575000
2473.72/2453.50	c cleaning 270001 clauses out of 540041 with flag 94463911/36846000
2493.91/2473.44	c cleaning 271009 clauses out of 542040 with flag 95270293/37118000
2516.55/2496.07	c cleaning 271995 clauses out of 544032 with flag 96112799/37391001
2534.56/2514.05	c cleaning 273001 clauses out of 546036 with flag 97087383/37665000
2551.57/2531.05	c cleaning 273988 clauses out of 548035 with flag 98049326/37940000
2569.39/2548.87	c cleaning 275015 clauses out of 550047 with flag 98968782/38216000
2587.40/2566.65	c cleaning 275997 clauses out of 552032 with flag 99854640/38493000
2606.78/2586.08	c cleaning 277013 clauses out of 554037 with flag 100716265/38771002
2624.16/2603.46	c cleaning 277991 clauses out of 556022 with flag 101573779/39050000
2644.74/2623.93	c cleaning 278995 clauses out of 558031 with flag 102425124/39330000
2663.97/2643.16	c cleaning 280008 clauses out of 560036 with flag 103355467/39611000
2686.36/2665.35	c cleaning 281000 clauses out of 562028 with flag 104173234/39893000
2706.25/2685.24	c cleaning 281989 clauses out of 564029 with flag 105077654/40176001
2726.73/2705.71	c cleaning 283003 clauses out of 566039 with flag 106059034/40460000
2745.91/2724.95	c cleaning 284001 clauses out of 568036 with flag 106936781/40745000
2766.06/2745.11	c cleaning 284999 clauses out of 570037 with flag 107793289/41031002
2786.95/2765.78	c cleaning 285999 clauses out of 572036 with flag 108675933/41318000
2806.03/2784.80	c cleaning 287013 clauses out of 574037 with flag 109533172/41606000
2826.11/2804.90	c cleaning 287988 clauses out of 576024 with flag 110379987/41895000
2846.26/2825.04	c cleaning 289008 clauses out of 578038 with flag 111440855/42185002
2868.24/2846.84	c cleaning 290007 clauses out of 580028 with flag 112383831/42476000
2896.63/2875.23	c cleaning 291011 clauses out of 582022 with flag 113327612/42768001
2921.77/2900.35	c cleaning 291987 clauses out of 584010 with flag 114447758/43061000
2947.22/2925.57	c cleaning 293001 clauses out of 586024 with flag 115551685/43355001
2976.61/2954.98	c cleaning 293998 clauses out of 588022 with flag 116604109/43650000
3000.16/2978.47	c cleaning 294987 clauses out of 590026 with flag 117638587/43946002
3025.53/3003.55	c cleaning 295996 clauses out of 592037 with flag 118660707/44243000
3047.75/3025.79	c cleaning 296997 clauses out of 594042 with flag 119590743/44541001
3073.10/3051.08	c cleaning 297999 clauses out of 596044 with flag 120630861/44840000
3099.87/3077.59	c cleaning 299015 clauses out of 598046 with flag 121664180/45140001
3126.34/3103.90	c cleaning 300005 clauses out of 600030 with flag 122733475/45441000
3148.25/3125.88	c cleaning 301003 clauses out of 602025 with flag 123858278/45743000
3169.56/3146.90	c cleaning 301983 clauses out of 604022 with flag 124894309/46046000
3192.99/3170.36	c cleaning 303012 clauses out of 606039 with flag 125920682/46350000
3212.12/3189.44	c cleaning 303987 clauses out of 608028 with flag 126978988/46655001
3232.88/3209.96	c cleaning 305006 clauses out of 610040 with flag 127982195/46961000
3257.78/3234.88	c cleaning 305998 clauses out of 612034 with flag 129106594/47268000
3277.26/3254.22	c cleaning 307004 clauses out of 614036 with flag 130069396/47576000
3297.41/3274.12	c cleaning 307998 clauses out of 616032 with flag 131007123/47885000
3320.92/3297.68	c cleaning 309011 clauses out of 618035 with flag 131947165/48195001
3342.87/3319.54	c cleaning 309997 clauses out of 620023 with flag 132972454/48506000
3369.86/3346.33	c cleaning 311005 clauses out of 622029 with flag 134183311/48818003
3398.48/3374.99	c cleaning 311999 clauses out of 624021 with flag 135500281/49131000
3433.77/3410.29	c cleaning 312993 clauses out of 626022 with flag 136743983/49445000
3456.68/3432.95	c cleaning 314003 clauses out of 628029 with flag 137843888/49760000
3477.51/3453.71	c cleaning 315003 clauses out of 630028 with flag 138912748/50076002
3501.66/3477.83	c cleaning 315994 clauses out of 632026 with flag 139976712/50393003
3525.62/3501.53	c cleaning 317008 clauses out of 634030 with flag 141028330/50711001
3548.16/3524.08	c cleaning 317998 clauses out of 636021 with flag 142161274/51030000
3571.67/3547.26	c cleaning 319003 clauses out of 638023 with flag 143239522/51350000
3593.98/3569.42	c cleaning 319987 clauses out of 640020 with flag 144277988/51671000
3600.08/3575.50	c starts		: 2495
3600.08/3575.51	c conflicts		: 51778447
3600.08/3575.51	c decisions		: 127226450
3600.08/3575.51	c propagations		: 12628490392
3600.08/3575.51	c inspects		: 31921861863
3600.08/3575.51	c shortcuts		: 0
3600.08/3575.51	c learnt literals	: 0
3600.08/3575.51	c learnt binary clauses	: 0
3600.08/3575.51	c learnt ternary clauses	: 0
3600.08/3575.51	c learnt constraints	: 51778447
3600.08/3575.51	c ignored constraints	: 0
3600.08/3575.51	c root simplifications	: 0
3600.08/3575.51	c removed literals (reason simplification)	: 26309903
3600.08/3575.51	c reason swapping (by a shorter reason)	: 0
3600.08/3575.51	c Calls to reduceDB	: 317
3600.08/3575.51	c Number of update (reduction) of LBD	: 12735533
3600.08/3575.51	c Imported unit clauses	: 0
3600.08/3575.51	c No decision after first conflict	: false
3600.08/3575.51	c number of reductions to clauses (during analyze)	: 0
3600.08/3575.51	c number of learned constraints concerned by reduction	: 0
3600.08/3575.51	c number of learning phase by resolution	: 0
3600.08/3575.51	c number of learning phase by cutting planes	: 0
3600.08/3575.51	c number of rounding to 1 operations	: 0
3600.08/3575.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3575.51	c number of reductions of the coefficients by power 2 	: 0
3600.08/3575.51	c number of right shift for reduction by power 2 	: 0
3600.08/3575.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3575.51	c number of ending skipping 	: 0
3600.08/3575.51	c number of internal skipping 	: 0
3600.08/3575.51	c number of derivation steps 	: 0
3600.08/3575.51	c number of skipped derivation steps 	: 0
3600.08/3575.51	c number of remaining unassigned 	: 0
3600.08/3575.51	c number of remaining assigned 	: 0
3600.08/3575.51	c number of falsified literals weakened from reason	: 0
3600.08/3575.51	c number of falsified literals weakened from conflict	: 0
3600.08/3575.51	c time for arithmetic operations	: 0
3600.08/3575.51	c minimum degree of deleted constraints	: null
3600.08/3575.51	c maximum degree of deleted constraints	: null
3600.08/3575.51	c number of deleted constraints	: 0
3600.08/3575.51	c speed (assignments/second)	: 3532072.3918065145
3600.08/3575.51	c non guided choices	: 120
3600.08/3575.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 427480
3600.08/3575.56	s SATISFIABLE
3600.08/3575.56	c Found 1 solution(s)
3600.08/3575.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.08/3575.56	c objective function=10336274
3600.08/3575.56	c Total wall clock time (in seconds): 3575.479

Verifier Data

OK	10336274

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

running on 4 cores: 28-31

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

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

CPU governors:
  performance: 28-31

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 (111771 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 (108047 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=2653675, runsolver pid=2653661
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 17.65 16.79 16.36 22/1216 2653697
/proc/meminfo: memFree=857590688/1055320708 swapFree=33553916/33554428
[pid=2653675] ppid=2653661 vsize=34966608 memory=59932 CPUtime=0.18 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 7820 0 0 0 16 2 0 0 20 0 20 0 225975217 35805806592 14641 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8741652 14983 6205 1 0 33535 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=34966608 memory=448176484133 CPUtime=0.09 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 3183 0 0 0 8 1 0 0 20 0 20 0 225975218 35805806592 14641 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=34966608 memory=2292 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 225975220 35805806592 14641 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=34966608 memory=60684432048628 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 225975220 35805806592 14641 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=34966608 memory=55195480621671 CPUtime=0 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 225975220 35805806592 14641 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=34966608 memory=57390242464551 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 225975220 35805806592 14641 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=34966608 memory=13852953979127114 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 225975220 35805806592 14641 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 59932 KiB

[startup+0.213634 s]*
/proc/loadavg: 17.65 16.79 16.36 21/1219 2653700
/proc/meminfo: memFree=857576008/1055320708 swapFree=33553916/33554428
[pid=2653675] ppid=2653661 vsize=35033172 memory=73372 CPUtime=0.54 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 9628 0 0 0 52 2 0 0 20 0 21 0 225975217 35873968128 17889 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8758293 18343 6283 1 0 35461 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35033172 memory=8386095037794055477 CPUtime=0.2 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 3308 0 0 0 19 1 0 0 20 0 21 0 225975218 35873968128 17889 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35033172 memory=241474733984 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 17889 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35033172 memory=17997 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 17889 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35033172 memory=18340 CPUtime=0 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 17889 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35033172 memory=18902 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 17889 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35033172 memory=54659 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 17889 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35033172 memory=3833746564403403238 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975231 35873968128 17889 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 73372 KiB

[startup+0.31391 s]*
/proc/loadavg: 17.65 16.79 16.36 24/1219 2653700
/proc/meminfo: memFree=857571660/1055320708 swapFree=33553916/33554428
[pid=2653675] ppid=2653661 vsize=35033172 memory=75848 CPUtime=0.84 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 9736 0 0 0 82 2 0 0 20 0 21 0 225975217 35873968128 18473 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8758293 18962 6283 1 0 38073 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35033172 memory=8389771804677338421 CPUtime=0.3 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 3314 0 0 0 29 1 0 0 20 0 21 0 225975218 35873968128 18473 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35033172 memory=241474733984 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 18473 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35033172 memory=17997 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 18473 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35033172 memory=18340 CPUtime=0 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 18473 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35033172 memory=18902 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 18473 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35033172 memory=54659 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975220 35873968128 18473 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35033172 memory=3833746564403403238 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975231 35873968128 18473 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 75848 KiB

[startup+0.700262 s]
/proc/loadavg: 17.65 16.79 16.36 17/1219 2653700
/proc/meminfo: memFree=857579576/1055320708 swapFree=33553916/33554428
[pid=2653675] ppid=2653661 vsize=35099736 memory=89128 CPUtime=1.48 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 9993 0 0 0 145 3 0 0 20 0 22 0 225975217 35942129664 22002 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8774934 22282 6283 1 0 43081 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35099736 memory=4852 CPUtime=0.67 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 3326 0 0 0 66 1 0 0 20 0 22 0 225975218 35942129664 22002 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35099736 memory=4386 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225975220 35942129664 22002 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35099736 memory=5784 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 225975220 35942129664 22002 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35099736 memory=3984 CPUtime=0 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225975220 35942129664 22002 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35099736 memory=4020 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225975220 35942129664 22002 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225975220 35942129664 22002 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35099736 memory=147648090736268 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225975231 35942129664 22002 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 89128 KiB

[startup+1.50019 s]
/proc/loadavg: 17.65 16.79 16.36 17/1219 2653702
/proc/meminfo: memFree=857565688/1055320708 swapFree=33553916/33554428
[pid=2653675] ppid=2653661 vsize=35099736 memory=99584 CPUtime=2.33 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 13192 0 0 0 230 3 0 0 20 0 21 0 225975217 35942129664 24589 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8774934 24896 6283 1 0 47275 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35099736 memory=4852 CPUtime=1.46 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 3908 0 0 0 145 1 0 0 20 0 21 0 225975218 35942129664 24589 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 24589 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 24589 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 24589 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 24589 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 24589 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35099736 memory=-8312670058677691230 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975231 35942129664 24589 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 99584 KiB

[startup+3.11463 s]
/proc/loadavg: 17.65 16.79 16.36 17/1220 2653703
/proc/meminfo: memFree=857615256/1055320708 swapFree=33553916/33554428
[pid=2653675] ppid=2653661 vsize=35099736 memory=122504 CPUtime=3.98 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 13794 0 0 0 395 3 0 0 20 0 21 0 225975217 35942129664 30319 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8774934 30626 6283 1 0 51459 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35099736 memory=0 CPUtime=3.06 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 3924 0 0 0 305 1 0 0 20 0 21 0 225975218 35942129664 30319 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35099736 memory=4852 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 30319 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35099736 memory=116360 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 30319 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35099736 memory=0 CPUtime=0 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 30319 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35099736 memory=89128 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 30319 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35099736 memory=140454020515473 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975220 35942129664 30319 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35099736 memory=140454020515474 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225975231 35942129664 30319 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 122504 KiB

[startup+6.30016 s]

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

/proc/meminfo: memFree=827496152/1055320708 swapFree=33553916/33554428
[pid=2653675] ppid=2653661 vsize=35166300 memory=815684 CPUtime=3365.87 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 107020 0 0 0 336513 74 0 0 20 0 23 0 225975217 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8791575 203921 6273 1 0 217252 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35166300 memory=11688 CPUtime=3323.1 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 21683 0 0 0 332306 4 0 0 20 0 23 0 225975218 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35166300 memory=0 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35166300 memory=815684 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35166300 memory=150648 CPUtime=0.07 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 51 0 0 0 4 3 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35166300 memory=5784 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35166300 memory=150648 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 354 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35166300 memory=0 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975231 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 3365.87 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 815684 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=2653675] ppid=2653661 vsize=35166300 memory=815684 CPUtime=3425.89 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 107079 0 0 0 342515 74 0 0 20 0 23 0 225975217 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8791575 203921 6273 1 0 217252 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35166300 memory=832164 CPUtime=3382.82 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 21692 0 0 0 338278 4 0 0 20 0 23 0 225975218 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35166300 memory=3984 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35166300 memory=832420 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35166300 memory=832420 CPUtime=0.08 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 51 0 0 0 5 3 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35166300 memory=15392 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35166300 memory=815684 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 354 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35166300 memory=-7595698427708859745 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975231 36010291200 203663 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 3425.89 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 815684 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=2653675] ppid=2653661 vsize=35166300 memory=798948 CPUtime=3486.11 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 107102 0 0 0 348536 75 0 0 20 0 23 0 225975217 36010291200 199479 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8791575 199737 6273 1 0 213068 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35166300 memory=832164 CPUtime=3442.55 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 21692 0 0 0 344251 4 0 0 20 0 23 0 225975218 36010291200 199479 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35166300 memory=832420 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199479 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35166300 memory=15392 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199479 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35166300 memory=798948 CPUtime=0.08 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 51 0 0 0 5 3 0 0 20 0 23 0 225975220 36010291200 199479 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35166300 memory=15392 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199479 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35166300 memory=15392 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 354 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199479 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35166300 memory=798948 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975231 36010291200 199479 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 3486.11 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 798948 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=2653675] ppid=2653661 vsize=35166300 memory=798692 CPUtime=3546.46 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 107165 0 0 0 354570 76 0 0 20 0 23 0 225975217 36010291200 199478 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8791575 199673 6273 1 0 213068 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35166300 memory=798692 CPUtime=3502.18 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 21692 0 0 0 350214 4 0 0 20 0 23 0 225975218 36010291200 199478 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35166300 memory=4852 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199478 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35166300 memory=0 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199478 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35166300 memory=798692 CPUtime=0.08 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 51 0 0 0 5 3 0 0 20 0 23 0 225975220 36010291200 199478 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35166300 memory=15392 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199478 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35166300 memory=4020 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 354 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199478 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35166300 memory=150648 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975231 36010291200 199478 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 3546.46 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 798692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.5 s]
/proc/loadavg: 16.71 16.42 16.45 15/1171 2655975
/proc/meminfo: memFree=831401036/1055320708 swapFree=33553916/33554428
[pid=2653675] ppid=2653661 vsize=35166300 memory=799124 CPUtime=3600.08 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 107754 0 0 0 359931 77 0 0 20 0 23 0 225975217 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8791575 199781 6273 1 0 213068 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35166300 memory=799124 CPUtime=3555.05 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 21930 0 0 0 355501 4 0 0 20 0 23 0 225975218 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35166300 memory=799124 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35166300 memory=150648 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35166300 memory=4852 CPUtime=0.08 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 52 0 0 0 5 3 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35166300 memory=799124 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35166300 memory=3984 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 354 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35166300 memory=15392 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975231 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 799124 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.47 s, system=0.787066 s

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

[startup+3575.5 s]
/proc/loadavg: 16.71 16.42 16.45 15/1171 2655975
/proc/meminfo: memFree=831401036/1055320708 swapFree=33553916/33554428
[pid=2653675] ppid=2653661 vsize=35166300 memory=799124 CPUtime=3600.08 cores=28-31
/proc/2653675/stat : 2653675 (java) S 2653661 2653675 2649414 0 -1 4194304 107754 0 0 0 359931 77 0 0 20 0 23 0 225975217 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 0 0 16800975 0 0 0 17 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
/proc/2653675/statm: 8791575 199781 6273 1 0 213068 0
[pid=2653675/tid=2653677] ppid=2653661 vsize=35166300 memory=799124 CPUtime=3555.05 cores=28-31
/proc/2653675/task/2653677/stat : 2653677 (java) R 2653661 2653675 2649414 0 -1 4194368 21930 0 0 0 355501 4 0 0 20 0 23 0 225975218 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653688] ppid=2653661 vsize=35166300 memory=799124 CPUtime=0 cores=28-31
/proc/2653675/task/2653688/stat : 2653688 (Referen..andler) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653689] ppid=2653661 vsize=35166300 memory=150648 CPUtime=0 cores=28-31
/proc/2653675/task/2653689/stat : 2653689 (Finalizer) S 2653661 2653675 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653692] ppid=2653661 vsize=35166300 memory=4852 CPUtime=0.08 cores=28-31
/proc/2653675/task/2653692/stat : 2653692 (Monitor..Thread) S 2653661 2653675 2649414 0 -1 4194368 52 0 0 0 5 3 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653695] ppid=2653661 vsize=35166300 memory=799124 CPUtime=0 cores=28-31
/proc/2653675/task/2653695/stat : 2653695 (Notific..Thread) S 2653661 2653675 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653696] ppid=2653661 vsize=35166300 memory=3984 CPUtime=0 cores=28-31
/proc/2653675/task/2653696/stat : 2653696 (Common-Cleaner) S 2653661 2653675 2649414 0 -1 4194368 354 0 0 0 0 0 0 0 20 0 23 0 225975220 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
[pid=2653675/tid=2653700] ppid=2653661 vsize=35166300 memory=15392 CPUtime=0 cores=28-31
/proc/2653675/task/2653700/stat : 2653700 (Timer-0) S 2653661 2653675 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225975231 36010291200 199497 18446744073709551615 94029528207360 94029528211056 140722232578416 0 0 0 4 0 16800975 1 0 0 -1 28 0 0 0 0 0 94029528218920 94029528219664 94029535289344 140722232580306 140722232580446 140722232580446 140722232586184 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 799124 KiB

Child status: 143

Real time (s): 3575.58
CPU time (s): 3600.26
CPU user time (s): 3599.47
CPU system time (s): 0.787066
CPU usage (%): 100.69
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 1496584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.787066
maximum resident set size= 1495352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110023
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116524
involuntary context switches= 3849


# summary of solver processes directly reported to runsolver:
#   pid: 2653675
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3599.47
#   total CPU system time (s): 0.787066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3109 second user time and 39.5183 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-07-01 19:27:54
IDJOB=4819948
IDBENCH=143995
IDSOLVER=3649
FILE ID=nodeE008/4819948-1782926874
RUNJOBID= nodeE008-1782923335-2649640
SLURM_JOB_ID= 12543003
Free space on /tmp= 799180 MiB

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

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

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

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

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

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

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

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

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

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

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3592.539
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.413
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		: 3587.357
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		: 3578.307
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		: 3582.494
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		: 3572.156
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.764
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		: 3568.150
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.363
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.250
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		: 3570.198
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.814
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		: 3572.487
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:        857623332 kB
MemAvailable:   1013131608 kB
Buffers:            2840 kB
Cached:         160029160 kB
SwapCached:           12 kB
Active:         37402268 kB
Inactive:       156587424 kB
Active(anon):   34810252 kB
Inactive(anon):    66848 kB
Active(file):    2592016 kB
Inactive(file): 156520576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33553916 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1212 kB
Writeback:            24 kB
AnonPages:      33935164 kB
Mapped:           205452 kB
Shmem:            919400 kB
KReclaimable:    1686928 kB
Slab:            2278080 kB
SReclaimable:    1686928 kB
SUnreclaim:       591152 kB
KernelStack:       19840 kB
PageTables:        76616 kB
SecPageTables:     15300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   37218152 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483828 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:30