Trace number 4783497

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)24311 3600.19 3585.47

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUM9e6692c80f11b0068f23fe5849cf8b25
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 benchmark23916
Best CPU time to get the best result obtained on this benchmark3581.43
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 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4783497-1782148799.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.18/0.14	c ... done. Wall clock time 0.053s.
0.18/0.14	c declared #vars     540
0.18/0.14	c #constraints  4626
0.18/0.14	c constraints type 
0.18/0.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.18/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
0.18/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.18/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
0.18/0.14	c 4626 constraints processed.
0.18/0.15	c objective function length is 180 literals
0.18/0.17	c SATISFIABLE
0.18/0.17	c OPTIMIZING...
0.18/0.17	c Got one! Elapsed wall clock time (in seconds):0.086
0.18/0.17	o 28809
0.57/0.23	c Got one! Elapsed wall clock time (in seconds):0.141
0.57/0.23	o 28765
0.57/0.23	c Got one! Elapsed wall clock time (in seconds):0.145
0.57/0.23	o 28688
0.57/0.30	c Got one! Elapsed wall clock time (in seconds):0.214
0.57/0.30	o 28446
0.57/0.32	c Got one! Elapsed wall clock time (in seconds):0.229
0.57/0.32	o 26767
0.88/0.39	c Got one! Elapsed wall clock time (in seconds):0.305
0.88/0.39	o 26743
1.35/0.57	c cleaning 3436 clauses out of 6879 with flag 21704/6879
1.81/0.98	c cleaning 4714 clauses out of 9441 with flag 80979/12877
2.18/1.29	c cleaning 5854 clauses out of 11727 with flag 122200/19877
2.34/1.38	c cleaning 6933 clauses out of 13873 with flag 139947/27877
2.44/1.49	c cleaning 7963 clauses out of 15939 with flag 159479/36876
2.72/1.62	c cleaning 8985 clauses out of 17976 with flag 181733/46876
2.82/1.78	c cleaning 9995 clauses out of 19992 with flag 205792/57877
3.02/1.96	c cleaning 10998 clauses out of 21996 with flag 234246/69876
3.24/2.13	c cleaning 11995 clauses out of 23998 with flag 263630/82876
3.43/2.35	c cleaning 12997 clauses out of 26005 with flag 301713/96878
4.51/3.30	c Got one! Elapsed wall clock time (in seconds):3.214
4.51/3.30	o 26579
4.81/3.63	c Got one! Elapsed wall clock time (in seconds):3.538
4.81/3.63	o 26188
4.81/3.65	c Got one! Elapsed wall clock time (in seconds):3.565
4.81/3.65	o 24311
5.22/4.02	c cleaning 13419 clauses out of 26849 with flag 33598/110719
5.71/4.58	c cleaning 9697 clauses out of 19431 with flag 97970/116720
6.34/5.16	c cleaning 8357 clauses out of 16734 with flag 171437/123720
7.12/5.85	c cleaning 8186 clauses out of 16376 with flag 254612/131719
7.92/6.67	c cleaning 8585 clauses out of 17190 with flag 360023/140719
8.92/7.60	c cleaning 9291 clauses out of 18606 with flag 480056/150720
9.92/8.66	c cleaning 10147 clauses out of 20314 with flag 624132/161719
11.11/9.84	c cleaning 11082 clauses out of 22167 with flag 774721/173719
12.51/11.25	c cleaning 12036 clauses out of 24085 with flag 950942/186719
14.21/12.96	c cleaning 13019 clauses out of 26050 with flag 1161445/200720
16.10/14.82	c cleaning 13997 clauses out of 28030 with flag 1377081/215719
18.09/16.85	c cleaning 15002 clauses out of 30033 with flag 1611214/231719
20.40/19.13	c cleaning 16002 clauses out of 32031 with flag 1882538/248719
22.99/21.70	c cleaning 17012 clauses out of 34031 with flag 2183016/266721
25.89/24.60	c cleaning 18007 clauses out of 36017 with flag 2495053/285719
28.98/27.73	c cleaning 18994 clauses out of 38010 with flag 2830324/305719
32.50/31.20	c cleaning 20008 clauses out of 40017 with flag 3186624/326720
32.80/31.59	c cleaning 21000 clauses out of 42008 with flag 3237562/348719
33.21/31.99	c cleaning 22005 clauses out of 44009 with flag 3284987/371720
33.61/32.37	c cleaning 22996 clauses out of 46003 with flag 3334875/395719
34.01/32.75	c cleaning 24002 clauses out of 48009 with flag 3388313/420721
34.43/33.19	c cleaning 24996 clauses out of 50006 with flag 3443817/446720
34.94/33.62	c cleaning 26001 clauses out of 52009 with flag 3501439/473719
35.45/34.19	c cleaning 27002 clauses out of 54008 with flag 3561676/501719
35.94/34.69	c cleaning 27998 clauses out of 56007 with flag 3623133/530720
36.54/35.20	c cleaning 28997 clauses out of 58008 with flag 3686719/560719
37.14/35.83	c cleaning 30003 clauses out of 60013 with flag 3754562/591721
37.74/36.47	c cleaning 30999 clauses out of 62008 with flag 3821888/623719
38.36/37.10	c cleaning 32004 clauses out of 64009 with flag 3892179/656719
39.26/37.93	c cleaning 33002 clauses out of 66006 with flag 3965407/690720
40.06/38.71	c cleaning 33995 clauses out of 68003 with flag 4040543/725719
40.76/39.46	c cleaning 34999 clauses out of 70008 with flag 4117329/761719
41.56/40.26	c cleaning 36001 clauses out of 72009 with flag 4197325/798719
42.41/41.10	c cleaning 36997 clauses out of 74008 with flag 4280838/836719
43.41/42.02	c cleaning 38006 clauses out of 76011 with flag 4364921/875719
44.30/43.00	c cleaning 39002 clauses out of 78006 with flag 4451527/915720
45.42/44.01	c cleaning 39998 clauses out of 80004 with flag 4541452/956720
46.42/45.04	c cleaning 40999 clauses out of 82006 with flag 4634352/998720
47.42/46.11	c cleaning 41997 clauses out of 84007 with flag 4728505/1041720
48.55/47.12	c cleaning 42997 clauses out of 86009 with flag 4823185/1085719
49.55/48.19	c cleaning 44005 clauses out of 88012 with flag 4921508/1130719
50.56/49.13	c cleaning 45000 clauses out of 90007 with flag 5020041/1176719
51.58/50.12	c cleaning 46001 clauses out of 92007 with flag 5120484/1223719
52.59/51.13	c cleaning 46998 clauses out of 94007 with flag 5223255/1271720
53.67/52.21	c cleaning 48000 clauses out of 96009 with flag 5341192/1320720
54.98/53.55	c cleaning 48996 clauses out of 98008 with flag 5452657/1370719
56.18/54.73	c cleaning 50004 clauses out of 100012 with flag 5564150/1421719
57.51/56.09	c cleaning 51000 clauses out of 102010 with flag 5678390/1473721
59.34/57.81	c cleaning 52002 clauses out of 104009 with flag 5794690/1526720
60.84/59.38	c cleaning 53001 clauses out of 106007 with flag 5915245/1580720
62.44/60.95	c cleaning 53999 clauses out of 108005 with flag 6043188/1635719
64.17/62.66	c cleaning 54997 clauses out of 110007 with flag 6173385/1691720
65.68/64.13	c cleaning 55998 clauses out of 112010 with flag 6297805/1748720
67.27/65.71	c cleaning 57004 clauses out of 114013 with flag 6425871/1806721
68.87/67.34	c cleaning 57996 clauses out of 116009 with flag 6556093/1865721
70.27/68.70	c cleaning 59006 clauses out of 118012 with flag 6689485/1925720
71.99/70.49	c cleaning 60000 clauses out of 120006 with flag 6825626/1986720
74.09/72.59	c cleaning 61000 clauses out of 122006 with flag 6967265/2048720
76.30/74.76	c cleaning 62001 clauses out of 124006 with flag 7107948/2111720
78.34/76.77	c cleaning 63003 clauses out of 126005 with flag 7256657/2175720
80.66/79.02	c cleaning 64001 clauses out of 128002 with flag 7411728/2240720
83.24/81.60	c cleaning 65000 clauses out of 130002 with flag 7555634/2306721
85.54/83.98	c cleaning 65998 clauses out of 132001 with flag 7707311/2373720
88.44/86.86	c cleaning 67000 clauses out of 134003 with flag 7855984/2441720
89.94/88.36	c cleaning 67998 clauses out of 136002 with flag 8016269/2510719
91.76/90.14	c cleaning 68999 clauses out of 138006 with flag 8179555/2580721
93.15/91.55	c cleaning 70001 clauses out of 140005 with flag 8333870/2651719
94.47/92.88	c cleaning 70996 clauses out of 142004 with flag 8489340/2723719
95.96/94.35	c cleaning 72001 clauses out of 144010 with flag 8651925/2796721
97.47/95.83	c cleaning 73004 clauses out of 146007 with flag 8817534/2870719
99.62/97.96	c cleaning 73996 clauses out of 148004 with flag 8987410/2945720
101.34/99.68	c cleaning 74998 clauses out of 150008 with flag 9152192/3021720
103.55/101.83	c cleaning 76001 clauses out of 152011 with flag 9326435/3098721
105.54/103.88	c cleaning 77004 clauses out of 154009 with flag 9499673/3176720
107.94/106.27	c cleaning 77997 clauses out of 156004 with flag 9672812/3255719
110.56/108.86	c cleaning 79001 clauses out of 158007 with flag 9850291/3335719
113.08/111.36	c cleaning 80001 clauses out of 160008 with flag 10036108/3416721
115.99/114.28	c cleaning 80996 clauses out of 162005 with flag 10218078/3498719
118.95/117.17	c cleaning 81999 clauses out of 164009 with flag 10404210/3581719
120.75/118.96	c cleaning 82996 clauses out of 166011 with flag 10625252/3665720
122.96/121.17	c cleaning 84003 clauses out of 168014 with flag 10867140/3750719
128.04/126.27	c cleaning 84999 clauses out of 170012 with flag 11350915/3836720
153.02/151.20	c cleaning 86004 clauses out of 172012 with flag 12912141/3923719
188.19/186.19	c cleaning 86999 clauses out of 174012 with flag 14594741/4011723
198.37/196.21	c cleaning 87997 clauses out of 176010 with flag 15200644/4100720
200.19/198.09	c cleaning 89002 clauses out of 178014 with flag 15403494/4190721
203.14/200.96	c cleaning 89999 clauses out of 180011 with flag 15633631/4281720
205.49/203.21	c cleaning 90998 clauses out of 182012 with flag 15855438/4373720
207.11/204.89	c cleaning 91999 clauses out of 184014 with flag 16073501/4466720
209.22/206.92	c cleaning 93005 clauses out of 186014 with flag 16301600/4560719
211.34/209.04	c cleaning 94002 clauses out of 188009 with flag 16544130/4655719
213.54/211.24	c cleaning 95001 clauses out of 190007 with flag 16779396/4751719
215.87/213.55	c cleaning 96000 clauses out of 192007 with flag 17025490/4848720
217.84/215.42	c cleaning 96992 clauses out of 194007 with flag 17269045/4946720
219.95/217.55	c cleaning 98005 clauses out of 196015 with flag 17516213/5045720
222.06/219.68	c cleaning 98998 clauses out of 198009 with flag 17760693/5145719
224.37/221.92	c cleaning 100000 clauses out of 200011 with flag 18024844/5246719
226.69/224.21	c cleaning 101003 clauses out of 202012 with flag 18262450/5348720
229.05/226.56	c cleaning 101997 clauses out of 204009 with flag 18495741/5451720
231.47/228.95	c cleaning 102997 clauses out of 206011 with flag 18767920/5555719
234.18/231.67	c cleaning 104005 clauses out of 208015 with flag 19046554/5660720
236.99/234.44	c cleaning 104999 clauses out of 210010 with flag 19367215/5766720
239.41/236.84	c cleaning 105997 clauses out of 212010 with flag 19637529/5873719
287.86/285.35	c cleaning 107004 clauses out of 214014 with flag 21470463/5981720
326.30/323.76	c cleaning 107994 clauses out of 216010 with flag 23121303/6090720
329.03/326.46	c cleaning 109001 clauses out of 218015 with flag 23370335/6200719
332.43/329.83	c cleaning 110005 clauses out of 220015 with flag 23618938/6311720
335.85/333.21	c cleaning 110997 clauses out of 222010 with flag 23879056/6423720
339.14/336.46	c cleaning 112002 clauses out of 224013 with flag 24140596/6536720
342.44/339.72	c cleaning 113002 clauses out of 226011 with flag 24407507/6650720
345.06/342.36	c cleaning 113994 clauses out of 228008 with flag 24698218/6765719
347.97/345.15	c cleaning 115002 clauses out of 230014 with flag 24989029/6881719
351.08/348.23	c cleaning 115998 clauses out of 232012 with flag 25272358/6998719
354.32/351.39	c cleaning 117003 clauses out of 234016 with flag 25559612/7116721
385.46/382.44	c cleaning 118000 clauses out of 236011 with flag 26705394/7235719
387.89/384.89	c cleaning 119001 clauses out of 238011 with flag 26986296/7355719
391.29/388.26	c cleaning 119998 clauses out of 240010 with flag 27281617/7476719
402.46/399.30	c cleaning 120999 clauses out of 242012 with flag 27831792/7598719
405.08/402.00	c cleaning 121999 clauses out of 244014 with flag 28128881/7721720
408.99/405.82	c cleaning 123004 clauses out of 246015 with flag 28437201/7845720
412.24/409.04	c cleaning 124000 clauses out of 248010 with flag 28755298/7970719
415.13/411.86	c cleaning 125003 clauses out of 250010 with flag 29058891/8096719
418.64/415.33	c cleaning 125999 clauses out of 252007 with flag 29382773/8223719
422.55/419.20	c cleaning 127000 clauses out of 254008 with flag 29689765/8351719
426.25/422.80	c cleaning 128003 clauses out of 256010 with flag 30010329/8480721
431.25/427.88	c cleaning 128998 clauses out of 258005 with flag 30348334/8610719
445.04/441.51	c cleaning 130000 clauses out of 260008 with flag 30974814/8741720
456.45/452.95	c cleaning 130998 clauses out of 262009 with flag 31566159/8873721
459.35/455.78	c cleaning 132000 clauses out of 264010 with flag 31851069/9006720
462.46/458.82	c cleaning 132995 clauses out of 266009 with flag 32156114/9140719
465.27/461.68	c cleaning 134000 clauses out of 268016 with flag 32475707/9275721
469.77/466.14	c cleaning 135006 clauses out of 270016 with flag 32796767/9411721
474.29/470.54	c cleaning 136000 clauses out of 272008 with flag 33122763/9548719
479.01/475.26	c cleaning 137003 clauses out of 274009 with flag 33451268/9686720
483.63/479.76	c cleaning 137997 clauses out of 276005 with flag 33769623/9825719
486.97/483.07	c cleaning 139001 clauses out of 278010 with flag 34095840/9965721
492.08/488.18	c cleaning 139997 clauses out of 280007 with flag 34440122/10106719
497.09/493.15	c cleaning 141000 clauses out of 282010 with flag 34774837/10248719
502.09/498.05	c cleaning 141999 clauses out of 284010 with flag 35111629/10391719
506.40/502.39	c cleaning 142999 clauses out of 286011 with flag 35421714/10535719
510.02/505.98	c cleaning 143999 clauses out of 288012 with flag 35757604/10680719
514.13/509.96	c cleaning 144997 clauses out of 290014 with flag 36104377/10826720
518.75/514.54	c cleaning 146003 clauses out of 292016 with flag 36453852/10973719
523.66/519.36	c cleaning 146994 clauses out of 294013 with flag 36804113/11121719
528.40/524.03	c cleaning 148007 clauses out of 296021 with flag 37161903/11270721
532.81/528.38	c cleaning 149004 clauses out of 298013 with flag 37530210/11420720
537.75/533.20	c cleaning 150002 clauses out of 300011 with flag 37930140/11571722
542.17/537.54	c cleaning 150998 clauses out of 302006 with flag 38333146/11723719
546.98/542.23	c cleaning 152002 clauses out of 304008 with flag 38693479/11876719
596.69/591.94	c cleaning 152996 clauses out of 306006 with flag 40136204/12030719
628.28/623.42	c cleaning 153996 clauses out of 308010 with flag 41254711/12185719
632.94/628.02	c cleaning 154999 clauses out of 310015 with flag 41616893/12341720
636.84/631.86	c cleaning 156002 clauses out of 312015 with flag 41986594/12498719
640.96/635.95	c cleaning 156998 clauses out of 314013 with flag 42348230/12656719
645.60/640.45	c cleaning 158001 clauses out of 316017 with flag 42715503/12815721
651.49/646.30	c cleaning 158999 clauses out of 318014 with flag 43052865/12975719
655.53/650.26	c cleaning 160001 clauses out of 320015 with flag 43417363/13136719
659.66/654.30	c cleaning 161002 clauses out of 322015 with flag 43772208/13298720
664.67/659.27	c cleaning 161998 clauses out of 324013 with flag 44136730/13461720
668.67/663.24	c cleaning 163000 clauses out of 326014 with flag 44521290/13625719
673.19/667.79	c cleaning 164003 clauses out of 328014 with flag 44893253/13790719
679.11/673.57	c cleaning 165003 clauses out of 330011 with flag 45293967/13956719
685.01/679.41	c cleaning 165998 clauses out of 332009 with flag 45745883/14123720
692.11/686.50	c cleaning 167004 clauses out of 334011 with flag 46205355/14291720
826.08/820.76	c cleaning 167996 clauses out of 336007 with flag 48851774/14460720
1023.36/1018.24	c cleaning 168998 clauses out of 338011 with flag 52167801/14630720
1235.29/1230.62	c cleaning 169997 clauses out of 340012 with flag 55505752/14801719
1306.41/1301.73	c cleaning 170998 clauses out of 342015 with flag 57171152/14973719
1310.84/1306.18	c cleaning 171996 clauses out of 344017 with flag 57560984/15146719
1315.25/1310.56	c cleaning 173003 clauses out of 346021 with flag 57968771/15320719
1320.68/1315.85	c cleaning 174005 clauses out of 348018 with flag 58383191/15495719
1325.63/1320.72	c cleaning 175004 clauses out of 350013 with flag 58832750/15671719
1330.47/1325.43	c cleaning 175999 clauses out of 352009 with flag 59289938/15848719
1335.38/1330.32	c cleaning 177001 clauses out of 354011 with flag 59766744/16026720
1341.25/1336.06	c cleaning 178001 clauses out of 356010 with flag 60176728/16205720
1348.37/1343.12	c cleaning 179000 clauses out of 358008 with flag 60579487/16385719
1355.69/1350.39	c cleaning 179999 clauses out of 360008 with flag 60997103/16566719
1361.56/1356.12	c cleaning 181002 clauses out of 362010 with flag 61451549/16748720
1366.97/1361.41	c cleaning 181995 clauses out of 364008 with flag 61909703/16931720
1373.89/1368.37	c cleaning 183002 clauses out of 366013 with flag 62338071/17115720
1381.00/1375.31	c cleaning 184000 clauses out of 368011 with flag 62814745/17300720
1388.59/1382.91	c cleaning 185000 clauses out of 370010 with flag 63285856/17486719
1518.35/1512.95	c cleaning 186002 clauses out of 372011 with flag 65548884/17673720
1787.90/1783.12	c cleaning 186998 clauses out of 374008 with flag 69176863/17861719
1796.05/1791.13	c cleaning 187999 clauses out of 376010 with flag 69627281/18050719
1803.34/1798.46	c cleaning 189000 clauses out of 378012 with flag 70091412/18240720
1809.37/1804.36	c cleaning 189998 clauses out of 380011 with flag 70531908/18431719
1815.42/1810.33	c cleaning 191003 clauses out of 382014 with flag 70981911/18623720
1821.84/1816.69	c cleaning 191995 clauses out of 384010 with flag 71427440/18816719
1830.57/1825.38	c cleaning 193006 clauses out of 386015 with flag 71868233/19010719
1839.09/1833.79	c cleaning 194001 clauses out of 388010 with flag 72309283/19205720
1846.54/1841.05	c cleaning 194997 clauses out of 390009 with flag 72741889/19401720
1854.24/1848.72	c cleaning 196003 clauses out of 392012 with flag 73188135/19598720
1865.22/1859.41	c cleaning 196994 clauses out of 394010 with flag 73649941/19796721
1874.78/1868.81	c cleaning 198007 clauses out of 396014 with flag 74100195/19995719
1883.41/1877.37	c cleaning 198997 clauses out of 398007 with flag 74564331/20195719
1894.05/1887.80	c cleaning 199997 clauses out of 400010 with flag 75024786/20396719
1904.39/1898.05	c cleaning 200999 clauses out of 402014 with flag 75502848/20598720
1916.13/1909.60	c cleaning 202006 clauses out of 404015 with flag 75986356/20801720
1925.48/1918.89	c cleaning 202999 clauses out of 406009 with flag 76464519/21005720
1934.92/1928.16	c cleaning 203999 clauses out of 408010 with flag 76939804/21210720
1946.09/1939.20	c cleaning 204997 clauses out of 410010 with flag 77413117/21416719
1957.01/1950.09	c cleaning 206001 clauses out of 412013 with flag 77904133/21623719
1969.20/1962.15	c cleaning 207002 clauses out of 414014 with flag 78422164/21831721
1979.27/1971.94	c cleaning 208001 clauses out of 416011 with flag 78914064/22040720
1990.43/1982.94	c cleaning 209000 clauses out of 418010 with flag 79406010/22250720
2002.06/1994.40	c cleaning 209995 clauses out of 420010 with flag 79899367/22461720
2012.98/2005.21	c cleaning 210998 clauses out of 422014 with flag 80390394/22673719
2023.63/2015.71	c cleaning 212004 clauses out of 424017 with flag 80883745/22886720
2034.60/2026.51	c cleaning 213006 clauses out of 426013 with flag 81392156/23100720
2045.95/2037.70	c cleaning 214000 clauses out of 428007 with flag 81907764/23315720
2056.29/2047.96	c cleaning 214989 clauses out of 430006 with flag 82421141/23531719
2066.95/2058.48	c cleaning 216002 clauses out of 432017 with flag 82907724/23748719
2076.88/2068.21	c cleaning 217002 clauses out of 434015 with flag 83401618/23966719
2085.43/2076.65	c cleaning 218001 clauses out of 436013 with flag 83916495/24185719
2095.88/2086.95	c cleaning 219005 clauses out of 438013 with flag 84479245/24405720
2105.12/2096.04	c cleaning 219995 clauses out of 440009 with flag 84998045/24626721
2158.71/2149.43	c cleaning 220995 clauses out of 442012 with flag 86230292/24848719
2223.36/2213.95	c cleaning 221999 clauses out of 444019 with flag 87460214/25071721
2236.12/2226.56	c cleaning 223001 clauses out of 446018 with flag 87971713/25295719
2247.11/2237.28	c cleaning 224006 clauses out of 448019 with flag 88508290/25520721
2257.71/2247.61	c cleaning 224995 clauses out of 450011 with flag 89124581/25746719
2266.48/2256.21	c cleaning 226006 clauses out of 452019 with flag 89786805/25973722
2275.84/2265.44	c cleaning 227002 clauses out of 454011 with flag 90482301/26201720
2284.49/2274.00	c cleaning 227998 clauses out of 456008 with flag 91169170/26430719
2293.44/2282.75	c cleaning 228996 clauses out of 458010 with flag 91879625/26660719
2303.38/2292.52	c cleaning 230001 clauses out of 460014 with flag 92492126/26891719
2311.14/2300.12	c cleaning 231001 clauses out of 462013 with flag 93050567/27123719
2318.28/2307.17	c cleaning 232001 clauses out of 464012 with flag 93611594/27356719
2325.49/2314.26	c cleaning 232994 clauses out of 466011 with flag 94154139/27590719
2334.11/2322.65	c cleaning 234003 clauses out of 468018 with flag 94709599/27825720
2343.11/2331.43	c cleaning 235004 clauses out of 470015 with flag 95272829/28061720
2350.89/2339.10	c cleaning 236005 clauses out of 472013 with flag 95831031/28298722
2360.29/2348.20	c cleaning 237001 clauses out of 474006 with flag 96382866/28536720
2391.64/2379.44	c cleaning 237995 clauses out of 476004 with flag 97247402/28775719
2401.16/2388.72	c cleaning 238992 clauses out of 478009 with flag 97854946/29015719
2409.78/2397.37	c cleaning 240003 clauses out of 480017 with flag 98487738/29256719
2417.14/2404.56	c cleaning 241004 clauses out of 482014 with flag 99045760/29498719
2424.36/2411.79	c cleaning 241996 clauses out of 484010 with flag 99582543/29741719
2433.73/2420.97	c cleaning 242999 clauses out of 486014 with flag 100131514/29985719
2441.49/2428.50	c cleaning 244001 clauses out of 488015 with flag 100681821/30230719
2584.63/2571.87	c cleaning 244998 clauses out of 490015 with flag 102952267/30476720
2595.42/2582.41	c cleaning 246002 clauses out of 492016 with flag 103501080/30723719
2604.94/2591.96	c cleaning 246995 clauses out of 494015 with flag 104070890/30971720
2615.43/2602.27	c cleaning 248006 clauses out of 496021 with flag 104634813/31220721
2624.94/2611.55	c cleaning 248999 clauses out of 498013 with flag 105224453/31470719
2713.55/2700.12	c cleaning 249998 clauses out of 500014 with flag 106599690/31721719
2720.97/2707.57	c cleaning 251003 clauses out of 502017 with flag 107160128/31973720
2729.47/2715.86	c cleaning 251993 clauses out of 504013 with flag 107727894/32226719
2737.41/2723.58	c cleaning 253004 clauses out of 506020 with flag 108306705/32480719
2745.85/2731.95	c cleaning 254000 clauses out of 508016 with flag 108891152/32735719
2755.52/2741.41	c cleaning 255000 clauses out of 510017 with flag 109468134/32991720
2763.65/2749.50	c cleaning 255999 clauses out of 512017 with flag 110038186/33248720
2812.98/2798.87	c cleaning 256997 clauses out of 514017 with flag 111089133/33506719
2822.80/2808.60	c cleaning 258006 clauses out of 516020 with flag 111675203/33765719
2834.08/2819.79	c cleaning 259003 clauses out of 518016 with flag 112303331/34025721
2904.34/2890.19	c cleaning 259988 clauses out of 520011 with flag 113614406/34286719
2912.61/2898.23	c cleaning 261007 clauses out of 522023 with flag 114208359/34548719
2921.63/2907.04	c cleaning 262003 clauses out of 524017 with flag 114835023/34811720
2932.29/2917.54	c cleaning 263000 clauses out of 526013 with flag 115466252/35075719
2943.91/2928.93	c cleaning 264002 clauses out of 528014 with flag 116075985/35340720
2955.46/2940.21	c cleaning 264998 clauses out of 530011 with flag 116701542/35606719
3013.39/2998.05	c cleaning 265997 clauses out of 532014 with flag 117795818/35873720
3521.09/3506.59	c cleaning 266997 clauses out of 534018 with flag 121941902/36141721
3563.21/3548.54	c cleaning 268005 clauses out of 536021 with flag 122891431/36410721
3600.02/3585.40	c starts		: 21428
3600.02/3585.41	c conflicts		: 36491675
3600.02/3585.41	c decisions		: 44572749
3600.02/3585.41	c propagations		: 541182088
3600.02/3585.41	c inspects		: 59405952724
3600.02/3585.41	c shortcuts		: 0
3600.02/3585.41	c learnt literals	: 0
3600.02/3585.41	c learnt binary clauses	: 9
3600.02/3585.41	c learnt ternary clauses	: 169
3600.02/3585.41	c learnt constraints	: 36491675
3600.02/3585.41	c ignored constraints	: 0
3600.02/3585.41	c root simplifications	: 0
3600.02/3585.41	c removed literals (reason simplification)	: 408422138
3600.02/3585.41	c reason swapping (by a shorter reason)	: 0
3600.02/3585.41	c Calls to reduceDB	: 275
3600.02/3585.41	c Number of update (reduction) of LBD	: 2364922
3600.02/3585.41	c Imported unit clauses	: 0
3600.02/3585.41	c No decision after first conflict	: false
3600.02/3585.41	c number of reductions to clauses (during analyze)	: 0
3600.02/3585.41	c number of learned constraints concerned by reduction	: 0
3600.02/3585.41	c number of learning phase by resolution	: 0
3600.02/3585.41	c number of learning phase by cutting planes	: 0
3600.02/3585.41	c number of rounding to 1 operations	: 0
3600.02/3585.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3585.41	c number of reductions of the coefficients by power 2 	: 0
3600.02/3585.41	c number of right shift for reduction by power 2 	: 0
3600.02/3585.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3585.41	c number of ending skipping 	: 0
3600.02/3585.41	c number of internal skipping 	: 0
3600.02/3585.41	c number of derivation steps 	: 0
3600.02/3585.41	c number of skipped derivation steps 	: 0
3600.02/3585.41	c number of remaining unassigned 	: 0
3600.02/3585.41	c number of remaining assigned 	: 0
3600.02/3585.41	c number of falsified literals weakened from reason	: 0
3600.02/3585.41	c number of falsified literals weakened from conflict	: 0
3600.02/3585.41	c time for arithmetic operations	: 0
3600.02/3585.41	c minimum degree of deleted constraints	: null
3600.02/3585.41	c maximum degree of deleted constraints	: null
3600.02/3585.41	c number of deleted constraints	: 0
3600.02/3585.41	c speed (assignments/second)	: 150946.44152626072
3600.02/3585.41	c non guided choices	: 1770
3600.02/3585.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 348961
3600.02/3585.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 9
3600.02/3585.46	s SATISFIABLE
3600.02/3585.46	c Found 9 solution(s)
3600.02/3585.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.02/3585.46	c objective function=24311
3600.02/3585.46	c Total wall clock time (in seconds): 3585.374

Verifier Data

OK	24311

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

running on 4 cores: 36-39

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

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

CPU governors:
  performance: 36-39

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (107181 MiB free)
  node 1: cores 8-15, 129019 MiB (103767 MiB free)
  node 2: cores 16-23, 129019 MiB (116208 MiB free)
  node 3: cores 24-31, 128957 MiB (115241 MiB free)
  node 4: cores 32-39, 129019 MiB (111176 MiB free)
  node 5: cores 40-47, 129019 MiB (110503 MiB free)
  node 6: cores 48-55, 129019 MiB (105983 MiB free)
  node 7: cores 56-63, 128474 MiB (103568 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100067 s]*
/proc/loadavg: 16.28 16.45 16.59 21/1194 2329556
/proc/meminfo: memFree=894574644/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=34966608 memory=60300 CPUtime=0.18 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 7907 0 0 0 17 1 0 0 20 0 20 0 148167687 35805806592 14649 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8741652 15075 6211 1 0 33345 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=34966608 memory=5979075893 CPUtime=0.08 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 3187 0 0 0 8 0 0 0 20 0 20 0 148167689 35805806592 14649 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=34966608 memory=215704930196 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148167690 35805806592 14649 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=34966608 memory=17979 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 148167690 35805806592 14649 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=34966608 memory=18330 CPUtime=0 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148167690 35805806592 14649 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=34966608 memory=18896 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148167690 35805806592 14649 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=34966608 memory=61753 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148167690 35805806592 14649 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 60300 KiB

[startup+0.21385 s]*
/proc/loadavg: 16.28 16.45 16.59 18/1197 2329559
/proc/meminfo: memFree=894470172/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35099736 memory=93832 CPUtime=0.57 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 12707 0 0 0 55 2 0 0 20 0 22 0 148167687 35942129664 22922 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8774934 23458 6242 1 0 43644 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35099736 memory=6079637401564767760 CPUtime=0.19 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 3313 0 0 0 19 0 0 0 20 0 22 0 148167689 35942129664 22922 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35099736 memory=211409961334 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 22922 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35099736 memory=60680137098362 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 22922 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35099736 memory=56290697299298 CPUtime=0 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 22922 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35099736 memory=62883505653466 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 22922 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35099736 memory=57420374404193 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 22922 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35099736 memory=15255939441370775 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167703 35942129664 22922 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 93832 KiB

[startup+0.315254 s]*
/proc/loadavg: 16.28 16.45 16.59 18/1199 2329565
/proc/meminfo: memFree=894459920/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35099736 memory=106008 CPUtime=0.88 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 14768 0 0 0 86 2 0 0 20 0 22 0 148167687 35942129664 26058 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8774934 26502 6258 1 0 49067 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35099736 memory=7813464326687584037 CPUtime=0.29 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 3314 0 0 0 29 0 0 0 20 0 22 0 148167689 35942129664 26058 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35099736 memory=2274 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 26058 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35099736 memory=54087362281966 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 26058 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35099736 memory=61788255421027 CPUtime=0 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 26058 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35099736 memory=55191219208997 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 26058 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35099736 memory=14971157304575241 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 26058 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35099736 memory=3474584528461510224 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167703 35942129664 26058 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 106008 KiB

[startup+0.700223 s]
/proc/loadavg: 16.28 16.45 16.59 18/1198 2329577
/proc/meminfo: memFree=894450760/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35099736 memory=114940 CPUtime=1.62 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 14946 0 0 0 160 2 0 0 20 0 22 0 148167687 35942129664 28331 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8774934 28735 6274 1 0 54764 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35099736 memory=4868 CPUtime=0.66 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 3326 0 0 0 66 0 0 0 20 0 22 0 148167689 35942129664 28331 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 28331 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35099736 memory=3948 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 28331 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35099736 memory=132 CPUtime=0 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 28331 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 28331 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167690 35942129664 28331 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148167703 35942129664 28331 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 114940 KiB

[startup+1.50014 s]
/proc/loadavg: 16.28 16.45 16.59 19/1221 2329622
/proc/meminfo: memFree=894285184/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35099736 memory=129396 CPUtime=2.58 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 18843 0 0 0 255 3 0 0 20 0 21 0 148167687 35942129664 32045 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8774934 32349 6274 1 0 54784 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35099736 memory=4868 CPUtime=1.45 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 3932 0 0 0 145 0 0 0 20 0 21 0 148167689 35942129664 32045 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 32045 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35099736 memory=3948 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 32045 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35099736 memory=132 CPUtime=0 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 32045 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 32045 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35099736 memory=237062326036 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 32045 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35099736 memory=61792516835312 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167703 35942129664 32045 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 129396 KiB

[startup+3.11372 s]
/proc/loadavg: 16.28 16.45 16.59 16/1196 2329637
/proc/meminfo: memFree=895216372/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35099736 memory=139812 CPUtime=4.32 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 19700 0 0 0 429 3 0 0 20 0 21 0 148167687 35942129664 34606 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8774934 34953 6274 1 0 54795 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35099736 memory=132 CPUtime=3.05 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 3960 0 0 0 305 0 0 0 20 0 21 0 148167689 35942129664 34606 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 34606 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 34606 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35099736 memory=4868 CPUtime=0 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 34606 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 34606 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35099736 memory=12800 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167690 35942129664 34606 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35099736 memory=114952 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148167703 35942129664 34606 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 4.32 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 139812 KiB


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

/proc/meminfo: memFree=887673476/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35232864 memory=547904 CPUtime=3357.1 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 96913 0 0 0 335608 102 0 0 20 0 23 0 148167687 36078452736 136783 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8808216 136976 6263 1 0 156429 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35232864 memory=15524 CPUtime=3324.79 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 22243 0 0 0 332476 3 0 0 20 0 23 0 148167689 36078452736 136783 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35232864 memory=-7164200586946242658 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 136783 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35232864 memory=539632 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 136783 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35232864 memory=539632 CPUtime=0.12 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 58 0 0 0 5 7 0 0 20 0 23 0 148167690 36078452736 136783 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35232864 memory=-7164200586946242658 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 136783 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 430 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 136783 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35232864 memory=15524 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167703 36078452736 136783 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 3357.1 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 547904 KiB

[startup+3402.3 s]
/proc/loadavg: 16.20 16.33 16.46 17/1225 2330940
/proc/meminfo: memFree=879268664/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35232864 memory=556368 CPUtime=3417.18 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 97333 0 0 0 341615 103 0 0 20 0 23 0 148167687 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8808216 139092 6263 1 0 156429 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35232864 memory=539632 CPUtime=3384.56 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 22488 0 0 0 338453 3 0 0 20 0 23 0 148167689 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35232864 memory=547904 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35232864 memory=539632 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35232864 memory=142668 CPUtime=0.12 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 59 0 0 0 5 7 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35232864 memory=12800 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35232864 memory=547904 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 433 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35232864 memory=5824 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167703 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 3417.18 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 556368 KiB

[startup+3462.3 s]
/proc/loadavg: 16.27 16.32 16.45 18/1225 2330941
/proc/meminfo: memFree=875855704/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35232864 memory=556368 CPUtime=3477 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 97359 0 0 0 347595 105 0 0 20 0 23 0 148167687 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8808216 139092 6263 1 0 156429 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35232864 memory=539632 CPUtime=3444.33 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 22488 0 0 0 344430 3 0 0 20 0 23 0 148167689 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35232864 memory=539632 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35232864 memory=142668 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35232864 memory=556368 CPUtime=0.14 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 59 0 0 0 6 8 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35232864 memory=20568 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35232864 memory=556368 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 433 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35232864 memory=11700 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167703 36078452736 138836 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 3477 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 556368 KiB

[startup+3522.3 s]
/proc/loadavg: 16.49 16.35 16.45 18/1227 2331178
/proc/meminfo: memFree=884649884/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35232864 memory=590168 CPUtime=3537.01 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 98350 0 0 0 353594 107 0 0 20 0 23 0 148167687 36078452736 147340 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8808216 147542 6263 1 0 168981 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35232864 memory=556368 CPUtime=3504.08 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 22693 0 0 0 350405 3 0 0 20 0 23 0 148167689 36078452736 147340 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35232864 memory=556368 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 147340 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35232864 memory=556368 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 147340 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35232864 memory=556368 CPUtime=0.14 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 59 0 0 0 6 8 0 0 20 0 23 0 148167690 36078452736 147340 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35232864 memory=539632 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 147340 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35232864 memory=588632 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 433 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 147340 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35232864 memory=15524 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167703 36078452736 147340 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 3537.01 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 590168 KiB

[startup+3582.3 s]
/proc/loadavg: 16.67 16.41 16.46 18/1228 2331566
/proc/meminfo: memFree=865099440/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35232864 memory=604532 CPUtime=3596.93 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 98400 0 0 0 359584 109 0 0 20 0 23 0 148167687 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8808216 151133 6263 1 0 168981 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35232864 memory=590168 CPUtime=3563.79 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 22700 0 0 0 356376 3 0 0 20 0 23 0 148167689 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35232864 memory=3948 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35232864 memory=604532 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35232864 memory=15524 CPUtime=0.14 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 59 0 0 0 6 8 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35232864 memory=7856 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35232864 memory=604532 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 433 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35232864 memory=1972 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167703 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 3596.93 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 604532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.4 s]
/proc/loadavg: 16.67 16.41 16.46 17/1228 2331566
/proc/meminfo: memFree=863181324/1055320700 swapFree=33554428/33554428
[pid=2329535] ppid=2329532 vsize=35232864 memory=604532 CPUtime=3600.02 cores=36-39
/proc/2329535/stat : 2329535 (java) S 2329532 2329535 2327328 0 -1 4194304 98400 0 0 0 359893 109 0 0 20 0 23 0 148167687 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
/proc/2329535/statm: 8808216 151133 6263 1 0 168981 0
[pid=2329535/tid=2329537] ppid=2329532 vsize=35232864 memory=664970774539778674 CPUtime=3566.88 cores=36-39
/proc/2329535/task/2329537/stat : 2329537 (java) R 2329532 2329535 2327328 0 -1 4194368 22700 0 0 0 356685 3 0 0 20 0 23 0 148167689 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329548] ppid=2329532 vsize=35232864 memory=4211821618792799958 CPUtime=0 cores=36-39
/proc/2329535/task/2329548/stat : 2329548 (Referen..andler) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329549] ppid=2329532 vsize=35232864 memory=723173482467338821 CPUtime=0 cores=36-39
/proc/2329535/task/2329549/stat : 2329549 (Finalizer) S 2329532 2329535 2327328 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329552] ppid=2329532 vsize=35232864 memory=4211821618792795542 CPUtime=0.14 cores=36-39
/proc/2329535/task/2329552/stat : 2329552 (Monitor..Thread) S 2329532 2329535 2327328 0 -1 4194368 59 0 0 0 6 8 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329555] ppid=2329532 vsize=35232864 memory=664970774539769842 CPUtime=0 cores=36-39
/proc/2329535/task/2329555/stat : 2329555 (Notific..Thread) S 2329532 2329535 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329556] ppid=2329532 vsize=35232864 memory=664970774539767634 CPUtime=0 cores=36-39
/proc/2329535/task/2329556/stat : 2329556 (Common-Cleaner) S 2329532 2329535 2327328 0 -1 4194368 433 0 0 0 0 0 0 0 20 0 23 0 148167690 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
[pid=2329535/tid=2329559] ppid=2329532 vsize=35232864 memory=2982068406183101561 CPUtime=0 cores=36-39
/proc/2329535/task/2329559/stat : 2329559 (Timer-0) S 2329532 2329535 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148167703 36078452736 150931 18446744073709551615 94889805045760 94889805049456 140724418592624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94889805057320 94889805058064 94889832845312 140724418599124 140724418599264 140724418599264 140724418605000 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 604532 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.09 s, system=1.09905 s

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

Child status: 143

Real time (s): 3585.47
CPU time (s): 3600.19
CPU user time (s): 3599.09
CPU system time (s): 1.09905
CPU usage (%): 100.41
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 638840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.09
system time used= 1.09905
maximum resident set size= 638344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100504
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112704
involuntary context switches= 3252


# summary of solver processes directly reported to runsolver:
#   pid: 2329535
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3599.09
#   total CPU system time (s): 1.09905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2569 second user time and 40.3026 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-22 19:19:59
IDJOB=4783497
IDBENCH=147022
IDSOLVER=3602
FILE ID=nodeE004/4783497-1782148799
RUNJOBID= nodeE004-1782145234-2327347
SLURM_JOB_ID= 12510925
Free space on /tmp= 801452 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783497-1782148799/watcher-4783497-1782148799 -o /tmp/evaluation-result-4783497-1782148799/solver-4783497-1782148799 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783497-1782148799/vars-4783497-1782148799 --bin-var /tmp/runsolver-exch-nodeE004-1782145234-2327347 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783497-1782148799.opb

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

MD5SUM BENCH= 9e6692c80f11b0068f23fe5849cf8b25
RANDOM SEED=809488749

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        894598232 kB
MemAvailable:   1015662008 kB
Buffers:            3352 kB
Cached:         125407020 kB
SwapCached:            0 kB
Active:         33594820 kB
Inactive:       123862480 kB
Active(anon):   32968284 kB
Inactive(anon):        0 kB
Active(file):     626536 kB
Inactive(file): 123862480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3460 kB
Writeback:             8 kB
AnonPages:      32047692 kB
Mapped:           202388 kB
Shmem:            921344 kB
KReclaimable:    1434780 kB
Slab:            2002284 kB
SReclaimable:    1434780 kB
SUnreclaim:       567504 kB
KernelStack:       19760 kB
PageTables:        72184 kB
SecPageTables:     15372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   48817248 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483572 kB
VmallocChunk:          0 kB
Percpu:           141824 kB
HardwareCorrupted:     0 kB
AnonHugePages:  31033344 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 801520 MiB
End job on nodeE004 at 2026-06-22 20:19:44