Trace number 4835871

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)6 3600.2 3627.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.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4835871-1783690534.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c using VERIPB proof format
0.00/0.09	c  objective function found
0.18/0.16	c ... done. Wall clock time 0.074s.
0.18/0.16	c declared #vars     351
0.18/0.16	c #constraints  12753
0.18/0.16	c constraints type 
0.18/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
0.18/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12740
0.18/0.16	c 12753 constraints processed.
0.18/0.17	c objective function length is 13 literals
0.57/0.26	c SATISFIABLE
0.57/0.26	c OPTIMIZING...
0.57/0.26	c Got one! Elapsed wall clock time (in seconds):0.176
0.57/0.26	o 7
0.57/0.27	c Got one! Elapsed wall clock time (in seconds):0.179
0.57/0.27	o 6
1.18/0.49	c cleaning 2931 clauses out of 5864 with flag 28897/5864
1.74/0.64	c cleaning 4457 clauses out of 8932 with flag 61864/11863
1.99/0.79	c cleaning 5717 clauses out of 11475 with flag 117210/18863
2.58/0.96	c cleaning 6875 clauses out of 13759 with flag 180242/26864
3.12/1.16	c cleaning 7932 clauses out of 15883 with flag 248756/35863
3.33/1.34	c cleaning 8969 clauses out of 17952 with flag 304043/45864
3.52/1.56	c cleaning 9982 clauses out of 19983 with flag 391188/56864
3.82/1.81	c cleaning 10973 clauses out of 22000 with flag 485388/68863
4.02/2.10	c cleaning 12003 clauses out of 24028 with flag 592428/81864
4.39/2.40	c cleaning 12999 clauses out of 26024 with flag 706909/95863
4.69/2.74	c cleaning 14008 clauses out of 28025 with flag 828602/110863
5.10/3.12	c cleaning 15007 clauses out of 30018 with flag 937029/126864
5.41/3.45	c cleaning 15976 clauses out of 32010 with flag 1045763/143863
5.82/3.81	c cleaning 17007 clauses out of 34034 with flag 1159100/161863
6.21/4.20	c cleaning 18013 clauses out of 36027 with flag 1278385/180863
6.61/4.61	c cleaning 18986 clauses out of 38015 with flag 1420438/200864
6.99/5.11	c cleaning 19989 clauses out of 40031 with flag 1565353/221866
7.48/5.58	c cleaning 20994 clauses out of 42039 with flag 1707316/243863
8.06/6.12	c cleaning 22021 clauses out of 44045 with flag 1870568/266863
8.54/6.69	c cleaning 23004 clauses out of 46024 with flag 2050564/290863
9.22/7.32	c cleaning 23999 clauses out of 48020 with flag 2240334/315863
9.80/7.91	c cleaning 24999 clauses out of 50025 with flag 2445666/341867
10.39/8.51	c cleaning 25988 clauses out of 52022 with flag 2637731/368863
11.02/9.16	c cleaning 27007 clauses out of 54034 with flag 2853814/396863
11.68/9.86	c cleaning 28004 clauses out of 56027 with flag 3074197/425863
12.36/10.55	c cleaning 29011 clauses out of 58023 with flag 3281583/455863
13.13/11.30	c cleaning 30006 clauses out of 60013 with flag 3514484/486864
13.93/12.12	c cleaning 30991 clauses out of 62007 with flag 3779312/518864
14.60/12.88	c cleaning 31985 clauses out of 64015 with flag 4002927/551863
15.38/13.60	c cleaning 33011 clauses out of 66030 with flag 4202669/585863
16.37/14.61	c cleaning 34001 clauses out of 68019 with flag 4508392/620863
17.24/15.50	c cleaning 34987 clauses out of 70018 with flag 4790656/656863
18.12/16.43	c cleaning 36000 clauses out of 72031 with flag 5086673/693863
18.99/17.35	c cleaning 37005 clauses out of 74031 with flag 5337276/731863
19.98/18.30	c cleaning 38013 clauses out of 76026 with flag 5605432/770863
20.80/19.15	c cleaning 39002 clauses out of 78013 with flag 5807789/810863
21.79/20.19	c cleaning 39988 clauses out of 80011 with flag 6009700/851863
22.66/21.06	c cleaning 40999 clauses out of 82023 with flag 6218566/893863
23.73/22.16	c cleaning 41990 clauses out of 84024 with flag 6539588/936863
24.79/23.26	c cleaning 43012 clauses out of 86034 with flag 6839636/980863
25.88/24.36	c cleaning 43989 clauses out of 88022 with flag 7130061/1025863
27.05/25.56	c cleaning 44988 clauses out of 90033 with flag 7469686/1071863
28.22/26.78	c cleaning 45993 clauses out of 92046 with flag 7800755/1118864
29.51/28.05	c cleaning 47004 clauses out of 94054 with flag 8162227/1166865
30.87/29.40	c cleaning 48014 clauses out of 96048 with flag 8540967/1215863
32.03/30.68	c cleaning 48998 clauses out of 98034 with flag 8907629/1265863
33.42/32.09	c cleaning 50013 clauses out of 100036 with flag 9293366/1316863
34.89/33.53	c cleaning 50999 clauses out of 102023 with flag 9656632/1368863
36.28/34.95	c cleaning 52001 clauses out of 104027 with flag 10038350/1421866
37.75/36.46	c cleaning 53009 clauses out of 106024 with flag 10455847/1475864
39.21/37.98	c cleaning 53999 clauses out of 108015 with flag 10818746/1530864
40.79/39.55	c cleaning 54990 clauses out of 110015 with flag 11224740/1586863
42.37/41.19	c cleaning 55990 clauses out of 112026 with flag 11595238/1643864
44.02/42.88	c cleaning 56995 clauses out of 114036 with flag 12048503/1701864
45.80/44.64	c cleaning 57999 clauses out of 116040 with flag 12515399/1760863
47.57/46.42	c cleaning 59001 clauses out of 118042 with flag 13000590/1820864
49.32/48.23	c cleaning 60008 clauses out of 120040 with flag 13450028/1881863
51.12/50.10	c cleaning 61014 clauses out of 122034 with flag 13927815/1943865
53.08/52.02	c cleaning 61996 clauses out of 124018 with flag 14431792/2006863
54.53/53.53	c cleaning 63003 clauses out of 126022 with flag 14715024/2070863
56.34/55.37	c cleaning 63997 clauses out of 128019 with flag 15153744/2135863
58.40/57.44	c cleaning 65006 clauses out of 130023 with flag 15645760/2201864
60.38/59.47	c cleaning 65996 clauses out of 132017 with flag 16062083/2268864
62.35/61.43	c cleaning 66985 clauses out of 134020 with flag 16520614/2336863
64.51/63.51	c cleaning 67987 clauses out of 136035 with flag 16986363/2405863
66.66/65.77	c cleaning 69018 clauses out of 138048 with flag 17568900/2475863
68.93/68.04	c cleaning 70016 clauses out of 140031 with flag 18111500/2546864
71.17/70.38	c cleaning 70973 clauses out of 142014 with flag 18622386/2618863
73.47/72.69	c cleaning 72002 clauses out of 144041 with flag 19129145/2691863
75.84/75.04	c cleaning 73000 clauses out of 146040 with flag 19612172/2765864
78.37/77.60	c cleaning 74010 clauses out of 148039 with flag 20209394/2840863
80.84/80.16	c cleaning 75007 clauses out of 150030 with flag 20765155/2916864
83.28/82.68	c cleaning 76007 clauses out of 152022 with flag 21330154/2993863
85.94/85.30	c cleaning 76994 clauses out of 154017 with flag 21937482/3071865
88.70/88.11	c cleaning 77990 clauses out of 156021 with flag 22582600/3150863
91.35/90.80	c cleaning 79006 clauses out of 158031 with flag 23167503/3230863
94.01/93.58	c cleaning 80003 clauses out of 160025 with flag 23810926/3311863
96.92/96.44	c cleaning 81004 clauses out of 162022 with flag 24456811/3393863
99.60/99.17	c cleaning 81995 clauses out of 164018 with flag 25015650/3476863
102.34/101.98	c cleaning 83005 clauses out of 166023 with flag 25662300/3560863
105.28/104.96	c cleaning 83987 clauses out of 168018 with flag 26327955/3645863
108.24/107.90	c cleaning 84998 clauses out of 170033 with flag 26990031/3731865
111.19/111.00	c cleaning 85994 clauses out of 172034 with flag 27650240/3818864
114.36/114.19	c cleaning 86996 clauses out of 174040 with flag 28355714/3906864
117.59/117.40	c cleaning 88010 clauses out of 176044 with flag 28964493/3995864
120.85/120.78	c cleaning 89006 clauses out of 178033 with flag 29694013/4085863
124.23/124.19	c cleaning 89994 clauses out of 180029 with flag 30387095/4176865
127.73/127.61	c cleaning 90985 clauses out of 182033 with flag 31033994/4268863
131.08/131.10	c cleaning 92017 clauses out of 184048 with flag 31804993/4361863
134.92/134.99	c cleaning 93002 clauses out of 186031 with flag 32623446/4455863
138.69/138.72	c cleaning 94013 clauses out of 188031 with flag 33325254/4550865
142.34/142.46	c cleaning 94984 clauses out of 190016 with flag 34034810/4646863
146.18/146.30	c cleaning 96010 clauses out of 192033 with flag 34836438/4743864
150.04/150.22	c cleaning 97009 clauses out of 194022 with flag 35606983/4841863
153.91/154.17	c cleaning 98004 clauses out of 196015 with flag 36455168/4940865
157.36/157.63	c cleaning 98984 clauses out of 198009 with flag 37028164/5040863
161.48/161.73	c cleaning 100002 clauses out of 200025 with flag 37831343/5141863
165.44/165.76	c cleaning 101001 clauses out of 202023 with flag 38654353/5243863
169.50/169.82	c cleaning 102005 clauses out of 204025 with flag 39423125/5346866
173.50/173.99	c cleaning 102989 clauses out of 206018 with flag 40192460/5450864
177.58/178.09	c cleaning 103997 clauses out of 208028 with flag 40940105/5555863
181.91/182.46	c cleaning 104996 clauses out of 210032 with flag 41769173/5661864
186.16/186.78	c cleaning 105987 clauses out of 212035 with flag 42654805/5768863
190.50/191.15	c cleaning 107006 clauses out of 214048 with flag 43524669/5876863
194.91/195.61	c cleaning 107989 clauses out of 216042 with flag 44380028/5985863
199.28/200.05	c cleaning 109018 clauses out of 218053 with flag 45230733/6095863
203.99/204.82	c cleaning 109999 clauses out of 220035 with flag 46155303/6206863
208.85/209.72	c cleaning 111018 clauses out of 222038 with flag 47127581/6318865
212.98/213.95	c cleaning 112008 clauses out of 224019 with flag 47842937/6431864
217.35/218.35	c cleaning 113005 clauses out of 226010 with flag 48617694/6545863
222.27/223.36	c cleaning 113984 clauses out of 228006 with flag 49649612/6660864
227.21/228.34	c cleaning 114994 clauses out of 230022 with flag 50589319/6776864
232.13/233.35	c cleaning 115997 clauses out of 232028 with flag 51494954/6893864
237.37/238.62	c cleaning 116994 clauses out of 234031 with flag 52581725/7011864
242.68/243.93	c cleaning 118014 clauses out of 236037 with flag 53643485/7130864
247.60/248.94	c cleaning 119005 clauses out of 238025 with flag 54662137/7250866
252.81/254.26	c cleaning 120005 clauses out of 240018 with flag 55681519/7371864
257.93/259.45	c cleaning 121004 clauses out of 242012 with flag 56723661/7493863
263.36/264.90	c cleaning 121998 clauses out of 244008 with flag 57766981/7616863
268.40/270.04	c cleaning 122998 clauses out of 246010 with flag 58852456/7740863
273.71/275.44	c cleaning 123982 clauses out of 248012 with flag 59954848/7865863
284.71/286.58	c cleaning 124999 clauses out of 250031 with flag 61724463/7991864
290.63/292.57	c cleaning 126007 clauses out of 252031 with flag 62919262/8118863
296.27/298.22	c cleaning 126997 clauses out of 254024 with flag 64065554/8246863
301.89/303.93	c cleaning 127987 clauses out of 256027 with flag 65303804/8375863
307.33/309.48	c cleaning 129006 clauses out of 258040 with flag 66448330/8505863
312.75/314.94	c cleaning 130009 clauses out of 260034 with flag 67605313/8636863
318.36/320.58	c cleaning 131001 clauses out of 262026 with flag 68762400/8768864
323.80/326.03	c cleaning 131989 clauses out of 264024 with flag 69915278/8901863
329.60/331.90	c cleaning 132989 clauses out of 266035 with flag 71213852/9035863
335.30/337.76	c cleaning 134015 clauses out of 268046 with flag 72487120/9170863
341.31/343.80	c cleaning 135013 clauses out of 270032 with flag 73605803/9306864
347.13/349.74	c cleaning 135983 clauses out of 272018 with flag 74853796/9443863
353.06/355.79	c cleaning 137004 clauses out of 274036 with flag 76098251/9581864
359.16/361.90	c cleaning 137998 clauses out of 276031 with flag 77393571/9720863
365.32/368.19	c cleaning 138998 clauses out of 278034 with flag 78643020/9860864
371.62/374.58	c cleaning 139999 clauses out of 280035 with flag 79986654/10001863
377.85/380.86	c cleaning 141005 clauses out of 282036 with flag 81242332/10143863
384.15/387.28	c cleaning 142001 clauses out of 284032 with flag 82561259/10286864
390.80/394.00	c cleaning 143003 clauses out of 286030 with flag 83780569/10430863
397.41/400.60	c cleaning 143996 clauses out of 288028 with flag 85106740/10575864
403.85/407.17	c cleaning 145009 clauses out of 290031 with flag 86430955/10721863
410.66/414.03	c cleaning 145989 clauses out of 292023 with flag 87760412/10868864
417.18/420.65	c cleaning 147014 clauses out of 294033 with flag 89041505/11016863
424.21/427.77	c cleaning 148003 clauses out of 296020 with flag 90369161/11165864
431.53/435.03	c cleaning 148991 clauses out of 298016 with flag 91718390/11315863
438.55/442.13	c cleaning 150005 clauses out of 300025 with flag 93087603/11466863
445.54/449.26	c cleaning 150993 clauses out of 302020 with flag 94459074/11618863
452.65/456.46	c cleaning 151993 clauses out of 304028 with flag 95851756/11771864
459.66/463.57	c cleaning 153009 clauses out of 306034 with flag 97130943/11925863
466.89/470.84	c cleaning 153994 clauses out of 308025 with flag 98456871/12080863
474.49/478.59	c cleaning 154998 clauses out of 310031 with flag 99849744/12236863
481.82/486.01	c cleaning 156006 clauses out of 312033 with flag 101248142/12393863
489.42/493.61	c cleaning 156993 clauses out of 314028 with flag 102607668/12551864
496.93/501.28	c cleaning 158012 clauses out of 316036 with flag 103996338/12710865
504.76/509.12	c cleaning 158996 clauses out of 318023 with flag 105459613/12870864
512.38/516.88	c cleaning 160005 clauses out of 320028 with flag 106875966/13031865
520.33/524.85	c cleaning 161005 clauses out of 322021 with flag 108337505/13193863
528.03/532.68	c cleaning 161978 clauses out of 324016 with flag 109858936/13356863
536.13/540.80	c cleaning 163019 clauses out of 326038 with flag 111346523/13520863
544.33/549.15	c cleaning 163993 clauses out of 328019 with flag 112837843/13685863
552.75/557.62	c cleaning 164997 clauses out of 330027 with flag 114323625/13851864
560.86/565.87	c cleaning 166007 clauses out of 332029 with flag 115832217/14018863
569.16/574.23	c cleaning 167004 clauses out of 334022 with flag 117348034/14186863
577.76/583.00	c cleaning 167993 clauses out of 336018 with flag 118819424/14355863
586.50/591.78	c cleaning 169010 clauses out of 338026 with flag 120386333/14525864
595.39/600.77	c cleaning 169999 clauses out of 340015 with flag 121984117/14696863
604.01/609.45	c cleaning 171000 clauses out of 342016 with flag 123536825/14868863
612.70/618.22	c cleaning 171995 clauses out of 344017 with flag 125025228/15041864
621.62/627.29	c cleaning 173003 clauses out of 346023 with flag 126665123/15215865
631.13/636.80	c cleaning 173998 clauses out of 348018 with flag 128227217/15390863
640.12/645.90	c cleaning 174995 clauses out of 350020 with flag 129943891/15566863
649.25/655.06	c cleaning 175998 clauses out of 352029 with flag 131544578/15743867
658.74/664.67	c cleaning 177007 clauses out of 354028 with flag 133176787/15921864
668.91/674.90	c cleaning 177996 clauses out of 356020 with flag 135053938/16100863
678.19/684.31	c cleaning 179000 clauses out of 358024 with flag 136768509/16280863
687.21/693.44	c cleaning 179997 clauses out of 360024 with flag 138381805/16461863
696.83/703.18	c cleaning 181001 clauses out of 362029 with flag 140066180/16643865
706.54/712.95	c cleaning 182006 clauses out of 364027 with flag 141819754/16826864
715.91/722.44	c cleaning 182986 clauses out of 366020 with flag 143395220/17010863
725.53/732.19	c cleaning 184009 clauses out of 368034 with flag 145126050/17195863
735.31/742.02	c cleaning 185007 clauses out of 370025 with flag 146815745/17381863
745.34/752.15	c cleaning 185984 clauses out of 372018 with flag 148333462/17568863
755.89/762.85	c cleaning 187007 clauses out of 374034 with flag 150054243/17756863
766.10/773.12	c cleaning 187995 clauses out of 376031 with flag 151823927/17945867
776.37/783.55	c cleaning 189009 clauses out of 378032 with flag 153645527/18135863
787.17/794.47	c cleaning 189990 clauses out of 380023 with flag 155332650/18326863
797.55/804.98	c cleaning 190998 clauses out of 382033 with flag 157133120/18518863
808.16/815.50	c cleaning 191999 clauses out of 384035 with flag 158897254/18711863
818.95/826.44	c cleaning 192989 clauses out of 386036 with flag 160645731/18905863
829.82/837.44	c cleaning 193991 clauses out of 388050 with flag 162433867/19100866
840.70/848.42	c cleaning 195008 clauses out of 390059 with flag 164289590/19296866
851.96/859.88	c cleaning 195999 clauses out of 392048 with flag 166125173/19493863
862.42/870.41	c cleaning 197015 clauses out of 394050 with flag 167886495/19691864
873.55/881.60	c cleaning 198005 clauses out of 396034 with flag 169822453/19890863
885.37/893.57	c cleaning 198993 clauses out of 398029 with flag 171561873/20090863
896.76/905.07	c cleaning 199993 clauses out of 400036 with flag 173342373/20291863
908.23/916.50	c cleaning 201018 clauses out of 402043 with flag 175197939/20493863
919.74/928.12	c cleaning 201993 clauses out of 404026 with flag 177046900/20696864
931.63/940.12	c cleaning 203009 clauses out of 406032 with flag 178997370/20900863
943.28/951.98	c cleaning 203999 clauses out of 408024 with flag 180785938/21105864
954.87/963.64	c cleaning 205003 clauses out of 410024 with flag 182684201/21311863
967.07/975.98	c cleaning 205996 clauses out of 412021 with flag 184556990/21518863
979.43/988.49	c cleaning 206994 clauses out of 414025 with flag 186488481/21726863
992.71/1001.83	c cleaning 207992 clauses out of 416031 with flag 188386157/21935863
1005.11/1014.33	c cleaning 209008 clauses out of 418039 with flag 190193618/22145863
1017.71/1027.08	c cleaning 210013 clauses out of 420037 with flag 192158806/22356869
1031.24/1040.61	c cleaning 210984 clauses out of 422019 with flag 194005681/22568864
1043.96/1053.48	c cleaning 211985 clauses out of 424034 with flag 195885441/22781863
1056.56/1066.13	c cleaning 213017 clauses out of 426051 with flag 197908303/22995865
1069.53/1079.20	c cleaning 213998 clauses out of 428033 with flag 199993491/23210864
1082.88/1092.71	c cleaning 215011 clauses out of 430034 with flag 201930931/23426863
1096.46/1106.46	c cleaning 216003 clauses out of 432023 with flag 203857354/23643863
1109.45/1119.57	c cleaning 216977 clauses out of 434020 with flag 205756432/23861863
1122.75/1132.98	c cleaning 217998 clauses out of 436043 with flag 207805543/24080863
1136.32/1146.62	c cleaning 219014 clauses out of 438045 with flag 209760359/24300863
1149.81/1160.20	c cleaning 219988 clauses out of 440031 with flag 211677631/24521863
1163.48/1173.92	c cleaning 220996 clauses out of 442043 with flag 213767524/24743863
1176.83/1187.42	c cleaning 221996 clauses out of 444050 with flag 215856479/24966866
1191.38/1202.18	c cleaning 223018 clauses out of 446051 with flag 217930763/25190863
1206.40/1217.34	c cleaning 223990 clauses out of 448033 with flag 219955752/25415863
1219.26/1230.33	c cleaning 225010 clauses out of 450043 with flag 221924710/25641863
1233.61/1244.88	c cleaning 225987 clauses out of 452033 with flag 223984111/25868863
1247.98/1259.31	c cleaning 227013 clauses out of 454046 with flag 225947633/26096863
1263.22/1274.65	c cleaning 228001 clauses out of 456033 with flag 228199504/26325863
1277.48/1289.09	c cleaning 228987 clauses out of 458032 with flag 230135509/26555863
1292.24/1303.93	c cleaning 230014 clauses out of 460047 with flag 232194879/26786865
1306.69/1318.44	c cleaning 231009 clauses out of 462031 with flag 234256444/27018863
1321.93/1333.89	c cleaning 232006 clauses out of 464024 with flag 236524673/27251865
1337.39/1349.41	c cleaning 232990 clauses out of 466017 with flag 238646517/27485864
1352.72/1364.85	c cleaning 233989 clauses out of 468026 with flag 240784323/27720863
1368.39/1380.64	c cleaning 235009 clauses out of 470038 with flag 242979416/27956864
1384.02/1396.34	c cleaning 236001 clauses out of 472029 with flag 245195407/28193864
1399.39/1411.88	c cleaning 237009 clauses out of 474027 with flag 247362135/28431863
1415.26/1427.79	c cleaning 237992 clauses out of 476018 with flag 249549918/28670863
1431.52/1444.17	c cleaning 238984 clauses out of 478026 with flag 251831717/28910863
1448.58/1461.39	c cleaning 240015 clauses out of 480043 with flag 254017179/29151864
1465.86/1478.63	c cleaning 241008 clauses out of 482027 with flag 256271137/29393863
1481.71/1494.60	c cleaning 242006 clauses out of 484020 with flag 258468061/29636864
1498.24/1511.38	c cleaning 242985 clauses out of 486013 with flag 260689027/29880863
1514.92/1528.13	c cleaning 243996 clauses out of 488028 with flag 263074422/30125863
1531.95/1545.28	c cleaning 244990 clauses out of 490032 with flag 265276351/30371863
1548.53/1562.00	c cleaning 246012 clauses out of 492043 with flag 267421686/30618864
1565.36/1578.98	c cleaning 247003 clauses out of 494032 with flag 269750893/30866865
1583.08/1596.88	c cleaning 247976 clauses out of 496027 with flag 272111267/31115863
1600.33/1614.23	c cleaning 249013 clauses out of 498054 with flag 274474052/31365866
1617.80/1631.73	c cleaning 249997 clauses out of 500038 with flag 276641045/31616863
1636.22/1650.33	c cleaning 251006 clauses out of 502041 with flag 278727480/31868863
1654.17/1668.44	c cleaning 251992 clauses out of 504036 with flag 281089053/32121864
1672.24/1686.51	c cleaning 253010 clauses out of 506043 with flag 283333871/32375863
1689.88/1704.32	c cleaning 254007 clauses out of 508034 with flag 285692886/32630864
1708.22/1722.83	c cleaning 255003 clauses out of 510026 with flag 288033189/32886863
1726.75/1741.58	c cleaning 256004 clauses out of 512024 with flag 290341299/33143864
1745.58/1760.43	c cleaning 256995 clauses out of 514019 with flag 292720988/33401863
1763.61/1778.60	c cleaning 257993 clauses out of 516024 with flag 295158701/33660863
1782.15/1797.36	c cleaning 259013 clauses out of 518033 with flag 297523183/33920865
1801.27/1816.59	c cleaning 259983 clauses out of 520018 with flag 300020713/34181863
1821.00/1836.41	c cleaning 261007 clauses out of 522036 with flag 302439469/34443864
1839.59/1855.14	c cleaning 261994 clauses out of 524028 with flag 304772158/34706863
1858.59/1874.35	c cleaning 263000 clauses out of 526034 with flag 307185886/34970863
1878.55/1894.34	c cleaning 263992 clauses out of 528034 with flag 309525391/35235863
1898.25/1914.27	c cleaning 264992 clauses out of 530044 with flag 311903846/35501865
1918.69/1934.87	c cleaning 266014 clauses out of 532052 with flag 314359873/35768865
1939.00/1955.14	c cleaning 267007 clauses out of 534037 with flag 316796937/36036864
1958.90/1975.21	c cleaning 267992 clauses out of 536029 with flag 319365678/36305863
1979.53/1996.04	c cleaning 269008 clauses out of 538040 with flag 321883951/36575866
1999.13/2015.81	c cleaning 270008 clauses out of 540029 with flag 324399112/36846863
2019.31/2036.06	c cleaning 271009 clauses out of 542022 with flag 326761452/37118864
2038.75/2055.64	c cleaning 271983 clauses out of 544012 with flag 329273193/37391863
2060.46/2077.51	c cleaning 273008 clauses out of 546029 with flag 331772094/37665863
2081.69/2098.97	c cleaning 273984 clauses out of 548022 with flag 334301148/37940864
2103.35/2120.63	c cleaning 275013 clauses out of 550037 with flag 336864983/38216863
2125.26/2142.76	c cleaning 275995 clauses out of 552024 with flag 339380051/38493863
2147.03/2164.77	c cleaning 276998 clauses out of 554029 with flag 341982713/38771863
2167.06/2184.97	c cleaning 278013 clauses out of 556032 with flag 344405682/39050864
2189.44/2207.38	c cleaning 278998 clauses out of 558018 with flag 346985113/39330863
2210.96/2229.05	c cleaning 279999 clauses out of 560020 with flag 349576621/39611863
2232.81/2251.09	c cleaning 280999 clauses out of 562021 with flag 352188382/39893863
2254.18/2272.65	c cleaning 281995 clauses out of 564022 with flag 354715643/40176863
2276.64/2295.19	c cleaning 283003 clauses out of 566027 with flag 357344156/40460863
2298.73/2317.45	c cleaning 284009 clauses out of 568025 with flag 360076136/40745864
2321.65/2340.56	c cleaning 284986 clauses out of 570015 with flag 362739777/41031863
2343.96/2363.03	c cleaning 286004 clauses out of 572029 with flag 365364831/41318863
2367.39/2386.53	c cleaning 287008 clauses out of 574025 with flag 368012478/41606863
2390.12/2409.46	c cleaning 287995 clauses out of 576017 with flag 370653332/41895863
2412.80/2432.36	c cleaning 289007 clauses out of 578022 with flag 373530231/42185863
2436.22/2455.92	c cleaning 289997 clauses out of 580015 with flag 376214542/42476863
2459.66/2479.44	c cleaning 290994 clauses out of 582020 with flag 378955486/42768865
2482.31/2502.29	c cleaning 291993 clauses out of 584024 with flag 381797806/43061863
2506.71/2526.79	c cleaning 292991 clauses out of 586033 with flag 384457737/43355865
2530.12/2550.34	c cleaning 294018 clauses out of 588041 with flag 387243580/43650864
2554.27/2574.54	c cleaning 295004 clauses out of 590023 with flag 389960764/43946864
2577.75/2598.22	c cleaning 296000 clauses out of 592018 with flag 392731385/44243863
2601.40/2622.10	c cleaning 297004 clauses out of 594018 with flag 395536149/44541863
2625.14/2645.86	c cleaning 297984 clauses out of 596014 with flag 398191787/44840863
2649.82/2670.78	c cleaning 298997 clauses out of 598030 with flag 400887966/45140863
2674.44/2695.53	c cleaning 300016 clauses out of 600034 with flag 403923183/45441864
2699.04/2720.29	c cleaning 300986 clauses out of 602018 with flag 406609021/45743864
2723.74/2745.13	c cleaning 301990 clauses out of 604031 with flag 409397299/46046863
2748.88/2770.37	c cleaning 303011 clauses out of 606042 with flag 412270186/46350864
2773.55/2795.21	c cleaning 303994 clauses out of 608030 with flag 415043996/46655863
2797.97/2819.84	c cleaning 305009 clauses out of 610036 with flag 417947531/46961863
2824.33/2846.24	c cleaning 305994 clauses out of 612029 with flag 420855141/47268865
2849.92/2872.09	c cleaning 306999 clauses out of 614033 with flag 423865962/47576863
2876.21/2898.56	c cleaning 308017 clauses out of 616035 with flag 426566806/47885864
2902.50/2924.92	c cleaning 309007 clauses out of 618019 with flag 429506332/48195865
2929.02/2951.66	c cleaning 309986 clauses out of 620010 with flag 432407667/48506863
2954.93/2977.78	c cleaning 310992 clauses out of 622027 with flag 435227373/48818866
2980.40/3003.28	c cleaning 311994 clauses out of 624032 with flag 438089038/49131863
3006.98/3030.06	c cleaning 313011 clauses out of 626038 with flag 440896978/49445863
3034.13/3057.48	c cleaning 314003 clauses out of 628027 with flag 443758569/49760863
3060.85/3084.29	c cleaning 315005 clauses out of 630025 with flag 446764001/50076864
3087.48/3111.17	c cleaning 316009 clauses out of 632020 with flag 449829737/50393864
3115.17/3138.94	c cleaning 317003 clauses out of 634011 with flag 452860451/50711864
3143.06/3167.08	c cleaning 317986 clauses out of 636007 with flag 456047648/51030863
3170.61/3194.74	c cleaning 319000 clauses out of 638021 with flag 459058849/51350863
3198.26/3222.64	c cleaning 319990 clauses out of 640021 with flag 462052972/51671863
3226.81/3251.30	c cleaning 320990 clauses out of 642031 with flag 465151754/51993863
3255.39/3280.29	c cleaning 322019 clauses out of 644042 with flag 468306255/52316864
3285.45/3310.62	c cleaning 322988 clauses out of 646023 with flag 471331462/52640864
3313.89/3339.29	c cleaning 323998 clauses out of 648034 with flag 474486810/52965863
3343.40/3369.28	c cleaning 324996 clauses out of 650036 with flag 477638110/53291863
3373.07/3399.28	c cleaning 326006 clauses out of 652041 with flag 481018933/53618864
3401.48/3427.92	c cleaning 326996 clauses out of 654034 with flag 484098204/53946863
3431.79/3458.39	c cleaning 327989 clauses out of 656038 with flag 487385400/54275863
3462.06/3488.88	c cleaning 329015 clauses out of 658050 with flag 490625093/54605864
3492.41/3519.20	c cleaning 330010 clauses out of 660035 with flag 493630999/54936864
3521.83/3548.85	c cleaning 331003 clauses out of 662024 with flag 496836527/55268863
3550.90/3577.96	c cleaning 332007 clauses out of 664022 with flag 500149895/55601864
3582.46/3609.74	c cleaning 333000 clauses out of 666016 with flag 503530686/55935865
3600.03/3627.40	c starts		: 121304
3600.03/3627.41	c conflicts		: 56143978
3600.03/3627.41	c decisions		: 233788446
3600.03/3627.41	c propagations		: 1674934123
3600.03/3627.41	c inspects		: 70095736520
3600.03/3627.41	c shortcuts		: 0
3600.03/3627.41	c learnt literals	: 0
3600.03/3627.41	c learnt binary clauses	: 0
3600.03/3627.41	c learnt ternary clauses	: 0
3600.03/3627.41	c learnt constraints	: 56143978
3600.03/3627.41	c ignored constraints	: 0
3600.03/3627.41	c root simplifications	: 0
3600.03/3627.41	c removed literals (reason simplification)	: 728846164
3600.03/3627.41	c reason swapping (by a shorter reason)	: 0
3600.03/3627.41	c Calls to reduceDB	: 330
3600.03/3627.41	c Number of update (reduction) of LBD	: 38085748
3600.03/3627.41	c Imported unit clauses	: 0
3600.03/3627.41	c No decision after first conflict	: false
3600.03/3627.41	c number of reductions to clauses (during analyze)	: 0
3600.03/3627.41	c number of learned constraints concerned by reduction	: 0
3600.03/3627.41	c number of learning phase by resolution	: 0
3600.03/3627.41	c number of learning phase by cutting planes	: 0
3600.03/3627.41	c number of rounding to 1 operations	: 0
3600.03/3627.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3627.41	c number of reductions of the coefficients by power 2 	: 0
3600.03/3627.41	c number of right shift for reduction by power 2 	: 0
3600.03/3627.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3627.41	c number of ending skipping 	: 0
3600.03/3627.41	c number of internal skipping 	: 0
3600.03/3627.41	c number of derivation steps 	: 0
3600.03/3627.41	c number of skipped derivation steps 	: 0
3600.03/3627.41	c number of remaining unassigned 	: 0
3600.03/3627.41	c number of remaining assigned 	: 0
3600.03/3627.41	c number of falsified literals weakened from reason	: 0
3600.03/3627.41	c number of falsified literals weakened from conflict	: 0
3600.03/3627.41	c time for arithmetic operations	: 0
3600.03/3627.41	c minimum degree of deleted constraints	: null
3600.03/3627.41	c maximum degree of deleted constraints	: null
3600.03/3627.41	c number of deleted constraints	: 0
3600.03/3627.41	c speed (assignments/second)	: 461766.3444835223
3600.03/3627.41	c non guided choices	: 1027
3600.03/3627.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 541129
3600.03/3627.46	s SATISFIABLE
3600.03/3627.46	c Found 2 solution(s)
3600.03/3627.46	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.03/3627.46	c objective function=6
3600.03/3627.46	c Total wall clock time (in seconds): 3627.376

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

running on 4 cores: 44-47

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 9-11,13-14,17-20,22,24-25,27-30,32,34-35,37,39-41,48,50-51,53-55,59-60
  3550 MHz: 0-8,12,15,21,23,31,33,42-47,52,62
  3600 MHz: 16,26,36,38,49,56-58,61,63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 44-47

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (125415 MiB free)
  node 1: cores 8-15, 129019 MiB (125157 MiB free)
  node 2: cores 16-23, 128973 MiB (90419 MiB free)
  node 3: cores 24-31, 129003 MiB (121401 MiB free)
  node 4: cores 32-39, 129019 MiB (121798 MiB free)
  node 5: cores 40-47, 129019 MiB (122641 MiB free)
  node 6: cores 48-55, 129019 MiB (122156 MiB free)
  node 7: cores 56-63, 128474 MiB (116782 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100066 s]*
/proc/loadavg: 16.50 16.40 16.20 17/1195 1317234
/proc/meminfo: memFree=968450968/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=34966608 memory=59776 CPUtime=0.18 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 7809 0 0 0 17 1 0 0 20 0 20 0 302341322 35805806592 14777 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8741652 14944 6182 1 0 33322 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=34966608 memory=5895516205 CPUtime=0.08 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 3192 0 0 0 8 0 0 0 20 0 20 0 302341323 35805806592 14777 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=34966608 memory=237162990423 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 302341324 35805806592 14777 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=34966608 memory=18935 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 302341324 35805806592 14777 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=34966608 memory=19283 CPUtime=0 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 302341324 35805806592 14777 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=34966608 memory=19858 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 302341324 35805806592 14777 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=34966608 memory=40263 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 302341324 35805806592 14777 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 59776 KiB

[startup+0.214651 s]*
/proc/loadavg: 16.50 16.40 16.20 19/1198 1317237
/proc/meminfo: memFree=968410632/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35099736 memory=100120 CPUtime=0.57 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 11799 0 0 0 55 2 0 0 20 0 22 0 302341322 35942129664 24799 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8774934 25030 6212 1 0 46461 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35099736 memory=3184097923301336704 CPUtime=0.19 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 3314 0 0 0 18 1 0 0 20 0 22 0 302341323 35942129664 24799 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35099736 memory=232868020593 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 24799 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35099736 memory=55182578960445 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 24799 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35099736 memory=61783960471845 CPUtime=0 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 24799 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35099736 memory=58485459143327 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 24799 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35099736 memory=58519886010484 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 24799 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35099736 memory=15255943717849659 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302341339 35942129664 24799 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 100120 KiB

[startup+0.314209 s]*
/proc/loadavg: 16.50 16.40 16.20 19/1198 1317237
/proc/meminfo: memFree=968387760/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35099736 memory=111376 CPUtime=0.88 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 12058 0 0 0 86 2 0 0 20 0 22 0 302341322 35942129664 27565 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8774934 27844 6212 1 0 50516 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35099736 memory=3184097923301336704 CPUtime=0.28 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 3323 0 0 0 27 1 0 0 20 0 22 0 302341323 35942129664 27565 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35099736 memory=6878122763769610609 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 27565 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35099736 memory=55182578960445 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 27565 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35099736 memory=61783960471845 CPUtime=0 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 27565 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35099736 memory=58485459143327 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 27565 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35099736 memory=58519886010484 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 27565 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35099736 memory=15255943717849659 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302341339 35942129664 27565 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 111376 KiB

[startup+0.700245 s]
/proc/loadavg: 16.50 16.40 16.20 19/1198 1317237
/proc/meminfo: memFree=968347192/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35099736 memory=164780 CPUtime=1.99 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 13143 0 0 0 196 3 0 0 20 0 22 0 302341322 35942129664 40944 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8774934 41195 6247 1 0 86340 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35099736 memory=4844 CPUtime=0.62 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 3365 0 0 0 61 1 0 0 20 0 22 0 302341323 35942129664 40944 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35099736 memory=4103 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 40944 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35099736 memory=5812 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 40944 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35099736 memory=4844 CPUtime=0 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 40944 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35099736 memory=3044 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 40944 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302341324 35942129664 40944 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302341339 35942129664 40944 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 164780 KiB

[startup+1.50017 s]
/proc/loadavg: 16.50 16.40 16.20 19/1198 1317237
/proc/meminfo: memFree=968231504/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35232864 memory=243948 CPUtime=3.52 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 16592 0 0 0 348 4 0 0 20 0 23 0 302341322 36078452736 60800 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8808216 60987 6247 1 0 87564 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35232864 memory=4844 CPUtime=1.39 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 3908 0 0 0 137 2 0 0 20 0 23 0 302341323 36078452736 60800 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35232864 memory=5812 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 60800 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35232864 memory=0 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 60800 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35232864 memory=0 CPUtime=0 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 60800 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35232864 memory=0 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 60800 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 60800 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35232864 memory=237062327007 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341339 36078452736 60800 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 3.52 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 243948 KiB

[startup+3.12088 s]
/proc/loadavg: 16.38 16.38 16.19 15/1199 1317241
/proc/meminfo: memFree=968018344/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35232864 memory=256332 CPUtime=5.1 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 17450 0 0 0 504 6 0 0 20 0 23 0 302341322 36078452736 63962 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8808216 64083 6247 1 0 87571 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35232864 memory=0 CPUtime=2.94 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 4052 0 0 0 290 4 0 0 20 0 23 0 302341323 36078452736 63962 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35232864 memory=0 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 63962 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35232864 memory=4844 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 63962 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35232864 memory=4769 CPUtime=0 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 63962 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35232864 memory=211292520753 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 63962 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35232864 memory=182160 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 63962 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35232864 memory=4708 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341339 36078452736 63962 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 256332 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=819359408/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35232864 memory=942452 CPUtime=3316.95 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 118251 0 0 0 329827 1868 0 0 20 0 23 0 302341322 36078452736 235518 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8808216 235613 6235 1 0 253263 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35232864 memory=957040 CPUtime=3282.07 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 31732 0 0 0 326410 1797 0 0 20 0 23 0 302341323 36078452736 235518 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35232864 memory=95908 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 235518 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35232864 memory=4844 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 235518 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35232864 memory=942452 CPUtime=0.12 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 61 0 0 0 6 6 0 0 20 0 23 0 302341324 36078452736 235518 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35232864 memory=15628 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 235518 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35232864 memory=15628 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 502 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 235518 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35232864 memory=-7308597254293908069 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341339 36078452736 235518 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 3316.95 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 942452 KiB

[startup+3402.3 s]
/proc/loadavg: 19.09 17.56 16.74 21/1195 1318064
/proc/meminfo: memFree=826529032/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35232864 memory=974036 CPUtime=3376.13 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 118812 0 0 0 335719 1894 0 0 20 0 23 0 302341322 36078452736 243351 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8808216 243509 6235 1 0 257447 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35232864 memory=95908 CPUtime=3340.73 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 31991 0 0 0 332251 1822 0 0 20 0 23 0 302341323 36078452736 243351 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35232864 memory=957296 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 243351 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35232864 memory=923824 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 243351 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35232864 memory=95908 CPUtime=0.12 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 61 0 0 0 6 6 0 0 20 0 23 0 302341324 36078452736 243351 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35232864 memory=958932 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 243351 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35232864 memory=-7308597254293908069 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 502 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 243351 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35232864 memory=974036 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341339 36078452736 243351 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 3376.13 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 974036 KiB

[startup+3462.3 s]
/proc/loadavg: 21.67 18.52 17.12 23/1200 1318486
/proc/meminfo: memFree=809478904/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35232864 memory=952948 CPUtime=3435.74 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 119020 0 0 0 341658 1916 0 0 20 0 23 0 302341322 36078452736 238141 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8808216 238237 6235 1 0 253263 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35232864 memory=95908 CPUtime=3399.82 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 32138 0 0 0 338139 1843 0 0 20 0 23 0 302341323 36078452736 238141 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35232864 memory=957296 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 238141 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35232864 memory=0 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 238141 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35232864 memory=974036 CPUtime=0.12 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 61 0 0 0 6 6 0 0 20 0 23 0 302341324 36078452736 238141 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35232864 memory=940564 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 238141 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35232864 memory=940568 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 502 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 238141 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35232864 memory=940568 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341339 36078452736 238141 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 3435.74 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 952948 KiB

[startup+3522.3 s]
/proc/loadavg: 23.18 19.55 17.57 23/1201 1318571
/proc/meminfo: memFree=751373060/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35232864 memory=957304 CPUtime=3495.48 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 119171 0 0 0 347607 1941 0 0 20 0 23 0 302341322 36078452736 239167 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8808216 239326 6235 1 0 253263 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35232864 memory=957304 CPUtime=3459.08 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 32156 0 0 0 344041 1867 0 0 20 0 23 0 302341323 36078452736 239167 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35232864 memory=940568 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239167 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35232864 memory=940560 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239167 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35232864 memory=974036 CPUtime=0.12 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 61 0 0 0 6 6 0 0 20 0 23 0 302341324 36078452736 239167 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35232864 memory=15628 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239167 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35232864 memory=-7308597254293908069 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 502 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239167 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35232864 memory=957304 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341339 36078452736 239167 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 3495.48 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 957304 KiB

[startup+3582.3 s]
/proc/loadavg: 24.04 20.43 17.99 24/1202 1318574
/proc/meminfo: memFree=690234576/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35232864 memory=957276 CPUtime=3555.25 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 119461 0 0 0 353558 1967 0 0 20 0 23 0 302341322 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8808216 239319 6235 1 0 253263 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35232864 memory=940560 CPUtime=3518.3 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 32333 0 0 0 349938 1892 0 0 20 0 23 0 302341323 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35232864 memory=10372 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35232864 memory=15628 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35232864 memory=15628 CPUtime=0.13 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 61 0 0 0 7 6 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35232864 memory=951132 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35232864 memory=957276 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 502 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35232864 memory=4708 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341339 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 3555.25 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 957276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3627.4 s]
/proc/loadavg: 23.45 20.78 18.23 26/1201 1318575
/proc/meminfo: memFree=655903792/1055320704 swapFree=33331196/33554428
[pid=1317213] ppid=1317210 vsize=35232864 memory=957280 CPUtime=3600.03 cores=44-47
/proc/1317213/stat : 1317213 (java) S 1317210 1317213 1292139 0 -1 4194304 120061 0 0 0 358017 1986 0 0 20 0 23 0 302341322 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
/proc/1317213/statm: 8808216 239320 6235 1 0 253263 0
[pid=1317213/tid=1317215] ppid=1317210 vsize=35232864 memory=5812 CPUtime=3562.86 cores=44-47
/proc/1317213/task/1317215/stat : 1317215 (java) R 1317210 1317213 1292139 0 -1 4194368 32630 0 0 0 354376 1910 0 0 20 0 23 0 302341323 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317226] ppid=1317210 vsize=35232864 memory=3940 CPUtime=0 cores=44-47
/proc/1317213/task/1317226/stat : 1317226 (Referen..andler) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317227] ppid=1317210 vsize=35232864 memory=4028 CPUtime=0 cores=44-47
/proc/1317213/task/1317227/stat : 1317227 (Finalizer) S 1317210 1317213 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317230] ppid=1317210 vsize=35232864 memory=4844 CPUtime=0.13 cores=44-47
/proc/1317213/task/1317230/stat : 1317230 (Monitor..Thread) S 1317210 1317213 1292139 0 -1 4194368 67 0 0 0 7 6 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 45 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317233] ppid=1317210 vsize=35232864 memory=3044 CPUtime=0 cores=44-47
/proc/1317213/task/1317233/stat : 1317233 (Notific..Thread) S 1317210 1317213 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317234] ppid=1317210 vsize=35232864 memory=4844 CPUtime=0 cores=44-47
/proc/1317213/task/1317234/stat : 1317234 (Common-Cleaner) S 1317210 1317213 1292139 0 -1 4194368 528 0 0 0 0 0 0 0 20 0 23 0 302341324 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
[pid=1317213/tid=1317237] ppid=1317210 vsize=35232864 memory=3044 CPUtime=0 cores=44-47
/proc/1317213/task/1317237/stat : 1317237 (Timer-0) S 1317210 1317213 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302341339 36078452736 239237 18446744073709551615 94827509731328 94827509735024 140722354166256 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94827509742888 94827509743632 94827534569472 140722354174116 140722354174302 140722354174302 140722354180040 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 957280 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.33 s, system=19.8685 s

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

Child status: 143

Real time (s): 3627.48
CPU time (s): 3600.2
CPU user time (s): 3580.33
CPU system time (s): 19.8685
CPU usage (%): 99.2481
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 974036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.33
system time used= 19.8685
maximum resident set size= 973404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122533
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3874602
involuntary context switches= 7485


# summary of solver processes directly reported to runsolver:
#   pid: 1317213
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3580.33
#   total CPU system time (s): 19.8685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0297 second user time and 42.8559 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-07-10 15:35:34
IDJOB=4835871
IDBENCH=176167
IDSOLVER=3672
FILE ID=nodeE005/4835871-1783690534
RUNJOBID= nodeE005-1783686643-1292160
SLURM_JOB_ID= 12734898
Free space on /tmp= 802632 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=13-t=7.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835871-1783690534/watcher-4835871-1783690534 -o /tmp/evaluation-result-4835871-1783690534/solver-4835871-1783690534 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835871-1783690534/vars-4835871-1783690534 --bin-var /tmp/runsolver-exch-nodeE005-1783686643-1292160 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835871-1783690534 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835871-1783690534.opb

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

MD5SUM BENCH= bf082a5f314776883f0e32420df0edd0
RANDOM SEED=1319568017

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320704 kB
MemFree:        968470776 kB
MemAvailable:   1039159104 kB
Buffers:            1096 kB
Cached:         73511804 kB
SwapCached:         3432 kB
Active:         23659660 kB
Inactive:       57837872 kB
Active(anon):    8488656 kB
Inactive(anon):   161676 kB
Active(file):   15171004 kB
Inactive(file): 57676196 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33331196 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69688 kB
Writeback:             0 kB
AnonPages:       7984760 kB
Mapped:           176504 kB
Shmem:            664588 kB
KReclaimable:    3486484 kB
Slab:            4105648 kB
SReclaimable:    3486484 kB
SUnreclaim:       619164 kB
KernelStack:       19776 kB
PageTables:        24860 kB
SecPageTables:     15352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   139002856 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483104 kB
VmallocChunk:          0 kB
Percpu:           130560 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7002112 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 802628 MiB
End job on nodeE005 at 2026-07-10 16:36:02