Trace number 4801437

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2026-06-10? (TO) 3600.19 3562.49

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n200-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMc176644d6571ad8344e3e4d62cfd8aa6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.058891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300
Total number of constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.09	c  - never skip resolution steps
0.00/0.09	c  - Auto-division on coefficients is disabled
0.00/0.09	c  - No postprocessing
0.00/0.09	c  - Conflict is considered as is when resolving
0.00/0.09	c  - Use constraints as they come during conflict analysis
0.00/0.09	c  - Weaken first using unassigned literals
0.00/0.09	c  - Bump strategy: ALWAYS_ONE
0.00/0.09	c  - Bumper: EFFECTIVE
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@3f102e87
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.09	c No reason simplification
0.00/0.09	c Dynamic restart strategy considering the size of the coefficients
0.00/0.09	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@7d4793a8
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-4801437-1782556877.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  no objective function found
0.19/0.12	c ... done. Wall clock time 0.026s.
0.19/0.12	c declared #vars     300
0.19/0.12	c #constraints  800
0.19/0.12	c constraints type 
0.19/0.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
0.19/0.12	c 800 constraints processed.
1.15/0.45	c cleaning 2497 clauses out of 5001 with flag 0/5001
1.90/0.70	c cleaning 4248 clauses out of 8505 with flag 0/11002
2.15/0.99	c cleaning 5624 clauses out of 11256 with flag 0/18001
2.57/1.34	c cleaning 6811 clauses out of 13632 with flag 0/26001
2.88/1.63	c cleaning 7901 clauses out of 15820 with flag 0/35000
3.18/1.98	c cleaning 8952 clauses out of 17920 with flag 0/45001
3.83/2.40	c cleaning 9979 clauses out of 19968 with flag 0/56001
4.24/2.86	c cleaning 10987 clauses out of 21989 with flag 0/68001
4.74/3.39	c cleaning 11996 clauses out of 24001 with flag 0/81000
5.36/3.96	c cleaning 12995 clauses out of 26006 with flag 0/95001
6.06/4.61	c cleaning 14001 clauses out of 28011 with flag 0/110001
6.70/5.26	c cleaning 14994 clauses out of 30009 with flag 0/126000
7.44/5.91	c cleaning 15998 clauses out of 32015 with flag 0/143000
8.18/6.60	c cleaning 16999 clauses out of 34018 with flag 0/161001
8.89/7.35	c cleaning 18002 clauses out of 36018 with flag 0/180000
9.80/8.20	c cleaning 19002 clauses out of 38017 with flag 0/200001
10.63/9.09	c cleaning 19999 clauses out of 40014 with flag 0/221000
11.67/10.07	c cleaning 21002 clauses out of 42016 with flag 0/243001
12.69/11.09	c cleaning 21998 clauses out of 44013 with flag 0/266000
13.81/12.15	c cleaning 23001 clauses out of 46015 with flag 0/290000
14.92/13.26	c cleaning 24001 clauses out of 48016 with flag 0/315002
16.14/14.43	c cleaning 25001 clauses out of 50014 with flag 0/341001
17.28/15.57	c cleaning 25997 clauses out of 52013 with flag 0/368001
18.61/16.80	c cleaning 26997 clauses out of 54016 with flag 0/396001
20.03/18.20	c cleaning 28000 clauses out of 56018 with flag 0/425000
21.36/19.53	c cleaning 29001 clauses out of 58019 with flag 0/455001
22.79/20.97	c cleaning 30002 clauses out of 60018 with flag 0/486001
24.22/22.39	c cleaning 31000 clauses out of 62016 with flag 0/518001
25.77/23.88	c cleaning 32000 clauses out of 64015 with flag 0/551000
27.39/25.40	c cleaning 32995 clauses out of 66016 with flag 0/585001
29.02/27.09	c cleaning 34002 clauses out of 68020 with flag 0/620000
30.84/28.88	c cleaning 34998 clauses out of 70019 with flag 0/656001
32.77/30.75	c cleaning 36002 clauses out of 72020 with flag 0/693000
34.70/32.63	c cleaning 37005 clauses out of 74019 with flag 0/731001
36.64/34.51	c cleaning 37996 clauses out of 76013 with flag 0/770000
38.60/36.44	c cleaning 39001 clauses out of 78018 with flag 0/810001
40.64/38.42	c cleaning 39997 clauses out of 80016 with flag 0/851000
42.67/40.49	c cleaning 41002 clauses out of 82020 with flag 0/893001
44.94/42.66	c cleaning 41995 clauses out of 84018 with flag 0/936001
47.19/44.88	c cleaning 43003 clauses out of 86023 with flag 0/980001
49.42/47.11	c cleaning 43999 clauses out of 88020 with flag 0/1025001
51.75/49.35	c cleaning 45000 clauses out of 90021 with flag 0/1071001
53.99/51.56	c cleaning 46004 clauses out of 92021 with flag 0/1118001
56.43/53.95	c cleaning 46999 clauses out of 94017 with flag 0/1166001
58.76/56.24	c cleaning 48000 clauses out of 96017 with flag 0/1215000
61.30/58.76	c cleaning 48997 clauses out of 98018 with flag 0/1265001
63.75/61.16	c cleaning 50004 clauses out of 100021 with flag 0/1316001
66.29/63.69	c cleaning 50998 clauses out of 102017 with flag 0/1368001
68.85/66.19	c cleaning 52002 clauses out of 104019 with flag 0/1421001
71.39/68.64	c cleaning 52996 clauses out of 106016 with flag 0/1475000
74.05/71.21	c cleaning 54000 clauses out of 108020 with flag 0/1530000
76.79/73.93	c cleaning 55004 clauses out of 110020 with flag 0/1586000
79.33/76.46	c cleaning 55999 clauses out of 112016 with flag 0/1643000
82.09/79.17	c cleaning 56997 clauses out of 114017 with flag 0/1701000
85.04/82.03	c cleaning 57998 clauses out of 116021 with flag 0/1760001
88.28/85.25	c cleaning 58995 clauses out of 118022 with flag 0/1820000
91.65/88.50	c cleaning 60003 clauses out of 120027 with flag 0/1881000
94.79/91.68	c cleaning 61003 clauses out of 122025 with flag 0/1943001
98.18/94.92	c cleaning 61998 clauses out of 124021 with flag 0/2006000
101.55/98.27	c cleaning 63007 clauses out of 126023 with flag 0/2070000
105.42/102.03	c cleaning 63999 clauses out of 128017 with flag 0/2135001
109.36/105.94	c cleaning 64997 clauses out of 130018 with flag 0/2201001
113.02/109.60	c cleaning 66001 clauses out of 132020 with flag 0/2268000
116.78/113.29	c cleaning 67002 clauses out of 134019 with flag 0/2336000
120.43/116.87	c cleaning 67997 clauses out of 136018 with flag 0/2405001
124.69/121.06	c cleaning 69001 clauses out of 138021 with flag 0/2475001
127.73/124.10	c cleaning 69999 clauses out of 140020 with flag 0/2546001
131.16/127.41	c cleaning 71000 clauses out of 142021 with flag 0/2618001
134.69/130.90	c cleaning 71997 clauses out of 144020 with flag 0/2691000
139.24/135.41	c cleaning 73002 clauses out of 146024 with flag 0/2765001
143.37/139.55	c cleaning 73999 clauses out of 148022 with flag 0/2840001
148.11/144.27	c cleaning 75000 clauses out of 150023 with flag 0/2916001
152.54/148.67	c cleaning 76001 clauses out of 152022 with flag 0/2993000
156.70/152.76	c cleaning 77001 clauses out of 154022 with flag 0/3071001
160.76/156.77	c cleaning 78001 clauses out of 156021 with flag 0/3150001
164.91/160.89	c cleaning 79000 clauses out of 158020 with flag 0/3230001
169.58/165.44	c cleaning 79995 clauses out of 160019 with flag 0/3311000
173.93/169.71	c cleaning 81002 clauses out of 162024 with flag 0/3393000
178.42/174.19	c cleaning 82004 clauses out of 164023 with flag 0/3476001
183.17/178.88	c cleaning 82998 clauses out of 166018 with flag 0/3560000
188.05/183.61	c cleaning 84002 clauses out of 168020 with flag 0/3645000
192.81/188.32	c cleaning 85000 clauses out of 170019 with flag 0/3731001
197.81/193.20	c cleaning 85998 clauses out of 172018 with flag 0/3818000
203.22/198.50	c cleaning 86999 clauses out of 174020 with flag 0/3906000
208.47/203.62	c cleaning 88001 clauses out of 176022 with flag 0/3995001
213.72/208.80	c cleaning 88997 clauses out of 178020 with flag 0/4085000
219.00/214.09	c cleaning 90002 clauses out of 180024 with flag 0/4176001
224.27/219.21	c cleaning 91003 clauses out of 182022 with flag 0/4268001
229.74/224.64	c cleaning 91999 clauses out of 184018 with flag 0/4361000
234.84/229.60	c cleaning 92997 clauses out of 186019 with flag 0/4455000
240.24/234.90	c cleaning 93997 clauses out of 188022 with flag 0/4550000
246.06/240.66	c cleaning 95008 clauses out of 190026 with flag 0/4646001
251.56/246.11	c cleaning 95997 clauses out of 192017 with flag 0/4743000
257.26/251.65	c cleaning 97001 clauses out of 194021 with flag 0/4841001
262.64/256.91	c cleaning 97999 clauses out of 196020 with flag 0/4940001
268.47/262.69	c cleaning 98999 clauses out of 198020 with flag 0/5040000
274.13/268.17	c cleaning 99999 clauses out of 200022 with flag 0/5141001
279.77/273.79	c cleaning 101001 clauses out of 202023 with flag 0/5243001
285.47/279.38	c cleaning 102000 clauses out of 204021 with flag 0/5346000
290.86/284.69	c cleaning 103004 clauses out of 206021 with flag 0/5450000
296.97/290.73	c cleaning 103999 clauses out of 208017 with flag 0/5555000
303.05/296.78	c cleaning 105000 clauses out of 210018 with flag 0/5661000
309.47/303.10	c cleaning 105998 clauses out of 212018 with flag 0/5768000
315.76/309.22	c cleaning 106998 clauses out of 214021 with flag 0/5876001
321.98/315.39	c cleaning 107998 clauses out of 216023 with flag 0/5985001
328.38/321.63	c cleaning 109002 clauses out of 218024 with flag 0/6095000
335.28/328.42	c cleaning 110001 clauses out of 220023 with flag 0/6206001
341.26/334.38	c cleaning 111001 clauses out of 222021 with flag 0/6318000
347.22/340.29	c cleaning 111996 clauses out of 224020 with flag 0/6431000
353.80/346.78	c cleaning 113006 clauses out of 226025 with flag 0/6545001
361.05/353.99	c cleaning 113999 clauses out of 228019 with flag 0/6660001
367.89/360.79	c cleaning 114997 clauses out of 230019 with flag 0/6776000
375.56/368.37	c cleaning 116004 clauses out of 232022 with flag 0/6893000
383.25/375.96	c cleaning 116996 clauses out of 234019 with flag 0/7011001
390.45/383.02	c cleaning 117998 clauses out of 236022 with flag 0/7130000
398.22/390.78	c cleaning 119003 clauses out of 238025 with flag 0/7250001
406.30/398.75	c cleaning 120003 clauses out of 240022 with flag 0/7371001
414.82/407.13	c cleaning 120995 clauses out of 242019 with flag 0/7493001
423.36/415.53	c cleaning 122002 clauses out of 244023 with flag 0/7616000
431.66/423.70	c cleaning 122995 clauses out of 246021 with flag 0/7740000
440.32/432.23	c cleaning 124000 clauses out of 248026 with flag 0/7865000
449.00/440.72	c cleaning 125000 clauses out of 250027 with flag 0/7991001
457.51/449.15	c cleaning 126002 clauses out of 252027 with flag 0/8118001
466.23/457.88	c cleaning 127001 clauses out of 254025 with flag 0/8246001
475.66/467.15	c cleaning 128002 clauses out of 256024 with flag 0/8375001
484.15/475.54	c cleaning 128999 clauses out of 258022 with flag 0/8505001
493.35/484.62	c cleaning 130004 clauses out of 260023 with flag 0/8636001
502.21/493.47	c cleaning 130994 clauses out of 262018 with flag 0/8768000
510.82/501.97	c cleaning 131999 clauses out of 264024 with flag 0/8901000
520.21/511.27	c cleaning 133005 clauses out of 266025 with flag 0/9035000
529.50/520.48	c cleaning 134000 clauses out of 268020 with flag 0/9170000
538.40/529.26	c cleaning 135000 clauses out of 270021 with flag 0/9306001
547.95/538.72	c cleaning 135994 clauses out of 272021 with flag 0/9443001
556.81/547.51	c cleaning 137007 clauses out of 274026 with flag 0/9581000
565.76/556.49	c cleaning 138004 clauses out of 276019 with flag 0/9720000
575.16/565.74	c cleaning 138997 clauses out of 278015 with flag 0/9860000
584.26/574.79	c cleaning 140000 clauses out of 280018 with flag 0/10001000
593.38/583.70	c cleaning 140998 clauses out of 282018 with flag 0/10143000
602.74/593.06	c cleaning 142000 clauses out of 284021 with flag 0/10286001
612.21/602.48	c cleaning 142997 clauses out of 286020 with flag 0/10430000
622.36/612.41	c cleaning 144001 clauses out of 288024 with flag 0/10575001
631.97/621.90	c cleaning 145000 clauses out of 290022 with flag 0/10721000
641.83/631.63	c cleaning 145991 clauses out of 292022 with flag 0/10868000
651.47/641.19	c cleaning 147004 clauses out of 294033 with flag 0/11016002
661.41/650.97	c cleaning 148001 clauses out of 296028 with flag 0/11165001
671.82/661.24	c cleaning 149004 clauses out of 298027 with flag 0/11315001
681.93/671.28	c cleaning 150000 clauses out of 300023 with flag 0/11466001
692.93/682.13	c cleaning 150999 clauses out of 302022 with flag 0/11618000
703.11/692.26	c cleaning 152001 clauses out of 304023 with flag 0/11771000
712.99/702.00	c cleaning 152998 clauses out of 306022 with flag 0/11925000
723.65/712.45	c cleaning 154001 clauses out of 308025 with flag 0/12080001
734.46/723.05	c cleaning 155000 clauses out of 310024 with flag 0/12236001
744.63/733.10	c cleaning 156001 clauses out of 312023 with flag 0/12393000
754.89/743.25	c cleaning 157002 clauses out of 314022 with flag 0/12551000
765.28/753.49	c cleaning 158004 clauses out of 316021 with flag 0/12710001
775.76/763.71	c cleaning 158997 clauses out of 318016 with flag 0/12870000
785.65/773.54	c cleaning 160001 clauses out of 320019 with flag 0/13031000
796.16/783.99	c cleaning 160998 clauses out of 322019 with flag 0/13193001
806.46/794.17	c cleaning 162001 clauses out of 324021 with flag 0/13356001
816.46/804.08	c cleaning 162999 clauses out of 326020 with flag 0/13520001
827.09/814.52	c cleaning 163995 clauses out of 328020 with flag 0/13685000
838.53/825.76	c cleaning 165003 clauses out of 330026 with flag 0/13851001
849.13/836.25	c cleaning 165996 clauses out of 332022 with flag 0/14018000
860.45/847.38	c cleaning 167001 clauses out of 334027 with flag 0/14186001
872.30/859.05	c cleaning 168002 clauses out of 336026 with flag 0/14355001
883.44/870.04	c cleaning 168999 clauses out of 338023 with flag 0/14525000
894.01/880.52	c cleaning 170000 clauses out of 340025 with flag 0/14696001
904.20/890.67	c cleaning 171001 clauses out of 342026 with flag 0/14868002
915.43/901.76	c cleaning 171998 clauses out of 344024 with flag 0/15041001
926.89/913.09	c cleaning 173005 clauses out of 346025 with flag 0/15215000
939.07/925.16	c cleaning 173998 clauses out of 348021 with flag 0/15390001
950.76/936.76	c cleaning 175001 clauses out of 350022 with flag 0/15566000
962.39/948.12	c cleaning 176001 clauses out of 352021 with flag 0/15743000
974.67/960.24	c cleaning 176998 clauses out of 354020 with flag 0/15921000
987.32/972.78	c cleaning 178004 clauses out of 356023 with flag 0/16100001
998.57/983.88	c cleaning 179000 clauses out of 358018 with flag 0/16280000
1012.84/997.92	c cleaning 180000 clauses out of 360018 with flag 0/16461000
1025.54/1010.32	c cleaning 180998 clauses out of 362018 with flag 0/16643000
1037.59/1022.11	c cleaning 181998 clauses out of 364020 with flag 0/16826000
1049.06/1033.46	c cleaning 183006 clauses out of 366022 with flag 0/17010000
1062.09/1046.38	c cleaning 183997 clauses out of 368016 with flag 0/17195000
1074.62/1058.70	c cleaning 185002 clauses out of 370021 with flag 0/17381002
1087.49/1071.51	c cleaning 185998 clauses out of 372018 with flag 0/17568001
1100.18/1084.05	c cleaning 186998 clauses out of 374019 with flag 0/17756000
1113.20/1096.99	c cleaning 188003 clauses out of 376021 with flag 0/17945000
1126.59/1110.02	c cleaning 189000 clauses out of 378018 with flag 0/18135000
1140.12/1123.38	c cleaning 189998 clauses out of 380019 with flag 0/18326001
1153.92/1137.00	c cleaning 190999 clauses out of 382020 with flag 0/18518000
1167.17/1150.07	c cleaning 192002 clauses out of 384023 with flag 0/18711002
1180.03/1162.72	c cleaning 192997 clauses out of 386019 with flag 0/18905000
1193.52/1176.17	c cleaning 194003 clauses out of 388022 with flag 0/19100000
1206.07/1188.55	c cleaning 195002 clauses out of 390020 with flag 0/19296001
1219.47/1201.83	c cleaning 195997 clauses out of 392017 with flag 0/19493000
1232.85/1215.11	c cleaning 196999 clauses out of 394020 with flag 0/19691000
1247.63/1229.47	c cleaning 197996 clauses out of 396022 with flag 0/19890001
1261.10/1242.83	c cleaning 199003 clauses out of 398025 with flag 0/20090000
1275.09/1256.77	c cleaning 200001 clauses out of 400023 with flag 0/20291001
1289.27/1270.87	c cleaning 201000 clauses out of 402021 with flag 0/20493000
1304.06/1285.55	c cleaning 201999 clauses out of 404022 with flag 0/20696001
1319.03/1300.48	c cleaning 203002 clauses out of 406024 with flag 0/20900002
1334.13/1315.45	c cleaning 204002 clauses out of 408021 with flag 0/21105001
1348.73/1329.90	c cleaning 204995 clauses out of 410018 with flag 0/21311000
1363.84/1344.90	c cleaning 205998 clauses out of 412024 with flag 0/21518001
1377.40/1358.33	c cleaning 207002 clauses out of 414026 with flag 0/21726001
1391.60/1372.33	c cleaning 207997 clauses out of 416024 with flag 0/21935001
1406.26/1386.83	c cleaning 208998 clauses out of 418026 with flag 0/22145000
1422.46/1402.82	c cleaning 210004 clauses out of 420028 with flag 0/22356000
1437.50/1417.60	c cleaning 210997 clauses out of 422024 with flag 0/22568000
1453.09/1433.08	c cleaning 212005 clauses out of 424028 with flag 0/22781001
1468.09/1447.91	c cleaning 212996 clauses out of 426022 with flag 0/22995000
1485.17/1464.80	c cleaning 214002 clauses out of 428027 with flag 0/23210001
1499.96/1479.46	c cleaning 214999 clauses out of 430025 with flag 0/23426001
1516.39/1495.63	c cleaning 216002 clauses out of 432025 with flag 0/23643000
1532.59/1511.77	c cleaning 217002 clauses out of 434023 with flag 0/23861000
1548.07/1527.09	c cleaning 217997 clauses out of 436021 with flag 0/24080000
1562.95/1541.88	c cleaning 219003 clauses out of 438024 with flag 0/24300000
1580.66/1559.43	c cleaning 220005 clauses out of 440022 with flag 0/24521001
1596.06/1574.61	c cleaning 221000 clauses out of 442016 with flag 0/24743000
1611.18/1589.55	c cleaning 221997 clauses out of 444016 with flag 0/24966000
1627.71/1605.88	c cleaning 222999 clauses out of 446019 with flag 0/25190000
1643.82/1621.81	c cleaning 223997 clauses out of 448021 with flag 0/25415001
1659.76/1637.66	c cleaning 224997 clauses out of 450023 with flag 0/25641000
1674.54/1652.30	c cleaning 226001 clauses out of 452026 with flag 0/25868000
1692.34/1670.02	c cleaning 227002 clauses out of 454026 with flag 0/26096001
1710.28/1687.90	c cleaning 228001 clauses out of 456024 with flag 0/26325001
1725.89/1703.30	c cleaning 228999 clauses out of 458023 with flag 0/26555001
1742.80/1719.93	c cleaning 229999 clauses out of 460024 with flag 0/26786001
1760.44/1737.43	c cleaning 231002 clauses out of 462025 with flag 0/27018001
1777.01/1753.77	c cleaning 231998 clauses out of 464023 with flag 0/27251001
1793.09/1769.72	c cleaning 233004 clauses out of 466025 with flag 0/27485001
1809.61/1786.19	c cleaning 233998 clauses out of 468020 with flag 0/27720000
1827.51/1803.94	c cleaning 235001 clauses out of 470022 with flag 0/27956000
1843.52/1819.87	c cleaning 235995 clauses out of 472022 with flag 0/28193001
1861.67/1837.83	c cleaning 237000 clauses out of 474026 with flag 0/28431000
1878.87/1854.98	c cleaning 238004 clauses out of 476026 with flag 0/28670000
1896.36/1872.39	c cleaning 238997 clauses out of 478023 with flag 0/28910001
1914.78/1890.62	c cleaning 239999 clauses out of 480026 with flag 0/29151001
1931.82/1907.56	c cleaning 240999 clauses out of 482027 with flag 0/29393001
1950.56/1926.12	c cleaning 242002 clauses out of 484028 with flag 0/29636001
1968.00/1943.45	c cleaning 242998 clauses out of 486025 with flag 0/29880000
1983.95/1959.12	c cleaning 243997 clauses out of 488027 with flag 0/30125000
2002.25/1977.33	c cleaning 245005 clauses out of 490031 with flag 0/30371001
2021.25/1996.26	c cleaning 245999 clauses out of 492026 with flag 0/30618001
2038.85/2013.64	c cleaning 247005 clauses out of 494027 with flag 0/30866001
2056.68/2031.39	c cleaning 247997 clauses out of 496021 with flag 0/31115000
2076.05/2050.56	c cleaning 249003 clauses out of 498024 with flag 0/31365000
2096.13/2070.48	c cleaning 250002 clauses out of 500023 with flag 0/31616002
2114.46/2088.64	c cleaning 251001 clauses out of 502020 with flag 0/31868001
2131.70/2105.74	c cleaning 251995 clauses out of 504018 with flag 0/32121000
2149.01/2122.94	c cleaning 253002 clauses out of 506024 with flag 0/32375001
2168.29/2141.95	c cleaning 253997 clauses out of 508022 with flag 0/32630001
2185.33/2158.85	c cleaning 255001 clauses out of 510025 with flag 0/32886001
2202.57/2176.00	c cleaning 256002 clauses out of 512024 with flag 0/33143001
2221.75/2194.96	c cleaning 257004 clauses out of 514022 with flag 0/33401001
2240.83/2213.86	c cleaning 258000 clauses out of 516018 with flag 0/33660001
2257.78/2230.60	c cleaning 258999 clauses out of 518017 with flag 0/33920000
2275.92/2248.68	c cleaning 259997 clauses out of 520018 with flag 0/34181000
2294.70/2267.24	c cleaning 260998 clauses out of 522022 with flag 0/34443001
2314.50/2286.87	c cleaning 261999 clauses out of 524023 with flag 0/34706000
2333.69/2305.84	c cleaning 263001 clauses out of 526025 with flag 0/34970001
2355.71/2327.71	c cleaning 264002 clauses out of 528023 with flag 0/35235000
2375.66/2347.57	c cleaning 265003 clauses out of 530021 with flag 0/35501000
2396.50/2368.26	c cleaning 265999 clauses out of 532019 with flag 0/35768001
2417.61/2389.20	c cleaning 267000 clauses out of 534019 with flag 0/36036000
2439.36/2410.83	c cleaning 267996 clauses out of 536020 with flag 0/36305001
2460.75/2432.12	c cleaning 269001 clauses out of 538023 with flag 0/36575000
2481.48/2452.79	c cleaning 270000 clauses out of 540024 with flag 0/36846002
2502.35/2473.44	c cleaning 271002 clauses out of 542023 with flag 0/37118001
2523.57/2494.50	c cleaning 272001 clauses out of 544021 with flag 0/37391001
2545.41/2516.25	c cleaning 272998 clauses out of 546019 with flag 0/37665000
2565.17/2535.89	c cleaning 274001 clauses out of 548022 with flag 0/37940001
2587.48/2558.05	c cleaning 274996 clauses out of 550020 with flag 0/38216000
2609.30/2579.72	c cleaning 275998 clauses out of 552025 with flag 0/38493001
2630.75/2601.09	c cleaning 277003 clauses out of 554027 with flag 0/38771001
2652.57/2622.72	c cleaning 277997 clauses out of 556024 with flag 0/39050001
2676.56/2646.42	c cleaning 279003 clauses out of 558027 with flag 0/39330001
2700.57/2670.27	c cleaning 280002 clauses out of 560023 with flag 0/39611000
2722.20/2691.70	c cleaning 281004 clauses out of 562022 with flag 0/39893001
2744.94/2714.32	c cleaning 281997 clauses out of 564018 with flag 0/40176001
2768.28/2737.51	c cleaning 283001 clauses out of 566020 with flag 0/40460000
2790.60/2759.75	c cleaning 283993 clauses out of 568020 with flag 0/40745001
2812.27/2781.23	c cleaning 285000 clauses out of 570026 with flag 0/41031000
2836.35/2805.18	c cleaning 286004 clauses out of 572026 with flag 0/41318000
2859.27/2827.90	c cleaning 286997 clauses out of 574023 with flag 0/41606001
2883.21/2851.76	c cleaning 287996 clauses out of 576026 with flag 0/41895001
2907.99/2876.29	c cleaning 289005 clauses out of 578030 with flag 0/42185001
2930.30/2898.39	c cleaning 289999 clauses out of 580025 with flag 0/42476001
2954.79/2922.68	c cleaning 290995 clauses out of 582025 with flag 0/42768000
2977.62/2945.35	c cleaning 292001 clauses out of 584030 with flag 0/43061000
3001.40/2969.01	c cleaning 293000 clauses out of 586030 with flag 0/43355001
3026.78/2993.90	c cleaning 294004 clauses out of 588029 with flag 0/43650000
3050.59/3017.54	c cleaning 295002 clauses out of 590026 with flag 0/43946001
3076.24/3043.01	c cleaning 296002 clauses out of 592024 with flag 0/44243001
3105.14/3071.83	c cleaning 296998 clauses out of 594021 with flag 0/44541000
3130.63/3097.11	c cleaning 298001 clauses out of 596024 with flag 0/44840001
3160.34/3126.69	c cleaning 299002 clauses out of 598023 with flag 0/45140001
3186.48/3152.53	c cleaning 299994 clauses out of 600020 with flag 0/45441000
3211.34/3177.01	c cleaning 300999 clauses out of 602026 with flag 0/45743000
3240.15/3205.69	c cleaning 302001 clauses out of 604028 with flag 0/46046001
3268.46/3233.78	c cleaning 302998 clauses out of 606026 with flag 0/46350000
3294.71/3259.86	c cleaning 304000 clauses out of 608029 with flag 0/46655001
3323.01/3288.00	c cleaning 305001 clauses out of 610029 with flag 0/46961001
3351.99/3316.69	c cleaning 305998 clauses out of 612028 with flag 0/47268001
3393.33/3357.74	c cleaning 307010 clauses out of 614030 with flag 0/47576001
3423.48/3387.58	c cleaning 308001 clauses out of 616019 with flag 0/47885000
3453.34/3417.09	c cleaning 308996 clauses out of 618019 with flag 0/48195001
3484.50/3447.92	c cleaning 309998 clauses out of 620022 with flag 0/48506000
3511.58/3474.63	c cleaning 310996 clauses out of 622024 with flag 0/48818000
3538.69/3501.53	c cleaning 312002 clauses out of 624028 with flag 0/49131000
3571.23/3534.00	c cleaning 313003 clauses out of 626027 with flag 0/49445001
3600.00/3562.40	c starts		: 1
3600.00/3562.41	c conflicts		: 49760000
3600.00/3562.41	c decisions		: 55083143
3600.00/3562.41	c propagations		: 489606817
3600.00/3562.41	c inspects		: 28291310102
3600.00/3562.41	c shortcuts		: 0
3600.00/3562.41	c learnt literals	: 0
3600.00/3562.41	c learnt binary clauses	: 0
3600.00/3562.41	c learnt ternary clauses	: 1
3600.00/3562.41	c learnt constraints	: 49760000
3600.00/3562.41	c ignored constraints	: 0
3600.00/3562.41	c root simplifications	: 0
3600.00/3562.41	c removed literals (reason simplification)	: 0
3600.00/3562.41	c reason swapping (by a shorter reason)	: 0
3600.00/3562.41	c Calls to reduceDB	: 311
3600.00/3562.41	c Number of update (reduction) of LBD	: 55244109
3600.00/3562.41	c Imported unit clauses	: 0
3600.00/3562.41	c No decision after first conflict	: false
3600.00/3562.41	c number of reductions to clauses (during analyze)	: 0
3600.00/3562.41	c number of learned constraints concerned by reduction	: 0
3600.00/3562.41	c number of learning phase by resolution	: 0
3600.00/3562.41	c number of learning phase by cutting planes	: 0
3600.00/3562.41	c number of rounding to 1 operations	: 0
3600.00/3562.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3562.41	c number of reductions of the coefficients by power 2 	: 0
3600.00/3562.41	c number of right shift for reduction by power 2 	: 0
3600.00/3562.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3562.41	c number of ending skipping 	: 0
3600.00/3562.41	c number of internal skipping 	: 0
3600.00/3562.41	c number of derivation steps 	: 449974870
3600.00/3562.41	c number of skipped derivation steps 	: 0
3600.00/3562.41	c number of remaining unassigned 	: 0
3600.00/3562.41	c number of remaining assigned 	: 0
3600.00/3562.41	c number of falsified literals weakened from reason	: 0
3600.00/3562.41	c number of falsified literals weakened from conflict	: 0
3600.00/3562.41	c time for arithmetic operations	: 0
3600.00/3562.41	c minimum degree of deleted constraints	: 1
3600.00/3562.41	c maximum degree of deleted constraints	: 1
3600.00/3562.41	c number of deleted constraints	: 49343473
3600.00/3562.41	c speed (assignments/second)	: 137441.6714763096
3600.00/3562.41	c non guided choices	: 14085
3600.00/3562.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 628023
3600.00/3562.47	s UNKNOWN
3600.00/3562.47	c Total wall clock time (in seconds): 3562.376

Verifier Data

ERROR: no interpretation found !

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-4801437-1782556877/watcher-4801437-1782556877 -o /tmp/evaluation-result-4801437-1782556877/solver-4801437-1782556877 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4801437-1782556877/vars-4801437-1782556877 --bin-var /tmp/runsolver-exch-nodeE005-1782553298-2337092 --watchdog 3760 java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4801437-1782556877.opb 

running on 4 cores: 56-59

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-1,3,5-8,10-11,16-17,19-20,22-23,25-29,33-35,45-48,50,52,54
  3550 MHz: 2,4,12-15,21,30-32,40-44,53,55
  3600 MHz: 9,18,24,36-39,49,51,56-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 56-59

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (103139 MiB free)
  node 1: cores 8-15, 129019 MiB (103710 MiB free)
  node 2: cores 16-23, 128973 MiB (113298 MiB free)
  node 3: cores 24-31, 129003 MiB (111104 MiB free)
  node 4: cores 32-39, 129019 MiB (108611 MiB free)
  node 5: cores 40-47, 129019 MiB (111437 MiB free)
  node 6: cores 48-55, 129019 MiB (113297 MiB free)
  node 7: cores 56-63, 128474 MiB (102514 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100059 s]*
/proc/loadavg: 16.39 16.37 16.29 19/1173 2339217
/proc/meminfo: memFree=887795428/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=34900044 memory=60020 CPUtime=0.19 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 7833 0 0 0 18 1 0 0 20 0 19 0 188975634 35737645056 14477 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8725011 15005 6217 1 0 33077 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=34900044 memory=5963408912 CPUtime=0.09 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 3273 0 0 0 9 0 0 0 20 0 19 0 188975635 35737645056 14477 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=34900044 memory=211409961334 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 188975636 35737645056 14477 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=34900044 memory=60680137099333 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 188975636 35737645056 14477 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=34900044 memory=56290697300269 CPUtime=0 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 188975636 35737645056 14477 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=34900044 memory=52992195971751 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 188975637 35737645056 14477 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=34900044 memory=13845257397770360 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 188975637 35737645056 14477 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 60020 KiB

[startup+0.214278 s]*
/proc/loadavg: 16.39 16.37 16.29 19/1176 2339220
/proc/meminfo: memFree=887585216/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35099736 memory=99844 CPUtime=0.55 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 9625 0 0 0 53 2 0 0 20 0 22 0 188975634 35942129664 24482 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8774934 24961 6233 1 0 47335 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35099736 memory=7957700018829550391 CPUtime=0.19 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 3355 0 0 0 19 0 0 0 20 0 22 0 188975635 35942129664 24482 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35099736 memory=3230 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975636 35942129664 24482 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35099736 memory=59580625453545 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 188975636 35942129664 24482 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35099736 memory=55191185654365 CPUtime=0 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975636 35942129664 24482 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35099736 memory=62883505636130 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975637 35942129664 24482 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35099736 memory=13563782421021955 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975637 35942129664 24482 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35099736 memory=1536004 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975647 35942129664 24482 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 99844 KiB

[startup+0.314423 s]*
/proc/loadavg: 16.39 16.37 16.29 21/1176 2339220
/proc/meminfo: memFree=887450428/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35099736 memory=175440 CPUtime=0.85 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 11197 0 0 0 82 3 0 0 20 0 22 0 188975634 35942129664 43391 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8774934 43860 6239 1 0 78683 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35099736 memory=-7163919111969661542 CPUtime=0.3 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 3386 0 0 0 29 1 0 0 20 0 22 0 188975635 35942129664 43391 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975636 35942129664 43391 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 188975636 35942129664 43391 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975636 35942129664 43391 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975637 35942129664 43391 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975637 35942129664 43391 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975647 35942129664 43391 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 0.85 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 175440 KiB

[startup+0.700309 s]
/proc/loadavg: 16.39 16.37 16.29 22/1182 2339241
/proc/meminfo: memFree=887392544/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35232864 memory=226272 CPUtime=1.9 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 12147 0 0 0 185 5 0 0 20 0 24 0 188975634 36078452736 56217 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8808216 56568 6255 1 0 162652 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35232864 memory=0 CPUtime=0.63 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 3412 0 0 0 61 2 0 0 20 0 24 0 188975635 36078452736 56217 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975636 36078452736 56217 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35232864 memory=4844 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 24 0 188975636 36078452736 56217 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975636 36078452736 56217 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35232864 memory=11980 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975637 36078452736 56217 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975637 36078452736 56217 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975647 36078452736 56217 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 226272 KiB

[startup+1.50023 s]
/proc/loadavg: 16.39 16.37 16.29 24/1222 2339344
/proc/meminfo: memFree=886877040/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35232864 memory=519264 CPUtime=2.78 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 12864 0 0 0 270 8 0 0 20 0 23 0 188975634 36078452736 129548 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8808216 129816 6255 1 0 162656 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35232864 memory=4844 CPUtime=1.41 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 3712 0 0 0 136 5 0 0 20 0 23 0 188975635 36078452736 129548 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35232864 memory=11980 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 129548 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 129548 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35232864 memory=2321 CPUtime=0 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 129548 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 129548 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 129548 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35232864 memory=237062327007 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975647 36078452736 129548 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 519264 KiB

[startup+3.11402 s]
/proc/loadavg: 16.92 16.48 16.33 17/1232 2339361
/proc/meminfo: memFree=885595448/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35232864 memory=523436 CPUtime=4.55 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 15645 0 0 0 446 9 0 0 20 0 24 0 188975634 36078452736 130582 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8808216 130859 6255 1 0 162657 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35232864 memory=2321 CPUtime=3 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 3953 0 0 0 295 5 0 0 20 0 24 0 188975635 36078452736 130582 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35232864 memory=-7163919111969661542 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975636 36078452736 130582 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35232864 memory=4844 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 24 0 188975636 36078452736 130582 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35232864 memory=11980 CPUtime=0 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975636 36078452736 130582 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35232864 memory=521388 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975637 36078452736 130582 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35232864 memory=139981574112906 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975637 36078452736 130582 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35232864 memory=328700 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975647 36078452736 130582 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 4.55 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 523436 KiB

[startup+6.3002 s]

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

/proc/meminfo: memFree=812942116/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35232864 memory=3389144 CPUtime=3317.43 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 202357 0 0 0 331607 136 0 0 20 0 23 0 188975634 36078452736 847220 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8808216 847286 6286 1 0 866361 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35232864 memory=3389144 CPUtime=3249.29 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 87990 0 0 0 324876 53 0 0 20 0 23 0 188975635 36078452736 847220 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35232864 memory=3389144 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 847220 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35232864 memory=3422552 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 847220 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35232864 memory=166868 CPUtime=0.09 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 98 0 0 0 5 4 0 0 20 0 23 0 188975636 36078452736 847220 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35232864 memory=15628 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 847220 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35232864 memory=1936 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 836 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 847220 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35232864 memory=4844 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975647 36078452736 847220 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 3317.43 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3389144 KiB

[startup+3342.3 s]
/proc/loadavg: 16.61 16.46 16.51 17/1224 2340256
/proc/meminfo: memFree=808542156/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35232864 memory=3322328 CPUtime=3377.9 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 202778 0 0 0 337653 137 0 0 20 0 23 0 188975634 36078452736 830472 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8808216 830582 6286 1 0 849625 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35232864 memory=15628 CPUtime=3308.77 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 88156 0 0 0 330824 53 0 0 20 0 23 0 188975635 36078452736 830472 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35232864 memory=3355736 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 830472 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 830472 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35232864 memory=3322328 CPUtime=0.1 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 98 0 0 0 5 5 0 0 20 0 23 0 188975636 36078452736 830472 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35232864 memory=3355736 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 830472 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35232864 memory=15628 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 841 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 830472 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35232864 memory=166868 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975647 36078452736 830472 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 3377.9 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3322328 KiB

[startup+3402.3 s]
/proc/loadavg: 17.21 16.68 16.58 17/1223 2340257
/proc/meminfo: memFree=809489968/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35232864 memory=3946840 CPUtime=3438.52 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 205076 0 0 0 343711 141 0 0 20 0 23 0 188975634 36078452736 986424 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8808216 986710 6286 1 0 1008617 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35232864 memory=3355736 CPUtime=3368.18 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 89226 0 0 0 336762 56 0 0 20 0 23 0 188975635 36078452736 986424 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35232864 memory=3322328 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 986424 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35232864 memory=3572888 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 986424 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35232864 memory=3940 CPUtime=0.1 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 101 0 0 0 5 5 0 0 20 0 23 0 188975636 36078452736 986424 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35232864 memory=166868 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 986424 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 841 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 986424 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35232864 memory=166868 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975647 36078452736 986424 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 3438.52 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3946840 KiB

[startup+3462.3 s]
/proc/loadavg: 17.04 16.71 16.60 17/1221 2340258
/proc/meminfo: memFree=807679596/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35232864 memory=3897496 CPUtime=3499.23 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 205992 0 0 0 349781 142 0 0 20 0 23 0 188975634 36078452736 974104 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8808216 974374 6286 1 0 996065 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35232864 memory=3355736 CPUtime=3427.55 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 89787 0 0 0 342699 56 0 0 20 0 23 0 188975635 36078452736 974104 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35232864 memory=3322328 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 974104 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35232864 memory=3572888 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 974104 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35232864 memory=3940 CPUtime=0.1 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 101 0 0 0 5 5 0 0 20 0 23 0 188975636 36078452736 974104 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35232864 memory=166868 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 974104 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 864 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 974104 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35232864 memory=3897496 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975647 36078452736 974104 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 3499.23 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 3897496 KiB

[startup+3522.3 s]
/proc/loadavg: 16.71 16.70 16.60 18/1220 2340259
/proc/meminfo: memFree=805337800/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35232864 memory=4719900 CPUtime=3559.67 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 207963 0 0 0 355820 147 0 0 20 0 23 0 188975634 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8808216 1179975 6286 1 0 1205265 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35232864 memory=3913944 CPUtime=3487.06 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 90676 0 0 0 348647 59 0 0 20 0 23 0 188975635 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35232864 memory=166868 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35232864 memory=3946840 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35232864 memory=3322328 CPUtime=0.1 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 102 0 0 0 5 5 0 0 20 0 23 0 188975636 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35232864 memory=4769244 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35232864 memory=4719900 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 864 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35232864 memory=4719900 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975647 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 3559.67 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4719900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562.4 s]
/proc/loadavg: 16.77 16.72 16.61 17/1197 2341126
/proc/meminfo: memFree=845985184/1055320704 swapFree=33554428/33554428
[pid=2339193] ppid=2339190 vsize=35232864 memory=4719900 CPUtime=3600 cores=56-59
/proc/2339193/stat : 2339193 (java) S 2339190 2339193 2337068 0 -1 4194304 209363 0 0 0 359852 148 0 0 20 0 23 0 188975634 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
/proc/2339193/statm: 8808216 1179975 6286 1 0 1205265 0
[pid=2339193/tid=2339195] ppid=2339190 vsize=35232864 memory=4708 CPUtime=3526.84 cores=56-59
/proc/2339193/task/2339195/stat : 2339195 (java) R 2339190 2339193 2337068 0 -1 4194368 91766 0 0 0 352624 60 0 0 20 0 23 0 188975635 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339206] ppid=2339190 vsize=35232864 memory=-7163919111969661542 CPUtime=0 cores=56-59
/proc/2339193/task/2339206/stat : 2339206 (Referen..andler) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339207] ppid=2339190 vsize=35232864 memory=12756 CPUtime=0 cores=56-59
/proc/2339193/task/2339207/stat : 2339207 (Finalizer) S 2339190 2339193 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975636 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339210] ppid=2339190 vsize=35232864 memory=4719900 CPUtime=0.1 cores=56-59
/proc/2339193/task/2339210/stat : 2339210 (Monitor..Thread) S 2339190 2339193 2337068 0 -1 4194368 102 0 0 0 5 5 0 0 20 0 23 0 188975636 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339213] ppid=2339190 vsize=35232864 memory=4719900 CPUtime=0 cores=56-59
/proc/2339193/task/2339213/stat : 2339213 (Notific..Thread) S 2339190 2339193 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339214] ppid=2339190 vsize=35232864 memory=-7163919111969661542 CPUtime=0 cores=56-59
/proc/2339193/task/2339214/stat : 2339214 (Common-Cleaner) S 2339190 2339193 2337068 0 -1 4194368 882 0 0 0 0 0 0 0 20 0 23 0 188975637 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
[pid=2339193/tid=2339219] ppid=2339190 vsize=35232864 memory=5804 CPUtime=0 cores=56-59
/proc/2339193/task/2339219/stat : 2339219 (Timer-0) S 2339190 2339193 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975647 36078452736 1179673 18446744073709551615 94127109713920 94127109717616 140731477468720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94127109725480 94127109726224 94127138758656 140731477473489 140731477473632 140731477473632 140731477479368 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4719900 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.69 s, system=1.50265 s

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

Child status: 143

Real time (s): 3562.49
CPU time (s): 3600.19
CPU user time (s): 3598.69
CPU system time (s): 1.50265
CPU usage (%): 101.059
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 4769244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.69
system time used= 1.50265
maximum resident set size= 4767972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212170
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156541
involuntary context switches= 7567


# summary of solver processes directly reported to runsolver:
#   pid: 2339193
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.69
#   total CPU system time (s): 1.50265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7049 second user time and 41.0129 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-06-27 12:41:17
IDJOB=4801437
IDBENCH=160179
IDSOLVER=3600
FILE ID=nodeE005/4801437-1782556877
RUNJOBID= nodeE005-1782553298-2337092
SLURM_JOB_ID= 12524560
Free space on /tmp= 798084 MiB

SOLVER NAME= Sat4j CuttingPlanes 2026-06-10
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n200-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4801437-1782556877/watcher-4801437-1782556877 -o /tmp/evaluation-result-4801437-1782556877/solver-4801437-1782556877 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4801437-1782556877/vars-4801437-1782556877 --bin-var /tmp/runsolver-exch-nodeE005-1782553298-2337092 --watchdog 3760  java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4801437-1782556877.opb

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

MD5SUM BENCH= c176644d6571ad8344e3e4d62cfd8aa6
RANDOM SEED=2136244665

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3573.531
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		: 3581.308
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		: 3586.209
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		: 3587.487
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.180
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		: 3584.538
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		: 3577.871
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		: 3577.899
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		: 3576.671
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		: 3577.894
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:        887953368 kB
MemAvailable:   1041778252 kB
Buffers:            2348 kB
Cached:         158455516 kB
SwapCached:            0 kB
Active:          7317916 kB
Inactive:       156673244 kB
Active(anon):    6400096 kB
Inactive(anon):        0 kB
Active(file):     917820 kB
Inactive(file): 156673244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5552 kB
Writeback:             0 kB
AnonPages:       5536556 kB
Mapped:           212712 kB
Shmem:            866792 kB
KReclaimable:    1502460 kB
Slab:            2069820 kB
SReclaimable:    1502460 kB
SUnreclaim:       567360 kB
KernelStack:       19024 kB
PageTables:        19076 kB
SecPageTables:     15324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:    8706976 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482400 kB
VmallocChunk:          0 kB
Percpu:           130048 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4792320 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= 798048 MiB
End job on nodeE005 at 2026-06-27 13:40:40