Trace number 4817126

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)-6209 3600.26 3271.7

General information on the benchmark

NamePB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/
instances/normalized-QPLIB_3803.opb
MD5SUMbef22df9015fdfcbecebad7d3d88fd4e
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-7360
Best CPU time to get the best result obtained on this benchmark3587.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables190
Total number of constraints2280
Number of constraints which are clauses2280
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 2728
Biggest coefficient in the objective function 1764
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 193902
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1764
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 193902
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)2538
Sum of products size (including duplicates)5076
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.02/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.02/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.14	c See www.sat4j.org for details.
0.02/0.15	c version PB26fixedPrime.v20260610
0.02/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.02/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.02/0.15	c java.vm.version	26.0.1+8-34
0.02/0.15	c java.vm.vendor	Oracle Corporation
0.02/0.15	c sun.arch.data.model	64
0.02/0.15	c java.version		26.0.1
0.02/0.15	c os.name		Linux
0.02/0.15	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.02/0.15	c os.arch		amd64
0.02/0.15	c Free memory 		30334720
0.02/0.15	c Max memory 		32178700288
0.02/0.15	c Total memory 		33554432
0.02/0.15	c Number of processors 	4
0.02/0.18	c Pseudo Boolean Optimization by upper bound
0.02/0.18	c --- Begin Solver configuration ---
0.02/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.02/0.18	c Learn all clauses as in MiniSAT
0.02/0.18	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.18	c Expensive reason simplification
0.02/0.18	c Glucose 2.1 dynamic restart strategy
0.02/0.18	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.02/0.18	c timeout=2147483s
0.02/0.18	c DB Simplification allowed=false
0.02/0.18	c Listener: none
0.02/0.18	c --- End Solver configuration ---
0.02/0.18	c solving HOME/instance-4817126-1782910774.opb
0.02/0.18	c reading problem ... 
0.02/0.18	c  objective function found
0.25/0.23	c ... done. Wall clock time 0.053s.
0.25/0.23	c declared #vars     190
0.25/0.23	c internal #vars     2728
0.25/0.23	c #constraints  7356
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2538
0.25/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4818
0.25/0.23	c 7356 constraints processed.
0.25/0.24	c objective function length is 2728 literals
0.25/0.26	c SATISFIABLE
0.25/0.26	c OPTIMIZING...
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.081
0.25/0.26	o -5299
0.25/0.31	c Got one! Elapsed wall clock time (in seconds):0.128
0.25/0.31	o -5336
0.25/0.32	c Got one! Elapsed wall clock time (in seconds):0.141
0.25/0.32	o -5364
0.59/0.33	c Got one! Elapsed wall clock time (in seconds):0.153
0.59/0.33	o -5378
0.59/0.34	c Got one! Elapsed wall clock time (in seconds):0.158
0.59/0.34	o -5400
0.59/0.35	c Got one! Elapsed wall clock time (in seconds):0.168
0.59/0.35	o -5465
0.59/0.38	c Got one! Elapsed wall clock time (in seconds):0.205
0.59/0.38	o -5473
0.59/0.40	c Got one! Elapsed wall clock time (in seconds):0.224
0.59/0.40	o -5491
0.59/0.41	c Got one! Elapsed wall clock time (in seconds):0.229
0.59/0.41	o -5509
0.59/0.41	c Got one! Elapsed wall clock time (in seconds):0.236
0.59/0.41	o -5527
1.44/0.73	c Got one! Elapsed wall clock time (in seconds):0.547
1.44/0.73	o -5543
1.44/0.73	c Got one! Elapsed wall clock time (in seconds):0.556
1.44/0.74	o -5557
1.44/0.74	c Got one! Elapsed wall clock time (in seconds):0.564
1.44/0.74	o -5578
1.44/0.75	c Got one! Elapsed wall clock time (in seconds):0.568
1.44/0.75	o -5593
1.44/0.75	c Got one! Elapsed wall clock time (in seconds):0.573
1.44/0.75	o -5596
1.44/0.76	c Got one! Elapsed wall clock time (in seconds):0.577
1.44/0.76	o -5614
2.12/1.11	c cleaning 2895 clauses out of 5789 with flag 6627/5789
2.90/1.64	c Got one! Elapsed wall clock time (in seconds):1.463
2.90/1.64	o -5626
2.90/1.66	c Got one! Elapsed wall clock time (in seconds):1.48
2.90/1.66	o -5634
2.90/1.67	c Got one! Elapsed wall clock time (in seconds):1.492
2.90/1.67	o -5637
3.24/1.86	c Got one! Elapsed wall clock time (in seconds):1.678
3.24/1.86	o -5647
4.14/2.37	c cleaning 6897 clauses out of 13801 with flag 10397/16696
4.87/2.95	c Got one! Elapsed wall clock time (in seconds):2.768
4.87/2.95	o -5662
4.87/2.95	c Got one! Elapsed wall clock time (in seconds):2.775
4.87/2.95	o -5675
4.87/2.96	c Got one! Elapsed wall clock time (in seconds):2.779
4.87/2.96	o -5678
4.87/2.96	c Got one! Elapsed wall clock time (in seconds):2.782
4.87/2.96	o -5711
4.87/2.96	c Got one! Elapsed wall clock time (in seconds):2.784
4.87/2.96	o -5714
4.87/2.97	c Got one! Elapsed wall clock time (in seconds):2.79
4.87/2.97	o -5728
4.87/2.97	c Got one! Elapsed wall clock time (in seconds):2.793
4.87/2.97	o -5735
4.87/2.97	c Got one! Elapsed wall clock time (in seconds):2.796
4.87/2.97	o -5738
4.87/2.99	c Got one! Elapsed wall clock time (in seconds):2.813
4.87/2.99	o -5747
5.48/3.52	c cleaning 8964 clauses out of 17928 with flag 13154/27720
6.40/4.19	c cleaning 7482 clauses out of 14966 with flag 28419/33722
7.46/4.90	c cleaning 7242 clauses out of 14483 with flag 46936/40721
8.76/5.78	c cleaning 7618 clauses out of 15241 with flag 69354/48721
9.60/6.37	c Got one! Elapsed wall clock time (in seconds):6.193
9.60/6.37	o -5772
10.20/6.90	c cleaning 9284 clauses out of 18579 with flag 14227/59677
10.20/6.94	c Got one! Elapsed wall clock time (in seconds):6.762
10.20/6.94	o -5787
10.70/7.42	c cleaning 7382 clauses out of 14782 with flag 11872/65164
11.33/7.85	c Got one! Elapsed wall clock time (in seconds):7.667
11.33/7.85	o -5793
11.52/7.96	c Got one! Elapsed wall clock time (in seconds):7.785
11.52/7.96	o -5794
11.63/8.06	c cleaning 6706 clauses out of 13420 with flag 2462/71184
11.63/8.10	c Got one! Elapsed wall clock time (in seconds):7.917
11.63/8.10	o -5802
11.74/8.13	c Got one! Elapsed wall clock time (in seconds):7.95
11.74/8.13	o -5803
12.03/8.47	c Got one! Elapsed wall clock time (in seconds):8.291
12.03/8.47	o -5829
12.03/8.47	c Got one! Elapsed wall clock time (in seconds):8.295
12.03/8.47	o -5850
12.03/8.48	c Got one! Elapsed wall clock time (in seconds):8.306
12.03/8.48	o -5857
12.15/8.50	c Got one! Elapsed wall clock time (in seconds):8.32
12.15/8.50	o -5865
12.27/8.67	c cleaning 6841 clauses out of 13693 with flag 4914/78163
13.33/9.33	c cleaning 6423 clauses out of 12853 with flag 21455/84164
13.93/9.96	c cleaning 6710 clauses out of 13429 with flag 40338/91163
15.01/10.77	c cleaning 7358 clauses out of 14719 with flag 62903/99163
15.91/11.61	c cleaning 8174 clauses out of 16362 with flag 90522/108164
17.37/12.67	c cleaning 9088 clauses out of 18187 with flag 120879/118163
18.29/13.50	c Got one! Elapsed wall clock time (in seconds):13.326
18.29/13.50	o -5871
18.73/13.91	c Got one! Elapsed wall clock time (in seconds):13.731
18.73/13.91	o -5904
18.89/14.03	c cleaning 11764 clauses out of 23535 with flag 2520/132599
19.87/14.61	c Got one! Elapsed wall clock time (in seconds):14.431
19.87/14.61	o -5919
19.87/14.62	c Got one! Elapsed wall clock time (in seconds):14.441
19.87/14.62	o -5940
19.87/14.62	c Got one! Elapsed wall clock time (in seconds):14.444
19.87/14.62	o -5955
20.42/15.15	c cleaning 10946 clauses out of 21902 with flag 13373/142730
21.00/15.72	c cleaning 8473 clauses out of 16955 with flag 31202/148729
21.60/16.32	c cleaning 7734 clauses out of 15482 with flag 50402/155729
21.60/16.34	c Got one! Elapsed wall clock time (in seconds):16.166
21.60/16.34	o -5958
22.17/16.64	c Got one! Elapsed wall clock time (in seconds):16.461
22.17/16.64	o -5973
22.47/16.91	c cleaning 6767 clauses out of 13543 with flag 7283/161524
22.97/17.43	c cleaning 6386 clauses out of 12776 with flag 24176/167524
23.58/18.05	c cleaning 6694 clauses out of 13392 with flag 44755/174526
24.67/18.85	c cleaning 7348 clauses out of 14696 with flag 68399/182524
25.47/19.68	c cleaning 8167 clauses out of 16348 with flag 93735/191524
26.87/20.77	c cleaning 9086 clauses out of 18181 with flag 122452/201524
27.98/21.64	c Got one! Elapsed wall clock time (in seconds):21.459
27.98/21.64	o -5987
28.49/22.14	c cleaning 11817 clauses out of 23634 with flag 12919/216063
29.07/22.71	c cleaning 8909 clauses out of 17818 with flag 31326/222064
30.27/23.50	c cleaning 7948 clauses out of 15910 with flag 54457/229065
30.97/24.27	c cleaning 7981 clauses out of 15961 with flag 79652/237064
31.56/24.88	c Got one! Elapsed wall clock time (in seconds):24.702
31.56/24.88	o -6042
32.06/25.36	c cleaning 9754 clauses out of 19523 with flag 12229/248607
33.14/26.02	c cleaning 7879 clauses out of 15768 with flag 27811/254606
33.72/26.66	c cleaning 7437 clauses out of 14888 with flag 47622/261605
34.42/27.38	c cleaning 7723 clauses out of 15451 with flag 71360/269605
35.80/28.31	c cleaning 8359 clauses out of 16729 with flag 97365/278606
35.90/28.46	c Got one! Elapsed wall clock time (in seconds):28.279
35.90/28.46	o -6053
36.30/28.82	c cleaning 7124 clauses out of 14251 with flag 10290/284487
36.61/29.17	c Got one! Elapsed wall clock time (in seconds):28.996
36.61/29.17	o -6062
36.70/29.26	c cleaning 6169 clauses out of 12347 with flag 2375/289707
36.90/29.40	c Got one! Elapsed wall clock time (in seconds):29.22
36.90/29.40	o -6067
37.00/29.56	c Got one! Elapsed wall clock time (in seconds):29.38
37.00/29.56	o -6098
37.00/29.56	c Got one! Elapsed wall clock time (in seconds):29.385
37.00/29.56	o -6113
37.20/29.75	c Got one! Elapsed wall clock time (in seconds):29.573
37.20/29.75	o -6146
37.40/29.95	c cleaning 6892 clauses out of 13789 with flag 5763/297318
37.99/30.52	c cleaning 6448 clauses out of 12899 with flag 25824/303320
38.88/31.28	c cleaning 6720 clauses out of 13449 with flag 49788/310318
39.69/32.07	c cleaning 7363 clauses out of 14731 with flag 75297/318320
40.58/32.94	c cleaning 8179 clauses out of 16366 with flag 104732/327318
42.14/34.09	c cleaning 9088 clauses out of 18188 with flag 137860/337319
43.24/35.17	c cleaning 10046 clauses out of 20101 with flag 174239/348320
44.52/36.44	c cleaning 11021 clauses out of 22053 with flag 213930/360318
46.72/38.08	c cleaning 12009 clauses out of 24032 with flag 258949/373318
48.40/39.72	c cleaning 13012 clauses out of 26023 with flag 304740/387318
51.05/41.69	c cleaning 14003 clauses out of 28013 with flag 354829/402320
52.74/43.37	c cleaning 15001 clauses out of 30008 with flag 402545/418318
53.24/43.89	c Got one! Elapsed wall clock time (in seconds):43.714
53.24/43.89	o -6153
54.67/44.62	c cleaning 12663 clauses out of 25334 with flag 14301/428645
55.27/45.22	c cleaning 9330 clauses out of 18670 with flag 32524/434644
55.86/45.88	c cleaning 8163 clauses out of 16340 with flag 54219/441644
56.66/46.66	c cleaning 8079 clauses out of 16176 with flag 76507/449643
57.59/47.38	c Got one! Elapsed wall clock time (in seconds):47.199
57.59/47.38	o -6194
58.09/47.89	c cleaning 9746 clauses out of 19491 with flag 15056/461037
58.78/48.50	c cleaning 7869 clauses out of 15744 with flag 31955/467036
59.39/49.14	c cleaning 7429 clauses out of 14874 with flag 51945/474035
60.53/49.93	c Got one! Elapsed wall clock time (in seconds):49.753
60.53/49.93	o -6209
61.02/50.42	c cleaning 9939 clauses out of 19884 with flag 13384/486474
61.52/51.01	c cleaning 7968 clauses out of 15945 with flag 30335/492474
62.22/51.67	c cleaning 7485 clauses out of 14977 with flag 49935/499474
63.02/52.42	c cleaning 7742 clauses out of 15492 with flag 73674/507474
64.10/53.36	c cleaning 8373 clauses out of 16751 with flag 100846/516475
65.10/54.34	c cleaning 9181 clauses out of 18377 with flag 129046/526474
66.20/55.48	c cleaning 10099 clauses out of 20200 with flag 162285/537478
67.39/56.65	c cleaning 11046 clauses out of 22098 with flag 196705/549475
69.19/58.08	c cleaning 12022 clauses out of 24052 with flag 235948/562475
70.77/59.64	c cleaning 13011 clauses out of 26029 with flag 279466/576474
72.37/61.24	c cleaning 14006 clauses out of 28020 with flag 325650/591476
75.38/63.41	c cleaning 15007 clauses out of 30013 with flag 377460/607475
77.28/65.34	c cleaning 16003 clauses out of 32008 with flag 429492/624477
80.40/67.91	c cleaning 17000 clauses out of 34002 with flag 489828/642474
83.33/70.18	c cleaning 17994 clauses out of 36002 with flag 547383/661474
85.51/72.31	c cleaning 18999 clauses out of 38008 with flag 608331/681474
88.53/74.90	c cleaning 20001 clauses out of 40009 with flag 674540/702474
92.02/77.84	c cleaning 21002 clauses out of 42009 with flag 747169/724475
95.56/80.86	c cleaning 22004 clauses out of 44007 with flag 819425/747475
99.12/83.77	c cleaning 22995 clauses out of 46003 with flag 887877/771475
102.97/86.93	c cleaning 24001 clauses out of 48007 with flag 964134/796474
105.86/89.88	c cleaning 25000 clauses out of 50007 with flag 1045815/822475
109.98/93.24	c cleaning 25996 clauses out of 52006 with flag 1128761/849474
114.34/97.19	c cleaning 27005 clauses out of 54011 with flag 1213949/877475
119.48/101.74	c cleaning 28000 clauses out of 56005 with flag 1302772/906474
123.90/105.76	c cleaning 29003 clauses out of 58005 with flag 1394884/936474
130.07/110.56	c cleaning 29997 clauses out of 60002 with flag 1497470/967474
135.23/115.00	c cleaning 30995 clauses out of 62006 with flag 1602271/999475
139.77/118.77	c cleaning 32006 clauses out of 64011 with flag 1697855/1032475
143.76/122.72	c cleaning 33003 clauses out of 66006 with flag 1791775/1066476
148.09/126.40	c cleaning 33999 clauses out of 68001 with flag 1888141/1101474
151.19/129.57	c cleaning 34995 clauses out of 70003 with flag 1980541/1137475
156.37/133.17	c cleaning 36004 clauses out of 72008 with flag 2078605/1174475
160.14/136.94	c cleaning 37003 clauses out of 74005 with flag 2185069/1212476
164.64/141.06	c cleaning 37996 clauses out of 76001 with flag 2300979/1251475
169.53/145.31	c cleaning 39002 clauses out of 78005 with flag 2432113/1291475
173.23/149.08	c cleaning 40001 clauses out of 80004 with flag 2553158/1332476
177.70/153.10	c cleaning 41001 clauses out of 82002 with flag 2681273/1374475
182.63/157.36	c cleaning 41998 clauses out of 84000 with flag 2816955/1417474
186.52/161.24	c cleaning 42996 clauses out of 86003 with flag 2955005/1461475
191.79/165.90	c cleaning 44000 clauses out of 88007 with flag 3107355/1506475
196.96/170.41	c cleaning 45001 clauses out of 90006 with flag 3258810/1552474
201.34/174.89	c cleaning 46003 clauses out of 92006 with flag 3397668/1599475
207.06/180.05	c cleaning 47000 clauses out of 94002 with flag 3552057/1647474
213.23/185.55	c cleaning 48000 clauses out of 96003 with flag 3723073/1696475
218.86/190.63	c cleaning 48995 clauses out of 98002 with flag 3892463/1746474
224.61/195.89	c cleaning 50004 clauses out of 100007 with flag 4060735/1797474
230.90/201.39	c cleaning 50996 clauses out of 102003 with flag 4235608/1849474
236.98/206.86	c cleaning 51999 clauses out of 104007 with flag 4414090/1902474
243.63/212.86	c cleaning 52995 clauses out of 106008 with flag 4596551/1956474
249.98/218.58	c cleaning 53998 clauses out of 108016 with flag 4789105/2011477
255.48/224.05	c cleaning 55008 clauses out of 110016 with flag 4974019/2067475
261.62/229.96	c cleaning 56000 clauses out of 112008 with flag 5168270/2124475
268.37/236.01	c cleaning 56998 clauses out of 114008 with flag 5359803/2182475
275.69/242.88	c cleaning 58002 clauses out of 116009 with flag 5586581/2241474
282.92/249.56	c cleaning 58998 clauses out of 118007 with flag 5814341/2301474
291.09/257.26	c cleaning 59996 clauses out of 120010 with flag 6070652/2362475
299.47/265.10	c cleaning 61001 clauses out of 122013 with flag 6319013/2424474
306.92/272.05	c cleaning 62002 clauses out of 124013 with flag 6577638/2487475
315.25/279.90	c cleaning 63000 clauses out of 126010 with flag 6833952/2551474
323.83/288.03	c cleaning 64005 clauses out of 128010 with flag 7098927/2616474
331.26/294.90	c cleaning 65002 clauses out of 130006 with flag 7340038/2682475
338.59/301.75	c cleaning 65998 clauses out of 132004 with flag 7580544/2749475
346.31/309.01	c cleaning 66992 clauses out of 134005 with flag 7812423/2817474
353.54/315.94	c cleaning 67999 clauses out of 136014 with flag 8073248/2886475
361.77/323.73	c cleaning 69006 clauses out of 138014 with flag 8352047/2956474
369.93/331.37	c cleaning 69996 clauses out of 140009 with flag 8618170/3027475
378.71/339.61	c cleaning 70998 clauses out of 142012 with flag 8914382/3099474
390.22/348.43	c cleaning 71999 clauses out of 144014 with flag 9196142/3172474
399.25/356.86	c cleaning 72996 clauses out of 146015 with flag 9474934/3246474
408.47/365.50	c cleaning 74007 clauses out of 148019 with flag 9766647/3321474
417.72/374.29	c cleaning 75004 clauses out of 150013 with flag 10056475/3397475
428.12/383.63	c cleaning 76002 clauses out of 152009 with flag 10350556/3474475
437.21/392.17	c cleaning 77003 clauses out of 154007 with flag 10645081/3552475
447.78/401.30	c cleaning 77999 clauses out of 156005 with flag 10945974/3631476
457.10/410.05	c cleaning 78999 clauses out of 158004 with flag 11252842/3711474
466.77/419.20	c cleaning 79998 clauses out of 160005 with flag 11563841/3792474
477.80/429.09	c cleaning 81001 clauses out of 162007 with flag 11881000/3874474
488.09/438.87	c cleaning 81999 clauses out of 164007 with flag 12210293/3957475
499.34/448.95	c cleaning 83002 clauses out of 166007 with flag 12557657/4041474
510.02/458.96	c cleaning 84001 clauses out of 168005 with flag 12912477/4126474
520.91/469.34	c cleaning 84995 clauses out of 170004 with flag 13292183/4212474
532.64/479.92	c cleaning 85996 clauses out of 172009 with flag 13636605/4299474
543.97/490.76	c cleaning 86999 clauses out of 174013 with flag 13995917/4387474
556.30/502.09	c cleaning 88008 clauses out of 176015 with flag 14357871/4476475
568.00/513.16	c cleaning 89002 clauses out of 178007 with flag 14710273/4566475
581.47/525.43	c cleaning 89999 clauses out of 180005 with flag 15080675/4657475
595.46/538.96	c cleaning 90999 clauses out of 182006 with flag 15509031/4749475
611.13/551.05	c cleaning 92000 clauses out of 184007 with flag 15926011/4842475
626.80/565.56	c cleaning 93001 clauses out of 186006 with flag 16356821/4936474
639.60/577.68	c cleaning 93995 clauses out of 188005 with flag 16777227/5031474
654.09/590.96	c cleaning 95006 clauses out of 190011 with flag 17214855/5127475
667.48/603.63	c cleaning 96000 clauses out of 192004 with flag 17651011/5224474
681.42/616.24	c cleaning 97000 clauses out of 194005 with flag 18082070/5322475
697.24/630.67	c cleaning 98002 clauses out of 196005 with flag 18553862/5421475
713.12/645.82	c cleaning 98999 clauses out of 198003 with flag 19003984/5521475
730.04/661.23	c cleaning 99996 clauses out of 200003 with flag 19448562/5622474
744.51/675.26	c cleaning 101004 clauses out of 202009 with flag 19912476/5724476
758.52/688.22	c cleaning 101998 clauses out of 204003 with flag 20385703/5827474
773.11/701.67	c cleaning 102998 clauses out of 206006 with flag 20840084/5931475
787.43/715.45	c cleaning 103994 clauses out of 208008 with flag 21312394/6036475
804.33/731.31	c cleaning 105004 clauses out of 210013 with flag 21758418/6142474
820.46/746.15	c cleaning 106005 clauses out of 212010 with flag 22266248/6249475
837.86/759.79	c cleaning 106995 clauses out of 214005 with flag 22694950/6357475
852.31/772.85	c cleaning 108002 clauses out of 216009 with flag 23098935/6466474
867.50/786.64	c cleaning 108996 clauses out of 218008 with flag 23501493/6576475
883.32/800.97	c cleaning 109996 clauses out of 220012 with flag 23915248/6687475
897.53/814.46	c cleaning 111004 clauses out of 222015 with flag 24379883/6799474
913.47/829.17	c cleaning 112001 clauses out of 224012 with flag 24890403/6912475
928.48/843.17	c cleaning 113000 clauses out of 226010 with flag 25420160/7026474
943.79/857.26	c cleaning 113999 clauses out of 228010 with flag 25925652/7141474
959.52/871.81	c cleaning 115000 clauses out of 230012 with flag 26419285/7257475
975.71/886.99	c cleaning 116003 clauses out of 232012 with flag 26951087/7374475
990.80/900.73	c cleaning 117001 clauses out of 234009 with flag 27490549/7492475
1005.90/914.50	c cleaning 117997 clauses out of 236007 with flag 27992903/7611474
1024.87/929.37	c cleaning 119004 clauses out of 238012 with flag 28509543/7731476
1041.48/944.54	c cleaning 119994 clauses out of 240007 with flag 29036267/7852475
1057.67/960.10	c cleaning 121004 clauses out of 242014 with flag 29574503/7974476
1073.79/975.12	c cleaning 121999 clauses out of 244008 with flag 30124826/8097474
1090.52/990.68	c cleaning 123001 clauses out of 246009 with flag 30648308/8221474
1107.91/1006.64	c cleaning 123993 clauses out of 248008 with flag 31176999/8346474
1125.17/1022.74	c cleaning 125003 clauses out of 250016 with flag 31704888/8472475
1143.98/1040.45	c cleaning 126007 clauses out of 252013 with flag 32235941/8599475
1162.68/1058.13	c cleaning 126999 clauses out of 254006 with flag 32784235/8727475
1181.09/1074.71	c cleaning 127997 clauses out of 256007 with flag 33352857/8856475
1200.85/1093.13	c cleaning 129001 clauses out of 258009 with flag 33921147/8986474
1220.77/1111.80	c cleaning 130002 clauses out of 260008 with flag 34466972/9117474
1242.94/1130.00	c cleaning 131002 clauses out of 262007 with flag 35013315/9249475
1263.10/1148.45	c cleaning 132002 clauses out of 264005 with flag 35570983/9382475
1283.28/1167.30	c cleaning 132996 clauses out of 266003 with flag 36153622/9516475
1304.67/1187.46	c cleaning 134002 clauses out of 268007 with flag 36746715/9651475
1324.95/1205.71	c cleaning 135001 clauses out of 270004 with flag 37393951/9787474
1345.74/1225.24	c cleaning 135997 clauses out of 272003 with flag 38067974/9924474
1369.89/1248.11	c cleaning 137002 clauses out of 274007 with flag 38694745/10062475
1392.33/1268.86	c cleaning 137994 clauses out of 276004 with flag 39367593/10201474
1415.83/1291.04	c cleaning 138999 clauses out of 278011 with flag 40045816/10341475
1438.64/1312.74	c cleaning 140001 clauses out of 280012 with flag 40754307/10482475
1464.98/1334.56	c cleaning 140996 clauses out of 282010 with flag 41407503/10624474
1485.18/1353.59	c cleaning 142002 clauses out of 284015 with flag 42028107/10767475
1506.12/1372.56	c cleaning 143007 clauses out of 286014 with flag 42686002/10911476
1528.43/1393.09	c cleaning 143999 clauses out of 288006 with flag 43348914/11056475
1549.62/1413.15	c cleaning 145003 clauses out of 290006 with flag 44038756/11202474
1571.76/1433.70	c cleaning 145994 clauses out of 292004 with flag 44712143/11349475
1592.36/1453.14	c cleaning 147001 clauses out of 294009 with flag 45404582/11497474
1614.32/1473.42	c cleaning 147993 clauses out of 296008 with flag 46082871/11646474
1641.50/1499.46	c cleaning 149001 clauses out of 298015 with flag 46789746/11796474
1670.35/1521.91	c cleaning 150001 clauses out of 300015 with flag 47446778/11947475
1693.91/1543.61	c cleaning 151000 clauses out of 302014 with flag 48073333/12099475
1717.45/1565.14	c cleaning 152007 clauses out of 304014 with flag 48726847/12252475
1745.29/1591.30	c cleaning 152999 clauses out of 306007 with flag 49484240/12406475
1773.35/1617.39	c cleaning 154003 clauses out of 308007 with flag 50263148/12561474
1797.72/1639.93	c cleaning 155002 clauses out of 310005 with flag 50977116/12717475
1822.48/1663.41	c cleaning 155994 clauses out of 312003 with flag 51736749/12874475
1848.82/1688.09	c cleaning 157003 clauses out of 314010 with flag 52436927/13032476
1877.39/1711.83	c cleaning 157997 clauses out of 316005 with flag 53125331/13191474
1901.62/1734.30	c cleaning 159000 clauses out of 318008 with flag 53877524/13351474
1928.51/1759.28	c cleaning 159998 clauses out of 320008 with flag 54611847/13512474
1952.99/1781.68	c cleaning 161000 clauses out of 322010 with flag 55297673/13674474
1978.80/1805.70	c cleaning 162005 clauses out of 324010 with flag 55988221/13837474
2007.69/1832.80	c cleaning 162999 clauses out of 326006 with flag 56764062/14001475
2034.71/1858.10	c cleaning 164000 clauses out of 328008 with flag 57585049/14166476
2070.54/1888.66	c cleaning 165000 clauses out of 330006 with flag 58426064/14332474
2100.07/1915.95	c cleaning 165994 clauses out of 332006 with flag 59240119/14499474
2129.08/1942.84	c cleaning 167004 clauses out of 334012 with flag 60061387/14667474
2158.59/1970.19	c cleaning 168005 clauses out of 336010 with flag 60804947/14836476
2186.64/1996.45	c cleaning 168997 clauses out of 338003 with flag 61602161/15006474
2214.84/2022.82	c cleaning 170002 clauses out of 340007 with flag 62425839/15177475
2255.25/2056.64	c cleaning 170998 clauses out of 342004 with flag 63302816/15349474
2291.46/2090.43	c cleaning 171997 clauses out of 344006 with flag 64253114/15522474
2322.35/2119.20	c cleaning 172995 clauses out of 346010 with flag 65140703/15696475
2349.82/2144.69	c cleaning 174001 clauses out of 348015 with flag 65921061/15871475
2379.02/2172.19	c cleaning 175007 clauses out of 350013 with flag 66672402/16047474
2406.07/2197.68	c cleaning 175999 clauses out of 352007 with flag 67483325/16224475
2435.89/2225.86	c cleaning 177002 clauses out of 354008 with flag 68315151/16402475
2472.22/2256.24	c cleaning 177997 clauses out of 356005 with flag 69188783/16581474
2499.33/2281.23	c cleaning 178999 clauses out of 358010 with flag 69988719/16761476
2526.77/2306.14	c cleaning 179998 clauses out of 360010 with flag 70772233/16942475
2555.30/2332.39	c cleaning 181001 clauses out of 362012 with flag 71498025/17124475
2586.59/2361.74	c cleaning 181999 clauses out of 364011 with flag 72260877/17307475
2630.64/2396.86	c cleaning 182999 clauses out of 366012 with flag 73084069/17491475
2664.61/2429.01	c cleaning 184003 clauses out of 368012 with flag 73986024/17676474
2700.96/2462.70	c cleaning 184999 clauses out of 370011 with flag 74894615/17862476
2729.97/2489.33	c cleaning 186001 clauses out of 372011 with flag 75771979/18049475
2759.46/2517.11	c cleaning 187002 clauses out of 374011 with flag 76657742/18237476
2795.26/2545.14	c cleaning 188001 clauses out of 376007 with flag 77523531/18426474
2826.01/2574.08	c cleaning 188999 clauses out of 378006 with flag 78475094/18616474
2855.74/2601.86	c cleaning 189995 clauses out of 380007 with flag 79473686/18807474
2885.36/2629.34	c cleaning 191003 clauses out of 382014 with flag 80385165/18999476
2918.04/2659.91	c cleaning 191999 clauses out of 384010 with flag 81253707/19192475
2958.59/2692.31	c cleaning 193004 clauses out of 386011 with flag 82149349/19386475
2990.99/2722.99	c cleaning 193997 clauses out of 388006 with flag 83071350/19581474
3024.19/2753.89	c cleaning 195005 clauses out of 390010 with flag 84002817/19777475
3056.03/2783.83	c cleaning 195996 clauses out of 392006 with flag 84953229/19974476
3095.24/2820.88	c cleaning 196998 clauses out of 394008 with flag 85990493/20172474
3137.73/2855.72	c cleaning 198003 clauses out of 396011 with flag 86853619/20371475
3173.16/2888.34	c cleaning 198996 clauses out of 398008 with flag 87778894/20571475
3208.66/2921.37	c cleaning 200001 clauses out of 400011 with flag 88719810/20772474
3247.07/2957.68	c cleaning 201002 clauses out of 402010 with flag 89776387/20974474
3294.06/2995.49	c cleaning 202002 clauses out of 404009 with flag 90870106/21177475
3333.52/3032.34	c cleaning 202996 clauses out of 406006 with flag 91862439/21381474
3367.25/3062.96	c cleaning 203998 clauses out of 408010 with flag 92835091/21586474
3402.89/3096.27	c cleaning 204998 clauses out of 410014 with flag 93715627/21792476
3444.54/3130.28	c cleaning 205998 clauses out of 412014 with flag 94649463/21999474
3483.92/3166.96	c cleaning 207001 clauses out of 414016 with flag 95583793/22207474
3521.87/3202.00	c cleaning 208008 clauses out of 416018 with flag 96492627/22416477
3560.01/3237.88	c cleaning 209002 clauses out of 418009 with flag 97458928/22626476
3600.06/3271.60	c starts		: 72
3600.06/3271.61	c conflicts		: 22821329
3600.06/3271.61	c decisions		: 22849483
3600.06/3271.61	c propagations		: 1491965616
3600.06/3271.61	c inspects		: 29336745410
3600.06/3271.61	c shortcuts		: 0
3600.06/3271.61	c learnt literals	: 0
3600.06/3271.61	c learnt binary clauses	: 0
3600.06/3271.61	c learnt ternary clauses	: 2356
3600.06/3271.61	c learnt constraints	: 22821329
3600.06/3271.61	c ignored constraints	: 0
3600.06/3271.61	c root simplifications	: 0
3600.06/3271.61	c removed literals (reason simplification)	: 5492048898
3600.06/3271.61	c reason swapping (by a shorter reason)	: 0
3600.06/3271.61	c Calls to reduceDB	: 261
3600.06/3271.61	c Number of update (reduction) of LBD	: 6217
3600.06/3271.61	c Imported unit clauses	: 0
3600.06/3271.61	c No decision after first conflict	: false
3600.06/3271.61	c number of reductions to clauses (during analyze)	: 0
3600.06/3271.61	c number of learned constraints concerned by reduction	: 0
3600.06/3271.61	c number of learning phase by resolution	: 0
3600.06/3271.61	c number of learning phase by cutting planes	: 0
3600.06/3271.61	c number of rounding to 1 operations	: 0
3600.06/3271.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3271.61	c number of reductions of the coefficients by power 2 	: 0
3600.06/3271.61	c number of right shift for reduction by power 2 	: 0
3600.06/3271.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3271.61	c number of ending skipping 	: 0
3600.06/3271.61	c number of internal skipping 	: 0
3600.06/3271.61	c number of derivation steps 	: 0
3600.06/3271.61	c number of skipped derivation steps 	: 0
3600.06/3271.61	c number of remaining unassigned 	: 0
3600.06/3271.61	c number of remaining assigned 	: 0
3600.06/3271.61	c number of falsified literals weakened from reason	: 0
3600.06/3271.61	c number of falsified literals weakened from conflict	: 0
3600.06/3271.61	c time for arithmetic operations	: 0
3600.06/3271.61	c minimum degree of deleted constraints	: null
3600.06/3271.61	c maximum degree of deleted constraints	: null
3600.06/3271.61	c number of deleted constraints	: 0
3600.06/3271.61	c speed (assignments/second)	: 456068.36047593603
3600.06/3271.61	c non guided choices	: 0
3600.06/3271.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 403860
3600.06/3271.66	s SATISFIABLE
3600.06/3271.66	c Found 57 solution(s)
3600.06/3271.66	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 
3600.06/3271.66	c objective function=-6209
3600.06/3271.66	c Total wall clock time (in seconds): 3271.485

Verifier Data

OK	-6209

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

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 7,20,27,40,46,60
  3550 MHz: 0-3,37-38,43,53-55
  3600 MHz: 4-6,8-19,21-26,28-36,39,41-42,44-45,47-52,56-59,61-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (111674 MiB free)
  node 1: cores 8-15, 129019 MiB (111803 MiB free)
  node 2: cores 16-23, 129019 MiB (125744 MiB free)
  node 3: cores 24-31, 128957 MiB (115450 MiB free)
  node 4: cores 32-39, 129019 MiB (110442 MiB free)
  node 5: cores 40-47, 129019 MiB (108202 MiB free)
  node 6: cores 48-55, 129019 MiB (114188 MiB free)
  node 7: cores 56-63, 128474 MiB (106778 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100055 s]*
/proc/loadavg: 2.63 10.26 13.90 5/917 2599750
/proc/meminfo: memFree=925993360/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=34899948 memory=42864 CPUtime=0.02 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 4981 0 0 0 1 1 0 0 20 0 19 0 224365312 35737546752 10291 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8724987 10716 5749 1 0 30395 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=34899948 memory=5895516205 CPUtime=0 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) D 2599622 2599652 2599462 0 -1 4456512 2447 0 0 0 0 0 0 0 20 0 19 0 224365320 35737546752 10291 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=34899948 memory=237162989452 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 224365323 35737546752 10291 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=34899948 memory=17964 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 224365323 35737546752 10291 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=34899948 memory=18312 CPUtime=0 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 224365323 35737546752 10291 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=34899948 memory=18884 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 224365323 35737546752 10291 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=34899948 memory=61732 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 224365323 35737546752 10291 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 34899948 KiB
Current children cumulated memory: 42864 KiB

[startup+0.213512 s]*
/proc/loadavg: 2.63 10.26 13.90 35/1178 2600037
/proc/meminfo: memFree=925789256/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=34966608 memory=61544 CPUtime=0.25 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 6688 0 0 0 23 2 0 0 20 0 20 0 224365312 35805806592 14853 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8741652 15386 6216 1 0 32316 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=34966608 memory=6079637401580434741 CPUtime=0.1 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 3128 0 0 0 10 0 0 0 20 0 20 0 224365320 35805806592 14853 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=34966608 memory=215704930196 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 224365323 35805806592 14853 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=34966608 memory=17979 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 224365323 35805806592 14853 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=34966608 memory=18330 CPUtime=0 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 224365323 35805806592 14853 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=34966608 memory=18896 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 20 0 224365323 35805806592 14853 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=34966608 memory=61753 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 224365323 35805806592 14853 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 61544 KiB

[startup+0.314139 s]*
/proc/loadavg: 2.63 10.26 13.90 61/1206 2600065
/proc/meminfo: memFree=925448604/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35099736 memory=84200 CPUtime=0.59 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 10302 0 0 0 57 2 0 0 20 0 22 0 224365312 35942129664 20627 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8774934 21050 6247 1 0 41777 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35099736 memory=-7162228063085750112 CPUtime=0.2 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 3275 0 0 0 20 0 0 0 20 0 22 0 224365320 35942129664 20627 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224365323 35942129664 20627 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 224365323 35942129664 20627 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 224365323 35942129664 20627 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 224365323 35942129664 20627 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224365323 35942129664 20627 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 224365337 35942129664 20627 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 84200 KiB

[startup+0.700315 s]
/proc/loadavg: 2.63 10.26 13.90 53/1221 2600080
/proc/meminfo: memFree=924590884/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=243816 CPUtime=1.44 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 11378 0 0 0 141 3 0 0 20 0 24 0 224365312 36078452736 60679 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8808216 60954 6286 1 0 94419 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35232864 memory=11700 CPUtime=0.53 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 3313 0 0 0 52 1 0 0 20 0 24 0 224365320 36078452736 60679 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35232864 memory=107648 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 60679 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35232864 memory=4868 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 60679 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 60679 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35232864 memory=5824 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 60679 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 60679 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224365337 36078452736 60679 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 243816 KiB

[startup+1.50034 s]
/proc/loadavg: 5.63 10.76 14.04 29/1211 2600111
/proc/meminfo: memFree=922701404/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=590228 CPUtime=2.8 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 13434 0 0 0 276 4 0 0 20 0 24 0 224365312 36078452736 147281 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8808216 147557 6285 1 0 220047 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35232864 memory=11700 CPUtime=1.23 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 3610 0 0 0 122 1 0 0 20 0 24 0 224365320 36078452736 147281 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35232864 memory=4868 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 147281 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 147281 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35232864 memory=5824 CPUtime=0 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 147281 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35232864 memory=107648 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 147281 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224365323 36078452736 147281 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35232864 memory=232767357237 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 224365337 36078452736 147281 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 590228 KiB

[startup+3.11419 s]
/proc/loadavg: 5.63 10.76 14.04 19/1206 2600121
/proc/meminfo: memFree=915424144/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=1159448 CPUtime=5.1 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 17287 0 0 0 503 7 0 0 20 0 23 0 224365312 36078452736 289462 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8808216 289862 6285 1 0 596886 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35232864 memory=11700 CPUtime=2.75 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 4431 0 0 0 272 3 0 0 20 0 23 0 224365320 36078452736 289462 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35232864 memory=173964 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 289462 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35232864 memory=413748 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 289462 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 289462 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35232864 memory=557364 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 289462 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35232864 memory=4868 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 289462 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365337 36078452736 289462 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1159448 KiB

[startup+6.30025 s]
/proc/loadavg: 6.78 10.91 14.07 19/1208 2600207
/proc/meminfo: memFree=906579716/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=2383104 CPUtime=9.6 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 20467 0 0 0 947 13 0 0 20 0 23 0 224365312 36078452736 595457 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0

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

/proc/meminfo: memFree=690604028/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=21066992 CPUtime=3273.18 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 1941230 0 0 0 327063 255 0 0 20 0 23 0 224365312 36078452736 5266639 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8808216 5266748 6316 1 0 5283622 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35232864 memory=11700 CPUtime=2889.77 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 496355 0 0 0 288922 55 0 0 20 0 23 0 224365320 36078452736 5266639 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35232864 memory=21066992 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5266639 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35232864 memory=0 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5266639 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35232864 memory=21066992 CPUtime=0.12 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 193 0 0 0 5 7 0 0 20 0 23 0 224365323 36078452736 5266639 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35232864 memory=21066992 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5266639 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 1347 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5266639 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35232864 memory=5824 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365337 36078452736 5266639 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 3273.18 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 21066992 KiB

[startup+3042.3 s]
/proc/loadavg: 16.67 16.82 16.97 16/1196 2600591
/proc/meminfo: memFree=718599824/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=21016792 CPUtime=3343.98 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 2031848 0 0 0 334136 262 0 0 20 0 23 0 224365312 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8808216 5254198 6316 1 0 5271070 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35232864 memory=11700 CPUtime=2948.02 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 524348 0 0 0 294745 57 0 0 20 0 23 0 224365320 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35232864 memory=3948 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35232864 memory=0 CPUtime=0.12 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 195 0 0 0 5 7 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35232864 memory=21016788 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35232864 memory=5488 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 1393 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35232864 memory=11700 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365337 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 3343.98 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 21016792 KiB

[startup+3102.3 s]
/proc/loadavg: 16.28 16.66 16.90 22/1197 2600748
/proc/meminfo: memFree=780498604/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=21016792 CPUtime=3409.31 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 2044491 0 0 0 340666 265 0 0 20 0 23 0 224365312 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8808216 5254198 6316 1 0 5271070 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35232864 memory=11700 CPUtime=3005.94 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 530523 0 0 0 300537 57 0 0 20 0 23 0 224365320 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35232864 memory=21016792 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35232864 memory=15524 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35232864 memory=21016792 CPUtime=0.12 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 202 0 0 0 5 7 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35232864 memory=21066988 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35232864 memory=526432 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35232864 memory=21016792 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365337 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 3409.31 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 21016792 KiB

[startup+3162.3 s]
/proc/loadavg: 16.29 16.61 16.87 16/1197 2600825
/proc/meminfo: memFree=801427760/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=21016796 CPUtime=3479.34 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 2139948 0 0 0 347662 272 0 0 20 0 23 0 224365312 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8808216 5254199 6316 1 0 5271070 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35232864 memory=11700 CPUtime=3063.84 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 557248 0 0 0 306326 58 0 0 20 0 23 0 224365320 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35232864 memory=21016792 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35232864 memory=21016792 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35232864 memory=21016792 CPUtime=0.13 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 205 0 0 0 5 8 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35232864 memory=11700 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35232864 memory=5824 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 1449 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35232864 memory=21016796 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365337 36078452736 5254111 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 3479.34 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 21016796 KiB

[startup+3222.3 s]
/proc/loadavg: 15.77 16.40 16.78 16/1199 2600910
/proc/meminfo: memFree=825074876/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=20782492 CPUtime=3543.89 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 2151250 0 0 0 354115 274 0 0 20 0 23 0 224365312 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8808216 5195623 6316 1 0 5212494 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35232864 memory=11700 CPUtime=3122.04 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 561675 0 0 0 312145 59 0 0 20 0 23 0 224365320 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35232864 memory=21016792 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35232864 memory=150364 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35232864 memory=11700 CPUtime=0.13 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 209 0 0 0 5 8 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35232864 memory=21016788 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35232864 memory=21016796 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 1464 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35232864 memory=4104 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365337 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 3543.89 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 20782492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3271.6 s]
/proc/loadavg: 16.04 16.39 16.76 16/1199 2600989
/proc/meminfo: memFree=824298264/1055320700 swapFree=33554428/33554428
[pid=2599652] ppid=2599622 vsize=35232864 memory=20782500 CPUtime=3600.06 cores=40-43
/proc/2599652/stat : 2599652 (java) S 2599622 2599652 2599462 0 -1 4194304 2233562 0 0 0 359727 279 0 0 20 0 23 0 224365312 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 0 0 16800975 0 0 0 17 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
/proc/2599652/statm: 8808216 5195625 6316 1 0 5212494 0
[pid=2599652/tid=2599720] ppid=2599622 vsize=35232864 memory=150364 CPUtime=3170.17 cores=40-43
/proc/2599652/task/2599720/stat : 2599720 (java) R 2599622 2599652 2599462 0 -1 4194368 579599 0 0 0 316958 59 0 0 20 0 23 0 224365320 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599752] ppid=2599622 vsize=35232864 memory=11700 CPUtime=0 cores=40-43
/proc/2599652/task/2599752/stat : 2599752 (Referen..andler) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599753] ppid=2599622 vsize=35232864 memory=-7162228063086012769 CPUtime=0 cores=40-43
/proc/2599652/task/2599753/stat : 2599753 (Finalizer) S 2599622 2599652 2599462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599756] ppid=2599622 vsize=35232864 memory=3948 CPUtime=0.13 cores=40-43
/proc/2599652/task/2599756/stat : 2599756 (Monitor..Thread) S 2599622 2599652 2599462 0 -1 4194368 210 0 0 0 5 8 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599759] ppid=2599622 vsize=35232864 memory=4104 CPUtime=0 cores=40-43
/proc/2599652/task/2599759/stat : 2599759 (Notific..Thread) S 2599622 2599652 2599462 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2599760] ppid=2599622 vsize=35232864 memory=4868 CPUtime=0 cores=40-43
/proc/2599652/task/2599760/stat : 2599760 (Common-Cleaner) S 2599622 2599652 2599462 0 -1 4194368 1482 0 0 0 0 0 0 0 20 0 23 0 224365323 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
[pid=2599652/tid=2600040] ppid=2599622 vsize=35232864 memory=2996 CPUtime=0 cores=40-43
/proc/2599652/task/2600040/stat : 2600040 (Timer-0) S 2599622 2599652 2599462 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 224365337 36078452736 5195471 18446744073709551615 94526464827392 94526464831088 140721353260064 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 94526464838952 94526464839696 94526469009408 140721353263316 140721353263456 140721353263456 140721353269192 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 20782500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.42 s, system=2.83561 s

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

Child status: 143

Real time (s): 3271.7
CPU time (s): 3600.26
CPU user time (s): 3597.42
CPU system time (s): 2.83561
CPU usage (%): 110.042
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 24833524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.42
system time used= 2.83561
maximum resident set size= 24832288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2235740
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78561
involuntary context switches= 6063


# summary of solver processes directly reported to runsolver:
#   pid: 2599652
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3597.42
#   total CPU system time (s): 2.83561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9058 second user time and 38.0556 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-07-01 14:59:35
IDJOB=4817126
IDBENCH=180957
IDSOLVER=3602
FILE ID=nodeE004/4817126-1782910774
RUNJOBID= nodeE004-1782910774-2599482
SLURM_JOB_ID= 12542991
Free space on /tmp= 798508 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/instances/normalized-QPLIB_3803.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4817126-1782910774/watcher-4817126-1782910774 -o /tmp/evaluation-result-4817126-1782910774/solver-4817126-1782910774 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4817126-1782910774/vars-4817126-1782910774 --bin-var /tmp/runsolver-exch-nodeE004-1782910774-2599482 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4817126-1782910774.opb

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

MD5SUM BENCH= bef22df9015fdfcbecebad7d3d88fd4e
RANDOM SEED=866549735

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        925923676 kB
MemAvailable:   1046661164 kB
Buffers:            3352 kB
Cached:         125134276 kB
SwapCached:            0 kB
Active:          6352464 kB
Inactive:       118904692 kB
Active(anon):     898264 kB
Inactive(anon):   142608 kB
Active(file):    5454200 kB
Inactive(file): 118762084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7208 kB
Writeback:             0 kB
AnonPages:        123764 kB
Mapped:           181072 kB
Shmem:            921344 kB
KReclaimable:    1544760 kB
Slab:            2124620 kB
SReclaimable:    1544760 kB
SUnreclaim:       579860 kB
KernelStack:       14560 kB
PageTables:         4588 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:    1377756 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478676 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798420 MiB
End job on nodeE004 at 2026-07-01 15:54:07