Trace number 4783585

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)78 3600.24 3573.58

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.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4783585-1782148829.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.18/0.12	c ... done. Wall clock time 0.03s.
0.18/0.12	c declared #vars     607
0.18/0.12	c #constraints  1022
0.18/0.12	c constraints type 
0.18/0.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1022
0.18/0.12	c 1022 constraints processed.
0.18/0.13	c objective function length is 607 literals
0.18/0.13	c SATISFIABLE
0.18/0.13	c OPTIMIZING...
0.18/0.13	c Got one! Elapsed wall clock time (in seconds):0.043
0.18/0.13	o 82
0.55/0.29	c cleaning 2491 clauses out of 5002 with flag 11813/5002
0.85/0.39	c cleaning 4249 clauses out of 8510 with flag 26536/11001
1.10/0.49	c cleaning 5625 clauses out of 11261 with flag 43567/18001
1.43/0.63	c cleaning 6803 clauses out of 13636 with flag 62954/26001
1.52/0.74	c cleaning 7908 clauses out of 15833 with flag 85018/35001
1.66/0.87	c cleaning 8946 clauses out of 17926 with flag 109309/45002
1.77/1.00	c cleaning 9979 clauses out of 19980 with flag 136376/56002
2.07/1.21	c cleaning 10984 clauses out of 22000 with flag 169360/68001
2.35/1.46	c cleaning 12004 clauses out of 24016 with flag 203734/81001
2.66/1.75	c cleaning 13002 clauses out of 26012 with flag 241745/95001
2.86/1.95	c Got one! Elapsed wall clock time (in seconds):1.857
2.86/1.95	o 81
3.00/2.04	c cleaning 14077 clauses out of 28163 with flag 12066/110154
3.10/2.13	c cleaning 10035 clauses out of 20086 with flag 26656/116154
3.21/2.21	c cleaning 8511 clauses out of 17051 with flag 43219/123154
3.34/2.31	c cleaning 8266 clauses out of 16540 with flag 62212/131154
3.44/2.41	c cleaning 8628 clauses out of 17276 with flag 83682/140156
3.55/2.52	c cleaning 9313 clauses out of 18648 with flag 107506/150156
3.65/2.64	c cleaning 10162 clauses out of 20334 with flag 134198/161155
3.75/2.78	c cleaning 11082 clauses out of 22171 with flag 163859/173154
3.95/2.94	c cleaning 12034 clauses out of 24089 with flag 195265/186154
4.16/3.12	c cleaning 13021 clauses out of 26057 with flag 229582/200156
4.35/3.34	c cleaning 14005 clauses out of 28035 with flag 265720/215155
4.55/3.53	c cleaning 15004 clauses out of 30029 with flag 305162/231154
4.75/3.76	c cleaning 16000 clauses out of 32025 with flag 346530/248154
4.95/4.01	c cleaning 17006 clauses out of 34025 with flag 390160/266154
5.37/4.30	c cleaning 17998 clauses out of 36020 with flag 436694/285155
5.50/4.44	c Got one! Elapsed wall clock time (in seconds):4.349
5.50/4.44	o 80
5.60/4.54	c cleaning 16920 clauses out of 33864 with flag 11929/300997
5.72/4.63	c cleaning 11458 clauses out of 22945 with flag 27675/306998
5.82/4.76	c cleaning 9232 clauses out of 18485 with flag 46357/313996
6.10/4.90	c cleaning 8622 clauses out of 17255 with flag 66994/321998
6.21/5.07	c cleaning 8802 clauses out of 17633 with flag 90325/330998
6.39/5.25	c cleaning 9408 clauses out of 18829 with flag 115453/340996
6.59/5.46	c cleaning 10202 clauses out of 20421 with flag 143511/351996
6.89/5.70	c cleaning 11099 clauses out of 22220 with flag 174082/363997
7.09/5.99	c cleaning 12050 clauses out of 24120 with flag 208005/376996
7.49/6.30	c cleaning 13031 clauses out of 26071 with flag 243376/390997
7.79/6.68	c cleaning 14014 clauses out of 28040 with flag 281894/405997
8.20/7.06	c cleaning 15011 clauses out of 30025 with flag 320946/421996
8.58/7.43	c cleaning 16004 clauses out of 32015 with flag 364731/438997
9.00/7.88	c cleaning 16994 clauses out of 34010 with flag 411474/456996
9.50/8.36	c cleaning 18007 clauses out of 36016 with flag 459947/475996
10.10/8.90	c cleaning 18997 clauses out of 38010 with flag 511647/495997
10.60/9.40	c cleaning 19993 clauses out of 40012 with flag 566394/516996
10.99/9.89	c cleaning 21008 clauses out of 42019 with flag 623595/538996
11.59/10.45	c cleaning 22002 clauses out of 44011 with flag 686464/561996
12.20/11.04	c cleaning 23003 clauses out of 46009 with flag 747306/585996
12.91/11.70	c cleaning 23997 clauses out of 48007 with flag 811767/610997
13.50/12.34	c Got one! Elapsed wall clock time (in seconds):12.251
13.50/12.34	o 79
13.71/12.50	c cleaning 26886 clauses out of 53783 with flag 12082/640770
13.71/12.59	c cleaning 16438 clauses out of 32897 with flag 26934/646770
13.81/12.68	c cleaning 11724 clauses out of 23459 with flag 44112/653770
13.91/12.77	c cleaning 9858 clauses out of 19735 with flag 63321/661770
14.01/12.88	c cleaning 9429 clauses out of 18878 with flag 86321/670771
14.11/13.01	c cleaning 9712 clauses out of 19449 with flag 111141/680771
14.32/13.12	c cleaning 10360 clauses out of 20736 with flag 138417/691770
14.41/13.27	c cleaning 11171 clauses out of 22377 with flag 168715/703771
14.61/13.43	c cleaning 12095 clauses out of 24206 with flag 200309/716771
14.84/13.62	c cleaning 13043 clauses out of 26111 with flag 236387/730771
15.04/13.80	c cleaning 14022 clauses out of 28067 with flag 273267/745770
15.13/13.99	c cleaning 15012 clauses out of 30045 with flag 314570/761770
15.43/14.20	c cleaning 16012 clauses out of 32039 with flag 357141/778776
15.63/14.43	c cleaning 17001 clauses out of 34021 with flag 402530/796770
15.83/14.68	c cleaning 17998 clauses out of 36021 with flag 450147/815771
16.14/14.94	c cleaning 19002 clauses out of 38023 with flag 499413/835771
16.35/15.19	c cleaning 19997 clauses out of 40021 with flag 551508/856771
16.64/15.47	c cleaning 20999 clauses out of 42024 with flag 605704/878771
16.94/15.76	c cleaning 21996 clauses out of 44024 with flag 664800/901770
17.28/16.09	c cleaning 23007 clauses out of 46030 with flag 726809/925772
17.67/16.42	c cleaning 23996 clauses out of 48021 with flag 790373/950770
17.97/16.78	c cleaning 24998 clauses out of 50025 with flag 855736/976770
18.39/17.17	c cleaning 25995 clauses out of 52028 with flag 921418/1003771
18.78/17.57	c cleaning 27000 clauses out of 54032 with flag 993841/1031770
19.20/18.01	c cleaning 28008 clauses out of 56033 with flag 1063821/1060771
19.69/18.42	c cleaning 28999 clauses out of 58026 with flag 1139231/1090772
20.09/18.86	c cleaning 30006 clauses out of 60025 with flag 1217698/1121770
20.59/19.30	c cleaning 31002 clauses out of 62019 with flag 1297515/1153770
21.10/19.83	c cleaning 31997 clauses out of 64017 with flag 1380874/1186770
21.49/20.29	c cleaning 32993 clauses out of 66021 with flag 1465707/1220771
22.09/20.82	c cleaning 34000 clauses out of 68027 with flag 1554271/1255770
22.69/21.42	c cleaning 35000 clauses out of 70027 with flag 1646886/1291770
23.31/22.03	c cleaning 36003 clauses out of 72028 with flag 1739367/1328771
23.89/22.67	c cleaning 37000 clauses out of 74024 with flag 1832686/1366770
24.59/23.35	c cleaning 37995 clauses out of 76025 with flag 1931503/1405771
25.32/24.01	c cleaning 39007 clauses out of 78029 with flag 2029926/1445770
26.00/24.72	c cleaning 39997 clauses out of 80022 with flag 2131665/1486770
26.77/25.41	c cleaning 40999 clauses out of 82025 with flag 2238798/1528770
27.49/26.12	c cleaning 41991 clauses out of 84026 with flag 2349688/1571770
27.89/26.55	c Got one! Elapsed wall clock time (in seconds):26.464
27.89/26.55	o 78
28.09/26.75	c cleaning 39816 clauses out of 79650 with flag 12089/1609385
28.19/26.88	c cleaning 22911 clauses out of 45837 with flag 26850/1615388
28.29/26.97	c cleaning 14947 clauses out of 29922 with flag 44569/1622384
28.40/27.06	c cleaning 11473 clauses out of 22975 with flag 64978/1630384
28.50/27.16	c cleaning 10234 clauses out of 20502 with flag 87352/1639384
28.59/27.27	c cleaning 10122 clauses out of 20268 with flag 113233/1649384
28.69/27.39	c cleaning 10561 clauses out of 21146 with flag 141103/1660384
28.89/27.52	c cleaning 11276 clauses out of 22586 with flag 169938/1672385
28.99/27.68	c cleaning 12143 clauses out of 24309 with flag 202899/1685384
29.19/27.84	c cleaning 13077 clauses out of 26167 with flag 238060/1699385
29.41/28.01	c cleaning 14034 clauses out of 28089 with flag 275165/1714384
29.59/28.21	c cleaning 15015 clauses out of 30056 with flag 313476/1730385
29.79/28.43	c cleaning 16009 clauses out of 32040 with flag 355720/1747384
29.99/28.67	c cleaning 17004 clauses out of 34031 with flag 401261/1765384
30.29/28.92	c cleaning 18008 clauses out of 36027 with flag 448508/1784384
30.50/29.18	c cleaning 18996 clauses out of 38019 with flag 498963/1804384
30.80/29.44	c cleaning 19992 clauses out of 40023 with flag 552650/1825384
31.10/29.70	c cleaning 21000 clauses out of 42031 with flag 608749/1847384
31.30/29.98	c cleaning 22006 clauses out of 44031 with flag 668693/1870384
31.60/30.29	c cleaning 22990 clauses out of 46025 with flag 731326/1894384
32.00/30.61	c cleaning 24010 clauses out of 48035 with flag 793402/1919384
32.30/30.95	c cleaning 24998 clauses out of 50027 with flag 857028/1945386
32.70/31.30	c cleaning 26001 clauses out of 52028 with flag 923505/1972385
33.00/31.67	c cleaning 27004 clauses out of 54028 with flag 991685/2000386
33.41/32.09	c cleaning 27997 clauses out of 56023 with flag 1063076/2029385
33.90/32.51	c cleaning 29001 clauses out of 58026 with flag 1136234/2059385
34.30/32.95	c cleaning 29993 clauses out of 60024 with flag 1211145/2090384
34.80/33.42	c cleaning 30995 clauses out of 62032 with flag 1291146/2122385
35.31/33.91	c cleaning 32000 clauses out of 64036 with flag 1379521/2155384
35.81/34.44	c cleaning 33010 clauses out of 66037 with flag 1470228/2189385
36.31/34.96	c cleaning 33999 clauses out of 68027 with flag 1560025/2224385
36.82/35.49	c cleaning 34998 clauses out of 70027 with flag 1655099/2260384
37.44/36.04	c cleaning 36007 clauses out of 72029 with flag 1748134/2297384
37.97/36.60	c cleaning 36990 clauses out of 74022 with flag 1840173/2335384
38.68/37.20	c cleaning 38000 clauses out of 76032 with flag 1936849/2374384
39.29/37.82	c cleaning 39003 clauses out of 78032 with flag 2033784/2414384
39.88/38.46	c cleaning 40003 clauses out of 80029 with flag 2135498/2455384
40.61/39.16	c cleaning 41003 clauses out of 82026 with flag 2241960/2497384
41.40/39.91	c cleaning 41995 clauses out of 84023 with flag 2353929/2540384
42.12/40.68	c cleaning 43000 clauses out of 86028 with flag 2464793/2584384
42.82/41.39	c cleaning 44005 clauses out of 88031 with flag 2578221/2629387
43.65/42.13	c cleaning 44991 clauses out of 90023 with flag 2689879/2675384
44.43/42.92	c cleaning 46008 clauses out of 92032 with flag 2803072/2722384
45.23/43.75	c cleaning 46996 clauses out of 94025 with flag 2919859/2770385
46.14/44.62	c cleaning 48004 clauses out of 96030 with flag 3037977/2819386
47.06/45.54	c cleaning 48990 clauses out of 98024 with flag 3168804/2869384
48.03/46.44	c cleaning 50000 clauses out of 100035 with flag 3299694/2920385
48.94/47.39	c cleaning 51005 clauses out of 102034 with flag 3433893/2972384
49.85/48.25	c cleaning 52005 clauses out of 104032 with flag 3564349/3025387
50.77/49.16	c cleaning 53001 clauses out of 106024 with flag 3694410/3079384
51.85/50.20	c cleaning 53997 clauses out of 108024 with flag 3831478/3134385
52.94/51.35	c cleaning 54993 clauses out of 110026 with flag 3975278/3190384
54.14/52.56	c cleaning 56007 clauses out of 112033 with flag 4123008/3247384
55.13/53.59	c cleaning 57006 clauses out of 114028 with flag 4270749/3305386
56.28/54.65	c cleaning 57997 clauses out of 116020 with flag 4419314/3364384
57.47/55.82	c cleaning 58998 clauses out of 118024 with flag 4568424/3424385
58.68/57.02	c cleaning 59994 clauses out of 120025 with flag 4719566/3485384
59.87/58.25	c cleaning 61010 clauses out of 122033 with flag 4874638/3547386
61.56/59.98	c cleaning 62005 clauses out of 124021 with flag 5043262/3610384
63.60/61.94	c cleaning 62993 clauses out of 126016 with flag 5208602/3674384
65.50/63.89	c cleaning 63990 clauses out of 128023 with flag 5384348/3739384
67.29/65.67	c cleaning 65003 clauses out of 130033 with flag 5561801/3805384
69.09/67.48	c cleaning 66007 clauses out of 132030 with flag 5740715/3872384
70.98/69.31	c cleaning 66997 clauses out of 134024 with flag 5922490/3940385
72.91/71.29	c cleaning 68008 clauses out of 136026 with flag 6108417/4009384
75.00/73.33	c cleaning 68982 clauses out of 138018 with flag 6299442/4079384
76.89/75.23	c cleaning 70009 clauses out of 140036 with flag 6487720/4150384
78.89/77.28	c cleaning 70997 clauses out of 142028 with flag 6676990/4222385
81.43/79.74	c cleaning 72004 clauses out of 144031 with flag 6872776/4295385
83.74/82.02	c cleaning 72993 clauses out of 146026 with flag 7067996/4369384
86.11/84.44	c cleaning 74013 clauses out of 148033 with flag 7264973/4444384
88.77/87.02	c cleaning 75006 clauses out of 150022 with flag 7466990/4520386
91.15/89.43	c cleaning 75991 clauses out of 152014 with flag 7679041/4597384
93.54/91.80	c cleaning 77001 clauses out of 154023 with flag 7886022/4675384
95.97/94.29	c cleaning 78005 clauses out of 156022 with flag 8099342/4754384
98.56/96.86	c cleaning 78999 clauses out of 158017 with flag 8311987/4834384
101.09/99.31	c cleaning 80002 clauses out of 160018 with flag 8530046/4915384
103.52/101.79	c cleaning 81006 clauses out of 162019 with flag 8752946/4997387
106.43/104.50	c cleaning 82000 clauses out of 164010 with flag 8975840/5080384
108.84/106.98	c cleaning 82985 clauses out of 166010 with flag 9198641/5164384
111.44/109.52	c cleaning 84004 clauses out of 168027 with flag 9423588/5249386
114.14/112.27	c cleaning 84997 clauses out of 170021 with flag 9651887/5335384
116.94/115.11	c cleaning 85997 clauses out of 172025 with flag 9883314/5422385
119.77/117.83	c cleaning 86985 clauses out of 174027 with flag 10113953/5510384
122.56/120.63	c cleaning 88016 clauses out of 176042 with flag 10348773/5599384
125.25/123.36	c cleaning 88991 clauses out of 178027 with flag 10587423/5689385
128.37/126.41	c cleaning 90009 clauses out of 180035 with flag 10828256/5780384
131.16/129.27	c cleaning 91000 clauses out of 182027 with flag 11069831/5872385
133.96/132.02	c cleaning 92007 clauses out of 184029 with flag 11314466/5965387
136.88/134.96	c cleaning 93003 clauses out of 186019 with flag 11566959/6059384
139.98/138.07	c cleaning 93990 clauses out of 188016 with flag 11821539/6154384
143.25/141.34	c cleaning 95009 clauses out of 190027 with flag 12075509/6250385
146.39/144.42	c cleaning 95992 clauses out of 192017 with flag 12330961/6347384
149.48/147.50	c cleaning 97003 clauses out of 194025 with flag 12591914/6445384
152.91/150.93	c cleaning 98010 clauses out of 196024 with flag 12853900/6544386
156.69/154.78	c cleaning 98997 clauses out of 198012 with flag 13130845/6644384
160.05/158.07	c cleaning 99997 clauses out of 200015 with flag 13409215/6745384
163.86/161.84	c cleaning 101002 clauses out of 202018 with flag 13693867/6847384
167.88/165.76	c cleaning 102006 clauses out of 204016 with flag 13981406/6950384
171.48/169.33	c cleaning 102995 clauses out of 206010 with flag 14274361/7054384
175.61/173.44	c cleaning 104002 clauses out of 208015 with flag 14563445/7159384
179.49/177.34	c cleaning 105006 clauses out of 210015 with flag 14854333/7265386
184.92/182.71	c cleaning 105996 clauses out of 212007 with flag 15155287/7372384
188.71/186.53	c cleaning 106994 clauses out of 214012 with flag 15438321/7480385
192.75/190.52	c cleaning 107999 clauses out of 216017 with flag 15722276/7589384
196.54/194.33	c cleaning 109000 clauses out of 218018 with flag 16013883/7699384
200.67/198.43	c cleaning 109998 clauses out of 220018 with flag 16315525/7810384
204.66/202.49	c cleaning 110999 clauses out of 222020 with flag 16622451/7922384
209.18/206.93	c cleaning 112007 clauses out of 224021 with flag 16916642/8035384
213.60/211.35	c cleaning 113005 clauses out of 226014 with flag 17218563/8149384
218.76/216.30	c cleaning 113999 clauses out of 228014 with flag 17527062/8264389
223.26/220.86	c cleaning 114992 clauses out of 230010 with flag 17835705/8380384
227.77/225.30	c cleaning 115996 clauses out of 232019 with flag 18153027/8497385
232.79/230.35	c cleaning 117008 clauses out of 234022 with flag 18471462/8615384
237.59/235.11	c cleaning 118005 clauses out of 236015 with flag 18790484/8734385
242.72/240.24	c cleaning 118992 clauses out of 238009 with flag 19111771/8854384
248.10/245.61	c cleaning 119998 clauses out of 240017 with flag 19437916/8975384
253.63/251.11	c cleaning 121004 clauses out of 242020 with flag 19764014/9097385
258.56/256.11	c cleaning 122004 clauses out of 244015 with flag 20090767/9220384
263.64/261.17	c cleaning 122989 clauses out of 246011 with flag 20418330/9344384
268.65/266.19	c cleaning 124002 clauses out of 248024 with flag 20752707/9469386
273.95/271.40	c cleaning 125004 clauses out of 250021 with flag 21091984/9595385
279.48/276.84	c cleaning 125986 clauses out of 252017 with flag 21437436/9722385
285.08/282.41	c cleaning 127015 clauses out of 254030 with flag 21777718/9850384
290.88/288.24	c cleaning 128003 clauses out of 256018 with flag 22122743/9979387
296.69/294.01	c cleaning 128998 clauses out of 258012 with flag 22473102/10109384
302.30/299.67	c cleaning 130002 clauses out of 260014 with flag 22835968/10240384
307.58/304.93	c cleaning 131004 clauses out of 262012 with flag 23204697/10372384
312.80/310.13	c cleaning 131995 clauses out of 264009 with flag 23556918/10505385
317.75/315.06	c cleaning 132996 clauses out of 266013 with flag 23906884/10639384
322.55/319.87	c cleaning 134005 clauses out of 268017 with flag 24265295/10774384
328.47/325.75	c cleaning 135004 clauses out of 270013 with flag 24629686/10910385
334.40/331.59	c cleaning 135989 clauses out of 272008 with flag 24986800/11047384
340.60/337.76	c cleaning 137004 clauses out of 274020 with flag 25344065/11185385
346.49/343.63	c cleaning 137996 clauses out of 276015 with flag 25705748/11324384
352.50/349.63	c cleaning 138991 clauses out of 278019 with flag 26078132/11464384
358.74/355.83	c cleaning 140009 clauses out of 280029 with flag 26453847/11605385
365.65/362.77	c cleaning 140995 clauses out of 282020 with flag 26830253/11747385
371.80/368.86	c cleaning 142003 clauses out of 284025 with flag 27216179/11890385
378.14/375.04	c cleaning 143007 clauses out of 286021 with flag 27601599/12034384
384.57/381.49	c cleaning 144003 clauses out of 288014 with flag 27987364/12179384
391.34/388.18	c cleaning 144994 clauses out of 290012 with flag 28375649/12325385
397.74/394.32	c cleaning 145994 clauses out of 292017 with flag 28770805/12472384
403.61/400.19	c cleaning 147010 clauses out of 294024 with flag 29157976/12620385
409.65/406.14	c cleaning 148006 clauses out of 296014 with flag 29551768/12769385
416.33/412.60	c cleaning 148999 clauses out of 298007 with flag 29948043/12919384
422.27/418.57	c cleaning 150000 clauses out of 300008 with flag 30343229/13070384
428.53/424.72	c cleaning 150987 clauses out of 302008 with flag 30731352/13222384
435.33/431.37	c cleaning 152000 clauses out of 304021 with flag 31131583/13375384
441.99/437.99	c cleaning 153001 clauses out of 306021 with flag 31536178/13529384
448.63/444.57	c cleaning 153999 clauses out of 308020 with flag 31942489/13684384
456.41/452.12	c cleaning 155007 clauses out of 310022 with flag 32355391/13840385
463.62/459.38	c cleaning 156008 clauses out of 312015 with flag 32779428/13997385
470.87/466.55	c cleaning 156989 clauses out of 314006 with flag 33203610/14155384
478.67/474.12	c cleaning 158006 clauses out of 316017 with flag 33629107/14314384
486.72/481.90	c cleaning 158998 clauses out of 318011 with flag 34069101/14474384
494.92/490.10	c cleaning 160001 clauses out of 320015 with flag 34492403/14635386
503.51/498.42	c cleaning 160994 clauses out of 322013 with flag 34916224/14797385
511.68/506.54	c cleaning 161989 clauses out of 324018 with flag 35348892/14960384
519.64/514.32	c cleaning 163014 clauses out of 326031 with flag 35781239/15124386
527.78/522.46	c cleaning 164003 clauses out of 328017 with flag 36201405/15289386
535.76/530.21	c cleaning 164996 clauses out of 330012 with flag 36628940/15455384
544.09/538.35	c cleaning 165996 clauses out of 332017 with flag 37068704/15622385
554.16/548.14	c cleaning 166999 clauses out of 334020 with flag 37501467/15790384
564.21/557.92	c cleaning 168002 clauses out of 336023 with flag 37937143/15959386
573.06/566.51	c cleaning 169006 clauses out of 338021 with flag 38382646/16129386
582.14/575.36	c cleaning 169994 clauses out of 340013 with flag 38833631/16300384
590.71/583.69	c cleaning 170997 clauses out of 342019 with flag 39286744/16472384
599.88/592.51	c cleaning 172002 clauses out of 344022 with flag 39739923/16645384
609.16/601.56	c cleaning 173003 clauses out of 346020 with flag 40210367/16819384
618.94/611.08	c cleaning 174006 clauses out of 348018 with flag 40674354/16994385
627.73/619.57	c cleaning 174999 clauses out of 350013 with flag 41132893/17170386
637.12/628.60	c cleaning 175995 clauses out of 352016 with flag 41592551/17347388
646.58/637.82	c cleaning 177002 clauses out of 354018 with flag 42066692/17525385
656.45/647.44	c cleaning 178002 clauses out of 356016 with flag 42530779/17704385
666.41/657.40	c cleaning 179001 clauses out of 358014 with flag 42997066/17884385
676.18/667.20	c cleaning 180005 clauses out of 360012 with flag 43482825/18065384
686.31/677.39	c cleaning 180986 clauses out of 362008 with flag 43985089/18247385
695.78/686.89	c cleaning 181998 clauses out of 364024 with flag 44460667/18430387
705.65/696.62	c cleaning 183011 clauses out of 366023 with flag 44947105/18614384
716.31/707.32	c cleaning 183991 clauses out of 368014 with flag 45433793/18799386
726.27/717.28	c cleaning 185003 clauses out of 370025 with flag 45922730/18985388
735.44/726.40	c cleaning 185994 clauses out of 372018 with flag 46413276/19172384
745.18/736.13	c cleaning 186998 clauses out of 374030 with flag 46911454/19360390
754.94/745.93	c cleaning 187999 clauses out of 376026 with flag 47412926/19549384
764.63/755.65	c cleaning 188999 clauses out of 378027 with flag 47915728/19739384
774.68/765.61	c cleaning 189994 clauses out of 380028 with flag 48418944/19930384
785.24/776.29	c cleaning 191011 clauses out of 382034 with flag 48941912/20122384
796.04/787.08	c cleaning 192001 clauses out of 384023 with flag 49483907/20315384
808.84/799.85	c cleaning 193007 clauses out of 386022 with flag 50019129/20509384
821.46/812.45	c cleaning 194003 clauses out of 388015 with flag 50530769/20704384
835.92/826.75	c cleaning 194994 clauses out of 390012 with flag 51045986/20900384
847.16/837.94	c cleaning 196002 clauses out of 392018 with flag 51562791/21097384
858.19/848.96	c cleaning 196992 clauses out of 394016 with flag 52088148/21295384
869.94/860.63	c cleaning 197999 clauses out of 396024 with flag 52615404/21494384
881.39/872.06	c cleaning 199003 clauses out of 398025 with flag 53144646/21694384
893.90/884.50	c cleaning 199999 clauses out of 400024 with flag 53674668/21895386
906.52/897.12	c cleaning 201009 clauses out of 402025 with flag 54211092/22097386
918.83/909.26	c cleaning 202004 clauses out of 404015 with flag 54746796/22300385
931.37/921.72	c cleaning 203002 clauses out of 406010 with flag 55286442/22504384
943.96/934.35	c cleaning 203991 clauses out of 408008 with flag 55830245/22709384
957.05/947.40	c cleaning 205000 clauses out of 410017 with flag 56376822/22915384
971.84/962.21	c cleaning 205998 clauses out of 412017 with flag 56928598/23122384
984.90/975.25	c cleaning 206994 clauses out of 414019 with flag 57474660/23330384
996.74/987.07	c cleaning 207990 clauses out of 416025 with flag 58019979/23539384
1009.61/999.65	c cleaning 209000 clauses out of 418035 with flag 58571589/23749384
1023.36/1013.36	c cleaning 210017 clauses out of 420036 with flag 59130475/23960385
1036.96/1026.95	c cleaning 210993 clauses out of 422018 with flag 59682979/24172384
1051.45/1041.40	c cleaning 211999 clauses out of 424025 with flag 60239569/24385384
1064.35/1054.39	c cleaning 213008 clauses out of 426026 with flag 60798351/24599384
1078.35/1068.36	c cleaning 213993 clauses out of 428019 with flag 61365842/24814385
1092.75/1082.73	c cleaning 215003 clauses out of 430026 with flag 61934905/25030385
1105.63/1095.34	c cleaning 216001 clauses out of 432023 with flag 62519159/25247385
1117.83/1107.55	c cleaning 216989 clauses out of 434022 with flag 63093082/25465385
1130.43/1120.13	c cleaning 218002 clauses out of 436032 with flag 63670252/25684384
1143.81/1133.53	c cleaning 219002 clauses out of 438030 with flag 64248170/25904384
1156.93/1146.69	c cleaning 220015 clauses out of 440041 with flag 64834467/26125397
1173.14/1162.85	c cleaning 221005 clauses out of 442014 with flag 65421918/26347385
1188.23/1177.93	c cleaning 221987 clauses out of 444008 with flag 66012058/26570384
1206.08/1195.56	c cleaning 223003 clauses out of 446021 with flag 66606192/26794384
1223.12/1212.50	c cleaning 223999 clauses out of 448021 with flag 67199033/27019387
1242.12/1231.54	c cleaning 225008 clauses out of 450020 with flag 67790833/27245385
1259.37/1248.75	c cleaning 225996 clauses out of 452013 with flag 68385887/27472386
1273.40/1262.50	c cleaning 227000 clauses out of 454016 with flag 68990114/27700385
1289.32/1278.41	c cleaning 227993 clauses out of 456016 with flag 69595721/27929385
1305.33/1294.45	c cleaning 228996 clauses out of 458023 with flag 70225198/28159385
1322.49/1311.64	c cleaning 230005 clauses out of 460027 with flag 70866523/28390385
1338.03/1327.18	c cleaning 231001 clauses out of 462021 with flag 71490787/28622384
1354.43/1343.37	c cleaning 232001 clauses out of 464022 with flag 72107009/28855386
1372.26/1361.12	c cleaning 232995 clauses out of 466020 with flag 72722603/29089385
1388.94/1377.87	c cleaning 233998 clauses out of 468024 with flag 73342263/29324384
1406.33/1395.23	c cleaning 235001 clauses out of 470026 with flag 73962275/29560384
1423.96/1412.86	c cleaning 235998 clauses out of 472025 with flag 74581890/29797384
1438.89/1427.59	c cleaning 237000 clauses out of 474027 with flag 75202232/30035384
1455.12/1443.72	c cleaning 238005 clauses out of 476027 with flag 75823017/30274384
1472.23/1460.85	c cleaning 239002 clauses out of 478022 with flag 76450651/30514384
1488.75/1477.38	c cleaning 240004 clauses out of 480021 with flag 77080073/30755385
1505.33/1493.68	c cleaning 241007 clauses out of 482017 with flag 77723800/30997385
1523.48/1511.79	c cleaning 241999 clauses out of 484009 with flag 78378902/31240384
1542.79/1530.70	c cleaning 243002 clauses out of 486011 with flag 79036562/31484385
1562.74/1550.64	c cleaning 244000 clauses out of 488009 with flag 79689112/31729385
1583.58/1571.12	c cleaning 245004 clauses out of 490008 with flag 80357092/31975384
1598.16/1585.68	c cleaning 245995 clauses out of 492004 with flag 80993755/32222384
1611.91/1599.04	c cleaning 246999 clauses out of 494012 with flag 81640461/32470387
1625.47/1612.53	c cleaning 248007 clauses out of 496013 with flag 82290513/32719387
1640.17/1626.89	c cleaning 248975 clauses out of 498005 with flag 82943324/32969386
1654.15/1640.71	c cleaning 250008 clauses out of 500028 with flag 83600143/33220384
1666.70/1652.92	c cleaning 251001 clauses out of 502021 with flag 84261105/33472385
1679.79/1665.98	c cleaning 252002 clauses out of 504019 with flag 84926899/33725384
1695.07/1681.00	c cleaning 252995 clauses out of 506017 with flag 85588640/33979384
1709.39/1694.83	c cleaning 253990 clauses out of 508025 with flag 86259126/34234387
1723.68/1708.70	c cleaning 255001 clauses out of 510032 with flag 86928835/34490384
1740.41/1725.09	c cleaning 256013 clauses out of 512035 with flag 87601497/34747388
1754.26/1738.83	c cleaning 257005 clauses out of 514020 with flag 88276331/35005386
1770.22/1754.54	c cleaning 258001 clauses out of 516013 with flag 88949303/35264384
1790.00/1773.96	c cleaning 258997 clauses out of 518012 with flag 89626774/35524384
1805.66/1789.26	c cleaning 259998 clauses out of 520015 with flag 90309949/35785384
1823.11/1806.35	c cleaning 260998 clauses out of 522017 with flag 91006196/36047384
1837.80/1820.69	c cleaning 261996 clauses out of 524020 with flag 91693629/36310385
1852.80/1835.37	c cleaning 262997 clauses out of 526024 with flag 92385747/36574385
1866.92/1849.17	c cleaning 264000 clauses out of 528026 with flag 93076761/36839384
1884.18/1866.08	c cleaning 265005 clauses out of 530026 with flag 93778674/37105384
1901.87/1883.46	c cleaning 266003 clauses out of 532022 with flag 94491605/37372385
1918.30/1899.22	c cleaning 267006 clauses out of 534020 with flag 95204132/37640386
1933.47/1913.71	c cleaning 267994 clauses out of 536013 with flag 95914370/37909385
1949.52/1929.81	c cleaning 268991 clauses out of 538018 with flag 96628914/38179384
1964.56/1944.90	c cleaning 269997 clauses out of 540027 with flag 97342287/38450384
1978.66/1959.09	c cleaning 270992 clauses out of 542031 with flag 98064765/38722385
1992.71/1973.19	c cleaning 272002 clauses out of 544039 with flag 98783270/38995385
2011.64/1992.04	c cleaning 273007 clauses out of 546036 with flag 99495374/39269384
2025.48/2005.92	c cleaning 273997 clauses out of 548029 with flag 100212123/39544384
2044.13/2024.61	c cleaning 275014 clauses out of 550035 with flag 100935104/39820387
2059.85/2040.38	c cleaning 276012 clauses out of 552023 with flag 101696257/40097389
2074.40/2054.94	c cleaning 276988 clauses out of 554006 with flag 102448174/40375384
2092.31/2072.83	c cleaning 278007 clauses out of 556018 with flag 103187137/40654384
2110.85/2091.40	c cleaning 278994 clauses out of 558011 with flag 103929351/40934384
2129.67/2110.24	c cleaning 280002 clauses out of 560018 with flag 104673735/41215385
2146.31/2126.91	c cleaning 281005 clauses out of 562018 with flag 105417967/41497387
2165.34/2145.91	c cleaning 282003 clauses out of 564013 with flag 106163903/41780387
2183.50/2164.04	c cleaning 282991 clauses out of 566007 with flag 106913448/42064384
2202.12/2182.61	c cleaning 283998 clauses out of 568016 with flag 107667445/42349384
2221.37/2201.68	c cleaning 284991 clauses out of 570018 with flag 108425311/42635384
2241.24/2221.57	c cleaning 285999 clauses out of 572029 with flag 109187672/42922386
2260.90/2241.23	c cleaning 287010 clauses out of 574028 with flag 109953703/43210384
2282.68/2263.04	c cleaning 288004 clauses out of 576019 with flag 110733308/43499385
2300.11/2280.53	c cleaning 288998 clauses out of 578014 with flag 111501159/43789384
2318.28/2298.75	c cleaning 289986 clauses out of 580018 with flag 112269983/44080386
2335.23/2315.63	c cleaning 291015 clauses out of 582034 with flag 113046161/44372388
2354.06/2334.51	c cleaning 292000 clauses out of 584015 with flag 113821801/44665384
2372.24/2352.72	c cleaning 292991 clauses out of 586018 with flag 114603384/44959387
2391.76/2372.28	c cleaning 294001 clauses out of 588024 with flag 115383480/45254384
2409.76/2389.98	c cleaning 294996 clauses out of 590023 with flag 116170207/45550384
2426.20/2406.35	c cleaning 296000 clauses out of 592027 with flag 116955318/45847384
2443.39/2423.54	c cleaning 296997 clauses out of 594027 with flag 117752127/46145384
2460.25/2440.40	c cleaning 298010 clauses out of 596032 with flag 118548611/46444386
2480.83/2461.08	c cleaning 298987 clauses out of 598020 with flag 119349219/46744384
2501.12/2481.30	c cleaning 300015 clauses out of 600033 with flag 120151668/47045384
2519.23/2499.47	c cleaning 300999 clauses out of 602018 with flag 120953402/47347384
2537.90/2517.75	c cleaning 302000 clauses out of 604019 with flag 121757342/47650384
2554.63/2534.42	c cleaning 302998 clauses out of 606021 with flag 122561614/47954386
2573.91/2553.78	c cleaning 304012 clauses out of 608024 with flag 123369184/48259387
2596.00/2575.74	c cleaning 304988 clauses out of 610011 with flag 124180504/48565386
2615.25/2595.00	c cleaning 305995 clauses out of 612022 with flag 124994431/48872385
2637.10/2616.53	c cleaning 307013 clauses out of 614026 with flag 125810328/49180384
2660.21/2639.64	c cleaning 307983 clauses out of 616013 with flag 126631996/49489384
2682.08/2661.59	c cleaning 309004 clauses out of 618030 with flag 127471102/49799384
2704.85/2684.31	c cleaning 310011 clauses out of 620028 with flag 128301724/50110386
2723.40/2702.99	c cleaning 311000 clauses out of 622015 with flag 129133060/50422384
2743.84/2723.40	c cleaning 311995 clauses out of 624015 with flag 129966203/50735384
2762.32/2741.92	c cleaning 312997 clauses out of 626022 with flag 130803681/51049386
2786.26/2765.64	c cleaning 313996 clauses out of 628024 with flag 131646520/51364385
2806.80/2786.12	c cleaning 315006 clauses out of 630028 with flag 132482034/51680385
2827.56/2806.97	c cleaning 316007 clauses out of 632021 with flag 133320931/51997384
2846.71/2826.06	c cleaning 316997 clauses out of 634015 with flag 134160945/52315385
2867.05/2846.04	c cleaning 318000 clauses out of 636017 with flag 135007838/52634384
2888.98/2867.99	c cleaning 318991 clauses out of 638017 with flag 135858776/52954384
2912.61/2891.57	c cleaning 320013 clauses out of 640029 with flag 136718516/53275387
2934.47/2913.09	c cleaning 321002 clauses out of 642013 with flag 137567324/53597384
2953.96/2932.58	c cleaning 321989 clauses out of 644012 with flag 138425843/53920385
2976.48/2955.06	c cleaning 323005 clauses out of 646023 with flag 139286925/54244385
2999.99/2978.24	c cleaning 323991 clauses out of 648019 with flag 140146926/54569386
3023.30/3001.56	c cleaning 325010 clauses out of 650029 with flag 141008465/54895387
3043.83/3021.68	c cleaning 325991 clauses out of 652019 with flag 141873084/55222387
3066.97/3044.74	c cleaning 326997 clauses out of 654028 with flag 142750589/55550387
3092.48/3069.93	c cleaning 328013 clauses out of 656028 with flag 143633620/55879384
3117.45/3094.59	c cleaning 328996 clauses out of 658015 with flag 144516218/56209384
3142.94/3119.59	c cleaning 329994 clauses out of 660019 with flag 145403525/56540384
3168.06/3144.17	c cleaning 331012 clauses out of 662025 with flag 146290031/56872384
3193.65/3169.39	c cleaning 332002 clauses out of 664013 with flag 147176039/57205384
3215.84/3191.05	c cleaning 332987 clauses out of 666011 with flag 148064466/57539384
3239.86/3214.70	c cleaning 333999 clauses out of 668024 with flag 148955763/57874384
3266.53/3240.81	c cleaning 335003 clauses out of 670026 with flag 149846352/58210385
3290.23/3264.29	c cleaning 336010 clauses out of 672027 with flag 150737584/58547389
3315.33/3288.57	c cleaning 336978 clauses out of 674012 with flag 151628263/58885384
3337.26/3310.12	c cleaning 338004 clauses out of 676034 with flag 152526320/59224384
3360.08/3333.04	c cleaning 339010 clauses out of 678032 with flag 153425544/59564386
3382.86/3355.85	c cleaning 339994 clauses out of 680020 with flag 154328399/59905384
3406.99/3380.04	c cleaning 341005 clauses out of 682026 with flag 155233721/60247384
3434.75/3407.89	c cleaning 341995 clauses out of 684021 with flag 156141842/60590384
3462.65/3435.81	c cleaning 343004 clauses out of 686026 with flag 157051805/60934384
3487.87/3461.08	c cleaning 344003 clauses out of 688022 with flag 157962582/61279384
3512.48/3485.75	c cleaning 345004 clauses out of 690019 with flag 158874686/61625384
3537.32/3510.69	c cleaning 346005 clauses out of 692015 with flag 159794689/61972384
3561.82/3535.24	c cleaning 347004 clauses out of 694010 with flag 160830191/62320384
3587.39/3560.87	c cleaning 347995 clauses out of 696006 with flag 161811860/62669384
3600.04/3573.50	c starts		: 9
3600.04/3573.51	c conflicts		: 62938273
3600.04/3573.51	c decisions		: 155102107
3600.04/3573.51	c propagations		: 7001415798
3600.04/3573.51	c inspects		: 37100178377
3600.04/3573.51	c shortcuts		: 0
3600.04/3573.51	c learnt literals	: 0
3600.04/3573.51	c learnt binary clauses	: 0
3600.04/3573.51	c learnt ternary clauses	: 0
3600.04/3573.51	c learnt constraints	: 62938273
3600.04/3573.51	c ignored constraints	: 0
3600.04/3573.51	c root simplifications	: 0
3600.04/3573.51	c removed literals (reason simplification)	: 79800982
3600.04/3573.51	c reason swapping (by a shorter reason)	: 0
3600.04/3573.51	c Calls to reduceDB	: 430
3600.04/3573.51	c Number of update (reduction) of LBD	: 16998693
3600.04/3573.51	c Imported unit clauses	: 0
3600.04/3573.51	c No decision after first conflict	: false
3600.04/3573.51	c number of reductions to clauses (during analyze)	: 0
3600.04/3573.51	c number of learned constraints concerned by reduction	: 0
3600.04/3573.51	c number of learning phase by resolution	: 0
3600.04/3573.51	c number of learning phase by cutting planes	: 0
3600.04/3573.51	c number of rounding to 1 operations	: 0
3600.04/3573.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3573.51	c number of reductions of the coefficients by power 2 	: 0
3600.04/3573.51	c number of right shift for reduction by power 2 	: 0
3600.04/3573.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3573.51	c number of ending skipping 	: 0
3600.04/3573.51	c number of internal skipping 	: 0
3600.04/3573.51	c number of derivation steps 	: 0
3600.04/3573.51	c number of skipped derivation steps 	: 0
3600.04/3573.51	c number of remaining unassigned 	: 0
3600.04/3573.51	c number of remaining assigned 	: 0
3600.04/3573.51	c number of falsified literals weakened from reason	: 0
3600.04/3573.51	c number of falsified literals weakened from conflict	: 0
3600.04/3573.51	c time for arithmetic operations	: 0
3600.04/3573.51	c minimum degree of deleted constraints	: null
3600.04/3573.51	c maximum degree of deleted constraints	: null
3600.04/3573.51	c number of deleted constraints	: 0
3600.04/3573.51	c speed (assignments/second)	: 1959324.7511740979
3600.04/3573.51	c non guided choices	: 1
3600.04/3573.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 616900
3600.04/3573.57	s SATISFIABLE
3600.04/3573.57	c Found 5 solution(s)
3600.04/3573.57	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/3573.57	c objective function=78
3600.04/3573.57	c Total wall clock time (in seconds): 3573.481

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-4783585-1782148829/watcher-4783585-1782148829 -o /tmp/evaluation-result-4783585-1782148829/solver-4783585-1782148829 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783585-1782148829/vars-4783585-1782148829 --bin-var /tmp/runsolver-exch-nodeE010-1782145215-2300563 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783585-1782148829.opb 

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2,4-5,7,10-11,13-16,18,20,22-23,25-27,29-32,34-35,37-38,44-45,47,49-50,52-53,55,59,62-63
  3550 MHz: 6,17,19,33,40-43,51,56-58
  3600 MHz: 1,3,8-9,12,21,24,28,36,39,46,48,54,60-61
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (111261 MiB free)
  node 1: cores 8-15, 128973 MiB (110603 MiB free)
  node 2: cores 16-23, 129019 MiB (119597 MiB free)
  node 3: cores 24-31, 129003 MiB (119759 MiB free)
  node 4: cores 32-39, 129019 MiB (114510 MiB free)
  node 5: cores 40-47, 129019 MiB (119315 MiB free)
  node 6: cores 48-55, 129019 MiB (111210 MiB free)
  node 7: cores 56-63, 128474 MiB (117008 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.10006 s]*
/proc/loadavg: 16.33 16.50 17.25 19/1213 2303289
/proc/meminfo: memFree=945403172/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=34966608 memory=60140 CPUtime=0.18 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 7877 0 0 0 17 1 0 0 20 0 20 0 148170618 35805806592 14669 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8741652 15035 6202 1 0 33376 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 3200 0 0 0 8 0 0 0 20 0 20 0 148170619 35805806592 14669 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=34966608 memory=51666686 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148170620 35805806592 14669 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=34966608 memory=55186873909743 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 148170620 35805806592 14669 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=34966608 memory=60688743793250 CPUtime=0 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148170620 35805806592 14669 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=34966608 memory=54091707581220 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148170621 35805806592 14669 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=34966608 memory=14408207351153926 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148170621 35805806592 14669 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 60140 KiB

[startup+0.21376 s]*
/proc/loadavg: 16.33 16.50 17.25 23/1215 2303291
/proc/meminfo: memFree=945387924/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35033172 memory=79240 CPUtime=0.55 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 10079 0 0 0 54 1 0 0 20 0 21 0 148170618 35873968128 19350 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8758293 19810 6264 1 0 37004 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35033172 memory=8386095037794055477 CPUtime=0.19 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 3322 0 0 0 19 0 0 0 20 0 21 0 148170619 35873968128 19350 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35033172 memory=220051594506 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170620 35873968128 19350 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35033172 memory=51708573 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 148170620 35873968128 19350 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35033172 memory=51684146 CPUtime=0 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148170620 35873968128 19350 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35033172 memory=51729166 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148170621 35873968128 19350 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35033172 memory=51700260 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170621 35873968128 19350 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35033172 memory=14412626940981525 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170631 35873968128 19350 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 79240 KiB

[startup+0.314253 s]*
/proc/loadavg: 16.46 16.52 17.25 19/1215 2303291
/proc/meminfo: memFree=945386124/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35033172 memory=82996 CPUtime=0.85 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 10513 0 0 0 84 1 0 0 20 0 21 0 148170618 35873968128 20291 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8758293 20749 6280 1 0 37784 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35033172 memory=8389771804677338421 CPUtime=0.28 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 3336 0 0 0 28 0 0 0 20 0 21 0 148170619 35873968128 20291 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35033172 memory=220051594506 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170620 35873968128 20291 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35033172 memory=51708573 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 148170620 35873968128 20291 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35033172 memory=51684146 CPUtime=0 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148170620 35873968128 20291 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35033172 memory=51729166 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148170621 35873968128 20291 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35033172 memory=51700260 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170621 35873968128 20291 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35033172 memory=14412626940981525 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170631 35873968128 20291 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 0.85 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 82996 KiB

[startup+0.700278 s]
/proc/loadavg: 16.46 16.52 17.25 20/1194 2303294
/proc/meminfo: memFree=945463696/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35099736 memory=104908 CPUtime=1.52 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 10930 0 0 0 151 1 0 0 20 0 22 0 148170618 35942129664 25926 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8774934 26227 6280 1 0 48220 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35099736 memory=2080 CPUtime=0.65 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 3337 0 0 0 65 0 0 0 20 0 22 0 148170619 35942129664 25926 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35099736 memory=4247 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148170620 35942129664 25926 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35099736 memory=968 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 148170620 35942129664 25926 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35099736 memory=2948 CPUtime=0 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148170620 35942129664 25926 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35099736 memory=1708 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148170621 35942129664 25926 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148170621 35942129664 25926 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35099736 memory=147665270605450 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148170631 35942129664 25926 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 104908 KiB

[startup+1.50023 s]
/proc/loadavg: 16.46 16.52 17.25 16/1192 2303302
/proc/meminfo: memFree=945435340/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35099736 memory=144260 CPUtime=2.46 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 14859 0 0 0 245 1 0 0 20 0 21 0 148170618 35942129664 35682 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8774934 36065 6282 1 0 61520 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35099736 memory=2080 CPUtime=1.43 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 3966 0 0 0 143 0 0 0 20 0 21 0 148170619 35942129664 35682 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35099736 memory=968 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170620 35942129664 35682 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 148170620 35942129664 35682 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 148170620 35942129664 35682 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35099736 memory=147665270605450 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148170621 35942129664 35682 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170621 35942129664 35682 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170631 35942129664 35682 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 144260 KiB

[startup+3.11422 s]
/proc/loadavg: 16.46 16.52 17.25 18/1212 2303363
/proc/meminfo: memFree=944962352/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35099736 memory=192724 CPUtime=4.16 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 17609 0 0 0 414 2 0 0 20 0 21 0 148170618 35942129664 47729 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8774934 48181 6281 1 0 120170 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35099736 memory=0 CPUtime=3.03 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 4389 0 0 0 302 1 0 0 20 0 21 0 148170619 35942129664 47729 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170620 35942129664 47729 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35099736 memory=2080 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 148170620 35942129664 47729 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 148170620 35942129664 47729 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35099736 memory=7020660063069040924 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148170621 35942129664 47729 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35099736 memory=10860 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170621 35942129664 47729 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35099736 memory=59160 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148170631 35942129664 47729 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 192724 KiB

[startup+6.30014 s]

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

/proc/meminfo: memFree=880260776/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35232864 memory=1376788 CPUtime=3369.41 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 142090 0 0 0 336845 96 0 0 20 0 23 0 148170618 36078452736 344063 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8808216 344197 6270 1 0 586093 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35232864 memory=814100 CPUtime=3321.81 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 32236 0 0 0 332170 11 0 0 20 0 23 0 148170619 36078452736 344063 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35232864 memory=814100 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 344063 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35232864 memory=1139220 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 344063 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35232864 memory=2508 CPUtime=0.1 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 57 0 0 0 6 4 0 0 20 0 23 0 148170620 36078452736 344063 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35232864 memory=2688 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 344063 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35232864 memory=10860 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 390 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 344063 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35232864 memory=2060 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170631 36078452736 344063 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 3369.41 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1376788 KiB

[startup+3402.3 s]
/proc/loadavg: 16.43 16.62 16.64 19/1198 2304625
/proc/meminfo: memFree=880771612/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35232864 memory=1409556 CPUtime=3429.26 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 142114 0 0 0 342829 97 0 0 20 0 23 0 148170618 36078452736 352263 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8808216 352389 6270 1 0 586093 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35232864 memory=814100 CPUtime=3381.58 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 32236 0 0 0 338147 11 0 0 20 0 23 0 148170619 36078452736 352263 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35232864 memory=2508 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 352263 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35232864 memory=1376788 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 352263 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35232864 memory=1155604 CPUtime=0.1 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 57 0 0 0 6 4 0 0 20 0 23 0 148170620 36078452736 352263 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35232864 memory=1409556 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 352263 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35232864 memory=1409556 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 390 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 352263 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35232864 memory=1409556 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170631 36078452736 352263 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 3429.26 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1409556 KiB

[startup+3462.3 s]
/proc/loadavg: 17.33 16.83 16.71 17/1223 2304691
/proc/meminfo: memFree=873217724/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35232864 memory=1585908 CPUtime=3489.16 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 142392 0 0 0 348818 98 0 0 20 0 23 0 148170618 36078452736 396346 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8808216 396477 6270 1 0 586093 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35232864 memory=814100 CPUtime=3441.32 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 32237 0 0 0 344121 11 0 0 20 0 23 0 148170619 36078452736 396346 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35232864 memory=2508 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 396346 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35232864 memory=7456 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 396346 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35232864 memory=1409556 CPUtime=0.11 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 57 0 0 0 7 4 0 0 20 0 23 0 148170620 36078452736 396346 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35232864 memory=1409556 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 396346 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 390 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 396346 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35232864 memory=1585908 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170631 36078452736 396346 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 3489.16 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1585908 KiB

[startup+3522.3 s]
/proc/loadavg: 17.10 16.87 16.73 17/1224 2304770
/proc/meminfo: memFree=871299032/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35232864 memory=1612588 CPUtime=3548.97 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 142440 0 0 0 354799 98 0 0 20 0 23 0 148170618 36078452736 403015 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8808216 403147 6270 1 0 586093 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35232864 memory=1409556 CPUtime=3501.09 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 32249 0 0 0 350098 11 0 0 20 0 23 0 148170619 36078452736 403015 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35232864 memory=1585908 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 403015 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35232864 memory=-7597109101127034213 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 403015 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35232864 memory=349564 CPUtime=0.11 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 57 0 0 0 7 4 0 0 20 0 23 0 148170620 36078452736 403015 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35232864 memory=1612588 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 403015 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35232864 memory=1612588 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 390 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 403015 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35232864 memory=1612588 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170631 36078452736 403015 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 3548.97 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1612588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.5 s]
/proc/loadavg: 17.06 16.90 16.75 17/1226 2305161
/proc/meminfo: memFree=865867100/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35232864 memory=1659792 CPUtime=3600.04 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 142560 0 0 0 359905 99 0 0 20 0 23 0 148170618 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8808216 414948 6270 1 0 586093 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35232864 memory=3096267694080041 CPUtime=3552.07 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 32267 0 0 0 355196 11 0 0 20 0 23 0 148170619 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35232864 memory=1659792 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35232864 memory=1659792 CPUtime=0.12 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 59 0 0 0 7 5 0 0 20 0 23 0 148170620 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35232864 memory=10860 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35232864 memory=164 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 390 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35232864 memory=1659792 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170631 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1659792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.23 s, system=1.00758 s

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

[startup+3573.5 s]
/proc/loadavg: 17.06 16.90 16.75 17/1226 2305161
/proc/meminfo: memFree=865867100/1055320708 swapFree=32681384/33554428
[pid=2303268] ppid=2303265 vsize=35232864 memory=1659792 CPUtime=3600.04 cores=40-43
/proc/2303268/stat : 2303268 (java) S 2303265 2303268 2300543 0 -1 4194304 142560 0 0 0 359905 99 0 0 20 0 23 0 148170618 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
/proc/2303268/statm: 8808216 414948 6270 1 0 586093 0
[pid=2303268/tid=2303270] ppid=2303265 vsize=35232864 memory=3096267694080041 CPUtime=3552.07 cores=40-43
/proc/2303268/task/2303270/stat : 2303270 (java) R 2303265 2303268 2300543 0 -1 4194368 32267 0 0 0 355196 11 0 0 20 0 23 0 148170619 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303281] ppid=2303265 vsize=35232864 memory=1659792 CPUtime=0 cores=40-43
/proc/2303268/task/2303281/stat : 2303281 (Referen..andler) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303282] ppid=2303265 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2303268/task/2303282/stat : 2303282 (Finalizer) S 2303265 2303268 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148170620 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303285] ppid=2303265 vsize=35232864 memory=1659792 CPUtime=0.12 cores=40-43
/proc/2303268/task/2303285/stat : 2303285 (Monitor..Thread) S 2303265 2303268 2300543 0 -1 4194368 59 0 0 0 7 5 0 0 20 0 23 0 148170620 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303288] ppid=2303265 vsize=35232864 memory=10860 CPUtime=0 cores=40-43
/proc/2303268/task/2303288/stat : 2303288 (Notific..Thread) S 2303265 2303268 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303289] ppid=2303265 vsize=35232864 memory=164 CPUtime=0 cores=40-43
/proc/2303268/task/2303289/stat : 2303289 (Common-Cleaner) S 2303265 2303268 2300543 0 -1 4194368 390 0 0 0 0 0 0 0 20 0 23 0 148170621 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
[pid=2303268/tid=2303291] ppid=2303265 vsize=35232864 memory=1659792 CPUtime=0 cores=40-43
/proc/2303268/task/2303291/stat : 2303291 (Timer-0) S 2303265 2303268 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148170631 36078452736 414814 18446744073709551615 94831401611264 94831401614960 140728710917600 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94831401622824 94831401623568 94831406362624 140728710924500 140728710924640 140728710924640 140728710930376 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1659792 KiB

Child status: 143

Real time (s): 3573.58
CPU time (s): 3600.24
CPU user time (s): 3599.23
CPU system time (s): 1.00758
CPU usage (%): 100.746
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 1901280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.23
system time used= 1.00758
maximum resident set size= 1900312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144503
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99500
involuntary context switches= 3583


# summary of solver processes directly reported to runsolver:
#   pid: 2303268
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3599.23
#   total CPU system time (s): 1.00758

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3881 second user time and 39.5187 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 19:20:29
IDJOB=4783585
IDBENCH=147200
IDSOLVER=3602
FILE ID=nodeE010/4783585-1782148829
RUNJOBID= nodeE010-1782145215-2300563
SLURM_JOB_ID= 12510924
Free space on /tmp= 798340 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/logic-synthesis/normalized-e64.b.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783585-1782148829/watcher-4783585-1782148829 -o /tmp/evaluation-result-4783585-1782148829/solver-4783585-1782148829 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783585-1782148829/vars-4783585-1782148829 --bin-var /tmp/runsolver-exch-nodeE010-1782145215-2300563 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783585-1782148829.opb

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

MD5SUM BENCH= d058f2a35f5f2155d4c948fc622fab03
RANDOM SEED=265631236

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3590.431
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3591.028
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:       1055320708 kB
MemFree:        945420000 kB
MemAvailable:   1024546292 kB
Buffers:              32 kB
Cached:         82906248 kB
SwapCached:         6960 kB
Active:         25356236 kB
Inactive:       81572628 kB
Active(anon):   24058896 kB
Inactive(anon):    50272 kB
Active(file):    1297340 kB
Inactive(file): 81522356 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8324 kB
Writeback:             0 kB
AnonPages:      24027588 kB
Mapped:            88900 kB
Shmem:             86540 kB
KReclaimable:    1111440 kB
Slab:            1627516 kB
SReclaimable:    1111440 kB
SUnreclaim:       516076 kB
KernelStack:       20096 kB
PageTables:        57344 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   30588992 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483892 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22919168 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:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798392 MiB
End job on nodeE010 at 2026-06-22 20:20:03