Trace number 4783289

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)2650 3600.26 3550.1

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-5.opb
MD5SUM9e8345160c873e2ecbeb2fceb1264fd1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2642
Best CPU time to get the best result obtained on this benchmark0.01037
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables907
Total number of constraints403
Number of constraints which are clauses126
Number of constraints which are cardinality constraints (but not clauses)277
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
Number of terms in the objective function 748
Biggest coefficient in the objective function 240
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 33855
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 240
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 33855
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.03/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.13	c See www.sat4j.org for details.
0.03/0.13	c version PB26fixedPrime.v20260610
0.03/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.03/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.03/0.14	c java.vm.version	26.0.1+8-34
0.03/0.14	c java.vm.vendor	Oracle Corporation
0.03/0.14	c sun.arch.data.model	64
0.03/0.14	c java.version		26.0.1
0.03/0.14	c os.name		Linux
0.03/0.14	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.03/0.14	c os.arch		amd64
0.03/0.14	c Free memory 		30334720
0.03/0.14	c Max memory 		32178700288
0.03/0.14	c Total memory 		33554432
0.03/0.14	c Number of processors 	4
0.03/0.17	c Pseudo Boolean Optimization by upper bound
0.03/0.17	c --- Begin Solver configuration ---
0.03/0.17	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.03/0.17	c Learn all clauses as in MiniSAT
0.03/0.17	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.17	c Expensive reason simplification
0.03/0.17	c Glucose 2.1 dynamic restart strategy
0.03/0.17	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.03/0.17	c timeout=2147483s
0.03/0.17	c DB Simplification allowed=false
0.03/0.17	c Listener: none
0.03/0.17	c --- End Solver configuration ---
0.03/0.17	c solving HOME/instance-4783289-1782145215.opb
0.03/0.17	c reading problem ... 
0.03/0.17	c  objective function found
0.03/0.20	c ... done. Wall clock time 0.027s.
0.03/0.20	c declared #vars     907
0.03/0.20	c #constraints  664
0.03/0.20	c constraints type 
0.03/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 126
0.03/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 275
0.03/0.20	c org.sat4j.specs.Constr$1 => 1
0.03/0.20	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.03/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.03/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 260
0.03/0.20	c 664 constraints processed.
0.03/0.20	c objective function length is 748 literals
0.03/0.21	c SATISFIABLE
0.03/0.21	c OPTIMIZING...
0.03/0.21	c Got one! Elapsed wall clock time (in seconds):0.044
0.03/0.21	o 2653
1.48/0.73	c cleaning 2500 clauses out of 5000 with flag 10000/5000
2.06/1.19	c cleaning 4245 clauses out of 8501 with flag 22013/11001
2.68/1.73	c cleaning 5627 clauses out of 11256 with flag 36013/18001
3.28/2.36	c cleaning 6814 clauses out of 13629 with flag 52013/26001
4.14/3.12	c cleaning 7907 clauses out of 15815 with flag 70013/35001
4.92/3.91	c cleaning 8953 clauses out of 17908 with flag 90013/45001
5.98/4.84	c cleaning 9977 clauses out of 19955 with flag 112013/56001
6.99/5.81	c cleaning 10988 clauses out of 21978 with flag 136013/68001
7.99/6.82	c cleaning 11993 clauses out of 23990 with flag 162018/81001
9.11/7.94	c cleaning 12992 clauses out of 25997 with flag 190024/95001
10.21/9.09	c cleaning 14003 clauses out of 28005 with flag 220024/110001
11.74/10.40	c cleaning 14999 clauses out of 30002 with flag 252024/126001
13.06/11.73	c cleaning 16001 clauses out of 32003 with flag 286024/143001
14.49/13.16	c cleaning 17000 clauses out of 34002 with flag 322024/161001
16.17/14.74	c cleaning 17998 clauses out of 36002 with flag 360024/180001
17.66/16.27	c cleaning 18994 clauses out of 38004 with flag 400024/200001
19.36/17.89	c cleaning 19997 clauses out of 40010 with flag 442024/221001
21.05/19.54	c cleaning 21005 clauses out of 42013 with flag 486024/243001
23.02/21.36	c cleaning 21998 clauses out of 44008 with flag 532024/266001
24.97/23.22	c cleaning 22995 clauses out of 46010 with flag 580037/290001
26.78/25.08	c cleaning 24002 clauses out of 48014 with flag 630035/315000
29.05/27.25	c cleaning 25001 clauses out of 50013 with flag 682037/341001
31.25/29.34	c cleaning 26003 clauses out of 52011 with flag 736035/368000
33.44/31.60	c cleaning 27003 clauses out of 54009 with flag 792037/396001
35.84/34.00	c cleaning 27995 clauses out of 56006 with flag 850037/425001
38.23/36.39	c cleaning 28997 clauses out of 58011 with flag 910037/455001
40.82/38.93	c cleaning 30000 clauses out of 60014 with flag 972037/486001
43.31/41.42	c cleaning 30995 clauses out of 62013 with flag 1036035/518000
45.92/44.03	c cleaning 32000 clauses out of 64018 with flag 1102035/551000
48.81/46.79	c cleaning 33002 clauses out of 66018 with flag 1170035/585000
51.70/49.60	c cleaning 33998 clauses out of 68016 with flag 1240035/620000
52.30/50.23	c Got one! Elapsed wall clock time (in seconds):50.058
52.30/50.23	o 2652
52.71/50.67	c cleaning 23931 clauses out of 47872 with flag 10015/633854
53.23/51.15	c cleaning 14962 clauses out of 29940 with flag 22013/639853
53.72/51.65	c cleaning 10980 clauses out of 21978 with flag 36013/646853
54.42/52.20	c cleaning 9495 clauses out of 18998 with flag 52015/654853
55.02/52.82	c cleaning 9245 clauses out of 18503 with flag 70022/663853
55.72/53.58	c cleaning 9621 clauses out of 19258 with flag 90023/673853
56.52/54.34	c cleaning 10314 clauses out of 20637 with flag 112025/684853
57.33/55.18	c cleaning 11156 clauses out of 22324 with flag 136027/696854
58.23/56.10	c cleaning 12078 clauses out of 24168 with flag 162032/709854
59.23/57.07	c cleaning 13032 clauses out of 26090 with flag 190032/723854
60.33/58.17	c cleaning 14022 clauses out of 28058 with flag 220033/738854
61.51/59.33	c cleaning 15014 clauses out of 30036 with flag 252034/754854
62.70/60.57	c cleaning 15999 clauses out of 32021 with flag 286032/771853
64.27/61.96	c cleaning 17004 clauses out of 34023 with flag 322034/789854
65.79/63.41	c cleaning 18001 clauses out of 36018 with flag 360032/808853
67.28/64.92	c cleaning 19000 clauses out of 38017 with flag 400032/828853
68.78/66.49	c cleaning 20004 clauses out of 40017 with flag 442032/849853
70.49/68.19	c cleaning 20996 clauses out of 42014 with flag 486034/871854
72.27/69.99	c cleaning 22002 clauses out of 44018 with flag 532034/894854
74.16/71.86	c cleaning 23003 clauses out of 46016 with flag 580034/918854
76.06/73.74	c cleaning 24001 clauses out of 48013 with flag 630034/943854
77.95/75.66	c cleaning 24999 clauses out of 50012 with flag 682034/969854
80.43/77.97	c cleaning 26000 clauses out of 52012 with flag 736032/996853
82.72/80.27	c cleaning 27002 clauses out of 54013 with flag 792034/1024854
85.01/82.58	c cleaning 28001 clauses out of 56010 with flag 850032/1053853
87.41/85.00	c cleaning 29000 clauses out of 58009 with flag 910032/1083853
89.90/87.44	c cleaning 29997 clauses out of 60010 with flag 972034/1114854
92.60/90.12	c cleaning 30997 clauses out of 62013 with flag 1036034/1146854
95.28/92.86	c cleaning 32004 clauses out of 64016 with flag 1102034/1179854
98.46/95.61	c cleaning 32997 clauses out of 66012 with flag 1170034/1213854
101.15/98.36	c cleaning 34001 clauses out of 68015 with flag 1240034/1248854
104.04/101.28	c cleaning 35001 clauses out of 70014 with flag 1312034/1284854
107.74/104.52	c cleaning 35997 clauses out of 72012 with flag 1386032/1321853
110.73/107.58	c cleaning 36999 clauses out of 74016 with flag 1462034/1359854
114.17/110.84	c cleaning 38002 clauses out of 76016 with flag 1540032/1398853
117.56/114.28	c cleaning 38997 clauses out of 78015 with flag 1620034/1438854
121.36/118.03	c cleaning 40006 clauses out of 80017 with flag 1702032/1479853
125.24/121.62	c cleaning 40999 clauses out of 82011 with flag 1786032/1521853
129.03/125.40	c cleaning 42002 clauses out of 84013 with flag 1872034/1564854
132.73/129.11	c cleaning 42997 clauses out of 86011 with flag 1960034/1608854
136.60/132.83	c cleaning 43999 clauses out of 88014 with flag 2050034/1653854
140.29/136.52	c cleaning 44997 clauses out of 90014 with flag 2142032/1699853
144.23/140.39	c cleaning 46003 clauses out of 92018 with flag 2236051/1746854
148.32/144.41	c cleaning 46998 clauses out of 94015 with flag 2332051/1794854
152.40/148.39	c cleaning 48002 clauses out of 96017 with flag 2430051/1843854
156.69/152.65	c cleaning 49001 clauses out of 98015 with flag 2530051/1893854
161.49/157.16	c cleaning 49995 clauses out of 100014 with flag 2632051/1944854
166.61/162.14	c cleaning 51004 clauses out of 102019 with flag 2736051/1996854
171.56/166.94	c cleaning 51998 clauses out of 104015 with flag 2842051/2049854
176.30/171.52	c cleaning 53000 clauses out of 106017 with flag 2950051/2103854
180.90/176.11	c cleaning 54001 clauses out of 108017 with flag 3060051/2158854
185.32/180.54	c cleaning 54996 clauses out of 110016 with flag 3172051/2214854
190.42/185.42	c cleaning 55999 clauses out of 112020 with flag 3286051/2271854
195.40/190.44	c cleaning 56999 clauses out of 114020 with flag 3402049/2329853
200.82/195.79	c cleaning 57998 clauses out of 116021 with flag 3520049/2388853
206.22/201.15	c cleaning 59006 clauses out of 118023 with flag 3640049/2448853
212.30/207.05	c cleaning 60004 clauses out of 120018 with flag 3762051/2509854
218.68/212.86	c cleaning 60997 clauses out of 122013 with flag 3886049/2571853
224.32/218.41	c cleaning 61999 clauses out of 124017 with flag 4012051/2634854
229.95/224.10	c cleaning 63002 clauses out of 126017 with flag 4140049/2698853
235.92/229.97	c cleaning 63998 clauses out of 128015 with flag 4270049/2763853
241.71/235.72	c cleaning 64999 clauses out of 130017 with flag 4402049/2829853
247.98/241.93	c cleaning 66002 clauses out of 132018 with flag 4536061/2896853
254.08/248.03	c cleaning 67001 clauses out of 134016 with flag 4672098/2964853
256.56/250.39	c Got one! Elapsed wall clock time (in seconds):250.225
256.56/250.39	o 2651
257.46/251.21	c cleaning 51391 clauses out of 102797 with flag 10004/3000635
257.96/251.79	c cleaning 28695 clauses out of 57405 with flag 22003/3006634
258.55/252.32	c cleaning 17851 clauses out of 35710 with flag 36003/3013634
259.05/252.89	c cleaning 12922 clauses out of 25859 with flag 52006/3021634
259.75/253.54	c cleaning 10963 clauses out of 21937 with flag 70006/3030634
260.45/254.27	c cleaning 10476 clauses out of 20975 with flag 90039/3040635
261.36/255.12	c cleaning 10743 clauses out of 21498 with flag 112047/3051634
262.14/255.96	c cleaning 11373 clauses out of 22755 with flag 136064/3063634
263.14/256.92	c cleaning 12181 clauses out of 24382 with flag 162064/3076634
264.14/257.97	c cleaning 13091 clauses out of 26201 with flag 190064/3090634
265.25/259.09	c cleaning 14051 clauses out of 28111 with flag 220076/3105635
266.54/260.34	c cleaning 15024 clauses out of 30060 with flag 252076/3121635
267.74/261.60	c cleaning 16009 clauses out of 32036 with flag 286256/3138635
269.14/262.96	c cleaning 17006 clauses out of 34027 with flag 322256/3156635
270.53/264.38	c cleaning 18002 clauses out of 36021 with flag 360256/3175635
272.13/265.91	c cleaning 19002 clauses out of 38018 with flag 400264/3195634
273.72/267.59	c cleaning 20001 clauses out of 40016 with flag 442264/3216634
275.42/269.28	c cleaning 20996 clauses out of 42015 with flag 486264/3238634
277.18/270.92	c cleaning 22003 clauses out of 44019 with flag 532264/3261634
278.87/272.68	c cleaning 23002 clauses out of 46016 with flag 580264/3285634
280.87/274.61	c cleaning 24002 clauses out of 48014 with flag 630264/3310634
282.77/276.58	c cleaning 24997 clauses out of 50012 with flag 682264/3336634
284.96/278.78	c cleaning 25997 clauses out of 52015 with flag 736264/3363634
287.15/281.00	c cleaning 26998 clauses out of 54018 with flag 792264/3391634
289.51/283.28	c cleaning 28001 clauses out of 56020 with flag 850264/3420634
291.90/285.65	c cleaning 29000 clauses out of 58019 with flag 910264/3450634
294.41/288.18	c cleaning 30005 clauses out of 60019 with flag 972264/3481634
297.08/290.84	c cleaning 30996 clauses out of 62014 with flag 1036264/3513634
299.77/293.55	c cleaning 32001 clauses out of 64019 with flag 1102333/3546635
302.62/296.31	c cleaning 32999 clauses out of 66018 with flag 1170333/3580635
305.42/299.15	c cleaning 34003 clauses out of 68019 with flag 1240333/3615635
308.20/302.00	c cleaning 35001 clauses out of 70016 with flag 1312333/3651635
311.49/305.24	c cleaning 35993 clauses out of 72015 with flag 1386355/3688635
314.79/308.46	c cleaning 37003 clauses out of 74022 with flag 1462355/3726635
317.88/311.57	c cleaning 37997 clauses out of 76019 with flag 1540355/3765635
320.87/314.58	c cleaning 38999 clauses out of 78022 with flag 1620355/3805635
324.73/318.05	c cleaning 39998 clauses out of 80022 with flag 1702380/3846634
327.90/321.22	c cleaning 41004 clauses out of 82024 with flag 1786380/3888634
331.29/324.68	c cleaning 41999 clauses out of 84020 with flag 1872380/3931634
334.82/328.15	c cleaning 43003 clauses out of 86021 with flag 1960395/3975634
338.29/331.60	c cleaning 44000 clauses out of 88019 with flag 2050419/4020635
341.88/335.24	c cleaning 44998 clauses out of 90019 with flag 2142419/4066635
345.69/338.95	c cleaning 45997 clauses out of 92021 with flag 2236419/4113635
349.67/342.95	c cleaning 47004 clauses out of 94023 with flag 2332417/4161634
353.77/347.03	c cleaning 47997 clauses out of 96020 with flag 2430419/4210635
357.94/351.20	c cleaning 49000 clauses out of 98022 with flag 2530417/4260634
362.24/355.40	c cleaning 50004 clauses out of 100023 with flag 2632419/4311635
367.13/360.38	c cleaning 51000 clauses out of 102019 with flag 2736419/4363635
371.51/364.77	c cleaning 52001 clauses out of 104018 with flag 2842417/4416634
376.10/369.34	c cleaning 52997 clauses out of 106018 with flag 2950419/4470635
381.08/374.13	c cleaning 54002 clauses out of 108021 with flag 3060419/4525635
385.66/378.74	c cleaning 54995 clauses out of 110018 with flag 3172417/4581634
390.54/383.68	c cleaning 55999 clauses out of 112023 with flag 3286417/4638634
396.00/388.94	c cleaning 57005 clauses out of 114025 with flag 3402419/4696635
401.28/394.27	c cleaning 57998 clauses out of 116020 with flag 3520419/4755635
406.66/399.69	c cleaning 59002 clauses out of 118022 with flag 3640419/4815635
412.26/405.11	c cleaning 60004 clauses out of 120020 with flag 3762419/4876635
417.83/410.75	c cleaning 61002 clauses out of 122016 with flag 3886419/4938635
424.14/417.01	c cleaning 61996 clauses out of 124014 with flag 4012419/5001635
430.02/422.89	c cleaning 62999 clauses out of 126018 with flag 4140419/5065635
436.69/429.32	c cleaning 63998 clauses out of 128018 with flag 4270417/5130634
443.40/435.45	c cleaning 65003 clauses out of 130021 with flag 4402419/5196635
449.71/441.64	c cleaning 66002 clauses out of 132018 with flag 4536427/5263635
455.78/447.63	c cleaning 67000 clauses out of 134015 with flag 4672425/5331634
461.86/453.67	c cleaning 67997 clauses out of 136016 with flag 4810427/5400635
468.70/460.32	c cleaning 68999 clauses out of 138019 with flag 4950427/5470635
475.82/467.39	c cleaning 70007 clauses out of 140019 with flag 5092425/5541634
483.53/474.32	c cleaning 70999 clauses out of 142013 with flag 5236427/5613635
489.82/480.59	c cleaning 71996 clauses out of 144014 with flag 5382427/5686635
497.16/487.88	c cleaning 73004 clauses out of 146017 with flag 5530425/5760634
505.22/495.81	c cleaning 73997 clauses out of 148014 with flag 5680427/5835635
512.18/502.74	c cleaning 75004 clauses out of 150017 with flag 5832427/5911635
520.63/511.04	c cleaning 75997 clauses out of 152013 with flag 5986427/5988635
528.92/519.11	c cleaning 77000 clauses out of 154015 with flag 6142426/6066634
538.87/528.31	c cleaning 77998 clauses out of 156015 with flag 6300433/6145634
547.13/536.48	c cleaning 79003 clauses out of 158017 with flag 6460433/6225634
556.15/545.37	c cleaning 80000 clauses out of 160015 with flag 6622445/6306635
565.07/554.15	c cleaning 80999 clauses out of 162015 with flag 6786471/6388635
573.49/562.33	c cleaning 82001 clauses out of 164016 with flag 6952471/6471635
582.93/571.12	c cleaning 83001 clauses out of 166014 with flag 7120469/6555634
591.07/579.25	c cleaning 83999 clauses out of 168013 with flag 7290469/6640634
599.32/587.41	c cleaning 84996 clauses out of 170015 with flag 7462471/6726635
607.65/595.78	c cleaning 86000 clauses out of 172018 with flag 7636469/6813634
617.33/605.34	c cleaning 86999 clauses out of 174018 with flag 7812469/6901634
625.83/613.77	c cleaning 88001 clauses out of 176019 with flag 7990469/6990634
634.43/622.20	c cleaning 88998 clauses out of 178018 with flag 8170469/7080634
643.11/630.88	c cleaning 90000 clauses out of 180020 with flag 8352469/7171634
652.15/639.20	c cleaning 91003 clauses out of 182021 with flag 8536471/7263635
660.70/647.77	c cleaning 92003 clauses out of 184018 with flag 8722471/7356635
670.29/657.37	c cleaning 93000 clauses out of 186015 with flag 8910471/7450635
679.91/666.91	c cleaning 93997 clauses out of 188015 with flag 9100471/7545635
689.91/676.85	c cleaning 95002 clauses out of 190018 with flag 9292471/7641635
699.97/686.80	c cleaning 95999 clauses out of 192015 with flag 9486469/7738634
711.00/697.10	c cleaning 97002 clauses out of 194017 with flag 9682471/7836635
722.39/708.25	c cleaning 98002 clauses out of 196015 with flag 9880471/7935635
735.26/720.17	c cleaning 98998 clauses out of 198013 with flag 10080471/8035635
746.86/731.54	c cleaning 99998 clauses out of 200015 with flag 10282471/8136635
758.02/742.76	c cleaning 101002 clauses out of 202017 with flag 10486471/8238635
770.12/754.42	c cleaning 101997 clauses out of 204014 with flag 10692469/8341634
781.70/766.07	c cleaning 103001 clauses out of 206017 with flag 10900471/8445634
795.49/779.40	c cleaning 103998 clauses out of 208016 with flag 11110471/8550634
807.95/791.92	c cleaning 105004 clauses out of 210018 with flag 11322471/8656634
821.45/805.20	c cleaning 105999 clauses out of 212015 with flag 11536473/8763635
833.11/816.97	c cleaning 106997 clauses out of 214016 with flag 11752473/8871635
846.37/829.64	c cleaning 107999 clauses out of 216018 with flag 11970487/8980634
858.03/841.38	c cleaning 109006 clauses out of 218020 with flag 12190489/9090635
868.92/851.89	c cleaning 109997 clauses out of 220013 with flag 12412493/9201634
879.66/862.30	c cleaning 111000 clauses out of 222016 with flag 12636493/9313634
890.44/872.98	c cleaning 112000 clauses out of 224017 with flag 12862495/9426635
901.78/884.13	c cleaning 113000 clauses out of 226016 with flag 13090493/9540634
914.11/895.62	c cleaning 114000 clauses out of 228017 with flag 13320495/9655635
925.97/907.57	c cleaning 115000 clauses out of 230016 with flag 13552493/9771634
937.12/918.37	c cleaning 115999 clauses out of 232016 with flag 13786499/9888634
948.69/929.98	c cleaning 116998 clauses out of 234018 with flag 14022501/10006635
961.66/942.69	c cleaning 117997 clauses out of 236020 with flag 14260507/10125635
975.35/955.92	c cleaning 119003 clauses out of 238023 with flag 14500507/10245635
988.01/968.62	c cleaning 120000 clauses out of 240020 with flag 14742507/10366635
1000.13/980.58	c cleaning 121000 clauses out of 242020 with flag 14986507/10488635
1012.18/992.60	c cleaning 122002 clauses out of 244020 with flag 15232507/10611635
1025.82/1005.62	c cleaning 123001 clauses out of 246018 with flag 15480507/10735635
1038.25/1017.78	c cleaning 123997 clauses out of 248016 with flag 15730505/10860634
1050.50/1029.74	c cleaning 125000 clauses out of 250020 with flag 15982507/10986635
1063.41/1041.64	c cleaning 126000 clauses out of 252020 with flag 16236541/11113635
1076.88/1055.12	c cleaning 127000 clauses out of 254020 with flag 16492560/11241635
1091.30/1069.34	c cleaning 127999 clauses out of 256020 with flag 16750560/11370635
1103.98/1082.01	c cleaning 128999 clauses out of 258020 with flag 17010558/11500634
1117.33/1095.28	c cleaning 130002 clauses out of 260021 with flag 17272558/11631634
1130.39/1108.33	c cleaning 131000 clauses out of 262019 with flag 17536558/11763634
1144.33/1121.89	c cleaning 131998 clauses out of 264019 with flag 17802558/11896634
1157.89/1135.40	c cleaning 133004 clauses out of 266022 with flag 18070560/12030635
1173.15/1150.41	c cleaning 134003 clauses out of 268018 with flag 18340560/12165635
1187.82/1165.16	c cleaning 134996 clauses out of 270015 with flag 18612560/12301635
1203.22/1180.18	c cleaning 136001 clauses out of 272019 with flag 18886560/12438635
1218.96/1195.91	c cleaning 136997 clauses out of 274018 with flag 19162560/12576635
1234.62/1211.47	c cleaning 138007 clauses out of 276021 with flag 19440560/12715635
1249.56/1226.16	c cleaning 139003 clauses out of 278013 with flag 19720562/12855634
1266.11/1242.46	c cleaning 139995 clauses out of 280010 with flag 20002562/12996634
1284.21/1259.59	c cleaning 141003 clauses out of 282015 with flag 20286562/13138634
1300.05/1275.38	c cleaning 141996 clauses out of 284012 with flag 20572562/13281634
1316.32/1291.28	c cleaning 142997 clauses out of 286017 with flag 20860568/13425635
1332.27/1307.24	c cleaning 144000 clauses out of 288020 with flag 21150568/13570635
1350.40/1324.99	c cleaning 145003 clauses out of 290020 with flag 21442568/13716635
1366.74/1340.93	c cleaning 146002 clauses out of 292016 with flag 21736566/13863634
1382.80/1357.01	c cleaning 147002 clauses out of 294015 with flag 22032568/14011635
1399.16/1373.24	c cleaning 147996 clauses out of 296013 with flag 22330568/14160635
1417.25/1391.06	c cleaning 149001 clauses out of 298016 with flag 22630566/14310634
1432.92/1406.46	c cleaning 149999 clauses out of 300015 with flag 22932566/14461634
1448.30/1421.68	c cleaning 150999 clauses out of 302017 with flag 23236568/14613635
1465.15/1437.44	c cleaning 152001 clauses out of 304017 with flag 23542566/14766634
1480.92/1453.11	c cleaning 153000 clauses out of 306017 with flag 23850604/14920635
1499.62/1471.70	c cleaning 154001 clauses out of 308017 with flag 24160667/15075635
1518.92/1490.72	c cleaning 154999 clauses out of 310015 with flag 24472671/15231634
1535.65/1507.11	c cleaning 155997 clauses out of 312016 with flag 24786671/15388634
1553.57/1524.82	c cleaning 157000 clauses out of 314019 with flag 25102671/15546634
1571.39/1542.39	c cleaning 157998 clauses out of 316019 with flag 25420671/15705634
1588.96/1559.60	c cleaning 158999 clauses out of 318021 with flag 25740684/15865634
1608.38/1577.84	c cleaning 159998 clauses out of 320023 with flag 26062686/16026635
1626.93/1596.24	c cleaning 161000 clauses out of 322025 with flag 26386687/16188635
1644.74/1613.57	c cleaning 162003 clauses out of 324025 with flag 26712687/16351635
1661.64/1630.08	c cleaning 163001 clauses out of 326022 with flag 27040687/16515635
1679.59/1647.00	c cleaning 163998 clauses out of 328020 with flag 27370685/16680634
1699.02/1666.35	c cleaning 164999 clauses out of 330022 with flag 27702685/16846634
1715.44/1682.78	c cleaning 166002 clauses out of 332023 with flag 28036685/17013634
1733.56/1700.63	c cleaning 167000 clauses out of 334022 with flag 28372702/17181635
1750.90/1717.82	c cleaning 168001 clauses out of 336021 with flag 28710700/17350634
1768.38/1735.08	c cleaning 169006 clauses out of 338021 with flag 29050702/17520635
1787.81/1754.31	c cleaning 169997 clauses out of 340015 with flag 29392702/17691635
1807.77/1773.03	c cleaning 170996 clauses out of 342018 with flag 29736702/17863635
1824.76/1789.73	c cleaning 172001 clauses out of 344021 with flag 30082701/18036634
1841.91/1806.63	c cleaning 172997 clauses out of 346020 with flag 30430701/18210634
1860.51/1823.67	c cleaning 174006 clauses out of 348023 with flag 30780701/18385634
1873.10/1835.99	c Got one! Elapsed wall clock time (in seconds):1835.824
1873.10/1835.99	o 2650
1876.10/1838.82	c cleaning 159723 clauses out of 319453 with flag 10856/18531070
1878.00/1840.77	c cleaning 82860 clauses out of 165730 with flag 23586/18537070
1878.79/1841.59	c cleaning 44932 clauses out of 89870 with flag 38398/18544070
1879.41/1842.12	c cleaning 26463 clauses out of 52938 with flag 55339/18552070
1879.79/1842.59	c cleaning 17734 clauses out of 35475 with flag 74814/18561070
1880.30/1843.02	c cleaning 13863 clauses out of 27742 with flag 96440/18571071
1880.69/1843.41	c cleaning 12433 clauses out of 24879 with flag 119718/18582071
1881.11/1843.83	c cleaning 12217 clauses out of 24446 with flag 144871/18594071
1881.51/1844.29	c cleaning 12610 clauses out of 25228 with flag 172118/18607070
1882.11/1844.86	c cleaning 13309 clauses out of 26619 with flag 201664/18621071
1882.70/1845.49	c cleaning 14153 clauses out of 28310 with flag 233323/18636071
1883.50/1846.24	c cleaning 15075 clauses out of 30156 with flag 267119/18652070
1884.20/1846.97	c cleaning 16037 clauses out of 32082 with flag 303048/18669071
1884.90/1847.64	c cleaning 17016 clauses out of 34044 with flag 340879/18687070
1885.69/1848.46	c cleaning 18013 clauses out of 36028 with flag 381302/18706070
1886.30/1849.08	c cleaning 19007 clauses out of 38016 with flag 423688/18726071
1887.09/1849.86	c cleaning 20000 clauses out of 40009 with flag 467977/18747071
1888.04/1850.71	c cleaning 21003 clauses out of 42009 with flag 514347/18769071
1888.83/1851.52	c cleaning 21997 clauses out of 44005 with flag 562687/18792070
1889.63/1852.35	c cleaning 23004 clauses out of 46009 with flag 613554/18816071
1890.53/1853.26	c cleaning 23998 clauses out of 48004 with flag 666372/18841070
1891.53/1854.25	c cleaning 24998 clauses out of 50006 with flag 720944/18867070
1892.52/1855.23	c cleaning 26000 clauses out of 52008 with flag 777801/18894070
1893.62/1856.33	c cleaning 27000 clauses out of 54008 with flag 837027/18922070
1894.81/1857.56	c cleaning 27997 clauses out of 56008 with flag 898690/18951070
1896.08/1858.72	c cleaning 29002 clauses out of 58011 with flag 962771/18981070
1897.27/1859.95	c cleaning 30003 clauses out of 60009 with flag 1028357/19012070
1898.57/1861.29	c cleaning 30999 clauses out of 62007 with flag 1095877/19044071
1900.06/1862.72	c cleaning 32001 clauses out of 64007 with flag 1165594/19077070
1901.47/1864.17	c cleaning 33000 clauses out of 66007 with flag 1237255/19111071
1902.78/1865.49	c cleaning 33999 clauses out of 68006 with flag 1310981/19146070
1904.07/1866.72	c cleaning 35002 clauses out of 70007 with flag 1386918/19182070
1905.76/1868.26	c cleaning 35996 clauses out of 72005 with flag 1465231/19219070
1907.05/1869.59	c cleaning 37005 clauses out of 74009 with flag 1545537/19257070
1908.45/1871.00	c cleaning 38000 clauses out of 76004 with flag 1628165/19296070
1909.94/1872.49	c cleaning 38996 clauses out of 78004 with flag 1712443/19336070
1911.65/1874.12	c cleaning 40004 clauses out of 80009 with flag 1798939/19377071
1913.62/1875.77	c cleaning 40999 clauses out of 82004 with flag 1887384/19419070
1915.21/1877.35	c cleaning 42003 clauses out of 84006 with flag 1977728/19462071
1917.02/1879.15	c cleaning 42996 clauses out of 86002 with flag 2070490/19506070
1918.80/1880.90	c cleaning 44001 clauses out of 88006 with flag 2165392/19551070
1920.73/1882.75	c cleaning 45001 clauses out of 90005 with flag 2262421/19597070
1922.43/1884.47	c cleaning 45998 clauses out of 92005 with flag 2361284/19644071
1924.13/1886.19	c cleaning 46998 clauses out of 94006 with flag 2462175/19692070
1926.21/1888.20	c cleaning 47997 clauses out of 96008 with flag 2565533/19741070
1928.21/1890.20	c cleaning 49003 clauses out of 98011 with flag 2670910/19791070
1930.01/1892.10	c cleaning 50002 clauses out of 100008 with flag 2778227/19842070
1932.45/1894.24	c cleaning 51001 clauses out of 102006 with flag 2887968/19894070
1935.14/1896.91	c cleaning 51999 clauses out of 104005 with flag 3000342/19947070
1937.63/1899.49	c cleaning 52997 clauses out of 106006 with flag 3114702/20001070
1940.11/1901.95	c cleaning 53999 clauses out of 108009 with flag 3231013/20056070
1943.22/1905.03	c cleaning 55002 clauses out of 110010 with flag 3349751/20112070
1945.59/1907.45	c cleaning 56001 clauses out of 112008 with flag 3470171/20169070
1948.61/1910.06	c cleaning 56999 clauses out of 114008 with flag 3592462/20227071
1950.88/1912.39	c cleaning 58004 clauses out of 116008 with flag 3716540/20286070
1953.37/1914.80	c cleaning 58997 clauses out of 118005 with flag 3843630/20346071
1955.97/1917.41	c cleaning 60002 clauses out of 120007 with flag 3972572/20407070
1959.06/1920.08	c cleaning 61002 clauses out of 122006 with flag 4103728/20469071
1961.44/1922.46	c cleaning 62002 clauses out of 124004 with flag 4236950/20532071
1964.33/1925.39	c cleaning 62993 clauses out of 126001 with flag 4372972/20596070
1967.32/1928.17	c cleaning 63998 clauses out of 128008 with flag 4510358/20661070
1969.99/1930.86	c cleaning 65001 clauses out of 130010 with flag 4649649/20727070
1972.68/1933.56	c cleaning 66001 clauses out of 132010 with flag 4790679/20794071
1975.65/1936.33	c cleaning 66998 clauses out of 134008 with flag 4934511/20862070
1978.73/1939.42	c cleaning 68005 clauses out of 136010 with flag 5081430/20931070
1981.52/1942.27	c cleaning 68994 clauses out of 138006 with flag 5230020/21001071
1984.83/1945.32	c cleaning 69999 clauses out of 140011 with flag 5380435/21072070
1987.82/1948.38	c cleaning 71002 clauses out of 142013 with flag 5532109/21144071
1990.71/1951.21	c cleaning 72003 clauses out of 144011 with flag 5685965/21217071
1993.88/1954.11	c cleaning 73001 clauses out of 146008 with flag 5841975/21291071
1996.55/1956.89	c cleaning 73997 clauses out of 148007 with flag 5999970/21366071
1999.64/1959.90	c cleaning 75005 clauses out of 150009 with flag 6160253/21442070
2003.05/1963.12	c cleaning 76003 clauses out of 152005 with flag 6322593/21519071
2006.43/1966.59	c cleaning 76997 clauses out of 154001 with flag 6487494/21597070
2010.39/1969.92	c cleaning 77997 clauses out of 156005 with flag 6653778/21676071
2013.39/1972.94	c cleaning 79004 clauses out of 158007 with flag 6822150/21756070
2017.02/1976.54	c cleaning 80002 clauses out of 160003 with flag 6993444/21837070
2020.71/1980.20	c cleaning 80996 clauses out of 162001 with flag 7166393/21919070
2024.14/1983.52	c cleaning 82000 clauses out of 164006 with flag 7341147/22002071
2027.23/1986.67	c cleaning 83000 clauses out of 166006 with flag 7517560/22086071
2030.80/1989.99	c cleaning 83997 clauses out of 168005 with flag 7696422/22171070
2034.09/1993.22	c cleaning 85005 clauses out of 170009 with flag 7877391/22257071
2037.48/1996.60	c cleaning 85999 clauses out of 172003 with flag 8061088/22344070
2041.10/2000.15	c cleaning 86999 clauses out of 174004 with flag 8246737/22432070
2044.38/2003.48	c cleaning 87998 clauses out of 176005 with flag 8434172/22521070
2048.35/2007.11	c cleaning 89000 clauses out of 178007 with flag 8624280/22611070
2052.42/2011.27	c cleaning 90000 clauses out of 180007 with flag 8816495/22702070
2056.88/2015.43	c cleaning 91001 clauses out of 182007 with flag 9010461/22794070
2060.58/2019.12	c cleaning 91999 clauses out of 184006 with flag 9206032/22887070
2065.02/2023.03	c cleaning 93000 clauses out of 186008 with flag 9404160/22981071
2068.94/2026.91	c cleaning 94000 clauses out of 188008 with flag 9604504/23076071
2073.26/2031.07	c cleaning 95001 clauses out of 190008 with flag 9807170/23172071
2077.25/2035.02	c cleaning 95997 clauses out of 192006 with flag 10011737/23269070
2081.27/2038.91	c cleaning 96999 clauses out of 194009 with flag 10217641/23367070
2085.26/2042.91	c cleaning 98002 clauses out of 196010 with flag 10426879/23466070
2090.07/2047.60	c cleaning 99001 clauses out of 198009 with flag 10638026/23566071
2093.96/2051.53	c cleaning 100003 clauses out of 200007 with flag 10851128/23667070
2098.82/2056.14	c cleaning 100998 clauses out of 202005 with flag 11066256/23769071
2103.49/2060.83	c cleaning 101996 clauses out of 204007 with flag 11283499/23872071
2108.26/2065.34	c cleaning 103001 clauses out of 206010 with flag 11503314/23976070
2112.55/2069.62	c cleaning 104001 clauses out of 208010 with flag 11724428/24081071
2117.32/2073.92	c cleaning 105000 clauses out of 210009 with flag 11947959/24187071
2121.73/2078.26	c cleaning 105997 clauses out of 212008 with flag 12173074/24294070
2125.92/2082.44	c cleaning 107002 clauses out of 214012 with flag 12400352/24402071
2130.47/2086.81	c cleaning 108002 clauses out of 216009 with flag 12630500/24511070
2134.95/2091.39	c cleaning 109001 clauses out of 218007 with flag 12864651/24621070
2139.94/2096.04	c cleaning 109998 clauses out of 220006 with flag 13098371/24732070
2144.51/2100.64	c cleaning 110999 clauses out of 222009 with flag 13334231/24844071
2149.23/2105.15	c cleaning 112004 clauses out of 224010 with flag 13573770/24957071
2154.00/2109.91	c cleaning 112997 clauses out of 226005 with flag 13814320/25071070
2159.50/2115.22	c cleaning 113999 clauses out of 228008 with flag 14057783/25186070
2164.30/2120.01	c cleaning 115001 clauses out of 230009 with flag 14302228/25302070
2169.62/2124.89	c cleaning 115999 clauses out of 232008 with flag 14548731/25419070
2175.35/2130.49	c cleaning 116998 clauses out of 234009 with flag 14798341/25537070
2181.43/2136.51	c cleaning 118003 clauses out of 236011 with flag 15050335/25656070
2186.69/2141.68	c cleaning 118999 clauses out of 238008 with flag 15303162/25776070
2191.47/2146.47	c cleaning 120005 clauses out of 240009 with flag 15557785/25897070
2196.95/2151.84	c cleaning 120997 clauses out of 242004 with flag 15816082/26019070
2202.14/2157.06	c cleaning 121999 clauses out of 244008 with flag 16076620/26142071
2207.54/2162.23	c cleaning 123003 clauses out of 246009 with flag 16338710/26266071
2212.61/2167.31	c cleaning 124000 clauses out of 248006 with flag 16601959/26391071
2218.84/2173.35	c cleaning 125002 clauses out of 250005 with flag 16868140/26517070
2223.83/2178.32	c cleaning 125993 clauses out of 252003 with flag 17135063/26644070
2229.81/2184.15	c cleaning 127001 clauses out of 254011 with flag 17405723/26772071
2235.93/2189.42	c cleaning 128000 clauses out of 256010 with flag 17677797/26901071
2242.25/2195.61	c cleaning 129003 clauses out of 258010 with flag 17954186/27031071
2248.33/2201.40	c cleaning 129998 clauses out of 260007 with flag 18231630/27162071
2254.17/2207.10	c cleaning 131003 clauses out of 262008 with flag 18511113/27294070
2260.19/2212.85	c cleaning 131997 clauses out of 264005 with flag 18792244/27427070
2266.16/2218.16	c cleaning 133002 clauses out of 266008 with flag 19075024/27561070
2271.66/2223.61	c cleaning 133997 clauses out of 268006 with flag 19360130/27696070
2277.64/2229.63	c cleaning 135005 clauses out of 270009 with flag 19646889/27832070
2283.52/2235.54	c cleaning 135996 clauses out of 272004 with flag 19936385/27969070
2289.20/2241.25	c cleaning 137001 clauses out of 274009 with flag 20227796/28107071
2295.10/2247.13	c cleaning 137996 clauses out of 276008 with flag 20521840/28246071
2301.26/2253.34	c cleaning 139001 clauses out of 278011 with flag 20817758/28386070
2307.14/2259.21	c cleaning 140000 clauses out of 280011 with flag 21115643/28527071
2313.12/2265.24	c cleaning 141000 clauses out of 282010 with flag 21414192/28669070
2319.02/2271.19	c cleaning 142002 clauses out of 284010 with flag 21716837/28812070
2325.67/2277.82	c cleaning 142998 clauses out of 286009 with flag 22021383/28956071
2331.76/2283.95	c cleaning 144000 clauses out of 288010 with flag 22326650/29101070
2338.43/2290.62	c cleaning 145002 clauses out of 290010 with flag 22634899/29247070
2344.42/2296.69	c cleaning 145997 clauses out of 292008 with flag 22944706/29394070
2351.37/2303.07	c cleaning 146998 clauses out of 294012 with flag 23257043/29542071
2359.53/2311.25	c cleaning 148007 clauses out of 296013 with flag 23574488/29691070
2365.21/2316.95	c cleaning 148995 clauses out of 298006 with flag 23890173/29841070
2371.59/2323.32	c cleaning 150002 clauses out of 300012 with flag 24208615/29992071
2378.47/2330.28	c cleaning 151002 clauses out of 302010 with flag 24529862/30144071
2385.54/2337.35	c cleaning 151997 clauses out of 304008 with flag 24853638/30297071
2392.42/2344.23	c cleaning 153000 clauses out of 306011 with flag 25179344/30451071
2399.31/2351.18	c cleaning 154001 clauses out of 308011 with flag 25507051/30606071
2406.78/2357.98	c cleaning 154999 clauses out of 310010 with flag 25835646/30762071
2413.15/2364.36	c cleaning 155998 clauses out of 312011 with flag 26167555/30919071
2419.84/2371.06	c cleaning 157003 clauses out of 314012 with flag 26501388/31077070
2426.50/2377.76	c cleaning 157997 clauses out of 316010 with flag 26836081/31236071
2433.58/2384.87	c cleaning 159000 clauses out of 318013 with flag 27173139/31396071
2440.46/2391.73	c cleaning 160002 clauses out of 320013 with flag 27513006/31557071
2447.43/2398.78	c cleaning 161003 clauses out of 322010 with flag 27855234/31719070
2455.76/2406.44	c cleaning 161998 clauses out of 324007 with flag 28199504/31882070
2462.64/2413.34	c cleaning 163003 clauses out of 326010 with flag 28546439/32046071
2469.23/2419.97	c cleaning 163999 clauses out of 328006 with flag 28894854/32211070
2476.41/2427.11	c cleaning 164998 clauses out of 330007 with flag 29244903/32377070
2483.93/2434.04	c cleaning 166000 clauses out of 332010 with flag 29596433/32544071
2492.20/2442.30	c cleaning 167000 clauses out of 334009 with flag 29951032/32712070
2499.47/2449.65	c cleaning 167998 clauses out of 336010 with flag 30307049/32881071
2506.86/2457.02	c cleaning 169001 clauses out of 338011 with flag 30665600/33051070
2515.44/2464.46	c cleaning 170002 clauses out of 340011 with flag 31026085/33222071
2523.12/2472.13	c cleaning 170997 clauses out of 342009 with flag 31389903/33394071
2530.79/2479.82	c cleaning 172001 clauses out of 344012 with flag 31754832/33567071
2537.98/2487.11	c cleaning 173004 clauses out of 346010 with flag 32123340/33741070
2545.62/2494.45	c cleaning 173999 clauses out of 348006 with flag 32492401/33916070
2552.89/2501.74	c cleaning 174996 clauses out of 350007 with flag 32863316/34092070
2560.28/2509.12	c cleaning 176002 clauses out of 352011 with flag 33235540/34269070
2567.64/2516.58	c cleaning 177002 clauses out of 354010 with flag 33611110/34447071
2591.47/2540.42	c cleaning 178004 clauses out of 356007 with flag 33972048/34626070
2654.68/2603.43	c cleaning 179002 clauses out of 358003 with flag 34332052/34806070
2726.92/2675.98	c cleaning 180001 clauses out of 360001 with flag 34694052/34987070
2812.82/2762.14	c cleaning 180999 clauses out of 362000 with flag 35058052/35169070
2902.29/2850.95	c cleaning 182001 clauses out of 364001 with flag 35424052/35352070
3000.94/2949.98	c cleaning 182999 clauses out of 366000 with flag 35792052/35536070
3110.16/3059.58	c cleaning 183998 clauses out of 368001 with flag 36162052/35721070
3224.57/3173.76	c cleaning 185002 clauses out of 370003 with flag 36534052/35907070
3376.65/3326.38	c cleaning 186001 clauses out of 372001 with flag 36908052/36094070
3518.74/3468.40	c cleaning 186999 clauses out of 374000 with flag 37284052/36282070
3600.08/3550.02	c starts		: 315450
3600.08/3550.02	c conflicts		: 36418078
3600.08/3550.02	c decisions		: 106103229
3600.08/3550.02	c propagations		: 1061684816
3600.08/3550.02	c inspects		: 13985526225
3600.08/3550.02	c shortcuts		: 0
3600.08/3550.02	c learnt literals	: 0
3600.08/3550.02	c learnt binary clauses	: 0
3600.08/3550.02	c learnt ternary clauses	: 0
3600.08/3550.02	c learnt constraints	: 36418078
3600.08/3550.02	c ignored constraints	: 0
3600.08/3550.02	c root simplifications	: 0
3600.08/3550.02	c removed literals (reason simplification)	: 767500357
3600.08/3550.02	c reason swapping (by a shorter reason)	: 0
3600.08/3550.02	c Calls to reduceDB	: 450
3600.08/3550.02	c Number of update (reduction) of LBD	: 126714
3600.08/3550.02	c Imported unit clauses	: 0
3600.08/3550.02	c No decision after first conflict	: false
3600.08/3550.02	c number of reductions to clauses (during analyze)	: 0
3600.08/3550.02	c number of learned constraints concerned by reduction	: 0
3600.08/3550.02	c number of learning phase by resolution	: 0
3600.08/3550.02	c number of learning phase by cutting planes	: 0
3600.08/3550.02	c number of rounding to 1 operations	: 0
3600.08/3550.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3550.02	c number of reductions of the coefficients by power 2 	: 0
3600.08/3550.02	c number of right shift for reduction by power 2 	: 0
3600.08/3550.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3550.02	c number of ending skipping 	: 0
3600.08/3550.02	c number of internal skipping 	: 0
3600.08/3550.02	c number of derivation steps 	: 0
3600.08/3550.02	c number of skipped derivation steps 	: 0
3600.08/3550.02	c number of remaining unassigned 	: 0
3600.08/3550.02	c number of remaining assigned 	: 0
3600.08/3550.02	c number of falsified literals weakened from reason	: 0
3600.08/3550.02	c number of falsified literals weakened from conflict	: 0
3600.08/3550.02	c time for arithmetic operations	: 0
3600.08/3550.02	c minimum degree of deleted constraints	: null
3600.08/3550.02	c maximum degree of deleted constraints	: null
3600.08/3550.02	c number of deleted constraints	: 0
3600.08/3550.02	c speed (assignments/second)	: 299081.562796054
3600.08/3550.02	c non guided choices	: 255
3600.08/3550.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 323009
3600.08/3550.08	s SATISFIABLE
3600.08/3550.08	c Found 4 solution(s)
3600.08/3550.08	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 
3600.08/3550.08	c objective function=2650
3600.08/3550.08	c Total wall clock time (in seconds): 3549.91

Verifier Data

OK	2650

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

running on 4 cores: 56-59

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

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

CPU governors:
  performance: 56-59

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (116875 MiB free)
  node 1: cores 8-15, 128973 MiB (114160 MiB free)
  node 2: cores 16-23, 129019 MiB (119741 MiB free)
  node 3: cores 24-31, 129003 MiB (120023 MiB free)
  node 4: cores 32-39, 129019 MiB (118768 MiB free)
  node 5: cores 40-47, 129019 MiB (119442 MiB free)
  node 6: cores 48-55, 129019 MiB (119030 MiB free)
  node 7: cores 56-63, 128474 MiB (118300 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=2300736, runsolver pid=2300704
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 10.40 31.69 38.32 8/934 2300860
/proc/meminfo: memFree=969013448/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=34900044 memory=44600 CPUtime=0.03 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 5188 0 0 0 2 1 0 0 20 0 19 0 147809300 35737645056 10595 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8725011 11150 5996 1 0 30584 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=34900044 memory=4033832746 CPUtime=0.01 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 2210 0 0 0 1 0 0 0 20 0 19 0 147809307 35737645056 10595 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=34900044 memory=224329789604 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 147809310 35737645056 10595 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=34900044 memory=51704472 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 147809310 35737645056 10595 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=34900044 memory=51707824 CPUtime=0 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 147809310 35737645056 10595 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=34900044 memory=51733263 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 147809310 35737645056 10595 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=34900044 memory=51700234 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 147809310 35737645056 10595 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 44600 KiB

[startup+0.214963 s]*
/proc/loadavg: 10.40 31.69 38.32 40/1179 2301127
/proc/meminfo: memFree=968740952/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35033172 memory=66616 CPUtime=0.31 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 8422 0 0 0 29 2 0 0 20 0 21 0 147809300 35873968128 16089 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8758293 16654 6264 1 0 34413 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35033172 memory=8243931482857502005 CPUtime=0.12 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 2915 0 0 0 12 0 0 0 20 0 21 0 147809307 35873968128 16089 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35033172 memory=220051594506 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 16089 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35033172 memory=51708573 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 16089 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35033172 memory=51684146 CPUtime=0 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 16089 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35033172 memory=51729166 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 16089 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35033172 memory=51700260 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 16089 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35033172 memory=14412626940981525 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147809321 35873968128 16089 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 66616 KiB

[startup+0.314921 s]*
/proc/loadavg: 10.40 31.69 38.32 52/1201 2301149
/proc/meminfo: memFree=968103012/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35033172 memory=75756 CPUtime=0.62 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 9704 0 0 0 59 3 0 0 20 0 21 0 147809300 35873968128 18529 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8758293 18939 6264 1 0 37144 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35033172 memory=-7813281883240556639 CPUtime=0.22 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 2942 0 0 0 22 0 0 0 20 0 21 0 147809307 35873968128 18529 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35033172 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 18529 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35033172 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 18529 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35033172 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 18529 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35033172 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 18529 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35033172 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147809310 35873968128 18529 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35033172 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147809321 35873968128 18529 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 75756 KiB

[startup+0.700267 s]
/proc/loadavg: 10.40 31.69 38.32 48/1221 2301169
/proc/meminfo: memFree=967084880/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35099736 memory=98704 CPUtime=1.48 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 10346 0 0 0 145 3 0 0 20 0 22 0 147809300 35942129664 24294 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8774934 24676 6280 1 0 45927 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35099736 memory=222108 CPUtime=0.58 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 2985 0 0 0 58 0 0 0 20 0 22 0 147809307 35942129664 24294 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35099736 memory=93424 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147809310 35942129664 24294 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35099736 memory=132336 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 147809310 35942129664 24294 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35099736 memory=233068 CPUtime=0 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 147809310 35942129664 24294 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35099736 memory=226632 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 147809310 35942129664 24294 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35099736 memory=2080 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147809310 35942129664 24294 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35099736 memory=7456 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 147809321 35942129664 24294 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 98704 KiB

[startup+1.50025 s]
/proc/loadavg: 10.40 31.69 38.32 25/1230 2301183
/proc/meminfo: memFree=966245368/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35099736 memory=163444 CPUtime=2.46 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 12164 0 0 0 243 3 0 0 20 0 21 0 147809300 35942129664 40547 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8774934 40861 6284 1 0 108705 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35099736 memory=2080 CPUtime=1.35 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 3589 0 0 0 134 1 0 0 20 0 21 0 147809307 35942129664 40547 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35099736 memory=7456 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147809310 35942129664 40547 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 147809310 35942129664 40547 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 147809310 35942129664 40547 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35099736 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 147809310 35942129664 40547 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35099736 memory=4782652871461329920 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147809310 35942129664 40547 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35099736 memory=1708 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 147809321 35942129664 40547 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 163444 KiB

[startup+3.11368 s]
/proc/loadavg: 10.93 31.45 38.20 17/1226 2301195
/proc/meminfo: memFree=963926956/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35166300 memory=290728 CPUtime=4.14 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 12932 0 0 0 410 4 0 0 20 0 23 0 147809300 36010291200 72357 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8791575 72682 6284 1 0 109010 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35166300 memory=1708 CPUtime=2.93 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 3651 0 0 0 292 1 0 0 20 0 23 0 147809307 36010291200 72357 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35166300 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809310 36010291200 72357 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35166300 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147809310 36010291200 72357 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35166300 memory=2080 CPUtime=0 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 23 0 147809310 36010291200 72357 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35166300 memory=7456 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147809310 36010291200 72357 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35166300 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809310 36010291200 72357 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35166300 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809321 36010291200 72357 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 290728 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=912266560/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=3332.8 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 348674 0 0 0 333170 110 0 0 20 0 23 0 147809300 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8808216 2429107 6272 1 0 2446769 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=3254.65 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 60230 0 0 0 325427 38 0 0 20 0 23 0 147809307 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35232864 memory=1892 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35232864 memory=428 CPUtime=0.11 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 183 0 0 0 6 5 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35232864 memory=59160 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 1401 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809321 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 3332.8 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9716428 KiB

[startup+3342.3 s]
/proc/loadavg: 16.30 16.68 17.55 17/1222 2301715
/proc/meminfo: memFree=924962060/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=3392.59 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 350243 0 0 0 339148 111 0 0 20 0 23 0 147809300 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8808216 2429107 6272 1 0 2446769 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=3314.43 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 61672 0 0 0 331405 38 0 0 20 0 23 0 147809307 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35232864 memory=10860 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35232864 memory=7456 CPUtime=0.12 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 186 0 0 0 7 5 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35232864 memory=2688 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 1479 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35232864 memory=59160 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809321 36078452736 2428718 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 3392.59 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9716428 KiB

[startup+3402.3 s]
/proc/loadavg: 16.41 16.63 17.48 17/1221 2301716
/proc/meminfo: memFree=923721728/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=3452.86 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 353103 0 0 0 345174 112 0 0 20 0 23 0 147809300 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8808216 2383683 6272 1 0 2400745 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35232864 memory=10860 CPUtime=3374.06 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 61957 0 0 0 337368 38 0 0 20 0 23 0 147809307 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35232864 memory=968 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35232864 memory=9 CPUtime=0.13 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 192 0 0 0 7 6 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 1528 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809321 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 3452.86 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9534732 KiB

[startup+3462.3 s]
/proc/loadavg: 16.62 16.63 17.42 17/1223 2301796
/proc/meminfo: memFree=934473868/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=3512.66 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 354417 0 0 0 351152 114 0 0 20 0 23 0 147809300 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8808216 2383683 6272 1 0 2400745 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35232864 memory=10860 CPUtime=3433.84 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 63141 0 0 0 343346 38 0 0 20 0 23 0 147809307 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35232864 memory=9 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35232864 memory=22888 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=0.13 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 194 0 0 0 7 6 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35232864 memory=10860 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 1605 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35232864 memory=59160 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809321 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 3512.66 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9534732 KiB

[startup+3522.3 s]
/proc/loadavg: 16.45 16.57 17.35 17/1223 2301800
/proc/meminfo: memFree=929919004/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=3572.46 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 355774 0 0 0 357132 114 0 0 20 0 23 0 147809300 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8808216 2383683 6272 1 0 2400745 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35232864 memory=466112 CPUtime=3493.63 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 64356 0 0 0 349325 38 0 0 20 0 23 0 147809307 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35232864 memory=10860 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35232864 memory=9716428 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35232864 memory=968 CPUtime=0.13 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 204 0 0 0 7 6 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35232864 memory=2080 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35232864 memory=0 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 1673 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809321 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 3572.46 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9534732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3550 s]*
/proc/loadavg: 16.27 16.52 17.31 17/1223 2301801
/proc/meminfo: memFree=929017860/1055320708 swapFree=32681384/33554428
[pid=2300736] ppid=2300704 vsize=35232864 memory=9534732 CPUtime=3600.08 cores=56-59
/proc/2300736/stat : 2300736 (java) S 2300704 2300736 2300543 0 -1 4194304 356599 0 0 0 359893 115 0 0 20 0 23 0 147809300 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 0 0 16800975 0 0 0 17 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
/proc/2300736/statm: 8808216 2383683 6272 1 0 2400745 0
[pid=2300736/tid=2300801] ppid=2300704 vsize=35232864 memory=-7741224289202955616 CPUtime=3521.24 cores=56-59
/proc/2300736/task/2300801/stat : 2300801 (java) R 2300704 2300736 2300543 0 -1 4194368 65090 0 0 0 352086 38 0 0 20 0 23 0 147809307 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 0 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300846] ppid=2300704 vsize=35232864 memory=8908058261624984674 CPUtime=0 cores=56-59
/proc/2300736/task/2300846/stat : 2300846 (Referen..andler) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300847] ppid=2300704 vsize=35232864 memory=4629541634552728950 CPUtime=0 cores=56-59
/proc/2300736/task/2300847/stat : 2300847 (Finalizer) S 2300704 2300736 2300543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 56 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300850] ppid=2300704 vsize=35232864 memory=-8820188211957838939 CPUtime=0.13 cores=56-59
/proc/2300736/task/2300850/stat : 2300850 (Monitor..Thread) S 2300704 2300736 2300543 0 -1 4194368 206 0 0 0 7 6 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 57 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300857] ppid=2300704 vsize=35232864 memory=-7465405268641471099 CPUtime=0 cores=56-59
/proc/2300736/task/2300857/stat : 2300857 (Notific..Thread) S 2300704 2300736 2300543 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 59 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2300859] ppid=2300704 vsize=35232864 memory=8514701219781572766 CPUtime=0 cores=56-59
/proc/2300736/task/2300859/stat : 2300859 (Common-Cleaner) S 2300704 2300736 2300543 0 -1 4194368 1714 0 0 0 0 0 0 0 20 0 23 0 147809310 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
[pid=2300736/tid=2301125] ppid=2300704 vsize=35232864 memory=3054156605301824660 CPUtime=0 cores=56-59
/proc/2300736/task/2301125/stat : 2301125 (Timer-0) S 2300704 2300736 2300543 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 147809321 36078452736 2383414 18446744073709551615 94074065297408 94074065301104 140721607632720 0 0 0 4 0 16800975 1 0 0 -1 58 0 0 0 0 0 94074065308968 94074065309712 94074091180032 140721607641300 140721607641440 140721607641440 140721607647176 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 9534732 KiB

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

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

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

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

Child status: 143

Real time (s): 3550.1
CPU time (s): 3600.26
CPU user time (s): 3599.09
CPU system time (s): 1.17117
CPU usage (%): 101.413
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 9718476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.09
system time used= 1.17117
maximum resident set size= 9717208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64344
involuntary context switches= 3185


# summary of solver processes directly reported to runsolver:
#   pid: 2300736
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3599.09
#   total CPU system time (s): 1.17117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5783 second user time and 39.4309 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 18:20:16
IDJOB=4783289
IDBENCH=146650
IDSOLVER=3602
FILE ID=nodeE010/4783289-1782145215
RUNJOBID= nodeE010-1782145215-2300567
SLURM_JOB_ID= 12510924
Free space on /tmp= 798400 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783289-1782145215/watcher-4783289-1782145215 -o /tmp/evaluation-result-4783289-1782145215/solver-4783289-1782145215 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783289-1782145215/vars-4783289-1782145215 --bin-var /tmp/runsolver-exch-nodeE010-1782145215-2300567 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783289-1782145215.opb

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

MD5SUM BENCH= 9e8345160c873e2ecbeb2fceb1264fd1
RANDOM SEED=196184888

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        969003412 kB
MemAvailable:   1048085176 kB
Buffers:              32 kB
Cached:         82861724 kB
SwapCached:         6960 kB
Active:          1394032 kB
Inactive:       81528212 kB
Active(anon):      96756 kB
Inactive(anon):    50272 kB
Active(file):    1297276 kB
Inactive(file): 81477940 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42880 kB
Writeback:             0 kB
AnonPages:         67388 kB
Mapped:            63740 kB
Shmem:             86540 kB
KReclaimable:    1111344 kB
Slab:            1618292 kB
SReclaimable:    1111344 kB
SUnreclaim:       506948 kB
KernelStack:       14016 kB
PageTables:         4656 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:    1334692 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478452 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 798308 MiB
End job on nodeE010 at 2026-06-22 19:19:26