Trace number 4784857

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)6 3600.19 3590.48

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=13-t=7.opb
MD5SUMbf082a5f314776883f0e32420df0edd0
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.039336
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables351
Total number of constraints12753
Number of constraints which are clauses12740
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint14
Number of terms in the objective function 13
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 13
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
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.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.08	c Pseudo Boolean Optimization by upper bound
0.00/0.08	c --- Begin Solver configuration ---
0.00/0.08	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.08	c Expensive reason simplification
0.00/0.08	c Glucose 2.1 dynamic restart strategy
0.00/0.08	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.08	c timeout=2147483s
0.00/0.08	c DB Simplification allowed=false
0.00/0.08	c Listener: none
0.00/0.08	c --- End Solver configuration ---
0.00/0.08	c solving HOME/instance-4784857-1782398103.opb
0.00/0.08	c reading problem ... 
0.00/0.09	c  objective function found
0.19/0.16	c ... done. Wall clock time 0.073s.
0.19/0.16	c declared #vars     351
0.19/0.16	c #constraints  12753
0.19/0.16	c constraints type 
0.19/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
0.19/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12740
0.19/0.16	c 12753 constraints processed.
0.19/0.17	c objective function length is 13 literals
0.19/0.22	c SATISFIABLE
0.19/0.22	c OPTIMIZING...
0.19/0.22	c Got one! Elapsed wall clock time (in seconds):0.126
0.19/0.22	o 7
0.19/0.22	c Got one! Elapsed wall clock time (in seconds):0.129
0.19/0.22	o 6
0.86/0.43	c cleaning 2931 clauses out of 5864 with flag 28897/5864
1.19/0.53	c cleaning 4457 clauses out of 8932 with flag 61864/11863
1.59/0.66	c cleaning 5717 clauses out of 11475 with flag 117210/18863
1.74/0.79	c cleaning 6875 clauses out of 13759 with flag 180242/26864
2.09/0.96	c cleaning 7932 clauses out of 15883 with flag 248756/35863
2.31/1.11	c cleaning 8969 clauses out of 17952 with flag 304043/45864
2.49/1.31	c cleaning 9982 clauses out of 19983 with flag 391188/56864
2.69/1.52	c cleaning 10973 clauses out of 22000 with flag 485388/68863
2.89/1.77	c cleaning 12003 clauses out of 24028 with flag 592428/81864
3.21/2.04	c cleaning 12999 clauses out of 26024 with flag 706909/95863
3.50/2.34	c cleaning 14008 clauses out of 28025 with flag 828602/110863
3.79/2.67	c cleaning 15007 clauses out of 30018 with flag 937029/126864
4.12/2.96	c cleaning 15976 clauses out of 32010 with flag 1045763/143863
4.45/3.28	c cleaning 17007 clauses out of 34034 with flag 1159100/161863
4.85/3.62	c cleaning 18013 clauses out of 36027 with flag 1278385/180863
5.15/3.98	c cleaning 18986 clauses out of 38015 with flag 1420438/200864
5.65/4.41	c cleaning 19989 clauses out of 40031 with flag 1565353/221866
6.05/4.82	c cleaning 20994 clauses out of 42039 with flag 1707316/243863
6.55/5.30	c cleaning 22021 clauses out of 44045 with flag 1870568/266863
7.05/5.81	c cleaning 23004 clauses out of 46024 with flag 2050564/290863
7.54/6.37	c cleaning 23999 clauses out of 48020 with flag 2240334/315863
8.15/6.91	c cleaning 24999 clauses out of 50025 with flag 2445666/341867
8.65/7.44	c cleaning 25988 clauses out of 52022 with flag 2637731/368863
9.26/8.03	c cleaning 27007 clauses out of 54034 with flag 2853814/396863
9.84/8.63	c cleaning 28004 clauses out of 56027 with flag 3074197/425863
10.44/9.23	c cleaning 29011 clauses out of 58023 with flag 3281583/455863
11.05/9.89	c cleaning 30006 clauses out of 60013 with flag 3514484/486864
11.85/10.63	c cleaning 30991 clauses out of 62007 with flag 3779312/518864
12.55/11.30	c cleaning 31985 clauses out of 64015 with flag 4002927/551863
13.18/11.93	c cleaning 33011 clauses out of 66030 with flag 4202669/585863
14.08/12.83	c cleaning 34001 clauses out of 68019 with flag 4508392/620863
14.89/13.62	c cleaning 34987 clauses out of 70018 with flag 4790656/656863
15.69/14.42	c cleaning 36000 clauses out of 72031 with flag 5086673/693863
16.49/15.23	c cleaning 37005 clauses out of 74031 with flag 5337276/731863
17.33/16.09	c cleaning 38013 clauses out of 76026 with flag 5605432/770863
18.12/16.83	c cleaning 39002 clauses out of 78013 with flag 5807789/810863
19.02/17.77	c cleaning 39988 clauses out of 80011 with flag 6009700/851863
19.83/18.56	c cleaning 40999 clauses out of 82023 with flag 6218566/893863
20.83/19.50	c cleaning 41990 clauses out of 84024 with flag 6539588/936863
21.73/20.47	c cleaning 43012 clauses out of 86034 with flag 6839636/980863
22.74/21.42	c cleaning 43989 clauses out of 88022 with flag 7130061/1025863
23.78/22.48	c cleaning 44988 clauses out of 90033 with flag 7469686/1071863
24.87/23.54	c cleaning 45993 clauses out of 92046 with flag 7800755/1118864
25.97/24.64	c cleaning 47004 clauses out of 94054 with flag 8162227/1166865
27.18/25.83	c cleaning 48014 clauses out of 96048 with flag 8540967/1215863
28.28/26.97	c cleaning 48998 clauses out of 98034 with flag 8907629/1265863
29.59/28.21	c cleaning 50013 clauses out of 100036 with flag 9293366/1316863
30.80/29.49	c cleaning 50999 clauses out of 102023 with flag 9656632/1368863
32.10/30.73	c cleaning 52001 clauses out of 104027 with flag 10038350/1421866
33.44/32.05	c cleaning 53009 clauses out of 106024 with flag 10455847/1475864
34.73/33.39	c cleaning 53999 clauses out of 108015 with flag 10818746/1530864
36.24/34.80	c cleaning 54990 clauses out of 110015 with flag 11224740/1586863
37.64/36.25	c cleaning 55990 clauses out of 112026 with flag 11595238/1643864
39.14/37.75	c cleaning 56995 clauses out of 114036 with flag 12048503/1701864
40.75/39.31	c cleaning 57999 clauses out of 116040 with flag 12515399/1760863
42.25/40.89	c cleaning 59001 clauses out of 118042 with flag 13000590/1820864
43.96/42.50	c cleaning 60008 clauses out of 120040 with flag 13450028/1881863
45.61/44.18	c cleaning 61014 clauses out of 122034 with flag 13927815/1943865
47.29/45.87	c cleaning 61996 clauses out of 124018 with flag 14431792/2006863
48.61/47.19	c cleaning 63003 clauses out of 126022 with flag 14715024/2070863
50.31/48.83	c cleaning 63997 clauses out of 128019 with flag 15153744/2135863
52.10/50.69	c cleaning 65006 clauses out of 130023 with flag 15645760/2201864
54.01/52.51	c cleaning 65996 clauses out of 132017 with flag 16062083/2268864
55.70/54.24	c cleaning 66985 clauses out of 134020 with flag 16520614/2336863
57.54/56.10	c cleaning 67987 clauses out of 136035 with flag 16986363/2405863
59.64/58.12	c cleaning 69018 clauses out of 138048 with flag 17568900/2475863
61.68/60.17	c cleaning 70016 clauses out of 140031 with flag 18111500/2546864
63.77/62.27	c cleaning 70973 clauses out of 142014 with flag 18622386/2618863
65.90/64.33	c cleaning 72002 clauses out of 144041 with flag 19129145/2691863
67.99/66.42	c cleaning 73000 clauses out of 146040 with flag 19612172/2765864
70.29/68.71	c cleaning 74010 clauses out of 148039 with flag 20209394/2840863
72.51/70.98	c cleaning 75007 clauses out of 150030 with flag 20765155/2916864
74.81/73.20	c cleaning 76007 clauses out of 152022 with flag 21330154/2993863
77.12/75.53	c cleaning 76994 clauses out of 154017 with flag 21937482/3071865
79.65/78.05	c cleaning 77990 clauses out of 156021 with flag 22582600/3150863
82.04/80.44	c cleaning 79006 clauses out of 158031 with flag 23167503/3230863
84.54/82.92	c cleaning 80003 clauses out of 160025 with flag 23810926/3311863
87.20/85.51	c cleaning 81004 clauses out of 162022 with flag 24456811/3393863
89.60/87.98	c cleaning 81995 clauses out of 164018 with flag 25015650/3476863
92.20/90.52	c cleaning 83005 clauses out of 166023 with flag 25662300/3560863
94.92/93.22	c cleaning 83987 clauses out of 168018 with flag 26327955/3645863
97.52/95.89	c cleaning 84998 clauses out of 170033 with flag 26990031/3731865
100.43/98.73	c cleaning 85994 clauses out of 172034 with flag 27650240/3818864
103.32/101.60	c cleaning 86996 clauses out of 174040 with flag 28355714/3906864
106.22/104.55	c cleaning 88010 clauses out of 176044 with flag 28964493/3995864
109.34/107.64	c cleaning 89006 clauses out of 178033 with flag 29694013/4085863
112.43/110.72	c cleaning 89994 clauses out of 180029 with flag 30387095/4176865
115.45/113.79	c cleaning 90985 clauses out of 182033 with flag 31033994/4268863
118.65/116.93	c cleaning 92017 clauses out of 184048 with flag 31804993/4361863
122.21/120.43	c cleaning 93002 clauses out of 186031 with flag 32623446/4455863
125.64/123.80	c cleaning 94013 clauses out of 188031 with flag 33325254/4550865
128.94/127.18	c cleaning 94984 clauses out of 190016 with flag 34034810/4646863
132.43/130.66	c cleaning 96010 clauses out of 192033 with flag 34836438/4743864
135.93/134.16	c cleaning 97009 clauses out of 194022 with flag 35606983/4841863
139.52/137.77	c cleaning 98004 clauses out of 196015 with flag 36455168/4940865
142.73/140.95	c cleaning 98984 clauses out of 198009 with flag 37028164/5040863
146.44/144.67	c cleaning 100002 clauses out of 200025 with flag 37831343/5141863
150.16/148.31	c cleaning 101001 clauses out of 202023 with flag 38654353/5243863
153.94/152.02	c cleaning 102005 clauses out of 204025 with flag 39423125/5346866
157.72/155.80	c cleaning 102989 clauses out of 206018 with flag 40192460/5450864
161.45/159.55	c cleaning 103997 clauses out of 208028 with flag 40940105/5555863
165.46/163.58	c cleaning 104996 clauses out of 210032 with flag 41769173/5661864
169.48/167.54	c cleaning 105987 clauses out of 212035 with flag 42654805/5768863
173.46/171.51	c cleaning 107006 clauses out of 214048 with flag 43524669/5876863
177.47/175.55	c cleaning 107989 clauses out of 216042 with flag 44380028/5985863
181.49/179.56	c cleaning 109018 clauses out of 218053 with flag 45230733/6095863
185.90/183.90	c cleaning 109999 clauses out of 220035 with flag 46155303/6206863
190.36/188.32	c cleaning 111018 clauses out of 222038 with flag 47127581/6318865
194.18/192.16	c cleaning 112008 clauses out of 224019 with flag 47842937/6431864
198.18/196.14	c cleaning 113005 clauses out of 226010 with flag 48617694/6545863
202.87/200.82	c cleaning 113984 clauses out of 228006 with flag 49649612/6660864
207.47/205.47	c cleaning 114994 clauses out of 230022 with flag 50589319/6776864
212.20/210.18	c cleaning 115997 clauses out of 232028 with flag 51494954/6893864
217.11/215.08	c cleaning 116994 clauses out of 234031 with flag 52581725/7011864
222.19/220.03	c cleaning 118014 clauses out of 236037 with flag 53643485/7130864
226.79/224.68	c cleaning 119005 clauses out of 238025 with flag 54662137/7250866
231.79/229.65	c cleaning 120005 clauses out of 240018 with flag 55681519/7371864
236.61/234.49	c cleaning 121004 clauses out of 242012 with flag 56723661/7493863
241.72/239.55	c cleaning 121998 clauses out of 244008 with flag 57766981/7616863
246.61/244.36	c cleaning 122998 clauses out of 246010 with flag 58852456/7740863
251.61/249.35	c cleaning 123982 clauses out of 248012 with flag 59954848/7865863
262.30/260.02	c cleaning 124999 clauses out of 250031 with flag 61724463/7991864
267.80/265.59	c cleaning 126007 clauses out of 252031 with flag 62919262/8118863
273.02/270.76	c cleaning 126997 clauses out of 254024 with flag 64065554/8246863
278.40/276.05	c cleaning 127987 clauses out of 256027 with flag 65303804/8375863
283.51/281.14	c cleaning 129006 clauses out of 258040 with flag 66448330/8505863
288.51/286.16	c cleaning 130009 clauses out of 260034 with flag 67605313/8636863
293.70/291.33	c cleaning 131001 clauses out of 262026 with flag 68762400/8768864
298.69/296.36	c cleaning 131989 clauses out of 264024 with flag 69915278/8901863
304.10/301.78	c cleaning 132989 clauses out of 266035 with flag 71213852/9035863
309.52/307.16	c cleaning 134015 clauses out of 268046 with flag 72487120/9170863
315.11/312.76	c cleaning 135013 clauses out of 270032 with flag 73605803/9306864
320.62/318.28	c cleaning 135983 clauses out of 272018 with flag 74853796/9443863
326.31/323.87	c cleaning 137004 clauses out of 274036 with flag 76098251/9581864
332.00/329.56	c cleaning 137998 clauses out of 276031 with flag 77393571/9720863
337.80/335.38	c cleaning 138998 clauses out of 278034 with flag 78643020/9860864
343.79/341.31	c cleaning 139999 clauses out of 280035 with flag 79986654/10001863
349.63/347.12	c cleaning 141005 clauses out of 282036 with flag 81242332/10143863
355.54/353.06	c cleaning 142001 clauses out of 284032 with flag 82561259/10286864
361.83/359.36	c cleaning 143003 clauses out of 286030 with flag 83780569/10430863
368.03/365.46	c cleaning 143996 clauses out of 288028 with flag 85106740/10575864
374.15/371.50	c cleaning 145009 clauses out of 290031 with flag 86430955/10721863
380.48/377.84	c cleaning 145989 clauses out of 292023 with flag 87760412/10868864
386.49/383.88	c cleaning 147014 clauses out of 294033 with flag 89041505/11016863
393.10/390.42	c cleaning 148003 clauses out of 296020 with flag 90369161/11165864
399.81/397.10	c cleaning 148991 clauses out of 298016 with flag 91718390/11315863
406.31/403.59	c cleaning 150005 clauses out of 300025 with flag 93087603/11466863
412.94/410.19	c cleaning 150993 clauses out of 302020 with flag 94459074/11618863
419.64/416.83	c cleaning 151993 clauses out of 304028 with flag 95851756/11771864
426.25/423.35	c cleaning 153009 clauses out of 306034 with flag 97130943/11925863
432.87/430.00	c cleaning 153994 clauses out of 308025 with flag 98456871/12080863
440.11/437.16	c cleaning 154998 clauses out of 310031 with flag 99849744/12236863
446.89/443.99	c cleaning 156006 clauses out of 312033 with flag 101248142/12393863
454.02/451.10	c cleaning 156993 clauses out of 314028 with flag 102607668/12551864
461.22/458.22	c cleaning 158012 clauses out of 316036 with flag 103996338/12710865
468.53/465.51	c cleaning 158996 clauses out of 318023 with flag 105459613/12870864
475.83/472.77	c cleaning 160005 clauses out of 320028 with flag 106875966/13031865
483.14/480.11	c cleaning 161005 clauses out of 322021 with flag 108337505/13193863
490.42/487.32	c cleaning 161978 clauses out of 324016 with flag 109858936/13356863
497.90/494.82	c cleaning 163019 clauses out of 326038 with flag 111346523/13520863
505.60/502.57	c cleaning 163993 clauses out of 328019 with flag 112837843/13685863
513.40/510.36	c cleaning 164997 clauses out of 330027 with flag 114323625/13851864
521.02/517.98	c cleaning 166007 clauses out of 332029 with flag 115832217/14018863
528.75/525.68	c cleaning 167004 clauses out of 334022 with flag 117348034/14186863
536.93/533.74	c cleaning 167993 clauses out of 336018 with flag 118819424/14355863
544.93/541.78	c cleaning 169010 clauses out of 338026 with flag 120386333/14525864
553.36/550.12	c cleaning 169999 clauses out of 340015 with flag 121984117/14696863
561.40/558.18	c cleaning 171000 clauses out of 342016 with flag 123536825/14868863
569.69/566.30	c cleaning 171995 clauses out of 344017 with flag 125025228/15041864
578.01/574.67	c cleaning 173003 clauses out of 346023 with flag 126665123/15215865
586.80/583.49	c cleaning 173998 clauses out of 348018 with flag 128227217/15390863
595.29/591.99	c cleaning 174995 clauses out of 350020 with flag 129943891/15566863
604.00/600.50	c cleaning 175998 clauses out of 352029 with flag 131544578/15743867
612.84/609.38	c cleaning 177007 clauses out of 354028 with flag 133176787/15921864
622.23/618.78	c cleaning 177996 clauses out of 356020 with flag 135053938/16100863
631.05/627.50	c cleaning 179000 clauses out of 358024 with flag 136768509/16280863
639.55/635.90	c cleaning 179997 clauses out of 360024 with flag 138381805/16461863
648.58/644.91	c cleaning 181001 clauses out of 362029 with flag 140066180/16643865
657.61/653.97	c cleaning 182006 clauses out of 364027 with flag 141819754/16826864
666.52/662.79	c cleaning 182986 clauses out of 366020 with flag 143395220/17010863
675.65/671.85	c cleaning 184009 clauses out of 368034 with flag 145126050/17195863
684.74/680.91	c cleaning 185007 clauses out of 370025 with flag 146815745/17381863
694.05/690.21	c cleaning 185984 clauses out of 372018 with flag 148333462/17568863
704.08/700.12	c cleaning 187007 clauses out of 374034 with flag 150054243/17756863
713.59/709.68	c cleaning 187995 clauses out of 376031 with flag 151823927/17945867
723.53/719.50	c cleaning 189009 clauses out of 378032 with flag 153645527/18135863
733.65/729.70	c cleaning 189990 clauses out of 380023 with flag 155332650/18326863
743.68/739.51	c cleaning 190998 clauses out of 382033 with flag 157133120/18518863
753.32/749.19	c cleaning 191999 clauses out of 384035 with flag 158897254/18711863
763.61/759.41	c cleaning 192989 clauses out of 386036 with flag 160645731/18905863
773.82/769.68	c cleaning 193991 clauses out of 388050 with flag 162433867/19100866
784.27/779.97	c cleaning 195008 clauses out of 390059 with flag 164289590/19296866
794.99/790.61	c cleaning 195999 clauses out of 392048 with flag 166125173/19493863
804.70/800.36	c cleaning 197015 clauses out of 394050 with flag 167886495/19691864
815.14/810.79	c cleaning 198005 clauses out of 396034 with flag 169822453/19890863
826.55/822.04	c cleaning 198993 clauses out of 398029 with flag 171561873/20090863
837.27/832.79	c cleaning 199993 clauses out of 400036 with flag 173342373/20291863
847.87/843.37	c cleaning 201018 clauses out of 402043 with flag 175197939/20493863
858.57/854.08	c cleaning 201993 clauses out of 404026 with flag 177046900/20696864
869.78/865.27	c cleaning 203009 clauses out of 406032 with flag 178997370/20900863
881.03/876.30	c cleaning 203999 clauses out of 408024 with flag 180785938/21105864
891.74/887.08	c cleaning 205003 clauses out of 410024 with flag 182684201/21311863
903.32/898.65	c cleaning 205996 clauses out of 412021 with flag 184556990/21518863
914.99/910.34	c cleaning 206994 clauses out of 414025 with flag 186488481/21726863
927.38/922.78	c cleaning 207992 clauses out of 416031 with flag 188386157/21935863
939.18/934.54	c cleaning 209008 clauses out of 418039 with flag 190193618/22145863
951.16/946.55	c cleaning 210013 clauses out of 420037 with flag 192158806/22356869
963.85/959.29	c cleaning 210984 clauses out of 422019 with flag 194005681/22568864
976.22/971.44	c cleaning 211985 clauses out of 424034 with flag 195885441/22781863
988.22/983.41	c cleaning 213017 clauses out of 426051 with flag 197908303/22995865
1000.53/995.73	c cleaning 213998 clauses out of 428033 with flag 199993491/23210864
1013.12/1008.38	c cleaning 215011 clauses out of 430034 with flag 201930931/23426863
1026.20/1021.43	c cleaning 216003 clauses out of 432023 with flag 203857354/23643863
1038.68/1033.91	c cleaning 216977 clauses out of 434020 with flag 205756432/23861863
1051.46/1046.72	c cleaning 217998 clauses out of 436043 with flag 207805543/24080863
1064.62/1059.77	c cleaning 219014 clauses out of 438045 with flag 209760359/24300863
1077.51/1072.66	c cleaning 219988 clauses out of 440031 with flag 211677631/24521863
1090.60/1085.74	c cleaning 220996 clauses out of 442043 with flag 213767524/24743863
1103.48/1098.68	c cleaning 221996 clauses out of 444050 with flag 215856479/24966866
1117.60/1112.78	c cleaning 223018 clauses out of 446051 with flag 217930763/25190863
1132.34/1127.33	c cleaning 223990 clauses out of 448033 with flag 219955752/25415863
1144.73/1139.70	c cleaning 225010 clauses out of 450043 with flag 221924710/25641863
1158.57/1153.53	c cleaning 225987 clauses out of 452033 with flag 223984111/25868863
1172.40/1167.36	c cleaning 227013 clauses out of 454046 with flag 225947633/26096863
1187.28/1182.06	c cleaning 228001 clauses out of 456033 with flag 228199504/26325863
1201.08/1195.80	c cleaning 228987 clauses out of 458032 with flag 230135509/26555863
1215.05/1209.86	c cleaning 230014 clauses out of 460047 with flag 232194879/26786865
1228.84/1223.69	c cleaning 231009 clauses out of 462031 with flag 234256444/27018863
1243.52/1238.38	c cleaning 232006 clauses out of 464024 with flag 236524673/27251865
1258.29/1253.17	c cleaning 232990 clauses out of 466017 with flag 238646517/27485864
1273.05/1267.92	c cleaning 233989 clauses out of 468026 with flag 240784323/27720863
1288.02/1282.99	c cleaning 235009 clauses out of 470038 with flag 242979416/27956864
1303.11/1298.10	c cleaning 236001 clauses out of 472029 with flag 245195407/28193864
1318.01/1312.99	c cleaning 237009 clauses out of 474027 with flag 247362135/28431863
1333.47/1328.21	c cleaning 237992 clauses out of 476018 with flag 249549918/28670863
1349.05/1343.82	c cleaning 238984 clauses out of 478026 with flag 251831717/28910863
1365.59/1360.36	c cleaning 240015 clauses out of 480043 with flag 254017179/29151864
1382.19/1376.91	c cleaning 241008 clauses out of 482027 with flag 256271137/29393863
1397.65/1392.21	c cleaning 242006 clauses out of 484020 with flag 258468061/29636864
1413.54/1408.19	c cleaning 242985 clauses out of 486013 with flag 260689027/29880863
1429.65/1424.24	c cleaning 243996 clauses out of 488028 with flag 263074422/30125863
1446.33/1440.77	c cleaning 244990 clauses out of 490032 with flag 265276351/30371863
1462.48/1456.86	c cleaning 246012 clauses out of 492043 with flag 267421686/30618864
1479.06/1473.26	c cleaning 247003 clauses out of 494032 with flag 269750893/30866865
1496.32/1490.46	c cleaning 247976 clauses out of 496027 with flag 272111267/31115863
1512.93/1507.01	c cleaning 249013 clauses out of 498054 with flag 274474052/31365866
1529.78/1523.79	c cleaning 249997 clauses out of 500038 with flag 276641045/31616863
1547.68/1541.61	c cleaning 251006 clauses out of 502041 with flag 278727480/31868863
1565.00/1558.91	c cleaning 251992 clauses out of 504036 with flag 281089053/32121864
1582.32/1576.27	c cleaning 253010 clauses out of 506043 with flag 283333871/32375863
1599.67/1593.41	c cleaning 254007 clauses out of 508034 with flag 285692886/32630864
1617.25/1611.09	c cleaning 255003 clauses out of 510026 with flag 288033189/32886863
1635.00/1628.87	c cleaning 256004 clauses out of 512024 with flag 290341299/33143864
1652.96/1646.86	c cleaning 256995 clauses out of 514019 with flag 292720988/33401863
1670.34/1664.29	c cleaning 257993 clauses out of 516024 with flag 295158701/33660863
1688.39/1682.39	c cleaning 259013 clauses out of 518033 with flag 297523183/33920865
1707.10/1701.03	c cleaning 259983 clauses out of 520018 with flag 300020713/34181863
1726.25/1720.01	c cleaning 261007 clauses out of 522036 with flag 302439469/34443864
1744.22/1738.04	c cleaning 261994 clauses out of 524028 with flag 304772158/34706863
1762.68/1756.59	c cleaning 263000 clauses out of 526034 with flag 307185886/34970863
1782.04/1775.91	c cleaning 263992 clauses out of 528034 with flag 309525391/35235863
1801.20/1795.12	c cleaning 264992 clauses out of 530044 with flag 311903846/35501865
1820.94/1814.96	c cleaning 266014 clauses out of 532052 with flag 314359873/35768865
1840.43/1834.40	c cleaning 267007 clauses out of 534037 with flag 316796937/36036864
1859.84/1853.85	c cleaning 267992 clauses out of 536029 with flag 319365678/36305863
1879.75/1873.69	c cleaning 269008 clauses out of 538040 with flag 321883951/36575866
1898.62/1892.55	c cleaning 270008 clauses out of 540029 with flag 324399112/36846863
1917.98/1911.99	c cleaning 271009 clauses out of 542022 with flag 326761452/37118864
1936.85/1930.82	c cleaning 271983 clauses out of 544012 with flag 329273193/37391863
1957.97/1952.00	c cleaning 273008 clauses out of 546029 with flag 331772094/37665863
1978.65/1972.68	c cleaning 273984 clauses out of 548022 with flag 334301148/37940864
1999.70/1993.57	c cleaning 275013 clauses out of 550037 with flag 336864983/38216863
2020.98/2014.82	c cleaning 275995 clauses out of 552024 with flag 339380051/38493863
2042.08/2035.91	c cleaning 276998 clauses out of 554029 with flag 341982713/38771863
2061.77/2055.48	c cleaning 278013 clauses out of 556032 with flag 344405682/39050864
2083.51/2077.11	c cleaning 278998 clauses out of 558018 with flag 346985113/39330863
2104.51/2098.17	c cleaning 279999 clauses out of 560020 with flag 349576621/39611863
2125.81/2119.27	c cleaning 280999 clauses out of 562021 with flag 352188382/39893863
2146.74/2140.18	c cleaning 281995 clauses out of 564022 with flag 354715643/40176863
2168.40/2161.83	c cleaning 283003 clauses out of 566027 with flag 357344156/40460863
2189.59/2183.09	c cleaning 284009 clauses out of 568025 with flag 360076136/40745864
2211.61/2205.08	c cleaning 284986 clauses out of 570015 with flag 362739777/41031863
2233.24/2226.56	c cleaning 286004 clauses out of 572029 with flag 365364831/41318863
2255.95/2249.25	c cleaning 287008 clauses out of 574025 with flag 368012478/41606863
2277.92/2271.26	c cleaning 287995 clauses out of 576017 with flag 370653332/41895863
2300.02/2293.32	c cleaning 289007 clauses out of 578022 with flag 373530231/42185863
2322.70/2315.82	c cleaning 289997 clauses out of 580015 with flag 376214542/42476863
2345.24/2338.34	c cleaning 290994 clauses out of 582020 with flag 378955486/42768865
2367.03/2360.17	c cleaning 291993 clauses out of 584024 with flag 381797806/43061863
2390.98/2383.97	c cleaning 292991 clauses out of 586033 with flag 384457737/43355865
2413.60/2406.52	c cleaning 294018 clauses out of 588041 with flag 387243580/43650864
2436.81/2429.78	c cleaning 295004 clauses out of 590023 with flag 389960764/43946864
2459.52/2452.48	c cleaning 296000 clauses out of 592018 with flag 392731385/44243863
2482.76/2475.51	c cleaning 297004 clauses out of 594018 with flag 395536149/44541863
2505.69/2498.42	c cleaning 297984 clauses out of 596014 with flag 398191787/44840863
2529.68/2522.41	c cleaning 298997 clauses out of 598030 with flag 400887966/45140863
2553.36/2545.94	c cleaning 300016 clauses out of 600034 with flag 403923183/45441864
2576.86/2569.47	c cleaning 300986 clauses out of 602018 with flag 406609021/45743864
2600.59/2593.12	c cleaning 301990 clauses out of 604031 with flag 409397299/46046863
2624.78/2617.31	c cleaning 303011 clauses out of 606042 with flag 412270186/46350864
2648.92/2641.33	c cleaning 303994 clauses out of 608030 with flag 415043996/46655863
2672.66/2665.03	c cleaning 305009 clauses out of 610036 with flag 417947531/46961863
2698.00/2690.44	c cleaning 305994 clauses out of 612029 with flag 420855141/47268865
2722.98/2715.47	c cleaning 306999 clauses out of 614033 with flag 423865962/47576863
2748.75/2741.02	c cleaning 308017 clauses out of 616035 with flag 426566806/47885864
2774.27/2766.50	c cleaning 309007 clauses out of 618019 with flag 429506332/48195865
2800.15/2792.48	c cleaning 309986 clauses out of 620010 with flag 432407667/48506863
2825.45/2817.56	c cleaning 310992 clauses out of 622027 with flag 435227373/48818866
2849.58/2841.60	c cleaning 311994 clauses out of 624032 with flag 438089038/49131863
2874.76/2866.81	c cleaning 313011 clauses out of 626038 with flag 440896978/49445863
2900.96/2892.81	c cleaning 314003 clauses out of 628027 with flag 443758569/49760863
2926.31/2918.12	c cleaning 315005 clauses out of 630025 with flag 446764001/50076864
2951.69/2943.51	c cleaning 316009 clauses out of 632020 with flag 449829737/50393864
2977.80/2969.46	c cleaning 317003 clauses out of 634011 with flag 452860451/50711864
3004.21/2995.81	c cleaning 317986 clauses out of 636007 with flag 456047648/51030863
3030.33/3021.92	c cleaning 319000 clauses out of 638021 with flag 459058849/51350863
3056.76/3048.16	c cleaning 319990 clauses out of 640021 with flag 462052972/51671863
3083.66/3075.01	c cleaning 320990 clauses out of 642031 with flag 465151754/51993863
3111.16/3102.50	c cleaning 322019 clauses out of 644042 with flag 468306255/52316864
3140.06/3131.25	c cleaning 322988 clauses out of 646023 with flag 471331462/52640864
3167.03/3158.23	c cleaning 323998 clauses out of 648034 with flag 474486810/52965863
3194.75/3185.90	c cleaning 324996 clauses out of 650036 with flag 477638110/53291863
3223.36/3214.34	c cleaning 326006 clauses out of 652041 with flag 481018933/53618864
3250.63/3241.67	c cleaning 326996 clauses out of 654034 with flag 484098204/53946863
3279.41/3270.40	c cleaning 327989 clauses out of 656038 with flag 487385400/54275863
3308.38/3299.42	c cleaning 329015 clauses out of 658050 with flag 490625093/54605864
3337.10/3328.10	c cleaning 330010 clauses out of 660035 with flag 493630999/54936864
3365.31/3356.26	c cleaning 331003 clauses out of 662024 with flag 496836527/55268863
3392.80/3383.73	c cleaning 332007 clauses out of 664022 with flag 500149895/55601864
3423.32/3414.15	c cleaning 333000 clauses out of 666016 with flag 503530686/55935865
3453.32/3444.11	c cleaning 333999 clauses out of 668014 with flag 506726581/56270863
3483.31/3473.98	c cleaning 334985 clauses out of 670015 with flag 509904088/56606863
3513.44/3504.04	c cleaning 335989 clauses out of 672030 with flag 513249438/56943863
3543.22/3533.60	c cleaning 337008 clauses out of 674041 with flag 516385559/57281863
3573.11/3563.57	c cleaning 338003 clauses out of 676033 with flag 519656175/57620863
3600.00/3590.40	c starts		: 124110
3600.00/3590.41	c conflicts		: 57938245
3600.00/3590.41	c decisions		: 240867249
3600.00/3590.41	c propagations		: 1725685153
3600.00/3590.41	c inspects		: 73313444362
3600.00/3590.41	c shortcuts		: 0
3600.00/3590.41	c learnt literals	: 0
3600.00/3590.41	c learnt binary clauses	: 0
3600.00/3590.41	c learnt ternary clauses	: 0
3600.00/3590.41	c learnt constraints	: 57938245
3600.00/3590.41	c ignored constraints	: 0
3600.00/3590.41	c root simplifications	: 0
3600.00/3590.41	c removed literals (reason simplification)	: 754674654
3600.00/3590.41	c reason swapping (by a shorter reason)	: 0
3600.00/3590.41	c Calls to reduceDB	: 335
3600.00/3590.41	c Number of update (reduction) of LBD	: 39306393
3600.00/3590.41	c Imported unit clauses	: 0
3600.00/3590.41	c No decision after first conflict	: false
3600.00/3590.41	c number of reductions to clauses (during analyze)	: 0
3600.00/3590.41	c number of learned constraints concerned by reduction	: 0
3600.00/3590.41	c number of learning phase by resolution	: 0
3600.00/3590.41	c number of learning phase by cutting planes	: 0
3600.00/3590.41	c number of rounding to 1 operations	: 0
3600.00/3590.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3590.41	c number of reductions of the coefficients by power 2 	: 0
3600.00/3590.41	c number of right shift for reduction by power 2 	: 0
3600.00/3590.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3590.41	c number of ending skipping 	: 0
3600.00/3590.41	c number of internal skipping 	: 0
3600.00/3590.41	c number of derivation steps 	: 0
3600.00/3590.41	c number of skipped derivation steps 	: 0
3600.00/3590.41	c number of remaining unassigned 	: 0
3600.00/3590.41	c number of remaining assigned 	: 0
3600.00/3590.41	c number of falsified literals weakened from reason	: 0
3600.00/3590.41	c number of falsified literals weakened from conflict	: 0
3600.00/3590.41	c time for arithmetic operations	: 0
3600.00/3590.41	c minimum degree of deleted constraints	: null
3600.00/3590.41	c maximum degree of deleted constraints	: null
3600.00/3590.41	c number of deleted constraints	: 0
3600.00/3590.41	c speed (assignments/second)	: 480659.84214991634
3600.00/3590.41	c non guided choices	: 1037
3600.00/3590.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 655412
3600.00/3590.47	s SATISFIABLE
3600.00/3590.47	c Found 2 solution(s)
3600.00/3590.47	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 
3600.00/3590.47	c objective function=6
3600.00/3590.47	c Total wall clock time (in seconds): 3590.383

Verifier Data

OK	6

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-4784857-1782398103/watcher-4784857-1782398103 -o /tmp/evaluation-result-4784857-1782398103/solver-4784857-1782398103 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4784857-1782398103/vars-4784857-1782398103 --bin-var /tmp/runsolver-exch-nodeE001-1782398089-2541394 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4784857-1782398103.opb 

running on 4 cores: 16-19

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 1-3,6-7,9-10,12-14,20-21,23,25-29,31-32,34,36,38,40-41,43-45,49-50,52,54-55,61-63
  3550 MHz: 0,37,51,53,56-60
  3600 MHz: 4-5,8,11,15-19,22,24,30,33,35,39,42,46-48
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (107419 MiB free)
  node 1: cores 8-15, 129019 MiB (104909 MiB free)
  node 2: cores 16-23, 129019 MiB (110170 MiB free)
  node 3: cores 24-31, 129003 MiB (109180 MiB free)
  node 4: cores 32-39, 129019 MiB (110825 MiB free)
  node 5: cores 40-47, 129019 MiB (112777 MiB free)
  node 6: cores 48-55, 129019 MiB (111004 MiB free)
  node 7: cores 56-63, 128429 MiB (110866 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=2542730, runsolver pid=2542727
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 6.96 3.77 7.94 19/1220 2542751
/proc/meminfo: memFree=898117924/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=34966608 memory=62224 CPUtime=0.19 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 7875 0 0 0 18 1 0 0 20 0 20 0 173098425 35805806592 15167 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8741652 15556 6218 1 0 33335 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=34966608 memory=448176484133 CPUtime=0.09 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 3186 0 0 0 9 0 0 0 20 0 20 0 173098426 35805806592 15167 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=34966608 memory=2280 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 173098427 35805806592 15167 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=34966608 memory=57385897165298 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 173098427 35805806592 15167 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=34966608 memory=56294992249448 CPUtime=0 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 173098427 35805806592 15167 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=34966608 memory=59589265720105 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 173098427 35805806592 15167 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=34966608 memory=14127831886071070 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 173098428 35805806592 15167 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 62224 KiB

[startup+0.213563 s]*
/proc/loadavg: 6.96 3.77 7.94 20/1223 2542754
/proc/meminfo: memFree=898033232/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35099736 memory=98132 CPUtime=0.56 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 11779 0 0 0 54 2 0 0 20 0 22 0 173098425 35942129664 23952 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8774934 24533 6248 1 0 48134 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35099736 memory=8386095037794055477 CPUtime=0.19 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 3319 0 0 0 19 0 0 0 20 0 22 0 173098426 35942129664 23952 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35099736 memory=219999897498 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 23952 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35099736 memory=17988 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 23952 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35099736 memory=18341 CPUtime=0 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 23952 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35099736 memory=18908 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 23952 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35099736 memory=63809 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173098428 35942129664 23952 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35099736 memory=4050481201254013998 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173098442 35942129664 23952 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 98132 KiB

[startup+0.314061 s]*
/proc/loadavg: 6.96 3.77 7.94 20/1223 2542754
/proc/meminfo: memFree=897987168/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35099736 memory=102660 CPUtime=0.86 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 11874 0 0 0 84 2 0 0 20 0 22 0 173098425 35942129664 25179 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8774934 25665 6264 1 0 50758 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35099736 memory=8389771804677338421 CPUtime=0.29 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 3320 0 0 0 29 0 0 0 20 0 22 0 173098426 35942129664 25179 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35099736 memory=219999897498 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 25179 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35099736 memory=17988 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 25179 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35099736 memory=18341 CPUtime=0 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 25179 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35099736 memory=18908 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 25179 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35099736 memory=63809 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173098428 35942129664 25179 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35099736 memory=4050481201254013998 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173098442 35942129664 25179 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 102660 KiB

[startup+0.700223 s]
/proc/loadavg: 6.96 3.77 7.94 18/1223 2542754
/proc/meminfo: memFree=897874408/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35099736 memory=114116 CPUtime=1.74 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 12168 0 0 0 172 2 0 0 20 0 22 0 173098425 35942129664 28142 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8774934 28529 6280 1 0 51419 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35099736 memory=4828 CPUtime=0.66 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 3333 0 0 0 66 0 0 0 20 0 22 0 173098426 35942129664 28142 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35099736 memory=4158 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 28142 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35099736 memory=5896 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 28142 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35099736 memory=3884 CPUtime=0 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 28142 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35099736 memory=4048 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173098427 35942129664 28142 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173098428 35942129664 28142 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35099736 memory=147510651782800 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173098442 35942129664 28142 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 114116 KiB

[startup+1.50016 s]
/proc/loadavg: 6.96 3.77 7.94 17/1223 2542754
/proc/meminfo: memFree=897572564/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35099736 memory=122388 CPUtime=2.69 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 12907 0 0 0 267 2 0 0 20 0 21 0 173098425 35942129664 30192 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8774934 30597 6280 1 0 51589 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35099736 memory=4828 CPUtime=1.46 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 3836 0 0 0 146 0 0 0 20 0 21 0 173098426 35942129664 30192 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173098427 35942129664 30192 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 173098427 35942129664 30192 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 173098427 35942129664 30192 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 173098427 35942129664 30192 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173098428 35942129664 30192 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35099736 memory=-8312670058677691230 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173098442 35942129664 30192 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 122388 KiB

[startup+3.1134 s]
/proc/loadavg: 7.77 3.99 7.99 17/1222 2542754
/proc/meminfo: memFree=896777712/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35099736 memory=128600 CPUtime=4.35 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 15297 0 0 0 433 2 0 0 20 0 21 0 173098425 35942129664 31728 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8774934 32150 6280 1 0 51593 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35099736 memory=0 CPUtime=3.06 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 3882 0 0 0 306 0 0 0 20 0 21 0 173098426 35942129664 31728 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35099736 memory=4828 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173098427 35942129664 31728 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35099736 memory=128584 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 173098427 35942129664 31728 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 173098427 35942129664 31728 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35099736 memory=116196 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 173098427 35942129664 31728 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35099736 memory=140299401692821 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173098428 35942129664 31728 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35099736 memory=140299401692822 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173098442 35942129664 31728 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 4.35 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 128600 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=842975708/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35166300 memory=602388 CPUtime=3351.36 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 83222 0 0 0 335061 75 0 0 20 0 23 0 173098425 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8791575 150597 6270 1 0 165104 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35166300 memory=3884 CPUtime=3325.04 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 23665 0 0 0 332501 3 0 0 20 0 23 0 173098426 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35166300 memory=602128 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35166300 memory=602128 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35166300 memory=602388 CPUtime=0.13 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 52 0 0 0 5 8 0 0 20 0 23 0 173098427 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35166300 memory=551908 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35166300 memory=15556 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 339 0 0 0 0 0 0 0 20 0 23 0 173098428 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35166300 memory=602388 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098442 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 3351.36 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 602388 KiB

[startup+3402.3 s]
/proc/loadavg: 16.15 16.68 16.39 19/1221 2543112
/proc/meminfo: memFree=843247476/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35166300 memory=602400 CPUtime=3411.54 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 83314 0 0 0 341078 76 0 0 20 0 23 0 173098425 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8791575 150600 6270 1 0 165104 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35166300 memory=602388 CPUtime=3384.73 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 23728 0 0 0 338470 3 0 0 20 0 23 0 173098426 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35166300 memory=602388 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35166300 memory=-7668038596234733920 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35166300 memory=5896 CPUtime=0.13 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 52 0 0 0 5 8 0 0 20 0 23 0 173098427 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35166300 memory=602400 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35166300 memory=182224 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 339 0 0 0 0 0 0 0 20 0 23 0 173098428 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35166300 memory=198340509722 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098442 36010291200 150262 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 3411.54 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 602400 KiB

[startup+3462.3 s]
/proc/loadavg: 17.49 16.93 16.49 18/1223 2543268
/proc/meminfo: memFree=854127676/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35166300 memory=552196 CPUtime=3471.51 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 83337 0 0 0 347074 77 0 0 20 0 23 0 173098425 36010291200 137795 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8791575 138049 6270 1 0 152552 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35166300 memory=602388 CPUtime=3444.43 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 23728 0 0 0 344440 3 0 0 20 0 23 0 173098426 36010291200 137795 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35166300 memory=602388 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 137795 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35166300 memory=15556 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 137795 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35166300 memory=602396 CPUtime=0.13 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 52 0 0 0 5 8 0 0 20 0 23 0 173098427 36010291200 137795 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35166300 memory=602388 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 137795 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35166300 memory=1100380 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 339 0 0 0 0 0 0 0 20 0 23 0 173098428 36010291200 137795 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35166300 memory=15556 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098442 36010291200 137795 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 3471.51 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 552196 KiB

[startup+3522.3 s]
/proc/loadavg: 18.43 17.32 16.66 18/1228 2543511
/proc/meminfo: memFree=872851948/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35166300 memory=583108 CPUtime=3531.72 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 83624 0 0 0 353093 79 0 0 20 0 23 0 173098425 36010291200 145520 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8791575 145777 6270 1 0 160920 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35166300 memory=12103604389871689 CPUtime=3504.14 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 23921 0 0 0 350411 3 0 0 20 0 23 0 173098426 36010291200 145520 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35166300 memory=5896 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 145520 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35166300 memory=579008 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 145520 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35166300 memory=579008 CPUtime=0.13 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 52 0 0 0 5 8 0 0 20 0 23 0 173098427 36010291200 145520 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35166300 memory=579008 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 145520 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35166300 memory=-7668038596234733920 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 339 0 0 0 0 0 0 0 20 0 23 0 173098428 36010291200 145520 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35166300 memory=579008 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098442 36010291200 145520 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 3531.72 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 583108 KiB

[startup+3582.3 s]
/proc/loadavg: 17.61 17.32 16.70 19/1231 2543906
/proc/meminfo: memFree=862429632/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35166300 memory=568936 CPUtime=3591.9 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 85889 0 0 0 359110 80 0 0 20 0 23 0 173098425 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8791575 142234 6270 1 0 156737 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35166300 memory=15556 CPUtime=3563.81 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 24511 0 0 0 356378 3 0 0 20 0 23 0 173098426 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35166300 memory=568936 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35166300 memory=15556 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35166300 memory=568936 CPUtime=0.13 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 56 0 0 0 5 8 0 0 20 0 23 0 173098427 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35166300 memory=568936 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35166300 memory=15556 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 23 0 173098428 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35166300 memory=568936 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098442 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 3591.9 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 568936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.4 s]
/proc/loadavg: 17.36 17.27 16.69 18/1205 2543997
/proc/meminfo: memFree=859108348/1055320720 swapFree=33554428/33554428
[pid=2542730] ppid=2542727 vsize=35166300 memory=568936 CPUtime=3600 cores=16-19
/proc/2542730/stat : 2542730 (java) S 2542727 2542730 2533471 0 -1 4194304 85942 0 0 0 359920 80 0 0 20 0 23 0 173098425 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
/proc/2542730/statm: 8791575 142234 6270 1 0 156737 0
[pid=2542730/tid=2542732] ppid=2542727 vsize=35166300 memory=568936 CPUtime=3571.87 cores=16-19
/proc/2542730/task/2542732/stat : 2542732 (java) R 2542727 2542730 2533471 0 -1 4194368 24511 0 0 0 357184 3 0 0 20 0 23 0 173098426 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542743] ppid=2542727 vsize=35166300 memory=11924 CPUtime=0 cores=16-19
/proc/2542730/task/2542743/stat : 2542743 (Referen..andler) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542744] ppid=2542727 vsize=35166300 memory=5896 CPUtime=0 cores=16-19
/proc/2542730/task/2542744/stat : 2542744 (Finalizer) S 2542727 2542730 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542747] ppid=2542727 vsize=35166300 memory=15556 CPUtime=0.13 cores=16-19
/proc/2542730/task/2542747/stat : 2542747 (Monitor..Thread) S 2542727 2542730 2533471 0 -1 4194368 56 0 0 0 5 8 0 0 20 0 23 0 173098427 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542750] ppid=2542727 vsize=35166300 memory=568936 CPUtime=0 cores=16-19
/proc/2542730/task/2542750/stat : 2542750 (Notific..Thread) S 2542727 2542730 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173098427 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542751] ppid=2542727 vsize=35166300 memory=15556 CPUtime=0 cores=16-19
/proc/2542730/task/2542751/stat : 2542751 (Common-Cleaner) S 2542727 2542730 2533471 0 -1 4194368 350 0 0 0 0 0 0 0 20 0 23 0 173098428 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
[pid=2542730/tid=2542754] ppid=2542727 vsize=35166300 memory=182224 CPUtime=0 cores=16-19
/proc/2542730/task/2542754/stat : 2542754 (Timer-0) S 2542727 2542730 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173098442 36010291200 142015 18446744073709551615 94614714155008 94614714158704 140733138173120 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94614714166568 94614714167312 94614731767808 140733138176212 140733138176352 140733138176352 140733138182088 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 568936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.37 s, system=0.814707 s

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

Child status: 143

Real time (s): 3590.48
CPU time (s): 3600.19
CPU user time (s): 3599.37
CPU system time (s): 0.814707
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 602404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.37
system time used= 0.814707
maximum resident set size= 601048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94544
involuntary context switches= 3544


# summary of solver processes directly reported to runsolver:
#   pid: 2542730
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3599.37
#   total CPU system time (s): 0.814707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2019 second user time and 41.6489 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-25 16:35:03
IDJOB=4784857
IDBENCH=176167
IDSOLVER=3602
FILE ID=nodeE001/4784857-1782398103
RUNJOBID= nodeE001-1782398089-2541394
SLURM_JOB_ID= 12511017
Free space on /tmp= 800060 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=13-t=7.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4784857-1782398103/watcher-4784857-1782398103 -o /tmp/evaluation-result-4784857-1782398103/solver-4784857-1782398103 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4784857-1782398103/vars-4784857-1782398103 --bin-var /tmp/runsolver-exch-nodeE001-1782398089-2541394 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4784857-1782398103.opb

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

MD5SUM BENCH= bf082a5f314776883f0e32420df0edd0
RANDOM SEED=1317883430

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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		: 3573.016
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		: 3568.824
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		: 3562.140
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		: 3568.970
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		: 3568.128
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3568.745
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		: 2493.659
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		: 3578.756
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:       1055320720 kB
MemFree:        898223444 kB
MemAvailable:   1036452244 kB
Buffers:            3352 kB
Cached:         142475040 kB
SwapCached:            0 kB
Active:         12311188 kB
Inactive:       140615680 kB
Active(anon):   11336388 kB
Inactive(anon):        0 kB
Active(file):     974800 kB
Inactive(file): 140615680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               968 kB
Writeback:            20 kB
AnonPages:      10452472 kB
Mapped:           222956 kB
Shmem:            887856 kB
KReclaimable:    1565996 kB
Slab:            2165620 kB
SReclaimable:    1565996 kB
SUnreclaim:       599624 kB
KernelStack:       20208 kB
PageTables:        30180 kB
SecPageTables:     15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   20459072 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483812 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9492480 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:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 800040 MiB
End job on nodeE001 at 2026-06-25 17:34:54