Trace number 4835528

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)66 3600.22 3609.47

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUM01f07e427327757fda434ad4b1d2038d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark3574.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB26fixedPrime.v20260610
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	26.0.1+8-34
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		26.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		30334720
0.00/0.08	c Max memory 		32178700288
0.00/0.08	c Total memory 		33554432
0.00/0.08	c Number of processors 	4
0.12/0.11	c Pseudo Boolean Optimization by upper bound
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Glucose 2.1 dynamic restart strategy
0.12/0.11	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.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c Listener: none
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-4835528-1783641094.opb
0.12/0.11	c reading problem ... 
0.12/0.11	c using VERIPB proof format
0.12/0.11	c  objective function found
0.12/0.16	c ... done. Wall clock time 0.054s.
0.12/0.16	c declared #vars     540
0.12/0.16	c #constraints  4626
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.12/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
0.12/0.16	c 4626 constraints processed.
0.12/0.17	c objective function length is 180 literals
0.51/0.22	c SATISFIABLE
0.51/0.22	c OPTIMIZING...
0.51/0.22	c Got one! Elapsed wall clock time (in seconds):0.116
0.51/0.22	o 78
0.51/0.26	c Got one! Elapsed wall clock time (in seconds):0.149
0.51/0.26	o 76
0.51/0.29	c Got one! Elapsed wall clock time (in seconds):0.179
0.51/0.29	o 74
0.83/0.36	c Got one! Elapsed wall clock time (in seconds):0.25
0.83/0.36	o 68
1.96/0.70	c cleaning 3524 clauses out of 7053 with flag 30822/7053
3.04/1.16	c cleaning 4760 clauses out of 9529 with flag 80249/13053
3.65/1.69	c cleaning 5878 clauses out of 11769 with flag 147681/20053
4.53/2.41	c cleaning 6941 clauses out of 13894 with flag 245093/28056
5.37/3.19	c cleaning 7969 clauses out of 15951 with flag 346858/37054
6.37/4.13	c cleaning 8989 clauses out of 17982 with flag 468552/47054
7.45/5.26	c cleaning 9989 clauses out of 19992 with flag 612695/58053
8.73/6.58	c cleaning 10993 clauses out of 22003 with flag 781196/70053
10.33/8.18	c cleaning 12001 clauses out of 24012 with flag 976530/83055
12.21/10.04	c cleaning 12993 clauses out of 26009 with flag 1190558/97053
14.19/12.02	c cleaning 14000 clauses out of 28017 with flag 1419181/112054
16.26/14.19	c cleaning 15001 clauses out of 30016 with flag 1676061/128053
18.76/16.63	c cleaning 16001 clauses out of 32016 with flag 1955118/145054
21.36/19.25	c cleaning 17002 clauses out of 34016 with flag 2255310/163055
24.76/22.62	c cleaning 18004 clauses out of 36012 with flag 2658712/182053
28.04/26.01	c cleaning 18997 clauses out of 38008 with flag 3022702/202053
28.34/26.29	c Got one! Elapsed wall clock time (in seconds):26.177
28.34/26.29	o 66
29.04/26.97	c cleaning 12415 clauses out of 24848 with flag 81167/207890
29.74/27.69	c cleaning 9201 clauses out of 18433 with flag 191765/213890
30.52/28.46	c cleaning 8103 clauses out of 16231 with flag 307557/220889
31.35/29.26	c cleaning 8051 clauses out of 16128 with flag 431184/228889
32.24/30.16	c cleaning 8535 clauses out of 17078 with flag 563405/237890
33.23/31.20	c cleaning 9267 clauses out of 18543 with flag 717254/247890
34.50/32.42	c cleaning 10129 clauses out of 20276 with flag 894764/258890
35.88/33.85	c cleaning 11062 clauses out of 22146 with flag 1091904/270889
37.46/35.41	c cleaning 12035 clauses out of 24084 with flag 1307849/283889
38.94/36.99	c cleaning 13022 clauses out of 26049 with flag 1528176/297889
39.22/37.24	c cleaning 14010 clauses out of 28028 with flag 1559571/312890
39.43/37.49	c cleaning 15007 clauses out of 30018 with flag 1595615/328890
39.81/37.80	c cleaning 16003 clauses out of 32011 with flag 1637643/345890
40.12/38.13	c cleaning 16997 clauses out of 34007 with flag 1680904/363889
40.40/38.48	c cleaning 18005 clauses out of 36010 with flag 1731353/382889
40.79/38.86	c cleaning 18996 clauses out of 38005 with flag 1786541/402889
41.28/39.32	c cleaning 20005 clauses out of 40009 with flag 1842140/423889
41.75/39.83	c cleaning 20999 clauses out of 42005 with flag 1900571/445890
42.24/40.35	c cleaning 21998 clauses out of 44006 with flag 1960188/468890
42.73/40.89	c cleaning 23000 clauses out of 46008 with flag 2021734/492890
43.30/41.46	c cleaning 24004 clauses out of 48009 with flag 2084965/517891
43.91/42.06	c cleaning 25001 clauses out of 50005 with flag 2156764/543891
44.59/42.76	c cleaning 25996 clauses out of 52002 with flag 2229889/570889
45.37/43.55	c cleaning 27001 clauses out of 54007 with flag 2307481/598890
46.14/44.30	c cleaning 27999 clauses out of 56005 with flag 2382794/627889
46.84/45.11	c cleaning 29002 clauses out of 58007 with flag 2462087/657890
47.61/45.87	c cleaning 29997 clauses out of 60004 with flag 2544915/688889
48.41/46.63	c cleaning 31001 clauses out of 62007 with flag 2630750/720889
49.10/47.38	c cleaning 32004 clauses out of 64007 with flag 2718235/753890
49.98/48.22	c cleaning 32997 clauses out of 66002 with flag 2810003/787889
50.87/49.20	c cleaning 34003 clauses out of 68005 with flag 2903073/822889
51.83/50.18	c cleaning 35001 clauses out of 70003 with flag 3001368/858890
52.81/51.15	c cleaning 35995 clauses out of 72001 with flag 3103764/895889
53.87/52.24	c cleaning 36996 clauses out of 74006 with flag 3204991/933889
54.76/53.19	c cleaning 37996 clauses out of 76010 with flag 3304146/972889
55.92/54.30	c cleaning 39001 clauses out of 78015 with flag 3408806/1012890
57.09/55.54	c cleaning 40003 clauses out of 80013 with flag 3532283/1053889
58.06/56.50	c cleaning 41004 clauses out of 82011 with flag 3642486/1095890
65.07/63.58	c cleaning 42000 clauses out of 84008 with flag 4283447/1138891
67.85/66.30	c cleaning 42998 clauses out of 86008 with flag 4537935/1182891
71.70/70.23	c cleaning 44002 clauses out of 88009 with flag 4847426/1227890
83.37/81.99	c cleaning 44997 clauses out of 90006 with flag 5625911/1273889
97.56/96.22	c cleaning 45994 clauses out of 92009 with flag 6491394/1320889
111.40/110.14	c cleaning 47004 clauses out of 94018 with flag 7381146/1368892
127.87/126.73	c cleaning 48001 clauses out of 96012 with flag 8347931/1417890
144.18/143.15	c cleaning 49001 clauses out of 98012 with flag 9331544/1467891
145.24/144.29	c cleaning 50002 clauses out of 100010 with flag 9456198/1518890
146.44/145.44	c cleaning 50998 clauses out of 102011 with flag 9578796/1570893
147.61/146.65	c cleaning 51995 clauses out of 104010 with flag 9705407/1623890
148.69/147.77	c cleaning 53006 clauses out of 106014 with flag 9839787/1677889
150.09/149.13	c cleaning 53998 clauses out of 108009 with flag 9978053/1732890
151.69/150.72	c cleaning 55001 clauses out of 110012 with flag 10128296/1788891
153.09/152.14	c cleaning 56000 clauses out of 112009 with flag 10280666/1845889
163.19/162.32	c cleaning 57004 clauses out of 114009 with flag 10931481/1903889
186.34/185.67	c cleaning 58002 clauses out of 116005 with flag 12092807/1962889
190.41/189.72	c cleaning 58996 clauses out of 118003 with flag 12393583/2022889
191.58/190.96	c cleaning 60000 clauses out of 120007 with flag 12543487/2083889
193.04/192.41	c cleaning 61000 clauses out of 122007 with flag 12683054/2145889
194.63/194.06	c cleaning 62002 clauses out of 124008 with flag 12831367/2208890
195.98/195.49	c cleaning 63000 clauses out of 126005 with flag 12980560/2272889
197.72/196.94	c cleaning 64000 clauses out of 128005 with flag 13131938/2337889
199.18/198.46	c cleaning 64997 clauses out of 130005 with flag 13289320/2403889
204.64/204.00	c cleaning 66001 clauses out of 132008 with flag 13643330/2470889
233.98/233.46	c cleaning 67000 clauses out of 134007 with flag 14944367/2538889
235.76/235.21	c cleaning 67993 clauses out of 136008 with flag 15094285/2607890
237.44/236.99	c cleaning 69003 clauses out of 138014 with flag 15246552/2677889
239.51/239.03	c cleaning 69997 clauses out of 140011 with flag 15410503/2748889
241.50/241.02	c cleaning 71004 clauses out of 142016 with flag 15565633/2820891
243.83/243.40	c cleaning 72005 clauses out of 144010 with flag 15727169/2893889
246.15/245.74	c cleaning 72998 clauses out of 146005 with flag 15889714/2967889
248.31/247.96	c cleaning 74000 clauses out of 148007 with flag 16057980/3042889
250.67/250.30	c cleaning 74992 clauses out of 150008 with flag 16230765/3118890
252.63/252.35	c cleaning 76007 clauses out of 152017 with flag 16399960/3195891
262.28/262.02	c cleaning 76996 clauses out of 154008 with flag 16929094/3273889
264.02/263.82	c cleaning 77996 clauses out of 156012 with flag 17107734/3352889
266.29/266.13	c cleaning 79008 clauses out of 158016 with flag 17295911/3432889
268.34/268.13	c cleaning 80000 clauses out of 160008 with flag 17486152/3513889
291.13/291.02	c cleaning 80999 clauses out of 162008 with flag 18426520/3595889
296.87/296.80	c cleaning 81996 clauses out of 164010 with flag 18784529/3678890
298.74/298.74	c cleaning 83001 clauses out of 166013 with flag 18993029/3762889
300.87/300.84	c cleaning 83999 clauses out of 168012 with flag 19185538/3847889
302.94/302.99	c cleaning 85003 clauses out of 170016 with flag 19382084/3933892
322.21/322.32	c cleaning 86000 clauses out of 172010 with flag 20188992/4020889
374.55/375.00	c cleaning 87003 clauses out of 174011 with flag 21907820/4108890
389.84/390.36	c cleaning 87999 clauses out of 176008 with flag 22609489/4197890
409.92/410.58	c cleaning 88999 clauses out of 178008 with flag 23411696/4287889
465.74/466.64	c cleaning 90002 clauses out of 180012 with flag 25157017/4378892
526.49/527.61	c cleaning 91002 clauses out of 182007 with flag 26985240/4470889
590.99/592.43	c cleaning 91999 clauses out of 184006 with flag 28805897/4563890
626.38/627.94	c cleaning 92997 clauses out of 186007 with flag 29982638/4657890
629.21/630.87	c cleaning 94003 clauses out of 188009 with flag 30189403/4752889
632.11/633.75	c cleaning 94997 clauses out of 190007 with flag 30407832/4848890
635.17/636.80	c cleaning 95995 clauses out of 192010 with flag 30630600/4945890
637.74/639.45	c cleaning 97007 clauses out of 194015 with flag 30851282/5043890
640.47/642.29	c cleaning 97999 clauses out of 196007 with flag 31076682/5142889
648.60/650.44	c cleaning 98998 clauses out of 198008 with flag 31467512/5242889
661.54/663.48	c cleaning 99997 clauses out of 200012 with flag 32018388/5343891
664.47/666.38	c cleaning 101001 clauses out of 202014 with flag 32261645/5445890
666.93/668.87	c cleaning 101999 clauses out of 204013 with flag 32509825/5548890
669.38/671.37	c cleaning 103005 clauses out of 206015 with flag 32766699/5652891
672.65/674.64	c cleaning 103997 clauses out of 208008 with flag 33016693/5757889
676.68/678.79	c cleaning 105002 clauses out of 210013 with flag 33289812/5863891
680.13/682.20	c cleaning 106000 clauses out of 212009 with flag 33552135/5970889
683.80/686.01	c cleaning 106999 clauses out of 214010 with flag 33805439/6078890
687.07/689.23	c cleaning 107999 clauses out of 216010 with flag 34065702/6187889
690.59/692.71	c cleaning 109000 clauses out of 218012 with flag 34334913/6297890
693.45/695.66	c cleaning 110003 clauses out of 220011 with flag 34601721/6408889
696.81/699.01	c cleaning 111002 clauses out of 222008 with flag 34875224/6520889
700.14/702.48	c cleaning 112000 clauses out of 224009 with flag 35155260/6633892
703.58/705.94	c cleaning 113003 clauses out of 226007 with flag 35441538/6747890
707.82/710.26	c cleaning 113997 clauses out of 228003 with flag 35726344/6862889
712.18/714.64	c cleaning 114994 clauses out of 230007 with flag 36016916/6978890
716.24/718.70	c cleaning 116000 clauses out of 232012 with flag 36315913/7095889
720.19/722.74	c cleaning 117004 clauses out of 234013 with flag 36628410/7213890
723.63/726.14	c cleaning 117999 clauses out of 236008 with flag 36945500/7332889
727.47/730.02	c cleaning 119001 clauses out of 238010 with flag 37265708/7452890
731.90/734.50	c cleaning 119996 clauses out of 240008 with flag 37581600/7573889
735.57/738.25	c cleaning 121001 clauses out of 242013 with flag 37911021/7695890
740.34/743.05	c cleaning 121999 clauses out of 244011 with flag 38252668/7818889
745.29/748.08	c cleaning 122995 clauses out of 246012 with flag 38595252/7942889
748.77/751.54	c cleaning 123998 clauses out of 248017 with flag 38912694/8067889
753.82/756.69	c cleaning 125002 clauses out of 250022 with flag 39233875/8193892
757.76/760.61	c cleaning 126004 clauses out of 252017 with flag 39524559/8320889
761.22/764.16	c cleaning 127003 clauses out of 254013 with flag 39826887/8448889
767.37/770.38	c cleaning 128004 clauses out of 256011 with flag 40146713/8577890
779.48/782.59	c cleaning 129003 clauses out of 258011 with flag 40660689/8707894
866.79/870.14	c cleaning 129993 clauses out of 260003 with flag 42659715/8838889
871.20/874.57	c cleaning 131003 clauses out of 262012 with flag 42962590/8970891
876.08/879.46	c cleaning 131999 clauses out of 264009 with flag 43290453/9103891
881.02/884.42	c cleaning 133000 clauses out of 266008 with flag 43626172/9237889
885.25/888.69	c cleaning 133998 clauses out of 268008 with flag 43958482/9372889
889.52/892.92	c cleaning 134999 clauses out of 270010 with flag 44283649/9508889
894.08/897.50	c cleaning 136001 clauses out of 272012 with flag 44612310/9645890
899.31/902.71	c cleaning 137002 clauses out of 274012 with flag 44949846/9783891
903.75/907.25	c cleaning 138002 clauses out of 276009 with flag 45276886/9922890
908.06/911.50	c cleaning 138994 clauses out of 278006 with flag 45607474/10062889
912.72/916.27	c cleaning 140002 clauses out of 280012 with flag 45952444/10203889
975.36/979.16	c cleaning 140995 clauses out of 282010 with flag 47571773/10345889
980.92/984.46	c cleaning 142004 clauses out of 284015 with flag 47893837/10488889
985.60/989.17	c cleaning 143003 clauses out of 286012 with flag 48224343/10632890
989.32/992.97	c cleaning 144000 clauses out of 288008 with flag 48551419/10777889
993.79/997.41	c cleaning 145000 clauses out of 290010 with flag 48885811/10923891
998.21/1001.82	c cleaning 146003 clauses out of 292008 with flag 49226887/11070889
1003.76/1007.47	c cleaning 147000 clauses out of 294005 with flag 49582444/11218889
1009.00/1012.78	c cleaning 147995 clauses out of 296008 with flag 49942904/11367892
1014.37/1018.13	c cleaning 149000 clauses out of 298011 with flag 50302946/11517890
1028.27/1032.06	c cleaning 149999 clauses out of 300011 with flag 50940266/11668890
1034.88/1038.70	c cleaning 150996 clauses out of 302012 with flag 51419447/11820890
1040.44/1044.23	c cleaning 152003 clauses out of 304015 with flag 51838851/11973889
1046.07/1049.96	c cleaning 152995 clauses out of 306012 with flag 52247854/12127889
1051.40/1055.31	c cleaning 154004 clauses out of 308017 with flag 52673100/12282889
1057.54/1061.40	c cleaning 155004 clauses out of 310014 with flag 53146709/12438890
1063.98/1068.01	c cleaning 156002 clauses out of 312009 with flag 53618485/12595889
1070.30/1074.37	c cleaning 156999 clauses out of 314009 with flag 54064180/12753891
1076.82/1080.85	c cleaning 157997 clauses out of 316009 with flag 54493038/12912890
1083.43/1087.45	c cleaning 158999 clauses out of 318012 with flag 54912900/13072890
1090.68/1094.78	c cleaning 160001 clauses out of 320012 with flag 55385249/13233889
1099.58/1103.75	c cleaning 161000 clauses out of 322012 with flag 55849954/13395890
1105.80/1110.00	c cleaning 162001 clauses out of 324011 with flag 56339634/13558889
1112.13/1116.35	c cleaning 163000 clauses out of 326010 with flag 56732945/13722889
1119.48/1123.76	c cleaning 164000 clauses out of 328010 with flag 57139699/13887889
1126.14/1130.32	c cleaning 165001 clauses out of 330011 with flag 57555875/14053890
1166.82/1171.23	c cleaning 165994 clauses out of 332009 with flag 58523892/14220889
1207.21/1211.76	c cleaning 166999 clauses out of 334015 with flag 59492015/14388889
1337.03/1342.02	c cleaning 168004 clauses out of 336017 with flag 61462342/14557890
1428.62/1434.11	c cleaning 168998 clauses out of 338014 with flag 63047131/14727891
1434.15/1439.61	c cleaning 170005 clauses out of 340016 with flag 63461547/14898891
1438.88/1444.37	c cleaning 171000 clauses out of 342010 with flag 63887963/15070890
1444.24/1449.79	c cleaning 172003 clauses out of 344009 with flag 64325639/15243889
1450.16/1455.71	c cleaning 172998 clauses out of 346006 with flag 64779928/15417889
1455.57/1461.15	c cleaning 174000 clauses out of 348008 with flag 65242705/15592889
1460.92/1466.58	c cleaning 174999 clauses out of 350009 with flag 65719712/15768890
1466.22/1471.85	c cleaning 176000 clauses out of 352010 with flag 66202001/15945890
1472.13/1477.75	c cleaning 177002 clauses out of 354011 with flag 66688710/16123891
1477.94/1483.55	c cleaning 177997 clauses out of 356007 with flag 67175242/16302889
1483.97/1489.67	c cleaning 179000 clauses out of 358012 with flag 67659348/16482891
1489.28/1494.95	c cleaning 180001 clauses out of 360012 with flag 68136951/16663891
1495.60/1501.37	c cleaning 180999 clauses out of 362009 with flag 68628404/16845889
1501.00/1506.75	c cleaning 182002 clauses out of 364010 with flag 69111317/17028889
1506.82/1512.64	c cleaning 183002 clauses out of 366008 with flag 69599822/17212889
1512.56/1518.31	c cleaning 184001 clauses out of 368006 with flag 70091339/17397889
1518.67/1524.46	c cleaning 184998 clauses out of 370005 with flag 70620341/17583889
1525.50/1531.32	c cleaning 185999 clauses out of 372007 with flag 71142402/17770889
1532.14/1538.00	c cleaning 186997 clauses out of 374008 with flag 71684827/17958889
1538.83/1544.61	c cleaning 188004 clauses out of 376013 with flag 72226458/18147891
1545.87/1551.65	c cleaning 189002 clauses out of 378008 with flag 72774325/18337890
1552.85/1558.67	c cleaning 189997 clauses out of 380006 with flag 73328822/18528890
1559.05/1564.86	c cleaning 190994 clauses out of 382008 with flag 73880358/18720889
1565.17/1571.07	c cleaning 191995 clauses out of 384015 with flag 74448452/18913890
1571.90/1577.78	c cleaning 193004 clauses out of 386019 with flag 75021507/19107889
1579.29/1585.20	c cleaning 194005 clauses out of 388017 with flag 75597117/19302891
1586.17/1592.01	c cleaning 195004 clauses out of 390010 with flag 76183730/19498889
1593.78/1599.63	c cleaning 196000 clauses out of 392007 with flag 76754593/19695890
1600.72/1606.58	c cleaning 197002 clauses out of 394007 with flag 77310982/19893890
1607.95/1613.87	c cleaning 197996 clauses out of 396005 with flag 77874789/20092890
1615.30/1621.13	c cleaning 198998 clauses out of 398008 with flag 78423779/20292889
1767.04/1773.56	c cleaning 199997 clauses out of 400010 with flag 80597811/20493889
1775.97/1782.53	c cleaning 201003 clauses out of 402016 with flag 81122792/20695892
1785.20/1791.73	c cleaning 202000 clauses out of 404010 with flag 81644674/20898889
1795.51/1802.12	c cleaning 203005 clauses out of 406011 with flag 82191287/21102890
1805.41/1812.12	c cleaning 203996 clauses out of 408005 with flag 82748710/21307889
1849.66/1856.52	c cleaning 205001 clauses out of 410009 with flag 83724930/21513889
1858.18/1865.19	c cleaning 205995 clauses out of 412009 with flag 84203012/21720890
1866.56/1873.41	c cleaning 206999 clauses out of 414014 with flag 84662175/21928890
1873.29/1880.28	c cleaning 208001 clauses out of 416014 with flag 85145951/22137889
1880.79/1887.84	c cleaning 209004 clauses out of 418013 with flag 85733063/22347889
1888.70/1895.79	c cleaning 209999 clauses out of 420009 with flag 86299862/22558889
1934.17/1941.34	c cleaning 211001 clauses out of 422010 with flag 87195086/22770889
2248.61/2257.01	c cleaning 211999 clauses out of 424009 with flag 90041555/22983889
2405.14/2414.14	c cleaning 212997 clauses out of 426010 with flag 91975001/23197889
2415.83/2424.82	c cleaning 214002 clauses out of 428013 with flag 92510543/23412889
2423.37/2432.48	c cleaning 215005 clauses out of 430011 with flag 93052578/23628889
2431.49/2440.57	c cleaning 215997 clauses out of 432008 with flag 93615232/23845891
2441.13/2450.12	c cleaning 216996 clauses out of 434009 with flag 94113348/24063889
2449.64/2458.62	c cleaning 218002 clauses out of 436013 with flag 94731351/24282889
2458.93/2468.04	c cleaning 218998 clauses out of 438012 with flag 95224816/24502890
2471.35/2480.40	c cleaning 220004 clauses out of 440013 with flag 95737303/24723889
2483.05/2492.19	c cleaning 220996 clauses out of 442009 with flag 96300526/24945889
2494.10/2503.12	c cleaning 222000 clauses out of 444013 with flag 96931742/25168889
2506.25/2515.20	c cleaning 222998 clauses out of 446014 with flag 97679885/25392890
2518.15/2527.22	c cleaning 224002 clauses out of 448015 with flag 98381531/25617889
2532.19/2541.20	c cleaning 225002 clauses out of 450015 with flag 99140048/25843891
2542.74/2551.77	c cleaning 226000 clauses out of 452013 with flag 99858439/26070891
2553.10/2562.05	c cleaning 226999 clauses out of 454011 with flag 100553836/26298889
2563.47/2572.37	c cleaning 227999 clauses out of 456012 with flag 101260168/26527889
2572.56/2581.30	c cleaning 229000 clauses out of 458015 with flag 101992189/26757891
2583.73/2592.60	c cleaning 229999 clauses out of 460013 with flag 102751874/26988889
2597.13/2606.06	c cleaning 231002 clauses out of 462014 with flag 103540520/27220889
2609.94/2618.83	c cleaning 232007 clauses out of 464013 with flag 104380555/27453890
2622.65/2631.58	c cleaning 233000 clauses out of 466006 with flag 105205113/27687890
2672.27/2681.28	c cleaning 233996 clauses out of 468007 with flag 106293437/27922891
2684.27/2693.36	c cleaning 235002 clauses out of 470010 with flag 106836730/28158890
2699.80/2708.81	c cleaning 236000 clauses out of 472008 with flag 107487641/28395890
2709.09/2718.10	c cleaning 236997 clauses out of 474007 with flag 108086907/28633889
2717.90/2726.88	c cleaning 237997 clauses out of 476010 with flag 108674820/28872889
2726.97/2735.87	c cleaning 239003 clauses out of 478013 with flag 109274223/29112889
2738.13/2746.98	c cleaning 240001 clauses out of 480011 with flag 109845698/29353890
2749.18/2757.93	c cleaning 240996 clauses out of 482009 with flag 110453664/29595889
2800.88/2809.79	c cleaning 242001 clauses out of 484015 with flag 111446069/29838891
2833.96/2842.89	c cleaning 242994 clauses out of 486012 with flag 112250583/30082889
2881.46/2890.47	c cleaning 244006 clauses out of 488020 with flag 113243430/30327891
2891.85/2900.79	c cleaning 245002 clauses out of 490012 with flag 113903433/30573889
2955.17/2964.21	c cleaning 245996 clauses out of 492010 with flag 114911020/30820889
2964.36/2973.36	c cleaning 247004 clauses out of 494014 with flag 115503396/31068889
2974.80/2983.75	c cleaning 247997 clauses out of 496010 with flag 116095111/31317889
2983.49/2992.32	c cleaning 249000 clauses out of 498015 with flag 116694114/31567891
2993.95/3002.78	c cleaning 249997 clauses out of 500014 with flag 117309990/31818890
3004.04/3012.74	c cleaning 250997 clauses out of 502018 with flag 117956940/32070891
3013.14/3021.77	c cleaning 252006 clauses out of 504019 with flag 118605156/32323889
3024.36/3033.06	c cleaning 253005 clauses out of 506013 with flag 119265118/32577889
3035.83/3044.45	c cleaning 254000 clauses out of 508010 with flag 119973040/32832891
3047.50/3056.07	c cleaning 254997 clauses out of 510010 with flag 120661990/33088891
3058.95/3067.41	c cleaning 256002 clauses out of 512011 with flag 121356088/33345889
3072.31/3080.73	c cleaning 256999 clauses out of 514010 with flag 122076919/33603890
3085.57/3093.91	c cleaning 258001 clauses out of 516011 with flag 122847528/33862890
3097.06/3105.31	c cleaning 259002 clauses out of 518013 with flag 123579681/34122893
3108.44/3116.66	c cleaning 259995 clauses out of 520009 with flag 124311007/34383891
3121.12/3129.24	c cleaning 260996 clauses out of 522012 with flag 125044267/34645889
3132.21/3140.23	c cleaning 261999 clauses out of 524016 with flag 125747051/34908889
3148.00/3155.98	c cleaning 263004 clauses out of 526017 with flag 126576452/35172889
3161.07/3169.16	c cleaning 264001 clauses out of 528015 with flag 127424135/35437891
3171.92/3179.95	c cleaning 265002 clauses out of 530013 with flag 128299341/35703890
3185.34/3193.32	c cleaning 266000 clauses out of 532010 with flag 128958599/35970889
3197.90/3205.86	c cleaning 267003 clauses out of 534010 with flag 129614270/36238889
3209.68/3217.51	c cleaning 267999 clauses out of 536008 with flag 130282111/36507890
3223.05/3231.08	c cleaning 268999 clauses out of 538008 with flag 130969384/36777889
3236.97/3244.92	c cleaning 270003 clauses out of 540010 with flag 131644724/37048890
3250.03/3257.95	c cleaning 270998 clauses out of 542007 with flag 132311994/37320890
3263.51/3271.30	c cleaning 272000 clauses out of 544009 with flag 132972225/37593890
3277.82/3285.70	c cleaning 272999 clauses out of 546010 with flag 133642709/37867891
3292.54/3300.46	c cleaning 274005 clauses out of 548010 with flag 134315116/38142890
3306.56/3314.51	c cleaning 274996 clauses out of 550006 with flag 135028663/38418891
3401.64/3409.99	c cleaning 275997 clauses out of 552009 with flag 136248220/38695890
3600.05/3609.40	c starts		: 19598
3600.05/3609.41	c conflicts		: 38785469
3600.05/3609.41	c decisions		: 44121302
3600.05/3609.41	c propagations		: 689038448
3600.05/3609.41	c inspects		: 56764688968
3600.05/3609.41	c shortcuts		: 0
3600.05/3609.41	c learnt literals	: 0
3600.05/3609.41	c learnt binary clauses	: 10
3600.05/3609.41	c learnt ternary clauses	: 169
3600.05/3609.41	c learnt constraints	: 38785470
3600.05/3609.41	c ignored constraints	: 0
3600.05/3609.41	c root simplifications	: 0
3600.05/3609.41	c removed literals (reason simplification)	: 456820989
3600.05/3609.41	c reason swapping (by a shorter reason)	: 0
3600.05/3609.41	c Calls to reduceDB	: 289
3600.05/3609.41	c Number of update (reduction) of LBD	: 2706429
3600.05/3609.41	c Imported unit clauses	: 0
3600.05/3609.41	c No decision after first conflict	: false
3600.05/3609.41	c number of reductions to clauses (during analyze)	: 0
3600.05/3609.41	c number of learned constraints concerned by reduction	: 0
3600.05/3609.41	c number of learning phase by resolution	: 0
3600.05/3609.41	c number of learning phase by cutting planes	: 0
3600.05/3609.41	c number of rounding to 1 operations	: 0
3600.05/3609.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3609.41	c number of reductions of the coefficients by power 2 	: 0
3600.05/3609.41	c number of right shift for reduction by power 2 	: 0
3600.05/3609.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3609.41	c number of ending skipping 	: 0
3600.05/3609.41	c number of internal skipping 	: 0
3600.05/3609.41	c number of derivation steps 	: 0
3600.05/3609.41	c number of skipped derivation steps 	: 0
3600.05/3609.41	c number of remaining unassigned 	: 0
3600.05/3609.41	c number of remaining assigned 	: 0
3600.05/3609.41	c number of falsified literals weakened from reason	: 0
3600.05/3609.41	c number of falsified literals weakened from conflict	: 0
3600.05/3609.41	c time for arithmetic operations	: 0
3600.05/3609.41	c minimum degree of deleted constraints	: null
3600.05/3609.41	c maximum degree of deleted constraints	: null
3600.05/3609.41	c number of deleted constraints	: 0
3600.05/3609.41	c speed (assignments/second)	: 190909.93792864023
3600.05/3609.41	c non guided choices	: 1244
3600.05/3609.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 365582
3600.05/3609.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 10
3600.05/3609.46	s SATISFIABLE
3600.05/3609.46	c Found 5 solution(s)
3600.05/3609.46	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 
3600.05/3609.46	c objective function=66
3600.05/3609.46	c Total wall clock time (in seconds): 3609.353

Verifier Data

OK	66

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

running on 4 cores: 20-23

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 13-15,17-19,21,25-28,30-32,34,40-41,43-45,47,54-55,62
  3550 MHz: 0-3,42,48-49,51,56-59
  3600 MHz: 4-12,16,20,22-24,29,33,35-39,46,50,52-53,60-61,63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 20-23

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (34516 MiB free)
  node 1: cores 8-15, 129019 MiB (46497 MiB free)
  node 2: cores 16-23, 129019 MiB (70949 MiB free)
  node 3: cores 24-31, 129003 MiB (62284 MiB free)
  node 4: cores 32-39, 129019 MiB (93197 MiB free)
  node 5: cores 40-47, 129019 MiB (102796 MiB free)
  node 6: cores 48-55, 128973 MiB (103839 MiB free)
  node 7: cores 56-63, 128474 MiB (121385 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100061 s]*
/proc/loadavg: 2.94 1.41 1.13 21/1153 1264434
/proc/meminfo: memFree=650559132/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=34900044 memory=52008 CPUtime=0.12 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 5909 0 0 0 11 1 0 0 20 0 19 0 297397290 35737645056 12528 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8725011 13002 6130 1 0 31326 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=34900044 memory=4034097543 CPUtime=0.06 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 3046 0 0 0 6 0 0 0 20 0 19 0 297397293 35737645056 12656 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=34900044 memory=15331 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297397295 35737645056 12656 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=34900044 memory=55182578942438 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 297397295 35737645056 12656 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=34900044 memory=54091674026588 CPUtime=0 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297397295 35737645056 12656 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=34900044 memory=57390242464551 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297397295 35737645056 12656 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=34900044 memory=62917932483842 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297397295 35737645056 12656 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 52008 KiB

[startup+0.21337 s]*
/proc/loadavg: 2.94 1.41 1.13 28/1160 1264442
/proc/meminfo: memFree=650259364/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35099736 memory=86496 CPUtime=0.51 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 10373 0 0 0 49 2 0 0 20 0 22 0 297397290 35942129664 21162 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8774934 21624 6234 1 0 41729 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35099736 memory=3472328299453313415 CPUtime=0.16 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 3267 0 0 0 16 0 0 0 20 0 22 0 297397293 35942129664 21162 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35099736 memory=15331 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 21162 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35099736 memory=55182578942438 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 21162 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35099736 memory=54091674026588 CPUtime=0 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 21162 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35099736 memory=57390242464551 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 21162 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35099736 memory=62917932483842 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 21162 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35099736 memory=31295 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397308 35942129664 21162 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 86496 KiB

[startup+0.314112 s]*
/proc/loadavg: 2.94 1.41 1.13 30/1163 1264445
/proc/meminfo: memFree=649893844/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35099736 memory=104876 CPUtime=0.83 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 13490 0 0 0 81 2 0 0 20 0 22 0 297397290 35942129664 25794 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8774934 26219 6234 1 0 49445 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35099736 memory=3472328299453313415 CPUtime=0.26 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 3276 0 0 0 26 0 0 0 20 0 22 0 297397293 35942129664 25794 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35099736 memory=15331 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 25794 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35099736 memory=4179395636778762726 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 25794 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35099736 memory=54091674026588 CPUtime=0 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 25794 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35099736 memory=57390242464551 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 25794 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35099736 memory=62917932483842 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 25794 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35099736 memory=31295 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397308 35942129664 25794 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 104876 KiB

[startup+0.700649 s]
/proc/loadavg: 2.94 1.41 1.13 25/1164 1264457
/proc/meminfo: memFree=649607000/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35099736 memory=135488 CPUtime=1.96 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 13959 0 0 0 193 3 0 0 20 0 22 0 297397290 35942129664 33444 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8774934 33872 6266 1 0 54901 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35099736 memory=4864 CPUtime=0.62 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 3298 0 0 0 61 1 0 0 20 0 22 0 297397293 35942129664 33444 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35099736 memory=4406 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 33444 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35099736 memory=5884 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 33444 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35099736 memory=0 CPUtime=0 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 33444 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35099736 memory=0 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 33444 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35099736 memory=4864 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397295 35942129664 33444 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35099736 memory=3072 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397308 35942129664 33444 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 135488 KiB

[startup+1.50022 s]
/proc/loadavg: 2.94 1.41 1.13 23/1171 1264499
/proc/meminfo: memFree=649374316/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35099736 memory=156640 CPUtime=3.55 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 19480 0 0 0 351 4 0 0 20 0 21 0 297397290 35942129664 38730 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8774934 39160 6289 1 0 59135 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35099736 memory=4864 CPUtime=1.4 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 3892 0 0 0 138 2 0 0 20 0 21 0 297397293 35942129664 38730 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35099736 memory=4406 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 38730 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35099736 memory=5884 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 38730 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35099736 memory=3900 CPUtime=0 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 38730 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35099736 memory=4864 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 38730 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35099736 memory=3072 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 38730 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35099736 memory=0 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 297397308 35942129664 38730 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 3.55 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 156640 KiB

[startup+3.11336 s]
/proc/loadavg: 3.99 1.65 1.21 21/1164 1264546
/proc/meminfo: memFree=648513576/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35099736 memory=158796 CPUtime=5.37 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 19758 0 0 0 532 5 0 0 20 0 21 0 297397290 35942129664 39249 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8774934 39699 6289 1 0 59137 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35099736 memory=3900 CPUtime=2.96 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 3922 0 0 0 293 3 0 0 20 0 21 0 297397293 35942129664 39249 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35099736 memory=133268 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 39249 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35099736 memory=280736242544224 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 39249 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35099736 memory=135604 CPUtime=0 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 39249 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35099736 memory=4864 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 39249 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35099736 memory=5884 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 297397295 35942129664 39249 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35099736 memory=4406 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 297397308 35942129664 39249 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 158796 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=242155768/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35232864 memory=1053600 CPUtime=3334.4 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 113882 0 0 0 332196 1244 0 0 20 0 23 0 297397290 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8808216 263400 6277 1 0 284707 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35232864 memory=0 CPUtime=3294.22 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 27882 0 0 0 328268 1154 0 0 20 0 23 0 297397293 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35232864 memory=1049440 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35232864 memory=1049440 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35232864 memory=1049440 CPUtime=0.11 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 55 0 0 0 6 5 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35232864 memory=11820 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35232864 memory=1053600 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35232864 memory=-7523363761035699556 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397308 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 3334.4 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1053600 KiB

[startup+3402.3 s]
/proc/loadavg: 15.90 16.07 15.93 18/1193 1266745
/proc/meminfo: memFree=236976008/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35232864 memory=1053600 CPUtime=3394.09 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 113907 0 0 0 338160 1249 0 0 20 0 23 0 297397290 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8808216 263400 6277 1 0 284707 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35232864 memory=1049440 CPUtime=3353.89 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 27892 0 0 0 334231 1158 0 0 20 0 23 0 297397293 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35232864 memory=189196 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35232864 memory=11820 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35232864 memory=15372 CPUtime=0.11 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 56 0 0 0 6 5 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35232864 memory=1053600 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35232864 memory=3900 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35232864 memory=1053600 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397308 36078452736 263157 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 3394.09 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1053600 KiB

[startup+3462.3 s]
/proc/loadavg: 16.16 16.10 15.95 16/1166 1266763
/proc/meminfo: memFree=248894748/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=3453.76 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 114151 0 0 0 344120 1256 0 0 20 0 23 0 297397290 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8808216 266472 6277 1 0 284707 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35232864 memory=1049440 CPUtime=3413.5 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 28079 0 0 0 340187 1163 0 0 20 0 23 0 297397293 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35232864 memory=11820 CPUtime=0.12 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 58 0 0 0 6 6 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35232864 memory=15372 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35232864 memory=189196 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35232864 memory=-7523363761035699556 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397308 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 3453.76 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1065888 KiB

[startup+3522.3 s]
/proc/loadavg: 16.03 16.08 15.96 18/1191 1266830
/proc/meminfo: memFree=282356400/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=3513.41 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 114762 0 0 0 350081 1260 0 0 20 0 23 0 297397290 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8808216 266472 6277 1 0 284707 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=3473.13 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 28617 0 0 0 346146 1167 0 0 20 0 23 0 297397293 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35232864 memory=15372 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=0.13 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 60 0 0 0 7 6 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35232864 memory=189196 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 483 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35232864 memory=15372 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397308 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 3513.41 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1065888 KiB

[startup+3582.3 s]
/proc/loadavg: 16.20 16.13 15.98 16/1194 1266990
/proc/meminfo: memFree=374277084/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=3573.11 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 115583 0 0 0 356045 1266 0 0 20 0 23 0 297397290 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8808216 266472 6277 1 0 284707 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=3532.76 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 28788 0 0 0 352104 1172 0 0 20 0 23 0 297397293 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35232864 memory=42448 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=0.13 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 60 0 0 0 7 6 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35232864 memory=15372 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35232864 memory=189196 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 483 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35232864 memory=1065888 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397308 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 3573.11 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1065888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 16.12 16.11 15.98 16/1193 1266990
/proc/meminfo: memFree=371887336/1055320712 swapFree=33435900/33554428
[pid=1264369] ppid=1264361 vsize=35232864 memory=1065892 CPUtime=3600.05 cores=20-23
/proc/1264369/stat : 1264369 (java) S 1264361 1264369 1263609 0 -1 4194304 115660 0 0 0 358737 1268 0 0 20 0 23 0 297397290 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 0 0 16800975 0 0 0 17 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
/proc/1264369/statm: 8808216 266473 6277 1 0 284707 0
[pid=1264369/tid=1264384] ppid=1264361 vsize=35232864 memory=54104592483138 CPUtime=3559.71 cores=20-23
/proc/1264369/task/1264384/stat : 1264384 (java) R 1264361 1264369 1263609 0 -1 4194368 28852 0 0 0 354796 1175 0 0 20 0 23 0 297397293 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 0 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264411] ppid=1264361 vsize=35232864 memory=15815586529674607 CPUtime=0 cores=20-23
/proc/1264369/task/1264411/stat : 1264411 (Referen..andler) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 21 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264414] ppid=1264361 vsize=35232864 memory=41028951 CPUtime=0 cores=20-23
/proc/1264369/task/1264414/stat : 1264414 (Finalizer) S 1264361 1264369 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264417] ppid=1264361 vsize=35232864 memory=198340509722 CPUtime=0.13 cores=20-23
/proc/1264369/task/1264417/stat : 1264417 (Monitor..Thread) S 1264361 1264369 1263609 0 -1 4194368 60 0 0 0 7 6 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264422] ppid=1264361 vsize=35232864 memory=211292520753 CPUtime=0 cores=20-23
/proc/1264369/task/1264422/stat : 1264422 (Notific..Thread) S 1264361 1264369 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264423] ppid=1264361 vsize=35232864 memory=56294958694816 CPUtime=0 cores=20-23
/proc/1264369/task/1264423/stat : 1264423 (Common-Cleaner) S 1264361 1264369 1263609 0 -1 4194368 495 0 0 0 0 0 0 0 20 0 23 0 297397295 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 23 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
[pid=1264369/tid=1264442] ppid=1264361 vsize=35232864 memory=58498293694994 CPUtime=0 cores=20-23
/proc/1264369/task/1264442/stat : 1264442 (Timer-0) S 1264361 1264369 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397308 36078452736 266229 18446744073709551615 94870478520320 94870478524016 140725058315008 0 0 0 4 0 16800975 1 0 0 -1 22 0 0 0 0 0 94870478531880 94870478532624 94870485102592 140725058316452 140725058316638 140725058316638 140725058322376 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1065892 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.53 s, system=12.6981 s

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

Child status: 143

Real time (s): 3609.47
CPU time (s): 3600.22
CPU user time (s): 3587.53
CPU system time (s): 12.6981
CPU usage (%): 99.7438
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 1065892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.53
system time used= 12.6981
maximum resident set size= 1064916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118226
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2828658
involuntary context switches= 6838


# summary of solver processes directly reported to runsolver:
#   pid: 1264369
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3587.53
#   total CPU system time (s): 12.6981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7205 second user time and 38.8756 second system time

The end

Launcher Data

Begin job on nodeE003 at 2026-07-10 01:51:34
IDJOB=4835528
IDBENCH=147020
IDSOLVER=3672
FILE ID=nodeE003/4835528-1783641094
RUNJOBID= nodeE003-1783641088-1263624
SLURM_JOB_ID= 12722701
Free space on /tmp= 802224 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835528-1783641094/watcher-4835528-1783641094 -o /tmp/evaluation-result-4835528-1783641094/solver-4835528-1783641094 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835528-1783641094/vars-4835528-1783641094 --bin-var /tmp/runsolver-exch-nodeE003-1783641088-1263624 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835528-1783641094 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835528-1783641094.opb

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

MD5SUM BENCH= 01f07e427327757fda434ad4b1d2038d
RANDOM SEED=1357768615

nodeE003 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		: 3557.823
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3557.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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3557.849
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3557.544
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3584.195
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3583.490
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3583.812
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3584.072
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3598.831
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3586.913
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.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3600.582
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3598.846
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3588.286
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.91
TLB size	: 192 4K pages
clflush size	: 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.91
TLB size	: 192 4K pages
clflush size	: 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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3587.738
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3591.743
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3591.004
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3591.655
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.91
TLB size	: 192 4K pages
clflush size	: 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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3582.234
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3583.476
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3581.262
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3579.018
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3584.059
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.91
TLB size	: 192 4K pages
clflush size	: 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.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 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		: 3584.305
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.91
TLB size	: 192 4K pages
clflush 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:       1055320712 kB
MemFree:        650829308 kB
MemAvailable:   1038303428 kB
Buffers:            1380 kB
Cached:         391306288 kB
SwapCached:          188 kB
Active:         13780620 kB
Inactive:       384704460 kB
Active(anon):    7647976 kB
Inactive(anon):   360888 kB
Active(file):    6132644 kB
Inactive(file): 384343572 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33435900 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45360 kB
Writeback:             0 kB
AnonPages:       7181684 kB
Mapped:           228312 kB
Shmem:            830720 kB
KReclaimable:    3174624 kB
Slab:            3797552 kB
SReclaimable:    3174624 kB
SUnreclaim:       622928 kB
KernelStack:       18464 kB
PageTables:        22380 kB
SecPageTables:     15320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   139026732 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      481776 kB
VmallocChunk:          0 kB
Percpu:           124928 kB
HardwareCorrupted:    52 kB
AnonHugePages:   6504448 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:      516548 kB
DirectMap2M:    22874112 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 802112 MiB
End job on nodeE003 at 2026-07-10 02:51:43