Trace number 4836251

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)-670 3600.15 3600.56

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/
normalized-maxcut_opt_complete_6-partite_inlv_nvert_54.opb
MD5SUMf4b5c90f240972797eec2d6f21aa3713
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-729
Best CPU time to get the best result obtained on this benchmark21.3849
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1431
Total number of constraints99216
Number of constraints which are clauses99216
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 1215
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1215
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1215
Number of bits of the biggest sum of numbers11
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.03/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.13	c See www.sat4j.org for details.
0.03/0.14	c version PB26fixedPrime.v20260610
0.03/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.03/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.03/0.14	c java.vm.version	26.0.1+8-34
0.03/0.14	c java.vm.vendor	Oracle Corporation
0.03/0.14	c sun.arch.data.model	64
0.03/0.14	c java.version		26.0.1
0.03/0.14	c os.name		Linux
0.03/0.14	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.03/0.14	c os.arch		amd64
0.03/0.14	c Free memory 		30334720
0.03/0.14	c Max memory 		32178700288
0.03/0.14	c Total memory 		33554432
0.03/0.14	c Number of processors 	4
0.03/0.17	c Pseudo Boolean Optimization by upper bound
0.03/0.17	c --- Begin Solver configuration ---
0.03/0.17	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.03/0.17	c Learn all clauses as in MiniSAT
0.03/0.17	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.17	c Expensive reason simplification
0.03/0.17	c Glucose 2.1 dynamic restart strategy
0.03/0.17	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.03/0.17	c timeout=2147483s
0.03/0.17	c DB Simplification allowed=false
0.03/0.17	c Listener: none
0.03/0.17	c --- End Solver configuration ---
0.03/0.17	c solving HOME/instance-4836251-1783695758.opb
0.03/0.17	c reading problem ... 
0.13/3.10	c using VERIPB proof format
0.13/3.10	c  objective function found
0.71/3.38	c ... done. Wall clock time 3.216s.
0.71/3.38	c declared #vars     1431
0.71/3.38	c #constraints  99216
0.71/3.38	c constraints type 
0.71/3.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 99216
0.71/3.38	c 99216 constraints processed.
0.71/3.39	c objective function length is 1215 literals
1.03/3.41	c SATISFIABLE
1.03/3.41	c OPTIMIZING...
1.03/3.41	c Got one! Elapsed wall clock time (in seconds):3.248
1.03/3.41	o -561
1.03/3.43	c Got one! Elapsed wall clock time (in seconds):3.267
1.03/3.43	o -572
1.03/3.45	c Got one! Elapsed wall clock time (in seconds):3.287
1.03/3.45	o -578
1.03/3.47	c Got one! Elapsed wall clock time (in seconds):3.3
1.03/3.47	o -587
1.36/3.55	c Got one! Elapsed wall clock time (in seconds):3.389
1.36/3.56	o -589
1.36/3.57	c Got one! Elapsed wall clock time (in seconds):3.402
1.36/3.57	o -596
1.68/3.64	c Got one! Elapsed wall clock time (in seconds):3.474
1.68/3.64	o -597
1.68/3.67	c Got one! Elapsed wall clock time (in seconds):3.501
1.68/3.67	o -602
1.98/3.70	c Got one! Elapsed wall clock time (in seconds):3.532
1.98/3.70	o -604
1.98/3.74	c Got one! Elapsed wall clock time (in seconds):3.569
1.98/3.74	o -609
2.58/3.98	c Got one! Elapsed wall clock time (in seconds):3.813
2.58/3.98	o -612
3.81/4.59	c Got one! Elapsed wall clock time (in seconds):4.423
3.81/4.59	o -615
3.94/4.61	c Got one! Elapsed wall clock time (in seconds):4.443
3.94/4.61	o -616
4.19/4.80	c Got one! Elapsed wall clock time (in seconds):4.637
4.19/4.80	o -617
4.29/4.99	c Got one! Elapsed wall clock time (in seconds):4.826
4.29/4.99	o -622
5.03/5.66	c cleaning 4258 clauses out of 8527 with flag 6177/8527
5.53/6.08	c Got one! Elapsed wall clock time (in seconds):5.918
5.53/6.08	o -623
6.09/6.63	c Got one! Elapsed wall clock time (in seconds):6.461
6.09/6.63	o -624
6.24/6.77	c Got one! Elapsed wall clock time (in seconds):6.603
6.24/6.77	o -625
6.33/6.80	c Got one! Elapsed wall clock time (in seconds):6.632
6.33/6.80	o -627
6.33/6.83	c Got one! Elapsed wall clock time (in seconds):6.661
6.33/6.83	o -628
6.71/7.28	c cleaning 5697 clauses out of 11410 with flag 4101/15668
6.82/7.31	c Got one! Elapsed wall clock time (in seconds):7.148
6.82/7.31	o -632
7.42/8.00	c Got one! Elapsed wall clock time (in seconds):7.836
7.42/8.00	o -633
7.88/8.48	c cleaning 5456 clauses out of 10928 with flag 4166/20883
9.02/9.63	c Got one! Elapsed wall clock time (in seconds):9.469
9.02/9.63	o -634
9.19/9.88	c cleaning 5639 clauses out of 11294 with flag 2092/26705
10.43/11.21	c cleaning 5818 clauses out of 11655 with flag 14137/32705
10.88/11.71	c Got one! Elapsed wall clock time (in seconds):11.543
10.88/11.71	o -635
11.54/12.45	c cleaning 5658 clauses out of 11331 with flag 6291/38199
12.77/13.77	c cleaning 5832 clauses out of 11676 with flag 18303/44202
13.31/14.36	c Got one! Elapsed wall clock time (in seconds):14.193
13.31/14.36	o -636
13.83/14.98	c cleaning 5835 clauses out of 11684 with flag 6022/50042
15.34/16.31	c cleaning 5919 clauses out of 11850 with flag 18024/56043
16.59/17.73	c cleaning 6457 clauses out of 12931 with flag 32024/63043
17.48/18.78	c Got one! Elapsed wall clock time (in seconds):18.618
17.48/18.78	o -637
18.79/20.10	c cleaning 8292 clauses out of 16594 with flag 10002/73163
19.58/20.90	c Got one! Elapsed wall clock time (in seconds):20.737
19.58/20.90	o -639
20.03/21.41	c cleaning 6914 clauses out of 13846 with flag 4008/78707
20.29/21.72	c Got one! Elapsed wall clock time (in seconds):21.556
20.29/21.72	o -640
21.21/22.75	c cleaning 6097 clauses out of 12216 with flag 8189/83991
22.14/23.79	c Got one! Elapsed wall clock time (in seconds):23.619
22.14/23.79	o -643
22.80/24.34	c cleaning 5858 clauses out of 11733 with flag 4186/89605
23.99/25.66	c cleaning 5925 clauses out of 11875 with flag 16784/95605
24.47/26.12	c Got one! Elapsed wall clock time (in seconds):25.955
24.47/26.12	o -646
24.64/26.32	c Got one! Elapsed wall clock time (in seconds):26.151
24.64/26.32	o -647
24.64/26.35	c Got one! Elapsed wall clock time (in seconds):26.187
24.64/26.35	o -648
24.73/26.49	c Got one! Elapsed wall clock time (in seconds):26.32
24.73/26.49	o -652
24.82/26.50	c Got one! Elapsed wall clock time (in seconds):26.337
24.82/26.50	o -653
24.82/26.52	c Got one! Elapsed wall clock time (in seconds):26.352
24.82/26.52	o -654
25.11/26.87	c Got one! Elapsed wall clock time (in seconds):26.703
25.11/26.87	o -657
25.76/27.59	c cleaning 6966 clauses out of 13944 with flag 6028/103599
27.14/28.97	c cleaning 6480 clauses out of 12978 with flag 18028/109599
28.36/30.25	c Got one! Elapsed wall clock time (in seconds):30.082
28.36/30.25	o -658
28.45/30.36	c Got one! Elapsed wall clock time (in seconds):30.193
28.45/30.36	o -659
28.45/30.38	c Got one! Elapsed wall clock time (in seconds):30.213
28.45/30.38	o -660
29.67/31.55	c cleaning 9019 clauses out of 18053 with flag 10148/121154
30.79/32.77	c cleaning 7507 clauses out of 15034 with flag 22148/127154
32.15/34.24	c cleaning 7256 clauses out of 14527 with flag 36148/134154
33.82/35.95	c cleaning 7630 clauses out of 15272 with flag 52150/142155
35.67/37.97	c cleaning 8311 clauses out of 16641 with flag 70148/151154
37.99/40.34	c cleaning 9156 clauses out of 18330 with flag 90148/161154
38.17/40.53	c Got one! Elapsed wall clock time (in seconds):40.367
38.17/40.53	o -661
38.36/40.77	c Got one! Elapsed wall clock time (in seconds):40.606
38.36/40.77	o -662
38.45/40.89	c Got one! Elapsed wall clock time (in seconds):40.724
38.45/40.89	o -665
39.48/42.01	c cleaning 8220 clauses out of 16464 with flag 10150/168444
40.76/43.24	c cleaning 7113 clauses out of 14244 with flag 22150/174444
42.34/44.90	c cleaning 7057 clauses out of 14131 with flag 36150/181444
44.39/47.10	c cleaning 7528 clauses out of 15075 with flag 52152/189445
46.76/49.48	c cleaning 8263 clauses out of 16546 with flag 70150/198444
48.82/51.68	c cleaning 9131 clauses out of 18283 with flag 90150/208444
51.25/54.10	c cleaning 10069 clauses out of 20152 with flag 112150/219444
53.65/56.53	c cleaning 11032 clauses out of 22084 with flag 136152/231445
56.39/59.46	c cleaning 12018 clauses out of 24051 with flag 162151/244444
59.81/62.93	c cleaning 13009 clauses out of 26033 with flag 190151/258444
63.31/66.52	c cleaning 14001 clauses out of 28024 with flag 220151/273444
67.10/70.50	c cleaning 15001 clauses out of 30023 with flag 252152/289444
70.91/74.40	c cleaning 16003 clauses out of 32023 with flag 286154/306445
75.01/78.64	c cleaning 17001 clauses out of 34019 with flag 322156/324444
79.82/83.56	c cleaning 17998 clauses out of 36018 with flag 360162/343444
84.99/88.85	c cleaning 19001 clauses out of 38020 with flag 400163/363444
89.99/93.94	c cleaning 20001 clauses out of 40019 with flag 442163/384444
95.62/99.79	c cleaning 21002 clauses out of 42019 with flag 486165/406445
101.69/106.00	c cleaning 22002 clauses out of 44017 with flag 532165/429445
109.14/113.33	c cleaning 23002 clauses out of 46015 with flag 580165/453445
116.14/120.49	c cleaning 23993 clauses out of 48013 with flag 630165/478445
124.36/128.81	c cleaning 25000 clauses out of 50019 with flag 682163/504444
135.00/139.61	c cleaning 26000 clauses out of 52019 with flag 736163/531444
144.41/149.24	c cleaning 27001 clauses out of 54019 with flag 792163/559444
156.04/160.99	c cleaning 28001 clauses out of 56018 with flag 850165/588444
166.85/171.95	c cleaning 29003 clauses out of 58017 with flag 910165/618444
176.48/181.41	c cleaning 29997 clauses out of 60014 with flag 972165/649444
184.11/189.21	c cleaning 31001 clauses out of 62017 with flag 1036165/681444
194.04/199.22	c cleaning 31997 clauses out of 64018 with flag 1102170/714446
203.00/208.35	c cleaning 33001 clauses out of 66020 with flag 1170168/748445
215.31/220.87	c cleaning 34002 clauses out of 68018 with flag 1240166/783444
228.75/234.10	c cleaning 34997 clauses out of 70016 with flag 1312166/819444
241.73/247.27	c cleaning 36001 clauses out of 72020 with flag 1386168/856445
255.26/260.97	c cleaning 37001 clauses out of 74019 with flag 1462168/894445
268.02/273.73	c cleaning 37999 clauses out of 76018 with flag 1540170/933445
284.73/290.65	c cleaning 38998 clauses out of 78020 with flag 1620172/973446
299.40/305.16	c cleaning 40001 clauses out of 80021 with flag 1702170/1014445
314.06/319.87	c cleaning 41000 clauses out of 82020 with flag 1786170/1056445
329.03/334.67	c cleaning 41998 clauses out of 84019 with flag 1872171/1099444
344.65/350.46	c cleaning 43002 clauses out of 86023 with flag 1960175/1143446
359.65/365.59	c cleaning 44003 clauses out of 88019 with flag 2050171/1188444
374.81/380.55	c cleaning 45001 clauses out of 90017 with flag 2142174/1234445
388.66/394.58	c cleaning 45998 clauses out of 92015 with flag 2236172/1281444
402.24/408.23	c cleaning 46997 clauses out of 94017 with flag 2332172/1329444
417.41/423.24	c cleaning 48002 clauses out of 96021 with flag 2430174/1378445
432.80/438.87	c cleaning 49000 clauses out of 98019 with flag 2530174/1428445
448.03/454.26	c cleaning 50000 clauses out of 100019 with flag 2632175/1479445
465.67/471.68	c cleaning 51001 clauses out of 102019 with flag 2736175/1531445
484.14/490.36	c cleaning 51999 clauses out of 104017 with flag 2842173/1584444
505.70/512.02	c cleaning 52998 clauses out of 106019 with flag 2950175/1638445
526.34/532.46	c cleaning 54005 clauses out of 108021 with flag 3060175/1693445
544.65/550.57	c cleaning 54995 clauses out of 110016 with flag 3172175/1749445
569.62/575.72	c cleaning 55997 clauses out of 112020 with flag 3286173/1806444
589.43/595.60	c cleaning 57005 clauses out of 114023 with flag 3402173/1864444
609.75/615.78	c cleaning 57998 clauses out of 116019 with flag 3520175/1923445
631.39/637.09	c cleaning 58998 clauses out of 118020 with flag 3640173/1983444
648.59/654.38	c cleaning 59998 clauses out of 120022 with flag 3762173/2044444
672.80/678.23	c cleaning 61002 clauses out of 122024 with flag 3886175/2106444
694.80/700.48	c cleaning 61999 clauses out of 124022 with flag 4012175/2169444
721.40/726.70	c cleaning 63003 clauses out of 126024 with flag 4140177/2233445
745.24/750.77	c cleaning 64000 clauses out of 128020 with flag 4270175/2298444
772.42/777.77	c cleaning 65004 clauses out of 130021 with flag 4402177/2364445
794.05/799.48	c cleaning 66002 clauses out of 132017 with flag 4536177/2431445
819.36/824.56	c cleaning 66995 clauses out of 134014 with flag 4672175/2499444
849.67/854.42	c cleaning 68001 clauses out of 136021 with flag 4810179/2568446
878.74/883.60	c cleaning 68997 clauses out of 138018 with flag 4950175/2638444
902.81/907.43	c cleaning 70001 clauses out of 140022 with flag 5092177/2709445
927.53/932.26	c cleaning 70999 clauses out of 142020 with flag 5236175/2781444
955.22/959.65	c cleaning 72001 clauses out of 144021 with flag 5382176/2854444
988.19/992.71	c cleaning 72998 clauses out of 146020 with flag 5530176/2928444
1020.29/1024.54	c cleaning 74007 clauses out of 148022 with flag 5680176/3003444
1058.05/1061.83	c cleaning 74997 clauses out of 150015 with flag 5832176/3079444
1094.47/1098.41	c cleaning 76000 clauses out of 152019 with flag 5986178/3156445
1128.57/1132.22	c cleaning 76995 clauses out of 154018 with flag 6142176/3234444
1160.03/1163.83	c cleaning 78004 clauses out of 156023 with flag 6300176/3313444
1193.84/1197.39	c cleaning 79003 clauses out of 158019 with flag 6460176/3393444
1227.54/1230.51	c cleaning 79997 clauses out of 160017 with flag 6622179/3474445
1257.06/1259.35	c cleaning 81000 clauses out of 162019 with flag 6786177/3556444
1303.58/1305.12	c cleaning 82001 clauses out of 164020 with flag 6952212/3639445
1354.61/1355.63	c cleaning 83002 clauses out of 166018 with flag 7120301/3723444
1413.49/1413.98	c cleaning 83995 clauses out of 168016 with flag 7290307/3808444
1459.34/1459.11	c cleaning 85001 clauses out of 170022 with flag 7462309/3894445
1542.16/1541.42	c cleaning 86001 clauses out of 172020 with flag 7636307/3981444
1645.22/1644.92	c cleaning 86996 clauses out of 174020 with flag 7812309/4069445
1740.71/1740.31	c cleaning 88002 clauses out of 176024 with flag 7990309/4158445
1813.85/1813.78	c cleaning 89000 clauses out of 178022 with flag 8170309/4248445
1927.49/1927.36	c cleaning 90000 clauses out of 180022 with flag 8352309/4339445
2037.31/2037.61	c cleaning 90999 clauses out of 182022 with flag 8536309/4431445
2126.77/2126.81	c cleaning 91999 clauses out of 184022 with flag 8722308/4524444
2232.31/2232.85	c cleaning 92999 clauses out of 186024 with flag 8910322/4618445
2334.53/2335.06	c cleaning 94001 clauses out of 188024 with flag 9100320/4713444
2412.55/2413.33	c cleaning 95005 clauses out of 190025 with flag 9292328/4809446
2461.12/2461.61	c cleaning 96000 clauses out of 192018 with flag 9486324/4906444
2481.97/2482.50	c Got one! Elapsed wall clock time (in seconds):2482.331
2481.97/2482.50	o -669
2483.84/2484.40	c cleaning 75702 clauses out of 151420 with flag 10003/4961846
2485.69/2486.36	c cleaning 40850 clauses out of 81718 with flag 22003/4967846
2487.44/2488.03	c cleaning 23929 clauses out of 47868 with flag 36003/4974846
2489.07/2489.76	c cleaning 15961 clauses out of 31940 with flag 52005/4982847
2491.06/2491.78	c cleaning 12483 clauses out of 24979 with flag 70005/4991847
2493.60/2494.32	c cleaning 11236 clauses out of 22495 with flag 90004/5001846
2496.29/2497.03	c cleaning 11121 clauses out of 22260 with flag 112006/5012847
2498.72/2499.51	c Got one! Elapsed wall clock time (in seconds):2499.343
2498.72/2499.51	o -670
2500.00/2500.83	c cleaning 13625 clauses out of 27264 with flag 10518/5028972
2501.44/2502.19	c cleaning 9814 clauses out of 19639 with flag 22668/5034972
2502.88/2503.63	c cleaning 8403 clauses out of 16825 with flag 36668/5041972
2504.44/2505.29	c cleaning 8202 clauses out of 16422 with flag 52670/5049972
2506.34/2507.19	c cleaning 8602 clauses out of 17221 with flag 70672/5058973
2508.47/2509.33	c cleaning 9302 clauses out of 18617 with flag 90669/5068971
2511.05/2511.94	c cleaning 10150 clauses out of 20317 with flag 112673/5079973
2513.48/2514.47	c cleaning 11076 clauses out of 22167 with flag 136673/5091973
2516.27/2517.26	c cleaning 12032 clauses out of 24089 with flag 162669/5104971
2519.88/2520.85	c cleaning 13022 clauses out of 26058 with flag 190671/5118972
2523.51/2524.55	c cleaning 14008 clauses out of 28035 with flag 220669/5133971
2528.15/2529.14	c cleaning 15006 clauses out of 30028 with flag 252671/5149972
2532.56/2533.61	c cleaning 16000 clauses out of 32021 with flag 286669/5166971
2537.34/2538.46	c cleaning 17001 clauses out of 34021 with flag 322669/5184971
2542.22/2543.32	c cleaning 18003 clauses out of 36020 with flag 360671/5203971
2547.03/2548.20	c cleaning 18999 clauses out of 38019 with flag 400675/5223973
2551.84/2552.96	c cleaning 20004 clauses out of 40019 with flag 442674/5244972
2556.90/2558.08	c cleaning 20999 clauses out of 42015 with flag 486674/5266972
2562.87/2564.09	c cleaning 21996 clauses out of 44015 with flag 532672/5289971
2568.86/2570.04	c cleaning 23000 clauses out of 46020 with flag 580674/5313972
2575.30/2576.51	c cleaning 23998 clauses out of 48019 with flag 630673/5338971
2581.39/2582.75	c cleaning 25004 clauses out of 50021 with flag 682673/5364971
2588.64/2590.03	c cleaning 26001 clauses out of 52018 with flag 736675/5391972
2595.91/2597.23	c cleaning 26998 clauses out of 54017 with flag 792675/5419972
2604.34/2605.78	c cleaning 27999 clauses out of 56018 with flag 850687/5448971
2613.09/2614.45	c cleaning 28999 clauses out of 58019 with flag 910687/5478971
2622.43/2623.63	c cleaning 30001 clauses out of 60021 with flag 972689/5509972
2633.04/2634.33	c cleaning 31001 clauses out of 62019 with flag 1036687/5541971
2641.16/2642.52	c cleaning 31996 clauses out of 64018 with flag 1102688/5574971
2652.15/2653.68	c cleaning 33001 clauses out of 66022 with flag 1170688/5608971
2664.46/2665.72	c cleaning 34001 clauses out of 68021 with flag 1240688/5643971
2677.70/2679.06	c cleaning 35002 clauses out of 70020 with flag 1312688/5679971
2689.30/2690.72	c cleaning 35997 clauses out of 72019 with flag 1386701/5716972
2703.29/2704.70	c cleaning 37000 clauses out of 74021 with flag 1462700/5754971
2718.95/2720.29	c cleaning 37999 clauses out of 76021 with flag 1540700/5793971
2733.81/2735.18	c cleaning 38999 clauses out of 78022 with flag 1620700/5833971
2747.79/2749.29	c cleaning 39997 clauses out of 80024 with flag 1702702/5874972
2764.01/2765.38	c cleaning 41005 clauses out of 82026 with flag 1786700/5916971
2780.46/2781.89	c cleaning 41999 clauses out of 84021 with flag 1872700/5959971
2799.05/2800.58	c cleaning 42997 clauses out of 86022 with flag 1960700/6003971
2813.11/2814.39	c cleaning 44002 clauses out of 88025 with flag 2050702/6048971
2827.09/2828.05	c cleaning 45000 clauses out of 90024 with flag 2142704/6094972
2840.21/2841.27	c cleaning 46001 clauses out of 92023 with flag 2236703/6141971
2855.15/2856.20	c cleaning 47000 clauses out of 94023 with flag 2332705/6189972
2867.70/2868.50	c cleaning 47999 clauses out of 96023 with flag 2430705/6238972
2884.48/2885.44	c cleaning 49001 clauses out of 98023 with flag 2530703/6288971
2910.09/2911.17	c cleaning 49999 clauses out of 100022 with flag 2632703/6339971
2927.91/2929.10	c cleaning 51002 clauses out of 102024 with flag 2736707/6391972
2948.66/2949.62	c cleaning 52000 clauses out of 104021 with flag 2842705/6444971
2975.95/2977.04	c cleaning 53000 clauses out of 106021 with flag 2950705/6498971
3001.34/3002.26	c cleaning 54003 clauses out of 108021 with flag 3060705/6553971
3028.33/3029.36	c cleaning 54997 clauses out of 110018 with flag 3172705/6609971
3061.07/3062.00	c cleaning 55999 clauses out of 112021 with flag 3286705/6666971
3100.34/3101.01	c cleaning 57001 clauses out of 114023 with flag 3402708/6724972
3132.48/3133.18	c cleaning 58001 clauses out of 116023 with flag 3520710/6783973
3168.88/3169.47	c cleaning 58998 clauses out of 118021 with flag 3640708/6843972
3208.36/3209.05	c cleaning 60000 clauses out of 120022 with flag 3762706/6904971
3236.48/3237.39	c cleaning 60998 clauses out of 122022 with flag 3886706/6966971
3277.12/3277.87	c cleaning 61999 clauses out of 124024 with flag 4012706/7029971
3313.06/3313.97	c cleaning 63005 clauses out of 126026 with flag 4140708/7093972
3336.72/3337.36	c cleaning 64001 clauses out of 128021 with flag 4270708/7158972
3366.37/3367.18	c cleaning 65001 clauses out of 130019 with flag 4402706/7224971
3398.30/3399.09	c cleaning 65998 clauses out of 132018 with flag 4536706/7291971
3436.83/3437.45	c cleaning 67001 clauses out of 134020 with flag 4672706/7359971
3472.97/3473.75	c cleaning 68002 clauses out of 136019 with flag 4810706/7428971
3508.07/3508.53	c cleaning 68996 clauses out of 138018 with flag 4950708/7498972
3539.90/3540.54	c cleaning 69996 clauses out of 140021 with flag 5092706/7569971
3575.18/3575.93	c cleaning 71004 clauses out of 142025 with flag 5236706/7641971
3600.01/3600.50	c starts		: 45
3600.01/3600.51	c conflicts		: 7695351
3600.01/3600.51	c decisions		: 7697518
3600.01/3600.51	c propagations		: 1001822903
3600.01/3600.51	c inspects		: 98539488110
3600.01/3600.51	c shortcuts		: 0
3600.01/3600.51	c learnt literals	: 0
3600.01/3600.51	c learnt binary clauses	: 0
3600.01/3600.51	c learnt ternary clauses	: 0
3600.01/3600.51	c learnt constraints	: 7695351
3600.01/3600.51	c ignored constraints	: 0
3600.01/3600.51	c root simplifications	: 0
3600.01/3600.51	c removed literals (reason simplification)	: 2132067578
3600.01/3600.51	c reason swapping (by a shorter reason)	: 0
3600.01/3600.51	c Calls to reduceDB	: 191
3600.01/3600.51	c Number of update (reduction) of LBD	: 336
3600.01/3600.51	c Imported unit clauses	: 0
3600.01/3600.51	c No decision after first conflict	: false
3600.01/3600.51	c number of reductions to clauses (during analyze)	: 0
3600.01/3600.51	c number of learned constraints concerned by reduction	: 0
3600.01/3600.51	c number of learning phase by resolution	: 0
3600.01/3600.51	c number of learning phase by cutting planes	: 0
3600.01/3600.51	c number of rounding to 1 operations	: 0
3600.01/3600.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3600.51	c number of reductions of the coefficients by power 2 	: 0
3600.01/3600.51	c number of right shift for reduction by power 2 	: 0
3600.01/3600.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3600.51	c number of ending skipping 	: 0
3600.01/3600.51	c number of internal skipping 	: 0
3600.01/3600.51	c number of derivation steps 	: 0
3600.01/3600.51	c number of skipped derivation steps 	: 0
3600.01/3600.51	c number of remaining unassigned 	: 0
3600.01/3600.51	c number of remaining assigned 	: 0
3600.01/3600.51	c number of falsified literals weakened from reason	: 0
3600.01/3600.51	c number of falsified literals weakened from conflict	: 0
3600.01/3600.51	c time for arithmetic operations	: 0
3600.01/3600.51	c minimum degree of deleted constraints	: null
3600.01/3600.51	c maximum degree of deleted constraints	: null
3600.01/3600.51	c number of deleted constraints	: 0
3600.01/3600.51	c speed (assignments/second)	: 278507.79695583315
3600.01/3600.51	c non guided choices	: 176
3600.01/3600.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124401
3600.01/3600.55	s SATISFIABLE
3600.01/3600.55	c Found 44 solution(s)
3600.01/3600.55	v x1 -x2 -x3 x4 -x5 x6 x7 x8 -x9 -x10 -x11 -x12 x13 x14 -x15 x16 -x17 -x18 x19 x20 -x21 x22 -x23 -x24 x25 -x26 -x27 x28 -x29 -x30 x31 x32 -x33 x34 -x35 -x36 x37 x38 x39 x40 -x41 x42 x43 x44 x45 x46 -x47 x48 x49 -x50 -x51 x52 -x53 x54 x55 -x56 x57 -x58 -x59 -x60 x61 x62 x63 x64 -x65 -x66 x67 -x68 x69 x70 -x71 -x72 x73 -x74 x75 x76 -x77 x78 x79 -x80 x81 x82 -x83 -x84 x85 -x86 x87 x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 x102 x103 -x104 x105 -x106 x107 -x108 x109 x110 x111 -x112 -x113 -x114 -x115 x116 x117 -x118 x119 -x120 -x121 x122 x123 -x124 x125 -x126 -x127 x128 -x129 -x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 -x139 x140 x141 x142 x143 -x144 x145 x146 x147 x148 x149 -x150 x151 x152 -x153 -x154 x155 -x156 x157 -x158 x159 x160 x161 -x162 -x163 -x164 -x165 x166 x167 -x168 x169 -x170 -x171 x172 x173 -x174 x175 -x176 -x177 x178 -x179 -x180 x181 -x182 -x183 x184 x185 -x186 x187 -x188 -x189 x190 x191 x192 x193 -x194 x195 x196 x197 x198 x199 -x200 x201 x202 -x203 -x204 x205 -x206 x207 -x208 -x209 -x210 x211 x212 x213 x214 -x215 -x216 x217 -x218 x219 x220 -x221 -x222 x223 -x224 x225 x226 -x227 x228 x229 -x230 x231 x232 -x233 -x234 x235 -x236 x237 x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 x252 x253 -x254 x255 x256 x257 x258 -x259 -x260 -x261 -x262 x263 x264 -x265 x266 -x267 -x268 x269 x270 -x271 x272 -x273 -x274 x275 -x276 -x277 x278 -x279 -x280 x281 x282 -x283 x284 -x285 -x286 x287 x288 x289 x290 -x291 x292 x293 x294 x295 x296 -x297 x298 x299 -x300 -x301 x302 -x303 -x304 -x305 x306 x307 x308 x309 -x310 -x311 x312 -x313 x314 x315 -x316 -x317 x318 -x319 x320 x321 -x322 x323 x324 -x325 x326 x327 -x328 -x329 x330 -x331 x332 x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 x347 x348 -x349 x350 -x351 x352 x353 x354 x355 -x356 -x357 x358 -x359 x360 x361 -x362 -x363 x364 -x365 x366 x367 -x368 x369 x370 -x371 x372 x373 -x374 -x375 x376 -x377 x378 x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 x393 x394 -x395 x396 x397 x398 x399 x400 -x401 -x402 x403 -x404 x405 x406 -x407 -x408 x409 -x410 x411 x412 -x413 x414 x415 -x416 x417 x418 -x419 -x420 x421 -x422 x423 x424 -x425 -x426 -x427 -x428 x429 -x430 -x431 -x432 -x433 -x434 x435 -x436 -x437 x438 x439 -x440 x441 -x442 -x443 -x444 x445 x446 -x447 x448 -x449 -x450 x451 x452 -x453 x454 -x455 -x456 x457 -x458 -x459 x460 -x461 -x462 x463 x464 -x465 x466 -x467 -x468 x469 x470 x471 x472 -x473 x474 x475 x476 x477 x478 -x479 x480 x481 -x482 -x483 x484 -x485 -x486 -x487 x488 x489 -x490 x491 -x492 -x493 x494 x495 -x496 x497 -x498 -x499 x500 -x501 -x502 x503 -x504 -x505 x506 x507 -x508 x509 -x510 -x511 x512 x513 x514 x515 -x516 x517 x518 x519 x520 x521 -x522 x523 x524 -x525 -x526 x527 -x528 -x529 x530 x531 -x532 x533 -x534 -x535 x536 x537 -x538 x539 -x540 -x541 x542 -x543 -x544 x545 -x546 -x547 x548 x549 -x550 x551 -x552 -x553 x554 x555 x556 x557 -x558 x559 x560 x561 x562 x563 -x564 x565 x566 -x567 -x568 x569 -x570 x571 x572 -x573 x574 -x575 -x576 x577 x578 -x579 x580 -x581 -x582 x583 -x584 -x585 x586 -x587 -x588 x589 x590 -x591 x592 -x593 -x594 x595 x596 x597 x598 -x599 x600 x601 x602 x603 x604 -x605 x606 x607 -x608 -x609 x610 -x611 -x612 x613 -x614 x615 x616 -x617 -x618 x619 -x620 x621 x622 -x623 x624 x625 -x626 x627 x628 -x629 -x630 x631 -x632 x633 x634 -x635 -x636 -x637 -x638 x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 x648 x649 -x650 x651 x652 -x653 x654 x655 -x656 -x657 x658 -x659 x660 x661 -x662 x663 x664 -x665 x666 x667 -x668 -x669 x670 -x671 x672 x673 -x674 -x675 -x676 -x677 x678 -x679 -x680 -x681 -x682 -x683 x684 -x685 -x686 x687 x688 -x689 x690 x691 -x692 -x693 x694 x695 -x696 x697 -x698 -x699 x700 -x701 -x702 x703 -x704 -x705 x706 x707 -x708 x709 -x710 -x711 x712 x713 x714 x715 -x716 x717 x718 x719 x720 x721 -x722 x723 x724 -x725 -x726 x727 -x728 x729 x730 -x731 -x732 x733 -x734 x735 x736 -x737 x738 x739 -x740 x741 x742 -x743 -x744 x745 -x746 x747 x748 -x749 -x750 -x751 -x752 x753 -x754 -x755 -x756 -x757 -x758 x759 -x760 -x761 x762 x763 -x764 x765 -x766 x767 x768 -x769 x770 -x771 -x772 x773 -x774 -x775 x776 -x777 -x778 x779 x780 -x781 x782 -x783 -x784 x785 x786 x787 x788 -x789 x790 x791 x792 x793 x794 -x795 x796 x797 -x798 -x799 x800 -x801 x802 x803 -x804 x805 -x806 -x807 x808 -x809 -x810 x811 -x812 -x813 x814 x815 -x816 x817 -x818 -x819 x820 x821 x822 x823 -x824 x825 x826 x827 x828 x829 -x830 x831 x832 -x833 -x834 x835 -x836 -x837 x838 -x839 x840 x841 -x842 x843 x844 -x845 x846 x847 -x848 -x849 x850 -x851 x852 x853 -x854 -x855 -x856 -x857 x858 -x859 -x860 -x861 -x862 -x863 x864 -x865 -x866 x867 x868 -x869 x870 x871 -x872 x873 x874 -x875 x876 x877 -x878 x879 x880 -x881 -x882 x883 -x884 x885 x886 -x887 -x888 -x889 -x890 x891 -x892 -x893 -x894 -x895 -x896 x897 -x898 -x899 x900 x901 -x902 x903 x904 -x905 -x906 x907 -x908 -x909 x910 -x911 -x912 x913 x914 -x915 x916 -x917 -x918 x919 x920 x921 x922 -x923 x924 x925 x926 x927 x928 -x929 x930 x931 -x932 -x933 x934 -x935 x936 x937 -x938 x939 x940 -x941 x942 x943 -x944 -x945 x946 -x947 x948 x949 -x950 -x951 -x952 -x953 x954 -x955 -x956 -x957 -x958 -x959 x960 -x961 -x962 x963 x964 -x965 x966 -x967 x968 -x969 -x970 x971 -x972 -x973 x974 x975 -x976 x977 -x978 -x979 x980 x981 x982 x983 -x984 x985 x986 x987 x988 x989 -x990 x991 x992 -x993 -x994 x995 -x996 x997 -x998 -x999 x1000 -x1001 -x1002 x1003 x1004 -x1005 x1006 -x1007 -x1008 x1009 x1010 x1011 x1012 -x1013 x1014 x1015 x1016 x1017 x1018 -x1019 x1020 x1021 -x1022 -x1023 x1024 -x1025 x1026 x1027 -x1028 x1029 x1030 -x1031 -x1032 x1033 -x1034 x1035 x1036 -x1037 -x1038 -x1039 -x1040 x1041 -x1042 -x1043 -x1044 -x1045 -x1046 x1047 -x1048 -x1049 x1050 x1051 -x1052 x1053 -x1054 x1055 -x1056 -x1057 x1058 x1059 -x1060 x1061 -x1062 -x1063 x1064 x1065 x1066 x1067 -x1068 x1069 x1070 x1071 x1072 x1073 -x1074 x1075 x1076 -x1077 -x1078 x1079 -x1080 x1081 -x1082 -x1083 x1084 x1085 -x1086 x1087 -x1088 -x1089 x1090 x1091 x1092 x1093 -x1094 x1095 x1096 x1097 x1098 x1099 -x1100 x1101 x1102 -x1103 -x1104 x1105 -x1106 x1107 x1108 -x1109 -x1110 x1111 -x1112 x1113 x1114 -x1115 -x1116 -x1117 -x1118 x1119 -x1120 -x1121 -x1122 -x1123 -x1124 x1125 -x1126 -x1127 x1128 x1129 -x1130 x1131 -x1132 x1133 x1134 -x1135 x1136 -x1137 -x1138 x1139 x1140 x1141 x1142 -x1143 x1144 x1145 x1146 x1147 x1148 -x1149 x1150 x1151 -x1152 -x1153 x1154 -x1155 x1156 x1157 -x1158 x1159 -x1160 -x1161 x1162 x1163 x1164 x1165 -x1166 x1167 x1168 x1169 x1170 x1171 -x1172 x1173 x1174 -x1175 -x1176 x1177 -x1178 -x1179 x1180 -x1181 x1182 x1183 -x1184 -x1185 -x1186 -x1187 x1188 -x1189 -x1190 -x1191 -x1192 -x1193 x1194 -x1195 -x1196 x1197 x1198 -x1199 x1200 x1201 -x1202 x1203 x1204 -x1205 -x1206 -x1207 -x1208 x1209 -x1210 -x1211 -x1212 -x1213 -x1214 x1215 -x1216 -x1217 x1218 x1219 -x1220 x1221 x1222 -x1223 -x1224 x1225 x1226 x1227 x1228 -x1229 x1230 x1231 x1232 x1233 x1234 -x1235 x1236 x1237 -x1238 -x1239 x1240 -x1241 x1242 x1243 -x1244 -x1245 -x1246 -x1247 x1248 -x1249 -x1250 -x1251 -x1252 -x1253 x1254 -x1255 -x1256 x1257 x1258 -x1259 x1260 -x1261 x1262 x1263 x1264 x1265 -x1266 x1267 x1268 x1269 x1270 x1271 -x1272 x1273 x1274 -x1275 -x1276 x1277 -x1278 x1279 x1280 x1281 x1282 -x1283 x1284 x1285 x1286 x1287 x1288 -x1289 x1290 x1291 -x1292 -x1293 x1294 -x1295 -x1296 -x1297 -x1298 x1299 -x1300 -x1301 -x1302 -x1303 -x1304 x1305 -x1306 -x1307 x1308 x1309 -x1310 x1311 -x1312 -x1313 x1314 -x1315 -x1316 -x1317 -x1318 -x1319 x1320 -x1321 -x1322 x1323 x1324 -x1325 x1326 -x1327 x1328 -x1329 -x1330 -x1331 -x1332 -x1333 x1334 -x1335 -x1336 x1337 x1338 -x1339 x1340 x1341 -x1342 -x1343 -x1344 -x1345 -x1346 x1347 -x1348 -x1349 x1350 x1351 -x1352 x1353 x1354 x1355 x1356 x1357 x1358 -x1359 x1360 x1361 -x1362 -x1363 x1364 -x1365 -x1366 -x1367 -x1368 -x1369 x1370 -x1371 -x1372 x1373 x1374 -x1375 x1376 -x1377 -x1378 -x1379 x1380 -x1381 -x1382 x1383 x1384 -x1385 x1386 -x1387 -x1388 x1389 -x1390 -x1391 x1392 x1393 -x1394 x1395 -x1396 x1397 -x1398 -x1399 x1400 x1401 -x1402 x1403 x1404 -x1405 -x1406 x1407 x1408 -x1409 x1410 x1411 x1412 -x1413 -x1414 x1415 -x1416 -x1417 x1418 x1419 -x1420 x1421 x1422 x1423 -x1424 x1425 -x1426 x1427 -x1428 x1429 -x1430 x1431 
3600.01/3600.55	c objective function=-670
3600.01/3600.55	c Total wall clock time (in seconds): 3600.384

Verifier Data

OK	-670

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

running on 4 cores: 28-31

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-7,10,15,18-19,24,56,58,60,62-63
  3550 MHz: 8-9,11-14,21,28-29,31,36-37,50,52-55,61
  3600 MHz: 16-17,20,22-23,25-27,30,32-35,38-49,51,57,59
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 28-31

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (67030 MiB free)
  node 1: cores 8-15, 129019 MiB (112540 MiB free)
  node 2: cores 16-23, 128973 MiB (93987 MiB free)
  node 3: cores 24-31, 129003 MiB (125427 MiB free)
  node 4: cores 32-39, 129019 MiB (125996 MiB free)
  node 5: cores 40-47, 129019 MiB (123707 MiB free)
  node 6: cores 48-55, 129019 MiB (121267 MiB free)
  node 7: cores 56-63, 128474 MiB (125895 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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

solver pid=1319504, runsolver pid=1319485

[startup+0.100058 s]*
/proc/loadavg: 13.34 21.87 22.61 9/914 1319597
/proc/meminfo: memFree=917372740/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=34900004 memory=43624 CPUtime=0.03 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 5034 0 0 0 2 1 0 0 20 0 19 0 302863759 35737604096 10291 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8725001 10906 5901 1 0 30423 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=34900044 memory=4034094885 CPUtime=0.01 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) R 1319485 1319504 1292139 0 -1 4194368 2495 0 0 0 1 0 0 0 20 0 19 0 302863767 35737645056 10419 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=34900044 memory=3200 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 10419 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=34900044 memory=59619263381984 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 10419 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=34900044 memory=56286402314836 CPUtime=0 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 10419 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=34900044 memory=62879210668824 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 10419 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=34900044 memory=58511296038123 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 10419 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 34900004 KiB
Current children cumulated memory: 43624 KiB

[startup+0.213818 s]*
/proc/loadavg: 13.34 21.87 22.61 9/1091 1319798
/proc/meminfo: memFree=917190112/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=34900044 memory=50436 CPUtime=0.13 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 6050 0 0 0 12 1 0 0 20 0 19 0 302863759 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8725011 12609 6111 1 0 31391 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=34900044 memory=3458775719129345843 CPUtime=0.06 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) D 1319485 1319504 1292139 0 -1 4194368 3074 0 0 0 6 0 0 0 20 0 19 0 302863767 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=34900044 memory=211393184109 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=34900044 memory=61818286655539 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=34900044 memory=57385913960731 CPUtime=0 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=34900044 memory=52987901004435 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=34900044 memory=60710319331440 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50436 KiB

[startup+0.313652 s]*
/proc/loadavg: 13.34 21.87 22.61 2/1091 1319798
/proc/meminfo: memFree=917199916/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=34900044 memory=50436 CPUtime=0.13 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 6050 0 0 0 12 1 0 0 20 0 19 0 302863759 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8725011 12609 6111 1 0 31391 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=34900044 memory=3900173575473295155 CPUtime=0.06 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) D 1319485 1319504 1292139 0 -1 4194368 3074 0 0 0 6 0 0 0 20 0 19 0 302863767 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=34900044 memory=3472275524095836525 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=34900044 memory=8430800320724224051 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=34900044 memory=57385913960731 CPUtime=0 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=34900044 memory=52987901004435 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=34900044 memory=60710319331440 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50436 KiB

[startup+0.700138 s]
/proc/loadavg: 13.34 21.87 22.61 2/1091 1319798
/proc/meminfo: memFree=917200040/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=34900044 memory=50436 CPUtime=0.13 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 6050 0 0 0 12 1 0 0 20 0 19 0 302863759 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8725011 12609 6111 1 0 31391 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=34900044 memory=3044 CPUtime=0.06 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) D 1319485 1319504 1292139 0 -1 4194368 3074 0 0 0 6 0 0 0 20 0 19 0 302863767 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=34900044 memory=4812 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=34900044 memory=4772 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=34900044 memory=50408 CPUtime=0 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=34900044 memory=4844 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=34900044 memory=0 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50436 KiB

[startup+1.50013 s]
/proc/loadavg: 13.34 21.87 22.61 1/1091 1319798
/proc/meminfo: memFree=917203408/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=34900044 memory=50436 CPUtime=0.13 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 6050 0 0 0 12 1 0 0 20 0 19 0 302863759 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8725011 12609 6111 1 0 31391 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=34900044 memory=3044 CPUtime=0.06 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) D 1319485 1319504 1292139 0 -1 4194368 3074 0 0 0 6 0 0 0 20 0 19 0 302863767 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=34900044 memory=4812 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=34900044 memory=4772 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=34900044 memory=50408 CPUtime=0 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=34900044 memory=4844 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=34900044 memory=-8253362762721552512 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12071 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50436 KiB

[startup+3.11512 s]
/proc/loadavg: 13.34 21.87 22.61 1/1090 1319798
/proc/meminfo: memFree=917214844/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=34900044 memory=53112 CPUtime=0.15 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 6154 0 0 0 14 1 0 0 20 0 19 0 302863759 35737645056 12788 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8725011 13278 6169 1 0 31437 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=34900044 memory=3044 CPUtime=0.07 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) R 1319485 1319504 1292139 0 -1 4194368 3092 0 0 0 7 0 0 0 20 0 19 0 302863767 35737645056 12788 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=34900044 memory=4812 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12788 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=34900044 memory=4772 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12788 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=34900044 memory=4844 CPUtime=0 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12788 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=34900044 memory=50408 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12788 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=34900044 memory=50436 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302863769 35737645056 12788 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 53112 KiB
heavy processes:

[startup+6.30018 s]
/proc/loadavg: 15.16 22.10 22.68 18/1122 1319897
/proc/meminfo: memFree=910040348/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=35232864 memory=647232 CPUtime=5.8 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 22934 0 0 0 571 9 0 0 20 0 23 0 302863759 36078452736 161375 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8808216 161808 6248 1 0 187997 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=35232864 memory=2384 CPUtime=2.97 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) R 1319485 1319504 1292139 0 -1 4194368 5458 0 0 0 291 6 0 0 20 0 23 0 302863767 36078452736 161375 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=35232864 memory=198 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 161375 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=35232864 memory=15628 CPUtime=0 cores=28-31

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

/proc/meminfo: memFree=569895488/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=35232864 memory=1760340 CPUtime=3401.55 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 297752 0 0 0 338746 1409 0 0 20 0 23 0 302863759 36078452736 439699 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8808216 440085 6296 1 0 464502 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=35232864 memory=1698500 CPUtime=3339.27 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) R 1319485 1319504 1292139 0 -1 4194368 120234 0 0 0 332584 1343 0 0 20 0 23 0 302863767 36078452736 439699 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 0 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=35232864 memory=1671772 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 439699 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=35232864 memory=1702664 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 439699 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=35232864 memory=4708 CPUtime=0.1 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 94 0 0 0 6 4 0 0 20 0 23 0 302863769 36078452736 439699 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=35232864 memory=1721188 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 439699 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=35232864 memory=5700 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 839 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 439699 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319839] ppid=1319485 vsize=35232864 memory=1760340 CPUtime=0 cores=28-31
/proc/1319504/task/1319839/stat : 1319839 (Timer-0) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864100 36078452736 439699 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 3401.55 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1760340 KiB

[startup+3462.3 s]
/proc/loadavg: 11.65 12.54 13.69 14/1082 1321961
/proc/meminfo: memFree=646315128/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=35232864 memory=1782632 CPUtime=3461.66 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 300562 0 0 0 344740 1426 0 0 20 0 23 0 302863759 36078452736 445209 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8808216 445658 6296 1 0 464502 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=35232864 memory=1698500 CPUtime=3398.67 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) R 1319485 1319504 1292139 0 -1 4194368 121158 0 0 0 338509 1358 0 0 20 0 23 0 302863767 36078452736 445209 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 0 0 0 -1 28 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=35232864 memory=1760340 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 445209 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 445209 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=35232864 memory=24636 CPUtime=0.1 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 96 0 0 0 6 4 0 0 20 0 23 0 302863769 36078452736 445209 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=35232864 memory=1782632 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 445209 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=35232864 memory=1778536 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 908 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 445209 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319839] ppid=1319485 vsize=35232864 memory=-7164482066217722723 CPUtime=0 cores=28-31
/proc/1319504/task/1319839/stat : 1319839 (Timer-0) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864100 36078452736 445209 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 3461.66 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1782632 KiB

[startup+3522.3 s]
/proc/loadavg: 11.29 12.30 13.54 11/1080 1321973
/proc/meminfo: memFree=644003364/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=35232864 memory=1763816 CPUtime=3521.76 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 307876 0 0 0 350732 1444 0 0 20 0 23 0 302863759 36078452736 440569 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8808216 440954 6296 1 0 460318 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=35232864 memory=24636 CPUtime=3457.99 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) R 1319485 1319504 1292139 0 -1 4194368 125143 0 0 0 344423 1376 0 0 20 0 23 0 302863767 36078452736 440569 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 440569 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=35232864 memory=12764 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 440569 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=35232864 memory=1747412 CPUtime=0.11 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 98 0 0 0 7 4 0 0 20 0 23 0 302863769 36078452736 440569 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=35232864 memory=1715688 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 440569 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=35232864 memory=1763816 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 925 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 440569 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319839] ppid=1319485 vsize=35232864 memory=12764 CPUtime=0 cores=28-31
/proc/1319504/task/1319839/stat : 1319839 (Timer-0) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864100 36078452736 440569 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 3521.76 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1763816 KiB

[startup+3582.3 s]
/proc/loadavg: 9.98 11.77 13.28 8/997 1322087
/proc/meminfo: memFree=768428980/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=35232864 memory=1778280 CPUtime=3581.51 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 308092 0 0 0 356687 1464 0 0 20 0 23 0 302863759 36078452736 444187 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8808216 444570 6296 1 0 468686 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=35232864 memory=5812 CPUtime=3517.32 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) R 1319485 1319504 1292139 0 -1 4194368 125186 0 0 0 350337 1395 0 0 20 0 23 0 302863767 36078452736 444187 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=35232864 memory=5812 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 444187 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=35232864 memory=1778280 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 444187 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=35232864 memory=1778280 CPUtime=0.12 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 98 0 0 0 7 5 0 0 20 0 23 0 302863769 36078452736 444187 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=35232864 memory=1778280 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 444187 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=35232864 memory=95936 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 932 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 444187 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319839] ppid=1319485 vsize=35232864 memory=11780 CPUtime=0 cores=28-31
/proc/1319504/task/1319839/stat : 1319839 (Timer-0) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864100 36078452736 444187 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 3581.51 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1778280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.5 s]
/proc/loadavg: 9.39 11.53 13.17 7/942 1322156
/proc/meminfo: memFree=806189116/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=35232864 memory=1797228 CPUtime=3600.01 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 308277 0 0 0 358532 1469 0 0 20 0 23 0 302863759 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8808216 449307 6296 1 0 468686 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=35232864 memory=1763816 CPUtime=3535.32 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) R 1319485 1319504 1292139 0 -1 4194368 125197 0 0 0 352132 1400 0 0 20 0 23 0 302863767 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=35232864 memory=11780 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=35232864 memory=1534216 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=35232864 memory=8 CPUtime=0.12 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 98 0 0 0 7 5 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=35232864 memory=41500 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 936 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319839] ppid=1319485 vsize=35232864 memory=15628 CPUtime=0 cores=28-31
/proc/1319504/task/1319839/stat : 1319839 (Timer-0) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864100 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1797228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.45 s, system=14.706 s

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

[startup+3600.5 s]
/proc/loadavg: 9.39 11.53 13.17 7/942 1322156
/proc/meminfo: memFree=806189116/1055320704 swapFree=33330684/33554428
[pid=1319504] ppid=1319485 vsize=35232864 memory=1797228 CPUtime=3600.01 cores=28-31
/proc/1319504/stat : 1319504 (java) S 1319485 1319504 1292139 0 -1 4194304 308277 0 0 0 358532 1469 0 0 20 0 23 0 302863759 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 0 0 16800975 0 0 0 17 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
/proc/1319504/statm: 8808216 449307 6296 1 0 468686 0
[pid=1319504/tid=1319557] ppid=1319485 vsize=35232864 memory=1763816 CPUtime=3535.32 cores=28-31
/proc/1319504/task/1319557/stat : 1319557 (java) R 1319485 1319504 1292139 0 -1 4194368 125197 0 0 0 352132 1400 0 0 20 0 23 0 302863767 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 0 0 0 -1 29 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319582] ppid=1319485 vsize=35232864 memory=11780 CPUtime=0 cores=28-31
/proc/1319504/task/1319582/stat : 1319582 (Referen..andler) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319583] ppid=1319485 vsize=35232864 memory=1534216 CPUtime=0 cores=28-31
/proc/1319504/task/1319583/stat : 1319583 (Finalizer) S 1319485 1319504 1292139 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319586] ppid=1319485 vsize=35232864 memory=8 CPUtime=0.12 cores=28-31
/proc/1319504/task/1319586/stat : 1319586 (Monitor..Thread) S 1319485 1319504 1292139 0 -1 4194368 98 0 0 0 7 5 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319593] ppid=1319485 vsize=35232864 memory=0 CPUtime=0 cores=28-31
/proc/1319504/task/1319593/stat : 1319593 (Notific..Thread) S 1319485 1319504 1292139 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319598] ppid=1319485 vsize=35232864 memory=41500 CPUtime=0 cores=28-31
/proc/1319504/task/1319598/stat : 1319598 (Common-Cleaner) S 1319485 1319504 1292139 0 -1 4194368 936 0 0 0 0 0 0 0 20 0 23 0 302863769 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 30 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
[pid=1319504/tid=1319839] ppid=1319485 vsize=35232864 memory=15628 CPUtime=0 cores=28-31
/proc/1319504/task/1319839/stat : 1319839 (Timer-0) S 1319485 1319504 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302864100 36078452736 448923 18446744073709551615 94107968327680 94107968331376 140722392975488 0 0 0 4 0 16800975 1 0 0 -1 31 0 0 0 0 0 94107968339240 94107968339984 94107998961664 140722392979620 140722392979806 140722392979806 140722392985544 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1797228 KiB

Child status: 143

Real time (s): 3600.56
CPU time (s): 3600.15
CPU user time (s): 3585.45
CPU system time (s): 14.706
CPU usage (%): 99.9887
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 2266356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.45
system time used= 14.706
maximum resident set size= 2264772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309816
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3278031
involuntary context switches= 6755


# summary of solver processes directly reported to runsolver:
#   pid: 1319504
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3585.45
#   total CPU system time (s): 14.706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4586 second user time and 41.1202 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-07-10 17:02:38
IDJOB=4836251
IDBENCH=178229
IDSOLVER=3672
FILE ID=nodeE005/4836251-1783695758
RUNJOBID= nodeE005-1783695758-1319369
SLURM_JOB_ID= 12734898
Free space on /tmp= 802608 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_54.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4836251-1783695758/watcher-4836251-1783695758 -o /tmp/evaluation-result-4836251-1783695758/solver-4836251-1783695758 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836251-1783695758/vars-4836251-1783695758 --bin-var /tmp/runsolver-exch-nodeE005-1783695758-1319369 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836251-1783695758 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836251-1783695758.opb

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

MD5SUM BENCH= f4b5c90f240972797eec2d6f21aa3713
RANDOM SEED=515744115

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

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

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

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

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

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

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

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

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3579.840
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		: 3576.551
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		: 3575.392
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		: 3579.730
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		: 3572.872
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		: 3575.069
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		: 3583.330
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.887
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		: 3581.037
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		: 3583.279
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		: 3583.386
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		: 3582.989
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		: 3580.914
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		: 3583.934
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		: 3573.577
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		: 3572.979
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		: 3570.347
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		: 3573.590
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		: 3593.938
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		: 3587.652
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		: 3590.725
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		: 2493.659
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		: 2493.659
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		: 3573.326
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:       1055320704 kB
MemFree:        917304720 kB
MemAvailable:   1043443532 kB
Buffers:            1096 kB
Cached:         129458536 kB
SwapCached:         3716 kB
Active:         12440244 kB
Inactive:       117179176 kB
Active(anon):     693952 kB
Inactive(anon):   130232 kB
Active(file):   11746292 kB
Inactive(file): 117048944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33330684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             40560 kB
Writeback:             8 kB
AnonPages:        159740 kB
Mapped:           153184 kB
Shmem:            664332 kB
KReclaimable:    3689348 kB
Slab:            4307812 kB
SReclaimable:    3689348 kB
SUnreclaim:       618464 kB
KernelStack:       14432 kB
PageTables:         4956 kB
SecPageTables:     15352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   129471704 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478160 kB
VmallocChunk:          0 kB
Percpu:           130560 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 802592 MiB
End job on nodeE005 at 2026-07-10 18:02:39