Trace number 4801353

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.18 3557.39

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n226-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUM27eb895219022906179f5787f6bd1fb2
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.05856
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables339
Total number of constraints904
Number of constraints which are clauses904
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB26fixedPrime.v20260610
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	26.0.1+8-34
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		26.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		30265512
0.00/0.07	c Max memory 		32178700288
0.00/0.07	c Total memory 		33554432
0.00/0.07	c Number of processors 	4
0.00/0.11	c Pseudo Boolean Optimization by upper bound
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c  - never skip resolution steps
0.00/0.11	c  - Auto-division on coefficients is disabled
0.00/0.11	c  - No postprocessing
0.00/0.11	c  - Conflict is considered as is when resolving
0.00/0.11	c  - Use constraints as they come during conflict analysis
0.00/0.11	c  - Weaken first using unassigned literals
0.00/0.11	c  - Bump strategy: ALWAYS_ONE
0.00/0.11	c  - Bumper: EFFECTIVE
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@3f102e87
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Dynamic restart strategy considering the size of the coefficients
0.00/0.11	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@7d4793a8
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c Listener: none
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-4801353-1782556876.opb
0.00/0.11	c reading problem ... 
0.15/0.11	c  no objective function found
0.15/0.14	c ... done. Wall clock time 0.028s.
0.15/0.14	c declared #vars     339
0.15/0.14	c #constraints  904
0.15/0.14	c constraints type 
0.15/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 904
0.15/0.14	c 904 constraints processed.
1.42/0.53	c cleaning 2498 clauses out of 5000 with flag 0/5000
2.18/0.80	c cleaning 4243 clauses out of 8502 with flag 0/11000
2.58/1.13	c cleaning 5625 clauses out of 11259 with flag 0/18000
2.98/1.49	c cleaning 6813 clauses out of 13635 with flag 0/26001
3.38/1.88	c cleaning 7907 clauses out of 15823 with flag 0/35002
3.89/2.31	c cleaning 8951 clauses out of 17914 with flag 0/45000
4.34/2.79	c cleaning 9975 clauses out of 19964 with flag 0/56001
4.95/3.32	c cleaning 10988 clauses out of 21988 with flag 0/68000
5.55/3.92	c cleaning 11996 clauses out of 24001 with flag 0/81001
6.17/4.56	c cleaning 12997 clauses out of 26004 with flag 0/95000
6.88/5.21	c cleaning 13997 clauses out of 28008 with flag 0/110001
7.50/5.89	c cleaning 14998 clauses out of 30010 with flag 0/126000
8.39/6.68	c cleaning 15998 clauses out of 32013 with flag 0/143001
9.34/7.58	c cleaning 16995 clauses out of 34014 with flag 0/161000
10.36/8.54	c cleaning 18000 clauses out of 36019 with flag 0/180000
11.38/9.51	c cleaning 19002 clauses out of 38020 with flag 0/200001
12.39/10.51	c cleaning 20004 clauses out of 40017 with flag 0/221000
13.52/11.64	c cleaning 20998 clauses out of 42013 with flag 0/243000
14.73/12.86	c cleaning 22000 clauses out of 44015 with flag 0/266000
16.08/14.11	c cleaning 23000 clauses out of 46015 with flag 0/290000
17.40/15.43	c cleaning 24003 clauses out of 48017 with flag 0/315002
18.82/16.85	c cleaning 24999 clauses out of 50013 with flag 0/341001
20.36/18.37	c cleaning 26004 clauses out of 52015 with flag 0/368002
22.21/20.11	c cleaning 26997 clauses out of 54009 with flag 0/396000
24.05/21.91	c cleaning 27997 clauses out of 56013 with flag 0/425001
25.77/23.64	c cleaning 29001 clauses out of 58016 with flag 0/455001
27.60/25.46	c cleaning 30000 clauses out of 60014 with flag 0/486000
29.45/27.23	c cleaning 30997 clauses out of 62014 with flag 0/518000
31.49/29.25	c cleaning 31999 clauses out of 64017 with flag 0/551000
33.54/31.28	c cleaning 33001 clauses out of 66019 with flag 0/585001
35.57/33.21	c cleaning 34000 clauses out of 68017 with flag 0/620000
37.62/35.28	c cleaning 35002 clauses out of 70017 with flag 0/656000
39.85/37.43	c cleaning 35999 clauses out of 72015 with flag 0/693000
41.89/39.49	c cleaning 37003 clauses out of 74017 with flag 0/731001
44.10/41.60	c cleaning 37998 clauses out of 76013 with flag 0/770000
46.42/43.91	c cleaning 38995 clauses out of 78015 with flag 0/810000
48.67/46.13	c cleaning 39998 clauses out of 80020 with flag 0/851000
50.99/48.45	c cleaning 41001 clauses out of 82023 with flag 0/893001
53.33/50.74	c cleaning 42006 clauses out of 84021 with flag 0/936000
55.80/53.14	c cleaning 42998 clauses out of 86016 with flag 0/980001
58.33/55.62	c cleaning 43998 clauses out of 88017 with flag 0/1025000
60.79/58.02	c cleaning 44999 clauses out of 90019 with flag 0/1071000
63.43/60.67	c cleaning 46001 clauses out of 92020 with flag 0/1118000
66.18/63.32	c cleaning 47002 clauses out of 94021 with flag 0/1166002
69.44/66.50	c cleaning 47998 clauses out of 96018 with flag 0/1215001
72.60/69.64	c cleaning 48998 clauses out of 98019 with flag 0/1265000
75.45/72.49	c cleaning 50002 clauses out of 100021 with flag 0/1316000
78.61/75.53	c cleaning 51003 clauses out of 102019 with flag 0/1368000
81.85/78.73	c cleaning 52002 clauses out of 104017 with flag 0/1421001
85.22/82.05	c cleaning 52995 clauses out of 106015 with flag 0/1475001
88.99/85.76	c cleaning 54004 clauses out of 108019 with flag 0/1530000
92.26/88.99	c cleaning 54999 clauses out of 110016 with flag 0/1586001
95.80/92.42	c cleaning 55997 clauses out of 112016 with flag 0/1643000
99.49/96.06	c cleaning 57001 clauses out of 114019 with flag 0/1701000
103.03/99.51	c cleaning 58002 clauses out of 116018 with flag 0/1760000
106.64/103.04	c cleaning 58998 clauses out of 118017 with flag 0/1820001
110.18/106.56	c cleaning 60002 clauses out of 120019 with flag 0/1881001
113.95/110.23	c cleaning 61000 clauses out of 122017 with flag 0/1943001
117.81/114.02	c cleaning 61996 clauses out of 124016 with flag 0/2006000
121.75/117.96	c cleaning 63001 clauses out of 126020 with flag 0/2070000
125.69/121.83	c cleaning 64002 clauses out of 128020 with flag 0/2135001
129.75/125.80	c cleaning 64999 clauses out of 130017 with flag 0/2201000
134.06/130.05	c cleaning 65998 clauses out of 132018 with flag 0/2268000
138.74/134.64	c cleaning 66998 clauses out of 134020 with flag 0/2336000
143.54/139.35	c cleaning 68000 clauses out of 136023 with flag 0/2405001
148.54/144.23	c cleaning 68997 clauses out of 138022 with flag 0/2475000
153.28/148.92	c cleaning 70002 clauses out of 140025 with flag 0/2546000
158.23/153.81	c cleaning 71002 clauses out of 142023 with flag 0/2618000
163.08/158.67	c cleaning 72000 clauses out of 144022 with flag 0/2691001
168.04/163.56	c cleaning 72998 clauses out of 146022 with flag 0/2765001
173.19/168.63	c cleaning 74001 clauses out of 148024 with flag 0/2840001
178.54/173.94	c cleaning 75000 clauses out of 150023 with flag 0/2916001
183.51/178.81	c cleaning 76002 clauses out of 152023 with flag 0/2993001
188.47/183.77	c cleaning 76996 clauses out of 154020 with flag 0/3071000
193.53/188.71	c cleaning 78005 clauses out of 156024 with flag 0/3150000
199.05/194.19	c cleaning 79002 clauses out of 158019 with flag 0/3230000
204.40/199.41	c cleaning 80001 clauses out of 160018 with flag 0/3311001
209.76/204.78	c cleaning 80997 clauses out of 162016 with flag 0/3393000
215.51/210.41	c cleaning 82000 clauses out of 164020 with flag 0/3476001
221.97/216.88	c cleaning 82997 clauses out of 166019 with flag 0/3560000
228.27/223.08	c cleaning 84003 clauses out of 168022 with flag 0/3645000
234.36/229.10	c cleaning 85000 clauses out of 170019 with flag 0/3731000
240.42/235.03	c cleaning 85998 clauses out of 172019 with flag 0/3818000
246.51/241.09	c cleaning 87000 clauses out of 174022 with flag 0/3906001
252.46/246.98	c cleaning 88000 clauses out of 176021 with flag 0/3995000
258.68/253.08	c cleaning 88995 clauses out of 178021 with flag 0/4085000
264.76/259.08	c cleaning 90003 clauses out of 180026 with flag 0/4176000
271.41/265.68	c cleaning 91003 clauses out of 182024 with flag 0/4268001
277.94/272.02	c cleaning 91997 clauses out of 184021 with flag 0/4361001
283.63/277.65	c cleaning 93004 clauses out of 186023 with flag 0/4455000
290.21/284.13	c cleaning 93997 clauses out of 188019 with flag 0/4550000
297.00/290.73	c cleaning 94997 clauses out of 190022 with flag 0/4646000
303.57/297.24	c cleaning 96003 clauses out of 192025 with flag 0/4743000
310.01/303.60	c cleaning 97002 clauses out of 194022 with flag 0/4841000
316.95/310.52	c cleaning 98001 clauses out of 196020 with flag 0/4940000
323.62/317.16	c cleaning 99003 clauses out of 198020 with flag 0/5040001
330.95/324.36	c cleaning 99997 clauses out of 200016 with flag 0/5141000
338.05/331.35	c cleaning 100999 clauses out of 202019 with flag 0/5243000
345.43/338.62	c cleaning 101998 clauses out of 204020 with flag 0/5346000
352.51/345.69	c cleaning 103004 clauses out of 206023 with flag 0/5450001
360.20/353.27	c cleaning 103999 clauses out of 208018 with flag 0/5555000
367.58/360.52	c cleaning 104999 clauses out of 210019 with flag 0/5661000
374.18/367.07	c cleaning 106001 clauses out of 212021 with flag 0/5768001
381.62/374.41	c cleaning 106999 clauses out of 214019 with flag 0/5876000
388.51/381.25	c cleaning 108001 clauses out of 216020 with flag 0/5985000
396.59/389.23	c cleaning 109002 clauses out of 218020 with flag 0/6095001
404.05/396.52	c cleaning 109998 clauses out of 220017 with flag 0/6206000
412.12/404.50	c cleaning 110999 clauses out of 222020 with flag 0/6318001
420.37/412.60	c cleaning 111999 clauses out of 224020 with flag 0/6431000
428.74/420.97	c cleaning 113000 clauses out of 226021 with flag 0/6545000
437.55/429.63	c cleaning 114003 clauses out of 228022 with flag 0/6660001
447.50/439.49	c cleaning 115001 clauses out of 230019 with flag 0/6776001
456.30/448.09	c cleaning 116001 clauses out of 232017 with flag 0/6893000
464.84/456.52	c cleaning 117001 clauses out of 234016 with flag 0/7011000
473.15/464.77	c cleaning 117996 clauses out of 236015 with flag 0/7130000
482.20/473.62	c cleaning 119001 clauses out of 238019 with flag 0/7250000
491.55/482.85	c cleaning 120003 clauses out of 240019 with flag 0/7371001
500.38/491.58	c cleaning 120994 clauses out of 242015 with flag 0/7493000
509.38/500.40	c cleaning 121999 clauses out of 244022 with flag 0/7616001
517.48/508.48	c cleaning 123004 clauses out of 246022 with flag 0/7740000
526.83/517.68	c cleaning 124003 clauses out of 248020 with flag 0/7865002
534.93/525.61	c cleaning 125000 clauses out of 250016 with flag 0/7991001
543.91/534.51	c cleaning 125997 clauses out of 252016 with flag 0/8118001
552.88/543.36	c cleaning 126999 clauses out of 254018 with flag 0/8246000
562.27/552.61	c cleaning 128000 clauses out of 256020 with flag 0/8375001
571.68/561.91	c cleaning 128999 clauses out of 258019 with flag 0/8505000
580.52/570.68	c cleaning 129999 clauses out of 260020 with flag 0/8636000
589.90/579.84	c cleaning 131000 clauses out of 262021 with flag 0/8768000
599.40/589.21	c cleaning 132003 clauses out of 264022 with flag 0/8901001
608.60/598.35	c cleaning 133000 clauses out of 266019 with flag 0/9035001
617.94/607.53	c cleaning 133999 clauses out of 268018 with flag 0/9170000
628.35/617.86	c cleaning 135001 clauses out of 270019 with flag 0/9306000
638.08/627.42	c cleaning 136004 clauses out of 272019 with flag 0/9443001
648.96/638.20	c cleaning 136996 clauses out of 274014 with flag 0/9581000
658.44/647.54	c cleaning 137999 clauses out of 276019 with flag 0/9720001
668.76/657.70	c cleaning 139003 clauses out of 278019 with flag 0/9860000
678.95/667.89	c cleaning 139998 clauses out of 280017 with flag 0/10001001
691.86/680.68	c cleaning 140999 clauses out of 282018 with flag 0/10143000
703.79/692.43	c cleaning 141997 clauses out of 284019 with flag 0/10286000
715.54/704.11	c cleaning 143002 clauses out of 286024 with flag 0/10430002
727.55/715.94	c cleaning 144001 clauses out of 288020 with flag 0/10575000
739.34/727.63	c cleaning 144997 clauses out of 290019 with flag 0/10721000
750.71/738.86	c cleaning 145999 clauses out of 292023 with flag 0/10868001
764.33/752.36	c cleaning 147002 clauses out of 294024 with flag 0/11016001
777.28/765.01	c cleaning 148002 clauses out of 296022 with flag 0/11165001
790.50/778.08	c cleaning 148999 clauses out of 298020 with flag 0/11315001
802.81/790.21	c cleaning 149998 clauses out of 300020 with flag 0/11466000
815.69/802.94	c cleaning 151000 clauses out of 302023 with flag 0/11618001
827.97/815.08	c cleaning 152001 clauses out of 304022 with flag 0/11771000
840.38/827.20	c cleaning 152999 clauses out of 306022 with flag 0/11925001
854.28/841.06	c cleaning 153998 clauses out of 308023 with flag 0/12080001
867.57/854.12	c cleaning 155001 clauses out of 310024 with flag 0/12236000
879.39/865.82	c cleaning 155998 clauses out of 312024 with flag 0/12393001
893.99/880.37	c cleaning 157005 clauses out of 314026 with flag 0/12551001
905.98/892.27	c cleaning 157996 clauses out of 316021 with flag 0/12710001
918.92/905.02	c cleaning 159001 clauses out of 318024 with flag 0/12870000
930.77/916.73	c cleaning 159997 clauses out of 320023 with flag 0/13031000
943.96/929.88	c cleaning 161001 clauses out of 322026 with flag 0/13193000
956.12/941.84	c cleaning 162002 clauses out of 324027 with flag 0/13356002
968.02/953.62	c cleaning 162997 clauses out of 326024 with flag 0/13520001
979.93/965.31	c cleaning 164001 clauses out of 328027 with flag 0/13685001
992.07/977.27	c cleaning 165000 clauses out of 330025 with flag 0/13851000
1003.79/988.83	c cleaning 166000 clauses out of 332026 with flag 0/14018001
1015.81/1000.72	c cleaning 167000 clauses out of 334025 with flag 0/14186000
1029.24/1014.07	c cleaning 168006 clauses out of 336026 with flag 0/14355001
1042.25/1026.80	c cleaning 169001 clauses out of 338019 with flag 0/14525000
1054.40/1038.87	c cleaning 169999 clauses out of 340019 with flag 0/14696001
1066.50/1050.79	c cleaning 171003 clauses out of 342020 with flag 0/14868001
1079.57/1063.51	c cleaning 172000 clauses out of 344017 with flag 0/15041001
1093.12/1076.83	c cleaning 172997 clauses out of 346017 with flag 0/15215001
1106.74/1090.22	c cleaning 174001 clauses out of 348020 with flag 0/15390001
1120.32/1103.59	c cleaning 174998 clauses out of 350019 with flag 0/15566001
1133.54/1116.63	c cleaning 176001 clauses out of 352021 with flag 0/15743001
1147.19/1130.11	c cleaning 177000 clauses out of 354020 with flag 0/15921001
1160.81/1143.63	c cleaning 177995 clauses out of 356020 with flag 0/16100001
1172.96/1155.67	c cleaning 178995 clauses out of 358024 with flag 0/16280000
1184.59/1167.18	c cleaning 180000 clauses out of 360029 with flag 0/16461000
1197.26/1179.72	c cleaning 181005 clauses out of 362030 with flag 0/16643001
1210.94/1193.27	c cleaning 182003 clauses out of 364025 with flag 0/16826001
1225.40/1207.47	c cleaning 182998 clauses out of 366021 with flag 0/17010000
1240.27/1222.14	c cleaning 184000 clauses out of 368024 with flag 0/17195001
1255.68/1237.48	c cleaning 184998 clauses out of 370024 with flag 0/17381001
1269.98/1251.49	c cleaning 186001 clauses out of 372025 with flag 0/17568000
1285.80/1267.04	c cleaning 187002 clauses out of 374025 with flag 0/17756001
1302.65/1283.72	c cleaning 188000 clauses out of 376023 with flag 0/17945001
1317.95/1298.73	c cleaning 189000 clauses out of 378022 with flag 0/18135000
1332.73/1313.33	c cleaning 190002 clauses out of 380023 with flag 0/18326001
1346.76/1327.27	c cleaning 190996 clauses out of 382021 with flag 0/18518001
1362.44/1342.79	c cleaning 192003 clauses out of 384024 with flag 0/18711000
1377.89/1358.02	c cleaning 193002 clauses out of 386021 with flag 0/18905000
1392.91/1373.00	c cleaning 193999 clauses out of 388020 with flag 0/19100001
1409.49/1389.21	c cleaning 194997 clauses out of 390021 with flag 0/19296001
1425.36/1404.96	c cleaning 195996 clauses out of 392024 with flag 0/19493001
1442.12/1421.46	c cleaning 197000 clauses out of 394028 with flag 0/19691001
1458.38/1437.31	c cleaning 198002 clauses out of 396028 with flag 0/19890001
1474.60/1453.47	c cleaning 199000 clauses out of 398026 with flag 0/20090001
1490.93/1469.64	c cleaning 199999 clauses out of 400026 with flag 0/20291001
1508.15/1486.77	c cleaning 201006 clauses out of 402028 with flag 0/20493002
1524.01/1502.34	c cleaning 201997 clauses out of 404020 with flag 0/20696000
1541.05/1519.14	c cleaning 203000 clauses out of 406023 with flag 0/20900000
1556.88/1534.70	c cleaning 204003 clauses out of 408025 with flag 0/21105002
1572.83/1550.44	c cleaning 204997 clauses out of 410021 with flag 0/21311001
1589.64/1566.99	c cleaning 206000 clauses out of 412023 with flag 0/21518000
1606.89/1584.06	c cleaning 206999 clauses out of 414023 with flag 0/21726000
1624.20/1601.27	c cleaning 208000 clauses out of 416025 with flag 0/21935001
1642.57/1619.47	c cleaning 208996 clauses out of 418024 with flag 0/22145000
1662.63/1639.39	c cleaning 210004 clauses out of 420029 with flag 0/22356001
1680.06/1656.57	c cleaning 211000 clauses out of 422024 with flag 0/22568000
1697.02/1673.32	c cleaning 212001 clauses out of 424025 with flag 0/22781001
1717.61/1693.64	c cleaning 213004 clauses out of 426024 with flag 0/22995001
1736.94/1712.79	c cleaning 214003 clauses out of 428020 with flag 0/23210001
1753.71/1729.37	c cleaning 214999 clauses out of 430016 with flag 0/23426000
1773.26/1748.70	c cleaning 216002 clauses out of 432017 with flag 0/23643000
1792.03/1767.02	c cleaning 217002 clauses out of 434016 with flag 0/23861001
1809.76/1784.60	c cleaning 217995 clauses out of 436014 with flag 0/24080001
1828.35/1803.06	c cleaning 219000 clauses out of 438019 with flag 0/24300001
1846.20/1820.77	c cleaning 219995 clauses out of 440018 with flag 0/24521000
1864.28/1838.64	c cleaning 220995 clauses out of 442024 with flag 0/24743001
1882.94/1857.11	c cleaning 222006 clauses out of 444029 with flag 0/24966001
1902.33/1876.27	c cleaning 223000 clauses out of 446022 with flag 0/25190000
1921.46/1895.24	c cleaning 223999 clauses out of 448023 with flag 0/25415001
1940.61/1914.25	c cleaning 225001 clauses out of 450023 with flag 0/25641000
1960.02/1933.43	c cleaning 226000 clauses out of 452023 with flag 0/25868001
1978.62/1951.87	c cleaning 227002 clauses out of 454023 with flag 0/26096001
1996.79/1969.83	c cleaning 227999 clauses out of 456021 with flag 0/26325001
2014.54/1987.41	c cleaning 228996 clauses out of 458022 with flag 0/26555001
2033.61/2006.32	c cleaning 230002 clauses out of 460025 with flag 0/26786000
2050.49/2023.03	c cleaning 230999 clauses out of 462024 with flag 0/27018001
2069.57/2041.95	c cleaning 231999 clauses out of 464025 with flag 0/27251001
2089.18/2061.37	c cleaning 233002 clauses out of 466025 with flag 0/27485000
2109.18/2081.15	c cleaning 233995 clauses out of 468023 with flag 0/27720000
2127.54/2099.35	c cleaning 235005 clauses out of 470028 with flag 0/27956000
2148.64/2120.27	c cleaning 236002 clauses out of 472024 with flag 0/28193001
2169.03/2140.31	c cleaning 236999 clauses out of 474021 with flag 0/28431000
2187.11/2158.21	c cleaning 237999 clauses out of 476023 with flag 0/28670001
2205.16/2176.06	c cleaning 238999 clauses out of 478023 with flag 0/28910000
2223.52/2194.27	c cleaning 240003 clauses out of 480024 with flag 0/29151000
2244.01/2214.56	c cleaning 240999 clauses out of 482021 with flag 0/29393000
2265.52/2235.83	c cleaning 242000 clauses out of 484023 with flag 0/29636001
2287.16/2257.14	c cleaning 243002 clauses out of 486023 with flag 0/29880001
2305.78/2275.49	c cleaning 243999 clauses out of 488020 with flag 0/30125000
2328.13/2297.48	c cleaning 244998 clauses out of 490021 with flag 0/30371000
2348.61/2317.66	c cleaning 246002 clauses out of 492024 with flag 0/30618001
2367.77/2336.63	c cleaning 246999 clauses out of 494021 with flag 0/30866000
2389.08/2357.77	c cleaning 247997 clauses out of 496023 with flag 0/31115001
2412.03/2380.45	c cleaning 249000 clauses out of 498025 with flag 0/31365000
2434.42/2402.68	c cleaning 250003 clauses out of 500026 with flag 0/31616001
2454.82/2422.83	c cleaning 251002 clauses out of 502023 with flag 0/31868001
2475.85/2443.62	c cleaning 251999 clauses out of 504021 with flag 0/32121001
2496.04/2463.57	c cleaning 253000 clauses out of 506022 with flag 0/32375001
2514.32/2481.68	c cleaning 254001 clauses out of 508022 with flag 0/32630001
2533.54/2500.75	c cleaning 255001 clauses out of 510021 with flag 0/32886001
2554.14/2521.08	c cleaning 256001 clauses out of 512019 with flag 0/33143000
2572.36/2539.17	c cleaning 256998 clauses out of 514019 with flag 0/33401001
2592.42/2559.05	c cleaning 257998 clauses out of 516020 with flag 0/33660000
2614.83/2581.17	c cleaning 258997 clauses out of 518022 with flag 0/33920000
2639.11/2605.22	c cleaning 260002 clauses out of 520025 with flag 0/34181000
2659.97/2626.00	c cleaning 261000 clauses out of 522023 with flag 0/34443000
2684.51/2650.24	c cleaning 261999 clauses out of 524023 with flag 0/34706000
2709.61/2675.15	c cleaning 262997 clauses out of 526024 with flag 0/34970000
2733.34/2698.62	c cleaning 264004 clauses out of 528028 with flag 0/35235001
2757.44/2722.56	c cleaning 264996 clauses out of 530024 with flag 0/35501001
2783.58/2748.41	c cleaning 266001 clauses out of 532028 with flag 0/35768001
2807.47/2772.04	c cleaning 267000 clauses out of 534026 with flag 0/36036000
2829.18/2793.58	c cleaning 267999 clauses out of 536027 with flag 0/36305001
2853.54/2817.63	c cleaning 268999 clauses out of 538028 with flag 0/36575001
2881.54/2845.24	c cleaning 270000 clauses out of 540029 with flag 0/36846001
2906.79/2870.23	c cleaning 270999 clauses out of 542028 with flag 0/37118000
2930.69/2893.86	c cleaning 272003 clauses out of 544030 with flag 0/37391001
2956.32/2919.11	c cleaning 272998 clauses out of 546027 with flag 0/37665001
2983.15/2945.71	c cleaning 274003 clauses out of 548029 with flag 0/37940001
3008.44/2970.71	c cleaning 275002 clauses out of 550025 with flag 0/38216000
3034.34/2996.31	c cleaning 276005 clauses out of 552024 with flag 0/38493001
3059.81/3021.43	c cleaning 276999 clauses out of 554019 with flag 0/38771001
3086.98/3048.42	c cleaning 278003 clauses out of 556019 with flag 0/39050000
3117.17/3078.42	c cleaning 279000 clauses out of 558016 with flag 0/39330000
3145.10/3106.19	c cleaning 279998 clauses out of 560017 with flag 0/39611001
3171.42/3132.25	c cleaning 280994 clauses out of 562018 with flag 0/39893000
3198.03/3158.61	c cleaning 281999 clauses out of 564024 with flag 0/40176000
3226.17/3186.46	c cleaning 283002 clauses out of 566026 with flag 0/40460001
3253.81/3213.84	c cleaning 284000 clauses out of 568023 with flag 0/40745000
3279.86/3239.61	c cleaning 284999 clauses out of 570023 with flag 0/41031000
3307.60/3267.16	c cleaning 285998 clauses out of 572024 with flag 0/41318000
3334.75/3294.05	c cleaning 287001 clauses out of 574026 with flag 0/41606000
3359.66/3318.71	c cleaning 287997 clauses out of 576026 with flag 0/41895001
3386.58/3345.40	c cleaning 289005 clauses out of 578029 with flag 0/42185001
3414.40/3373.04	c cleaning 290000 clauses out of 580024 with flag 0/42476001
3442.68/3401.07	c cleaning 290996 clauses out of 582024 with flag 0/42768001
3473.80/3431.91	c cleaning 292005 clauses out of 584027 with flag 0/43061000
3501.80/3459.40	c cleaning 292995 clauses out of 586022 with flag 0/43355000
3529.26/3486.89	c cleaning 294002 clauses out of 588028 with flag 0/43650001
3557.47/3515.06	c cleaning 295000 clauses out of 590026 with flag 0/43946001
3585.09/3542.56	c cleaning 295997 clauses out of 592025 with flag 0/44243000
3600.04/3557.30	c starts		: 1
3600.04/3557.31	c conflicts		: 44504564
3600.04/3557.31	c decisions		: 48974387
3600.04/3557.31	c propagations		: 488094142
3600.04/3557.31	c inspects		: 25551577457
3600.04/3557.31	c shortcuts		: 0
3600.04/3557.31	c learnt literals	: 0
3600.04/3557.31	c learnt binary clauses	: 0
3600.04/3557.31	c learnt ternary clauses	: 12
3600.04/3557.31	c learnt constraints	: 44504564
3600.04/3557.31	c ignored constraints	: 0
3600.04/3557.31	c root simplifications	: 0
3600.04/3557.31	c removed literals (reason simplification)	: 0
3600.04/3557.31	c reason swapping (by a shorter reason)	: 0
3600.04/3557.31	c Calls to reduceDB	: 293
3600.04/3557.31	c Number of update (reduction) of LBD	: 52397771
3600.04/3557.31	c Imported unit clauses	: 0
3600.04/3557.31	c No decision after first conflict	: false
3600.04/3557.31	c number of reductions to clauses (during analyze)	: 0
3600.04/3557.31	c number of learned constraints concerned by reduction	: 0
3600.04/3557.31	c number of learning phase by resolution	: 0
3600.04/3557.31	c number of learning phase by cutting planes	: 0
3600.04/3557.31	c number of rounding to 1 operations	: 0
3600.04/3557.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3557.31	c number of reductions of the coefficients by power 2 	: 0
3600.04/3557.31	c number of right shift for reduction by power 2 	: 0
3600.04/3557.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3557.31	c number of ending skipping 	: 0
3600.04/3557.31	c number of internal skipping 	: 0
3600.04/3557.31	c number of derivation steps 	: 442711547
3600.04/3557.31	c number of skipped derivation steps 	: 0
3600.04/3557.31	c number of remaining unassigned 	: 0
3600.04/3557.31	c number of remaining assigned 	: 0
3600.04/3557.31	c number of falsified literals weakened from reason	: 0
3600.04/3557.31	c number of falsified literals weakened from conflict	: 0
3600.04/3557.31	c time for arithmetic operations	: 0
3600.04/3557.31	c minimum degree of deleted constraints	: 1
3600.04/3557.31	c maximum degree of deleted constraints	: 1
3600.04/3557.31	c number of deleted constraints	: 43946972
3600.04/3557.31	c speed (assignments/second)	: 137214.1350528271
3600.04/3557.31	c non guided choices	: 10812
3600.04/3557.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 557592
3600.04/3557.37	s UNKNOWN
3600.04/3557.37	c Total wall clock time (in seconds): 3557.26

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

running on 4 cores: 60-63

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-1,3-6,8,10,12,14-17,22-23,25,27-28,30,32,34,36,38-39,48,50,52,54-55,57
  3550 MHz: 2,7,9,11,13,20-21,26,29,31,35,40-47,53,60
  3600 MHz: 18-19,24,33,37,49,51,56,58-59,61-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: 60-63

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (103139 MiB free)
  node 1: cores 8-15, 129019 MiB (103718 MiB free)
  node 2: cores 16-23, 128973 MiB (113299 MiB free)
  node 3: cores 24-31, 129003 MiB (111108 MiB free)
  node 4: cores 32-39, 129019 MiB (108616 MiB free)
  node 5: cores 40-47, 129019 MiB (111633 MiB free)
  node 6: cores 48-55, 129019 MiB (113298 MiB free)
  node 7: cores 56-63, 128474 MiB (102706 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=2339026, runsolver pid=2339022
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 16.39 16.37 16.29 13/1094 2339060
/proc/meminfo: memFree=888333692/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=34900044 memory=56244 CPUtime=0.15 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 7464 0 0 0 13 2 0 0 20 0 19 0 188975552 35737645056 13708 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8725011 14061 6144 1 0 32673 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=34900044 memory=4033832576 CPUtime=0.07 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 3133 0 0 0 7 0 0 0 20 0 19 0 188975554 35737645056 13708 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 62 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=34900044 memory=232868020593 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 188975555 35737645056 13708 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=34900044 memory=55182578960445 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 188975555 35737645056 13708 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=34900044 memory=61783960471845 CPUtime=0 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 188975555 35737645056 13708 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=34900044 memory=58485459143327 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 188975555 35737645056 13708 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=34900044 memory=58519886010484 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 188975556 35737645056 13708 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 56244 KiB

[startup+0.214 s]*
/proc/loadavg: 16.39 16.37 16.29 18/1119 2339091
/proc/meminfo: memFree=888283608/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35099736 memory=96528 CPUtime=0.52 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 9832 0 0 0 49 3 0 0 20 0 22 0 188975552 35942129664 23585 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8774934 24132 6233 1 0 44071 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35099736 memory=3472328299453048448 CPUtime=0.18 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 3259 0 0 0 17 1 0 0 20 0 22 0 188975554 35942129664 23585 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 62 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35099736 memory=232868020593 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975555 35942129664 23585 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35099736 memory=55182578960445 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 188975555 35942129664 23585 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35099736 memory=61783960471845 CPUtime=0 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975555 35942129664 23713 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35099736 memory=58485459143327 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975555 35942129664 23713 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35099736 memory=58519886010484 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975556 35942129664 23713 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35099736 memory=15255943717849659 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975566 35942129664 23713 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 96528 KiB

[startup+0.314846 s]*
/proc/loadavg: 16.39 16.37 16.29 17/1126 2339102
/proc/meminfo: memFree=888214760/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35099736 memory=152112 CPUtime=0.82 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 12542 0 0 0 79 3 0 0 20 0 22 0 188975552 35942129664 37618 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8774934 38028 6235 1 0 82029 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35099736 memory=3472328095224194576 CPUtime=0.28 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 3280 0 0 0 27 1 0 0 20 0 22 0 188975554 35942129664 37618 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 62 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35099736 memory=7307935031748723062 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975555 35942129664 37618 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35099736 memory=60680137099333 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 188975555 35942129664 37618 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35099736 memory=56290697300269 CPUtime=0 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975555 35942129664 37618 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35099736 memory=52992195971751 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 188975555 35942129664 37618 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35099736 memory=13845257397770360 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975556 35942129664 37618 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35099736 memory=3761969367288309338 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 188975566 35942129664 37618 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 152112 KiB

[startup+0.700293 s]
/proc/loadavg: 16.39 16.37 16.29 19/1127 2339128
/proc/meminfo: memFree=888058724/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35232864 memory=242276 CPUtime=1.89 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 13099 0 0 0 184 5 0 0 20 0 24 0 188975552 36078452736 60322 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8808216 60569 6251 1 0 87095 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35232864 memory=4916 CPUtime=0.62 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 3322 0 0 0 60 2 0 0 20 0 24 0 188975554 36078452736 60322 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35232864 memory=156636 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975555 36078452736 60322 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35232864 memory=4844 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 24 0 188975555 36078452736 60322 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35232864 memory=0 CPUtime=0 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975555 36078452736 60322 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35232864 memory=5812 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 188975555 36078452736 60322 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35232864 memory=417 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975556 36078452736 60322 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35232864 memory=5940368195141005937 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 188975566 36078452736 60322 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 242276 KiB

[startup+1.50027 s]
/proc/loadavg: 16.39 16.37 16.29 20/1176 2339220
/proc/meminfo: memFree=887653524/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35232864 memory=460376 CPUtime=3.08 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 14066 0 0 0 300 8 0 0 20 0 23 0 188975552 36078452736 114965 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8808216 115094 6251 1 0 141930 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35232864 memory=4844 CPUtime=1.4 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 3650 0 0 0 136 4 0 0 20 0 23 0 188975554 36078452736 114965 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35232864 memory=0 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 114965 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35232864 memory=5812 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 114965 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35232864 memory=156636 CPUtime=0 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 114965 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35232864 memory=417 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 114965 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35232864 memory=5940368195141005937 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975556 36078452736 114965 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35232864 memory=15628 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975566 36078452736 114965 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 460376 KiB

[startup+3.11444 s]
/proc/loadavg: 16.92 16.48 16.33 19/1234 2339360
/proc/meminfo: memFree=885842736/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35232864 memory=462548 CPUtime=4.76 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 17613 0 0 0 467 9 0 0 20 0 23 0 188975552 36078452736 115491 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8808216 115637 6251 1 0 141952 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35232864 memory=5812 CPUtime=2.99 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 4235 0 0 0 295 4 0 0 20 0 23 0 188975554 36078452736 115491 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35232864 memory=4844 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 115491 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35232864 memory=59597855673051 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 115491 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35232864 memory=417 CPUtime=0 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 115491 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35232864 memory=462536 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 115491 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35232864 memory=244388 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975556 36078452736 115491 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35232864 memory=15628 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975566 36078452736 115491 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 462548 KiB


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

/proc/meminfo: memFree=808541996/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35232864 memory=4046680 CPUtime=3383.49 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 201497 0 0 0 338225 124 0 0 20 0 23 0 188975552 36078452736 1011612 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8808216 1011670 6282 1 0 1034092 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35232864 memory=4046680 CPUtime=3304.96 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 70943 0 0 0 330456 40 0 0 20 0 23 0 188975554 36078452736 1011612 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 62 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35232864 memory=4046680 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 1011612 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35232864 memory=166868 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 1011612 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35232864 memory=15628 CPUtime=0.1 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 105 0 0 0 5 5 0 0 20 0 23 0 188975555 36078452736 1011612 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35232864 memory=148 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 1011612 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35232864 memory=281222245646912 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 957 0 0 0 0 0 0 0 20 0 23 0 188975556 36078452736 1011612 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35232864 memory=4046680 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975566 36078452736 1011612 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 3383.49 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4046680 KiB

[startup+3402.3 s]
/proc/loadavg: 17.21 16.68 16.58 17/1223 2340257
/proc/meminfo: memFree=809190772/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35232864 memory=4030232 CPUtime=3443.97 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 202154 0 0 0 344272 125 0 0 20 0 23 0 188975552 36078452736 1007500 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8808216 1007558 6282 1 0 1029908 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35232864 memory=4112472 CPUtime=3364.44 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 71243 0 0 0 336404 40 0 0 20 0 23 0 188975554 36078452736 1007500 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35232864 memory=4112472 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 1007500 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35232864 memory=3140 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 1007500 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35232864 memory=7318452475133972 CPUtime=0.1 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 108 0 0 0 5 5 0 0 20 0 23 0 188975555 36078452736 1007500 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35232864 memory=198340509722 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 1007500 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35232864 memory=4030232 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 957 0 0 0 0 0 0 0 20 0 23 0 188975556 36078452736 1007500 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35232864 memory=4030232 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975566 36078452736 1007500 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 3443.97 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 4030232 KiB

[startup+3462.3 s]
/proc/loadavg: 17.04 16.71 16.60 20/1221 2340258
/proc/meminfo: memFree=808451336/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35232864 memory=7218652 CPUtime=3504.69 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 215868 0 0 0 350332 137 0 0 20 0 23 0 188975552 36078452736 1804350 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8808216 1804663 6282 1 0 3013189 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35232864 memory=4112472 CPUtime=3423.89 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 75366 0 0 0 342338 51 0 0 20 0 23 0 188975554 36078452736 1804350 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35232864 memory=4030232 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 1804350 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35232864 memory=4030232 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 1804350 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35232864 memory=4046364 CPUtime=0.11 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 108 0 0 0 6 5 0 0 20 0 23 0 188975555 36078452736 1804350 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35232864 memory=4046364 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 1804350 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35232864 memory=-7163919111969532263 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 980 0 0 0 0 0 0 0 20 0 23 0 188975556 36078452736 1804350 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35232864 memory=3940 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975566 36078452736 1804350 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 3504.69 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7218652 KiB

[startup+3522.3 s]
/proc/loadavg: 16.71 16.70 16.60 17/1220 2340259
/proc/meminfo: memFree=805337660/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35232864 memory=11222580 CPUtime=3564.78 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 222260 0 0 0 356324 154 0 0 20 0 23 0 188975552 36078452736 2805507 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8808216 2805645 6282 1 0 3013210 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35232864 memory=4046364 CPUtime=3483.53 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 80724 0 0 0 348287 66 0 0 20 0 23 0 188975554 36078452736 2805507 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35232864 memory=166868 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 2805507 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35232864 memory=4079576 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 2805507 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35232864 memory=15628 CPUtime=0.11 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 108 0 0 0 6 5 0 0 20 0 23 0 188975555 36078452736 2805507 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35232864 memory=11222580 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 2805507 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35232864 memory=15628 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 1002 0 0 0 0 0 0 0 20 0 23 0 188975556 36078452736 2805507 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35232864 memory=11222580 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975566 36078452736 2805507 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 3564.78 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 11222580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3557.3 s]
/proc/loadavg: 16.84 16.73 16.62 18/1194 2340961
/proc/meminfo: memFree=839069892/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35232864 memory=9717236 CPUtime=3600.04 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 225530 0 0 0 359837 167 0 0 20 0 23 0 188975552 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8808216 2429309 6282 1 0 2473474 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35232864 memory=15628 CPUtime=3518.14 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 82507 0 0 0 351736 78 0 0 20 0 23 0 188975554 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35232864 memory=166868 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35232864 memory=11316788 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35232864 memory=0 CPUtime=0.11 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 112 0 0 0 6 5 0 0 20 0 23 0 188975555 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35232864 memory=11316788 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35232864 memory=11316788 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 1027 0 0 0 0 0 0 0 20 0 23 0 188975556 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35232864 memory=9717236 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975566 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9717236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.48 s, system=1.69342 s

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

[startup+3557.3 s]
/proc/loadavg: 16.84 16.73 16.62 18/1194 2340961
/proc/meminfo: memFree=839069892/1055320704 swapFree=33554428/33554428
[pid=2339026] ppid=2339022 vsize=35232864 memory=9717236 CPUtime=3600.04 cores=60-63
/proc/2339026/stat : 2339026 (java) S 2339022 2339026 2337068 0 -1 4194304 225530 0 0 0 359837 167 0 0 20 0 23 0 188975552 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 0 0 16800975 0 0 0 17 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
/proc/2339026/statm: 8808216 2429309 6282 1 0 2473474 0
[pid=2339026/tid=2339032] ppid=2339022 vsize=35232864 memory=15628 CPUtime=3518.14 cores=60-63
/proc/2339026/task/2339032/stat : 2339032 (java) R 2339022 2339026 2337068 0 -1 4194368 82507 0 0 0 351736 78 0 0 20 0 23 0 188975554 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 0 0 0 -1 61 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339046] ppid=2339022 vsize=35232864 memory=166868 CPUtime=0 cores=60-63
/proc/2339026/task/2339046/stat : 2339046 (Referen..andler) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339047] ppid=2339022 vsize=35232864 memory=11316788 CPUtime=0 cores=60-63
/proc/2339026/task/2339047/stat : 2339047 (Finalizer) S 2339022 2339026 2337068 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339050] ppid=2339022 vsize=35232864 memory=0 CPUtime=0.11 cores=60-63
/proc/2339026/task/2339050/stat : 2339050 (Monitor..Thread) S 2339022 2339026 2337068 0 -1 4194368 112 0 0 0 6 5 0 0 20 0 23 0 188975555 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339053] ppid=2339022 vsize=35232864 memory=11316788 CPUtime=0 cores=60-63
/proc/2339026/task/2339053/stat : 2339053 (Notific..Thread) S 2339022 2339026 2337068 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 188975555 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339054] ppid=2339022 vsize=35232864 memory=11316788 CPUtime=0 cores=60-63
/proc/2339026/task/2339054/stat : 2339054 (Common-Cleaner) S 2339022 2339026 2337068 0 -1 4194368 1027 0 0 0 0 0 0 0 20 0 23 0 188975556 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 60 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
[pid=2339026/tid=2339088] ppid=2339022 vsize=35232864 memory=9717236 CPUtime=0 cores=60-63
/proc/2339026/task/2339088/stat : 2339088 (Timer-0) S 2339022 2339026 2337068 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 188975566 36078452736 2429187 18446744073709551615 94373315805184 94373315808880 140725175291616 0 0 0 4 0 16800975 1 0 0 -1 63 0 0 0 0 0 94373315816744 94373315817488 94373325008896 140725175298257 140725175298400 140725175298400 140725175304136 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9717236 KiB

Child status: 143

Real time (s): 3557.39
CPU time (s): 3600.18
CPU user time (s): 3598.48
CPU system time (s): 1.69342
CPU usage (%): 101.203
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 11339316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.48
system time used= 1.69342
maximum resident set size= 11338764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228259
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167245
involuntary context switches= 6546


# summary of solver processes directly reported to runsolver:
#   pid: 2339026
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.48
#   total CPU system time (s): 1.69342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5171 second user time and 40.3474 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-06-27 12:41:16
IDJOB=4801353
IDBENCH=159648
IDSOLVER=3600
FILE ID=nodeE005/4801353-1782556876
RUNJOBID= nodeE005-1782553298-2337093
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-n226-d3-i2-f.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-4801353-1782556876/watcher-4801353-1782556876 -o /tmp/evaluation-result-4801353-1782556876/solver-4801353-1782556876 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4801353-1782556876/vars-4801353-1782556876 --bin-var /tmp/runsolver-exch-nodeE005-1782553298-2337093 --watchdog 3760  java -jar HOME/sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4801353-1782556876.opb

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3587.964
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		: 3586.627
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		: 3578.711
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.593
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		: 3578.731
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		: 3579.281
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:        878324756 kB
MemAvailable:   1032151352 kB
Buffers:            2348 kB
Cached:         158457220 kB
SwapCached:            0 kB
Active:         16829112 kB
Inactive:       156674956 kB
Active(anon):   15911292 kB
Inactive(anon):        0 kB
Active(file):     917820 kB
Inactive(file): 156674956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2580 kB
Writeback:           248 kB
AnonPages:      15046496 kB
Mapped:           212536 kB
Shmem:            866792 kB
KReclaimable:    1502460 kB
Slab:            2071728 kB
SReclaimable:    1502460 kB
SUnreclaim:       569268 kB
KernelStack:       18624 kB
PageTables:        38052 kB
SecPageTables:     15324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   18158988 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482176 kB
VmallocChunk:          0 kB
Percpu:           130048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14260224 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= 798060 MiB
End job on nodeE005 at 2026-06-27 13:40:34