Trace number 4807124

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)-482 3600.13 3580.34

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/
normalized-maxcut_opt_complete_5-partite_inlv_nvert_45.opb
MD5SUM3c410c0cc2a68ebda1f0630eb06b1d15
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 benchmark-486
Best CPU time to get the best result obtained on this benchmark4.91986
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables990
Total number of constraints56760
Number of constraints which are clauses56760
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 constraint3
Maximum length of a constraint3
Number of terms in the objective function 810
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 810
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 810
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.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-4807124-1782837549.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.54/0.28	c ... done. Wall clock time 0.195s.
0.54/0.28	c declared #vars     990
0.54/0.28	c #constraints  56760
0.54/0.28	c constraints type 
0.54/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 56760
0.54/0.28	c 56760 constraints processed.
0.54/0.29	c objective function length is 810 literals
0.54/0.30	c SATISFIABLE
0.54/0.30	c OPTIMIZING...
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.216
0.54/0.30	o -410
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.227
0.54/0.31	o -414
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.234
0.54/0.32	o -418
0.87/0.38	c Got one! Elapsed wall clock time (in seconds):0.29
0.87/0.38	o -420
1.18/0.46	c Got one! Elapsed wall clock time (in seconds):0.37
1.18/0.46	o -424
2.33/1.07	c cleaning 2773 clauses out of 5549 with flag 10028/5549
3.33/1.84	c cleaning 4387 clauses out of 8776 with flag 22028/11549
4.33/2.83	c cleaning 5692 clauses out of 11390 with flag 36030/18550
5.33/3.86	c cleaning 6846 clauses out of 13698 with flag 52030/26550
5.33/3.88	c Got one! Elapsed wall clock time (in seconds):3.797
5.33/3.88	o -426
5.44/3.95	c Got one! Elapsed wall clock time (in seconds):3.859
5.44/3.95	o -428
6.14/4.67	c cleaning 6288 clauses out of 12582 with flag 10255/32280
7.14/5.66	c cleaning 6141 clauses out of 12293 with flag 22794/38279
8.19/6.65	c cleaning 6567 clauses out of 13152 with flag 36903/45279
9.47/7.80	c cleaning 7287 clauses out of 14586 with flag 52906/53280
9.47/7.80	c Got one! Elapsed wall clock time (in seconds):7.719
9.47/7.80	o -430
10.41/8.60	c cleaning 6171 clauses out of 12354 with flag 10530/58335
11.51/9.72	c cleaning 6084 clauses out of 12183 with flag 22555/64335
12.52/10.78	c Got one! Elapsed wall clock time (in seconds):10.691
12.52/10.78	o -434
13.35/11.51	c cleaning 8604 clauses out of 17222 with flag 10272/75458
14.15/12.35	c cleaning 7300 clauses out of 14618 with flag 22570/81458
15.10/13.26	c cleaning 7152 clauses out of 14318 with flag 36571/88458
16.23/14.32	c cleaning 7578 clauses out of 15166 with flag 52571/96458
17.39/15.47	c cleaning 8287 clauses out of 16588 with flag 70571/105458
19.31/17.36	c cleaning 9143 clauses out of 18301 with flag 90571/115458
21.45/19.42	c cleaning 10070 clauses out of 20159 with flag 112575/126459
23.23/21.17	c cleaning 11037 clauses out of 22089 with flag 136576/138459
25.22/23.08	c cleaning 12018 clauses out of 24052 with flag 162576/151459
25.22/23.08	c Got one! Elapsed wall clock time (in seconds):22.998
25.22/23.08	o -436
26.03/23.83	c cleaning 8533 clauses out of 17085 with flag 10254/156510
26.83/24.68	c cleaning 7268 clauses out of 14553 with flag 22259/162511
27.94/25.70	c cleaning 7135 clauses out of 14284 with flag 36269/169510
29.06/26.84	c cleaning 7566 clauses out of 15149 with flag 52275/177510
30.56/28.30	c cleaning 8283 clauses out of 16584 with flag 70286/186511
32.30/30.04	c cleaning 9143 clauses out of 18301 with flag 90289/196511
34.67/32.26	c cleaning 10071 clauses out of 20157 with flag 112288/207510
34.87/32.46	c Got one! Elapsed wall clock time (in seconds):32.371
34.87/32.46	o -438
35.60/33.16	c cleaning 7542 clauses out of 15091 with flag 8665/212515
36.79/34.36	c cleaning 6765 clauses out of 13549 with flag 20665/218515
37.90/35.49	c cleaning 6885 clauses out of 13784 with flag 34667/225515
39.20/36.70	c cleaning 7440 clauses out of 14900 with flag 50669/233516
40.53/38.03	c cleaning 8219 clauses out of 16459 with flag 68681/242515
41.81/39.32	c cleaning 9114 clauses out of 18240 with flag 88682/252515
43.42/40.94	c cleaning 10059 clauses out of 20127 with flag 110707/263516
45.24/42.71	c cleaning 11031 clauses out of 22068 with flag 134707/275516
47.67/45.08	c cleaning 12012 clauses out of 24038 with flag 160709/288517
49.98/47.37	c cleaning 13004 clauses out of 26025 with flag 188708/302516
52.93/50.20	c cleaning 14001 clauses out of 28021 with flag 218709/317516
56.05/53.37	c cleaning 15000 clauses out of 30020 with flag 250709/333516
59.08/56.36	c cleaning 16000 clauses out of 32019 with flag 284707/350515
62.70/59.85	c cleaning 17004 clauses out of 34020 with flag 320709/368516
67.25/64.36	c cleaning 17998 clauses out of 36016 with flag 358709/387516
72.66/69.76	c cleaning 19002 clauses out of 38017 with flag 398707/407515
78.30/75.36	c cleaning 20001 clauses out of 40015 with flag 440707/428515
84.03/80.92	c cleaning 20998 clauses out of 42014 with flag 484707/450515
88.17/85.04	c cleaning 22000 clauses out of 44016 with flag 530708/473515
91.71/88.58	c cleaning 22999 clauses out of 46016 with flag 578712/497515
97.55/94.20	c cleaning 24001 clauses out of 48017 with flag 628716/522515
102.41/99.10	c cleaning 24998 clauses out of 50017 with flag 680718/548516
107.76/104.36	c cleaning 25998 clauses out of 52018 with flag 734716/575515
113.91/110.39	c cleaning 27002 clauses out of 54021 with flag 790718/603516
119.80/116.12	c cleaning 28000 clauses out of 56018 with flag 848716/632515
126.10/122.23	c cleaning 28998 clauses out of 58018 with flag 908726/662515
131.84/128.01	c cleaning 30001 clauses out of 60020 with flag 970728/693515
139.18/135.23	c cleaning 31000 clauses out of 62019 with flag 1034728/725515
145.91/141.78	c cleaning 31996 clauses out of 64019 with flag 1100728/758515
153.69/149.46	c cleaning 33005 clauses out of 66024 with flag 1168730/792516
154.68/150.40	c Got one! Elapsed wall clock time (in seconds):150.317
154.68/150.40	o -440
154.68/150.41	c Got one! Elapsed wall clock time (in seconds):150.323
154.68/150.41	o -446
154.68/150.43	c Got one! Elapsed wall clock time (in seconds):150.342
154.68/150.43	o -450
154.88/150.63	c Got one! Elapsed wall clock time (in seconds):150.546
154.88/150.63	o -452
154.88/150.68	c Got one! Elapsed wall clock time (in seconds):150.596
154.88/150.68	o -456
155.32/151.07	c Got one! Elapsed wall clock time (in seconds):150.979
155.32/151.07	o -458
155.50/151.25	c Got one! Elapsed wall clock time (in seconds):151.16
155.50/151.25	o -462
155.80/151.51	c cleaning 22630 clauses out of 45271 with flag 2092/804768
155.80/151.59	c Got one! Elapsed wall clock time (in seconds):151.503
155.80/151.59	o -464
156.60/152.37	c cleaning 14092 clauses out of 28198 with flag 10144/810325
157.42/153.18	c cleaning 10048 clauses out of 20105 with flag 22142/816324
158.31/154.08	c cleaning 8522 clauses out of 17057 with flag 36142/823324
159.61/155.39	c cleaning 8261 clauses out of 16535 with flag 52142/831324
161.28/156.98	c cleaning 8629 clauses out of 17274 with flag 70142/840324
162.99/158.62	c cleaning 9313 clauses out of 18646 with flag 90144/850325
164.70/160.35	c cleaning 10162 clauses out of 20333 with flag 112144/861325
165.80/161.46	c Got one! Elapsed wall clock time (in seconds):161.372
165.80/161.46	o -466
166.51/162.18	c cleaning 11592 clauses out of 23202 with flag 10466/874356
167.32/162.94	c cleaning 8795 clauses out of 17611 with flag 22505/880357
168.21/163.87	c cleaning 7901 clauses out of 15816 with flag 36505/887357
169.42/165.02	c cleaning 7947 clauses out of 15914 with flag 52503/895356
170.82/166.47	c cleaning 8472 clauses out of 16968 with flag 70505/904357
171.53/167.12	c Got one! Elapsed wall clock time (in seconds):167.038
171.53/167.12	o -468
171.62/167.26	c cleaning 6806 clauses out of 13624 with flag 2077/909485
172.43/168.02	c cleaning 6405 clauses out of 12818 with flag 14507/915485
173.31/169.01	c cleaning 6700 clauses out of 13413 with flag 28508/922485
174.43/170.11	c cleaning 7349 clauses out of 14713 with flag 44508/930485
175.74/171.33	c cleaning 8173 clauses out of 16364 with flag 62508/939485
177.14/172.77	c cleaning 9090 clauses out of 18191 with flag 82508/949485
178.77/174.35	c cleaning 10043 clauses out of 20102 with flag 104512/960486
180.48/176.05	c cleaning 11024 clauses out of 22058 with flag 128513/972485
182.49/178.06	c cleaning 12008 clauses out of 24034 with flag 154532/985485
184.61/180.15	c cleaning 13006 clauses out of 26028 with flag 182541/999487
187.00/182.44	c cleaning 14001 clauses out of 28021 with flag 212539/1014486
189.51/184.94	c cleaning 15002 clauses out of 30019 with flag 244539/1030485
192.53/187.98	c cleaning 16000 clauses out of 32018 with flag 278544/1047486
195.78/191.11	c cleaning 17002 clauses out of 34017 with flag 314542/1065485
198.85/194.28	c cleaning 17997 clauses out of 36016 with flag 352558/1084486
202.29/197.60	c cleaning 19007 clauses out of 38019 with flag 392644/1104486
205.60/200.88	c cleaning 20003 clauses out of 40012 with flag 434830/1125486
209.11/204.35	c cleaning 21002 clauses out of 42009 with flag 478980/1147486
212.41/207.67	c cleaning 21998 clauses out of 44007 with flag 525071/1170486
216.04/211.16	c cleaning 23001 clauses out of 46009 with flag 573080/1194486
219.63/214.74	c cleaning 24002 clauses out of 48007 with flag 623081/1219485
223.53/218.62	c cleaning 24998 clauses out of 50005 with flag 675086/1245485
227.13/222.29	c cleaning 25998 clauses out of 52007 with flag 729111/1272485
232.26/227.30	c cleaning 26994 clauses out of 54010 with flag 785164/1300486
239.05/234.19	c cleaning 27999 clauses out of 56016 with flag 843167/1329486
244.54/239.67	c cleaning 29006 clauses out of 58018 with flag 903176/1359487
251.14/246.28	c cleaning 30000 clauses out of 60010 with flag 965189/1390485
256.10/251.02	c cleaning 31005 clauses out of 62010 with flag 1029197/1422485
261.39/256.36	c cleaning 31998 clauses out of 64005 with flag 1095198/1455485
267.50/262.41	c cleaning 33004 clauses out of 66008 with flag 1163214/1489486
274.92/269.87	c cleaning 33994 clauses out of 68003 with flag 1233221/1524485
283.52/278.50	c cleaning 34998 clauses out of 70009 with flag 1305234/1560485
295.61/290.52	c cleaning 36002 clauses out of 72011 with flag 1379256/1597485
308.03/302.86	c cleaning 37001 clauses out of 74009 with flag 1455290/1635485
320.35/315.19	c cleaning 37995 clauses out of 76008 with flag 1533317/1674485
331.52/326.39	c cleaning 38999 clauses out of 78014 with flag 1613344/1714486
343.52/338.34	c cleaning 40001 clauses out of 80014 with flag 1695358/1755485
354.02/348.81	c cleaning 41000 clauses out of 82013 with flag 1779371/1797485
365.78/360.47	c cleaning 42002 clauses out of 84013 with flag 1865396/1840485
375.19/369.82	c cleaning 42996 clauses out of 86011 with flag 1953419/1884485
385.22/379.83	c cleaning 44005 clauses out of 88016 with flag 2043422/1929486
393.02/387.65	c cleaning 45000 clauses out of 90010 with flag 2135572/1975485
400.55/395.17	c cleaning 45998 clauses out of 92011 with flag 2229867/2022486
407.68/402.19	c cleaning 46999 clauses out of 94012 with flag 2326073/2070485
415.61/410.05	c cleaning 48000 clauses out of 96013 with flag 2424246/2119485
424.12/418.55	c cleaning 49002 clauses out of 98013 with flag 2524314/2169485
433.25/427.61	c cleaning 50004 clauses out of 100011 with flag 2626432/2220485
442.39/436.62	c cleaning 51002 clauses out of 102009 with flag 2730638/2272487
452.70/446.95	c cleaning 51995 clauses out of 104006 with flag 2836725/2325486
468.01/462.27	c cleaning 53002 clauses out of 106011 with flag 2944787/2379486
481.31/475.54	c cleaning 53999 clauses out of 108009 with flag 3054880/2434486
496.10/490.34	c cleaning 54999 clauses out of 110009 with flag 3166926/2490485
512.63/506.78	c cleaning 56004 clauses out of 112012 with flag 3280997/2547487
526.16/520.27	c cleaning 56998 clauses out of 114007 with flag 3397078/2605486
539.95/534.10	c cleaning 58003 clauses out of 116010 with flag 3515101/2664487
552.30/546.28	c cleaning 58993 clauses out of 118005 with flag 3635249/2724485
563.50/557.41	c cleaning 60002 clauses out of 120012 with flag 3757447/2785485
576.71/570.61	c cleaning 60997 clauses out of 122010 with flag 3881500/2847485
594.62/588.50	c cleaning 61999 clauses out of 124013 with flag 4007562/2910485
610.97/604.73	c cleaning 63000 clauses out of 126015 with flag 4135598/2974486
628.59/622.33	c cleaning 64001 clauses out of 128014 with flag 4265629/3039485
645.61/639.37	c cleaning 65001 clauses out of 130014 with flag 4397666/3105486
662.97/656.52	c cleaning 66000 clauses out of 132013 with flag 4531672/3172486
680.60/674.19	c cleaning 66999 clauses out of 134013 with flag 4667724/3240486
701.68/695.02	c cleaning 68002 clauses out of 136013 with flag 4805755/3309485
722.26/715.65	c cleaning 69004 clauses out of 138012 with flag 4945768/3379486
739.47/732.80	c cleaning 69999 clauses out of 140007 with flag 5087773/3450485
758.28/751.44	c cleaning 70998 clauses out of 142009 with flag 5231809/3522486
780.01/773.19	c cleaning 72000 clauses out of 144011 with flag 5377836/3595486
805.08/798.24	c cleaning 73000 clauses out of 146012 with flag 5525885/3669487
830.30/823.33	c cleaning 74004 clauses out of 148011 with flag 5675911/3744486
856.58/849.62	c cleaning 75000 clauses out of 150007 with flag 5827991/3820486
885.68/878.56	c cleaning 76000 clauses out of 152008 with flag 5982040/3897487
909.79/902.66	c cleaning 76998 clauses out of 154007 with flag 6138054/3975486
938.22/930.97	c cleaning 77996 clauses out of 156008 with flag 6296073/4054485
967.50/960.29	c cleaning 79003 clauses out of 158013 with flag 6456104/4134486
996.49/989.04	c cleaning 79999 clauses out of 160009 with flag 6618115/4215485
1025.84/1018.41	c cleaning 81003 clauses out of 162010 with flag 6782123/4297485
1055.99/1048.43	c cleaning 81997 clauses out of 164008 with flag 6948136/4380486
1089.66/1082.16	c cleaning 83001 clauses out of 166011 with flag 7116175/4464486
1115.60/1107.85	c cleaning 83998 clauses out of 168009 with flag 7286175/4549485
1143.07/1135.30	c cleaning 84999 clauses out of 170011 with flag 7458191/4635485
1172.91/1164.97	c cleaning 86002 clauses out of 172013 with flag 7632198/4722486
1204.09/1196.19	c cleaning 86998 clauses out of 174010 with flag 7808208/4810485
1234.82/1226.63	c cleaning 88005 clauses out of 176012 with flag 7986230/4899485
1275.22/1267.06	c cleaning 88998 clauses out of 178008 with flag 8166251/4989486
1312.67/1304.37	c cleaning 89999 clauses out of 180009 with flag 8348258/5080485
1353.10/1344.87	c cleaning 90997 clauses out of 182011 with flag 8532274/5172486
1393.58/1385.14	c cleaning 92000 clauses out of 184014 with flag 8718291/5265486
1433.13/1424.75	c cleaning 93003 clauses out of 186014 with flag 8906335/5359486
1471.15/1462.50	c cleaning 94002 clauses out of 188011 with flag 9096367/5454486
1508.82/1500.24	c cleaning 94995 clauses out of 190008 with flag 9288369/5550485
1550.17/1541.46	c cleaning 95998 clauses out of 192014 with flag 9482388/5647486
1592.93/1584.22	c cleaning 97000 clauses out of 194016 with flag 9678402/5745486
1639.09/1630.30	c cleaning 98000 clauses out of 196015 with flag 9876417/5844485
1681.53/1672.75	c cleaning 99001 clauses out of 198016 with flag 10076453/5944486
1722.71/1713.77	c cleaning 100000 clauses out of 200015 with flag 10278463/6045486
1761.13/1752.19	c cleaning 101000 clauses out of 202014 with flag 10482467/6147485
1810.98/1801.89	c cleaning 102002 clauses out of 204014 with flag 10688484/6250485
1852.23/1843.15	c cleaning 103002 clauses out of 206013 with flag 10896507/6354486
1883.95/1874.52	c cleaning 103996 clauses out of 208010 with flag 11106510/6459485
1927.85/1918.15	c cleaning 105000 clauses out of 210014 with flag 11318530/6565485
1967.91/1957.91	c cleaning 106003 clauses out of 212015 with flag 11532547/6672486
2008.82/1998.55	c cleaning 106996 clauses out of 214012 with flag 11748558/6780486
2060.90/2050.40	c cleaning 108003 clauses out of 216017 with flag 11966583/6889487
2114.87/2104.18	c cleaning 108999 clauses out of 218013 with flag 12186583/6999486
2166.39/2155.44	c cleaning 110004 clauses out of 220014 with flag 12408658/7110486
2220.40/2209.23	c cleaning 110997 clauses out of 222009 with flag 12632673/7222485
2268.91/2257.79	c cleaning 112002 clauses out of 224014 with flag 12858698/7335487
2320.85/2309.54	c cleaning 113001 clauses out of 226011 with flag 13086776/7449486
2378.42/2366.91	c cleaning 113998 clauses out of 228009 with flag 13316787/7564485
2426.98/2415.26	c cleaning 114998 clauses out of 230012 with flag 13548809/7680486
2478.32/2466.62	c cleaning 116002 clauses out of 232014 with flag 13782825/7797486
2542.82/2531.06	c cleaning 117001 clauses out of 234011 with flag 14018842/7915485
2613.59/2601.66	c cleaning 117998 clauses out of 236010 with flag 14256965/8034485
2663.24/2650.92	c cleaning 118998 clauses out of 238013 with flag 14497012/8154486
2717.55/2704.92	c cleaning 119997 clauses out of 240015 with flag 14739035/8275486
2773.27/2760.34	c cleaning 121001 clauses out of 242017 with flag 14983072/8397485
2830.99/2817.88	c cleaning 121998 clauses out of 244017 with flag 15229094/8520486
2877.33/2863.52	c cleaning 123003 clauses out of 246019 with flag 15477119/8644486
2892.77/2878.77	c Got one! Elapsed wall clock time (in seconds):2878.679
2892.77/2878.77	o -472
2894.49/2880.48	c cleaning 84964 clauses out of 169944 with flag 10002/8691414
2895.91/2881.86	c cleaning 45483 clauses out of 90981 with flag 22004/8697415
2897.22/2883.17	c cleaning 26241 clauses out of 52497 with flag 36002/8704414
2898.61/2884.52	c cleaning 17121 clauses out of 34256 with flag 52002/8712414
2899.90/2885.87	c cleaning 13060 clauses out of 26135 with flag 70002/8721414
2901.43/2887.36	c cleaning 11530 clauses out of 23075 with flag 90002/8731414
2903.13/2889.09	c cleaning 11264 clauses out of 22546 with flag 112004/8742415
2905.41/2891.30	c cleaning 11634 clauses out of 23283 with flag 136006/8754416
2907.82/2893.79	c cleaning 12314 clauses out of 24647 with flag 162002/8767414
2910.22/2896.18	c cleaning 13159 clauses out of 26333 with flag 190002/8781414
2913.02/2898.94	c cleaning 14079 clauses out of 28174 with flag 220005/8796414
2915.71/2901.68	c cleaning 15042 clauses out of 30096 with flag 252009/8812415
2919.12/2905.09	c cleaning 16018 clauses out of 32054 with flag 286013/8829415
2923.22/2909.12	c cleaning 17007 clauses out of 34036 with flag 322014/8847415
2926.70/2912.62	c cleaning 18007 clauses out of 36028 with flag 360013/8866414
2930.70/2916.60	c cleaning 19005 clauses out of 38022 with flag 400015/8886415
2934.42/2920.33	c cleaning 20002 clauses out of 40017 with flag 442016/8907415
2938.74/2924.52	c cleaning 20997 clauses out of 42014 with flag 486014/8929414
2943.54/2929.37	c cleaning 21999 clauses out of 44018 with flag 532016/8952415
2947.85/2933.67	c cleaning 23000 clauses out of 46018 with flag 580016/8976414
2953.18/2938.94	c cleaning 23999 clauses out of 48019 with flag 630043/9001415
2958.76/2944.59	c cleaning 25000 clauses out of 50020 with flag 682061/9027415
2967.07/2952.86	c cleaning 25998 clauses out of 52020 with flag 736062/9054415
2975.64/2961.47	c cleaning 27001 clauses out of 54021 with flag 792067/9082414
2983.54/2969.34	c cleaning 28000 clauses out of 56021 with flag 850070/9111415
2990.82/2976.68	c cleaning 29003 clauses out of 58021 with flag 910070/9141415
2997.73/2983.57	c cleaning 29997 clauses out of 60017 with flag 972074/9172414
3005.16/2991.00	c cleaning 31001 clauses out of 62020 with flag 1036076/9204414
3013.70/2999.37	c cleaning 31997 clauses out of 64019 with flag 1102083/9237414
3022.07/3007.60	c cleaning 33002 clauses out of 66023 with flag 1170089/9271415
3030.21/3015.76	c cleaning 34002 clauses out of 68021 with flag 1240092/9306415
3040.66/3026.05	c cleaning 34998 clauses out of 70018 with flag 1312097/9342414
3050.00/3035.34	c cleaning 36001 clauses out of 72021 with flag 1386099/9379415
3058.93/3044.01	c cleaning 36999 clauses out of 74020 with flag 1462102/9417415
3068.74/3053.87	c cleaning 38001 clauses out of 76020 with flag 1540105/9456414
3078.77/3063.87	c cleaning 39002 clauses out of 78019 with flag 1620105/9496414
3087.99/3072.83	c cleaning 40002 clauses out of 80018 with flag 1702107/9537415
3098.63/3083.29	c cleaning 40996 clauses out of 82015 with flag 1786107/9579414
3111.04/3095.67	c cleaning 41999 clauses out of 84020 with flag 1872109/9622415
3125.29/3109.73	c cleaning 43002 clauses out of 86021 with flag 1960110/9666415
3139.20/3123.49	c cleaning 43999 clauses out of 88019 with flag 2050115/9711415
3154.68/3138.71	c cleaning 45000 clauses out of 90020 with flag 2142115/9757415
3169.10/3153.18	c cleaning 46000 clauses out of 92020 with flag 2236115/9804415
3186.88/3170.79	c cleaning 46999 clauses out of 94019 with flag 2332114/9852414
3200.71/3184.51	c cleaning 48003 clauses out of 96021 with flag 2430117/9901415
3216.64/3200.28	c cleaning 49001 clauses out of 98018 with flag 2530119/9951415
3234.96/3218.33	c cleaning 50001 clauses out of 100016 with flag 2632118/10002414
3254.81/3237.93	c cleaning 50996 clauses out of 102015 with flag 2736122/10054414
3269.09/3251.91	c cleaning 52001 clauses out of 104021 with flag 2842128/10107416
3280.88/3263.47	c cleaning 52997 clauses out of 106018 with flag 2950125/10161414
3302.90/3285.41	c cleaning 54000 clauses out of 108022 with flag 3060133/10216415
3322.26/3304.53	c cleaning 55000 clauses out of 110021 with flag 3172132/10272414
3346.71/3328.70	c cleaning 55999 clauses out of 112021 with flag 3286134/10329414
3348.81/3330.88	c Got one! Elapsed wall clock time (in seconds):3330.798
3348.81/3330.88	o -474
3349.82/3331.80	c cleaning 34153 clauses out of 68316 with flag 10003/10341708
3350.62/3332.64	c cleaning 20070 clauses out of 40162 with flag 22001/10347707
3351.43/3333.45	c cleaning 13535 clauses out of 27092 with flag 36001/10354707
3352.42/3334.40	c cleaning 10771 clauses out of 21558 with flag 52003/10362708
3353.43/3335.49	c cleaning 9885 clauses out of 19786 with flag 70001/10371707
3354.62/3336.68	c cleaning 9943 clauses out of 19901 with flag 90001/10381707
3356.04/3338.05	c cleaning 10473 clauses out of 20959 with flag 112011/10392708
3357.54/3339.53	c cleaning 11234 clauses out of 22485 with flag 136010/10404707
3359.43/3341.34	c cleaning 12117 clauses out of 24251 with flag 162010/10417707
3361.25/3343.17	c cleaning 13061 clauses out of 26135 with flag 190012/10431708
3363.26/3345.18	c cleaning 14029 clauses out of 28074 with flag 220012/10446708
3365.44/3347.34	c cleaning 15016 clauses out of 30044 with flag 252132/10462707
3367.56/3349.48	c cleaning 16008 clauses out of 32029 with flag 286134/10479708
3370.35/3352.22	c cleaning 17005 clauses out of 34020 with flag 322132/10497707
3373.84/3355.78	c cleaning 17998 clauses out of 36015 with flag 360133/10516707
3377.18/3359.06	c cleaning 18997 clauses out of 38018 with flag 400135/10536708
3380.36/3362.29	c cleaning 20002 clauses out of 40021 with flag 442142/10557708
3385.20/3367.03	c cleaning 21005 clauses out of 42020 with flag 486145/10579709
3389.98/3371.86	c cleaning 21997 clauses out of 44013 with flag 532141/10602707
3393.20/3375.04	c Got one! Elapsed wall clock time (in seconds):3374.953
3393.20/3375.04	o -478
3393.98/3375.88	c cleaning 20657 clauses out of 41332 with flag 10006/10622023
3394.88/3376.78	c cleaning 13330 clauses out of 26675 with flag 22006/10628023
3395.98/3377.81	c cleaning 10162 clauses out of 20343 with flag 36002/10635021
3397.21/3379.03	c cleaning 9084 clauses out of 18181 with flag 52002/10643021
3398.39/3380.21	c cleaning 9044 clauses out of 18097 with flag 70038/10652021
3399.69/3381.50	c cleaning 9519 clauses out of 19054 with flag 90040/10662022
3401.22/3383.03	c cleaning 10255 clauses out of 20534 with flag 112038/10673021
3403.00/3384.89	c cleaning 11131 clauses out of 22279 with flag 136038/10685021
3405.33/3387.12	c cleaning 12069 clauses out of 24149 with flag 162042/10698022
3407.81/3389.67	c cleaning 13029 clauses out of 26080 with flag 190042/10712022
3410.63/3392.40	c cleaning 14016 clauses out of 28051 with flag 220076/10727022
3413.81/3395.54	c cleaning 15008 clauses out of 30035 with flag 252076/10743022
3416.71/3398.43	c cleaning 16004 clauses out of 32027 with flag 286077/10760022
3420.63/3402.30	c cleaning 17002 clauses out of 34022 with flag 322075/10778021
3424.62/3406.36	c cleaning 18004 clauses out of 36021 with flag 360077/10797022
3428.45/3410.15	c cleaning 18993 clauses out of 38016 with flag 400075/10817021
3432.27/3413.94	c cleaning 20001 clauses out of 40023 with flag 442079/10838021
3436.15/3417.83	c cleaning 21001 clauses out of 42022 with flag 486080/10860021
3440.05/3421.70	c cleaning 21998 clauses out of 44021 with flag 532087/10883021
3444.06/3425.72	c cleaning 23001 clauses out of 46023 with flag 580088/10907021
3444.96/3426.65	c Got one! Elapsed wall clock time (in seconds):3426.568
3444.96/3426.65	o -480
3445.85/3427.55	c cleaning 17120 clauses out of 34255 with flag 10005/10918254
3446.87/3428.56	c cleaning 11554 clauses out of 23134 with flag 22003/10924253
3447.86/3429.54	c cleaning 9279 clauses out of 18581 with flag 36005/10931254
3449.08/3430.71	c cleaning 8637 clauses out of 17302 with flag 52005/10939254
3450.49/3432.12	c cleaning 8823 clauses out of 17665 with flag 70006/10948254
3452.03/3433.69	c cleaning 9410 clauses out of 18843 with flag 90009/10958255
3453.62/3435.26	c cleaning 10206 clauses out of 20432 with flag 112007/10969254
3455.43/3437.02	c cleaning 11103 clauses out of 22225 with flag 136006/10981253
3455.53/3437.16	c Got one! Elapsed wall clock time (in seconds):3437.078
3455.53/3437.16	o -482
3456.13/3437.74	c cleaning 8080 clauses out of 16180 with flag 8278/10986311
3457.02/3438.64	c cleaning 7038 clauses out of 14100 with flag 20278/10992311
3457.92/3439.50	c cleaning 7021 clauses out of 14062 with flag 34278/10999311
3458.91/3440.57	c cleaning 7511 clauses out of 15041 with flag 50278/11007311
3460.11/3441.70	c cleaning 8253 clauses out of 16529 with flag 68276/11016310
3461.31/3443.00	c cleaning 9131 clauses out of 18277 with flag 88278/11026311
3463.43/3445.03	c cleaning 10063 clauses out of 20145 with flag 110277/11037310
3465.71/3447.30	c cleaning 11033 clauses out of 22084 with flag 134281/11049312
3467.61/3449.25	c cleaning 12015 clauses out of 24050 with flag 160279/11062311
3470.00/3451.69	c cleaning 13007 clauses out of 26035 with flag 188290/11076311
3472.93/3454.57	c cleaning 14002 clauses out of 28029 with flag 218292/11091312
3475.83/3457.41	c cleaning 14998 clauses out of 30025 with flag 250288/11107310
3478.72/3460.39	c cleaning 16006 clauses out of 32027 with flag 284289/11124310
3481.31/3463.01	c cleaning 17005 clauses out of 34021 with flag 320289/11142310
3484.80/3466.44	c cleaning 18003 clauses out of 36017 with flag 358292/11161311
3488.12/3469.72	c cleaning 18999 clauses out of 38013 with flag 398297/11181310
3491.91/3473.55	c cleaning 19998 clauses out of 40015 with flag 440299/11202311
3496.00/3477.65	c cleaning 21001 clauses out of 42017 with flag 484303/11224311
3500.53/3482.11	c cleaning 21998 clauses out of 44016 with flag 530304/11247311
3504.42/3486.05	c cleaning 22998 clauses out of 46017 with flag 578302/11271310
3508.22/3489.87	c cleaning 23998 clauses out of 48020 with flag 628317/11296311
3513.95/3495.42	c cleaning 25000 clauses out of 50022 with flag 680317/11322311
3519.79/3501.22	c cleaning 26002 clauses out of 52021 with flag 734316/11349310
3525.63/3507.08	c cleaning 27001 clauses out of 54020 with flag 790320/11377311
3531.21/3512.65	c cleaning 27999 clauses out of 56018 with flag 848319/11406310
3537.09/3518.36	c cleaning 29003 clauses out of 58020 with flag 908321/11436311
3543.42/3524.68	c cleaning 29997 clauses out of 60016 with flag 970321/11467310
3550.26/3531.45	c cleaning 30996 clauses out of 62019 with flag 1034323/11499310
3556.46/3537.49	c cleaning 32002 clauses out of 64023 with flag 1100324/11532310
3563.21/3544.16	c cleaning 33005 clauses out of 66022 with flag 1168342/11566311
3570.32/3551.07	c cleaning 33996 clauses out of 68016 with flag 1238349/11601310
3576.66/3557.32	c cleaning 35000 clauses out of 70021 with flag 1310352/11637311
3585.01/3565.50	c cleaning 36000 clauses out of 72020 with flag 1384369/11674310
3591.87/3572.39	c cleaning 37000 clauses out of 74020 with flag 1460372/11712310
3599.85/3580.18	c cleaning 38004 clauses out of 76021 with flag 1538374/11751311
3600.03/3580.30	c starts		: 1119
3600.03/3580.31	c conflicts		: 11752327
3600.03/3580.31	c decisions		: 11796553
3600.03/3580.31	c propagations		: 1041732520
3600.03/3580.31	c inspects		: 114151543603
3600.03/3580.31	c shortcuts		: 0
3600.03/3580.31	c learnt literals	: 0
3600.03/3580.31	c learnt binary clauses	: 0
3600.03/3580.31	c learnt ternary clauses	: 0
3600.03/3580.31	c learnt constraints	: 11752327
3600.03/3580.31	c ignored constraints	: 0
3600.03/3580.31	c root simplifications	: 0
3600.03/3580.31	c removed literals (reason simplification)	: 2095443614
3600.03/3580.31	c reason swapping (by a shorter reason)	: 0
3600.03/3580.31	c Calls to reduceDB	: 324
3600.03/3580.31	c Number of update (reduction) of LBD	: 3309
3600.03/3580.31	c Imported unit clauses	: 0
3600.03/3580.31	c No decision after first conflict	: false
3600.03/3580.31	c number of reductions to clauses (during analyze)	: 0
3600.03/3580.31	c number of learned constraints concerned by reduction	: 0
3600.03/3580.31	c number of learning phase by resolution	: 0
3600.03/3580.31	c number of learning phase by cutting planes	: 0
3600.03/3580.31	c number of rounding to 1 operations	: 0
3600.03/3580.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3580.31	c number of reductions of the coefficients by power 2 	: 0
3600.03/3580.31	c number of right shift for reduction by power 2 	: 0
3600.03/3580.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3580.31	c number of ending skipping 	: 0
3600.03/3580.31	c number of internal skipping 	: 0
3600.03/3580.31	c number of derivation steps 	: 0
3600.03/3580.31	c number of skipped derivation steps 	: 0
3600.03/3580.31	c number of remaining unassigned 	: 0
3600.03/3580.31	c number of remaining assigned 	: 0
3600.03/3580.31	c number of falsified literals weakened from reason	: 0
3600.03/3580.31	c number of falsified literals weakened from conflict	: 0
3600.03/3580.31	c time for arithmetic operations	: 0
3600.03/3580.31	c minimum degree of deleted constraints	: null
3600.03/3580.31	c maximum degree of deleted constraints	: null
3600.03/3580.31	c number of deleted constraints	: 0
3600.03/3580.31	c speed (assignments/second)	: 290985.43693659466
3600.03/3580.31	c non guided choices	: 513
3600.03/3580.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 39033
3600.03/3580.33	s SATISFIABLE
3600.03/3580.33	c Found 26 solution(s)
3600.03/3580.33	v x1 -x2 x3 -x4 -x5 x6 x7 x8 -x9 -x10 x11 x12 -x13 -x14 -x15 x16 x17 x18 -x19 -x20 x21 x22 x23 -x24 -x25 x26 x27 x28 -x29 -x30 x31 x32 x33 -x34 -x35 x36 x37 -x38 -x39 -x40 x41 x42 x43 -x44 x45 -x46 x47 x48 -x49 -x50 -x51 x52 x53 -x54 -x55 x56 x57 x58 -x59 -x60 -x61 x62 x63 -x64 -x65 -x66 x67 x68 -x69 -x70 -x71 x72 x73 -x74 -x75 -x76 x77 x78 -x79 -x80 x81 x82 x83 -x84 -x85 -x86 x87 x88 -x89 -x90 x91 x92 x93 -x94 -x95 x96 x97 -x98 -x99 -x100 x101 x102 x103 -x104 -x105 x106 x107 x108 -x109 -x110 x111 x112 x113 -x114 -x115 x116 x117 x118 -x119 -x120 x121 x122 -x123 -x124 -x125 x126 x127 x128 -x129 x130 x131 -x132 -x133 -x134 x135 x136 -x137 -x138 x139 x140 x141 -x142 -x143 -x144 x145 x146 -x147 -x148 -x149 x150 x151 -x152 -x153 -x154 x155 x156 -x157 -x158 -x159 x160 x161 -x162 -x163 x164 x165 x166 -x167 -x168 -x169 x170 -x171 x172 x173 x174 -x175 -x176 x177 x178 -x179 -x180 -x181 x182 x183 x184 -x185 -x186 x187 x188 x189 -x190 -x191 x192 x193 x194 -x195 -x196 x197 x198 x199 -x200 -x201 x202 x203 -x204 -x205 -x206 x207 x208 x209 -x210 x211 x212 x213 -x214 -x215 x216 x217 -x218 -x219 -x220 x221 x222 x223 -x224 -x225 x226 x227 x228 -x229 -x230 x231 x232 x233 -x234 -x235 x236 x237 x238 -x239 -x240 x241 x242 -x243 -x244 -x245 x246 x247 x248 -x249 -x250 -x251 x252 x253 -x254 -x255 x256 x257 x258 -x259 -x260 -x261 x262 x263 -x264 -x265 -x266 x267 x268 -x269 -x270 -x271 x272 x273 -x274 -x275 -x276 x277 x278 -x279 -x280 x281 x282 x283 -x284 -x285 -x286 x287 -x288 x289 x290 -x291 -x292 x293 x294 x295 -x296 -x297 -x298 x299 x300 -x301 -x302 -x303 x304 x305 -x306 -x307 -x308 x309 x310 -x311 -x312 -x313 x314 x315 -x316 -x317 x318 x319 x320 -x321 -x322 -x323 x324 x325 x326 -x327 -x328 x329 x330 x331 -x332 -x333 -x334 x335 x336 -x337 -x338 -x339 x340 x341 -x342 -x343 -x344 x345 x346 -x347 -x348 -x349 x350 x351 -x352 -x353 x354 x355 x356 -x357 -x358 -x359 x360 -x361 x362 x363 -x364 -x365 -x366 x367 x368 x369 -x370 -x371 x372 x373 x374 -x375 -x376 x377 x378 x379 -x380 -x381 x382 x383 x384 -x385 -x386 x387 x388 -x389 -x390 -x391 x392 x393 x394 -x395 x396 x397 -x398 -x399 -x400 x401 x402 x403 -x404 -x405 x406 x407 x408 -x409 -x410 x411 x412 x413 -x414 -x415 x416 x417 x418 -x419 -x420 x421 x422 -x423 -x424 -x425 x426 x427 x428 -x429 -x430 x431 x432 x433 -x434 -x435 -x436 x437 x438 -x439 -x440 -x441 x442 x443 -x444 -x445 -x446 x447 x448 -x449 -x450 -x451 x452 x453 -x454 -x455 x456 x457 x458 -x459 -x460 -x461 x462 x463 x464 x465 -x466 -x467 -x468 x469 x470 -x471 -x472 -x473 x474 x475 -x476 -x477 -x478 x479 x480 -x481 -x482 -x483 x484 x485 -x486 -x487 x488 x489 x490 -x491 -x492 -x493 x494 -x495 -x496 x497 x498 x499 -x500 -x501 x502 x503 x504 -x505 -x506 x507 x508 x509 -x510 -x511 x512 x513 x514 -x515 -x516 x517 x518 -x519 -x520 -x521 x522 x523 x524 -x525 -x526 x527 x528 x529 -x530 -x531 x532 x533 x534 -x535 -x536 x537 x538 x539 -x540 -x541 x542 x543 x544 -x545 -x546 x547 x548 -x549 -x550 -x551 x552 x553 x554 -x555 x556 x557 x558 -x559 -x560 x561 x562 x563 -x564 -x565 x566 x567 x568 -x569 -x570 x571 x572 x573 -x574 -x575 x576 x577 -x578 -x579 -x580 x581 x582 x583 -x584 -x585 -x586 x587 x588 -x589 -x590 -x591 x592 x593 -x594 -x595 -x596 x597 x598 -x599 -x600 -x601 x602 x603 -x604 -x605 x606 x607 x608 -x609 -x610 -x611 x612 -x613 x614 x615 -x616 -x617 -x618 x619 x620 -x621 -x622 -x623 x624 x625 -x626 -x627 -x628 x629 x630 -x631 -x632 x633 x634 x635 -x636 -x637 -x638 x639 x640 x641 -x642 -x643 -x644 x645 x646 -x647 -x648 -x649 x650 x651 -x652 -x653 -x654 x655 x656 -x657 -x658 x659 x660 x661 -x662 -x663 -x664 x665 -x666 x667 x668 x669 -x670 -x671 x672 x673 x674 -x675 -x676 x677 x678 x679 -x680 -x681 x682 x683 -x684 -x685 -x686 x687 x688 x689 -x690 x691 x692 x693 -x694 -x695 x696 x697 x698 -x699 -x700 x701 x702 x703 -x704 -x705 x706 x707 -x708 -x709 -x710 x711 x712 x713 -x714 -x715 -x716 x717 x718 -x719 -x720 -x721 x722 x723 -x724 -x725 -x726 x727 x728 -x729 -x730 x731 x732 x733 -x734 -x735 -x736 x737 -x738 x739 x740 -x741 -x742 -x743 x744 x745 -x746 -x747 -x748 x749 x750 -x751 -x752 x753 x754 x755 -x756 -x757 -x758 x759 x760 x761 -x762 -x763 -x764 x765 x766 -x767 -x768 -x769 x770 x771 -x772 -x773 x774 x775 x776 -x777 -x778 -x779 x780 -x781 x782 x783 x784 -x785 -x786 x787 x788 x789 -x790 -x791 x792 x793 -x794 -x795 -x796 x797 x798 x799 -x800 x801 x802 x803 -x804 -x805 x806 x807 x808 -x809 -x810 x811 x812 -x813 -x814 -x815 x816 x817 x818 -x819 -x820 -x821 x822 x823 -x824 -x825 -x826 x827 x828 -x829 -x830 x831 x832 x833 -x834 -x835 -x836 x837 -x838 x839 x840 -x841 -x842 -x843 x844 x845 -x846 -x847 x848 x849 x850 -x851 -x852 -x853 x854 x855 x856 -x857 -x858 -x859 x860 x861 -x862 -x863 x864 x865 x866 -x867 -x868 -x869 x870 -x871 x872 x873 x874 -x875 -x876 x877 x878 -x879 -x880 -x881 x882 x883 x884 -x885 x886 x887 x888 -x889 -x890 x891 x892 -x893 -x894 -x895 x896 x897 x898 -x899 -x900 -x901 x902 x903 -x904 -x905 x906 x907 x908 -x909 -x910 -x911 x912 -x913 x914 x915 -x916 -x917 x918 x919 x920 -x921 -x922 -x923 x924 x925 x926 -x927 -x928 x929 x930 x931 -x932 -x933 -x934 x935 -x936 x937 x938 -x939 -x940 -x941 x942 x943 x944 -x945 x946 x947 -x948 -x949 -x950 x951 x952 x953 -x954 -x955 x956 x957 x958 -x959 -x960 -x961 x962 x963 x964 x965 -x966 -x967 -x968 x969 -x970 -x971 x972 x973 x974 -x975 -x976 x977 x978 x979 -x980 x981 x982 x983 -x984 -x985 -x986 x987 -x988 x989 x990 
3600.03/3580.33	c objective function=-482
3600.03/3580.33	c Total wall clock time (in seconds): 3580.244

Verifier Data

OK	-482

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

running on 4 cores: 52-55

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

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

CPU governors:
  performance: 52-55

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (48845 MiB free)
  node 1: cores 8-15, 129019 MiB (78631 MiB free)
  node 2: cores 16-23, 129019 MiB (114228 MiB free)
  node 3: cores 24-31, 128957 MiB (108328 MiB free)
  node 4: cores 32-39, 129019 MiB (90594 MiB free)
  node 5: cores 40-47, 129019 MiB (101333 MiB free)
  node 6: cores 48-55, 129019 MiB (113310 MiB free)
  node 7: cores 56-63, 128474 MiB (105652 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=2556934, runsolver pid=2556931
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 17.49 17.52 18.11 22/1220 2556955
/proc/meminfo: memFree=779168948/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=34966608 memory=58764 CPUtime=0.19 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 6508 0 0 0 18 1 0 0 20 0 20 0 217042693 35805806592 14352 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8741652 14691 6206 1 0 32012 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 3093 0 0 0 8 0 0 0 20 0 20 0 217042695 35805806592 14352 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=34966608 memory=2274 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 217042696 35805806592 14352 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=34966608 memory=54087362281966 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 217042696 35805806592 14352 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=34966608 memory=61788255421027 CPUtime=0 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 217042696 35805806592 14352 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=34966608 memory=55191219208997 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 20 0 217042696 35805806592 14352 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=34966608 memory=14971157304575241 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 217042696 35805806592 14352 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 58764 KiB

[startup+0.214886 s]*
/proc/loadavg: 17.49 17.52 18.11 19/1222 2556957
/proc/meminfo: memFree=779128928/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35033172 memory=134624 CPUtime=0.54 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 8634 0 0 0 52 2 0 0 20 0 21 0 217042693 35873968128 33426 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8758293 33656 6216 1 0 78036 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35033172 memory=8386095037794055477 CPUtime=0.19 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 3121 0 0 0 18 1 0 0 20 0 21 0 217042695 35873968128 33426 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35033172 memory=215704930196 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 217042696 35873968128 33426 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35033172 memory=17979 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 217042696 35873968128 33426 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35033172 memory=18330 CPUtime=0 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 217042696 35873968128 33426 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35033172 memory=18896 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 217042696 35873968128 33426 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35033172 memory=61753 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 217042696 35873968128 33426 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 134624 KiB

[startup+0.316322 s]*
/proc/loadavg: 17.49 17.52 18.11 19/1223 2556958
/proc/meminfo: memFree=779320180/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35099736 memory=182928 CPUtime=0.87 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 9464 0 0 0 85 2 0 0 20 0 22 0 217042693 35942129664 45207 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8774934 45732 6263 1 0 79503 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35099736 memory=8389771804677338421 CPUtime=0.29 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 3261 0 0 0 28 1 0 0 20 0 22 0 217042695 35942129664 45207 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35099736 memory=215704930196 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 45207 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35099736 memory=17979 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 45207 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35099736 memory=18330 CPUtime=0 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 45207 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35099736 memory=18896 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 45207 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35099736 memory=61753 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 45207 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35099736 memory=3762816004124849747 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 217042723 35942129664 45207 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 182928 KiB

[startup+0.700284 s]
/proc/loadavg: 17.49 17.52 18.11 19/1223 2556958
/proc/meminfo: memFree=779364364/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35099736 memory=207960 CPUtime=1.89 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 11158 0 0 0 187 2 0 0 20 0 22 0 217042693 35942129664 51669 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8774934 51990 6263 1 0 83316 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35099736 memory=4868 CPUtime=0.66 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 3272 0 0 0 65 1 0 0 20 0 22 0 217042695 35942129664 51669 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35099736 memory=11700 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 51669 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 51669 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35099736 memory=3948 CPUtime=0 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 51669 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35099736 memory=4104 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 51669 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35099736 memory=-7379526745106704478 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 217042696 35942129664 51669 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35099736 memory=6945506536445982035 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 217042723 35942129664 51669 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 207960 KiB

[startup+1.50033 s]
/proc/loadavg: 17.49 17.52 18.11 20/1223 2556958
/proc/meminfo: memFree=779338672/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35166300 memory=244580 CPUtime=3.02 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 16772 0 0 0 299 3 0 0 20 0 23 0 217042693 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8791575 61145 6279 1 0 84796 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35166300 memory=4868 CPUtime=1.45 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 4477 0 0 0 144 1 0 0 20 0 23 0 217042695 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35166300 memory=11700 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35166300 memory=3948 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35166300 memory=15524 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042723 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 244580 KiB

[startup+3.11508 s]
/proc/loadavg: 17.53 17.53 18.11 18/1224 2556960
/proc/meminfo: memFree=779311144/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35166300 memory=244588 CPUtime=4.65 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 17141 0 0 0 462 3 0 0 20 0 23 0 217042693 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8791575 61147 6279 1 0 84796 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35166300 memory=3948 CPUtime=3.06 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 4700 0 0 0 305 1 0 0 20 0 23 0 217042695 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35166300 memory=11700 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35166300 memory=4868 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35166300 memory=15815590824642078 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35166300 memory=212056 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042723 36010291200 60870 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 4.65 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 244588 KiB

[startup+6.30015 s]
/proc/loadavg: 17.53 17.53 18.11 18/1224 2556960

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

/proc/meminfo: memFree=820092264/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35166300 memory=607692 CPUtime=3360.43 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 110934 0 0 0 335963 80 0 0 20 0 23 0 217042693 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8791575 151923 6266 1 0 165657 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35166300 memory=623916 CPUtime=3323.28 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 33084 0 0 0 332323 5 0 0 20 0 23 0 217042695 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35166300 memory=623916 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35166300 memory=623916 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35166300 memory=623916 CPUtime=0.11 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 78 0 0 0 6 5 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35166300 memory=623916 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35166300 memory=3948 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 462 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35166300 memory=623916 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042723 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 3360.43 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 607692 KiB

[startup+3402.3 s]
/proc/loadavg: 7.40 9.17 12.51 9/973 2557889
/proc/meminfo: memFree=819835184/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35166300 memory=607712 CPUtime=3420.63 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 111067 0 0 0 341983 80 0 0 20 0 23 0 217042693 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8791575 151928 6266 1 0 165657 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35166300 memory=607712 CPUtime=3382.97 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 33092 0 0 0 338292 5 0 0 20 0 23 0 217042695 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35166300 memory=623916 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35166300 memory=623916 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35166300 memory=4104 CPUtime=0.11 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 78 0 0 0 6 5 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35166300 memory=607708 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35166300 memory=-7379526745106704478 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 462 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35166300 memory=607708 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042723 36010291200 151759 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 3420.63 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 607712 KiB

[startup+3462.3 s]
/proc/loadavg: 7.85 8.99 12.23 9/973 2557890
/proc/meminfo: memFree=818355552/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35166300 memory=574248 CPUtime=3480.72 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 111772 0 0 0 347990 82 0 0 20 0 23 0 217042693 36010291200 143480 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8791575 143562 6266 1 0 157289 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35166300 memory=623916 CPUtime=3442.68 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 33359 0 0 0 344263 5 0 0 20 0 23 0 217042695 36010291200 143480 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35166300 memory=623916 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 143480 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35166300 memory=607696 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 143480 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35166300 memory=574240 CPUtime=0.11 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 80 0 0 0 6 5 0 0 20 0 23 0 217042696 36010291200 143480 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35166300 memory=198340509722 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 143480 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35166300 memory=574240 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 462 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 143480 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35166300 memory=574240 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042723 36010291200 143480 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 3480.72 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 574248 KiB

[startup+3522.3 s]
/proc/loadavg: 8.01 8.83 11.98 8/973 2557891
/proc/meminfo: memFree=816843488/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35166300 memory=574640 CPUtime=3541.09 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 116160 0 0 0 354026 83 0 0 20 0 23 0 217042693 36010291200 143279 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8791575 143660 6266 1 0 157387 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35166300 memory=574240 CPUtime=3502.35 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 34901 0 0 0 350230 5 0 0 20 0 23 0 217042695 36010291200 143279 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35166300 memory=607708 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 143279 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35166300 memory=3948 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 143279 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35166300 memory=574128 CPUtime=0.11 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 80 0 0 0 6 5 0 0 20 0 23 0 217042696 36010291200 143279 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35166300 memory=563872 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 143279 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35166300 memory=574640 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 484 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 143279 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35166300 memory=574640 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042723 36010291200 143279 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 3541.09 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 574640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.3 s]
/proc/loadavg: 7.45 8.51 11.67 8/973 2557892
/proc/meminfo: memFree=817482320/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35166300 memory=543672 CPUtime=3600.03 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 116569 0 0 0 359919 84 0 0 20 0 23 0 217042693 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8791575 135918 6266 1 0 149019 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35166300 memory=543672 CPUtime=3559.91 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 34954 0 0 0 355986 5 0 0 20 0 23 0 217042695 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35166300 memory=574640 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35166300 memory=3948 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35166300 memory=557976 CPUtime=0.11 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 80 0 0 0 6 5 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35166300 memory=15524 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35166300 memory=150260 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 484 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35166300 memory=5656 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042723 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 543672 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.28 s, system=0.853306 s

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

[startup+3580.3 s]
/proc/loadavg: 7.45 8.51 11.67 8/973 2557892
/proc/meminfo: memFree=817482320/1055320700 swapFree=33554428/33554428
[pid=2556934] ppid=2556931 vsize=35166300 memory=543672 CPUtime=3600.03 cores=52-55
/proc/2556934/stat : 2556934 (java) S 2556931 2556934 2553015 0 -1 4194304 116569 0 0 0 359919 84 0 0 20 0 23 0 217042693 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
/proc/2556934/statm: 8791575 135918 6266 1 0 149019 0
[pid=2556934/tid=2556936] ppid=2556931 vsize=35166300 memory=543672 CPUtime=3559.91 cores=52-55
/proc/2556934/task/2556936/stat : 2556936 (java) R 2556931 2556934 2553015 0 -1 4194368 34954 0 0 0 355986 5 0 0 20 0 23 0 217042695 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556947] ppid=2556931 vsize=35166300 memory=574640 CPUtime=0 cores=52-55
/proc/2556934/task/2556947/stat : 2556947 (Referen..andler) S 2556931 2556934 2553015 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556948] ppid=2556931 vsize=35166300 memory=3948 CPUtime=0 cores=52-55
/proc/2556934/task/2556948/stat : 2556948 (Finalizer) S 2556931 2556934 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556951] ppid=2556931 vsize=35166300 memory=557976 CPUtime=0.11 cores=52-55
/proc/2556934/task/2556951/stat : 2556951 (Monitor..Thread) S 2556931 2556934 2553015 0 -1 4194368 80 0 0 0 6 5 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556954] ppid=2556931 vsize=35166300 memory=15524 CPUtime=0 cores=52-55
/proc/2556934/task/2556954/stat : 2556954 (Notific..Thread) S 2556931 2556934 2553015 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556955] ppid=2556931 vsize=35166300 memory=150260 CPUtime=0 cores=52-55
/proc/2556934/task/2556955/stat : 2556955 (Common-Cleaner) S 2556931 2556934 2553015 0 -1 4194368 484 0 0 0 0 0 0 0 20 0 23 0 217042696 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
[pid=2556934/tid=2556958] ppid=2556931 vsize=35166300 memory=5656 CPUtime=0 cores=52-55
/proc/2556934/task/2556958/stat : 2556958 (Timer-0) S 2556931 2556934 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 217042723 36010291200 135525 18446744073709551615 94005063094272 94005063097968 140722236892752 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94005063105832 94005063106576 94005090930688 140722236901588 140722236901728 140722236901728 140722236907464 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 543672 KiB

Child status: 143

Real time (s): 3580.34
CPU time (s): 3600.13
CPU user time (s): 3599.28
CPU system time (s): 0.853306
CPU usage (%): 100.553
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 768492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.28
system time used= 0.853306
maximum resident set size= 767212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102985
involuntary context switches= 3935


# summary of solver processes directly reported to runsolver:
#   pid: 2556934
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3599.28
#   total CPU system time (s): 0.853306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1748 second user time and 41.6386 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-30 18:39:09
IDJOB=4807124
IDBENCH=178267
IDSOLVER=3602
FILE ID=nodeE004/4807124-1782837549
RUNJOBID= nodeE004-1782830144-2553038
SLURM_JOB_ID= 12541393
Free space on /tmp= 798440 MiB

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

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

MD5SUM BENCH= 3c410c0cc2a68ebda1f0630eb06b1d15
RANDOM SEED=1262030228

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3566.465
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		: 3559.206
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		: 3562.282
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		: 2493.659
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		: 3597.903
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		: 3600.842
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		: 3574.842
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		: 3566.831
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		: 3574.905
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		: 3571.466
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:        779188316 kB
MemAvailable:   899783120 kB
Buffers:            3352 kB
Cached:         124996388 kB
SwapCached:            0 kB
Active:         153630724 kB
Inactive:       118766736 kB
Active(anon):   148176460 kB
Inactive(anon):   142608 kB
Active(file):    5454264 kB
Inactive(file): 118624128 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2512 kB
Writeback:             0 kB
AnonPages:      147390124 kB
Mapped:           205784 kB
Shmem:            921344 kB
KReclaimable:    1535172 kB
Slab:            2113260 kB
SReclaimable:    1535172 kB
SUnreclaim:       578088 kB
KernelStack:       20304 kB
PageTables:       298496 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   160168592 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483988 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  144693248 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= 798492 MiB
End job on nodeE004 at 2026-06-30 19:38:49