Trace number 4836265

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)262 3600.28 3629.39

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/
dominating_set/normalized-dominating_set_hexgrid_opt_r10_c90.opb
MD5SUMd99f5d711993d309ca61706a2d9aa594
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 benchmark226
Best CPU time to get the best result obtained on this benchmark0.550873
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints900
Number of constraints which are clauses900
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 constraint4
Maximum length of a constraint4
Number of terms in the objective function 900
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 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.02/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.02/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.16	c See www.sat4j.org for details.
0.02/0.21	c version PB26fixedPrime.v20260610
0.02/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.02/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.02/0.22	c java.vm.version	26.0.1+8-34
0.02/0.22	c java.vm.vendor	Oracle Corporation
0.02/0.22	c sun.arch.data.model	64
0.02/0.22	c java.version		26.0.1
0.02/0.22	c os.name		Linux
0.02/0.22	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.02/0.22	c os.arch		amd64
0.02/0.22	c Free memory 		30334720
0.02/0.22	c Max memory 		32178700288
0.02/0.22	c Total memory 		33554432
0.02/0.22	c Number of processors 	4
0.08/0.25	c Pseudo Boolean Optimization by upper bound
0.08/0.25	c --- Begin Solver configuration ---
0.08/0.25	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.08/0.25	c Learn all clauses as in MiniSAT
0.08/0.25	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.25	c Expensive reason simplification
0.08/0.25	c Glucose 2.1 dynamic restart strategy
0.08/0.25	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.08/0.25	c timeout=2147483s
0.08/0.25	c DB Simplification allowed=false
0.08/0.25	c Listener: none
0.08/0.25	c --- End Solver configuration ---
0.08/0.25	c solving HOME/instance-4836265-1783883833.opb
0.08/0.25	c reading problem ... 
0.08/0.31	c using VERIPB proof format
0.08/0.31	c  objective function found
0.15/0.33	c ... done. Wall clock time 0.088s.
0.15/0.33	c declared #vars     900
0.15/0.33	c #constraints  900
0.15/0.33	c constraints type 
0.15/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 900
0.15/0.33	c 900 constraints processed.
0.15/0.34	c objective function length is 900 literals
0.15/0.35	c SATISFIABLE
0.15/0.35	c OPTIMIZING...
0.15/0.35	c Got one! Elapsed wall clock time (in seconds):0.104
0.15/0.35	o 266
0.15/0.36	c Got one! Elapsed wall clock time (in seconds):0.112
0.15/0.36	o 265
0.15/0.38	c Got one! Elapsed wall clock time (in seconds):0.134
0.15/0.38	o 264
1.91/0.90	c cleaning 2519 clauses out of 5041 with flag 11606/5041
1.91/0.96	c Got one! Elapsed wall clock time (in seconds):0.719
1.91/0.96	o 263
2.45/1.16	c cleaning 4094 clauses out of 8195 with flag 9958/10714
2.78/1.42	c cleaning 5048 clauses out of 10101 with flag 24325/16714
3.13/1.73	c cleaning 6021 clauses out of 12052 with flag 42392/23713
3.45/2.04	c cleaning 7013 clauses out of 14032 with flag 60224/31714
3.73/2.39	c cleaning 8007 clauses out of 16018 with flag 80322/40713
4.14/2.79	c cleaning 9001 clauses out of 18012 with flag 102684/50714
4.58/3.24	c cleaning 10006 clauses out of 20011 with flag 126973/61714
5.08/3.79	c cleaning 11001 clauses out of 22004 with flag 155293/73713
5.63/4.33	c cleaning 12002 clauses out of 24003 with flag 184537/86713
6.27/4.91	c cleaning 12999 clauses out of 26001 with flag 215819/100713
6.71/5.49	c cleaning 13996 clauses out of 28002 with flag 249061/115713
7.46/6.15	c cleaning 14996 clauses out of 30006 with flag 284601/131713
8.18/6.86	c cleaning 16002 clauses out of 32010 with flag 322195/148713
8.89/7.61	c cleaning 17001 clauses out of 34010 with flag 362102/166715
9.50/8.39	c cleaning 18000 clauses out of 36008 with flag 404378/185714
10.30/9.26	c cleaning 18997 clauses out of 38007 with flag 448649/205713
11.11/10.13	c cleaning 20000 clauses out of 40011 with flag 495161/226714
12.03/11.04	c cleaning 21003 clauses out of 42011 with flag 543906/248714
12.93/12.05	c cleaning 22003 clauses out of 44008 with flag 594943/271714
13.91/13.16	c cleaning 22996 clauses out of 46004 with flag 651194/295713
15.27/14.43	c cleaning 23998 clauses out of 48008 with flag 707614/320713
16.25/15.59	c cleaning 24999 clauses out of 50011 with flag 765447/346714
17.31/16.76	c cleaning 26000 clauses out of 52011 with flag 825837/373713
18.74/18.07	c cleaning 26999 clauses out of 54012 with flag 888557/401714
19.97/19.41	c cleaning 28002 clauses out of 56012 with flag 953667/430713
21.04/20.68	c cleaning 29004 clauses out of 58010 with flag 1020791/460713
22.70/22.23	c cleaning 29998 clauses out of 60007 with flag 1093193/491714
24.14/23.86	c cleaning 31003 clauses out of 62008 with flag 1168157/523713
26.03/25.60	c cleaning 31999 clauses out of 64007 with flag 1244630/556715
27.87/27.65	c cleaning 32993 clauses out of 66006 with flag 1326414/590713
29.88/29.83	c cleaning 34005 clauses out of 68013 with flag 1413386/625713
31.81/31.99	c cleaning 34998 clauses out of 70008 with flag 1503604/661713
34.03/34.32	c cleaning 35998 clauses out of 72010 with flag 1597664/698713
36.13/36.63	c cleaning 37003 clauses out of 74013 with flag 1689451/736714
39.08/39.33	c cleaning 38000 clauses out of 76009 with flag 1784715/775713
41.28/41.75	c cleaning 39000 clauses out of 78010 with flag 1884480/815714
43.61/44.22	c cleaning 39999 clauses out of 80009 with flag 1986290/856713
46.90/47.25	c cleaning 40997 clauses out of 82011 with flag 2090184/898714
49.50/50.05	c cleaning 42003 clauses out of 84013 with flag 2194386/941713
52.86/53.63	c cleaning 43002 clauses out of 86010 with flag 2314886/985713
55.35/56.32	c cleaning 44003 clauses out of 88008 with flag 2420828/1030713
58.02/59.21	c cleaning 44998 clauses out of 90005 with flag 2534307/1076713
60.92/62.05	c cleaning 45998 clauses out of 92008 with flag 2644309/1123714
62.87/64.29	c cleaning 46999 clauses out of 94010 with flag 2750791/1171714
65.92/67.53	c cleaning 47999 clauses out of 96010 with flag 2869044/1220713
68.29/70.17	c cleaning 49001 clauses out of 98012 with flag 2986974/1270714
71.72/73.45	c cleaning 50006 clauses out of 100011 with flag 3109986/1321714
74.36/76.34	c cleaning 50995 clauses out of 102005 with flag 3229337/1373714
77.40/79.63	c cleaning 51999 clauses out of 104009 with flag 3355203/1426713
80.60/82.48	c cleaning 53002 clauses out of 106011 with flag 3475057/1480714
83.04/85.13	c cleaning 54000 clauses out of 108008 with flag 3597066/1535713
86.25/88.18	c cleaning 55001 clauses out of 110008 with flag 3721328/1591713
88.96/91.17	c cleaning 56002 clauses out of 112008 with flag 3848318/1648714
91.87/94.36	c cleaning 56999 clauses out of 114005 with flag 3977438/1706713
94.72/97.49	c cleaning 58002 clauses out of 116007 with flag 4108932/1765714
98.10/100.74	c cleaning 58999 clauses out of 118005 with flag 4242291/1825714
100.92/103.87	c cleaning 59998 clauses out of 120005 with flag 4378355/1886713
103.83/107.09	c cleaning 61003 clauses out of 122008 with flag 4516514/1948714
107.54/110.62	c cleaning 62002 clauses out of 124005 with flag 4657151/2011714
110.64/114.04	c cleaning 62998 clauses out of 126002 with flag 4799569/2075713
113.81/117.53	c cleaning 63997 clauses out of 128004 with flag 4943923/2140713
117.49/121.22	c cleaning 64998 clauses out of 130009 with flag 5091281/2206715
120.78/124.81	c cleaning 66003 clauses out of 132010 with flag 5240107/2273714
123.86/128.27	c cleaning 67000 clauses out of 134006 with flag 5390887/2341713
127.69/132.04	c cleaning 68001 clauses out of 136006 with flag 5544507/2410713
130.96/135.69	c cleaning 69000 clauses out of 138005 with flag 5699471/2480713
134.83/139.87	c cleaning 69999 clauses out of 140006 with flag 5859751/2551714
139.52/144.40	c cleaning 71000 clauses out of 142006 with flag 6023897/2623713
143.19/148.43	c cleaning 71999 clauses out of 144007 with flag 6197207/2696714
147.14/152.76	c cleaning 73001 clauses out of 146009 with flag 6361436/2770715
151.70/157.19	c cleaning 73996 clauses out of 148006 with flag 6527537/2845713
156.47/161.75	c cleaning 75002 clauses out of 150010 with flag 6703572/2921713
161.52/167.11	c cleaning 76001 clauses out of 152009 with flag 6880075/2998714
166.63/172.61	c cleaning 77001 clauses out of 154008 with flag 7055928/3076714
172.01/177.92	c cleaning 78000 clauses out of 156006 with flag 7237144/3155713
173.20/179.22	c Got one! Elapsed wall clock time (in seconds):178.971
173.20/179.22	o 262
173.79/179.88	c cleaning 54551 clauses out of 109116 with flag 12208/3186823
174.26/180.32	c cleaning 30275 clauses out of 60567 with flag 26509/3192825
174.52/180.65	c cleaning 18638 clauses out of 37290 with flag 42335/3199823
174.89/180.98	c cleaning 13316 clauses out of 26654 with flag 60355/3207825
175.24/181.32	c cleaning 11159 clauses out of 22336 with flag 80454/3216823
175.50/181.68	c cleaning 10578 clauses out of 21177 with flag 102561/3226823
175.87/182.10	c cleaning 10797 clauses out of 21599 with flag 127304/3237823
176.82/182.69	c cleaning 11397 clauses out of 22803 with flag 154327/3249824
177.26/183.17	c cleaning 12199 clauses out of 24405 with flag 183689/3262823
177.79/183.72	c cleaning 13096 clauses out of 26206 with flag 215244/3276823
178.31/184.30	c cleaning 14050 clauses out of 28110 with flag 249071/3291823
178.85/184.97	c cleaning 15023 clauses out of 30061 with flag 285217/3307824
179.47/185.67	c cleaning 16010 clauses out of 32038 with flag 323547/3324824
180.18/186.40	c cleaning 17008 clauses out of 34027 with flag 364108/3342823
180.82/187.19	c cleaning 18003 clauses out of 36019 with flag 407296/3361823
181.63/188.07	c cleaning 19001 clauses out of 38018 with flag 453606/3381825
182.53/189.05	c cleaning 19996 clauses out of 40015 with flag 504381/3402823
183.42/190.03	c cleaning 21004 clauses out of 42019 with flag 554604/3424823
184.32/191.04	c cleaning 22005 clauses out of 44016 with flag 606803/3447824
185.30/192.13	c cleaning 22998 clauses out of 46011 with flag 661164/3471824
186.32/193.21	c cleaning 23996 clauses out of 48012 with flag 718525/3496823
187.20/194.29	c cleaning 25000 clauses out of 50016 with flag 777128/3522823
188.59/195.71	c cleaning 25994 clauses out of 52016 with flag 841833/3549823
189.88/197.13	c cleaning 27006 clauses out of 54022 with flag 909831/3577823
191.23/198.62	c cleaning 27998 clauses out of 56016 with flag 981875/3606823
192.61/200.14	c cleaning 29003 clauses out of 58019 with flag 1052595/3636824
194.05/201.77	c cleaning 30004 clauses out of 60016 with flag 1124573/3667824
195.60/203.49	c cleaning 31003 clauses out of 62013 with flag 1199054/3699825
197.45/205.30	c cleaning 32001 clauses out of 64011 with flag 1276155/3732826
199.00/207.04	c cleaning 32997 clauses out of 66008 with flag 1356814/3766824
200.63/208.89	c cleaning 34000 clauses out of 68010 with flag 1439640/3801823
202.68/211.10	c cleaning 35004 clauses out of 70011 with flag 1527242/3837824
204.61/213.12	c cleaning 35997 clauses out of 72006 with flag 1613298/3874823
206.61/215.32	c cleaning 37003 clauses out of 74009 with flag 1707664/3912823
208.82/217.54	c cleaning 38001 clauses out of 76006 with flag 1802168/3951823
211.15/220.02	c cleaning 39001 clauses out of 78006 with flag 1903039/3991824
213.48/222.57	c cleaning 39998 clauses out of 80005 with flag 2004181/4032824
216.19/225.42	c cleaning 40996 clauses out of 82006 with flag 2113806/4074823
219.18/228.68	c cleaning 41999 clauses out of 84010 with flag 2227367/4117823
221.67/231.32	c cleaning 42998 clauses out of 86011 with flag 2333706/4161823
224.55/234.24	c cleaning 44005 clauses out of 88013 with flag 2449308/4206823
228.25/238.17	c cleaning 44999 clauses out of 90009 with flag 2572691/4252824
232.32/242.46	c cleaning 46002 clauses out of 92009 with flag 2705055/4299823
235.89/246.27	c cleaning 47000 clauses out of 94007 with flag 2830178/4347823
239.67/250.21	c cleaning 48004 clauses out of 96007 with flag 2961279/4396823
243.57/254.19	c cleaning 48999 clauses out of 98003 with flag 3093249/4446823
246.52/257.30	c cleaning 50001 clauses out of 100005 with flag 3212966/4497824
249.38/260.42	c cleaning 50998 clauses out of 102003 with flag 3334118/4549823
252.03/263.39	c cleaning 51995 clauses out of 104005 with flag 3457201/4602823
255.30/266.42	c cleaning 53004 clauses out of 106011 with flag 3584516/4656824
257.96/269.32	c cleaning 54000 clauses out of 108007 with flag 3711516/4711824
260.90/272.54	c cleaning 55000 clauses out of 110006 with flag 3841633/4767823
263.93/275.81	c cleaning 55995 clauses out of 112006 with flag 3973631/4824823
267.93/279.52	c cleaning 57002 clauses out of 114012 with flag 4108919/4882824
271.18/283.08	c cleaning 58003 clauses out of 116010 with flag 4249290/4941824
274.08/286.25	c cleaning 59003 clauses out of 118008 with flag 4388192/5001825
277.70/289.67	c cleaning 59997 clauses out of 120004 with flag 4525447/5062824
280.71/292.94	c cleaning 60998 clauses out of 122007 with flag 4667770/5124824
284.02/296.50	c cleaning 62005 clauses out of 124009 with flag 4811062/5187824
287.94/300.35	c cleaning 62998 clauses out of 126004 with flag 4955947/5251824
291.24/303.90	c cleaning 64000 clauses out of 128005 with flag 5102393/5316823
294.82/307.84	c cleaning 64998 clauses out of 130005 with flag 5253495/5382823
298.61/311.98	c cleaning 65998 clauses out of 132007 with flag 5407864/5449823
303.07/316.22	c cleaning 67000 clauses out of 134010 with flag 5565080/5517824
307.57/321.02	c cleaning 68004 clauses out of 136009 with flag 5724861/5586823
311.83/325.64	c cleaning 68997 clauses out of 138005 with flag 5885746/5656823
317.88/330.78	c cleaning 70001 clauses out of 140008 with flag 6049205/5727823
321.75/334.91	c cleaning 70994 clauses out of 142008 with flag 6210840/5799824
325.11/338.66	c cleaning 72004 clauses out of 144015 with flag 6372058/5872825
329.50/343.03	c cleaning 73004 clauses out of 146009 with flag 6536234/5946823
333.16/347.09	c cleaning 73998 clauses out of 148005 with flag 6702836/6021823
337.32/351.29	c cleaning 74998 clauses out of 150008 with flag 6871961/6097824
340.87/355.16	c cleaning 75998 clauses out of 152009 with flag 7042944/6174823
345.20/359.88	c cleaning 77007 clauses out of 154013 with flag 7219424/6252825
349.62/364.46	c cleaning 78001 clauses out of 156005 with flag 7396648/6331824
354.04/369.24	c cleaning 78995 clauses out of 158003 with flag 7575219/6411823
358.93/374.28	c cleaning 80001 clauses out of 160008 with flag 7756754/6492823
363.75/379.44	c cleaning 81002 clauses out of 162008 with flag 7939167/6574824
369.01/384.72	c cleaning 81997 clauses out of 164006 with flag 8123661/6657824
373.23/389.33	c cleaning 82998 clauses out of 166008 with flag 8310773/6741823
378.30/394.37	c cleaning 84001 clauses out of 168010 with flag 8500271/6826823
382.72/399.11	c cleaning 84998 clauses out of 170010 with flag 8691687/6912824
387.00/403.81	c cleaning 86005 clauses out of 172011 with flag 8885634/6999823
391.92/409.00	c cleaning 86999 clauses out of 174007 with flag 9081010/7087824
396.61/414.06	c cleaning 87999 clauses out of 176009 with flag 9279264/7176825
401.60/419.20	c cleaning 88999 clauses out of 178008 with flag 9480254/7266823
406.35/424.31	c cleaning 90003 clauses out of 180009 with flag 9682914/7357823
411.72/429.86	c cleaning 91000 clauses out of 182006 with flag 9889124/7449823
416.39/435.00	c cleaning 91998 clauses out of 184006 with flag 10097050/7542823
422.52/440.55	c cleaning 92999 clauses out of 186008 with flag 10308163/7636823
428.70/446.88	c cleaning 94003 clauses out of 188011 with flag 10522889/7731825
434.05/452.61	c cleaning 94995 clauses out of 190006 with flag 10738383/7827823
439.12/458.11	c cleaning 96002 clauses out of 192011 with flag 10954723/7924823
445.60/464.64	c cleaning 97000 clauses out of 194009 with flag 11173605/8022823
452.40/471.38	c cleaning 98003 clauses out of 196010 with flag 11394496/8121824
458.33/477.71	c cleaning 98999 clauses out of 198007 with flag 11618878/8221824
465.72/484.51	c cleaning 100000 clauses out of 200007 with flag 11844054/8322823
472.54/491.80	c cleaning 101001 clauses out of 202007 with flag 12073504/8424823
478.42/497.87	c cleaning 101993 clauses out of 204006 with flag 12303054/8527823
484.13/503.68	c cleaning 103006 clauses out of 206014 with flag 12534157/8631824
490.65/510.60	c cleaning 103999 clauses out of 208008 with flag 12768819/8736824
497.74/518.02	c cleaning 105000 clauses out of 210008 with flag 13005091/8842823
504.93/525.78	c cleaning 106000 clauses out of 212008 with flag 13244267/8949823
512.24/533.37	c cleaning 106998 clauses out of 214008 with flag 13488458/9057823
518.62/540.21	c cleaning 107998 clauses out of 216011 with flag 13731858/9166824
525.67/547.42	c cleaning 109005 clauses out of 218014 with flag 13976485/9276825
532.05/554.35	c cleaning 109998 clauses out of 220008 with flag 14223348/9387824
538.59/561.08	c cleaning 110999 clauses out of 222009 with flag 14473289/9499823
544.95/567.97	c cleaning 111996 clauses out of 224010 with flag 14725271/9612823
551.80/574.99	c cleaning 113003 clauses out of 226014 with flag 14979636/9726823
558.27/581.98	c cleaning 114001 clauses out of 228014 with flag 15237428/9841826
565.37/589.23	c cleaning 115000 clauses out of 230010 with flag 15497674/9957823
572.24/596.60	c cleaning 115996 clauses out of 232010 with flag 15758921/10074823
579.80/604.41	c cleaning 117002 clauses out of 234015 with flag 16022760/10192824
587.15/612.36	c cleaning 117997 clauses out of 236014 with flag 16289108/10311825
595.06/620.53	c cleaning 119000 clauses out of 238015 with flag 16556563/10431823
603.03/628.50	c cleaning 119999 clauses out of 240015 with flag 16825885/10552823
610.66/636.73	c cleaning 121008 clauses out of 242018 with flag 17098486/10674825
620.86/646.95	c cleaning 122003 clauses out of 244008 with flag 17373360/10797823
628.08/654.70	c cleaning 122996 clauses out of 246006 with flag 17649767/10921824
636.29/662.98	c cleaning 124002 clauses out of 248011 with flag 17929909/11046825
644.02/670.76	c cleaning 125003 clauses out of 250007 with flag 18210960/11172823
651.03/678.40	c cleaning 126001 clauses out of 252005 with flag 18493705/11299824
658.16/685.80	c cleaning 126995 clauses out of 254003 with flag 18777113/11427823
665.65/693.95	c cleaning 128000 clauses out of 256009 with flag 19064614/11556824
672.77/701.57	c cleaning 129001 clauses out of 258008 with flag 19354331/11686823
681.33/710.35	c cleaning 130004 clauses out of 260008 with flag 19647625/11817824
689.22/718.86	c cleaning 130997 clauses out of 262003 with flag 19941999/11949823
696.84/726.87	c cleaning 132002 clauses out of 264007 with flag 20237646/12082824
706.22/736.43	c cleaning 132995 clauses out of 266004 with flag 20536793/12216823
714.20/745.07	c cleaning 134001 clauses out of 268010 with flag 20837029/12351824
722.96/753.81	c cleaning 135003 clauses out of 270008 with flag 21139492/12487823
731.74/762.73	c cleaning 136001 clauses out of 272005 with flag 21444718/12624823
742.97/774.01	c cleaning 136989 clauses out of 274004 with flag 21765056/12762823
752.11/783.81	c cleaning 137999 clauses out of 276015 with flag 22083800/12901823
761.56/793.80	c cleaning 139003 clauses out of 278016 with flag 22402601/13041823
773.02/805.53	c cleaning 140001 clauses out of 280014 with flag 22726939/13182824
783.22/815.80	c cleaning 141000 clauses out of 282012 with flag 23044140/13324823
791.94/825.21	c cleaning 141999 clauses out of 284013 with flag 23362766/13467824
802.15/835.99	c cleaning 143003 clauses out of 286013 with flag 23688422/13611823
812.14/846.36	c cleaning 143997 clauses out of 288010 with flag 24014473/13756823
822.33/856.89	c cleaning 145005 clauses out of 290014 with flag 24341984/13902824
831.95/866.65	c cleaning 146000 clauses out of 292009 with flag 24670612/14049824
840.87/876.29	c cleaning 147001 clauses out of 294009 with flag 25000742/14197824
850.67/886.51	c cleaning 147999 clauses out of 296007 with flag 25334581/14346823
861.18/897.53	c cleaning 148999 clauses out of 298008 with flag 25671582/14496823
870.98/907.52	c cleaning 149999 clauses out of 300009 with flag 26011198/14647823
881.92/918.82	c cleaning 150997 clauses out of 302010 with flag 26352156/14799823
893.21/929.80	c cleaning 152002 clauses out of 304013 with flag 26697926/14952823
903.27/940.48	c cleaning 153003 clauses out of 306012 with flag 27042076/15106824
913.74/951.15	c cleaning 154000 clauses out of 308009 with flag 27390592/15261824
923.02/961.11	c cleaning 154998 clauses out of 310008 with flag 27739644/15417823
934.45/973.01	c cleaning 156001 clauses out of 312010 with flag 28090785/15574823
945.67/984.31	c cleaning 156998 clauses out of 314009 with flag 28443558/15732823
958.08/996.87	c cleaning 158000 clauses out of 316011 with flag 28799914/15891823
970.57/1008.84	c cleaning 158999 clauses out of 318012 with flag 29161526/16051824
981.81/1020.36	c cleaning 159998 clauses out of 320013 with flag 29520290/16212824
992.43/1031.49	c cleaning 161003 clauses out of 322014 with flag 29880012/16374823
1004.70/1044.29	c cleaning 161999 clauses out of 324012 with flag 30241782/16537824
1016.40/1056.36	c cleaning 163001 clauses out of 326013 with flag 30606474/16701824
1027.40/1067.71	c cleaning 164003 clauses out of 328011 with flag 30973213/16866823
1038.99/1079.60	c cleaning 165000 clauses out of 330008 with flag 31342078/17032823
1049.69/1090.62	c cleaning 165999 clauses out of 332009 with flag 31713527/17199824
1059.81/1101.56	c cleaning 167000 clauses out of 334010 with flag 32087388/17367824
1070.47/1112.90	c cleaning 168000 clauses out of 336009 with flag 32463312/17536823
1083.57/1126.64	c cleaning 169001 clauses out of 338009 with flag 32842173/17706823
1095.61/1138.93	c cleaning 170002 clauses out of 340008 with flag 33223362/17877823
1109.25/1152.96	c cleaning 171001 clauses out of 342007 with flag 33609671/18049824
1125.41/1169.67	c cleaning 171994 clauses out of 344005 with flag 34000504/18222823
1137.27/1181.95	c cleaning 173000 clauses out of 346013 with flag 34394460/18396825
1149.74/1194.57	c cleaning 174000 clauses out of 348012 with flag 34795032/18571824
1161.57/1206.87	c cleaning 175005 clauses out of 350011 with flag 35203201/18747823
1174.43/1220.42	c cleaning 175997 clauses out of 352006 with flag 35604410/18924823
1186.03/1232.79	c cleaning 177001 clauses out of 354010 with flag 36013733/19102824
1198.70/1246.09	c cleaning 178001 clauses out of 356008 with flag 36417631/19281823
1213.56/1261.51	c cleaning 178998 clauses out of 358007 with flag 36820537/19461823
1229.09/1277.49	c cleaning 179998 clauses out of 360010 with flag 37238430/19642824
1244.40/1293.13	c cleaning 181005 clauses out of 362012 with flag 37657131/19824824
1259.46/1308.93	c cleaning 181997 clauses out of 364006 with flag 38075657/20007823
1275.95/1325.48	c cleaning 182998 clauses out of 366009 with flag 38491940/20191823
1288.67/1338.57	c cleaning 183998 clauses out of 368012 with flag 38904654/20376824
1303.10/1352.66	c cleaning 184997 clauses out of 370013 with flag 39318877/20562823
1317.15/1367.34	c cleaning 186004 clauses out of 372016 with flag 39735686/20749823
1330.97/1381.75	c cleaning 187000 clauses out of 374013 with flag 40153846/20937824
1345.16/1396.35	c cleaning 188002 clauses out of 376014 with flag 40574490/21126825
1360.03/1410.52	c cleaning 189004 clauses out of 378011 with flag 40996527/21316824
1375.77/1425.75	c cleaning 190000 clauses out of 380006 with flag 41431421/21507823
1389.60/1440.25	c cleaning 190997 clauses out of 382008 with flag 41866948/21699825
1402.86/1454.01	c cleaning 191999 clauses out of 384009 with flag 42299690/21892823
1416.76/1468.52	c cleaning 193002 clauses out of 386011 with flag 42734548/22086824
1429.96/1482.40	c cleaning 194002 clauses out of 388009 with flag 43175120/22281824
1445.19/1498.38	c cleaning 194997 clauses out of 390007 with flag 43609625/22477824
1461.46/1515.09	c cleaning 196004 clauses out of 392011 with flag 44047501/22674825
1477.51/1531.65	c cleaning 196995 clauses out of 394005 with flag 44488418/22872823
1495.68/1549.34	c cleaning 198002 clauses out of 396011 with flag 44936523/23071824
1509.09/1563.53	c cleaning 199001 clauses out of 398009 with flag 45383804/23271824
1523.98/1578.11	c cleaning 199999 clauses out of 400007 with flag 45833682/23472823
1537.09/1592.17	c cleaning 201003 clauses out of 402009 with flag 46286023/23674824
1555.01/1609.13	c cleaning 201998 clauses out of 404006 with flag 46741116/23877824
1568.85/1623.71	c cleaning 202996 clauses out of 406008 with flag 47195666/24081824
1581.76/1637.41	c cleaning 204000 clauses out of 408011 with flag 47651840/24286823
1596.43/1652.85	c cleaning 205001 clauses out of 410011 with flag 48111415/24492823
1611.24/1667.63	c cleaning 206000 clauses out of 412010 with flag 48575339/24699823
1629.68/1685.48	c cleaning 207001 clauses out of 414010 with flag 49040999/24907823
1644.48/1700.66	c cleaning 207998 clauses out of 416009 with flag 49509434/25116823
1660.34/1717.16	c cleaning 209001 clauses out of 418011 with flag 49977463/25326823
1677.05/1734.60	c cleaning 209995 clauses out of 420010 with flag 50449820/25537823
1693.49/1751.39	c cleaning 211001 clauses out of 422015 with flag 50924033/25749823
1709.62/1768.08	c cleaning 212001 clauses out of 424015 with flag 51397461/25962824
1723.39/1782.64	c cleaning 213005 clauses out of 426015 with flag 51874575/26176825
1741.34/1798.83	c cleaning 213998 clauses out of 428008 with flag 52354394/26391823
1759.96/1817.73	c cleaning 215001 clauses out of 430010 with flag 52833179/26607823
1777.01/1835.35	c cleaning 216005 clauses out of 432009 with flag 53317768/26824823
1797.06/1854.35	c cleaning 216995 clauses out of 434005 with flag 53808987/27042824
1812.02/1869.99	c cleaning 217999 clauses out of 436010 with flag 54298540/27261824
1829.34/1887.20	c cleaning 218997 clauses out of 438010 with flag 54788724/27481823
1846.32/1904.53	c cleaning 220004 clauses out of 440014 with flag 55282133/27702824
1864.20/1921.56	c cleaning 221000 clauses out of 442010 with flag 55777607/27924824
1879.64/1936.97	c cleaning 222004 clauses out of 444011 with flag 56273720/28147825
1898.04/1955.66	c cleaning 222999 clauses out of 446006 with flag 56773161/28371824
1917.76/1974.40	c cleaning 223995 clauses out of 448006 with flag 57273406/28596823
1933.62/1990.67	c cleaning 225002 clauses out of 450011 with flag 57780208/28822823
1951.00/2008.31	c cleaning 226001 clauses out of 452009 with flag 58289324/29049823
1967.40/2025.10	c cleaning 226995 clauses out of 454008 with flag 58798071/29277823
1987.44/2044.13	c cleaning 227995 clauses out of 456013 with flag 59314490/29506823
2007.88/2064.98	c cleaning 229002 clauses out of 458018 with flag 59833099/29736823
2025.16/2082.51	c cleaning 230007 clauses out of 460017 with flag 60351375/29967824
2043.48/2101.26	c cleaning 231001 clauses out of 462010 with flag 60872361/30199824
2063.75/2121.92	c cleaning 231999 clauses out of 464010 with flag 61392274/30432825
2085.25/2143.65	c cleaning 232997 clauses out of 466009 with flag 61915815/30666823
2107.18/2164.89	c cleaning 234003 clauses out of 468012 with flag 62445854/30901823
2132.84/2191.07	c cleaning 234998 clauses out of 470010 with flag 62979883/31137824
2154.47/2213.18	c cleaning 236001 clauses out of 472012 with flag 63521474/31374824
2175.45/2234.22	c cleaning 236996 clauses out of 474011 with flag 64053433/31612824
2195.86/2252.56	c cleaning 238006 clauses out of 476015 with flag 64588507/31851824
2216.18/2273.08	c cleaning 238999 clauses out of 478010 with flag 65125066/32091825
2236.57/2293.83	c cleaning 240002 clauses out of 480011 with flag 65667133/32332825
2256.63/2312.05	c cleaning 241000 clauses out of 482009 with flag 66207341/32574825
2280.20/2335.90	c cleaning 241997 clauses out of 484007 with flag 66751064/32817823
2302.28/2358.23	c cleaning 242999 clauses out of 486010 with flag 67297190/33061823
2328.44/2383.09	c cleaning 244001 clauses out of 488012 with flag 67849326/33306824
2354.17/2408.92	c cleaning 245004 clauses out of 490010 with flag 68399255/33552823
2378.53/2431.86	c cleaning 246001 clauses out of 492007 with flag 68953195/33799824
2399.28/2452.54	c cleaning 246998 clauses out of 494005 with flag 69512491/34047823
2420.30/2473.72	c cleaning 247991 clauses out of 496007 with flag 70067450/34296823
2445.14/2497.70	c cleaning 249004 clauses out of 498017 with flag 70623787/34546824
2463.54/2516.62	c cleaning 250005 clauses out of 500013 with flag 71185024/34797824
2483.57/2537.33	c cleaning 250998 clauses out of 502007 with flag 71748442/35049823
2502.07/2555.86	c cleaning 251996 clauses out of 504010 with flag 72312301/35302824
2523.49/2575.98	c cleaning 253003 clauses out of 506013 with flag 72877724/35556823
2546.11/2598.84	c cleaning 253996 clauses out of 508010 with flag 73446343/35811823
2567.69/2619.48	c cleaning 255004 clauses out of 510014 with flag 74016689/36067823
2585.87/2638.24	c cleaning 255995 clauses out of 512011 with flag 74590648/36324824
2607.53/2659.90	c cleaning 257005 clauses out of 514017 with flag 75168054/36582825
2630.59/2681.57	c cleaning 258003 clauses out of 516011 with flag 75745994/36841824
2652.11/2703.54	c cleaning 258994 clauses out of 518007 with flag 76328610/37101823
2672.59/2723.97	c cleaning 260002 clauses out of 520013 with flag 76909639/37362823
2693.21/2743.33	c cleaning 261000 clauses out of 522012 with flag 77493361/37624824
2715.91/2765.91	c cleaning 261994 clauses out of 524011 with flag 78079175/37887823
2743.36/2791.92	c cleaning 263004 clauses out of 526017 with flag 78669805/38151823
2764.02/2812.52	c cleaning 263999 clauses out of 528013 with flag 79259900/38416823
2785.10/2833.95	c cleaning 265000 clauses out of 530014 with flag 79852991/38682823
2809.54/2856.96	c cleaning 266002 clauses out of 532014 with flag 80448870/38949823
2831.64/2879.23	c cleaning 267002 clauses out of 534013 with flag 81045825/39217824
2854.24/2900.31	c cleaning 268000 clauses out of 536010 with flag 81647242/39486823
2878.61/2924.91	c cleaning 268996 clauses out of 538010 with flag 82249445/39756823
2901.89/2947.96	c cleaning 269999 clauses out of 540014 with flag 82853196/40027823
2923.19/2969.33	c cleaning 271007 clauses out of 542015 with flag 83456593/40299823
2946.80/2993.28	c cleaning 271999 clauses out of 544009 with flag 84063726/40572824
2977.84/3024.02	c cleaning 272999 clauses out of 546009 with flag 84674510/40846823
3003.45/3047.83	c cleaning 273996 clauses out of 548010 with flag 85290636/41121823
3027.33/3071.99	c cleaning 275002 clauses out of 550014 with flag 85906165/41397823
3056.34/3098.74	c cleaning 276001 clauses out of 552012 with flag 86526705/41674823
3077.77/3120.25	c cleaning 276997 clauses out of 554011 with flag 87145382/41952823
3107.18/3148.12	c cleaning 277999 clauses out of 556014 with flag 87769905/42231823
3129.43/3170.10	c cleaning 279005 clauses out of 558015 with flag 88392781/42511823
3153.73/3194.42	c cleaning 280001 clauses out of 560011 with flag 89025020/42792824
3179.09/3218.49	c cleaning 280999 clauses out of 562009 with flag 89653135/43074823
3205.71/3244.85	c cleaning 281997 clauses out of 564010 with flag 90287355/43357823
3232.35/3269.74	c cleaning 283000 clauses out of 566015 with flag 90921289/43641825
3257.77/3295.51	c cleaning 283996 clauses out of 568013 with flag 91557824/43926823
3281.21/3318.69	c cleaning 285000 clauses out of 570017 with flag 92194076/44212823
3313.82/3349.58	c cleaning 286002 clauses out of 572017 with flag 92833316/44499823
3338.41/3374.59	c cleaning 287003 clauses out of 574017 with flag 93477903/44787825
3365.99/3401.97	c cleaning 288002 clauses out of 576012 with flag 94123842/45076823
3392.17/3426.34	c cleaning 289003 clauses out of 578012 with flag 94771134/45366825
3415.38/3449.89	c cleaning 290000 clauses out of 580008 with flag 95422449/45657824
3439.55/3473.71	c cleaning 290999 clauses out of 582007 with flag 96074148/45949823
3468.46/3501.11	c cleaning 291996 clauses out of 584008 with flag 96730035/46242823
3496.74/3529.11	c cleaning 292996 clauses out of 586012 with flag 97386208/46536823
3524.88/3557.53	c cleaning 294001 clauses out of 588016 with flag 98047066/46831823
3552.44/3583.23	c cleaning 295007 clauses out of 590016 with flag 98706845/47127824
3580.51/3611.52	c cleaning 295999 clauses out of 592008 with flag 99372356/47424823
3600.09/3629.30	c starts		: 6
3600.09/3629.31	c conflicts		: 47662618
3600.09/3629.31	c decisions		: 69822075
3600.09/3629.31	c propagations		: 394375936
3600.09/3629.31	c inspects		: 29235945562
3600.09/3629.31	c shortcuts		: 0
3600.09/3629.31	c learnt literals	: 0
3600.09/3629.31	c learnt binary clauses	: 0
3600.09/3629.31	c learnt ternary clauses	: 0
3600.09/3629.31	c learnt constraints	: 47662618
3600.09/3629.31	c ignored constraints	: 0
3600.09/3629.31	c root simplifications	: 0
3600.09/3629.31	c removed literals (reason simplification)	: 21617544
3600.09/3629.31	c reason swapping (by a shorter reason)	: 0
3600.09/3629.31	c Calls to reduceDB	: 369
3600.09/3629.31	c Number of update (reduction) of LBD	: 4029126
3600.09/3629.31	c Imported unit clauses	: 0
3600.09/3629.31	c No decision after first conflict	: false
3600.09/3629.31	c number of reductions to clauses (during analyze)	: 0
3600.09/3629.31	c number of learned constraints concerned by reduction	: 0
3600.09/3629.31	c number of learning phase by resolution	: 0
3600.09/3629.31	c number of learning phase by cutting planes	: 0
3600.09/3629.31	c number of rounding to 1 operations	: 0
3600.09/3629.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3629.31	c number of reductions of the coefficients by power 2 	: 0
3600.09/3629.31	c number of right shift for reduction by power 2 	: 0
3600.09/3629.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3629.31	c number of ending skipping 	: 0
3600.09/3629.31	c number of internal skipping 	: 0
3600.09/3629.31	c number of derivation steps 	: 0
3600.09/3629.31	c number of skipped derivation steps 	: 0
3600.09/3629.31	c number of remaining unassigned 	: 0
3600.09/3629.31	c number of remaining assigned 	: 0
3600.09/3629.31	c number of falsified literals weakened from reason	: 0
3600.09/3629.31	c number of falsified literals weakened from conflict	: 0
3600.09/3629.31	c time for arithmetic operations	: 0
3600.09/3629.31	c minimum degree of deleted constraints	: null
3600.09/3629.31	c maximum degree of deleted constraints	: null
3600.09/3629.31	c number of deleted constraints	: 0
3600.09/3629.31	c speed (assignments/second)	: 108674.58408217005
3600.09/3629.31	c non guided choices	: 0
3600.09/3629.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 533804
3600.09/3629.36	s SATISFIABLE
3600.09/3629.36	c Found 5 solution(s)
3600.09/3629.36	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 
3600.09/3629.36	c objective function=262
3600.09/3629.36	c Total wall clock time (in seconds): 3629.119

Verifier Data

OK	262

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

running on 4 cores: 24-27

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-19,28-31,44,46-47,52-55,60-63
  3550 MHz: 25,36-38,45
  3600 MHz: 20-24,26-27,32-35,39-43,48-51,56-59
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 24-27

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (63827 MiB free)
  node 1: cores 8-15, 129019 MiB (127430 MiB free)
  node 2: cores 16-23, 129019 MiB (128193 MiB free)
  node 3: cores 24-31, 129003 MiB (128024 MiB free)
  node 4: cores 32-39, 129019 MiB (124587 MiB free)
  node 5: cores 40-47, 128973 MiB (124886 MiB free)
  node 6: cores 48-55, 129019 MiB (112863 MiB free)
  node 7: cores 56-63, 128474 MiB (124512 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=1666010, runsolver pid=1665991

[startup+0.100058 s]*
/proc/loadavg: 7.46 12.76 14.01 4/950 1666135
/proc/meminfo: memFree=956690480/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=34900044 memory=44396 CPUtime=0.02 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 5161 0 0 0 2 0 0 0 20 0 19 0 321670983 35737645056 10675 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8725011 11099 5975 1 0 30534 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=34900044 memory=4026531973 CPUtime=0.01 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) D 1665991 1666010 1664999 0 -1 4194368 2511 0 0 0 1 0 0 0 20 0 19 0 321670986 35737645056 10675 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=34900044 memory=232834466141 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10675 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=34900044 memory=55216921906174 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10675 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=34900044 memory=61818303432934 CPUtime=0 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10675 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=34900044 memory=57420290476638 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10675 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=34900044 memory=54104659608250 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 10675 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 44396 KiB

[startup+0.213369 s]*
/proc/loadavg: 7.46 12.76 14.01 4/950 1666135
/proc/meminfo: memFree=956688672/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=34900044 memory=48960 CPUtime=0.08 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 5678 0 0 0 7 1 0 0 20 0 19 0 321670983 35737645056 11914 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8725011 12240 6102 1 0 30944 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=34900044 memory=8603368907145347205 CPUtime=0.04 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 2891 0 0 0 4 0 0 0 20 0 19 0 321670986 35737645056 12042 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=34900044 memory=3472275545537118557 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 12042 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=34900044 memory=55216921906174 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 12042 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=34900044 memory=61818303432934 CPUtime=0 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 12042 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=34900044 memory=57420290476638 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 12042 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=34900044 memory=54104659608250 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 321670989 35737645056 12042 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 48960 KiB

[startup+0.31252 s]*
/proc/loadavg: 7.46 12.76 14.01 18/953 1666138
/proc/meminfo: memFree=956657620/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=34966608 memory=59776 CPUtime=0.15 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 7774 0 0 0 14 1 0 0 20 0 20 0 321670983 35805806592 14516 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8741652 14944 6214 1 0 33478 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=34966608 memory=-7451301768950735710 CPUtime=0.07 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 3181 0 0 0 7 0 0 0 20 0 20 0 321670986 35805806592 14516 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=34966608 memory=8908058261624984674 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 321670989 35805806592 14516 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=34966608 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 321670989 35805806592 14516 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=34966608 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 321670989 35805806592 14516 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=34966608 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 20 0 321670989 35805806592 14516 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=34966608 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 321670989 35805806592 14516 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 59776 KiB

[startup+0.700288 s]
/proc/loadavg: 7.46 12.76 14.01 23/970 1666155
/proc/meminfo: memFree=956421036/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35099736 memory=172384 CPUtime=1.32 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 11394 0 0 0 129 3 0 0 20 0 22 0 321670983 35942129664 42747 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8774934 43096 6278 1 0 83706 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=35099736 memory=15336 CPUtime=0.41 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 3392 0 0 0 40 1 0 0 20 0 22 0 321670986 35942129664 42747 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=35099736 memory=11676 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 42747 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=35099736 memory=5152 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 42747 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=35099736 memory=-7451301768951259742 CPUtime=0 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 42747 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=35099736 memory=3761972670118062789 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 42747 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=35099736 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 321670989 35942129664 42747 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666147] ppid=1665991 vsize=35099736 memory=3768 CPUtime=0 cores=24-27
/proc/1666010/task/1666147/stat : 1666147 (Timer-0) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 321671018 35942129664 42747 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 172384 KiB

[startup+1.50029 s]
/proc/loadavg: 7.46 12.76 14.01 21/983 1666168
/proc/meminfo: memFree=955579052/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35232864 memory=508612 CPUtime=2.93 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 12457 0 0 0 285 8 0 0 20 0 24 0 321670983 36078452736 126850 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8808216 127153 6278 1 0 185773 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=35232864 memory=15336 CPUtime=1.11 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 3718 0 0 0 105 6 0 0 20 0 24 0 321670986 36078452736 126850 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=35232864 memory=3768 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 126850 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 126850 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 126850 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 126850 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=35232864 memory=2319969741675312689 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 321670989 36078452736 126850 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666147] ppid=1665991 vsize=35232864 memory=15336 CPUtime=0 cores=24-27
/proc/1666010/task/1666147/stat : 1666147 (Timer-0) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 321671018 36078452736 126850 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 508612 KiB

[startup+3.11376 s]
/proc/loadavg: 7.46 12.76 14.01 12/980 1666174
/proc/meminfo: memFree=950644296/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35232864 memory=1173100 CPUtime=4.5 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 14168 0 0 0 430 20 0 0 20 0 23 0 321670983 36078452736 292988 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8808216 293275 6278 1 0 487026 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=35232864 memory=12620 CPUtime=2.47 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 4028 0 0 0 229 18 0 0 20 0 23 0 321670986 36078452736 292988 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 292988 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=35232864 memory=15336 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 292988 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=35232864 memory=8908058261624984674 CPUtime=0 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 292988 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 292988 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=35232864 memory=0 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 292988 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666147] ppid=1665991 vsize=35232864 memory=15336 CPUtime=0 cores=24-27
/proc/1666010/task/1666147/stat : 1666147 (Timer-0) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671018 36078452736 292988 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 4.5 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1173100 KiB

[startup+6.3002 s]
/proc/loadavg: 7.50 12.68 13.98 14/979 1666175
/proc/meminfo: memFree=945298284/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35232864 memory=1802500 CPUtime=7.66 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 14951 0 0 0 729 37 0 0 20 0 23 0 321670983 36078452736 450285 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8808216 450625 6278 1 0 487035 0

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

/proc/meminfo: memFree=678275836/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=3366.36 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 1201609 0 0 0 327407 9229 0 0 20 0 23 0 321670983 36078452736 4005074 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8808216 4005064 6309 1 0 4026170 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=3152.38 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 326209 0 0 0 306128 9110 0 0 20 0 23 0 321670986 36078452736 4005074 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 4005074 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 4005074 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=35232864 memory=0 CPUtime=0.12 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 180 0 0 0 5 7 0 0 20 0 23 0 321670989 36078452736 4005074 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 4005074 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 1615 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 4005074 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666147] ppid=1665991 vsize=35232864 memory=3028 CPUtime=0 cores=24-27
/proc/1666010/task/1666147/stat : 1666147 (Timer-0) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671018 36078452736 4005074 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 3366.36 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 16020256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.75 4.61 5.44 7/912 1666414
/proc/meminfo: memFree=675643048/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35232864 memory=15201760 CPUtime=3427.19 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 1240048 0 0 0 333340 9379 0 0 20 0 23 0 321670983 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8808216 3800440 6309 1 0 3821154 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=3208.12 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 334130 0 0 0 311554 9258 0 0 20 0 23 0 321670986 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=35232864 memory=15336 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=35232864 memory=4500 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=35232864 memory=15201760 CPUtime=0.12 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 182 0 0 0 5 7 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=35232864 memory=15336 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 1641 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666147] ppid=1665991 vsize=35232864 memory=15201760 CPUtime=0 cores=24-27
/proc/1666010/task/1666147/stat : 1666147 (Timer-0) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671018 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 3427.19 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 15201760 KiB

[startup+3522.3 s]
/proc/loadavg: 4.60 4.58 5.37 8/911 1666415
/proc/meminfo: memFree=672156224/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35232864 memory=15201760 CPUtime=3489.84 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 1279731 0 0 0 339474 9510 0 0 20 0 23 0 321670983 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8808216 3800440 6309 1 0 3821154 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=35232864 memory=15201760 CPUtime=3263.79 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) S 1665991 1666010 1664999 0 -1 4194368 341729 0 0 0 316993 9386 0 0 20 0 23 0 321670986 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=35232864 memory=15336 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=0.12 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 184 0 0 0 5 7 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=35232864 memory=15201760 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=35232864 memory=1972 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 1677 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666147] ppid=1665991 vsize=35232864 memory=15201760 CPUtime=0 cores=24-27
/proc/1666010/task/1666147/stat : 1666147 (Timer-0) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671018 36078452736 3800531 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 3489.84 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 15201760 KiB

[startup+3582.3 s]
/proc/loadavg: 4.52 4.56 5.32 6/911 1666417
/proc/meminfo: memFree=668868260/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35232864 memory=14917792 CPUtime=3551.54 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 1317828 0 0 0 345522 9632 0 0 20 0 23 0 321670983 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8808216 3729448 6309 1 0 3750026 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=3320.16 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 348057 0 0 0 322511 9505 0 0 20 0 23 0 321670986 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=35232864 memory=15336 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=35232864 memory=14917792 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=35232864 memory=11676 CPUtime=0.12 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 192 0 0 0 5 7 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=35232864 memory=14917792 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=35232864 memory=5432 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 1740 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666147] ppid=1665991 vsize=35232864 memory=75692 CPUtime=0 cores=24-27
/proc/1666010/task/1666147/stat : 1666147 (Timer-0) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671018 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 3551.54 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 14917792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.3 s]
/proc/loadavg: 4.48 4.55 5.27 5/912 1666420
/proc/meminfo: memFree=666326600/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35232864 memory=14917796 CPUtime=3600.09 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 1354413 0 0 0 350273 9736 0 0 20 0 23 0 321670983 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8808216 3729449 6309 1 0 3750026 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=35232864 memory=0 CPUtime=3364.09 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 354660 0 0 0 326803 9606 0 0 20 0 23 0 321670986 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=35232864 memory=14917792 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=35232864 memory=14917792 CPUtime=0.12 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 195 0 0 0 5 7 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=35232864 memory=14917792 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=35232864 memory=15336 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 1759 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666147] ppid=1665991 vsize=35232864 memory=14917796 CPUtime=0 cores=24-27
/proc/1666010/task/1666147/stat : 1666147 (Timer-0) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671018 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 14917796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3502.89 s, system=97.3844 s

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

[startup+3629.3 s]
/proc/loadavg: 4.48 4.55 5.27 5/912 1666420
/proc/meminfo: memFree=666326600/1055320700 swapFree=33111616/33554428
[pid=1666010] ppid=1665991 vsize=35232864 memory=14917796 CPUtime=3600.09 cores=24-27
/proc/1666010/stat : 1666010 (java) S 1665991 1666010 1664999 0 -1 4194304 1354413 0 0 0 350273 9736 0 0 20 0 23 0 321670983 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 0 0 16800975 0 0 0 17 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
/proc/1666010/statm: 8808216 3729449 6309 1 0 3750026 0
[pid=1666010/tid=1666044] ppid=1665991 vsize=35232864 memory=0 CPUtime=3364.09 cores=24-27
/proc/1666010/task/1666044/stat : 1666044 (java) R 1665991 1666010 1664999 0 -1 4194368 354660 0 0 0 326803 9606 0 0 20 0 23 0 321670986 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666082] ppid=1665991 vsize=35232864 memory=16020256 CPUtime=0 cores=24-27
/proc/1666010/task/1666082/stat : 1666082 (Referen..andler) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666088] ppid=1665991 vsize=35232864 memory=14917792 CPUtime=0 cores=24-27
/proc/1666010/task/1666088/stat : 1666088 (Finalizer) S 1665991 1666010 1664999 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666105] ppid=1665991 vsize=35232864 memory=14917792 CPUtime=0.12 cores=24-27
/proc/1666010/task/1666105/stat : 1666105 (Monitor..Thread) S 1665991 1666010 1664999 0 -1 4194368 195 0 0 0 5 7 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666125] ppid=1665991 vsize=35232864 memory=14917792 CPUtime=0 cores=24-27
/proc/1666010/task/1666125/stat : 1666125 (Notific..Thread) S 1665991 1666010 1664999 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666130] ppid=1665991 vsize=35232864 memory=15336 CPUtime=0 cores=24-27
/proc/1666010/task/1666130/stat : 1666130 (Common-Cleaner) S 1665991 1666010 1664999 0 -1 4194368 1759 0 0 0 0 0 0 0 20 0 23 0 321670989 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
[pid=1666010/tid=1666147] ppid=1665991 vsize=35232864 memory=14917796 CPUtime=0 cores=24-27
/proc/1666010/task/1666147/stat : 1666147 (Timer-0) S 1665991 1666010 1664999 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 321671018 36078452736 3729523 18446744073709551615 94863170961408 94863170965104 140733519767152 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94863170972968 94863170973712 94863201169408 140733519771812 140733519771998 140733519771998 140733519777736 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 14917796 KiB

Child status: 143

Real time (s): 3629.39
CPU time (s): 3600.28
CPU user time (s): 3502.89
CPU system time (s): 97.3844
CPU usage (%): 99.1978
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 17540320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3502.89
system time used= 97.3844
maximum resident set size= 17539412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1356743
page faults= 0
swaps= 0
block input operations= 120
block output operations= 11632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24385000
involuntary context switches= 7578


# summary of solver processes directly reported to runsolver:
#   pid: 1666010
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3502.89
#   total CPU system time (s): 97.3844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1827 second user time and 41.8837 second system time

The end

Launcher Data

Begin job on nodeE009 at 2026-07-12 21:17:14
IDJOB=4836265
IDBENCH=178078
IDSOLVER=3672
FILE ID=nodeE009/4836265-1783883833
RUNJOBID= nodeE009-1783883833-1665906
SLURM_JOB_ID= 12747417
Free space on /tmp= 802000 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/normalized-dominating_set_hexgrid_opt_r10_c90.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4836265-1783883833/watcher-4836265-1783883833 -o /tmp/evaluation-result-4836265-1783883833/solver-4836265-1783883833 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836265-1783883833/vars-4836265-1783883833 --bin-var /tmp/runsolver-exch-nodeE009-1783883833-1665906 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836265-1783883833 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836265-1783883833.opb

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

MD5SUM BENCH= d99f5d711993d309ca61706a2d9aa594
RANDOM SEED=1094198091

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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:       1055320700 kB
MemFree:        956667880 kB
MemAvailable:   1045915152 kB
Buffers:              32 kB
Cached:         91979928 kB
SwapCached:        15224 kB
Active:         15946272 kB
Inactive:       76164476 kB
Active(anon):     542272 kB
Inactive(anon):   102708 kB
Active(file):   15404000 kB
Inactive(file): 76061768 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33111616 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3656 kB
Writeback:             0 kB
AnonPages:        118624 kB
Mapped:           126940 kB
Shmem:            514192 kB
KReclaimable:    3406380 kB
Slab:            3974384 kB
SReclaimable:    3406380 kB
SUnreclaim:       568004 kB
KernelStack:       14064 kB
PageTables:         4588 kB
SecPageTables:     15404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   193498036 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478192 kB
VmallocChunk:          0 kB
Percpu:           121088 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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:      395716 kB
DirectMap2M:    18800640 kB
DirectMap1G:    1054867456 kB

Free space on /tmp at the end= 801996 MiB
End job on nodeE009 at 2026-07-12 22:17:43