Trace number 4784345

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)500 3600.46 3401.9

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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	26.0.1+8-34
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		26.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		30334720
0.00/0.07	c Max memory 		32178700288
0.00/0.07	c Total memory 		33554432
0.00/0.07	c Number of processors 	4
0.00/0.10	c Pseudo Boolean Optimization by upper bound
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Glucose 2.1 dynamic restart strategy
0.00/0.10	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.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c Listener: none
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-4784345-1782164842.opb
0.00/0.10	c reading problem ... 
0.00/0.10	c  objective function found
0.16/0.15	c ... done. Wall clock time 0.057s.
0.16/0.15	c declared #vars     1372
0.16/0.15	c #constraints  4944
0.16/0.15	c constraints type 
0.16/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285
0.16/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 117
0.16/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4542
0.16/0.15	c 4944 constraints processed.
0.16/0.16	c objective function length is 1372 literals
0.16/0.17	c SATISFIABLE
0.16/0.17	c OPTIMIZING...
0.16/0.17	c Got one! Elapsed wall clock time (in seconds):0.074
0.16/0.17	o 502
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.224
0.54/0.32	o 501
1.10/0.52	c cleaning 2633 clauses out of 5278 with flag 9004/5278
1.61/0.75	c cleaning 4318 clauses out of 8645 with flag 22735/11278
1.99/1.02	c cleaning 5658 clauses out of 11327 with flag 38672/18278
2.31/1.39	c cleaning 6823 clauses out of 13669 with flag 56725/26278
2.84/1.76	c cleaning 7915 clauses out of 15846 with flag 77386/35278
3.31/2.13	c cleaning 8959 clauses out of 17933 with flag 99980/45280
3.70/2.54	c cleaning 9976 clauses out of 19973 with flag 124905/56279
4.28/3.05	c cleaning 10994 clauses out of 21997 with flag 152061/68279
4.77/3.53	c cleaning 11992 clauses out of 24002 with flag 182083/81278
5.56/4.13	c cleaning 12997 clauses out of 26012 with flag 214318/95280
6.15/4.73	c cleaning 13997 clauses out of 28014 with flag 248258/110279
6.84/5.38	c cleaning 14990 clauses out of 30016 with flag 285004/126278
7.78/6.08	c cleaning 16006 clauses out of 32027 with flag 323775/143279
8.48/6.78	c cleaning 16998 clauses out of 34020 with flag 364920/161278
9.28/7.53	c cleaning 18004 clauses out of 36022 with flag 408520/180278
10.08/8.32	c cleaning 18998 clauses out of 38018 with flag 454368/200278
10.89/9.17	c cleaning 20002 clauses out of 40020 with flag 502421/221278
12.19/10.17	c cleaning 21001 clauses out of 42018 with flag 552968/243278
13.19/11.16	c cleaning 21998 clauses out of 44020 with flag 606130/266281
14.19/12.18	c cleaning 23001 clauses out of 46019 with flag 661180/290278
15.27/13.29	c cleaning 24000 clauses out of 48020 with flag 718545/315280
16.79/14.50	c cleaning 25001 clauses out of 50019 with flag 777829/341279
17.98/15.72	c cleaning 26000 clauses out of 52018 with flag 840124/368279
19.18/16.96	c cleaning 26999 clauses out of 54017 with flag 904273/396278
21.06/18.46	c cleaning 27997 clauses out of 56019 with flag 970671/425279
22.46/19.83	c cleaning 29005 clauses out of 58021 with flag 1039508/455278
24.69/21.56	c cleaning 30000 clauses out of 60017 with flag 1110755/486279
26.29/23.04	c cleaning 31000 clauses out of 62017 with flag 1184237/518279
27.87/24.64	c cleaning 32003 clauses out of 64016 with flag 1259942/551278
29.37/26.14	c cleaning 32998 clauses out of 66014 with flag 1336669/585279
31.48/27.86	c cleaning 33997 clauses out of 68015 with flag 1416687/620278
32.97/29.33	c cleaning 35000 clauses out of 70019 with flag 1498299/656279
34.93/31.07	c cleaning 36000 clauses out of 72019 with flag 1583431/693279
36.71/32.83	c cleaning 36995 clauses out of 74018 with flag 1671221/731278
38.40/34.59	c cleaning 38001 clauses out of 76025 with flag 1760872/770280
40.41/36.35	c cleaning 38999 clauses out of 78022 with flag 1852623/810278
42.22/38.14	c cleaning 40002 clauses out of 80024 with flag 1946350/851279
44.00/39.91	c cleaning 41003 clauses out of 82021 with flag 2042474/893278
46.16/41.87	c cleaning 42000 clauses out of 84019 with flag 2141059/936279
48.15/43.83	c cleaning 43000 clauses out of 86018 with flag 2241157/980278
50.15/45.86	c cleaning 43994 clauses out of 88019 with flag 2344851/1025279
52.35/48.05	c cleaning 45003 clauses out of 90024 with flag 2450129/1071278
54.98/50.42	c cleaning 45996 clauses out of 92022 with flag 2557778/1118279
57.27/52.74	c cleaning 47000 clauses out of 94025 with flag 2667000/1166278
59.76/55.24	c cleaning 47999 clauses out of 96025 with flag 2779366/1215278
62.46/57.90	c cleaning 49006 clauses out of 98027 with flag 2893717/1265279
64.85/60.38	c cleaning 50003 clauses out of 100020 with flag 3008003/1316278
67.34/62.88	c cleaning 50996 clauses out of 102017 with flag 3124671/1368278
69.93/65.41	c cleaning 52004 clauses out of 104023 with flag 3241292/1421280
72.54/68.05	c cleaning 52996 clauses out of 106017 with flag 3363253/1475278
75.21/70.74	c cleaning 54003 clauses out of 108023 with flag 3487967/1530280
78.00/73.59	c cleaning 54999 clauses out of 110018 with flag 3615048/1586278
81.29/76.87	c cleaning 55998 clauses out of 112019 with flag 3745692/1643278
86.72/80.73	c cleaning 56999 clauses out of 114022 with flag 3876340/1701279
90.74/84.37	c cleaning 58000 clauses out of 116022 with flag 4013682/1760278
94.33/87.99	c cleaning 59001 clauses out of 118022 with flag 4151511/1820278
97.32/90.94	c cleaning 60004 clauses out of 120022 with flag 4291263/1881279
100.42/94.03	c cleaning 60998 clauses out of 122017 with flag 4433570/1943278
103.90/97.50	c cleaning 61995 clauses out of 124019 with flag 4578940/2006278
107.19/100.88	c cleaning 62999 clauses out of 126025 with flag 4726124/2070279
111.36/104.47	c cleaning 64002 clauses out of 128027 with flag 4876145/2135280
114.96/108.09	c cleaning 64999 clauses out of 130024 with flag 5028272/2201279
119.60/112.15	c cleaning 66002 clauses out of 132024 with flag 5183073/2268278
123.48/116.07	c cleaning 66994 clauses out of 134022 with flag 5339524/2336278
127.16/119.78	c cleaning 68004 clauses out of 136030 with flag 5498516/2405280
130.94/123.54	c cleaning 69002 clauses out of 138025 with flag 5659309/2475279
135.05/127.37	c cleaning 70000 clauses out of 140024 with flag 5821478/2546280
139.04/131.34	c cleaning 70999 clauses out of 142022 with flag 5987400/2618278
142.84/135.16	c cleaning 71998 clauses out of 144024 with flag 6155221/2691279
147.27/139.34	c cleaning 73000 clauses out of 146025 with flag 6326255/2765278
151.36/143.48	c cleaning 74001 clauses out of 148025 with flag 6499016/2840278
156.41/147.97	c cleaning 74998 clauses out of 150024 with flag 6673164/2916278
160.79/152.37	c cleaning 76005 clauses out of 152029 with flag 6850250/2993281
166.50/157.00	c cleaning 76995 clauses out of 154021 with flag 7029548/3071278
171.68/161.70	c cleaning 78003 clauses out of 156027 with flag 7211003/3150279
176.08/166.20	c cleaning 79000 clauses out of 158023 with flag 7394952/3230278
180.65/170.74	c cleaning 80002 clauses out of 160023 with flag 7581656/3311278
185.58/175.48	c cleaning 80994 clauses out of 162022 with flag 7769673/3393279
190.37/180.27	c cleaning 82000 clauses out of 164028 with flag 7959887/3476279
195.16/185.02	c cleaning 83004 clauses out of 166027 with flag 8152495/3560278
200.56/190.02	c cleaning 83999 clauses out of 168024 with flag 8348256/3645279
205.54/195.10	c cleaning 84998 clauses out of 170025 with flag 8547801/3731279
210.81/200.40	c cleaning 86004 clauses out of 172026 with flag 8747847/3818278
216.59/205.58	c cleaning 87002 clauses out of 174022 with flag 8948662/3906278
221.37/210.38	c cleaning 87994 clauses out of 176022 with flag 9152566/3995280
227.33/215.76	c cleaning 89001 clauses out of 178026 with flag 9359315/4085278
232.82/221.21	c cleaning 89995 clauses out of 180026 with flag 9569947/4176279
238.79/226.89	c cleaning 91000 clauses out of 182030 with flag 9781226/4268278
244.47/232.51	c cleaning 92000 clauses out of 184031 with flag 9997663/4361279
250.92/238.59	c cleaning 93002 clauses out of 186031 with flag 10214821/4455279
256.99/244.68	c cleaning 94002 clauses out of 188030 with flag 10433961/4550280
264.29/251.14	c cleaning 95000 clauses out of 190026 with flag 10655217/4646278
270.86/257.70	c cleaning 96003 clauses out of 192027 with flag 10880134/4743279
278.03/264.50	c cleaning 97003 clauses out of 194023 with flag 11106509/4841278
284.41/270.94	c cleaning 98001 clauses out of 196021 with flag 11334040/4940279
290.41/276.75	c cleaning 99002 clauses out of 198019 with flag 11563900/5040278
298.19/283.69	c cleaning 99994 clauses out of 200017 with flag 11797335/5141278
306.22/290.49	c cleaning 101002 clauses out of 202023 with flag 12032068/5243278
313.10/297.17	c cleaning 102000 clauses out of 204021 with flag 12268695/5346278
320.29/304.13	c cleaning 103000 clauses out of 206021 with flag 12508216/5450278
327.73/311.14	c cleaning 103999 clauses out of 208022 with flag 12748979/5555279
334.79/318.24	c cleaning 104994 clauses out of 210022 with flag 12993053/5661278
342.63/325.74	c cleaning 106006 clauses out of 212028 with flag 13238011/5768278
349.71/332.27	c cleaning 107001 clauses out of 214024 with flag 13484407/5876280
356.38/338.44	c cleaning 107996 clauses out of 216021 with flag 13733311/5985278
363.92/345.42	c cleaning 108996 clauses out of 218026 with flag 13987039/6095279
370.97/351.91	c cleaning 110005 clauses out of 220030 with flag 14241027/6206279
377.07/358.10	c cleaning 111004 clauses out of 222027 with flag 14496108/6318281
383.45/364.13	c cleaning 111996 clauses out of 224020 with flag 14752715/6431278
390.01/370.39	c cleaning 113000 clauses out of 226024 with flag 15013091/6545278
397.37/377.22	c cleaning 114004 clauses out of 228025 with flag 15274764/6660279
404.22/383.71	c cleaning 115000 clauses out of 230020 with flag 15535687/6776278
410.78/389.78	c cleaning 115995 clauses out of 232020 with flag 15798456/6893278
419.83/397.18	c cleaning 116996 clauses out of 234025 with flag 16067196/7011278
426.42/403.54	c cleaning 117999 clauses out of 236030 with flag 16338074/7130279
433.66/410.51	c cleaning 118998 clauses out of 238030 with flag 16611626/7250278
440.85/417.44	c cleaning 120004 clauses out of 240033 with flag 16887967/7371279
448.34/424.30	c cleaning 120996 clauses out of 242028 with flag 17167332/7493278
456.25/431.72	c cleaning 121996 clauses out of 244032 with flag 17446772/7616278
464.31/439.31	c cleaning 123005 clauses out of 246037 with flag 17728876/7740279
472.02/446.63	c cleaning 124002 clauses out of 248031 with flag 18012850/7865278
480.12/454.38	c cleaning 125004 clauses out of 250029 with flag 18300021/7991278
488.77/462.43	c cleaning 126003 clauses out of 252026 with flag 18589265/8118279
497.19/470.35	c cleaning 126999 clauses out of 254022 with flag 18882203/8246278
507.07/478.29	c cleaning 128002 clauses out of 256024 with flag 19174383/8375279
516.25/486.76	c cleaning 128997 clauses out of 258023 with flag 19471261/8505280
524.92/494.94	c cleaning 129998 clauses out of 260024 with flag 19771441/8636278
533.55/503.03	c cleaning 130998 clauses out of 262026 with flag 20073458/8768278
543.63/512.86	c cleaning 131999 clauses out of 264028 with flag 20378439/8901278
553.50/521.61	c cleaning 132996 clauses out of 266029 with flag 20685326/9035278
562.94/530.51	c cleaning 134003 clauses out of 268034 with flag 20994404/9170279
570.62/537.76	c Got one! Elapsed wall clock time (in seconds):537.664
570.62/537.76	o 500
572.63/539.73	c cleaning 134114 clauses out of 268239 with flag 11449/9304487
573.53/540.63	c cleaning 70052 clauses out of 140123 with flag 25098/9310485
573.94/541.09	c cleaning 38529 clauses out of 77071 with flag 41221/9317485
574.46/541.43	c cleaning 23260 clauses out of 46542 with flag 59059/9325485
574.76/541.78	c cleaning 16133 clauses out of 32283 with flag 79392/9334486
575.17/542.15	c cleaning 13064 clauses out of 26150 with flag 102239/9344486
575.56/542.56	c cleaning 12033 clauses out of 24085 with flag 127809/9355485
575.95/543.00	c cleaning 12016 clauses out of 24053 with flag 155161/9367486
576.45/543.48	c cleaning 12506 clauses out of 25036 with flag 184813/9380485
576.95/543.99	c cleaning 13257 clauses out of 26532 with flag 216719/9394487
577.59/544.58	c cleaning 14127 clauses out of 28274 with flag 251196/9409486
578.20/545.19	c cleaning 15060 clauses out of 30147 with flag 287818/9425486
578.88/545.84	c cleaning 16038 clauses out of 32087 with flag 326772/9442486
579.58/546.54	c cleaning 17014 clauses out of 34050 with flag 368234/9460487
580.38/547.30	c cleaning 18005 clauses out of 36035 with flag 411419/9479486
581.19/548.14	c cleaning 19004 clauses out of 38029 with flag 457667/9499485
582.08/549.05	c cleaning 20004 clauses out of 40025 with flag 505935/9520485
582.97/549.96	c cleaning 20998 clauses out of 42021 with flag 556257/9542485
583.96/550.91	c cleaning 22006 clauses out of 44027 with flag 608705/9565489
585.12/551.96	c cleaning 23002 clauses out of 46017 with flag 663489/9589485
586.11/552.98	c cleaning 23995 clauses out of 48015 with flag 720281/9614485
587.22/554.02	c cleaning 25001 clauses out of 50022 with flag 778954/9640487
588.32/555.11	c cleaning 26000 clauses out of 52019 with flag 839611/9667485
589.50/556.32	c cleaning 26999 clauses out of 54019 with flag 903575/9695485
590.69/557.55	c cleaning 27996 clauses out of 56021 with flag 970497/9724486
591.99/558.87	c cleaning 29000 clauses out of 58024 with flag 1039320/9754485
593.38/560.25	c cleaning 30001 clauses out of 60025 with flag 1110060/9785486
595.07/561.77	c cleaning 31001 clauses out of 62023 with flag 1183421/9817485
596.66/563.35	c cleaning 31997 clauses out of 64022 with flag 1259065/9850485
598.26/564.96	c cleaning 32999 clauses out of 66025 with flag 1337248/9884485
599.95/566.69	c cleaning 34002 clauses out of 68027 with flag 1417691/9919486
601.75/568.44	c cleaning 35007 clauses out of 70027 with flag 1500051/9955488
603.46/570.16	c cleaning 36000 clauses out of 72017 with flag 1585008/9992485
605.23/571.95	c cleaning 36997 clauses out of 74017 with flag 1672242/10030485
607.13/573.87	c cleaning 38001 clauses out of 76021 with flag 1761956/10069486
609.29/575.89	c cleaning 38995 clauses out of 78019 with flag 1853809/10109485
611.38/577.95	c cleaning 40001 clauses out of 80025 with flag 1947061/10150486
613.48/580.03	c cleaning 40997 clauses out of 82023 with flag 2043700/10192485
615.66/582.23	c cleaning 42001 clauses out of 84026 with flag 2142881/10235485
617.65/584.23	c cleaning 43003 clauses out of 86026 with flag 2242346/10279486
619.65/586.27	c cleaning 43997 clauses out of 88022 with flag 2344154/10324485
621.84/588.44	c cleaning 45002 clauses out of 90025 with flag 2449571/10370485
624.13/590.77	c cleaning 45998 clauses out of 92023 with flag 2557209/10417485
626.90/593.29	c cleaning 47001 clauses out of 94026 with flag 2667574/10465486
629.49/595.83	c cleaning 48001 clauses out of 96024 with flag 2779956/10514485
632.08/598.47	c cleaning 49001 clauses out of 98025 with flag 2894365/10564487
634.57/600.98	c cleaning 50001 clauses out of 100022 with flag 3011462/10615485
637.36/603.71	c cleaning 50995 clauses out of 102022 with flag 3131295/10667486
640.15/606.50	c cleaning 51992 clauses out of 104026 with flag 3253760/10720485
642.66/609.10	c cleaning 53005 clauses out of 106035 with flag 3376364/10774486
645.94/612.00	c cleaning 54001 clauses out of 108029 with flag 3502957/10829485
648.93/614.96	c cleaning 55005 clauses out of 110029 with flag 3632204/10885486
652.13/618.16	c cleaning 56000 clauses out of 112024 with flag 3763411/10942486
655.20/621.28	c cleaning 57002 clauses out of 114024 with flag 3896584/11000486
658.49/624.54	c cleaning 57995 clauses out of 116022 with flag 4032660/11059486
661.88/627.95	c cleaning 58997 clauses out of 118026 with flag 4170305/11119485
664.99/631.08	c cleaning 60002 clauses out of 120031 with flag 4309228/11180487
668.88/634.70	c cleaning 61000 clauses out of 122028 with flag 4451403/11242486
672.57/638.41	c cleaning 61999 clauses out of 124027 with flag 4595452/11305485
676.18/642.09	c cleaning 63002 clauses out of 126028 with flag 4742928/11369485
679.95/645.81	c cleaning 63999 clauses out of 128026 with flag 4891914/11434485
683.74/649.65	c cleaning 65001 clauses out of 130027 with flag 5043579/11500485
687.72/653.60	c cleaning 66002 clauses out of 132027 with flag 5197934/11567486
691.61/657.57	c cleaning 66995 clauses out of 134024 with flag 5354746/11635485
695.89/661.82	c cleaning 68002 clauses out of 136030 with flag 5513154/11704486
699.68/665.65	c cleaning 69003 clauses out of 138028 with flag 5673756/11774486
703.69/669.59	c cleaning 70000 clauses out of 140024 with flag 5836805/11845485
707.38/673.27	c cleaning 71000 clauses out of 142025 with flag 6000045/11917486
711.36/677.20	c cleaning 72002 clauses out of 144025 with flag 6165097/11990486
715.05/680.92	c cleaning 73002 clauses out of 146025 with flag 6333280/12064488
718.64/684.58	c cleaning 73996 clauses out of 148022 with flag 6505804/12139487
722.33/688.28	c cleaning 75000 clauses out of 150025 with flag 6678960/12215486
726.31/692.21	c cleaning 76005 clauses out of 152026 with flag 6854889/12292487
730.12/696.10	c cleaning 76996 clauses out of 154019 with flag 7030872/12370485
734.29/700.21	c cleaning 78001 clauses out of 156025 with flag 7211345/12449487
738.48/704.46	c cleaning 78993 clauses out of 158023 with flag 7395134/12529486
743.30/708.89	c cleaning 80004 clauses out of 160029 with flag 7580894/12610485
747.78/713.38	c cleaning 81006 clauses out of 162025 with flag 7768567/12692485
752.27/717.89	c cleaning 81996 clauses out of 164021 with flag 7959358/12775487
756.95/722.53	c cleaning 83001 clauses out of 166023 with flag 8151473/12859485
762.33/727.32	c cleaning 84003 clauses out of 168022 with flag 8346178/12944485
766.81/731.80	c cleaning 85000 clauses out of 170020 with flag 8540633/13030486
771.49/736.56	c cleaning 85993 clauses out of 172019 with flag 8739249/13117485
776.38/741.46	c cleaning 86998 clauses out of 174026 with flag 8940031/13205485
781.46/746.57	c cleaning 87996 clauses out of 176028 with flag 9143511/13294485
787.16/751.79	c cleaning 89005 clauses out of 178035 with flag 9349119/13384488
792.04/756.66	c cleaning 89998 clauses out of 180027 with flag 9556962/13475485
797.13/761.76	c cleaning 91005 clauses out of 182029 with flag 9767851/13567485
801.71/766.30	c cleaning 91996 clauses out of 184024 with flag 9978239/13660485
807.01/771.14	c cleaning 93005 clauses out of 186029 with flag 10192887/13754486
812.18/776.30	c cleaning 94002 clauses out of 188024 with flag 10410828/13849486
817.46/781.65	c cleaning 94999 clauses out of 190021 with flag 10630251/13945485
822.95/787.13	c cleaning 96002 clauses out of 192022 with flag 10852533/14042485
829.15/792.94	c cleaning 96997 clauses out of 194021 with flag 11076479/14140486
834.83/798.67	c cleaning 98004 clauses out of 196023 with flag 11303424/14239485
840.32/804.12	c cleaning 98995 clauses out of 198019 with flag 11527496/14339485
846.09/809.99	c cleaning 100004 clauses out of 200024 with flag 11759773/14440485
851.97/815.89	c cleaning 100996 clauses out of 202020 with flag 11994193/14542485
858.24/822.04	c cleaning 101999 clauses out of 204024 with flag 12229924/14645485
863.91/827.77	c cleaning 103003 clauses out of 206026 with flag 12468298/14749486
869.89/833.75	c cleaning 103999 clauses out of 208022 with flag 12709277/14854485
875.87/839.71	c cleaning 104999 clauses out of 210023 with flag 12951939/14960485
881.95/845.89	c cleaning 106005 clauses out of 212028 with flag 13198235/15067489
887.94/851.85	c cleaning 106998 clauses out of 214020 with flag 13441710/15175486
894.53/858.01	c cleaning 107996 clauses out of 216022 with flag 13685656/15284486
900.72/864.17	c cleaning 108998 clauses out of 218025 with flag 13937229/15394485
907.76/870.72	c cleaning 110001 clauses out of 220027 with flag 14191758/15505485
913.64/876.61	c cleaning 111000 clauses out of 222026 with flag 14447404/15617485
920.61/883.60	c cleaning 111996 clauses out of 224026 with flag 14706241/15730485
927.19/890.25	c cleaning 113003 clauses out of 226030 with flag 14968494/15844485
934.36/897.46	c cleaning 114007 clauses out of 228029 with flag 15232906/15959487
941.37/904.34	c cleaning 114999 clauses out of 230020 with flag 15499414/16075485
948.35/911.30	c cleaning 115996 clauses out of 232021 with flag 15769615/16192485
955.43/918.43	c cleaning 117001 clauses out of 234026 with flag 16040619/16310486
963.02/926.06	c cleaning 117997 clauses out of 236024 with flag 16313550/16429485
970.60/933.15	c cleaning 118996 clauses out of 238027 with flag 16586467/16549485
977.26/939.85	c cleaning 119999 clauses out of 240031 with flag 16861271/16670485
985.03/947.66	c cleaning 121004 clauses out of 242032 with flag 17140885/16792485
992.52/955.16	c cleaning 121994 clauses out of 244028 with flag 17423503/16915485
1000.97/963.15	c cleaning 123004 clauses out of 246036 with flag 17708140/17039487
1008.73/970.92	c cleaning 123998 clauses out of 248030 with flag 17996095/17164485
1017.11/979.37	c cleaning 125005 clauses out of 250033 with flag 18285109/17290486
1026.37/988.08	c cleaning 125994 clauses out of 252027 with flag 18576755/17417485
1033.45/995.18	c cleaning 127004 clauses out of 254033 with flag 18870540/17545485
1040.81/1002.51	c cleaning 128003 clauses out of 256030 with flag 19165943/17674486
1050.36/1010.61	c cleaning 128999 clauses out of 258026 with flag 19464252/17804485
1058.63/1018.99	c cleaning 130006 clauses out of 260027 with flag 19764110/17935485
1066.11/1026.46	c cleaning 131001 clauses out of 262021 with flag 20060451/18067485
1073.84/1034.02	c cleaning 132001 clauses out of 264022 with flag 20363689/18200487
1081.81/1042.06	c cleaning 132996 clauses out of 266023 with flag 20671345/18334489
1090.07/1050.37	c cleaning 133998 clauses out of 268023 with flag 20979561/18469485
1098.86/1059.17	c cleaning 134997 clauses out of 270025 with flag 21290925/18605485
1107.82/1067.86	c cleaning 136001 clauses out of 272029 with flag 21605026/18742486
1116.30/1076.34	c cleaning 136996 clauses out of 274027 with flag 21921366/18880485
1125.27/1085.31	c cleaning 137999 clauses out of 276032 with flag 22240841/19019486
1134.74/1094.85	c cleaning 139002 clauses out of 278033 with flag 22562958/19159486
1145.08/1104.32	c cleaning 140003 clauses out of 280031 with flag 22886055/19300486
1155.52/1113.94	c cleaning 141005 clauses out of 282027 with flag 23210087/19442485
1165.61/1123.45	c cleaning 141997 clauses out of 284023 with flag 23538929/19585486
1174.81/1132.18	c cleaning 142996 clauses out of 286026 with flag 23865125/19729486
1185.53/1142.43	c cleaning 144001 clauses out of 288030 with flag 24196976/19874486
1195.36/1151.91	c cleaning 145001 clauses out of 290028 with flag 24531905/20020485
1205.03/1161.31	c cleaning 145998 clauses out of 292028 with flag 24869408/20167486
1214.71/1171.05	c cleaning 147005 clauses out of 294030 with flag 25209924/20315486
1224.84/1181.03	c cleaning 148000 clauses out of 296025 with flag 25551586/20464486
1234.69/1190.98	c cleaning 148997 clauses out of 298026 with flag 25894802/20614487
1245.90/1201.50	c cleaning 149999 clauses out of 300030 with flag 26242301/20765488
1256.86/1211.98	c cleaning 151005 clauses out of 302028 with flag 26590320/20917485
1267.51/1221.99	c cleaning 151998 clauses out of 304024 with flag 26941206/21070486
1277.68/1231.65	c cleaning 153001 clauses out of 306026 with flag 27290959/21224486
1288.23/1241.65	c cleaning 154000 clauses out of 308025 with flag 27646507/21379486
1298.34/1251.46	c cleaning 154999 clauses out of 310024 with flag 28004346/21535485
1308.92/1261.54	c cleaning 156001 clauses out of 312026 with flag 28364681/21692486
1319.75/1271.88	c cleaning 156999 clauses out of 314024 with flag 28726963/21850485
1328.96/1280.68	c cleaning 157999 clauses out of 316025 with flag 29086983/22009485
1341.90/1291.30	c cleaning 159000 clauses out of 318026 with flag 29454594/22169485
1353.63/1302.69	c cleaning 160000 clauses out of 320027 with flag 29823821/22330486
1365.13/1313.76	c cleaning 161008 clauses out of 322026 with flag 30197022/22492485
1375.11/1323.57	c cleaning 161994 clauses out of 324018 with flag 30567183/22655485
1386.15/1334.40	c cleaning 162999 clauses out of 326024 with flag 30943261/22819485
1396.90/1344.91	c cleaning 163998 clauses out of 328027 with flag 31323141/22984487
1408.08/1355.79	c cleaning 165001 clauses out of 330028 with flag 31700624/23150486
1420.42/1367.63	c cleaning 166007 clauses out of 332029 with flag 32083764/23317488
1431.71/1378.48	c cleaning 166999 clauses out of 334020 with flag 32465904/23485486
1444.11/1390.24	c cleaning 167999 clauses out of 336021 with flag 32850097/23654486
1456.29/1401.81	c cleaning 168997 clauses out of 338021 with flag 33240545/23824485
1468.14/1413.26	c cleaning 170000 clauses out of 340026 with flag 33628640/23995487
1480.02/1424.60	c cleaning 170996 clauses out of 342024 with flag 34021874/24167485
1491.41/1435.73	c cleaning 172007 clauses out of 344029 with flag 34408756/24340486
1504.25/1448.13	c cleaning 172997 clauses out of 346021 with flag 34809477/24514485
1516.85/1459.98	c cleaning 174001 clauses out of 348024 with flag 35208225/24689485
1529.79/1472.52	c cleaning 174998 clauses out of 350023 with flag 35611997/24865485
1543.86/1486.36	c cleaning 175994 clauses out of 352026 with flag 36019998/25042486
1560.52/1500.45	c cleaning 177006 clauses out of 354032 with flag 36429439/25220486
1575.17/1514.52	c cleaning 178001 clauses out of 356026 with flag 36840996/25399486
1586.64/1525.78	c cleaning 178999 clauses out of 358025 with flag 37254147/25579486
1600.15/1539.18	c cleaning 180002 clauses out of 360025 with flag 37670357/25760485
1615.95/1553.66	c cleaning 180994 clauses out of 362023 with flag 38088923/25942485
1630.05/1566.73	c cleaning 182007 clauses out of 364029 with flag 38509901/26125485
1643.17/1579.48	c cleaning 183001 clauses out of 366023 with flag 38932419/26309486
1656.90/1592.28	c cleaning 184002 clauses out of 368022 with flag 39358573/26494486
1672.24/1607.05	c cleaning 185001 clauses out of 370022 with flag 39784955/26680488
1685.86/1619.77	c cleaning 186004 clauses out of 372019 with flag 40209171/26867486
1701.62/1632.57	c cleaning 186996 clauses out of 374015 with flag 40636659/27055486
1716.26/1646.76	c cleaning 187998 clauses out of 376018 with flag 41069246/27244485
1731.15/1660.71	c cleaning 188997 clauses out of 378020 with flag 41502321/27434485
1746.64/1675.27	c cleaning 190002 clauses out of 380024 with flag 41931591/27625486
1762.36/1689.94	c cleaning 190998 clauses out of 382021 with flag 42368745/27817485
1777.46/1704.77	c cleaning 192001 clauses out of 384024 with flag 42810863/28010486
1791.82/1718.20	c cleaning 192995 clauses out of 386022 with flag 43251959/28204485
1806.57/1732.59	c cleaning 193999 clauses out of 388027 with flag 43694415/28399485
1822.73/1747.77	c cleaning 195002 clauses out of 390028 with flag 44144001/28595485
1841.46/1763.54	c cleaning 196005 clauses out of 392026 with flag 44593981/28792485
1857.60/1778.63	c cleaning 197002 clauses out of 394023 with flag 45044789/28990487
1873.68/1794.16	c cleaning 198002 clauses out of 396020 with flag 45493222/29189486
1889.17/1808.90	c cleaning 198997 clauses out of 398018 with flag 45941907/29389486
1906.68/1825.68	c cleaning 199999 clauses out of 400020 with flag 46394846/29590485
1925.76/1843.82	c cleaning 200999 clauses out of 402021 with flag 46857097/29792485
1942.69/1859.69	c cleaning 201997 clauses out of 404023 with flag 47321263/29995486
1960.91/1877.42	c cleaning 202998 clauses out of 406025 with flag 47785920/30199485
1979.87/1893.85	c cleaning 204004 clauses out of 408027 with flag 48256653/30404485
1995.36/1908.45	c cleaning 205003 clauses out of 410024 with flag 48729892/30610486
2011.53/1923.53	c cleaning 206000 clauses out of 412020 with flag 49205114/30817485
2027.75/1938.76	c cleaning 206999 clauses out of 414022 with flag 49680927/31025487
2042.83/1952.84	c cleaning 208000 clauses out of 416022 with flag 50150306/31234486
2057.89/1966.92	c cleaning 208992 clauses out of 418022 with flag 50625231/31444486
2073.49/1981.59	c cleaning 209999 clauses out of 420031 with flag 51110245/31655487
2091.45/1996.42	c cleaning 211001 clauses out of 422030 with flag 51597655/31867485
2107.43/2011.49	c cleaning 211999 clauses out of 424029 with flag 52087587/32080485
2124.24/2027.24	c cleaning 213005 clauses out of 426030 with flag 52576968/32294485
2142.35/2044.30	c cleaning 213997 clauses out of 428025 with flag 53068288/32509485
2159.80/2060.97	c cleaning 214999 clauses out of 430028 with flag 53557398/32725485
2175.94/2076.28	c cleaning 216006 clauses out of 432029 with flag 54052474/32942485
2192.80/2092.15	c cleaning 216995 clauses out of 434024 with flag 54551300/33160486
2212.84/2109.19	c cleaning 218000 clauses out of 436028 with flag 55052456/33379485
2229.33/2125.00	c cleaning 219001 clauses out of 438028 with flag 55562628/33599485
2246.68/2141.51	c cleaning 220002 clauses out of 440028 with flag 56075544/33820486
2264.03/2158.04	c cleaning 220996 clauses out of 442025 with flag 56587737/34042485
2284.16/2177.38	c cleaning 221998 clauses out of 444032 with flag 57099008/34265488
2303.13/2195.41	c cleaning 223001 clauses out of 446032 with flag 57619994/34489486
2321.51/2212.80	c cleaning 224002 clauses out of 448030 with flag 58144440/34714485
2343.63/2230.86	c cleaning 224996 clauses out of 450028 with flag 58669869/34940485
2362.66/2249.28	c cleaning 225999 clauses out of 452032 with flag 59198259/35167485
2380.80/2266.53	c cleaning 227003 clauses out of 454033 with flag 59726463/35395485
2398.47/2283.25	c cleaning 228004 clauses out of 456030 with flag 60259115/35624485
2418.85/2302.79	c cleaning 228999 clauses out of 458027 with flag 60797908/35854486
2437.97/2320.96	c cleaning 230000 clauses out of 460027 with flag 61337902/36085485
2458.44/2340.45	c cleaning 230997 clauses out of 462027 with flag 61873020/36317485
2479.18/2358.09	c cleaning 231994 clauses out of 464030 with flag 62402560/36550485
2497.58/2375.76	c cleaning 233003 clauses out of 466036 with flag 62937446/36784485
2516.51/2393.90	c cleaning 234000 clauses out of 468033 with flag 63478303/37019485
2537.25/2413.17	c cleaning 234996 clauses out of 470033 with flag 64024955/37255485
2559.06/2433.98	c cleaning 236003 clauses out of 472038 with flag 64578196/37492486
2579.88/2453.74	c cleaning 237008 clauses out of 474035 with flag 65127813/37730486
2602.54/2473.19	c cleaning 238003 clauses out of 476027 with flag 65668969/37969486
2623.43/2492.84	c cleaning 238997 clauses out of 478023 with flag 66214948/38209485
2644.48/2512.81	c cleaning 240000 clauses out of 480027 with flag 66756317/38450486
2668.53/2535.40	c cleaning 240996 clauses out of 482026 with flag 67303929/38692485
2688.27/2554.25	c cleaning 241999 clauses out of 484030 with flag 67850249/38935485
2710.74/2575.80	c cleaning 243009 clauses out of 486032 with flag 68406063/39179486
2734.41/2596.07	c cleaning 243997 clauses out of 488023 with flag 68961652/39424486
2755.53/2616.11	c cleaning 245002 clauses out of 490025 with flag 69516678/39670485
2775.92/2635.64	c cleaning 245997 clauses out of 492024 with flag 70065002/39917486
2794.56/2653.59	c cleaning 247003 clauses out of 494026 with flag 70620991/40165485
2816.26/2674.59	c cleaning 248000 clauses out of 496023 with flag 71168675/40414485
2836.77/2694.20	c cleaning 248998 clauses out of 498023 with flag 71714921/40664485
2860.37/2714.61	c cleaning 250002 clauses out of 500026 with flag 72267198/40915486
2881.26/2734.64	c cleaning 251000 clauses out of 502023 with flag 72833877/41167485
2902.35/2754.86	c cleaning 252003 clauses out of 504024 with flag 73401849/41420486
2923.03/2774.67	c cleaning 252996 clauses out of 506021 with flag 73972302/41674486
2943.02/2793.85	c cleaning 253999 clauses out of 508025 with flag 74545615/41929486
2963.96/2813.98	c cleaning 254997 clauses out of 510026 with flag 75131014/42185486
2986.68/2833.38	c cleaning 256004 clauses out of 512029 with flag 75712984/42442486
3008.47/2854.27	c cleaning 256998 clauses out of 514025 with flag 76300112/42700486
3030.06/2874.95	c cleaning 258001 clauses out of 516026 with flag 76891304/42959485
3052.26/2895.63	c cleaning 258992 clauses out of 518025 with flag 77484251/43219485
3072.22/2914.53	c cleaning 259997 clauses out of 520034 with flag 78079184/43480486
3096.62/2935.52	c cleaning 261005 clauses out of 522037 with flag 78676902/43742486
3120.30/2957.88	c cleaning 262001 clauses out of 524033 with flag 79281431/44005487
3144.34/2980.82	c cleaning 262993 clauses out of 526031 with flag 79888139/44269486
3168.81/3003.93	c cleaning 264003 clauses out of 528037 with flag 80495642/44534485
3195.85/3026.42	c cleaning 264998 clauses out of 530034 with flag 81105873/44800485
3222.22/3051.45	c cleaning 266001 clauses out of 532037 with flag 81718646/45067486
3248.38/3076.53	c cleaning 267000 clauses out of 534035 with flag 82334504/45335485
3272.17/3098.95	c cleaning 268004 clauses out of 536035 with flag 82944745/45604485
3298.94/3122.09	c cleaning 268999 clauses out of 538032 with flag 83562094/45874486
3324.59/3146.32	c cleaning 270001 clauses out of 540032 with flag 84182172/46145485
3352.17/3173.01	c cleaning 271000 clauses out of 542031 with flag 84806963/46417485
3379.48/3198.93	c cleaning 271996 clauses out of 544031 with flag 85433430/46690485
3410.50/3225.47	c cleaning 273004 clauses out of 546037 with flag 86063858/46964487
3438.95/3252.60	c cleaning 273999 clauses out of 548031 with flag 86697387/47239485
3462.41/3275.16	c cleaning 275001 clauses out of 550033 with flag 87328786/47515486
3484.72/3296.15	c cleaning 276003 clauses out of 552032 with flag 87963591/47792486
3510.09/3317.16	c cleaning 276999 clauses out of 554028 with flag 88602222/48070485
3533.82/3339.69	c cleaning 278003 clauses out of 556030 with flag 89239977/48349486
3557.48/3362.33	c cleaning 279002 clauses out of 558027 with flag 89883159/48629486
3581.77/3385.31	c cleaning 280005 clauses out of 560024 with flag 90527924/48910485
3600.18/3401.80	c starts		: 4
3600.18/3401.81	c conflicts		: 49186452
3600.18/3401.81	c decisions		: 73629482
3600.18/3401.81	c propagations		: 1746504832
3600.18/3401.81	c inspects		: 19496867796
3600.18/3401.81	c shortcuts		: 0
3600.18/3401.81	c learnt literals	: 0
3600.18/3401.81	c learnt binary clauses	: 0
3600.18/3401.81	c learnt ternary clauses	: 0
3600.18/3401.81	c learnt constraints	: 49186452
3600.18/3401.81	c ignored constraints	: 0
3600.18/3401.81	c root simplifications	: 0
3600.18/3401.81	c removed literals (reason simplification)	: 102502737
3600.18/3401.81	c reason swapping (by a shorter reason)	: 0
3600.18/3401.81	c Calls to reduceDB	: 408
3600.18/3401.81	c Number of update (reduction) of LBD	: 4999458
3600.18/3401.81	c Imported unit clauses	: 0
3600.18/3401.81	c No decision after first conflict	: false
3600.18/3401.81	c number of reductions to clauses (during analyze)	: 0
3600.18/3401.81	c number of learned constraints concerned by reduction	: 0
3600.18/3401.81	c number of learning phase by resolution	: 0
3600.18/3401.81	c number of learning phase by cutting planes	: 0
3600.18/3401.81	c number of rounding to 1 operations	: 0
3600.18/3401.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.18/3401.81	c number of reductions of the coefficients by power 2 	: 0
3600.18/3401.81	c number of right shift for reduction by power 2 	: 0
3600.18/3401.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.18/3401.81	c number of ending skipping 	: 0
3600.18/3401.81	c number of internal skipping 	: 0
3600.18/3401.81	c number of derivation steps 	: 0
3600.18/3401.81	c number of skipped derivation steps 	: 0
3600.18/3401.81	c number of remaining unassigned 	: 0
3600.18/3401.81	c number of remaining assigned 	: 0
3600.18/3401.81	c number of falsified literals weakened from reason	: 0
3600.18/3401.81	c number of falsified literals weakened from conflict	: 0
3600.18/3401.81	c time for arithmetic operations	: 0
3600.18/3401.81	c minimum degree of deleted constraints	: null
3600.18/3401.81	c maximum degree of deleted constraints	: null
3600.18/3401.81	c number of deleted constraints	: 0
3600.18/3401.81	c speed (assignments/second)	: 513429.4825003785
3600.18/3401.81	c non guided choices	: 0
3600.18/3401.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 555986
3600.18/3401.87	s SATISFIABLE
3600.18/3401.87	c Found 3 solution(s)
3600.18/3401.87	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 
3600.18/3401.87	c objective function=500
3600.18/3401.87	c Total wall clock time (in seconds): 3401.776

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

running on 4 cores: 52-55

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-5,7-8,10,12,14-15,20-21,23-24,26-29,31-32,34-35,37-38,40,42,46,48,50,60,62-63
  3550 MHz: 18-19,41,43,53,56-59
  3600 MHz: 1,6,9,11,13,16-17,22,25,30,33,36,39,44-45,47,49,51-52,54-55,61
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 52-55

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (116036 MiB free)
  node 1: cores 8-15, 128973 MiB (113538 MiB free)
  node 2: cores 16-23, 129019 MiB (117834 MiB free)
  node 3: cores 24-31, 129003 MiB (119673 MiB free)
  node 4: cores 32-39, 129019 MiB (117911 MiB free)
  node 5: cores 40-47, 129019 MiB (93628 MiB free)
  node 6: cores 48-55, 129019 MiB (118201 MiB free)
  node 7: cores 56-63, 128474 MiB (116489 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100066 s]*
/proc/loadavg: 16.81 16.39 16.38 21/1198 2311296
/proc/meminfo: memFree=935184980/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=34966608 memory=55132 CPUtime=0.16 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 6112 0 0 0 15 1 0 0 20 0 20 0 149771895 35805806592 13339 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8741652 13783 6205 1 0 31907 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=34966608 memory=5979075893 CPUtime=0.08 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 3105 0 0 0 8 0 0 0 20 0 20 0 149771897 35805806592 13339 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=34966608 memory=220051594506 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 149771899 35805806592 13339 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=34966608 memory=51708573 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 149771899 35805806592 13339 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=34966608 memory=51684146 CPUtime=0 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 149771899 35805806592 13339 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=34966608 memory=51729166 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 149771899 35805806592 13339 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=34966608 memory=51700260 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 149771899 35805806592 13339 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 55132 KiB

[startup+0.214435 s]*
/proc/loadavg: 16.81 16.39 16.38 22/1203 2311301
/proc/meminfo: memFree=935124412/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35099736 memory=92936 CPUtime=0.54 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 11483 0 0 0 53 1 0 0 20 0 22 0 149771895 35942129664 22839 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8774934 23234 6236 1 0 42751 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35099736 memory=7957700018829420048 CPUtime=0.18 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 3235 0 0 0 18 0 0 0 20 0 22 0 149771897 35942129664 22839 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35099736 memory=215704928631 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 22839 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35099736 memory=61779700335181 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 22839 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35099736 memory=56290748943250 CPUtime=0 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 22839 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35099736 memory=61784045735961 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 22839 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35099736 memory=57420426042702 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 22839 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35099736 memory=14130043811007241 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149771912 35942129664 22839 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 92936 KiB

[startup+0.315354 s]*
/proc/loadavg: 16.81 16.39 16.38 23/1205 2311303
/proc/meminfo: memFree=935002356/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35099736 memory=112448 CPUtime=0.84 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 12330 0 0 0 83 1 0 0 20 0 22 0 149771895 35942129664 27822 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8774934 28112 6236 1 0 50213 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35099736 memory=3472328095224194576 CPUtime=0.27 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 3238 0 0 0 27 0 0 0 20 0 22 0 149771897 35942129664 27822 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35099736 memory=7307935036043690359 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 27822 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35099736 memory=61779700335181 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 27822 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35099736 memory=56290748943250 CPUtime=0 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 27822 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35099736 memory=61784045735961 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 27822 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35099736 memory=57420426042702 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 27822 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35099736 memory=14130043811007241 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149771912 35942129664 27822 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 112448 KiB

[startup+0.700309 s]
/proc/loadavg: 16.81 16.39 16.38 21/1207 2311305
/proc/meminfo: memFree=934919200/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35099736 memory=192452 CPUtime=1.61 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 12864 0 0 0 159 2 0 0 20 0 22 0 149771895 35942129664 47811 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8774934 48113 6292 1 0 109840 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35099736 memory=57420426042702 CPUtime=0.61 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 3272 0 0 0 61 0 0 0 20 0 22 0 149771897 35942129664 47811 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35099736 memory=14130043811007241 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 47811 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35099736 memory=61779700335181 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 47811 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35099736 memory=56290748943250 CPUtime=0 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 47811 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35099736 memory=61784045735961 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 47811 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35099736 memory=723109430874603895 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149771899 35942129664 47811 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35099736 memory=2080 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149771912 35942129664 47811 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 192452 KiB

[startup+1.50029 s]
/proc/loadavg: 16.99 16.44 16.40 20/1210 2311313
/proc/meminfo: memFree=934620300/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35166300 memory=347968 CPUtime=2.64 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 16180 0 0 0 261 3 0 0 20 0 23 0 149771895 36010291200 86756 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8791575 86992 6291 1 0 260876 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35166300 memory=57420426042702 CPUtime=1.35 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 3690 0 0 0 135 0 0 0 20 0 23 0 149771897 36010291200 86756 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35166300 memory=2080 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 86756 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 86756 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 86756 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35166300 memory=14130043811007241 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 86756 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 86756 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35166300 memory=7883551380547843713 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771912 36010291200 86756 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 347968 KiB

[startup+3.11499 s]
/proc/loadavg: 16.99 16.44 16.40 19/1206 2311339
/proc/meminfo: memFree=932686640/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35166300 memory=616560 CPUtime=4.38 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 17835 0 0 0 434 4 0 0 20 0 23 0 149771895 36010291200 153882 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8791575 154140 6291 1 0 261495 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35166300 memory=0 CPUtime=2.93 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 4281 0 0 0 292 1 0 0 20 0 23 0 149771897 36010291200 153882 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35166300 memory=968 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 153882 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 153882 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35166300 memory=2080 CPUtime=0 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 153882 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35166300 memory=172 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 153882 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 153882 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35166300 memory=33 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771912 36010291200 153882 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 4.38 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 616560 KiB

[startup+6.30022 s]

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

/proc/meminfo: memFree=862197016/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35166300 memory=12382608 CPUtime=3275.56 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 772250 0 0 0 327390 166 0 0 20 0 23 0 149771895 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8791575 3095652 6280 1 0 3110009 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35166300 memory=3568 CPUtime=3043.13 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 219564 0 0 0 304265 48 0 0 20 0 23 0 149771897 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35166300 memory=10860 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35166300 memory=0 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35166300 memory=2508 CPUtime=0.12 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 151 0 0 0 6 6 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35166300 memory=12382608 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 1019 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35166300 memory=12382608 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771912 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 3275.56 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 12382608 KiB

[startup+3162.3 s]
/proc/loadavg: 16.35 16.43 16.56 19/1222 2311817
/proc/meminfo: memFree=861399328/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=3341.6 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 795400 0 0 0 333992 168 0 0 20 0 23 0 149771895 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8791575 3095653 6280 1 0 3110009 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35166300 memory=0 CPUtime=3101.69 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 223886 0 0 0 310121 48 0 0 20 0 23 0 149771897 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35166300 memory=2508 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0.12 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 154 0 0 0 6 6 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35166300 memory=2080 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35166300 memory=68 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 1031 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771912 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 3341.6 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 12382612 KiB

[startup+3222.3 s]
/proc/loadavg: 16.63 16.50 16.57 22/1221 2311818
/proc/meminfo: memFree=861347316/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=3407.41 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 822095 0 0 0 340569 172 0 0 20 0 23 0 149771895 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8791575 3095653 6280 1 0 3110009 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35166300 memory=12103604389871689 CPUtime=3160.65 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 231496 0 0 0 316016 49 0 0 20 0 23 0 149771897 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35166300 memory=14896 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35166300 memory=10860 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0.12 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 159 0 0 0 6 6 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 1052 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35166300 memory=10860 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771912 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 3407.41 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 12382612 KiB

[startup+3282.3 s]
/proc/loadavg: 17.16 16.67 16.63 19/1221 2311819
/proc/meminfo: memFree=860851024/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=3470.33 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 831398 0 0 0 346859 174 0 0 20 0 23 0 149771895 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8791575 3095653 6280 1 0 3110009 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35166300 memory=10860 CPUtime=3219.38 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 234160 0 0 0 321889 49 0 0 20 0 23 0 149771897 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35166300 memory=59396 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35166300 memory=1496 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35166300 memory=0 CPUtime=0.13 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 169 0 0 0 6 7 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35166300 memory=216 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 1090 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771912 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 3470.33 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 12382612 KiB

[startup+3342.3 s]
/proc/loadavg: 16.85 16.69 16.64 19/1222 2311823
/proc/meminfo: memFree=859003528/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=3536.51 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 857960 0 0 0 353473 178 0 0 20 0 23 0 149771895 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8791575 3095653 6280 1 0 3110009 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35166300 memory=10860 CPUtime=3278.14 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 242649 0 0 0 327765 49 0 0 20 0 23 0 149771897 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35166300 memory=100 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35166300 memory=139880240088081 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0.14 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 171 0 0 0 7 7 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35166300 memory=10860 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 1106 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771912 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 3536.51 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 12382612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3401.8 s]
/proc/loadavg: 15.85 16.46 16.56 17/1169 2311904
/proc/meminfo: memFree=895205576/1055320708 swapFree=32681384/33554428
[pid=2311255] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=3600.18 cores=52-55
/proc/2311255/stat : 2311255 (java) S 2311248 2311255 2306413 0 -1 4194304 874787 0 0 0 359839 179 0 0 20 0 23 0 149771895 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 0 0 16800975 0 0 0 17 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
/proc/2311255/statm: 8791575 3095653 6280 1 0 3110009 0
[pid=2311255/tid=2311257] ppid=2311248 vsize=35166300 memory=7456 CPUtime=3336.09 cores=52-55
/proc/2311255/task/2311257/stat : 2311257 (java) R 2311248 2311255 2306413 0 -1 4194368 248971 0 0 0 333559 50 0 0 20 0 23 0 149771897 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311279] ppid=2311248 vsize=35166300 memory=-7740942814225983333 CPUtime=0 cores=52-55
/proc/2311255/task/2311279/stat : 2311279 (Referen..andler) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311280] ppid=2311248 vsize=35166300 memory=59396 CPUtime=0 cores=52-55
/proc/2311255/task/2311280/stat : 2311280 (Finalizer) S 2311248 2311255 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311283] ppid=2311248 vsize=35166300 memory=7456 CPUtime=0.14 cores=52-55
/proc/2311255/task/2311283/stat : 2311283 (Monitor..Thread) S 2311248 2311255 2306413 0 -1 4194368 173 0 0 0 7 7 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311293] ppid=2311248 vsize=35166300 memory=968 CPUtime=0 cores=52-55
/proc/2311255/task/2311293/stat : 2311293 (Notific..Thread) S 2311248 2311255 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311294] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311294/stat : 2311294 (Common-Cleaner) S 2311248 2311255 2306413 0 -1 4194368 1128 0 0 0 0 0 0 0 20 0 23 0 149771899 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
[pid=2311255/tid=2311301] ppid=2311248 vsize=35166300 memory=12382612 CPUtime=0 cores=52-55
/proc/2311255/task/2311301/stat : 2311301 (Timer-0) S 2311248 2311255 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149771912 36010291200 3095750 18446744073709551615 94155524657152 94155524660848 140725071132992 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94155524668712 94155524669456 94155538247680 140725071141076 140725071141216 140725071141216 140725071146952 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 12382612 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.64 s, system=1.82339 s

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

Child status: 143

Real time (s): 3401.9
CPU time (s): 3600.46
CPU user time (s): 3598.64
CPU system time (s): 1.82339
CPU usage (%): 105.837
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 15641220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.64
system time used= 1.82339
maximum resident set size= 15640580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 877404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73806
involuntary context switches= 4194


# summary of solver processes directly reported to runsolver:
#   pid: 2311255
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3598.64
#   total CPU system time (s): 1.82339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1345 second user time and 42.2829 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 23:47:22
IDJOB=4784345
IDBENCH=155397
IDSOLVER=3602
FILE ID=nodeE010/4784345-1782164842
RUNJOBID= nodeE010-1782157625-2306436
SLURM_JOB_ID= 12510935
Free space on /tmp= 798272 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-seymour.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4784345-1782164842/watcher-4784345-1782164842 -o /tmp/evaluation-result-4784345-1782164842/solver-4784345-1782164842 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4784345-1782164842/vars-4784345-1782164842 --bin-var /tmp/runsolver-exch-nodeE010-1782157625-2306436 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4784345-1782164842.opb

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

MD5SUM BENCH= 2fc9faea969371da963ffb1268a000b0
RANDOM SEED=1344273661

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        935249712 kB
MemAvailable:   1014481100 kB
Buffers:              32 kB
Cached:         83011180 kB
SwapCached:         6972 kB
Active:         35502000 kB
Inactive:       81677600 kB
Active(anon):   34204660 kB
Inactive(anon):    50268 kB
Active(file):    1297340 kB
Inactive(file): 81627332 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             64216 kB
Writeback:            12 kB
AnonPages:      34176004 kB
Mapped:            88596 kB
Shmem:             86540 kB
KReclaimable:    1111680 kB
Slab:            1628752 kB
SReclaimable:    1111680 kB
SUnreclaim:       517072 kB
KernelStack:       19536 kB
PageTables:        75688 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   41253524 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483316 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  33337344 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:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 797668 MiB
End job on nodeE010 at 2026-06-23 00:44:04