Trace number 4835635

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)18 3600.25 3618.77

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/
area_opers/normalized-fir02_area_opers.opb
MD5SUM67543aae8b26ffec8a1c27d8ba43c31d
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 benchmark18
Best CPU time to get the best result obtained on this benchmark0.017184
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1464
Total number of constraints2689
Number of constraints which are clauses2689
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 constraint1
Maximum length of a constraint31
Number of terms in the objective function 759
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 759
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 759
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	26.0.1+8-34
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		26.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		30334720
0.00/0.07	c Max memory 		32178700288
0.00/0.07	c Total memory 		33554432
0.00/0.07	c Number of processors 	4
0.00/0.10	c Pseudo Boolean Optimization by upper bound
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Glucose 2.1 dynamic restart strategy
0.00/0.10	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.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c Listener: none
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-4835635-1783648430.opb
0.00/0.10	c reading problem ... 
0.00/0.10	c using VERIPB proof format
0.00/0.10	c  objective function found
0.14/0.13	c ... done. Wall clock time 0.032s.
0.14/0.13	c declared #vars     1464
0.14/0.13	c #constraints  2689
0.14/0.13	c constraints type 
0.14/0.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1974
0.14/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 712
0.14/0.13	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.14/0.13	c 2689 constraints processed.
0.14/0.14	c objective function length is 759 literals
0.14/0.15	c SATISFIABLE
0.14/0.15	c OPTIMIZING...
0.14/0.15	c Got one! Elapsed wall clock time (in seconds):0.052
0.14/0.15	o 26
0.14/0.15	c Got one! Elapsed wall clock time (in seconds):0.059
0.14/0.15	o 25
0.84/0.39	c Got one! Elapsed wall clock time (in seconds):0.292
0.84/0.39	o 24
1.14/0.49	c cleaning 2735 clauses out of 5472 with flag 8635/5472
1.91/0.78	c cleaning 4364 clauses out of 8737 with flag 33557/11472
2.39/1.06	c cleaning 5661 clauses out of 11373 with flag 61446/18472
2.68/1.39	c cleaning 6846 clauses out of 13712 with flag 92458/26472
3.10/1.77	c cleaning 7920 clauses out of 15866 with flag 132557/35472
3.61/2.18	c cleaning 8938 clauses out of 17946 with flag 194592/45472
4.32/2.66	c cleaning 10003 clauses out of 20008 with flag 256913/56472
5.03/3.19	c cleaning 10997 clauses out of 22005 with flag 313063/68472
5.61/3.75	c cleaning 11982 clauses out of 24008 with flag 373185/81472
6.21/4.35	c cleaning 12977 clauses out of 26026 with flag 453499/95472
6.81/5.00	c cleaning 14019 clauses out of 28049 with flag 543193/110472
7.50/5.69	c cleaning 14965 clauses out of 30030 with flag 649240/126472
8.33/6.47	c cleaning 16033 clauses out of 32066 with flag 744633/143473
9.16/7.27	c cleaning 17004 clauses out of 34032 with flag 847890/161472
10.07/8.12	c cleaning 18000 clauses out of 36029 with flag 944945/180473
10.85/9.01	c cleaning 19003 clauses out of 38028 with flag 1065443/200472
11.84/9.96	c cleaning 20003 clauses out of 40025 with flag 1188759/221472
12.84/10.98	c cleaning 20983 clauses out of 42022 with flag 1325888/243472
13.94/12.03	c cleaning 21985 clauses out of 44039 with flag 1464785/266472
15.04/13.11	c cleaning 23007 clauses out of 46055 with flag 1628155/290473
16.12/14.27	c cleaning 24016 clauses out of 48047 with flag 1822796/315472
17.41/15.50	c cleaning 24995 clauses out of 50031 with flag 1966481/341472
18.60/16.70	c cleaning 26008 clauses out of 52036 with flag 2127732/368472
19.80/17.97	c cleaning 26989 clauses out of 54028 with flag 2289206/396472
21.19/19.32	c cleaning 28000 clauses out of 56039 with flag 2456596/425472
22.60/20.73	c cleaning 28996 clauses out of 58039 with flag 2630342/455472
24.10/22.24	c cleaning 30002 clauses out of 60043 with flag 2828785/486472
25.58/23.76	c cleaning 31001 clauses out of 62041 with flag 3023668/518472
27.08/25.25	c cleaning 32013 clauses out of 64040 with flag 3222387/551472
28.67/26.85	c cleaning 32978 clauses out of 66028 with flag 3440279/585473
30.27/28.48	c cleaning 34019 clauses out of 68049 with flag 3665671/620472
31.97/30.14	c cleaning 34996 clauses out of 70030 with flag 3868115/656472
33.75/31.96	c cleaning 35995 clauses out of 72034 with flag 4109816/693472
33.96/32.12	c Got one! Elapsed wall clock time (in seconds):32.026
33.96/32.12	o 23
34.05/32.23	c cleaning 20923 clauses out of 41851 with flag 7967/699284
34.25/32.48	c cleaning 13449 clauses out of 26928 with flag 33670/705284
34.55/32.76	c cleaning 10238 clauses out of 20479 with flag 63006/712284
34.86/33.08	c cleaning 9111 clauses out of 18241 with flag 94530/720284
35.24/33.44	c cleaning 9040 clauses out of 18130 with flag 127865/729284
35.64/33.84	c cleaning 9539 clauses out of 19090 with flag 165129/739284
36.04/34.29	c cleaning 10272 clauses out of 20551 with flag 211857/750284
36.53/34.76	c cleaning 11129 clauses out of 22279 with flag 257499/762284
37.13/35.31	c cleaning 12059 clauses out of 24150 with flag 311113/775284
37.72/35.90	c cleaning 13025 clauses out of 26091 with flag 366453/789284
38.32/36.54	c cleaning 14029 clauses out of 28066 with flag 424878/804284
39.02/37.21	c cleaning 15000 clauses out of 30037 with flag 503347/820284
39.72/37.92	c cleaning 15986 clauses out of 32037 with flag 601876/837284
40.47/38.67	c cleaning 17010 clauses out of 34051 with flag 706737/855284
40.87/39.07	c Got one! Elapsed wall clock time (in seconds):38.977
40.87/39.07	o 22
41.16/39.30	c cleaning 15867 clauses out of 31742 with flag 18912/869985
41.35/39.55	c cleaning 10918 clauses out of 21874 with flag 42975/875984
41.65/39.82	c cleaning 8959 clauses out of 17956 with flag 69696/882984
41.96/40.14	c cleaning 8489 clauses out of 16997 with flag 101625/890984
42.25/40.48	c cleaning 8745 clauses out of 17508 with flag 138585/899984
42.64/40.86	c cleaning 9375 clauses out of 18763 with flag 175396/909984
43.13/41.32	c cleaning 10194 clauses out of 20388 with flag 224537/920984
43.62/41.82	c cleaning 11092 clauses out of 22194 with flag 268348/932984
44.21/42.40	c cleaning 12034 clauses out of 24102 with flag 317642/945984
44.83/43.02	c cleaning 13031 clauses out of 26069 with flag 373444/959985
45.40/43.67	c cleaning 13997 clauses out of 28037 with flag 436406/974984
46.10/44.34	c cleaning 15000 clauses out of 30040 with flag 520824/990984
46.80/45.06	c cleaning 15977 clauses out of 32040 with flag 605333/1007984
47.58/45.86	c cleaning 17002 clauses out of 34066 with flag 707469/1025987
48.37/46.67	c cleaning 18005 clauses out of 36061 with flag 825043/1044984
49.27/47.56	c cleaning 19027 clauses out of 38059 with flag 952923/1064987
50.15/48.48	c cleaning 20005 clauses out of 40029 with flag 1078786/1085984
51.14/49.47	c cleaning 20992 clauses out of 42024 with flag 1223089/1107984
52.23/50.50	c cleaning 22003 clauses out of 44033 with flag 1364120/1130985
52.33/50.62	c Got one! Elapsed wall clock time (in seconds):50.52
52.33/50.62	o 21
52.45/50.75	c cleaning 13984 clauses out of 27976 with flag 9413/1136931
52.76/51.01	c cleaning 9996 clauses out of 19992 with flag 26404/1142931
53.04/51.30	c cleaning 8498 clauses out of 16995 with flag 48710/1149930
53.34/51.61	c cleaning 8215 clauses out of 16497 with flag 74035/1157930
53.64/51.96	c cleaning 8631 clauses out of 17285 with flag 102902/1166933
54.03/52.34	c cleaning 9323 clauses out of 18651 with flag 143044/1176930
54.43/52.78	c cleaning 10159 clauses out of 20329 with flag 178653/1187931
54.92/53.26	c cleaning 11059 clauses out of 22169 with flag 226204/1199930
55.51/53.81	c cleaning 12048 clauses out of 24110 with flag 280008/1212930
56.01/54.38	c cleaning 13027 clauses out of 26062 with flag 337612/1226930
56.61/54.98	c cleaning 14001 clauses out of 28035 with flag 395018/1241930
57.30/55.63	c cleaning 14992 clauses out of 30034 with flag 457633/1257930
57.99/56.36	c cleaning 16003 clauses out of 32042 with flag 518098/1274930
58.81/57.15	c cleaning 16998 clauses out of 34039 with flag 608768/1292930
59.58/57.99	c cleaning 17986 clauses out of 36041 with flag 705380/1311930
60.48/58.85	c cleaning 19010 clauses out of 38055 with flag 798617/1331930
61.37/59.75	c cleaning 19999 clauses out of 40045 with flag 894613/1352930
62.36/60.70	c cleaning 21021 clauses out of 42047 with flag 994054/1374931
63.35/61.72	c cleaning 21992 clauses out of 44027 with flag 1107940/1397932
64.33/62.79	c cleaning 23009 clauses out of 46033 with flag 1234070/1421930
65.52/63.90	c cleaning 23973 clauses out of 48024 with flag 1381482/1446930
66.72/65.16	c cleaning 25002 clauses out of 50052 with flag 1551717/1472931
67.89/66.38	c cleaning 26002 clauses out of 52049 with flag 1710868/1499930
69.18/67.64	c cleaning 27002 clauses out of 54047 with flag 1885444/1527930
70.46/68.91	c cleaning 28013 clauses out of 56047 with flag 2084130/1556932
71.75/70.25	c cleaning 29010 clauses out of 58032 with flag 2269338/1586930
73.14/71.65	c cleaning 29976 clauses out of 60024 with flag 2450124/1617932
74.52/73.09	c cleaning 31013 clauses out of 62046 with flag 2674832/1649930
76.10/74.60	c cleaning 31987 clauses out of 64033 with flag 2892070/1682930
77.59/76.14	c cleaning 33007 clauses out of 66046 with flag 3074285/1716930
79.17/77.71	c cleaning 34014 clauses out of 68039 with flag 3272121/1751930
80.85/79.40	c cleaning 34982 clauses out of 70026 with flag 3482421/1787931
82.64/81.23	c cleaning 35990 clauses out of 72043 with flag 3726219/1824930
84.44/83.04	c cleaning 37007 clauses out of 74054 with flag 3951612/1862931
86.22/84.80	c cleaning 37994 clauses out of 76046 with flag 4196495/1901930
88.03/86.69	c cleaning 39025 clauses out of 78052 with flag 4427715/1941930
90.02/88.63	c cleaning 40014 clauses out of 80027 with flag 4656370/1982930
92.00/90.68	c cleaning 40996 clauses out of 82013 with flag 4902254/2024930
94.08/92.79	c cleaning 41986 clauses out of 84017 with flag 5152203/2067930
96.17/94.89	c cleaning 43011 clauses out of 86033 with flag 5408833/2111932
98.37/97.05	c cleaning 44010 clauses out of 88020 with flag 5634722/2156930
100.54/99.25	c cleaning 44968 clauses out of 90010 with flag 5885881/2202930
102.82/101.56	c cleaning 45987 clauses out of 92042 with flag 6153450/2249930
105.09/103.87	c cleaning 47007 clauses out of 94055 with flag 6385236/2297930
107.39/106.18	c cleaning 47979 clauses out of 96048 with flag 6661029/2346930
109.86/108.69	c cleaning 49024 clauses out of 98071 with flag 6958964/2396932
112.35/111.13	c cleaning 49993 clauses out of 100045 with flag 7264998/2447930
114.93/113.70	c cleaning 50978 clauses out of 102052 with flag 7580201/2499930
117.50/116.31	c cleaning 52038 clauses out of 104075 with flag 7910667/2552931
120.09/118.93	c cleaning 53013 clauses out of 106036 with flag 8240627/2606930
122.75/121.68	c cleaning 53992 clauses out of 108023 with flag 8540917/2661930
125.53/124.45	c cleaning 54967 clauses out of 110032 with flag 8903509/2717931
128.31/127.29	c cleaning 56024 clauses out of 112064 with flag 9276035/2774930
131.28/130.28	c cleaning 57008 clauses out of 114040 with flag 9658691/2832930
134.36/133.32	c cleaning 57987 clauses out of 116033 with flag 10066987/2891931
137.28/136.26	c cleaning 59012 clauses out of 118045 with flag 10443725/2951930
140.35/139.33	c cleaning 60005 clauses out of 120033 with flag 10817840/3012930
143.44/142.49	c cleaning 60990 clauses out of 122028 with flag 11211933/3074930
146.73/145.78	c cleaning 62008 clauses out of 124040 with flag 11589895/3137932
149.90/148.98	c cleaning 63013 clauses out of 126030 with flag 11956956/3201930
153.18/152.20	c cleaning 64000 clauses out of 128018 with flag 12323311/3266931
156.44/155.51	c cleaning 64987 clauses out of 130017 with flag 12661424/3332930
157.54/156.65	c Got one! Elapsed wall clock time (in seconds):156.555
157.54/156.65	o 20
157.95/157.04	c cleaning 47574 clauses out of 95167 with flag 16033/3363067
158.24/157.31	c cleaning 26798 clauses out of 53595 with flag 34542/3369069
158.53/157.61	c cleaning 16899 clauses out of 33798 with flag 54393/3376070
158.82/157.94	c cleaning 12438 clauses out of 24896 with flag 83925/3384067
159.13/158.29	c cleaning 10724 clauses out of 21459 with flag 122191/3393068
159.53/158.69	c cleaning 10362 clauses out of 20736 with flag 178068/3403069
160.03/159.13	c cleaning 10667 clauses out of 21372 with flag 234034/3414067
160.52/159.62	c cleaning 11345 clauses out of 22707 with flag 301332/3426069
161.02/160.15	c cleaning 12176 clauses out of 24361 with flag 378113/3439068
161.60/160.74	c cleaning 13086 clauses out of 26184 with flag 462297/3453067
162.20/161.38	c cleaning 14035 clauses out of 28098 with flag 553780/3468067
162.90/162.03	c cleaning 15029 clauses out of 30063 with flag 643457/3484067
163.58/162.76	c cleaning 15990 clauses out of 32035 with flag 737024/3501068
164.37/163.59	c cleaning 17022 clauses out of 34045 with flag 842578/3519068
165.26/164.47	c cleaning 17997 clauses out of 36022 with flag 947067/3538067
166.15/165.31	c cleaning 18990 clauses out of 38025 with flag 1056140/3558067
167.05/166.21	c cleaning 20016 clauses out of 40035 with flag 1176483/3579067
167.84/167.11	c cleaning 20988 clauses out of 42019 with flag 1299168/3601067
168.94/168.14	c cleaning 22009 clauses out of 44031 with flag 1432477/3624067
170.02/169.21	c cleaning 23008 clauses out of 46022 with flag 1571223/3648067
171.00/170.25	c cleaning 24002 clauses out of 48015 with flag 1703044/3673068
172.10/171.39	c cleaning 24984 clauses out of 50012 with flag 1834590/3699067
173.39/172.60	c cleaning 26001 clauses out of 52029 with flag 1983961/3726068
173.69/172.92	c Got one! Elapsed wall clock time (in seconds):172.823
173.69/172.92	o 19
173.90/173.13	c cleaning 19543 clauses out of 39094 with flag 15521/3739134
174.08/173.35	c cleaning 12775 clauses out of 25550 with flag 33254/3745133
174.38/173.61	c cleaning 9886 clauses out of 19775 with flag 55988/3752133
174.69/173.91	c cleaning 8943 clauses out of 17889 with flag 77188/3760133
174.98/174.25	c cleaning 8969 clauses out of 17947 with flag 101701/3769134
175.37/174.62	c cleaning 9486 clauses out of 18978 with flag 127958/3779134
175.78/175.06	c cleaning 10246 clauses out of 20491 with flag 158806/3790133
176.26/175.57	c cleaning 11119 clauses out of 22245 with flag 200831/3802133
176.77/176.09	c cleaning 12061 clauses out of 24126 with flag 238649/3815133
177.36/176.61	c cleaning 13027 clauses out of 26065 with flag 290490/3829133
177.86/177.14	c cleaning 14016 clauses out of 28039 with flag 337360/3844134
178.44/177.74	c cleaning 15005 clauses out of 30022 with flag 395422/3860133
179.14/178.40	c cleaning 16005 clauses out of 32018 with flag 459942/3877134
179.84/179.11	c cleaning 16994 clauses out of 34012 with flag 530970/3895133
180.52/179.89	c cleaning 18006 clauses out of 36018 with flag 619710/3914133
181.41/180.72	c cleaning 18991 clauses out of 38012 with flag 698178/3934133
182.20/181.58	c cleaning 20006 clauses out of 40021 with flag 787709/3955133
183.10/182.49	c cleaning 21000 clauses out of 42015 with flag 891425/3977133
184.09/183.48	c cleaning 21997 clauses out of 44016 with flag 1020953/4000134
185.08/184.44	c cleaning 22996 clauses out of 46018 with flag 1122169/4024133
186.08/185.42	c cleaning 23997 clauses out of 48023 with flag 1246004/4049134
187.16/186.53	c cleaning 24994 clauses out of 50025 with flag 1382038/4075133
188.25/187.67	c cleaning 25991 clauses out of 52031 with flag 1535978/4102133
189.53/188.90	c cleaning 27011 clauses out of 54040 with flag 1683171/4130133
190.73/190.17	c cleaning 27990 clauses out of 56029 with flag 1848062/4159133
192.00/191.45	c cleaning 29009 clauses out of 58040 with flag 1993231/4189134
193.28/192.78	c cleaning 30006 clauses out of 60030 with flag 2162648/4220133
194.77/194.23	c cleaning 30979 clauses out of 62024 with flag 2348582/4252133
196.25/195.77	c cleaning 32023 clauses out of 64045 with flag 2537059/4285133
197.84/197.30	c cleaning 33000 clauses out of 66022 with flag 2676100/4319133
199.33/198.89	c cleaning 33990 clauses out of 68022 with flag 2856971/4354133
201.01/200.52	c cleaning 35005 clauses out of 70033 with flag 3033633/4390134
202.69/202.21	c cleaning 35987 clauses out of 72027 with flag 3225705/4427133
204.29/203.89	c cleaning 37009 clauses out of 74040 with flag 3425118/4465133
206.07/205.69	c cleaning 37997 clauses out of 76032 with flag 3628783/4504134
207.86/207.49	c cleaning 38996 clauses out of 78034 with flag 3843004/4544133
209.85/209.44	c cleaning 39974 clauses out of 80039 with flag 4071029/4585134
211.73/211.35	c cleaning 41005 clauses out of 82064 with flag 4293838/4627133
213.61/213.25	c cleaning 42009 clauses out of 84059 with flag 4540972/4670133
215.68/215.33	c cleaning 43015 clauses out of 86050 with flag 4793396/4714133
217.67/217.38	c cleaning 43997 clauses out of 88035 with flag 5051801/4759133
219.84/219.58	c cleaning 44977 clauses out of 90038 with flag 5317205/4805133
222.02/221.72	c cleaning 46003 clauses out of 92062 with flag 5577740/4852134
224.21/223.98	c cleaning 47001 clauses out of 94058 with flag 5860921/4900133
226.78/226.52	c cleaning 48001 clauses out of 96057 with flag 6157101/4949133
229.16/229.00	c cleaning 48999 clauses out of 98056 with flag 6447322/4999133
231.54/231.37	c cleaning 50010 clauses out of 100057 with flag 6747639/5050133
234.02/233.82	c cleaning 51020 clauses out of 102047 with flag 7026314/5102133
236.50/236.32	c cleaning 51988 clauses out of 104027 with flag 7327528/5155133
239.19/239.04	c cleaning 53019 clauses out of 106039 with flag 7632345/5209133
241.76/241.63	c cleaning 54000 clauses out of 108021 with flag 7951967/5264134
244.54/244.42	c cleaning 54986 clauses out of 110020 with flag 8273248/5320133
247.23/247.15	c cleaning 56008 clauses out of 112034 with flag 8598575/5377133
250.21/250.13	c cleaning 57003 clauses out of 114027 with flag 8917624/5435134
253.11/253.07	c cleaning 58005 clauses out of 116024 with flag 9224207/5494134
256.11/256.02	c cleaning 58979 clauses out of 118018 with flag 9554105/5554133
259.18/259.18	c cleaning 60001 clauses out of 120039 with flag 9870597/5615133
262.35/262.32	c cleaning 60997 clauses out of 122038 with flag 10191773/5677133
265.41/265.41	c cleaning 61982 clauses out of 124041 with flag 10507796/5740133
268.48/268.51	c cleaning 63007 clauses out of 126059 with flag 10853037/5804133
271.56/271.65	c cleaning 64018 clauses out of 128052 with flag 11184538/5869133
274.84/274.90	c cleaning 65010 clauses out of 130034 with flag 11544190/5935133
278.10/278.24	c cleaning 66009 clauses out of 132025 with flag 11887792/6002134
281.27/281.48	c cleaning 67004 clauses out of 134015 with flag 12157623/6070133
284.75/284.90	c cleaning 67994 clauses out of 136011 with flag 12410328/6139133
288.23/288.42	c cleaning 69001 clauses out of 138017 with flag 12663748/6209133
291.71/291.96	c cleaning 69977 clauses out of 140016 with flag 13018010/6280133
295.08/295.38	c cleaning 71014 clauses out of 142039 with flag 13352687/6352133
298.95/299.29	c cleaning 72004 clauses out of 144025 with flag 13691591/6425133
302.42/302.75	c cleaning 72997 clauses out of 146021 with flag 14032901/6499133
306.18/306.57	c cleaning 73990 clauses out of 148024 with flag 14445813/6574133
309.94/310.30	c cleaning 75003 clauses out of 150034 with flag 14815525/6650133
313.40/313.84	c cleaning 76008 clauses out of 152031 with flag 15224122/6727133
317.06/317.54	c cleaning 76983 clauses out of 154024 with flag 15642176/6805134
320.98/321.41	c cleaning 77994 clauses out of 156040 with flag 16091651/6884133
324.67/325.19	c cleaning 78984 clauses out of 158047 with flag 16476017/6964134
328.72/329.22	c cleaning 80025 clauses out of 160062 with flag 16930622/7045133
332.89/333.43	c cleaning 81005 clauses out of 162037 with flag 17418760/7127133
336.77/337.34	c cleaning 82011 clauses out of 164034 with flag 17900392/7210135
341.04/341.60	c cleaning 82998 clauses out of 166021 with flag 18288026/7294133
345.71/346.33	c cleaning 84004 clauses out of 168023 with flag 18656604/7379133
349.76/350.48	c cleaning 84994 clauses out of 170019 with flag 19057269/7465133
354.05/354.70	c cleaning 85984 clauses out of 172026 with flag 19499547/7552134
358.23/358.98	c cleaning 86998 clauses out of 174041 with flag 19982474/7640133
362.77/363.42	c cleaning 88005 clauses out of 176043 with flag 20432938/7729133
367.13/367.83	c cleaning 89013 clauses out of 178039 with flag 20906601/7819134
371.90/372.66	c cleaning 90006 clauses out of 180026 with flag 21408874/7910134
376.07/376.85	c cleaning 91002 clauses out of 182019 with flag 21833817/8002133
380.83/381.65	c cleaning 91995 clauses out of 184018 with flag 22307133/8095134
381.82/382.61	c Got one! Elapsed wall clock time (in seconds):382.517
381.82/382.61	o 18
382.33/383.12	c cleaning 60221 clauses out of 120454 with flag 14520/8123565
382.62/383.43	c cleaning 33108 clauses out of 66230 with flag 32921/8129562
382.92/383.70	c cleaning 20056 clauses out of 40122 with flag 52626/8136562
383.22/384.04	c cleaning 14006 clauses out of 28066 with flag 80220/8144562
383.50/384.38	c cleaning 11521 clauses out of 23060 with flag 106438/8153562
383.90/384.75	c cleaning 10761 clauses out of 21540 with flag 137157/8163563
384.30/385.13	c cleaning 10878 clauses out of 21778 with flag 170743/8174562
384.69/385.53	c cleaning 11441 clauses out of 22900 with flag 205526/8186562
385.09/385.98	c cleaning 12227 clauses out of 24459 with flag 243865/8199562
385.57/386.49	c cleaning 13108 clauses out of 26232 with flag 285942/8213562
386.17/387.07	c cleaning 14053 clauses out of 28124 with flag 339803/8228562
386.86/387.73	c cleaning 15009 clauses out of 30071 with flag 396144/8244562
387.55/388.46	c cleaning 15996 clauses out of 32062 with flag 466338/8261562
388.33/389.20	c cleaning 17023 clauses out of 34066 with flag 533315/8279562
389.03/390.00	c cleaning 18017 clauses out of 36043 with flag 607076/8298562
389.93/390.83	c cleaning 19000 clauses out of 38026 with flag 680613/8318562
390.71/391.69	c cleaning 20009 clauses out of 40027 with flag 749453/8339563
391.60/392.58	c cleaning 20996 clauses out of 42017 with flag 820470/8361562
392.59/393.54	c cleaning 22004 clauses out of 44021 with flag 910395/8384562
393.58/394.58	c cleaning 23007 clauses out of 46017 with flag 991549/8408562
394.66/395.66	c cleaning 23997 clauses out of 48010 with flag 1097453/8433562
395.76/396.79	c cleaning 24998 clauses out of 50013 with flag 1205731/8459562
396.94/397.99	c cleaning 25985 clauses out of 52015 with flag 1309682/8486562
398.14/399.19	c cleaning 26983 clauses out of 54030 with flag 1426606/8514562
399.41/400.48	c cleaning 28024 clauses out of 56047 with flag 1568149/8543562
400.79/401.81	c cleaning 29009 clauses out of 58024 with flag 1710870/8573563
402.09/403.19	c cleaning 29981 clauses out of 60014 with flag 1825696/8604562
403.65/404.74	c cleaning 30988 clauses out of 62033 with flag 2023923/8636562
405.24/406.39	c cleaning 32015 clauses out of 64047 with flag 2213004/8669564
406.83/407.90	c cleaning 33007 clauses out of 66030 with flag 2374373/8703562
408.21/409.39	c cleaning 34004 clauses out of 68023 with flag 2512714/8738562
409.91/411.03	c cleaning 34961 clauses out of 70019 with flag 2732305/8774562
411.48/412.67	c cleaning 36026 clauses out of 72058 with flag 2934588/8811562
413.17/414.35	c cleaning 36992 clauses out of 74032 with flag 3128281/8849562
414.76/416.01	c cleaning 38000 clauses out of 76041 with flag 3331348/8888563
416.54/417.74	c cleaning 39014 clauses out of 78041 with flag 3537819/8928563
418.32/419.53	c cleaning 40001 clauses out of 80026 with flag 3749246/8969562
420.10/421.35	c cleaning 40999 clauses out of 82025 with flag 3960211/9011562
421.98/423.25	c cleaning 42010 clauses out of 84026 with flag 4183993/9054562
423.88/425.17	c cleaning 42965 clauses out of 86016 with flag 4410775/9098562
425.86/427.19	c cleaning 43985 clauses out of 88051 with flag 4640362/9143562
428.03/429.38	c cleaning 45023 clauses out of 90067 with flag 4908450/9189563
430.21/431.54	c cleaning 45990 clauses out of 92045 with flag 5156896/9236564
432.28/433.68	c cleaning 47010 clauses out of 94053 with flag 5426731/9284562
434.57/435.91	c cleaning 48009 clauses out of 96044 with flag 5664663/9333563
436.84/438.25	c cleaning 48991 clauses out of 98034 with flag 5911532/9383562
439.31/440.71	c cleaning 50004 clauses out of 100043 with flag 6157513/9434562
441.61/443.03	c cleaning 51002 clauses out of 102039 with flag 6392473/9486562
443.87/445.33	c cleaning 52014 clauses out of 104041 with flag 6639504/9539566
446.45/447.92	c cleaning 52989 clauses out of 106023 with flag 6884636/9593562
448.93/450.48	c cleaning 54006 clauses out of 108034 with flag 7145924/9648562
451.62/453.13	c cleaning 55013 clauses out of 110028 with flag 7390287/9704562
454.19/455.76	c cleaning 55981 clauses out of 112016 with flag 7685292/9761563
456.77/458.37	c cleaning 56987 clauses out of 114034 with flag 7975909/9819562
459.55/461.17	c cleaning 58000 clauses out of 116047 with flag 8301224/9878562
462.21/463.84	c cleaning 59009 clauses out of 118047 with flag 8625486/9938562
465.09/466.71	c cleaning 60018 clauses out of 120038 with flag 8935050/9999562
467.86/469.54	c cleaning 61000 clauses out of 122022 with flag 9245220/10061564
470.83/472.52	c cleaning 61985 clauses out of 124020 with flag 9570182/10124562
473.71/475.45	c cleaning 62996 clauses out of 126035 with flag 9842882/10188562
476.68/478.45	c cleaning 64001 clauses out of 128040 with flag 10174054/10253563
479.75/481.54	c cleaning 65016 clauses out of 130041 with flag 10529541/10319565
482.82/484.63	c cleaning 66009 clauses out of 132022 with flag 10882591/10386562
485.88/487.73	c cleaning 67004 clauses out of 134014 with flag 11192432/10454563
488.95/490.88	c cleaning 68005 clauses out of 136009 with flag 11475300/10523562
492.23/494.19	c cleaning 68977 clauses out of 138004 with flag 11828068/10593562
495.60/497.58	c cleaning 70006 clauses out of 140027 with flag 12181553/10664562
498.97/500.98	c cleaning 71006 clauses out of 142022 with flag 12568928/10736563
502.45/504.42	c cleaning 71995 clauses out of 144015 with flag 12935851/10809562
505.82/507.85	c cleaning 72995 clauses out of 146020 with flag 13295147/10883562
509.29/511.39	c cleaning 74001 clauses out of 148025 with flag 13641536/10958562
512.86/514.98	c cleaning 75001 clauses out of 150024 with flag 14007258/11034562
516.63/518.74	c cleaning 75999 clauses out of 152024 with flag 14330459/11111563
520.20/522.38	c cleaning 76993 clauses out of 154024 with flag 14714358/11189562
523.98/526.16	c cleaning 77996 clauses out of 156031 with flag 15120764/11268562
527.73/529.96	c cleaning 79009 clauses out of 158035 with flag 15542763/11348562
531.58/533.85	c cleaning 80003 clauses out of 160028 with flag 15987212/11429564
535.37/537.69	c cleaning 81005 clauses out of 162024 with flag 16372584/11511563
539.53/541.81	c cleaning 81992 clauses out of 164018 with flag 16760816/11594562
543.59/545.92	c cleaning 83001 clauses out of 166026 with flag 17150193/11678562
547.57/550.00	c cleaning 84006 clauses out of 168026 with flag 17585813/11763563
551.85/554.23	c cleaning 85010 clauses out of 170020 with flag 18001886/11849563
556.31/558.73	c cleaning 85987 clauses out of 172009 with flag 18428516/11936562
560.49/562.96	c cleaning 87004 clauses out of 174023 with flag 18802181/12024563
564.77/567.21	c cleaning 88007 clauses out of 176019 with flag 19199628/12113563
569.14/571.68	c cleaning 88978 clauses out of 178012 with flag 19673647/12203563
573.75/576.26	c cleaning 90003 clauses out of 180033 with flag 20138071/12294562
578.41/580.98	c cleaning 90990 clauses out of 182030 with flag 20629767/12386562
583.17/585.74	c cleaning 92014 clauses out of 184043 with flag 21102924/12479565
588.03/590.68	c cleaning 92997 clauses out of 186026 with flag 21587071/12573562
592.78/595.45	c cleaning 94001 clauses out of 188029 with flag 22076456/12668562
597.74/600.47	c cleaning 95003 clauses out of 190028 with flag 22539845/12764562
602.49/605.20	c cleaning 95997 clauses out of 192025 with flag 23032058/12861562
607.46/610.26	c cleaning 96996 clauses out of 194029 with flag 23526458/12959563
612.62/615.45	c cleaning 97999 clauses out of 196032 with flag 23967836/13058562
617.60/620.49	c cleaning 99004 clauses out of 198033 with flag 24528322/13158562
622.87/625.78	c cleaning 100002 clauses out of 200029 with flag 25083771/13259562
627.92/630.83	c cleaning 101001 clauses out of 202027 with flag 25598305/13361562
633.38/636.31	c cleaning 101997 clauses out of 204026 with flag 26125137/13464562
638.65/641.60	c cleaning 102990 clauses out of 206029 with flag 26680624/13568562
644.11/647.12	c cleaning 104010 clauses out of 208039 with flag 27269912/13673562
649.76/652.88	c cleaning 104978 clauses out of 210029 with flag 27856992/13779562
655.68/658.77	c cleaning 105988 clauses out of 212052 with flag 28405426/13886563
661.13/664.28	c cleaning 107016 clauses out of 214063 with flag 28861452/13994562
666.80/669.94	c cleaning 108016 clauses out of 216047 with flag 29327274/14103562
672.25/675.46	c cleaning 108997 clauses out of 218031 with flag 29834798/14213562
677.92/681.14	c cleaning 109990 clauses out of 220034 with flag 30344144/14324562
683.77/687.04	c cleaning 111006 clauses out of 222046 with flag 30961186/14436564
689.51/692.82	c cleaning 112005 clauses out of 224038 with flag 31463479/14549562
695.08/698.48	c cleaning 113001 clauses out of 226033 with flag 32002239/14663562
701.13/704.53	c cleaning 114000 clauses out of 228034 with flag 32549303/14778564
707.28/710.72	c cleaning 114990 clauses out of 230032 with flag 33042445/14894562
714.14/717.64	c cleaning 115999 clauses out of 232042 with flag 33548575/15011562
720.39/723.96	c cleaning 117008 clauses out of 234044 with flag 34125236/15129563
726.85/730.41	c cleaning 118005 clauses out of 236036 with flag 34684548/15248563
732.91/736.53	c cleaning 118991 clauses out of 238030 with flag 35302149/15368562
739.97/743.60	c cleaning 119999 clauses out of 240039 with flag 35936270/15489562
746.21/749.90	c cleaning 120996 clauses out of 242040 with flag 36560803/15611562
752.98/756.79	c cleaning 122017 clauses out of 244044 with flag 37118282/15734562
759.64/763.50	c cleaning 122988 clauses out of 246027 with flag 37697731/15858562
766.32/770.13	c cleaning 123988 clauses out of 248040 with flag 38337332/15983563
772.66/776.57	c cleaning 124997 clauses out of 250051 with flag 39030049/16109562
779.22/783.16	c cleaning 126018 clauses out of 252055 with flag 39649522/16236563
786.36/790.35	c cleaning 127004 clauses out of 254036 with flag 40215434/16364562
793.41/797.42	c cleaning 127991 clauses out of 256032 with flag 40859004/16493562
800.85/804.92	c cleaning 129018 clauses out of 258041 with flag 41455826/16623562
807.60/811.79	c cleaning 129985 clauses out of 260023 with flag 42135994/16754562
814.55/818.77	c cleaning 131000 clauses out of 262038 with flag 42686848/16886562
821.40/825.69	c cleaning 131992 clauses out of 264038 with flag 43320806/17019562
828.78/833.01	c cleaning 133001 clauses out of 266047 with flag 43998405/17153563
836.34/840.62	c cleaning 134013 clauses out of 268046 with flag 44653633/17288563
844.28/848.57	c cleaning 135013 clauses out of 270032 with flag 45352095/17424562
851.75/856.10	c cleaning 135984 clauses out of 272019 with flag 46093505/17561562
859.29/863.60	c cleaning 136984 clauses out of 274037 with flag 46782420/17699564
866.91/871.32	c cleaning 138002 clauses out of 276051 with flag 47463456/17838562
874.96/879.45	c cleaning 139006 clauses out of 278050 with flag 48064298/17978563
882.23/886.80	c cleaning 140005 clauses out of 280047 with flag 48711962/18119566
890.38/894.96	c cleaning 141005 clauses out of 282038 with flag 49388686/18261562
898.33/902.98	c cleaning 141989 clauses out of 284033 with flag 50059375/18404562
906.67/911.39	c cleaning 142999 clauses out of 286044 with flag 50750152/18548562
914.62/919.32	c cleaning 144007 clauses out of 288046 with flag 51474785/18693563
923.05/927.82	c cleaning 145007 clauses out of 290038 with flag 52141039/18839562
930.90/935.78	c cleaning 145982 clauses out of 292031 with flag 52890368/18986562
939.27/944.18	c cleaning 147003 clauses out of 294049 with flag 53608872/19134562
947.47/952.48	c cleaning 148023 clauses out of 296047 with flag 54334290/19283563
956.51/961.56	c cleaning 149012 clauses out of 298025 with flag 55076590/19433564
965.45/970.55	c cleaning 149974 clauses out of 300011 with flag 55793496/19584562
974.11/979.22	c cleaning 151010 clauses out of 302038 with flag 56497230/19736563
982.71/987.89	c cleaning 151995 clauses out of 304029 with flag 57241170/19889564
992.25/997.44	c cleaning 153008 clauses out of 306033 with flag 58016965/20043563
1000.97/1006.28	c cleaning 153993 clauses out of 308024 with flag 58747813/20198562
1009.72/1015.11	c cleaning 155004 clauses out of 310031 with flag 59474939/20354562
1018.14/1023.58	c cleaning 156004 clauses out of 312027 with flag 60240864/20511562
1027.37/1032.81	c cleaning 156987 clauses out of 314023 with flag 60975770/20669562
1036.42/1041.95	c cleaning 157994 clauses out of 316040 with flag 61743410/20828566
1045.97/1051.51	c cleaning 158989 clauses out of 318042 with flag 62562731/20988562
1055.40/1061.08	c cleaning 160007 clauses out of 320053 with flag 63422122/21149562
1065.23/1070.96	c cleaning 161014 clauses out of 322046 with flag 64283445/21311562
1074.87/1080.60	c cleaning 162010 clauses out of 324032 with flag 65056657/21474562
1084.03/1089.85	c cleaning 163009 clauses out of 326024 with flag 65822812/21638564
1092.97/1098.86	c cleaning 163995 clauses out of 328013 with flag 66678106/21803562
1102.47/1108.38	c cleaning 164997 clauses out of 330019 with flag 67481500/21969563
1111.81/1117.76	c cleaning 165990 clauses out of 332022 with flag 68316740/22136563
1121.54/1127.56	c cleaning 166993 clauses out of 334031 with flag 69157023/22304562
1131.90/1137.90	c cleaning 168009 clauses out of 336038 with flag 69891103/22473562
1142.44/1148.58	c cleaning 169006 clauses out of 338029 with flag 70661939/22643562
1152.69/1158.80	c cleaning 169996 clauses out of 340023 with flag 71471429/22814562
1162.54/1168.76	c cleaning 171000 clauses out of 342027 with flag 72305414/22986562
1172.60/1178.82	c cleaning 172004 clauses out of 344027 with flag 73161213/23159562
1182.52/1188.75	c cleaning 172996 clauses out of 346023 with flag 73938479/23333562
1192.96/1199.24	c cleaning 173997 clauses out of 348027 with flag 74778451/23508562
1203.08/1209.40	c cleaning 175013 clauses out of 350034 with flag 75678351/23684566
1214.04/1220.43	c cleaning 175993 clauses out of 352017 with flag 76573372/23861562
1223.88/1230.39	c cleaning 176969 clauses out of 354025 with flag 77448906/24039563
1234.82/1241.34	c cleaning 178014 clauses out of 356055 with flag 78286394/24218562
1245.87/1252.49	c cleaning 179003 clauses out of 358042 with flag 79157031/24398563
1256.45/1263.07	c cleaning 179984 clauses out of 360038 with flag 80099991/24579562
1266.86/1273.46	c cleaning 181022 clauses out of 362054 with flag 81009811/24761562
1277.89/1284.54	c cleaning 182010 clauses out of 364034 with flag 81907779/24944564
1288.80/1295.56	c cleaning 183002 clauses out of 366022 with flag 82817662/25128562
1300.06/1306.81	c cleaning 184007 clauses out of 368021 with flag 83679970/25313563
1311.52/1318.33	c cleaning 185005 clauses out of 370013 with flag 84570295/25499562
1322.34/1329.23	c cleaning 185983 clauses out of 372008 with flag 85579952/25686562
1333.07/1339.99	c cleaning 187000 clauses out of 374025 with flag 86430337/25874562
1344.39/1351.30	c cleaning 187998 clauses out of 376027 with flag 87411468/26063564
1355.79/1362.86	c cleaning 188993 clauses out of 378027 with flag 88369535/26253562
1367.64/1374.75	c cleaning 190004 clauses out of 380034 with flag 89308037/26444562
1379.55/1386.76	c cleaning 191001 clauses out of 382032 with flag 90140318/26636564
1391.19/1398.41	c cleaning 191979 clauses out of 384029 with flag 91057422/26829562
1403.71/1411.01	c cleaning 193017 clauses out of 386050 with flag 91969728/27023562
1415.84/1423.29	c cleaning 193988 clauses out of 388033 with flag 92801533/27218562
1428.15/1435.67	c cleaning 195012 clauses out of 390045 with flag 93690111/27414562
1440.10/1447.63	c cleaning 195997 clauses out of 392033 with flag 94672900/27611562
1451.64/1459.22	c cleaning 196963 clauses out of 394036 with flag 95656248/27809562
1463.76/1471.34	c cleaning 198010 clauses out of 396073 with flag 96680381/28008562
1475.81/1483.40	c cleaning 199017 clauses out of 398066 with flag 97734411/28208565
1487.12/1494.87	c cleaning 200009 clauses out of 400046 with flag 98671684/28409562
1498.75/1506.53	c cleaning 200996 clauses out of 402037 with flag 99573258/28611562
1510.76/1518.69	c cleaning 201996 clauses out of 404041 with flag 100559230/28814562
1523.25/1531.27	c cleaning 202989 clauses out of 406045 with flag 101407655/29018562
1536.69/1544.78	c cleaning 204024 clauses out of 408057 with flag 102432871/29223563
1550.47/1558.63	c cleaning 205010 clauses out of 410032 with flag 103393993/29429562
1563.01/1571.29	c cleaning 205957 clauses out of 412022 with flag 104414305/29636562
1575.82/1584.14	c cleaning 207012 clauses out of 414065 with flag 105459122/29844562
1588.14/1596.51	c cleaning 208018 clauses out of 416054 with flag 106493386/30053563
1600.74/1609.21	c cleaning 208992 clauses out of 418037 with flag 107548092/30263564
1613.57/1622.15	c cleaning 210012 clauses out of 420043 with flag 108526923/30474562
1627.36/1636.02	c cleaning 211013 clauses out of 422032 with flag 109393526/30686563
1641.10/1649.88	c cleaning 211999 clauses out of 424018 with flag 110355099/30899562
1654.49/1663.35	c cleaning 212999 clauses out of 426021 with flag 111390203/31113564
1667.42/1676.31	c cleaning 213969 clauses out of 428020 with flag 112457792/31328562
1681.73/1690.72	c cleaning 215000 clauses out of 430051 with flag 113476514/31544562
1694.64/1703.72	c cleaning 216021 clauses out of 432052 with flag 114484246/31761563
1707.67/1716.85	c cleaning 216981 clauses out of 434032 with flag 115511023/31979564
1721.90/1731.16	c cleaning 218004 clauses out of 436049 with flag 116605209/32198562
1734.99/1744.39	c cleaning 218996 clauses out of 438045 with flag 117665881/32418562
1750.50/1759.98	c cleaning 219995 clauses out of 440049 with flag 118712192/32639562
1764.13/1773.50	c cleaning 221012 clauses out of 442054 with flag 119799892/32861562
1779.32/1788.83	c cleaning 222006 clauses out of 444042 with flag 120831195/33084562
1793.24/1802.88	c cleaning 222997 clauses out of 446036 with flag 121876523/33308562
1806.46/1816.17	c cleaning 224014 clauses out of 448039 with flag 122994145/33533562
1820.74/1830.50	c cleaning 224999 clauses out of 450026 with flag 124180656/33759563
1834.74/1844.66	c cleaning 225975 clauses out of 452026 with flag 125281309/33986562
1850.62/1860.69	c cleaning 227009 clauses out of 454051 with flag 126445715/34214562
1864.33/1874.40	c cleaning 228017 clauses out of 456043 with flag 127527392/34443563
1879.02/1889.21	c cleaning 228997 clauses out of 458025 with flag 128593063/34673562
1892.41/1902.77	c cleaning 230001 clauses out of 460028 with flag 129769918/34904562
1905.89/1916.30	c cleaning 230975 clauses out of 462027 with flag 130958142/35136562
1920.87/1931.43	c cleaning 232020 clauses out of 464055 with flag 131974106/35369565
1936.35/1947.05	c cleaning 232999 clauses out of 466032 with flag 133135917/35603562
1950.88/1961.66	c cleaning 233993 clauses out of 468035 with flag 134294607/35838564
1964.99/1975.85	c cleaning 234995 clauses out of 470040 with flag 135509212/36074562
1981.28/1992.21	c cleaning 236013 clauses out of 472045 with flag 136747577/36311562
1997.78/2008.85	c cleaning 236984 clauses out of 474033 with flag 137874399/36549563
2013.60/2024.71	c cleaning 238022 clauses out of 476048 with flag 138982467/36788562
2029.48/2040.70	c cleaning 239011 clauses out of 478027 with flag 140015769/37028563
2047.19/2058.51	c cleaning 240005 clauses out of 480015 with flag 141038588/37269562
2063.41/2074.71	c cleaning 240971 clauses out of 482010 with flag 142139282/37511562
2078.51/2089.90	c cleaning 242011 clauses out of 484040 with flag 143361512/37754563
2094.42/2105.96	c cleaning 242986 clauses out of 486028 with flag 144651211/37998562
2110.42/2122.02	c cleaning 243989 clauses out of 488042 with flag 145791291/38243562
2126.30/2138.06	c cleaning 245027 clauses out of 490054 with flag 146927718/38489563
2141.27/2153.15	c cleaning 246004 clauses out of 492026 with flag 148192732/38736562
2156.60/2168.50	c cleaning 247001 clauses out of 494022 with flag 149320936/38984562
2172.89/2184.96	c cleaning 248002 clauses out of 496021 with flag 150449218/39233562
2190.98/2203.13	c cleaning 248986 clauses out of 498020 with flag 151585291/39483563
2207.68/2219.91	c cleaning 249979 clauses out of 500033 with flag 152866518/39734562
2224.66/2236.96	c cleaning 251014 clauses out of 502054 with flag 154039221/39986562
2242.55/2255.00	c cleaning 252010 clauses out of 504044 with flag 155277400/40239566
2259.57/2272.06	c cleaning 252978 clauses out of 506030 with flag 156478486/40493562
2276.63/2289.23	c cleaning 254012 clauses out of 508052 with flag 157717916/40748562
2294.13/2306.86	c cleaning 254967 clauses out of 510040 with flag 158932548/41004562
2312.83/2325.60	c cleaning 256018 clauses out of 512076 with flag 160133809/41261565
2330.82/2343.76	c cleaning 257001 clauses out of 514055 with flag 161424709/41519562
2348.80/2361.88	c cleaning 258026 clauses out of 516056 with flag 162608593/41778564
2366.48/2379.68	c cleaning 258999 clauses out of 518028 with flag 163884853/42038562
2385.25/2398.41	c cleaning 259992 clauses out of 520029 with flag 165231132/42299562
2401.76/2415.02	c cleaning 260991 clauses out of 522038 with flag 166540449/42561563
2419.25/2432.54	c cleaning 262014 clauses out of 524046 with flag 167818539/42824562
2436.58/2449.94	c cleaning 262980 clauses out of 526032 with flag 169111536/43088562
2455.96/2469.40	c cleaning 264009 clauses out of 528053 with flag 170344600/43353563
2474.93/2488.57	c cleaning 265005 clauses out of 530043 with flag 171540363/43619562
2492.05/2505.79	c cleaning 266006 clauses out of 532039 with flag 172683692/43886563
2510.04/2523.88	c cleaning 266978 clauses out of 534033 with flag 173916394/44154563
2527.65/2541.51	c cleaning 268002 clauses out of 536054 with flag 175143629/44423562
2545.23/2559.25	c cleaning 269012 clauses out of 538052 with flag 176419072/44693562
2563.65/2577.78	c cleaning 270013 clauses out of 540041 with flag 177673883/44964563
2581.52/2595.79	c cleaning 271009 clauses out of 542027 with flag 179003408/45236562
2599.82/2614.12	c cleaning 272003 clauses out of 544018 with flag 180173326/45509562
2618.41/2632.70	c cleaning 272995 clauses out of 546015 with flag 181522430/45783562
2638.87/2653.37	c cleaning 273996 clauses out of 548021 with flag 182903483/46058563
2658.58/2673.17	c cleaning 275007 clauses out of 550024 with flag 184134707/46334562
2677.23/2691.90	c cleaning 276009 clauses out of 552017 with flag 185456147/46611562
2695.02/2709.84	c cleaning 276970 clauses out of 554010 with flag 186818751/46889564
2713.71/2728.60	c cleaning 277970 clauses out of 556038 with flag 188223203/47168562
2732.47/2747.56	c cleaning 278997 clauses out of 558068 with flag 189561987/47448562
2755.36/2770.57	c cleaning 280009 clauses out of 560071 with flag 190870057/47729562
2773.88/2789.05	c cleaning 281019 clauses out of 562062 with flag 192209792/48011562
2793.52/2808.85	c cleaning 282015 clauses out of 564045 with flag 193517280/48294564
2812.22/2827.69	c cleaning 283000 clauses out of 566028 with flag 194984989/48578562
2830.98/2846.59	c cleaning 283991 clauses out of 568028 with flag 196320025/48863562
2852.46/2868.11	c cleaning 285005 clauses out of 570037 with flag 197695991/49149562
2876.00/2891.81	c cleaning 286005 clauses out of 572032 with flag 198669654/49436562
2896.63/2912.50	c cleaning 287007 clauses out of 574027 with flag 200053792/49724562
2917.44/2933.31	c cleaning 287995 clauses out of 576020 with flag 201402977/50013562
2938.59/2954.68	c cleaning 288987 clauses out of 578025 with flag 202786794/50303562
2958.38/2974.54	c cleaning 290000 clauses out of 580038 with flag 204052193/50594562
2979.45/2995.74	c cleaning 291002 clauses out of 582038 with flag 205478636/50886562
3002.34/3018.63	c cleaning 292010 clauses out of 584038 with flag 206843669/51179564
3022.91/3039.38	c cleaning 292991 clauses out of 586026 with flag 208218966/51473562
3043.42/3059.92	c cleaning 293981 clauses out of 588038 with flag 209756832/51768565
3062.77/3079.46	c cleaning 295020 clauses out of 590054 with flag 211183380/52064562
3086.35/3103.02	c cleaning 296012 clauses out of 592034 with flag 212656732/52361562
3107.95/3124.70	c cleaning 297001 clauses out of 594022 with flag 214118587/52659562
3126.86/3143.73	c cleaning 297981 clauses out of 596021 with flag 215571506/52958562
3149.02/3166.03	c cleaning 298998 clauses out of 598041 with flag 216945205/53258563
3170.78/3187.96	c cleaning 300016 clauses out of 600042 with flag 218349300/53559562
3195.06/3212.22	c cleaning 300985 clauses out of 602026 with flag 219867652/53861562
3214.67/3231.91	c cleaning 302006 clauses out of 604042 with flag 221340070/54164563
3239.28/3256.53	c cleaning 303012 clauses out of 606035 with flag 222740021/54468562
3259.18/3276.55	c cleaning 303984 clauses out of 608023 with flag 224242226/54773562
3285.88/3303.36	c cleaning 304998 clauses out of 610039 with flag 225778111/55079562
3309.62/3327.20	c cleaning 306011 clauses out of 612041 with flag 227115813/55386562
3333.69/3351.38	c cleaning 307014 clauses out of 614031 with flag 228499008/55694563
3356.96/3374.74	c cleaning 307994 clauses out of 616016 with flag 230004710/56003562
3382.34/3400.24	c cleaning 308998 clauses out of 618022 with flag 231548886/56313562
3405.38/3423.24	c cleaning 309991 clauses out of 620025 with flag 232900784/56624563
3427.10/3445.05	c cleaning 311002 clauses out of 622033 with flag 234436944/56936562
3452.62/3470.75	c cleaning 311988 clauses out of 624032 with flag 235890039/57249563
3478.59/3496.77	c cleaning 313007 clauses out of 626043 with flag 237405989/57563562
3501.68/3519.72	c cleaning 314009 clauses out of 628036 with flag 238957672/57878562
3526.37/3544.58	c cleaning 314990 clauses out of 630027 with flag 240530354/58194562
3551.44/3569.70	c cleaning 316003 clauses out of 632037 with flag 241944593/58511562
3575.75/3594.14	c cleaning 316973 clauses out of 634034 with flag 243455339/58829562
3599.89/3618.58	c cleaning 318030 clauses out of 636061 with flag 244818538/59148562
3600.08/3618.70	c starts		: 89028
3600.08/3618.71	c conflicts		: 59151088
3600.08/3618.71	c decisions		: 415752334
3600.08/3618.71	c propagations		: 32147167844
3600.08/3618.71	c inspects		: 50359651184
3600.08/3618.71	c shortcuts		: 0
3600.08/3618.71	c learnt literals	: 0
3600.08/3618.71	c learnt binary clauses	: 0
3600.08/3618.71	c learnt ternary clauses	: 0
3600.08/3618.71	c learnt constraints	: 59151088
3600.08/3618.71	c ignored constraints	: 0
3600.08/3618.71	c root simplifications	: 0
3600.08/3618.71	c removed literals (reason simplification)	: 192929758
3600.08/3618.71	c reason swapping (by a shorter reason)	: 0
3600.08/3618.71	c Calls to reduceDB	: 555
3600.08/3618.71	c Number of update (reduction) of LBD	: 35680576
3600.08/3618.71	c Imported unit clauses	: 0
3600.08/3618.71	c No decision after first conflict	: false
3600.08/3618.71	c number of reductions to clauses (during analyze)	: 0
3600.08/3618.71	c number of learned constraints concerned by reduction	: 0
3600.08/3618.71	c number of learning phase by resolution	: 0
3600.08/3618.71	c number of learning phase by cutting planes	: 0
3600.08/3618.71	c number of rounding to 1 operations	: 0
3600.08/3618.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3618.71	c number of reductions of the coefficients by power 2 	: 0
3600.08/3618.71	c number of right shift for reduction by power 2 	: 0
3600.08/3618.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3618.71	c number of ending skipping 	: 0
3600.08/3618.71	c number of internal skipping 	: 0
3600.08/3618.71	c number of derivation steps 	: 0
3600.08/3618.71	c number of skipped derivation steps 	: 0
3600.08/3618.71	c number of remaining unassigned 	: 0
3600.08/3618.71	c number of remaining assigned 	: 0
3600.08/3618.71	c number of falsified literals weakened from reason	: 0
3600.08/3618.71	c number of falsified literals weakened from conflict	: 0
3600.08/3618.71	c time for arithmetic operations	: 0
3600.08/3618.71	c minimum degree of deleted constraints	: null
3600.08/3618.71	c maximum degree of deleted constraints	: null
3600.08/3618.71	c number of deleted constraints	: 0
3600.08/3618.71	c speed (assignments/second)	: 8883949.874079987
3600.08/3618.71	c non guided choices	: 0
3600.08/3618.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 320557
3600.08/3618.76	s SATISFIABLE
3600.08/3618.76	c Found 9 solution(s)
3600.08/3618.76	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 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 x1434 -x1435 -x1436 -x1437 -x1438 -x1439 x1440 x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 x1460 x1461 -x1462 x1463 x1464 
3600.08/3618.76	c objective function=18
3600.08/3618.76	c Total wall clock time (in seconds): 3618.664

Verifier Data

OK	18

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

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 9-10,13-17,19-20,22-26,28,30-31,33-37,39,44,46-47,49-51,53,57,60,62-63
  3550 MHz: 0-3,21,48,56,58-59
  3600 MHz: 4-8,11-12,18,27,29,32,38,40-43,45,52,54-55,61
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (34283 MiB free)
  node 1: cores 8-15, 129019 MiB (45659 MiB free)
  node 2: cores 16-23, 129019 MiB (70581 MiB free)
  node 3: cores 24-31, 129003 MiB (63015 MiB free)
  node 4: cores 32-39, 129019 MiB (94527 MiB free)
  node 5: cores 40-47, 129019 MiB (103226 MiB free)
  node 6: cores 48-55, 128973 MiB (99669 MiB free)
  node 7: cores 56-63, 128474 MiB (122317 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100068 s]*
/proc/loadavg: 15.23 15.07 15.03 18/1189 1270201
/proc/meminfo: memFree=648454368/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=34900044 memory=53316 CPUtime=0.14 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 6166 0 0 0 13 1 0 0 20 0 19 0 298130968 35737645056 12915 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8725011 13329 6201 1 0 31464 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=34900044 memory=5895516205 CPUtime=0.07 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 3116 0 0 0 7 0 0 0 20 0 19 0 298130971 35737645056 12915 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=34900044 memory=245752937130 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 298130972 35737645056 12915 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=34900044 memory=15691 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 298130972 35737645056 12915 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=34900044 memory=20142 CPUtime=0 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 298130972 35737645056 12915 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=34900044 memory=20734 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 298130972 35737645056 12915 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=34900044 memory=31029 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 298130972 35737645056 12915 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 53316 KiB

[startup+0.213632 s]*
/proc/loadavg: 15.23 15.07 15.03 18/1191 1270203
/proc/meminfo: memFree=648421868/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35033172 memory=81764 CPUtime=0.54 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 10194 0 0 0 52 2 0 0 20 0 21 0 298130968 35873968128 20124 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8758293 20441 6263 1 0 37088 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35033172 memory=3184097923301336704 CPUtime=0.18 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 3300 0 0 0 18 0 0 0 20 0 21 0 298130971 35873968128 20124 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35033172 memory=237162987891 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298130972 35873968128 20124 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35033172 memory=57381602212752 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 298130972 35873968128 20124 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35033172 memory=55191185673340 CPUtime=0 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 298130972 35873968128 20124 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35033172 memory=58489754111490 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 298130972 35873968128 20124 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35033172 memory=13563782421050462 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298130972 35873968128 20124 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35033172 memory=13851863091081459 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298130983 35873968128 20124 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 81764 KiB

[startup+0.314233 s]*
/proc/loadavg: 15.23 15.07 15.03 20/1192 1270204
/proc/meminfo: memFree=648416332/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35099736 memory=86864 CPUtime=0.84 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 10977 0 0 0 82 2 0 0 20 0 22 0 298130968 35942129664 21313 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8774934 21716 6279 1 0 41763 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35099736 memory=3184097923301336704 CPUtime=0.27 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 3302 0 0 0 27 0 0 0 20 0 22 0 298130971 35942129664 21313 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35099736 memory=6878122768064577907 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 21313 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35099736 memory=57381602212752 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 21313 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35099736 memory=55191185673340 CPUtime=0 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 21313 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35099736 memory=58489754111490 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 21313 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35099736 memory=13563782421050462 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 21313 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35099736 memory=13851863091081459 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298130983 35942129664 21313 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 86864 KiB

[startup+0.700269 s]
/proc/loadavg: 15.23 15.07 15.03 19/1192 1270204
/proc/meminfo: memFree=648395732/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35099736 memory=117072 CPUtime=1.91 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 11934 0 0 0 189 2 0 0 20 0 22 0 298130968 35942129664 28946 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8774934 29268 6279 1 0 52397 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35099736 memory=4864 CPUtime=0.63 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 3329 0 0 0 63 0 0 0 20 0 22 0 298130971 35942129664 28946 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35099736 memory=4406 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 28946 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35099736 memory=5884 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 28946 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35099736 memory=4864 CPUtime=0 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 28946 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35099736 memory=3072 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 28946 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298130972 35942129664 28946 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298130983 35942129664 28946 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 117072 KiB

[startup+1.50017 s]
/proc/loadavg: 15.23 15.07 15.03 17/1191 1270204
/proc/meminfo: memFree=648336692/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35099736 memory=133596 CPUtime=2.9 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 14109 0 0 0 287 3 0 0 20 0 21 0 298130968 35942129664 33066 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8774934 33399 6279 1 0 52400 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35099736 memory=4864 CPUtime=1.41 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 3725 0 0 0 140 1 0 0 20 0 21 0 298130971 35942129664 33066 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35099736 memory=5884 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 33066 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 33066 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 33066 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 33066 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 33066 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35099736 memory=237062339120 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298130983 35942129664 33066 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 133596 KiB

[startup+3.11349 s]
/proc/loadavg: 15.21 15.07 15.03 16/1192 1270205
/proc/meminfo: memFree=648188568/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35099736 memory=150388 CPUtime=5.03 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 16947 0 0 0 498 5 0 0 20 0 21 0 298130968 35942129664 37166 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8774934 37597 6281 1 0 56592 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35099736 memory=0 CPUtime=2.99 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 3805 0 0 0 296 3 0 0 20 0 21 0 298130971 35942129664 37166 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 37166 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35099736 memory=4864 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 37166 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35099736 memory=4769 CPUtime=0 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 37166 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35099736 memory=211292520753 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 37166 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35099736 memory=129424 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298130972 35942129664 37166 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35099736 memory=4648 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298130983 35942129664 37166 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 150388 KiB

[startup+6.30016 s]
/proc/loadavg: 15.21 15.07 15.03 19/1193 1270206

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

/proc/meminfo: memFree=524033480/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35166300 memory=827772 CPUtime=3384.41 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 91652 0 0 0 337048 1393 0 0 20 0 23 0 298130968 36010291200 206754 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8791575 206943 6269 1 0 221281 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35166300 memory=0 CPUtime=3354.27 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 22238 0 0 0 334085 1342 0 0 20 0 23 0 298130971 36010291200 206754 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 206754 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 206754 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35166300 memory=827772 CPUtime=0.06 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 51 0 0 0 4 2 0 0 20 0 23 0 298130972 36010291200 206754 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35166300 memory=827772 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 206754 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35166300 memory=827772 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 527 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 206754 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35166300 memory=827772 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130983 36010291200 206754 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 3384.41 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 827772 KiB

[startup+3462.3 s]
/proc/loadavg: 14.42 14.69 14.83 15/1165 1270651
/proc/meminfo: memFree=527961140/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35166300 memory=827940 CPUtime=3444.28 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 93971 0 0 0 343015 1413 0 0 20 0 23 0 298130968 36010291200 206945 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8791575 206985 6269 1 0 221387 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35166300 memory=25333125866717268 CPUtime=3413.52 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 23119 0 0 0 339991 1361 0 0 20 0 23 0 298130971 36010291200 206945 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 206945 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35166300 memory=15416 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 206945 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35166300 memory=827940 CPUtime=0.06 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 51 0 0 0 4 2 0 0 20 0 23 0 298130972 36010291200 206945 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35166300 memory=827940 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 206945 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35166300 memory=-7811312662210307174 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 553 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 206945 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35166300 memory=7896 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130983 36010291200 206945 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 3444.28 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 827940 KiB

[startup+3522.3 s]
/proc/loadavg: 14.67 14.79 14.86 13/1112 1270732
/proc/meminfo: memFree=535163912/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35166300 memory=807252 CPUtime=3504.24 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 97372 0 0 0 348993 1431 0 0 20 0 23 0 298130968 36010291200 201576 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8791575 201813 6269 1 0 216134 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35166300 memory=189340 CPUtime=3472.85 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 26247 0 0 0 345907 1378 0 0 20 0 23 0 298130971 36010291200 201576 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35166300 memory=3900 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 201576 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35166300 memory=784272 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 201576 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35166300 memory=827940 CPUtime=0.06 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 51 0 0 0 4 2 0 0 20 0 23 0 298130972 36010291200 201576 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35166300 memory=15416 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 201576 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35166300 memory=778052 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 553 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 201576 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35166300 memory=807252 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130983 36010291200 201576 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 3504.24 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 807252 KiB

[startup+3582.3 s]
/proc/loadavg: 12.55 14.13 14.63 3/870 1271015
/proc/meminfo: memFree=624103064/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35166300 memory=824000 CPUtime=3564.01 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 97563 0 0 0 354950 1451 0 0 20 0 23 0 298130968 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8791575 206000 6269 1 0 220318 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35166300 memory=819632 CPUtime=3532.07 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 26262 0 0 0 351810 1397 0 0 20 0 23 0 298130971 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35166300 memory=4864 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35166300 memory=189340 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35166300 memory=824000 CPUtime=0.07 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 51 0 0 0 5 2 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35166300 memory=824000 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35166300 memory=1968 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 553 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35166300 memory=824000 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130983 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 3564.01 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 824000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.7 s]
/proc/loadavg: 8.43 12.94 14.21 3/862 1271071
/proc/meminfo: memFree=644287364/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35166300 memory=824004 CPUtime=3600.08 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 97779 0 0 0 358548 1460 0 0 20 0 23 0 298130968 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8791575 206001 6269 1 0 220318 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35166300 memory=4048230534755612875 CPUtime=3567.91 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 26412 0 0 0 355384 1407 0 0 20 0 23 0 298130971 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35166300 memory=827772 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35166300 memory=811208 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35166300 memory=42448 CPUtime=0.07 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 53 0 0 0 5 2 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35166300 memory=824004 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35166300 memory=4864 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 560 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35166300 memory=824004 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130983 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 824004 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.64 s, system=14.6138 s

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

[startup+3618.7 s]
/proc/loadavg: 8.43 12.94 14.21 3/862 1271071
/proc/meminfo: memFree=644287364/1055320712 swapFree=33435900/33554428
[pid=1270180] ppid=1270177 vsize=35166300 memory=824004 CPUtime=3600.08 cores=40-43
/proc/1270180/stat : 1270180 (java) S 1270177 1270180 1263609 0 -1 4194304 97779 0 0 0 358548 1460 0 0 20 0 23 0 298130968 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 0 0 16800975 0 0 0 17 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
/proc/1270180/statm: 8791575 206001 6269 1 0 220318 0
[pid=1270180/tid=1270182] ppid=1270177 vsize=35166300 memory=4048230534755612875 CPUtime=3567.91 cores=40-43
/proc/1270180/task/1270182/stat : 1270182 (java) R 1270177 1270180 1263609 0 -1 4194368 26412 0 0 0 355384 1407 0 0 20 0 23 0 298130971 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270193] ppid=1270177 vsize=35166300 memory=827772 CPUtime=0 cores=40-43
/proc/1270180/task/1270193/stat : 1270193 (Referen..andler) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270194] ppid=1270177 vsize=35166300 memory=811208 CPUtime=0 cores=40-43
/proc/1270180/task/1270194/stat : 1270194 (Finalizer) S 1270177 1270180 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270197] ppid=1270177 vsize=35166300 memory=42448 CPUtime=0.07 cores=40-43
/proc/1270180/task/1270197/stat : 1270197 (Monitor..Thread) S 1270177 1270180 1263609 0 -1 4194368 53 0 0 0 5 2 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270200] ppid=1270177 vsize=35166300 memory=824004 CPUtime=0 cores=40-43
/proc/1270180/task/1270200/stat : 1270200 (Notific..Thread) S 1270177 1270180 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270201] ppid=1270177 vsize=35166300 memory=4864 CPUtime=0 cores=40-43
/proc/1270180/task/1270201/stat : 1270201 (Common-Cleaner) S 1270177 1270180 1263609 0 -1 4194368 560 0 0 0 0 0 0 0 20 0 23 0 298130972 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
[pid=1270180/tid=1270203] ppid=1270177 vsize=35166300 memory=824004 CPUtime=0 cores=40-43
/proc/1270180/task/1270203/stat : 1270203 (Timer-0) S 1270177 1270180 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298130983 36010291200 205805 18446744073709551615 94123912757248 94123912760944 140723454161136 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94123912768808 94123912769552 94123926224896 140723454163108 140723454163294 140723454163294 140723454169032 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 824004 KiB

Child status: 143

Real time (s): 3618.77
CPU time (s): 3600.25
CPU user time (s): 3585.64
CPU system time (s): 14.6138
CPU usage (%): 99.4883
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 878152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.64
system time used= 14.6138
maximum resident set size= 877384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100676
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2975884
involuntary context switches= 7456


# summary of solver processes directly reported to runsolver:
#   pid: 1270180
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3585.64
#   total CPU system time (s): 14.6138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1903 second user time and 38.6249 second system time

The end

Launcher Data

Begin job on nodeE003 at 2026-07-10 03:53:51
IDJOB=4835635
IDBENCH=148165
IDSOLVER=3672
FILE ID=nodeE003/4835635-1783648430
RUNJOBID= nodeE003-1783641088-1263629
SLURM_JOB_ID= 12722701
Free space on /tmp= 802244 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/area_opers/normalized-fir02_area_opers.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835635-1783648430/watcher-4835635-1783648430 -o /tmp/evaluation-result-4835635-1783648430/solver-4835635-1783648430 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835635-1783648430/vars-4835635-1783648430 --bin-var /tmp/runsolver-exch-nodeE003-1783641088-1263629 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835635-1783648430 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835635-1783648430.opb

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

MD5SUM BENCH= 67543aae8b26ffec8a1c27d8ba43c31d
RANDOM SEED=2121758521

nodeE003 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		: 3555.566
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3556.892
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3559.373
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3555.635
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3573.508
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3580.679
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3575.150
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3579.846
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3596.432
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.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 57
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 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		: 3560.568
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3563.458
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.91
TLB size	: 192 4K pages
clflush size	: 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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3591.996
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.91
TLB size	: 192 4K pages
clflush size	: 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.91
TLB size	: 192 4K pages
clflush size	: 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		: 2493.659
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.91
TLB size	: 192 4K pages
clflush 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:       1055320712 kB
MemFree:        648479504 kB
MemAvailable:   1042416992 kB
Buffers:            1380 kB
Cached:         397757216 kB
SwapCached:          188 kB
Active:         10523188 kB
Inactive:       391154172 kB
Active(anon):    4389352 kB
Inactive(anon):   360888 kB
Active(file):    6133836 kB
Inactive(file): 390793284 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33435900 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5620 kB
Writeback:           308 kB
AnonPages:       3921708 kB
Mapped:           228160 kB
Shmem:            830720 kB
KReclaimable:    3199552 kB
Slab:            3822848 kB
SReclaimable:    3199552 kB
SUnreclaim:       623296 kB
KernelStack:       19616 kB
PageTables:        17176 kB
SecPageTables:     15320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   134977952 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482976 kB
VmallocChunk:          0 kB
Percpu:           124928 kB
HardwareCorrupted:    52 kB
AnonHugePages:   3059712 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:      516548 kB
DirectMap2M:    22874112 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 802260 MiB
End job on nodeE003 at 2026-07-10 04:54:09