Trace number 4816902

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)-21 3600.21 3583.97

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_200_25_3.opb
MD5SUM0084ae252b6d6848bce502cc1ef1b8c3
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-34
Best CPU time to get the best result obtained on this benchmark3582.36
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.08	c Pseudo Boolean Optimization by upper bound
0.00/0.08	c --- Begin Solver configuration ---
0.00/0.08	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.08	c Expensive reason simplification
0.00/0.08	c Glucose 2.1 dynamic restart strategy
0.00/0.08	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.08	c timeout=2147483s
0.00/0.08	c DB Simplification allowed=false
0.00/0.08	c Listener: none
0.00/0.08	c --- End Solver configuration ---
0.00/0.08	c solving HOME/instance-4816902-1782903804.opb
0.00/0.08	c reading problem ... 
0.00/0.09	c  objective function found
0.18/0.16	c ... done. Wall clock time 0.074s.
0.18/0.16	c declared #vars     400
0.18/0.16	c internal #vars     6616
0.18/0.16	c #constraints  13034
0.18/0.16	c constraints type 
0.18/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.18/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.18/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
0.18/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6216
0.18/0.16	c 13034 constraints processed.
0.18/0.17	c objective function length is 200 literals
1.12/0.46	c SATISFIABLE
1.12/0.46	c OPTIMIZING...
1.12/0.46	c Got one! Elapsed wall clock time (in seconds):0.376
1.12/0.46	o -14
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.425
1.12/0.51	o -17
1.78/1.00	c cleaning 2996 clauses out of 5992 with flag 23150/5992
2.61/1.70	c cleaning 4503 clauses out of 9007 with flag 47024/12003
3.39/2.33	c cleaning 5744 clauses out of 11488 with flag 70899/18987
4.15/3.06	c cleaning 6872 clauses out of 13743 with flag 108285/26986
5.26/4.11	c cleaning 7935 clauses out of 15869 with flag 161477/35984
6.45/5.34	c cleaning 8939 clauses out of 17936 with flag 218742/45986
8.64/7.55	c cleaning 9972 clauses out of 19992 with flag 280004/56981
11.75/10.60	c cleaning 11015 clauses out of 22052 with flag 362400/69013
15.44/14.34	c cleaning 12007 clauses out of 24014 with flag 437474/81990
19.19/18.11	c cleaning 12997 clauses out of 26001 with flag 507937/95984
24.12/22.98	c cleaning 14001 clauses out of 28002 with flag 577659/110982
27.27/26.11	c cleaning 15000 clauses out of 30000 with flag 641190/126981
30.94/29.60	c cleaning 16001 clauses out of 32003 with flag 705703/143984
34.37/33.02	c cleaning 16994 clauses out of 33999 with flag 781358/161981
40.20/38.85	c cleaning 18008 clauses out of 36017 with flag 880780/180993
44.43/43.01	c cleaning 18978 clauses out of 38004 with flag 949853/200988
50.79/49.37	c cleaning 20016 clauses out of 40031 with flag 1048368/221993
62.11/60.67	c cleaning 21007 clauses out of 42013 with flag 1139563/243991
70.12/68.62	c cleaning 21997 clauses out of 43998 with flag 1235386/266983
77.14/75.52	c cleaning 23000 clauses out of 45999 with flag 1315952/290981
84.84/83.23	c cleaning 24000 clauses out of 47999 with flag 1420702/315981
90.57/88.92	c cleaning 24998 clauses out of 50000 with flag 1528302/341982
99.55/97.81	c cleaning 25977 clauses out of 52003 with flag 1672882/368983
107.22/105.49	c cleaning 27019 clauses out of 54037 with flag 1782785/396994
121.91/120.03	c cleaning 28003 clauses out of 56005 with flag 1912289/425981
129.12/127.26	c Got one! Elapsed wall clock time (in seconds):127.174
129.12/127.26	o -18
129.73/127.81	c cleaning 26775 clauses out of 53549 with flag 29519/451528
130.39/128.42	c cleaning 16386 clauses out of 32771 with flag 52445/457525
131.14/129.14	c cleaning 11692 clauses out of 23386 with flag 81302/464526
131.73/129.77	c cleaning 9840 clauses out of 19697 with flag 115290/472529
132.54/130.52	c cleaning 9424 clauses out of 18853 with flag 145397/481525
133.26/131.28	c cleaning 9692 clauses out of 19433 with flag 180307/491529
133.26/131.29	c Got one! Elapsed wall clock time (in seconds):131.203
133.26/131.29	o -19
133.96/131.90	c cleaning 7394 clauses out of 14788 with flag 16968/496576
134.56/132.50	c cleaning 6693 clauses out of 13396 with flag 42190/502578
135.45/133.42	c cleaning 6870 clauses out of 13743 with flag 63431/509618
136.55/134.52	c cleaning 7409 clauses out of 14833 with flag 88031/517578
137.65/135.60	c cleaning 8170 clauses out of 16424 with flag 123873/526578
139.06/137.04	c cleaning 9128 clauses out of 18261 with flag 156954/536585
139.56/137.52	c Got one! Elapsed wall clock time (in seconds):137.436
139.56/137.52	o -20
139.96/137.94	c cleaning 10046 clauses out of 20091 with flag 16490/547543
140.56/138.54	c cleaning 7990 clauses out of 16052 with flag 40919/553550
141.65/139.68	c cleaning 7523 clauses out of 15053 with flag 59974/560541
143.35/141.39	c cleaning 7764 clauses out of 15530 with flag 79027/568541
144.75/142.78	c cleaning 8372 clauses out of 16769 with flag 105494/577544
145.96/144.01	c cleaning 9196 clauses out of 18399 with flag 145154/587546
147.96/145.98	c cleaning 10097 clauses out of 20204 with flag 178517/598547
149.65/147.63	c cleaning 11044 clauses out of 22100 with flag 212380/610540
151.55/149.55	c cleaning 12033 clauses out of 24068 with flag 255738/623552
153.24/151.27	c cleaning 13005 clauses out of 26031 with flag 297901/637548
155.05/153.07	c cleaning 14001 clauses out of 28021 with flag 363074/652543
157.05/155.08	c cleaning 14996 clauses out of 30027 with flag 428166/668550
159.53/157.52	c cleaning 16010 clauses out of 32029 with flag 484440/685548
162.43/160.49	c cleaning 17005 clauses out of 34011 with flag 538756/703540
164.64/162.61	c cleaning 17972 clauses out of 36008 with flag 608230/722542
166.94/165.00	c cleaning 18989 clauses out of 38034 with flag 674758/742540
170.85/168.88	c cleaning 20014 clauses out of 40051 with flag 755586/763546
174.88/172.87	c cleaning 20993 clauses out of 42032 with flag 826740/785541
178.98/176.95	c cleaning 21998 clauses out of 44038 with flag 957196/808540
182.27/180.24	c cleaning 23017 clauses out of 46044 with flag 1047069/832544
193.36/191.35	c cleaning 24004 clauses out of 48023 with flag 1115968/857540
200.70/198.53	c cleaning 25001 clauses out of 50019 with flag 1185632/883540
208.71/206.56	c cleaning 26010 clauses out of 52019 with flag 1264417/910541
217.35/215.19	c cleaning 26989 clauses out of 54008 with flag 1408242/938540
225.11/222.83	c cleaning 27980 clauses out of 56019 with flag 1517725/967540
234.48/232.12	c cleaning 29025 clauses out of 58051 with flag 1632718/997552
244.49/242.15	c cleaning 29981 clauses out of 60014 with flag 1736119/1028540
253.98/251.69	c cleaning 31020 clauses out of 62039 with flag 1850130/1060546
258.91/256.56	c cleaning 32004 clauses out of 64014 with flag 1956567/1093541
268.31/265.91	c cleaning 33002 clauses out of 66009 with flag 2048885/1127540
277.30/274.98	c cleaning 34002 clauses out of 68008 with flag 2146539/1162541
285.60/283.29	c cleaning 34994 clauses out of 70005 with flag 2246954/1198540
293.62/291.21	c cleaning 36006 clauses out of 72012 with flag 2363344/1235541
301.26/298.88	c cleaning 36999 clauses out of 74005 with flag 2480455/1273540
305.88/303.42	c cleaning 37988 clauses out of 76017 with flag 2629656/1312551
311.29/308.86	c cleaning 38989 clauses out of 78018 with flag 2770994/1352540
317.40/314.97	c cleaning 40015 clauses out of 80035 with flag 2906314/1393546
322.60/320.11	c cleaning 41008 clauses out of 82016 with flag 3050172/1435542
327.40/324.92	c cleaning 42003 clauses out of 84006 with flag 3202037/1478540
333.06/330.54	c cleaning 43000 clauses out of 86004 with flag 3366144/1522541
338.47/335.91	c cleaning 43985 clauses out of 88003 with flag 3522293/1567540
343.46/340.92	c cleaning 45010 clauses out of 90024 with flag 3698163/1613546
348.36/345.83	c cleaning 45993 clauses out of 92015 with flag 3923773/1660547
353.71/351.12	c cleaning 47006 clauses out of 94017 with flag 4117435/1708542
360.63/358.00	c cleaning 47962 clauses out of 96009 with flag 4318099/1757540
367.06/364.35	c cleaning 49020 clauses out of 98047 with flag 4535390/1807540
374.40/371.67	c cleaning 49991 clauses out of 100027 with flag 4734502/1858540
381.39/378.56	c cleaning 51012 clauses out of 102036 with flag 4946275/1910540
386.99/384.01	c cleaning 51994 clauses out of 104027 with flag 5154441/1963543
392.60/389.48	c cleaning 52996 clauses out of 106031 with flag 5375284/2017541
398.44/395.18	c cleaning 53998 clauses out of 108034 with flag 5613098/2072540
404.56/401.08	c cleaning 55012 clauses out of 110036 with flag 5829478/2128540
411.33/407.63	c cleaning 56006 clauses out of 112024 with flag 6084698/2185540
416.69/412.99	c cleaning 56993 clauses out of 114018 with flag 6370386/2243540
422.93/419.10	c cleaning 58006 clauses out of 116025 with flag 6609999/2302540
430.00/426.10	c cleaning 59000 clauses out of 118023 with flag 6864490/2362544
437.96/433.89	c cleaning 60003 clauses out of 120019 with flag 7085074/2423540
445.52/441.23	c cleaning 61004 clauses out of 122017 with flag 7349829/2485541
454.15/449.84	c cleaning 61990 clauses out of 124018 with flag 7629356/2548546
462.94/458.59	c cleaning 62975 clauses out of 126022 with flag 7916020/2612540
471.07/466.65	c cleaning 64010 clauses out of 128048 with flag 8275765/2677541
479.40/474.88	c cleaning 65005 clauses out of 130038 with flag 8607821/2743541
487.99/483.28	c cleaning 66001 clauses out of 132036 with flag 8918093/2810544
497.07/492.21	c cleaning 67016 clauses out of 134032 with flag 9220613/2878541
505.67/500.78	c cleaning 67994 clauses out of 136015 with flag 9550585/2947540
515.73/510.73	c cleaning 69000 clauses out of 138024 with flag 9898129/3017543
525.53/520.49	c cleaning 70004 clauses out of 140021 with flag 10251754/3088540
535.07/529.91	c cleaning 71007 clauses out of 142018 with flag 10602109/3160541
544.91/539.66	c cleaning 71988 clauses out of 144010 with flag 10974866/3233540
556.23/550.82	c cleaning 72978 clauses out of 146023 with flag 11306709/3307541
566.08/560.53	c cleaning 74008 clauses out of 148046 with flag 11680757/3382542
577.17/571.42	c cleaning 75017 clauses out of 150037 with flag 12009187/3458541
588.61/582.81	c cleaning 75994 clauses out of 152019 with flag 12354165/3535540
599.65/593.74	c cleaning 77004 clauses out of 154026 with flag 12715110/3613541
610.71/604.68	c cleaning 77992 clauses out of 156021 with flag 13140800/3692540
622.30/616.14	c cleaning 79015 clauses out of 158029 with flag 13548832/3772540
634.09/627.89	c cleaning 79996 clauses out of 160014 with flag 13963695/3853540
646.25/639.92	c cleaning 80997 clauses out of 162018 with flag 14360258/3935540
658.39/651.97	c cleaning 81977 clauses out of 164021 with flag 14757304/4018540
669.34/662.80	c cleaning 83013 clauses out of 166044 with flag 15140501/4102540
681.88/675.29	c cleaning 83998 clauses out of 168033 with flag 15534370/4187542
696.85/690.16	c cleaning 85008 clauses out of 170035 with flag 15887588/4273542
709.99/703.18	c cleaning 86012 clauses out of 172028 with flag 16235783/4360543
723.21/716.25	c cleaning 86994 clauses out of 174013 with flag 16664499/4448540
736.96/730.00	c cleaning 88004 clauses out of 176021 with flag 17098474/4537542
751.69/744.56	c cleaning 88989 clauses out of 178015 with flag 17515517/4627540
766.43/759.12	c cleaning 90010 clauses out of 180027 with flag 17890926/4718541
779.68/772.24	c cleaning 91009 clauses out of 182018 with flag 18254769/4810542
794.28/786.62	c cleaning 92002 clauses out of 184007 with flag 18641806/4903540
807.98/800.15	c cleaning 92918 clauses out of 186005 with flag 19296980/4997540
822.74/813.76	c cleaning 94028 clauses out of 188091 with flag 19761193/5092544
843.58/834.40	c cleaning 95026 clauses out of 190061 with flag 20045427/5188542
858.58/849.35	c cleaning 95980 clauses out of 192036 with flag 20671062/5285543
874.63/865.31	c cleaning 97032 clauses out of 194064 with flag 21255684/5383551
897.76/888.37	c cleaning 97991 clauses out of 196021 with flag 21808853/5482540
917.68/908.28	c cleaning 98979 clauses out of 198031 with flag 22358817/5582541
937.59/928.11	c cleaning 100031 clauses out of 200061 with flag 22986908/5683550
964.27/954.88	c cleaning 100981 clauses out of 202022 with flag 23641100/5785542
987.00/977.51	c cleaning 102000 clauses out of 204041 with flag 24276038/5888542
1010.32/1000.81	c cleaning 102995 clauses out of 206045 with flag 24957892/5992546
1030.54/1021.06	c cleaning 104011 clauses out of 208046 with flag 25631242/6097542
1061.81/1052.22	c cleaning 104990 clauses out of 210040 with flag 26310868/6203547
1081.62/1072.08	c cleaning 106025 clauses out of 212049 with flag 26953570/6310546
1103.39/1093.88	c cleaning 106965 clauses out of 214018 with flag 27653159/6418540
1122.69/1113.18	c cleaning 107988 clauses out of 216053 with flag 28258461/6527540
1145.20/1135.76	c cleaning 108978 clauses out of 218065 with flag 28976064/6637540
1163.68/1154.25	c cleaning 110028 clauses out of 220107 with flag 29647587/6748560
1212.91/1203.42	c cleaning 111002 clauses out of 222064 with flag 29943408/6860545
1245.15/1235.50	c cleaning 112010 clauses out of 224058 with flag 30420345/6973541
1264.39/1254.76	c cleaning 112999 clauses out of 226047 with flag 31024191/7087540
1285.39/1275.78	c cleaning 113981 clauses out of 228053 with flag 31679320/7202545
1304.49/1294.84	c cleaning 115019 clauses out of 230068 with flag 32314178/7318541
1325.11/1315.45	c cleaning 115978 clauses out of 232051 with flag 32956490/7435543
1367.46/1357.53	c cleaning 117035 clauses out of 234070 with flag 33381811/7553540
1392.29/1382.38	c cleaning 118015 clauses out of 236041 with flag 34034505/7672546
1414.78/1404.83	c cleaning 118960 clauses out of 238024 with flag 34778652/7792544
1438.46/1428.40	c cleaning 120029 clauses out of 240070 with flag 35310590/7913550
1484.26/1473.89	c cleaning 121010 clauses out of 242034 with flag 35587795/8035543
1520.65/1509.65	c cleaning 122011 clauses out of 244021 with flag 35904557/8158540
1549.96/1538.59	c cleaning 122987 clauses out of 246012 with flag 36375655/8282542
1569.81/1558.31	c cleaning 124006 clauses out of 248024 with flag 37102201/8407541
1591.74/1580.08	c cleaning 124950 clauses out of 250018 with flag 37840370/8533541
1616.02/1604.31	c cleaning 126010 clauses out of 252070 with flag 38473823/8660543
1637.99/1626.23	c cleaning 127019 clauses out of 254058 with flag 39241796/8788541
1657.29/1645.53	c cleaning 127999 clauses out of 256045 with flag 40007154/8917547
1685.61/1673.69	c cleaning 129030 clauses out of 258060 with flag 40813927/9047561
1711.80/1699.85	c cleaning 129970 clauses out of 260010 with flag 41566383/9178541
1734.26/1722.26	c cleaning 131006 clauses out of 262040 with flag 42222557/9310541
1796.32/1783.92	c cleaning 131998 clauses out of 264037 with flag 42582579/9443544
1839.10/1826.30	c cleaning 133018 clauses out of 266036 with flag 43019135/9577541
1870.75/1857.59	c cleaning 134001 clauses out of 268017 with flag 43504228/9712540
1918.31/1904.15	c cleaning 134991 clauses out of 270017 with flag 43976088/9848541
1956.60/1942.06	c cleaning 136002 clauses out of 272025 with flag 44465708/9985540
1994.75/1979.40	c cleaning 136981 clauses out of 274023 with flag 44990100/10123540
2032.48/2016.13	c cleaning 138016 clauses out of 276043 with flag 45486978/10262541
2070.86/2054.35	c cleaning 139011 clauses out of 278027 with flag 45966100/10402541
2115.32/2098.64	c cleaning 140000 clauses out of 280016 with flag 46454195/10543541
2141.25/2124.62	c cleaning 141006 clauses out of 282019 with flag 47130497/10685544
2164.66/2148.00	c cleaning 141997 clauses out of 284009 with flag 47923753/10828540
2189.30/2172.69	c cleaning 142966 clauses out of 286012 with flag 48696181/10972540
2215.23/2198.61	c cleaning 144013 clauses out of 288046 with flag 49376919/11117540
2245.41/2228.75	c cleaning 144992 clauses out of 290033 with flag 49877019/11263540
2267.79/2251.09	c cleaning 146003 clauses out of 292058 with flag 50691134/11410557
2271.37/2254.67	c Got one! Elapsed wall clock time (in seconds):2254.588
2271.37/2254.67	o -21
2272.37/2255.69	c cleaning 85950 clauses out of 171955 with flag 21062/11436457
2273.07/2256.32	c cleaning 45954 clauses out of 92007 with flag 53793/11442459
2273.57/2256.88	c cleaning 26476 clauses out of 53045 with flag 89249/11449451
2274.17/2257.49	c cleaning 17200 clauses out of 34570 with flag 129204/11457452
2274.88/2258.14	c cleaning 13169 clauses out of 26370 with flag 172526/11466452
2275.67/2258.92	c cleaning 11571 clauses out of 23200 with flag 224820/11476451
2276.66/2259.91	c cleaning 11256 clauses out of 22638 with flag 286529/11487460
2277.56/2260.88	c cleaning 11677 clauses out of 23376 with flag 346348/11499454
2278.66/2261.91	c cleaning 12282 clauses out of 24699 with flag 407267/11512454
2279.96/2263.21	c cleaning 13207 clauses out of 26414 with flag 485961/11526451
2281.21/2264.46	c cleaning 14104 clauses out of 28207 with flag 559748/11541451
2282.82/2266.04	c cleaning 15040 clauses out of 30108 with flag 650714/11557456
2284.51/2267.72	c cleaning 16025 clauses out of 32064 with flag 743341/11574452
2286.20/2269.49	c cleaning 16973 clauses out of 34039 with flag 844182/11592452
2288.30/2271.54	c cleaning 18021 clauses out of 36065 with flag 951501/11611451
2291.49/2274.78	c cleaning 19022 clauses out of 38044 with flag 1072509/11631451
2293.98/2277.25	c cleaning 20005 clauses out of 40022 with flag 1191044/11652451
2296.17/2279.41	c cleaning 20994 clauses out of 42027 with flag 1309532/11674461
2298.98/2282.22	c cleaning 22005 clauses out of 44028 with flag 1446194/11697456
2301.97/2285.24	c cleaning 22956 clauses out of 46018 with flag 1574955/11721451
2304.90/2288.19	c cleaning 24024 clauses out of 48062 with flag 1727805/11746451
2308.28/2291.50	c cleaning 25016 clauses out of 50038 with flag 1862191/11772451
2311.07/2294.32	c cleaning 25959 clauses out of 52022 with flag 1986992/11799451
2315.26/2298.57	c cleaning 27022 clauses out of 54067 with flag 2150587/11827455
2318.76/2302.08	c cleaning 27992 clauses out of 56041 with flag 2329190/11856451
2321.94/2305.24	c cleaning 28987 clauses out of 58057 with flag 2492047/11886459
2325.53/2308.89	c cleaning 30032 clauses out of 60063 with flag 2685313/11917452
2329.52/2312.81	c cleaning 31017 clauses out of 62039 with flag 2850957/11949460
2334.15/2317.49	c cleaning 32007 clauses out of 64013 with flag 3036217/11982451
2338.75/2322.04	c cleaning 32976 clauses out of 66009 with flag 3200432/12016454
2342.93/2326.26	c cleaning 34006 clauses out of 68030 with flag 3410783/12051451
2348.91/2332.27	c cleaning 34975 clauses out of 70025 with flag 3566395/12087452
2352.90/2336.20	c cleaning 35998 clauses out of 72052 with flag 3730186/12124454
2358.49/2341.85	c cleaning 37033 clauses out of 74065 with flag 3944698/12162465
2363.41/2346.77	c cleaning 38007 clauses out of 76020 with flag 4180342/12201453
2368.40/2351.76	c cleaning 39006 clauses out of 78011 with flag 4384004/12241451
2374.88/2358.22	c cleaning 39965 clauses out of 80005 with flag 4609704/12282451
2380.37/2363.74	c cleaning 41018 clauses out of 82043 with flag 4820750/12324454
2384.77/2368.19	c cleaning 41977 clauses out of 84023 with flag 5018598/12367452
2390.50/2373.83	c cleaning 43026 clauses out of 86051 with flag 5267980/12411457
2396.09/2379.45	c cleaning 43975 clauses out of 88019 with flag 5486542/12456451
2401.97/2385.31	c cleaning 45037 clauses out of 90074 with flag 5706637/12502481
2406.96/2390.39	c cleaning 45988 clauses out of 92008 with flag 5955128/12549452
2412.54/2395.99	c cleaning 46985 clauses out of 94019 with flag 6256984/12597451
2420.26/2403.62	c cleaning 47987 clauses out of 96043 with flag 6536783/12646460
2428.05/2411.47	c cleaning 49027 clauses out of 98053 with flag 6832754/12696457
2433.53/2416.95	c cleaning 49960 clauses out of 100024 with flag 7089452/12747455
2440.54/2423.85	c cleaning 50994 clauses out of 102065 with flag 7399032/12799456
2446.52/2429.87	c cleaning 51989 clauses out of 104067 with flag 7710813/12852452
2453.81/2437.18	c cleaning 53040 clauses out of 106080 with flag 8045645/12906454
2461.60/2444.94	c cleaning 53987 clauses out of 108037 with flag 8372037/12961451
2468.09/2451.49	c cleaning 55012 clauses out of 110052 with flag 8640200/13017453
2474.57/2457.95	c cleaning 55959 clauses out of 112038 with flag 8917987/13074451
2480.35/2463.80	c cleaning 57014 clauses out of 114079 with flag 9201541/13132451
2487.43/2470.81	c cleaning 58034 clauses out of 116067 with flag 9533260/13191453
2494.82/2478.29	c cleaning 58959 clauses out of 118031 with flag 9787130/13251451
2503.46/2486.88	c cleaning 60026 clauses out of 120072 with flag 10069625/13312451
2510.54/2493.98	c cleaning 61001 clauses out of 122048 with flag 10419141/13374453
2518.52/2501.91	c cleaning 62002 clauses out of 124045 with flag 10791225/13437451
2527.89/2511.32	c cleaning 63011 clauses out of 126043 with flag 11169610/13501451
2537.17/2520.69	c cleaning 64009 clauses out of 128032 with flag 11591010/13566451
2544.76/2528.25	c cleaning 65015 clauses out of 130029 with flag 11961886/13632457
2552.54/2535.97	c cleaning 66004 clauses out of 132009 with flag 12281550/13699452
2562.81/2546.25	c cleaning 66975 clauses out of 134004 with flag 12552908/13767451
2571.78/2555.28	c cleaning 67993 clauses out of 136037 with flag 12966324/13836459
2580.76/2564.28	c cleaning 68973 clauses out of 138040 with flag 13366472/13906455
2590.93/2574.42	c cleaning 70014 clauses out of 140064 with flag 13781040/13977452
2599.71/2583.23	c cleaning 71021 clauses out of 142059 with flag 14149957/14049461
2608.73/2592.18	c cleaning 72015 clauses out of 144030 with flag 14545576/14122453
2617.49/2601.00	c cleaning 73009 clauses out of 146017 with flag 14930766/14196455
2626.68/2610.13	c cleaning 73981 clauses out of 148004 with flag 15351918/14271451
2635.24/2618.70	c cleaning 74949 clauses out of 150023 with flag 15782103/14347451
2644.22/2627.72	c cleaning 76036 clauses out of 152074 with flag 16191169/14424451
2654.51/2638.08	c cleaning 76979 clauses out of 154041 with flag 16667483/14502454
2663.55/2647.03	c cleaning 78021 clauses out of 156067 with flag 17116455/14581459
2672.42/2655.95	c cleaning 78946 clauses out of 158038 with flag 17524136/14661451
2681.80/2665.30	c cleaning 80046 clauses out of 160092 with flag 17960715/14742451
2691.07/2674.64	c cleaning 80977 clauses out of 162046 with flag 18344416/14824451
2700.85/2684.40	c cleaning 82028 clauses out of 164071 with flag 18706385/14907453
2712.02/2695.60	c cleaning 82968 clauses out of 166041 with flag 19201230/14991451
2722.68/2706.21	c cleaning 83999 clauses out of 168073 with flag 19751705/15076451
2732.26/2715.86	c cleaning 85038 clauses out of 170076 with flag 20170291/15162453
2743.44/2727.06	c cleaning 86019 clauses out of 172041 with flag 20663541/15249456
2755.00/2738.69	c cleaning 86967 clauses out of 174019 with flag 21025908/15337453
2765.67/2749.35	c cleaning 88022 clauses out of 176051 with flag 21494036/15426452
2776.94/2760.60	c cleaning 88983 clauses out of 178031 with flag 21919925/15516454
2788.51/2772.21	c cleaning 89964 clauses out of 180045 with flag 22415099/15607451
2799.85/2783.42	c cleaning 91010 clauses out of 182082 with flag 22923617/15699452
2810.43/2794.09	c cleaning 92012 clauses out of 184073 with flag 23289907/15792453
2821.19/2804.85	c cleaning 92949 clauses out of 186059 with flag 23670351/15886451
2832.37/2816.08	c cleaning 93966 clauses out of 188111 with flag 24231883/15981452
2843.87/2827.46	c cleaning 95065 clauses out of 190144 with flag 24754238/16077451
2856.14/2839.73	c cleaning 96036 clauses out of 192079 with flag 25106638/16174451
2874.90/2858.34	c cleaning 97018 clauses out of 194043 with flag 25418604/16272451
2889.10/2872.40	c cleaning 98013 clauses out of 196025 with flag 25795020/16371451
2903.56/2886.97	c cleaning 99006 clauses out of 198012 with flag 26228848/16471451
2915.82/2899.13	c cleaning 99987 clauses out of 200006 with flag 26687670/16572451
2928.78/2912.16	c cleaning 101000 clauses out of 202019 with flag 27110933/16674451
2942.80/2926.13	c cleaning 101975 clauses out of 204021 with flag 27516618/16777453
2955.95/2939.30	c cleaning 103016 clauses out of 206044 with flag 27950229/16881451
2970.01/2953.49	c cleaning 104012 clauses out of 208028 with flag 28356550/16986451
2984.13/2967.55	c cleaning 105004 clauses out of 210016 with flag 28783546/17092451
2997.79/2981.23	c cleaning 106002 clauses out of 212012 with flag 29211276/17199451
3012.67/2996.16	c cleaning 107002 clauses out of 214010 with flag 29646749/17307451
3027.78/3011.23	c cleaning 107995 clauses out of 216008 with flag 30059841/17416451
3042.55/3026.11	c cleaning 109009 clauses out of 218017 with flag 30476212/17526455
3058.30/3041.87	c cleaning 110001 clauses out of 220008 with flag 30912274/17637455
3074.86/3058.49	c cleaning 110989 clauses out of 222003 with flag 31346950/17749451
3090.43/3074.01	c cleaning 111999 clauses out of 224014 with flag 31802238/17862451
3107.95/3091.58	c cleaning 112999 clauses out of 226016 with flag 32252797/17976452
3125.51/3109.16	c cleaning 113988 clauses out of 228016 with flag 32699943/18091451
3143.65/3127.34	c cleaning 115000 clauses out of 230030 with flag 33140552/18207453
3160.61/3144.36	c cleaning 116010 clauses out of 232028 with flag 33589021/18324451
3179.01/3162.79	c cleaning 117006 clauses out of 234018 with flag 34064853/18442451
3196.86/3180.66	c cleaning 118006 clauses out of 236013 with flag 34584539/18561452
3213.73/3197.55	c cleaning 118997 clauses out of 238006 with flag 35131858/18681451
3229.89/3213.78	c cleaning 119998 clauses out of 240010 with flag 35652729/18802452
3246.01/3229.89	c cleaning 120987 clauses out of 242012 with flag 36181036/18924452
3260.18/3244.07	c cleaning 121994 clauses out of 244025 with flag 36703474/19047452
3277.24/3261.11	c cleaning 123009 clauses out of 246036 with flag 37206377/19171457
3292.34/3276.19	c cleaning 124006 clauses out of 248023 with flag 37795676/19296453
3308.49/3292.32	c cleaning 125001 clauses out of 250015 with flag 38421410/19422451
3327.49/3311.14	c cleaning 126010 clauses out of 252020 with flag 39019221/19549457
3346.70/3330.39	c cleaning 126997 clauses out of 254004 with flag 39628211/19677451
3364.86/3348.55	c cleaning 127991 clauses out of 256007 with flag 40275048/19806451
3382.75/3366.48	c cleaning 128994 clauses out of 258016 with flag 40919829/19936451
3402.51/3386.25	c cleaning 129988 clauses out of 260022 with flag 41534466/20067451
3423.66/3407.41	c cleaning 131015 clauses out of 262036 with flag 42143746/20199453
3446.56/3430.39	c cleaning 131991 clauses out of 264019 with flag 42729027/20332451
3469.61/3453.46	c cleaning 132989 clauses out of 266028 with flag 43395433/20466451
3489.97/3473.80	c cleaning 134014 clauses out of 268039 with flag 44021147/20601451
3508.14/3491.92	c cleaning 135004 clauses out of 270025 with flag 44621054/20737451
3527.31/3511.15	c cleaning 135990 clauses out of 272021 with flag 45212522/20874451
3546.56/3530.35	c cleaning 136988 clauses out of 274031 with flag 45822830/21012451
3563.82/3547.65	c cleaning 138022 clauses out of 276043 with flag 46471501/21151451
3582.19/3566.06	c cleaning 139003 clauses out of 278021 with flag 47074193/21291451
3600.04/3583.90	c starts		: 96967
3600.04/3583.91	c conflicts		: 21432451
3600.04/3583.91	c decisions		: 222546071
3600.04/3583.91	c propagations		: 1797082435
3600.04/3583.91	c inspects		: 39374136648
3600.04/3583.91	c shortcuts		: 0
3600.04/3583.91	c learnt literals	: 0
3600.04/3583.91	c learnt binary clauses	: 9
3600.04/3583.91	c learnt ternary clauses	: 20334
3600.04/3583.91	c learnt constraints	: 21432451
3600.04/3583.91	c ignored constraints	: 0
3600.04/3583.91	c root simplifications	: 0
3600.04/3583.91	c removed literals (reason simplification)	: 3634761338
3600.04/3583.91	c reason swapping (by a shorter reason)	: 0
3600.04/3583.91	c Calls to reduceDB	: 317
3600.04/3583.91	c Number of update (reduction) of LBD	: 8835612
3600.04/3583.91	c Imported unit clauses	: 0
3600.04/3583.91	c No decision after first conflict	: false
3600.04/3583.91	c number of reductions to clauses (during analyze)	: 0
3600.04/3583.91	c number of learned constraints concerned by reduction	: 0
3600.04/3583.91	c number of learning phase by resolution	: 0
3600.04/3583.91	c number of learning phase by cutting planes	: 0
3600.04/3583.91	c number of rounding to 1 operations	: 0
3600.04/3583.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3583.91	c number of reductions of the coefficients by power 2 	: 0
3600.04/3583.91	c number of right shift for reduction by power 2 	: 0
3600.04/3583.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3583.91	c number of ending skipping 	: 0
3600.04/3583.91	c number of internal skipping 	: 0
3600.04/3583.91	c number of derivation steps 	: 0
3600.04/3583.91	c number of skipped derivation steps 	: 0
3600.04/3583.91	c number of remaining unassigned 	: 0
3600.04/3583.91	c number of remaining assigned 	: 0
3600.04/3583.91	c number of falsified literals weakened from reason	: 0
3600.04/3583.91	c number of falsified literals weakened from conflict	: 0
3600.04/3583.91	c time for arithmetic operations	: 0
3600.04/3583.91	c minimum degree of deleted constraints	: null
3600.04/3583.91	c maximum degree of deleted constraints	: null
3600.04/3583.91	c number of deleted constraints	: 0
3600.04/3583.91	c speed (assignments/second)	: 501454.6078829959
3600.04/3583.91	c non guided choices	: 0
3600.04/3583.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 280009
3600.04/3583.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 9
3600.04/3583.96	s SATISFIABLE
3600.04/3583.96	c Found 6 solution(s)
3600.04/3583.96	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 
3600.04/3583.96	c objective function=-21
3600.04/3583.96	c Total wall clock time (in seconds): 3583.874

Verifier Data

OK	-21

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

running on 4 cores: 40-43

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

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (108674 MiB free)
  node 1: cores 8-15, 129019 MiB (106938 MiB free)
  node 2: cores 16-23, 129019 MiB (110418 MiB free)
  node 3: cores 24-31, 129003 MiB (114886 MiB free)
  node 4: cores 32-39, 129019 MiB (116419 MiB free)
  node 5: cores 40-47, 128973 MiB (118045 MiB free)
  node 6: cores 48-55, 129019 MiB (114153 MiB free)
  node 7: cores 56-63, 128474 MiB (111236 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=2557268, runsolver pid=2557265
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 14.41 14.43 14.39 17/1166 2557289
/proc/meminfo: memFree=922372652/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=34900044 memory=59828 CPUtime=0.18 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 7788 0 0 0 17 1 0 0 20 0 19 0 223667988 35737645056 14666 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8725011 14957 6214 1 0 33027 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=34900044 memory=5895516205 CPUtime=0.08 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 3198 0 0 0 8 0 0 0 20 0 19 0 223667989 35737645056 14666 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=34900044 memory=211409963848 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 223667990 35737645056 14666 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=34900044 memory=18924 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 223667990 35737645056 14666 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=34900044 memory=19272 CPUtime=0 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 223667990 35737645056 14666 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=34900044 memory=19843 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 223667990 35737645056 14666 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=34900044 memory=18330 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 223667990 35737645056 14666 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 59828 KiB

[startup+0.213637 s]*
/proc/loadavg: 14.41 14.43 14.39 17/1169 2557292
/proc/meminfo: memFree=922328548/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35099736 memory=94008 CPUtime=0.56 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 9167 0 0 0 55 1 0 0 20 0 22 0 223667988 35942129664 23041 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8774934 23502 6257 1 0 44718 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35099736 memory=3184097923301336704 CPUtime=0.19 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 3322 0 0 0 19 0 0 0 20 0 22 0 223667989 35942129664 23041 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35099736 memory=207114994037 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 23041 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35099736 memory=59580625471534 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 23041 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35099736 memory=55191185672470 CPUtime=0 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 23041 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35099736 memory=61783994026638 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 23041 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35099736 memory=60714614276812 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 23041 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35099736 memory=15252649477934529 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223668005 35942129664 23041 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 94008 KiB

[startup+0.313831 s]*
/proc/loadavg: 14.41 14.43 14.39 17/1169 2557292
/proc/meminfo: memFree=922322952/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35099736 memory=101228 CPUtime=0.86 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 9967 0 0 0 85 1 0 0 20 0 22 0 223667988 35942129664 24938 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8774934 25307 6272 1 0 45504 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35099736 memory=3184097923301336704 CPUtime=0.29 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 3322 0 0 0 29 0 0 0 20 0 22 0 223667989 35942129664 24938 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35099736 memory=6878122738016584053 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 24938 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35099736 memory=59580625471534 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 24938 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35099736 memory=55191185672470 CPUtime=0 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 24938 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35099736 memory=61783994026638 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 24938 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35099736 memory=60714614276812 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 24938 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35099736 memory=15252649477934529 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223668005 35942129664 24938 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 101228 KiB

[startup+0.700228 s]
/proc/loadavg: 14.41 14.43 14.39 15/1169 2557292
/proc/meminfo: memFree=922317604/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35099736 memory=107636 CPUtime=1.53 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 10569 0 0 0 152 1 0 0 20 0 22 0 223667988 35942129664 26746 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8774934 26909 6272 1 0 47326 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35099736 memory=4576 CPUtime=0.66 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 3328 0 0 0 66 0 0 0 20 0 22 0 223667989 35942129664 26746 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35099736 memory=4339 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 26746 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35099736 memory=5152 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 26746 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35099736 memory=4576 CPUtime=0 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 26746 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35099736 memory=3028 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 26746 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 26746 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223668005 35942129664 26746 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 107636 KiB

[startup+1.50016 s]
/proc/loadavg: 14.41 14.43 14.39 18/1169 2557293
/proc/meminfo: memFree=922313380/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35099736 memory=114572 CPUtime=2.49 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 12820 0 0 0 247 2 0 0 20 0 22 0 223667988 35942129664 28437 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8774934 28643 6274 1 0 81494 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35099736 memory=4576 CPUtime=1.45 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 3622 0 0 0 145 0 0 0 20 0 22 0 223667989 35942129664 28437 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35099736 memory=5152 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 28437 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 28437 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 28437 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 28437 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223667990 35942129664 28437 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35099736 memory=245652261580 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 223668005 35942129664 28437 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 114572 KiB

[startup+3.11312 s]
/proc/loadavg: 14.38 14.42 14.39 19/1169 2557294
/proc/meminfo: memFree=922210552/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35099736 memory=126996 CPUtime=4.25 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 14464 0 0 0 423 2 0 0 20 0 21 0 223667988 35942129664 31515 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8774934 31749 6274 1 0 81502 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35099736 memory=0 CPUtime=3.06 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 3913 0 0 0 306 0 0 0 20 0 21 0 223667989 35942129664 31515 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223667990 35942129664 31515 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35099736 memory=4576 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 223667990 35942129664 31515 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35099736 memory=4769 CPUtime=0 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 21 0 223667990 35942129664 31515 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35099736 memory=219882455346 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 223667990 35942129664 31515 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35099736 memory=107644 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223667990 35942129664 31515 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35099736 memory=4500 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 223668005 35942129664 31515 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 4.25 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 126996 KiB

[startup+6.30014 s]

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

/proc/meminfo: memFree=914611364/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=3418.57 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 133995 0 0 0 341786 71 0 0 20 0 23 0 223667988 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8791575 523291 6262 1 0 539301 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=3385.39 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 34724 0 0 0 338532 7 0 0 20 0 23 0 223667989 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35166300 memory=40104 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35166300 memory=15336 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0.09 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 99 0 0 0 6 3 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 552 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35166300 memory=-7307469151068513637 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223668005 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 3418.57 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2093164 KiB

[startup+3462.3 s]
/proc/loadavg: 12.16 13.35 13.97 13/1110 2557955
/proc/meminfo: memFree=914320996/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=3478.48 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 135010 0 0 0 347777 71 0 0 20 0 23 0 223667988 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8791575 523291 6262 1 0 539301 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=3445.21 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 35432 0 0 0 344514 7 0 0 20 0 23 0 223667989 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35166300 memory=40104 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0.09 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 108 0 0 0 6 3 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 570 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223668005 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 3478.48 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2093164 KiB

[startup+3522.3 s]
/proc/loadavg: 10.86 12.79 13.74 10/1027 2558069
/proc/meminfo: memFree=920679912/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=3538.47 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 136732 0 0 0 353775 72 0 0 20 0 23 0 223667988 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8791575 523291 6262 1 0 539301 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35166300 memory=5152 CPUtime=3505.02 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 35686 0 0 0 350495 7 0 0 20 0 23 0 223667989 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35166300 memory=159456 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35166300 memory=15336 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35166300 memory=11676 CPUtime=0.1 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 108 0 0 0 7 3 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35166300 memory=3768 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 591 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223668005 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 3538.47 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2093164 KiB

[startup+3582.3 s]
/proc/loadavg: 8.64 11.82 13.34 7/946 2558157
/proc/meminfo: memFree=922352892/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=3598.44 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 137830 0 0 0 359772 72 0 0 20 0 23 0 223667988 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8791575 523291 6262 1 0 539301 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35166300 memory=11676 CPUtime=3564.84 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 36102 0 0 0 356477 7 0 0 20 0 23 0 223667989 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35166300 memory=8684 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0.1 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 108 0 0 0 7 3 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35166300 memory=159456 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 591 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35166300 memory=-7307469151068513637 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223668005 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 3598.44 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2093164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.9 s]
/proc/loadavg: 8.64 11.82 13.34 7/944 2558183
/proc/meminfo: memFree=922351696/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=3600.04 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 137833 0 0 0 359932 72 0 0 20 0 23 0 223667988 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8791575 523291 6262 1 0 539301 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35166300 memory=11676 CPUtime=3566.43 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 36105 0 0 0 356636 7 0 0 20 0 23 0 223667989 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35166300 memory=8684 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35166300 memory=159456 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0.1 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 108 0 0 0 7 3 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35166300 memory=3940 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 591 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35166300 memory=9 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223668005 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2093164 KiB

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

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

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

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

[startup+3583.9 s]
/proc/loadavg: 8.64 11.82 13.34 7/944 2558183
/proc/meminfo: memFree=922351696/1055320700 swapFree=33390400/33554428
[pid=2557268] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=3600.04 cores=40-43
/proc/2557268/stat : 2557268 (java) S 2557265 2557268 2551135 0 -1 4194304 137833 0 0 0 359932 72 0 0 20 0 23 0 223667988 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
/proc/2557268/statm: 8791575 523291 6262 1 0 539301 0
[pid=2557268/tid=2557270] ppid=2557265 vsize=35166300 memory=11676 CPUtime=3566.43 cores=40-43
/proc/2557268/task/2557270/stat : 2557270 (java) R 2557265 2557268 2551135 0 -1 4194368 36105 0 0 0 356636 7 0 0 20 0 23 0 223667989 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557281] ppid=2557265 vsize=35166300 memory=8684 CPUtime=0 cores=40-43
/proc/2557268/task/2557281/stat : 2557281 (Referen..andler) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557282] ppid=2557265 vsize=35166300 memory=159456 CPUtime=0 cores=40-43
/proc/2557268/task/2557282/stat : 2557282 (Finalizer) S 2557265 2557268 2551135 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557285] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0.1 cores=40-43
/proc/2557268/task/2557285/stat : 2557285 (Monitor..Thread) S 2557265 2557268 2551135 0 -1 4194368 108 0 0 0 7 3 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557288] ppid=2557265 vsize=35166300 memory=3940 CPUtime=0 cores=40-43
/proc/2557268/task/2557288/stat : 2557288 (Notific..Thread) S 2557265 2557268 2551135 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557289] ppid=2557265 vsize=35166300 memory=2093164 CPUtime=0 cores=40-43
/proc/2557268/task/2557289/stat : 2557289 (Common-Cleaner) S 2557265 2557268 2551135 0 -1 4194368 591 0 0 0 0 0 0 0 20 0 23 0 223667990 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
[pid=2557268/tid=2557292] ppid=2557265 vsize=35166300 memory=9 CPUtime=0 cores=40-43
/proc/2557268/task/2557292/stat : 2557292 (Timer-0) S 2557265 2557268 2551135 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 223668005 36010291200 523222 18446744073709551615 94563443761152 94563443764848 140726011367408 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94563443772712 94563443773456 94563462008832 140726011369684 140726011369824 140726011369824 140726011375560 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 2093164 KiB

Child status: 143

Real time (s): 3583.97
CPU time (s): 3600.21
CPU user time (s): 3599.47
CPU system time (s): 0.740554
CPU usage (%): 100.453
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 2260156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.740554
maximum resident set size= 2259684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140261
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85726
involuntary context switches= 3168


# summary of solver processes directly reported to runsolver:
#   pid: 2557268
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3599.47
#   total CPU system time (s): 0.740554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.621 second user time and 38.697 second system time

The end

Launcher Data

Begin job on nodeE009 at 2026-07-01 13:03:24
IDJOB=4816902
IDBENCH=148696
IDSOLVER=3602
FILE ID=nodeE009/4816902-1782903804
RUNJOBID= nodeE009-1782896553-2551155
SLURM_JOB_ID= 12542978
Free space on /tmp= 796572 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4816902-1782903804/watcher-4816902-1782903804 -o /tmp/evaluation-result-4816902-1782903804/solver-4816902-1782903804 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4816902-1782903804/vars-4816902-1782903804 --bin-var /tmp/runsolver-exch-nodeE009-1782896553-2551155 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4816902-1782903804.opb

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

MD5SUM BENCH= 0084ae252b6d6848bce502cc1ef1b8c3
RANDOM SEED=961296110

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        922382680 kB
MemAvailable:   1040792068 kB
Buffers:              32 kB
Cached:         122649400 kB
SwapCached:        29612 kB
Active:          8664912 kB
Inactive:       121063724 kB
Active(anon):    7427636 kB
Inactive(anon):   425716 kB
Active(file):    1237276 kB
Inactive(file): 120638008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33390400 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               620 kB
Writeback:            12 kB
AnonPages:       7051328 kB
Mapped:           198084 kB
Shmem:            774148 kB
KReclaimable:    1353460 kB
Slab:            1894540 kB
SReclaimable:    1353460 kB
SUnreclaim:       541080 kB
KernelStack:       19264 kB
PageTables:        23108 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   10175136 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482720 kB
VmallocChunk:          0 kB
Percpu:           121088 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6119424 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      395716 kB
DirectMap2M:    18800640 kB
DirectMap1G:    1054867456 kB

Free space on /tmp at the end= 796584 MiB
End job on nodeE009 at 2026-07-01 14:03:08