Trace number 4835744

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT500 3340.46 3341.63

General information on the benchmark

NamePB24/normalized-PB11/
OPT-LIN/heinz/normalized-seymour.opb
MD5SUM2fc9faea969371da963ffb1268a000b0
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark423
Best CPU time to get the best result obtained on this benchmark3559.97
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1372
Total number of constraints4944
Number of constraints which are clauses4944
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 constraint1
Maximum length of a constraint19
Number of terms in the objective function 1372
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1372
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1372
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4835744-1783650446.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c using VERIPB proof format
0.00/0.09	c  objective function found
0.18/0.15	c ... done. Wall clock time 0.061s.
0.18/0.15	c declared #vars     1372
0.18/0.15	c #constraints  4944
0.18/0.15	c constraints type 
0.18/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285
0.18/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 117
0.18/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4542
0.18/0.15	c 4944 constraints processed.
0.18/0.16	c objective function length is 1372 literals
0.18/0.17	c SATISFIABLE
0.18/0.17	c OPTIMIZING...
0.18/0.17	c Got one! Elapsed wall clock time (in seconds):0.081
0.18/0.17	o 502
1.18/0.49	c Got one! Elapsed wall clock time (in seconds):0.398
1.18/0.49	o 501
2.56/0.95	c cleaning 2633 clauses out of 5278 with flag 9004/5278
3.11/1.39	c cleaning 4318 clauses out of 8645 with flag 22735/11278
3.75/1.93	c cleaning 5658 clauses out of 11327 with flag 38672/18278
4.35/2.53	c cleaning 6823 clauses out of 13669 with flag 56725/26278
5.02/3.24	c cleaning 7915 clauses out of 15846 with flag 77386/35278
5.90/4.02	c cleaning 8959 clauses out of 17933 with flag 99980/45280
6.61/4.82	c cleaning 9976 clauses out of 19973 with flag 124905/56279
7.54/5.75	c cleaning 10994 clauses out of 21997 with flag 152061/68279
8.56/6.73	c cleaning 11992 clauses out of 24002 with flag 182083/81278
9.67/7.80	c cleaning 12997 clauses out of 26012 with flag 214318/95280
10.66/8.96	c cleaning 13997 clauses out of 28014 with flag 248258/110279
11.75/10.18	c cleaning 14990 clauses out of 30016 with flag 285004/126278
13.30/11.57	c cleaning 16006 clauses out of 32027 with flag 323775/143279
14.50/12.90	c cleaning 16998 clauses out of 34020 with flag 364920/161278
15.84/14.32	c cleaning 18004 clauses out of 36022 with flag 408520/180278
17.59/15.93	c cleaning 18998 clauses out of 38018 with flag 454368/200278
19.04/17.54	c cleaning 20002 clauses out of 40020 with flag 502421/221278
20.98/19.33	c cleaning 21001 clauses out of 42018 with flag 552968/243278
22.61/21.15	c cleaning 21998 clauses out of 44020 with flag 606130/266281
24.80/23.16	c cleaning 23001 clauses out of 46019 with flag 661180/290278
26.69/25.25	c cleaning 24000 clauses out of 48020 with flag 718545/315280
28.70/27.40	c cleaning 25001 clauses out of 50019 with flag 777829/341279
30.78/29.70	c cleaning 26000 clauses out of 52018 with flag 840124/368279
33.43/32.16	c cleaning 26999 clauses out of 54017 with flag 904273/396278
36.29/34.72	c cleaning 27997 clauses out of 56019 with flag 970671/425279
38.49/37.18	c cleaning 29005 clauses out of 58021 with flag 1039508/455278
40.84/39.71	c cleaning 30000 clauses out of 60017 with flag 1110755/486279
43.21/42.36	c cleaning 31000 clauses out of 62017 with flag 1184237/518279
45.87/45.21	c cleaning 32003 clauses out of 64016 with flag 1259942/551278
48.99/48.16	c cleaning 32998 clauses out of 66014 with flag 1336669/585279
52.26/51.18	c cleaning 33997 clauses out of 68015 with flag 1416687/620278
54.78/53.94	c cleaning 35000 clauses out of 70019 with flag 1498299/656279
57.49/56.95	c cleaning 36000 clauses out of 72019 with flag 1583431/693279
60.29/60.11	c cleaning 36995 clauses out of 74018 with flag 1671221/731278
63.42/63.33	c cleaning 38001 clauses out of 76025 with flag 1760872/770280
66.21/66.48	c cleaning 38999 clauses out of 78022 with flag 1852623/810278
69.20/69.78	c cleaning 40002 clauses out of 80024 with flag 1946350/851279
72.28/73.14	c cleaning 41003 clauses out of 82021 with flag 2042474/893278
75.76/76.73	c cleaning 42000 clauses out of 84019 with flag 2141059/936279
78.99/80.33	c cleaning 43000 clauses out of 86018 with flag 2241157/980278
82.33/84.04	c cleaning 43994 clauses out of 88019 with flag 2344851/1025279
87.45/88.33	c cleaning 45003 clauses out of 90024 with flag 2450129/1071278
91.08/92.32	c cleaning 45996 clauses out of 92022 with flag 2557778/1118279
94.71/96.37	c cleaning 47000 clauses out of 94025 with flag 2667000/1166278
99.28/100.83	c cleaning 47999 clauses out of 96025 with flag 2779366/1215278
104.22/105.60	c cleaning 49006 clauses out of 98027 with flag 2893717/1265279
108.11/109.96	c cleaning 50003 clauses out of 100020 with flag 3008003/1316278
112.10/114.39	c cleaning 50996 clauses out of 102017 with flag 3124671/1368278
116.75/119.00	c cleaning 52004 clauses out of 104023 with flag 3241292/1421280
121.66/123.79	c cleaning 52996 clauses out of 106017 with flag 3363253/1475278
126.03/128.52	c cleaning 54003 clauses out of 108023 with flag 3487967/1530280
131.20/133.61	c cleaning 54999 clauses out of 110018 with flag 3615048/1586278
136.83/139.23	c cleaning 55998 clauses out of 112019 with flag 3745692/1643278
141.98/144.80	c cleaning 56999 clauses out of 114022 with flag 3876340/1701279
147.73/150.68	c cleaning 58000 clauses out of 116022 with flag 4013682/1760278
153.71/156.68	c cleaning 59001 clauses out of 118022 with flag 4151511/1820278
158.53/161.98	c cleaning 60004 clauses out of 120022 with flag 4291263/1881279
163.55/167.43	c cleaning 60998 clauses out of 122017 with flag 4433570/1943278
169.37/173.47	c cleaning 61995 clauses out of 124019 with flag 4578940/2006278
174.78/179.33	c cleaning 62999 clauses out of 126025 with flag 4726124/2070279
180.74/185.32	c cleaning 64002 clauses out of 128027 with flag 4876145/2135280
186.93/191.56	c cleaning 64999 clauses out of 130024 with flag 5028272/2201279
192.73/197.87	c cleaning 66002 clauses out of 132024 with flag 5183073/2268278
199.13/204.47	c cleaning 66994 clauses out of 134022 with flag 5339524/2336278
204.93/210.71	c cleaning 68004 clauses out of 136030 with flag 5498516/2405280
211.24/217.19	c cleaning 69002 clauses out of 138025 with flag 5659309/2475279
217.84/223.74	c cleaning 70000 clauses out of 140024 with flag 5821478/2546280
224.71/230.60	c cleaning 70999 clauses out of 142022 with flag 5987400/2618278
230.59/237.09	c cleaning 71998 clauses out of 144024 with flag 6155221/2691279
237.23/244.00	c cleaning 73000 clauses out of 146025 with flag 6326255/2765278
243.77/251.03	c cleaning 74001 clauses out of 148025 with flag 6499016/2840278
250.76/258.26	c cleaning 74998 clauses out of 150024 with flag 6673164/2916278
258.29/265.72	c cleaning 76005 clauses out of 152029 with flag 6850250/2993281
265.60/273.22	c cleaning 76995 clauses out of 154021 with flag 7029548/3071278
272.60/280.82	c cleaning 78003 clauses out of 156027 with flag 7211003/3150279
279.58/288.34	c cleaning 79000 clauses out of 158023 with flag 7394952/3230278
286.90/295.97	c cleaning 80002 clauses out of 160023 with flag 7581656/3311278
294.69/303.89	c cleaning 80994 clauses out of 162022 with flag 7769673/3393279
302.06/311.83	c cleaning 82000 clauses out of 164028 with flag 7959887/3476279
310.52/319.93	c cleaning 83004 clauses out of 166027 with flag 8152495/3560278
318.22/328.08	c cleaning 83999 clauses out of 168024 with flag 8348256/3645279
325.85/336.37	c cleaning 84998 clauses out of 170025 with flag 8547801/3731279
334.14/344.97	c cleaning 86004 clauses out of 172026 with flag 8747847/3818278
342.71/353.42	c cleaning 87002 clauses out of 174022 with flag 8948662/3906278
350.93/361.62	c cleaning 87994 clauses out of 176022 with flag 9152566/3995280
358.72/370.03	c cleaning 89001 clauses out of 178026 with flag 9359315/4085278
367.29/378.96	c cleaning 89995 clauses out of 180026 with flag 9569947/4176279
376.21/388.13	c cleaning 91000 clauses out of 182030 with flag 9781226/4268278
384.60/397.22	c cleaning 92000 clauses out of 184031 with flag 9997663/4361279
393.85/406.81	c cleaning 93002 clauses out of 186031 with flag 10214821/4455279
405.16/417.16	c cleaning 94002 clauses out of 188030 with flag 10433961/4550280
414.35/427.07	c cleaning 95000 clauses out of 190026 with flag 10655217/4646278
424.07/437.39	c cleaning 96003 clauses out of 192027 with flag 10880134/4743279
435.31/448.22	c cleaning 97003 clauses out of 194023 with flag 11106509/4841278
445.15/458.47	c cleaning 98001 clauses out of 196021 with flag 11334040/4940279
454.11/467.92	c cleaning 99002 clauses out of 198019 with flag 11563900/5040278
465.71/478.71	c cleaning 99994 clauses out of 200017 with flag 11797335/5141278
475.88/489.28	c cleaning 101002 clauses out of 202023 with flag 12032068/5243278
486.21/499.94	c cleaning 102000 clauses out of 204021 with flag 12268695/5346278
496.55/510.86	c cleaning 103000 clauses out of 206021 with flag 12508216/5450278
506.94/521.70	c cleaning 103999 clauses out of 208022 with flag 12748979/5555279
517.64/532.97	c cleaning 104994 clauses out of 210022 with flag 12993053/5661278
528.97/544.53	c cleaning 106006 clauses out of 212028 with flag 13238011/5768278
539.17/554.95	c cleaning 107001 clauses out of 214024 with flag 13484407/5876280
549.98/565.32	c cleaning 107996 clauses out of 216021 with flag 13733311/5985278
560.47/576.43	c cleaning 108996 clauses out of 218026 with flag 13987039/6095279
570.74/587.18	c cleaning 110005 clauses out of 220030 with flag 14241027/6206279
582.10/598.17	c cleaning 111004 clauses out of 222027 with flag 14496108/6318281
592.12/608.42	c cleaning 111996 clauses out of 224020 with flag 14752715/6431278
602.02/618.95	c cleaning 113000 clauses out of 226024 with flag 15013091/6545278
612.49/630.03	c cleaning 114004 clauses out of 228025 with flag 15274764/6660279
622.59/640.75	c cleaning 115000 clauses out of 230020 with flag 15535687/6776278
632.36/651.05	c cleaning 115995 clauses out of 232020 with flag 15798456/6893278
643.74/662.90	c cleaning 116996 clauses out of 234025 with flag 16067196/7011278
654.04/673.77	c cleaning 117999 clauses out of 236030 with flag 16338074/7130279
665.32/685.39	c cleaning 118998 clauses out of 238030 with flag 16611626/7250278
676.35/696.99	c cleaning 120004 clauses out of 240033 with flag 16887967/7371279
687.40/708.44	c cleaning 120996 clauses out of 242028 with flag 17167332/7493278
699.20/720.57	c cleaning 121996 clauses out of 244032 with flag 17446772/7616278
711.01/732.92	c cleaning 123005 clauses out of 246037 with flag 17728876/7740279
722.70/745.13	c cleaning 124002 clauses out of 248031 with flag 18012850/7865278
734.59/757.67	c cleaning 125004 clauses out of 250029 with flag 18300021/7991278
746.89/770.53	c cleaning 126003 clauses out of 252026 with flag 18589265/8118279
758.77/782.99	c cleaning 126999 clauses out of 254022 with flag 18882203/8246278
770.68/795.42	c cleaning 128002 clauses out of 256024 with flag 19174383/8375279
784.13/808.87	c cleaning 128997 clauses out of 258023 with flag 19471261/8505280
796.31/821.73	c cleaning 129998 clauses out of 260024 with flag 19771441/8636278
810.34/835.10	c cleaning 130998 clauses out of 262026 with flag 20073458/8768278
826.29/850.17	c cleaning 131999 clauses out of 264028 with flag 20378439/8901278
839.64/863.60	c cleaning 132996 clauses out of 266029 with flag 20685326/9035278
853.44/877.63	c cleaning 134003 clauses out of 268034 with flag 20994404/9170279
864.71/889.58	c Got one! Elapsed wall clock time (in seconds):889.496
864.71/889.58	o 500
867.73/891.96	c cleaning 134114 clauses out of 268239 with flag 11449/9304487
868.80/893.08	c cleaning 70052 clauses out of 140123 with flag 25098/9310485
869.53/893.80	c cleaning 38529 clauses out of 77071 with flag 41221/9317485
870.21/894.43	c cleaning 23260 clauses out of 46542 with flag 59059/9325485
870.77/895.10	c cleaning 16133 clauses out of 32283 with flag 79392/9334486
871.48/895.83	c cleaning 13064 clauses out of 26150 with flag 102239/9344486
872.19/896.64	c cleaning 12033 clauses out of 24085 with flag 127809/9355485
873.08/897.54	c cleaning 12016 clauses out of 24053 with flag 155161/9367486
873.99/898.50	c cleaning 12506 clauses out of 25036 with flag 184813/9380485
874.88/899.51	c cleaning 13257 clauses out of 26532 with flag 216719/9394487
875.88/900.63	c cleaning 14127 clauses out of 28274 with flag 251196/9409486
876.96/901.83	c cleaning 15060 clauses out of 30147 with flag 287818/9425486
878.05/903.11	c cleaning 16038 clauses out of 32087 with flag 326772/9442486
879.30/904.47	c cleaning 17014 clauses out of 34050 with flag 368234/9460487
880.66/905.92	c cleaning 18005 clauses out of 36035 with flag 411419/9479486
882.33/907.52	c cleaning 19004 clauses out of 38029 with flag 457667/9499485
883.79/909.16	c cleaning 20004 clauses out of 40025 with flag 505935/9520485
885.32/910.87	c cleaning 20998 clauses out of 42021 with flag 556257/9542485
886.94/912.64	c cleaning 22006 clauses out of 44027 with flag 608705/9565489
888.58/914.49	c cleaning 23002 clauses out of 46017 with flag 663489/9589485
890.55/916.47	c cleaning 23995 clauses out of 48015 with flag 720281/9614485
892.36/918.44	c cleaning 25001 clauses out of 50022 with flag 778954/9640487
894.26/920.52	c cleaning 26000 clauses out of 52019 with flag 839611/9667485
896.26/922.71	c cleaning 26999 clauses out of 54019 with flag 903575/9695485
898.26/925.01	c cleaning 27996 clauses out of 56021 with flag 970497/9724486
900.66/927.46	c cleaning 29000 clauses out of 58024 with flag 1039320/9754485
902.93/929.97	c cleaning 30001 clauses out of 60025 with flag 1110060/9785486
905.40/932.60	c cleaning 31001 clauses out of 62023 with flag 1183421/9817485
907.86/935.39	c cleaning 31997 clauses out of 64022 with flag 1259065/9850485
910.93/938.36	c cleaning 32999 clauses out of 66025 with flag 1337248/9884485
913.77/941.41	c cleaning 34002 clauses out of 68027 with flag 1417691/9919486
916.51/944.44	c cleaning 35007 clauses out of 70027 with flag 1500051/9955488
919.66/947.63	c cleaning 36000 clauses out of 72017 with flag 1585008/9992485
922.58/950.81	c cleaning 36997 clauses out of 74017 with flag 1672242/10030485
925.60/954.17	c cleaning 38001 clauses out of 76021 with flag 1761956/10069486
929.17/957.75	c cleaning 38995 clauses out of 78019 with flag 1853809/10109485
932.46/961.35	c cleaning 40001 clauses out of 80025 with flag 1947061/10150486
935.87/965.02	c cleaning 40997 clauses out of 82023 with flag 2043700/10192485
940.02/969.01	c cleaning 42001 clauses out of 84026 with flag 2142881/10235485
943.28/972.68	c cleaning 43003 clauses out of 86026 with flag 2242346/10279486
946.75/976.41	c cleaning 43997 clauses out of 88022 with flag 2344154/10324485
950.62/980.40	c cleaning 45002 clauses out of 90025 with flag 2449571/10370485
954.37/984.50	c cleaning 45998 clauses out of 92023 with flag 2557209/10417485
958.67/988.81	c cleaning 47001 clauses out of 94026 with flag 2667574/10465486
962.62/993.13	c cleaning 48001 clauses out of 96024 with flag 2779956/10514485
966.73/997.66	c cleaning 49001 clauses out of 98025 with flag 2894365/10564487
971.38/1002.27	c cleaning 50001 clauses out of 100022 with flag 3011462/10615485
975.81/1007.06	c cleaning 50995 clauses out of 102022 with flag 3131295/10667486
980.57/1012.00	c cleaning 51992 clauses out of 104026 with flag 3253760/10720485
984.77/1016.52	c cleaning 53005 clauses out of 106035 with flag 3376364/10774486
989.51/1021.38	c cleaning 54001 clauses out of 108029 with flag 3502957/10829485
994.08/1026.34	c cleaning 55005 clauses out of 110029 with flag 3632204/10885486
999.87/1031.81	c cleaning 56000 clauses out of 112024 with flag 3763411/10942486
1004.65/1037.07	c cleaning 57002 clauses out of 114024 with flag 3896584/11000486
1010.18/1042.62	c cleaning 57995 clauses out of 116022 with flag 4032660/11059486
1015.34/1048.23	c cleaning 58997 clauses out of 118026 with flag 4170305/11119485
1020.40/1053.56	c cleaning 60002 clauses out of 120031 with flag 4309228/11180487
1027.07/1059.75	c cleaning 61000 clauses out of 122028 with flag 4451403/11242486
1032.59/1065.75	c cleaning 61999 clauses out of 124027 with flag 4595452/11305485
1038.53/1072.00	c cleaning 63002 clauses out of 126028 with flag 4742928/11369485
1044.26/1078.17	c cleaning 63999 clauses out of 128026 with flag 4891914/11434485
1050.20/1084.50	c cleaning 65001 clauses out of 130027 with flag 5043579/11500485
1057.04/1091.07	c cleaning 66002 clauses out of 132027 with flag 5197934/11567486
1063.02/1097.50	c cleaning 66995 clauses out of 134024 with flag 5354746/11635485
1069.26/1104.21	c cleaning 68002 clauses out of 136030 with flag 5513154/11704486
1075.26/1110.56	c cleaning 69003 clauses out of 138028 with flag 5673756/11774486
1082.56/1117.34	c cleaning 70000 clauses out of 140024 with flag 5836805/11845485
1088.32/1123.67	c cleaning 71000 clauses out of 142025 with flag 6000045/11917486
1094.73/1130.46	c cleaning 72002 clauses out of 144025 with flag 6165097/11990486
1100.92/1136.95	c cleaning 73002 clauses out of 146025 with flag 6333280/12064488
1107.97/1143.59	c cleaning 73996 clauses out of 148022 with flag 6505804/12139487
1114.31/1150.12	c cleaning 75000 clauses out of 150025 with flag 6678960/12215486
1120.82/1156.98	c cleaning 76005 clauses out of 152026 with flag 6854889/12292487
1128.35/1163.95	c cleaning 76996 clauses out of 154019 with flag 7030872/12370485
1135.27/1171.11	c cleaning 78001 clauses out of 156025 with flag 7211345/12449487
1142.30/1178.43	c cleaning 78993 clauses out of 158023 with flag 7395134/12529486
1150.44/1186.01	c cleaning 80004 clauses out of 160029 with flag 7580894/12610485
1157.74/1193.66	c cleaning 81006 clauses out of 162025 with flag 7768567/12692485
1165.28/1201.47	c cleaning 81996 clauses out of 164021 with flag 7959358/12775487
1173.99/1209.62	c cleaning 83001 clauses out of 166023 with flag 8151473/12859485
1181.40/1217.48	c cleaning 84003 clauses out of 168022 with flag 8346178/12944485
1188.83/1225.22	c cleaning 85000 clauses out of 170020 with flag 8540633/13030486
1197.32/1233.39	c cleaning 85993 clauses out of 172019 with flag 8739249/13117485
1205.18/1241.62	c cleaning 86998 clauses out of 174026 with flag 8940031/13205485
1213.16/1250.09	c cleaning 87996 clauses out of 176028 with flag 9143511/13294485
1221.96/1258.67	c cleaning 89005 clauses out of 178035 with flag 9349119/13384488
1229.78/1266.90	c cleaning 89998 clauses out of 180027 with flag 9556962/13475485
1239.52/1275.82	c cleaning 91005 clauses out of 182029 with flag 9767851/13567485
1247.33/1283.98	c cleaning 91996 clauses out of 184024 with flag 9978239/13660485
1255.16/1292.17	c cleaning 93005 clauses out of 186029 with flag 10192887/13754486
1264.61/1301.17	c cleaning 94002 clauses out of 188024 with flag 10410828/13849486
1272.94/1310.11	c cleaning 94999 clauses out of 190021 with flag 10630251/13945485
1281.43/1319.15	c cleaning 96002 clauses out of 192022 with flag 10852533/14042485
1291.72/1328.83	c cleaning 96997 clauses out of 194021 with flag 11076479/14140486
1300.86/1338.39	c cleaning 98004 clauses out of 196023 with flag 11303424/14239485
1310.83/1347.81	c cleaning 98995 clauses out of 198019 with flag 11527496/14339485
1319.82/1357.40	c cleaning 100004 clauses out of 200024 with flag 11759773/14440485
1330.70/1367.45	c cleaning 100996 clauses out of 202020 with flag 11994193/14542485
1340.20/1377.38	c cleaning 101999 clauses out of 204024 with flag 12229924/14645485
1349.28/1386.90	c cleaning 103003 clauses out of 206026 with flag 12468298/14749486
1360.42/1397.20	c cleaning 103999 clauses out of 208022 with flag 12709277/14854485
1369.78/1407.10	c cleaning 104999 clauses out of 210023 with flag 12951939/14960485
1379.32/1417.16	c cleaning 106005 clauses out of 212028 with flag 13198235/15067489
1390.45/1427.43	c cleaning 106998 clauses out of 214020 with flag 13441710/15175486
1399.86/1437.31	c cleaning 107996 clauses out of 216022 with flag 13685656/15284486
1409.31/1447.44	c cleaning 108998 clauses out of 218025 with flag 13937229/15394485
1420.82/1458.28	c cleaning 110001 clauses out of 220027 with flag 14191758/15505485
1430.47/1468.47	c cleaning 111000 clauses out of 222026 with flag 14447404/15617485
1443.41/1480.34	c cleaning 111996 clauses out of 224026 with flag 14706241/15730485
1453.65/1491.15	c cleaning 113003 clauses out of 226030 with flag 14968494/15844485
1466.49/1502.92	c cleaning 114007 clauses out of 228029 with flag 15232906/15959487
1476.98/1514.05	c cleaning 114999 clauses out of 230020 with flag 15499414/16075485
1489.66/1525.81	c cleaning 115996 clauses out of 232021 with flag 15769615/16192485
1500.47/1537.39	c cleaning 117001 clauses out of 234026 with flag 16040619/16310486
1513.92/1549.89	c cleaning 117997 clauses out of 236024 with flag 16313550/16429485
1525.31/1561.42	c cleaning 118996 clauses out of 238027 with flag 16586467/16549485
1537.51/1573.05	c cleaning 119999 clauses out of 240031 with flag 16861271/16670485
1549.39/1585.28	c cleaning 121004 clauses out of 242032 with flag 17140885/16792485
1562.15/1597.47	c cleaning 121994 clauses out of 244028 with flag 17423503/16915485
1574.29/1610.00	c cleaning 123004 clauses out of 246036 with flag 17708140/17039487
1587.64/1622.72	c cleaning 123998 clauses out of 248030 with flag 17996095/17164485
1600.34/1635.83	c cleaning 125005 clauses out of 250033 with flag 18285109/17290486
1614.90/1649.37	c cleaning 125994 clauses out of 252027 with flag 18576755/17417485
1626.10/1661.19	c cleaning 127004 clauses out of 254033 with flag 18870540/17545485
1639.69/1673.71	c cleaning 128003 clauses out of 256030 with flag 19165943/17674486
1652.35/1686.62	c cleaning 128999 clauses out of 258026 with flag 19464252/17804485
1667.23/1700.33	c cleaning 130006 clauses out of 260027 with flag 19764110/17935485
1678.95/1712.71	c cleaning 131001 clauses out of 262021 with flag 20060451/18067485
1692.74/1725.61	c cleaning 132001 clauses out of 264022 with flag 20363689/18200487
1705.84/1739.12	c cleaning 132996 clauses out of 266023 with flag 20671345/18334489
1718.50/1752.65	c cleaning 133998 clauses out of 268023 with flag 20979561/18469485
1731.61/1766.57	c cleaning 134997 clauses out of 270025 with flag 21290925/18605485
1744.84/1780.47	c cleaning 136001 clauses out of 272029 with flag 21605026/18742486
1760.95/1794.95	c cleaning 136996 clauses out of 274027 with flag 21921366/18880485
1774.91/1809.48	c cleaning 137999 clauses out of 276032 with flag 22240841/19019486
1789.18/1824.46	c cleaning 139002 clauses out of 278033 with flag 22562958/19159486
1802.91/1839.05	c cleaning 140003 clauses out of 280031 with flag 22886055/19300486
1816.76/1853.71	c cleaning 141005 clauses out of 282027 with flag 23210087/19442485
1830.67/1868.40	c cleaning 141997 clauses out of 284023 with flag 23538929/19585486
1845.84/1882.95	c cleaning 142996 clauses out of 286026 with flag 23865125/19729486
1860.75/1898.62	c cleaning 144001 clauses out of 288030 with flag 24196976/19874486
1875.09/1913.63	c cleaning 145001 clauses out of 290028 with flag 24531905/20020485
1890.79/1928.66	c cleaning 145998 clauses out of 292028 with flag 24869408/20167486
1905.09/1943.67	c cleaning 147005 clauses out of 294030 with flag 25209924/20315486
1920.08/1959.29	c cleaning 148000 clauses out of 296025 with flag 25551586/20464486
1934.85/1974.97	c cleaning 148997 clauses out of 298026 with flag 25894802/20614487
1950.65/1991.41	c cleaning 149999 clauses out of 300030 with flag 26242301/20765488
1968.12/2007.99	c cleaning 151005 clauses out of 302028 with flag 26590320/20917485
1984.50/2024.07	c cleaning 151998 clauses out of 304024 with flag 26941206/21070486
1998.74/2039.49	c cleaning 153001 clauses out of 306026 with flag 27290959/21224486
2015.00/2055.43	c cleaning 154000 clauses out of 308025 with flag 27646507/21379486
2031.26/2071.38	c cleaning 154999 clauses out of 310024 with flag 28004346/21535485
2046.08/2087.22	c cleaning 156001 clauses out of 312026 with flag 28364681/21692486
2061.35/2103.57	c cleaning 156999 clauses out of 314024 with flag 28726963/21850485
2074.88/2118.12	c cleaning 157999 clauses out of 316025 with flag 29086983/22009485
2091.60/2134.57	c cleaning 159000 clauses out of 318026 with flag 29454594/22169485
2107.36/2151.48	c cleaning 160000 clauses out of 320027 with flag 29823821/22330486
2128.61/2169.52	c cleaning 161008 clauses out of 322026 with flag 30197022/22492485
2144.74/2185.63	c cleaning 161994 clauses out of 324018 with flag 30567183/22655485
2161.52/2202.60	c cleaning 162999 clauses out of 326024 with flag 30943261/22819485
2180.82/2220.01	c cleaning 163998 clauses out of 328027 with flag 31323141/22984487
2197.69/2237.07	c cleaning 165001 clauses out of 330028 with flag 31700624/23150486
2215.63/2255.31	c cleaning 166007 clauses out of 332029 with flag 32083764/23317488
2235.35/2273.04	c cleaning 166999 clauses out of 334020 with flag 32465904/23485486
2253.13/2291.00	c cleaning 167999 clauses out of 336021 with flag 32850097/23654486
2270.47/2308.67	c cleaning 168997 clauses out of 338021 with flag 33240545/23824485
2288.81/2326.72	c cleaning 170000 clauses out of 340026 with flag 33628640/23995487
2308.59/2344.91	c cleaning 170996 clauses out of 342024 with flag 34021874/24167485
2326.50/2362.65	c cleaning 172007 clauses out of 344029 with flag 34408756/24340486
2347.52/2381.94	c cleaning 172997 clauses out of 346021 with flag 34809477/24514485
2366.40/2400.52	c cleaning 174001 clauses out of 348024 with flag 35208225/24689485
2385.40/2419.94	c cleaning 174998 clauses out of 350023 with flag 35611997/24865485
2408.76/2441.11	c cleaning 175994 clauses out of 352026 with flag 36019998/25042486
2429.11/2461.85	c cleaning 177006 clauses out of 354032 with flag 36429439/25220486
2452.98/2483.49	c cleaning 178001 clauses out of 356026 with flag 36840996/25399486
2470.67/2501.46	c cleaning 178999 clauses out of 358025 with flag 37254147/25579486
2491.73/2522.35	c cleaning 180002 clauses out of 360025 with flag 37670357/25760485
2513.00/2543.90	c cleaning 180994 clauses out of 362023 with flag 38088923/25942485
2535.59/2564.67	c cleaning 182007 clauses out of 364029 with flag 38509901/26125485
2555.31/2584.72	c cleaning 183001 clauses out of 366023 with flag 38932419/26309486
2578.03/2605.29	c cleaning 184002 clauses out of 368022 with flag 39358573/26494486
2600.64/2627.75	c cleaning 185001 clauses out of 370022 with flag 39784955/26680488
2620.95/2647.97	c cleaning 186004 clauses out of 372019 with flag 40209171/26867486
2643.46/2668.45	c cleaning 186996 clauses out of 374015 with flag 40636659/27055486
2664.62/2690.10	c cleaning 187998 clauses out of 376018 with flag 41069246/27244485
2686.27/2711.73	c cleaning 188997 clauses out of 378020 with flag 41502321/27434485
2710.73/2734.23	c cleaning 190002 clauses out of 380024 with flag 41931591/27625486
2733.06/2756.55	c cleaning 190998 clauses out of 382021 with flag 42368745/27817485
2759.23/2780.05	c cleaning 192001 clauses out of 384024 with flag 42810863/28010486
2780.51/2801.25	c cleaning 192995 clauses out of 386022 with flag 43251959/28204485
2803.09/2823.78	c cleaning 193999 clauses out of 388027 with flag 43694415/28399485
2828.50/2847.00	c cleaning 195002 clauses out of 390028 with flag 44144001/28595485
2852.16/2870.52	c cleaning 196005 clauses out of 392026 with flag 44593981/28792485
2875.06/2893.31	c cleaning 197002 clauses out of 394023 with flag 45044789/28990487
2901.09/2917.17	c cleaning 198002 clauses out of 396020 with flag 45493222/29189486
2923.39/2939.65	c cleaning 198997 clauses out of 398018 with flag 45941907/29389486
2951.13/2965.05	c cleaning 199999 clauses out of 400020 with flag 46394846/29590485
2977.18/2991.14	c cleaning 200999 clauses out of 402021 with flag 46857097/29792485
3005.45/3015.83	c cleaning 201997 clauses out of 404023 with flag 47321263/29995486
3031.15/3042.08	c cleaning 202998 clauses out of 406025 with flag 47785920/30199485
3055.80/3066.80	c cleaning 204004 clauses out of 408027 with flag 48256653/30404485
3081.34/3090.08	c cleaning 205003 clauses out of 410024 with flag 48729892/30610486
3104.86/3113.66	c cleaning 206000 clauses out of 412020 with flag 49205114/30817485
3128.25/3137.16	c cleaning 206999 clauses out of 414022 with flag 49680927/31025487
3153.62/3160.05	c cleaning 208000 clauses out of 416022 with flag 50150306/31234486
3176.02/3182.52	c cleaning 208992 clauses out of 418022 with flag 50625231/31444486
3198.85/3205.59	c cleaning 209999 clauses out of 420031 with flag 51110245/31655487
3224.09/3229.18	c cleaning 211001 clauses out of 422030 with flag 51597655/31867485
3247.50/3252.71	c cleaning 211999 clauses out of 424029 with flag 52087587/32080485
3274.15/3277.49	c cleaning 213005 clauses out of 426030 with flag 52576968/32294485
3299.70/3303.18	c cleaning 213997 clauses out of 428025 with flag 53068288/32509485
3329.67/3330.49	c cleaning 214999 clauses out of 430028 with flag 53557398/32725485
3340.19/3341.42	Exception in thread "main" java.lang.IllegalStateException: java.io.IOException: File too large
3340.19/3341.42		at org.sat4j.pb.tools.VERIPBSearchListener.learn(VERIPBSearchListener.java:170)
3340.19/3341.42		at org.sat4j.minisat.core.Solver.learn(Solver.java:393)
3340.19/3341.42		at org.sat4j.minisat.constraints.AbstractDataStructureFactory.learnConstraint(AbstractDataStructureFactory.java:117)
3340.19/3341.42		at org.sat4j.minisat.learning.MiniSATLearning.learns(MiniSATLearning.java:69)
3340.19/3341.42		at org.sat4j.minisat.core.Solver.recordConstraint(Solver.java:1179)
3340.19/3341.42		at org.sat4j.minisat.core.Solver.search(Solver.java:1380)
3340.19/3341.42		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1925)
3340.19/3341.42		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:107)
3340.19/3341.42		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:181)
3340.19/3341.42		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:174)
3340.19/3341.42		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:146)
3340.19/3341.42		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:316)
3340.19/3341.42		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:265)
3340.19/3341.42		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:120)
3340.19/3341.42	Caused by: java.io.IOException: File too large
3340.19/3341.42		at java.base/java.io.FileOutputStream.writeBytes(Native Method)
3340.19/3341.42		at java.base/java.io.FileOutputStream.write(FileOutputStream.java:352)
3340.19/3341.42		at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:220)
3340.19/3341.42		at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:291)
3340.19/3341.42		at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:267)
3340.19/3341.42		at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:122)
3340.19/3341.42		at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:132)
3340.19/3341.42		at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:224)
3340.19/3341.42		at java.base/java.io.Writer.write(Writer.java:248)
3340.19/3341.42		at org.sat4j.pb.tools.VERIPBSearchListener.learn(VERIPBSearchListener.java:160)
3340.19/3341.42		... 13 more
3340.19/3341.42	c starts		: 4
3340.19/3341.42	c conflicts		: 32837624
3340.19/3341.42	c decisions		: 48995031
3340.19/3341.42	c propagations		: 1139868266
3340.19/3341.42	c inspects		: 11706902140
3340.19/3341.42	c shortcuts		: 0
3340.19/3341.42	c learnt literals	: 0
3340.19/3341.42	c learnt binary clauses	: 0
3340.19/3341.42	c learnt ternary clauses	: 0
3340.19/3341.42	c learnt constraints	: 32837623
3340.19/3341.42	c ignored constraints	: 0
3340.19/3341.42	c root simplifications	: 0
3340.19/3341.42	c removed literals (reason simplification)	: 65175820
3340.19/3341.42	c reason swapping (by a shorter reason)	: 0
3340.19/3341.42	c Calls to reduceDB	: 343
3340.19/3341.42	c Number of update (reduction) of LBD	: 3329451
3340.19/3341.42	c Imported unit clauses	: 0
3340.19/3341.42	c No decision after first conflict	: false
3340.19/3341.42	c number of reductions to clauses (during analyze)	: 0
3340.19/3341.42	c number of learned constraints concerned by reduction	: 0
3340.19/3341.42	c number of learning phase by resolution	: 0
3340.19/3341.42	c number of learning phase by cutting planes	: 0
3340.19/3341.42	c number of rounding to 1 operations	: 0
3340.19/3341.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3340.19/3341.42	c number of reductions of the coefficients by power 2 	: 0
3340.19/3341.42	c number of right shift for reduction by power 2 	: 0
3340.19/3341.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3340.19/3341.42	c number of ending skipping 	: 0
3340.19/3341.42	c number of internal skipping 	: 0
3340.19/3341.42	c number of derivation steps 	: 0
3340.19/3341.42	c number of skipped derivation steps 	: 0
3340.19/3341.42	c number of remaining unassigned 	: 0
3340.19/3341.42	c number of remaining assigned 	: 0
3340.19/3341.42	c number of falsified literals weakened from reason	: 0
3340.19/3341.42	c number of falsified literals weakened from conflict	: 0
3340.19/3341.42	c time for arithmetic operations	: 0
3340.19/3341.42	c minimum degree of deleted constraints	: null
3340.19/3341.42	c maximum degree of deleted constraints	: null
3340.19/3341.42	c number of deleted constraints	: 0
3340.19/3341.42	c speed (assignments/second)	: 341149.02273452363
3340.19/3341.42	c non guided choices	: 0
3340.19/3341.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 327167
3340.19/3341.48	s SATISFIABLE
3340.19/3341.48	c Found 3 solution(s)
3340.19/3341.48	v -x1 x2 -x3 x4 -x5 x6 x7 x8 x9 -x10 x11 x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 x23 x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 x48 x49 -x50 -x51 x52 -x53 -x54 x55 -x56 -x57 x58 -x59 x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 x69 x70 -x71 x72 -x73 x74 -x75 x76 -x77 -x78 -x79 x80 x81 -x82 -x83 x84 x85 -x86 x87 -x88 x89 -x90 -x91 x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 x114 x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 x127 x128 x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 x139 x140 x141 x142 -x143 x144 -x145 x146 -x147 x148 x149 -x150 -x151 x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 x175 -x176 -x177 -x178 -x179 x180 -x181 x182 -x183 -x184 x185 x186 -x187 x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 x236 x237 -x238 x239 x240 x241 x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 x339 x340 x341 x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 x361 x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 x378 x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 x388 -x389 x390 -x391 -x392 -x393 x394 -x395 -x396 x397 -x398 x399 -x400 x401 -x402 -x403 -x404 -x405 x406 -x407 -x408 -x409 -x410 x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 x431 -x432 -x433 x434 -x435 x436 -x437 x438 -x439 x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 -x458 x459 -x460 -x461 -x462 -x463 -x464 -x465 x466 -x467 -x468 x469 -x470 -x471 -x472 -x473 -x474 -x475 x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 x507 -x508 x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 x517 -x518 -x519 -x520 -x521 x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 x553 -x554 x555 -x556 -x557 -x558 x559 x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 x576 x577 -x578 x579 -x580 x581 -x582 -x583 -x584 -x585 x586 x587 -x588 -x589 x590 x591 -x592 -x593 -x594 x595 -x596 x597 -x598 -x599 -x600 x601 -x602 -x603 -x604 x605 x606 x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 -x616 x617 x618 -x619 x620 -x621 x622 x623 -x624 x625 x626 x627 -x628 -x629 -x630 x631 -x632 x633 -x634 -x635 -x636 x637 x638 -x639 -x640 -x641 -x642 x643 x644 -x645 x646 -x647 x648 -x649 x650 x651 x652 -x653 x654 x655 x656 -x657 -x658 x659 x660 x661 x662 x663 x664 -x665 -x666 -x667 x668 -x669 x670 -x671 -x672 -x673 x674 -x675 x676 -x677 -x678 -x679 x680 -x681 -x682 -x683 x684 -x685 x686 -x687 x688 x689 -x690 -x691 -x692 x693 -x694 x695 -x696 x697 -x698 -x699 -x700 -x701 x702 x703 -x704 -x705 x706 x707 -x708 -x709 x710 x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 x720 -x721 x722 -x723 x724 -x725 x726 x727 -x728 -x729 -x730 -x731 x732 -x733 x734 -x735 -x736 -x737 -x738 x739 -x740 -x741 -x742 x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 x758 -x759 -x760 -x761 x762 -x763 -x764 -x765 -x766 -x767 -x768 x769 -x770 x771 -x772 x773 -x774 -x775 x776 x777 -x778 x779 -x780 -x781 -x782 -x783 -x784 x785 -x786 x787 -x788 -x789 -x790 -x791 -x792 -x793 x794 -x795 -x796 x797 -x798 -x799 -x800 -x801 x802 x803 -x804 -x805 x806 -x807 -x808 x809 x810 -x811 x812 x813 x814 -x815 -x816 -x817 x818 x819 -x820 -x821 -x822 -x823 x824 x825 x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 x850 x851 -x852 x853 x854 -x855 x856 -x857 x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 x868 x869 -x870 -x871 x872 x873 -x874 -x875 x876 -x877 -x878 -x879 x880 -x881 -x882 x883 -x884 x885 x886 -x887 -x888 -x889 x890 -x891 -x892 -x893 x894 -x895 x896 x897 -x898 -x899 x900 -x901 -x902 -x903 -x904 x905 -x906 x907 -x908 -x909 -x910 -x911 x912 -x913 x914 x915 -x916 -x917 -x918 x919 x920 x921 x922 x923 -x924 -x925 -x926 x927 -x928 -x929 x930 -x931 x932 x933 -x934 -x935 -x936 x937 -x938 -x939 -x940 x941 -x942 x943 -x944 x945 x946 -x947 x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 x956 -x957 x958 -x959 x960 x961 -x962 -x963 -x964 x965 x966 -x967 x968 x969 x970 x971 -x972 x973 x974 -x975 x976 x977 x978 -x979 -x980 -x981 -x982 x983 x984 -x985 -x986 -x987 -x988 x989 x990 x991 x992 -x993 -x994 -x995 x996 x997 x998 x999 x1000 -x1001 -x1002 x1003 -x1004 -x1005 x1006 -x1007 -x1008 -x1009 -x1010 x1011 -x1012 -x1013 x1014 x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 x1022 -x1023 x1024 -x1025 x1026 -x1027 -x1028 x1029 x1030 -x1031 x1032 -x1033 -x1034 x1035 -x1036 -x1037 -x1038 -x1039 x1040 -x1041 -x1042 x1043 x1044 -x1045 -x1046 x1047 -x1048 -x1049 x1050 x1051 -x1052 x1053 -x1054 x1055 x1056 x1057 x1058 x1059 x1060 x1061 x1062 x1063 -x1064 x1065 x1066 x1067 x1068 -x1069 -x1070 x1071 -x1072 -x1073 x1074 -x1075 -x1076 -x1077 -x1078 -x1079 x1080 x1081 -x1082 x1083 x1084 -x1085 x1086 x1087 x1088 -x1089 x1090 -x1091 x1092 -x1093 x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 x1101 x1102 x1103 -x1104 x1105 -x1106 -x1107 x1108 -x1109 x1110 -x1111 x1112 x1113 x1114 x1115 -x1116 -x1117 -x1118 -x1119 x1120 x1121 x1122 -x1123 x1124 x1125 -x1126 -x1127 -x1128 -x1129 x1130 -x1131 x1132 -x1133 -x1134 x1135 -x1136 -x1137 -x1138 x1139 -x1140 x1141 -x1142 x1143 -x1144 -x1145 x1146 x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 x1155 -x1156 -x1157 x1158 -x1159 -x1160 x1161 -x1162 x1163 -x1164 -x1165 -x1166 -x1167 -x1168 x1169 x1170 x1171 x1172 -x1173 -x1174 -x1175 -x1176 -x1177 x1178 -x1179 x1180 -x1181 -x1182 x1183 -x1184 -x1185 -x1186 -x1187 -x1188 x1189 x1190 x1191 x1192 -x1193 x1194 x1195 x1196 -x1197 -x1198 -x1199 -x1200 -x1201 x1202 -x1203 -x1204 x1205 x1206 -x1207 x1208 x1209 x1210 x1211 -x1212 x1213 -x1214 x1215 x1216 -x1217 x1218 -x1219 -x1220 x1221 -x1222 x1223 -x1224 -x1225 x1226 -x1227 x1228 x1229 x1230 x1231 x1232 -x1233 -x1234 x1235 x1236 -x1237 -x1238 -x1239 x1240 -x1241 x1242 x1243 -x1244 x1245 -x1246 x1247 x1248 x1249 x1250 -x1251 x1252 x1253 x1254 x1255 -x1256 x1257 -x1258 x1259 -x1260 -x1261 x1262 x1263 -x1264 x1265 -x1266 -x1267 -x1268 x1269 x1270 x1271 x1272 -x1273 x1274 x1275 -x1276 x1277 -x1278 x1279 -x1280 x1281 -x1282 x1283 x1284 x1285 x1286 x1287 x1288 x1289 -x1290 -x1291 -x1292 x1293 -x1294 -x1295 x1296 -x1297 -x1298 -x1299 -x1300 x1301 x1302 x1303 -x1304 x1305 -x1306 -x1307 x1308 -x1309 x1310 -x1311 x1312 -x1313 -x1314 x1315 -x1316 x1317 x1318 -x1319 x1320 x1321 x1322 -x1323 x1324 -x1325 -x1326 -x1327 x1328 -x1329 x1330 -x1331 x1332 x1333 x1334 -x1335 x1336 x1337 x1338 -x1339 x1340 x1341 -x1342 -x1343 x1344 -x1345 x1346 -x1347 x1348 -x1349 x1350 x1351 -x1352 -x1353 -x1354 -x1355 x1356 -x1357 -x1358 -x1359 x1360 x1361 -x1362 x1363 -x1364 x1365 x1366 x1367 -x1368 x1369 x1370 x1371 -x1372 
3340.19/3341.48	c objective function=500
3340.19/3341.48	c Total wall clock time (in seconds): 3341.391

Verifier Data

OK	500

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

running on 4 cores: 56-59

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 10,13-14,16-18,20,22-23,25-27,29-31,33-35,37-39,41-44,46-47,49-51,53-54,61-63
  3550 MHz: 0-3,36,48,56-59
  3600 MHz: 4-9,11-12,15,19,21,24,28,32,40,45,52,55,60
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 56-59

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (8240 MiB free)
  node 1: cores 8-15, 129019 MiB (135 MiB free)
  node 2: cores 16-23, 129019 MiB (27558 MiB free)
  node 3: cores 24-31, 129003 MiB (69161 MiB free)
  node 4: cores 32-39, 129019 MiB (109371 MiB free)
  node 5: cores 40-47, 129019 MiB (104025 MiB free)
  node 6: cores 48-55, 129019 MiB (83455 MiB free)
  node 7: cores 56-63, 128429 MiB (116817 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100059 s]*
/proc/loadavg: 14.94 15.41 15.45 19/1184 2270538
/proc/meminfo: memFree=531194036/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=34966608 memory=60032 CPUtime=0.18 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 7841 0 0 0 17 1 0 0 20 0 20 0 298332752 35805806592 14610 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8741652 15008 6218 1 0 33327 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=34966608 memory=5895516205 CPUtime=0.08 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 3185 0 0 0 8 0 0 0 20 0 20 0 298332753 35805806592 14610 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=34966608 memory=245752924046 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 298332754 35805806592 14610 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=34966608 memory=17974 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 298332754 35805806592 14610 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=34966608 memory=18327 CPUtime=0 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 298332754 35805806592 14610 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=34966608 memory=18896 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 298332754 35805806592 14610 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=34966608 memory=63793 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 298332755 35805806592 14610 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 60032 KiB

[startup+0.213993 s]*
/proc/loadavg: 14.94 15.41 15.45 18/1186 2270540
/proc/meminfo: memFree=531160768/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35099736 memory=98068 CPUtime=0.57 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 12220 0 0 0 56 1 0 0 20 0 22 0 298332752 35942129664 24278 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8774934 24517 6264 1 0 48203 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35099736 memory=3184097923301336704 CPUtime=0.19 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 3321 0 0 0 19 0 0 0 20 0 22 0 298332753 35942129664 24278 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35099736 memory=237162987891 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298332754 35942129664 24278 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35099736 memory=59580625470584 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 298332754 35942129664 24278 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35099736 memory=56290697299298 CPUtime=0 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298332754 35942129664 24278 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35099736 memory=62883505653466 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298332754 35942129664 24278 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35099736 memory=62913637577821 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298332755 35942129664 24278 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35099736 memory=3978710575470672837 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298332769 35942129664 24278 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 98068 KiB

[startup+0.31411 s]*
/proc/loadavg: 14.94 15.41 15.45 18/1186 2270540
/proc/meminfo: memFree=531125952/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35099736 memory=122340 CPUtime=0.89 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 13247 0 0 0 88 1 0 0 20 0 22 0 298332752 35942129664 30300 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8774934 30585 6264 1 0 49214 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35099736 memory=3184097923301336704 CPUtime=0.28 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 3336 0 0 0 28 0 0 0 20 0 22 0 298332753 35942129664 30300 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35099736 memory=6878122768064577907 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298332754 35942129664 30300 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35099736 memory=59580625470584 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 298332754 35942129664 30300 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35099736 memory=56290697299298 CPUtime=0 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298332754 35942129664 30300 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35099736 memory=62883505653466 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298332754 35942129664 30300 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35099736 memory=62913637577821 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298332755 35942129664 30300 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35099736 memory=3978710575470672837 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298332769 35942129664 30300 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 122340 KiB

[startup+0.700241 s]
/proc/loadavg: 14.94 15.41 15.45 19/1186 2270540
/proc/meminfo: memFree=531057216/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35232864 memory=250532 CPUtime=1.98 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 13610 0 0 0 194 4 0 0 20 0 24 0 298332752 36078452736 62458 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8808216 62633 6270 1 0 85746 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35232864 memory=4828 CPUtime=0.6 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 3388 0 0 0 58 2 0 0 20 0 24 0 298332753 36078452736 62458 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35232864 memory=4177 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 298332754 36078452736 62458 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35232864 memory=5896 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 298332754 36078452736 62458 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35232864 memory=4828 CPUtime=0 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 298332754 36078452736 62458 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35232864 memory=3048 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 298332754 36078452736 62458 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 298332755 36078452736 62458 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 298332769 36078452736 62458 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 250532 KiB

[startup+1.50024 s]
/proc/loadavg: 14.94 15.41 15.45 16/1188 2270542
/proc/meminfo: memFree=531270700/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35232864 memory=641960 CPUtime=3.34 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 14790 0 0 0 325 9 0 0 20 0 23 0 298332752 36078452736 160348 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8808216 160490 6286 1 0 186207 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35232864 memory=4828 CPUtime=1.29 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 3670 0 0 0 122 7 0 0 20 0 23 0 298332753 36078452736 160348 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35232864 memory=5896 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 160348 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 160348 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 160348 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 160348 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332755 36078452736 160348 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=237062326036 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332769 36078452736 160348 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 3.34 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 641960 KiB

[startup+3.11406 s]
/proc/loadavg: 14.94 15.41 15.45 16/1187 2270542
/proc/meminfo: memFree=530434000/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35232864 memory=1048348 CPUtime=4.95 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 16434 0 0 0 477 18 0 0 20 0 23 0 298332752 36078452736 261918 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8808216 262087 6286 1 0 487460 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35232864 memory=0 CPUtime=2.69 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 3985 0 0 0 253 16 0 0 20 0 23 0 298332753 36078452736 261918 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 261918 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35232864 memory=4828 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 261918 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35232864 memory=4769 CPUtime=0 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 261918 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35232864 memory=211292520753 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 261918 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=250664 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332755 36078452736 261918 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=4668 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332769 36078452736 261918 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1048348 KiB

[startup+6.3002 s]
/proc/loadavg: 14.86 15.38 15.44 19/1187 2270542

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

[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=12715844 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 23 0 298332755 36078452736 3178590 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=5740 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332769 36078452736 3178590 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 3299 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 12715844 KiB

[startup+3328 s]*
/proc/loadavg: 15.88 15.50 15.56 15/1194 2271960
/proc/meminfo: memFree=410778464/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35232864 memory=19463004 CPUtime=3327.29 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 3127770 0 0 0 320019 12710 0 0 20 0 23 0 298332752 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8808216 4865751 6317 1 0 5147792 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35232864 memory=2396748 CPUtime=3025.06 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 1809782 0 0 0 289944 12562 0 0 20 0 23 0 298332753 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35232864 memory=15556 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35232864 memory=-9044459746194447340 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35232864 memory=5572 CPUtime=0.11 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 158 0 0 0 6 5 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35232864 memory=6068 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=5572 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 23 0 298332755 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=5572 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332769 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 3327.29 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 19463004 KiB

[startup+3334.4 s]
/proc/loadavg: 15.81 15.49 15.56 16/1194 2271960
/proc/meminfo: memFree=410420984/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35232864 memory=19463084 CPUtime=3333.34 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 3127860 0 0 0 320604 12730 0 0 20 0 23 0 298332752 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8808216 4865771 6317 1 0 5147792 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35232864 memory=5896 CPUtime=3031.1 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 1809865 0 0 0 290529 12581 0 0 20 0 23 0 298332753 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35232864 memory=15556 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35232864 memory=215856 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35232864 memory=19463004 CPUtime=0.11 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 160 0 0 0 6 5 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35232864 memory=4828 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=3048 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 23 0 298332755 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=4048 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332769 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 3333.34 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 19463084 KiB

[startup+3337.6 s]
/proc/loadavg: 15.74 15.48 15.55 15/1194 2271960
/proc/meminfo: memFree=410213084/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35232864 memory=19463136 CPUtime=3336.65 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 3127891 0 0 0 320923 12742 0 0 20 0 23 0 298332752 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8808216 4865784 6317 1 0 5147792 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35232864 memory=19463060 CPUtime=3033.93 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 1809878 0 0 0 290799 12594 0 0 20 0 23 0 298332753 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35232864 memory=-7811312657915603554 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35232864 memory=19463108 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35232864 memory=-7811312657915603554 CPUtime=0.11 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 160 0 0 0 6 5 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35232864 memory=215856 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=11924 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 23 0 298332755 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=5896 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332769 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 3336.65 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 19463136 KiB

[startup+3339.2 s]
/proc/loadavg: 15.74 15.48 15.55 15/1194 2271960
/proc/meminfo: memFree=410079336/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35232864 memory=19463140 CPUtime=3338.14 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 3127893 0 0 0 321066 12748 0 0 20 0 23 0 298332752 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8808216 4865785 6317 1 0 5147792 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35232864 memory=10448 CPUtime=3035.42 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 1809880 0 0 0 290942 12600 0 0 20 0 23 0 298332753 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35232864 memory=19463084 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35232864 memory=3048 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35232864 memory=19463080 CPUtime=0.11 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 160 0 0 0 6 5 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35232864 memory=-3537910793393482785 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=-4864231912878319659 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 23 0 298332755 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=-7811312657915603554 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332769 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 3338.14 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 19463140 KiB

[startup+3340.8 s]
/proc/loadavg: 15.76 15.49 15.55 16/1194 2271960
/proc/meminfo: memFree=409979056/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35232864 memory=19463140 CPUtime=3339.63 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 3127893 0 0 0 321210 12753 0 0 20 0 23 0 298332752 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8808216 4865785 6317 1 0 5147792 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35232864 memory=215856 CPUtime=3036.91 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 1809880 0 0 0 291086 12605 0 0 20 0 23 0 298332753 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35232864 memory=19463020 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35232864 memory=19463004 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35232864 memory=-7811312657915603554 CPUtime=0.11 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 160 0 0 0 6 5 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35232864 memory=15556 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=18730284 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 23 0 298332755 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=12860 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332769 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 3339.63 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 19463140 KiB

[startup+3341.2 s]
/proc/loadavg: 15.76 15.49 15.55 16/1194 2271960
/proc/meminfo: memFree=409917448/1055320720 swapFree=33543932/33554428
[pid=2270516] ppid=2270513 vsize=35232864 memory=19463144 CPUtime=3340.01 cores=56-59
/proc/2270516/stat : 2270516 (java) S 2270513 2270516 2266935 0 -1 4194304 3127894 0 0 0 321246 12755 0 0 20 0 23 0 298332752 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
/proc/2270516/statm: 8808216 4865786 6317 1 0 5147792 0
[pid=2270516/tid=2270518] ppid=2270513 vsize=35232864 memory=-7811312657915603554 CPUtime=3037.28 cores=56-59
/proc/2270516/task/2270518/stat : 2270518 (java) R 2270513 2270516 2266935 0 -1 4194368 1809881 0 0 0 291122 12606 0 0 20 0 23 0 298332753 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 0 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270529] ppid=2270513 vsize=35232864 memory=15542903351018849 CPUtime=0 cores=56-59
/proc/2270516/task/2270529/stat : 2270529 (Referen..andler) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270530] ppid=2270513 vsize=35232864 memory=40521166 CPUtime=0 cores=56-59
/proc/2270516/task/2270530/stat : 2270530 (Finalizer) S 2270513 2270516 2266935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270533] ppid=2270513 vsize=35232864 memory=41465430 CPUtime=0.11 cores=56-59
/proc/2270516/task/2270533/stat : 2270533 (Monitor..Thread) S 2270513 2270516 2266935 0 -1 4194368 160 0 0 0 6 5 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270536] ppid=2270513 vsize=35232864 memory=41471058 CPUtime=0 cores=56-59
/proc/2270516/task/2270536/stat : 2270536 (Notific..Thread) S 2270513 2270516 2266935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298332754 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270537] ppid=2270513 vsize=35232864 memory=29637850 CPUtime=0 cores=56-59
/proc/2270516/task/2270537/stat : 2270537 (Common-Cleaner) S 2270513 2270516 2266935 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 23 0 298332755 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
[pid=2270516/tid=2270540] ppid=2270513 vsize=35232864 memory=24412 CPUtime=0 cores=56-59
/proc/2270516/task/2270540/stat : 2270540 (Timer-0) S 2270513 2270516 2266935 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298332769 36078452736 4865353 18446744073709551615 94198157533184 94198157536880 140728101203392 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94198157544744 94198157545488 94198161530880 140728101210276 140728101210462 140728101210462 140728101216200 0
Current children cumulated CPU time: 3340.01 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 19463144 KiB

[startup+3341.61 s]
/proc/loadavg: 15.76 15.49 15.55 15/1173 2271963
/proc/meminfo: memFree=422256544/1055320720 swapFree=33543932/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 3341.63
CPU time (s): 3340.46
CPU user time (s): 3212.75
CPU system time (s): 127.706
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 19463144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3212.75
system time used= 127.706
maximum resident set size= 19461924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3130295
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25677134
involuntary context switches= 17133


# summary of solver processes directly reported to runsolver:
#   pid: 2270516
#   total CPU time (s): 3340.46
#   total CPU user time (s): 3212.75
#   total CPU system time (s): 127.706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0683 second user time and 33.7588 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-07-10 04:27:26
IDJOB=4835744
IDBENCH=155397
IDSOLVER=3672
FILE ID=nodeE001/4835744-1783650446
RUNJOBID= nodeE001-1783646845-2266959
SLURM_JOB_ID= 12722718
Free space on /tmp= 800320 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-seymour.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835744-1783650446/watcher-4835744-1783650446 -o /tmp/evaluation-result-4835744-1783650446/solver-4835744-1783650446 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835744-1783650446/vars-4835744-1783650446 --bin-var /tmp/runsolver-exch-nodeE001-1783646845-2266959 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835744-1783650446 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835744-1783650446.opb

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

MD5SUM BENCH= 2fc9faea969371da963ffb1268a000b0
RANDOM SEED=1515531732

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320720 kB
MemFree:        531220204 kB
MemAvailable:   1027478212 kB
Buffers:            1056 kB
Cached:         493186416 kB
SwapCached:         1284 kB
Active:         41782832 kB
Inactive:       470270792 kB
Active(anon):   19476060 kB
Inactive(anon):   294136 kB
Active(file):   22306772 kB
Inactive(file): 469976656 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33543932 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8048 kB
Writeback:             4 kB
AnonPages:      18859056 kB
Mapped:           241052 kB
Shmem:            902692 kB
KReclaimable:    9755108 kB
Slab:           10724432 kB
SReclaimable:    9755108 kB
SUnreclaim:       969324 kB
KernelStack:       19568 kB
PageTables:        46692 kB
SecPageTables:     15368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   149846772 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483684 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17612800 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:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 799380 MiB
End job on nodeE001 at 2026-07-10 05:23:08