Trace number 4783977

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)18 3600.28 3593.58

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.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.08	c Pseudo Boolean Optimization by upper bound
0.00/0.08	c --- Begin Solver configuration ---
0.00/0.08	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.08	c Expensive reason simplification
0.00/0.08	c Glucose 2.1 dynamic restart strategy
0.00/0.08	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.08	c timeout=2147483s
0.00/0.08	c DB Simplification allowed=false
0.00/0.08	c Listener: none
0.00/0.08	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4783977-1782161193.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.19/0.13	c ... done. Wall clock time 0.041s.
0.19/0.13	c declared #vars     1464
0.19/0.13	c #constraints  2689
0.19/0.13	c constraints type 
0.19/0.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1974
0.19/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 712
0.19/0.13	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.19/0.13	c 2689 constraints processed.
0.19/0.13	c objective function length is 759 literals
0.19/0.14	c SATISFIABLE
0.19/0.14	c OPTIMIZING...
0.19/0.14	c Got one! Elapsed wall clock time (in seconds):0.056
0.19/0.14	o 26
0.19/0.15	c Got one! Elapsed wall clock time (in seconds):0.061
0.19/0.15	o 25
0.88/0.35	c Got one! Elapsed wall clock time (in seconds):0.265
0.88/0.35	o 24
1.05/0.44	c cleaning 2735 clauses out of 5472 with flag 8635/5472
1.36/0.69	c cleaning 4364 clauses out of 8737 with flag 33557/11472
1.73/0.96	c cleaning 5661 clauses out of 11373 with flag 61446/18472
2.06/1.27	c cleaning 6846 clauses out of 13712 with flag 92458/26472
2.50/1.63	c cleaning 7920 clauses out of 15866 with flag 132557/35472
3.01/2.02	c cleaning 8938 clauses out of 17946 with flag 194592/45472
3.39/2.47	c cleaning 10003 clauses out of 20008 with flag 256913/56472
3.89/2.96	c cleaning 10997 clauses out of 22005 with flag 313063/68472
4.39/3.49	c cleaning 11982 clauses out of 24008 with flag 373185/81472
5.01/4.04	c cleaning 12977 clauses out of 26026 with flag 453499/95472
5.59/4.65	c cleaning 14019 clauses out of 28049 with flag 543193/110472
6.30/5.31	c cleaning 14965 clauses out of 30030 with flag 649240/126472
7.04/6.05	c cleaning 16033 clauses out of 32066 with flag 744633/143473
7.85/6.81	c cleaning 17004 clauses out of 34032 with flag 847890/161472
8.65/7.63	c cleaning 18000 clauses out of 36029 with flag 944945/180473
9.44/8.48	c cleaning 19003 clauses out of 38028 with flag 1065443/200472
10.34/9.39	c cleaning 20003 clauses out of 40025 with flag 1188759/221472
11.34/10.35	c cleaning 20983 clauses out of 42022 with flag 1325888/243472
12.34/11.34	c cleaning 21985 clauses out of 44039 with flag 1464785/266472
13.34/12.35	c cleaning 23007 clauses out of 46055 with flag 1628155/290473
14.44/13.44	c cleaning 24016 clauses out of 48047 with flag 1822796/315472
15.54/14.60	c cleaning 24995 clauses out of 50031 with flag 1966481/341472
16.74/15.70	c cleaning 26008 clauses out of 52036 with flag 2127732/368472
17.94/16.91	c cleaning 26989 clauses out of 54028 with flag 2289206/396472
19.15/18.18	c cleaning 28000 clauses out of 56039 with flag 2456596/425472
20.54/19.50	c cleaning 28996 clauses out of 58039 with flag 2630342/455472
21.94/20.91	c cleaning 30002 clauses out of 60043 with flag 2828785/486472
23.34/22.36	c cleaning 31001 clauses out of 62041 with flag 3023668/518472
24.74/23.77	c cleaning 32013 clauses out of 64040 with flag 3222387/551472
26.26/25.27	c cleaning 32978 clauses out of 66028 with flag 3440279/585473
27.86/26.81	c cleaning 34019 clauses out of 68049 with flag 3665671/620472
29.35/28.38	c cleaning 34996 clauses out of 70030 with flag 3868115/656472
31.06/30.10	c cleaning 35995 clauses out of 72034 with flag 4109816/693472
31.25/30.25	c Got one! Elapsed wall clock time (in seconds):30.164
31.25/30.25	o 23
31.36/30.34	c cleaning 20923 clauses out of 41851 with flag 7967/699284
31.56/30.57	c cleaning 13449 clauses out of 26928 with flag 33670/705284
31.85/30.83	c cleaning 10238 clauses out of 20479 with flag 63006/712284
32.19/31.14	c cleaning 9111 clauses out of 18241 with flag 94530/720284
32.47/31.48	c cleaning 9040 clauses out of 18130 with flag 127865/729284
32.87/31.86	c cleaning 9539 clauses out of 19090 with flag 165129/739284
33.27/32.28	c cleaning 10272 clauses out of 20551 with flag 211857/750284
33.77/32.73	c cleaning 11129 clauses out of 22279 with flag 257499/762284
34.27/33.25	c cleaning 12059 clauses out of 24150 with flag 311113/775284
34.87/33.81	c cleaning 13025 clauses out of 26091 with flag 366453/789284
35.46/34.41	c cleaning 14029 clauses out of 28066 with flag 424878/804284
36.07/35.04	c cleaning 15000 clauses out of 30037 with flag 503347/820284
36.77/35.72	c cleaning 15986 clauses out of 32037 with flag 601876/837284
37.52/36.42	c cleaning 17010 clauses out of 34051 with flag 706737/855284
37.82/36.79	c Got one! Elapsed wall clock time (in seconds):36.71
37.82/36.79	o 22
38.03/37.00	c cleaning 15867 clauses out of 31742 with flag 18912/869985
38.33/37.23	c cleaning 10918 clauses out of 21874 with flag 42975/875984
38.53/37.48	c cleaning 8959 clauses out of 17956 with flag 69696/882984
38.83/37.79	c cleaning 8489 clauses out of 16997 with flag 101625/890984
39.14/38.10	c cleaning 8745 clauses out of 17508 with flag 138585/899984
39.52/38.45	c cleaning 9375 clauses out of 18763 with flag 175396/909984
39.92/38.87	c cleaning 10194 clauses out of 20388 with flag 224537/920984
40.42/39.35	c cleaning 11092 clauses out of 22194 with flag 268348/932984
40.92/39.88	c cleaning 12034 clauses out of 24102 with flag 317642/945984
41.52/40.46	c cleaning 13031 clauses out of 26069 with flag 373444/959985
42.14/41.07	c cleaning 13997 clauses out of 28037 with flag 436406/974984
42.82/41.70	c cleaning 15000 clauses out of 30040 with flag 520824/990984
43.42/42.36	c cleaning 15977 clauses out of 32040 with flag 605333/1007984
44.13/43.11	c cleaning 17002 clauses out of 34066 with flag 707469/1025987
44.91/43.86	c cleaning 18005 clauses out of 36061 with flag 825043/1044984
45.71/44.69	c cleaning 19027 clauses out of 38059 with flag 952923/1064987
46.62/45.56	c cleaning 20005 clauses out of 40029 with flag 1078786/1085984
47.51/46.49	c cleaning 20992 clauses out of 42024 with flag 1223089/1107984
48.51/47.44	c cleaning 22003 clauses out of 44033 with flag 1364120/1130985
48.61/47.55	c Got one! Elapsed wall clock time (in seconds):47.464
48.61/47.55	o 21
48.71/47.68	c cleaning 13984 clauses out of 27976 with flag 9413/1136931
49.01/47.92	c cleaning 9996 clauses out of 19992 with flag 26404/1142931
49.22/48.19	c cleaning 8498 clauses out of 16995 with flag 48710/1149930
49.51/48.48	c cleaning 8215 clauses out of 16497 with flag 74035/1157930
49.91/48.80	c cleaning 8631 clauses out of 17285 with flag 102902/1166933
50.22/49.16	c cleaning 9323 clauses out of 18651 with flag 143044/1176930
50.61/49.56	c cleaning 10159 clauses out of 20329 with flag 178653/1187931
51.13/50.02	c cleaning 11059 clauses out of 22169 with flag 226204/1199930
51.61/50.52	c cleaning 12048 clauses out of 24110 with flag 280008/1212930
52.12/51.04	c cleaning 13027 clauses out of 26062 with flag 337612/1226930
52.71/51.61	c cleaning 14001 clauses out of 28035 with flag 395018/1241930
53.31/52.22	c cleaning 14992 clauses out of 30034 with flag 457633/1257930
54.01/52.91	c cleaning 16003 clauses out of 32042 with flag 518098/1274930
54.71/53.64	c cleaning 16998 clauses out of 34039 with flag 608768/1292930
55.51/54.42	c cleaning 17986 clauses out of 36041 with flag 705380/1311930
56.31/55.22	c cleaning 19010 clauses out of 38055 with flag 798617/1331930
57.12/56.06	c cleaning 19999 clauses out of 40045 with flag 894613/1352930
58.01/56.95	c cleaning 21021 clauses out of 42047 with flag 994054/1374931
59.01/57.90	c cleaning 21992 clauses out of 44027 with flag 1107940/1397932
59.91/58.89	c cleaning 23009 clauses out of 46033 with flag 1234070/1421930
61.01/59.92	c cleaning 23973 clauses out of 48024 with flag 1381482/1446930
62.12/61.09	c cleaning 25002 clauses out of 50052 with flag 1551717/1472931
63.30/62.22	c cleaning 26002 clauses out of 52049 with flag 1710868/1499930
64.42/63.39	c cleaning 27002 clauses out of 54047 with flag 1885444/1527930
65.62/64.56	c cleaning 28013 clauses out of 56047 with flag 2084130/1556932
66.92/65.81	c cleaning 29010 clauses out of 58032 with flag 2269338/1586930
68.13/67.10	c cleaning 29976 clauses out of 60024 with flag 2450124/1617932
69.52/68.43	c cleaning 31013 clauses out of 62046 with flag 2674832/1649930
70.91/69.83	c cleaning 31987 clauses out of 64033 with flag 2892070/1682930
72.42/71.33	c cleaning 33007 clauses out of 66046 with flag 3074285/1716930
73.92/72.88	c cleaning 34014 clauses out of 68039 with flag 3272121/1751930
75.61/74.55	c cleaning 34982 clauses out of 70026 with flag 3482421/1787931
77.42/76.37	c cleaning 35990 clauses out of 72043 with flag 3726219/1824930
79.23/78.17	c cleaning 37007 clauses out of 74054 with flag 3951612/1862931
81.02/79.93	c cleaning 37994 clauses out of 76046 with flag 4196495/1901930
82.93/81.81	c cleaning 39025 clauses out of 78052 with flag 4427715/1941930
84.82/83.71	c cleaning 40014 clauses out of 80027 with flag 4656370/1982930
86.82/85.72	c cleaning 40996 clauses out of 82013 with flag 4902254/2024930
88.75/87.68	c cleaning 41986 clauses out of 84017 with flag 5152203/2067930
90.74/89.60	c cleaning 43011 clauses out of 86033 with flag 5408833/2111932
92.64/91.58	c cleaning 44010 clauses out of 88020 with flag 5634722/2156930
94.74/93.62	c cleaning 44968 clauses out of 90010 with flag 5885881/2202930
96.86/95.77	c cleaning 45987 clauses out of 92042 with flag 6153450/2249930
99.06/97.91	c cleaning 47007 clauses out of 94055 with flag 6385236/2297930
101.17/100.05	c cleaning 47979 clauses out of 96048 with flag 6661029/2346930
103.45/102.39	c cleaning 49024 clauses out of 98071 with flag 6958964/2396932
105.76/104.64	c cleaning 49993 clauses out of 100045 with flag 7264998/2447930
108.18/107.03	c cleaning 50978 clauses out of 102052 with flag 7580201/2499930
110.57/109.46	c cleaning 52038 clauses out of 104075 with flag 7910667/2552931
112.98/111.88	c cleaning 53013 clauses out of 106036 with flag 8240627/2606930
115.62/114.43	c cleaning 53992 clauses out of 108023 with flag 8540917/2661930
118.12/116.98	c cleaning 54967 clauses out of 110032 with flag 8903509/2717931
120.81/119.62	c cleaning 56024 clauses out of 112064 with flag 9276035/2774930
123.61/122.42	c cleaning 57008 clauses out of 114040 with flag 9658691/2832930
126.43/125.28	c cleaning 57987 clauses out of 116033 with flag 10066987/2891931
129.25/128.02	c cleaning 59012 clauses out of 118045 with flag 10443725/2951930
132.03/130.88	c cleaning 60005 clauses out of 120033 with flag 10817840/3012930
135.03/133.83	c cleaning 60990 clauses out of 122028 with flag 11211933/3074930
138.04/136.88	c cleaning 62008 clauses out of 124040 with flag 11589895/3137932
141.05/139.87	c cleaning 63013 clauses out of 126030 with flag 11956956/3201930
144.05/142.90	c cleaning 64000 clauses out of 128018 with flag 12323311/3266931
147.18/146.01	c cleaning 64987 clauses out of 130017 with flag 12661424/3332930
148.29/147.06	c Got one! Elapsed wall clock time (in seconds):146.979
148.29/147.06	o 20
148.69/147.43	c cleaning 47574 clauses out of 95167 with flag 16033/3363067
148.89/147.67	c cleaning 26798 clauses out of 53595 with flag 34542/3369069
149.20/147.96	c cleaning 16899 clauses out of 33798 with flag 54393/3376070
149.50/148.27	c cleaning 12438 clauses out of 24896 with flag 83925/3384067
149.79/148.59	c cleaning 10724 clauses out of 21459 with flag 122191/3393068
150.19/148.96	c cleaning 10362 clauses out of 20736 with flag 178068/3403069
150.59/149.37	c cleaning 10667 clauses out of 21372 with flag 234034/3414067
151.09/149.81	c cleaning 11345 clauses out of 22707 with flag 301332/3426069
151.60/150.31	c cleaning 12176 clauses out of 24361 with flag 378113/3439068
152.09/150.85	c cleaning 13086 clauses out of 26184 with flag 462297/3453067
152.69/151.44	c cleaning 14035 clauses out of 28098 with flag 553780/3468067
153.30/152.05	c cleaning 15029 clauses out of 30063 with flag 643457/3484067
154.00/152.72	c cleaning 15990 clauses out of 32035 with flag 737024/3501068
154.69/153.47	c cleaning 17022 clauses out of 34045 with flag 842578/3519068
155.49/154.26	c cleaning 17997 clauses out of 36022 with flag 947067/3538067
156.30/155.03	c cleaning 18990 clauses out of 38025 with flag 1056140/3558067
157.09/155.84	c cleaning 20016 clauses out of 40035 with flag 1176483/3579067
157.89/156.66	c cleaning 20988 clauses out of 42019 with flag 1299168/3601067
158.89/157.60	c cleaning 22009 clauses out of 44031 with flag 1432477/3624067
159.78/158.57	c cleaning 23008 clauses out of 46022 with flag 1571223/3648067
160.78/159.52	c cleaning 24002 clauses out of 48015 with flag 1703044/3673068
161.78/160.55	c cleaning 24984 clauses out of 50012 with flag 1834590/3699067
162.87/161.66	c cleaning 26001 clauses out of 52029 with flag 1983961/3726068
163.17/161.95	c Got one! Elapsed wall clock time (in seconds):161.868
163.17/161.95	o 19
163.39/162.15	c cleaning 19543 clauses out of 39094 with flag 15521/3739134
163.58/162.35	c cleaning 12775 clauses out of 25550 with flag 33254/3745133
163.88/162.60	c cleaning 9886 clauses out of 19775 with flag 55988/3752133
164.08/162.88	c cleaning 8943 clauses out of 17889 with flag 77188/3760133
164.39/163.19	c cleaning 8969 clauses out of 17947 with flag 101701/3769134
164.78/163.54	c cleaning 9486 clauses out of 18978 with flag 127958/3779134
165.18/163.95	c cleaning 10246 clauses out of 20491 with flag 158806/3790133
165.67/164.44	c cleaning 11119 clauses out of 22245 with flag 200831/3802133
166.17/164.92	c cleaning 12061 clauses out of 24126 with flag 238649/3815133
166.67/165.40	c cleaning 13027 clauses out of 26065 with flag 290490/3829133
167.07/165.89	c cleaning 14016 clauses out of 28039 with flag 337360/3844134
167.67/166.45	c cleaning 15005 clauses out of 30022 with flag 395422/3860133
168.28/167.04	c cleaning 16005 clauses out of 32018 with flag 459942/3877134
168.97/167.71	c cleaning 16994 clauses out of 34012 with flag 530970/3895133
169.67/168.42	c cleaning 18006 clauses out of 36018 with flag 619710/3914133
170.38/169.19	c cleaning 18991 clauses out of 38012 with flag 698178/3934133
171.17/169.99	c cleaning 20006 clauses out of 40021 with flag 787709/3955133
172.07/170.84	c cleaning 21000 clauses out of 42015 with flag 891425/3977133
172.97/171.75	c cleaning 21997 clauses out of 44016 with flag 1020953/4000134
173.88/172.65	c cleaning 22996 clauses out of 46018 with flag 1122169/4024133
174.77/173.56	c cleaning 23997 clauses out of 48023 with flag 1246004/4049134
175.77/174.59	c cleaning 24994 clauses out of 50025 with flag 1382038/4075133
176.87/175.63	c cleaning 25991 clauses out of 52031 with flag 1535978/4102133
177.96/176.77	c cleaning 27011 clauses out of 54040 with flag 1683171/4130133
179.17/177.94	c cleaning 27990 clauses out of 56029 with flag 1848062/4159133
180.38/179.13	c cleaning 29009 clauses out of 58040 with flag 1993231/4189134
181.56/180.35	c cleaning 30006 clauses out of 60030 with flag 2162648/4220133
182.86/181.68	c cleaning 30979 clauses out of 62024 with flag 2348582/4252133
184.37/183.13	c cleaning 32023 clauses out of 64045 with flag 2537059/4285133
185.76/184.53	c cleaning 33000 clauses out of 66022 with flag 2676100/4319133
187.15/185.98	c cleaning 33990 clauses out of 68022 with flag 2856971/4354133
188.65/187.48	c cleaning 35005 clauses out of 70033 with flag 3033633/4390134
190.26/189.05	c cleaning 35987 clauses out of 72027 with flag 3225705/4427133
191.75/190.59	c cleaning 37009 clauses out of 74040 with flag 3425118/4465133
193.44/192.25	c cleaning 37997 clauses out of 76032 with flag 3628783/4504134
195.15/193.92	c cleaning 38996 clauses out of 78034 with flag 3843004/4544133
196.94/195.70	c cleaning 39974 clauses out of 80039 with flag 4071029/4585134
198.65/197.47	c cleaning 41005 clauses out of 82064 with flag 4293838/4627133
200.45/199.22	c cleaning 42009 clauses out of 84059 with flag 4540972/4670133
202.35/201.14	c cleaning 43015 clauses out of 86050 with flag 4793396/4714133
204.25/203.04	c cleaning 43997 clauses out of 88035 with flag 5051801/4759133
206.25/205.09	c cleaning 44977 clauses out of 90038 with flag 5317205/4805133
208.25/207.07	c cleaning 46003 clauses out of 92062 with flag 5577740/4852134
210.35/209.14	c cleaning 47001 clauses out of 94058 with flag 5860921/4900133
212.73/211.51	c cleaning 48001 clauses out of 96057 with flag 6157101/4949133
215.03/213.82	c cleaning 48999 clauses out of 98056 with flag 6447322/4999133
217.25/216.01	c cleaning 50010 clauses out of 100057 with flag 6747639/5050133
219.44/218.28	c cleaning 51020 clauses out of 102047 with flag 7026314/5102133
221.74/220.59	c cleaning 51988 clauses out of 104027 with flag 7327528/5155133
224.28/223.09	c cleaning 53019 clauses out of 106039 with flag 7632345/5209133
226.66/225.47	c cleaning 54000 clauses out of 108021 with flag 7951967/5264134
229.29/228.03	c cleaning 54986 clauses out of 110020 with flag 8273248/5320133
231.67/230.49	c cleaning 56008 clauses out of 112034 with flag 8598575/5377133
234.46/233.20	c cleaning 57003 clauses out of 114027 with flag 8917624/5435134
237.09/235.89	c cleaning 58005 clauses out of 116024 with flag 9224207/5494134
239.79/238.56	c cleaning 58979 clauses out of 118018 with flag 9554105/5554133
242.68/241.42	c cleaning 60001 clauses out of 120039 with flag 9870597/5615133
245.49/244.29	c cleaning 60997 clauses out of 122038 with flag 10191773/5677133
248.30/247.09	c cleaning 61982 clauses out of 124041 with flag 10507796/5740133
251.09/249.88	c cleaning 63007 clauses out of 126059 with flag 10853037/5804133
253.98/252.71	c cleaning 64018 clauses out of 128052 with flag 11184538/5869133
256.89/255.65	c cleaning 65010 clauses out of 130034 with flag 11544190/5935133
259.88/258.68	c cleaning 66009 clauses out of 132025 with flag 11887792/6002134
262.88/261.62	c cleaning 67004 clauses out of 134015 with flag 12157623/6070133
265.98/264.71	c cleaning 67994 clauses out of 136011 with flag 12410328/6139133
269.18/267.93	c cleaning 69001 clauses out of 138017 with flag 12663748/6209133
272.40/271.12	c cleaning 69977 clauses out of 140016 with flag 13018010/6280133
275.49/274.23	c cleaning 71014 clauses out of 142039 with flag 13352687/6352133
278.99/277.79	c cleaning 72004 clauses out of 144025 with flag 13691591/6425133
282.20/280.92	c cleaning 72997 clauses out of 146021 with flag 14032901/6499133
285.59/284.37	c cleaning 73990 clauses out of 148024 with flag 14445813/6574133
289.02/287.74	c cleaning 75003 clauses out of 150034 with flag 14815525/6650133
292.21/290.93	c cleaning 76008 clauses out of 152031 with flag 15224122/6727133
295.51/294.26	c cleaning 76983 clauses out of 154024 with flag 15642176/6805134
299.00/297.76	c cleaning 77994 clauses out of 156040 with flag 16091651/6884133
302.42/301.19	c cleaning 78984 clauses out of 158047 with flag 16476017/6964134
306.09/304.83	c cleaning 80025 clauses out of 160062 with flag 16930622/7045133
309.90/308.65	c cleaning 81005 clauses out of 162037 with flag 17418760/7127133
313.40/312.13	c cleaning 82011 clauses out of 164034 with flag 17900392/7210135
317.18/315.96	c cleaning 82998 clauses out of 166021 with flag 18288026/7294133
321.47/320.23	c cleaning 84004 clauses out of 168023 with flag 18656604/7379133
325.16/323.96	c cleaning 84994 clauses out of 170019 with flag 19057269/7465133
328.98/327.77	c cleaning 85984 clauses out of 172026 with flag 19499547/7552134
332.87/331.64	c cleaning 86998 clauses out of 174041 with flag 19982474/7640133
336.87/335.64	c cleaning 88005 clauses out of 176043 with flag 20432938/7729133
340.88/339.64	c cleaning 89013 clauses out of 178039 with flag 20906601/7819134
345.30/344.05	c cleaning 90006 clauses out of 180026 with flag 21408874/7910134
349.10/347.84	c cleaning 91002 clauses out of 182019 with flag 21833817/8002133
353.55/352.22	c cleaning 91995 clauses out of 184018 with flag 22307133/8095134
354.35/353.09	c Got one! Elapsed wall clock time (in seconds):353.009
354.35/353.09	o 18
354.84/353.58	c cleaning 60221 clauses out of 120454 with flag 14520/8123565
355.14/353.87	c cleaning 33108 clauses out of 66230 with flag 32921/8129562
355.45/354.13	c cleaning 20056 clauses out of 40122 with flag 52626/8136562
355.74/354.44	c cleaning 14006 clauses out of 28066 with flag 80220/8144562
356.04/354.75	c cleaning 11521 clauses out of 23060 with flag 106438/8153562
356.35/355.10	c cleaning 10761 clauses out of 21540 with flag 137157/8163563
356.74/355.45	c cleaning 10878 clauses out of 21778 with flag 170743/8174562
357.13/355.81	c cleaning 11441 clauses out of 22900 with flag 205526/8186562
357.53/356.23	c cleaning 12227 clauses out of 24459 with flag 243865/8199562
358.04/356.70	c cleaning 13108 clauses out of 26232 with flag 285942/8213562
358.53/357.24	c cleaning 14053 clauses out of 28124 with flag 339803/8228562
359.13/357.84	c cleaning 15009 clauses out of 30071 with flag 396144/8244562
359.83/358.52	c cleaning 15996 clauses out of 32062 with flag 466338/8261562
360.52/359.22	c cleaning 17023 clauses out of 34066 with flag 533315/8279562
361.22/359.95	c cleaning 18017 clauses out of 36043 with flag 607076/8298562
362.02/360.72	c cleaning 19000 clauses out of 38026 with flag 680613/8318562
362.82/361.51	c cleaning 20009 clauses out of 40027 with flag 749453/8339563
363.62/362.34	c cleaning 20996 clauses out of 42017 with flag 820470/8361562
364.51/363.22	c cleaning 22004 clauses out of 44021 with flag 910395/8384562
365.43/364.18	c cleaning 23007 clauses out of 46017 with flag 991549/8408562
366.42/365.19	c cleaning 23997 clauses out of 48010 with flag 1097453/8433562
367.51/366.24	c cleaning 24998 clauses out of 50013 with flag 1205731/8459562
368.60/367.36	c cleaning 25985 clauses out of 52015 with flag 1309682/8486562
369.70/368.47	c cleaning 26983 clauses out of 54030 with flag 1426606/8514562
370.90/369.66	c cleaning 28024 clauses out of 56047 with flag 1568149/8543562
372.19/370.90	c cleaning 29009 clauses out of 58024 with flag 1710870/8573563
373.40/372.19	c cleaning 29981 clauses out of 60014 with flag 1825696/8604562
374.89/373.63	c cleaning 30988 clauses out of 62033 with flag 2023923/8636562
376.40/375.16	c cleaning 32015 clauses out of 64047 with flag 2213004/8669564
377.78/376.56	c cleaning 33007 clauses out of 66030 with flag 2374373/8703562
379.18/377.93	c cleaning 34004 clauses out of 68023 with flag 2512714/8738562
380.67/379.43	c cleaning 34961 clauses out of 70019 with flag 2732305/8774562
382.17/380.94	c cleaning 36026 clauses out of 72058 with flag 2934588/8811562
383.67/382.48	c cleaning 36992 clauses out of 74032 with flag 3128281/8849562
385.18/384.01	c cleaning 38000 clauses out of 76041 with flag 3331348/8888563
386.87/385.60	c cleaning 39014 clauses out of 78041 with flag 3537819/8928563
388.46/387.25	c cleaning 40001 clauses out of 80026 with flag 3749246/8969562
390.16/388.93	c cleaning 40999 clauses out of 82025 with flag 3960211/9011562
391.85/390.68	c cleaning 42010 clauses out of 84026 with flag 4183993/9054562
393.65/392.44	c cleaning 42965 clauses out of 86016 with flag 4410775/9098562
395.44/394.29	c cleaning 43985 clauses out of 88051 with flag 4640362/9143562
397.54/396.31	c cleaning 45023 clauses out of 90067 with flag 4908450/9189563
399.55/398.30	c cleaning 45990 clauses out of 92045 with flag 5156896/9236564
401.44/400.25	c cleaning 47010 clauses out of 94053 with flag 5426731/9284562
403.53/402.30	c cleaning 48009 clauses out of 96044 with flag 5664663/9333563
405.63/404.46	c cleaning 48991 clauses out of 98034 with flag 5911532/9383562
407.93/406.74	c cleaning 50004 clauses out of 100043 with flag 6157513/9434562
410.03/408.85	c cleaning 51002 clauses out of 102039 with flag 6392473/9486562
412.12/410.96	c cleaning 52014 clauses out of 104041 with flag 6639504/9539566
414.52/413.34	c cleaning 52989 clauses out of 106023 with flag 6884636/9593562
416.82/415.68	c cleaning 54006 clauses out of 108034 with flag 7145924/9648562
419.23/418.10	c cleaning 55013 clauses out of 110028 with flag 7390287/9704562
421.62/420.49	c cleaning 55981 clauses out of 112016 with flag 7685292/9761563
424.10/422.90	c cleaning 56987 clauses out of 114034 with flag 7975909/9819562
426.60/425.48	c cleaning 58000 clauses out of 116047 with flag 8301224/9878562
429.09/427.93	c cleaning 59009 clauses out of 118047 with flag 8625486/9938562
431.68/430.55	c cleaning 60018 clauses out of 120038 with flag 8935050/9999562
434.30/433.14	c cleaning 61000 clauses out of 122022 with flag 9245220/10061564
436.98/435.87	c cleaning 61985 clauses out of 124020 with flag 9570182/10124562
439.67/438.55	c cleaning 62996 clauses out of 126035 with flag 9842882/10188562
442.47/441.31	c cleaning 64001 clauses out of 128040 with flag 10174054/10253563
445.28/444.14	c cleaning 65016 clauses out of 130041 with flag 10529541/10319565
448.06/446.96	c cleaning 66009 clauses out of 132022 with flag 10882591/10386562
450.85/449.77	c cleaning 67004 clauses out of 134014 with flag 11192432/10454563
453.75/452.64	c cleaning 68005 clauses out of 136009 with flag 11475300/10523562
456.74/455.65	c cleaning 68977 clauses out of 138004 with flag 11828068/10593562
459.85/458.78	c cleaning 70006 clauses out of 140027 with flag 12181553/10664562
462.94/461.88	c cleaning 71006 clauses out of 142022 with flag 12568928/10736563
466.16/465.01	c cleaning 71995 clauses out of 144015 with flag 12935851/10809562
469.26/468.13	c cleaning 72995 clauses out of 146020 with flag 13295147/10883562
472.45/471.35	c cleaning 74001 clauses out of 148025 with flag 13641536/10958562
475.74/474.60	c cleaning 75001 clauses out of 150024 with flag 14007258/11034562
479.15/478.03	c cleaning 75999 clauses out of 152024 with flag 14330459/11111563
482.44/481.34	c cleaning 76993 clauses out of 154024 with flag 14714358/11189562
485.84/484.78	c cleaning 77996 clauses out of 156031 with flag 15120764/11268562
489.34/488.23	c cleaning 79009 clauses out of 158035 with flag 15542763/11348562
492.84/491.75	c cleaning 80003 clauses out of 160028 with flag 15987212/11429564
496.35/495.24	c cleaning 81005 clauses out of 162024 with flag 16372584/11511563
500.04/498.98	c cleaning 81992 clauses out of 164018 with flag 16760816/11594562
503.88/502.74	c cleaning 83001 clauses out of 166026 with flag 17150193/11678562
507.58/506.43	c cleaning 84006 clauses out of 168026 with flag 17585813/11763563
511.49/510.31	c cleaning 85010 clauses out of 170020 with flag 18001886/11849563
515.58/514.42	c cleaning 85987 clauses out of 172009 with flag 18428516/11936562
519.48/518.30	c cleaning 87004 clauses out of 174023 with flag 18802181/12024563
523.39/522.22	c cleaning 88007 clauses out of 176019 with flag 19199628/12113563
527.49/526.35	c cleaning 88978 clauses out of 178012 with flag 19673647/12203563
531.68/530.55	c cleaning 90003 clauses out of 180033 with flag 20138071/12294562
536.00/534.88	c cleaning 90990 clauses out of 182030 with flag 20629767/12386562
540.39/539.29	c cleaning 92014 clauses out of 184043 with flag 21102924/12479565
545.00/543.86	c cleaning 92997 clauses out of 186026 with flag 21587071/12573562
549.39/548.26	c cleaning 94001 clauses out of 188029 with flag 22076456/12668562
554.14/552.94	c cleaning 95003 clauses out of 190028 with flag 22539845/12764562
558.44/557.26	c cleaning 95997 clauses out of 192025 with flag 23032058/12861562
563.14/561.96	c cleaning 96996 clauses out of 194029 with flag 23526458/12959563
567.94/566.73	c cleaning 97999 clauses out of 196032 with flag 23967836/13058562
572.52/571.35	c cleaning 99004 clauses out of 198033 with flag 24528322/13158562
577.34/576.17	c cleaning 100002 clauses out of 200029 with flag 25083771/13259562
582.03/580.80	c cleaning 101001 clauses out of 202027 with flag 25598305/13361562
587.03/585.84	c cleaning 101997 clauses out of 204026 with flag 26125137/13464562
591.82/590.69	c cleaning 102990 clauses out of 206029 with flag 26680624/13568562
596.93/595.77	c cleaning 104010 clauses out of 208039 with flag 27269912/13673562
602.24/601.07	c cleaning 104978 clauses out of 210029 with flag 27856992/13779562
607.63/606.48	c cleaning 105988 clauses out of 212052 with flag 28405426/13886563
612.78/611.51	c cleaning 107016 clauses out of 214063 with flag 28861452/13994562
618.00/616.77	c cleaning 108016 clauses out of 216047 with flag 29327274/14103562
623.09/621.83	c cleaning 108997 clauses out of 218031 with flag 29834798/14213562
628.30/627.07	c cleaning 109990 clauses out of 220034 with flag 30344144/14324562
633.69/632.49	c cleaning 111006 clauses out of 222046 with flag 30961186/14436564
639.10/637.80	c cleaning 112005 clauses out of 224038 with flag 31463479/14549562
644.19/642.97	c cleaning 113001 clauses out of 226033 with flag 32002239/14663562
649.78/648.54	c cleaning 114000 clauses out of 228034 with flag 32549303/14778564
655.49/654.22	c cleaning 114990 clauses out of 230032 with flag 33042445/14894562
661.94/660.60	c cleaning 115999 clauses out of 232042 with flag 33548575/15011562
667.66/666.39	c cleaning 117008 clauses out of 234044 with flag 34125236/15129563
673.66/672.30	c cleaning 118005 clauses out of 236036 with flag 34684548/15248563
679.26/677.93	c cleaning 118991 clauses out of 238030 with flag 35302149/15368562
685.96/684.60	c cleaning 119999 clauses out of 240039 with flag 35936270/15489562
691.76/690.44	c cleaning 120996 clauses out of 242040 with flag 36560803/15611562
698.17/696.82	c cleaning 122017 clauses out of 244044 with flag 37118282/15734562
704.40/703.07	c cleaning 122988 clauses out of 246027 with flag 37697731/15858562
710.65/709.21	c cleaning 123988 clauses out of 248040 with flag 38337332/15983563
716.57/715.19	c cleaning 124997 clauses out of 250051 with flag 39030049/16109562
722.77/721.33	c cleaning 126018 clauses out of 252055 with flag 39649522/16236563
729.35/727.96	c cleaning 127004 clauses out of 254036 with flag 40215434/16364562
735.94/734.51	c cleaning 127991 clauses out of 256032 with flag 40859004/16493562
742.82/741.48	c cleaning 129018 clauses out of 258041 with flag 41455826/16623562
749.21/747.84	c cleaning 129985 clauses out of 260023 with flag 42135994/16754562
755.72/754.33	c cleaning 131000 clauses out of 262038 with flag 42686848/16886562
762.12/760.74	c cleaning 131992 clauses out of 264038 with flag 43320806/17019562
768.92/767.58	c cleaning 133001 clauses out of 266047 with flag 43998405/17153563
776.12/774.71	c cleaning 134013 clauses out of 268046 with flag 44653633/17288563
783.51/782.09	c cleaning 135013 clauses out of 270032 with flag 45352095/17424562
790.53/789.05	c cleaning 135984 clauses out of 272019 with flag 46093505/17561562
797.44/795.92	c cleaning 136984 clauses out of 274037 with flag 46782420/17699564
804.44/802.98	c cleaning 138002 clauses out of 276051 with flag 47463456/17838562
812.05/810.53	c cleaning 139006 clauses out of 278050 with flag 48064298/17978563
818.81/817.27	c cleaning 140005 clauses out of 280047 with flag 48711962/18119566
826.31/824.70	c cleaning 141005 clauses out of 282038 with flag 49388686/18261562
833.64/832.08	c cleaning 141989 clauses out of 284033 with flag 50059375/18404562
841.35/839.78	c cleaning 142999 clauses out of 286044 with flag 50750152/18548562
848.67/847.02	c cleaning 144007 clauses out of 288046 with flag 51474785/18693563
856.56/854.90	c cleaning 145007 clauses out of 290038 with flag 52141039/18839562
863.86/862.23	c cleaning 145982 clauses out of 292031 with flag 52890368/18986562
871.63/869.99	c cleaning 147003 clauses out of 294049 with flag 53608872/19134562
879.34/877.65	c cleaning 148023 clauses out of 296047 with flag 54334290/19283563
887.84/886.17	c cleaning 149012 clauses out of 298025 with flag 55076590/19433564
896.31/894.60	c cleaning 149974 clauses out of 300011 with flag 55793496/19584562
904.20/902.58	c cleaning 151010 clauses out of 302038 with flag 56497230/19736563
912.19/910.55	c cleaning 151995 clauses out of 304029 with flag 57241170/19889564
921.10/919.45	c cleaning 153008 clauses out of 306033 with flag 58016965/20043563
929.36/927.69	c cleaning 153993 clauses out of 308024 with flag 58747813/20198562
937.45/935.78	c cleaning 155004 clauses out of 310031 with flag 59474939/20354562
945.23/943.55	c cleaning 156004 clauses out of 312027 with flag 60240864/20511562
953.85/952.18	c cleaning 156987 clauses out of 314023 with flag 60975770/20669562
962.34/960.67	c cleaning 157994 clauses out of 316040 with flag 61743410/20828566
971.22/969.50	c cleaning 158989 clauses out of 318042 with flag 62562731/20988562
980.13/978.40	c cleaning 160007 clauses out of 320053 with flag 63422122/21149562
989.33/987.61	c cleaning 161014 clauses out of 322046 with flag 64283445/21311562
998.31/996.51	c cleaning 162010 clauses out of 324032 with flag 65056657/21474562
1006.82/1005.10	c cleaning 163009 clauses out of 326024 with flag 65822812/21638564
1015.20/1013.42	c cleaning 163995 clauses out of 328013 with flag 66678106/21803562
1023.91/1022.19	c cleaning 164997 clauses out of 330019 with flag 67481500/21969563
1032.59/1030.82	c cleaning 165990 clauses out of 332022 with flag 68316740/22136563
1041.69/1039.92	c cleaning 166993 clauses out of 334031 with flag 69157023/22304562
1051.30/1049.52	c cleaning 168009 clauses out of 336038 with flag 69891103/22473562
1061.41/1059.69	c cleaning 169006 clauses out of 338029 with flag 70661939/22643562
1071.07/1069.20	c cleaning 169996 clauses out of 340023 with flag 71471429/22814562
1080.30/1078.45	c cleaning 171000 clauses out of 342027 with flag 72305414/22986562
1089.59/1087.76	c cleaning 172004 clauses out of 344027 with flag 73161213/23159562
1098.80/1096.96	c cleaning 172996 clauses out of 346023 with flag 73938479/23333562
1108.51/1106.69	c cleaning 173997 clauses out of 348027 with flag 74778451/23508562
1118.10/1116.12	c cleaning 175013 clauses out of 350034 with flag 75678351/23684566
1128.30/1126.37	c cleaning 175993 clauses out of 352017 with flag 76573372/23861562
1137.61/1135.62	c cleaning 176969 clauses out of 354025 with flag 77448906/24039563
1147.99/1145.91	c cleaning 178014 clauses out of 356055 with flag 78286394/24218562
1158.28/1156.25	c cleaning 179003 clauses out of 358042 with flag 79157031/24398563
1168.08/1166.05	c cleaning 179984 clauses out of 360038 with flag 80099991/24579562
1177.55/1175.57	c cleaning 181022 clauses out of 362054 with flag 81009811/24761562
1187.84/1185.81	c cleaning 182010 clauses out of 364034 with flag 81907779/24944564
1197.94/1195.93	c cleaning 183002 clauses out of 366022 with flag 82817662/25128562
1208.25/1206.30	c cleaning 184007 clauses out of 368021 with flag 83679970/25313563
1218.95/1216.85	c cleaning 185005 clauses out of 370013 with flag 84570295/25499562
1229.08/1226.92	c cleaning 185983 clauses out of 372008 with flag 85579952/25686562
1238.99/1236.84	c cleaning 187000 clauses out of 374025 with flag 86430337/25874562
1249.48/1247.27	c cleaning 187998 clauses out of 376027 with flag 87411468/26063564
1260.32/1258.03	c cleaning 188993 clauses out of 378027 with flag 88369535/26253562
1271.36/1269.10	c cleaning 190004 clauses out of 380034 with flag 89308037/26444562
1282.62/1280.23	c cleaning 191001 clauses out of 382032 with flag 90140318/26636564
1293.43/1291.03	c cleaning 191979 clauses out of 384029 with flag 91057422/26829562
1305.00/1302.68	c cleaning 193017 clauses out of 386050 with flag 91969728/27023562
1316.39/1314.10	c cleaning 193988 clauses out of 388033 with flag 92801533/27218562
1327.76/1325.47	c cleaning 195012 clauses out of 390045 with flag 93690111/27414562
1338.87/1336.52	c cleaning 195997 clauses out of 392033 with flag 94672900/27611562
1349.67/1347.28	c cleaning 196963 clauses out of 394036 with flag 95656248/27809562
1360.98/1358.52	c cleaning 198010 clauses out of 396073 with flag 96680381/28008562
1372.11/1369.61	c cleaning 199017 clauses out of 398066 with flag 97734411/28208565
1382.72/1380.17	c cleaning 200009 clauses out of 400046 with flag 98671684/28409562
1393.54/1390.97	c cleaning 200996 clauses out of 402037 with flag 99573258/28611562
1404.93/1402.35	c cleaning 201996 clauses out of 404041 with flag 100559230/28814562
1416.76/1414.13	c cleaning 202989 clauses out of 406045 with flag 101407655/29018562
1429.34/1426.60	c cleaning 204024 clauses out of 408057 with flag 102432871/29223563
1442.13/1439.47	c cleaning 205010 clauses out of 410032 with flag 103393993/29429562
1453.73/1451.10	c cleaning 205957 clauses out of 412022 with flag 104414305/29636562
1465.59/1462.94	c cleaning 207012 clauses out of 414065 with flag 105459122/29844562
1476.96/1474.35	c cleaning 208018 clauses out of 416054 with flag 106493386/30053563
1488.65/1486.09	c cleaning 208992 clauses out of 418037 with flag 107548092/30263564
1500.63/1498.07	c cleaning 210012 clauses out of 420043 with flag 108526923/30474562
1513.41/1510.85	c cleaning 211013 clauses out of 422032 with flag 109393526/30686563
1526.33/1523.73	c cleaning 211999 clauses out of 424018 with flag 110355099/30899562
1538.88/1536.19	c cleaning 212999 clauses out of 426021 with flag 111390203/31113564
1551.08/1548.32	c cleaning 213969 clauses out of 428020 with flag 112457792/31328562
1564.35/1561.60	c cleaning 215000 clauses out of 430051 with flag 113476514/31544562
1576.36/1573.61	c cleaning 216021 clauses out of 432052 with flag 114484246/31761563
1588.47/1585.73	c cleaning 216981 clauses out of 434032 with flag 115511023/31979564
1601.87/1599.08	c cleaning 218004 clauses out of 436049 with flag 116605209/32198562
1614.16/1611.36	c cleaning 218996 clauses out of 438045 with flag 117665881/32418562
1628.76/1625.92	c cleaning 219995 clauses out of 440049 with flag 118712192/32639562
1641.18/1638.36	c cleaning 221012 clauses out of 442054 with flag 119799892/32861562
1655.59/1652.63	c cleaning 222006 clauses out of 444042 with flag 120831195/33084562
1668.59/1665.69	c cleaning 222997 clauses out of 446036 with flag 121876523/33308562
1680.79/1677.87	c cleaning 224014 clauses out of 448039 with flag 122994145/33533562
1694.42/1691.43	c cleaning 224999 clauses out of 450026 with flag 124180656/33759563
1707.61/1704.55	c cleaning 225975 clauses out of 452026 with flag 125281309/33986562
1722.42/1719.37	c cleaning 227009 clauses out of 454051 with flag 126445715/34214562
1735.14/1732.03	c cleaning 228017 clauses out of 456043 with flag 127527392/34443563
1749.13/1745.96	c cleaning 228997 clauses out of 458025 with flag 128593063/34673562
1761.61/1758.49	c cleaning 230001 clauses out of 460028 with flag 129769918/34904562
1774.24/1771.08	c cleaning 230975 clauses out of 462027 with flag 130958142/35136562
1788.32/1785.13	c cleaning 232020 clauses out of 464055 with flag 131974106/35369565
1802.92/1799.73	c cleaning 232999 clauses out of 466032 with flag 133135917/35603562
1816.54/1813.26	c cleaning 233993 clauses out of 468035 with flag 134294607/35838564
1829.77/1826.41	c cleaning 234995 clauses out of 470040 with flag 135509212/36074562
1844.97/1841.66	c cleaning 236013 clauses out of 472045 with flag 136747577/36311562
1860.80/1857.30	c cleaning 236984 clauses out of 474033 with flag 137874399/36549563
1875.54/1872.10	c cleaning 238022 clauses out of 476048 with flag 138982467/36788562
1890.43/1887.00	c cleaning 239011 clauses out of 478027 with flag 140015769/37028563
1907.13/1903.69	c cleaning 240005 clauses out of 480015 with flag 141038588/37269562
1922.47/1918.84	c cleaning 240971 clauses out of 482010 with flag 142139282/37511562
1936.35/1932.71	c cleaning 242011 clauses out of 484040 with flag 143361512/37754563
1951.33/1947.71	c cleaning 242986 clauses out of 486028 with flag 144651211/37998562
1966.33/1962.70	c cleaning 243989 clauses out of 488042 with flag 145791291/38243562
1981.34/1977.75	c cleaning 245027 clauses out of 490054 with flag 146927718/38489563
1995.46/1991.76	c cleaning 246004 clauses out of 492026 with flag 148192732/38736562
2009.65/2005.91	c cleaning 247001 clauses out of 494022 with flag 149320936/38984562
2024.93/2021.24	c cleaning 248002 clauses out of 496021 with flag 150449218/39233562
2042.00/2038.31	c cleaning 248986 clauses out of 498020 with flag 151585291/39483563
2057.47/2053.84	c cleaning 249979 clauses out of 500033 with flag 152866518/39734562
2073.24/2069.63	c cleaning 251014 clauses out of 502054 with flag 154039221/39986562
2090.03/2086.41	c cleaning 252010 clauses out of 504044 with flag 155277400/40239566
2105.83/2102.20	c cleaning 252978 clauses out of 506030 with flag 156478486/40493562
2121.67/2118.08	c cleaning 254012 clauses out of 508052 with flag 157717916/40748562
2138.26/2134.55	c cleaning 254967 clauses out of 510040 with flag 158932548/41004562
2155.84/2152.12	c cleaning 256018 clauses out of 512076 with flag 160133809/41261565
2173.20/2169.52	c cleaning 257001 clauses out of 514055 with flag 161424709/41519562
2190.58/2186.92	c cleaning 258026 clauses out of 516056 with flag 162608593/41778564
2207.48/2203.89	c cleaning 258999 clauses out of 518028 with flag 163884853/42038562
2225.40/2221.72	c cleaning 259992 clauses out of 520029 with flag 165231132/42299562
2241.22/2237.44	c cleaning 260991 clauses out of 522038 with flag 166540449/42561563
2257.80/2254.07	c cleaning 262014 clauses out of 524046 with flag 167818539/42824562
2274.60/2270.85	c cleaning 262980 clauses out of 526032 with flag 169111536/43088562
2293.37/2289.46	c cleaning 264009 clauses out of 528053 with flag 170344600/43353563
2311.70/2307.74	c cleaning 265005 clauses out of 530043 with flag 171540363/43619562
2327.91/2323.99	c cleaning 266006 clauses out of 532039 with flag 172683692/43886563
2345.14/2341.03	c cleaning 266978 clauses out of 534033 with flag 173916394/44154563
2361.83/2357.79	c cleaning 268002 clauses out of 536054 with flag 175143629/44423562
2378.70/2374.61	c cleaning 269012 clauses out of 538052 with flag 176419072/44693562
2396.12/2392.02	c cleaning 270013 clauses out of 540041 with flag 177673883/44964563
2413.20/2409.08	c cleaning 271009 clauses out of 542027 with flag 179003408/45236562
2430.60/2426.42	c cleaning 272003 clauses out of 544018 with flag 180173326/45509562
2448.03/2443.83	c cleaning 272995 clauses out of 546015 with flag 181522430/45783562
2468.06/2463.71	c cleaning 273996 clauses out of 548021 with flag 182903483/46058563
2487.15/2482.83	c cleaning 275007 clauses out of 550024 with flag 184134707/46334562
2504.95/2500.60	c cleaning 276009 clauses out of 552017 with flag 185456147/46611562
2521.97/2517.62	c cleaning 276970 clauses out of 554010 with flag 186818751/46889564
2540.11/2535.60	c cleaning 277970 clauses out of 556038 with flag 188223203/47168562
2557.89/2553.48	c cleaning 278997 clauses out of 558068 with flag 189561987/47448562
2579.75/2575.35	c cleaning 280009 clauses out of 560071 with flag 190870057/47729562
2597.23/2592.81	c cleaning 281019 clauses out of 562062 with flag 192209792/48011562
2615.89/2611.51	c cleaning 282015 clauses out of 564045 with flag 193517280/48294564
2633.77/2629.43	c cleaning 283000 clauses out of 566028 with flag 194984989/48578562
2651.44/2647.12	c cleaning 283991 clauses out of 568028 with flag 196320025/48863562
2671.78/2667.51	c cleaning 285005 clauses out of 570037 with flag 197695991/49149562
2694.63/2690.42	c cleaning 286005 clauses out of 572032 with flag 198669654/49436562
2714.38/2710.13	c cleaning 287007 clauses out of 574027 with flag 200053792/49724562
2734.16/2729.84	c cleaning 287995 clauses out of 576020 with flag 201402977/50013562
2754.44/2750.17	c cleaning 288987 clauses out of 578025 with flag 202786794/50303562
2773.25/2768.95	c cleaning 290000 clauses out of 580038 with flag 204052193/50594562
2793.48/2789.11	c cleaning 291002 clauses out of 582038 with flag 205478636/50886562
2815.43/2810.99	c cleaning 292010 clauses out of 584038 with flag 206843669/51179564
2835.27/2830.73	c cleaning 292991 clauses out of 586026 with flag 208218966/51473562
2854.78/2850.22	c cleaning 293981 clauses out of 588038 with flag 209756832/51768565
2873.58/2868.88	c cleaning 295020 clauses out of 590054 with flag 211183380/52064562
2896.48/2891.72	c cleaning 296012 clauses out of 592034 with flag 212656732/52361562
2917.09/2912.36	c cleaning 297001 clauses out of 594022 with flag 214118587/52659562
2935.37/2930.44	c cleaning 297981 clauses out of 596021 with flag 215571506/52958562
2956.56/2951.61	c cleaning 298998 clauses out of 598041 with flag 216945205/53258563
2977.46/2972.58	c cleaning 300016 clauses out of 600042 with flag 218349300/53559562
3000.47/2995.59	c cleaning 300985 clauses out of 602026 with flag 219867652/53861562
3019.31/3014.25	c cleaning 302006 clauses out of 604042 with flag 221340070/54164563
3042.65/3037.50	c cleaning 303012 clauses out of 606035 with flag 222740021/54468562
3061.42/3056.32	c cleaning 303984 clauses out of 608023 with flag 224242226/54773562
3087.50/3082.29	c cleaning 304998 clauses out of 610039 with flag 225778111/55079562
3110.31/3105.09	c cleaning 306011 clauses out of 612041 with flag 227115813/55386562
3133.50/3128.25	c cleaning 307014 clauses out of 614031 with flag 228499008/55694563
3155.98/3150.54	c cleaning 307994 clauses out of 616016 with flag 230004710/56003562
3180.44/3174.97	c cleaning 308998 clauses out of 618022 with flag 231548886/56313562
3202.50/3196.82	c cleaning 309991 clauses out of 620025 with flag 232900784/56624563
3222.94/3217.29	c cleaning 311002 clauses out of 622033 with flag 234436944/56936562
3247.55/3241.80	c cleaning 311988 clauses out of 624032 with flag 235890039/57249563
3272.22/3266.38	c cleaning 313007 clauses out of 626043 with flag 237405989/57563562
3293.96/3288.04	c cleaning 314009 clauses out of 628036 with flag 238957672/57878562
3317.85/3311.78	c cleaning 314990 clauses out of 630027 with flag 240530354/58194562
3341.64/3335.57	c cleaning 316003 clauses out of 632037 with flag 241944593/58511562
3365.14/3359.04	c cleaning 316973 clauses out of 634034 with flag 243455339/58829562
3388.26/3382.11	c cleaning 318030 clauses out of 636061 with flag 244818538/59148562
3413.20/3406.95	c cleaning 319012 clauses out of 638032 with flag 246168007/59468563
3434.56/3428.32	c cleaning 320000 clauses out of 640019 with flag 247783532/59789562
3457.76/3451.54	c cleaning 320981 clauses out of 642019 with flag 249331820/60111562
3483.66/3477.44	c cleaning 322011 clauses out of 644039 with flag 250916954/60434563
3510.73/3504.39	c cleaning 322988 clauses out of 646027 with flag 252384180/60758562
3534.80/3528.43	c cleaning 323994 clauses out of 648039 with flag 253930501/61083562
3558.89/3552.57	c cleaning 324991 clauses out of 650045 with flag 255467475/61409562
3580.99/3574.64	c cleaning 325994 clauses out of 652054 with flag 257147801/61736562
3600.09/3593.50	c starts		: 93202
3600.09/3593.51	c conflicts		: 62064562
3600.09/3593.51	c decisions		: 435601816
3600.09/3593.51	c propagations		: 33685686323
3600.09/3593.51	c inspects		: 53250158423
3600.09/3593.51	c shortcuts		: 0
3600.09/3593.51	c learnt literals	: 0
3600.09/3593.51	c learnt binary clauses	: 0
3600.09/3593.51	c learnt ternary clauses	: 0
3600.09/3593.51	c learnt constraints	: 62064562
3600.09/3593.51	c ignored constraints	: 0
3600.09/3593.51	c root simplifications	: 0
3600.09/3593.51	c removed literals (reason simplification)	: 202908831
3600.09/3593.51	c reason swapping (by a shorter reason)	: 0
3600.09/3593.51	c Calls to reduceDB	: 564
3600.09/3593.51	c Number of update (reduction) of LBD	: 37477602
3600.09/3593.51	c Imported unit clauses	: 0
3600.09/3593.51	c No decision after first conflict	: false
3600.09/3593.51	c number of reductions to clauses (during analyze)	: 0
3600.09/3593.51	c number of learned constraints concerned by reduction	: 0
3600.09/3593.51	c number of learning phase by resolution	: 0
3600.09/3593.51	c number of learning phase by cutting planes	: 0
3600.09/3593.51	c number of rounding to 1 operations	: 0
3600.09/3593.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3593.51	c number of reductions of the coefficients by power 2 	: 0
3600.09/3593.51	c number of right shift for reduction by power 2 	: 0
3600.09/3593.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3593.51	c number of ending skipping 	: 0
3600.09/3593.51	c number of internal skipping 	: 0
3600.09/3593.51	c number of derivation steps 	: 0
3600.09/3593.51	c number of skipped derivation steps 	: 0
3600.09/3593.51	c number of remaining unassigned 	: 0
3600.09/3593.51	c number of remaining assigned 	: 0
3600.09/3593.51	c number of falsified literals weakened from reason	: 0
3600.09/3593.51	c number of falsified literals weakened from conflict	: 0
3600.09/3593.51	c time for arithmetic operations	: 0
3600.09/3593.51	c minimum degree of deleted constraints	: null
3600.09/3593.51	c maximum degree of deleted constraints	: null
3600.09/3593.51	c number of deleted constraints	: 0
3600.09/3593.51	c speed (assignments/second)	: 9374394.39139616
3600.09/3593.51	c non guided choices	: 0
3600.09/3593.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 654060
3600.09/3593.57	s SATISFIABLE
3600.09/3593.57	c Found 9 solution(s)
3600.09/3593.57	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -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.09/3593.57	c objective function=18
3600.09/3593.57	c Total wall clock time (in seconds): 3593.483

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

running on 4 cores: 0-3

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

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

CPU governors:
  performance: 0-3

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (116631 MiB free)
  node 1: cores 8-15, 128973 MiB (111850 MiB free)
  node 2: cores 16-23, 129019 MiB (116402 MiB free)
  node 3: cores 24-31, 129003 MiB (117953 MiB free)
  node 4: cores 32-39, 129019 MiB (117944 MiB free)
  node 5: cores 40-47, 129019 MiB (117845 MiB free)
  node 6: cores 48-55, 129019 MiB (118195 MiB free)
  node 7: cores 56-63, 128474 MiB (115592 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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

solver pid=2307554, runsolver pid=2307551

[startup+0.10006 s]*
/proc/loadavg: 16.13 16.21 15.95 19/1220 2307575
/proc/meminfo: memFree=954770112/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=34966608 memory=60268 CPUtime=0.19 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 7898 0 0 0 19 0 0 0 20 0 20 0 149407029 35805806592 14779 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8741652 15067 6217 1 0 33454 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=34966608 memory=448176484133 CPUtime=0.09 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 3192 0 0 0 9 0 0 0 20 0 20 0 149407031 35805806592 14779 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=34966608 memory=51666686 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 149407032 35805806592 14779 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=34966608 memory=55186873909743 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 149407032 35805806592 14779 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=34966608 memory=60688743793250 CPUtime=0 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 149407032 35805806592 14779 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=34966608 memory=54091707581220 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 149407032 35805806592 14779 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=34966608 memory=14408207351153926 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 149407032 35805806592 14779 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 60268 KiB

[startup+0.214923 s]*
/proc/loadavg: 16.13 16.21 15.95 19/1222 2307577
/proc/meminfo: memFree=954756060/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35033172 memory=76012 CPUtime=0.58 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 9267 0 0 0 57 1 0 0 20 0 21 0 149407029 35873968128 18520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8758293 19003 6264 1 0 36921 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35033172 memory=8247625841926829365 CPUtime=0.2 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 3309 0 0 0 20 0 0 0 20 0 21 0 149407031 35873968128 18520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35033172 memory=220051594506 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35033172 memory=51708573 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35033172 memory=51684146 CPUtime=0 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35033172 memory=51729166 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35033172 memory=51700260 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35033172 memory=14412626940981525 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407043 35873968128 18520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 76012 KiB

[startup+0.314062 s]*
/proc/loadavg: 16.13 16.21 15.95 19/1222 2307577
/proc/meminfo: memFree=954755808/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35033172 memory=77904 CPUtime=0.88 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 9758 0 0 0 87 1 0 0 20 0 21 0 149407029 35873968128 18904 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8758293 19476 6264 1 0 38988 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35033172 memory=8389771804677338421 CPUtime=0.3 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 3312 0 0 0 30 0 0 0 20 0 21 0 149407031 35873968128 18904 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35033172 memory=220051594506 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18904 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35033172 memory=51708573 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18904 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35033172 memory=51684146 CPUtime=0 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18904 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35033172 memory=51729166 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18904 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35033172 memory=51700260 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 18904 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35033172 memory=14412626940981525 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407043 35873968128 18904 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 77904 KiB

[startup+0.700224 s]
/proc/loadavg: 16.13 16.21 15.95 17/1222 2307577
/proc/meminfo: memFree=954755588/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35033172 memory=84692 CPUtime=1.5 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 9925 0 0 0 149 1 0 0 20 0 21 0 149407029 35873968128 20738 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8758293 21173 6280 1 0 39045 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35033172 memory=51700260 CPUtime=0.67 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 3329 0 0 0 67 0 0 0 20 0 21 0 149407031 35873968128 20738 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35033172 memory=14412626940981525 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 20738 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35033172 memory=51708573 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 20738 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35033172 memory=51684146 CPUtime=0 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 20738 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35033172 memory=51729166 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 20738 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35033172 memory=220051594506 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35873968128 20738 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35033172 memory=2080 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407043 35873968128 20738 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 84692 KiB

[startup+1.50016 s]
/proc/loadavg: 16.13 16.21 15.95 17/1222 2307578
/proc/meminfo: memFree=954742660/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35099736 memory=91848 CPUtime=2.38 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 13531 0 0 0 237 1 0 0 20 0 21 0 149407029 35942129664 22597 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8774934 22962 6280 1 0 44287 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35099736 memory=51700260 CPUtime=1.46 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 3864 0 0 0 146 0 0 0 20 0 21 0 149407031 35942129664 22597 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35099736 memory=2080 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 22597 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 22597 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 22597 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35099736 memory=14412626940981525 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 22597 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 22597 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35099736 memory=7883551380547843713 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407043 35942129664 22597 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 91848 KiB

[startup+3.11316 s]
/proc/loadavg: 16.13 16.21 15.95 17/1223 2307580
/proc/meminfo: memFree=954741224/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35099736 memory=98496 CPUtime=4.11 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 14856 0 0 0 409 2 0 0 20 0 21 0 149407029 35942129664 24278 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8774934 24624 6280 1 0 48471 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35099736 memory=91796 CPUtime=3.07 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 3889 0 0 0 307 0 0 0 20 0 21 0 149407031 35942129664 24278 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35099736 memory=968 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 24278 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 24278 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35099736 memory=2080 CPUtime=0 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 24278 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 24278 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35099736 memory=10860 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407032 35942129664 24278 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35099736 memory=68 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149407043 35942129664 24278 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 4.11 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 98496 KiB

[startup+6.30016 s]
/proc/loadavg: 16.12 16.21 15.95 17/1201 2307601

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

/proc/meminfo: memFree=892023704/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35166300 memory=535668 CPUtime=3408.61 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 68668 0 0 0 340818 43 0 0 20 0 23 0 149407029 36010291200 133520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8791575 133917 6270 1 0 149416 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35166300 memory=59236 CPUtime=3387.06 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 16095 0 0 0 338704 2 0 0 20 0 23 0 149407031 36010291200 133520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35166300 memory=491608 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 133520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35166300 memory=466856 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 133520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35166300 memory=510644 CPUtime=0.05 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 45 0 0 0 3 2 0 0 20 0 23 0 149407032 36010291200 133520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35166300 memory=10860 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 133520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35166300 memory=6576 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 277 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 133520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35166300 memory=10860 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407043 36010291200 133520 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 3408.61 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 535668 KiB

[startup+3462.3 s]
/proc/loadavg: 16.27 16.41 16.40 18/1225 2309106
/proc/meminfo: memFree=891887960/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35166300 memory=550032 CPUtime=3468.56 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 68700 0 0 0 346813 43 0 0 20 0 23 0 149407029 36010291200 137231 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8791575 137508 6270 1 0 149416 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35166300 memory=59236 CPUtime=3446.83 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 16103 0 0 0 344681 2 0 0 20 0 23 0 149407031 36010291200 137231 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35166300 memory=491608 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137231 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35166300 memory=510644 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137231 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35166300 memory=10860 CPUtime=0.05 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 45 0 0 0 3 2 0 0 20 0 23 0 149407032 36010291200 137231 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35166300 memory=7456 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137231 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35166300 memory=1892 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 277 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137231 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35166300 memory=550032 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407043 36010291200 137231 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 3468.56 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 550032 KiB

[startup+3522.3 s]
/proc/loadavg: 16.10 16.33 16.37 18/1225 2309110
/proc/meminfo: memFree=891806264/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35166300 memory=550288 CPUtime=3528.72 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 69074 0 0 0 352828 44 0 0 20 0 23 0 149407029 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8791575 137572 6270 1 0 149416 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35166300 memory=1708 CPUtime=3506.57 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 16196 0 0 0 350655 2 0 0 20 0 23 0 149407031 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35166300 memory=6576 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35166300 memory=59244 CPUtime=0.05 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 50 0 0 0 3 2 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35166300 memory=10860 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35166300 memory=1320 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 278 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35166300 memory=59244 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407043 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 3528.72 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 550288 KiB

[startup+3582.3 s]
/proc/loadavg: 16.12 16.29 16.35 18/1228 2309192
/proc/meminfo: memFree=921159700/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35166300 memory=550288 CPUtime=3588.7 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 69087 0 0 0 358826 44 0 0 20 0 23 0 149407029 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8791575 137572 6270 1 0 149416 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35166300 memory=1708 CPUtime=3566.31 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 16196 0 0 0 356629 2 0 0 20 0 23 0 149407031 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35166300 memory=59244 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35166300 memory=7456 CPUtime=0.05 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 51 0 0 0 3 2 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35166300 memory=1496 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35166300 memory=-7308878724975584866 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 279 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35166300 memory=550288 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407043 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 3588.7 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 550288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.5 s]
/proc/loadavg: 16.10 16.28 16.35 18/1228 2309192
/proc/meminfo: memFree=921105132/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35166300 memory=550544 CPUtime=3600.09 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 69232 0 0 0 359964 45 0 0 20 0 23 0 149407029 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8791575 137636 6270 1 0 149416 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35166300 memory=533296 CPUtime=3577.45 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 16217 0 0 0 357743 2 0 0 20 0 23 0 149407031 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35166300 memory=306433 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35166300 memory=550288 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35166300 memory=550288 CPUtime=0.05 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 51 0 0 0 3 2 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35166300 memory=428 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35166300 memory=550544 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 279 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35166300 memory=550544 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407043 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 550544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.82 s, system=0.460015 s

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

[startup+3593.5 s]
/proc/loadavg: 16.10 16.28 16.35 18/1228 2309192
/proc/meminfo: memFree=921105132/1055320708 swapFree=32681384/33554428
[pid=2307554] ppid=2307551 vsize=35166300 memory=550544 CPUtime=3600.09 cores=0-3
/proc/2307554/stat : 2307554 (java) S 2307551 2307554 2306413 0 -1 4194304 69232 0 0 0 359964 45 0 0 20 0 23 0 149407029 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
/proc/2307554/statm: 8791575 137636 6270 1 0 149416 0
[pid=2307554/tid=2307556] ppid=2307551 vsize=35166300 memory=533296 CPUtime=3577.45 cores=0-3
/proc/2307554/task/2307556/stat : 2307556 (java) R 2307551 2307554 2306413 0 -1 4194368 16217 0 0 0 357743 2 0 0 20 0 23 0 149407031 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307567] ppid=2307551 vsize=35166300 memory=306433 CPUtime=0 cores=0-3
/proc/2307554/task/2307567/stat : 2307567 (Referen..andler) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307568] ppid=2307551 vsize=35166300 memory=550288 CPUtime=0 cores=0-3
/proc/2307554/task/2307568/stat : 2307568 (Finalizer) S 2307551 2307554 2306413 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307571] ppid=2307551 vsize=35166300 memory=550288 CPUtime=0.05 cores=0-3
/proc/2307554/task/2307571/stat : 2307571 (Monitor..Thread) S 2307551 2307554 2306413 0 -1 4194368 51 0 0 0 3 2 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307574] ppid=2307551 vsize=35166300 memory=428 CPUtime=0 cores=0-3
/proc/2307554/task/2307574/stat : 2307574 (Notific..Thread) S 2307551 2307554 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307575] ppid=2307551 vsize=35166300 memory=550544 CPUtime=0 cores=0-3
/proc/2307554/task/2307575/stat : 2307575 (Common-Cleaner) S 2307551 2307554 2306413 0 -1 4194368 279 0 0 0 0 0 0 0 20 0 23 0 149407032 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
[pid=2307554/tid=2307577] ppid=2307551 vsize=35166300 memory=550544 CPUtime=0 cores=0-3
/proc/2307554/task/2307577/stat : 2307577 (Timer-0) S 2307551 2307554 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149407043 36010291200 137295 18446744073709551615 94297833750528 94297833754224 140723365277904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297833762088 94297833762832 94297839726592 140723365284052 140723365284192 140723365284192 140723365289928 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 550544 KiB

Child status: 143

Real time (s): 3593.58
CPU time (s): 3600.28
CPU user time (s): 3599.82
CPU system time (s): 0.460015
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 550544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.82
system time used= 0.460015
maximum resident set size= 549180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70730
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99431
involuntary context switches= 3765


# summary of solver processes directly reported to runsolver:
#   pid: 2307554
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3599.82
#   total CPU system time (s): 0.460015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9362 second user time and 37.6285 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 22:46:33
IDJOB=4783977
IDBENCH=148165
IDSOLVER=3602
FILE ID=nodeE010/4783977-1782161193
RUNJOBID= nodeE010-1782157625-2306423
SLURM_JOB_ID= 12510935
Free space on /tmp= 798044 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/area_opers/normalized-fir02_area_opers.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783977-1782161193/watcher-4783977-1782161193 -o /tmp/evaluation-result-4783977-1782161193/solver-4783977-1782161193 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783977-1782161193/vars-4783977-1782161193 --bin-var /tmp/runsolver-exch-nodeE010-1782157625-2306423 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783977-1782161193.opb

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

MD5SUM BENCH= 67543aae8b26ffec8a1c27d8ba43c31d
RANDOM SEED=174358874

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        954794172 kB
MemAvailable:   1034252820 kB
Buffers:              32 kB
Cached:         83238488 kB
SwapCached:         6960 kB
Active:         15564304 kB
Inactive:       81904908 kB
Active(anon):   14266964 kB
Inactive(anon):    50268 kB
Active(file):    1297340 kB
Inactive(file): 81854640 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4236 kB
Writeback:            40 kB
AnonPages:      14224716 kB
Mapped:            88560 kB
Shmem:             86540 kB
KReclaimable:    1111584 kB
Slab:            1627988 kB
SReclaimable:    1111584 kB
SUnreclaim:       516404 kB
KernelStack:       20240 kB
PageTables:        38132 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   17373360 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      484132 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13062144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798288 MiB
End job on nodeE010 at 2026-06-22 23:46:27