Trace number 4836239

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 CERT 2026-05-20 (cert)SAT (TO)575 3600.18 3618.98

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_oddrowoddcolsquare/normalized-vertexcover_opt_grid_oddrowoddcolsquare_dim_033.opb
MD5SUMa98c9ca0529cd272992bf36aae53062d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark561
Best CPU time to get the best result obtained on this benchmark0.052527
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1089
Total number of constraints2178
Number of constraints which are clauses2178
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1089
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 1089
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1089
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.10	c version PB26fixedPrime.v20260610
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	26.0.1+8-34
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		26.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.11	c Free memory 		30334720
0.00/0.11	c Max memory 		32178700288
0.00/0.11	c Total memory 		33554432
0.00/0.11	c Number of processors 	4
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: none
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4836239-1783695768.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c using VERIPB proof format
0.08/0.14	c  objective function found
0.08/0.16	c ... done. Wall clock time 0.028s.
0.08/0.16	c declared #vars     1089
0.08/0.16	c #constraints  2178
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2178
0.08/0.16	c 2178 constraints processed.
0.08/0.17	c objective function length is 1089 literals
0.08/0.18	c SATISFIABLE
0.08/0.18	c OPTIMIZING...
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.046
0.08/0.18	o 576
2.08/1.07	c cleaning 2500 clauses out of 5000 with flag 10000/5000
3.02/1.91	c cleaning 4250 clauses out of 8500 with flag 22000/11000
3.95/2.94	c cleaning 5625 clauses out of 11250 with flag 36000/18000
5.12/4.16	c cleaning 6813 clauses out of 13625 with flag 52164/26000
6.40/5.62	c cleaning 7906 clauses out of 15813 with flag 70475/35001
7.85/7.22	c cleaning 8953 clauses out of 17907 with flag 90968/45001
9.48/9.09	c cleaning 9977 clauses out of 19954 with flag 113633/56001
11.45/11.30	c cleaning 10988 clauses out of 21976 with flag 138447/68000
13.36/13.64	c cleaning 11993 clauses out of 23989 with flag 165203/81001
15.35/16.07	c cleaning 12998 clauses out of 25996 with flag 194176/95001
18.20/19.04	c cleaning 13999 clauses out of 27997 with flag 225491/110000
20.64/22.00	c cleaning 15000 clauses out of 29999 with flag 258999/126001
24.33/25.71	c cleaning 15996 clauses out of 31998 with flag 294530/143000
27.36/29.23	c cleaning 16998 clauses out of 34003 with flag 332225/161001
31.06/33.17	c cleaning 18001 clauses out of 36005 with flag 372290/180001
35.37/37.56	c cleaning 19002 clauses out of 38003 with flag 414216/200000
39.24/41.91	c cleaning 19996 clauses out of 40001 with flag 458569/221000
43.87/46.86	c cleaning 21003 clauses out of 42005 with flag 504884/243000
50.03/53.18	c cleaning 22002 clauses out of 44003 with flag 553638/266001
55.17/58.90	c cleaning 23001 clauses out of 46001 with flag 604685/290001
61.04/65.01	c cleaning 23998 clauses out of 47999 with flag 657574/315000
67.75/72.13	c cleaning 25000 clauses out of 50002 with flag 712413/341001
74.54/79.28	c cleaning 26001 clauses out of 52001 with flag 769434/368000
82.48/87.05	c cleaning 26995 clauses out of 54001 with flag 829161/396001
90.33/95.35	c cleaning 28003 clauses out of 56005 with flag 891159/425000
98.83/104.30	c cleaning 28998 clauses out of 58002 with flag 954884/455000
107.63/113.54	c cleaning 29995 clauses out of 60004 with flag 1021103/486000
116.22/122.46	c cleaning 31005 clauses out of 62010 with flag 1089255/518001
126.01/132.74	c cleaning 31998 clauses out of 64004 with flag 1159901/551000
137.56/144.65	c cleaning 33000 clauses out of 66006 with flag 1232530/585000
148.08/155.47	c cleaning 34003 clauses out of 68006 with flag 1307233/620000
159.40/167.12	c cleaning 35002 clauses out of 70004 with flag 1384005/656001
171.36/179.35	c cleaning 36000 clauses out of 72001 with flag 1463310/693000
185.59/193.05	c cleaning 36997 clauses out of 74002 with flag 1544100/731001
199.49/207.57	c cleaning 38001 clauses out of 76004 with flag 1627588/770000
213.32/221.93	c cleaning 39002 clauses out of 78003 with flag 1712946/810000
228.15/237.31	c cleaning 39994 clauses out of 80002 with flag 1800575/851001
243.19/252.51	c cleaning 40999 clauses out of 82007 with flag 1890666/893000
258.80/268.49	c cleaning 42002 clauses out of 84009 with flag 1982652/936001
279.07/288.88	c cleaning 43001 clauses out of 86006 with flag 2076981/980000
299.98/309.03	c cleaning 44001 clauses out of 88005 with flag 2173477/1025000
319.54/328.80	c cleaning 44998 clauses out of 90004 with flag 2272256/1071000
343.41/353.25	c cleaning 46003 clauses out of 92006 with flag 2373311/1118000
369.79/379.88	c cleaning 46990 clauses out of 94004 with flag 2476445/1166001
395.77/405.24	c cleaning 48002 clauses out of 96013 with flag 2581250/1215000
417.45/427.13	c cleaning 48999 clauses out of 98012 with flag 2688448/1265001
439.43/449.77	c cleaning 50002 clauses out of 100012 with flag 2797754/1316000
465.19/474.47	c cleaning 51005 clauses out of 102010 with flag 2909570/1368000
493.12/502.53	c cleaning 52000 clauses out of 104005 with flag 3023453/1421000
518.13/527.86	c cleaning 52999 clauses out of 106006 with flag 3139375/1475001
543.01/552.10	c cleaning 53999 clauses out of 108007 with flag 3256703/1530001
568.10/577.63	c cleaning 55002 clauses out of 110008 with flag 3376613/1586001
593.53/603.37	c cleaning 55998 clauses out of 112005 with flag 3498841/1643000
624.46/633.81	c cleaning 57002 clauses out of 114009 with flag 3623230/1701002
660.06/669.30	c cleaning 57997 clauses out of 116005 with flag 3749501/1760000
700.10/708.61	c cleaning 59003 clauses out of 118009 with flag 3877728/1820001
721.43/730.14	c Got one! Elapsed wall clock time (in seconds):730.01
721.43/730.14	o 575
723.44/732.20	c cleaning 52733 clauses out of 105475 with flag 10002/1866470
725.05/733.98	c cleaning 29363 clauses out of 58742 with flag 22002/1872470
726.35/735.37	c cleaning 18185 clauses out of 36380 with flag 36199/1879471
727.70/736.68	c cleaning 13091 clauses out of 26194 with flag 52547/1887470
728.92/738.00	c cleaning 11041 clauses out of 22103 with flag 71051/1896470
730.27/739.43	c cleaning 10524 clauses out of 21063 with flag 91786/1906471
731.52/740.85	c cleaning 10765 clauses out of 21539 with flag 114662/1917471
733.15/742.68	c cleaning 11385 clauses out of 22773 with flag 139761/1929470
734.95/744.63	c cleaning 12192 clauses out of 24389 with flag 167052/1942471
737.14/746.98	c cleaning 13097 clauses out of 26196 with flag 196270/1956470
739.41/749.47	c cleaning 14048 clauses out of 28099 with flag 227794/1971470
742.31/752.25	c cleaning 15022 clauses out of 30051 with flag 261463/1987470
745.34/755.53	c cleaning 16014 clauses out of 32029 with flag 297414/2004470
749.31/759.62	c cleaning 17008 clauses out of 34015 with flag 335627/2022470
752.95/763.50	c cleaning 17997 clauses out of 36007 with flag 375738/2041470
756.96/767.73	c cleaning 19006 clauses out of 38012 with flag 418335/2061472
762.36/773.13	c cleaning 19995 clauses out of 40004 with flag 462942/2082470
767.14/778.22	c cleaning 21005 clauses out of 42010 with flag 509576/2104471
772.65/783.91	c cleaning 22001 clauses out of 44005 with flag 558195/2127471
778.72/790.25	c cleaning 22999 clauses out of 46004 with flag 609382/2151471
784.97/796.64	c cleaning 23995 clauses out of 48004 with flag 662783/2176470
791.86/803.67	c cleaning 24997 clauses out of 50010 with flag 718180/2202471
798.82/810.74	c cleaning 26001 clauses out of 52013 with flag 775872/2229471
806.62/818.95	c cleaning 27002 clauses out of 54011 with flag 835888/2257470
815.49/828.11	c cleaning 28002 clauses out of 56010 with flag 898282/2286471
826.50/838.79	c cleaning 29000 clauses out of 58007 with flag 962696/2316470
836.42/848.76	c cleaning 30001 clauses out of 60007 with flag 1029159/2347470
845.88/858.44	c cleaning 31003 clauses out of 62008 with flag 1097493/2379472
855.80/868.64	c cleaning 31997 clauses out of 64004 with flag 1168202/2412471
867.25/880.47	c cleaning 32998 clauses out of 66007 with flag 1241132/2446471
878.99/892.35	c cleaning 34000 clauses out of 68009 with flag 1316223/2481471
891.69/905.33	c cleaning 34998 clauses out of 70009 with flag 1393466/2517471
904.17/918.21	c cleaning 36003 clauses out of 72010 with flag 1472944/2554470
918.38/932.67	c cleaning 37004 clauses out of 74007 with flag 1554672/2592470
933.14/947.03	c cleaning 37999 clauses out of 76003 with flag 1638126/2631470
947.58/961.72	c cleaning 38995 clauses out of 78004 with flag 1723381/2671470
963.46/977.61	c cleaning 40004 clauses out of 80010 with flag 1810899/2712471
978.92/993.54	c cleaning 41000 clauses out of 82005 with flag 1900834/2754470
995.98/1010.35	c cleaning 42001 clauses out of 84005 with flag 1992915/2797470
1017.28/1031.70	c cleaning 42999 clauses out of 86004 with flag 2087050/2841470
1036.50/1051.33	c cleaning 43999 clauses out of 88006 with flag 2183122/2886471
1056.19/1071.34	c cleaning 45003 clauses out of 90006 with flag 2281653/2932470
1076.40/1090.92	c cleaning 45998 clauses out of 92004 with flag 2382104/2979471
1096.96/1111.80	c cleaning 46996 clauses out of 94006 with flag 2484975/3027471
1122.96/1138.04	c cleaning 47999 clauses out of 96009 with flag 2590024/3076470
1145.99/1161.32	c cleaning 49004 clauses out of 98011 with flag 2696954/3126471
1170.24/1185.09	c cleaning 49999 clauses out of 100007 with flag 2806214/3177471
1193.97/1208.66	c cleaning 50996 clauses out of 102007 with flag 2917819/3229470
1215.98/1230.11	c cleaning 52004 clauses out of 104012 with flag 3031613/3282471
1239.29/1253.90	c cleaning 53001 clauses out of 106007 with flag 3147242/3336470
1265.52/1280.06	c cleaning 53997 clauses out of 108006 with flag 3265075/3391470
1292.30/1306.65	c cleaning 54997 clauses out of 110010 with flag 3385436/3447471
1320.62/1335.46	c cleaning 56004 clauses out of 112012 with flag 3508057/3504470
1347.82/1363.31	c cleaning 56998 clauses out of 114008 with flag 3632399/3562470
1380.13/1396.16	c cleaning 58003 clauses out of 116010 with flag 3759011/3621470
1407.93/1424.36	c cleaning 59004 clauses out of 118007 with flag 3887747/3681470
1442.23/1459.32	c cleaning 59997 clauses out of 120003 with flag 4018322/3742470
1481.62/1498.34	c cleaning 61000 clauses out of 122007 with flag 4151216/3804471
1514.05/1531.12	c cleaning 62001 clauses out of 124006 with flag 4286027/3867470
1551.00/1568.22	c cleaning 62996 clauses out of 126005 with flag 4423164/3931470
1585.44/1603.25	c cleaning 64000 clauses out of 128011 with flag 4562925/3996472
1623.79/1640.47	c cleaning 65002 clauses out of 130010 with flag 4704873/4062471
1658.03/1675.34	c cleaning 65997 clauses out of 132008 with flag 4848468/4129471
1691.27/1709.49	c cleaning 67000 clauses out of 134010 with flag 4994149/4197470
1721.52/1739.81	c cleaning 68000 clauses out of 136010 with flag 5141927/4266470
1755.86/1774.74	c cleaning 69000 clauses out of 138010 with flag 5291816/4336470
1793.71/1813.26	c cleaning 69999 clauses out of 140011 with flag 5444423/4407471
1830.02/1849.23	c cleaning 71006 clauses out of 142012 with flag 5598302/4479471
1871.40/1891.38	c cleaning 72002 clauses out of 144006 with flag 5754652/4552471
1910.16/1930.03	c cleaning 72995 clauses out of 146003 with flag 5913362/4626470
1960.02/1980.14	c cleaning 74001 clauses out of 148008 with flag 6074194/4701470
2008.72/2027.65	c cleaning 75002 clauses out of 150007 with flag 6237486/4777470
2053.87/2072.81	c cleaning 76001 clauses out of 152006 with flag 6403303/4854471
2102.58/2121.74	c cleaning 76999 clauses out of 154005 with flag 6570714/4932471
2154.86/2174.36	c cleaning 77997 clauses out of 156005 with flag 6739775/5011470
2211.81/2231.41	c cleaning 79001 clauses out of 158009 with flag 6911157/5091471
2264.22/2282.99	c cleaning 80004 clauses out of 160007 with flag 7084426/5172470
2322.72/2341.95	c cleaning 81000 clauses out of 162003 with flag 7259842/5254470
2382.11/2401.60	c cleaning 81995 clauses out of 164003 with flag 7437340/5337470
2448.02/2467.90	c cleaning 83003 clauses out of 166008 with flag 7617245/5421470
2502.18/2522.13	c cleaning 84000 clauses out of 168005 with flag 7799259/5506470
2569.97/2589.24	c cleaning 84998 clauses out of 170005 with flag 7983351/5592470
2632.25/2651.91	c cleaning 85999 clauses out of 172008 with flag 8169729/5679471
2691.26/2711.18	c cleaning 87001 clauses out of 174009 with flag 8358481/5767471
2745.15/2765.17	c cleaning 88000 clauses out of 176007 with flag 8549346/5856470
2800.10/2819.21	c cleaning 88996 clauses out of 178008 with flag 8741656/5946471
2854.76/2874.07	c cleaning 90001 clauses out of 180011 with flag 8935705/6037470
2912.62/2932.29	c cleaning 91005 clauses out of 182010 with flag 9131560/6129470
2974.74/2994.98	c cleaning 92001 clauses out of 184005 with flag 9329679/6222470
3041.12/3062.01	c cleaning 93001 clauses out of 186005 with flag 9530262/6316471
3114.43/3135.94	c cleaning 94000 clauses out of 188003 with flag 9733697/6411470
3194.07/3213.34	c cleaning 95000 clauses out of 190003 with flag 9938856/6507470
3268.56/3288.28	c cleaning 96001 clauses out of 192004 with flag 10145987/6604471
3334.73/3354.14	c cleaning 96994 clauses out of 194002 with flag 10354917/6702470
3410.73/3430.50	c cleaning 98005 clauses out of 196009 with flag 10566696/6801471
3489.33/3507.63	c cleaning 99000 clauses out of 198003 with flag 10780644/6901470
3568.17/3586.62	c cleaning 100002 clauses out of 200004 with flag 10996447/7002471
3600.00/3618.90	c starts		: 3
3600.00/3618.91	c conflicts		: 7046978
3600.00/3618.91	c decisions		: 7251546
3600.00/3618.91	c propagations		: 69558908
3600.00/3618.91	c inspects		: 11816354179
3600.00/3618.91	c shortcuts		: 0
3600.00/3618.91	c learnt literals	: 0
3600.00/3618.91	c learnt binary clauses	: 0
3600.00/3618.91	c learnt ternary clauses	: 0
3600.00/3618.91	c learnt constraints	: 7046978
3600.00/3618.91	c ignored constraints	: 0
3600.00/3618.91	c root simplifications	: 0
3600.00/3618.91	c removed literals (reason simplification)	: 111332508
3600.00/3618.91	c reason swapping (by a shorter reason)	: 0
3600.00/3618.91	c Calls to reduceDB	: 153
3600.00/3618.91	c Number of update (reduction) of LBD	: 63543
3600.00/3618.91	c Imported unit clauses	: 0
3600.00/3618.91	c No decision after first conflict	: false
3600.00/3618.91	c number of reductions to clauses (during analyze)	: 0
3600.00/3618.91	c number of learned constraints concerned by reduction	: 0
3600.00/3618.91	c number of learning phase by resolution	: 0
3600.00/3618.91	c number of learning phase by cutting planes	: 0
3600.00/3618.91	c number of rounding to 1 operations	: 0
3600.00/3618.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3618.91	c number of reductions of the coefficients by power 2 	: 0
3600.00/3618.91	c number of right shift for reduction by power 2 	: 0
3600.00/3618.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3618.91	c number of ending skipping 	: 0
3600.00/3618.91	c number of internal skipping 	: 0
3600.00/3618.91	c number of derivation steps 	: 0
3600.00/3618.91	c number of skipped derivation steps 	: 0
3600.00/3618.91	c number of remaining unassigned 	: 0
3600.00/3618.91	c number of remaining assigned 	: 0
3600.00/3618.91	c number of falsified literals weakened from reason	: 0
3600.00/3618.91	c number of falsified literals weakened from conflict	: 0
3600.00/3618.91	c time for arithmetic operations	: 0
3600.00/3618.91	c minimum degree of deleted constraints	: null
3600.00/3618.91	c maximum degree of deleted constraints	: null
3600.00/3618.91	c number of deleted constraints	: 0
3600.00/3618.91	c speed (assignments/second)	: 19221.89561926785
3600.00/3618.91	c non guided choices	: 0
3600.00/3618.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 144509
3600.00/3618.95	s SATISFIABLE
3600.00/3618.95	c Found 2 solution(s)
3600.00/3618.95	v -x1 x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 x14 x15 -x16 x17 -x18 x19 x20 x21 -x22 x23 -x24 x25 -x26 x27 x28 x29 -x30 x31 -x32 x33 x34 -x35 x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 x45 x46 -x47 x48 x49 -x50 x51 x52 -x53 x54 x55 -x56 x57 -x58 x59 x60 -x61 x62 x63 x64 x65 -x66 -x67 x68 -x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 -x79 x80 -x81 x82 x83 x84 -x85 x86 -x87 x88 x89 x90 x91 x92 -x93 x94 -x95 x96 -x97 x98 x99 x100 -x101 x102 -x103 x104 -x105 x106 -x107 x108 -x109 x110 -x111 x112 -x113 x114 -x115 x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 -x125 x126 -x127 x128 -x129 x130 -x131 x132 x133 x134 -x135 x136 -x137 x138 -x139 x140 -x141 x142 -x143 x144 -x145 x146 -x147 x148 -x149 x150 -x151 x152 -x153 x154 -x155 x156 -x157 x158 -x159 x160 -x161 x162 -x163 x164 -x165 x166 -x167 x168 -x169 x170 -x171 x172 -x173 x174 -x175 x176 -x177 x178 -x179 x180 -x181 x182 -x183 x184 -x185 x186 -x187 x188 -x189 x190 -x191 x192 -x193 x194 -x195 x196 -x197 x198 x199 x200 -x201 x202 -x203 x204 -x205 x206 -x207 x208 -x209 x210 -x211 x212 -x213 x214 -x215 x216 -x217 x218 -x219 x220 -x221 x222 -x223 x224 -x225 x226 -x227 x228 -x229 x230 -x231 x232 -x233 x234 -x235 x236 -x237 x238 -x239 x240 -x241 x242 -x243 x244 -x245 x246 -x247 x248 -x249 x250 -x251 x252 -x253 x254 -x255 x256 -x257 x258 -x259 x260 -x261 x262 -x263 x264 x265 x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 -x275 x276 -x277 x278 -x279 x280 -x281 x282 -x283 x284 -x285 x286 -x287 x288 -x289 x290 -x291 x292 -x293 x294 -x295 x296 -x297 x298 -x299 x300 -x301 x302 -x303 x304 -x305 x306 -x307 x308 -x309 x310 -x311 x312 -x313 x314 -x315 x316 -x317 x318 -x319 x320 -x321 x322 -x323 x324 -x325 x326 -x327 x328 -x329 x330 x331 x332 -x333 x334 -x335 x336 -x337 x338 -x339 x340 -x341 x342 -x343 x344 -x345 x346 -x347 x348 -x349 x350 -x351 x352 -x353 x354 -x355 x356 -x357 x358 -x359 x360 -x361 x362 -x363 x364 -x365 x366 -x367 x368 -x369 x370 -x371 x372 -x373 x374 -x375 x376 -x377 x378 -x379 x380 -x381 x382 -x383 x384 -x385 x386 -x387 x388 -x389 x390 -x391 x392 -x393 x394 -x395 x396 x397 x398 -x399 x400 -x401 x402 -x403 x404 -x405 x406 -x407 x408 -x409 x410 -x411 x412 -x413 x414 -x415 x416 -x417 x418 -x419 x420 -x421 x422 -x423 x424 -x425 x426 -x427 x428 -x429 x430 -x431 x432 -x433 x434 -x435 x436 -x437 x438 -x439 x440 -x441 x442 -x443 x444 -x445 x446 -x447 x448 -x449 x450 -x451 x452 -x453 x454 -x455 x456 -x457 x458 -x459 x460 -x461 x462 x463 x464 -x465 x466 -x467 x468 -x469 x470 -x471 x472 -x473 x474 -x475 x476 -x477 x478 -x479 x480 -x481 x482 -x483 x484 -x485 x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 x506 -x507 x508 -x509 x510 -x511 x512 -x513 x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 -x525 x526 -x527 x528 x529 x530 -x531 x532 -x533 x534 -x535 x536 -x537 x538 -x539 x540 -x541 x542 -x543 x544 -x545 x546 -x547 x548 -x549 x550 -x551 x552 -x553 x554 -x555 x556 -x557 x558 -x559 x560 -x561 x562 -x563 x564 -x565 x566 -x567 x568 -x569 x570 -x571 x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 -x583 x584 -x585 x586 -x587 x588 -x589 x590 -x591 x592 -x593 x594 x595 x596 -x597 x598 -x599 x600 -x601 x602 -x603 x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 -x623 x624 -x625 x626 -x627 x628 -x629 x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 -x639 x640 -x641 x642 -x643 x644 -x645 x646 -x647 x648 -x649 x650 -x651 x652 -x653 x654 -x655 x656 -x657 x658 -x659 x660 x661 x662 -x663 x664 -x665 x666 -x667 x668 -x669 x670 -x671 x672 -x673 x674 -x675 x676 -x677 x678 -x679 x680 -x681 x682 -x683 x684 -x685 x686 -x687 x688 -x689 x690 -x691 x692 -x693 x694 -x695 x696 -x697 x698 -x699 x700 -x701 x702 -x703 x704 -x705 x706 -x707 x708 -x709 x710 -x711 x712 -x713 x714 -x715 x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 -x725 x726 x727 x728 -x729 x730 -x731 x732 -x733 x734 -x735 x736 -x737 x738 -x739 x740 -x741 x742 -x743 x744 -x745 x746 -x747 x748 -x749 x750 -x751 x752 -x753 x754 -x755 x756 -x757 x758 -x759 x760 -x761 x762 -x763 x764 -x765 x766 -x767 x768 -x769 x770 -x771 x772 -x773 x774 -x775 x776 -x777 x778 -x779 x780 -x781 x782 -x783 x784 -x785 x786 -x787 x788 -x789 x790 -x791 x792 x793 x794 -x795 x796 -x797 x798 -x799 x800 -x801 x802 -x803 x804 -x805 x806 -x807 x808 -x809 x810 -x811 x812 -x813 x814 -x815 x816 -x817 x818 -x819 x820 -x821 x822 -x823 x824 -x825 x826 -x827 x828 -x829 x830 -x831 x832 -x833 x834 -x835 x836 -x837 x838 -x839 x840 -x841 x842 -x843 x844 -x845 x846 -x847 x848 -x849 x850 -x851 x852 -x853 x854 -x855 x856 -x857 x858 x859 x860 -x861 x862 -x863 x864 -x865 x866 -x867 x868 -x869 x870 -x871 x872 -x873 x874 -x875 x876 -x877 x878 -x879 x880 -x881 x882 -x883 x884 -x885 x886 -x887 x888 -x889 x890 -x891 x892 -x893 x894 -x895 x896 -x897 x898 -x899 x900 -x901 x902 -x903 x904 -x905 x906 -x907 x908 -x909 x910 -x911 x912 -x913 x914 -x915 x916 -x917 x918 -x919 x920 -x921 x922 -x923 x924 x925 x926 -x927 x928 -x929 x930 -x931 x932 -x933 x934 -x935 x936 -x937 x938 -x939 x940 -x941 x942 -x943 x944 -x945 x946 -x947 x948 -x949 x950 -x951 x952 -x953 x954 -x955 x956 -x957 x958 -x959 x960 -x961 x962 -x963 x964 -x965 x966 -x967 x968 -x969 x970 -x971 x972 -x973 x974 -x975 x976 -x977 x978 -x979 x980 -x981 x982 -x983 x984 -x985 x986 -x987 x988 -x989 x990 x991 x992 -x993 x994 -x995 x996 -x997 x998 -x999 x1000 -x1001 x1002 -x1003 x1004 -x1005 x1006 -x1007 x1008 -x1009 x1010 -x1011 x1012 -x1013 x1014 -x1015 x1016 -x1017 x1018 -x1019 x1020 -x1021 x1022 -x1023 x1024 -x1025 x1026 -x1027 x1028 -x1029 x1030 -x1031 x1032 -x1033 x1034 -x1035 x1036 -x1037 x1038 -x1039 x1040 -x1041 x1042 -x1043 x1044 -x1045 x1046 -x1047 x1048 -x1049 x1050 -x1051 x1052 -x1053 x1054 -x1055 x1056 x1057 x1058 -x1059 x1060 -x1061 x1062 -x1063 x1064 -x1065 x1066 -x1067 x1068 -x1069 x1070 -x1071 x1072 -x1073 x1074 -x1075 x1076 -x1077 x1078 -x1079 x1080 -x1081 x1082 -x1083 x1084 -x1085 x1086 -x1087 x1088 -x1089 
3600.00/3618.96	c objective function=575
3600.00/3618.96	c Total wall clock time (in seconds): 3618.822

Verifier Data

OK	575

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-4836239-1783695768/watcher-4836239-1783695768 -o /tmp/evaluation-result-4836239-1783695768/solver-4836239-1783695768 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836239-1783695768/vars-4836239-1783695768 --bin-var /tmp/runsolver-exch-nodeE005-1783695758-1319376 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836239-1783695768 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836239-1783695768.opb 

running on 4 cores: 52-55

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 9,11-14,17,21-23,25-28,30-31,33-36,39-41,43,45-49,51,57,60-63
  3550 MHz: 0-8,10,15,29,52-55
  3600 MHz: 16,18-20,24,32,37-38,42,44,50,56,58-59
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  3550 MHz: 0-3

CPU governors:
  performance: 52-55

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (66809 MiB free)
  node 1: cores 8-15, 129019 MiB (108842 MiB free)
  node 2: cores 16-23, 128973 MiB (92624 MiB free)
  node 3: cores 24-31, 129003 MiB (123570 MiB free)
  node 4: cores 32-39, 129019 MiB (124742 MiB free)
  node 5: cores 40-47, 129019 MiB (121721 MiB free)
  node 6: cores 48-55, 129019 MiB (118791 MiB free)
  node 7: cores 56-63, 128474 MiB (125926 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 FSIZE limit: 102400000 KiB
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=1320031, runsolver pid=1320028
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 15.23 22.00 22.65 15/1147 1320052
/proc/meminfo: memFree=903921996/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=34900044 memory=50892 CPUtime=0.08 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 5682 0 0 0 7 1 0 0 20 0 19 0 302864729 35737645056 12138 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8725011 12723 6072 1 0 30976 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=34900044 memory=4034096947 CPUtime=0.04 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 2880 0 0 0 4 0 0 0 20 0 19 0 302864730 35737645056 12138 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=34900044 memory=211393184109 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302864732 35737645056 12138 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=34900044 memory=61818286655539 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 302864732 35737645056 12138 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=34900044 memory=57385913960731 CPUtime=0 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302864732 35737645056 12138 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=34900044 memory=52987901004435 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302864732 35737645056 12138 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=34900044 memory=60710319331440 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302864732 35737645056 12138 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50892 KiB

[startup+0.213664 s]*
/proc/loadavg: 15.23 22.00 22.65 16/1149 1320055
/proc/meminfo: memFree=903549348/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35033172 memory=72048 CPUtime=0.42 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 8812 0 0 0 41 1 0 0 20 0 21 0 302864729 35873968128 17619 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8758293 18012 6233 1 0 34788 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35033172 memory=3472328299453310757 CPUtime=0.14 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 3238 0 0 0 14 0 0 0 20 0 21 0 302864730 35873968128 17619 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35033172 memory=3200 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302864732 35873968128 17619 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35033172 memory=59619263381984 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 302864732 35873968128 17619 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35033172 memory=56286402314836 CPUtime=0 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302864732 35873968128 17619 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35033172 memory=62879210668824 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 302864732 35873968128 17619 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35033172 memory=58511296038123 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302864732 35873968128 17619 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35033172 memory=71073 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302864747 35873968128 17619 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 72048 KiB

[startup+0.313921 s]*
/proc/loadavg: 15.23 22.00 22.65 20/1150 1320063
/proc/meminfo: memFree=903244624/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35099736 memory=82436 CPUtime=0.7 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 9381 0 0 0 69 1 0 0 20 0 22 0 302864729 35942129664 20183 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8774934 20609 6233 1 0 40683 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35099736 memory=3472328299453310757 CPUtime=0.22 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) S 1320028 1320031 1292139 0 -1 4194368 3241 0 0 0 22 0 0 0 20 0 22 0 302864730 35942129664 22390 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35099736 memory=3200 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302864732 35942129664 22390 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35099736 memory=6845531052866535904 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 302864732 35942129664 22390 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35099736 memory=720632226781594196 CPUtime=0 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302864732 35942129664 22390 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35099736 memory=62879210668824 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 302864732 35942129664 22390 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35099736 memory=58511296038123 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302864732 35942129664 22390 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35099736 memory=71073 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302864747 35942129664 22390 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 82436 KiB

[startup+0.700269 s]
/proc/loadavg: 15.23 22.00 22.65 25/1150 1320066
/proc/meminfo: memFree=902589728/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35232864 memory=245664 CPUtime=1.72 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 11374 0 0 0 168 4 0 0 20 0 24 0 302864729 36078452736 61171 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8808216 61416 6235 1 0 84605 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35232864 memory=8214624231619822827 CPUtime=0.51 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) S 1320028 1320031 1292139 0 -1 4194368 3337 0 0 0 48 3 0 0 20 0 24 0 302864730 36078452736 61171 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35232864 memory=71073 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 24 0 302864732 36078452736 61171 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35232864 memory=8358740527663022560 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 302864732 36078452736 61171 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35232864 memory=7205815690195108436 CPUtime=0 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 302864732 36078452736 61171 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35232864 memory=62879210668824 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 24 0 302864732 36078452736 61171 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35232864 memory=3200 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 302864732 36078452736 61171 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35232864 memory=4844 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 302864747 36078452736 61171 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 245664 KiB

[startup+1.50034 s]
/proc/loadavg: 15.23 22.00 22.65 18/1152 1320078
/proc/meminfo: memFree=900909416/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35232864 memory=536300 CPUtime=2.58 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 12052 0 0 0 249 9 0 0 20 0 23 0 302864729 36078452736 133813 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8808216 134075 6235 1 0 185081 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35232864 memory=8214624231619822827 CPUtime=1.06 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 3555 0 0 0 98 8 0 0 20 0 23 0 302864730 36078452736 133813 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35232864 memory=4844 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 133813 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35232864 memory=0 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 133813 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35232864 memory=0 CPUtime=0 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 133813 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35232864 memory=71073 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 133813 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35232864 memory=0 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 133813 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35232864 memory=8309704490941156077 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864747 36078452736 133813 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 536300 KiB

[startup+3.11386 s]
/proc/loadavg: 15.23 22.00 22.65 13/1150 1320166
/proc/meminfo: memFree=893825020/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35232864 memory=676572 CPUtime=4.18 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 13927 0 0 0 400 18 0 0 20 0 23 0 302864729 36078452736 168884 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8808216 169143 6235 1 0 486331 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35232864 memory=0 CPUtime=2.24 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 3747 0 0 0 208 16 0 0 20 0 23 0 302864730 36078452736 168884 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35232864 memory=5812 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 168884 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35232864 memory=0 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 168884 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35232864 memory=4844 CPUtime=0 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 168884 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35232864 memory=245732 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 168884 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35232864 memory=132 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 168884 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35232864 memory=8309704490941156077 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864747 36078452736 168884 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 676572 KiB

[startup+6.30024 s]
/proc/loadavg: 15.53 21.95 22.63 15/1149 1320291

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

/proc/meminfo: memFree=633233500/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35232864 memory=9512676 CPUtime=3382.35 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 598608 0 0 0 334160 4075 0 0 20 0 23 0 302864729 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8808216 2378169 6282 1 0 2396134 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35232864 memory=5704 CPUtime=3271.12 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 214056 0 0 0 323120 3992 0 0 20 0 23 0 302864730 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35232864 memory=15628 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35232864 memory=5812 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35232864 memory=95936 CPUtime=0.15 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 179 0 0 0 7 8 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35232864 memory=3940 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35232864 memory=9512676 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 2017 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35232864 memory=9512676 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864747 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 3382.35 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9512676 KiB

[startup+3462.3 s]
/proc/loadavg: 11.55 12.49 13.66 12/1080 1321961
/proc/meminfo: memFree=645866476/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35232864 memory=9512696 CPUtime=3443.55 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 620939 0 0 0 340229 4126 0 0 20 0 23 0 302864729 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8808216 2378174 6282 1 0 2396137 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35232864 memory=5704 CPUtime=3329.72 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 220447 0 0 0 328930 4042 0 0 20 0 23 0 302864730 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35232864 memory=15628 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35232864 memory=9512676 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35232864 memory=9512696 CPUtime=0.15 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 179 0 0 0 7 8 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35232864 memory=15628 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35232864 memory=-7812718937582168423 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 2089 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35232864 memory=3044 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864747 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 3443.55 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9512696 KiB

[startup+3522.3 s]
/proc/loadavg: 11.09 12.22 13.50 10/1054 1321984
/proc/meminfo: memFree=660516056/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35232864 memory=9512708 CPUtime=3503.73 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 627117 0 0 0 346207 4166 0 0 20 0 23 0 302864729 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8808216 2378177 6282 1 0 2396141 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35232864 memory=9512676 CPUtime=3388.37 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 223446 0 0 0 334756 4081 0 0 20 0 23 0 302864730 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35232864 memory=9512676 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35232864 memory=9512708 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35232864 memory=5812 CPUtime=0.17 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 190 0 0 0 8 9 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35232864 memory=10372 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35232864 memory=9512708 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 2153 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35232864 memory=9512708 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864747 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 3503.73 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9512708 KiB

[startup+3582.3 s]
/proc/loadavg: 9.74 11.66 13.23 7/971 1322098
/proc/meminfo: memFree=770974628/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35232864 memory=9512708 CPUtime=3563.92 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 633774 0 0 0 352183 4209 0 0 20 0 23 0 302864729 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8808216 2378177 6282 1 0 2396141 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35232864 memory=5812 CPUtime=3447 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 226763 0 0 0 340577 4123 0 0 20 0 23 0 302864730 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35232864 memory=27416 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35232864 memory=3044 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35232864 memory=11780 CPUtime=0.17 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 192 0 0 0 8 9 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35232864 memory=3500 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35232864 memory=95936 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 2169 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35232864 memory=4708 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864747 36078452736 2378074 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 3563.92 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9512708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.9 s]
/proc/loadavg: 7.38 10.89 12.91 2/831 1322311
/proc/meminfo: memFree=882972620/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35232864 memory=9445896 CPUtime=3600 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 636324 0 0 0 355763 4237 0 0 20 0 23 0 302864729 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8808216 2361474 6282 1 0 2379405 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35232864 memory=9696416 CPUtime=3482.75 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 227678 0 0 0 344124 4151 0 0 20 0 23 0 302864730 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35232864 memory=4844 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35232864 memory=15628 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35232864 memory=17824 CPUtime=0.17 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 197 0 0 0 8 9 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35232864 memory=9445896 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35232864 memory=17824 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 2269 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35232864 memory=9445896 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864747 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9445896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3557.78 s, system=42.4012 s

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

[startup+3618.9 s]
/proc/loadavg: 7.38 10.89 12.91 2/831 1322311
/proc/meminfo: memFree=882972620/1055320704 swapFree=33330684/33554428
[pid=1320031] ppid=1320028 vsize=35232864 memory=9445896 CPUtime=3600 cores=52-55
/proc/1320031/stat : 1320031 (java) S 1320028 1320031 1292139 0 -1 4194304 636324 0 0 0 355763 4237 0 0 20 0 23 0 302864729 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
/proc/1320031/statm: 8808216 2361474 6282 1 0 2379405 0
[pid=1320031/tid=1320033] ppid=1320028 vsize=35232864 memory=9696416 CPUtime=3482.75 cores=52-55
/proc/1320031/task/1320033/stat : 1320033 (java) R 1320028 1320031 1292139 0 -1 4194368 227678 0 0 0 344124 4151 0 0 20 0 23 0 302864730 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320044] ppid=1320028 vsize=35232864 memory=4844 CPUtime=0 cores=52-55
/proc/1320031/task/1320044/stat : 1320044 (Referen..andler) S 1320028 1320031 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320045] ppid=1320028 vsize=35232864 memory=15628 CPUtime=0 cores=52-55
/proc/1320031/task/1320045/stat : 1320045 (Finalizer) S 1320028 1320031 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320048] ppid=1320028 vsize=35232864 memory=17824 CPUtime=0.17 cores=52-55
/proc/1320031/task/1320048/stat : 1320048 (Monitor..Thread) S 1320028 1320031 1292139 0 -1 4194368 197 0 0 0 8 9 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320051] ppid=1320028 vsize=35232864 memory=9445896 CPUtime=0 cores=52-55
/proc/1320031/task/1320051/stat : 1320051 (Notific..Thread) S 1320028 1320031 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320052] ppid=1320028 vsize=35232864 memory=17824 CPUtime=0 cores=52-55
/proc/1320031/task/1320052/stat : 1320052 (Common-Cleaner) S 1320028 1320031 1292139 0 -1 4194368 2269 0 0 0 0 0 0 0 20 0 23 0 302864732 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
[pid=1320031/tid=1320054] ppid=1320028 vsize=35232864 memory=9445896 CPUtime=0 cores=52-55
/proc/1320031/task/1320054/stat : 1320054 (Timer-0) S 1320028 1320031 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864747 36078452736 2361434 18446744073709551615 94067425832960 94067425836656 140736542605456 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94067425844520 94067425845264 94067453591552 140736542611620 140736542611806 140736542611806 140736542617544 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9445896 KiB

Child status: 143

Real time (s): 3618.98
CPU time (s): 3600.18
CPU user time (s): 3557.78
CPU system time (s): 42.4012
CPU usage (%): 99.4804
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 10311224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3557.78
system time used= 42.4012
maximum resident set size= 10310148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 639834
page faults= 0
swaps= 0
block input operations= 40
block output operations= 9680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7764662
involuntary context switches= 6639


# summary of solver processes directly reported to runsolver:
#   pid: 1320031
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3557.78
#   total CPU system time (s): 42.4012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0923 second user time and 42.3954 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-07-10 17:02:48
IDJOB=4836239
IDBENCH=178374
IDSOLVER=3672
FILE ID=nodeE005/4836239-1783695768
RUNJOBID= nodeE005-1783695758-1319376
SLURM_JOB_ID= 12734898
Free space on /tmp= 802556 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_oddrowoddcolsquare/normalized-vertexcover_opt_grid_oddrowoddcolsquare_dim_033.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4836239-1783695768/watcher-4836239-1783695768 -o /tmp/evaluation-result-4836239-1783695768/solver-4836239-1783695768 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836239-1783695768/vars-4836239-1783695768 --bin-var /tmp/runsolver-exch-nodeE005-1783695758-1319376 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836239-1783695768 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836239-1783695768.opb

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

MD5SUM BENCH= a98c9ca0529cd272992bf36aae53062d
RANDOM SEED=2095901663

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3590.496
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		: 3591.305
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3581.374
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		: 3569.946
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:       1055320704 kB
MemFree:        904375600 kB
MemAvailable:   1031949584 kB
Buffers:            1096 kB
Cached:         130895172 kB
SwapCached:         3716 kB
Active:         24563780 kB
Inactive:       118615388 kB
Active(anon):   12817440 kB
Inactive(anon):   130232 kB
Active(file):   11746340 kB
Inactive(file): 118485156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33330684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             61512 kB
Writeback:             0 kB
AnonPages:      12283452 kB
Mapped:           176748 kB
Shmem:            664332 kB
KReclaimable:    3688260 kB
Slab:            4305416 kB
SReclaimable:    3688260 kB
SUnreclaim:       617156 kB
KernelStack:       19040 kB
PageTables:        31252 kB
SecPageTables:     15352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   152550068 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482352 kB
VmallocChunk:          0 kB
Percpu:           130560 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11515904 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 802624 MiB
End job on nodeE005 at 2026-07-10 18:03:07