Trace number 4819937

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2026-06-10MSAT (TO) 3600.26 3599.58

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
spot5/normalized-spot5-1502_wcsp.wbo
MD5SUM8b182fe3da3950dcef4cc9c2810fceee
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark28042
Best CPU time to get the best result obtained on this benchmark0.008383
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables622
Total number of constraints743
Number of soft constraints534
Number of constraints which are clauses534
Number of constraints which are cardinality constraints (but not clauses)209
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 89201
Min constraint cost 1
Max constraint cost 89201
Sum of constraints costs 29079525
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.08	c Pseudo Boolean Optimization by upper bound
0.00/0.08	c --- Begin Solver configuration ---
0.00/0.08	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.08	c Expensive reason simplification
0.00/0.08	c Glucose 2.1 dynamic restart strategy
0.00/0.08	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.08	c timeout=2147483s
0.00/0.08	c DB Simplification allowed=false
0.00/0.08	c Listener: none
0.00/0.08	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4819937-1782926960.wbo
0.00/0.09	c reading problem ... 
0.18/0.12	c ... done. Wall clock time 0.03s.
0.18/0.12	c declared #vars     622
0.18/0.12	c internal #vars     1156
0.18/0.12	c #constraints  953
0.18/0.12	c constraints type 
0.18/0.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 423
0.18/0.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.18/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.18/0.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 427
0.18/0.12	c 953 constraints processed.
0.18/0.12	c objective function length is 534 literals
0.18/0.13	c SATISFIABLE
0.18/0.13	c OPTIMIZING...
0.18/0.13	c Got one! Elapsed wall clock time (in seconds):0.047
0.18/0.13	o 28042
0.83/0.34	c cleaning 2503 clauses out of 5006 with flag 10004/5006
1.06/0.48	c cleaning 4252 clauses out of 8503 with flag 22004/11006
1.30/0.64	c cleaning 5626 clauses out of 11251 with flag 36004/18006
1.49/0.82	c cleaning 6813 clauses out of 13625 with flag 52004/26006
1.73/1.04	c cleaning 7906 clauses out of 15812 with flag 70004/35006
1.92/1.27	c cleaning 8953 clauses out of 17905 with flag 90935/45005
2.25/1.59	c cleaning 9976 clauses out of 19952 with flag 113808/56005
2.66/1.98	c cleaning 10988 clauses out of 21976 with flag 137808/68005
3.20/2.45	c cleaning 11991 clauses out of 23988 with flag 163808/81005
3.70/2.92	c cleaning 12999 clauses out of 25998 with flag 191810/95006
4.26/3.45	c cleaning 13996 clauses out of 27999 with flag 221974/110006
4.87/4.06	c cleaning 15000 clauses out of 30003 with flag 254418/126006
5.53/4.67	c cleaning 15998 clauses out of 32003 with flag 288419/143006
6.23/5.32	c cleaning 17002 clauses out of 34004 with flag 324418/161005
6.95/6.06	c cleaning 18002 clauses out of 36003 with flag 362420/180006
7.74/6.86	c cleaning 18998 clauses out of 38000 with flag 402418/200005
8.64/7.73	c cleaning 19999 clauses out of 40002 with flag 444419/221005
9.64/8.72	c cleaning 21000 clauses out of 42003 with flag 488420/243005
10.54/9.62	c cleaning 22001 clauses out of 44003 with flag 534425/266005
11.44/10.57	c cleaning 22998 clauses out of 46002 with flag 582428/290005
12.65/11.78	c cleaning 23996 clauses out of 48004 with flag 632431/315005
13.95/13.02	c cleaning 25000 clauses out of 50008 with flag 684434/341005
15.26/14.34	c cleaning 26000 clauses out of 52008 with flag 738438/368005
16.75/15.80	c cleaning 27005 clauses out of 54009 with flag 794441/396006
18.17/17.29	c cleaning 27999 clauses out of 56004 with flag 852442/425006
19.86/18.92	c cleaning 28999 clauses out of 58005 with flag 912442/455006
21.67/20.72	c cleaning 29999 clauses out of 60006 with flag 974442/486006
23.08/22.17	c cleaning 31000 clauses out of 62007 with flag 1038444/518006
24.67/23.79	c cleaning 32000 clauses out of 64006 with flag 1104445/551005
26.36/25.44	c cleaning 33003 clauses out of 66006 with flag 1172447/585005
28.47/27.55	c cleaning 33998 clauses out of 68004 with flag 1242452/620006
30.46/29.53	c cleaning 34999 clauses out of 70005 with flag 1314452/656005
32.76/31.87	c cleaning 36002 clauses out of 72007 with flag 1388455/693006
35.25/34.35	c cleaning 37001 clauses out of 74005 with flag 1464455/731006
37.35/36.46	c cleaning 38002 clauses out of 76004 with flag 1542455/770006
39.78/38.86	c cleaning 38997 clauses out of 78002 with flag 1622457/810006
42.78/41.84	c cleaning 40000 clauses out of 80006 with flag 1704459/851007
46.01/45.06	c cleaning 40997 clauses out of 82004 with flag 1788455/893005
49.00/48.07	c cleaning 42002 clauses out of 84008 with flag 1874460/936006
52.19/51.25	c cleaning 43003 clauses out of 86006 with flag 1962462/980006
55.48/54.53	c cleaning 43997 clauses out of 88003 with flag 2052464/1025006
58.49/57.55	c cleaning 45000 clauses out of 90006 with flag 2144464/1071006
61.61/60.65	c cleaning 45999 clauses out of 92005 with flag 2238464/1118005
65.02/64.11	c cleaning 46996 clauses out of 94006 with flag 2334464/1166005
69.05/68.07	c cleaning 48002 clauses out of 96011 with flag 2432466/1215006
72.73/71.77	c cleaning 49003 clauses out of 98008 with flag 2532464/1265005
75.93/74.94	c cleaning 49997 clauses out of 100005 with flag 2634464/1316005
79.63/78.61	c cleaning 51001 clauses out of 102008 with flag 2738467/1368005
83.46/82.46	c cleaning 51997 clauses out of 104007 with flag 2844468/1421005
87.25/86.28	c cleaning 53000 clauses out of 106012 with flag 2952473/1475007
91.36/90.33	c cleaning 54006 clauses out of 108011 with flag 3062473/1530006
95.56/94.55	c cleaning 55000 clauses out of 110004 with flag 3174473/1586005
99.96/98.93	c cleaning 56003 clauses out of 112005 with flag 3288475/1643006
104.36/103.35	c cleaning 56998 clauses out of 114002 with flag 3404477/1701006
109.26/108.28	c cleaning 58002 clauses out of 116004 with flag 3522477/1760006
114.34/113.33	c cleaning 59000 clauses out of 118002 with flag 3642477/1820006
119.93/118.98	c cleaning 59999 clauses out of 120001 with flag 3764475/1881005
125.23/124.21	c cleaning 61001 clauses out of 122002 with flag 3888475/1943005
131.21/130.29	c cleaning 62001 clauses out of 124002 with flag 4014477/2006006
135.63/134.53	c cleaning 62997 clauses out of 126001 with flag 4144124/2070006
137.53/136.34	c cleaning 63997 clauses out of 128003 with flag 4280436/2135005
139.13/137.92	c cleaning 65003 clauses out of 130007 with flag 4416926/2201006
140.84/139.66	c cleaning 66001 clauses out of 132003 with flag 4552903/2268005
143.16/141.98	c cleaning 66998 clauses out of 134002 with flag 4702746/2336005
144.98/143.74	c cleaning 67997 clauses out of 136004 with flag 4851729/2405005
148.44/147.18	c cleaning 69002 clauses out of 138007 with flag 5015186/2475005
150.95/149.61	c cleaning 69997 clauses out of 140005 with flag 5220158/2546005
153.66/152.31	c cleaning 71002 clauses out of 142009 with flag 5435965/2618006
156.38/155.05	c cleaning 72000 clauses out of 144007 with flag 5654935/2691006
159.61/158.22	c cleaning 73004 clauses out of 146007 with flag 5875667/2765006
162.63/161.24	c cleaning 73994 clauses out of 148002 with flag 6100011/2840005
165.94/164.54	c cleaning 75001 clauses out of 150009 with flag 6327371/2916006
169.34/167.95	c cleaning 75998 clauses out of 152007 with flag 6556693/2993005
173.24/171.87	c cleaning 77001 clauses out of 154010 with flag 6789406/3071006
177.04/175.68	c cleaning 78001 clauses out of 156009 with flag 7025513/3150006
180.75/179.36	c cleaning 79001 clauses out of 158008 with flag 7264908/3230006
184.40/183.00	c cleaning 79998 clauses out of 160007 with flag 7507510/3311006
188.60/187.18	c cleaning 81002 clauses out of 162008 with flag 7753066/3393005
193.08/191.62	c cleaning 81997 clauses out of 164006 with flag 8001869/3476005
197.68/196.29	c cleaning 83003 clauses out of 166010 with flag 8253040/3560006
202.37/200.96	c cleaning 83999 clauses out of 168007 with flag 8507336/3645006
208.05/206.60	c cleaning 84999 clauses out of 170008 with flag 8764899/3731006
212.75/211.36	c cleaning 85997 clauses out of 172009 with flag 9025745/3818006
218.16/216.72	c cleaning 87002 clauses out of 174012 with flag 9289676/3906006
222.55/221.06	c cleaning 87998 clauses out of 176009 with flag 9556598/3995005
227.24/225.72	c cleaning 89001 clauses out of 178011 with flag 9826598/4085005
232.13/230.68	c cleaning 90001 clauses out of 180011 with flag 10099549/4176006
237.92/236.49	c cleaning 91001 clauses out of 182010 with flag 10375298/4268006
243.82/242.39	c cleaning 92002 clauses out of 184008 with flag 10654104/4361005
249.48/247.91	c cleaning 92995 clauses out of 186006 with flag 10934781/4455005
254.97/253.46	c cleaning 94004 clauses out of 188012 with flag 11219198/4550006
261.16/259.60	c cleaning 94997 clauses out of 190007 with flag 11506598/4646005
267.45/265.99	c cleaning 96000 clauses out of 192010 with flag 11796244/4743005
273.74/272.20	c cleaning 97001 clauses out of 194010 with flag 12089159/4841005
280.93/279.44	c cleaning 98002 clauses out of 196010 with flag 12385070/4940006
288.12/286.64	c cleaning 99000 clauses out of 198007 with flag 12683079/5040005
295.15/293.67	c cleaning 99999 clauses out of 200008 with flag 12947513/5141006
302.71/301.12	c cleaning 100999 clauses out of 202009 with flag 13151514/5243006
309.70/308.16	c cleaning 102001 clauses out of 204009 with flag 13357512/5346005
317.18/315.68	c cleaning 103001 clauses out of 206008 with flag 13565512/5450005
323.87/322.30	c cleaning 103998 clauses out of 208007 with flag 13775512/5555005
329.97/328.49	c cleaning 104999 clauses out of 210010 with flag 13987514/5661006
336.69/335.17	c cleaning 106000 clauses out of 212010 with flag 14201512/5768005
343.87/342.39	c cleaning 107002 clauses out of 214010 with flag 14417512/5876005
351.54/349.94	c cleaning 107997 clauses out of 216008 with flag 14635512/5985005
360.62/359.06	c cleaning 109002 clauses out of 218012 with flag 14855514/6095006
369.78/368.29	c cleaning 110002 clauses out of 220009 with flag 15077512/6206005
379.66/378.17	c cleaning 111000 clauses out of 222007 with flag 15301512/6318005
389.55/388.04	c cleaning 112001 clauses out of 224008 with flag 15527514/6431006
400.22/398.71	c cleaning 112999 clauses out of 226006 with flag 15755512/6545005
410.70/409.23	c cleaning 113998 clauses out of 228007 with flag 15985512/6660005
421.99/420.58	c cleaning 115000 clauses out of 230009 with flag 16217512/6776005
432.29/430.87	c cleaning 116002 clauses out of 232009 with flag 16452547/6893005
441.94/440.41	c cleaning 116997 clauses out of 234007 with flag 16689586/7011005
453.31/451.84	c cleaning 117999 clauses out of 236010 with flag 16927625/7130005
465.49/464.02	c cleaning 119003 clauses out of 238011 with flag 17168381/7250005
477.26/475.83	c cleaning 119999 clauses out of 240009 with flag 17410690/7371006
489.65/488.24	c cleaning 120999 clauses out of 242009 with flag 17654688/7493005
501.73/500.35	c cleaning 122000 clauses out of 244010 with flag 17900688/7616005
513.12/511.61	c cleaning 123003 clauses out of 246010 with flag 18148688/7740005
523.00/521.53	c cleaning 124003 clauses out of 248008 with flag 18398690/7865006
534.21/532.72	c cleaning 124996 clauses out of 250004 with flag 18653309/7991005
545.78/544.29	c cleaning 125999 clauses out of 252008 with flag 18961295/8118005
556.88/555.33	c cleaning 127001 clauses out of 254010 with flag 19279104/8246006
568.67/567.14	c cleaning 128000 clauses out of 256008 with flag 19621812/8375005
580.84/579.38	c cleaning 129002 clauses out of 258008 with flag 19927477/8505005
594.71/593.23	c cleaning 130002 clauses out of 260006 with flag 20247108/8636005
603.24/601.76	c cleaning 130998 clauses out of 262005 with flag 20540043/8768006
607.22/605.69	c cleaning 131999 clauses out of 264007 with flag 20852323/8901006
616.15/614.53	c cleaning 132995 clauses out of 266007 with flag 21204913/9035005
623.57/621.94	c cleaning 134001 clauses out of 268012 with flag 21582340/9170005
631.94/630.21	c cleaning 135000 clauses out of 270011 with flag 21956017/9306005
640.85/639.15	c cleaning 136000 clauses out of 272011 with flag 22337723/9443005
649.63/647.94	c cleaning 137004 clauses out of 274011 with flag 22686299/9581005
657.54/655.88	c cleaning 137997 clauses out of 276007 with flag 23032266/9720005
666.20/664.45	c cleaning 138998 clauses out of 278010 with flag 23386768/9860005
676.29/674.51	c cleaning 140001 clauses out of 280012 with flag 23742045/10001005
686.79/685.06	c cleaning 141004 clauses out of 282012 with flag 24091295/10143006
697.97/696.26	c cleaning 142002 clauses out of 284008 with flag 24437545/10286006
709.87/708.14	c cleaning 142999 clauses out of 286005 with flag 24807505/10430005
721.12/719.34	c cleaning 143997 clauses out of 288006 with flag 25182385/10575005
730.03/728.21	c cleaning 145005 clauses out of 290009 with flag 25532471/10721005
741.51/739.75	c cleaning 146001 clauses out of 292004 with flag 25917883/10868005
751.40/749.68	c cleaning 146996 clauses out of 294003 with flag 26331605/11016005
763.70/761.94	c cleaning 147997 clauses out of 296008 with flag 26751894/11165006
775.26/773.48	c cleaning 149003 clauses out of 298010 with flag 27166219/11315005
785.15/783.39	c cleaning 149997 clauses out of 300007 with flag 27527392/11466005
797.24/795.47	c cleaning 151000 clauses out of 302010 with flag 27890370/11618005
809.05/807.29	c cleaning 152001 clauses out of 304010 with flag 28250995/11771005
821.52/819.69	c cleaning 152997 clauses out of 306010 with flag 28613469/11925006
834.03/832.15	c cleaning 154005 clauses out of 308013 with flag 28980531/12080006
847.13/845.21	c cleaning 155002 clauses out of 310008 with flag 29346531/12236006
859.63/857.79	c cleaning 155995 clauses out of 312005 with flag 29716947/12393005
874.29/872.33	c cleaning 157002 clauses out of 314010 with flag 30098682/12551005
890.27/888.39	c cleaning 157998 clauses out of 316009 with flag 30483048/12710006
904.83/902.97	c cleaning 159001 clauses out of 318011 with flag 30869677/12870006
921.04/919.15	c cleaning 160000 clauses out of 320009 with flag 31259041/13031005
938.39/936.47	c cleaning 160996 clauses out of 322009 with flag 31650139/13193005
955.09/953.18	c cleaning 162000 clauses out of 324014 with flag 32045187/13356006
973.17/971.23	c cleaning 163001 clauses out of 326014 with flag 32443650/13520006
991.73/989.75	c cleaning 164003 clauses out of 328012 with flag 32839907/13685005
1010.23/1008.22	c cleaning 164997 clauses out of 330010 with flag 33241161/13851006
1030.20/1028.20	c cleaning 166000 clauses out of 332013 with flag 33644115/14018006
1052.25/1050.33	c cleaning 167003 clauses out of 334012 with flag 34047448/14186005
1068.93/1066.99	c cleaning 167997 clauses out of 336010 with flag 34468399/14355006
1081.32/1079.22	c cleaning 169000 clauses out of 338012 with flag 34943855/14525005
1086.54/1084.44	c cleaning 170001 clauses out of 340012 with flag 35289286/14696005
1091.99/1089.83	c cleaning 171004 clauses out of 342012 with flag 35647213/14868006
1102.28/1100.18	c cleaning 172004 clauses out of 344007 with flag 36063650/15041005
1118.04/1115.83	c cleaning 172998 clauses out of 346003 with flag 36494042/15215005
1130.87/1128.67	c cleaning 173995 clauses out of 348005 with flag 36930797/15390005
1140.49/1138.23	c cleaning 174997 clauses out of 350010 with flag 37445897/15566005
1153.99/1151.76	c cleaning 176004 clauses out of 352013 with flag 37921782/15743005
1165.80/1163.41	c cleaning 177004 clauses out of 354010 with flag 38455618/15921006
1177.02/1174.66	c cleaning 178000 clauses out of 356006 with flag 38994877/16100006
1188.90/1186.53	c cleaning 179003 clauses out of 358006 with flag 39534752/16280006
1200.99/1198.62	c cleaning 179999 clauses out of 360003 with flag 40078109/16461006
1213.19/1210.86	c cleaning 180994 clauses out of 362003 with flag 40624783/16643005
1226.77/1224.30	c cleaning 182002 clauses out of 364010 with flag 41174439/16826006
1238.48/1236.10	c cleaning 182997 clauses out of 366007 with flag 41726232/17010005
1251.97/1249.50	c cleaning 184004 clauses out of 368011 with flag 42281235/17195006
1265.48/1263.08	c cleaning 184998 clauses out of 370007 with flag 42840210/17381006
1279.35/1276.83	c cleaning 185995 clauses out of 372008 with flag 43401189/17568005
1294.33/1291.84	c cleaning 187004 clauses out of 374013 with flag 43965273/17756005
1309.35/1306.85	c cleaning 188000 clauses out of 376009 with flag 44531995/17945005
1324.56/1322.03	c cleaning 189000 clauses out of 378009 with flag 45101878/18135005
1338.95/1336.36	c cleaning 190000 clauses out of 380010 with flag 45539378/18326006
1361.52/1358.94	c cleaning 191005 clauses out of 382009 with flag 45923376/18518005
1378.22/1375.68	c cleaning 191999 clauses out of 384004 with flag 46313557/18711005
1401.09/1398.54	c cleaning 192998 clauses out of 386005 with flag 46776096/18905005
1427.16/1424.58	c cleaning 193994 clauses out of 388007 with flag 47259777/19100005
1456.30/1453.72	c cleaning 195000 clauses out of 390013 with flag 47749789/19296005
1482.47/1479.95	c cleaning 196000 clauses out of 392014 with flag 48244253/19493006
1511.06/1508.47	c cleaning 197003 clauses out of 394014 with flag 48744112/19691006
1538.65/1536.09	c cleaning 198003 clauses out of 396011 with flag 49245113/19890006
1566.71/1564.19	c cleaning 199000 clauses out of 398008 with flag 49749446/20090006
1593.27/1590.75	c cleaning 199999 clauses out of 400007 with flag 50249356/20291005
1619.93/1617.35	c cleaning 201000 clauses out of 402009 with flag 50743845/20493006
1648.68/1646.15	c cleaning 202001 clauses out of 404009 with flag 51245147/20696006
1675.10/1672.62	c cleaning 203001 clauses out of 406007 with flag 51743922/20900005
1704.44/1702.06	c cleaning 203998 clauses out of 408007 with flag 52252312/21105006
1730.18/1727.80	c cleaning 204999 clauses out of 410008 with flag 52755014/21311005
1760.50/1758.20	c cleaning 205998 clauses out of 412010 with flag 53263520/21518006
1790.25/1788.08	c cleaning 207003 clauses out of 414012 with flag 53772594/21726006
1822.21/1820.07	c cleaning 208001 clauses out of 416009 with flag 54292967/21935006
1857.25/1855.09	c cleaning 208999 clauses out of 418007 with flag 54817950/22145005
1883.49/1881.32	c cleaning 209996 clauses out of 420008 with flag 55324989/22356005
1918.14/1916.09	c cleaning 210999 clauses out of 422012 with flag 55845671/22568005
1952.39/1950.31	c cleaning 212005 clauses out of 424013 with flag 56368798/22781005
1986.22/1984.12	c cleaning 212996 clauses out of 426008 with flag 56894096/22995005
2022.71/2020.79	c cleaning 214002 clauses out of 428012 with flag 57424303/23210005
2055.83/2053.93	c cleaning 215001 clauses out of 430010 with flag 57953795/23426005
2091.64/2089.80	c cleaning 216002 clauses out of 432009 with flag 58489226/23643005
2126.66/2124.94	c cleaning 217003 clauses out of 434007 with flag 59026224/23861005
2153.44/2151.78	c cleaning 217996 clauses out of 436004 with flag 59654762/24080005
2184.65/2182.87	c cleaning 218998 clauses out of 438008 with flag 60351677/24300005
2215.61/2213.83	c cleaning 220000 clauses out of 440010 with flag 61048603/24521005
2246.26/2244.58	c cleaning 220997 clauses out of 442010 with flag 61724862/24743005
2279.66/2277.80	c cleaning 222000 clauses out of 444014 with flag 62417947/24966006
2315.74/2313.95	c cleaning 223005 clauses out of 446013 with flag 63103282/25190005
2350.67/2348.95	c cleaning 224001 clauses out of 448008 with flag 63786977/25415005
2386.28/2384.66	c cleaning 225003 clauses out of 450008 with flag 64491524/25641006
2423.12/2421.48	c cleaning 225998 clauses out of 452004 with flag 65195856/25868005
2460.53/2458.90	c cleaning 226998 clauses out of 454006 with flag 65910729/26096005
2500.15/2498.67	c cleaning 228001 clauses out of 456008 with flag 66627205/26325005
2541.79/2540.32	c cleaning 229004 clauses out of 458008 with flag 67345517/26555006
2580.45/2578.92	c cleaning 229996 clauses out of 460004 with flag 68076478/26786006
2621.58/2620.17	c cleaning 230996 clauses out of 462007 with flag 68801747/27018005
2663.41/2662.06	c cleaning 232003 clauses out of 464012 with flag 69528712/27251006
2708.93/2707.60	c cleaning 233004 clauses out of 466009 with flag 70259482/27485006
2752.16/2750.83	c cleaning 234000 clauses out of 468004 with flag 70974071/27720005
2800.96/2799.75	c cleaning 234999 clauses out of 470004 with flag 71722565/27956005
2845.57/2844.44	c cleaning 235996 clauses out of 472005 with flag 72460182/28193005
2889.87/2888.67	c cleaning 237002 clauses out of 474009 with flag 73199837/28431005
2934.40/2933.22	c cleaning 238001 clauses out of 476007 with flag 73945921/28670005
2980.42/2979.36	c cleaning 238999 clauses out of 478006 with flag 74703319/28910005
3024.76/3023.76	c cleaning 240000 clauses out of 480008 with flag 75442910/29151006
3064.79/3063.73	c cleaning 240997 clauses out of 482007 with flag 76192579/29393005
3103.52/3102.59	c cleaning 242005 clauses out of 484010 with flag 76954632/29636005
3145.31/3144.45	c cleaning 242997 clauses out of 486006 with flag 77730002/29880006
3188.41/3187.64	c cleaning 244001 clauses out of 488008 with flag 78494083/30125005
3233.86/3233.16	c cleaning 245002 clauses out of 490007 with flag 79248131/30371005
3280.88/3280.18	c cleaning 245999 clauses out of 492006 with flag 79974489/30618006
3333.36/3332.75	c cleaning 247000 clauses out of 494008 with flag 80761888/30866007
3382.09/3381.56	c cleaning 248001 clauses out of 496007 with flag 81550483/31115006
3430.96/3430.30	c cleaning 248996 clauses out of 498005 with flag 82333440/31365005
3471.38/3470.83	c cleaning 249997 clauses out of 500009 with flag 83069137/31616005
3516.00/3515.53	c cleaning 251002 clauses out of 502012 with flag 83781647/31868005
3560.81/3560.20	c cleaning 251997 clauses out of 504010 with flag 84499747/32121005
3600.08/3599.50	c starts		: 4101
3600.08/3599.51	c conflicts		: 32371728
3600.08/3599.51	c decisions		: 45068480
3600.08/3599.51	c propagations		: 5435385801
3600.08/3599.51	c inspects		: 84827723779
3600.08/3599.51	c shortcuts		: 0
3600.08/3599.51	c learnt literals	: 0
3600.08/3599.51	c learnt binary clauses	: 0
3600.08/3599.51	c learnt ternary clauses	: 2
3600.08/3599.51	c learnt constraints	: 32371728
3600.08/3599.51	c ignored constraints	: 0
3600.08/3599.51	c root simplifications	: 0
3600.08/3599.51	c removed literals (reason simplification)	: 379647970
3600.08/3599.51	c reason swapping (by a shorter reason)	: 0
3600.08/3599.51	c Calls to reduceDB	: 249
3600.08/3599.51	c Number of update (reduction) of LBD	: 16423
3600.08/3599.51	c Imported unit clauses	: 0
3600.08/3599.51	c No decision after first conflict	: false
3600.08/3599.51	c number of reductions to clauses (during analyze)	: 0
3600.08/3599.51	c number of learned constraints concerned by reduction	: 0
3600.08/3599.51	c number of learning phase by resolution	: 0
3600.08/3599.51	c number of learning phase by cutting planes	: 0
3600.08/3599.51	c number of rounding to 1 operations	: 0
3600.08/3599.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3599.51	c number of reductions of the coefficients by power 2 	: 0
3600.08/3599.51	c number of right shift for reduction by power 2 	: 0
3600.08/3599.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3599.51	c number of ending skipping 	: 0
3600.08/3599.51	c number of internal skipping 	: 0
3600.08/3599.51	c number of derivation steps 	: 0
3600.08/3599.51	c number of skipped derivation steps 	: 0
3600.08/3599.51	c number of remaining unassigned 	: 0
3600.08/3599.51	c number of remaining assigned 	: 0
3600.08/3599.51	c number of falsified literals weakened from reason	: 0
3600.08/3599.51	c number of falsified literals weakened from conflict	: 0
3600.08/3599.51	c time for arithmetic operations	: 0
3600.08/3599.51	c minimum degree of deleted constraints	: null
3600.08/3599.51	c maximum degree of deleted constraints	: null
3600.08/3599.51	c number of deleted constraints	: 0
3600.08/3599.51	c speed (assignments/second)	: 1510088.201505647
3600.08/3599.51	c non guided choices	: 4283
3600.08/3599.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 502736
3600.08/3599.56	s SATISFIABLE
3600.08/3599.57	c Found 1 solution(s)
3600.08/3599.57	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 
3600.08/3599.57	c objective function=28042
3600.08/3599.57	c Total wall clock time (in seconds): 3599.481

Verifier Data

OK	28042

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-4819937-1782926960/watcher-4819937-1782926960 -o /tmp/evaluation-result-4819937-1782926960/solver-4819937-1782926960 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4819937-1782926960/vars-4819937-1782926960 --bin-var /tmp/runsolver-exch-nodeE008-1782923335-2649634 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4819937-1782926960.wbo 

running on 4 cores: 4-7

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

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

CPU governors:
  performance: 4-7

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (106545 MiB free)
  node 1: cores 8-15, 129019 MiB (113423 MiB free)
  node 2: cores 16-23, 128973 MiB (112273 MiB free)
  node 3: cores 24-31, 129003 MiB (113509 MiB free)
  node 4: cores 32-39, 129019 MiB (85833 MiB free)
  node 5: cores 40-47, 129019 MiB (112694 MiB free)
  node 6: cores 48-55, 129019 MiB (108946 MiB free)
  node 7: cores 56-63, 128474 MiB (102198 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=2654819, runsolver pid=2654816
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 17.56 17.01 16.48 19/1193 2654840
/proc/meminfo: memFree=875926836/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=34966608 memory=59800 CPUtime=0.18 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 7780 0 0 0 17 1 0 0 20 0 20 0 225983840 35805806592 14408 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8741652 14950 6212 1 0 33327 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=34966608 memory=5979075893 CPUtime=0.08 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 3202 0 0 0 8 0 0 0 20 0 20 0 225983841 35805806592 14408 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=34966608 memory=241474733984 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 225983842 35805806592 14408 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=34966608 memory=17997 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 225983842 35805806592 14408 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=34966608 memory=18340 CPUtime=0 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 225983842 35805806592 14408 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=34966608 memory=18902 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 225983842 35805806592 14408 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=34966608 memory=54659 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 225983842 35805806592 14408 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 59800 KiB

[startup+0.214034 s]*
/proc/loadavg: 17.56 17.01 16.48 20/1195 2654842
/proc/meminfo: memFree=875912344/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35033172 memory=72948 CPUtime=0.54 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 10039 0 0 0 52 2 0 0 20 0 21 0 225983840 35873968128 17612 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8758293 18237 6259 1 0 38107 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35033172 memory=8243931482841835024 CPUtime=0.19 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 3321 0 0 0 19 0 0 0 20 0 21 0 225983841 35873968128 17612 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35033172 memory=237179765116 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 17612 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35033172 memory=56286385554566 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 17612 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35033172 memory=61788255438188 CPUtime=0 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 17612 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35033172 memory=54091707598558 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 17612 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35033172 memory=14410406374461544 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 17612 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35033172 memory=3906367142737687456 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983853 35873968128 17612 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 72948 KiB

[startup+0.313851 s]*
/proc/loadavg: 17.56 17.01 16.48 18/1195 2654842
/proc/meminfo: memFree=875908556/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35033172 memory=77528 CPUtime=0.83 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 10181 0 0 0 81 2 0 0 20 0 21 0 225983840 35873968128 18883 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8758293 19382 6259 1 0 38814 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35033172 memory=3472328095224194576 CPUtime=0.29 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 3321 0 0 0 29 0 0 0 20 0 21 0 225983841 35873968128 18883 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35033172 memory=7738028821932409212 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 18883 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35033172 memory=56286385554566 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 18883 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35033172 memory=61788255438188 CPUtime=0 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 18883 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35033172 memory=54091707598558 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 18883 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35033172 memory=14410406374461544 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983842 35873968128 18883 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35033172 memory=3906367142737687456 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983853 35873968128 18883 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 77528 KiB

[startup+0.700224 s]
/proc/loadavg: 17.56 17.01 16.48 16/1195 2654842
/proc/meminfo: memFree=875895116/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35099736 memory=92712 CPUtime=1.39 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 10411 0 0 0 137 2 0 0 20 0 22 0 225983840 35942129664 22715 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8774934 23178 6275 1 0 44300 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35099736 memory=14410406374461544 CPUtime=0.65 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 3343 0 0 0 65 0 0 0 20 0 22 0 225983841 35942129664 22715 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35099736 memory=3906367142737687456 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225983842 35942129664 22715 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35099736 memory=56286385554566 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 225983842 35942129664 22715 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35099736 memory=61788255438188 CPUtime=0 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225983842 35942129664 22715 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35099736 memory=54091707598558 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 225983842 35942129664 22715 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35099736 memory=2814986946871676 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225983842 35942129664 22715 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35099736 memory=4852 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 225983853 35942129664 22715 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 92712 KiB

[startup+1.50022 s]
/proc/loadavg: 17.56 17.01 16.48 19/1197 2654873
/proc/meminfo: memFree=875781392/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35099736 memory=105176 CPUtime=2.25 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 13931 0 0 0 223 2 0 0 20 0 21 0 225983840 35942129664 25904 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8774934 26294 6275 1 0 48492 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35099736 memory=14410406374461544 CPUtime=1.44 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 3919 0 0 0 144 0 0 0 20 0 21 0 225983841 35942129664 25904 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35099736 memory=4852 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 25904 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35099736 memory=0 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 25904 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35099736 memory=0 CPUtime=0 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 25904 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35099736 memory=3906367142737687456 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 25904 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35099736 memory=7883551380496189220 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 25904 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35099736 memory=0 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983853 35942129664 25904 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 105176 KiB

[startup+3.11339 s]
/proc/loadavg: 17.56 17.01 16.48 17/1222 2654910
/proc/meminfo: memFree=875601312/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35099736 memory=121692 CPUtime=3.91 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 14173 0 0 0 389 2 0 0 20 0 21 0 225983840 35942129664 30002 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8774934 30423 6275 1 0 48501 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35099736 memory=1810431 CPUtime=3.06 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 3953 0 0 0 305 1 0 0 20 0 21 0 225983841 35942129664 30002 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35099736 memory=5784 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 30002 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35099736 memory=0 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 30002 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35099736 memory=92712 CPUtime=0 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 30002 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35099736 memory=4852 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 30002 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35099736 memory=529 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983842 35942129664 30002 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35099736 memory=33 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 225983853 35942129664 30002 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 3.91 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 121692 KiB


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

/proc/meminfo: memFree=826614736/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35166300 memory=512308 CPUtime=3402.85 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 70058 0 0 0 340246 39 0 0 20 0 23 0 225983840 36010291200 127913 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8791575 128077 6265 1 0 143725 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35166300 memory=529044 CPUtime=3388.04 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 15818 0 0 0 338802 2 0 0 20 0 23 0 225983841 36010291200 127913 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35166300 memory=529044 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 127913 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35166300 memory=150648 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 127913 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0.07 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 46 0 0 0 5 2 0 0 20 0 23 0 225983842 36010291200 127913 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35166300 memory=529044 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 127913 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35166300 memory=3984 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 281 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 127913 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35166300 memory=512308 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983853 36010291200 127913 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 3402.85 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 512308 KiB

[startup+3462.3 s]
/proc/loadavg: 16.21 16.31 16.42 17/1223 2655804
/proc/meminfo: memFree=828642432/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35166300 memory=529164 CPUtime=3462.91 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 71677 0 0 0 346250 41 0 0 20 0 23 0 225983840 36010291200 132115 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8791575 132291 6265 1 0 147909 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35166300 memory=529044 CPUtime=3447.8 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 16286 0 0 0 344778 2 0 0 20 0 23 0 225983841 36010291200 132115 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35166300 memory=529044 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 132115 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35166300 memory=512308 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 132115 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35166300 memory=5756 CPUtime=0.07 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 46 0 0 0 5 2 0 0 20 0 23 0 225983842 36010291200 132115 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35166300 memory=529164 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 132115 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 293 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 132115 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35166300 memory=529164 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983853 36010291200 132115 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 3462.91 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 529164 KiB

[startup+3522.3 s]
/proc/loadavg: 15.39 16.17 16.37 10/1033 2657075
/proc/meminfo: memFree=856493900/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35166300 memory=512448 CPUtime=3522.78 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 71704 0 0 0 352237 41 0 0 20 0 23 0 225983840 36010291200 128025 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8791575 128112 6265 1 0 143725 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35166300 memory=529044 CPUtime=3507.56 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 16288 0 0 0 350754 2 0 0 20 0 23 0 225983841 36010291200 128025 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35166300 memory=150648 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 128025 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35166300 memory=512448 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 128025 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35166300 memory=2652 CPUtime=0.07 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 46 0 0 0 5 2 0 0 20 0 23 0 225983842 36010291200 128025 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35166300 memory=512448 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 128025 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 293 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 128025 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983853 36010291200 128025 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 3522.78 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 512448 KiB

[startup+3582.3 s]
/proc/loadavg: 9.93 14.49 15.78 7/952 2657221
/proc/meminfo: memFree=869557596/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35166300 memory=529220 CPUtime=3582.92 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 72160 0 0 0 358250 42 0 0 20 0 23 0 225983840 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8791575 132305 6265 1 0 147909 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35166300 memory=15392 CPUtime=3567.35 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 16529 0 0 0 356733 2 0 0 20 0 23 0 225983841 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35166300 memory=0 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35166300 memory=41292 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35166300 memory=-7523640833670605407 CPUtime=0.07 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 46 0 0 0 5 2 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35166300 memory=514832 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 293 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983853 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 3582.92 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 529220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.5 s]
/proc/loadavg: 9.06 14.07 15.62 6/924 2657258
/proc/meminfo: memFree=875169656/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35166300 memory=529220 CPUtime=3600.08 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 72163 0 0 0 359966 42 0 0 20 0 23 0 225983840 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8791575 132305 6265 1 0 147909 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35166300 memory=66 CPUtime=3584.51 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 16529 0 0 0 358449 2 0 0 20 0 23 0 225983841 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35166300 memory=280188233156672 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35166300 memory=0 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35166300 memory=529220 CPUtime=0.07 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 46 0 0 0 5 2 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35166300 memory=529220 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 293 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983853 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 529220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.83 s, system=0.431153 s

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

[startup+3599.5 s]
/proc/loadavg: 9.06 14.07 15.62 6/924 2657258
/proc/meminfo: memFree=875169656/1055320708 swapFree=33553916/33554428
[pid=2654819] ppid=2654816 vsize=35166300 memory=529220 CPUtime=3600.08 cores=4-7
/proc/2654819/stat : 2654819 (java) S 2654816 2654819 2649414 0 -1 4194304 72163 0 0 0 359966 42 0 0 20 0 23 0 225983840 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
/proc/2654819/statm: 8791575 132305 6265 1 0 147909 0
[pid=2654819/tid=2654821] ppid=2654816 vsize=35166300 memory=66 CPUtime=3584.51 cores=4-7
/proc/2654819/task/2654821/stat : 2654821 (java) R 2654816 2654819 2649414 0 -1 4194368 16529 0 0 0 358449 2 0 0 20 0 23 0 225983841 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654832] ppid=2654816 vsize=35166300 memory=280188233156672 CPUtime=0 cores=4-7
/proc/2654819/task/2654832/stat : 2654832 (Referen..andler) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654833] ppid=2654816 vsize=35166300 memory=0 CPUtime=0 cores=4-7
/proc/2654819/task/2654833/stat : 2654833 (Finalizer) S 2654816 2654819 2649414 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654836] ppid=2654816 vsize=35166300 memory=529220 CPUtime=0.07 cores=4-7
/proc/2654819/task/2654836/stat : 2654836 (Monitor..Thread) S 2654816 2654819 2649414 0 -1 4194368 46 0 0 0 5 2 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654839] ppid=2654816 vsize=35166300 memory=529220 CPUtime=0 cores=4-7
/proc/2654819/task/2654839/stat : 2654839 (Notific..Thread) S 2654816 2654819 2649414 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654840] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0 cores=4-7
/proc/2654819/task/2654840/stat : 2654840 (Common-Cleaner) S 2654816 2654819 2649414 0 -1 4194368 293 0 0 0 0 0 0 0 20 0 23 0 225983842 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
[pid=2654819/tid=2654842] ppid=2654816 vsize=35166300 memory=15392 CPUtime=0 cores=4-7
/proc/2654819/task/2654842/stat : 2654842 (Timer-0) S 2654816 2654819 2649414 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 225983853 36010291200 131967 18446744073709551615 94240009547776 94240009551472 140728151894608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94240009559336 94240009560080 94240019664896 140728151898322 140728151898462 140728151898462 140728151904200 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 529220 KiB

Child status: 143

Real time (s): 3599.58
CPU time (s): 3600.26
CPU user time (s): 3599.83
CPU system time (s): 0.431153
CPU usage (%): 100.019
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 529220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.83
system time used= 0.431153
maximum resident set size= 528460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74153
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83989
involuntary context switches= 2776


# summary of solver processes directly reported to runsolver:
#   pid: 2654819
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3599.83
#   total CPU system time (s): 0.431153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9229 second user time and 34.8412 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-07-01 19:29:20
IDJOB=4819937
IDBENCH=144034
IDSOLVER=3649
FILE ID=nodeE008/4819937-1782926960
RUNJOBID= nodeE008-1782923335-2649634
SLURM_JOB_ID= 12543003
Free space on /tmp= 799168 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/spot5/normalized-spot5-1502_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4819937-1782926960/watcher-4819937-1782926960 -o /tmp/evaluation-result-4819937-1782926960/solver-4819937-1782926960 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4819937-1782926960/vars-4819937-1782926960 --bin-var /tmp/runsolver-exch-nodeE008-1782923335-2649634 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4819937-1782926960.wbo

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

MD5SUM BENCH= 8b182fe3da3950dcef4cc9c2810fceee
RANDOM SEED=459634433

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3588.605
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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

processor	: 28
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.138
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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3582.417
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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3572.573
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3575.385
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3576.507
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3574.867
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3569.532
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.23
TLB size	: 192 4K pages
clflush size	: 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.355
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3575.181
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3573.376
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3566.632
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.23
TLB size	: 192 4K pages
clflush 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:       1055320708 kB
MemFree:        875957056 kB
MemAvailable:   1031482764 kB
Buffers:            2840 kB
Cached:         160046500 kB
SwapCached:           12 kB
Active:         19166560 kB
Inactive:       156604768 kB
Active(anon):   16574544 kB
Inactive(anon):    66848 kB
Active(file):    2592016 kB
Inactive(file): 156537920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33553916 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4032 kB
Writeback:            24 kB
AnonPages:      15719068 kB
Mapped:           205528 kB
Shmem:            919400 kB
KReclaimable:    1687104 kB
Slab:            2277956 kB
SReclaimable:    1687104 kB
SUnreclaim:       590852 kB
KernelStack:       19776 kB
PageTables:        40628 kB
SecPageTables:     15300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   18812084 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483572 kB
VmallocChunk:          0 kB
Percpu:           123136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14624768 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:      397764 kB
DirectMap2M:    22992896 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 798920 MiB
End job on nodeE008 at 2026-07-01 20:29:20