Trace number 4835518

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)17 3600.26 3644.47

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/logic-synthesis/normalized-jac3.opb
MD5SUM1dc333c3adc27a372f0d0e38d6c604b3
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 benchmark15
Best CPU time to get the best result obtained on this benchmark0.02256
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1731
Total number of constraints1254
Number of constraints which are clauses1254
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 constraint2
Maximum length of a constraint694
Number of terms in the objective function 1731
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 1731
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1731
Number of bits of the biggest sum of numbers11
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.05/0.66	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.66	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.66	c See www.sat4j.org for details.
0.09/0.71	c version PB26fixedPrime.v20260610
0.09/0.71	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.71	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.71	c java.vm.version	26.0.1+8-34
0.09/0.71	c java.vm.vendor	Oracle Corporation
0.09/0.71	c sun.arch.data.model	64
0.09/0.71	c java.version		26.0.1
0.09/0.71	c os.name		Linux
0.09/0.71	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.09/0.71	c os.arch		amd64
0.09/0.71	c Free memory 		30334720
0.09/0.71	c Max memory 		32178700288
0.09/0.71	c Total memory 		33554432
0.09/0.71	c Number of processors 	4
0.12/0.84	c Pseudo Boolean Optimization by upper bound
0.12/0.84	c --- Begin Solver configuration ---
0.12/0.84	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.12/0.84	c Learn all clauses as in MiniSAT
0.12/0.84	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.84	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.84	c Expensive reason simplification
0.12/0.84	c Glucose 2.1 dynamic restart strategy
0.12/0.84	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.12/0.84	c timeout=2147483s
0.12/0.84	c DB Simplification allowed=false
0.12/0.84	c Listener: none
0.12/0.84	c --- End Solver configuration ---
0.12/0.84	c solving HOME/instance-4835518-1783642880.opb
0.12/0.84	c reading problem ... 
0.12/0.84	c using VERIPB proof format
0.12/0.84	c  objective function found
0.12/0.89	c ... done. Wall clock time 0.056s.
0.12/0.89	c declared #vars     1731
0.12/0.89	c #constraints  1254
0.12/0.89	c constraints type 
0.12/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198
0.12/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1056
0.12/0.89	c 1254 constraints processed.
0.33/0.90	c objective function length is 1731 literals
0.33/0.92	c SATISFIABLE
0.33/0.92	c OPTIMIZING...
0.33/0.92	c Got one! Elapsed wall clock time (in seconds):0.081
0.33/0.92	o 26
2.44/1.62	c cleaning 2451 clauses out of 5001 with flag 28575/5001
3.41/2.34	c cleaning 4271 clauses out of 8550 with flag 63810/11001
4.49/3.29	c cleaning 5617 clauses out of 11279 with flag 102778/18001
5.91/4.69	c cleaning 6832 clauses out of 13664 with flag 135909/26003
7.03/5.77	c cleaning 7912 clauses out of 15830 with flag 213360/35001
7.61/6.35	c Got one! Elapsed wall clock time (in seconds):5.512
7.61/6.35	o 25
8.16/6.81	c cleaning 9183 clauses out of 18426 with flag 45319/45509
8.66/7.35	c cleaning 7621 clauses out of 15241 with flag 104046/51507
9.36/8.10	c cleaning 7172 clauses out of 14620 with flag 154544/58507
10.21/8.97	c cleaning 7704 clauses out of 15448 with flag 203118/66507
10.90/9.69	c cleaning 8233 clauses out of 16744 with flag 273399/75507
11.96/10.77	c cleaning 9243 clauses out of 18512 with flag 323161/85508
13.24/12.05	c cleaning 9981 clauses out of 20268 with flag 376672/96507
14.01/12.85	c cleaning 11138 clauses out of 22291 with flag 435525/108511
14.70/13.58	c cleaning 12075 clauses out of 24149 with flag 489669/121507
16.10/14.91	c cleaning 13031 clauses out of 26074 with flag 611096/135507
17.32/16.13	c cleaning 14007 clauses out of 28043 with flag 712143/150507
18.59/17.48	c cleaning 15018 clauses out of 30036 with flag 826779/166507
20.86/19.72	c cleaning 15996 clauses out of 32018 with flag 933556/183507
23.12/22.03	c cleaning 16944 clauses out of 34022 with flag 1026518/201507
27.07/26.02	c cleaning 18039 clauses out of 36078 with flag 1127794/220507
29.22/28.25	c cleaning 18990 clauses out of 38042 with flag 1248470/240510
30.79/29.83	c cleaning 20015 clauses out of 40049 with flag 1370411/261507
33.84/32.97	c cleaning 20963 clauses out of 42034 with flag 1528361/283507
38.69/37.89	c cleaning 22037 clauses out of 44076 with flag 1677051/306512
39.19/38.36	c Got one! Elapsed wall clock time (in seconds):37.518
39.19/38.36	o 24
39.58/38.72	c cleaning 16819 clauses out of 33646 with flag 21825/318119
40.00/39.14	c cleaning 11385 clauses out of 22826 with flag 45094/324118
40.47/39.62	c cleaning 9175 clauses out of 18441 with flag 71923/331118
40.98/40.11	c cleaning 8591 clauses out of 17265 with flag 105695/339117
41.54/40.74	c cleaning 8809 clauses out of 17674 with flag 140505/348117
42.22/41.42	c cleaning 9419 clauses out of 18865 with flag 184506/358117
42.93/42.17	c cleaning 10144 clauses out of 20446 with flag 251567/369117
43.98/43.26	c cleaning 11102 clauses out of 22309 with flag 348788/381124
45.16/44.49	c cleaning 12030 clauses out of 24200 with flag 471611/394117
47.61/46.90	c cleaning 12960 clauses out of 26170 with flag 580149/408117
49.68/49.06	c cleaning 14012 clauses out of 28210 with flag 650453/423117
51.65/51.04	c cleaning 14994 clauses out of 30198 with flag 731845/439117
53.91/53.35	c cleaning 16033 clauses out of 32204 with flag 893834/456117
56.94/56.43	c cleaning 17092 clauses out of 34187 with flag 1029723/474133
58.11/57.61	c cleaning 18011 clauses out of 36081 with flag 1139291/493119
59.36/58.94	c cleaning 18994 clauses out of 38068 with flag 1244868/513117
60.68/60.35	c cleaning 20032 clauses out of 40074 with flag 1350907/534117
61.99/61.70	c cleaning 20969 clauses out of 42042 with flag 1490101/556117
63.31/63.18	c cleaning 22037 clauses out of 44074 with flag 1621958/579118
65.08/65.02	c cleaning 23006 clauses out of 46036 with flag 1774255/603117
67.45/67.57	c Got one! Elapsed wall clock time (in seconds):66.735
67.45/67.57	o 23
67.93/68.06	c cleaning 22936 clauses out of 45871 with flag 40541/625958
68.49/68.69	c cleaning 14464 clauses out of 28947 with flag 104553/631970
69.54/69.73	c cleaning 10518 clauses out of 21469 with flag 185661/638956
71.89/72.16	c cleaning 9168 clauses out of 18951 with flag 249881/646956
72.64/72.98	c Got one! Elapsed wall clock time (in seconds):72.144
72.64/72.98	o 22
73.12/73.40	c cleaning 10710 clauses out of 21545 with flag 47774/658718
73.50/73.86	c cleaning 8417 clauses out of 16834 with flag 93877/664717
73.88/74.27	c cleaning 7701 clauses out of 15418 with flag 118464/671718
74.44/74.80	c cleaning 7858 clauses out of 15716 with flag 153493/679717
75.20/75.66	c cleaning 8293 clauses out of 16858 with flag 215734/688717
75.96/76.41	c cleaning 9252 clauses out of 18565 with flag 280767/698717
76.64/77.19	c cleaning 10157 clauses out of 20313 with flag 349466/709717
77.68/78.26	c cleaning 11022 clauses out of 22162 with flag 397292/721723
78.74/79.34	c cleaning 12067 clauses out of 24134 with flag 474069/734717
80.38/81.11	c cleaning 13034 clauses out of 26067 with flag 568659/748717
81.80/82.57	c cleaning 13993 clauses out of 28033 with flag 669243/763717
82.75/83.56	c cleaning 15006 clauses out of 30040 with flag 741633/779717
83.89/84.76	c cleaning 15992 clauses out of 32034 with flag 834676/796717
85.03/85.97	c cleaning 16989 clauses out of 34042 with flag 936186/814717
86.76/87.70	c cleaning 18023 clauses out of 36054 with flag 1068755/833718
88.19/89.22	c cleaning 18997 clauses out of 38030 with flag 1210751/853717
89.41/90.59	c Got one! Elapsed wall clock time (in seconds):89.755
89.41/90.59	o 21
89.81/90.98	c cleaning 17492 clauses out of 35024 with flag 37037/869708
90.38/91.56	c cleaning 11766 clauses out of 23532 with flag 106263/875708
91.05/92.28	c cleaning 9311 clauses out of 18766 with flag 171017/882708
91.92/93.12	c cleaning 8657 clauses out of 17455 with flag 244326/890708
92.56/93.87	c cleaning 8899 clauses out of 17798 with flag 296852/899708
93.22/94.52	c cleaning 9401 clauses out of 18900 with flag 347888/909709
93.89/95.22	c cleaning 10253 clauses out of 20505 with flag 412618/920715
95.63/97.05	c cleaning 11105 clauses out of 22245 with flag 523976/932708
96.39/97.80	c cleaning 12068 clauses out of 24141 with flag 588590/945709
96.97/98.46	c cleaning 13023 clauses out of 26072 with flag 653882/959708
97.66/99.15	c cleaning 14006 clauses out of 28049 with flag 719299/974708
98.33/99.86	c cleaning 15006 clauses out of 30043 with flag 788211/990708
99.36/101.00	c cleaning 16004 clauses out of 32037 with flag 883454/1007708
101.31/102.95	c cleaning 16974 clauses out of 34033 with flag 1000735/1025708
102.86/104.52	c cleaning 17982 clauses out of 36059 with flag 1095213/1044708
104.10/105.81	c cleaning 18992 clauses out of 38077 with flag 1192644/1064708
105.37/107.19	c cleaning 20004 clauses out of 40085 with flag 1293543/1085708
106.80/108.65	c cleaning 20995 clauses out of 42081 with flag 1391650/1107708
108.53/110.46	c cleaning 21987 clauses out of 44087 with flag 1537790/1130709
111.43/113.44	c cleaning 23031 clauses out of 46099 with flag 1755444/1154708
113.34/115.45	c Got one! Elapsed wall clock time (in seconds):114.613
113.34/115.45	o 20
113.83/115.90	c cleaning 22121 clauses out of 44262 with flag 33272/1175902
114.22/116.33	c cleaning 14058 clauses out of 28141 with flag 67555/1181902
114.79/117.01	c cleaning 10536 clauses out of 21083 with flag 103151/1188902
115.48/117.63	c cleaning 9265 clauses out of 18549 with flag 145656/1196904
116.05/118.27	c cleaning 9129 clauses out of 18282 with flag 193986/1205902
116.62/118.87	c cleaning 9570 clauses out of 19153 with flag 247497/1215902
117.19/119.49	c cleaning 10266 clauses out of 20583 with flag 304715/1226902
117.86/120.15	c cleaning 11141 clauses out of 22317 with flag 372838/1238902
118.51/120.89	c cleaning 12086 clauses out of 24176 with flag 471838/1251902
119.36/121.76	c cleaning 13048 clauses out of 26096 with flag 571591/1265908
120.12/122.57	c cleaning 13992 clauses out of 28044 with flag 670627/1280904
121.06/123.53	c cleaning 14982 clauses out of 30053 with flag 792957/1296905
122.20/124.71	c cleaning 16033 clauses out of 32068 with flag 911770/1313902
123.34/125.93	c cleaning 16984 clauses out of 34035 with flag 999507/1331902
124.65/127.37	c cleaning 18000 clauses out of 36051 with flag 1112188/1350902
126.08/128.84	c cleaning 18970 clauses out of 38060 with flag 1259807/1370911
127.50/130.32	c cleaning 20019 clauses out of 40081 with flag 1400016/1391902
128.82/131.75	c cleaning 21015 clauses out of 42064 with flag 1541395/1413904
129.99/133.00	c cleaning 22021 clauses out of 44049 with flag 1656098/1436904
131.34/134.32	c cleaning 23013 clauses out of 46030 with flag 1774871/1460906
132.77/135.87	c cleaning 23995 clauses out of 48015 with flag 1924473/1485904
134.39/137.52	c cleaning 24988 clauses out of 50018 with flag 2063533/1511902
136.03/139.21	c cleaning 26007 clauses out of 52030 with flag 2225074/1538902
137.77/141.09	c cleaning 27000 clauses out of 54023 with flag 2378049/1566902
139.65/143.08	c cleaning 28001 clauses out of 56024 with flag 2546402/1595903
141.56/145.09	c cleaning 28989 clauses out of 58022 with flag 2722987/1625902
143.50/147.08	c cleaning 29954 clauses out of 60033 with flag 2902911/1656902
146.07/149.75	c cleaning 31008 clauses out of 62080 with flag 3110104/1688903
148.67/152.43	c cleaning 31922 clauses out of 64071 with flag 3269430/1721902
151.74/155.63	c cleaning 33072 clauses out of 66149 with flag 3518614/1755902
155.52/159.53	c cleaning 34039 clauses out of 68077 with flag 3732999/1790902
158.62/162.78	c cleaning 34990 clauses out of 70038 with flag 3956875/1826902
162.21/166.41	c cleaning 36009 clauses out of 72048 with flag 4215544/1863902
167.14/171.51	c cleaning 36924 clauses out of 74039 with flag 4456361/1901902
174.74/179.28	c cleaning 38010 clauses out of 76115 with flag 4711218/1940902
178.44/183.06	c cleaning 39046 clauses out of 78105 with flag 4930702/1980902
182.19/186.93	c cleaning 40040 clauses out of 80079 with flag 5203304/2021922
186.79/191.65	c cleaning 40802 clauses out of 82019 with flag 5531186/2063902
187.26/192.18	c Got one! Elapsed wall clock time (in seconds):191.341
187.26/192.18	o 19
187.72/192.61	c cleaning 26360 clauses out of 52855 with flag 35370/2075540
188.22/193.11	c cleaning 16240 clauses out of 32496 with flag 75035/2081541
188.60/193.54	c cleaning 11623 clauses out of 23262 with flag 114969/2088547
189.08/194.05	c cleaning 9777 clauses out of 19633 with flag 150823/2096541
190.13/195.13	c cleaning 9428 clauses out of 18855 with flag 248899/2105540
191.08/196.12	c cleaning 9672 clauses out of 19427 with flag 351155/2115540
192.32/197.48	c cleaning 10349 clauses out of 20774 with flag 445622/2126559
193.00/198.14	c cleaning 11167 clauses out of 22406 with flag 493965/2138540
193.71/198.81	c cleaning 12098 clauses out of 24239 with flag 535142/2151540
194.47/199.60	c cleaning 13062 clauses out of 26141 with flag 589624/2165540
195.24/200.44	c cleaning 14037 clauses out of 28079 with flag 653680/2180540
196.20/201.44	c cleaning 15006 clauses out of 30042 with flag 717677/2196540
197.46/202.78	c cleaning 15991 clauses out of 32036 with flag 820228/2213540
198.82/204.16	c cleaning 17000 clauses out of 34047 with flag 941618/2231542
199.86/205.29	c cleaning 18001 clauses out of 36045 with flag 1024160/2250540
201.02/206.46	c cleaning 19016 clauses out of 38044 with flag 1095089/2270540
202.09/207.52	c cleaning 20006 clauses out of 40029 with flag 1160604/2291541
203.25/208.77	c cleaning 20953 clauses out of 42022 with flag 1233102/2313540
204.51/210.07	c cleaning 22016 clauses out of 44069 with flag 1306232/2336540
205.87/211.47	c cleaning 23029 clauses out of 46057 with flag 1389032/2360544
207.50/213.13	c cleaning 24013 clauses out of 48025 with flag 1504088/2385541
209.13/214.82	c cleaning 24997 clauses out of 50016 with flag 1651049/2411545
211.12/216.95	c cleaning 25972 clauses out of 52016 with flag 1861408/2438542
213.68/219.58	c cleaning 26984 clauses out of 54042 with flag 2182302/2466540
216.25/222.22	c cleaning 28016 clauses out of 56058 with flag 2478441/2495540
218.38/224.46	c cleaning 29018 clauses out of 58047 with flag 2715089/2525545
220.62/226.76	c cleaning 29938 clauses out of 60024 with flag 2921628/2556540
223.62/229.81	c cleaning 31051 clauses out of 62101 with flag 3131541/2588555
225.37/231.60	c cleaning 32009 clauses out of 64035 with flag 3302779/2621540
227.20/233.53	c cleaning 33014 clauses out of 66028 with flag 3485111/2655542
229.82/236.21	c cleaning 34030 clauses out of 68060 with flag 3746509/2690588
232.14/238.66	c cleaning 34913 clauses out of 69982 with flag 3953961/2726540
234.40/240.91	c cleaning 36020 clauses out of 72070 with flag 4173034/2763541
237.02/243.65	c Got one! Elapsed wall clock time (in seconds):242.809
237.02/243.65	o 18
237.41/244.03	c cleaning 38695 clauses out of 77492 with flag 38798/2804983
237.87/244.50	c cleaning 22382 clauses out of 44797 with flag 84559/2810983
238.37/245.08	c cleaning 14704 clauses out of 29415 with flag 133971/2817983
238.93/245.66	c cleaning 11312 clauses out of 22711 with flag 202178/2825983
239.50/246.24	c cleaning 10175 clauses out of 20399 with flag 273414/2834983
240.08/246.86	c cleaning 10110 clauses out of 20224 with flag 337304/2844983
240.96/247.79	c cleaning 10557 clauses out of 21114 with flag 407657/2855983
241.73/248.58	c cleaning 11279 clauses out of 22558 with flag 495594/2867984
242.57/249.47	c cleaning 12123 clauses out of 24279 with flag 577590/2880984
243.52/250.42	c cleaning 13046 clauses out of 26155 with flag 673775/2894983
244.28/251.29	c cleaning 14051 clauses out of 28109 with flag 740818/2909983
245.18/252.14	c cleaning 15017 clauses out of 30058 with flag 807548/2925983
246.04/253.05	c cleaning 16013 clauses out of 32042 with flag 900434/2942984
247.01/254.07	c cleaning 16974 clauses out of 34028 with flag 986466/2960983
248.08/255.12	c cleaning 17986 clauses out of 36054 with flag 1079039/2979983
249.11/256.20	c cleaning 18968 clauses out of 38068 with flag 1188650/2999983
250.17/257.35	c cleaning 20050 clauses out of 40101 with flag 1287855/3020984
251.22/258.43	c cleaning 20999 clauses out of 42051 with flag 1420361/3042984
252.47/259.77	c cleaning 22006 clauses out of 44051 with flag 1565869/3065983
253.82/261.16	c cleaning 23005 clauses out of 46045 with flag 1721171/3089983
255.33/262.75	c cleaning 24005 clauses out of 48040 with flag 1853679/3114983
256.77/264.22	c cleaning 24986 clauses out of 50037 with flag 1999997/3140985
258.22/265.73	c cleaning 26000 clauses out of 52049 with flag 2148282/3167983
260.07/267.65	c cleaning 27011 clauses out of 54049 with flag 2327108/3195983
262.01/269.67	c cleaning 27992 clauses out of 56038 with flag 2520445/3224983
264.33/272.08	c cleaning 28988 clauses out of 58046 with flag 2727898/3254983
266.26/274.06	c cleaning 30013 clauses out of 60058 with flag 2894461/3285983
274.14/282.03	c cleaning 31014 clauses out of 62045 with flag 3082666/3317983
276.84/284.86	c cleaning 31999 clauses out of 64031 with flag 3253000/3350983
278.58/286.61	c cleaning 32998 clauses out of 66033 with flag 3427740/3384984
280.41/288.55	c cleaning 33972 clauses out of 68034 with flag 3611375/3419983
282.27/290.46	c cleaning 35022 clauses out of 70062 with flag 3790287/3455983
284.29/292.51	c cleaning 35995 clauses out of 72040 with flag 3971021/3492983
286.21/294.50	c cleaning 36998 clauses out of 74045 with flag 4152126/3530983
288.33/296.72	c cleaning 38007 clauses out of 76047 with flag 4355253/3569983
290.74/299.23	c cleaning 39012 clauses out of 78040 with flag 4577393/3609983
292.89/301.49	c cleaning 39987 clauses out of 80028 with flag 4810392/3650983
295.51/304.15	c cleaning 40982 clauses out of 82041 with flag 5037330/3692983
297.77/306.46	c cleaning 41984 clauses out of 84059 with flag 5280118/3735983
300.58/309.38	c cleaning 43038 clauses out of 86075 with flag 5532278/3779983
303.48/312.34	c cleaning 44019 clauses out of 88038 with flag 5825766/3824984
305.81/314.70	c cleaning 44995 clauses out of 90020 with flag 6075623/3870985
308.07/317.09	c cleaning 45986 clauses out of 92023 with flag 6341030/3917983
310.49/319.50	c cleaning 46998 clauses out of 94037 with flag 6603327/3965983
314.39/323.55	c cleaning 48003 clauses out of 96039 with flag 6889748/4014983
317.01/326.27	c cleaning 49014 clauses out of 98037 with flag 7165990/4064984
319.75/329.05	c cleaning 49985 clauses out of 100026 with flag 7461298/4115987
322.51/331.85	c cleaning 50990 clauses out of 102037 with flag 7745086/4167983
325.52/334.91	c cleaning 51995 clauses out of 104047 with flag 8059964/4220983
328.53/338.09	c cleaning 53007 clauses out of 106054 with flag 8390076/4274985
337.08/346.72	c cleaning 53952 clauses out of 108045 with flag 8823100/4329983
344.27/354.10	c cleaning 54971 clauses out of 110093 with flag 9248008/4385983
352.37/362.24	c cleaning 56056 clauses out of 112122 with flag 9624800/4442983
360.07/370.08	c cleaning 57018 clauses out of 114072 with flag 9961430/4500989
365.84/375.95	c cleaning 58018 clauses out of 116048 with flag 10323214/4559983
371.69/381.83	c cleaning 58852 clauses out of 118030 with flag 10794770/4619983
377.17/387.33	c cleaning 60008 clauses out of 120180 with flag 11345494/4680985
388.20/398.59	c cleaning 61074 clauses out of 122170 with flag 11862709/4742983
393.43/403.82	c cleaning 62040 clauses out of 124096 with flag 12411539/4805983
397.92/408.49	c cleaning 63003 clauses out of 126056 with flag 12814135/4869983
402.75/413.31	c cleaning 64012 clauses out of 128053 with flag 13244793/4934983
406.74/417.49	c cleaning 65012 clauses out of 130041 with flag 13578442/5000983
411.12/421.93	c cleaning 66010 clauses out of 132029 with flag 13922118/5067983
415.53/426.48	c cleaning 66964 clauses out of 134019 with flag 14357892/5135983
420.56/431.55	c cleaning 67965 clauses out of 136055 with flag 14887505/5204983
425.23/436.31	c cleaning 69041 clauses out of 138091 with flag 15335904/5274984
430.86/442.09	c cleaning 69925 clauses out of 140049 with flag 15834623/5345983
435.28/446.54	c cleaning 71042 clauses out of 142124 with flag 16237882/5417983
439.46/450.82	c cleaning 72010 clauses out of 144084 with flag 16627607/5490985
444.25/455.71	c cleaning 72980 clauses out of 146075 with flag 17150414/5564986
449.46/461.07	c cleaning 74042 clauses out of 148092 with flag 17623214/5639983
454.98/466.62	c cleaning 74970 clauses out of 150050 with flag 18094530/5715983
460.26/472.08	c cleaning 76027 clauses out of 152081 with flag 18573528/5792984
469.91/481.77	c cleaning 76998 clauses out of 154053 with flag 19151143/5870983
477.01/488.87	c cleaning 78021 clauses out of 156055 with flag 19890737/5949983
482.50/494.44	c cleaning 78991 clauses out of 158035 with flag 20398232/6029984
487.59/499.66	c cleaning 79999 clauses out of 160043 with flag 20780338/6110983
492.78/504.96	c cleaning 80962 clauses out of 162044 with flag 21221301/6192983
497.86/510.17	c cleaning 82045 clauses out of 164099 with flag 21560018/6276000
504.19/516.66	c cleaning 82998 clauses out of 166037 with flag 21985053/6359983
510.22/522.85	c cleaning 83989 clauses out of 168039 with flag 22572220/6444983
517.59/530.38	c cleaning 85020 clauses out of 170050 with flag 23072935/6530983
523.83/536.77	c cleaning 86017 clauses out of 172033 with flag 23641527/6617986
529.36/542.46	c cleaning 86977 clauses out of 174014 with flag 24156993/6705984
535.21/548.44	c cleaning 88018 clauses out of 176036 with flag 24697590/6794983
542.13/555.53	c cleaning 89008 clauses out of 178025 with flag 25289336/6884990
549.28/562.81	c cleaning 89958 clauses out of 180011 with flag 25793637/6975984
556.75/570.47	c cleaning 91009 clauses out of 182052 with flag 26305407/7067983
562.44/576.22	c cleaning 91929 clauses out of 184043 with flag 26727172/7160983
569.05/582.99	c cleaning 93068 clauses out of 186136 with flag 27280481/7255005
582.82/596.93	c cleaning 94023 clauses out of 188046 with flag 27841498/7349983
591.83/606.17	c cleaning 94991 clauses out of 190023 with flag 28357071/7445983
598.48/612.93	c cleaning 95975 clauses out of 192032 with flag 28855701/7542983
605.72/620.36	c cleaning 97015 clauses out of 194061 with flag 29336181/7640987
611.88/626.62	c cleaning 97990 clauses out of 196042 with flag 29896530/7739983
619.23/634.15	c cleaning 99011 clauses out of 198052 with flag 30428251/7839983
625.71/640.74	c cleaning 100000 clauses out of 200041 with flag 30923876/7940983
631.75/647.00	c cleaning 101007 clauses out of 202041 with flag 31446956/8042983
638.32/653.61	c cleaning 102001 clauses out of 204034 with flag 31981112/8145983
644.47/659.90	c cleaning 103004 clauses out of 206033 with flag 32459693/8249983
650.35/665.84	c cleaning 103999 clauses out of 208029 with flag 32950417/8354983
656.90/672.54	c cleaning 104985 clauses out of 210030 with flag 33555293/8460983
664.55/680.37	c cleaning 105969 clauses out of 212045 with flag 34170671/8567983
672.48/688.40	c cleaning 107033 clauses out of 214076 with flag 34837197/8675983
681.58/697.76	c cleaning 108012 clauses out of 216043 with flag 35566026/8784983
688.63/704.92	c cleaning 108993 clauses out of 218031 with flag 36258977/8894983
697.08/713.53	c cleaning 109982 clauses out of 220038 with flag 37054025/9005983
704.84/721.48	c cleaning 111009 clauses out of 222058 with flag 37870169/9117985
712.65/729.43	c cleaning 112006 clauses out of 224060 with flag 38587836/9230996
720.46/737.26	c cleaning 112990 clauses out of 226041 with flag 39113667/9344983
727.42/744.32	c cleaning 113977 clauses out of 228051 with flag 39621182/9459983
735.85/752.93	c cleaning 115037 clauses out of 230075 with flag 40293062/9575984
746.80/764.05	c cleaning 115943 clauses out of 232037 with flag 41142121/9692983
755.87/773.30	c cleaning 117041 clauses out of 234094 with flag 42033551/9810983
763.36/780.92	c cleaning 118019 clauses out of 236053 with flag 42770626/9929983
770.70/788.43	c cleaning 118986 clauses out of 238036 with flag 43504603/10049985
777.78/795.66	c cleaning 120000 clauses out of 240048 with flag 44158846/10170983
785.80/803.71	c cleaning 120991 clauses out of 242049 with flag 44910099/10292984
792.96/811.10	c cleaning 122012 clauses out of 244057 with flag 45721714/10415983
801.07/819.37	c cleaning 122997 clauses out of 246045 with flag 46404915/10539983
809.53/827.94	c cleaning 123990 clauses out of 248048 with flag 47234854/10664983
817.40/835.92	c cleaning 124964 clauses out of 250058 with flag 47868283/10790983
825.61/844.30	c cleaning 126022 clauses out of 252094 with flag 48627055/10917983
834.27/853.12	c cleaning 126988 clauses out of 254072 with flag 49418485/11045983
843.09/862.18	c cleaning 128022 clauses out of 256084 with flag 50231942/11174983
852.77/871.91	c cleaning 129007 clauses out of 258066 with flag 50890471/11304987
861.60/880.92	c cleaning 129785 clauses out of 260055 with flag 51620153/11435983
872.92/892.55	c cleaning 131130 clauses out of 262270 with flag 52755603/11567983
881.43/901.18	c cleaning 132057 clauses out of 264153 with flag 53383481/11700996
891.32/911.24	c cleaning 133015 clauses out of 266083 with flag 54064489/11834983
900.03/920.12	c cleaning 133980 clauses out of 268068 with flag 54855827/11969983
910.10/930.36	c cleaning 135034 clauses out of 270088 with flag 55726145/12105983
918.93/939.36	c cleaning 136018 clauses out of 272054 with flag 56484745/12242983
927.34/947.99	c cleaning 137009 clauses out of 274036 with flag 57238899/12380983
935.96/956.77	c cleaning 137963 clauses out of 276027 with flag 57860322/12519983
945.05/965.94	c cleaning 139028 clauses out of 278065 with flag 58534368/12659984
954.00/975.10	c cleaning 140009 clauses out of 280038 with flag 59154158/12800985
962.82/984.04	c cleaning 140986 clauses out of 282027 with flag 59883854/12942983
973.73/995.10	c cleaning 141989 clauses out of 284041 with flag 60612570/13085983
983.78/1005.33	c cleaning 142967 clauses out of 286052 with flag 61498717/13229983
994.39/1016.23	c cleaning 144037 clauses out of 288087 with flag 62510185/13374985
1003.23/1025.22	c cleaning 145006 clauses out of 290048 with flag 63206037/13520983
1012.05/1034.20	c cleaning 145968 clauses out of 292042 with flag 63907918/13667983
1021.26/1043.59	c cleaning 146942 clauses out of 294077 with flag 64690200/13815986
1030.42/1052.95	c cleaning 148018 clauses out of 296132 with flag 65529647/13964983
1040.97/1063.79	c cleaning 149053 clauses out of 298115 with flag 66243552/14114984
1050.63/1073.62	c cleaning 150025 clauses out of 300061 with flag 67107957/14265983
1060.73/1083.90	c cleaning 150998 clauses out of 302036 with flag 67968316/14417983
1070.84/1094.14	c cleaning 152019 clauses out of 304038 with flag 68830286/14570983
1080.55/1104.09	c cleaning 152971 clauses out of 306019 with flag 69587196/14724983
1095.60/1119.39	c cleaning 153963 clauses out of 308048 with flag 70491510/14879983
1105.80/1129.73	c Got one! Elapsed wall clock time (in seconds):1128.889
1105.80/1129.73	o 17
1107.04/1130.91	c cleaning 142084 clauses out of 284220 with flag 52275/15010118
1107.53/1131.45	c cleaning 74048 clauses out of 148136 with flag 87616/15016118
1107.91/1131.89	c cleaning 40476 clauses out of 81088 with flag 133229/15023118
1108.41/1132.37	c cleaning 24271 clauses out of 48612 with flag 181825/15031118
1108.89/1132.82	c cleaning 16650 clauses out of 33341 with flag 235189/15040118
1109.37/1133.30	c cleaning 13343 clauses out of 26691 with flag 294606/15050118
1109.95/1133.92	c cleaning 12149 clauses out of 24348 with flag 371002/15061118
1110.54/1134.53	c cleaning 12055 clauses out of 24202 with flag 435584/15073121
1111.27/1135.23	c cleaning 12543 clauses out of 25146 with flag 502332/15086120
1111.94/1135.97	c cleaning 13283 clauses out of 26603 with flag 585360/15100120
1112.82/1136.83	c cleaning 14167 clauses out of 28334 with flag 660713/15115134
1113.68/1137.73	c cleaning 15065 clauses out of 30152 with flag 750632/15131119
1114.45/1138.57	c cleaning 16024 clauses out of 32086 with flag 837417/15148118
1115.42/1139.55	c cleaning 17026 clauses out of 34062 with flag 919828/15166118
1116.48/1140.67	c cleaning 17994 clauses out of 36036 with flag 1026714/15185118
1117.45/1141.64	c cleaning 19015 clauses out of 38042 with flag 1116044/15205118
1118.52/1142.77	c cleaning 19998 clauses out of 40043 with flag 1205158/15226134
1119.79/1144.07	c cleaning 20985 clauses out of 42030 with flag 1328144/15248119
1121.05/1145.32	c cleaning 22022 clauses out of 44044 with flag 1443098/15271118
1122.40/1146.79	c cleaning 22931 clauses out of 46022 with flag 1582377/15295118
1124.34/1148.71	c cleaning 24006 clauses out of 48091 with flag 1734120/15320118
1126.50/1150.98	c cleaning 25012 clauses out of 50085 with flag 1852339/15346118
1128.15/1152.60	c cleaning 25996 clauses out of 52073 with flag 1972167/15373118
1129.63/1154.13	c cleaning 27037 clauses out of 54077 with flag 2102503/15401118
1131.19/1155.71	c cleaning 28007 clauses out of 56040 with flag 2227082/15430118
1132.84/1157.46	c cleaning 29011 clauses out of 58033 with flag 2345513/15460118
1134.69/1159.31	c cleaning 29974 clauses out of 60022 with flag 2518359/15491118
1136.55/1161.25	c cleaning 30997 clauses out of 62048 with flag 2674266/15523118
1138.42/1163.13	c cleaning 31999 clauses out of 64051 with flag 2807057/15556118
1140.26/1165.01	c cleaning 32997 clauses out of 66052 with flag 2965269/15590118
1142.69/1167.54	c cleaning 34026 clauses out of 68055 with flag 3264120/15625118
1144.86/1169.70	c cleaning 34978 clauses out of 70029 with flag 3450779/15661118
1147.09/1172.09	c cleaning 35893 clauses out of 72051 with flag 3683317/15698118
1149.82/1174.87	c cleaning 37053 clauses out of 74158 with flag 3919428/15736118
1153.06/1178.16	c cleaning 37989 clauses out of 76105 with flag 4142577/15775118
1155.69/1180.89	c cleaning 39043 clauses out of 78116 with flag 4369304/15815118
1158.59/1183.81	c cleaning 39987 clauses out of 80073 with flag 4609978/15856118
1161.23/1186.59	c cleaning 41039 clauses out of 82087 with flag 4829643/15898119
1163.87/1189.26	c cleaning 42007 clauses out of 84047 with flag 5123007/15941118
1166.41/1191.87	c cleaning 43002 clauses out of 86045 with flag 5374169/15985123
1168.75/1194.28	c cleaning 44005 clauses out of 88038 with flag 5596015/16030118
1171.51/1197.03	c cleaning 44989 clauses out of 90033 with flag 5842818/16076118
1174.24/1199.86	c cleaning 46015 clauses out of 92044 with flag 6128021/16123118
1177.16/1202.87	c cleaning 46984 clauses out of 94029 with flag 6489197/16171118
1180.10/1205.86	c cleaning 48004 clauses out of 96046 with flag 6783517/16220119
1183.05/1208.89	c cleaning 48983 clauses out of 98041 with flag 7033741/16270118
1186.29/1212.18	c cleaning 50014 clauses out of 100058 with flag 7395822/16321118
1190.37/1216.30	c cleaning 50972 clauses out of 102044 with flag 7831221/16373118
1194.14/1220.19	c cleaning 52029 clauses out of 104072 with flag 8196254/16426118
1197.09/1223.17	c cleaning 53006 clauses out of 106043 with flag 8483226/16480118
1199.90/1226.02	c cleaning 54006 clauses out of 108038 with flag 8757830/16535119
1202.96/1229.19	c cleaning 54992 clauses out of 110032 with flag 9029760/16591119
1206.20/1232.42	c cleaning 55984 clauses out of 112039 with flag 9284275/16648118
1209.21/1235.56	c cleaning 56998 clauses out of 114056 with flag 9589376/16706119
1212.63/1239.06	c cleaning 58011 clauses out of 116057 with flag 9956265/16765118
1216.33/1242.84	c cleaning 59005 clauses out of 118046 with flag 10274099/16825118
1219.95/1246.52	c cleaning 60009 clauses out of 120043 with flag 10615863/16886120
1223.67/1250.34	c cleaning 60964 clauses out of 122032 with flag 10966226/16948118
1227.56/1254.30	c cleaning 61986 clauses out of 124068 with flag 11336113/17011118
1231.67/1258.59	c cleaning 63012 clauses out of 126082 with flag 11736878/17075118
1235.89/1262.82	c cleaning 64011 clauses out of 128070 with flag 12127904/17140118
1239.22/1266.24	c cleaning 65002 clauses out of 130059 with flag 12508209/17206118
1243.53/1270.60	c cleaning 65918 clauses out of 132057 with flag 12965676/17273118
1247.94/1275.14	c cleaning 67036 clauses out of 134142 with flag 13406799/17341121
1253.14/1280.40	c cleaning 68011 clauses out of 136103 with flag 13856608/17410118
1257.82/1285.16	c cleaning 69000 clauses out of 138092 with flag 14333135/17480118
1262.10/1289.56	c cleaning 70024 clauses out of 140093 with flag 14705838/17551119
1267.02/1294.59	c cleaning 71004 clauses out of 142068 with flag 15231560/17623118
1271.32/1298.90	c cleaning 71977 clauses out of 144064 with flag 15579247/17696118
1276.85/1304.60	c cleaning 73028 clauses out of 146087 with flag 16154477/17770118
1281.78/1309.64	c cleaning 74021 clauses out of 148059 with flag 16663198/17845118
1286.60/1314.55	c cleaning 75001 clauses out of 150038 with flag 17089064/17921118
1291.31/1319.34	c cleaning 76003 clauses out of 152037 with flag 17464812/17998118
1296.59/1324.71	c cleaning 76972 clauses out of 154035 with flag 17973843/18076119
1302.23/1330.47	c cleaning 77969 clauses out of 156065 with flag 18488312/18155121
1311.19/1339.51	c cleaning 78972 clauses out of 158093 with flag 19090234/18235118
1317.79/1346.23	c cleaning 79970 clauses out of 160121 with flag 19660773/18316118
1323.08/1351.63	c cleaning 81057 clauses out of 162153 with flag 20231962/18398120
1328.88/1357.50	c cleaning 82030 clauses out of 164094 with flag 20893695/18481118
1334.74/1363.51	c cleaning 83015 clauses out of 166064 with flag 21499682/18565118
1340.22/1369.11	c cleaning 83992 clauses out of 168049 with flag 22056716/18650118
1345.59/1374.58	c cleaning 85006 clauses out of 170057 with flag 22590121/18736118
1350.92/1379.99	c cleaning 86016 clauses out of 172051 with flag 23141925/18823118
1357.16/1386.31	c cleaning 86987 clauses out of 174035 with flag 23836112/18911118
1363.34/1392.64	c cleaning 88008 clauses out of 176048 with flag 24516858/19000118
1371.40/1400.82	c cleaning 89017 clauses out of 178040 with flag 25172482/19090118
1377.79/1407.24	c cleaning 90002 clauses out of 180026 with flag 25728405/19181121
1383.65/1413.25	c cleaning 90978 clauses out of 182025 with flag 26216656/19273122
1390.62/1420.30	c cleaning 91996 clauses out of 184043 with flag 26711997/19366118
1397.79/1427.55	c cleaning 92980 clauses out of 186047 with flag 27192913/19460118
1403.89/1433.75	c cleaning 94017 clauses out of 188067 with flag 27790970/19555118
1409.97/1439.90	c cleaning 95023 clauses out of 190050 with flag 28319549/19651118
1415.36/1445.33	c cleaning 95993 clauses out of 192027 with flag 28856920/19748118
1420.86/1450.97	c cleaning 96979 clauses out of 194034 with flag 29362388/19846118
1426.45/1456.60	c cleaning 98015 clauses out of 196055 with flag 29825460/19945118
1432.26/1462.52	c cleaning 99012 clauses out of 198040 with flag 30284094/20045118
1439.32/1469.77	c cleaning 99975 clauses out of 200028 with flag 30947333/20146118
1445.80/1476.31	c cleaning 101020 clauses out of 202054 with flag 31490437/20248119
1453.57/1484.15	c cleaning 101989 clauses out of 204033 with flag 32318042/20351118
1461.22/1491.91	c cleaning 102999 clauses out of 206044 with flag 33163347/20455118
1468.48/1499.28	c cleaning 104023 clauses out of 208045 with flag 33780110/20560118
1475.20/1506.03	c cleaning 104979 clauses out of 210022 with flag 34261975/20666118
1482.42/1513.30	c cleaning 106021 clauses out of 212043 with flag 34890708/20773118
1488.52/1519.54	c cleaning 107011 clauses out of 214022 with flag 35377400/20881118
1495.55/1526.66	c cleaning 107988 clauses out of 216011 with flag 35909716/20990118
1502.62/1533.86	c cleaning 108998 clauses out of 218023 with flag 36496134/21100118
1510.28/1541.52	c cleaning 109995 clauses out of 220025 with flag 37311426/21211118
1517.17/1548.51	c cleaning 110980 clauses out of 222030 with flag 37937203/21323118
1525.78/1557.20	c cleaning 112010 clauses out of 224053 with flag 38600752/21436121
1533.54/1565.19	c cleaning 113001 clauses out of 226044 with flag 39390610/21550122
1541.20/1572.85	c cleaning 113990 clauses out of 228039 with flag 40115047/21665118
1548.58/1580.39	c cleaning 115006 clauses out of 230049 with flag 40689291/21781118
1556.46/1588.38	c cleaning 115983 clauses out of 232046 with flag 41415903/21898121
1564.19/1596.16	c cleaning 117019 clauses out of 234061 with flag 42041856/22016119
1571.96/1603.96	c cleaning 117989 clauses out of 236041 with flag 42836549/22135118
1581.15/1613.12	c cleaning 119021 clauses out of 238053 with flag 43755957/22255119
1589.50/1621.57	c cleaning 120011 clauses out of 240033 with flag 44490916/22376120
1599.08/1631.27	c cleaning 120994 clauses out of 242020 with flag 45450886/22498118
1609.97/1642.13	c cleaning 121999 clauses out of 244026 with flag 46414782/22621118
1619.26/1651.47	c cleaning 122986 clauses out of 246027 with flag 47142449/22745118
1629.56/1661.78	c cleaning 123911 clauses out of 248041 with flag 47859373/22870118
1643.93/1676.29	c cleaning 124968 clauses out of 250130 with flag 48565967/22996118
1664.66/1697.07	c cleaning 126055 clauses out of 252162 with flag 49337089/23123118
1675.47/1707.87	c cleaning 126991 clauses out of 254107 with flag 50087370/23251118
1684.47/1717.00	c cleaning 128006 clauses out of 256116 with flag 50948907/23380118
1693.23/1725.70	c cleaning 129037 clauses out of 258110 with flag 51706427/23510118
1702.74/1735.36	c cleaning 130018 clauses out of 260075 with flag 52546912/23641120
1712.21/1744.94	c cleaning 131003 clauses out of 262055 with flag 53408860/23773118
1722.02/1754.79	c cleaning 132026 clauses out of 264052 with flag 54337896/23906118
1731.66/1764.40	c cleaning 133007 clauses out of 266032 with flag 55127785/24040124
1739.47/1772.30	c cleaning 133996 clauses out of 268019 with flag 55788252/24175118
1747.25/1780.20	c cleaning 134974 clauses out of 270023 with flag 56413538/24311118
1755.65/1788.79	c cleaning 136022 clauses out of 272049 with flag 57141634/24448118
1766.33/1799.50	c cleaning 136943 clauses out of 274027 with flag 58071290/24586118
1776.02/1809.28	c cleaning 137999 clauses out of 276084 with flag 58951377/24725118
1785.48/1818.82	c cleaning 139028 clauses out of 278085 with flag 59874574/24865118
1795.67/1829.09	c cleaning 140029 clauses out of 280057 with flag 60725802/25006118
1805.44/1838.91	c cleaning 140991 clauses out of 282028 with flag 61515983/25148118
1817.26/1850.74	c cleaning 141880 clauses out of 284037 with flag 62335643/25291118
1828.75/1862.35	c cleaning 143064 clauses out of 286157 with flag 63142133/25435118
1839.35/1872.90	c cleaning 144045 clauses out of 288093 with flag 63885372/25580118
1849.45/1883.12	c cleaning 145017 clauses out of 290051 with flag 64716203/25726121
1862.92/1896.68	c cleaning 145997 clauses out of 292031 with flag 65878926/25873118
1876.32/1910.13	c cleaning 147002 clauses out of 294034 with flag 66913713/26021118
1887.33/1921.30	c cleaning 148006 clauses out of 296032 with flag 67864255/26170118
1897.36/1931.47	c cleaning 148987 clauses out of 298027 with flag 68565267/26320119
1910.45/1944.68	c cleaning 150005 clauses out of 300039 with flag 69835079/26471118
1920.93/1955.16	c cleaning 151011 clauses out of 302034 with flag 70778306/26623118
1930.49/1964.81	c cleaning 151998 clauses out of 304023 with flag 71550692/26776118
1940.95/1975.46	c cleaning 153003 clauses out of 306025 with flag 72318079/26930118
1952.62/1987.14	c cleaning 153965 clauses out of 308022 with flag 73509753/27085118
1963.23/1997.95	c cleaning 155004 clauses out of 310057 with flag 74450641/27241118
1975.74/2010.67	c cleaning 156021 clauses out of 312053 with flag 75379867/27398118
1986.68/2021.66	c cleaning 156967 clauses out of 314032 with flag 76330772/27556118
1998.34/2033.43	c cleaning 158033 clauses out of 316065 with flag 77405541/27715118
2010.28/2045.43	c cleaning 158885 clauses out of 318032 with flag 78283628/27875118
2021.74/2057.08	c cleaning 160058 clauses out of 320147 with flag 79175792/28036118
2033.17/2068.41	c cleaning 161003 clauses out of 322089 with flag 80166334/28198118
2044.90/2080.35	c cleaning 162031 clauses out of 324086 with flag 81304708/28361118
2057.48/2092.94	c cleaning 163002 clauses out of 326055 with flag 82454646/28525118
2068.83/2104.49	c cleaning 164012 clauses out of 328053 with flag 83398432/28690118
2081.75/2117.48	c cleaning 165017 clauses out of 330042 with flag 84271221/28856119
2093.02/2128.86	c cleaning 166000 clauses out of 332024 with flag 85082689/29023118
2104.91/2140.79	c cleaning 166993 clauses out of 334024 with flag 85912218/29191118
2115.35/2151.30	c cleaning 167942 clauses out of 336031 with flag 86772501/29360118
2126.74/2162.76	c cleaning 169021 clauses out of 338089 with flag 87764643/29530118
2138.62/2174.73	c cleaning 170024 clauses out of 340070 with flag 88753228/29701120
2150.36/2186.59	c cleaning 170934 clauses out of 342044 with flag 89620607/29873118
2163.21/2199.53	c cleaning 172037 clauses out of 344111 with flag 90654160/30046119
2174.55/2210.96	c cleaning 172980 clauses out of 346073 with flag 91563763/30220118
2186.31/2222.86	c cleaning 174025 clauses out of 348093 with flag 92549368/30395118
2198.60/2235.16	c cleaning 174994 clauses out of 350068 with flag 93705030/30571118
2211.84/2248.44	c cleaning 176006 clauses out of 352074 with flag 94990673/30748118
2222.47/2259.27	c cleaning 177013 clauses out of 354069 with flag 96012976/30926119
2235.33/2272.14	c cleaning 177992 clauses out of 356057 with flag 97454411/31105120
2247.11/2284.03	c cleaning 178974 clauses out of 358065 with flag 98573558/31285120
2258.92/2295.93	c cleaning 180043 clauses out of 360089 with flag 99600808/31466118
2271.48/2308.49	c cleaning 181012 clauses out of 362048 with flag 100792087/31648120
2285.15/2322.04	c cleaning 181988 clauses out of 364034 with flag 101799490/31831118
2296.60/2333.67	c cleaning 182992 clauses out of 366046 with flag 102565007/32015118
2314.06/2351.17	c cleaning 184020 clauses out of 368054 with flag 103710172/32200118
2325.95/2363.05	c cleaning 184932 clauses out of 370035 with flag 104641577/32386119
2341.06/2378.31	c cleaning 185993 clauses out of 372103 with flag 105829408/32573119
2356.02/2393.34	c cleaning 187043 clauses out of 374117 with flag 106972737/32761126
2375.18/2412.57	c cleaning 187988 clauses out of 376067 with flag 108516897/32950119
2393.40/2430.89	c cleaning 188960 clauses out of 378078 with flag 109813674/33140118
2409.73/2447.20	c cleaning 190032 clauses out of 380118 with flag 111172512/33331118
2422.56/2460.28	c cleaning 190956 clauses out of 382086 with flag 112237750/33523118
2436.94/2474.82	c cleaning 192001 clauses out of 384130 with flag 113359387/33716118
2451.02/2489.00	c cleaning 193048 clauses out of 386131 with flag 114549905/33910120
2463.33/2501.20	c cleaning 194033 clauses out of 388082 with flag 115529700/34105119
2475.96/2514.06	c cleaning 195021 clauses out of 390049 with flag 116507452/34301119
2487.27/2525.58	c cleaning 195983 clauses out of 392028 with flag 117350370/34498119
2498.99/2537.49	c cleaning 196952 clauses out of 394044 with flag 118379674/34696118
2512.26/2550.71	c cleaning 198017 clauses out of 396096 with flag 119476964/34895122
2528.01/2566.64	c cleaning 198979 clauses out of 398075 with flag 120586635/35095118
2543.02/2581.79	c cleaning 200050 clauses out of 400100 with flag 121971275/35296122
2561.47/2600.18	c cleaning 201018 clauses out of 402046 with flag 123550716/35498118
2576.76/2615.42	c cleaning 201960 clauses out of 404028 with flag 124791716/35701118
2599.40/2638.05	c cleaning 202979 clauses out of 406068 with flag 126211646/35905118
2614.55/2653.18	c cleaning 203957 clauses out of 408089 with flag 127215907/36110118
2633.49/2672.07	c cleaning 205052 clauses out of 410136 with flag 128477519/36316122
2649.98/2688.79	c cleaning 205996 clauses out of 412080 with flag 129680716/36523118
2663.71/2702.51	c cleaning 207010 clauses out of 414084 with flag 130827261/36731118
2679.52/2718.32	c cleaning 208011 clauses out of 416077 with flag 132058909/36940121
2693.38/2732.38	c cleaning 208983 clauses out of 418065 with flag 133209961/37150120
2707.86/2747.00	c cleaning 210013 clauses out of 420082 with flag 134327565/37361120
2723.10/2762.36	c cleaning 211000 clauses out of 422070 with flag 135355476/37573121
2744.42/2783.79	c cleaning 212015 clauses out of 424067 with flag 136586352/37786118
2763.10/2802.49	c cleaning 212998 clauses out of 426052 with flag 137753747/38000118
2779.30/2818.81	c cleaning 214023 clauses out of 428054 with flag 138803187/38215118
2795.03/2834.52	c cleaning 215008 clauses out of 430031 with flag 140116340/38431118
2809.07/2848.78	c cleaning 216012 clauses out of 432024 with flag 141201014/38648119
2823.40/2863.08	c cleaning 216965 clauses out of 434011 with flag 142385650/38866118
2838.46/2878.30	c cleaning 217997 clauses out of 436048 with flag 143487976/39085120
2853.57/2893.69	c cleaning 218978 clauses out of 438049 with flag 144909755/39305118
2867.51/2907.69	c cleaning 219993 clauses out of 440071 with flag 145915169/39526118
2882.90/2923.02	c cleaning 220995 clauses out of 442078 with flag 147067203/39748118
2898.58/2938.94	c cleaning 222038 clauses out of 444084 with flag 148389571/39971119
2912.02/2952.45	c cleaning 223012 clauses out of 446045 with flag 149267991/40195118
2927.95/2968.51	c cleaning 224040 clauses out of 448079 with flag 150288980/40420164
2942.33/2983.01	c cleaning 224976 clauses out of 449993 with flag 151412384/40646118
2958.02/2998.64	c cleaning 225967 clauses out of 452017 with flag 152695117/40873118
2974.16/3014.94	c cleaning 226992 clauses out of 454050 with flag 153969189/41101118
2989.12/3029.99	c cleaning 228026 clauses out of 456058 with flag 155237381/41330118
3006.63/3047.69	c cleaning 228986 clauses out of 458032 with flag 156756634/41560118
3025.13/3066.26	c cleaning 229973 clauses out of 460046 with flag 158478738/41791118
3042.76/3083.93	c cleaning 231024 clauses out of 462074 with flag 160033033/42023119
3059.12/3100.32	c cleaning 232012 clauses out of 464049 with flag 161552692/42256118
3076.17/3117.35	c cleaning 232995 clauses out of 466038 with flag 163106100/42490119
3093.48/3134.86	c cleaning 234004 clauses out of 468042 with flag 164685205/42725118
3110.34/3151.70	c cleaning 234931 clauses out of 470038 with flag 166067883/42961118
3128.01/3169.65	c cleaning 236050 clauses out of 472107 with flag 167250947/43198118
3144.55/3186.23	c cleaning 237006 clauses out of 474059 with flag 168292552/43436120
3161.45/3203.38	c cleaning 237823 clauses out of 476051 with flag 169477581/43675118
3177.97/3219.96	c cleaning 239102 clauses out of 478230 with flag 170776627/43915120
3194.04/3236.01	c cleaning 240003 clauses out of 480126 with flag 172064192/44156118
3210.77/3252.94	c cleaning 240998 clauses out of 482123 with flag 173469253/44398118
3229.09/3271.30	c cleaning 242049 clauses out of 484125 with flag 174939712/44641118
3245.21/3287.50	c cleaning 243026 clauses out of 486076 with flag 176319119/44885118
3260.32/3302.88	c cleaning 244011 clauses out of 488050 with flag 177547477/45130118
3277.75/3320.31	c cleaning 245012 clauses out of 490039 with flag 179064848/45376118
3295.44/3338.27	c cleaning 245989 clauses out of 492027 with flag 180396108/45623118
3313.98/3356.87	c cleaning 247026 clauses out of 494056 with flag 181989010/45871136
3330.98/3373.98	c cleaning 247989 clauses out of 496016 with flag 183257343/46120122
3349.48/3392.61	c cleaning 249006 clauses out of 498024 with flag 184671797/46370119
3365.95/3409.17	c cleaning 249968 clauses out of 500017 with flag 185856934/46621118
3383.59/3427.06	c cleaning 251007 clauses out of 502049 with flag 186977152/46873118
3402.40/3445.95	c cleaning 251878 clauses out of 504042 with flag 188080335/47126118
3426.50/3469.69	c cleaning 253024 clauses out of 506165 with flag 189747798/47380119
3444.68/3488.06	c cleaning 253954 clauses out of 508141 with flag 190952494/47635119
3463.90/3507.38	c cleaning 255087 clauses out of 510186 with flag 192224126/47891118
3485.50/3528.94	c cleaning 256032 clauses out of 512099 with flag 193727722/48148118
3504.14/3547.85	c cleaning 256989 clauses out of 514069 with flag 195132960/48406120
3524.02/3567.71	c cleaning 258010 clauses out of 516078 with flag 196609959/48665118
3542.29/3586.26	c cleaning 259004 clauses out of 518068 with flag 198145191/48925118
3559.83/3603.89	c cleaning 260022 clauses out of 520065 with flag 199403695/49186119
3576.42/3620.61	c cleaning 260966 clauses out of 522042 with flag 200759301/49448118
3594.28/3638.54	c cleaning 262031 clauses out of 524076 with flag 202162480/49711118
3600.09/3644.40	c starts		: 191471
3600.09/3644.41	c conflicts		: 49809857
3600.09/3644.41	c decisions		: 1363884744
3600.09/3644.41	c propagations		: 15538618279
3600.09/3644.41	c inspects		: 21380235909
3600.09/3644.41	c shortcuts		: 0
3600.09/3644.41	c learnt literals	: 0
3600.09/3644.41	c learnt binary clauses	: 0
3600.09/3644.41	c learnt ternary clauses	: 0
3600.09/3644.41	c learnt constraints	: 49809857
3600.09/3644.41	c ignored constraints	: 0
3600.09/3644.41	c root simplifications	: 0
3600.09/3644.41	c removed literals (reason simplification)	: 647201658
3600.09/3644.41	c reason swapping (by a shorter reason)	: 0
3600.09/3644.41	c Calls to reduceDB	: 565
3600.09/3644.41	c Number of update (reduction) of LBD	: 29749547
3600.09/3644.41	c Imported unit clauses	: 0
3600.09/3644.41	c No decision after first conflict	: false
3600.09/3644.41	c number of reductions to clauses (during analyze)	: 0
3600.09/3644.41	c number of learned constraints concerned by reduction	: 0
3600.09/3644.41	c number of learning phase by resolution	: 0
3600.09/3644.41	c number of learning phase by cutting planes	: 0
3600.09/3644.41	c number of rounding to 1 operations	: 0
3600.09/3644.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3644.41	c number of reductions of the coefficients by power 2 	: 0
3600.09/3644.41	c number of right shift for reduction by power 2 	: 0
3600.09/3644.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3644.41	c number of ending skipping 	: 0
3600.09/3644.41	c number of internal skipping 	: 0
3600.09/3644.41	c number of derivation steps 	: 0
3600.09/3644.41	c number of skipped derivation steps 	: 0
3600.09/3644.41	c number of remaining unassigned 	: 0
3600.09/3644.41	c number of remaining assigned 	: 0
3600.09/3644.41	c number of falsified literals weakened from reason	: 0
3600.09/3644.41	c number of falsified literals weakened from conflict	: 0
3600.09/3644.41	c time for arithmetic operations	: 0
3600.09/3644.41	c minimum degree of deleted constraints	: null
3600.09/3644.41	c maximum degree of deleted constraints	: null
3600.09/3644.41	c number of deleted constraints	: 0
3600.09/3644.41	c speed (assignments/second)	: 4264750.453959106
3600.09/3644.41	c non guided choices	: 40
3600.09/3644.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 360784
3600.09/3644.46	s SATISFIABLE
3600.09/3644.46	c Found 10 solution(s)
3600.09/3644.46	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 -x1465 -x1466 -x1467 x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 x1555 -x1556 -x1557 -x1558 x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 
3600.09/3644.46	c objective function=17
3600.09/3644.46	c Total wall clock time (in seconds): 3643.624

Verifier Data

OK	17

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

running on 4 cores: 36-39

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-7,16,19,22,32,40,42,45,50,60
  3550 MHz: 17,20-21,23,34-36,38,41,43,52-55,63
  3600 MHz: 8-15,18,24-31,33,37,39,44,46-49,51,56-59,61-62
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 36-39

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128009 MiB (23463 MiB free)
  node 1: cores 8-15, 129019 MiB (51261 MiB free)
  node 2: cores 16-23, 129019 MiB (98227 MiB free)
  node 3: cores 24-31, 129003 MiB (72324 MiB free)
  node 4: cores 32-39, 129019 MiB (81938 MiB free)
  node 5: cores 40-47, 129019 MiB (116105 MiB free)
  node 6: cores 48-55, 129019 MiB (117733 MiB free)
  node 7: cores 56-63, 128474 MiB (119996 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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

solver pid=2695930, runsolver pid=2695910

[startup+0.100056 s]*
/proc/loadavg: 0.84 0.97 0.99 1/877 2695970
/proc/meminfo: memFree=697427304/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=2716 memory=552 CPUtime=0 cores=36-39
/proc/2695930/stat : 2695930 (java) D 2695910 2695930 2695730 0 -1 4194304 100 0 0 0 0 0 0 0 20 0 1 0 13925115 2781184 0 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 0 1 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 679 138 119 1 0 67 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 2716 KiB
Current children cumulated memory: 552 KiB

[startup+0.211975 s]*
/proc/loadavg: 0.84 0.97 0.99 2/898 2695991
/proc/meminfo: memFree=697432604/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=246828 memory=12788 CPUtime=0.01 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 766 0 28 0 0 1 0 0 20 0 2 0 13925115 252751872 2944 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16784588 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 61707 3197 2722 1 0 616 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=246828 memory=3472328095156301869 CPUtime=0 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) D 2695910 2695930 2695730 0 -1 4194368 133 0 28 0 0 0 0 0 20 0 2 0 13925127 252751872 2944 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16784588 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 246828 KiB
Current children cumulated memory: 12788 KiB

[startup+0.310821 s]*
/proc/loadavg: 0.84 0.97 0.99 6/1012 2696105
/proc/meminfo: memFree=697407536/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=34234060 memory=17768 CPUtime=0.01 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 1382 0 92 0 0 1 0 0 20 0 10 0 13925115 35055677440 3968 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16784588 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8558515 4442 3362 1 0 23201 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=34234060 memory=-7450457339725637726 CPUtime=0 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) D 2695910 2695930 2695730 0 -1 4194368 574 0 69 0 0 0 0 0 20 0 10 0 13925127 35055677440 3968 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16784588 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696080] ppid=2695910 vsize=34234060 memory=8329867684390071709 CPUtime=0 cores=36-39
/proc/2695930/task/2696080/stat : 2696080 (Archive..Thread) D 2695910 2695930 2695730 0 -1 4194368 51 0 12 0 0 0 0 0 20 0 10 0 13925141 35055677440 3968 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16784588 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696088] ppid=2695910 vsize=34234060 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696088/stat : 2696088 (Archive..Thread) D 2695910 2695930 2695730 0 -1 4194368 111 0 11 0 0 0 0 0 20 0 10 0 13925141 35055677440 3968 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16784588 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 34234060 KiB
Current children cumulated memory: 17768 KiB

[startup+0.700156 s]
/proc/loadavg: 0.84 0.97 0.99 19/1144 2696265
/proc/meminfo: memFree=697180472/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=34900044 memory=46220 CPUtime=0.09 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 5446 0 395 0 5 4 0 0 20 0 19 0 13925115 35737645056 11056 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8725011 11555 6001 1 0 30911 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=34900044 memory=40568 CPUtime=0.05 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) D 2695910 2695930 2695730 0 -1 4194368 2772 0 226 0 2 3 0 0 20 0 19 0 13925127 35737645056 11056 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=34900044 memory=20917 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 13925165 35737645056 11056 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=34900044 memory=2408 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 13925165 35737645056 11056 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=34900044 memory=20339 CPUtime=0 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 13925165 35737645056 11056 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=34900044 memory=20000 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 19 0 13925166 35737645056 11056 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=34900044 memory=29924 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 13925166 35737645056 11056 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 46220 KiB

[startup+1.50031 s]
/proc/loadavg: 0.84 0.97 0.99 41/1120 2696312
/proc/meminfo: memFree=696705980/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35099736 memory=233024 CPUtime=2.15 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 12730 0 397 0 208 7 0 0 20 0 22 0 13925115 35942129664 57856 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8774934 58256 6208 1 0 84761 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35099736 memory=2408 CPUtime=0.67 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 3352 0 227 0 62 5 0 0 20 0 22 0 13925127 35942129664 57856 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35099736 memory=20339 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 13925165 35942129664 57856 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35099736 memory=20000 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 13925165 35942129664 57856 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=35099736 memory=29924 CPUtime=0 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 13925165 35942129664 57856 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=35099736 memory=20917 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 22 0 13925166 35942129664 57856 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=35099736 memory=12792 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 13925166 35942129664 57856 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696294] ppid=2695910 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696294/stat : 2696294 (Timer-0) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 13925206 35942129664 57856 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 233024 KiB

[startup+3.11373 s]
/proc/loadavg: 2.45 1.30 1.10 17/1120 2696381
/proc/meminfo: memFree=693780980/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35232864 memory=268640 CPUtime=4.4 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 17605 0 397 0 431 9 0 0 20 0 23 0 13925115 36078452736 66921 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8808216 67160 6225 1 0 88838 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35232864 memory=0 CPUtime=2.16 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 3869 0 227 0 209 7 0 0 20 0 23 0 13925127 36078452736 66921 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35232864 memory=3513 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 66921 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 66921 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=35232864 memory=12792 CPUtime=0 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 66921 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 66921 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 66921 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696294] ppid=2695910 vsize=35232864 memory=2340 CPUtime=0 cores=36-39
/proc/2695930/task/2696294/stat : 2696294 (Timer-0) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925206 36078452736 66921 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 4.4 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 268640 KiB

[startup+6.30016 s]
/proc/loadavg: 2.45 1.30 1.10 13/1188 2696593
/proc/meminfo: memFree=690585660/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35232864 memory=275100 CPUtime=7.61 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 20815 0 397 0 748 13 0 0 20 0 23 0 13925115 36078452736 68485 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8808216 68775 6225 1 0 88838 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35232864 memory=12792 CPUtime=5.17 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 4473 0 227 0 507 10 0 0 20 0 23 0 13925127 36078452736 68485 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 68485 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 68485 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=35232864 memory=5836 CPUtime=0 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 68485 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=35232864 memory=275044 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 68485 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=35232864 memory=11578845288351584 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 68485 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696294] ppid=2695910 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696294/stat : 2696294 (Timer-0) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925206 36078452736 68485 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 275100 KiB

[startup+12.7002 s]
/proc/loadavg: 4.60 1.80 1.26 15/1191 2696631
/proc/meminfo: memFree=683858196/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35232864 memory=310328 CPUtime=13.91 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 27602 0 397 0 1370 21 0 0 20 0 23 0 13925115 36078452736 77399 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8808216 77582 6181 1 0 93022 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35232864 memory=43708 CPUtime=11.22 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 6151 0 227 0 1105 17 0 0 20 0 23 0 13925127 36078452736 77399 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 77399 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 77399 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0

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

/proc/meminfo: memFree=254293804/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35232864 memory=1330364 CPUtime=3359.2 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 190039 0 397 0 333075 2845 0 0 20 0 23 0 13925115 36078452736 332354 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8808216 332591 6212 1 0 345782 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35232864 memory=0 CPUtime=3300.04 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 42632 0 227 0 327243 2761 0 0 20 0 23 0 13925127 36078452736 332354 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35232864 memory=1330172 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 332354 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35232864 memory=1330172 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 332354 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=35232864 memory=1319908 CPUtime=0.09 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 85 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 332354 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=35232864 memory=1313688 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 332354 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=35232864 memory=15648 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 684 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 332354 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696294] ppid=2695910 vsize=35232864 memory=1330364 CPUtime=0 cores=36-39
/proc/2695930/task/2696294/stat : 2696294 (Timer-0) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925206 36078452736 332354 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 3359.2 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1330364 KiB

[startup+3462.3 s]
/proc/loadavg: 16.60 16.23 16.04 18/1198 2718621
/proc/meminfo: memFree=245954812/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35232864 memory=1363836 CPUtime=3418.86 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 191290 0 397 0 338997 2889 0 0 20 0 23 0 13925115 36078452736 340760 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8808216 340959 6212 1 0 354150 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35232864 memory=0 CPUtime=3358.58 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 42790 0 227 0 333054 2804 0 0 20 0 23 0 13925127 36078452736 340760 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35232864 memory=1330172 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 340760 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35232864 memory=1330172 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 340760 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=35232864 memory=1319908 CPUtime=0.09 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 87 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 340760 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=35232864 memory=1313688 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 340760 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=35232864 memory=29928 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 684 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 340760 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696294] ppid=2695910 vsize=35232864 memory=15648 CPUtime=0 cores=36-39
/proc/2695930/task/2696294/stat : 2696294 (Timer-0) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925206 36078452736 340760 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 3418.86 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1363836 KiB

[startup+3522.3 s]
/proc/loadavg: 16.11 16.16 16.03 16/1198 2718643
/proc/meminfo: memFree=239728500/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35232864 memory=1380540 CPUtime=3478.72 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 198961 0 397 0 344938 2934 0 0 20 0 23 0 13925115 36078452736 344875 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8808216 345135 6212 1 0 358334 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35232864 memory=1374396 CPUtime=3417.17 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 44446 0 227 0 338870 2847 0 0 20 0 23 0 13925127 36078452736 344875 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35232864 memory=-7450457339726228062 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 344875 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35232864 memory=5836 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 344875 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=35232864 memory=-7450457339726228062 CPUtime=0.09 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 87 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 344875 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=35232864 memory=5664 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 344875 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=35232864 memory=29928 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 743 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 344875 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696294] ppid=2695910 vsize=35232864 memory=1380540 CPUtime=0 cores=36-39
/proc/2695930/task/2696294/stat : 2696294 (Timer-0) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925206 36078452736 344875 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 3478.72 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1380540 KiB

[startup+3582.3 s]
/proc/loadavg: 16.32 16.22 16.06 18/1198 2718881
/proc/meminfo: memFree=250896172/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35232864 memory=1462140 CPUtime=3538.39 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 200618 0 397 0 350866 2973 0 0 20 0 23 0 13925115 36078452736 365360 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8808216 365535 6212 1 0 379259 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35232864 memory=5836 CPUtime=3475.8 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 45411 0 227 0 344696 2884 0 0 20 0 23 0 13925127 36078452736 365360 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35232864 memory=29928 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 365360 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35232864 memory=1432836 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 365360 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=35232864 memory=1422516 CPUtime=0.09 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 87 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 365360 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=35232864 memory=1447200 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 365360 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=35232864 memory=15648 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 743 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 365360 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696294] ppid=2695910 vsize=35232864 memory=24340 CPUtime=0 cores=36-39
/proc/2695930/task/2696294/stat : 2696294 (Timer-0) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925206 36078452736 365360 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 3538.39 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1462140 KiB

[startup+3642.3 s]
/proc/loadavg: 16.37 16.28 16.09 15/1173 2719365
/proc/meminfo: memFree=454460548/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35232864 memory=1447008 CPUtime=3598.03 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 200849 0 397 0 356784 3019 0 0 20 0 23 0 13925115 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8808216 361752 6212 1 0 375075 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35232864 memory=0 CPUtime=3534.45 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 45424 0 227 0 350517 2928 0 0 20 0 23 0 13925127 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35232864 memory=1462140 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35232864 memory=5836 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=35232864 memory=1447200 CPUtime=0.09 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 87 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=35232864 memory=1434696 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=35232864 memory=15648 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 749 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696294] ppid=2695910 vsize=35232864 memory=29928 CPUtime=0 cores=36-39
/proc/2695930/task/2696294/stat : 2696294 (Timer-0) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925206 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 3598.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1447008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3644.4 s]
/proc/loadavg: 16.34 16.27 16.09 15/1200 2719430
/proc/meminfo: memFree=454118076/1055320716 swapFree=33554172/33554428
[pid=2695930] ppid=2695910 vsize=35232864 memory=1447008 CPUtime=3600.09 cores=36-39
/proc/2695930/stat : 2695930 (java) S 2695910 2695930 2695730 0 -1 4194304 200849 0 397 0 356988 3021 0 0 20 0 23 0 13925115 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 0 0 16800975 0 0 0 17 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
/proc/2695930/statm: 8808216 361752 6212 1 0 375075 0
[pid=2695930/tid=2695971] ppid=2695910 vsize=35232864 memory=7796 CPUtime=3536.52 cores=36-39
/proc/2695930/task/2695971/stat : 2695971 (java) R 2695910 2695930 2695730 0 -1 4194368 45424 0 227 0 350721 2931 0 0 20 0 23 0 13925127 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696145] ppid=2695910 vsize=35232864 memory=-7450457339726228062 CPUtime=0 cores=36-39
/proc/2695930/task/2696145/stat : 2696145 (Referen..andler) S 2695910 2695930 2695730 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696159] ppid=2695910 vsize=35232864 memory=2768 CPUtime=0 cores=36-39
/proc/2695930/task/2696159/stat : 2696159 (Finalizer) S 2695910 2695930 2695730 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 13925165 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696196] ppid=2695910 vsize=35232864 memory=2648 CPUtime=0.09 cores=36-39
/proc/2695930/task/2696196/stat : 2696196 (Monitor..Thread) S 2695910 2695930 2695730 0 -1 4194368 87 0 0 0 6 3 0 0 20 0 23 0 13925165 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696242] ppid=2695910 vsize=35232864 memory=7523384490743458151 CPUtime=0 cores=36-39
/proc/2695930/task/2696242/stat : 2696242 (Notific..Thread) S 2695910 2695930 2695730 0 -1 4194368 2 0 1 0 0 0 0 0 20 0 23 0 13925166 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696258] ppid=2695910 vsize=35232864 memory=-7450457339726228062 CPUtime=0 cores=36-39
/proc/2695930/task/2696258/stat : 2696258 (Common-Cleaner) S 2695910 2695930 2695730 0 -1 4194368 749 0 0 0 0 0 0 0 20 0 23 0 13925166 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
[pid=2695930/tid=2696294] ppid=2695910 vsize=35232864 memory=3040 CPUtime=0 cores=36-39
/proc/2695930/task/2696294/stat : 2696294 (Timer-0) S 2695910 2695930 2695730 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 13925206 36078452736 361552 18446744073709551615 94143119679488 94143119683184 140731711627712 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94143119691048 94143119691792 94143131037696 140731711629476 140731711629662 140731711629662 140731711635400 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1447008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3570.03 s, system=30.2288 s

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

Child status: 143

Real time (s): 3644.47
CPU time (s): 3600.26
CPU user time (s): 3570.03
CPU system time (s): 30.2288
CPU usage (%): 98.7869
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 1832628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.03
system time used= 30.2288
maximum resident set size= 1831508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202815
page faults= 397
swaps= 0
block input operations= 5912
block output operations= 15912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5832893
involuntary context switches= 8580


# summary of solver processes directly reported to runsolver:
#   pid: 2695930
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3570.03
#   total CPU system time (s): 30.2288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0991 second user time and 39.9826 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 1dc333c3adc27a372f0d0e38d6c604b3
RANDOM SEED=1812171583

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320716 kB
MemFree:        697381448 kB
MemAvailable:   1047721248 kB
Buffers:            2432 kB
Cached:         353733420 kB
SwapCached:           12 kB
Active:           300808 kB
Inactive:       353553288 kB
Active(anon):     131604 kB
Inactive(anon):    15320 kB
Active(file):     169204 kB
Inactive(file): 353537968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554172 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3928 kB
Writeback:            12 kB
AnonPages:        123464 kB
Mapped:           109428 kB
Shmem:             28680 kB
KReclaimable:    2000660 kB
Slab:            2480216 kB
SReclaimable:    2000660 kB
SUnreclaim:       479556 kB
KernelStack:       13808 kB
PageTables:         3656 kB
SecPageTables:     12120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   128552424 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      477480 kB
VmallocChunk:          0 kB
Percpu:           116480 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      328132 kB
DirectMap2M:    23062528 kB
DirectMap1G:    1050673152 kB

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