Trace number 4835516

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)78 3600.23 3665.79

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/logic-synthesis/normalized-e64.b.opb
MD5SUMd058f2a35f5f2155d4c948fc622fab03
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark0.141174
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables607
Total number of constraints1022
Number of constraints which are clauses1022
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 constraint32
Number of terms in the objective function 607
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 607
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 607
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.06/0.75	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.75	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.75	c See www.sat4j.org for details.
0.09/0.80	c version PB26fixedPrime.v20260610
0.09/0.80	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.80	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.80	c java.vm.version	26.0.1+8-34
0.09/0.80	c java.vm.vendor	Oracle Corporation
0.09/0.80	c sun.arch.data.model	64
0.09/0.80	c java.version		26.0.1
0.09/0.80	c os.name		Linux
0.09/0.80	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.09/0.80	c os.arch		amd64
0.09/0.80	c Free memory 		30334720
0.09/0.80	c Max memory 		32178700288
0.09/0.80	c Total memory 		33554432
0.09/0.80	c Number of processors 	4
0.13/0.92	c Pseudo Boolean Optimization by upper bound
0.13/0.92	c --- Begin Solver configuration ---
0.13/0.92	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.13/0.92	c Learn all clauses as in MiniSAT
0.13/0.92	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.92	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.92	c Expensive reason simplification
0.13/0.92	c Glucose 2.1 dynamic restart strategy
0.13/0.92	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.92	c timeout=2147483s
0.13/0.92	c DB Simplification allowed=false
0.13/0.92	c Listener: none
0.13/0.92	c --- End Solver configuration ---
0.13/0.92	c solving HOME/instance-4835516-1783642880.opb
0.13/0.92	c reading problem ... 
0.13/0.93	c using VERIPB proof format
0.13/0.93	c  objective function found
0.13/0.96	c ... done. Wall clock time 0.032s.
0.13/0.96	c declared #vars     607
0.13/0.96	c #constraints  1022
0.13/0.96	c constraints type 
0.13/0.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1022
0.13/0.96	c 1022 constraints processed.
0.13/0.96	c objective function length is 607 literals
0.13/0.97	c SATISFIABLE
0.13/0.97	c OPTIMIZING...
0.13/0.97	c Got one! Elapsed wall clock time (in seconds):0.049
0.13/0.97	o 82
1.01/1.23	c cleaning 2491 clauses out of 5002 with flag 11813/5002
1.60/1.45	c cleaning 4249 clauses out of 8510 with flag 26536/11001
2.18/1.63	c cleaning 5625 clauses out of 11261 with flag 43567/18001
2.50/1.82	c cleaning 6803 clauses out of 13636 with flag 62954/26001
2.87/2.06	c cleaning 7908 clauses out of 15833 with flag 85018/35001
3.26/2.31	c cleaning 8946 clauses out of 17926 with flag 109309/45002
3.43/2.55	c cleaning 9979 clauses out of 19980 with flag 136376/56002
3.73/2.88	c cleaning 10984 clauses out of 22000 with flag 169360/68001
4.16/3.25	c cleaning 12004 clauses out of 24016 with flag 203734/81001
4.53/3.66	c cleaning 13002 clauses out of 26012 with flag 241745/95001
4.82/3.94	c Got one! Elapsed wall clock time (in seconds):3.02
4.82/3.94	o 81
4.92/4.08	c cleaning 14077 clauses out of 28163 with flag 12066/110154
5.09/4.23	c cleaning 10035 clauses out of 20086 with flag 26656/116154
5.21/4.38	c cleaning 8511 clauses out of 17051 with flag 43219/123154
5.41/4.56	c cleaning 8266 clauses out of 16540 with flag 62212/131154
5.59/4.74	c cleaning 8628 clauses out of 17276 with flag 83682/140156
5.76/4.94	c cleaning 9313 clauses out of 18648 with flag 107506/150156
5.95/5.15	c cleaning 10162 clauses out of 20334 with flag 134198/161155
6.19/5.40	c cleaning 11082 clauses out of 22171 with flag 163859/173154
6.37/5.69	c cleaning 12034 clauses out of 24089 with flag 195265/186154
6.77/6.01	c cleaning 13021 clauses out of 26057 with flag 229582/200156
7.03/6.37	c cleaning 14005 clauses out of 28035 with flag 265720/215155
7.38/6.71	c cleaning 15004 clauses out of 30029 with flag 305162/231154
7.66/7.11	c cleaning 16000 clauses out of 32025 with flag 346530/248154
8.10/7.52	c cleaning 17006 clauses out of 34025 with flag 390160/266154
8.50/7.99	c cleaning 17998 clauses out of 36020 with flag 436694/285155
8.77/8.21	c Got one! Elapsed wall clock time (in seconds):7.288
8.77/8.21	o 80
8.86/8.36	c cleaning 16920 clauses out of 33864 with flag 11929/300997
9.06/8.50	c cleaning 11458 clauses out of 22945 with flag 27675/306998
9.15/8.69	c cleaning 9232 clauses out of 18485 with flag 46357/313996
9.43/8.89	c cleaning 8622 clauses out of 17255 with flag 66994/321998
9.72/9.13	c cleaning 8802 clauses out of 17633 with flag 90325/330998
9.88/9.39	c cleaning 9408 clauses out of 18829 with flag 115453/340996
10.17/9.69	c cleaning 10202 clauses out of 20421 with flag 143511/351996
10.55/10.03	c cleaning 11099 clauses out of 22220 with flag 174082/363997
10.91/10.43	c cleaning 12050 clauses out of 24120 with flag 208005/376996
11.27/10.85	c cleaning 13031 clauses out of 26071 with flag 243376/390997
11.74/11.34	c cleaning 14014 clauses out of 28040 with flag 281894/405997
12.21/11.86	c cleaning 15011 clauses out of 30025 with flag 320946/421996
12.68/12.37	c cleaning 16004 clauses out of 32015 with flag 364731/438997
13.24/12.98	c cleaning 16994 clauses out of 34010 with flag 411474/456996
13.91/13.63	c cleaning 18007 clauses out of 36016 with flag 459947/475996
14.57/14.35	c cleaning 18997 clauses out of 38010 with flag 511647/495997
15.23/15.05	c cleaning 19993 clauses out of 40012 with flag 566394/516996
15.88/15.72	c cleaning 21008 clauses out of 42019 with flag 623595/538996
16.53/16.46	c cleaning 22002 clauses out of 44011 with flag 686464/561996
17.28/17.26	c cleaning 23003 clauses out of 46009 with flag 747306/585996
18.18/18.13	c cleaning 23997 clauses out of 48007 with flag 811767/610997
18.91/18.98	c Got one! Elapsed wall clock time (in seconds):18.06
18.91/18.98	o 79
19.13/19.19	c cleaning 26886 clauses out of 53783 with flag 12082/640770
19.29/19.34	c cleaning 16438 clauses out of 32897 with flag 26934/646770
19.48/19.51	c cleaning 11724 clauses out of 23459 with flag 44112/653770
19.57/19.66	c cleaning 9858 clauses out of 19735 with flag 63321/661770
19.75/19.85	c cleaning 9429 clauses out of 18878 with flag 86321/670771
19.94/20.06	c cleaning 9712 clauses out of 19449 with flag 111141/680771
20.11/20.27	c cleaning 10360 clauses out of 20736 with flag 138417/691770
20.37/20.52	c cleaning 11171 clauses out of 22377 with flag 168715/703771
20.56/20.79	c cleaning 12095 clauses out of 24206 with flag 200309/716771
20.84/21.09	c cleaning 13043 clauses out of 26111 with flag 236387/730771
21.18/21.41	c cleaning 14022 clauses out of 28067 with flag 273267/745770
21.45/21.75	c cleaning 15012 clauses out of 30045 with flag 314570/761770
21.73/22.10	c cleaning 16012 clauses out of 32039 with flag 357141/778776
22.10/22.48	c cleaning 17001 clauses out of 34021 with flag 402530/796770
22.45/22.89	c cleaning 17998 clauses out of 36021 with flag 450147/815771
22.90/23.32	c cleaning 19002 clauses out of 38023 with flag 499413/835771
23.26/23.75	c cleaning 19997 clauses out of 40021 with flag 551508/856771
23.71/24.22	c cleaning 20999 clauses out of 42024 with flag 605704/878771
24.17/24.72	c cleaning 21996 clauses out of 44024 with flag 664800/901770
24.63/25.24	c cleaning 23007 clauses out of 46030 with flag 726809/925772
25.08/25.78	c cleaning 23996 clauses out of 48021 with flag 790373/950770
25.62/26.36	c cleaning 24998 clauses out of 50025 with flag 855736/976770
26.17/26.97	c cleaning 25995 clauses out of 52028 with flag 921418/1003771
26.82/27.62	c cleaning 27000 clauses out of 54032 with flag 993841/1031770
27.46/28.31	c cleaning 28008 clauses out of 56033 with flag 1063821/1060771
28.00/28.98	c cleaning 28999 clauses out of 58026 with flag 1139231/1090772
28.65/29.69	c cleaning 30006 clauses out of 60025 with flag 1217698/1121770
29.38/30.41	c cleaning 31002 clauses out of 62019 with flag 1297515/1153770
30.12/31.21	c cleaning 31997 clauses out of 64017 with flag 1380874/1186770
30.77/31.96	c cleaning 32993 clauses out of 66021 with flag 1465707/1220771
31.51/32.79	c cleaning 34000 clauses out of 68027 with flag 1554271/1255770
32.35/33.69	c cleaning 35000 clauses out of 70027 with flag 1646886/1291770
33.21/34.58	c cleaning 36003 clauses out of 72028 with flag 1739367/1328771
34.17/35.55	c cleaning 37000 clauses out of 74024 with flag 1832686/1366770
35.12/36.55	c cleaning 37995 clauses out of 76025 with flag 1931503/1405771
36.06/37.56	c cleaning 39007 clauses out of 78029 with flag 2029926/1445770
37.08/38.62	c cleaning 39997 clauses out of 80022 with flag 2131665/1486770
38.03/39.68	c cleaning 40999 clauses out of 82025 with flag 2238798/1528770
39.11/40.77	c cleaning 41991 clauses out of 84026 with flag 2349688/1571770
39.77/41.49	c Got one! Elapsed wall clock time (in seconds):40.563
39.77/41.49	o 78
40.05/41.74	c cleaning 39816 clauses out of 79650 with flag 12089/1609385
40.24/41.90	c cleaning 22911 clauses out of 45837 with flag 26850/1615388
40.33/42.05	c cleaning 14947 clauses out of 29922 with flag 44569/1622384
40.51/42.20	c cleaning 11473 clauses out of 22975 with flag 64978/1630384
40.59/42.37	c cleaning 10234 clauses out of 20502 with flag 87352/1639384
40.78/42.56	c cleaning 10122 clauses out of 20268 with flag 113233/1649384
40.96/42.77	c cleaning 10561 clauses out of 21146 with flag 141103/1660384
41.28/43.01	c cleaning 11276 clauses out of 22586 with flag 169938/1672385
41.44/43.27	c cleaning 12143 clauses out of 24309 with flag 202899/1685384
41.71/43.54	c cleaning 13077 clauses out of 26167 with flag 238060/1699385
41.98/43.83	c cleaning 14034 clauses out of 28089 with flag 275165/1714384
42.26/44.15	c cleaning 15015 clauses out of 30056 with flag 313476/1730385
42.62/44.50	c cleaning 16009 clauses out of 32040 with flag 355720/1747384
42.88/44.89	c cleaning 17004 clauses out of 34031 with flag 401261/1765384
43.32/45.31	c cleaning 18008 clauses out of 36027 with flag 448508/1784384
43.66/45.74	c cleaning 18996 clauses out of 38019 with flag 498963/1804384
44.03/46.19	c cleaning 19992 clauses out of 40023 with flag 552650/1825384
44.46/46.63	c cleaning 21000 clauses out of 42031 with flag 608749/1847384
44.82/47.10	c cleaning 22006 clauses out of 44031 with flag 668693/1870384
45.35/47.60	c cleaning 22990 clauses out of 46025 with flag 731326/1894384
45.80/48.12	c cleaning 24010 clauses out of 48035 with flag 793402/1919384
46.22/48.68	c cleaning 24998 clauses out of 50027 with flag 857028/1945386
46.73/49.28	c cleaning 26001 clauses out of 52028 with flag 923505/1972385
47.37/49.91	c cleaning 27004 clauses out of 54028 with flag 991685/2000386
47.89/50.58	c cleaning 27997 clauses out of 56023 with flag 1063076/2029385
48.52/51.27	c cleaning 29001 clauses out of 58026 with flag 1136234/2059385
49.14/51.99	c cleaning 29993 clauses out of 60024 with flag 1211145/2090384
49.88/52.73	c cleaning 30995 clauses out of 62032 with flag 1291146/2122385
50.61/53.50	c cleaning 32000 clauses out of 64036 with flag 1379521/2155384
51.32/54.32	c cleaning 33010 clauses out of 66037 with flag 1470228/2189385
52.08/55.14	c cleaning 33999 clauses out of 68027 with flag 1560025/2224385
52.79/55.96	c cleaning 34998 clauses out of 70027 with flag 1655099/2260384
53.60/56.85	c cleaning 36007 clauses out of 72029 with flag 1748134/2297384
54.40/57.73	c cleaning 36990 clauses out of 74022 with flag 1840173/2335384
55.21/58.69	c cleaning 38000 clauses out of 76032 with flag 1936849/2374384
56.14/59.77	c cleaning 39003 clauses out of 78032 with flag 2033784/2414384
57.03/60.87	c cleaning 40003 clauses out of 80029 with flag 2135498/2455384
58.03/62.08	c cleaning 41003 clauses out of 82026 with flag 2241960/2497384
59.10/63.31	c cleaning 41995 clauses out of 84023 with flag 2353929/2540384
60.09/64.57	c cleaning 43000 clauses out of 86028 with flag 2464793/2584384
61.19/65.83	c cleaning 44005 clauses out of 88031 with flag 2578221/2629387
62.17/67.08	c cleaning 44991 clauses out of 90023 with flag 2689879/2675384
63.36/68.40	c cleaning 46008 clauses out of 92032 with flag 2803072/2722384
64.48/69.75	c cleaning 46996 clauses out of 94025 with flag 2919859/2770385
65.64/71.14	c cleaning 48004 clauses out of 96030 with flag 3037977/2819386
66.92/72.61	c cleaning 48990 clauses out of 98024 with flag 3168804/2869384
68.14/74.05	c cleaning 50000 clauses out of 100035 with flag 3299694/2920385
69.44/75.58	c cleaning 51005 clauses out of 102034 with flag 3433893/2972384
70.70/77.02	c cleaning 52005 clauses out of 104032 with flag 3564349/3025387
71.95/78.55	c cleaning 53001 clauses out of 106024 with flag 3694410/3079384
73.42/80.20	c cleaning 53997 clauses out of 108024 with flag 3831478/3134385
74.91/81.97	c cleaning 54993 clauses out of 110026 with flag 3975278/3190384
76.58/83.83	c cleaning 56007 clauses out of 112033 with flag 4123008/3247384
78.01/85.51	c cleaning 57006 clauses out of 114028 with flag 4270749/3305386
79.39/87.19	c cleaning 57997 clauses out of 116020 with flag 4419314/3364384
81.03/89.05	c cleaning 58998 clauses out of 118024 with flag 4568424/3424385
82.69/90.92	c cleaning 59994 clauses out of 120025 with flag 4719566/3485384
84.36/92.83	c cleaning 61010 clauses out of 122033 with flag 4874638/3547386
86.52/95.21	c cleaning 62005 clauses out of 124021 with flag 5043262/3610384
88.90/97.81	c cleaning 62993 clauses out of 126016 with flag 5208602/3674384
91.28/100.41	c cleaning 63990 clauses out of 128023 with flag 5384348/3739384
93.47/102.86	c cleaning 65003 clauses out of 130033 with flag 5561801/3805384
95.72/105.32	c cleaning 66007 clauses out of 132030 with flag 5740715/3872384
97.98/107.82	c cleaning 66997 clauses out of 134024 with flag 5922490/3940385
100.34/110.47	c cleaning 68008 clauses out of 136026 with flag 6108417/4009384
102.88/113.23	c cleaning 68982 clauses out of 138018 with flag 6299442/4079384
105.23/115.85	c cleaning 70009 clauses out of 140036 with flag 6487720/4150384
107.76/118.64	c cleaning 70997 clauses out of 142028 with flag 6676990/4222385
110.70/121.82	c cleaning 72004 clauses out of 144031 with flag 6872776/4295385
113.58/124.94	c cleaning 72993 clauses out of 146026 with flag 7067996/4369384
116.53/128.13	c cleaning 74013 clauses out of 148033 with flag 7264973/4444384
119.61/131.51	c cleaning 75006 clauses out of 150022 with flag 7466990/4520386
122.57/134.70	c cleaning 75991 clauses out of 152014 with flag 7679041/4597384
125.38/137.87	c cleaning 77001 clauses out of 154023 with flag 7886022/4675384
128.43/141.12	c cleaning 78005 clauses out of 156022 with flag 8099342/4754384
131.57/144.51	c cleaning 78999 clauses out of 158017 with flag 8311987/4834384
134.59/147.76	c cleaning 80002 clauses out of 160018 with flag 8530046/4915384
137.59/151.07	c cleaning 81006 clauses out of 162019 with flag 8752946/4997387
140.87/154.61	c cleaning 82000 clauses out of 164010 with flag 8975840/5080384
143.95/157.93	c cleaning 82985 clauses out of 166010 with flag 9198641/5164384
147.05/161.35	c cleaning 84004 clauses out of 168027 with flag 9423588/5249386
150.41/164.92	c cleaning 84997 clauses out of 170021 with flag 9651887/5335384
153.84/168.64	c cleaning 85997 clauses out of 172025 with flag 9883314/5422385
157.17/172.20	c cleaning 86985 clauses out of 174027 with flag 10113953/5510384
160.50/175.84	c cleaning 88016 clauses out of 176042 with flag 10348773/5599384
163.81/179.39	c cleaning 88991 clauses out of 178027 with flag 10587423/5689385
167.52/183.30	c cleaning 90009 clauses out of 180035 with flag 10828256/5780384
170.95/187.01	c cleaning 91000 clauses out of 182027 with flag 11069831/5872385
174.30/190.66	c cleaning 92007 clauses out of 184029 with flag 11314466/5965387
177.91/194.52	c cleaning 93003 clauses out of 186019 with flag 11566959/6059384
181.62/198.57	c cleaning 93990 clauses out of 188016 with flag 11821539/6154384
185.51/202.78	c cleaning 95009 clauses out of 190027 with flag 12075509/6250385
189.33/206.80	c cleaning 95992 clauses out of 192017 with flag 12330961/6347384
193.18/210.86	c cleaning 97003 clauses out of 194025 with flag 12591914/6445384
197.24/215.24	c cleaning 98010 clauses out of 196024 with flag 12853900/6544386
201.77/220.06	c cleaning 98997 clauses out of 198012 with flag 13130845/6644384
205.68/224.26	c cleaning 99997 clauses out of 200015 with flag 13409215/6745384
210.08/228.98	c cleaning 101002 clauses out of 202018 with flag 13693867/6847384
214.74/233.87	c cleaning 102006 clauses out of 204016 with flag 13981406/6950384
219.06/238.46	c cleaning 102995 clauses out of 206010 with flag 14274361/7054384
223.88/243.56	c cleaning 104002 clauses out of 208015 with flag 14563445/7159384
228.58/248.57	c cleaning 105006 clauses out of 210015 with flag 14854333/7265386
234.80/255.07	c cleaning 105996 clauses out of 212007 with flag 15155287/7372384
239.42/259.97	c cleaning 106994 clauses out of 214012 with flag 15438321/7480385
244.07/264.98	c cleaning 107999 clauses out of 216017 with flag 15722276/7589384
248.67/269.87	c cleaning 109000 clauses out of 218018 with flag 16013883/7699384
253.74/275.12	c cleaning 109998 clauses out of 220018 with flag 16315525/7810384
258.56/280.26	c cleaning 110999 clauses out of 222020 with flag 16622451/7922384
263.79/285.73	c cleaning 112007 clauses out of 224021 with flag 16916642/8035384
268.93/291.29	c cleaning 113005 clauses out of 226014 with flag 17218563/8149384
274.61/297.29	c cleaning 113999 clauses out of 228014 with flag 17527062/8264389
280.02/302.92	c cleaning 114992 clauses out of 230010 with flag 17835705/8380384
285.30/308.51	c cleaning 115996 clauses out of 232019 with flag 18153027/8497385
291.08/314.62	c cleaning 117008 clauses out of 234022 with flag 18471462/8615384
296.73/320.56	c cleaning 118005 clauses out of 236015 with flag 18790484/8734385
302.63/326.75	c cleaning 118992 clauses out of 238009 with flag 19111771/8854384
308.83/333.27	c cleaning 119998 clauses out of 240017 with flag 19437916/8975384
315.30/339.90	c cleaning 121004 clauses out of 242020 with flag 19764014/9097385
321.02/345.97	c cleaning 122004 clauses out of 244015 with flag 20090767/9220384
327.18/352.24	c cleaning 122989 clauses out of 246011 with flag 20418330/9344384
333.12/358.42	c cleaning 124002 clauses out of 248024 with flag 20752707/9469386
339.26/364.82	c cleaning 125004 clauses out of 250021 with flag 21091984/9595385
345.63/371.49	c cleaning 125986 clauses out of 252017 with flag 21437436/9722385
352.15/378.28	c cleaning 127015 clauses out of 254030 with flag 21777718/9850384
359.01/385.31	c cleaning 128003 clauses out of 256018 with flag 22122743/9979387
365.69/392.29	c cleaning 128998 clauses out of 258012 with flag 22473102/10109384
372.45/399.19	c cleaning 130002 clauses out of 260014 with flag 22835968/10240384
378.78/405.75	c cleaning 131004 clauses out of 262012 with flag 23204697/10372384
385.03/412.21	c cleaning 131995 clauses out of 264009 with flag 23556918/10505385
390.94/418.40	c cleaning 132996 clauses out of 266013 with flag 23906884/10639384
396.68/424.49	c cleaning 134005 clauses out of 268017 with flag 24265295/10774384
403.63/431.64	c cleaning 135004 clauses out of 270013 with flag 24629686/10910385
410.61/438.70	c cleaning 135989 clauses out of 272008 with flag 24986800/11047384
417.68/446.02	c cleaning 137004 clauses out of 274020 with flag 25344065/11185385
424.49/453.19	c cleaning 137996 clauses out of 276015 with flag 25705748/11324384
431.50/460.43	c cleaning 138991 clauses out of 278019 with flag 26078132/11464384
438.73/467.91	c cleaning 140009 clauses out of 280029 with flag 26453847/11605385
446.71/476.06	c cleaning 140995 clauses out of 282020 with flag 26830253/11747385
453.77/483.32	c cleaning 142003 clauses out of 284025 with flag 27216179/11890385
460.87/490.77	c cleaning 143007 clauses out of 286021 with flag 27601599/12034384
468.47/498.49	c cleaning 144003 clauses out of 288014 with flag 27987364/12179384
476.07/506.39	c cleaning 144994 clauses out of 290012 with flag 28375649/12325385
483.34/513.83	c cleaning 145994 clauses out of 292017 with flag 28770805/12472384
490.26/521.06	c cleaning 147010 clauses out of 294024 with flag 29157976/12620385
497.31/528.26	c cleaning 148006 clauses out of 296014 with flag 29551768/12769385
504.71/535.99	c cleaning 148999 clauses out of 298007 with flag 29948043/12919384
511.71/543.25	c cleaning 150000 clauses out of 300008 with flag 30343229/13070384
519.02/550.80	c cleaning 150987 clauses out of 302008 with flag 30731352/13222384
526.67/558.73	c cleaning 152000 clauses out of 304021 with flag 31131583/13375384
534.46/566.63	c cleaning 153001 clauses out of 306021 with flag 31536178/13529384
542.01/574.43	c cleaning 153999 clauses out of 308020 with flag 31942489/13684384
550.59/583.32	c cleaning 155007 clauses out of 310022 with flag 32355391/13840385
559.16/591.94	c cleaning 156008 clauses out of 312015 with flag 32779428/13997385
567.31/600.36	c cleaning 156989 clauses out of 314006 with flag 33203610/14155384
575.91/609.25	c cleaning 158006 clauses out of 316017 with flag 33629107/14314384
584.98/618.43	c cleaning 158998 clauses out of 318011 with flag 34069101/14474384
594.41/628.19	c cleaning 160001 clauses out of 320015 with flag 34492403/14635386
603.90/637.96	c cleaning 160994 clauses out of 322013 with flag 34916224/14797385
613.59/647.73	c cleaning 161989 clauses out of 324018 with flag 35348892/14960384
622.53/656.93	c cleaning 163014 clauses out of 326031 with flag 35781239/15124386
631.74/666.42	c cleaning 164003 clauses out of 328017 with flag 36201405/15289386
640.84/675.63	c cleaning 164996 clauses out of 330012 with flag 36628940/15455384
650.08/685.12	c cleaning 165996 clauses out of 332017 with flag 37068704/15622385
660.94/696.22	c cleaning 166999 clauses out of 334020 with flag 37501467/15790384
672.01/707.44	c cleaning 168002 clauses out of 336023 with flag 37937143/15959386
681.77/717.49	c cleaning 169006 clauses out of 338021 with flag 38382646/16129386
691.80/727.71	c cleaning 169994 clauses out of 340013 with flag 38833631/16300384
701.43/737.43	c cleaning 170997 clauses out of 342019 with flag 39286744/16472384
711.49/747.75	c cleaning 172002 clauses out of 344022 with flag 39739923/16645384
721.85/758.27	c cleaning 173003 clauses out of 346020 with flag 40210367/16819384
732.59/769.23	c cleaning 174006 clauses out of 348018 with flag 40674354/16994385
742.33/779.27	c cleaning 174999 clauses out of 350013 with flag 41132893/17170386
752.77/789.82	c cleaning 175995 clauses out of 352016 with flag 41592551/17347388
763.12/800.41	c cleaning 177002 clauses out of 354018 with flag 42066692/17525385
773.85/811.46	c cleaning 178002 clauses out of 356016 with flag 42530779/17704385
785.15/822.99	c cleaning 179001 clauses out of 358014 with flag 42997066/17884385
796.17/834.23	c cleaning 180005 clauses out of 360012 with flag 43482825/18065384
807.44/845.86	c cleaning 180986 clauses out of 362008 with flag 43985089/18247385
818.38/857.00	c cleaning 181998 clauses out of 364024 with flag 44460667/18430387
829.41/868.23	c cleaning 183011 clauses out of 366023 with flag 44947105/18614384
841.42/880.50	c cleaning 183991 clauses out of 368014 with flag 45433793/18799386
852.77/892.04	c cleaning 185003 clauses out of 370025 with flag 45922730/18985388
863.20/902.71	c cleaning 185994 clauses out of 372018 with flag 46413276/19172384
874.28/913.97	c cleaning 186998 clauses out of 374030 with flag 46911454/19360390
885.41/925.36	c cleaning 187999 clauses out of 376026 with flag 47412926/19549384
896.56/936.64	c cleaning 188999 clauses out of 378027 with flag 47915728/19739384
907.67/948.09	c cleaning 189994 clauses out of 380028 with flag 48418944/19930384
920.07/960.50	c cleaning 191011 clauses out of 382034 with flag 48941912/20122384
932.07/972.85	c cleaning 192001 clauses out of 384023 with flag 49483907/20315384
946.43/987.39	c cleaning 193007 clauses out of 386022 with flag 50019129/20509384
960.32/1001.53	c cleaning 194003 clauses out of 388015 with flag 50530769/20704384
976.35/1017.86	c cleaning 194994 clauses out of 390012 with flag 51045986/20900384
989.39/1031.10	c cleaning 196002 clauses out of 392018 with flag 51562791/21097384
1002.16/1044.11	c cleaning 196992 clauses out of 394016 with flag 52088148/21295384
1015.61/1057.76	c cleaning 197999 clauses out of 396024 with flag 52615404/21494384
1028.78/1071.05	c cleaning 199003 clauses out of 398025 with flag 53144646/21694384
1042.39/1085.03	c cleaning 199999 clauses out of 400024 with flag 53674668/21895386
1056.74/1099.51	c cleaning 201009 clauses out of 402025 with flag 54211092/22097386
1070.54/1113.74	c cleaning 202004 clauses out of 404015 with flag 54746796/22300385
1084.87/1128.16	c cleaning 203002 clauses out of 406010 with flag 55286442/22504384
1099.12/1142.70	c cleaning 203991 clauses out of 408008 with flag 55830245/22709384
1113.91/1157.78	c cleaning 205000 clauses out of 410017 with flag 56376822/22915384
1130.44/1174.68	c cleaning 205998 clauses out of 412017 with flag 56928598/23122384
1145.46/1189.71	c cleaning 206994 clauses out of 414019 with flag 57474660/23330384
1158.89/1203.20	c cleaning 207990 clauses out of 416025 with flag 58019979/23539384
1172.93/1217.64	c cleaning 209000 clauses out of 418035 with flag 58571589/23749384
1188.68/1233.58	c cleaning 210017 clauses out of 420036 with flag 59130475/23960385
1204.13/1249.38	c cleaning 210993 clauses out of 422018 with flag 59682979/24172384
1220.48/1265.83	c cleaning 211999 clauses out of 424025 with flag 60239569/24385384
1235.27/1280.77	c cleaning 213008 clauses out of 426026 with flag 60798351/24599384
1250.95/1296.72	c cleaning 213993 clauses out of 428019 with flag 61365842/24814385
1267.31/1313.28	c cleaning 215003 clauses out of 430026 with flag 61934905/25030385
1281.87/1327.95	c cleaning 216001 clauses out of 432023 with flag 62519159/25247385
1295.72/1342.18	c cleaning 216989 clauses out of 434022 with flag 63093082/25465385
1309.96/1356.75	c cleaning 218002 clauses out of 436032 with flag 63670252/25684384
1325.31/1372.22	c cleaning 219002 clauses out of 438030 with flag 64248170/25904384
1340.10/1387.33	c cleaning 220015 clauses out of 440041 with flag 64834467/26125397
1358.19/1405.50	c cleaning 221005 clauses out of 442014 with flag 65421918/26347385
1374.46/1422.18	c cleaning 221987 clauses out of 444008 with flag 66012058/26570384
1394.32/1442.17	c cleaning 223003 clauses out of 446021 with flag 66606192/26794384
1413.48/1461.41	c cleaning 223999 clauses out of 448021 with flag 67199033/27019387
1433.75/1482.10	c cleaning 225008 clauses out of 450020 with flag 67790833/27245385
1452.83/1501.21	c cleaning 225996 clauses out of 452013 with flag 68385887/27472386
1468.22/1516.99	c cleaning 227000 clauses out of 454016 with flag 68990114/27700385
1486.40/1535.26	c cleaning 227993 clauses out of 456016 with flag 69595721/27929385
1504.62/1553.56	c cleaning 228996 clauses out of 458023 with flag 70225198/28159385
1523.71/1572.96	c cleaning 230005 clauses out of 460027 with flag 70866523/28390385
1541.33/1590.78	c cleaning 231001 clauses out of 462021 with flag 71490787/28622384
1559.96/1609.56	c cleaning 232001 clauses out of 464022 with flag 72107009/28855386
1579.83/1629.71	c cleaning 232995 clauses out of 466020 with flag 72722603/29089385
1598.45/1648.42	c cleaning 233998 clauses out of 468024 with flag 73342263/29324384
1617.50/1667.77	c cleaning 235001 clauses out of 470026 with flag 73962275/29560384
1636.68/1686.95	c cleaning 235998 clauses out of 472025 with flag 74581890/29797384
1653.06/1703.36	c cleaning 237000 clauses out of 474027 with flag 75202232/30035384
1671.03/1721.56	c cleaning 238005 clauses out of 476027 with flag 75823017/30274384
1689.95/1740.44	c cleaning 239002 clauses out of 478022 with flag 76450651/30514384
1707.87/1758.66	c cleaning 240004 clauses out of 480021 with flag 77080073/30755385
1726.19/1776.97	c cleaning 241007 clauses out of 482017 with flag 77723800/30997385
1746.24/1797.28	c cleaning 241999 clauses out of 484009 with flag 78378902/31240384
1767.05/1818.10	c cleaning 243002 clauses out of 486011 with flag 79036562/31484385
1788.29/1839.57	c cleaning 244000 clauses out of 488009 with flag 79689112/31729385
1810.68/1861.95	c cleaning 245004 clauses out of 490008 with flag 80357092/31975384
1826.90/1878.41	c cleaning 245995 clauses out of 492004 with flag 80993755/32222384
1842.25/1893.72	c cleaning 246999 clauses out of 494012 with flag 81640461/32470387
1857.57/1909.27	c cleaning 248007 clauses out of 496013 with flag 82290513/32719387
1873.60/1925.54	c cleaning 248975 clauses out of 498005 with flag 82943324/32969386
1889.52/1941.56	c cleaning 250008 clauses out of 500028 with flag 83600143/33220384
1903.66/1955.92	c cleaning 251001 clauses out of 502021 with flag 84261105/33472385
1918.66/1971.11	c cleaning 252002 clauses out of 504019 with flag 84926899/33725384
1935.77/1988.30	c cleaning 252995 clauses out of 506017 with flag 85588640/33979384
1951.05/2003.97	c cleaning 253990 clauses out of 508025 with flag 86259126/34234387
1966.61/2019.73	c cleaning 255001 clauses out of 510032 with flag 86928835/34490384
1984.95/2038.19	c cleaning 256013 clauses out of 512035 with flag 87601497/34747388
2000.54/2054.01	c cleaning 257005 clauses out of 514020 with flag 88276331/35005386
2018.16/2071.67	c cleaning 258001 clauses out of 516013 with flag 88949303/35264384
2039.42/2093.15	c cleaning 258997 clauses out of 518012 with flag 89626774/35524384
2056.90/2110.64	c cleaning 259998 clauses out of 520015 with flag 90309949/35785384
2075.70/2129.76	c cleaning 260998 clauses out of 522017 with flag 91006196/36047384
2092.16/2146.27	c cleaning 261996 clauses out of 524020 with flag 91693629/36310385
2108.62/2162.94	c cleaning 262997 clauses out of 526024 with flag 92385747/36574385
2124.50/2178.83	c cleaning 264000 clauses out of 528026 with flag 93076761/36839384
2143.09/2197.75	c cleaning 265005 clauses out of 530026 with flag 93778674/37105384
2162.63/2217.30	c cleaning 266003 clauses out of 532022 with flag 94491605/37372385
2180.22/2235.18	c cleaning 267006 clauses out of 534020 with flag 95204132/37640386
2196.78/2251.77	c cleaning 267994 clauses out of 536013 with flag 95914370/37909385
2214.58/2269.84	c cleaning 268991 clauses out of 538018 with flag 96628914/38179384
2231.68/2287.05	c cleaning 269997 clauses out of 540027 with flag 97342287/38450384
2247.69/2303.38	c cleaning 270992 clauses out of 542031 with flag 98064765/38722385
2263.88/2319.59	c cleaning 272002 clauses out of 544039 with flag 98783270/38995385
2284.51/2340.45	c cleaning 273007 clauses out of 546036 with flag 99495374/39269384
2300.62/2356.51	c cleaning 273997 clauses out of 548029 with flag 100212123/39544384
2321.29/2377.59	c cleaning 275014 clauses out of 550035 with flag 100935104/39820387
2339.34/2395.63	c cleaning 276012 clauses out of 552023 with flag 101696257/40097389
2356.23/2412.50	c cleaning 276988 clauses out of 554006 with flag 102448174/40375384
2376.12/2432.70	c cleaning 278007 clauses out of 556018 with flag 103187137/40654384
2396.95/2453.63	c cleaning 278994 clauses out of 558011 with flag 103929351/40934384
2417.95/2474.72	c cleaning 280002 clauses out of 560018 with flag 104673735/41215385
2436.78/2493.89	c cleaning 281005 clauses out of 562018 with flag 105417967/41497387
2458.04/2515.19	c cleaning 282003 clauses out of 564013 with flag 106163903/41780387
2478.68/2535.80	c cleaning 282991 clauses out of 566007 with flag 106913448/42064384
2499.80/2556.94	c cleaning 283998 clauses out of 568016 with flag 107667445/42349384
2520.94/2578.44	c cleaning 284991 clauses out of 570018 with flag 108425311/42635384
2543.24/2601.01	c cleaning 285999 clauses out of 572029 with flag 109187672/42922386
2565.38/2623.38	c cleaning 287010 clauses out of 574028 with flag 109953703/43210384
2589.37/2647.65	c cleaning 288004 clauses out of 576019 with flag 110733308/43499385
2608.90/2667.52	c cleaning 288998 clauses out of 578014 with flag 111501159/43789384
2629.51/2688.29	c cleaning 289986 clauses out of 580018 with flag 112269983/44080386
2648.91/2708.00	c cleaning 291015 clauses out of 582034 with flag 113046161/44372388
2670.52/2729.64	c cleaning 292000 clauses out of 584015 with flag 113821801/44665384
2690.98/2750.40	c cleaning 292991 clauses out of 586018 with flag 114603384/44959387
2712.92/2772.42	c cleaning 294001 clauses out of 588024 with flag 115383480/45254384
2732.75/2792.59	c cleaning 294996 clauses out of 590023 with flag 116170207/45550384
2751.54/2811.40	c cleaning 296000 clauses out of 592027 with flag 116955318/45847384
2771.01/2831.27	c cleaning 296997 clauses out of 594027 with flag 117752127/46145384
2790.32/2850.68	c cleaning 298010 clauses out of 596032 with flag 118548611/46444386
2813.26/2873.98	c cleaning 298987 clauses out of 598020 with flag 119349219/46744384
2835.96/2896.72	c cleaning 300015 clauses out of 600033 with flag 120151668/47045384
2856.21/2917.36	c cleaning 300999 clauses out of 602018 with flag 120953402/47347384
2877.03/2938.23	c cleaning 302000 clauses out of 604019 with flag 121757342/47650384
2896.12/2957.33	c cleaning 302998 clauses out of 606021 with flag 122561614/47954386
2917.58/2979.13	c cleaning 304012 clauses out of 608024 with flag 123369184/48259387
2942.02/3003.63	c cleaning 304988 clauses out of 610011 with flag 124180504/48565386
2963.89/3025.51	c cleaning 305995 clauses out of 612022 with flag 124994431/48872385
2988.22/3049.84	c cleaning 307013 clauses out of 614026 with flag 125810328/49180384
3013.67/3075.65	c cleaning 307983 clauses out of 616013 with flag 126631996/49489384
3038.10/3100.12	c cleaning 309004 clauses out of 618030 with flag 127471102/49799384
3063.40/3125.50	c cleaning 310011 clauses out of 620028 with flag 128301724/50110386
3084.29/3146.74	c cleaning 311000 clauses out of 622015 with flag 129133060/50422384
3107.19/3169.78	c cleaning 311995 clauses out of 624015 with flag 129966203/50735384
3128.31/3190.98	c cleaning 312997 clauses out of 626022 with flag 130803681/51049386
3154.77/3217.78	c cleaning 313996 clauses out of 628024 with flag 131646520/51364385
3178.12/3241.13	c cleaning 315006 clauses out of 630028 with flag 132482034/51680385
3201.51/3264.87	c cleaning 316007 clauses out of 632021 with flag 133320931/51997384
3223.48/3286.99	c cleaning 316997 clauses out of 634015 with flag 134160945/52315385
3245.61/3309.44	c cleaning 318000 clauses out of 636017 with flag 135007838/52634384
3269.90/3334.11	c cleaning 318991 clauses out of 638017 with flag 135858776/52954384
3296.13/3360.45	c cleaning 320013 clauses out of 640029 with flag 136718516/53275387
3320.68/3384.92	c cleaning 321002 clauses out of 642013 with flag 137567324/53597384
3343.15/3407.32	c cleaning 321989 clauses out of 644012 with flag 138425843/53920385
3368.28/3432.81	c cleaning 323005 clauses out of 646023 with flag 139286925/54244385
3393.85/3458.51	c cleaning 323991 clauses out of 648019 with flag 140146926/54569386
3419.96/3484.79	c cleaning 325010 clauses out of 650029 with flag 141008465/54895387
3442.58/3507.70	c cleaning 325991 clauses out of 652019 with flag 141873084/55222387
3468.67/3533.93	c cleaning 326997 clauses out of 654028 with flag 142750589/55550387
3496.56/3561.84	c cleaning 328013 clauses out of 656028 with flag 143633620/55879384
3523.80/3589.13	c cleaning 328996 clauses out of 658015 with flag 144516218/56209384
3551.60/3616.94	c cleaning 329994 clauses out of 660019 with flag 145403525/56540384
3578.68/3644.37	c cleaning 331012 clauses out of 662025 with flag 146290031/56872384
3600.04/3665.70	c starts		: 9
3600.04/3665.71	c conflicts		: 57205384
3600.04/3665.71	c decisions		: 140775452
3600.04/3665.71	c propagations		: 6259922255
3600.04/3665.71	c inspects		: 33161321643
3600.04/3665.71	c shortcuts		: 0
3600.04/3665.71	c learnt literals	: 0
3600.04/3665.71	c learnt binary clauses	: 0
3600.04/3665.71	c learnt ternary clauses	: 0
3600.04/3665.71	c learnt constraints	: 57205384
3600.04/3665.71	c ignored constraints	: 0
3600.04/3665.71	c root simplifications	: 0
3600.04/3665.71	c removed literals (reason simplification)	: 75037587
3600.04/3665.71	c reason swapping (by a shorter reason)	: 0
3600.04/3665.71	c Calls to reduceDB	: 414
3600.04/3665.71	c Number of update (reduction) of LBD	: 15381782
3600.04/3665.71	c Imported unit clauses	: 0
3600.04/3665.71	c No decision after first conflict	: false
3600.04/3665.71	c number of reductions to clauses (during analyze)	: 0
3600.04/3665.71	c number of learned constraints concerned by reduction	: 0
3600.04/3665.71	c number of learning phase by resolution	: 0
3600.04/3665.71	c number of learning phase by cutting planes	: 0
3600.04/3665.71	c number of rounding to 1 operations	: 0
3600.04/3665.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3665.71	c number of reductions of the coefficients by power 2 	: 0
3600.04/3665.71	c number of right shift for reduction by power 2 	: 0
3600.04/3665.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3665.71	c number of ending skipping 	: 0
3600.04/3665.71	c number of internal skipping 	: 0
3600.04/3665.71	c number of derivation steps 	: 0
3600.04/3665.71	c number of skipped derivation steps 	: 0
3600.04/3665.71	c number of remaining unassigned 	: 0
3600.04/3665.71	c number of remaining assigned 	: 0
3600.04/3665.71	c number of falsified literals weakened from reason	: 0
3600.04/3665.71	c number of falsified literals weakened from conflict	: 0
3600.04/3665.71	c time for arithmetic operations	: 0
3600.04/3665.71	c minimum degree of deleted constraints	: null
3600.04/3665.71	c maximum degree of deleted constraints	: null
3600.04/3665.71	c number of deleted constraints	: 0
3600.04/3665.71	c speed (assignments/second)	: 1708149.0787886728
3600.04/3665.71	c non guided choices	: 1
3600.04/3665.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 664013
3600.04/3665.77	s SATISFIABLE
3600.04/3665.77	c Found 5 solution(s)
3600.04/3665.77	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 x31 -x32 x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 x79 x80 x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 x99 x100 -x101 x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 x146 -x147 x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 x162 x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 x233 x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 x253 -x254 x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 x382 -x383 x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 x403 x404 -x405 x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 
3600.04/3665.77	c objective function=78
3600.04/3665.77	c Total wall clock time (in seconds): 3664.844

Verifier Data

OK	78

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

running on 4 cores: 16-19

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-7,9,14,30,35,37,42,50,53
  3550 MHz: 19-23,25,32-34,40-41,43,52,54-55,61
  3600 MHz: 8,10-13,15-18,24,26-29,31,36,38-39,44-49,51,56-60,62-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128009 MiB (23463 MiB free)
  node 1: cores 8-15, 129019 MiB (51259 MiB free)
  node 2: cores 16-23, 129019 MiB (98227 MiB free)
  node 3: cores 24-31, 129003 MiB (72323 MiB free)
  node 4: cores 32-39, 129019 MiB (81920 MiB free)
  node 5: cores 40-47, 129019 MiB (116102 MiB free)
  node 6: cores 48-55, 129019 MiB (117732 MiB free)
  node 7: cores 56-63, 128474 MiB (119995 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.10006 s]*
/proc/loadavg: 0.84 0.97 0.99 3/842 2695932
/proc/meminfo: memFree=697395960/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=26572 memory=6184 CPUtime=0 cores=16-19
/proc/2695903/stat : 2695903 (java) D 2695883 2695903 2695730 0 -1 4194304 480 0 38 0 0 0 0 0 20 0 1 0 13925106 27209728 1408 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 0 1 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 6643 1546 1223 1 0 506 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 26572 KiB
Current children cumulated memory: 6184 KiB

[startup+0.212172 s]*
/proc/loadavg: 0.84 0.97 0.99 1/879 2695972
/proc/meminfo: memFree=697438732/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=93392 memory=8952 CPUtime=0 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 634 0 76 0 0 0 0 0 20 0 2 0 13925106 95633408 2048 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 0 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 23348 2238 1807 1 0 598 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=93392 memory=3472328299453313415 CPUtime=0 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) D 2695883 2695903 2695730 0 -1 4194368 28 0 12 0 0 0 0 0 20 0 2 0 13925123 95633408 2048 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 0 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 93392 KiB
Current children cumulated memory: 8952 KiB

[startup+0.312575 s]*
/proc/loadavg: 0.84 0.97 0.99 1/898 2695991
/proc/meminfo: memFree=697432604/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=494520 memory=12864 CPUtime=0.01 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 767 0 110 0 0 1 0 0 20 0 2 0 13925106 506388480 2944 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16784588 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 123630 3216 2722 1 0 2510 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=494520 memory=-7450457339725637726 CPUtime=0 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) D 2695883 2695903 2695730 0 -1 4194368 161 0 46 0 0 0 0 0 20 0 2 0 13925123 506388480 2944 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16784588 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 494520 KiB
Current children cumulated memory: 12864 KiB

[startup+0.700148 s]
/proc/loadavg: 0.84 0.97 0.99 2/1015 2696108
/proc/meminfo: memFree=697318764/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=34900044 memory=43416 CPUtime=0.06 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 5001 0 461 0 2 4 0 0 20 0 19 0 13925106 35737645056 10373 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8725011 10854 5692 1 0 30557 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=34900044 memory=28536 CPUtime=0.03 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) D 2695883 2695903 2695730 0 -1 4194368 2449 0 233 0 1 2 0 0 20 0 19 0 13925123 35737645056 10373 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 43416 KiB

[startup+1.50031 s]
/proc/loadavg: 0.84 0.97 0.99 50/1174 2696295
/proc/meminfo: memFree=696862920/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=212384 CPUtime=1.89 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 11137 0 473 0 183 6 0 0 20 0 24 0 13925106 36078452736 52873 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 53096 6189 1 0 80202 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=28536 CPUtime=0.6 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) R 2695883 2695903 2695730 0 -1 4194368 3413 0 244 0 56 4 0 0 20 0 24 0 13925123 36078452736 52873 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=4121559213443134297 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 13925165 36078452736 52873 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=4122322458625979217 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 13925165 36078452736 52873 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=20866 CPUtime=0 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 13925165 36078452736 52873 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 24 0 13925166 36078452736 52873 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=69468 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 24 0 13925166 36078452736 52873 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=88212 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 13925203 36078452736 52873 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 212384 KiB

[startup+3.1131 s]
/proc/loadavg: 2.45 1.30 1.10 16/1119 2696380
/proc/meminfo: memFree=693904760/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=451676 CPUtime=4.07 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 15446 0 473 0 394 13 0 0 20 0 23 0 13925106 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 112919 6189 1 0 134784 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=15648 CPUtime=1.93 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) S 2695883 2695903 2695730 0 -1 4194368 4289 0 244 0 184 9 0 0 20 0 23 0 13925123 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=0 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=0 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=0 CPUtime=0 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=29924 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=0 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=0 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925203 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 451676 KiB

[startup+6.30021 s]
/proc/loadavg: 2.45 1.30 1.10 12/1188 2696590
/proc/meminfo: memFree=690604528/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=452176 CPUtime=7.03 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 16873 0 473 0 680 23 0 0 20 0 23 0 13925106 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 113044 6190 1 0 134792 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=0 CPUtime=4.65 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) R 2695883 2695903 2695730 0 -1 4194368 4783 0 244 0 446 19 0 0 20 0 23 0 13925123 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=451768 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=-6797828051888228780 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=5836 CPUtime=0 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=3648 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=68 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925203 36078452736 112713 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 7.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 452176 KiB

[startup+12.7002 s]
/proc/loadavg: 4.60 1.80 1.26 12/1191 2696631
/proc/meminfo: memFree=683920388/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=477360 CPUtime=13.06 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 20777 0 473 0 1265 41 0 0 20 0 23 0 13925106 36078452736 119132 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 119340 6221 1 0 139995 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=5836 CPUtime=10.35 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) R 2695883 2695903 2695730 0 -1 4194368 6048 0 244 0 998 37 0 0 20 0 23 0 13925123 36078452736 119132 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 0 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=3648 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 119132 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 119132 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=460816 CPUtime=0 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 119132 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=451692 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 119132 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=3096267694080041 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 119132 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=460828 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925203 36078452736 119132 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 13.06 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 477360 KiB

[startup+25.5002 s]
/proc/loadavg: 6.76 2.35 1.45 15/1197 2696672

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

/proc/meminfo: memFree=245962372/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=2110328 CPUtime=3397.53 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 547941 0 473 0 335865 3888 0 0 20 0 23 0 13925106 36078452736 527376 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 527582 6220 1 0 547073 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=1941120 CPUtime=3322.26 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) R 2695883 2695903 2695730 0 -1 4194368 176860 0 244 0 328461 3765 0 0 20 0 23 0 13925123 36078452736 527376 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 0 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 527376 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=2054804 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 527376 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=-7450457339726029663 CPUtime=0.09 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 83 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 527376 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 527376 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 716 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 527376 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=2083676 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925203 36078452736 527376 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 3397.53 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 2110328 KiB

[startup+3522.3 s]
/proc/loadavg: 16.11 16.16 16.03 16/1198 2718643
/proc/meminfo: memFree=239737320/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=1981412 CPUtime=3457.12 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 549488 0 473 0 341765 3947 0 0 20 0 23 0 13925106 36078452736 495155 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 495353 6220 1 0 513601 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=15648 CPUtime=3380.57 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) R 2695883 2695903 2695730 0 -1 4194368 177049 0 244 0 334235 3822 0 0 20 0 23 0 13925123 36078452736 495155 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=2110328 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 495155 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=3648 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 495155 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=1981412 CPUtime=0.09 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 83 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 495155 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=1981412 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 495155 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=1981412 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 716 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 495155 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=-7450457339726029663 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925203 36078452736 495155 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 3457.12 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1981412 KiB

[startup+3582.3 s]
/proc/loadavg: 16.32 16.22 16.06 18/1198 2718881
/proc/meminfo: memFree=250903480/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=2009600 CPUtime=3517.04 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 603984 0 473 0 347701 4003 0 0 20 0 23 0 13925106 36078452736 502195 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 502400 6220 1 0 526153 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=1878172 CPUtime=3439 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) R 2695883 2695903 2695730 0 -1 4194368 229377 0 244 0 340024 3876 0 0 20 0 23 0 13925123 36078452736 502195 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=29928 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 502195 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=5836 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 502195 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=0 CPUtime=0.09 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 83 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 502195 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=1945824 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 502195 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 750 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 502195 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=9436 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925203 36078452736 502195 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 3517.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 2009600 KiB

[startup+3642.3 s]
/proc/loadavg: 16.37 16.28 16.09 14/1173 2719365
/proc/meminfo: memFree=454473012/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=2035436 CPUtime=3576.68 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 613501 0 473 0 353617 4051 0 0 20 0 23 0 13925106 36078452736 508655 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 508859 6220 1 0 530337 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=1878172 CPUtime=3497.61 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) R 2695883 2695903 2695730 0 -1 4194368 231227 0 244 0 345838 3923 0 0 20 0 23 0 13925123 36078452736 508655 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 508655 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 508655 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=2035436 CPUtime=0.09 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 84 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 508655 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=1929704 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 508655 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=3532 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 794 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 508655 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=2012780 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925203 36078452736 508655 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 3576.68 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 2035436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3665.7 s]
/proc/loadavg: 16.09 16.22 16.08 15/1170 2719963
/proc/meminfo: memFree=537748588/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=1912008 CPUtime=3600.04 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 614124 0 473 0 355928 4076 0 0 20 0 23 0 13925106 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 478002 6220 1 0 496865 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=1878172 CPUtime=3520.39 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) R 2695883 2695903 2695730 0 -1 4194368 231564 0 244 0 348092 3947 0 0 20 0 23 0 13925123 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=2035436 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=29928 CPUtime=0.09 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 86 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=3532 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 815 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=1972 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925203 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1912008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3559.45 s, system=40.78 s

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

[startup+3665.7 s]
/proc/loadavg: 16.09 16.22 16.08 15/1170 2719963
/proc/meminfo: memFree=537748588/1055320716 swapFree=33554172/33554428
[pid=2695903] ppid=2695883 vsize=35232864 memory=1912008 CPUtime=3600.04 cores=16-19
/proc/2695903/stat : 2695903 (java) S 2695883 2695903 2695730 0 -1 4194304 614124 0 473 0 355928 4076 0 0 20 0 23 0 13925106 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
/proc/2695903/statm: 8808216 478002 6220 1 0 496865 0
[pid=2695903/tid=2695967] ppid=2695883 vsize=35232864 memory=1878172 CPUtime=3520.39 cores=16-19
/proc/2695903/task/2695967/stat : 2695967 (java) R 2695883 2695903 2695730 0 -1 4194368 231564 0 244 0 348092 3947 0 0 20 0 23 0 13925123 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696141] ppid=2695883 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=16-19
/proc/2695903/task/2696141/stat : 2696141 (Referen..andler) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696155] ppid=2695883 vsize=35232864 memory=2035436 CPUtime=0 cores=16-19
/proc/2695903/task/2696155/stat : 2696155 (Finalizer) S 2695883 2695903 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696189] ppid=2695883 vsize=35232864 memory=29928 CPUtime=0.09 cores=16-19
/proc/2695903/task/2696189/stat : 2696189 (Monitor..Thread) S 2695883 2695903 2695730 0 -1 4194368 86 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696239] ppid=2695883 vsize=35232864 memory=15648 CPUtime=0 cores=16-19
/proc/2695903/task/2696239/stat : 2696239 (Notific..Thread) S 2695883 2695903 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696261] ppid=2695883 vsize=35232864 memory=3532 CPUtime=0 cores=16-19
/proc/2695903/task/2696261/stat : 2696261 (Common-Cleaner) S 2695883 2695903 2695730 0 -1 4194368 815 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
[pid=2695903/tid=2696284] ppid=2695883 vsize=35232864 memory=1972 CPUtime=0 cores=16-19
/proc/2695903/task/2696284/stat : 2696284 (Timer-0) S 2695883 2695903 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925203 36078452736 477886 18446744073709551615 94159955464192 94159955467888 140728337974848 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94159955475752 94159955476496 94159977730048 140728337983652 140728337983838 140728337983838 140728337989576 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1912008 KiB

Child status: 143

Real time (s): 3665.79
CPU time (s): 3600.23
CPU user time (s): 3559.45
CPU system time (s): 40.78
CPU usage (%): 98.2118
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 2110328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3559.45
system time used= 40.78
maximum resident set size= 2109504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616257
page faults= 473
swaps= 0
block input operations= 8584
block output operations= 15728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9533796
involuntary context switches= 7868


# summary of solver processes directly reported to runsolver:
#   pid: 2695903
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3559.45
#   total CPU system time (s): 40.78

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6887 second user time and 39.0786 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-07-10 02:21:21
IDJOB=4835516
IDBENCH=147200
IDSOLVER=3672
FILE ID=nodeE008/4835516-1783642880
RUNJOBID= nodeE008-1783642880-2695744
SLURM_JOB_ID= 12722706
Free space on /tmp= 795296 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/logic-synthesis/normalized-e64.b.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835516-1783642880/watcher-4835516-1783642880 -o /tmp/evaluation-result-4835516-1783642880/solver-4835516-1783642880 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835516-1783642880/vars-4835516-1783642880 --bin-var /tmp/runsolver-exch-nodeE008-1783642880-2695744 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835516-1783642880 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835516-1783642880.opb

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

MD5SUM BENCH= d058f2a35f5f2155d4c948fc622fab03
RANDOM SEED=1812171583

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.700
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		: 3574.739
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3575.687
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		: 3574.817
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:       1055320716 kB
MemFree:        697387472 kB
MemAvailable:   1047725760 kB
Buffers:            2432 kB
Cached:         353731908 kB
SwapCached:           12 kB
Active:           300460 kB
Inactive:       353551776 kB
Active(anon):     131256 kB
Inactive(anon):    15320 kB
Active(file):     169204 kB
Inactive(file): 353536456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554172 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2416 kB
Writeback:            12 kB
AnonPages:        121540 kB
Mapped:           109468 kB
Shmem:             28680 kB
KReclaimable:    2000660 kB
Slab:            2480988 kB
SReclaimable:    2000660 kB
SUnreclaim:       480328 kB
KernelStack:       13792 kB
PageTables:         3584 kB
SecPageTables:     12120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   128551116 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      477496 kB
VmallocChunk:          0 kB
Percpu:           116480 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      328132 kB
DirectMap2M:    23062528 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 795224 MiB
End job on nodeE008 at 2026-07-10 03:22:27