Trace number 4806599

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)262 3600.26 3483.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.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4806599-1782836488.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.18/0.12	c ... done. Wall clock time 0.027s.
0.18/0.12	c declared #vars     900
0.18/0.12	c #constraints  900
0.18/0.12	c constraints type 
0.18/0.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 900
0.18/0.12	c 900 constraints processed.
0.18/0.12	c objective function length is 900 literals
0.18/0.13	c SATISFIABLE
0.18/0.13	c OPTIMIZING...
0.18/0.13	c Got one! Elapsed wall clock time (in seconds):0.041
0.18/0.13	o 266
0.18/0.14	c Got one! Elapsed wall clock time (in seconds):0.047
0.18/0.14	o 265
0.18/0.15	c Got one! Elapsed wall clock time (in seconds):0.061
0.18/0.15	o 264
0.84/0.38	c cleaning 2519 clauses out of 5041 with flag 11606/5041
1.10/0.43	c Got one! Elapsed wall clock time (in seconds):0.338
1.10/0.43	o 263
1.31/0.56	c cleaning 4094 clauses out of 8195 with flag 9958/10714
1.53/0.70	c cleaning 5048 clauses out of 10101 with flag 24325/16714
1.63/0.87	c cleaning 6021 clauses out of 12052 with flag 42392/23713
1.88/1.04	c cleaning 7013 clauses out of 14032 with flag 60224/31714
2.10/1.23	c cleaning 8007 clauses out of 16018 with flag 80322/40713
2.43/1.47	c cleaning 9001 clauses out of 18012 with flag 102684/50714
2.73/1.70	c cleaning 10006 clauses out of 20011 with flag 126973/61714
2.93/1.99	c cleaning 11001 clauses out of 22004 with flag 155293/73713
3.40/2.33	c cleaning 12002 clauses out of 24003 with flag 184537/86713
3.77/2.66	c cleaning 12999 clauses out of 26001 with flag 215819/100713
4.07/2.96	c cleaning 13996 clauses out of 28002 with flag 249061/115713
4.57/3.35	c cleaning 14996 clauses out of 30006 with flag 284601/131713
4.99/3.73	c cleaning 16002 clauses out of 32010 with flag 322195/148713
5.46/4.18	c cleaning 17001 clauses out of 34010 with flag 362102/166715
5.95/4.60	c cleaning 18000 clauses out of 36008 with flag 404378/185714
6.37/5.08	c cleaning 18997 clauses out of 38007 with flag 448649/205713
6.86/5.55	c cleaning 20000 clauses out of 40011 with flag 495161/226714
7.37/6.02	c cleaning 21003 clauses out of 42011 with flag 543906/248714
7.95/6.62	c cleaning 22003 clauses out of 44008 with flag 594943/271714
8.65/7.30	c cleaning 22996 clauses out of 46004 with flag 651194/295713
9.66/8.12	c cleaning 23998 clauses out of 48008 with flag 707614/320713
10.35/8.81	c cleaning 24999 clauses out of 50011 with flag 765447/346714
10.95/9.49	c cleaning 26000 clauses out of 52011 with flag 825837/373713
11.74/10.22	c cleaning 26999 clauses out of 54012 with flag 888557/401714
12.55/11.03	c cleaning 28002 clauses out of 56012 with flag 953667/430713
13.23/11.77	c cleaning 29004 clauses out of 58010 with flag 1020791/460713
14.65/12.84	c cleaning 29998 clauses out of 60007 with flag 1093193/491714
15.74/13.90	c cleaning 31003 clauses out of 62008 with flag 1168157/523713
16.74/14.94	c cleaning 31999 clauses out of 64007 with flag 1244630/556715
18.14/16.34	c cleaning 32993 clauses out of 66006 with flag 1326414/590713
19.91/17.91	c cleaning 34005 clauses out of 68013 with flag 1413386/625713
21.30/19.39	c cleaning 34998 clauses out of 70008 with flag 1503604/661713
23.01/21.01	c cleaning 35998 clauses out of 72010 with flag 1597664/698713
25.17/22.71	c cleaning 37003 clauses out of 74013 with flag 1689451/736714
26.97/24.53	c cleaning 38000 clauses out of 76009 with flag 1784715/775713
28.66/26.26	c cleaning 39000 clauses out of 78010 with flag 1884480/815714
30.36/28.01	c cleaning 39999 clauses out of 80009 with flag 1986290/856713
32.56/30.15	c cleaning 40997 clauses out of 82011 with flag 2090184/898714
34.64/32.23	c cleaning 42003 clauses out of 84013 with flag 2194386/941713
37.93/35.18	c cleaning 43002 clauses out of 86010 with flag 2314886/985713
39.82/37.04	c cleaning 44003 clauses out of 88008 with flag 2420828/1030713
41.82/39.03	c cleaning 44998 clauses out of 90005 with flag 2534307/1076713
43.60/40.88	c cleaning 45998 clauses out of 92008 with flag 2644309/1123714
44.99/42.24	c cleaning 46999 clauses out of 94010 with flag 2750791/1171714
47.59/44.65	c cleaning 47999 clauses out of 96010 with flag 2869044/1220713
49.39/46.43	c cleaning 49001 clauses out of 98012 with flag 2986974/1270714
51.94/48.78	c cleaning 50006 clauses out of 100011 with flag 3109986/1321714
53.93/50.75	c cleaning 50995 clauses out of 102005 with flag 3229337/1373714
56.33/53.12	c cleaning 51999 clauses out of 104009 with flag 3355203/1426713
58.01/54.80	c cleaning 53002 clauses out of 106011 with flag 3475057/1480714
60.18/56.61	c cleaning 54000 clauses out of 108008 with flag 3597066/1535713
61.97/58.49	c cleaning 55001 clauses out of 110008 with flag 3721328/1591713
64.06/60.52	c cleaning 56002 clauses out of 112008 with flag 3848318/1648714
66.26/62.72	c cleaning 56999 clauses out of 114005 with flag 3977438/1706713
68.61/64.89	c cleaning 58002 clauses out of 116007 with flag 4108932/1765714
70.71/66.95	c cleaning 58999 clauses out of 118005 with flag 4242291/1825714
72.82/69.02	c cleaning 59998 clauses out of 120005 with flag 4378355/1886713
75.34/71.25	c cleaning 61003 clauses out of 122008 with flag 4516514/1948714
77.53/73.49	c cleaning 62002 clauses out of 124005 with flag 4657151/2011714
79.82/75.73	c cleaning 62998 clauses out of 126002 with flag 4799569/2075713
82.12/78.04	c cleaning 63997 clauses out of 128004 with flag 4943923/2140713
84.89/80.53	c cleaning 64998 clauses out of 130009 with flag 5091281/2206715
87.29/82.92	c cleaning 66003 clauses out of 132010 with flag 5240107/2273714
89.50/85.17	c cleaning 67000 clauses out of 134006 with flag 5390887/2341713
91.87/87.54	c cleaning 68001 clauses out of 136006 with flag 5544507/2410713
94.99/90.08	c cleaning 69000 clauses out of 138005 with flag 5699471/2480713
97.98/93.04	c cleaning 69999 clauses out of 140006 with flag 5859751/2551714
101.06/96.12	c cleaning 71000 clauses out of 142006 with flag 6023897/2623713
103.74/98.85	c cleaning 71999 clauses out of 144007 with flag 6197207/2696714
106.73/101.85	c cleaning 73001 clauses out of 146009 with flag 6361436/2770715
109.63/104.76	c cleaning 73996 clauses out of 148006 with flag 6527537/2845713
113.35/107.97	c cleaning 75002 clauses out of 150010 with flag 6703572/2921713
117.34/111.98	c cleaning 76001 clauses out of 152009 with flag 6880075/2998714
121.43/116.11	c cleaning 77001 clauses out of 154008 with flag 7055928/3076714
125.69/120.00	c cleaning 78000 clauses out of 156006 with flag 7237144/3155713
126.59/120.87	c Got one! Elapsed wall clock time (in seconds):120.78
126.59/120.87	o 262
127.20/121.45	c cleaning 54551 clauses out of 109116 with flag 12208/3186823
127.60/121.80	c cleaning 30275 clauses out of 60567 with flag 26509/3192825
127.82/122.01	c cleaning 18638 clauses out of 37290 with flag 42335/3199823
127.96/122.20	c cleaning 13316 clauses out of 26654 with flag 60355/3207825
128.19/122.39	c cleaning 11159 clauses out of 22336 with flag 80454/3216823
128.39/122.58	c cleaning 10578 clauses out of 21177 with flag 102561/3226823
128.68/122.83	c cleaning 10797 clauses out of 21599 with flag 127304/3237823
129.00/123.13	c cleaning 11397 clauses out of 22803 with flag 154327/3249824
129.28/123.44	c cleaning 12199 clauses out of 24405 with flag 183689/3262823
129.68/123.80	c cleaning 13096 clauses out of 26206 with flag 215244/3276823
129.99/124.18	c cleaning 14050 clauses out of 28110 with flag 249071/3291823
130.48/124.63	c cleaning 15023 clauses out of 30061 with flag 285217/3307824
130.89/125.10	c cleaning 16010 clauses out of 32038 with flag 323547/3324824
131.38/125.58	c cleaning 17008 clauses out of 34027 with flag 364108/3342823
131.99/126.12	c cleaning 18003 clauses out of 36019 with flag 407296/3361823
132.47/126.68	c cleaning 19001 clauses out of 38018 with flag 453606/3381825
133.17/127.30	c cleaning 19996 clauses out of 40015 with flag 504381/3402823
133.67/127.89	c cleaning 21004 clauses out of 42019 with flag 554604/3424823
134.55/128.57	c cleaning 22005 clauses out of 44016 with flag 606803/3447824
135.24/129.24	c cleaning 22998 clauses out of 46011 with flag 661164/3471824
135.94/129.94	c cleaning 23996 clauses out of 48012 with flag 718525/3496823
136.64/130.62	c cleaning 25000 clauses out of 50016 with flag 777128/3522823
137.53/131.56	c cleaning 25994 clauses out of 52016 with flag 841833/3549823
138.53/132.52	c cleaning 27006 clauses out of 54022 with flag 909831/3577823
139.53/133.52	c cleaning 27998 clauses out of 56016 with flag 981875/3606823
140.52/134.53	c cleaning 29003 clauses out of 58019 with flag 1052595/3636824
141.62/135.63	c cleaning 30004 clauses out of 60016 with flag 1124573/3667824
142.81/136.81	c cleaning 31003 clauses out of 62013 with flag 1199054/3699825
144.02/138.03	c cleaning 32001 clauses out of 64011 with flag 1276155/3732826
145.12/139.19	c cleaning 32997 clauses out of 66008 with flag 1356814/3766824
146.40/140.44	c cleaning 34000 clauses out of 68010 with flag 1439640/3801823
148.01/142.04	c cleaning 35004 clauses out of 70011 with flag 1527242/3837824
149.39/143.44	c cleaning 35997 clauses out of 72006 with flag 1613298/3874823
150.89/145.00	c cleaning 37003 clauses out of 74009 with flag 1707664/3912823
152.59/146.52	c cleaning 38001 clauses out of 76006 with flag 1802168/3951823
154.29/148.27	c cleaning 39001 clauses out of 78006 with flag 1903039/3991824
156.09/150.04	c cleaning 39998 clauses out of 80005 with flag 2004181/4032824
158.09/152.11	c cleaning 40996 clauses out of 82006 with flag 2113806/4074823
160.57/154.57	c cleaning 41999 clauses out of 84010 with flag 2227367/4117823
162.47/156.43	c cleaning 42998 clauses out of 86011 with flag 2333706/4161823
164.46/158.48	c cleaning 44005 clauses out of 88013 with flag 2449308/4206823
167.55/161.54	c cleaning 44999 clauses out of 90009 with flag 2572691/4252824
170.83/164.81	c cleaning 46002 clauses out of 92009 with flag 2705055/4299823
173.52/167.57	c cleaning 47000 clauses out of 94007 with flag 2830178/4347823
176.51/170.58	c cleaning 48004 clauses out of 96007 with flag 2961279/4396823
179.90/173.65	c cleaning 48999 clauses out of 98003 with flag 3093249/4446823
182.09/175.83	c cleaning 50001 clauses out of 100005 with flag 3212966/4497824
184.18/178.00	c cleaning 50998 clauses out of 102003 with flag 3334118/4549823
186.17/180.01	c cleaning 51995 clauses out of 104005 with flag 3457201/4602823
188.17/181.92	c cleaning 53004 clauses out of 106011 with flag 3584516/4656824
190.06/183.84	c cleaning 54000 clauses out of 108007 with flag 3711516/4711824
192.27/186.05	c cleaning 55000 clauses out of 110006 with flag 3841633/4767823
194.45/188.23	c cleaning 55995 clauses out of 112006 with flag 3973631/4824823
196.84/190.67	c cleaning 57002 clauses out of 114012 with flag 4108919/4882824
200.15/193.38	c cleaning 58003 clauses out of 116010 with flag 4249290/4941824
202.24/195.48	c cleaning 59003 clauses out of 118008 with flag 4388192/5001825
204.43/197.66	c cleaning 59997 clauses out of 120004 with flag 4525447/5062824
206.63/199.82	c cleaning 60998 clauses out of 122007 with flag 4667770/5124824
209.02/202.25	c cleaning 62005 clauses out of 124009 with flag 4811062/5187824
211.61/204.81	c cleaning 62998 clauses out of 126004 with flag 4955947/5251824
214.75/207.40	c cleaning 64000 clauses out of 128005 with flag 5102393/5316823
217.45/210.14	c cleaning 64998 clauses out of 130005 with flag 5253495/5382823
220.34/213.04	c cleaning 65998 clauses out of 132007 with flag 5407864/5449823
223.12/215.85	c cleaning 67000 clauses out of 134010 with flag 5565080/5517824
226.61/219.33	c cleaning 68004 clauses out of 136009 with flag 5724861/5586823
229.90/222.60	c cleaning 68997 clauses out of 138005 with flag 5885746/5656823
233.85/226.17	c cleaning 70001 clauses out of 140008 with flag 6049205/5727823
236.74/229.03	c cleaning 70994 clauses out of 142008 with flag 6210840/5799824
239.12/231.49	c cleaning 72004 clauses out of 144015 with flag 6372058/5872825
242.11/234.40	c cleaning 73004 clauses out of 146009 with flag 6536234/5946823
245.35/237.28	c cleaning 73998 clauses out of 148005 with flag 6702836/6021823
248.04/239.97	c cleaning 74998 clauses out of 150008 with flag 6871961/6097824
250.53/242.44	c cleaning 75998 clauses out of 152009 with flag 7042944/6174823
254.64/245.84	c cleaning 77007 clauses out of 154013 with flag 7219424/6252825
257.63/248.89	c cleaning 78001 clauses out of 156005 with flag 7396648/6331824
261.31/252.25	c cleaning 78995 clauses out of 158003 with flag 7575219/6411823
264.60/255.58	c cleaning 80001 clauses out of 160008 with flag 7756754/6492823
268.10/259.08	c cleaning 81002 clauses out of 162008 with flag 7939167/6574824
271.58/262.59	c cleaning 81997 clauses out of 164006 with flag 8123661/6657824
274.88/265.67	c cleaning 82998 clauses out of 166008 with flag 8310773/6741823
278.17/268.96	c cleaning 84001 clauses out of 168010 with flag 8500271/6826823
281.37/272.15	c cleaning 84998 clauses out of 170010 with flag 8691687/6912824
284.45/275.24	c cleaning 86005 clauses out of 172011 with flag 8885634/6999823
288.35/278.83	c cleaning 86999 clauses out of 174007 with flag 9081010/7087824
291.73/282.22	c cleaning 87999 clauses out of 176009 with flag 9279264/7176825
295.02/285.59	c cleaning 88999 clauses out of 178008 with flag 9480254/7266823
298.52/289.02	c cleaning 90003 clauses out of 180009 with flag 9682914/7357823
302.57/292.83	c cleaning 91000 clauses out of 182006 with flag 9889124/7449823
305.97/296.25	c cleaning 91998 clauses out of 184006 with flag 10097050/7542823
309.45/299.77	c cleaning 92999 clauses out of 186008 with flag 10308163/7636823
313.75/304.08	c cleaning 94003 clauses out of 188011 with flag 10522889/7731825
317.63/307.96	c cleaning 94995 clauses out of 190006 with flag 10738383/7827823
321.75/311.75	c cleaning 96002 clauses out of 192011 with flag 10954723/7924823
326.23/316.20	c cleaning 97000 clauses out of 194009 with flag 11173605/8022823
330.71/320.76	c cleaning 98003 clauses out of 196010 with flag 11394496/8121824
335.11/325.15	c cleaning 98999 clauses out of 198007 with flag 11618878/8221824
340.59/329.92	c cleaning 100000 clauses out of 200007 with flag 11844054/8322823
345.87/335.29	c cleaning 101001 clauses out of 202007 with flag 12073504/8424823
349.97/339.30	c cleaning 101993 clauses out of 204006 with flag 12303054/8527823
354.40/343.29	c cleaning 103006 clauses out of 206014 with flag 12534157/8631824
359.48/348.37	c cleaning 103999 clauses out of 208008 with flag 12768819/8736824
364.96/353.86	c cleaning 105000 clauses out of 210008 with flag 13005091/8842823
371.12/359.89	c cleaning 106000 clauses out of 212008 with flag 13244267/8949823
376.80/365.53	c cleaning 106998 clauses out of 214008 with flag 13488458/9057823
381.69/370.43	c cleaning 107998 clauses out of 216011 with flag 13731858/9166824
387.12/375.65	c cleaning 109005 clauses out of 218014 with flag 13976485/9276825
392.20/380.73	c cleaning 109998 clauses out of 220008 with flag 14223348/9387824
397.99/385.60	c cleaning 110999 clauses out of 222009 with flag 14473289/9499823
402.88/390.55	c cleaning 111996 clauses out of 224010 with flag 14725271/9612823
408.05/395.47	c cleaning 113003 clauses out of 226014 with flag 14979636/9726823
413.03/400.47	c cleaning 114001 clauses out of 228014 with flag 15237428/9841826
418.11/405.57	c cleaning 115000 clauses out of 230010 with flag 15497674/9957823
423.40/410.84	c cleaning 115996 clauses out of 232010 with flag 15758921/10074823
429.40/416.53	c cleaning 117002 clauses out of 234015 with flag 16022760/10192824
435.18/422.35	c cleaning 117997 clauses out of 236014 with flag 16289108/10311825
441.16/428.39	c cleaning 119000 clauses out of 238015 with flag 16556563/10431823
446.96/434.19	c cleaning 119999 clauses out of 240015 with flag 16825885/10552823
453.64/440.56	c cleaning 121008 clauses out of 242018 with flag 17098486/10674825
461.51/448.42	c cleaning 122003 clauses out of 244008 with flag 17373360/10797823
467.00/453.98	c cleaning 122996 clauses out of 246006 with flag 17649767/10921824
472.88/459.83	c cleaning 124002 clauses out of 248011 with flag 17929909/11046825
478.86/465.34	c cleaning 125003 clauses out of 250007 with flag 18210960/11172823
484.14/470.60	c cleaning 126001 clauses out of 252005 with flag 18493705/11299824
489.02/475.54	c cleaning 126995 clauses out of 254003 with flag 18777113/11427823
494.80/481.30	c cleaning 128000 clauses out of 256009 with flag 19064614/11556824
499.98/486.51	c cleaning 129001 clauses out of 258008 with flag 19354331/11686823
506.57/492.90	c cleaning 130004 clauses out of 260008 with flag 19647625/11817824
512.66/499.03	c cleaning 130997 clauses out of 262003 with flag 19941999/11949823
518.13/504.55	c cleaning 132002 clauses out of 264007 with flag 20237646/12082824
525.10/511.58	c cleaning 132995 clauses out of 266004 with flag 20536793/12216823
532.19/517.94	c cleaning 134001 clauses out of 268010 with flag 20837029/12351824
538.17/523.99	c cleaning 135003 clauses out of 270008 with flag 21139492/12487823
544.45/530.23	c cleaning 136001 clauses out of 272005 with flag 21444718/12624823
554.61/539.04	c cleaning 136989 clauses out of 274004 with flag 21765056/12762823
561.78/546.27	c cleaning 137999 clauses out of 276015 with flag 22083800/12901823
569.56/553.79	c cleaning 139003 clauses out of 278016 with flag 22402601/13041823
578.43/562.65	c cleaning 140001 clauses out of 280014 with flag 22726939/13182824
585.71/570.00	c cleaning 141000 clauses out of 282012 with flag 23044140/13324823
593.04/576.92	c cleaning 141999 clauses out of 284013 with flag 23362766/13467824
601.23/585.13	c cleaning 143003 clauses out of 286013 with flag 23688422/13611823
608.95/592.71	c cleaning 143997 clauses out of 288010 with flag 24014473/13756823
616.52/600.37	c cleaning 145005 clauses out of 290014 with flag 24341984/13902824
624.17/607.55	c cleaning 146000 clauses out of 292009 with flag 24670612/14049824
631.35/614.74	c cleaning 147001 clauses out of 294009 with flag 25000742/14197824
639.46/622.47	c cleaning 147999 clauses out of 296007 with flag 25334581/14346823
647.93/630.90	c cleaning 148999 clauses out of 298008 with flag 25671582/14496823
656.67/638.43	c cleaning 149999 clauses out of 300009 with flag 26011198/14647823
665.16/646.83	c cleaning 150997 clauses out of 302010 with flag 26352156/14799823
673.13/654.88	c cleaning 152002 clauses out of 304013 with flag 26697926/14952823
681.13/662.71	c cleaning 153003 clauses out of 306012 with flag 27042076/15106824
689.01/670.66	c cleaning 154000 clauses out of 308009 with flag 27390592/15261824
697.02/678.09	c cleaning 154998 clauses out of 310008 with flag 27739644/15417823
705.99/687.09	c cleaning 156001 clauses out of 312010 with flag 28090785/15574823
715.42/695.70	c cleaning 156998 clauses out of 314009 with flag 28443558/15732823
725.58/705.47	c cleaning 158000 clauses out of 316011 with flag 28799914/15891823
735.97/714.46	c cleaning 158999 clauses out of 318012 with flag 29161526/16051824
744.68/723.04	c cleaning 159998 clauses out of 320013 with flag 29520290/16212824
753.00/731.20	c cleaning 161003 clauses out of 322014 with flag 29880012/16374823
763.15/741.22	c cleaning 161999 clauses out of 324012 with flag 30241782/16537824
772.51/750.20	c cleaning 163001 clauses out of 326013 with flag 30606474/16701824
780.78/758.52	c cleaning 164003 clauses out of 328011 with flag 30973213/16866823
789.85/767.42	c cleaning 165000 clauses out of 330008 with flag 31342078/17032823
798.31/775.49	c cleaning 165999 clauses out of 332009 with flag 31713527/17199824
806.28/783.49	c cleaning 167000 clauses out of 334010 with flag 32087388/17367824
814.71/791.85	c cleaning 168000 clauses out of 336009 with flag 32463312/17536823
825.63/802.53	c cleaning 169001 clauses out of 338009 with flag 32842173/17706823
836.49/811.85	c cleaning 170002 clauses out of 340008 with flag 33223362/17877823
847.35/822.62	c cleaning 171001 clauses out of 342007 with flag 33609671/18049824
861.31/836.53	c cleaning 171994 clauses out of 344005 with flag 34000504/18222823
870.79/845.70	c cleaning 173000 clauses out of 346013 with flag 34394460/18396825
880.17/855.11	c cleaning 174000 clauses out of 348012 with flag 34795032/18571824
889.42/864.26	c cleaning 175005 clauses out of 350011 with flag 35203201/18747823
900.55/874.82	c cleaning 175997 clauses out of 352006 with flag 35604410/18924823
909.83/884.12	c cleaning 177001 clauses out of 354010 with flag 36013733/19102824
920.18/894.38	c cleaning 178001 clauses out of 356008 with flag 36417631/19281823
932.82/906.77	c cleaning 178998 clauses out of 358007 with flag 36820537/19461823
947.76/919.82	c cleaning 179998 clauses out of 360010 with flag 37238430/19642824
960.43/932.07	c cleaning 181005 clauses out of 362012 with flag 37657131/19824824
973.04/944.49	c cleaning 181997 clauses out of 364006 with flag 38075657/20007823
986.22/957.44	c cleaning 182998 clauses out of 366009 with flag 38491940/20191823
996.69/967.20	c cleaning 183998 clauses out of 368012 with flag 38904654/20376824
1008.56/977.67	c cleaning 184997 clauses out of 370013 with flag 39318877/20562823
1019.78/988.87	c cleaning 186004 clauses out of 372016 with flag 39735686/20749823
1030.82/999.75	c cleaning 187000 clauses out of 374013 with flag 40153846/20937824
1042.29/1010.87	c cleaning 188002 clauses out of 376014 with flag 40574490/21126825
1053.19/1021.29	c cleaning 189004 clauses out of 378011 with flag 40996527/21316824
1065.08/1032.73	c cleaning 190000 clauses out of 380006 with flag 41431421/21507823
1076.55/1043.78	c cleaning 190997 clauses out of 382008 with flag 41866948/21699825
1086.52/1053.73	c cleaning 191999 clauses out of 384009 with flag 42299690/21892823
1097.49/1064.61	c cleaning 193002 clauses out of 386011 with flag 42734548/22086824
1108.02/1074.96	c cleaning 194002 clauses out of 388009 with flag 43175120/22281824
1120.88/1087.36	c cleaning 194997 clauses out of 390007 with flag 43609625/22477824
1133.55/1100.07	c cleaning 196004 clauses out of 392011 with flag 44047501/22674825
1146.45/1112.85	c cleaning 196995 clauses out of 394005 with flag 44488418/22872823
1161.13/1126.50	c cleaning 198002 clauses out of 396011 with flag 44936523/23071824
1172.18/1137.12	c cleaning 199001 clauses out of 398009 with flag 45383804/23271824
1183.37/1147.88	c cleaning 199999 clauses out of 400007 with flag 45833682/23472823
1194.22/1158.17	c cleaning 201003 clauses out of 402009 with flag 46286023/23674824
1207.08/1170.51	c cleaning 201998 clauses out of 404006 with flag 46741116/23877824
1219.82/1181.62	c cleaning 202996 clauses out of 406008 with flag 47195666/24081824
1229.72/1191.55	c cleaning 204000 clauses out of 408011 with flag 47651840/24286823
1242.18/1203.55	c cleaning 205001 clauses out of 410011 with flag 48111415/24492823
1253.04/1214.44	c cleaning 206000 clauses out of 412010 with flag 48575339/24699823
1266.99/1228.20	c cleaning 207001 clauses out of 414010 with flag 49040999/24907823
1278.26/1239.52	c cleaning 207998 clauses out of 416009 with flag 49509434/25116823
1291.25/1252.28	c cleaning 209001 clauses out of 418011 with flag 49977463/25326823
1304.71/1265.76	c cleaning 209995 clauses out of 420010 with flag 50449820/25537823
1317.56/1278.66	c cleaning 211001 clauses out of 422015 with flag 50924033/25749823
1330.59/1291.59	c cleaning 212001 clauses out of 424015 with flag 51397461/25962824
1341.46/1302.42	c cleaning 213005 clauses out of 426015 with flag 51874575/26176825
1354.55/1314.50	c cleaning 213998 clauses out of 428008 with flag 52354394/26391823
1369.69/1329.29	c cleaning 215001 clauses out of 430010 with flag 52833179/26607823
1383.98/1343.08	c cleaning 216005 clauses out of 432009 with flag 53317768/26824823
1399.35/1357.82	c cleaning 216995 clauses out of 434005 with flag 53808987/27042824
1411.52/1369.58	c cleaning 217999 clauses out of 436010 with flag 54298540/27261824
1425.32/1382.86	c cleaning 218997 clauses out of 438010 with flag 54788724/27481823
1439.18/1396.25	c cleaning 220004 clauses out of 440014 with flag 55282133/27702824
1453.80/1409.13	c cleaning 221000 clauses out of 442010 with flag 55777607/27924824
1465.11/1420.35	c cleaning 222004 clauses out of 444011 with flag 56273720/28147825
1479.94/1434.86	c cleaning 222999 clauses out of 446006 with flag 56773161/28371824
1494.42/1449.18	c cleaning 223995 clauses out of 448006 with flag 57273406/28596823
1506.94/1461.35	c cleaning 225002 clauses out of 450011 with flag 57780208/28822823
1520.95/1474.83	c cleaning 226001 clauses out of 452009 with flag 58289324/29049823
1534.25/1487.55	c cleaning 226995 clauses out of 454008 with flag 58798071/29277823
1549.57/1502.33	c cleaning 227995 clauses out of 456013 with flag 59314490/29506823
1566.70/1519.02	c cleaning 229002 clauses out of 458018 with flag 59833099/29736823
1580.35/1532.17	c cleaning 230007 clauses out of 460017 with flag 60351375/29967824
1595.49/1546.87	c cleaning 231001 clauses out of 462010 with flag 60872361/30199824
1612.61/1563.41	c cleaning 231999 clauses out of 464010 with flag 61392274/30432825
1632.02/1580.95	c cleaning 232997 clauses out of 466009 with flag 61915815/30666823
1649.13/1597.47	c cleaning 234003 clauses out of 468012 with flag 62445854/30901823
1671.40/1619.28	c cleaning 234998 clauses out of 470010 with flag 62979883/31137824
1689.87/1637.21	c cleaning 236001 clauses out of 472012 with flag 63521474/31374824
1707.08/1653.81	c cleaning 236996 clauses out of 474011 with flag 64053433/31612824
1720.64/1666.98	c cleaning 238006 clauses out of 476015 with flag 64588507/31851824
1736.94/1682.86	c cleaning 238999 clauses out of 478010 with flag 65125066/32091825
1753.21/1698.98	c cleaning 240002 clauses out of 480011 with flag 65667133/32332825
1766.65/1712.26	c cleaning 241000 clauses out of 482009 with flag 66207341/32574825
1786.71/1731.83	c cleaning 241997 clauses out of 484007 with flag 66751064/32817823
1807.87/1750.79	c cleaning 242999 clauses out of 486010 with flag 67297190/33061823
1828.21/1770.98	c cleaning 244001 clauses out of 488012 with flag 67849326/33306824
1849.60/1792.36	c cleaning 245004 clauses out of 490010 with flag 68399255/33552823
1869.08/1810.87	c cleaning 246001 clauses out of 492007 with flag 68953195/33799824
1885.88/1827.07	c cleaning 246998 clauses out of 494005 with flag 69512491/34047823
1903.07/1843.85	c cleaning 247991 clauses out of 496007 with flag 70067450/34296823
1922.49/1862.91	c cleaning 249004 clauses out of 498017 with flag 70623787/34546824
1937.19/1877.35	c cleaning 250005 clauses out of 500013 with flag 71185024/34797824
1953.98/1893.71	c cleaning 250998 clauses out of 502007 with flag 71748442/35049823
1968.51/1907.72	c cleaning 251996 clauses out of 504010 with flag 72312301/35302824
1984.30/1923.06	c cleaning 253003 clauses out of 506013 with flag 72877724/35556823
2005.33/1941.89	c cleaning 253996 clauses out of 508010 with flag 73446343/35811823
2021.49/1957.51	c cleaning 255004 clauses out of 510014 with flag 74016689/36067823
2035.72/1971.44	c cleaning 255995 clauses out of 512011 with flag 74590648/36324824
2053.01/1988.40	c cleaning 257005 clauses out of 514017 with flag 75168054/36582825
2069.92/2005.04	c cleaning 258003 clauses out of 516011 with flag 75745994/36841824
2087.76/2022.52	c cleaning 258994 clauses out of 518007 with flag 76328610/37101823
2103.87/2038.27	c cleaning 260002 clauses out of 520013 with flag 76909639/37362823
2118.77/2052.60	c cleaning 261000 clauses out of 522012 with flag 77493361/37624824
2137.27/2070.55	c cleaning 261994 clauses out of 524011 with flag 78079175/37887823
2158.73/2091.54	c cleaning 263004 clauses out of 526017 with flag 78669805/38151823
2179.15/2109.03	c cleaning 263999 clauses out of 528013 with flag 79259900/38416823
2196.19/2125.54	c cleaning 265000 clauses out of 530014 with flag 79852991/38682823
2214.04/2143.24	c cleaning 266002 clauses out of 532014 with flag 80448870/38949823
2232.49/2160.79	c cleaning 267002 clauses out of 534013 with flag 81045825/39217824
2248.49/2176.33	c cleaning 268000 clauses out of 536010 with flag 81647242/39486823
2268.14/2195.86	c cleaning 268996 clauses out of 538010 with flag 82249445/39756823
2285.47/2213.18	c cleaning 269999 clauses out of 540014 with flag 82853196/40027823
2301.94/2229.57	c cleaning 271007 clauses out of 542015 with flag 83456593/40299823
2321.17/2248.46	c cleaning 271999 clauses out of 544009 with flag 84063726/40572824
2347.50/2274.28	c cleaning 272999 clauses out of 546009 with flag 84674510/40846823
2368.14/2292.67	c cleaning 273996 clauses out of 548010 with flag 85290636/41121823
2386.99/2311.24	c cleaning 275002 clauses out of 550014 with flag 85906165/41397823
2407.31/2331.58	c cleaning 276001 clauses out of 552012 with flag 86526705/41674823
2424.30/2348.02	c cleaning 276997 clauses out of 554011 with flag 87145382/41952823
2446.42/2370.20	c cleaning 277999 clauses out of 556014 with flag 87769905/42231823
2462.71/2386.52	c cleaning 279005 clauses out of 558015 with flag 88392781/42511823
2481.45/2405.37	c cleaning 280001 clauses out of 560011 with flag 89025020/42792824
2499.67/2423.44	c cleaning 280999 clauses out of 562009 with flag 89653135/43074823
2520.79/2444.69	c cleaning 281997 clauses out of 564010 with flag 90287355/43357823
2540.36/2463.99	c cleaning 283000 clauses out of 566015 with flag 90921289/43641825
2560.89/2484.50	c cleaning 283996 clauses out of 568013 with flag 91557824/43926823
2581.42/2504.16	c cleaning 285000 clauses out of 570017 with flag 92194076/44212823
2606.43/2529.20	c cleaning 286002 clauses out of 572017 with flag 92833316/44499823
2626.96/2549.14	c cleaning 287003 clauses out of 574017 with flag 93477903/44787825
2648.65/2570.87	c cleaning 288002 clauses out of 576012 with flag 94123842/45076823
2667.72/2589.55	c cleaning 289003 clauses out of 578012 with flag 94771134/45366825
2686.47/2607.74	c cleaning 290000 clauses out of 580008 with flag 95422449/45657824
2705.28/2626.18	c cleaning 290999 clauses out of 582007 with flag 96074148/45949823
2728.14/2648.26	c cleaning 291996 clauses out of 584008 with flag 96730035/46242823
2752.99/2670.80	c cleaning 292996 clauses out of 586012 with flag 97386208/46536823
2777.11/2693.96	c cleaning 294001 clauses out of 588016 with flag 98047066/46831823
2797.33/2713.74	c cleaning 295007 clauses out of 590016 with flag 98706845/47127824
2821.04/2736.67	c cleaning 295999 clauses out of 592008 with flag 99372356/47424823
2845.68/2760.88	c cleaning 296996 clauses out of 594010 with flag 100038116/47722824
2868.80/2783.80	c cleaning 298000 clauses out of 596014 with flag 100707498/48021824
2890.12/2804.36	c cleaning 299004 clauses out of 598013 with flag 101377359/48321823
2918.80/2830.51	c cleaning 300002 clauses out of 600009 with flag 102061451/48622823
2939.57/2850.69	c cleaning 300998 clauses out of 602007 with flag 102735697/48924823
2963.20/2873.95	c cleaning 301998 clauses out of 604009 with flag 103410603/49227823
2987.90/2897.60	c cleaning 303001 clauses out of 606011 with flag 104089012/49531823
3013.40/2922.24	c cleaning 303998 clauses out of 608012 with flag 104769917/49836825
3032.95/2941.33	c cleaning 304999 clauses out of 610012 with flag 105452778/50142823
3054.25/2960.55	c cleaning 306000 clauses out of 612013 with flag 106140343/50449823
3079.85/2985.32	c cleaning 306998 clauses out of 614014 with flag 106826526/50757824
3099.03/3004.08	c cleaning 308004 clauses out of 616015 with flag 107513045/51066823
3121.36/3025.58	c cleaning 309004 clauses out of 618011 with flag 108207774/51376823
3145.15/3048.97	c cleaning 309995 clauses out of 620008 with flag 108901842/51687824
3169.53/3072.32	c cleaning 310996 clauses out of 622013 with flag 109600174/51999824
3195.45/3096.00	c cleaning 312002 clauses out of 624016 with flag 110300282/52312823
3218.29/3118.05	c cleaning 313001 clauses out of 626014 with flag 111001376/52626823
3241.61/3141.07	c cleaning 314003 clauses out of 628013 with flag 111705834/52941823
3262.49/3161.14	c cleaning 314995 clauses out of 630010 with flag 112410557/53257823
3287.49/3185.84	c cleaning 316003 clauses out of 632017 with flag 113125526/53574825
3312.84/3210.44	c cleaning 317000 clauses out of 634012 with flag 113837739/53892823
3338.34/3233.10	c cleaning 318002 clauses out of 636012 with flag 114550103/54211823
3362.95/3256.86	c cleaning 318998 clauses out of 638010 with flag 115263902/54531823
3384.24/3277.79	c cleaning 320000 clauses out of 640013 with flag 115981237/54852824
3414.94/3307.74	c cleaning 321001 clauses out of 642012 with flag 116704414/55174823
3442.58/3334.42	c cleaning 321999 clauses out of 644012 with flag 117430594/55497824
3470.59/3359.66	c cleaning 323002 clauses out of 646013 with flag 118156303/55821824
3500.87/3389.23	c cleaning 323999 clauses out of 648010 with flag 118887521/56146823
3532.56/3420.04	c cleaning 324999 clauses out of 650011 with flag 119621764/56472823
3561.33/3447.81	c cleaning 326001 clauses out of 652013 with flag 120355673/56799824
3592.08/3475.62	c cleaning 327000 clauses out of 654011 with flag 121092386/57127823
3600.07/3483.30	c starts		: 6
3600.07/3483.31	c conflicts		: 57310381
3600.07/3483.31	c decisions		: 83837377
3600.07/3483.31	c propagations		: 472911277
3600.07/3483.31	c inspects		: 37385435743
3600.07/3483.31	c shortcuts		: 0
3600.07/3483.31	c learnt literals	: 0
3600.07/3483.31	c learnt binary clauses	: 0
3600.07/3483.31	c learnt ternary clauses	: 0
3600.07/3483.31	c learnt constraints	: 57310381
3600.07/3483.31	c ignored constraints	: 0
3600.07/3483.31	c root simplifications	: 0
3600.07/3483.31	c removed literals (reason simplification)	: 26615997
3600.07/3483.31	c reason swapping (by a shorter reason)	: 0
3600.07/3483.31	c Calls to reduceDB	: 400
3600.07/3483.31	c Number of update (reduction) of LBD	: 4853793
3600.07/3483.31	c Imported unit clauses	: 0
3600.07/3483.31	c No decision after first conflict	: false
3600.07/3483.31	c number of reductions to clauses (during analyze)	: 0
3600.07/3483.31	c number of learned constraints concerned by reduction	: 0
3600.07/3483.31	c number of learning phase by resolution	: 0
3600.07/3483.31	c number of learning phase by cutting planes	: 0
3600.07/3483.31	c number of rounding to 1 operations	: 0
3600.07/3483.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3483.31	c number of reductions of the coefficients by power 2 	: 0
3600.07/3483.31	c number of right shift for reduction by power 2 	: 0
3600.07/3483.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3483.31	c number of ending skipping 	: 0
3600.07/3483.31	c number of internal skipping 	: 0
3600.07/3483.31	c number of derivation steps 	: 0
3600.07/3483.31	c number of skipped derivation steps 	: 0
3600.07/3483.31	c number of remaining unassigned 	: 0
3600.07/3483.31	c number of remaining assigned 	: 0
3600.07/3483.31	c number of falsified literals weakened from reason	: 0
3600.07/3483.31	c number of falsified literals weakened from conflict	: 0
3600.07/3483.31	c time for arithmetic operations	: 0
3600.07/3483.31	c minimum degree of deleted constraints	: null
3600.07/3483.31	c maximum degree of deleted constraints	: null
3600.07/3483.31	c number of deleted constraints	: 0
3600.07/3483.31	c speed (assignments/second)	: 135769.86250794173
3600.07/3483.31	c non guided choices	: 0
3600.07/3483.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 509569
3600.07/3483.37	s SATISFIABLE
3600.07/3483.37	c Found 5 solution(s)
3600.07/3483.37	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.07/3483.37	c objective function=262
3600.07/3483.37	c Total wall clock time (in seconds): 3483.278

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-4806599-1782836488/watcher-4806599-1782836488 -o /tmp/evaluation-result-4806599-1782836488/solver-4806599-1782836488 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4806599-1782836488/vars-4806599-1782836488 --bin-var /tmp/runsolver-exch-nodeE004-1782830144-2553035 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4806599-1782836488.opb 

running on 4 cores: 40-43

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

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (68143 MiB free)
  node 1: cores 8-15, 129019 MiB (55869 MiB free)
  node 2: cores 16-23, 129019 MiB (93699 MiB free)
  node 3: cores 24-31, 128957 MiB (113825 MiB free)
  node 4: cores 32-39, 129019 MiB (65375 MiB free)
  node 5: cores 40-47, 129019 MiB (108269 MiB free)
  node 6: cores 48-55, 129019 MiB (81132 MiB free)
  node 7: cores 56-63, 128474 MiB (74891 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100061 s]*
/proc/loadavg: 20.68 19.93 19.43 19/1194 2555794
/proc/meminfo: memFree=677040196/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=34966608 memory=60200 CPUtime=0.18 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 7889 0 0 0 17 1 0 0 20 0 20 0 216936573 35805806592 14656 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8741652 15050 6211 1 0 33409 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=34966608 memory=5963408912 CPUtime=0.08 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 3183 0 0 0 8 0 0 0 20 0 20 0 216936575 35805806592 14656 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=34966608 memory=211409961334 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 216936576 35805806592 14656 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=34966608 memory=60680137098362 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 216936576 35805806592 14656 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=34966608 memory=56290697299298 CPUtime=0 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 216936576 35805806592 14656 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=34966608 memory=62883505653466 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 216936576 35805806592 14656 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=34966608 memory=57420374404193 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 216936576 35805806592 14656 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 60200 KiB

[startup+0.214159 s]*
/proc/loadavg: 20.68 19.93 19.43 20/1195 2555806
/proc/meminfo: memFree=677013456/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35033172 memory=76816 CPUtime=0.55 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 9473 0 0 0 53 2 0 0 20 0 21 0 216936573 35873968128 18817 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8758293 19204 6258 1 0 37949 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35033172 memory=8461259851676541751 CPUtime=0.19 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 3300 0 0 0 19 0 0 0 20 0 21 0 216936575 35873968128 18817 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35033172 memory=2259 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216936576 35873968128 18817 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35033172 memory=59580625453545 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216936576 35873968128 18817 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35033172 memory=55191185654365 CPUtime=0 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216936576 35873968128 18817 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35033172 memory=61783994008353 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216936576 35873968128 18817 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35033172 memory=53022327833852 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216936576 35873968128 18817 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35033172 memory=33362 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216936586 35873968128 18817 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 76816 KiB

[startup+0.314583 s]*
/proc/loadavg: 20.68 19.93 19.43 23/1199 2555816
/proc/meminfo: memFree=676973184/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35099736 memory=93312 CPUtime=0.84 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 10029 0 0 0 82 2 0 0 20 0 22 0 216936573 35942129664 22886 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8774934 23328 6274 1 0 42455 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35099736 memory=7813464326687584037 CPUtime=0.28 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 3311 0 0 0 28 0 0 0 20 0 22 0 216936575 35942129664 22886 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35099736 memory=2274 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 22886 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35099736 memory=54087362281966 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 22886 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35099736 memory=61788255421027 CPUtime=0 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 22886 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35099736 memory=55191219208997 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 22886 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35099736 memory=14971157304575241 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 22886 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35099736 memory=3618421540095538260 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936586 35942129664 22886 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 93312 KiB

[startup+0.700311 s]
/proc/loadavg: 20.68 19.93 19.43 24/1221 2555843
/proc/meminfo: memFree=676882252/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35099736 memory=161396 CPUtime=1.53 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 10726 0 0 0 150 3 0 0 20 0 22 0 216936573 35942129664 40009 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8774934 40349 6276 1 0 94937 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35099736 memory=69396 CPUtime=0.64 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 3345 0 0 0 63 1 0 0 20 0 22 0 216936575 35942129664 40009 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35099736 memory=4868 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 40009 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 40009 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35099736 memory=4104 CPUtime=0 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 40009 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35099736 memory=-7451584339144697184 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 40009 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35099736 memory=32914103 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936576 35942129664 40009 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35099736 memory=32726173 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216936586 35942129664 40009 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 161396 KiB

[startup+1.50029 s]
/proc/loadavg: 20.68 19.93 19.43 21/1223 2555846
/proc/meminfo: memFree=676508380/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35166300 memory=319688 CPUtime=2.53 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 14646 0 0 0 249 4 0 0 20 0 23 0 216936573 36010291200 79555 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8791575 79922 6275 1 0 220825 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35166300 memory=4868 CPUtime=1.38 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 3740 0 0 0 137 1 0 0 20 0 23 0 216936575 36010291200 79555 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 79555 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35166300 memory=4104 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 79555 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35166300 memory=69396 CPUtime=0 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 79555 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 79555 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 79555 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936586 36010291200 79555 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 319688 KiB

[startup+3.1146 s]
/proc/loadavg: 20.68 19.93 19.43 18/1223 2555847
/proc/meminfo: memFree=675600716/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35166300 memory=537944 CPUtime=4.31 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 17443 0 0 0 425 6 0 0 20 0 23 0 216936573 36010291200 134148 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8791575 134486 6232 1 0 220829 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35166300 memory=145012 CPUtime=2.92 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 4340 0 0 0 290 2 0 0 20 0 23 0 216936575 36010291200 134148 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 134148 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35166300 memory=-4188193847138916662 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 134148 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35166300 memory=4868 CPUtime=0 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 134148 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 134148 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35166300 memory=535888 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 134148 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936586 36010291200 134148 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 4.31 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 537944 KiB


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

/proc/meminfo: memFree=789398224/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35166300 memory=9084504 CPUtime=3388.93 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 716298 0 0 0 338738 155 0 0 20 0 23 0 216936573 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8791575 2271126 6263 1 0 2285159 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35166300 memory=5716 CPUtime=3240.47 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 222441 0 0 0 324009 38 0 0 20 0 23 0 216936575 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35166300 memory=40780 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35166300 memory=15524 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35166300 memory=3008 CPUtime=0.14 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 179 0 0 0 6 8 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35166300 memory=12856 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35166300 memory=15524 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 1380 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35166300 memory=9084504 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936586 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 3388.93 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 9084504 KiB

[startup+3342.3 s]
/proc/loadavg: 16.74 17.01 17.31 17/1223 2557355
/proc/meminfo: memFree=789521168/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35166300 memory=9084504 CPUtime=3452.74 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 741734 0 0 0 345116 158 0 0 20 0 23 0 216936573 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8791575 2271126 6263 1 0 2285159 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35166300 memory=9084504 CPUtime=3299.56 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 227707 0 0 0 329918 38 0 0 20 0 23 0 216936575 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35166300 memory=4104 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35166300 memory=9084504 CPUtime=0.14 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 179 0 0 0 6 8 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35166300 memory=-9073787218186256539 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35166300 memory=5872 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 1401 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35166300 memory=15524 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936586 36010291200 2271137 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 3452.74 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 9084504 KiB

[startup+3402.3 s]
/proc/loadavg: 16.72 16.94 17.26 18/1224 2557434
/proc/meminfo: memFree=802180584/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35166300 memory=8900408 CPUtime=3514.22 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 749106 0 0 0 351263 159 0 0 20 0 23 0 216936573 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8791575 2225102 6263 1 0 2239135 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35166300 memory=4104 CPUtime=3358.78 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 231105 0 0 0 335839 39 0 0 20 0 23 0 216936575 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35166300 memory=11700 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35166300 memory=4104 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35166300 memory=9084504 CPUtime=0.14 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 181 0 0 0 6 8 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35166300 memory=9251860 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35166300 memory=15524 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35166300 memory=8900408 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936586 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 3514.22 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 8900408 KiB

[startup+3462.3 s]
/proc/loadavg: 16.95 16.95 17.24 20/1223 2557435
/proc/meminfo: memFree=800607436/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35166300 memory=8900416 CPUtime=3578.54 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 778004 0 0 0 357691 163 0 0 20 0 23 0 216936573 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8791575 2225104 6263 1 0 2239135 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35166300 memory=4104 CPUtime=3417.71 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 237368 0 0 0 341732 39 0 0 20 0 23 0 216936575 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35166300 memory=9251860 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35166300 memory=8900416 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35166300 memory=8900408 CPUtime=0.14 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 184 0 0 0 6 8 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35166300 memory=12804 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35166300 memory=8900416 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 1439 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35166300 memory=8900416 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936586 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 3578.54 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 8900416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3483.3 s]
/proc/loadavg: 16.93 16.95 17.24 18/1223 2557436
/proc/meminfo: memFree=799983676/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35166300 memory=8900416 CPUtime=3600.07 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 779489 0 0 0 359844 163 0 0 20 0 23 0 216936573 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8791575 2225104 6263 1 0 2239135 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35166300 memory=8900416 CPUtime=3438.44 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 238618 0 0 0 343805 39 0 0 20 0 23 0 216936575 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35166300 memory=15524 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35166300 memory=150260 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35166300 memory=-7451584339144697184 CPUtime=0.14 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 184 0 0 0 6 8 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35166300 memory=8900408 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 1456 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35166300 memory=5832 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936586 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 8900416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.61 s, system=1.64906 s

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

[startup+3483.3 s]
/proc/loadavg: 16.93 16.95 17.24 18/1223 2557436
/proc/meminfo: memFree=799983676/1055320700 swapFree=33554428/33554428
[pid=2555763] ppid=2555760 vsize=35166300 memory=8900416 CPUtime=3600.07 cores=40-43
/proc/2555763/stat : 2555763 (java) S 2555760 2555763 2553015 0 -1 4194304 779489 0 0 0 359844 163 0 0 20 0 23 0 216936573 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
/proc/2555763/statm: 8791575 2225104 6263 1 0 2239135 0
[pid=2555763/tid=2555766] ppid=2555760 vsize=35166300 memory=8900416 CPUtime=3438.44 cores=40-43
/proc/2555763/task/2555766/stat : 2555766 (java) R 2555760 2555763 2553015 0 -1 4194368 238618 0 0 0 343805 39 0 0 20 0 23 0 216936575 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555779] ppid=2555760 vsize=35166300 memory=15524 CPUtime=0 cores=40-43
/proc/2555763/task/2555779/stat : 2555779 (Referen..andler) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555780] ppid=2555760 vsize=35166300 memory=150260 CPUtime=0 cores=40-43
/proc/2555763/task/2555780/stat : 2555780 (Finalizer) S 2555760 2555763 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555783] ppid=2555760 vsize=35166300 memory=-7451584339144697184 CPUtime=0.14 cores=40-43
/proc/2555763/task/2555783/stat : 2555783 (Monitor..Thread) S 2555760 2555763 2553015 0 -1 4194368 184 0 0 0 6 8 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555786] ppid=2555760 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2555763/task/2555786/stat : 2555786 (Notific..Thread) S 2555760 2555763 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555787] ppid=2555760 vsize=35166300 memory=8900408 CPUtime=0 cores=40-43
/proc/2555763/task/2555787/stat : 2555787 (Common-Cleaner) S 2555760 2555763 2553015 0 -1 4194368 1456 0 0 0 0 0 0 0 20 0 23 0 216936576 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
[pid=2555763/tid=2555799] ppid=2555760 vsize=35166300 memory=5832 CPUtime=0 cores=40-43
/proc/2555763/task/2555799/stat : 2555799 (Timer-0) S 2555760 2555763 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216936586 36010291200 2225089 18446744073709551615 94650193801216 94650193804912 140728698765984 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94650193812776 94650193813520 94650224578560 140728698771668 140728698771808 140728698771808 140728698777544 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 8900416 KiB

Child status: 143

Real time (s): 3483.39
CPU time (s): 3600.26
CPU user time (s): 3598.61
CPU system time (s): 1.64906
CPU usage (%): 103.355
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 11098620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.61
system time used= 1.64906
maximum resident set size= 11097592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 781849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65490
involuntary context switches= 4234


# summary of solver processes directly reported to runsolver:
#   pid: 2555763
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.61
#   total CPU system time (s): 1.64906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.404 second user time and 39.2493 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-30 18:21:28
IDJOB=4806599
IDBENCH=178078
IDSOLVER=3602
FILE ID=nodeE004/4806599-1782836488
RUNJOBID= nodeE004-1782830144-2553035
SLURM_JOB_ID= 12541393
Free space on /tmp= 798484 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/normalized-dominating_set_hexgrid_opt_r10_c90.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4806599-1782836488/watcher-4806599-1782836488 -o /tmp/evaluation-result-4806599-1782836488/solver-4806599-1782836488 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4806599-1782836488/vars-4806599-1782836488 --bin-var /tmp/runsolver-exch-nodeE004-1782830144-2553035 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4806599-1782836488.opb

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

MD5SUM BENCH= d99f5d711993d309ca61706a2d9aa594
RANDOM SEED=2073903288

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 50
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3597.806
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		: 3564.882
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		: 3595.819
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3595.830
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		: 3593.676
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		: 3581.017
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		: 3586.832
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		: 3570.831
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		: 3574.160
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:        677081264 kB
MemAvailable:   797630132 kB
Buffers:            3352 kB
Cached:         124950520 kB
SwapCached:            0 kB
Active:         255608536 kB
Inactive:       118720868 kB
Active(anon):   250154272 kB
Inactive(anon):   142608 kB
Active(file):    5454264 kB
Inactive(file): 118578260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2076 kB
Writeback:            52 kB
AnonPages:      249263172 kB
Mapped:           205560 kB
Shmem:            921344 kB
KReclaimable:    1535036 kB
Slab:            2111976 kB
SReclaimable:    1535036 kB
SUnreclaim:       576940 kB
KernelStack:       19792 kB
PageTables:       497816 kB
SecPageTables:     15388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   255769240 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483940 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  245024768 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:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798432 MiB
End job on nodeE004 at 2026-06-30 19:19:31