Trace number 4783333

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)17 3600.22 3535.69

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
MD5SUM0c08209891d9f5241a74237055766898
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.055082
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables934
Total number of constraints1063
Number of constraints which are clauses879
Number of constraints which are cardinality constraints (but not clauses)184
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Number of terms in the objective function 934
Biggest coefficient in the objective function 546
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2594
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 546
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2594
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB26fixedPrime.v20260610
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	26.0.1+8-34
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		26.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		30334720
0.00/0.10	c Max memory 		32178700288
0.00/0.10	c Total memory 		33554432
0.00/0.10	c Number of processors 	4
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: none
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4783333-1782145234.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.08/0.16	c ... done. Wall clock time 0.031s.
0.08/0.16	c declared #vars     934
0.08/0.16	c #constraints  1064
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 873
0.08/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
0.08/0.16	c org.sat4j.specs.Constr$1 => 1
0.08/0.16	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.08/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.08/0.16	c 1064 constraints processed.
0.08/0.17	c objective function length is 934 literals
0.08/0.18	c SATISFIABLE
0.08/0.18	c OPTIMIZING...
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.046
0.08/0.18	o 17
1.14/0.55	c cleaning 2493 clauses out of 5000 with flag 10187/5000
1.50/0.82	c cleaning 4245 clauses out of 8508 with flag 22259/11001
1.82/1.14	c cleaning 5624 clauses out of 11263 with flag 36329/18001
2.28/1.52	c cleaning 6810 clauses out of 13638 with flag 52419/26000
2.74/1.95	c cleaning 7903 clauses out of 15828 with flag 70509/35000
3.36/2.42	c cleaning 8954 clauses out of 17925 with flag 90609/45000
3.85/2.93	c cleaning 9975 clauses out of 19971 with flag 112719/56000
4.39/3.48	c cleaning 10990 clauses out of 21996 with flag 137111/68000
5.25/4.22	c cleaning 11995 clauses out of 24006 with flag 164384/81000
5.95/5.00	c cleaning 12996 clauses out of 26011 with flag 193756/95000
6.94/5.87	c cleaning 13998 clauses out of 28015 with flag 225226/110000
7.73/6.65	c cleaning 15003 clauses out of 30017 with flag 257745/126000
8.72/7.50	c cleaning 15997 clauses out of 32014 with flag 291836/143000
9.52/8.38	c cleaning 16997 clauses out of 34017 with flag 327933/161000
10.58/9.38	c cleaning 18001 clauses out of 36021 with flag 366037/180001
11.58/10.38	c cleaning 19004 clauses out of 38020 with flag 406145/200001
12.77/11.50	c cleaning 19997 clauses out of 40016 with flag 448258/221001
13.87/12.66	c cleaning 21001 clauses out of 42019 with flag 492377/243001
15.17/13.96	c cleaning 22000 clauses out of 44017 with flag 538499/266000
16.47/15.23	c cleaning 22998 clauses out of 46017 with flag 586629/290000
18.26/16.75	c cleaning 24003 clauses out of 48019 with flag 636764/315000
19.67/18.14	c cleaning 24998 clauses out of 50017 with flag 688907/341001
21.25/19.70	c cleaning 26001 clauses out of 52018 with flag 743051/368000
22.75/21.29	c cleaning 26998 clauses out of 54017 with flag 799202/396000
24.84/23.36	c cleaning 28003 clauses out of 56020 with flag 857493/425001
26.84/25.33	c cleaning 28997 clauses out of 58016 with flag 920105/455000
29.02/27.18	c cleaning 30002 clauses out of 60019 with flag 984763/486000
30.81/28.94	c cleaning 30998 clauses out of 62017 with flag 1051502/518000
33.19/30.86	c cleaning 32002 clauses out of 64019 with flag 1120173/551000
36.72/34.35	c cleaning 33001 clauses out of 66017 with flag 1189982/585000
39.20/36.78	c cleaning 34003 clauses out of 68017 with flag 1260835/620001
41.20/38.72	c cleaning 34998 clauses out of 70013 with flag 1333632/656000
43.46/40.89	c cleaning 35997 clauses out of 72015 with flag 1408647/693000
45.78/43.11	c cleaning 37001 clauses out of 74018 with flag 1485688/731000
48.19/45.45	c cleaning 37997 clauses out of 76017 with flag 1564465/770000
50.49/47.75	c cleaning 38997 clauses out of 78021 with flag 1644869/810001
53.39/50.52	c cleaning 40004 clauses out of 80025 with flag 1728559/851002
56.49/53.63	c cleaning 41000 clauses out of 82019 with flag 1815783/893000
60.15/56.83	c cleaning 42001 clauses out of 84019 with flag 1903002/936000
63.05/59.73	c cleaning 42998 clauses out of 86018 with flag 1992928/980000
66.44/63.07	c cleaning 43997 clauses out of 88020 with flag 2085824/1025000
71.02/67.60	c cleaning 45000 clauses out of 90024 with flag 2184561/1071001
75.52/72.11	c cleaning 46004 clauses out of 92024 with flag 2285313/1118001
78.80/75.40	c cleaning 47000 clauses out of 94019 with flag 2385733/1166000
82.64/79.04	c cleaning 48001 clauses out of 96019 with flag 2488245/1215000
86.02/82.43	c cleaning 48997 clauses out of 98018 with flag 2591966/1265000
89.11/85.56	c cleaning 50000 clauses out of 100021 with flag 2696222/1316000
92.30/88.70	c cleaning 51001 clauses out of 102021 with flag 2802519/1368000
96.25/92.22	c cleaning 51998 clauses out of 104021 with flag 2911124/1421001
99.74/95.70	c cleaning 53002 clauses out of 106023 with flag 3021863/1475001
104.33/100.30	c cleaning 54003 clauses out of 108020 with flag 3135816/1530000
108.92/104.92	c cleaning 55000 clauses out of 110017 with flag 3252219/1586000
113.02/109.06	c cleaning 55999 clauses out of 112017 with flag 3371287/1643000
117.11/113.11	c cleaning 56998 clauses out of 114018 with flag 3492238/1701000
120.78/116.80	c cleaning 58001 clauses out of 116021 with flag 3610834/1760001
124.58/120.61	c cleaning 58999 clauses out of 118019 with flag 3731436/1820000
129.43/125.27	c cleaning 60001 clauses out of 120021 with flag 3857955/1881001
134.01/129.87	c cleaning 61000 clauses out of 122019 with flag 3986599/1943000
139.10/134.97	c cleaning 61998 clauses out of 124019 with flag 4117321/2006000
144.08/140.00	c cleaning 63000 clauses out of 126022 with flag 4250124/2070001
149.83/145.23	c cleaning 64001 clauses out of 128021 with flag 4385000/2135000
155.11/150.59	c cleaning 64995 clauses out of 130021 with flag 4521950/2201001
160.72/156.14	c cleaning 66001 clauses out of 132026 with flag 4660972/2268001
165.70/161.16	c cleaning 67003 clauses out of 134025 with flag 4800346/2336001
172.49/167.16	c cleaning 68000 clauses out of 136021 with flag 4940115/2405000
178.56/173.21	c cleaning 68998 clauses out of 138021 with flag 5086118/2475000
185.35/180.10	c cleaning 70002 clauses out of 140023 with flag 5234202/2546000
192.97/187.27	c cleaning 71002 clauses out of 142021 with flag 5384370/2618000
198.25/192.57	c cleaning 71998 clauses out of 144019 with flag 5531909/2691000
203.33/197.62	c cleaning 73001 clauses out of 146021 with flag 5684172/2765000
209.14/202.83	c cleaning 73997 clauses out of 148020 with flag 5834577/2840000
214.22/208.01	c cleaning 74998 clauses out of 150023 with flag 5986988/2916000
219.50/213.21	c cleaning 76002 clauses out of 152025 with flag 6141404/2993000
226.21/219.79	c cleaning 77002 clauses out of 154024 with flag 6297563/3071001
234.28/227.89	c cleaning 78003 clauses out of 156021 with flag 6455561/3150000
244.40/237.66	c cleaning 78998 clauses out of 158019 with flag 6615563/3230001
255.58/248.17	c cleaning 80004 clauses out of 160021 with flag 6777563/3311001
266.48/258.92	c cleaning 80998 clauses out of 162016 with flag 6941562/3393000
281.93/274.46	c cleaning 82002 clauses out of 164019 with flag 7107592/3476001
289.24/281.33	c cleaning 82996 clauses out of 166016 with flag 7279854/3560000
296.72/288.81	c cleaning 84001 clauses out of 168020 with flag 7456320/3645000
304.11/296.29	c cleaning 84998 clauses out of 170020 with flag 7633458/3731001
314.38/306.37	c cleaning 86003 clauses out of 172021 with flag 7812587/3818000
322.56/314.57	c cleaning 87002 clauses out of 174018 with flag 7991226/3906000
331.03/322.60	c cleaning 87997 clauses out of 176018 with flag 8175402/3995002
339.70/331.35	c cleaning 88999 clauses out of 178019 with flag 8358977/4085000
348.40/340.01	c cleaning 90003 clauses out of 180020 with flag 8543227/4176000
355.96/347.65	c cleaning 90999 clauses out of 182017 with flag 8731878/4268000
363.61/355.26	c cleaning 91998 clauses out of 184019 with flag 8921271/4361001
370.99/362.65	c cleaning 92998 clauses out of 186021 with flag 9112673/4455001
378.27/369.99	c cleaning 94000 clauses out of 188022 with flag 9306042/4550000
389.26/380.58	c cleaning 94999 clauses out of 190022 with flag 9501941/4646000
397.93/389.28	c cleaning 95998 clauses out of 192023 with flag 9699459/4743000
406.21/397.58	c cleaning 97003 clauses out of 194025 with flag 9898814/4841000
414.49/405.83	c cleaning 97996 clauses out of 196022 with flag 10101471/4940000
422.87/414.01	c cleaning 99000 clauses out of 198026 with flag 10304817/5040000
430.35/421.45	c cleaning 99998 clauses out of 200027 with flag 10510066/5141001
438.43/429.57	c cleaning 101002 clauses out of 202028 with flag 10717312/5243000
448.61/439.71	c cleaning 102003 clauses out of 204027 with flag 10929454/5346001
459.49/450.05	c cleaning 103003 clauses out of 206024 with flag 11149962/5450001
470.05/460.67	c cleaning 103998 clauses out of 208020 with flag 11372687/5555000
481.96/472.07	c cleaning 105000 clauses out of 210022 with flag 11597380/5661000
493.42/483.56	c cleaning 106002 clauses out of 212023 with flag 11824639/5768001
505.39/494.42	c cleaning 106998 clauses out of 214020 with flag 12053448/5876000
515.77/504.80	c cleaning 108002 clauses out of 216022 with flag 12283148/5985000
526.54/515.22	c cleaning 108999 clauses out of 218021 with flag 12514611/6095001
537.62/526.03	c cleaning 110000 clauses out of 220022 with flag 12746663/6206001
548.38/536.80	c cleaning 111001 clauses out of 222021 with flag 12979876/6318000
558.75/547.00	c cleaning 111997 clauses out of 224021 with flag 13213073/6431001
568.94/557.14	c cleaning 112998 clauses out of 226024 with flag 13448998/6545001
579.77/567.71	c cleaning 114004 clauses out of 228026 with flag 13686722/6660001
590.16/578.19	c cleaning 114996 clauses out of 230022 with flag 13926343/6776001
600.03/588.11	c cleaning 116005 clauses out of 232025 with flag 14168201/6893000
611.28/599.20	c cleaning 116997 clauses out of 234020 with flag 14412630/7011000
622.17/610.19	c cleaning 118000 clauses out of 236023 with flag 14658660/7130000
632.74/620.79	c cleaning 119002 clauses out of 238023 with flag 14906167/7250000
643.70/631.62	c cleaning 120002 clauses out of 240021 with flag 15157456/7371000
654.67/642.68	c cleaning 120997 clauses out of 242020 with flag 15409917/7493001
666.05/654.07	c cleaning 121997 clauses out of 244022 with flag 15663929/7616000
677.85/665.42	c cleaning 122999 clauses out of 246025 with flag 15920612/7740000
689.53/677.13	c cleaning 123996 clauses out of 248026 with flag 16178941/7865000
701.79/688.77	c cleaning 125002 clauses out of 250030 with flag 16438811/7991000
714.26/701.20	c cleaning 126003 clauses out of 252028 with flag 16700405/8118000
728.49/714.04	c cleaning 127001 clauses out of 254025 with flag 16965053/8246000
742.11/727.30	c cleaning 128001 clauses out of 256025 with flag 17231868/8375001
756.38/741.07	c cleaning 129001 clauses out of 258025 with flag 17498313/8505002
771.89/756.14	c cleaning 130001 clauses out of 260023 with flag 17769147/8636001
785.44/769.79	c cleaning 130997 clauses out of 262022 with flag 18045370/8768001
800.87/785.07	c cleaning 132002 clauses out of 264024 with flag 18321883/8901000
814.21/797.87	c cleaning 132998 clauses out of 266022 with flag 18600857/9035000
829.99/813.33	c cleaning 134003 clauses out of 268025 with flag 18878376/9170001
846.31/828.45	c cleaning 135001 clauses out of 270021 with flag 19154272/9306000
869.42/851.01	c cleaning 136003 clauses out of 272020 with flag 19434792/9443000
883.56/864.72	c cleaning 137002 clauses out of 274018 with flag 19717141/9581001
896.66/877.60	c cleaning 138001 clauses out of 276015 with flag 19999309/9720000
908.98/889.86	c cleaning 138995 clauses out of 278015 with flag 20285000/9860001
921.75/902.43	c cleaning 140000 clauses out of 280019 with flag 20571437/10001000
935.63/916.16	c cleaning 141000 clauses out of 282019 with flag 20860181/10143000
948.96/929.11	c cleaning 141999 clauses out of 284019 with flag 21152026/10286000
961.73/940.52	c cleaning 143003 clauses out of 286021 with flag 21444790/10430001
976.08/954.65	c cleaning 143999 clauses out of 288018 with flag 21742383/10575001
992.06/970.50	c cleaning 144999 clauses out of 290018 with flag 22050343/10721000
1011.56/989.56	c cleaning 145997 clauses out of 292020 with flag 22359913/10868001
1029.55/1006.93	c cleaning 146998 clauses out of 294023 with flag 22670387/11016001
1048.87/1025.99	c cleaning 148001 clauses out of 296024 with flag 22984896/11165000
1067.36/1043.27	c cleaning 149001 clauses out of 298023 with flag 23300842/11315000
1085.36/1060.88	c cleaning 149998 clauses out of 300022 with flag 23615214/11466000
1105.43/1080.69	c cleaning 150997 clauses out of 302024 with flag 23930136/11618000
1125.44/1100.48	c cleaning 152007 clauses out of 304029 with flag 24247653/11771002
1142.90/1117.72	c cleaning 152997 clauses out of 306020 with flag 24564408/11925000
1160.73/1135.58	c cleaning 153999 clauses out of 308023 with flag 24883066/12080000
1178.19/1152.95	c cleaning 154996 clauses out of 310024 with flag 25203896/12236000
1194.17/1168.89	c cleaning 156007 clauses out of 312028 with flag 25527719/12393000
1211.85/1186.41	c cleaning 157000 clauses out of 314021 with flag 25851939/12551000
1231.30/1205.74	c cleaning 157999 clauses out of 316021 with flag 26179232/12710000
1250.80/1223.34	c cleaning 158995 clauses out of 318022 with flag 26508696/12870000
1269.50/1241.78	c cleaning 160001 clauses out of 320027 with flag 26840329/13031000
1289.07/1261.01	c cleaning 160999 clauses out of 322026 with flag 27174589/13193000
1310.85/1280.56	c cleaning 162001 clauses out of 324027 with flag 27510607/13356000
1328.83/1298.01	c cleaning 163002 clauses out of 326026 with flag 27848869/13520000
1349.87/1318.57	c cleaning 164005 clauses out of 328024 with flag 28188155/13685000
1371.07/1338.59	c cleaning 165000 clauses out of 330020 with flag 28529274/13851001
1388.89/1356.06	c cleaning 165999 clauses out of 332019 with flag 28874020/14018000
1407.63/1374.86	c cleaning 166999 clauses out of 334021 with flag 29223133/14186001
1425.27/1392.49	c cleaning 168000 clauses out of 336022 with flag 29572692/14355001
1443.17/1409.68	c cleaning 168996 clauses out of 338022 with flag 29924146/14525001
1461.13/1427.61	c cleaning 170001 clauses out of 340025 with flag 30279229/14696000
1479.31/1445.69	c cleaning 170999 clauses out of 342024 with flag 30634294/14868000
1497.27/1463.14	c cleaning 172002 clauses out of 344026 with flag 30991362/15041001
1515.13/1481.02	c cleaning 173002 clauses out of 346023 with flag 31348345/15215000
1536.03/1501.62	c cleaning 174001 clauses out of 348021 with flag 31700328/15390000
1556.01/1521.28	c cleaning 174998 clauses out of 350021 with flag 32063870/15566001
1577.87/1543.13	c cleaning 176000 clauses out of 352023 with flag 32431722/15743001
1598.47/1563.79	c cleaning 177001 clauses out of 354023 with flag 32797173/15921001
1619.42/1584.74	c cleaning 177998 clauses out of 356022 with flag 33155215/16100001
1659.72/1624.52	c cleaning 179004 clauses out of 358023 with flag 33519826/16280000
1682.86/1647.79	c cleaning 179998 clauses out of 360020 with flag 33894097/16461001
1710.29/1674.92	c cleaning 180998 clauses out of 362022 with flag 34267515/16643001
1727.36/1692.02	c cleaning 181998 clauses out of 364023 with flag 34640030/16826000
1745.23/1709.51	c cleaning 182996 clauses out of 366025 with flag 35014112/17010000
1761.70/1726.08	c cleaning 184002 clauses out of 368030 with flag 35394059/17195001
1781.89/1745.68	c cleaning 184999 clauses out of 370028 with flag 35781631/17381001
1802.93/1766.70	c cleaning 186000 clauses out of 372028 with flag 36175909/17568000
1825.50/1788.76	c cleaning 187004 clauses out of 374028 with flag 36558533/17756000
1842.87/1805.86	c cleaning 187997 clauses out of 376024 with flag 36939324/17945000
1867.21/1830.23	c cleaning 189001 clauses out of 378028 with flag 37326229/18135001
1889.08/1852.10	c cleaning 189997 clauses out of 380026 with flag 37714360/18326000
1909.32/1872.36	c cleaning 191002 clauses out of 382030 with flag 38104335/18518001
1931.98/1895.08	c cleaning 192002 clauses out of 384028 with flag 38498466/18711001
1958.25/1921.05	c cleaning 193004 clauses out of 386026 with flag 38909318/18905001
1982.09/1944.96	c cleaning 193997 clauses out of 388022 with flag 39321440/19100001
2006.18/1968.30	c cleaning 195003 clauses out of 390024 with flag 39736075/19296000
2031.18/1991.31	c cleaning 195998 clauses out of 392021 with flag 40151774/19493000
2054.34/2014.07	c cleaning 197000 clauses out of 394023 with flag 40569995/19691000
2079.58/2038.59	c cleaning 197997 clauses out of 396023 with flag 40991310/19890000
2104.98/2063.54	c cleaning 198996 clauses out of 398026 with flag 41414384/20090000
2128.18/2086.42	c cleaning 200000 clauses out of 400031 with flag 41838625/20291001
2151.46/2109.42	c cleaning 201004 clauses out of 402030 with flag 42257975/20493000
2173.68/2131.37	c cleaning 202001 clauses out of 404026 with flag 42680970/20696000
2197.22/2154.93	c cleaning 203001 clauses out of 406026 with flag 43111826/20900001
2222.58/2179.95	c cleaning 204001 clauses out of 408025 with flag 43545533/21105001
2247.77/2204.51	c cleaning 204997 clauses out of 410023 with flag 43980775/21311000
2271.40/2227.65	c cleaning 206006 clauses out of 412027 with flag 44412688/21518001
2296.75/2252.54	c cleaning 206996 clauses out of 414020 with flag 44841963/21726000
2321.24/2276.66	c cleaning 207997 clauses out of 416024 with flag 45271688/21935000
2346.87/2301.88	c cleaning 209005 clauses out of 418029 with flag 45703584/22145002
2374.95/2329.22	c cleaning 209999 clauses out of 420022 with flag 46145476/22356000
2406.56/2358.79	c cleaning 210997 clauses out of 422023 with flag 46593170/22568000
2430.29/2382.25	c cleaning 211999 clauses out of 424026 with flag 47043681/22781000
2455.21/2407.06	c cleaning 213002 clauses out of 426027 with flag 47498602/22995000
2483.82/2435.57	c cleaning 214002 clauses out of 428026 with flag 47948288/23210001
2513.93/2465.40	c cleaning 215000 clauses out of 430023 with flag 48397655/23426000
2538.93/2490.10	c cleaning 215997 clauses out of 432024 with flag 48844718/23643001
2570.88/2521.55	c cleaning 217004 clauses out of 434027 with flag 49282906/23861001
2596.29/2546.47	c cleaning 217999 clauses out of 436023 with flag 49738089/24080001
2662.63/2612.30	c cleaning 218999 clauses out of 438023 with flag 50195235/24300000
2692.44/2641.78	c cleaning 220001 clauses out of 440024 with flag 50640571/24521000
2715.15/2664.00	c cleaning 221000 clauses out of 442024 with flag 51091000/24743001
2738.38/2686.70	c cleaning 221998 clauses out of 444024 with flag 51539961/24966001
2763.36/2711.22	c cleaning 223000 clauses out of 446025 with flag 51987961/25190000
2786.34/2733.91	c cleaning 224000 clauses out of 448025 with flag 52437961/25415000
2814.03/2759.21	c cleaning 224999 clauses out of 450025 with flag 52889961/25641000
2839.61/2784.30	c cleaning 225999 clauses out of 452027 with flag 53343963/25868001
2863.94/2808.35	c cleaning 227000 clauses out of 454028 with flag 53808046/26096001
2886.78/2830.92	c cleaning 227998 clauses out of 456028 with flag 54269570/26325001
2912.18/2856.11	c cleaning 229000 clauses out of 458030 with flag 54733510/26555001
2938.26/2881.79	c cleaning 229998 clauses out of 460029 with flag 55204158/26786000
2965.66/2908.94	c cleaning 231001 clauses out of 462031 with flag 55677314/27018000
2995.61/2938.54	c cleaning 232005 clauses out of 464030 with flag 56299543/27251000
3017.96/2960.90	c cleaning 233010 clauses out of 466025 with flag 57035003/27485000
3034.23/2976.99	c cleaning 234002 clauses out of 468015 with flag 57766800/27720000
3054.67/2997.48	c cleaning 234992 clauses out of 470014 with flag 58450850/27956001
3070.00/3012.66	c cleaning 235993 clauses out of 472021 with flag 59155193/28193000
3086.48/3029.11	c cleaning 237008 clauses out of 474028 with flag 59833757/28431000
3103.02/3045.27	c cleaning 237999 clauses out of 476020 with flag 60516367/28670000
3119.57/3061.89	c cleaning 239011 clauses out of 478021 with flag 61183397/28910000
3143.71/3085.47	c cleaning 239998 clauses out of 480011 with flag 61850987/29151001
3163.47/3105.24	c cleaning 241003 clauses out of 482012 with flag 62543323/29393000
3185.66/3126.97	c cleaning 242003 clauses out of 484009 with flag 63228655/29636000
3212.19/3153.51	c cleaning 242997 clauses out of 486006 with flag 63932824/29880000
3248.69/3189.40	c cleaning 243990 clauses out of 488009 with flag 64650978/30125000
3277.04/3215.50	c cleaning 244990 clauses out of 490019 with flag 65358867/30371000
3300.44/3238.73	c cleaning 246004 clauses out of 492029 with flag 66060149/30618000
3319.59/3257.96	c cleaning 247011 clauses out of 494025 with flag 66739757/30866000
3347.03/3285.12	c cleaning 247994 clauses out of 496015 with flag 67441911/31115001
3364.56/3302.16	c cleaning 249011 clauses out of 498021 with flag 68150048/31365001
3382.01/3319.68	c cleaning 250005 clauses out of 500010 with flag 68846971/31616001
3401.03/3338.37	c cleaning 250996 clauses out of 502005 with flag 69546003/31868001
3423.87/3361.26	c cleaning 252004 clauses out of 504008 with flag 70261525/32121000
3441.58/3378.76	c cleaning 253000 clauses out of 506004 with flag 70964479/32375000
3481.39/3418.17	c cleaning 254001 clauses out of 508004 with flag 71706224/32630000
3501.63/3438.46	c cleaning 254988 clauses out of 510003 with flag 72420478/32886000
3517.37/3453.76	c cleaning 255997 clauses out of 512015 with flag 73139995/33143000
3535.65/3472.03	c cleaning 256999 clauses out of 514018 with flag 73880897/33401000
3552.65/3488.69	c cleaning 257999 clauses out of 516019 with flag 74613818/33660000
3572.30/3508.35	c cleaning 259001 clauses out of 518020 with flag 75354332/33920000
3589.14/3524.73	c cleaning 260010 clauses out of 520019 with flag 76088115/34181000
3600.02/3535.60	c starts		: 144511
3600.02/3535.61	c conflicts		: 34401369
3600.02/3535.61	c decisions		: 85404886
3600.02/3535.61	c propagations		: 1142899206
3600.02/3535.61	c inspects		: 18117820291
3600.02/3535.61	c shortcuts		: 0
3600.02/3535.61	c learnt literals	: 0
3600.02/3535.61	c learnt binary clauses	: 0
3600.02/3535.61	c learnt ternary clauses	: 0
3600.02/3535.61	c learnt constraints	: 34401369
3600.02/3535.61	c ignored constraints	: 0
3600.02/3535.61	c root simplifications	: 0
3600.02/3535.61	c removed literals (reason simplification)	: 5172375289
3600.02/3535.61	c reason swapping (by a shorter reason)	: 0
3600.02/3535.61	c Calls to reduceDB	: 257
3600.02/3535.61	c Number of update (reduction) of LBD	: 2024266
3600.02/3535.61	c Imported unit clauses	: 0
3600.02/3535.61	c No decision after first conflict	: false
3600.02/3535.61	c number of reductions to clauses (during analyze)	: 0
3600.02/3535.61	c number of learned constraints concerned by reduction	: 0
3600.02/3535.61	c number of learning phase by resolution	: 0
3600.02/3535.61	c number of learning phase by cutting planes	: 0
3600.02/3535.61	c number of rounding to 1 operations	: 0
3600.02/3535.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3535.61	c number of reductions of the coefficients by power 2 	: 0
3600.02/3535.61	c number of right shift for reduction by power 2 	: 0
3600.02/3535.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3535.61	c number of ending skipping 	: 0
3600.02/3535.61	c number of internal skipping 	: 0
3600.02/3535.61	c number of derivation steps 	: 0
3600.02/3535.61	c number of skipped derivation steps 	: 0
3600.02/3535.61	c number of remaining unassigned 	: 0
3600.02/3535.61	c number of remaining assigned 	: 0
3600.02/3535.61	c number of falsified literals weakened from reason	: 0
3600.02/3535.61	c number of falsified literals weakened from conflict	: 0
3600.02/3535.61	c time for arithmetic operations	: 0
3600.02/3535.61	c minimum degree of deleted constraints	: null
3600.02/3535.61	c maximum degree of deleted constraints	: null
3600.02/3535.61	c number of deleted constraints	: 0
3600.02/3535.61	c speed (assignments/second)	: 323269.5720500747
3600.02/3535.61	c non guided choices	: 7
3600.02/3535.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 480378
3600.02/3535.66	s SATISFIABLE
3600.02/3535.66	c Found 1 solution(s)
3600.02/3535.67	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 
3600.02/3535.67	c objective function=17
3600.02/3535.67	c Total wall clock time (in seconds): 3535.536

Verifier Data

OK	17

Watcher Data

runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4783333-1782145234/watcher-4783333-1782145234 -o /tmp/evaluation-result-4783333-1782145234/solver-4783333-1782145234 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783333-1782145234/vars-4783333-1782145234 --bin-var /tmp/runsolver-exch-nodeE004-1782145234-2327338 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783333-1782145234.opb 

running on 4 cores: 0-3

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 6,17,28,32,49,51
  3550 MHz: 0-3,52-55,60-61
  3600 MHz: 4-5,7-16,18-27,29-31,33-48,50,56-59,62-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 0-3

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (111555 MiB free)
  node 1: cores 8-15, 129019 MiB (111620 MiB free)
  node 2: cores 16-23, 129019 MiB (116327 MiB free)
  node 3: cores 24-31, 128957 MiB (116128 MiB free)
  node 4: cores 32-39, 129019 MiB (110791 MiB free)
  node 5: cores 40-47, 129019 MiB (112508 MiB free)
  node 6: cores 48-55, 129019 MiB (111413 MiB free)
  node 7: cores 56-63, 128474 MiB (111747 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=2327615, runsolver pid=2327520
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.43 4.37 7.87 28/1048 2327771
/proc/meminfo: memFree=923586456/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=34900044 memory=49000 CPUtime=0.08 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 5694 0 0 0 7 1 0 0 20 0 19 0 147811310 35737645056 11733 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8725011 12250 6095 1 0 30960 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=34900044 memory=5963408912 CPUtime=0.04 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 2912 0 0 0 4 0 0 0 20 0 19 0 147811315 35737645056 11733 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=34900044 memory=211409961334 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 147811316 35737645056 11733 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=34900044 memory=60680137098362 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 147811316 35737645056 11733 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=34900044 memory=56290697299298 CPUtime=0 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 147811316 35737645056 11733 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=34900044 memory=62883505653466 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 147811317 35737645056 11733 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=34900044 memory=57420374404193 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 147811317 35737645056 11733 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 49000 KiB

[startup+0.213561 s]*
/proc/loadavg: 1.43 4.37 7.87 50/1190 2327925
/proc/meminfo: memFree=923198300/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35033172 memory=70060 CPUtime=0.42 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 8787 0 0 0 41 1 0 0 20 0 21 0 147811310 35873968128 16848 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8758293 17515 6257 1 0 34510 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35033172 memory=7310019500364100917 CPUtime=0.16 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 3259 0 0 0 16 0 0 0 20 0 21 0 147811315 35873968128 16848 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35033172 memory=215704930196 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 16848 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35033172 memory=17979 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 16848 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35033172 memory=18330 CPUtime=0 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 16848 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35033172 memory=18896 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811317 35873968128 16848 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35033172 memory=61753 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811317 35873968128 16848 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35033172 memory=3833461820937745235 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811327 35873968128 16848 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 70060 KiB

[startup+0.321143 s]*
/proc/loadavg: 1.43 4.37 7.87 58/1205 2327940
/proc/meminfo: memFree=922588576/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35033172 memory=77800 CPUtime=0.73 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 9736 0 0 0 72 1 0 0 20 0 21 0 147811310 35873968128 18911 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8758293 19450 6257 1 0 37114 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35033172 memory=-7308315775022032992 CPUtime=0.27 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 3276 0 0 0 27 0 0 0 20 0 21 0 147811315 35873968128 18911 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35033172 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 18911 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35033172 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 18911 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35033172 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811316 35873968128 18911 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35033172 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147811317 35873968128 18911 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35033172 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811317 35873968128 18911 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35033172 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147811327 35873968128 18911 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 0.73 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 77800 KiB

[startup+0.700262 s]
/proc/loadavg: 1.43 4.37 7.87 44/1220 2327955
/proc/meminfo: memFree=922059452/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35099736 memory=136820 CPUtime=1.4 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 10720 0 0 0 138 2 0 0 20 0 22 0 147811310 35942129664 33687 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8774934 34205 6259 1 0 92583 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35099736 memory=11700 CPUtime=0.6 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 3291 0 0 0 60 0 0 0 20 0 22 0 147811315 35942129664 33687 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35099736 memory=3833461820937745235 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147811316 35942129664 33687 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35099736 memory=133240 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 147811316 35942129664 33687 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35099736 memory=225704 CPUtime=0 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 147811316 35942129664 33687 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35099736 memory=233116 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 147811317 35942129664 33687 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35099736 memory=4868 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147811317 35942129664 33687 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35099736 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147811327 35942129664 33687 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 136820 KiB

[startup+1.50021 s]
/proc/loadavg: 1.43 4.37 7.87 29/1227 2327966
/proc/meminfo: memFree=921236628/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35166300 memory=217128 CPUtime=2.28 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 13046 0 0 0 226 2 0 0 20 0 23 0 147811310 36010291200 53829 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8791575 54282 6259 1 0 93030 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35166300 memory=4868 CPUtime=1.38 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 3592 0 0 0 138 0 0 0 20 0 23 0 147811315 36010291200 53829 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 53829 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35166300 memory=118 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 53829 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 53829 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 53829 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 53829 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811327 36010291200 53829 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 217128 KiB

[startup+3.11379 s]
/proc/loadavg: 2.84 4.62 7.93 27/1226 2327982
/proc/meminfo: memFree=916737644/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35166300 memory=416784 CPUtime=4.06 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 18037 0 0 0 403 3 0 0 20 0 23 0 147811310 36010291200 103539 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8791575 104196 6258 1 0 219485 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35166300 memory=118 CPUtime=2.95 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 4164 0 0 0 294 1 0 0 20 0 23 0 147811315 36010291200 103539 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 103539 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 103539 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35166300 memory=4868 CPUtime=0 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 103539 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 103539 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 103539 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35166300 memory=149108 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811327 36010291200 103539 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 416784 KiB

[startup+6.30016 s]
/proc/loadavg: 2.84 4.62 7.93 17/1226 2327984
/proc/meminfo: memFree=911126584/1055320700 swapFree=33554428/33554428

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

/proc/meminfo: memFree=803907956/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=3344.22 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 503190 0 0 0 334291 131 0 0 20 0 23 0 147811310 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8791575 2755822 6305 1 0 2777460 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35166300 memory=0 CPUtime=3255.07 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 154017 0 0 0 325470 37 0 0 20 0 23 0 147811315 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35166300 memory=11700 CPUtime=0.11 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 206 0 0 0 5 6 0 0 20 0 23 0 147811316 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35166300 memory=11157116 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35166300 memory=24232 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 1385 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811327 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 3344.22 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 11023288 KiB

[startup+3342.3 s]
/proc/loadavg: 16.61 16.67 16.69 17/1223 2328258
/proc/meminfo: memFree=803530592/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=3405.02 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 508941 0 0 0 340371 131 0 0 20 0 23 0 147811310 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8791575 2755822 6305 1 0 2777460 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=3314.59 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 156318 0 0 0 331422 37 0 0 20 0 23 0 147811315 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0.11 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 210 0 0 0 5 6 0 0 20 0 23 0 147811316 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35166300 memory=0 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 1412 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811327 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 3405.02 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 11023288 KiB

[startup+3402.3 s]
/proc/loadavg: 16.54 16.64 16.68 17/1223 2328259
/proc/meminfo: memFree=803811272/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=3465.13 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 511905 0 0 0 346381 132 0 0 20 0 23 0 147811310 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8791575 2755822 6305 1 0 2777460 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=3374.35 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 158175 0 0 0 337397 38 0 0 20 0 23 0 147811315 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35166300 memory=142604 CPUtime=0.11 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 215 0 0 0 5 6 0 0 20 0 23 0 147811316 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35166300 memory=-7308315775022229858 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 1429 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811327 36010291200 2755419 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 3465.13 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 11023288 KiB

[startup+3462.3 s]
/proc/loadavg: 16.20 16.52 16.63 17/1223 2328262
/proc/meminfo: memFree=803749176/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35166300 memory=11027408 CPUtime=3525.95 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 518189 0 0 0 352463 132 0 0 20 0 23 0 147811310 36010291200 2756432 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8791575 2756852 6305 1 0 2777460 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=3433.86 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 160027 0 0 0 343348 38 0 0 20 0 23 0 147811315 36010291200 2756432 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2756432 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35166300 memory=11023288 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2756432 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35166300 memory=4784 CPUtime=0.11 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 220 0 0 0 5 6 0 0 20 0 23 0 147811316 36010291200 2756432 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35166300 memory=11027408 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2756432 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35166300 memory=11027408 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 1452 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2756432 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35166300 memory=11027408 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811327 36010291200 2756432 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 3525.95 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 11027408 KiB

[startup+3522.3 s]
/proc/loadavg: 16.21 16.47 16.61 18/1224 2328722
/proc/meminfo: memFree=857393804/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35166300 memory=11033612 CPUtime=3586.75 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 524977 0 0 0 358542 133 0 0 20 0 23 0 147811310 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8791575 2758403 6305 1 0 2777460 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35166300 memory=4784 CPUtime=3493.36 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 162650 0 0 0 349298 38 0 0 20 0 23 0 147811315 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35166300 memory=11023296 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35166300 memory=4104 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35166300 memory=11700 CPUtime=0.11 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 222 0 0 0 5 6 0 0 20 0 23 0 147811316 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35166300 memory=11033612 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35166300 memory=15524 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 1474 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35166300 memory=2384 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811327 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 3586.75 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 11033612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3535.6 s]
/proc/loadavg: 16.16 16.45 16.60 17/1223 2328722
/proc/meminfo: memFree=854493840/1055320700 swapFree=33554428/33554428
[pid=2327615] ppid=2327520 vsize=35166300 memory=11033612 CPUtime=3600.02 cores=0-3
/proc/2327615/stat : 2327615 (java) S 2327520 2327615 2327328 0 -1 4194304 525548 0 0 0 359869 133 0 0 20 0 23 0 147811310 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
/proc/2327615/statm: 8791575 2758403 6305 1 0 2777460 0
[pid=2327615/tid=2327694] ppid=2327520 vsize=35166300 memory=4784 CPUtime=3506.63 cores=0-3
/proc/2327615/task/2327694/stat : 2327694 (java) R 2327520 2327615 2327328 0 -1 4194368 163220 0 0 0 350625 38 0 0 20 0 23 0 147811315 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327734] ppid=2327520 vsize=35166300 memory=1972 CPUtime=0 cores=0-3
/proc/2327615/task/2327734/stat : 2327734 (Referen..andler) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327735] ppid=2327520 vsize=35166300 memory=-7308315775022229858 CPUtime=0 cores=0-3
/proc/2327615/task/2327735/stat : 2327735 (Finalizer) S 2327520 2327615 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 147811316 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327738] ppid=2327520 vsize=35166300 memory=2840 CPUtime=0.11 cores=0-3
/proc/2327615/task/2327738/stat : 2327738 (Monitor..Thread) S 2327520 2327615 2327328 0 -1 4194368 222 0 0 0 5 6 0 0 20 0 23 0 147811316 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327742] ppid=2327520 vsize=35166300 memory=2652 CPUtime=0 cores=0-3
/proc/2327615/task/2327742/stat : 2327742 (Notific..Thread) S 2327520 2327615 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327743] ppid=2327520 vsize=35166300 memory=3700 CPUtime=0 cores=0-3
/proc/2327615/task/2327743/stat : 2327743 (Common-Cleaner) S 2327520 2327615 2327328 0 -1 4194368 1474 0 0 0 0 0 0 0 20 0 23 0 147811317 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
[pid=2327615/tid=2327920] ppid=2327520 vsize=35166300 memory=-7308315775022229858 CPUtime=0 cores=0-3
/proc/2327615/task/2327920/stat : 2327920 (Timer-0) S 2327520 2327615 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147811327 36010291200 2757968 18446744073709551615 94411592179712 94411592183408 140729352413792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94411592191272 94411592192016 94411605090304 140729352415444 140729352415584 140729352415584 140729352421320 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 11033612 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.85 s, system=1.36055 s

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

Child status: 143

Real time (s): 3535.69
CPU time (s): 3600.22
CPU user time (s): 3598.85
CPU system time (s): 1.36055
CPU usage (%): 101.825
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 12275664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.85
system time used= 1.36055
maximum resident set size= 12273996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 528412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57111
involuntary context switches= 3303


# summary of solver processes directly reported to runsolver:
#   pid: 2327615
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.85
#   total CPU system time (s): 1.36055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5335 second user time and 39.588 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-22 18:20:35
IDJOB=4783333
IDBENCH=146663
IDSOLVER=3602
FILE ID=nodeE004/4783333-1782145234
RUNJOBID= nodeE004-1782145234-2327338
SLURM_JOB_ID= 12510925
Free space on /tmp= 801536 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783333-1782145234/watcher-4783333-1782145234 -o /tmp/evaluation-result-4783333-1782145234/solver-4783333-1782145234 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783333-1782145234/vars-4783333-1782145234 --bin-var /tmp/runsolver-exch-nodeE004-1782145234-2327338 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783333-1782145234.opb

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

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=1939042308

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

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

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

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

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

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

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

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

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

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

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

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3570.802
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		: 3568.325
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		: 3567.595
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		: 3566.629
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		: 3590.982
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		: 3599.198
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		: 3596.635
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		: 3571.041
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		: 3570.919
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		: 3571.040
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		: 3575.019
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:        923682156 kB
MemAvailable:   1044669196 kB
Buffers:            3352 kB
Cached:         125330424 kB
SwapCached:            0 kB
Active:          1666672 kB
Inactive:       123785960 kB
Active(anon):    1040200 kB
Inactive(anon):        0 kB
Active(file):     626472 kB
Inactive(file): 123785960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21144 kB
Writeback:            24 kB
AnonPages:        122580 kB
Mapped:           178248 kB
Shmem:            921344 kB
KReclaimable:    1434476 kB
Slab:            1998760 kB
SReclaimable:    1434476 kB
SUnreclaim:       564284 kB
KernelStack:       14032 kB
PageTables:         4816 kB
SecPageTables:     15372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:    1382416 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478452 kB
VmallocChunk:          0 kB
Percpu:           141824 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

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