Trace number 4465206

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
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.3 3631.99

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
MD5SUM52f0a3c0093dc9bf421bafb6505effdf
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1033
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1960
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1960
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1960
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1960
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 32546816, getVmSize() = 32546816, SCIPgetMemUsed() = 8857130, SCIPgetMemTotal() = 10624514, SCIPgetMemExternEstim() = 5420718
0.00/0.01	c ** set memory limit for presolving in LC to 8.79599e+12 for SCIP **
0.00/0.05	c ** Estimated virtualMemUsedAtSolver = 22001371, getVmSize() = 42106880, SCIPgetMemUsed() = 10222131, SCIPgetMemTotal() = 18887987, SCIPgetMemExternEstim() = 5420718
0.00/0.05	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
0.00/0.05	c Original Problem   :
0.00/0.05	c   Problem name     : instance-4465206-1722446529
0.00/0.05	c   Variables        : 1960 (1960 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 4000
0.00/0.05	c   Objective sense  : minimize
0.00/0.05	c Presolved Problem  :
0.00/0.05	c   Variables        : 1468 (1468 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 2817
0.00/0.05	c Constraints        : Number
0.00/0.05	c   setppc           : 2817 
0.00/0.05	c ** Instance transfer method used: 0
0.00/0.06	c ** ParaScipInstance copy does not increase the number of variables. **
0.12/0.16	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.12/0.16	c                                Nodes    Active                                            
0.12/0.16	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.12/0.18	c *       0              0           1        20        1706.0000                -          -
1.29/0.25	c *       0              0           1        20        1191.0000                -          -
1.29/0.26	c *       0              0           1        20        1166.0000                -          -
1.29/0.26	c *       0              0           1        20        1082.0000                -          -
1.29/0.29	c *       0              0           1        20        1071.0000                -          -
66.84/3.64	c *       4          11699         282        20        1066.0000         239.0000    346.03%
68.81/3.76	c *       4          11699         282        20        1064.0000         239.0000    345.19%
70.78/3.87	c *       4          11699         282        20        1062.0000         239.0000    344.35%
72.76/4.00	c *       4          11699         282        20        1060.0000         239.0000    343.51%
77.16/4.15	c *       4          11699         282        20        1058.0000         239.0000    342.68%
80.60/4.32	c *       4          11699         282        20        1056.0000         239.0000    341.84%
82.60/4.46	c *       4          11699         282        20        1054.0000         239.0000    341.00%
95.25/5.10	c *       5          15466         272        20        1053.0000         239.0000    340.59%
95.25/5.10	c         5          15466         272        20        1053.0000         239.0000    340.59%
100.34/5.33	c *       5          15466         272        20        1051.0000         239.0000    339.75%
102.31/5.49	c *       6          15466         272        20        1049.0000         239.0000    338.91%
116.76/6.19	c *       6          16422         270        20        1047.0000         239.0000    338.08%
118.15/6.20	c *       6          16422         270        20        1045.0000         239.0000    337.24%
199.45/10.34	c        10              2           1        20        1045.0000         999.0329      4.60%
209.38/10.80	c *      11              2           1        20        1044.0000         999.0329      4.50%
215.99/11.14	c *      11              2           1        20        1043.0000         999.0329      4.40%
221.27/11.43	c *      11              2           1        20        1042.0000         999.0329      4.30%
227.14/11.78	c *      12              2           1        20        1041.0000         999.0329      4.20%
233.71/12.13	c *      12              2           1        20        1040.0000        1003.3239      3.66%
250.90/12.90	c *      13              2           1        20        1039.0000        1003.3239      3.56%
290.30/15.03	c *      15              3           2        20        1038.0000        1003.8468      3.40%
304.11/15.67	c        16              3           2        20        1038.0000        1003.8468      3.40%
324.03/16.62	c *      17              3           2        20        1037.0000        1003.8468      3.30%
404.95/20.72	c        21              5           4        20        1037.0000        1003.8468      3.30%
411.57/21.04	c *      21              5           4        20        1036.0000        1003.8468      3.20%
505.98/25.80	c        26              7           6        20        1036.0000        1003.8468      3.20%
605.00/30.83	c        31             75          34        20        1036.0000        1003.8468      3.20%
703.93/35.87	c        36            140          45        20        1036.0000        1004.3244      3.15%
804.78/40.94	c        41            208          75        20        1036.0000        1004.3244      3.15%
903.60/45.94	c        46            262         101        20        1036.0000        1004.4180      3.14%
1002.56/50.96	c        51            364         127        20        1036.0000        1004.5201      3.13%
1104.22/56.06	c        56            287          90        20        1036.0000        1005.1364      3.07%
1109.47/56.39	c *      56            287          90        20        1035.0000        1005.1364      2.97%
1206.41/61.22	c        61            302          89        20        1035.0000        1005.2935      2.96%
1305.37/66.28	c        66            382         105        20        1035.0000        1005.9523      2.89%
1406.36/71.33	c        71            402         115        20        1035.0000        1006.0040      2.88%
1505.20/76.38	c        76            493         120        20        1035.0000        1006.1732      2.86%
1606.02/81.43	c        81            552         129        20        1035.0000        1006.2305      2.86%
1705.16/86.48	c        86            622         137        20        1035.0000        1006.4914      2.83%
1806.26/91.53	c        92            730         147        20        1035.0000        1006.8095      2.80%
1905.47/96.58	c        97            810         149        20        1035.0000        1006.8095      2.80%
2006.77/101.63	c       102            945         146        20        1035.0000        1006.8095      2.80%
2105.81/106.69	c       107           1012         145        20        1035.0000        1006.9550      2.79%
2207.06/111.74	c       112           1086         149        20        1035.0000        1006.9550      2.79%
2306.30/116.78	c       117           1142         149        20        1035.0000        1007.0000      2.78%
2407.32/121.84	c       122           1277         156        20        1035.0000        1007.0000      2.78%
2506.57/126.89	c       127           1382         155        20        1035.0000        1007.0184      2.78%
2583.98/130.76	c *     131           1386         159        20        1034.0000        1007.0184      2.68%
2607.75/132.03	c       132           1407         158        20        1034.0000        1007.0184      2.68%
2709.75/137.06	c       137           1454         163        20        1034.0000        1007.2643      2.65%
2712.89/137.25	c *     137           1454         163        20        1033.0000        1007.2643      2.56%
2814.09/142.37	c       142           1522         167        20        1033.0000        1007.2836      2.55%
2915.31/147.43	c       147           1622         177        20        1033.0000        1007.3102      2.55%
3016.57/152.56	c       153           1659         186        20        1033.0000        1007.3830      2.54%
3117.78/157.61	c       158           1762         193        20        1033.0000        1007.5450      2.53%
3217.16/162.66	c       163           1812         197        20        1033.0000        1007.5563      2.53%
3318.25/167.72	c       168           1831         202        20        1033.0000        1007.5563      2.53%
3417.51/172.77	c       173           1872         207        20        1033.0000        1007.6500      2.52%
3518.68/177.82	c       178           2018         213        20        1033.0000        1007.6500      2.52%
3617.72/182.84	c       183           2092         223        20        1033.0000        1007.7500      2.51%
3716.73/187.89	c       188           2118         229        20        1033.0000        1007.7500      2.51%
3817.84/192.93	c       193           2227         238        20        1033.0000        1007.9709      2.48%
3919.40/198.03	c       198           2244         245        20        1033.0000        1008.0340      2.48%
4018.58/203.08	c       203           2312         249        20        1033.0000        1008.1073      2.47%
4119.78/208.13	c       208           2326         257        20        1033.0000        1008.1433      2.47%
4219.08/213.18	c       213           2451         258        20        1033.0000        1008.1433      2.47%
4319.62/218.23	c       218           2505         266        20        1033.0000        1008.1759      2.46%
4418.81/223.27	c       223           2536         267        20        1033.0000        1008.1759      2.46%
4520.01/228.33	c       228           2642         294        20        1033.0000        1008.4355      2.44%
4619.24/233.38	c       233           2645         297        20        1033.0000        1008.4355      2.44%
4720.24/238.43	c       238           2782         294        20        1033.0000        1008.5562      2.42%
4819.37/243.48	c       243           2802         298        20        1033.0000        1008.6057      2.42%
4920.57/248.53	c       249           2854         302        20        1033.0000        1008.6668      2.41%
5019.76/253.58	c       254           2934         310        20        1033.0000        1008.7746      2.40%
5120.96/258.64	c       259           3012         324        20        1033.0000        1008.8839      2.39%
5220.20/263.67	c       264           3097         327        20        1033.0000        1008.8839      2.39%
5321.33/268.72	c       269           3185         333        20        1033.0000        1009.0418      2.37%
5420.43/273.79	c       274           3292         334        20        1033.0000        1009.1473      2.36%
5521.57/278.82	c       279           3294         336        20        1033.0000        1009.1473      2.36%
5620.80/283.89	c       284           3342         338        20        1033.0000        1009.1734      2.36%
5722.03/288.94	c       289           3443         337        20        1033.0000        1009.1734      2.36%
5821.29/294.00	c       294           3518         342        20        1033.0000        1009.1734      2.36%
5922.99/299.05	c       299           3626         344        20        1033.0000        1009.1734      2.36%
6022.48/304.10	c       304           3721         349        20        1033.0000        1009.1780      2.36%
6121.51/309.13	c       309           3825         353        20        1033.0000        1009.1867      2.36%
6224.09/314.20	c       314           3920         354        20        1033.0000        1009.3210      2.35%
6323.33/319.25	c       319           3559          65        20        1033.0000        1009.6472      2.31%
6424.54/324.30	c       324           3584          68        20        1033.0000        1009.6472      2.31%
6523.53/329.35	c       329           3708          72        20        1033.0000        1009.6525      2.31%
6622.72/334.37	c       334           3811          79        20        1033.0000        1009.7542      2.30%
6723.81/339.45	c       339           3909          77        20        1033.0000        1009.7730      2.30%
6825.02/344.50	c       345           3933          83        20        1033.0000        1009.7730      2.30%
6924.19/349.55	c       350           4009          85        20        1033.0000        1009.7889      2.30%
7023.42/354.58	c       355           4126          90        20        1033.0000        1009.9432      2.28%
7124.47/359.65	c       360           4219          97        20        1033.0000        1009.9803      2.28%
7225.63/364.70	c       365           4221          99        20        1033.0000        1009.9803      2.28%
7324.85/369.75	c       370           4325         101        20        1033.0000        1010.0010      2.28%
7425.87/374.80	c       375           4405         107        20        1033.0000        1010.1074      2.27%
7525.01/379.85	c       380           4492         114        20        1033.0000        1010.2494      2.25%
7626.18/384.91	c       385           4531         115        20        1033.0000        1010.3726      2.24%
7725.19/389.96	c       390           4602         124        20        1033.0000        1010.5360      2.22%
7824.44/395.01	c       395           4635         127        20        1033.0000        1010.5445      2.22%
7923.57/400.03	c       400           4719         131        20        1033.0000        1010.8869      2.19%
8025.55/405.05	c       405           4807         145        20        1033.0000        1011.0290      2.17%
8126.62/410.16	c       410           4820         150        20        1033.0000        1011.0526      2.17%
8227.03/415.22	c       415           4889         153        20        1033.0000        1011.0526      2.17%
8326.23/420.27	c       420           4921         153        20        1033.0000        1011.0568      2.17%
8427.35/425.31	c       425           4959         161        20        1033.0000        1011.1890      2.16%
8526.60/430.33	c       430           5012         166        20        1033.0000        1011.1890      2.16%
8625.78/435.39	c       435           5109         169        20        1033.0000        1011.2178      2.15%
8726.94/440.42	c       440           5119         175        20        1033.0000        1011.2436      2.15%
8828.13/445.52	c       446           5136         182        20        1033.0000        1011.2474      2.15%
8927.23/450.57	c       451           5244         180        20        1033.0000        1011.2474      2.15%
9026.46/455.59	c       456           5299         183        20        1033.0000        1011.3237      2.14%
9127.62/460.67	c       461           5302         186        20        1033.0000        1011.3237      2.14%
9228.86/465.72	c       466           5409         189        20        1033.0000        1011.4152      2.13%
9327.98/470.79	c       471           5489         189        20        1033.0000        1011.4496      2.13%
9429.22/475.81	c       476           5542         194        20        1033.0000        1011.4496      2.13%
9528.50/480.83	c       481           5576         198        20        1033.0000        1011.5268      2.12%
9627.47/485.85	c       486           5639         201        20        1033.0000        1011.6410      2.11%
9726.47/490.87	c       491           5689         205        20        1033.0000        1011.6500      2.11%
9827.57/495.91	c       496           5709         209        20        1033.0000        1011.6667      2.11%
9926.71/500.99	c       501           5711         211        20        1033.0000        1011.6667      2.11%
10025.89/506.01	c       506           5720         214        20        1033.0000        1011.6698      2.11%
10127.82/511.13	c       511           5759         221        20        1033.0000        1011.6913      2.11%
10230.11/516.25	c       516           5800         226        20        1033.0000        1011.6913      2.11%
10329.23/521.29	c       521           5844         230        20        1033.0000        1011.7554      2.10%
10430.41/526.36	c       526           5923         235        20        1033.0000        1011.7769      2.10%
10531.55/531.41	c       531           6432         121        20        1033.0000        1012.1623      2.06%
10630.56/536.46	c       536           6504         135        20        1033.0000        1012.1928      2.06%
10731.56/541.52	c       542           6587         138        20        1033.0000        1012.1928      2.06%
10830.43/546.56	c       547           6696         145        20        1033.0000        1012.3695      2.04%
10929.64/551.57	c       552           6737         156        20        1033.0000        1012.5901      2.02%
11030.81/556.63	c       557           6772         163        20        1033.0000        1012.6620      2.01%
11131.97/561.72	c       562           6872         171        20        1033.0000        1012.7101      2.00%
11231.17/566.77	c       567           6964         183        20        1033.0000        1012.8739      1.99%
11332.26/571.80	c       572           7082         181        20        1033.0000        1012.8906      1.99%
11431.57/576.81	c       577           7118         189        20        1033.0000        1012.8906      1.99%
11530.49/581.89	c       582           7232         187        20        1033.0000        1012.9589      1.98%
11631.55/586.97	c       587           7324         193        20        1033.0000        1012.9589      1.98%
11730.74/592.02	c       592           7424         195        20        1033.0000        1012.9606      1.98%
11832.80/597.10	c       597           7527         202        20        1033.0000        1013.0153      1.97%
11933.95/602.15	c       602           7634         199        20        1033.0000        1013.0153      1.97%
12033.14/607.17	c       607           7702         211        20        1033.0000        1013.0564      1.97%
12133.52/612.21	c       612           7797         218        20        1033.0000        1013.0564      1.97%
12232.78/617.22	c       617           7912         223        20        1033.0000        1013.0830      1.97%
12333.89/622.35	c       622           7961         230        20        1033.0000        1013.0830      1.97%
12435.11/627.40	c       627           8112         229        20        1033.0000        1013.1062      1.96%
12534.35/632.41	c       632           8152         237        20        1033.0000        1013.1135      1.96%
12635.36/637.50	c       638           8245         238        20        1033.0000        1013.1135      1.96%
12734.54/642.55	c       643           8330         245        20        1033.0000        1013.1504      1.96%
12833.71/647.56	c       648           8422         249        20        1033.0000        1013.2313      1.95%
12934.94/652.66	c       653           8485         260        20        1033.0000        1013.2642      1.95%
13036.13/657.71	c       658           8542         265        20        1033.0000        1013.3046      1.94%
13135.11/662.76	c       663           8608         273        20        1033.0000        1013.3065      1.94%
13234.34/667.78	c       668           8724         279        20        1033.0000        1013.3937      1.93%
13335.45/672.83	c       673           8809         292        20        1033.0000        1013.4267      1.93%
13436.61/677.92	c       678           8922         293        20        1033.0000        1013.4267      1.93%
13535.58/682.97	c       683           8992         299        20        1033.0000        1013.4906      1.92%
13634.58/688.02	c       688           9040         309        20        1033.0000        1013.4906      1.92%
13736.36/693.07	c       693           9084         315        20        1033.0000        1013.5096      1.92%
13835.57/698.12	c       698           9147         328        20        1033.0000        1013.5531      1.92%
13937.02/703.15	c       703           9259         328        20        1033.0000        1013.5531      1.92%
14037.43/708.22	c       708           9353         332        20        1033.0000        1013.5922      1.91%
14136.69/713.27	c       713           9420         331        20        1033.0000        1013.5922      1.91%
14237.73/718.32	c       718           9462         335        20        1033.0000        1013.6027      1.91%
14336.91/723.37	c       723           9572         337        20        1033.0000        1013.6027      1.91%
14437.78/728.41	c       728           9644         341        20        1033.0000        1013.6270      1.91%
14536.79/733.44	c       733           9716         349        20        1033.0000        1013.6363      1.91%
14638.02/738.52	c       739           9823         354        20        1033.0000        1013.6363      1.91%
14737.17/743.57	c       744           9862         357        20        1033.0000        1013.6806      1.91%
14838.28/748.62	c       749           9940         363        20        1033.0000        1013.6806      1.91%
14937.53/753.63	c       754          10045         368        20        1033.0000        1013.6806      1.91%
15038.74/758.72	c       759          10142         379        20        1033.0000        1013.7493      1.90%
15137.80/763.75	c       764          10198         387        20        1033.0000        1013.7493      1.90%
15237.04/768.76	c       769          10285         384        20        1033.0000        1013.7585      1.90%
15338.24/773.85	c       774          10368         389        20        1033.0000        1013.7936      1.89%
15439.42/778.93	c       779          10435         394        20        1033.0000        1013.7986      1.89%
15538.51/783.99	c       784          10509         398        20        1033.0000        1013.8144      1.89%
15640.04/789.05	c       789          10597         410        20        1033.0000        1013.8608      1.89%
15739.23/794.10	c       794          10679         422        20        1033.0000        1013.8626      1.89%
15838.41/799.13	c       799          10750         427        20        1033.0000        1013.8786      1.89%
15940.88/804.21	c       804          10822         441        20        1033.0000        1013.9764      1.88%
16039.84/809.26	c       809          10882         447        20        1033.0000        1013.9930      1.87%
16138.88/814.29	c       814          10895         454        20        1033.0000        1014.0234      1.87%
16240.03/819.36	c       819          10962         463        20        1033.0000        1014.0297      1.87%
16341.08/824.41	c       824          10997         466        20        1033.0000        1014.0297      1.87%
16440.30/829.43	c       829          11012         465        20        1033.0000        1014.0333      1.87%
16541.48/834.51	c       835          11121         474        20        1033.0000        1014.0335      1.87%
16640.55/839.56	c       840          11195         476        20        1033.0000        1014.0335      1.87%
16741.65/844.61	c       845          11230         479        20        1033.0000        1014.0396      1.87%
16840.88/849.66	c       850          11282         489        20        1033.0000        1014.0663      1.87%
16941.75/854.71	c       855          11286         493        20        1033.0000        1014.0663      1.87%
17041.01/859.78	c       860          11392         497        20        1033.0000        1014.0871      1.87%
17140.15/864.79	c       865          11472         505        20        1033.0000        1014.1020      1.86%
17241.11/869.81	c       870          11601         510        20        1033.0000        1014.1020      1.86%
17340.00/874.89	c       875          11702         517        20        1033.0000        1014.1352      1.86%
17441.15/879.98	c       880          11777         520        20        1033.0000        1014.1352      1.86%
17542.93/885.03	c       885          11872         527        20        1033.0000        1014.1626      1.86%
17642.10/890.04	c       890          11892         535        20        1033.0000        1014.2314      1.85%
17741.27/895.09	c       895          11942         547        20        1033.0000        1014.2564      1.85%
17842.46/900.18	c       900          11986         553        20        1033.0000        1014.2564      1.85%
17942.77/905.24	c       905          12032         559        20        1033.0000        1014.2854      1.85%
18041.71/910.29	c       910          12063         570        20        1033.0000        1014.3083      1.84%
18142.84/915.34	c       915          12134         567        20        1033.0000        1014.3083      1.84%
18242.09/920.36	c       920          12178         567        20        1033.0000        1014.3083      1.84%
18341.29/925.39	c       925          12200         569        20        1033.0000        1014.3083      1.84%
18442.47/930.45	c       930          12236         573        20        1033.0000        1014.3337      1.84%
18541.60/935.47	c       935          12265         576        20        1033.0000        1014.3348      1.84%
18640.83/940.47	c       940          12302         581        20        1033.0000        1014.3522      1.84%
18742.05/945.53	c       946          12322         585        20        1033.0000        1014.3558      1.84%
18841.00/950.54	c       951          12402         593        20        1033.0000        1014.3732      1.84%
18944.14/955.74	c       956          12510         597        20        1033.0000        1014.3981      1.83%
19045.42/960.80	c       961          12612         599        20        1033.0000        1014.4053      1.83%
19144.30/965.81	c       966          12738         599        20        1033.0000        1014.4053      1.83%
19245.51/970.91	c       971          12875         596        20        1033.0000        1014.4053      1.83%
19344.64/975.93	c       976          12922         601        20        1033.0000        1014.5381      1.82%
19443.87/980.97	c       981          12956         611        20        1033.0000        1014.5382      1.82%
19545.56/986.08	c       986          13051         610        20        1033.0000        1014.5770      1.82%
19646.60/991.12	c       991          13155         608        20        1033.0000        1014.5770      1.82%
19745.92/996.18	c       996          13280         621        20        1033.0000        1014.5971      1.81%
19846.47/1001.23	c      1001          13401         626        20        1033.0000        1014.5988      1.81%
19945.69/1006.27	c      1006          13512         629        20        1033.0000        1014.6024      1.81%
20046.92/1011.33	c      1011          13580         633        20        1033.0000        1014.6024      1.81%
20146.16/1016.38	c      1016          13682         635        20        1033.0000        1014.6275      1.81%
20247.28/1021.42	c      1021          13714         647        20        1033.0000        1014.6371      1.81%
20346.45/1026.49	c      1026          13810         647        20        1033.0000        1014.6371      1.81%
20447.50/1031.54	c      1032          13862         643        20        1033.0000        1014.6686      1.81%
20546.64/1036.59	c      1037          13970         651        20        1033.0000        1014.6717      1.81%
20647.62/1041.63	c      1042          14074         661        20        1033.0000        1014.7193      1.80%
20746.76/1046.69	c      1047          14182         665        20        1033.0000        1014.7205      1.80%
20845.75/1051.70	c      1052          14264         673        20        1033.0000        1014.7205      1.80%
20946.96/1056.79	c      1057          14329         682        20        1033.0000        1014.7273      1.80%
21048.18/1061.85	c      1062          14460         689        20        1033.0000        1014.7527      1.80%
21147.20/1066.89	c      1067          14582         689        20        1033.0000        1014.8217      1.79%
21248.35/1071.93	c      1072          14586         693        20        1033.0000        1014.8217      1.79%
21347.55/1076.97	c      1077          14669         696        20        1033.0000        1014.8524      1.79%
21449.54/1082.05	c      1082          14732         703        20        1033.0000        1014.9009      1.78%
21548.51/1087.10	c      1087          14815         726        20        1033.0000        1014.9111      1.78%
21649.44/1092.13	c      1092          14855         732        20        1033.0000        1014.9427      1.78%
21749.84/1097.21	c      1097          14948         739        20        1033.0000        1014.9427      1.78%
21848.87/1102.26	c      1102          15013         736        20        1033.0000        1014.9427      1.78%
21947.96/1107.29	c      1107          15044         743        20        1033.0000        1014.9518      1.78%
22049.12/1112.34	c      1112          15092         749        20        1033.0000        1014.9880      1.77%
22150.40/1117.41	c      1117          15136         755        20        1033.0000        1014.9893      1.77%
22249.48/1122.46	c      1122          15174         759        20        1033.0000        1015.0007      1.77%
22348.69/1127.48	c      1127          15221         758        20        1033.0000        1015.0007      1.77%
22449.91/1132.56	c      1133          15252         763        20        1033.0000        1015.0245      1.77%
22551.14/1137.60	c      1138          15283         768        20        1033.0000        1015.0245      1.77%
22650.31/1142.62	c      1143          15336         773        20        1033.0000        1015.0356      1.77%
22749.53/1147.64	c      1148          15362         777        20        1033.0000        1015.0551      1.77%
22850.69/1152.77	c      1153          15366         781        20        1033.0000        1015.0551      1.77%
22951.89/1157.80	c      1158          15382         783        20        1033.0000        1015.0551      1.77%
23050.98/1162.84	c      1163          15400         783        20        1033.0000        1015.0551      1.77%
23149.84/1167.87	c      1168          15492         781        20        1033.0000        1015.0703      1.77%
23250.94/1172.94	c      1173          15579         790        20        1033.0000        1015.0703      1.77%
23350.09/1178.03	c      1178          15662         795        20        1033.0000        1015.1143      1.76%
23451.87/1183.09	c      1183          15690         801        20        1033.0000        1015.1143      1.76%
23553.08/1188.15	c      1188          15734         805        20        1033.0000        1015.1324      1.76%
23652.34/1193.17	c      1193          15834         809        20        1033.0000        1015.1549      1.76%
23752.74/1198.21	c      1198          15874         813        20        1033.0000        1015.2146      1.75%
23853.90/1203.31	c      1203          15903         814        20        1033.0000        1015.2146      1.75%
23953.07/1208.33	c      1208          15951         824        20        1033.0000        1015.2343      1.75%
24052.17/1213.37	c      1213          16048         829        20        1033.0000        1015.2343      1.75%
24153.36/1218.46	c      1218          16131         838        20        1033.0000        1015.2639      1.75%
24254.53/1223.51	c      1224          16155         846        20        1033.0000        1015.2905      1.74%
24353.71/1228.52	c      1229          16233         850        20        1033.0000        1015.2905      1.74%
24452.92/1233.56	c      1234          16329         854        20        1033.0000        1015.3032      1.74%
24552.12/1238.58	c      1239          16420         857        20        1033.0000        1015.3032      1.74%
24653.32/1243.62	c      1244          16512         855        20        1033.0000        1015.3187      1.74%
24752.56/1248.67	c      1249          16565         860        20        1033.0000        1015.3187      1.74%
24853.87/1253.73	c      1254          16632         863        20        1033.0000        1015.3212      1.74%
24954.93/1258.89	c      1259          16672         869        20        1033.0000        1015.3345      1.74%
25055.99/1263.94	c      1264          16758         875        20        1033.0000        1015.3345      1.74%
25155.13/1268.99	c      1269          16815         876        20        1033.0000        1015.3345      1.74%
25256.99/1274.05	c      1274          16853         880        20        1033.0000        1015.3583      1.74%
25356.32/1279.10	c      1279          16979         886        20        1033.0000        1015.3583      1.74%
25457.50/1284.15	c      1284          17038         891        20        1033.0000        1015.3760      1.74%
25556.37/1289.19	c      1289          17092         895        20        1033.0000        1015.3856      1.73%
25656.99/1294.24	c      1294          17139         898        20        1033.0000        1015.3856      1.73%
25756.23/1299.28	c      1299          17232         901        20        1033.0000        1015.3949      1.73%
25857.16/1304.34	c      1304          17253         912        20        1033.0000        1015.4530      1.73%
25958.38/1309.40	c      1309          17338         919        20        1033.0000        1015.4775      1.73%
26057.60/1314.45	c      1314          17451         926        20        1033.0000        1015.4777      1.73%
26156.78/1319.46	c      1319          17540         937        20        1033.0000        1015.4825      1.73%
26258.00/1324.56	c      1325          17638         937        20        1033.0000        1015.4825      1.73%
26359.09/1329.60	c      1330          17752         945        20        1033.0000        1015.4979      1.72%
26458.22/1334.66	c      1335          17821         958        20        1033.0000        1015.5044      1.72%
26559.31/1339.71	c      1340          17969         960        20        1033.0000        1015.5336      1.72%
26658.29/1344.76	c      1345          18122         961        20        1033.0000        1015.5622      1.72%
26759.46/1349.81	c      1350          18132         965        20        1033.0000        1015.5668      1.72%
26858.57/1354.86	c      1355          18231         980        20        1033.0000        1015.5879      1.71%
26959.63/1359.91	c      1360          18374         979        20        1033.0000        1015.5879      1.71%
27058.90/1364.95	c      1365          18421         990        20        1033.0000        1015.6026      1.71%
27157.85/1370.02	c      1370          18527         998        20        1033.0000        1015.6119      1.71%
27259.46/1375.08	c      1375          18662        1003        20        1033.0000        1015.6226      1.71%
27360.33/1380.13	c      1380          18695        1010        20        1033.0000        1015.6292      1.71%
27459.73/1385.18	c      1385          18794        1015        20        1033.0000        1015.6292      1.71%
27560.03/1390.23	c      1390          18852        1013        20        1033.0000        1015.6502      1.71%
27659.25/1395.26	c      1395          18954        1019        20        1033.0000        1015.6502      1.71%
27760.41/1400.33	c      1400          18994        1025        20        1033.0000        1015.6709      1.71%
27859.50/1405.35	c      1405          19069        1034        20        1033.0000        1015.6720      1.71%
27960.65/1410.41	c      1410          19127        1036        20        1033.0000        1015.6720      1.71%
28059.61/1415.43	c      1415          19158        1037        20        1033.0000        1015.6720      1.71%
28160.83/1420.54	c      1421          19206        1035        20        1033.0000        1015.6720      1.71%
28260.03/1425.59	c      1426          19279        1042        20        1033.0000        1015.6757      1.71%
28361.19/1430.64	c      1431          19397        1046        20        1033.0000        1015.6757      1.71%
28460.26/1435.67	c      1436          19497        1048        20        1033.0000        1015.6764      1.71%
28561.27/1440.75	c      1441          19602        1053        20        1033.0000        1015.6818      1.71%
28662.45/1445.80	c      1446          19682        1057        20        1033.0000        1015.7562      1.70%
28761.49/1450.85	c      1451          19692        1067        20        1033.0000        1015.7562      1.70%
28862.44/1455.90	c      1456          19735        1098        20        1033.0000        1015.7676      1.70%
28961.58/1460.95	c      1461          19830        1105        20        1033.0000        1015.7840      1.69%
29060.72/1466.00	c      1466          19911        1110        20        1033.0000        1015.7840      1.69%
29162.38/1471.05	c      1471          19976        1113        20        1033.0000        1015.7840      1.69%
29261.58/1476.11	c      1476          20029        1116        20        1033.0000        1015.7840      1.69%
29360.79/1481.12	c      1481          20132        1121        20        1033.0000        1015.7883      1.69%
29461.76/1486.19	c      1486          20152        1125        20        1033.0000        1015.7888      1.69%
29562.26/1491.20	c      1491          20187        1128        20        1033.0000        1015.7888      1.69%
29661.44/1496.28	c      1496          20235        1126        20        1033.0000        1015.7888      1.69%
29762.42/1501.34	c      1501          20306        1135        20        1033.0000        1015.7963      1.69%
29861.61/1506.37	c      1506          20392        1137        20        1033.0000        1015.8037      1.69%
29962.68/1511.48	c      1511          20464        1143        20        1033.0000        1015.8037      1.69%
30063.83/1516.53	c      1517          20526        1143        20        1033.0000        1015.8037      1.69%
30162.94/1521.58	c      1522          20582        1147        20        1033.0000        1015.8235      1.69%
30264.02/1526.63	c      1527          20625        1156        20        1033.0000        1015.8235      1.69%
30362.99/1531.68	c      1532          20722        1161        20        1033.0000        1015.8447      1.69%
30464.01/1536.74	c      1537          20737        1164        20        1033.0000        1015.8447      1.69%
30562.94/1541.79	c      1542          20770        1165        20        1033.0000        1015.8447      1.69%
30663.90/1546.81	c      1547          20826        1169        20        1033.0000        1015.8490      1.69%
30762.90/1551.82	c      1552          20872        1169        20        1033.0000        1015.8505      1.69%
30863.98/1556.94	c      1557          20876        1173        20        1033.0000        1015.8505      1.69%
30963.19/1562.00	c      1562          20932        1169        20        1033.0000        1015.8537      1.69%
31062.35/1567.02	c      1567          21022        1173        20        1033.0000        1015.8550      1.69%
31163.87/1572.03	c      1572          21083        1174        20        1033.0000        1015.8550      1.69%
31265.08/1577.17	c      1577          21147        1180        20        1033.0000        1015.8722      1.69%
31365.77/1582.22	c      1582          21192        1181        20        1033.0000        1015.8944      1.68%
31464.97/1587.27	c      1587          21264        1189        20        1033.0000        1015.9047      1.68%
31566.13/1592.30	c      1592          21369        1196        20        1033.0000        1015.9124      1.68%
31665.34/1597.37	c      1597          21422        1201        20        1033.0000        1015.9299      1.68%
31764.51/1602.38	c      1602          21466        1213        20        1033.0000        1015.9341      1.68%
31865.70/1607.47	c      1607          21544        1217        20        1033.0000        1015.9383      1.68%
31966.92/1612.50	c      1612          21622        1225        20        1033.0000        1015.9476      1.68%
32066.30/1617.53	c      1618          21668        1229        20        1033.0000        1015.9476      1.68%
32167.32/1622.61	c      1623          21749        1228        20        1033.0000        1015.9476      1.68%
32266.40/1627.67	c      1628          21843        1230        20        1033.0000        1015.9529      1.68%
32367.45/1632.73	c      1633          21933        1230        20        1033.0000        1015.9681      1.68%
32466.61/1637.74	c      1638          22009        1234        20        1033.0000        1015.9681      1.68%
32567.81/1642.83	c      1643          22053        1236        20        1033.0000        1015.9824      1.67%
32666.91/1647.88	c      1648          22185        1242        20        1033.0000        1015.9824      1.67%
32767.89/1652.94	c      1653          22250        1249        20        1033.0000        1016.0113      1.67%
32867.04/1658.01	c      1658          22309        1258        20        1033.0000        1016.0155      1.67%
32968.74/1663.07	c      1663          22438        1261        20        1033.0000        1016.0261      1.67%
33067.91/1668.12	c      1668          22522        1263        20        1033.0000        1016.0270      1.67%
33169.04/1673.18	c      1673          22555        1270        20        1033.0000        1016.0291      1.67%
33269.52/1678.23	c      1678          22556        1271        20        1033.0000        1016.0291      1.67%
33368.56/1683.28	c      1683          22625        1276        20        1033.0000        1016.0353      1.67%
33469.77/1688.33	c      1688          22722        1279        20        1033.0000        1016.0404      1.67%
33568.92/1693.38	c      1693          22811        1292        20        1033.0000        1016.0590      1.67%
33669.85/1698.43	c      1698          22882        1299        20        1033.0000        1016.0627      1.67%
33768.92/1703.49	c      1704          22937        1306        20        1033.0000        1016.0627      1.67%
33870.08/1708.51	c      1709          23032        1313        20        1033.0000        1016.0723      1.67%
33969.17/1713.52	c      1714          23063        1318        20        1033.0000        1016.1007      1.66%
34068.19/1718.57	c      1719          23172        1327        20        1033.0000        1016.1007      1.66%
34169.21/1723.62	c      1724          23237        1336        20        1033.0000        1016.1070      1.66%
34270.34/1728.70	c      1729          23380        1341        20        1033.0000        1016.1180      1.66%
34369.48/1733.76	c      1734          23411        1348        20        1033.0000        1016.1184      1.66%
34468.66/1738.77	c      1739          23547        1346        20        1033.0000        1016.1184      1.66%
34569.73/1743.87	c      1744          23711        1352        20        1033.0000        1016.1686      1.66%
34670.86/1748.94	c      1749          23822        1351        20        1033.0000        1016.1703      1.66%
34769.91/1753.96	c      1754          23862        1355        20        1033.0000        1016.1717      1.66%
34868.96/1758.98	c      1759          23904        1363        20        1033.0000        1016.1717      1.66%
34970.52/1764.07	c      1764          24012        1369        20        1033.0000        1016.1948      1.65%
35069.66/1769.12	c      1769          24107        1372        20        1033.0000        1016.1948      1.65%
35170.90/1774.14	c      1774          24131        1380        20        1033.0000        1016.2000      1.65%
35271.47/1779.24	c      1779          24192        1391        20        1033.0000        1016.2134      1.65%
35370.64/1784.29	c      1784          24288        1403        20        1033.0000        1016.2215      1.65%
35471.82/1789.33	c      1789          24375        1400        20        1033.0000        1016.2215      1.65%
35570.96/1794.37	c      1794          24468        1399        20        1033.0000        1016.2215      1.65%
35671.73/1799.44	c      1799          24576        1409        20        1033.0000        1016.2274      1.65%
35770.90/1804.49	c      1804          24651        1412        20        1033.0000        1016.2339      1.65%
35872.09/1809.55	c      1810          24793        1412        20        1033.0000        1016.2339      1.65%
35973.23/1814.60	c      1815          24902        1419        20        1033.0000        1016.2726      1.65%
36072.36/1819.62	c      1820          25012        1425        20        1033.0000        1016.2730      1.65%
36171.53/1824.68	c      1825          25070        1433        20        1033.0000        1016.2761      1.65%
36270.66/1829.69	c      1830          25164        1441        20        1033.0000        1016.2818      1.65%
36373.61/1834.81	c      1835          25273        1446        20        1033.0000        1016.2864      1.64%
36472.83/1839.85	c      1840          25332        1443        20        1033.0000        1016.2888      1.64%
36571.99/1844.87	c      1845          25442        1449        20        1033.0000        1016.2933      1.64%
36672.97/1849.95	c      1850          25507        1462        20        1033.0000        1016.3298      1.64%
36771.89/1854.97	c      1855          25656        1467        20        1033.0000        1016.3298      1.64%
36873.66/1860.05	c      1860          25762        1479        20        1033.0000        1016.3487      1.64%
36973.02/1865.10	c      1865          25825        1484        20        1033.0000        1016.3487      1.64%
37073.96/1870.15	c      1870          25922        1489        20        1033.0000        1016.3877      1.63%
37173.17/1875.17	c      1875          25958        1489        20        1033.0000        1016.3877      1.63%
37272.29/1880.17	c      1880          25999        1488        20        1033.0000        1016.3877      1.63%
37372.81/1885.22	c      1885          26072        1487        20        1033.0000        1016.3965      1.63%
37471.96/1890.25	c      1890          26165        1502        20        1033.0000        1016.3965      1.63%
37571.11/1895.29	c      1895          26311        1510        20        1033.0000        1016.4175      1.63%
37674.31/1900.45	c      1900          26400        1517        20        1033.0000        1016.4175      1.63%
37775.49/1905.50	c      1906          26500        1507        20        1033.0000        1016.4175      1.63%
37874.65/1910.55	c      1911          26582        1515        20        1033.0000        1016.4402      1.63%
37975.51/1915.60	c      1916          26640        1527        20        1033.0000        1016.4531      1.63%
38074.65/1920.61	c      1921          26682        1529        20        1033.0000        1016.4573      1.63%
38175.85/1925.70	c      1926          26737        1536        20        1033.0000        1016.4718      1.63%
38274.91/1930.75	c      1931          26780        1541        20        1033.0000        1016.4829      1.62%
38376.02/1935.80	c      1936          26882        1537        20        1033.0000        1016.4842      1.62%
38475.21/1940.85	c      1941          26952        1547        20        1033.0000        1016.5082      1.62%
38576.18/1945.90	c      1946          27052        1553        20        1033.0000        1016.5087      1.62%
38675.32/1950.95	c      1951          27107        1562        20        1033.0000        1016.5393      1.62%
38774.22/1956.00	c      1956          27147        1568        20        1033.0000        1016.5423      1.62%
38876.04/1961.05	c      1961          27226        1573        20        1033.0000        1016.5487      1.62%
38974.84/1966.10	c      1966          27323        1574        20        1033.0000        1016.5514      1.62%
39076.12/1971.15	c      1971          27372        1585        20        1033.0000        1016.5627      1.62%
39176.45/1976.20	c      1976          27427        1592        20        1033.0000        1016.5627      1.62%
39275.63/1981.23	c      1981          27485        1590        20        1033.0000        1016.5627      1.62%
39376.18/1986.30	c      1986          27566        1597        20        1033.0000        1016.5742      1.62%
39475.30/1991.35	c      1991          27617        1598        20        1033.0000        1016.5742      1.62%
39576.31/1996.40	c      1996          27661        1602        20        1033.0000        1016.5774      1.62%
39675.36/2001.46	c      2001          27730        1605        20        1033.0000        1016.5818      1.62%
39774.45/2006.50	c      2007          27763        1608        20        1033.0000        1016.5842      1.61%
39875.63/2011.55	c      2012          27858        1607        20        1033.0000        1016.5842      1.61%
39976.74/2016.60	c      2017          27976        1603        20        1033.0000        1016.5842      1.61%
40075.89/2021.63	c      2022          28032        1609        20        1033.0000        1016.5842      1.61%
40175.05/2026.65	c      2027          28092        1617        20        1033.0000        1016.5925      1.61%
40276.16/2031.71	c      2032          28163        1622        20        1033.0000        1016.6082      1.61%
40377.16/2036.80	c      2037          28200        1627        20        1033.0000        1016.6102      1.61%
40476.24/2041.85	c      2042          28258        1629        20        1033.0000        1016.6130      1.61%
40575.37/2046.89	c      2047          28293        1634        20        1033.0000        1016.6186      1.61%
40676.57/2051.95	c      2052          28321        1638        20        1033.0000        1016.6186      1.61%
40775.66/2056.97	c      2057          22879        1267        20        1033.0000        1016.6277      1.61%
40874.87/2061.98	c      2062          28414        1645        20        1033.0000        1016.6415      1.61%
40976.86/2067.10	c      2067          28453        1654        20        1033.0000        1016.6663      1.61%
41077.91/2072.15	c      2072          23069        1281        20        1033.0000        1016.6752      1.61%
41178.33/2077.20	c      2077          28542        1663        20        1033.0000        1016.7031      1.60%
41277.33/2082.22	c      2082          28590        1671        20        1033.0000        1016.7031      1.60%
41376.52/2087.23	c      2087          28632        1671        20        1033.0000        1016.7227      1.60%
41477.50/2092.35	c      2092          28656        1681        20        1033.0000        1016.7328      1.60%
41578.51/2097.40	c      2097          28724        1681        20        1033.0000        1016.7328      1.60%
41677.60/2102.42	c      2102          28778        1683        20        1033.0000        1016.7524      1.60%
41778.67/2107.50	c      2108          28838        1683        20        1033.0000        1016.7524      1.60%
41877.77/2112.55	c      2113          28889        1684        20        1033.0000        1016.7586      1.60%
41978.80/2117.60	c      2118          28951        1688        20        1033.0000        1016.7685      1.60%
42077.81/2122.65	c      2123          28984        1693        20        1033.0000        1016.7759      1.60%
42178.91/2127.70	c      2128          29046        1697        20        1033.0000        1016.7799      1.60%
42278.08/2132.75	c      2133          29107        1704        20        1033.0000        1016.7901      1.59%
42379.15/2137.80	c      2138          29151        1716        20        1033.0000        1016.8318      1.59%
42478.35/2142.82	c      2143          29220        1723        20        1033.0000        1016.8459      1.59%
42579.48/2147.90	c      2148          29244        1733        20        1033.0000        1016.8497      1.59%
42678.48/2152.92	c      2153          29292        1737        20        1033.0000        1016.8579      1.59%
42777.68/2158.00	c      2158          29327        1748        20        1033.0000        1016.8605      1.59%
42879.61/2163.05	c      2163          29398        1751        20        1033.0000        1016.8627      1.59%
42978.67/2168.10	c      2168          29442        1749        20        1033.0000        1016.8627      1.59%
43079.82/2173.15	c      2173          29493        1750        20        1033.0000        1016.8627      1.59%
43180.04/2178.20	c      2178          24339        1365        20        1033.0000        1016.8779      1.59%
43279.16/2183.22	c      2183          24372        1372        20        1033.0000        1016.8779      1.59%
43378.16/2188.25	c      2188          24414        1376        20        1033.0000        1016.8838      1.58%
43478.91/2193.31	c      2193          24429        1375        20        1033.0000        1016.8846      1.58%
43578.10/2198.32	c      2198          24491        1379        20        1033.0000        1016.8846      1.58%
43677.18/2203.36	c      2203          24548        1380        20        1033.0000        1016.8846      1.58%
43778.30/2208.41	c      2208          24587        1379        20        1033.0000        1016.8846      1.58%
43879.37/2213.55	c      2214          24645        1377        20        1033.0000        1016.8846      1.58%
43980.50/2218.60	c      2219          24695        1383        20        1033.0000        1016.8907      1.58%
44079.51/2223.62	c      2224          24779        1387        20        1033.0000        1016.9285      1.58%
44178.61/2228.70	c      2229          24893        1397        20        1033.0000        1016.9285      1.58%
44279.80/2233.75	c      2234          25009        1401        20        1033.0000        1016.9426      1.58%
44380.71/2238.80	c      2239          25018        1408        20        1033.0000        1016.9426      1.58%
44479.83/2243.85	c      2244          25049        1409        20        1033.0000        1016.9646      1.58%
44578.75/2248.87	c      2249          25089        1411        20        1033.0000        1016.9646      1.58%
44677.55/2253.88	c      2254          25158        1424        20        1033.0000        1017.0038      1.57%
44776.59/2258.90	c      2259          25249        1423        20        1033.0000        1017.0093      1.57%
44877.69/2263.95	c      2264          25261        1427        20        1033.0000        1017.0360      1.57%
44979.47/2269.05	c      2269          25309        1435        20        1033.0000        1017.0756      1.57%
45078.58/2274.08	c      2274          25336        1436        20        1033.0000        1017.0756      1.57%
45179.69/2279.16	c      2279          25372        1442        20        1033.0000        1017.0756      1.57%
45280.31/2284.26	c      2284          25491        1443        20        1033.0000        1017.0756      1.57%
45379.49/2289.29	c      2289          25553        1443        20        1033.0000        1017.0756      1.57%
45480.70/2294.36	c      2294          25589        1443        20        1033.0000        1017.0756      1.57%
45579.89/2299.37	c      2299          25661        1445        20        1033.0000        1017.0756      1.57%
45679.06/2304.39	c      2304          25676        1450        20        1033.0000        1017.0853      1.56%
45782.29/2309.51	c      2310          25715        1449        20        1033.0000        1017.0853      1.56%
45881.54/2314.54	c      2315          25733        1453        20        1033.0000        1017.0873      1.56%
45982.70/2319.61	c      2320          25815        1455        20        1033.0000        1017.0873      1.56%
46081.86/2324.64	c      2325          25847        1459        20        1033.0000        1017.0937      1.56%
46181.01/2329.67	c      2330          25929        1463        20        1033.0000        1017.1184      1.56%
46280.18/2334.69	c      2335          25999        1467        20        1033.0000        1017.1184      1.56%
46381.42/2339.75	c      2340          26017        1473        20        1033.0000        1017.1259      1.56%
46482.50/2344.81	c      2345          26070        1472        20        1033.0000        1017.1507      1.56%
46583.67/2349.91	c      2350          26117        1479        20        1033.0000        1017.1656      1.56%
46682.90/2354.93	c      2355          26158        1480        20        1033.0000        1017.1656      1.56%
46782.14/2360.01	c      2360          26200        1482        20        1033.0000        1017.1867      1.55%
46884.04/2365.06	c      2365          26269        1481        20        1033.0000        1017.1889      1.55%
46983.13/2370.11	c      2370          26272        1484        20        1033.0000        1017.1889      1.55%
47084.39/2375.16	c      2375          26372        1494        20        1033.0000        1017.1925      1.55%
47184.78/2380.21	c      2380          26399        1493        20        1033.0000        1017.1927      1.55%
47283.97/2385.26	c      2385          26485        1505        20        1033.0000        1017.1932      1.55%
47385.20/2390.31	c      2390          26519        1511        20        1033.0000        1017.2100      1.55%
47484.32/2395.33	c      2395          26530        1518        20        1033.0000        1017.2457      1.55%
47585.54/2400.41	c      2400          26533        1521        20        1033.0000        1017.2457      1.55%
47684.55/2405.45	c      2405          26655        1527        20        1033.0000        1017.2503      1.55%
47785.76/2410.51	c      2411          26729        1531        20        1033.0000        1017.2563      1.55%
47884.99/2415.52	c      2416          26761        1541        20        1033.0000        1017.2698      1.55%
47984.17/2420.57	c      2421          26771        1543        20        1033.0000        1017.2765      1.55%
48085.29/2425.66	c      2426          26859        1551        20        1033.0000        1017.2871      1.54%
48186.35/2430.71	c      2431          26879        1557        20        1033.0000        1017.3261      1.54%
48285.54/2435.73	c      2436          26898        1560        20        1033.0000        1017.3261      1.54%
48384.77/2440.76	c      2441          26910        1564        20        1033.0000        1017.3261      1.54%
48485.85/2445.86	c      2446          26949        1571        20        1033.0000        1017.3411      1.54%
48585.01/2450.87	c      2451          27019        1573        20        1033.0000        1017.3425      1.54%
48684.23/2455.89	c      2456          27055        1581        20        1033.0000        1017.3441      1.54%
48785.42/2460.93	c      2461          27132        1580        20        1033.0000        1017.3441      1.54%
48884.62/2465.96	c      2466          27146        1586        20        1033.0000        1017.3486      1.54%
48983.85/2470.97	c      2471          27177        1585        20        1033.0000        1017.3486      1.54%
49082.97/2476.00	c      2476          27201        1585        20        1033.0000        1017.3486      1.54%
49184.66/2481.11	c      2481          27227        1585        20        1033.0000        1017.3486      1.54%
49283.52/2486.12	c      2486          27255        1585        20        1033.0000        1017.3486      1.54%
49384.74/2491.15	c      2491          27309        1591        20        1033.0000        1017.3687      1.54%
49485.06/2496.30	c      2496          27310        1592        20        1033.0000        1017.3687      1.54%
49588.19/2501.43	c      2501          27328        1598        20        1033.0000        1017.3687      1.54%
49687.21/2506.46	c      2506          27348        1604        20        1033.0000        1017.3933      1.53%
49788.31/2511.51	c      2512          27430        1602        20        1033.0000        1017.3933      1.53%
49887.49/2516.55	c      2517          27459        1605        20        1033.0000        1017.3977      1.53%
49988.47/2521.62	c      2522          27479        1615        20        1033.0000        1017.4071      1.53%
50087.59/2526.68	c      2527          27525        1625        20        1033.0000        1017.4153      1.53%
50188.76/2531.73	c      2532          27548        1624        20        1033.0000        1017.4153      1.53%
50287.70/2536.78	c      2537          27619        1631        20        1033.0000        1017.4656      1.53%
50388.74/2541.81	c      2542          27648        1642        20        1033.0000        1017.4733      1.53%
50487.90/2546.83	c      2547          27674        1640        20        1033.0000        1017.4733      1.53%
50586.86/2551.83	c      2552          27721        1639        20        1033.0000        1017.4872      1.52%
50685.97/2556.86	c      2557          27809        1647        20        1033.0000        1017.4926      1.52%
50786.75/2561.93	c      2562          27829        1651        20        1033.0000        1017.4926      1.52%
50888.52/2567.08	c      2567          27869        1653        20        1033.0000        1017.5142      1.52%
50987.73/2572.13	c      2572          27938        1658        20        1033.0000        1017.5142      1.52%
51088.77/2577.18	c      2577          28029        1663        20        1033.0000        1017.5153      1.52%
51189.23/2582.23	c      2582          28069        1665        20        1033.0000        1017.5252      1.52%
51288.40/2587.25	c      2587          28124        1672        20        1033.0000        1017.5280      1.52%
51389.61/2592.32	c      2592          28167        1673        20        1033.0000        1017.5280      1.52%
51488.82/2597.38	c      2597          28229        1671        20        1033.0000        1017.5342      1.52%
51589.98/2602.40	c      2602          28302        1678        20        1033.0000        1017.5342      1.52%
51689.02/2607.48	c      2607          28353        1681        20        1033.0000        1017.5539      1.52%
51790.24/2612.53	c      2613          28385        1689        20        1033.0000        1017.5540      1.52%
51889.36/2617.57	c      2618          28422        1690        20        1033.0000        1017.5540      1.52%
51990.59/2622.61	c      2623          28485        1687        20        1033.0000        1017.5540      1.52%
52089.82/2627.68	c      2628          28519        1689        20        1033.0000        1017.5540      1.52%
52191.05/2632.70	c      2633          28538        1692        20        1033.0000        1017.5540      1.52%
52290.23/2637.74	c      2638          28584        1690        20        1033.0000        1017.5540      1.52%
52391.49/2642.84	c      2643          28612        1692        20        1033.0000        1017.5540      1.52%
52490.69/2647.89	c      2648          28630        1692        20        1033.0000        1017.5607      1.52%
52591.80/2652.93	c      2653          28662        1700        20        1033.0000        1017.5658      1.52%
52690.98/2657.99	c      2658          28728        1704        20        1033.0000        1017.5663      1.52%
52790.13/2663.00	c      2663          28739        1703        20        1033.0000        1017.5770      1.52%
52891.93/2668.04	c      2668          28805        1705        20        1033.0000        1017.5770      1.52%
52993.11/2673.14	c      2673          28809        1705        20        1033.0000        1017.5794      1.52%
53092.51/2678.19	c      2678          28871        1717        20        1033.0000        1017.5822      1.52%
53192.86/2683.24	c      2683          28946        1720        20        1033.0000        1017.5859      1.51%
53294.08/2688.30	c      2688          29029        1723        20        1033.0000        1017.6001      1.51%
53393.28/2693.31	c      2693          29104        1726        20        1033.0000        1017.6001      1.51%
53492.49/2698.35	c      2698          29189        1723        20        1033.0000        1017.6198      1.51%
53593.71/2703.44	c      2703          29253        1731        20        1033.0000        1017.6232      1.51%
53692.94/2708.49	c      2708          29289        1733        20        1033.0000        1017.6301      1.51%
53794.13/2713.51	c      2714          29322        1738        20        1033.0000        1017.6301      1.51%
53893.29/2718.59	c      2719          29359        1739        20        1033.0000        1017.6357      1.51%
53994.46/2723.64	c      2724          29369        1741        20        1033.0000        1017.6357      1.51%
54093.65/2728.65	c      2729          29395        1743        20        1033.0000        1017.6589      1.51%
54192.81/2733.68	c      2734          29526        1750        20        1033.0000        1017.6589      1.51%
54293.85/2738.73	c      2739          29549        1755        20        1033.0000        1017.6829      1.51%
54393.05/2743.78	c      2744          29629        1769        20        1033.0000        1017.6946      1.50%
54494.20/2748.89	c      2749          29654        1770        20        1033.0000        1017.6946      1.50%
54595.41/2753.94	c      2754          29699        1773        20        1033.0000        1017.6979      1.50%
54694.65/2758.96	c      2759          29720        1776        20        1033.0000        1017.7000      1.50%
54793.87/2764.01	c      2764          29819        1779        20        1033.0000        1017.7016      1.50%
54895.69/2769.04	c      2769          29861        1781        20        1033.0000        1017.7016      1.50%
54995.04/2774.12	c      2774          29873        1785        20        1033.0000        1017.7097      1.50%
55096.04/2779.19	c      2779          29932        1786        20        1033.0000        1017.7097      1.50%
55196.59/2784.24	c      2784          29999        1787        20        1033.0000        1017.7155      1.50%
55295.75/2789.29	c      2789          30079        1791        20        1033.0000        1017.7232      1.50%
55396.93/2794.34	c      2794          30099        1795        20        1033.0000        1017.7232      1.50%
55496.20/2799.39	c      2799          30217        1797        20        1033.0000        1017.7232      1.50%
55597.35/2804.41	c      2804          30273        1801        20        1033.0000        1017.7236      1.50%
55696.29/2809.49	c      2810          30357        1801        20        1033.0000        1017.7236      1.50%
55797.50/2814.50	c      2815          30456        1800        20        1033.0000        1017.7236      1.50%
55896.72/2819.59	c      2820          30480        1800        20        1033.0000        1017.7238      1.50%
55997.93/2824.64	c      2825          30519        1805        20        1033.0000        1017.7238      1.50%
56097.16/2829.69	c      2830          30569        1809        20        1033.0000        1017.7281      1.50%
56198.34/2834.74	c      2835          30629        1819        20        1033.0000        1017.7549      1.50%
56297.54/2839.79	c      2840          30646        1830        20        1033.0000        1017.7712      1.50%
56398.74/2844.84	c      2845          30680        1834        20        1033.0000        1017.8199      1.49%
56497.96/2849.89	c      2850          30709        1837        20        1033.0000        1017.8309      1.49%
56599.26/2854.94	c      2855          30729        1847        20        1033.0000        1017.8591      1.49%
56698.39/2859.99	c      2860          30739        1851        20        1033.0000        1017.8687      1.49%
56800.17/2865.05	c      2865          30743        1855        20        1033.0000        1017.8687      1.49%
56899.36/2870.09	c      2870          30759        1859        20        1033.0000        1017.8823      1.49%
57000.45/2875.15	c      2875          30769        1861        20        1033.0000        1017.9016      1.48%
57100.97/2880.20	c      2880          30784        1866        20        1033.0000        1017.9016      1.48%
57200.05/2885.25	c      2885          30831        1871        20        1033.0000        1017.9141      1.48%
57301.23/2890.30	c      2890          30895        1869        20        1033.0000        1017.9141      1.48%
57400.32/2895.35	c      2895          30949        1871        20        1033.0000        1017.9167      1.48%
57501.38/2900.40	c      2900          30954        1876        20        1033.0000        1017.9167      1.48%
57600.60/2905.44	c      2905          30967        1877        20        1033.0000        1017.9167      1.48%
57699.80/2910.48	c      2910          30998        1882        20        1033.0000        1017.9354      1.48%
57801.00/2915.55	c      2916          31039        1879        20        1033.0000        1017.9462      1.48%
57902.13/2920.60	c      2921          31048        1882        20        1033.0000        1017.9462      1.48%
58001.24/2925.61	c      2926          31076        1888        20        1033.0000        1017.9508      1.48%
58100.38/2930.64	c      2931          31149        1891        20        1033.0000        1017.9582      1.48%
58201.47/2935.75	c      2936          31200        1894        20        1033.0000        1017.9582      1.48%
58302.42/2940.80	c      2941          31269        1893        20        1033.0000        1017.9601      1.48%
58401.57/2945.85	c      2946          31310        1896        20        1033.0000        1017.9601      1.48%
58502.72/2950.90	c      2951          31440        1898        20        1033.0000        1017.9601      1.48%
58602.00/2955.92	c      2956          31531        1901        20        1033.0000        1017.9647      1.48%
58700.99/2960.93	c      2961          31588        1900        20        1033.0000        1017.9647      1.48%
58800.08/2966.02	c      2966          31614        1906        20        1033.0000        1017.9911      1.47%
58901.89/2971.04	c      2971          31665        1911        20        1033.0000        1018.0051      1.47%
59000.96/2976.10	c      2976          31780        1912        20        1033.0000        1018.0051      1.47%
59102.34/2981.17	c      2981          31884        1912        20        1033.0000        1018.0228      1.47%
59201.15/2986.19	c      2986          32007        1915        20        1033.0000        1018.0228      1.47%
59301.71/2991.26	c      2991          32072        1914        20        1033.0000        1018.0228      1.47%
59400.80/2996.28	c      2996          32169        1925        20        1033.0000        1018.0252      1.47%
59501.81/3001.30	c      3001          32217        1925        20        1033.0000        1018.0252      1.47%
59602.99/3006.45	c      3006          32266        1926        20        1033.0000        1018.0252      1.47%
59704.10/3011.50	c      3012          32342        1934        20        1033.0000        1018.0659      1.47%
59803.27/3016.55	c      3017          32360        1936        20        1033.0000        1018.0659      1.47%
59904.42/3021.60	c      3022          32409        1941        20        1033.0000        1018.0866      1.46%
60003.63/3026.63	c      3027          32452        1950        20        1033.0000        1018.1114      1.46%
60102.75/3031.65	c      3032          32469        1949        20        1033.0000        1018.1135      1.46%
60203.90/3036.75	c      3037          32534        1956        20        1033.0000        1018.1135      1.46%
60305.12/3041.80	c      3042          32619        1959        20        1033.0000        1018.1205      1.46%
60404.36/3046.85	c      3047          32620        1960        20        1033.0000        1018.1205      1.46%
60503.60/3051.90	c      3052          32669        1967        20        1033.0000        1018.1269      1.46%
60604.80/3056.95	c      3057          32710        1972        20        1033.0000        1018.1269      1.46%
60703.97/3062.00	c      3062          32811        1971        20        1033.0000        1018.1269      1.46%
60805.66/3067.05	c      3067          32879        1971        20        1033.0000        1018.1281      1.46%
60905.03/3072.08	c      3072          32979        1977        20        1033.0000        1018.1330      1.46%
61005.96/3077.15	c      3077          33045        1983        20        1033.0000        1018.1330      1.46%
61106.38/3082.20	c      3082          33115        1987        20        1033.0000        1018.1364      1.46%
61205.60/3087.25	c      3087          33129        1991        20        1033.0000        1018.1717      1.46%
61304.82/3092.26	c      3092          33141        1999        20        1033.0000        1018.1786      1.46%
61404.05/3097.29	c      3097          33162        2000        20        1033.0000        1018.1786      1.46%
61505.13/3102.31	c      3102          33213        1999        20        1033.0000        1018.1786      1.46%
61604.23/3107.38	c      3107          33335        1999        20        1033.0000        1018.1786      1.46%
61705.42/3112.44	c      3112          33428        2004        20        1033.0000        1018.1828      1.46%
61806.60/3117.50	c      3118          33519        2013        20        1033.0000        1018.2065      1.45%
61905.76/3122.58	c      3123          33619        2017        20        1033.0000        1018.2065      1.45%
62006.90/3127.63	c      3128          33699        2027        20        1033.0000        1018.2359      1.45%
62108.04/3132.70	c      3133          33794        2030        20        1033.0000        1018.2573      1.45%
62207.28/3137.75	c      3138          33879        2037        20        1033.0000        1018.2662      1.45%
62306.52/3142.77	c      3143          33964        2042        20        1033.0000        1018.2662      1.45%
62405.74/3147.77	c      3148          34079        2043        20        1033.0000        1018.2750      1.45%
62507.02/3152.83	c      3153          34139        2045        20        1033.0000        1018.2750      1.45%
62608.09/3157.95	c      3158          34159        2047        20        1033.0000        1018.2802      1.45%
62707.20/3163.01	c      3163          34226        2058        20        1033.0000        1018.2876      1.44%
62809.04/3168.06	c      3168          34239        2063        20        1033.0000        1018.2956      1.44%
62908.26/3173.11	c      3173          34250        2070        20        1033.0000        1018.2961      1.44%
63009.58/3178.16	c      3178          34259        2073        20        1033.0000        1018.3036      1.44%
63108.48/3183.19	c      3183          34344        2076        20        1033.0000        1018.3036      1.44%
63209.03/3188.26	c      3188          34411        2081        20        1033.0000        1018.3051      1.44%
63310.23/3193.31	c      3193          34513        2083        20        1033.0000        1018.3051      1.44%
63409.41/3198.35	c      3198          34581        2091        20        1033.0000        1018.3060      1.44%
63510.62/3203.41	c      3203          34621        2097        20        1033.0000        1018.3195      1.44%
63609.73/3208.46	c      3208          34699        2101        20        1033.0000        1018.3195      1.44%
63710.79/3213.51	c      3214          34736        2102        20        1033.0000        1018.3195      1.44%
63809.95/3218.56	c      3219          34765        2103        20        1033.0000        1018.3195      1.44%
63911.03/3223.61	c      3224          34790        2102        20        1033.0000        1018.3195      1.44%
64010.24/3228.66	c      3229          34842        2112        20        1033.0000        1018.3213      1.44%
64109.20/3233.67	c      3234          34860        2112        20        1033.0000        1018.3213      1.44%
64210.27/3238.75	c      3239          34896        2112        20        1033.0000        1018.3213      1.44%
64311.40/3243.81	c      3244          34923        2113        20        1033.0000        1018.3213      1.44%
64410.58/3248.82	c      3249          34949        2115        20        1033.0000        1018.3219      1.44%
64509.72/3253.84	c      3254          34972        2124        20        1033.0000        1018.3296      1.44%
64610.90/3258.91	c      3259          35017        2125        20        1033.0000        1018.3622      1.44%
64710.04/3263.97	c      3264          35091        2125        20        1033.0000        1018.3622      1.44%
64809.10/3268.99	c      3269          35145        2119        20        1033.0000        1018.3622      1.44%
64908.25/3274.00	c      3274          35233        2123        20        1033.0000        1018.3630      1.44%
65007.55/3279.00	c      3279          35303        2123        20        1033.0000        1018.3630      1.44%
65109.30/3284.06	c      3284          35359        2127        20        1033.0000        1018.3715      1.44%
65208.52/3289.11	c      3289          35464        2134        20        1033.0000        1018.3715      1.44%
65309.47/3294.16	c      3294          35556        2138        20        1033.0000        1018.3819      1.44%
65409.96/3299.21	c      3299          35649        2141        20        1033.0000        1018.3922      1.43%
65509.14/3304.23	c      3304          35679        2147        20        1033.0000        1018.4059      1.43%
65608.28/3309.26	c      3309          35761        2157        20        1033.0000        1018.4110      1.43%
65707.48/3314.28	c      3314          35779        2155        20        1033.0000        1018.4139      1.43%
65808.52/3319.33	c      3319          35809        2155        20        1033.0000        1018.4229      1.43%
65907.66/3324.38	c      3324          35908        2162        20        1033.0000        1018.4229      1.43%
66008.78/3329.43	c      3329          36030        2166        20        1033.0000        1018.4229      1.43%
66107.91/3334.45	c      3334          36119        2167        20        1033.0000        1018.4276      1.43%
66209.05/3339.53	c      3340          36162        2174        20        1033.0000        1018.4363      1.43%
66308.20/3344.58	c      3345          36233        2179        20        1033.0000        1018.4384      1.43%
66409.27/3349.64	c      3350          36338        2182        20        1033.0000        1018.4384      1.43%
66508.34/3354.69	c      3355          36384        2182        20        1033.0000        1018.4384      1.43%
66609.38/3359.74	c      3360          36444        2190        20        1033.0000        1018.4476      1.43%
66708.53/3364.80	c      3365          36494        2188        20        1033.0000        1018.4476      1.43%
66809.57/3369.84	c      3370          36581        2191        20        1033.0000        1018.4495      1.43%
66908.57/3374.86	c      3375          36669        2195        20        1033.0000        1018.4495      1.43%
67009.72/3379.90	c      3380          36754        2198        20        1033.0000        1018.4495      1.43%
67108.78/3385.00	c      3385          36791        2201        20        1033.0000        1018.4495      1.43%
67207.92/3390.03	c      3390          36831        2203        20        1033.0000        1018.4578      1.43%
67309.35/3395.09	c      3395          36849        2205        20        1033.0000        1018.4867      1.42%
67410.63/3400.15	c      3400          36871        2209        20        1033.0000        1018.4867      1.42%
67509.81/3405.18	c      3405          36935        2209        20        1033.0000        1018.4867      1.42%
67608.95/3410.19	c      3410          36951        2213        20        1033.0000        1018.4914      1.42%
67709.19/3415.21	c      3415          36987        2213        20        1033.0000        1018.4914      1.42%
67808.33/3420.29	c      3420          37001        2215        20        1033.0000        1018.4926      1.42%
67909.40/3425.33	c      3425          37093        2215        20        1033.0000        1018.4958      1.42%
68008.59/3430.38	c      3430          37146        2230        20        1033.0000        1018.5125      1.42%
68109.70/3435.44	c      3435          37179        2237        20        1033.0000        1018.5416      1.42%
68208.80/3440.47	c      3440          37241        2251        20        1033.0000        1018.5550      1.42%
68309.90/3445.53	c      3446          37308        2260        20        1033.0000        1018.5560      1.42%
68409.06/3450.59	c      3451          37391        2261        20        1033.0000        1018.5717      1.42%
68510.19/3455.64	c      3456          37469        2265        20        1033.0000        1018.5717      1.42%
68609.33/3460.69	c      3461          37489        2263        20        1033.0000        1018.5775      1.42%
68710.24/3465.73	c      3466          37550        2270        20        1033.0000        1018.5775      1.42%
68809.38/3470.77	c      3471          37647        2277        20        1033.0000        1018.5850      1.42%
68910.44/3475.81	c      3476          37679        2273        20        1033.0000        1018.5925      1.41%
69009.57/3480.84	c      3481          37735        2277        20        1033.0000        1018.5925      1.41%
69110.60/3485.94	c      3486          37759        2277        20        1033.0000        1018.5925      1.41%
69209.73/3491.00	c      3491          37819        2279        20        1033.0000        1018.5957      1.41%
69311.55/3496.05	c      3496          37859        2283        20        1033.0000        1018.6154      1.41%
69410.34/3501.07	c      3501          37869        2285        20        1033.0000        1018.6324      1.41%
69511.55/3506.17	c      3506          37905        2291        20        1033.0000        1018.6324      1.41%
69611.93/3511.22	c      3511          37932        2288        20        1033.0000        1018.6324      1.41%
69711.05/3516.27	c      3516          37981        2295        20        1033.0000        1018.6419      1.41%
69810.17/3521.29	c      3521          38011        2301        20        1033.0000        1018.6529      1.41%
69911.23/3526.37	c      3526          38035        2307        20        1033.0000        1018.6625      1.41%
70012.34/3531.40	c      3531          38066        2306        20        1033.0000        1018.6625      1.41%
70111.51/3536.43	c      3536          38082        2306        20        1033.0000        1018.6625      1.41%
70210.67/3541.44	c      3541          38103        2307        20        1033.0000        1018.6625      1.41%
70311.54/3546.58	c      3547          38149        2305        20        1033.0000        1018.6652      1.41%
70412.61/3551.62	c      3552          38156        2312        20        1033.0000        1018.6652      1.41%
70511.75/3556.68	c      3557          38186        2316        20        1033.0000        1018.6652      1.41%
70612.76/3561.73	c      3562          38260        2320        20        1033.0000        1018.6671      1.41%
70711.89/3566.78	c      3567          38295        2327        20        1033.0000        1018.6674      1.41%
70812.99/3571.83	c      3572          38321        2327        20        1033.0000        1018.6696      1.41%
70912.11/3576.88	c      3577          38379        2339        20        1033.0000        1018.6957      1.40%
71013.13/3581.93	c      3582          38390        2344        20        1033.0000        1018.6957      1.40%
71112.27/3586.98	c      3587          38436        2348        20        1033.0000        1018.6966      1.40%
71213.70/3592.05	c      3592          38462        2348        20        1033.0000        1018.6966      1.40%
71312.92/3597.10	c      3597          38506        2348        20        1033.0000        1018.6966      1.40%
71414.22/3602.15	c      3602          38559        2349        20        1033.0000        1018.7017      1.40%
71514.48/3607.20	c      3607          38583        2355        20        1033.0000        1018.7017      1.40%
71613.55/3612.22	c      3612          38616        2360        20        1033.0000        1018.7045      1.40%
71714.59/3617.31	c      3617          38636        2364        20        1033.0000        1018.7045      1.40%
71813.68/3622.32	c      3622          38689        2367        20        1033.0000        1018.7120      1.40%
71914.72/3627.42	c      3627          38794        2370        20        1033.0000        1018.7176      1.40%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (190770 MiB free)
  memory of node 1: 193531 MiB (191765 MiB free)
  memory of node 2: 193531 MiB (180995 MiB free)
  memory of node 3: 193493 MiB (189610 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465206-1722446529/watcher-4465206-1722446529 -o /tmp/evaluation-result-4465206-1722446529/solver-4465206-1722446529 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722441596-58668 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465206-1722446529.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=64083, runsolver pid=64080
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 80.22 74.75 68.31 64/983 64104
/proc/meminfo: memFree=771153988/790760804 swapFree=131071996/131071996
[pid=64083] ppid=64080 vsize=1518024 memory=91268 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/stat : 64083 (fscip) S 64080 64083 58658 0 -1 1077936128 20523 0 0 0 9 3 0 0 20 0 21 0 11235571 1554456576 22817 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
/proc/64083/statm: 379506 22817 2774 3035 0 63224 0
[pid=64083/tid=64085] ppid=64080 vsize=1518024 memory=8390339637985935414 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64085/stat : 64085 (fscip) S 64080 64083 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22817 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64086] ppid=64080 vsize=1518024 memory=57906 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64086/stat : 64086 (fscip) S 64080 64083 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64087] ppid=64080 vsize=1518024 memory=55216921903569 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64087/stat : 64087 (fscip) R 64080 64083 58658 0 -1 4194368 991 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64088] ppid=64080 vsize=1518024 memory=59619280159299 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64088/stat : 64088 (fscip) S 64080 64083 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64089] ppid=64080 vsize=1518024 memory=55186907464376 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64089/stat : 64089 (fscip) S 64080 64083 58658 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64090] ppid=64080 vsize=1518024 memory=59597872432034 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64090/stat : 64090 (fscip) S 64080 64083 58658 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64091] ppid=64080 vsize=1518024 memory=15541808134358452 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64091/stat : 64091 (fscip) S 64080 64083 58658 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64092] ppid=64080 vsize=1518024 memory=15535206786402832 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64092/stat : 64092 (fscip) S 64080 64083 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64093] ppid=64080 vsize=1518024 memory=3978428009572237656 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64093/stat : 64093 (fscip) S 64080 64083 58658 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64094] ppid=64080 vsize=1518024 memory=3977302114010724884 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64094/stat : 64094 (fscip) S 64080 64083 58658 0 -1 1077936192 1221 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64095] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64095/stat : 64095 (fscip) S 64080 64083 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64096] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64096/stat : 64096 (fscip) S 64080 64083 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64097] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64097/stat : 64097 (fscip) S 64080 64083 58658 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64098] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64098/stat : 64098 (fscip) S 64080 64083 58658 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64099] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64099/stat : 64099 (fscip) S 64080 64083 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64100] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64100/stat : 64100 (fscip) S 64080 64083 58658 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64101] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64101/stat : 64101 (fscip) S 64080 64083 58658 0 -1 1077936192 1221 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64102] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64102/stat : 64102 (fscip) S 64080 64083 58658 0 -1 1077936192 1223 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64103] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64103/stat : 64103 (fscip) S 64080 64083 58658 0 -1 1077936192 1222 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64104] ppid=64080 vsize=1518024 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64104/stat : 64104 (fscip) S 64080 64083 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11235577 1554456576 22883 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1518024 KiB
Current children cumulated memory: 91268 KiB

[startup+0.220027 s]*
/proc/loadavg: 80.22 74.75 68.31 81/1003 64124
/proc/meminfo: memFree=770911212/790760804 swapFree=131071996/131071996
[pid=64083] ppid=64080 vsize=1797944 memory=339868 CPUtime=1.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/stat : 64083 (fscip) S 64080 64083 58658 0 -1 1077936128 81793 0 0 0 103 26 0 0 20 0 41 0 11235571 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
/proc/64083/statm: 449486 84967 2838 3035 0 171072 0
[pid=64083/tid=64085] ppid=64080 vsize=1797944 memory=8318255677412212789 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64085/stat : 64085 (fscip) R 64080 64083 58658 0 -1 4194368 4126 0 0 0 5 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64086] ppid=64080 vsize=1797944 memory=237112656212 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64086/stat : 64086 (fscip) R 64080 64083 58658 0 -1 4194368 3604 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64087] ppid=64080 vsize=1797944 memory=59610673504748 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64087/stat : 64087 (fscip) R 64080 64083 58658 0 -1 4194368 3652 0 0 0 5 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64088] ppid=64080 vsize=1797944 memory=53022210450128 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64088/stat : 64088 (fscip) D 64080 64083 58658 0 -1 4194368 3688 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64089] ppid=64080 vsize=1797944 memory=59580659065786 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64089/stat : 64089 (fscip) R 64080 64083 58658 0 -1 4194368 3648 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64090] ppid=64080 vsize=1797944 memory=54083134500164 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64090/stat : 64090 (fscip) R 64080 64083 58658 0 -1 4194368 3691 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64091] ppid=64080 vsize=1797944 memory=13571483297383557 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64091/stat : 64091 (fscip) R 64080 64083 58658 0 -1 4194368 3599 0 0 0 3 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64092] ppid=64080 vsize=1797944 memory=13846395564161175 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64092/stat : 64092 (fscip) R 64080 64083 58658 0 -1 4194368 4337 0 0 0 5 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64093] ppid=64080 vsize=1797944 memory=4122263913104703020 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64093/stat : 64093 (fscip) D 64080 64083 58658 0 -1 4194368 3746 0 0 0 5 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64094] ppid=64080 vsize=1797944 memory=3977018440010758519 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64094/stat : 64094 (fscip) D 64080 64083 58658 0 -1 4194368 3688 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64095] ppid=64080 vsize=1797944 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64095/stat : 64095 (fscip) R 64080 64083 58658 0 -1 4194368 3607 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64096] ppid=64080 vsize=1797944 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64096/stat : 64096 (fscip) R 64080 64083 58658 0 -1 4194368 3716 0 0 0 5 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64097] ppid=64080 vsize=1797944 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64097/stat : 64097 (fscip) D 64080 64083 58658 0 -1 4194368 3921 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64098] ppid=64080 vsize=1797944 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64098/stat : 64098 (fscip) R 64080 64083 58658 0 -1 4194368 4023 0 0 0 5 0 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64099] ppid=64080 vsize=1797944 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64099/stat : 64099 (fscip) R 64080 64083 58658 0 -1 4194368 3645 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64100] ppid=64080 vsize=1797944 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64100/stat : 64100 (fscip) R 64080 64083 58658 0 -1 4194368 3948 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64101] ppid=64080 vsize=1797944 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64101/stat : 64101 (fscip) D 64080 64083 58658 0 -1 4194368 3734 0 0 0 5 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64102] ppid=64080 vsize=1797944 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64102/stat : 64102 (fscip) D 64080 64083 58658 0 -1 4194368 3648 0 0 0 5 0 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64103] ppid=64080 vsize=1797944 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64103/stat : 64103 (fscip) R 64080 64083 58658 0 -1 4194368 4105 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64104] ppid=64080 vsize=1797944 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64104/stat : 64104 (fscip) D 64080 64083 58658 0 -1 4194368 3722 0 0 0 4 1 0 0 20 0 41 0 11235577 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64105] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64105/stat : 64105 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64106] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64106/stat : 64106 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64107] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64107/stat : 64107 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64108] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64108/stat : 64108 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64109] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64109/stat : 64109 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64110] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64110/stat : 64110 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64111] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64111/stat : 64111 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64112] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64112/stat : 64112 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64113] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64113/stat : 64113 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64114] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64114/stat : 64114 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64115] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64115/stat : 64115 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64116] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64116/stat : 64116 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64117] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64117/stat : 64117 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64118] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64118/stat : 64118 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64119] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64119/stat : 64119 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64120] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64120/stat : 64120 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64121] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64121/stat : 64121 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64122] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64122/stat : 64122 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64123] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64123/stat : 64123 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64124] ppid=64080 vsize=1797944 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64124/stat : 64124 (fscip) S 64080 64083 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11235588 1841094656 84967 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 1797944 KiB
Current children cumulated memory: 339868 KiB

[startup+0.327026 s]*
/proc/loadavg: 80.22 74.75 68.31 81/1003 64124
/proc/meminfo: memFree=770767008/790760804 swapFree=131071996/131071996
[pid=64083] ppid=64080 vsize=1799380 memory=479708 CPUtime=3.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/stat : 64083 (fscip) S 64080 64083 58658 0 -1 1077936128 124313 0 0 0 255 57 0 0 20 0 41 0 11235571 1842565120 119927 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
/proc/64083/statm: 449845 119927 2934 3035 0 207931 0
[pid=64083/tid=64085] ppid=64080 vsize=1799380 memory=7017546533858207575 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64085/stat : 64085 (fscip) R 64080 64083 58658 0 -1 4194368 5241 0 0 0 14 1 0 0 20 0 41 0 11235577 1842565120 119927 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64086] ppid=64080 vsize=1799380 memory=279743568320752 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64086/stat : 64086 (fscip) R 64080 64083 58658 0 -1 4194368 5049 0 0 0 10 3 0 0 20 0 41 0 11235577 1842565120 119927 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64087] ppid=64080 vsize=1799380 memory=34340462562508916 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64087/stat : 64087 (fscip) R 64080 64083 58658 0 -1 4194368 7593 0 0 0 14 2 0 0 20 0 41 0 11235577 1842565120 119927 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64088] ppid=64080 vsize=1799380 memory=0 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64088/stat : 64088 (fscip) R 64080 64083 58658 0 -1 4194368 5045 0 0 0 11 2 0 0 20 0 41 0 11235577 1842565120 119927 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64089] ppid=64080 vsize=1799380 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64089/stat : 64089 (fscip) S 64080 64083 58658 0 -1 1077936192 5055 0 0 0 10 4 0 0 20 0 41 0 11235577 1842565120 119927 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64090] ppid=64080 vsize=1799380 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64090/stat : 64090 (fscip) R 64080 64083 58658 0 -1 4194368 7953 0 0 0 13 2 0 0 20 0 41 0 11235577 1842565120 119927 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64091] ppid=64080 vsize=1799380 memory=27992919332356134 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64091/stat : 64091 (fscip) S 64080 64083 58658 0 -1 1077936192 5036 0 0 0 10 3 0 0 20 0 41 0 11235577 1842565120 119927 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64092] ppid=64080 vsize=1799380 memory=57843 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64092/stat : 64092 (fscip) R 64080 64083 58658 0 -1 4194368 5244 0 0 0 15 2 0 0 20 0 41 0 11235577 1842565120 119927 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0

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

/proc/64083/task/64104/stat : 64104 (fscip) R 64080 64083 58658 0 -1 4194368 1789802 0 0 0 354913 229 0 0 20 0 41 0 11235577 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64105] ppid=64080 vsize=9360736 memory=28720 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64105/stat : 64105 (fscip) S 64080 64083 58658 0 -1 1077936192 58 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64106] ppid=64080 vsize=9360736 memory=7256 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64106/stat : 64106 (fscip) S 64080 64083 58658 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64107] ppid=64080 vsize=9360736 memory=28024 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64107/stat : 64107 (fscip) S 64080 64083 58658 0 -1 1077936192 65 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64108] ppid=64080 vsize=9360736 memory=8195852 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64108/stat : 64108 (fscip) S 64080 64083 58658 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64109] ppid=64080 vsize=9360736 memory=8221636 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64109/stat : 64109 (fscip) S 64080 64083 58658 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64110] ppid=64080 vsize=9360736 memory=8225296 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64110/stat : 64110 (fscip) S 64080 64083 58658 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64111] ppid=64080 vsize=9360736 memory=8221032 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64111/stat : 64111 (fscip) S 64080 64083 58658 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64112] ppid=64080 vsize=9360736 memory=11822120823029796 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64112/stat : 64112 (fscip) S 64080 64083 58658 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64113] ppid=64080 vsize=9360736 memory=6944656592387989600 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64113/stat : 64113 (fscip) S 64080 64083 58658 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64114] ppid=64080 vsize=9360736 memory=11644 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64114/stat : 64114 (fscip) S 64080 64083 58658 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64115] ppid=64080 vsize=9360736 memory=11572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64115/stat : 64115 (fscip) S 64080 64083 58658 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64116] ppid=64080 vsize=9360736 memory=11624 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64116/stat : 64116 (fscip) S 64080 64083 58658 0 -1 1077936192 116 0 0 0 0 1 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64117] ppid=64080 vsize=9360736 memory=8216552 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64117/stat : 64117 (fscip) S 64080 64083 58658 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64118] ppid=64080 vsize=9360736 memory=8253964 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64118/stat : 64118 (fscip) S 64080 64083 58658 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64119] ppid=64080 vsize=9360736 memory=6154284688762691666 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64119/stat : 64119 (fscip) S 64080 64083 58658 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64120] ppid=64080 vsize=9360736 memory=8251980 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64120/stat : 64120 (fscip) S 64080 64083 58658 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64121] ppid=64080 vsize=9360736 memory=8185168 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64121/stat : 64121 (fscip) S 64080 64083 58658 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64122] ppid=64080 vsize=9360736 memory=6588 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64122/stat : 64122 (fscip) S 64080 64083 58658 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64123] ppid=64080 vsize=9360736 memory=3781504 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64123/stat : 64123 (fscip) S 64080 64083 58658 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64124] ppid=64080 vsize=9360736 memory=2672 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64124/stat : 64124 (fscip) S 64080 64083 58658 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 11235588 9585393664 2063491 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
Current children cumulated CPU time: 71021 s
Current children cumulated vsize: 9360736 KiB
Current children cumulated memory: 8253964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.8 s]
/proc/loadavg: 80.37 80.37 80.23 86/1025 66237
/proc/meminfo: memFree=766013592/790760804 swapFree=131071996/131071996
[pid=64083] ppid=64080 vsize=9426272 memory=8314212 CPUtime=72001.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/stat : 64083 (fscip) S 64080 64083 58658 0 -1 1077936128 27675565 0 0 0 7178756 21433 0 0 20 0 41 0 11235571 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
/proc/64083/statm: 2356568 2078553 2998 3035 0 2208721 0
[pid=64083/tid=64085] ppid=64080 vsize=9426272 memory=78371 CPUtime=3600.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64085/stat : 64085 (fscip) R 64080 64083 58658 0 -1 4194368 1326920 0 0 0 359881 175 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64086] ppid=64080 vsize=9426272 memory=2783 CPUtime=3599.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64086/stat : 64086 (fscip) R 64080 64083 58658 0 -1 4194368 1802664 0 0 0 359695 230 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64087] ppid=64080 vsize=9426272 memory=110490 CPUtime=3600.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64087/stat : 64087 (fscip) R 64080 64083 58658 0 -1 4194368 367198 0 0 0 356424 3592 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64088] ppid=64080 vsize=9426272 memory=3617855270182715424 CPUtime=3596.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64088/stat : 64088 (fscip) R 64080 64083 58658 0 -1 4194368 1976429 0 0 0 359415 238 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64089] ppid=64080 vsize=9426272 memory=4122261735606583328 CPUtime=3598.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64089/stat : 64089 (fscip) R 64080 64083 58658 0 -1 4194368 2045714 0 0 0 359610 263 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64090] ppid=64080 vsize=9426272 memory=2780 CPUtime=3601.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64090/stat : 64090 (fscip) R 64080 64083 58658 0 -1 4194368 351984 0 0 0 357559 2616 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64091] ppid=64080 vsize=9426272 memory=6588 CPUtime=3599.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64091/stat : 64091 (fscip) R 64080 64083 58658 0 -1 4194368 1743848 0 0 0 359725 198 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64092] ppid=64080 vsize=9426272 memory=3792472 CPUtime=3599.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64092/stat : 64092 (fscip) R 64080 64083 58658 0 -1 4194368 2212995 0 0 0 359640 266 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64093] ppid=64080 vsize=9426272 memory=19844 CPUtime=3597.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64093/stat : 64093 (fscip) R 64080 64083 58658 0 -1 4194368 374371 0 0 0 356432 3330 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64094] ppid=64080 vsize=9426272 memory=31988 CPUtime=3599.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64094/stat : 64094 (fscip) R 64080 64083 58658 0 -1 4194368 1774399 0 0 0 359725 218 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64095] ppid=64080 vsize=9426272 memory=28720 CPUtime=3600.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64095/stat : 64095 (fscip) R 64080 64083 58658 0 -1 4194368 1954446 0 0 0 359798 249 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64096] ppid=64080 vsize=9426272 memory=7384 CPUtime=3601.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64096/stat : 64096 (fscip) R 64080 64083 58658 0 -1 4194368 363846 0 0 0 357051 3136 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64097] ppid=64080 vsize=9426272 memory=27608 CPUtime=3600.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64097/stat : 64097 (fscip) R 64080 64083 58658 0 -1 4194368 1663018 0 0 0 359828 203 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64098] ppid=64080 vsize=9426272 memory=3736 CPUtime=3602.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64098/stat : 64098 (fscip) R 64080 64083 58658 0 -1 4194368 2134060 0 0 0 359988 254 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64099] ppid=64080 vsize=9426272 memory=40232 CPUtime=3599.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64099/stat : 64099 (fscip) R 64080 64083 58658 0 -1 4194368 325423 0 0 0 357465 2532 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64100] ppid=64080 vsize=9426272 memory=8072 CPUtime=3599.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64100/stat : 64100 (fscip) R 64080 64083 58658 0 -1 4194368 1310491 0 0 0 359826 167 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64101] ppid=64080 vsize=9426272 memory=3516 CPUtime=3600.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64101/stat : 64101 (fscip) R 64080 64083 58658 0 -1 4194368 2079899 0 0 0 359819 269 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64102] ppid=64080 vsize=9426272 memory=2300 CPUtime=3599.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64102/stat : 64102 (fscip) R 64080 64083 58658 0 -1 4194368 337687 0 0 0 356957 3009 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64103] ppid=64080 vsize=9426272 memory=1692 CPUtime=3601.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64103/stat : 64103 (fscip) R 64080 64083 58658 0 -1 4194368 1705763 0 0 0 359946 196 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64104] ppid=64080 vsize=9426272 memory=7404 CPUtime=3600.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64104/stat : 64104 (fscip) R 64080 64083 58658 0 -1 4194368 1813065 0 0 0 359826 231 0 0 20 0 41 0 11235577 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64105] ppid=64080 vsize=9426272 memory=28008 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64105/stat : 64105 (fscip) S 64080 64083 58658 0 -1 1077936192 59 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64106] ppid=64080 vsize=9426272 memory=32812 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64106/stat : 64106 (fscip) S 64080 64083 58658 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64107] ppid=64080 vsize=9426272 memory=31988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64107/stat : 64107 (fscip) S 64080 64083 58658 0 -1 1077936192 66 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64108] ppid=64080 vsize=9426272 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64108/stat : 64108 (fscip) S 64080 64083 58658 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64109] ppid=64080 vsize=9426272 memory=8313880 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64109/stat : 64109 (fscip) S 64080 64083 58658 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64110] ppid=64080 vsize=9426272 memory=58458 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64110/stat : 64110 (fscip) S 64080 64083 58658 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64111] ppid=64080 vsize=9426272 memory=58779 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64111/stat : 64111 (fscip) S 64080 64083 58658 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64112] ppid=64080 vsize=9426272 memory=-1891255765032775953 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64112/stat : 64112 (fscip) S 64080 64083 58658 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64113] ppid=64080 vsize=9426272 memory=-6514302227293683331 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64113/stat : 64113 (fscip) S 64080 64083 58658 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64114] ppid=64080 vsize=9426272 memory=4638778398332698720 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64114/stat : 64114 (fscip) S 64080 64083 58658 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64115] ppid=64080 vsize=9426272 memory=279743573063072 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64115/stat : 64115 (fscip) S 64080 64083 58658 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64116] ppid=64080 vsize=9426272 memory=3633117832428388384 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64116/stat : 64116 (fscip) S 64080 64083 58658 0 -1 1077936192 118 0 0 0 0 1 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64117] ppid=64080 vsize=9426272 memory=4122261735606610976 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64117/stat : 64117 (fscip) S 64080 64083 58658 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64118] ppid=64080 vsize=9426272 memory=201561 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64118/stat : 64118 (fscip) S 64080 64083 58658 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64119] ppid=64080 vsize=9426272 memory=7516877580693433452 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64119/stat : 64119 (fscip) S 64080 64083 58658 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64120] ppid=64080 vsize=9426272 memory=6944656592387989600 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64120/stat : 64120 (fscip) S 64080 64083 58658 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64121] ppid=64080 vsize=9426272 memory=8292088516858454161 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64121/stat : 64121 (fscip) S 64080 64083 58658 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64122] ppid=64080 vsize=9426272 memory=5929461294190330295 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64122/stat : 64122 (fscip) S 64080 64083 58658 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64123] ppid=64080 vsize=9426272 memory=198340509722 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64123/stat : 64123 (fscip) S 64080 64083 58658 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
[pid=64083/tid=64124] ppid=64080 vsize=9426272 memory=57792 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/64083/task/64124/stat : 64124 (fscip) S 64080 64083 58658 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 11235588 9652502528 2078553 809668444160 4194304 16623229 140729834522320 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 29646848 140729834529802 140729834529920 140729834529920 140729834536944 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 9426272 KiB
Current children cumulated memory: 8314212 KiB

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

[startup+3631.99 s]
# the end of solver process 64083 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=71787.8 s, system=214.486 s

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

[startup+3631.91 s]*
/proc/loadavg: 80.37 80.37 80.23 64/986 66237
/proc/meminfo: memFree=768611736/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3631.99
CPU time (s): 72002.3
CPU user time (s): 71787.8
CPU system time (s): 214.486
CPU usage (%): 1982.45
Max. virtual memory (cumulated for all children) (KiB): 9426272
Max. memory (cumulated for all children) (KiB): 8314212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71787.8
system time used= 214.486
maximum resident set size= 8314212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27675565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257330
involuntary context switches= 483506


# summary of solver processes directly reported to runsolver:
#   pid: 64083
#   total CPU time (s): 72002.3
#   total CPU user time (s): 71787.8
#   total CPU system time (s): 214.486

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.3708 second user time and 77.7355 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 19:22:09
IDJOB=4465206
IDBENCH=147526
IDSOLVER=3094
FILE ID=nodeD103/4465206-1722446529
RUNJOBID= nodeD103-1722441596-58668
SLURM_JOB_ID= 8254233
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465206-1722446529/watcher-4465206-1722446529 -o /tmp/evaluation-result-4465206-1722446529/solver-4465206-1722446529 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722441596-58668 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465206-1722446529.opb -qsol -t 72000 -sth 20

TIME LIMIT= 72000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 20

MD5SUM BENCH= 52f0a3c0093dc9bf421bafb6505effdf
RANDOM SEED=1477508106

nodeD103.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2078.368
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2877.299
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3162.343
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3491.670
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2877.236
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.968
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3150.809
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2659.921
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2877.150
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.940
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3160.297
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1830.948
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2877.092
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.914
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3116.598
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3203.141
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2877.038
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.907
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3184.349
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2993.475
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.979
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.899
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3184.338
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3491.515
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.921
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.890
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3149.622
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2666.947
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.870
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.886
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3149.933
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2660.647
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.809
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.880
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3143.816
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2629.359
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.755
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.871
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3184.305
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2651.858
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.700
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.862
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3166.277
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2304.322
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.649
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.859
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3144.664
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2764.828
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.584
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.849
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3184.277
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2658.608
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.542
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.845
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3155.654
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1537.665
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.531
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.841
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3184.261
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1702.684
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.515
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.832
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3158.165
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2647.909
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.501
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.824
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3162.511
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2665.663
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.491
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.821
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3184.237
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1718.958
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.478
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.815
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3163.540
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2312.573
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2876.489
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.806
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3129.541
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        771217708 kB
MemAvailable:   769153940 kB
Buffers:          136528 kB
Cached:           625500 kB
SwapCached:            0 kB
Active:           292228 kB
Inactive:       16911120 kB
Active(anon):       2140 kB
Inactive(anon): 16461220 kB
Active(file):     290088 kB
Inactive(file):   449900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28452 kB
Writeback:             8 kB
AnonPages:      16439168 kB
Mapped:           123516 kB
Shmem:             22536 kB
KReclaimable:     120156 kB
Slab:             449484 kB
SReclaimable:     120156 kB
SUnreclaim:       329328 kB
KernelStack:       17232 kB
PageTables:        42440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3152356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           184320 kB
HardwareCorrupted:     0 kB
AnonHugePages:    899072 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      458752 kB
DirectMap2M:    49321984 kB
DirectMap1G:    756023296 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD103 at 2024-07-31 20:22:41