Trace number 4819941

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2026-06-10MSAT (TO) 3600.27 3593.88

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/spot5/
normalized-spot5-414_wcsp.wbo
MD5SUM2452411e7d53b4184f08359a7309571d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark59518
Best CPU time to get the best result obtained on this benchmark3588.87
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1056
Total number of constraints14903
Number of soft constraints14539
Number of constraints which are clauses14539
Number of constraints which are cardinality constraints (but not clauses)364
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 60599
Min constraint cost 1
Max constraint cost 60599
Sum of constraints costs 859051423
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB26fixedPrime.v20260610
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	26.0.1+8-34
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		26.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		30334720
0.00/0.07	c Max memory 		32178700288
0.00/0.07	c Total memory 		33554432
0.00/0.07	c Number of processors 	4
0.00/0.10	c Pseudo Boolean Optimization by upper bound
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Glucose 2.1 dynamic restart strategy
0.00/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c Listener: none
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-4819941-1782926958.wbo
0.00/0.10	c reading problem ... 
0.15/0.20	c ... done. Wall clock time 0.104s.
0.15/0.20	c declared #vars     1056
0.15/0.20	c internal #vars     15595
0.15/0.20	c #constraints  15268
0.15/0.20	c constraints type 
0.15/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 764
0.15/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 164
0.15/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.15/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14339
0.15/0.20	c 15268 constraints processed.
0.15/0.21	c objective function length is 14539 literals
0.51/0.27	c SATISFIABLE
0.51/0.27	c OPTIMIZING...
0.51/0.27	c Got one! Elapsed wall clock time (in seconds):0.174
0.51/0.27	o 41509
0.81/0.34	c Got one! Elapsed wall clock time (in seconds):0.243
0.81/0.34	o 41507
2.24/1.09	c cleaning 2532 clauses out of 5063 with flag 12998/5063
3.00/1.75	c cleaning 4265 clauses out of 8530 with flag 27458/11062
3.89/2.55	c Got one! Elapsed wall clock time (in seconds):2.455
3.89/2.55	o 41506
3.89/2.58	c Got one! Elapsed wall clock time (in seconds):2.485
3.89/2.58	o 41505
4.32/2.81	c Got one! Elapsed wall clock time (in seconds):2.714
4.32/2.81	o 41504
4.97/3.46	c cleaning 8213 clauses out of 16425 with flag 8700/23222
6.01/4.50	c cleaning 7104 clauses out of 14209 with flag 21062/29219
7.39/5.77	c cleaning 7052 clauses out of 14105 with flag 35342/36219
8.92/7.19	c cleaning 7528 clauses out of 15055 with flag 51693/44221
10.53/8.76	c cleaning 8261 clauses out of 16524 with flag 70095/53218
12.32/10.53	c cleaning 9127 clauses out of 18264 with flag 90614/63219
14.32/12.53	c cleaning 10065 clauses out of 20137 with flag 113101/74219
16.61/14.79	c cleaning 11036 clauses out of 22071 with flag 137468/86218
19.20/17.35	c cleaning 12013 clauses out of 24035 with flag 163801/99218
22.06/20.11	c cleaning 13007 clauses out of 26023 with flag 192410/113219
25.15/23.05	c cleaning 14007 clauses out of 28018 with flag 223799/128221
28.33/26.11	c cleaning 14999 clauses out of 30008 with flag 256904/144218
31.34/29.16	c cleaning 15996 clauses out of 32009 with flag 292598/161218
34.65/32.48	c cleaning 17002 clauses out of 34014 with flag 329963/179219
38.07/35.82	c cleaning 18002 clauses out of 36013 with flag 369931/198220
42.28/39.85	c cleaning 19002 clauses out of 38010 with flag 410625/218219
46.33/43.83	c cleaning 20005 clauses out of 40010 with flag 454416/239221
50.26/47.78	c cleaning 20999 clauses out of 42004 with flag 500582/261220
54.47/51.89	c cleaning 21999 clauses out of 44004 with flag 547584/284219
59.27/56.35	c cleaning 22999 clauses out of 46004 with flag 596665/308218
63.82/60.87	c cleaning 23995 clauses out of 48005 with flag 647842/333218
68.31/65.33	c cleaning 25001 clauses out of 50010 with flag 702227/359218
73.01/70.08	c cleaning 26000 clauses out of 52009 with flag 758810/386218
77.99/75.03	c cleaning 26999 clauses out of 54011 with flag 817890/414220
83.33/80.27	c cleaning 28003 clauses out of 56010 with flag 879111/443218
88.73/85.63	c cleaning 29003 clauses out of 58008 with flag 942778/473219
94.41/91.32	c cleaning 29996 clauses out of 60004 with flag 1007492/504218
100.49/97.29	c cleaning 31000 clauses out of 62008 with flag 1074346/536218
106.47/103.27	c cleaning 32002 clauses out of 64009 with flag 1144112/569219
113.06/109.62	c cleaning 32999 clauses out of 66006 with flag 1215944/603218
119.45/116.07	c cleaning 34004 clauses out of 68010 with flag 1289856/638221
126.19/122.66	c cleaning 34996 clauses out of 70003 with flag 1366415/674218
133.20/129.50	c cleaning 35998 clauses out of 72007 with flag 1444192/711218
140.28/136.55	c cleaning 37003 clauses out of 74010 with flag 1524585/749219
147.84/144.10	c cleaning 37999 clauses out of 76006 with flag 1607098/788218
156.21/151.90	c cleaning 39000 clauses out of 78007 with flag 1690653/828218
164.06/159.79	c cleaning 40002 clauses out of 80011 with flag 1776892/869222
172.29/167.95	c cleaning 40999 clauses out of 82005 with flag 1864775/911218
180.88/176.42	c cleaning 42000 clauses out of 84007 with flag 1955036/954219
189.34/184.85	c cleaning 43002 clauses out of 86007 with flag 2047665/998219
198.46/193.83	c cleaning 43997 clauses out of 88004 with flag 2142526/1043218
207.42/202.83	c cleaning 45000 clauses out of 90008 with flag 2239097/1089219
216.76/212.18	c cleaning 46002 clauses out of 92007 with flag 2337854/1136218
226.46/221.70	c cleaning 46999 clauses out of 94005 with flag 2438517/1184218
236.25/231.45	c cleaning 48000 clauses out of 96007 with flag 2540969/1233219
247.14/241.70	c cleaning 48996 clauses out of 98006 with flag 2646634/1283218
257.22/251.74	c cleaning 49998 clauses out of 100010 with flag 2753373/1334218
267.74/262.03	c cleaning 51001 clauses out of 102012 with flag 2863214/1386218
278.44/272.67	c cleaning 52001 clauses out of 104011 with flag 2975010/1439218
290.12/284.15	c cleaning 53003 clauses out of 106011 with flag 3088018/1493219
302.56/295.90	c cleaning 54003 clauses out of 108008 with flag 3203534/1548219
314.68/307.98	c cleaning 54998 clauses out of 110007 with flag 3320065/1604221
327.17/320.23	c cleaning 55999 clauses out of 112006 with flag 3439409/1661218
339.65/332.64	c cleaning 57001 clauses out of 114008 with flag 3560814/1719219
352.45/345.22	c cleaning 57998 clauses out of 116006 with flag 3685021/1778218
365.85/357.96	c cleaning 59001 clauses out of 118009 with flag 3811460/1838219
378.79/370.75	c cleaning 59998 clauses out of 120007 with flag 3939145/1899218
393.07/384.71	c cleaning 61005 clauses out of 122009 with flag 4069464/1961218
406.76/398.25	c cleaning 61998 clauses out of 124004 with flag 4201258/2024218
420.33/411.12	c cleaning 62995 clauses out of 126006 with flag 4332776/2088218
434.43/425.12	c cleaning 64001 clauses out of 128011 with flag 4464680/2153218
447.75/438.21	c cleaning 65004 clauses out of 130012 with flag 4598572/2219220
461.25/451.60	c cleaning 65999 clauses out of 132007 with flag 4734643/2286219
475.70/465.29	c cleaning 66997 clauses out of 134007 with flag 4873686/2354218
490.02/479.38	c cleaning 68001 clauses out of 136010 with flag 5014849/2423218
504.39/493.48	c cleaning 69004 clauses out of 138011 with flag 5157916/2493220
519.22/508.27	c cleaning 69996 clauses out of 140005 with flag 5303168/2564218
534.98/524.02	c cleaning 71003 clauses out of 142009 with flag 5450752/2636218
550.81/540.01	c cleaning 72001 clauses out of 144006 with flag 5599957/2709218
566.46/555.50	c cleaning 73001 clauses out of 146006 with flag 5750641/2783219
582.90/571.90	c cleaning 74001 clauses out of 148005 with flag 5904003/2858219
592.86/581.90	c Got one! Elapsed wall clock time (in seconds):581.801
592.86/581.90	o 41503
594.47/583.59	c cleaning 64729 clauses out of 129479 with flag 10178/2913694
595.87/584.91	c cleaning 35365 clauses out of 70751 with flag 22392/2919695
597.08/586.17	c cleaning 21185 clauses out of 42385 with flag 36712/2926694
598.46/587.52	c cleaning 14591 clauses out of 29200 with flag 53035/2934694
599.96/589.02	c cleaning 11799 clauses out of 23611 with flag 71400/2943696
601.65/590.72	c cleaning 10900 clauses out of 21810 with flag 91782/2953694
603.45/592.59	c cleaning 10951 clauses out of 21911 with flag 114250/2964695
605.54/594.66	c cleaning 11476 clauses out of 22959 with flag 138642/2976694
607.83/596.91	c cleaning 12241 clauses out of 24485 with flag 164997/2989696
610.22/599.39	c cleaning 13122 clauses out of 26243 with flag 193431/3003695
612.81/602.00	c cleaning 14055 clauses out of 28120 with flag 224622/3018694
615.83/604.91	c cleaning 15026 clauses out of 30065 with flag 266818/3034694
620.30/609.32	c cleaning 16017 clauses out of 32039 with flag 346675/3051694
624.59/613.65	c cleaning 17012 clauses out of 34024 with flag 432438/3069696
629.37/618.41	c cleaning 18006 clauses out of 36011 with flag 511720/3088695
634.26/623.32	c cleaning 18999 clauses out of 38004 with flag 588878/3108694
639.26/628.38	c cleaning 20000 clauses out of 40005 with flag 657995/3129694
644.68/633.71	c cleaning 21002 clauses out of 42005 with flag 729224/3151694
650.16/639.28	c cleaning 21997 clauses out of 44003 with flag 807401/3174694
655.85/644.94	c cleaning 22997 clauses out of 46006 with flag 890300/3198694
662.13/651.27	c cleaning 23999 clauses out of 48009 with flag 968646/3223694
668.61/657.70	c cleaning 25002 clauses out of 50010 with flag 1054096/3249694
675.39/664.57	c cleaning 26002 clauses out of 52008 with flag 1153620/3276694
682.88/671.76	c cleaning 26999 clauses out of 54006 with flag 1252778/3304694
690.05/678.96	c cleaning 28000 clauses out of 56009 with flag 1356711/3333696
697.54/686.40	c cleaning 28998 clauses out of 58007 with flag 1476658/3363694
705.13/694.10	c cleaning 30002 clauses out of 60009 with flag 1614388/3394694
713.11/702.05	c cleaning 31000 clauses out of 62007 with flag 1731282/3426694
721.27/710.23	c cleaning 31998 clauses out of 64007 with flag 1878571/3459694
729.54/718.58	c cleaning 33003 clauses out of 66009 with flag 2043693/3493694
738.31/727.31	c cleaning 33999 clauses out of 68007 with flag 2174521/3528695
748.46/737.05	c cleaning 34998 clauses out of 70008 with flag 2275405/3564695
758.95/747.45	c cleaning 35999 clauses out of 72009 with flag 2389177/3601694
768.54/757.08	c cleaning 37006 clauses out of 74011 with flag 2501016/3639695
777.40/765.96	c cleaning 37996 clauses out of 76005 with flag 2607781/3678695
782.49/771.09	c Got one! Elapsed wall clock time (in seconds):770.99
782.49/771.09	o 40522
783.70/772.26	c cleaning 32484 clauses out of 64968 with flag 13433/3705654
785.30/773.89	c cleaning 19243 clauses out of 38485 with flag 32376/3711655
786.29/774.85	c cleaning 13108 clauses out of 26242 with flag 52407/3718655
787.29/775.80	c cleaning 10556 clauses out of 21133 with flag 69277/3726654
788.29/776.84	c cleaning 9776 clauses out of 19578 with flag 88289/3735655
789.50/778.09	c cleaning 9898 clauses out of 19802 with flag 109205/3745655
790.88/779.45	c cleaning 10448 clauses out of 20903 with flag 132430/3756654
792.38/780.98	c cleaning 11227 clauses out of 22455 with flag 157593/3768654
794.07/782.67	c cleaning 12115 clauses out of 24229 with flag 184924/3781655
795.86/784.46	c cleaning 13057 clauses out of 26113 with flag 214260/3795654
797.76/786.30	c cleaning 14024 clauses out of 28057 with flag 246329/3810655
799.85/788.40	c cleaning 15014 clauses out of 30033 with flag 283870/3826655
802.14/790.76	c cleaning 16008 clauses out of 32018 with flag 323490/3843654
804.64/793.26	c cleaning 17006 clauses out of 34011 with flag 367036/3861655
807.33/795.99	c cleaning 18003 clauses out of 36005 with flag 412159/3880655
810.12/798.77	c cleaning 18995 clauses out of 38002 with flag 461202/3900655
813.21/801.87	c cleaning 19999 clauses out of 40007 with flag 511194/3921655
816.30/804.96	c cleaning 20999 clauses out of 42007 with flag 563711/3943654
819.88/808.55	c cleaning 22005 clauses out of 44009 with flag 620403/3966655
823.48/812.12	c cleaning 22998 clauses out of 46004 with flag 678974/3990655
827.06/815.79	c cleaning 24003 clauses out of 48005 with flag 738008/4015654
830.74/819.42	c cleaning 24996 clauses out of 50002 with flag 799091/4041654
834.53/823.28	c cleaning 26000 clauses out of 52006 with flag 860839/4068654
838.82/827.51	c cleaning 26996 clauses out of 54006 with flag 925831/4096654
843.00/831.74	c cleaning 28003 clauses out of 56011 with flag 993373/4125655
847.49/836.22	c cleaning 29004 clauses out of 58008 with flag 1061565/4155655
852.39/841.17	c cleaning 30001 clauses out of 60003 with flag 1134187/4186654
857.16/845.96	c cleaning 30995 clauses out of 62002 with flag 1210213/4218654
862.64/851.46	c cleaning 32004 clauses out of 64008 with flag 1285876/4251655
867.63/856.44	c cleaning 32996 clauses out of 66003 with flag 1367864/4285654
872.81/861.63	c cleaning 33997 clauses out of 68007 with flag 1447536/4320654
878.59/867.48	c cleaning 35001 clauses out of 70010 with flag 1527007/4356654
885.23/873.60	c cleaning 36001 clauses out of 72009 with flag 1610663/4393654
891.11/879.53	c cleaning 37003 clauses out of 74009 with flag 1695019/4431655
897.30/885.79	c cleaning 37996 clauses out of 76005 with flag 1783337/4470654
903.17/891.69	c cleaning 38999 clauses out of 78009 with flag 1875034/4510654
909.75/898.27	c cleaning 40001 clauses out of 80010 with flag 1969042/4551654
916.54/905.05	c cleaning 41003 clauses out of 82010 with flag 2061241/4593655
923.71/912.21	c cleaning 42000 clauses out of 84007 with flag 2152652/4636655
930.50/919.06	c cleaning 42997 clauses out of 86007 with flag 2246874/4680655
937.47/926.03	c cleaning 43997 clauses out of 88010 with flag 2345185/4725655
944.64/933.23	c cleaning 45004 clauses out of 90013 with flag 2447443/4771655
952.01/940.61	c cleaning 45998 clauses out of 92009 with flag 2550563/4818655
959.29/947.91	c cleaning 47002 clauses out of 94011 with flag 2656183/4866655
966.76/955.47	c cleaning 48005 clauses out of 96009 with flag 2764664/4915655
974.94/963.62	c cleaning 48998 clauses out of 98004 with flag 2873456/4965655
983.21/971.98	c cleaning 49997 clauses out of 100006 with flag 2985989/5016655
992.98/981.71	c cleaning 51000 clauses out of 102008 with flag 3100387/5068654
1003.44/992.25	c cleaning 52000 clauses out of 104008 with flag 3219262/5121654
1012.53/1001.37	c cleaning 52999 clauses out of 106009 with flag 3338306/5175655
1023.82/1012.30	c cleaning 54001 clauses out of 108010 with flag 3461850/5230655
1032.89/1021.43	c cleaning 54998 clauses out of 110008 with flag 3582249/5286654
1041.76/1030.38	c cleaning 55998 clauses out of 112010 with flag 3705733/5343654
1049.74/1038.30	c cleaning 57006 clauses out of 114013 with flag 3829271/5401655
1059.11/1047.74	c cleaning 58003 clauses out of 116006 with flag 3957585/5460654
1069.17/1057.81	c cleaning 59001 clauses out of 118003 with flag 4090021/5520654
1079.24/1067.97	c cleaning 59995 clauses out of 120003 with flag 4229624/5581655
1088.43/1077.13	c cleaning 60997 clauses out of 122008 with flag 4380905/5643655
1098.19/1086.91	c cleaning 62002 clauses out of 124010 with flag 4517486/5706654
1109.95/1098.71	c cleaning 63002 clauses out of 126008 with flag 4650113/5770654
1120.11/1108.96	c cleaning 64002 clauses out of 128007 with flag 4786057/5835655
1131.56/1120.42	c cleaning 64995 clauses out of 130005 with flag 4924636/5901655
1144.61/1133.23	c cleaning 66002 clauses out of 132010 with flag 5066450/5968655
1155.27/1143.96	c cleaning 66997 clauses out of 134007 with flag 5212355/6036654
1166.62/1155.39	c cleaning 68002 clauses out of 136011 with flag 5358082/6105655
1176.98/1165.73	c cleaning 69004 clauses out of 138008 with flag 5510883/6175654
1187.64/1176.46	c cleaning 70001 clauses out of 140005 with flag 5669474/6246655
1199.10/1187.90	c cleaning 71000 clauses out of 142004 with flag 5830869/6318655
1210.36/1199.26	c cleaning 71998 clauses out of 144004 with flag 5990248/6391655
1223.51/1212.27	c cleaning 72998 clauses out of 146005 with flag 6146518/6465654
1235.66/1224.47	c cleaning 74001 clauses out of 148007 with flag 6303767/6540654
1250.10/1238.91	c cleaning 74998 clauses out of 150007 with flag 6462107/6616655
1263.45/1252.34	c cleaning 76003 clauses out of 152009 with flag 6621501/6693655
1276.50/1265.49	c cleaning 77001 clauses out of 154006 with flag 6786704/6771655
1290.34/1279.36	c cleaning 77997 clauses out of 156004 with flag 6952785/6850654
1304.10/1293.04	c cleaning 78999 clauses out of 158008 with flag 7119966/6930655
1318.63/1307.63	c cleaning 79999 clauses out of 160008 with flag 7289712/7011654
1334.56/1323.67	c cleaning 81001 clauses out of 162009 with flag 7460074/7093654
1351.40/1340.59	c cleaning 81998 clauses out of 164008 with flag 7633835/7176654
1379.75/1368.76	c cleaning 83003 clauses out of 166011 with flag 7842941/7260655
1397.79/1386.89	c cleaning 83997 clauses out of 168007 with flag 8027269/7345654
1415.82/1404.55	c cleaning 85001 clauses out of 170010 with flag 8211813/7431654
1434.38/1423.16	c cleaning 85996 clauses out of 172010 with flag 8398951/7518655
1454.68/1443.43	c cleaning 87001 clauses out of 174013 with flag 8587333/7606654
1473.82/1462.62	c cleaning 88000 clauses out of 176012 with flag 8781892/7695654
1492.36/1481.26	c cleaning 89003 clauses out of 178012 with flag 8976304/7785654
1512.79/1501.70	c cleaning 90003 clauses out of 180010 with flag 9173247/7876655
1534.32/1523.38	c cleaning 91000 clauses out of 182007 with flag 9372570/7968655
1559.83/1548.98	c cleaning 92001 clauses out of 184006 with flag 9575101/8061654
1580.56/1569.73	c cleaning 92997 clauses out of 186005 with flag 9779959/8155654
1615.02/1604.00	c cleaning 94002 clauses out of 188009 with flag 9986459/8250655
1639.54/1628.56	c cleaning 94997 clauses out of 190006 with flag 10196979/8346654
1662.08/1651.18	c cleaning 96002 clauses out of 192010 with flag 10404938/8443655
1685.49/1674.62	c cleaning 96998 clauses out of 194008 with flag 10691681/8541655
1703.24/1692.45	c cleaning 97998 clauses out of 196010 with flag 10969572/8640655
1724.07/1713.37	c cleaning 98997 clauses out of 198011 with flag 11194074/8740654
1749.29/1738.62	c cleaning 100005 clauses out of 200015 with flag 11404842/8841655
1778.07/1767.23	c cleaning 101000 clauses out of 202010 with flag 11618981/8943655
1806.28/1795.57	c cleaning 101998 clauses out of 204009 with flag 11837518/9046654
1834.38/1823.79	c cleaning 103003 clauses out of 206011 with flag 12054868/9150654
1865.18/1854.66	c cleaning 104003 clauses out of 208009 with flag 12273527/9255655
1894.99/1884.54	c cleaning 104995 clauses out of 210005 with flag 12494819/9361654
1926.68/1916.37	c cleaning 106005 clauses out of 212010 with flag 12718546/9468654
1962.38/1952.13	c cleaning 107002 clauses out of 214006 with flag 12940640/9576655
1995.65/1985.59	c cleaning 107991 clauses out of 216004 with flag 13166754/9685655
2028.05/2018.02	c cleaning 108999 clauses out of 218012 with flag 13393647/9795654
2056.58/2046.46	c cleaning 110004 clauses out of 220013 with flag 13621615/9906654
2088.77/2078.76	c cleaning 110997 clauses out of 222010 with flag 13854930/10018655
2130.05/2120.14	c cleaning 112003 clauses out of 224012 with flag 14091748/10131654
2173.08/2163.37	c cleaning 112997 clauses out of 226010 with flag 14330764/10245655
2212.45/2202.87	c cleaning 114001 clauses out of 228012 with flag 14571865/10360654
2249.93/2240.46	c cleaning 115004 clauses out of 230012 with flag 14816396/10476655
2289.70/2280.30	c cleaning 115997 clauses out of 232008 with flag 15063629/10593655
2326.39/2317.12	c cleaning 117002 clauses out of 234010 with flag 15316335/10711654
2364.35/2355.24	c cleaning 117996 clauses out of 236008 with flag 15568416/10830654
2403.29/2394.04	c cleaning 119001 clauses out of 238012 with flag 15820925/10950654
2442.62/2433.57	c cleaning 120002 clauses out of 240011 with flag 16075325/11071654
2481.36/2472.45	c cleaning 120998 clauses out of 242010 with flag 16331382/11193655
2524.68/2515.93	c cleaning 122002 clauses out of 244012 with flag 16590042/11316655
2567.00/2558.41	c cleaning 122998 clauses out of 246009 with flag 16847663/11440654
2607.84/2599.41	c cleaning 124002 clauses out of 248011 with flag 17109997/11565654
2652.96/2644.72	c cleaning 125002 clauses out of 250009 with flag 17371362/11691654
2697.87/2689.85	c cleaning 126000 clauses out of 252008 with flag 17634280/11818655
2745.18/2737.09	c cleaning 126999 clauses out of 254008 with flag 17901510/11946655
2792.58/2784.60	c cleaning 127998 clauses out of 256008 with flag 18172627/12075654
2844.17/2836.45	c cleaning 128999 clauses out of 258011 with flag 18442130/12205655
2895.26/2887.75	c cleaning 130002 clauses out of 260012 with flag 18718075/12336655
2948.64/2941.38	c cleaning 131000 clauses out of 262009 with flag 18998489/12468654
2999.64/2992.56	c cleaning 131999 clauses out of 264009 with flag 19273822/12601654
3063.89/3057.09	c cleaning 133001 clauses out of 266011 with flag 19553370/12735655
3127.14/3120.29	c cleaning 133998 clauses out of 268010 with flag 19838010/12870655
3188.98/3182.34	c cleaning 135004 clauses out of 270011 with flag 20123643/13006654
3241.48/3235.04	c cleaning 135998 clauses out of 272007 with flag 20408528/13143654
3295.45/3289.28	c cleaning 137002 clauses out of 274009 with flag 20696111/13281654
3352.25/3345.97	c cleaning 137997 clauses out of 276007 with flag 20984089/13420654
3408.96/3402.86	c cleaning 139006 clauses out of 278011 with flag 21297805/13560655
3442.16/3436.13	c cleaning 139995 clauses out of 280004 with flag 21601908/13701654
3485.05/3478.61	c cleaning 141001 clauses out of 282009 with flag 21896830/13843654
3517.22/3510.95	c cleaning 141996 clauses out of 284008 with flag 22233965/13986654
3543.15/3536.96	c cleaning 143006 clauses out of 286013 with flag 22611425/14130655
3578.64/3572.31	c cleaning 144003 clauses out of 288007 with flag 22917923/14275655
3600.09/3593.81	c starts		: 14387
3600.09/3593.81	c conflicts		: 14368989
3600.09/3593.81	c decisions		: 20140775
3600.09/3593.81	c propagations		: 668548373
3600.09/3593.81	c inspects		: 19689766958
3600.09/3593.81	c shortcuts		: 0
3600.09/3593.81	c learnt literals	: 0
3600.09/3593.81	c learnt binary clauses	: 0
3600.09/3593.81	c learnt ternary clauses	: 947
3600.09/3593.81	c learnt constraints	: 14368989
3600.09/3593.81	c ignored constraints	: 0
3600.09/3593.81	c root simplifications	: 0
3600.09/3593.81	c removed literals (reason simplification)	: 293252002
3600.09/3593.81	c reason swapping (by a shorter reason)	: 0
3600.09/3593.81	c Calls to reduceDB	: 249
3600.09/3593.81	c Number of update (reduction) of LBD	: 111627
3600.09/3593.81	c Imported unit clauses	: 0
3600.09/3593.81	c No decision after first conflict	: false
3600.09/3593.81	c number of reductions to clauses (during analyze)	: 0
3600.09/3593.81	c number of learned constraints concerned by reduction	: 0
3600.09/3593.81	c number of learning phase by resolution	: 0
3600.09/3593.81	c number of learning phase by cutting planes	: 0
3600.09/3593.81	c number of rounding to 1 operations	: 0
3600.09/3593.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3593.81	c number of reductions of the coefficients by power 2 	: 0
3600.09/3593.81	c number of right shift for reduction by power 2 	: 0
3600.09/3593.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3593.81	c number of ending skipping 	: 0
3600.09/3593.81	c number of internal skipping 	: 0
3600.09/3593.81	c number of derivation steps 	: 0
3600.09/3593.81	c number of skipped derivation steps 	: 0
3600.09/3593.81	c number of remaining unassigned 	: 0
3600.09/3593.81	c number of remaining assigned 	: 0
3600.09/3593.81	c number of falsified literals weakened from reason	: 0
3600.09/3593.81	c number of falsified literals weakened from conflict	: 0
3600.09/3593.81	c time for arithmetic operations	: 0
3600.09/3593.81	c minimum degree of deleted constraints	: null
3600.09/3593.81	c maximum degree of deleted constraints	: null
3600.09/3593.81	c number of deleted constraints	: 0
3600.09/3593.81	c speed (assignments/second)	: 186039.44502201703
3600.09/3593.81	c non guided choices	: 267
3600.09/3593.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 237338
3600.09/3593.86	s SATISFIABLE
3600.09/3593.86	c Found 7 solution(s)
3600.09/3593.86	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 
3600.09/3593.86	c objective function=40522
3600.09/3593.86	c Total wall clock time (in seconds): 3593.764

Verifier Data

OK	40522

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

running on 4 cores: 40-43

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

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (106553 MiB free)
  node 1: cores 8-15, 129019 MiB (113423 MiB free)
  node 2: cores 16-23, 128973 MiB (112273 MiB free)
  node 3: cores 24-31, 129003 MiB (113523 MiB free)
  node 4: cores 32-39, 129019 MiB (85833 MiB free)
  node 5: cores 40-47, 129019 MiB (112829 MiB free)
  node 6: cores 48-55, 129019 MiB (108944 MiB free)
  node 7: cores 56-63, 128474 MiB (102199 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2654733, runsolver pid=2654720
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 17.44 16.98 16.47 21/1192 2654765
/proc/meminfo: memFree=876074836/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=34900044 memory=59496 CPUtime=0.15 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 7720 0 0 0 14 1 0 0 20 0 19 0 225983658 35737645056 14403 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8725011 14874 6198 1 0 33015 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=34900044 memory=5979075893 CPUtime=0.08 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 3192 0 0 0 7 1 0 0 20 0 19 0 225983660 35737645056 14403 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=34900044 memory=241474733984 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 225983662 35737645056 14403 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=34900044 memory=17997 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 225983662 35737645056 14403 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=34900044 memory=18340 CPUtime=0 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 225983662 35737645056 14403 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=34900044 memory=18902 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 225983662 35737645056 14403 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=34900044 memory=54659 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 225983662 35737645056 14403 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 59496 KiB

[startup+0.214321 s]*
/proc/loadavg: 17.44 16.98 16.47 21/1196 2654769
/proc/meminfo: memFree=876022108/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35033172 memory=111712 CPUtime=0.51 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 9526 0 0 0 49 2 0 0 20 0 21 0 225983658 35873968128 27347 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8758293 27928 6260 1 0 78171 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35033172 memory=6079637401564767760 CPUtime=0.18 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 3323 0 0 0 17 1 0 0 20 0 21 0 225983660 35873968128 27347 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35033172 memory=237179765116 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983662 35873968128 27347 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35033172 memory=56286385554566 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 225983662 35873968128 27347 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35033172 memory=61788255438188 CPUtime=0 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983662 35873968128 27347 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35033172 memory=54091707598558 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983662 35873968128 27347 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35033172 memory=14410406374461544 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983662 35873968128 27347 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 111712 KiB

[startup+0.314136 s]*
/proc/loadavg: 17.44 16.98 16.47 18/1174 2654772
/proc/meminfo: memFree=876031688/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35099736 memory=128420 CPUtime=0.81 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 13742 0 0 0 79 2 0 0 20 0 22 0 225983658 35942129664 31443 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8774934 32105 6276 1 0 84090 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35099736 memory=6944656575208382560 CPUtime=0.28 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 3502 0 0 0 27 1 0 0 20 0 22 0 225983660 35942129664 31443 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35099736 memory=-7523640833670998368 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 31443 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 31443 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 31443 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 31443 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 31443 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225983681 35942129664 31443 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 128420 KiB

[startup+0.700263 s]
/proc/loadavg: 17.56 17.01 16.48 17/1172 2654780
/proc/meminfo: memFree=876020140/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35099736 memory=150924 CPUtime=1.88 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 14243 0 0 0 185 3 0 0 20 0 22 0 225983658 35942129664 37342 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8774934 37731 6292 1 0 91308 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35099736 memory=4852 CPUtime=0.65 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 3512 0 0 0 64 1 0 0 20 0 22 0 225983660 35942129664 37342 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 37342 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35099736 memory=11688 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 37342 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35099736 memory=5784 CPUtime=0 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 37342 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 37342 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225983662 35942129664 37342 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225983681 35942129664 37342 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 150924 KiB

[startup+1.50017 s]
/proc/loadavg: 17.56 17.01 16.48 15/1171 2654780
/proc/meminfo: memFree=875998192/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35099736 memory=183896 CPUtime=2.77 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 16182 0 0 0 274 3 0 0 20 0 21 0 225983658 35942129664 45546 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8774934 45974 6292 1 0 91333 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35099736 memory=4852 CPUtime=1.45 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 4549 0 0 0 144 1 0 0 20 0 21 0 225983660 35942129664 45546 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983662 35942129664 45546 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35099736 memory=11688 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 225983662 35942129664 45546 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983662 35942129664 45546 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983662 35942129664 45546 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35099736 memory=237062326036 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983662 35942129664 45546 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35099736 memory=57398765291516 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983681 35942129664 45546 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 183896 KiB

[startup+3.11366 s]
/proc/loadavg: 17.56 17.01 16.48 17/1219 2654906
/proc/meminfo: memFree=875764364/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35232864 memory=268532 CPUtime=4.68 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 20292 0 0 0 464 4 0 0 20 0 23 0 225983658 36078452736 66725 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8808216 67133 6324 1 0 91954 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35232864 memory=0 CPUtime=3.03 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 5253 0 0 0 302 1 0 0 20 0 23 0 225983660 36078452736 66725 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35232864 memory=179792 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 66725 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35232864 memory=4852 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 66725 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 66725 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 66725 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35232864 memory=196228 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 66725 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35232864 memory=279250049554368 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983681 36078452736 66725 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 4.68 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 268532 KiB

[startup+6.30016 s]
/proc/loadavg: 17.68 17.04 16.49 17/1224 2654913
/proc/meminfo: memFree=875426884/1055320708 swapFree=33553916/33554428

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

/proc/meminfo: memFree=827839560/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=3348.66 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 211315 0 0 0 334793 73 0 0 20 0 23 0 225983658 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8808216 1412396 6280 1 0 1431231 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35232864 memory=5784 CPUtime=3325.04 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 57503 0 0 0 332480 24 0 0 20 0 23 0 225983660 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35232864 memory=15392 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35232864 memory=4852 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0.11 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 204 0 0 0 4 7 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 1546 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983681 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 3348.66 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 5649584 KiB

[startup+3402.3 s]
/proc/loadavg: 16.20 16.34 16.43 18/1223 2655725
/proc/meminfo: memFree=826614792/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=3408.46 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 212243 0 0 0 340773 73 0 0 20 0 23 0 225983658 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8808216 1412396 6280 1 0 1431231 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35232864 memory=5784 CPUtime=3384.84 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 58271 0 0 0 338460 24 0 0 20 0 23 0 225983660 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0.12 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 204 0 0 0 4 8 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35232864 memory=5733056 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 1574 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983681 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 3408.46 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 5649584 KiB

[startup+3462.3 s]
/proc/loadavg: 16.21 16.31 16.42 17/1223 2655804
/proc/meminfo: memFree=828634672/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=3468.25 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 213431 0 0 0 346752 73 0 0 20 0 23 0 225983658 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8808216 1412396 6280 1 0 1431231 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35232864 memory=5784 CPUtime=3444.62 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 59361 0 0 0 344438 24 0 0 20 0 23 0 225983660 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0.13 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 207 0 0 0 5 8 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 1604 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983681 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 3468.25 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 5649584 KiB

[startup+3522.3 s]
/proc/loadavg: 15.39 16.17 16.37 11/1059 2657063
/proc/meminfo: memFree=849020204/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35232864 memory=5649620 CPUtime=3528.59 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 237823 0 0 0 352784 75 0 0 20 0 23 0 225983658 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8808216 1412405 6280 1 0 1431231 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=3504.32 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 60516 0 0 0 350408 24 0 0 20 0 23 0 225983660 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35232864 memory=5649584 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35232864 memory=5756 CPUtime=0.13 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 207 0 0 0 5 8 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35232864 memory=5649620 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35232864 memory=5649620 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 1641 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35232864 memory=5649620 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983681 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 3528.59 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 5649620 KiB

[startup+3582.3 s]
/proc/loadavg: 9.93 14.49 15.78 7/952 2657221
/proc/meminfo: memFree=869581556/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35232864 memory=5649632 CPUtime=3588.62 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 240589 0 0 0 358786 76 0 0 20 0 23 0 225983658 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8808216 1412408 6280 1 0 1431234 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35232864 memory=7176 CPUtime=3564.09 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 61621 0 0 0 356384 25 0 0 20 0 23 0 225983660 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35232864 memory=5649620 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35232864 memory=-7523640833670998368 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35232864 memory=4020 CPUtime=0.13 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 215 0 0 0 5 8 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35232864 memory=5649620 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35232864 memory=5649632 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35232864 memory=15392 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983681 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 3588.62 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 5649632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.8 s]
/proc/loadavg: 9.32 14.21 15.67 7/952 2657221
/proc/meminfo: memFree=869553852/1055320708 swapFree=33553916/33554428
[pid=2654733] ppid=2654720 vsize=35232864 memory=5649632 CPUtime=3600.09 cores=40-43
/proc/2654733/stat : 2654733 (java) S 2654720 2654733 2649414 0 -1 4194304 240648 0 0 0 359933 76 0 0 20 0 23 0 225983658 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
/proc/2654733/statm: 8808216 1412408 6280 1 0 1431234 0
[pid=2654733/tid=2654745] ppid=2654720 vsize=35232864 memory=5649632 CPUtime=3575.56 cores=40-43
/proc/2654733/task/2654745/stat : 2654745 (java) R 2654720 2654733 2649414 0 -1 4194368 61678 0 0 0 357531 25 0 0 20 0 23 0 225983660 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654756] ppid=2654720 vsize=35232864 memory=10228 CPUtime=0 cores=40-43
/proc/2654733/task/2654756/stat : 2654756 (Referen..andler) S 2654720 2654733 2649414 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654757] ppid=2654720 vsize=35232864 memory=5649632 CPUtime=0 cores=40-43
/proc/2654733/task/2654757/stat : 2654757 (Finalizer) S 2654720 2654733 2649414 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654760] ppid=2654720 vsize=35232864 memory=11688 CPUtime=0.13 cores=40-43
/proc/2654733/task/2654760/stat : 2654760 (Monitor..Thread) S 2654720 2654733 2649414 0 -1 4194368 215 0 0 0 5 8 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654763] ppid=2654720 vsize=35232864 memory=5784 CPUtime=0 cores=40-43
/proc/2654733/task/2654763/stat : 2654763 (Notific..Thread) S 2654720 2654733 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654764] ppid=2654720 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2654733/task/2654764/stat : 2654764 (Common-Cleaner) S 2654720 2654733 2649414 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 23 0 225983662 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
[pid=2654733/tid=2654772] ppid=2654720 vsize=35232864 memory=11541556382204993 CPUtime=0 cores=40-43
/proc/2654733/task/2654772/stat : 2654772 (Timer-0) S 2654720 2654733 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983681 36078452736 1412240 18446744073709551615 93940053716992 93940053720688 140733467360592 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93940053728552 93940053729296 93940060774400 140733467367634 140733467367774 140733467367774 140733467373512 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 5649632 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.49 s, system=0.782931 s

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

Child status: 143

Real time (s): 3593.88
CPU time (s): 3600.27
CPU user time (s): 3599.49
CPU system time (s): 0.782931
CPU usage (%): 100.178
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 5743144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.49
system time used= 0.782931
maximum resident set size= 5741736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47929
involuntary context switches= 2059


# summary of solver processes directly reported to runsolver:
#   pid: 2654733
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3599.49
#   total CPU system time (s): 0.782931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6657 second user time and 40.1698 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-07-01 19:29:18
IDJOB=4819941
IDBENCH=144029
IDSOLVER=3649
FILE ID=nodeE008/4819941-1782926958
RUNJOBID= nodeE008-1782923335-2649643
SLURM_JOB_ID= 12543003
Free space on /tmp= 799168 MiB

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

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

MD5SUM BENCH= 2452411e7d53b4184f08359a7309571d
RANDOM SEED=279506820

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        876093240 kB
MemAvailable:   1031618056 kB
Buffers:            2840 kB
Cached:         160045612 kB
SwapCached:           12 kB
Active:         18988628 kB
Inactive:       156603880 kB
Active(anon):   16396612 kB
Inactive(anon):    66848 kB
Active(file):    2592016 kB
Inactive(file): 156537032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33553916 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2184 kB
Writeback:           108 kB
AnonPages:      15540588 kB
Mapped:           205344 kB
Shmem:            919400 kB
KReclaimable:    1687096 kB
Slab:            2279328 kB
SReclaimable:    1687096 kB
SUnreclaim:       592232 kB
KernelStack:       19424 kB
PageTables:        40004 kB
SecPageTables:     15300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   18404512 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483268 kB
VmallocChunk:          0 kB
Percpu:           123136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14501888 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      397764 kB
DirectMap2M:    22992896 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 798920 MiB
End job on nodeE008 at 2026-07-01 20:29:13