Trace number 4804709

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)-3687 3600.21 3566.47

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/
weakly_correlated/normalized-knapPI_2_100_1000_5_-3352.opb
MD5SUMf82beda9af6df79156837b7c4cc2df50
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-4652
Best CPU time to get the best result obtained on this benchmark0.007522
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints1
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint500
Maximum length of a constraint500
Number of terms in the objective function 500
Biggest coefficient in the objective function 1064
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 259522
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 2768
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 260498
Number of bits of the biggest sum of numbers18
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.04/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.04/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.12	c See www.sat4j.org for details.
0.04/0.12	c version PB26fixedPrime.v20260610
0.04/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.04/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.04/0.13	c java.vm.version	26.0.1+8-34
0.04/0.13	c java.vm.vendor	Oracle Corporation
0.04/0.13	c sun.arch.data.model	64
0.04/0.13	c java.version		26.0.1
0.04/0.13	c os.name		Linux
0.04/0.13	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.04/0.13	c os.arch		amd64
0.04/0.13	c Free memory 		30334720
0.04/0.13	c Max memory 		32178700288
0.04/0.13	c Total memory 		33554432
0.04/0.13	c Number of processors 	4
0.04/0.16	c Pseudo Boolean Optimization by upper bound
0.04/0.16	c --- Begin Solver configuration ---
0.04/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.04/0.16	c Learn all clauses as in MiniSAT
0.04/0.16	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.16	c Expensive reason simplification
0.04/0.16	c Glucose 2.1 dynamic restart strategy
0.04/0.16	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.04/0.16	c timeout=2147483s
0.04/0.16	c DB Simplification allowed=false
0.04/0.16	c Listener: none
0.04/0.16	c --- End Solver configuration ---
0.04/0.16	c solving HOME/instance-4804709-1782813877.opb
0.04/0.16	c reading problem ... 
0.04/0.16	c  objective function found
0.04/0.17	c ... done. Wall clock time 0.012s.
0.04/0.17	c declared #vars     500
0.04/0.17	c #constraints  1
0.04/0.17	c constraints type 
0.04/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.04/0.17	c 1 constraints processed.
0.04/0.18	c objective function length is 500 literals
0.04/0.18	c SATISFIABLE
0.04/0.18	c OPTIMIZING...
0.04/0.18	c Got one! Elapsed wall clock time (in seconds):0.024
0.04/0.18	o -3031
1.13/0.62	c cleaning 2500 clauses out of 5002 with flag 10259/5002
1.52/1.01	c cleaning 4251 clauses out of 8502 with flag 22532/11002
2.24/1.53	c cleaning 5625 clauses out of 11250 with flag 37006/18001
3.06/2.26	c cleaning 6811 clauses out of 13624 with flag 53808/26000
3.98/3.11	c cleaning 7905 clauses out of 15813 with flag 72422/35000
4.97/4.14	c cleaning 8955 clauses out of 17909 with flag 93013/45001
6.42/5.42	c cleaning 9977 clauses out of 19954 with flag 115464/56001
7.91/6.96	c cleaning 10985 clauses out of 21978 with flag 139921/68002
9.50/8.45	c cleaning 11995 clauses out of 23991 with flag 166601/81000
11.52/10.32	c cleaning 12994 clauses out of 25996 with flag 195712/95000
13.11/12.00	c cleaning 14002 clauses out of 28003 with flag 226336/110001
15.61/14.48	c cleaning 15005 clauses out of 30009 with flag 259011/126009
18.54/17.34	c cleaning 16000 clauses out of 32000 with flag 293789/143005
18.64/17.40	c Got one! Elapsed wall clock time (in seconds):17.242
18.64/17.40	o -3049
18.64/17.40	c Got one! Elapsed wall clock time (in seconds):17.247
18.64/17.40	o -3060
18.64/17.41	c Got one! Elapsed wall clock time (in seconds):17.253
18.64/17.41	o -3063
19.05/17.89	c cleaning 10766 clauses out of 21543 with flag 10241/148548
19.87/18.49	c cleaning 8383 clauses out of 16777 with flag 22503/154548
20.49/19.06	c cleaning 7698 clauses out of 15395 with flag 36910/161549
21.26/19.75	c cleaning 7846 clauses out of 15697 with flag 53299/169549
22.05/20.58	c cleaning 8425 clauses out of 16850 with flag 71857/178548
23.05/21.58	c cleaning 9212 clauses out of 18426 with flag 92631/188549
24.25/22.72	c cleaning 10107 clauses out of 20214 with flag 115219/199549
24.56/23.01	c Got one! Elapsed wall clock time (in seconds):22.853
24.56/23.01	o -3074
24.56/23.01	c Got one! Elapsed wall clock time (in seconds):22.856
24.56/23.01	o -3083
24.56/23.02	c Got one! Elapsed wall clock time (in seconds):22.858
24.56/23.02	o -3094
24.56/23.02	c Got one! Elapsed wall clock time (in seconds):22.859
24.56/23.02	o -3117
24.56/23.02	c Got one! Elapsed wall clock time (in seconds):22.864
24.56/23.02	o -3118
24.56/23.02	c Got one! Elapsed wall clock time (in seconds):22.868
24.56/23.02	o -3119
24.56/23.03	c Got one! Elapsed wall clock time (in seconds):22.872
24.56/23.03	o -3143
24.56/23.03	c Got one! Elapsed wall clock time (in seconds):22.875
24.56/23.03	o -3218
24.56/23.04	c Got one! Elapsed wall clock time (in seconds):22.881
24.56/23.04	o -3219
24.70/23.15	c Got one! Elapsed wall clock time (in seconds):22.995
24.70/23.15	o -3225
24.70/23.16	c Got one! Elapsed wall clock time (in seconds):23.004
24.70/23.16	o -3287
24.70/23.17	c Got one! Elapsed wall clock time (in seconds):23.014
24.70/23.17	o -3314
24.70/23.18	c Got one! Elapsed wall clock time (in seconds):23.023
24.70/23.18	o -3317
24.81/23.20	c Got one! Elapsed wall clock time (in seconds):23.044
24.81/23.20	o -3323
24.81/23.21	c Got one! Elapsed wall clock time (in seconds):23.052
24.81/23.21	o -3356
24.81/23.22	c Got one! Elapsed wall clock time (in seconds):23.059
24.81/23.22	o -3360
24.81/23.23	c Got one! Elapsed wall clock time (in seconds):23.07
24.81/23.23	o -3361
24.91/23.35	c Got one! Elapsed wall clock time (in seconds):23.191
24.91/23.35	o -3363
24.91/23.36	c Got one! Elapsed wall clock time (in seconds):23.201
24.91/23.36	o -3373
24.91/23.37	c Got one! Elapsed wall clock time (in seconds):23.211
24.91/23.37	o -3392
25.11/23.51	c Got one! Elapsed wall clock time (in seconds):23.354
25.11/23.51	o -3397
25.11/23.52	c Got one! Elapsed wall clock time (in seconds):23.365
25.11/23.52	o -3424
25.11/23.54	c Got one! Elapsed wall clock time (in seconds):23.38
25.11/23.54	o -3440
25.21/23.62	c cleaning 8683 clauses out of 17365 with flag 2065/206807
25.62/24.08	c cleaning 7340 clauses out of 14680 with flag 14311/212805
26.46/24.76	c cleaning 7169 clauses out of 14340 with flag 28619/219805
26.96/25.21	c Got one! Elapsed wall clock time (in seconds):25.054
26.96/25.21	o -3448
26.96/25.23	c Got one! Elapsed wall clock time (in seconds):25.076
26.96/25.23	o -3460
27.06/25.37	c Got one! Elapsed wall clock time (in seconds):25.217
27.06/25.37	o -3462
27.06/25.39	c Got one! Elapsed wall clock time (in seconds):25.229
27.06/25.39	o -3466
27.36/25.66	c cleaning 9585 clauses out of 19169 with flag 8238/231803
27.36/25.68	c Got one! Elapsed wall clock time (in seconds):25.52
27.36/25.68	o -3479
27.46/25.75	c Got one! Elapsed wall clock time (in seconds):25.597
27.46/25.75	o -3483
27.46/25.76	c Got one! Elapsed wall clock time (in seconds):25.605
27.46/25.76	o -3492
27.56/25.82	c Got one! Elapsed wall clock time (in seconds):25.664
27.56/25.82	o -3499
27.77/26.02	c cleaning 7738 clauses out of 15476 with flag 8394/237695
28.16/26.45	c cleaning 6869 clauses out of 13737 with flag 21067/243694
28.66/26.99	c cleaning 6936 clauses out of 13872 with flag 35874/250698
29.35/27.62	c cleaning 7465 clauses out of 14930 with flag 52649/258692
30.05/28.33	c cleaning 8233 clauses out of 16465 with flag 71665/267692
30.86/29.16	c cleaning 9115 clauses out of 18232 with flag 92837/277692
32.15/30.29	c cleaning 10058 clauses out of 20123 with flag 116315/288698
33.54/31.60	c cleaning 11030 clauses out of 22060 with flag 141710/300693
34.84/32.94	c cleaning 12015 clauses out of 24029 with flag 169393/313692
36.34/34.49	c cleaning 13008 clauses out of 26016 with flag 199105/327694
38.04/36.15	c cleaning 14001 clauses out of 28008 with flag 230585/342694
40.14/38.10	c cleaning 15003 clauses out of 30006 with flag 264116/358693
42.24/40.14	c cleaning 16001 clauses out of 32006 with flag 300072/375696
44.33/42.25	c cleaning 17002 clauses out of 34003 with flag 338303/393694
46.82/44.78	c cleaning 18001 clauses out of 36002 with flag 378545/412695
50.07/47.63	c cleaning 19000 clauses out of 37999 with flag 421120/432693
53.06/50.66	c cleaning 20000 clauses out of 39999 with flag 465537/453693
56.88/54.29	c cleaning 20999 clauses out of 41998 with flag 512229/475692
60.19/57.53	c cleaning 22000 clauses out of 43999 with flag 561090/498692
63.69/61.07	c cleaning 22993 clauses out of 45999 with flag 612025/522692
68.05/65.22	c cleaning 24005 clauses out of 48010 with flag 664693/547696
72.05/69.23	c cleaning 25001 clauses out of 50002 with flag 719412/573693
76.64/73.86	c cleaning 25998 clauses out of 52002 with flag 776341/600694
82.24/79.18	c cleaning 27001 clauses out of 54002 with flag 835966/628692
87.91/84.89	c cleaning 28002 clauses out of 56003 with flag 897281/657694
93.27/90.09	c cleaning 29000 clauses out of 58000 with flag 960258/687693
99.04/95.83	c cleaning 30000 clauses out of 60001 with flag 1025070/718694
106.06/102.24	c cleaning 30996 clauses out of 62001 with flag 1092977/750694
113.48/109.59	c cleaning 31995 clauses out of 64005 with flag 1162687/783694
120.66/116.58	c cleaning 33006 clauses out of 66011 with flag 1234342/817695
127.50/123.16	c cleaning 33991 clauses out of 68002 with flag 1308305/852692
135.57/131.27	c cleaning 35005 clauses out of 70011 with flag 1384346/888692
143.17/138.70	c cleaning 35999 clauses out of 72014 with flag 1461650/925700
153.35/148.70	c cleaning 37005 clauses out of 74010 with flag 1541546/963695
165.16/160.39	c cleaning 38005 clauses out of 76009 with flag 1623538/1002699
177.55/172.12	c cleaning 38995 clauses out of 77999 with flag 1706826/1042694
188.34/182.86	c cleaning 40002 clauses out of 80003 with flag 1793312/1083693
199.75/194.12	c cleaning 40993 clauses out of 82000 with flag 1881161/1125692
211.40/205.64	c cleaning 42005 clauses out of 84009 with flag 1971499/1168694
224.76/218.85	c cleaning 43001 clauses out of 86002 with flag 2063710/1212692
238.15/232.01	c cleaning 43996 clauses out of 88002 with flag 2157791/1257693
253.75/247.31	c cleaning 45003 clauses out of 90006 with flag 2253344/1303693
268.05/260.82	c cleaning 45997 clauses out of 92004 with flag 2351430/1350694
282.60/275.17	c cleaning 47001 clauses out of 94006 with flag 2451360/1398693
294.23/286.68	c cleaning 48000 clauses out of 96004 with flag 2553520/1447692
306.79/298.89	c cleaning 49001 clauses out of 98004 with flag 2658809/1497692
322.20/313.13	c cleaning 50001 clauses out of 100003 with flag 2765429/1548692
334.72/325.40	c cleaning 51000 clauses out of 102002 with flag 2874715/1600692
339.62/330.24	c Got one! Elapsed wall clock time (in seconds):330.085
339.62/330.24	o -3505
340.31/330.90	c cleaning 40009 clauses out of 80025 with flag 10376/1629715
340.71/331.39	c cleaning 23003 clauses out of 46016 with flag 22816/1635715
341.31/331.87	c cleaning 14999 clauses out of 30013 with flag 37337/1642715
341.81/332.35	c cleaning 11493 clauses out of 23015 with flag 54157/1650716
342.41/332.96	c cleaning 10257 clauses out of 20523 with flag 72886/1659717
343.11/333.64	c cleaning 10123 clauses out of 20270 with flag 93692/1669721
343.91/334.47	c cleaning 10570 clauses out of 21142 with flag 116213/1680716
344.81/335.35	c cleaning 11289 clauses out of 22578 with flag 141265/1692722
345.90/336.42	c cleaning 12136 clauses out of 24283 with flag 168531/1705716
347.00/337.57	c cleaning 13067 clauses out of 26153 with flag 197860/1719722
348.58/339.07	c cleaning 14038 clauses out of 28079 with flag 229017/1734715
349.96/340.47	c cleaning 15021 clauses out of 30047 with flag 262422/1750721
351.57/342.08	c cleaning 16010 clauses out of 32022 with flag 297849/1767717
353.45/343.94	c cleaning 17002 clauses out of 34010 with flag 335217/1785715
355.44/345.90	c cleaning 18005 clauses out of 36013 with flag 375055/1804720
357.60/347.98	c cleaning 19000 clauses out of 38005 with flag 416789/1824717
360.59/350.92	c cleaning 19999 clauses out of 40004 with flag 460202/1845716
363.39/353.71	c cleaning 21000 clauses out of 42004 with flag 505980/1867715
364.80/355.15	c Got one! Elapsed wall clock time (in seconds):354.996
364.80/355.15	o -3519
365.28/355.63	c cleaning 19792 clauses out of 39600 with flag 10441/1886311
365.70/356.03	c cleaning 12896 clauses out of 25806 with flag 23051/1892309
366.18/356.53	c cleaning 9945 clauses out of 19911 with flag 37788/1899310
366.69/357.06	c cleaning 8974 clauses out of 17968 with flag 54722/1907312
367.37/357.75	c cleaning 8991 clauses out of 17993 with flag 73801/1916311
368.08/358.45	c cleaning 9491 clauses out of 19001 with flag 95016/1926310
369.07/359.43	c cleaning 10256 clauses out of 20513 with flag 118375/1937313
370.07/360.48	c cleaning 11129 clauses out of 22258 with flag 143796/1949314
371.27/361.65	c cleaning 12059 clauses out of 24124 with flag 171332/1962309
372.78/363.13	c cleaning 13033 clauses out of 26066 with flag 201147/1976310
374.36/364.75	c cleaning 14016 clauses out of 28033 with flag 232995/1991310
376.15/366.56	c cleaning 15005 clauses out of 30018 with flag 266381/2007311
378.66/368.77	c cleaning 16006 clauses out of 32013 with flag 301725/2024311
380.86/370.90	c cleaning 17003 clauses out of 34006 with flag 339800/2042310
383.15/373.28	c cleaning 17993 clauses out of 36005 with flag 380321/2061312
385.84/376.00	c cleaning 19005 clauses out of 38009 with flag 421900/2081309
388.73/378.89	c cleaning 19999 clauses out of 40004 with flag 466304/2102309
392.23/382.34	c cleaning 20999 clauses out of 42006 with flag 512812/2124310
395.42/385.52	c cleaning 22003 clauses out of 44006 with flag 561619/2147309
398.61/388.71	c cleaning 22998 clauses out of 46004 with flag 611832/2171310
402.40/392.58	c cleaning 24000 clauses out of 48007 with flag 663792/2196311
407.12/396.99	c cleaning 24999 clauses out of 50005 with flag 718816/2222309
411.32/401.18	c cleaning 26004 clauses out of 52007 with flag 776041/2249310
416.10/405.90	c cleaning 27002 clauses out of 54006 with flag 834972/2277313
421.68/411.54	c cleaning 27994 clauses out of 56002 with flag 895089/2306311
428.17/418.01	c cleaning 29005 clauses out of 58015 with flag 958255/2336318
434.15/424.05	c cleaning 30001 clauses out of 60001 with flag 1024247/2367309
440.13/430.10	c cleaning 30992 clauses out of 62000 with flag 1091934/2399309
446.84/436.18	c cleaning 32003 clauses out of 64012 with flag 1161967/2432313
453.50/442.84	c cleaning 33001 clauses out of 66005 with flag 1234439/2466309
460.69/450.04	c cleaning 33996 clauses out of 68005 with flag 1308871/2501310
468.77/458.20	c cleaning 35002 clauses out of 70010 with flag 1385262/2537311
477.97/466.80	c cleaning 36001 clauses out of 72007 with flag 1463577/2574310
487.17/476.04	c cleaning 37003 clauses out of 74007 with flag 1542682/2612311
497.13/486.10	c cleaning 38002 clauses out of 76003 with flag 1624207/2651310
507.19/496.14	c cleaning 39002 clauses out of 78003 with flag 1709381/2691312
518.11/506.46	c cleaning 39994 clauses out of 79998 with flag 1796696/2732309
528.79/517.18	c cleaning 41002 clauses out of 82004 with flag 1884944/2774309
540.04/528.45	c cleaning 41997 clauses out of 84002 with flag 1976194/2817309
550.28/538.29	c cleaning 43003 clauses out of 86007 with flag 2069329/2861311
561.34/549.32	c cleaning 43999 clauses out of 88005 with flag 2163988/2906312
570.80/558.82	c cleaning 45001 clauses out of 90005 with flag 2260151/2952311
582.35/570.15	c cleaning 46002 clauses out of 92006 with flag 2358935/2999313
596.29/584.13	c cleaning 46998 clauses out of 94002 with flag 2460007/3047311
611.53/599.47	c cleaning 48000 clauses out of 96004 with flag 2563106/3096311
625.37/613.36	c cleaning 49000 clauses out of 98006 with flag 2669075/3146313
639.79/627.25	c cleaning 49996 clauses out of 100003 with flag 2777537/3197310
655.43/642.90	c cleaning 51001 clauses out of 102006 with flag 2888310/3249309
672.65/659.72	c cleaning 52000 clauses out of 104005 with flag 3000311/3302309
689.18/675.81	c cleaning 53001 clauses out of 106005 with flag 3113176/3356309
707.21/692.96	c cleaning 53999 clauses out of 108005 with flag 3228800/3411310
724.70/710.33	c cleaning 54998 clauses out of 110005 with flag 3346888/3467309
741.15/726.81	c cleaning 55993 clauses out of 112008 with flag 3466070/3524310
763.19/748.92	c cleaning 57005 clauses out of 114015 with flag 3587449/3582310
783.46/768.81	c cleaning 58006 clauses out of 116011 with flag 3712605/3641311
803.31/788.74	c cleaning 59000 clauses out of 118005 with flag 3839555/3701311
824.49/809.62	c cleaning 59997 clauses out of 120004 with flag 3968591/3762310
842.54/827.70	c cleaning 60999 clauses out of 122007 with flag 4099741/3824310
861.28/846.07	c cleaning 61999 clauses out of 124009 with flag 4231890/3887311
884.80/869.68	c cleaning 63005 clauses out of 126010 with flag 4366251/3951311
907.17/891.73	c cleaning 63998 clauses out of 128003 with flag 4502886/4016309
932.70/917.39	c cleaning 65005 clauses out of 130009 with flag 4642066/4082313
952.75/937.40	c cleaning 65995 clauses out of 132000 with flag 4782343/4149309
975.95/960.01	c cleaning 66999 clauses out of 134005 with flag 4923122/4217309
995.41/979.05	c cleaning 67997 clauses out of 136007 with flag 5069735/4286310
1017.45/1001.12	c cleaning 69003 clauses out of 138009 with flag 5217790/4356309
1042.15/1025.63	c cleaning 69996 clauses out of 140008 with flag 5369321/4427311
1067.77/1051.30	c cleaning 71005 clauses out of 142010 with flag 5523373/4499309
1096.89/1079.86	c cleaning 72003 clauses out of 144005 with flag 5676716/4572309
1128.90/1111.95	c cleaning 72999 clauses out of 146002 with flag 5833660/4646309
1164.28/1145.75	c cleaning 74000 clauses out of 148003 with flag 5992876/4721309
1171.75/1153.21	c Got one! Elapsed wall clock time (in seconds):1153.052
1171.75/1153.21	o -3537
1173.45/1154.96	c cleaning 51105 clauses out of 102210 with flag 10250/4749516
1174.25/1155.77	c cleaning 28552 clauses out of 57104 with flag 22565/4755515
1174.35/1155.87	c Got one! Elapsed wall clock time (in seconds):1155.71
1174.35/1155.87	o -3538
1174.56/1156.06	c Got one! Elapsed wall clock time (in seconds):1155.906
1174.56/1156.06	o -3584
1174.85/1156.34	c cleaning 17156 clauses out of 34326 with flag 6265/4761289
1175.34/1156.83	c cleaning 11582 clauses out of 23167 with flag 18728/4767286
1175.84/1157.32	c cleaning 9290 clauses out of 18585 with flag 33294/4774286
1176.34/1157.84	c cleaning 8635 clauses out of 17293 with flag 49951/4782284
1176.94/1158.46	c cleaning 8828 clauses out of 17658 with flag 68650/4791284
1177.74/1159.25	c cleaning 9414 clauses out of 18832 with flag 89559/4801286
1178.90/1160.29	c cleaning 10208 clauses out of 20418 with flag 112449/4812286
1180.40/1161.72	c cleaning 11103 clauses out of 22208 with flag 137677/4824284
1181.71/1163.08	c cleaning 12047 clauses out of 24106 with flag 164639/4837285
1183.30/1164.64	c cleaning 13028 clauses out of 26058 with flag 193636/4851284
1185.09/1166.41	c cleaning 14015 clauses out of 28030 with flag 224776/4866284
1187.59/1169.00	c cleaning 15009 clauses out of 30017 with flag 257773/4882286
1190.28/1171.68	c cleaning 16004 clauses out of 32008 with flag 292785/4899286
1192.97/1174.37	c cleaning 17001 clauses out of 34002 with flag 329980/4917284
1196.00/1177.18	c cleaning 17994 clauses out of 36002 with flag 369147/4936285
1198.89/1180.09	c cleaning 19002 clauses out of 38008 with flag 410469/4956285
1202.07/1183.29	c cleaning 20003 clauses out of 40007 with flag 454223/4977286
1205.36/1186.56	c cleaning 21001 clauses out of 42002 with flag 500050/4999284
1208.75/1190.00	c cleaning 22001 clauses out of 44003 with flag 548159/5022286
1212.85/1194.04	c cleaning 22993 clauses out of 46000 with flag 598097/5046284
1218.54/1199.27	c cleaning 24002 clauses out of 48007 with flag 650013/5071284
1223.73/1204.42	c cleaning 25003 clauses out of 50007 with flag 703433/5097286
1228.92/1209.66	c cleaning 26002 clauses out of 52004 with flag 759461/5124286
1233.90/1214.66	c cleaning 26999 clauses out of 54000 with flag 817216/5152284
1240.68/1221.45	c cleaning 28001 clauses out of 56002 with flag 876859/5181285
1247.91/1228.25	c cleaning 28998 clauses out of 58001 with flag 938649/5211285
1254.89/1235.29	c cleaning 29999 clauses out of 60003 with flag 1002874/5242285
1262.68/1243.11	c cleaning 31005 clauses out of 62011 with flag 1068924/5274292
1270.75/1251.17	c cleaning 32000 clauses out of 64001 with flag 1136470/5307287
1279.03/1259.07	c cleaning 32995 clauses out of 65998 with flag 1206982/5341284
1287.29/1267.30	c cleaning 33998 clauses out of 68003 with flag 1279556/5376284
1296.86/1276.93	c cleaning 35002 clauses out of 70007 with flag 1353521/5412286
1305.96/1286.02	c cleaning 36000 clauses out of 72003 with flag 1430163/5449284
1317.67/1297.42	c cleaning 37003 clauses out of 74005 with flag 1509156/5487286
1326.84/1306.63	c cleaning 38002 clauses out of 76006 with flag 1590020/5526290
1336.01/1315.84	c cleaning 38998 clauses out of 77998 with flag 1672891/5566284
1349.63/1329.09	c cleaning 39999 clauses out of 80000 with flag 1757364/5607284
1361.18/1340.64	c cleaning 41000 clauses out of 82001 with flag 1844333/5649284
1373.74/1353.21	c cleaning 42000 clauses out of 84001 with flag 1933270/5692284
1387.60/1366.69	c cleaning 43000 clauses out of 86002 with flag 2024886/5736285
1398.77/1377.88	c cleaning 44000 clauses out of 88007 with flag 2118200/5781290
1400.98/1380.02	c Got one! Elapsed wall clock time (in seconds):1379.864
1400.98/1380.02	o -3595
1401.47/1380.58	c Got one! Elapsed wall clock time (in seconds):1380.422
1401.47/1380.58	o -3598
1401.87/1380.90	c cleaning 30416 clauses out of 60831 with flag 2093/5798114
1401.87/1380.98	c Got one! Elapsed wall clock time (in seconds):1380.822
1401.87/1380.98	o -3605
1401.98/1381.03	c Got one! Elapsed wall clock time (in seconds):1380.873
1401.98/1381.03	o -3608
1402.08/1381.16	c Got one! Elapsed wall clock time (in seconds):1381.005
1402.08/1381.16	o -3609
1402.27/1381.30	c Got one! Elapsed wall clock time (in seconds):1381.139
1402.27/1381.30	o -3611
1402.27/1381.34	c Got one! Elapsed wall clock time (in seconds):1381.187
1402.27/1381.34	o -3621
1402.37/1381.44	c Got one! Elapsed wall clock time (in seconds):1381.283
1402.37/1381.44	o -3622
1402.67/1381.74	c cleaning 18912 clauses out of 37837 with flag 6215/5805536
1402.88/1381.95	c Got one! Elapsed wall clock time (in seconds):1381.797
1402.88/1381.95	o -3642
1403.09/1382.11	c cleaning 12429 clauses out of 24867 with flag 4131/5811478
1403.28/1382.37	c Got one! Elapsed wall clock time (in seconds):1382.213
1403.28/1382.37	o -3649
1403.38/1382.45	c cleaning 8956 clauses out of 17923 with flag 2073/5816963
1403.77/1382.82	c cleaning 7473 clauses out of 14969 with flag 14373/5822965
1403.77/1382.86	c Got one! Elapsed wall clock time (in seconds):1382.703
1403.77/1382.86	o -3663
1405.06/1384.01	c cleaning 6725 clauses out of 13465 with flag 10095/5828934
1405.95/1384.93	c cleaning 6367 clauses out of 12738 with flag 22120/5834932
1406.94/1385.97	c cleaning 6684 clauses out of 13370 with flag 36140/5841931
1408.69/1387.46	c cleaning 7344 clauses out of 14688 with flag 52162/5849933
1410.40/1389.13	c cleaning 8170 clauses out of 16343 with flag 70204/5858932
1412.39/1391.13	c cleaning 9083 clauses out of 18172 with flag 90242/5868931
1414.77/1393.57	c cleaning 10044 clauses out of 20088 with flag 112297/5879930
1417.46/1396.23	c cleaning 11032 clauses out of 22072 with flag 136455/5891958
1420.37/1399.19	c cleaning 12012 clauses out of 24023 with flag 162483/5904941
1422.85/1401.61	c cleaning 13000 clauses out of 26001 with flag 190497/5918931
1425.64/1404.49	c cleaning 14001 clauses out of 28001 with flag 220543/5933931
1429.73/1408.50	c cleaning 15000 clauses out of 30000 with flag 252575/5949931
1434.71/1413.12	c cleaning 15998 clauses out of 32002 with flag 286627/5966933
1438.69/1417.16	c cleaning 16999 clauses out of 34001 with flag 322714/5984930
1443.77/1422.24	c cleaning 18002 clauses out of 36003 with flag 360831/6003931
1450.35/1428.85	c cleaning 18999 clauses out of 38000 with flag 400953/6023930
1457.59/1435.49	c cleaning 20002 clauses out of 40004 with flag 442993/6044933
1465.36/1443.21	c cleaning 20998 clauses out of 42001 with flag 487019/6066932
1473.04/1450.99	c cleaning 22002 clauses out of 44003 with flag 533064/6089932
1482.74/1460.45	c cleaning 23000 clauses out of 46003 with flag 581113/6113934
1491.72/1469.43	c cleaning 23999 clauses out of 48000 with flag 631175/6138931
1501.69/1479.43	c cleaning 25000 clauses out of 50002 with flag 683236/6164932
1512.27/1490.08	c cleaning 26001 clauses out of 52001 with flag 737309/6191931
1521.24/1499.10	c cleaning 27000 clauses out of 54001 with flag 793373/6219932
1531.40/1509.29	c cleaning 28006 clauses out of 56011 with flag 851449/6248942
1545.13/1522.43	c cleaning 29008 clauses out of 58016 with flag 911519/6278953
1556.10/1533.41	c cleaning 30002 clauses out of 60006 with flag 973596/6309951
1570.45/1547.82	c cleaning 30991 clauses out of 61984 with flag 1037672/6341931
1583.51/1560.95	c cleaning 32002 clauses out of 64005 with flag 1103787/6374943
1594.62/1571.50	c cleaning 32995 clauses out of 65990 with flag 1171831/6408930
1607.48/1584.40	c cleaning 34000 clauses out of 67999 with flag 1241912/6443934
1623.33/1600.36	c cleaning 34998 clauses out of 69996 with flag 1314004/6479931
1641.92/1618.61	c cleaning 36010 clauses out of 72019 with flag 1388112/6516952
1657.28/1634.04	c cleaning 37002 clauses out of 74004 with flag 1464151/6554947
1673.02/1649.80	c cleaning 37994 clauses out of 75987 with flag 1542213/6593932
1692.56/1669.40	c cleaning 38994 clauses out of 77991 with flag 1622290/6633930
1710.15/1686.63	c cleaning 40000 clauses out of 80000 with flag 1704405/6674933
1727.99/1704.51	c cleaning 40998 clauses out of 81997 with flag 1788525/6716930
1745.34/1721.94	c cleaning 41997 clauses out of 84001 with flag 1874622/6759932
1766.49/1743.16	c cleaning 43001 clauses out of 86003 with flag 1962738/6803931
1787.35/1763.82	c cleaning 44001 clauses out of 88003 with flag 2052834/6848932
1809.39/1785.91	c cleaning 45000 clauses out of 90000 with flag 2145024/6894930
1829.23/1805.81	c cleaning 46002 clauses out of 92003 with flag 2239148/6941933
1847.88/1823.89	c cleaning 46998 clauses out of 93998 with flag 2335278/6989930
1872.40/1848.41	c cleaning 48001 clauses out of 96002 with flag 2433420/7038932
1897.13/1873.22	c cleaning 49002 clauses out of 98003 with flag 2533578/7088934
1922.52/1898.15	c cleaning 50001 clauses out of 100001 with flag 2635700/7139934
1942.04/1917.79	c cleaning 50994 clauses out of 101999 with flag 2739817/7191933
1964.05/1938.86	c cleaning 52000 clauses out of 104002 with flag 2846008/7244930
1991.88/1966.77	c cleaning 53002 clauses out of 106006 with flag 2954143/7298934
2022.00/1996.66	c cleaning 54003 clauses out of 108006 with flag 3064270/7353936
2049.92/2024.63	c cleaning 55000 clauses out of 109999 with flag 3176409/7409932
2080.44/2054.77	c cleaning 56006 clauses out of 112011 with flag 3290541/7466944
2117.53/2091.93	c cleaning 56999 clauses out of 114000 with flag 3406638/7524939
2156.70/2130.73	c cleaning 57996 clauses out of 115992 with flag 3524826/7583930
2184.23/2158.32	c cleaning 58993 clauses out of 117998 with flag 3645105/7643932
2191.61/2165.76	c Got one! Elapsed wall clock time (in seconds):2165.603
2191.61/2165.76	o -3676
2192.41/2166.51	c cleaning 42002 clauses out of 84026 with flag 10484/7668953
2192.81/2166.94	c cleaning 24005 clauses out of 48023 with flag 23055/7674952
2193.21/2167.36	c cleaning 15495 clauses out of 31018 with flag 37719/7681952
2193.71/2167.84	c cleaning 11755 clauses out of 23524 with flag 54710/7689953
2194.30/2168.41	c cleaning 10372 clauses out of 20768 with flag 73470/7698952
2195.28/2169.15	c cleaning 10186 clauses out of 20400 with flag 94395/7708956
2196.07/2169.92	c cleaning 10605 clauses out of 21210 with flag 117319/7719952
2196.86/2170.75	c cleaning 11303 clauses out of 22607 with flag 142487/7731954
2197.96/2171.83	c cleaning 12155 clauses out of 24310 with flag 169649/7744960
2199.06/2172.98	c cleaning 13074 clauses out of 26147 with flag 198697/7758952
2200.45/2174.31	c cleaning 14038 clauses out of 28076 with flag 230290/7773955
2201.95/2175.87	c cleaning 15022 clauses out of 30043 with flag 263978/7789960
2203.84/2177.74	c cleaning 15998 clauses out of 32016 with flag 299340/7806955
2206.04/2179.96	c cleaning 17007 clauses out of 34019 with flag 336598/7824956
2208.25/2182.12	c cleaning 18003 clauses out of 36008 with flag 376243/7843952
2211.28/2185.04	c cleaning 19004 clauses out of 38009 with flag 417771/7863956
2213.76/2187.53	c cleaning 20000 clauses out of 40001 with flag 461522/7884952
2216.65/2190.44	c cleaning 21002 clauses out of 42006 with flag 507336/7906957
2219.64/2193.42	c cleaning 21997 clauses out of 44001 with flag 555430/7929954
2222.93/2196.75	c cleaning 23002 clauses out of 46011 with flag 605361/7953961
2226.52/2200.33	c cleaning 23998 clauses out of 48000 with flag 658053/7978952
2230.50/2204.38	c cleaning 25001 clauses out of 50002 with flag 712269/8004952
2235.26/2208.93	c cleaning 26000 clauses out of 52005 with flag 768597/8031956
2239.25/2212.92	c cleaning 26998 clauses out of 54001 with flag 827136/8059952
2243.84/2217.57	c cleaning 27998 clauses out of 56003 with flag 887515/8088952
2249.23/2222.99	c cleaning 29001 clauses out of 58005 with flag 949962/8118952
2254.71/2228.44	c cleaning 30004 clauses out of 60008 with flag 1014845/8149956
2260.09/2233.85	c cleaning 31001 clauses out of 62001 with flag 1082186/8181953
2266.22/2239.70	c cleaning 31994 clauses out of 64001 with flag 1151809/8214954
2272.30/2245.83	c cleaning 33006 clauses out of 66011 with flag 1223178/8248958
2278.78/2252.34	c cleaning 33992 clauses out of 68000 with flag 1296748/8283953
2285.16/2258.74	c cleaning 34998 clauses out of 70007 with flag 1372446/8319952
2292.63/2266.27	c cleaning 36004 clauses out of 72009 with flag 1449284/8356952
2300.31/2274.01	c cleaning 37000 clauses out of 74006 with flag 1528259/8394953
2309.71/2283.00	c cleaning 37999 clauses out of 76006 with flag 1609811/8433953
2318.28/2291.50	c cleaning 38999 clauses out of 78009 with flag 1693560/8473955
2327.56/2300.89	c cleaning 40006 clauses out of 80013 with flag 1779131/8514958
2337.63/2310.90	c cleaning 40998 clauses out of 82002 with flag 1867002/8556953
2348.00/2321.30	c cleaning 42002 clauses out of 84007 with flag 1956169/8599956
2359.44/2332.41	c cleaning 43003 clauses out of 86005 with flag 2048237/8643956
2371.02/2344.04	c cleaning 44001 clauses out of 88002 with flag 2142071/8688956
2379.09/2352.13	c cleaning 44993 clauses out of 90000 with flag 2238465/8734955
2390.35/2363.49	c cleaning 45999 clauses out of 92005 with flag 2336677/8781953
2404.56/2377.33	c cleaning 47004 clauses out of 94011 with flag 2436637/8829958
2417.12/2390.00	c cleaning 48002 clauses out of 96003 with flag 2538722/8878954
2429.09/2401.91	c cleaning 48999 clauses out of 97999 with flag 2642779/8928952
2443.77/2415.72	c cleaning 49994 clauses out of 100000 with flag 2748888/8979952
2460.43/2432.40	c cleaning 51004 clauses out of 102008 with flag 2856927/9031954
2478.47/2450.52	c cleaning 52000 clauses out of 104007 with flag 2967091/9084957
2495.05/2466.70	c cleaning 53007 clauses out of 106015 with flag 3080084/9138965
2511.20/2483.01	c cleaning 53998 clauses out of 107995 with flag 3194740/9193952
2526.85/2498.60	c cleaning 54990 clauses out of 109997 with flag 3311514/9249952
2545.61/2517.19	c cleaning 56006 clauses out of 112011 with flag 3430465/9306956
2563.02/2534.69	c cleaning 57001 clauses out of 114004 with flag 3552289/9364955
2581.37/2553.01	c cleaning 58000 clauses out of 116004 with flag 3675393/9423956
2598.40/2570.19	c cleaning 58989 clauses out of 118001 with flag 3800700/9483953
2615.00/2586.32	c cleaning 60005 clauses out of 120011 with flag 3927979/9544952
2634.92/2606.34	c cleaning 61004 clauses out of 122007 with flag 4057173/9606953
2655.66/2627.12	c cleaning 62002 clauses out of 124003 with flag 4189051/9669953
2678.16/2649.45	c cleaning 62997 clauses out of 126000 with flag 4322660/9733952
2698.97/2670.31	c cleaning 64001 clauses out of 128005 with flag 4458706/9798954
2721.78/2693.21	c cleaning 64997 clauses out of 130004 with flag 4596692/9864954
2745.69/2717.25	c cleaning 66002 clauses out of 132009 with flag 4736474/9931956
2769.77/2741.03	c cleaning 67006 clauses out of 134012 with flag 4878533/9999961
2790.28/2761.60	c cleaning 68004 clauses out of 136007 with flag 5021449/10068962
2815.09/2786.53	c cleaning 68996 clauses out of 137993 with flag 5163955/10138952
2836.62/2807.34	c cleaning 70002 clauses out of 140003 with flag 5312695/10209958
2859.63/2830.48	c cleaning 70992 clauses out of 141995 with flag 5463541/10281952
2886.94/2857.22	c cleaning 72002 clauses out of 144004 with flag 5615752/10354953
2911.95/2882.37	c cleaning 72998 clauses out of 146008 with flag 5770375/10428959
2938.17/2907.70	c cleaning 74002 clauses out of 148003 with flag 5926392/10503952
2968.77/2938.48	c cleaning 75006 clauses out of 150011 with flag 6084953/10579962
2998.30/2967.82	c cleaning 75991 clauses out of 151996 with flag 6246092/10656953
3030.18/2999.83	c cleaning 76997 clauses out of 154008 with flag 6408424/10734956
3061.94/3031.10	c cleaning 78005 clauses out of 156009 with flag 6572393/10813954
3100.58/3069.82	c cleaning 79002 clauses out of 158005 with flag 6738149/10893955
3132.01/3100.96	c cleaning 79996 clauses out of 160000 with flag 6905547/10974952
3164.69/3133.72	c cleaning 81002 clauses out of 162009 with flag 7077305/11056957
3202.05/3170.45	c cleaning 82000 clauses out of 164002 with flag 7250211/11139952
3210.02/3178.40	c Got one! Elapsed wall clock time (in seconds):3178.241
3210.02/3178.40	o -3686
3211.31/3179.75	c cleaning 56869 clauses out of 113738 with flag 10099/11171688
3213.31/3181.71	c cleaning 31435 clauses out of 62870 with flag 22159/11177689
3215.71/3184.11	c cleaning 19218 clauses out of 38436 with flag 36361/11184690
3217.09/3185.56	c cleaning 13612 clauses out of 27224 with flag 52571/11192696
3219.19/3187.62	c cleaning 11312 clauses out of 22623 with flag 70786/11201707
3220.78/3189.23	c cleaning 10645 clauses out of 21292 with flag 90989/11211688
3222.47/3190.91	c cleaning 10825 clauses out of 21649 with flag 113317/11222690
3225.01/3193.25	c cleaning 11410 clauses out of 22822 with flag 137645/11234688
3227.60/3195.88	c cleaning 12215 clauses out of 24430 with flag 163921/11247706
3229.69/3197.95	c cleaning 13101 clauses out of 26201 with flag 192363/11261692
3232.18/3200.41	c cleaning 14046 clauses out of 28095 with flag 222916/11276687
3234.48/3202.71	c cleaning 15028 clauses out of 30056 with flag 255476/11292694
3237.37/3205.68	c cleaning 16010 clauses out of 32022 with flag 289952/11309688
3240.95/3209.23	c cleaning 17008 clauses out of 34015 with flag 326411/11327691
3244.75/3213.06	c cleaning 18002 clauses out of 36004 with flag 364881/11346688
3249.52/3217.87	c cleaning 19001 clauses out of 38003 with flag 405259/11366689
3253.87/3222.10	c cleaning 20003 clauses out of 40007 with flag 448028/11387694
3258.44/3226.61	c cleaning 21000 clauses out of 42001 with flag 492717/11409691
3263.02/3231.24	c cleaning 21998 clauses out of 43997 with flag 539496/11432687
3269.20/3237.49	c cleaning 23001 clauses out of 46001 with flag 588162/11456689
3276.57/3244.87	c cleaning 23995 clauses out of 47999 with flag 638818/11481688
3282.15/3250.46	c cleaning 25003 clauses out of 50007 with flag 691405/11507691
3288.54/3256.82	c cleaning 25998 clauses out of 52000 with flag 745914/11534687
3296.99/3265.16	c cleaning 27005 clauses out of 54009 with flag 802708/11562694
3302.66/3270.87	c cleaning 27989 clauses out of 55999 with flag 862067/11591689
3312.13/3280.36	c cleaning 29006 clauses out of 58011 with flag 923309/11621690
3322.10/3290.35	c cleaning 30001 clauses out of 60004 with flag 986290/11652689
3332.67/3300.92	c cleaning 31001 clauses out of 62004 with flag 1051113/11684690
3343.36/3311.68	c cleaning 32002 clauses out of 64005 with flag 1117936/11717692
3356.30/3324.01	c cleaning 32999 clauses out of 65999 with flag 1186727/11751688
3356.40/3324.14	c Got one! Elapsed wall clock time (in seconds):3323.986
3356.40/3324.14	o -3687
3356.79/3324.54	c cleaning 19049 clauses out of 38107 with flag 8367/11756795
3357.09/3324.88	c cleaning 12522 clauses out of 25058 with flag 20937/11762795
3357.48/3325.27	c cleaning 9758 clauses out of 19540 with flag 35646/11769799
3357.98/3325.73	c cleaning 8885 clauses out of 17783 with flag 52392/11777800
3358.48/3326.25	c cleaning 8941 clauses out of 17893 with flag 71315/11786795
3359.08/3326.88	c cleaning 9477 clauses out of 18956 with flag 92331/11796799
3359.88/3327.60	c cleaning 10238 clauses out of 20475 with flag 115491/11807795
3360.67/3328.45	c cleaning 11119 clauses out of 22240 with flag 140762/11819798
3361.67/3329.46	c cleaning 12060 clauses out of 24119 with flag 168390/11832796
3362.87/3330.61	c cleaning 13024 clauses out of 26058 with flag 198529/11846795
3364.16/3331.98	c cleaning 14017 clauses out of 28034 with flag 230666/11861795
3365.66/3333.48	c cleaning 15009 clauses out of 30017 with flag 264761/11877795
3367.76/3335.49	c cleaning 16006 clauses out of 32013 with flag 301106/11894800
3369.85/3337.57	c cleaning 16994 clauses out of 34002 with flag 339264/11912795
3372.06/3339.73	c cleaning 17996 clauses out of 36008 with flag 379584/11931795
3374.55/3342.22	c cleaning 19007 clauses out of 38013 with flag 422151/11951796
3376.94/3344.64	c cleaning 20000 clauses out of 40006 with flag 466789/11972796
3379.53/3347.25	c cleaning 21003 clauses out of 42007 with flag 513471/11994797
3382.52/3350.22	c cleaning 22001 clauses out of 44005 with flag 562217/12017798
3385.91/3353.61	c cleaning 23001 clauses out of 46001 with flag 613217/12041795
3389.31/3357.05	c cleaning 24001 clauses out of 48002 with flag 665952/12066797
3393.18/3360.90	c cleaning 24994 clauses out of 50002 with flag 720651/12092798
3397.47/3365.23	c cleaning 26003 clauses out of 52008 with flag 777519/12119798
3402.22/3369.79	c cleaning 27000 clauses out of 54002 with flag 836682/12147795
3407.00/3374.59	c cleaning 27997 clauses out of 56002 with flag 898194/12176795
3411.98/3379.57	c cleaning 29005 clauses out of 58011 with flag 961919/12206801
3417.37/3384.99	c cleaning 29998 clauses out of 60000 with flag 1027639/12237795
3422.65/3390.24	c cleaning 31000 clauses out of 62002 with flag 1095256/12269795
3428.93/3396.56	c cleaning 32002 clauses out of 64003 with flag 1165315/12302796
3434.90/3402.51	c cleaning 32998 clauses out of 66002 with flag 1237346/12336797
3441.68/3409.36	c cleaning 33996 clauses out of 68004 with flag 1309971/12371797
3449.80/3417.33	c cleaning 35002 clauses out of 70006 with flag 1384594/12407795
3457.50/3425.03	c cleaning 35998 clauses out of 72005 with flag 1463258/12444796
3464.48/3432.09	c cleaning 37002 clauses out of 74007 with flag 1544448/12482796
3472.35/3439.98	c cleaning 38004 clauses out of 76008 with flag 1627087/12521799
3480.23/3447.83	c cleaning 39000 clauses out of 78001 with flag 1712490/12561796
3488.60/3456.24	c cleaning 40001 clauses out of 80005 with flag 1800218/12602800
3497.98/3465.68	c cleaning 41001 clauses out of 82002 with flag 1889676/12644798
3508.75/3476.42	c cleaning 41999 clauses out of 83998 with flag 1981463/12687795
3521.23/3488.93	c cleaning 43002 clauses out of 86003 with flag 2074813/12731799
3533.72/3500.95	c cleaning 43999 clauses out of 87998 with flag 2169810/12776796
3544.10/3511.35	c cleaning 45004 clauses out of 90007 with flag 2268075/12822804
3558.56/3525.83	c cleaning 45997 clauses out of 91997 with flag 2368011/12869798
3572.53/3539.83	c cleaning 46999 clauses out of 93997 with flag 2470037/12917795
3587.89/3555.21	c cleaning 48000 clauses out of 96001 with flag 2574050/12966798
3600.07/3566.40	c starts		: 55
3600.07/3566.41	c conflicts		: 13004839
3600.07/3566.41	c decisions		: 13591077
3600.07/3566.41	c propagations		: 128012470
3600.07/3566.41	c inspects		: 18777532410
3600.07/3566.41	c shortcuts		: 0
3600.07/3566.41	c learnt literals	: 0
3600.07/3566.41	c learnt binary clauses	: 0
3600.07/3566.41	c learnt ternary clauses	: 0
3600.07/3566.41	c learnt constraints	: 13004839
3600.07/3566.41	c ignored constraints	: 0
3600.07/3566.41	c root simplifications	: 0
3600.07/3566.41	c removed literals (reason simplification)	: 736957958
3600.07/3566.41	c reason swapping (by a shorter reason)	: 0
3600.07/3566.41	c Calls to reduceDB	: 419
3600.07/3566.41	c Number of update (reduction) of LBD	: 958841
3600.07/3566.41	c Imported unit clauses	: 0
3600.07/3566.41	c No decision after first conflict	: false
3600.07/3566.41	c number of reductions to clauses (during analyze)	: 0
3600.07/3566.41	c number of learned constraints concerned by reduction	: 0
3600.07/3566.41	c number of learning phase by resolution	: 0
3600.07/3566.41	c number of learning phase by cutting planes	: 0
3600.07/3566.41	c number of rounding to 1 operations	: 0
3600.07/3566.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3566.41	c number of reductions of the coefficients by power 2 	: 0
3600.07/3566.41	c number of right shift for reduction by power 2 	: 0
3600.07/3566.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3566.41	c number of ending skipping 	: 0
3600.07/3566.41	c number of internal skipping 	: 0
3600.07/3566.41	c number of derivation steps 	: 0
3600.07/3566.41	c number of skipped derivation steps 	: 0
3600.07/3566.41	c number of remaining unassigned 	: 0
3600.07/3566.41	c number of remaining assigned 	: 0
3600.07/3566.41	c number of falsified literals weakened from reason	: 0
3600.07/3566.41	c number of falsified literals weakened from conflict	: 0
3600.07/3566.41	c time for arithmetic operations	: 0
3600.07/3566.41	c minimum degree of deleted constraints	: null
3600.07/3566.41	c maximum degree of deleted constraints	: null
3600.07/3566.41	c number of deleted constraints	: 0
3600.07/3566.41	c speed (assignments/second)	: 35895.74144124187
3600.07/3566.41	c non guided choices	: 4
3600.07/3566.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 86042
3600.07/3566.45	s SATISFIABLE
3600.07/3566.45	c Found 54 solution(s)
3600.07/3566.45	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 
3600.07/3566.45	c objective function=-3687
3600.07/3566.45	c Total wall clock time (in seconds): 3566.289

Verifier Data

OK	-3687

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

running on 4 cores: 4-7

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 1,7,15,20,22,26,28,40,46,49,52,54,57
  3550 MHz: 16-19,27,29,32-35,41-43,60-63
  3600 MHz: 0,2-6,8-14,21,23-25,30-31,36-39,44-45,47-48,50-51,53,55-56,58-59
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 4-7

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (116009 MiB free)
  node 1: cores 8-15, 128973 MiB (113262 MiB free)
  node 2: cores 16-23, 129019 MiB (114349 MiB free)
  node 3: cores 24-31, 129003 MiB (114692 MiB free)
  node 4: cores 32-39, 129019 MiB (109801 MiB free)
  node 5: cores 40-47, 129019 MiB (109757 MiB free)
  node 6: cores 48-55, 129019 MiB (112019 MiB free)
  node 7: cores 56-63, 128474 MiB (111642 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=2573541, runsolver pid=2573488
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 29.51 37.50 39.08 24/1082 2573781
/proc/meminfo: memFree=923080604/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=34900044 memory=45548 CPUtime=0.04 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 5352 0 0 0 3 1 0 0 20 0 19 0 214675548 35737645056 10942 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8725011 11387 6077 1 0 30716 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=34900044 memory=5979075893 CPUtime=0.02 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 2621 0 0 0 2 0 0 0 20 0 19 0 214675555 35737645056 10942 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=34900044 memory=219999914607 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 214675557 35737645056 10942 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=34900044 memory=19733 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 214675557 35737645056 10942 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=34900044 memory=22129 CPUtime=0 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 214675557 35737645056 10942 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=34900044 memory=22695 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 19 0 214675557 35737645056 10942 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=34900044 memory=28351 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 214675557 35737645056 10942 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 45548 KiB

[startup+0.214342 s]*
/proc/loadavg: 29.51 37.50 39.08 55/1174 2573905
/proc/meminfo: memFree=922885152/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35033172 memory=61848 CPUtime=0.31 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 8264 0 0 0 30 1 0 0 20 0 21 0 214675548 35873968128 15137 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8758293 15462 6257 1 0 33986 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35033172 memory=7957700018829420048 CPUtime=0.13 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 3276 0 0 0 13 0 0 0 20 0 21 0 214675555 35873968128 15137 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35033172 memory=215704928631 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 15137 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35033172 memory=61779648727893 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 15137 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35033172 memory=57390208930877 CPUtime=0 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 15137 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35033172 memory=62883505657265 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 15137 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35033172 memory=14132229932607925 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 15137 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35033172 memory=3617855295904285463 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675566 35873968128 15137 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 61848 KiB

[startup+0.31703 s]*
/proc/loadavg: 29.51 37.50 39.08 44/1154 2573913
/proc/meminfo: memFree=922765096/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35033172 memory=74984 CPUtime=0.63 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 9529 0 0 0 61 2 0 0 20 0 21 0 214675548 35873968128 18341 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8758293 18746 6257 1 0 37018 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35033172 memory=7813464326687584037 CPUtime=0.23 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 3298 0 0 0 23 0 0 0 20 0 21 0 214675555 35873968128 18341 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35033172 memory=19388 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 18341 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35033172 memory=55186873909743 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 18341 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35033172 memory=61788255421027 CPUtime=0 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 18341 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35033172 memory=55191219208997 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 18341 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35033172 memory=14976654862714173 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675557 35873968128 18341 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35033172 memory=3978703982681162212 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 214675566 35873968128 18341 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 74984 KiB

[startup+0.70029 s]
/proc/loadavg: 29.51 37.50 39.08 29/1156 2573931
/proc/meminfo: memFree=922502480/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35099736 memory=166516 CPUtime=1.28 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 10985 0 0 0 126 2 0 0 20 0 22 0 214675548 35942129664 41221 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8774934 41629 6259 1 0 104994 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35099736 memory=3996 CPUtime=0.56 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 3329 0 0 0 56 0 0 0 20 0 22 0 214675555 35942129664 41221 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35099736 memory=4900 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 214675557 35942129664 41221 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35099736 memory=4498 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 214675557 35942129664 41221 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35099736 memory=5816 CPUtime=0 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 214675557 35942129664 41221 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35099736 memory=97 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 214675557 35942129664 41221 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35099736 memory=0 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 214675557 35942129664 41221 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35099736 memory=0 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 214675566 35942129664 41221 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 166516 KiB

[startup+1.50024 s]
/proc/loadavg: 29.51 37.50 39.08 19/1139 2573947
/proc/meminfo: memFree=921647508/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35232864 memory=275404 CPUtime=2.24 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 11291 0 0 0 221 3 0 0 20 0 23 0 214675548 36078452736 68599 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8808216 68851 6259 1 0 106859 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35232864 memory=3996 CPUtime=1.33 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 3428 0 0 0 132 1 0 0 20 0 23 0 214675555 36078452736 68599 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35232864 memory=4900 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 68599 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35232864 memory=5816 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 68599 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35232864 memory=0 CPUtime=0 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 68599 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35232864 memory=97 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 68599 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 68599 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675566 36078452736 68599 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 275404 KiB

[startup+3.11426 s]
/proc/loadavg: 29.51 37.50 39.08 17/1135 2574042
/proc/meminfo: memFree=918802544/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35232864 memory=452764 CPUtime=3.98 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 15237 0 0 0 394 4 0 0 20 0 23 0 214675548 36078452736 112864 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8808216 113191 6258 1 0 257500 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35232864 memory=236332 CPUtime=2.91 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 4119 0 0 0 290 1 0 0 20 0 23 0 214675555 36078452736 112864 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35232864 memory=0 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 112864 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35232864 memory=4900 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 112864 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35232864 memory=5816 CPUtime=0 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 112864 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35232864 memory=0 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 112864 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35232864 memory=413852 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 112864 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35232864 memory=97 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675566 36078452736 112864 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 452764 KiB


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

/proc/meminfo: memFree=879187984/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35232864 memory=7093648 CPUtime=3314.12 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 366355 0 0 0 331317 95 0 0 20 0 23 0 214675548 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8808216 1773412 6262 1 0 1787052 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35232864 memory=7093648 CPUtime=3259.05 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 91852 0 0 0 325887 18 0 0 20 0 23 0 214675555 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35232864 memory=7093648 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35232864 memory=176164 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35232864 memory=3948 CPUtime=0.14 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 183 0 0 0 6 8 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35232864 memory=66 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35232864 memory=4036 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 1432 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35232864 memory=7093648 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675566 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 3314.12 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7093648 KiB

[startup+3342.3 s]
/proc/loadavg: 12.55 14.08 16.12 14/1116 2574426
/proc/meminfo: memFree=892793232/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35232864 memory=7093720 CPUtime=3374.65 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 394796 0 0 0 337367 98 0 0 20 0 23 0 214675548 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8808216 1773430 6262 1 0 1787052 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35232864 memory=176164 CPUtime=3318.69 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 94030 0 0 0 331850 19 0 0 20 0 23 0 214675555 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35232864 memory=12008 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35232864 memory=0 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35232864 memory=-7595136577266606947 CPUtime=0.14 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 188 0 0 0 6 8 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35232864 memory=15652 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35232864 memory=-7595136577266606947 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 1475 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35232864 memory=7093720 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675566 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 3374.65 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7093720 KiB

[startup+3402.3 s]
/proc/loadavg: 12.45 13.76 15.89 14/1114 2574440
/proc/meminfo: memFree=892733472/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35232864 memory=7093748 CPUtime=3434.71 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 396324 0 0 0 343373 98 0 0 20 0 23 0 214675548 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8808216 1773437 6262 1 0 1787052 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35232864 memory=4900 CPUtime=3378.38 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 94580 0 0 0 337819 19 0 0 20 0 23 0 214675555 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35232864 memory=47068 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35232864 memory=7093748 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35232864 memory=7093748 CPUtime=0.14 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 193 0 0 0 6 8 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35232864 memory=5816 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35232864 memory=2374144 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 1504 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35232864 memory=7093748 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675566 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 3434.71 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7093748 KiB

[startup+3462.3 s]
/proc/loadavg: 11.87 13.37 15.62 12/1087 2574479
/proc/meminfo: memFree=905373936/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35232864 memory=7093748 CPUtime=3494.68 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 398272 0 0 0 349369 99 0 0 20 0 23 0 214675548 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8808216 1773437 6262 1 0 1787052 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35232864 memory=7093720 CPUtime=3438.16 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 95998 0 0 0 343797 19 0 0 20 0 23 0 214675555 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35232864 memory=7093700 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35232864 memory=12008 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35232864 memory=0 CPUtime=0.14 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 198 0 0 0 6 8 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35232864 memory=7093748 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35232864 memory=15652 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 1526 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35232864 memory=1976 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675566 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 3494.68 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7093748 KiB

[startup+3522.3 s]
/proc/loadavg: 11.36 12.95 15.33 12/1087 2574480
/proc/meminfo: memFree=905242256/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35232864 memory=7093772 CPUtime=3555.07 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 401449 0 0 0 355407 100 0 0 20 0 23 0 214675548 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8808216 1773443 6262 1 0 1787052 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35232864 memory=7093748 CPUtime=3497.83 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 97802 0 0 0 349763 20 0 0 20 0 23 0 214675555 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35232864 memory=15652 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35232864 memory=7810479144313241702 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35232864 memory=5816 CPUtime=0.14 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 202 0 0 0 6 8 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35232864 memory=7093748 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35232864 memory=5816 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 1590 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35232864 memory=47068 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675566 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 3555.07 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7093772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.4 s]
/proc/loadavg: 10.36 12.50 15.07 8/980 2574639
/proc/meminfo: memFree=913417176/1055320704 swapFree=33554428/33554428
[pid=2573541] ppid=2573488 vsize=35232864 memory=7093844 CPUtime=3600.07 cores=4-7
/proc/2573541/stat : 2573541 (java) S 2573488 2573541 2563764 0 -1 4194304 403687 0 0 0 359906 101 0 0 20 0 23 0 214675548 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
/proc/2573541/statm: 8808216 1773461 6262 1 0 1787052 0
[pid=2573541/tid=2573651] ppid=2573488 vsize=35232864 memory=7093844 CPUtime=3541.47 cores=4-7
/proc/2573541/task/2573651/stat : 2573651 (java) R 2573488 2573541 2563764 0 -1 4194368 98326 0 0 0 354127 20 0 0 20 0 23 0 214675555 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573733] ppid=2573488 vsize=35232864 memory=3690198728622562722 CPUtime=0 cores=4-7
/proc/2573541/task/2573733/stat : 2573733 (Referen..andler) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573734] ppid=2573488 vsize=35232864 memory=3948 CPUtime=0 cores=4-7
/proc/2573541/task/2573734/stat : 2573734 (Finalizer) S 2573488 2573541 2563764 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573737] ppid=2573488 vsize=35232864 memory=4036 CPUtime=0.14 cores=4-7
/proc/2573541/task/2573737/stat : 2573737 (Monitor..Thread) S 2573488 2573541 2563764 0 -1 4194368 206 0 0 0 6 8 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573744] ppid=2573488 vsize=35232864 memory=4900 CPUtime=0 cores=4-7
/proc/2573541/task/2573744/stat : 2573744 (Notific..Thread) S 2573488 2573541 2563764 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573745] ppid=2573488 vsize=35232864 memory=-7595136577266606947 CPUtime=0 cores=4-7
/proc/2573541/task/2573745/stat : 2573745 (Common-Cleaner) S 2573488 2573541 2563764 0 -1 4194368 1657 0 0 0 0 0 0 0 20 0 23 0 214675557 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
[pid=2573541/tid=2573887] ppid=2573488 vsize=35232864 memory=41212 CPUtime=0 cores=4-7
/proc/2573541/task/2573887/stat : 2573887 (Timer-0) S 2573488 2573541 2563764 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 214675566 36078452736 1773084 18446744073709551615 94667537547264 94667537550960 140734221343136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94667537558824 94667537559568 94667556081664 140734221351124 140734221351264 140734221351264 140734221357000 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 7093844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.18 s, system=1.03644 s

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

Child status: 143

Real time (s): 3566.47
CPU time (s): 3600.21
CPU user time (s): 3599.18
CPU system time (s): 1.03644
CPU usage (%): 100.946
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 8041332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.18
system time used= 1.03644
maximum resident set size= 8040172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406496
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52629
involuntary context switches= 8588


# summary of solver processes directly reported to runsolver:
#   pid: 2573541
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3599.18
#   total CPU system time (s): 1.03644

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3032 second user time and 44.1416 second system time

The end

Launcher Data

Begin job on nodeE007 at 2026-06-30 12:04:37
IDJOB=4804709
IDBENCH=176495
IDSOLVER=3602
FILE ID=nodeE007/4804709-1782813877
RUNJOBID= nodeE007-1782813877-2573312
SLURM_JOB_ID= 12541372
Free space on /tmp= 797504 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/weakly_correlated/normalized-knapPI_2_100_1000_5_-3352.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4804709-1782813877/watcher-4804709-1782813877 -o /tmp/evaluation-result-4804709-1782813877/solver-4804709-1782813877 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4804709-1782813877/vars-4804709-1782813877 --bin-var /tmp/runsolver-exch-nodeE007-1782813877-2573312 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4804709-1782813877.opb

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

MD5SUM BENCH= f82beda9af6df79156837b7c4cc2df50
RANDOM SEED=2110881435

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320704 kB
MemFree:        923096596 kB
MemAvailable:   1046261688 kB
Buffers:            3336 kB
Cached:         127503528 kB
SwapCached:            0 kB
Active:          1973960 kB
Inactive:       125656276 kB
Active(anon):    1056728 kB
Inactive(anon):        0 kB
Active(file):     917232 kB
Inactive(file): 125656276 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9516 kB
Writeback:            44 kB
AnonPages:        127892 kB
Mapped:           196896 kB
Shmem:            933356 kB
KReclaimable:    1468424 kB
Slab:            2054548 kB
SReclaimable:    1468424 kB
SUnreclaim:       586124 kB
KernelStack:       14384 kB
PageTables:         4984 kB
SecPageTables:     15384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:    1393264 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478516 kB
VmallocChunk:          0 kB
Percpu:           125440 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      389572 kB
DirectMap2M:    19855360 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 797496 MiB
End job on nodeE007 at 2026-06-30 13:04:04