Trace number 4465201

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) 72001.7 3631.92

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_0.opb.PB06.opb
MD5SUMfbd32e707c8d4aa66e3f5cddd7aa4984
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 benchmark1037
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1961
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 1961
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 1961
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 1961
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 = 32530432, getVmSize() = 32530432, SCIPgetMemUsed() = 8859626, SCIPgetMemTotal() = 10605338, SCIPgetMemExternEstim() = 5421515
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 = 22002021, getVmSize() = 42455040, SCIPgetMemUsed() = 10481581, SCIPgetMemTotal() = 19145589, SCIPgetMemExternEstim() = 5421515
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-4465201-1722446542
0.00/0.05	c   Variables        : 1961 (1961 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        : 1578 (1578 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 3099
0.00/0.05	c Constraints        : Number
0.00/0.05	c   setppc           : 3099 
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.11/0.17	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.11/0.17	c                                Nodes    Active                                            
0.11/0.17	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.11/0.19	c *       0              0           1        20        1767.0000                -          -
1.13/0.28	c *       0              0           1        20        1167.0000                -          -
1.13/0.28	c *       0              0           1        20        1095.0000                -          -
1.13/0.31	c *       0              0           1        20        1088.0000                -          -
18.22/1.14	c *       1              2           3        20        1073.0000         190.0000    464.74%
102.48/5.42	c *       5          13998         297        20        1064.0000         190.0000    460.00%
102.48/5.42	c         5          13998         297        20        1064.0000         190.0000    460.00%
132.10/6.97	c *       7          17992         304        20        1062.0000         190.0000    458.95%
136.83/7.17	c *       7          17920         296        20        1060.0000         190.0000    457.89%
140.00/7.37	c *       7          17920         296        20        1058.0000         190.0000    456.84%
145.89/7.65	c *       8          21138         300        20        1056.0000         190.0000    455.79%
149.90/7.83	c *       8          21138         300        20        1045.0000         190.0000    450.00%
201.35/10.48	c        10              2           1        20        1045.0000        1002.2101      4.27%
246.95/12.73	c *      13              2           1        20        1044.0000        1004.8449      3.90%
302.42/15.56	c        16              3           2        20        1044.0000        1004.8449      3.90%
328.16/16.81	c *      17              2           1        20        1043.0000        1005.7022      3.71%
336.07/17.20	c *      17              2           1        20        1042.0000        1005.7022      3.61%
340.05/17.46	c *      17              2           1        20        1041.0000        1005.7022      3.51%
345.96/17.73	c *      18              2           1        20        1040.0000        1005.7022      3.41%
403.28/20.65	c        21              2           1        20        1040.0000        1006.5799      3.32%
421.06/21.54	c *      22              3           2        20        1039.0000        1006.7187      3.21%
502.07/25.68	c        26              3           2        20        1039.0000        1007.1018      3.17%
537.76/27.44	c *      27              4           3        20        1038.0000        1007.1018      3.07%
603.12/30.75	c        31              5           4        20        1038.0000        1007.1018      3.07%
624.95/31.86	c *      32              5           4        20        1037.0000        1007.1018      2.97%
706.21/36.02	c        36              7           6        20        1037.0000        1007.1018      2.97%
807.90/41.07	c        41             20          19        20        1037.0000        1007.1018      2.97%
906.89/46.12	c        46             72          41        20        1037.0000        1007.1703      2.96%
1007.96/51.16	c        51             74          43        20        1037.0000        1007.1703      2.96%
1108.43/56.22	c        56             99          62        20        1037.0000        1007.5625      2.92%
1207.43/61.23	c        61            212          73        20        1037.0000        1008.0625      2.87%
1306.62/66.29	c        66            214          75        20        1037.0000        1008.0625      2.87%
1407.82/71.37	c        71            242         129        20        1037.0000        1008.2966      2.85%
1508.97/76.42	c        76            422          91        20        1037.0000        1008.3834      2.84%
1608.01/81.43	c        81            322         169        20        1037.0000        1008.5615      2.82%
1709.21/86.52	c        87            605         118        20        1037.0000        1008.7181      2.80%
1808.41/91.54	c        92            672         119        20        1037.0000        1009.1369      2.76%
1907.49/96.56	c        97            742         125        20        1037.0000        1009.1503      2.76%
2008.67/101.66	c       102            193         128        20        1037.0000        1009.2111      2.75%
2109.81/106.73	c       107            212         143        20        1037.0000        1009.3590      2.74%
2209.02/111.78	c       112            216         147        20        1037.0000        1009.3590      2.74%
2308.22/116.79	c       117            232         161        20        1037.0000        1010.0385      2.67%
2409.43/121.89	c       122            252         181        20        1037.0000        1010.2319      2.65%
2510.61/126.94	c       127            282         197        20        1037.0000        1010.5222      2.62%
2609.75/131.99	c       132            322         211        20        1037.0000        1010.7566      2.60%
2709.12/137.04	c       137            334         217        20        1037.0000        1010.7566      2.60%
2811.00/142.09	c       142            354         229        20        1037.0000        1010.7566      2.60%
2910.16/147.14	c       147            375         242        20        1037.0000        1010.7566      2.60%
3011.43/152.15	c       152            404         263        20        1037.0000        1010.7566      2.60%
3111.74/157.21	c       157            390         201        20        1037.0000        1011.4615      2.52%
3210.96/162.29	c       162            438         197        20        1037.0000        1011.4815      2.52%
3312.01/167.34	c       167            438         197        20        1037.0000        1011.4815      2.52%
3411.26/172.39	c       172            438         197        20        1037.0000        1011.4815      2.52%
3512.18/177.44	c       177            441         198        20        1037.0000        1011.4815      2.52%
3611.28/182.47	c       182            441         198        20        1037.0000        1011.4815      2.52%
3712.35/187.54	c       188            441         198        20        1037.0000        1011.4815      2.52%
3811.54/192.59	c       193            444         197        20        1037.0000        1011.4815      2.52%
3912.72/197.64	c       198            473         198        20        1037.0000        1011.4815      2.52%
4011.88/202.69	c       203            485         198        20        1037.0000        1011.4815      2.52%
4113.03/207.74	c       208            502         197        20        1037.0000        1011.5625      2.51%
4212.26/212.75	c       213            534         203        20        1037.0000        1011.6607      2.50%
4313.44/217.84	c       218            578         203        20        1037.0000        1011.6607      2.50%
4412.65/222.89	c       223            620         211        20        1037.0000        1012.0541      2.46%
4513.80/227.91	c       228            648         215        20        1037.0000        1012.1429      2.46%
4613.00/232.96	c       233            673         216        20        1037.0000        1012.1898      2.45%
4714.61/238.04	c       238            673         216        20        1037.0000        1012.1898      2.45%
4813.81/243.09	c       243            579         336        20        1037.0000        1012.1998      2.45%
4914.94/248.14	c       248            832         221        20        1037.0000        1012.5833      2.41%
5013.92/253.19	c       253            881         224        20        1037.0000        1012.5833      2.41%
5114.41/258.24	c       258            964         225        20        1037.0000        1012.5833      2.41%
5213.61/263.29	c       263           1044         233        20        1037.0000        1012.5833      2.41%
5314.84/268.34	c       268           1110         235        20        1037.0000        1012.5833      2.41%
5414.04/273.37	c       273           1198         235        20        1037.0000        1012.5833      2.41%
5515.28/278.43	c       278            854         343        20        1037.0000        1012.6564      2.40%
5614.37/283.49	c       283            917         346        20        1037.0000        1012.6852      2.40%
5715.62/288.53	c       289           1439         246        20        1037.0000        1012.9067      2.38%
5814.67/293.60	c       294           1461         250        20        1037.0000        1012.9067      2.38%
5915.92/298.65	c       299           1492         251        20        1037.0000        1013.2007      2.35%
6017.09/303.70	c       304           1532         255        20        1037.0000        1013.2007      2.35%
6116.28/308.75	c       309           1552         255        20        1037.0000        1013.4310      2.33%
6217.42/313.80	c       314           1593         260        20        1037.0000        1013.4310      2.33%
6316.63/318.85	c       319           1610         259        20        1037.0000        1013.4310      2.33%
6417.76/323.90	c       324           1615         260        20        1037.0000        1013.4310      2.33%
6516.95/328.95	c       329           1652         259        20        1037.0000        1013.4500      2.32%
6616.08/334.00	c       334           1661         262        20        1037.0000        1013.4500      2.32%
6715.33/339.01	c       339           1112         267        20        1037.0000        1013.4942      2.32%
6817.08/344.09	c       344           1165         276        20        1037.0000        1013.5445      2.31%
6918.29/349.15	c       349           1512         387        20        1037.0000        1013.5494      2.31%
7018.42/354.20	c       354           1532         391        20        1037.0000        1013.6629      2.30%
7117.59/359.22	c       359           1553         396        20        1037.0000        1013.7006      2.30%
7218.71/364.30	c       364           1571         398        20        1037.0000        1013.7006      2.30%
7317.91/369.36	c       369           1283         300        20        1037.0000        1013.9784      2.27%
7418.93/374.42	c       374           1332         309        20        1037.0000        1014.1503      2.25%
7517.82/379.47	c       379           1732         415        20        1037.0000        1014.1882      2.25%
7616.88/384.49	c       384           1478         323        20        1037.0000        1014.2015      2.25%
7718.04/389.57	c       390           1497         326        20        1037.0000        1014.2015      2.25%
7817.08/394.59	c       395           1535         332        20        1037.0000        1014.3761      2.23%
7918.20/399.60	c       400           1579         344        20        1037.0000        1014.3761      2.23%
8017.28/404.67	c       405           1602         351        20        1037.0000        1014.4491      2.22%
8118.39/409.76	c       410           1602         351        20        1037.0000        1014.4491      2.22%
8219.27/414.82	c       415           1625         358        20        1037.0000        1014.4491      2.22%
8318.43/419.87	c       420           1699         362        20        1037.0000        1014.4753      2.22%
8419.57/424.92	c       425           1820         363        20        1037.0000        1014.4753      2.22%
8518.75/429.93	c       430           1902         365        20        1037.0000        1014.6805      2.20%
8617.89/435.02	c       435           1962         375        20        1037.0000        1014.8500      2.18%
8719.94/440.07	c       440           2056         379        20        1037.0000        1014.8500      2.18%
8818.92/445.12	c       445           2119         380        20        1037.0000        1014.9932      2.17%
8920.11/450.16	c       450           2174         385        20        1037.0000        1015.0517      2.16%
9020.55/455.21	c       455           2242         389        20        1037.0000        1015.1398      2.15%
9119.71/460.27	c       460           2312         395        20        1037.0000        1015.1398      2.15%
9220.70/465.32	c       465           2368         401        20        1037.0000        1015.1398      2.15%
9319.62/470.37	c       470           2462         405        20        1037.0000        1015.1443      2.15%
9420.66/475.42	c       475           2551         410        20        1037.0000        1015.1630      2.15%
9519.78/480.43	c       480           2617         410        20        1037.0000        1015.1630      2.15%
9618.99/485.47	c       485           2678         419        20        1037.0000        1015.1978      2.15%
9718.10/490.50	c       490           2694         421        20        1037.0000        1015.1978      2.15%
9819.29/495.56	c       496           2694         421        20        1037.0000        1015.1978      2.15%
9920.52/500.67	c       501           2694         421        20        1037.0000        1015.1978      2.15%
10021.65/505.72	c       506           2742         423        20        1037.0000        1015.3125      2.14%
10120.81/510.77	c       511           2745         426        20        1037.0000        1015.3125      2.14%
10221.58/515.81	c       516           2763          13        20        1037.0000        1015.3125      2.14%
10320.67/520.82	c       521           2772          22        20        1037.0000        1015.3125      2.14%
10419.75/525.89	c       526           2782          26        20        1037.0000        1015.3125      2.14%
10520.87/530.92	c       531           2794          26        20        1037.0000        1015.3125      2.14%
10620.00/536.01	c       536           2859          35        20        1037.0000        1015.3125      2.14%
10721.67/541.06	c       541           2885          35        20        1037.0000        1015.3125      2.14%
10820.82/546.11	c       546           2914          36        20        1037.0000        1015.3125      2.14%
10921.94/551.16	c       551           2967          43        20        1037.0000        1015.3125      2.14%
11022.31/556.21	c       556           3042          42        20        1037.0000        1015.3125      2.14%
11121.33/561.26	c       561           3117          45        20        1037.0000        1015.3125      2.14%
11220.44/566.28	c       566           3126          48        20        1037.0000        1015.3125      2.14%
11321.56/571.33	c       571           3179          51        20        1037.0000        1015.3125      2.14%
11422.75/576.41	c       576           3206          52        20        1037.0000        1015.3125      2.14%
11521.98/581.46	c       581           3233          53        20        1037.0000        1015.3125      2.14%
11623.17/586.51	c       587           3274          58        20        1037.0000        1015.3125      2.14%
11722.40/591.56	c       592           3319          61        20        1037.0000        1015.3125      2.14%
11821.57/596.57	c       597           3360          62        20        1037.0000        1015.3125      2.14%
11922.77/601.60	c       602           3420          64        20        1037.0000        1015.3125      2.14%
12021.91/606.61	c       607           3510          66        20        1037.0000        1015.3125      2.14%
12121.12/611.62	c       612           3559          75        20        1037.0000        1015.3125      2.14%
12224.19/616.81	c       617           3611          83        20        1037.0000        1015.3125      2.14%
12323.25/621.86	c       622           3666          86        20        1037.0000        1015.3125      2.14%
12424.33/626.91	c       627           3701          99        20        1037.0000        1015.3125      2.14%
12523.53/631.97	c       632           3730         100        20        1037.0000        1015.3125      2.14%
12622.71/637.01	c       637           3784         104        20        1037.0000        1015.3125      2.14%
12724.81/642.06	c       642           3828         108        20        1037.0000        1015.3125      2.14%
12823.91/647.11	c       647           6711         319        20        1037.0000        1015.3470      2.13%
12924.92/652.16	c       652           6769         325        20        1037.0000        1015.3470      2.13%
13024.27/657.20	c       657           6826         328        20        1037.0000        1015.3472      2.13%
13124.55/662.22	c       662           6916         328        20        1037.0000        1015.3472      2.13%
13223.73/667.27	c       667           4194         200        20        1037.0000        1015.4061      2.13%
13324.84/672.37	c       672           7011         333        20        1037.0000        1015.4396      2.12%
13425.93/677.42	c       677           4330         204        20        1037.0000        1015.4454      2.12%
13525.11/682.47	c       682           4406         210        20        1037.0000        1015.5415      2.11%
13624.29/687.47	c       687           4471         211        20        1037.0000        1015.5415      2.11%
13725.47/692.54	c       693           4506         218        20        1037.0000        1015.7138      2.10%
13824.61/697.56	c       698           4596         216        20        1037.0000        1015.7138      2.10%
13925.78/702.61	c       703           4613         217        20        1037.0000        1015.7700      2.09%
14024.93/707.65	c       708           4676         224        20        1037.0000        1015.8972      2.08%
14126.07/712.75	c       713           4717         229        20        1037.0000        1015.9186      2.08%
14227.19/717.82	c       718           4818         228        20        1037.0000        1015.9186      2.08%
14326.37/722.85	c       723           4889         229        20        1037.0000        1015.9186      2.08%
14427.57/727.92	c       728           4934         232        20        1037.0000        1015.9386      2.07%
14526.75/732.97	c       733           5003         233        20        1037.0000        1015.9536      2.07%
14625.93/738.02	c       738           5063         237        20        1037.0000        1015.9766      2.07%
14727.80/743.07	c       743           5063         237        20        1037.0000        1015.9766      2.07%
14827.01/748.12	c       748           5107         241        20        1037.0000        1015.9766      2.07%
14928.37/753.17	c       753           5148         246        20        1037.0000        1015.9992      2.07%
15027.44/758.18	c       758           5262         246        20        1037.0000        1015.9992      2.07%
15127.86/763.23	c       763           5343         247        20        1037.0000        1016.0315      2.06%
15229.05/768.32	c       768           5398         250        20        1037.0000        1016.0315      2.06%
15328.17/773.37	c       773           5472         250        20        1037.0000        1016.0315      2.06%
15427.39/778.39	c       778           8081         409        20        1037.0000        1016.0734      2.06%
15528.49/783.41	c       783           8094         416        20        1037.0000        1016.0734      2.06%
15627.69/788.47	c       788           8122         424        20        1037.0000        1016.1993      2.05%
15728.90/793.57	c       794           8191         427        20        1037.0000        1016.2634      2.04%
15830.08/798.62	c       799           8248         436        20        1037.0000        1016.2938      2.04%
15929.27/803.67	c       804           8337         437        20        1037.0000        1016.3242      2.03%
16030.45/808.72	c       809           8401         439        20        1037.0000        1016.3318      2.03%
16129.49/813.77	c       814           8424         450        20        1037.0000        1016.5043      2.02%
16230.62/818.82	c       819           8471         451        20        1037.0000        1016.5243      2.01%
16329.68/823.87	c       824           8500         454        20        1037.0000        1016.5243      2.01%
16430.88/828.92	c       829           8531         461        20        1037.0000        1016.5679      2.01%
16529.95/833.95	c       834           8598         472        20        1037.0000        1016.5679      2.01%
16629.06/839.02	c       839           8687         471        20        1037.0000        1016.5679      2.01%
16730.82/844.06	c       844           8770         472        20        1037.0000        1016.5679      2.01%
16829.97/849.12	c       849           8819         477        20        1037.0000        1016.5679      2.01%
16931.20/854.14	c       854           8881         477        20        1037.0000        1016.5929      2.01%
17031.67/859.23	c       859           8921         483        20        1037.0000        1016.6250      2.00%
17130.80/864.28	c       864           8958         486        20        1037.0000        1016.6250      2.00%
17230.00/869.29	c       869           8998         492        20        1037.0000        1016.6429      2.00%
17331.19/874.34	c       874           9024         494        20        1037.0000        1016.6832      2.00%
17430.37/879.38	c       879           9081         499        20        1037.0000        1016.7038      2.00%
17531.54/884.48	c       884           9086         504        20        1037.0000        1016.7038      2.00%
17632.72/889.54	c       890           9114         508        20        1037.0000        1016.7356      1.99%
17731.77/894.58	c       895           9180         506        20        1037.0000        1016.7356      1.99%
17832.94/899.64	c       900           9270         508        20        1037.0000        1016.7431      1.99%
17932.09/904.69	c       905           9311         509        20        1037.0000        1016.7600      1.99%
18033.04/909.72	c       910           9323         517        20        1037.0000        1016.7600      1.99%
18132.13/914.79	c       915           9388         524        20        1037.0000        1016.7727      1.99%
18233.28/919.84	c       920           9484         530        20        1037.0000        1016.8052      1.99%
18332.37/924.87	c       925           9578         526        20        1037.0000        1016.8713      1.98%
18433.45/929.94	c       930           9641         529        20        1037.0000        1016.9468      1.97%
18532.54/934.95	c       935           9722         532        20        1037.0000        1016.9468      1.97%
18634.40/940.04	c       940           9791         533        20        1037.0000        1016.9557      1.97%
18733.59/945.09	c       945           9887         533        20        1037.0000        1016.9557      1.97%
18832.86/950.14	c       950          10001         539        20        1037.0000        1017.0500      1.96%
18934.04/955.17	c       955          10058         546        20        1037.0000        1017.0608      1.96%
19033.17/960.18	c       960          10121         549        20        1037.0000        1017.0696      1.96%
19133.48/965.24	c       965          10194         560        20        1037.0000        1017.0895      1.96%
19232.56/970.26	c       970          10271         565        20        1037.0000        1017.1027      1.96%
19331.71/975.29	c       975          10315         567        20        1037.0000        1017.1027      1.96%
19432.83/980.30	c       980          10344         572        20        1037.0000        1017.1144      1.96%
19532.04/985.37	c       985          10386         574        20        1037.0000        1017.1244      1.95%
19633.16/990.42	c       990          10475         575        20        1037.0000        1017.1244      1.95%
19732.34/995.42	c       995          10513         573        20        1037.0000        1017.1244      1.95%
19831.44/1000.45	c      1000          10606         580        20        1037.0000        1017.1490      1.95%
19930.57/1005.48	c      1005          10635         579        20        1037.0000        1017.1490      1.95%
20031.77/1010.58	c      1011          10653         581        20        1037.0000        1017.1690      1.95%
20132.69/1015.61	c      1016          10706         586        20        1037.0000        1017.1928      1.95%
20231.89/1020.62	c      1021          10788         584        20        1037.0000        1017.1928      1.95%
20335.08/1025.81	c      1026          10820         590        20        1037.0000        1017.2014      1.95%
20434.25/1030.85	c      1031          10853         591        20        1037.0000        1017.2249      1.94%
20533.44/1035.87	c      1036          10880         592        20        1037.0000        1017.2249      1.94%
20634.57/1040.92	c      1041          10911         595        20        1037.0000        1017.2249      1.94%
20733.74/1045.93	c      1046          10943         609        20        1037.0000        1017.2616      1.94%
20832.94/1050.97	c      1051           8239         411        20        1037.0000        1017.3170      1.93%
20932.14/1056.03	c      1056           8303         411        20        1037.0000        1017.3542      1.93%
21033.83/1061.05	c      1061           8363         417        20        1037.0000        1017.3635      1.93%
21133.16/1066.11	c      1066           8385         429        20        1037.0000        1017.4375      1.92%
21234.08/1071.17	c      1071           8487         437        20        1037.0000        1017.4375      1.92%
21334.41/1076.22	c      1076           8553         439        20        1037.0000        1017.4703      1.92%
21435.56/1081.30	c      1081           8656         440        20        1037.0000        1017.4703      1.92%
21538.66/1086.50	c      1087           8686         442        20        1037.0000        1017.4826      1.92%
21637.77/1091.55	c      1092           8735         443        20        1037.0000        1017.4826      1.92%
21738.82/1096.60	c      1097           8828         442        20        1037.0000        1017.4826      1.92%
21838.00/1101.65	c      1102           8845         443        20        1037.0000        1017.5148      1.91%
21939.15/1106.70	c      1107           8845         443        20        1037.0000        1017.5148      1.91%
22038.21/1111.75	c      1112           8903         447        20        1037.0000        1017.5160      1.91%
22139.34/1116.80	c      1117           9012         452        20        1037.0000        1017.5160      1.91%
22238.50/1121.82	c      1122           9093         457        20        1037.0000        1017.5501      1.91%
22337.53/1126.88	c      1127           9127         463        20        1037.0000        1017.5501      1.91%
22438.68/1131.95	c      1132           9211         467        20        1037.0000        1017.5693      1.91%
22537.13/1137.00	c      1137           9303         471        20        1037.0000        1017.5800      1.91%
22636.28/1142.02	c      1142           9357         483        20        1037.0000        1017.5831      1.91%
22738.33/1147.10	c      1147           9400         492        20        1037.0000        1017.6466      1.90%
22839.20/1152.16	c      1152           9414         492        20        1037.0000        1017.6733      1.90%
22938.45/1157.19	c      1157           9465         501        20        1037.0000        1017.6871      1.90%
23038.83/1162.26	c      1162           9545         507        20        1037.0000        1017.6881      1.90%
23139.95/1167.31	c      1167           9616         512        20        1037.0000        1017.7007      1.90%
23239.04/1172.36	c      1172           9725         515        20        1037.0000        1017.7007      1.90%
23338.24/1177.37	c      1177           9813         525        20        1037.0000        1017.7558      1.89%
23437.42/1182.38	c      1182           9817         529        20        1037.0000        1017.7558      1.89%
23538.54/1187.48	c      1187           9889         539        20        1037.0000        1017.7676      1.89%
23639.64/1192.57	c      1193          10013         541        20        1037.0000        1017.7735      1.89%
23740.78/1197.62	c      1198          10042         546        20        1037.0000        1017.7735      1.89%
23839.94/1202.67	c      1203          10063         551        20        1037.0000        1017.7735      1.89%
23941.05/1207.73	c      1208          10176         554        20        1037.0000        1017.7735      1.89%
24040.13/1212.76	c      1213          10280         552        20        1037.0000        1017.7735      1.89%
24139.26/1217.77	c      1218          10390         556        20        1037.0000        1017.7735      1.89%
24240.40/1222.88	c      1223          10493         559        20        1037.0000        1017.7755      1.89%
24341.58/1227.93	c      1228          10494         560        20        1037.0000        1017.7755      1.89%
24440.64/1232.98	c      1233          10548         568        20        1037.0000        1017.7804      1.89%
24539.83/1238.03	c      1238          10618         568        20        1037.0000        1017.7804      1.89%
24641.71/1243.08	c      1243          10705         573        20        1037.0000        1017.7931      1.89%
24740.79/1248.12	c      1248          10773         573        20        1037.0000        1017.8044      1.89%
24840.09/1253.13	c      1253          10858         578        20        1037.0000        1017.8044      1.89%
24941.18/1258.18	c      1258          10932         584        20        1037.0000        1017.8171      1.88%
25041.49/1263.22	c      1263          12383         619        20        1037.0000        1017.8227      1.88%
25140.66/1268.23	c      1268          12419         617        20        1037.0000        1017.8249      1.88%
25239.83/1273.27	c      1273          11213         597        20        1037.0000        1017.8581      1.88%
25340.91/1278.39	c      1278          11253         603        20        1037.0000        1017.8647      1.88%
25442.06/1283.47	c      1283          11191         553        20        1037.0000        1017.8821      1.88%
25543.23/1288.53	c      1289          11191         553        20        1037.0000        1017.8821      1.88%
25642.34/1293.58	c      1294          11261         555        20        1037.0000        1017.9521      1.87%
25743.46/1298.60	c      1299          11341         569        20        1037.0000        1018.0069      1.87%
25842.60/1303.61	c      1304          11421         581        20        1037.0000        1018.0696      1.86%
25941.79/1308.68	c      1309          11512         590        20        1037.0000        1018.0753      1.86%
26042.83/1313.78	c      1314          11553         593        20        1037.0000        1018.0787      1.86%
26143.97/1318.83	c      1319          11631         599        20        1037.0000        1018.0969      1.86%
26243.16/1323.85	c      1324          11701         607        20        1037.0000        1018.1021      1.86%
26342.36/1328.87	c      1329          11790         616        20        1037.0000        1018.1021      1.86%
26443.45/1333.97	c      1334          11881         627        20        1037.0000        1018.1793      1.85%
26542.64/1339.03	c      1339          11967         637        20        1037.0000        1018.2044      1.85%
26644.42/1344.05	c      1344          12090         642        20        1037.0000        1018.2110      1.85%
26743.55/1349.11	c      1349          12171         641        20        1037.0000        1018.2110      1.85%
26844.81/1354.15	c      1354          12234         646        20        1037.0000        1018.2237      1.84%
26945.18/1359.23	c      1359          12254         648        20        1037.0000        1018.2237      1.84%
27044.36/1364.28	c      1364          12308         650        20        1037.0000        1018.2276      1.84%
27143.55/1369.29	c      1369          12391         659        20        1037.0000        1018.2640      1.84%
27244.73/1374.35	c      1374          12481         667        20        1037.0000        1018.3162      1.83%
27345.85/1379.43	c      1379          12485         671        20        1037.0000        1018.3162      1.83%
27447.05/1384.50	c      1384          12551         679        20        1037.0000        1018.3794      1.83%
27546.27/1389.54	c      1390          12613         683        20        1037.0000        1018.3794      1.83%
27645.48/1394.55	c      1395          12670         684        20        1037.0000        1018.3794      1.83%
27746.67/1399.64	c      1400          12731         689        20        1037.0000        1018.4001      1.83%
27845.71/1404.67	c      1405          12841         695        20        1037.0000        1018.4139      1.82%
27946.81/1409.74	c      1410          12924         704        20        1037.0000        1018.4225      1.82%
28046.02/1414.75	c      1415          12974         714        20        1037.0000        1018.4535      1.82%
28147.21/1419.84	c      1420          13063         719        20        1037.0000        1018.4535      1.82%
28246.38/1424.89	c      1425          13151         719        20        1037.0000        1018.4535      1.82%
28347.52/1429.94	c      1430          13301         717        20        1037.0000        1018.4535      1.82%
28446.66/1434.99	c      1435          13472         720        20        1037.0000        1018.4535      1.82%
28548.33/1440.05	c      1440          13561         723        20        1037.0000        1018.5113      1.82%
28647.66/1445.09	c      1445          13632         726        20        1037.0000        1018.5125      1.82%
28748.80/1450.15	c      1450          13711         731        20        1037.0000        1018.5256      1.81%
28847.92/1455.17	c      1455          13787         731        20        1037.0000        1018.5256      1.81%
28948.40/1460.25	c      1460          13831         741        20        1037.0000        1018.5885      1.81%
29049.58/1465.30	c      1465          13905         749        20        1037.0000        1018.6000      1.81%
29148.73/1470.33	c      1470          13971         757        20        1037.0000        1018.6333      1.80%
29247.85/1475.37	c      1475          14038         762        20        1037.0000        1018.6333      1.80%
29349.00/1480.43	c      1480          14071         769        20        1037.0000        1018.6554      1.80%
29448.20/1485.49	c      1486          14106         778        20        1037.0000        1018.6573      1.80%
29549.39/1490.56	c      1491          14156         778        20        1037.0000        1018.6573      1.80%
29650.49/1495.61	c      1496          14186         784        20        1037.0000        1018.6577      1.80%
29749.71/1500.66	c      1501          14247         781        20        1037.0000        1018.6577      1.80%
29850.89/1505.71	c      1506          14321         789        20        1037.0000        1018.6677      1.80%
29950.06/1510.76	c      1511          14369         797        20        1037.0000        1018.6677      1.80%
30049.18/1515.80	c      1516          14405         801        20        1037.0000        1018.6973      1.80%
30150.37/1520.86	c      1521          14474         806        20        1037.0000        1018.7060      1.80%
30251.57/1525.91	c      1526          14566         812        20        1037.0000        1018.7080      1.80%
30350.56/1530.96	c      1531          14638         818        20        1037.0000        1018.7119      1.80%
30449.68/1536.01	c      1536          14675         823        20        1037.0000        1018.7333      1.79%
30551.69/1541.06	c      1541          14776         822        20        1037.0000        1018.7333      1.79%
30650.69/1546.11	c      1546          14881         821        20        1037.0000        1018.7333      1.79%
30750.00/1551.13	c      1551          14951         819        20        1037.0000        1018.7851      1.79%
30852.29/1556.21	c      1556          14999         823        20        1037.0000        1018.7851      1.79%
30951.49/1561.26	c      1561          15126         826        20        1037.0000        1018.7851      1.79%
31052.65/1566.32	c      1566          15211         827        20        1037.0000        1018.7962      1.79%
31151.85/1571.37	c      1571          15273         829        20        1037.0000        1018.7962      1.79%
31252.93/1576.42	c      1576          15381         835        20        1037.0000        1018.8068      1.79%
31352.12/1581.47	c      1581          15401         841        20        1037.0000        1018.8182      1.78%
31453.29/1586.53	c      1587          15493         851        20        1037.0000        1018.8256      1.78%
31552.44/1591.58	c      1592          15620         852        20        1037.0000        1018.8256      1.78%
31653.60/1596.63	c      1597          15747         857        20        1037.0000        1018.8274      1.78%
31752.77/1601.68	c      1602          15825         861        20        1037.0000        1018.8274      1.78%
31853.94/1606.73	c      1607          15965         859        20        1037.0000        1018.8274      1.78%
31953.12/1611.78	c      1612          16071         863        20        1037.0000        1018.8390      1.78%
32052.31/1616.79	c      1617          16163         869        20        1037.0000        1018.8390      1.78%
32153.50/1621.88	c      1622          16223         873        20        1037.0000        1018.8455      1.78%
32254.66/1626.92	c      1627          16291         879        20        1037.0000        1018.9113      1.78%
32353.87/1631.92	c      1632          13577         601        20        1037.0000        1018.9620      1.77%
32453.03/1637.03	c      1637          13608         606        20        1037.0000        1018.9620      1.77%
32554.87/1642.05	c      1642          13649         611        20        1037.0000        1018.9851      1.77%
32654.08/1647.13	c      1647          13688         612        20        1037.0000        1018.9973      1.77%
32755.20/1652.18	c      1652          13734         618        20        1037.0000        1019.0289      1.76%
32855.74/1657.24	c      1657          13807         615        20        1037.0000        1019.0383      1.76%
32954.93/1662.29	c      1662          13841         619        20        1037.0000        1019.0383      1.76%
33056.07/1667.34	c      1667          13915         619        20        1037.0000        1019.0383      1.76%
33155.26/1672.39	c      1672          14007         615        20        1037.0000        1019.0417      1.76%
33256.36/1677.40	c      1677          17019         919        20        1037.0000        1019.0555      1.76%
33357.49/1682.50	c      1683          17060         918        20        1037.0000        1019.0555      1.76%
33456.66/1687.56	c      1688          17156         918        20        1037.0000        1019.0841      1.76%
33557.85/1692.62	c      1693          17254         926        20        1037.0000        1019.1016      1.76%
33657.04/1697.68	c      1698          17380         928        20        1037.0000        1019.1016      1.76%
33758.21/1702.73	c      1703          17495         925        20        1037.0000        1019.1016      1.76%
33857.34/1707.78	c      1708          14257         637        20        1037.0000        1019.1165      1.75%
33958.47/1712.83	c      1713          14308         640        20        1037.0000        1019.1165      1.75%
34057.66/1717.88	c      1718          17641         939        20        1037.0000        1019.1214      1.75%
34158.72/1722.92	c      1723          17681         945        20        1037.0000        1019.1300      1.75%
34257.88/1727.96	c      1728          17721         949        20        1037.0000        1019.1321      1.75%
34357.12/1733.02	c      1733          17802         960        20        1037.0000        1019.1530      1.75%
34456.28/1738.03	c      1738          17911         963        20        1037.0000        1019.1544      1.75%
34559.81/1743.13	c      1743          17954         980        20        1037.0000        1019.2023      1.75%
34659.06/1748.18	c      1748          18022         988        20        1037.0000        1019.2066      1.75%
34759.67/1753.23	c      1753          18131         987        20        1037.0000        1019.2292      1.74%
34858.88/1758.28	c      1758          14807         665        20        1037.0000        1019.2529      1.74%
34960.07/1763.33	c      1763          14838         672        20        1037.0000        1019.2529      1.74%
35059.27/1768.38	c      1768          14889         673        20        1037.0000        1019.2928      1.74%
35160.48/1773.43	c      1773          14932         674        20        1037.0000        1019.2928      1.74%
35259.65/1778.44	c      1778          14985         675        20        1037.0000        1019.2928      1.74%
35360.74/1783.53	c      1784          15077         677        20        1037.0000        1019.2928      1.74%
35459.93/1788.58	c      1789          15158         676        20        1037.0000        1019.3082      1.74%
35561.10/1793.60	c      1794          18739        1025        20        1037.0000        1019.3162      1.73%
35660.16/1798.68	c      1799          18825        1027        20        1037.0000        1019.3162      1.73%
35761.25/1803.73	c      1804          18934        1020        20        1037.0000        1019.3162      1.73%
35860.36/1808.78	c      1809          15337         697        20        1037.0000        1019.3194      1.73%
35961.54/1813.83	c      1814          19141        1021        20        1037.0000        1019.3293      1.73%
36060.74/1818.88	c      1819          19174        1032        20        1037.0000        1019.3370      1.73%
36161.85/1823.90	c      1824          19267        1031        20        1037.0000        1019.3370      1.73%
36260.90/1828.98	c      1829          19371        1033        20        1037.0000        1019.3545      1.73%
36360.05/1834.03	c      1834          19441        1035        20        1037.0000        1019.3588      1.73%
36461.80/1839.08	c      1839          19485        1045        20        1037.0000        1019.3640      1.73%
36562.65/1844.13	c      1844          19544        1050        20        1037.0000        1019.3694      1.73%
36662.22/1849.14	c      1849          19630        1056        20        1037.0000        1019.3907      1.73%
36762.44/1854.23	c      1854          19695        1055        20        1037.0000        1019.3907      1.73%
36861.65/1859.28	c      1859          19730        1056        20        1037.0000        1019.3907      1.73%
36962.78/1864.33	c      1864          19801        1057        20        1037.0000        1019.4184      1.72%
37061.98/1869.38	c      1869          19861        1067        20        1037.0000        1019.4901      1.72%
37163.12/1874.41	c      1874          19947        1079        20        1037.0000        1019.5086      1.72%
37262.16/1879.42	c      1879          20022        1084        20        1037.0000        1019.5132      1.72%
37363.26/1884.54	c      1885          20117        1093        20        1037.0000        1019.5132      1.72%
37462.32/1889.59	c      1890          20191        1105        20        1037.0000        1019.5463      1.71%
37563.24/1894.64	c      1895          20228        1108        20        1037.0000        1019.5463      1.71%
37662.42/1899.69	c      1900          20274        1118        20        1037.0000        1019.5466      1.71%
37763.61/1904.72	c      1905          20321        1125        20        1037.0000        1019.5484      1.71%
37862.84/1909.72	c      1910          20350        1124        20        1037.0000        1019.5484      1.71%
37962.03/1914.75	c      1915          20412        1134        20        1037.0000        1019.5617      1.71%
38063.22/1919.87	c      1920          20425        1135        20        1037.0000        1019.5617      1.71%
38164.35/1924.95	c      1925          20469        1135        20        1037.0000        1019.5617      1.71%
38263.45/1929.96	c      1930          20555        1139        20        1037.0000        1019.5814      1.71%
38365.32/1935.05	c      1935          20634        1144        20        1037.0000        1019.5900      1.71%
38464.56/1940.06	c      1940          20707        1151        20        1037.0000        1019.5973      1.71%
38563.94/1945.07	c      1945          20741        1153        20        1037.0000        1019.6124      1.71%
38664.63/1950.18	c      1950          20774        1160        20        1037.0000        1019.6634      1.70%
38765.31/1955.21	c      1955          20806        1168        20        1037.0000        1019.7114      1.70%
38864.43/1960.26	c      1960          20860        1168        20        1037.0000        1019.7114      1.70%
38963.56/1965.29	c      1965          20933        1171        20        1037.0000        1019.7247      1.69%
39064.78/1970.30	c      1970          21012        1174        20        1037.0000        1019.7250      1.69%
39163.56/1975.33	c      1975          21111        1171        20        1037.0000        1019.7316      1.69%
39264.71/1980.50	c      1981          21209        1173        20        1037.0000        1019.7316      1.69%
39365.87/1985.55	c      1986          21284        1174        20        1037.0000        1019.7316      1.69%
39465.07/1990.60	c      1991          21359        1183        20        1037.0000        1019.7316      1.69%
39566.20/1995.62	c      1996          21432        1186        20        1037.0000        1019.7316      1.69%
39667.37/2000.70	c      2001          17581         831        20        1037.0000        1019.7668      1.69%
39766.55/2005.71	c      2006          17674         834        20        1037.0000        1019.7668      1.69%
39865.71/2010.80	c      2011          17698         834        20        1037.0000        1019.8117      1.69%
39966.78/2015.85	c      2016          17700         836        20        1037.0000        1019.8117      1.69%
40067.87/2020.90	c      2021          17707         839        20        1037.0000        1019.8293      1.68%
40167.05/2025.95	c      2026          17760         844        20        1037.0000        1019.8293      1.68%
40266.26/2031.01	c      2031          17854         840        20        1037.0000        1019.8293      1.68%
40368.07/2036.06	c      2036          17901         847        20        1037.0000        1019.8293      1.68%
40467.41/2041.09	c      2041          17965         857        20        1037.0000        1019.8646      1.68%
40568.27/2046.16	c      2046          18041         857        20        1037.0000        1019.8646      1.68%
40667.46/2051.17	c      2051          18165         855        20        1037.0000        1019.8646      1.68%
40767.88/2056.25	c      2056          18237         855        20        1037.0000        1019.8647      1.68%
40867.10/2061.28	c      2061          18257         861        20        1037.0000        1019.8849      1.68%
40968.30/2066.33	c      2066          18270         864        20        1037.0000        1019.8849      1.68%
41067.47/2071.36	c      2071          18324         864        20        1037.0000        1019.8849      1.68%
41168.61/2076.45	c      2076          18406         866        20        1037.0000        1019.9057      1.68%
41267.68/2081.47	c      2081          18457         865        20        1037.0000        1019.9465      1.67%
41368.84/2086.54	c      2087          18497         869        20        1037.0000        1019.9690      1.67%
41469.87/2091.61	c      2092          18537         875        20        1037.0000        1020.0146      1.67%
41568.93/2096.66	c      2097          18597         879        20        1037.0000        1020.0513      1.66%
41670.10/2101.71	c      2102          18684         878        20        1037.0000        1020.0513      1.66%
41769.27/2106.74	c      2107          18725         889        20        1037.0000        1020.0610      1.66%
41870.36/2111.80	c      2112          18781         891        20        1037.0000        1020.1157      1.66%
41969.51/2116.86	c      2117          18812         896        20        1037.0000        1020.1209      1.65%
42070.69/2121.91	c      2122          18842         904        20        1037.0000        1020.1385      1.65%
42169.67/2126.94	c      2127          18877         907        20        1037.0000        1020.1470      1.65%
42268.86/2132.01	c      2132          18959         913        20        1037.0000        1020.1470      1.65%
42368.01/2137.03	c      2137          19011         917        20        1037.0000        1020.1801      1.65%
42469.85/2142.11	c      2142          19027         917        20        1037.0000        1020.2062      1.65%
42570.74/2147.16	c      2147          19057         921        20        1037.0000        1020.2122      1.65%
42671.24/2152.21	c      2152          19107         925        20        1037.0000        1020.2153      1.65%
42770.39/2157.26	c      2157          19157         933        20        1037.0000        1020.2401      1.64%
42871.52/2162.31	c      2162          19167         939        20        1037.0000        1020.2450      1.64%
42970.66/2167.34	c      2167          19220         944        20        1037.0000        1020.2450      1.64%
43069.85/2172.36	c      2172          19272         944        20        1037.0000        1020.2450      1.64%
43171.03/2177.46	c      2177          19302         948        20        1037.0000        1020.2548      1.64%
43272.04/2182.51	c      2183          19385         947        20        1037.0000        1020.2548      1.64%
43371.25/2187.57	c      2188          19407         947        20        1037.0000        1020.2548      1.64%
43472.48/2192.62	c      2193          19472         950        20        1037.0000        1020.2548      1.64%
43571.63/2197.68	c      2198          19549         949        20        1037.0000        1020.2548      1.64%
43672.82/2202.74	c      2203          19568         950        20        1037.0000        1020.2562      1.64%
43772.04/2207.76	c      2208          19607         953        20        1037.0000        1020.2757      1.64%
43871.08/2212.77	c      2213          19670         958        20        1037.0000        1020.2757      1.64%
43972.25/2217.85	c      2218          19727         959        20        1037.0000        1020.2852      1.64%
44073.47/2222.94	c      2223          19747         965        20        1037.0000        1020.2852      1.64%
44172.68/2227.97	c      2228          19817         963        20        1037.0000        1020.3004      1.64%
44274.47/2233.04	c      2233          19820         966        20        1037.0000        1020.3004      1.64%
44373.86/2238.09	c      2238          19883         975        20        1037.0000        1020.3004      1.64%
44472.89/2243.10	c      2243          19927         973        20        1037.0000        1020.3359      1.63%
44572.26/2248.13	c      2248          19979         983        20        1037.0000        1020.3359      1.63%
44673.42/2253.19	c      2253          20034         980        20        1037.0000        1020.3359      1.63%
44773.68/2258.21	c      2258          20059         983        20        1037.0000        1020.3562      1.63%
44872.78/2263.27	c      2263          20121         987        20        1037.0000        1020.3562      1.63%
44973.90/2268.32	c      2268          20157         985        20        1037.0000        1020.3614      1.63%
45072.97/2273.34	c      2273          20172         990        20        1037.0000        1020.3614      1.63%
45172.12/2278.38	c      2278          20257         983        20        1037.0000        1020.3614      1.63%
45273.18/2283.41	c      2283          20307         995        20        1037.0000        1020.3670      1.63%
45374.32/2288.59	c      2289          20320        1000        20        1037.0000        1020.3770      1.63%
45475.48/2293.63	c      2294          20347        1003        20        1037.0000        1020.3788      1.63%
45574.70/2298.64	c      2299          20384        1008        20        1037.0000        1020.3788      1.63%
45675.78/2303.74	c      2304          20454        1006        20        1037.0000        1020.3788      1.63%
45774.89/2308.77	c      2309          20528        1002        20        1037.0000        1020.3788      1.63%
45876.07/2313.84	c      2314          20564        1008        20        1037.0000        1020.3788      1.63%
45975.17/2318.89	c      2319          20627        1007        20        1037.0000        1020.3885      1.63%
46076.28/2323.91	c      2324          20677        1011        20        1037.0000        1020.3913      1.63%
46175.37/2328.94	c      2329          20707        1015        20        1037.0000        1020.3913      1.63%
46274.59/2334.03	c      2334          20736        1020        20        1037.0000        1020.3913      1.63%
46376.66/2339.09	c      2339          20774        1028        20        1037.0000        1020.4089      1.63%
46475.56/2344.10	c      2344          20812        1032        20        1037.0000        1020.4199      1.62%
46574.65/2349.12	c      2349          20870        1030        20        1037.0000        1020.4199      1.62%
46677.19/2354.24	c      2354          20912        1036        20        1037.0000        1020.4347      1.62%
46776.35/2359.29	c      2359          20978        1032        20        1037.0000        1020.4347      1.62%
46877.55/2364.34	c      2364          21002        1032        20        1037.0000        1020.4347      1.62%
46976.73/2369.39	c      2369          21026        1042        20        1037.0000        1020.4720      1.62%
47077.89/2374.43	c      2374          21047        1041        20        1037.0000        1020.4783      1.62%
47177.05/2379.49	c      2380          21065        1047        20        1037.0000        1020.4783      1.62%
47278.20/2384.53	c      2385          21083        1047        20        1037.0000        1020.4783      1.62%
47377.29/2389.59	c      2390          21157        1053        20        1037.0000        1020.4783      1.62%
47478.49/2394.62	c      2395          21197        1051        20        1037.0000        1020.5093      1.62%
47577.67/2399.62	c      2400          21239        1059        20        1037.0000        1020.5093      1.62%
47678.67/2404.74	c      2405          21277        1059        20        1037.0000        1020.5113      1.62%
47777.70/2409.79	c      2410          21309        1067        20        1037.0000        1020.5283      1.61%
47878.82/2414.84	c      2415          21355        1071        20        1037.0000        1020.5283      1.61%
47979.96/2419.90	c      2420          21383        1075        20        1037.0000        1020.5288      1.61%
48079.13/2424.95	c      2425          21418        1074        20        1037.0000        1020.5288      1.61%
48178.25/2430.00	c      2430          21450        1076        20        1037.0000        1020.5398      1.61%
48280.25/2435.04	c      2435          21467        1079        20        1037.0000        1020.5398      1.61%
48379.14/2440.11	c      2440          21516        1082        20        1037.0000        1020.5451      1.61%
48480.47/2445.17	c      2445          21609        1081        20        1037.0000        1020.5451      1.61%
48580.85/2450.22	c      2450          21676        1086        20        1037.0000        1020.5451      1.61%
48679.95/2455.27	c      2455          21709        1091        20        1037.0000        1020.5498      1.61%
48781.10/2460.32	c      2460          21778        1094        20        1037.0000        1020.5498      1.61%
48880.22/2465.37	c      2465          21801        1099        20        1037.0000        1020.5510      1.61%
48979.35/2470.39	c      2470          21870        1094        20        1037.0000        1020.5510      1.61%
49080.49/2475.46	c      2475          21949        1095        20        1037.0000        1020.5510      1.61%
49179.61/2480.49	c      2480          21976        1102        20        1037.0000        1020.5510      1.61%
49280.75/2485.52	c      2486          21996        1108        20        1037.0000        1020.5575      1.61%
49379.95/2490.54	c      2491          22069        1107        20        1037.0000        1020.5575      1.61%
49481.08/2495.64	c      2496          22157        1105        20        1037.0000        1020.5575      1.61%
49580.30/2500.66	c      2501          22182        1112        20        1037.0000        1020.5851      1.61%
49681.47/2505.79	c      2506          22266        1116        20        1037.0000        1020.5851      1.61%
49782.63/2510.84	c      2511          22357        1119        20        1037.0000        1020.5977      1.61%
49881.76/2515.89	c      2516          22455        1127        20        1037.0000        1020.6256      1.60%
49982.94/2520.94	c      2521          22484        1134        20        1037.0000        1020.6511      1.60%
50082.15/2525.95	c      2526          22579        1133        20        1037.0000        1020.6511      1.60%
50181.27/2530.97	c      2531          22614        1138        20        1037.0000        1020.6691      1.60%
50280.43/2536.00	c      2536          22680        1142        20        1037.0000        1020.6830      1.60%
50379.62/2541.01	c      2541          22772        1144        20        1037.0000        1020.6830      1.60%
50481.37/2546.04	c      2546          22884        1148        20        1037.0000        1020.6908      1.60%
50580.68/2551.06	c      2551          22975        1145        20        1037.0000        1020.6908      1.60%
50679.85/2556.07	c      2556          23049        1151        20        1037.0000        1020.6992      1.60%
50778.83/2561.09	c      2561          23147        1147        20        1037.0000        1020.7050      1.60%
50880.03/2566.14	c      2566          28761        1543        20        1037.0000        1020.7051      1.60%
50979.25/2571.19	c      2571          23291        1155        20        1037.0000        1020.7202      1.59%
51079.57/2576.24	c      2576          23337        1153        20        1037.0000        1020.7407      1.59%
51178.66/2581.29	c      2581          28989        1549        20        1037.0000        1020.7649      1.59%
51279.84/2586.33	c      2586          29060        1560        20        1037.0000        1020.7689      1.59%
51379.00/2591.34	c      2591          29142        1560        20        1037.0000        1020.7689      1.59%
51480.19/2596.42	c      2596          29263        1559        20        1037.0000        1020.7689      1.59%
51579.39/2601.49	c      2602          29375        1559        20        1037.0000        1020.7689      1.59%
51680.56/2606.54	c      2607          29485        1565        20        1037.0000        1020.7689      1.59%
51779.71/2611.59	c      2612          29598        1562        20        1037.0000        1020.7689      1.59%
51880.86/2616.64	c      2617          29611        1563        20        1037.0000        1020.7713      1.59%
51980.06/2621.69	c      2622          23725        1203        20        1037.0000        1020.7856      1.59%
52081.15/2626.74	c      2627          23777        1215        20        1037.0000        1020.8236      1.58%
52180.25/2631.79	c      2632          23787        1221        20        1037.0000        1020.8303      1.58%
52281.33/2636.85	c      2637          23851        1227        20        1037.0000        1020.8303      1.58%
52382.51/2641.90	c      2642          23926        1234        20        1037.0000        1020.8432      1.58%
52481.63/2646.93	c      2647          23967        1231        20        1037.0000        1020.8583      1.58%
52580.77/2652.01	c      2652          24032        1240        20        1037.0000        1020.8742      1.58%
52682.64/2657.06	c      2657          24080        1242        20        1037.0000        1020.9427      1.57%
52781.96/2662.08	c      2662          24153        1247        20        1037.0000        1020.9446      1.57%
52881.07/2667.12	c      2667          24203        1245        20        1037.0000        1020.9446      1.57%
52982.30/2672.16	c      2672          24252        1248        20        1037.0000        1020.9540      1.57%
53081.35/2677.17	c      2677          24341        1249        20        1037.0000        1020.9540      1.57%
53180.69/2682.19	c      2682          24377        1253        20        1037.0000        1020.9547      1.57%
53281.00/2687.20	c      2687          24445        1259        20        1037.0000        1020.9547      1.57%
53380.19/2692.23	c      2692          24470        1262        20        1037.0000        1020.9593      1.57%
53481.35/2697.39	c      2697          24506        1264        20        1037.0000        1020.9593      1.57%
53582.53/2702.43	c      2702          24542        1270        20        1037.0000        1020.9703      1.57%
53681.70/2707.44	c      2707          24606        1272        20        1037.0000        1020.9703      1.57%
53780.87/2712.48	c      2712          24667        1273        20        1037.0000        1021.0011      1.57%
53882.08/2717.51	c      2718          24698        1276        20        1037.0000        1021.0232      1.56%
53983.16/2722.67	c      2723          24769        1277        20        1037.0000        1021.0232      1.56%
54082.27/2727.69	c      2728          24856        1278        20        1037.0000        1021.0232      1.56%
54183.40/2732.71	c      2733          24901        1285        20        1037.0000        1021.0312      1.56%
54282.51/2737.73	c      2738          24971        1285        20        1037.0000        1021.0312      1.56%
54381.68/2742.77	c      2743          25021        1291        20        1037.0000        1021.0516      1.56%
54480.87/2747.78	c      2748          25094        1294        20        1037.0000        1021.0518      1.56%
54580.04/2752.79	c      2753          25186        1292        20        1037.0000        1021.0518      1.56%
54681.23/2757.85	c      2758          25217        1297        20        1037.0000        1021.0549      1.56%
54785.24/2763.14	c      2763          25268        1298        20        1037.0000        1021.1024      1.56%
54887.57/2768.21	c      2768          25324        1306        20        1037.0000        1021.1069      1.56%
54986.74/2773.25	c      2773          25399        1313        20        1037.0000        1021.1069      1.56%
55085.93/2778.27	c      2778          25438        1318        20        1037.0000        1021.1164      1.56%
55185.12/2783.29	c      2783          25514        1322        20        1037.0000        1021.1164      1.56%
55286.31/2788.32	c      2788          25595        1319        20        1037.0000        1021.1164      1.56%
55385.53/2793.36	c      2793          32401        1709        20        1037.0000        1021.1298      1.55%
55488.69/2798.52	c      2799          32464        1722        20        1037.0000        1021.1422      1.55%
55587.83/2803.56	c      2804          32573        1725        20        1037.0000        1021.1422      1.55%
55687.04/2808.59	c      2809          25847        1331        20        1037.0000        1021.1938      1.55%
55788.21/2813.69	c      2814          25911        1337        20        1037.0000        1021.1938      1.55%
55889.35/2818.74	c      2819          25930        1342        20        1037.0000        1021.2013      1.55%
55990.49/2823.80	c      2824          25995        1347        20        1037.0000        1021.2161      1.55%
56089.59/2828.85	c      2829          26049        1351        20        1037.0000        1021.2709      1.54%
56190.75/2833.90	c      2834          26070        1352        20        1037.0000        1021.2709      1.54%
56289.95/2838.95	c      2839          26147        1357        20        1037.0000        1021.2796      1.54%
56389.18/2844.00	c      2844          26167        1361        20        1037.0000        1021.2827      1.54%
56491.16/2849.06	c      2849          26204        1362        20        1037.0000        1021.2827      1.54%
56590.31/2854.11	c      2854          26272        1360        20        1037.0000        1021.2827      1.54%
56691.38/2859.16	c      2859          26342        1358        20        1037.0000        1021.2827      1.54%
56791.78/2864.21	c      2864          26377        1357        20        1037.0000        1021.2874      1.54%
56890.89/2869.27	c      2869          26387        1363        20        1037.0000        1021.2926      1.54%
56991.99/2874.32	c      2874          26433        1369        20        1037.0000        1021.2926      1.54%
57091.19/2879.34	c      2879          26470        1372        20        1037.0000        1021.3050      1.54%
57190.30/2884.36	c      2884          26511        1379        20        1037.0000        1021.3050      1.54%
57289.50/2889.39	c      2889          26582        1376        20        1037.0000        1021.3050      1.54%
57390.63/2894.41	c      2894          26610        1380        20        1037.0000        1021.3124      1.54%
57489.85/2899.45	c      2899          26687        1379        20        1037.0000        1021.3139      1.54%
57589.07/2904.48	c      2904          26717        1387        20        1037.0000        1021.3216      1.54%
57690.24/2909.59	c      2910          26789        1393        20        1037.0000        1021.3216      1.54%
57793.36/2914.72	c      2915          26842        1392        20        1037.0000        1021.3216      1.54%
57892.57/2919.77	c      2920          26907        1393        20        1037.0000        1021.3322      1.53%
57993.62/2924.81	c      2925          26917        1399        20        1037.0000        1021.3373      1.53%
58092.63/2929.83	c      2930          26936        1410        20        1037.0000        1021.3777      1.53%
58191.57/2934.84	c      2935          27006        1412        20        1037.0000        1021.4150      1.53%
58292.74/2939.97	c      2940          27052        1416        20        1037.0000        1021.4248      1.52%
58391.83/2944.99	c      2945          27073        1421        20        1037.0000        1021.4275      1.52%
58493.63/2950.08	c      2950          27138        1426        20        1037.0000        1021.4318      1.52%
58594.81/2955.15	c      2955          27201        1435        20        1037.0000        1021.4377      1.52%
58695.10/2960.20	c      2960          27273        1437        20        1037.0000        1021.4377      1.52%
58794.20/2965.25	c      2965          27320        1436        20        1037.0000        1021.4377      1.52%
58893.31/2970.29	c      2970          27399        1437        20        1037.0000        1021.4377      1.52%
58994.42/2975.36	c      2975          27480        1438        20        1037.0000        1021.4377      1.52%
59093.42/2980.38	c      2980          27579        1439        20        1037.0000        1021.4377      1.52%
59194.49/2985.43	c      2985          27607        1445        20        1037.0000        1021.4640      1.52%
59295.52/2990.50	c      2991          27652        1450        20        1037.0000        1021.4640      1.52%
59394.58/2995.57	c      2996          27682        1450        20        1037.0000        1021.4640      1.52%
59495.63/3000.62	c      3001          27737        1451        20        1037.0000        1021.4741      1.52%
59594.77/3005.67	c      3006          27738        1452        20        1037.0000        1021.4741      1.52%
59693.84/3010.68	c      3011          27768        1454        20        1037.0000        1021.4741      1.52%
59794.90/3015.70	c      3016          27795        1459        20        1037.0000        1021.4751      1.52%
59893.99/3020.79	c      3021          27908        1458        20        1037.0000        1021.4751      1.52%
59995.04/3025.87	c      3026          27997        1457        20        1037.0000        1021.4831      1.52%
60096.11/3030.92	c      3031          28087        1463        20        1037.0000        1021.4927      1.52%
60195.09/3035.93	c      3036          28113        1473        20        1037.0000        1021.4953      1.52%
60294.17/3040.94	c      3041          28197        1473        20        1037.0000        1021.4953      1.52%
60395.84/3046.06	c      3046          28271        1475        20        1037.0000        1021.4953      1.52%
60494.90/3051.07	c      3051          28317        1477        20        1037.0000        1021.4996      1.52%
60594.28/3056.09	c      3056          28337        1485        20        1037.0000        1021.5123      1.52%
60696.49/3061.22	c      3061          28395        1489        20        1037.0000        1021.5123      1.52%
60795.56/3066.25	c      3066          28437        1497        20        1037.0000        1021.5303      1.51%
60896.58/3071.34	c      3071          28488        1502        20        1037.0000        1021.5487      1.51%
60995.65/3076.39	c      3076          28533        1507        20        1037.0000        1021.5487      1.51%
61096.72/3081.44	c      3081          28577        1511        20        1037.0000        1021.5602      1.51%
61195.79/3086.49	c      3086          28612        1516        20        1037.0000        1021.5602      1.51%
61296.92/3091.50	c      3092          28687        1513        20        1037.0000        1021.5662      1.51%
61395.97/3096.56	c      3097          28767        1525        20        1037.0000        1021.5662      1.51%
61497.05/3101.63	c      3102          28809        1525        20        1037.0000        1021.5698      1.51%
61596.20/3106.69	c      3107          28912        1526        20        1037.0000        1021.5698      1.51%
61697.20/3111.74	c      3112          29007        1531        20        1037.0000        1021.5708      1.51%
61796.15/3116.79	c      3117          29024        1540        20        1037.0000        1021.5760      1.51%
61897.18/3121.84	c      3122          29113        1543        20        1037.0000        1021.5760      1.51%
61996.24/3126.85	c      3127          29197        1541        20        1037.0000        1021.5783      1.51%
62097.33/3131.94	c      3132          29261        1551        20        1037.0000        1021.5808      1.51%
62196.42/3136.96	c      3137          29358        1552        20        1037.0000        1021.5808      1.51%
62295.50/3142.01	c      3142          29369        1559        20        1037.0000        1021.5963      1.51%
62397.39/3147.09	c      3147          29437        1561        20        1037.0000        1021.5976      1.51%
62498.41/3152.15	c      3152          29457        1565        20        1037.0000        1021.6048      1.51%
62598.62/3157.20	c      3157          29501        1571        20        1037.0000        1021.6048      1.51%
62697.67/3162.25	c      3162          29567        1575        20        1037.0000        1021.6158      1.51%
62798.67/3167.30	c      3167          29573        1581        20        1037.0000        1021.6158      1.51%
62897.74/3172.35	c      3172          36340        2094        20        1037.0000        1021.6231      1.51%
62998.80/3177.41	c      3177          36414        2102        20        1037.0000        1021.6438      1.50%
63097.89/3182.47	c      3182          36550        2106        20        1037.0000        1021.6561      1.50%
63199.00/3187.52	c      3188          36628        2106        20        1037.0000        1021.6561      1.50%
63298.01/3192.57	c      3193          36681        2111        20        1037.0000        1021.6711      1.50%
63399.09/3197.63	c      3198          36737        2127        20        1037.0000        1021.6944      1.50%
63498.19/3202.65	c      3203          36811        2127        20        1037.0000        1021.6944      1.50%
63599.24/3207.73	c      3208          36920        2136        20        1037.0000        1021.7003      1.50%
63698.36/3212.78	c      3213          37015        2139        20        1037.0000        1021.7003      1.50%
63799.44/3217.83	c      3218          37098        2142        20        1037.0000        1021.7070      1.50%
63898.40/3222.88	c      3223          37167        2147        20        1037.0000        1021.7082      1.50%
63999.51/3227.94	c      3228          37247        2159        20        1037.0000        1021.7084      1.50%
64098.49/3232.95	c      3233          37321        2161        20        1037.0000        1021.7191      1.50%
64200.23/3238.04	c      3238          37325        2165        20        1037.0000        1021.7191      1.50%
64299.24/3243.09	c      3243          37416        2174        20        1037.0000        1021.7191      1.50%
64400.26/3248.15	c      3248          37478        2172        20        1037.0000        1021.7191      1.50%
64499.34/3253.17	c      3253          37562        2184        20        1037.0000        1021.7263      1.49%
64599.68/3258.25	c      3258          37635        2195        20        1037.0000        1021.7439      1.49%
64698.76/3263.28	c      3263          37711        2193        20        1037.0000        1021.7553      1.49%
64799.85/3268.36	c      3268          37772        2210        20        1037.0000        1021.7705      1.49%
64900.94/3273.41	c      3273          37867        2207        20        1037.0000        1021.7705      1.49%
65000.04/3278.47	c      3278          37934        2206        20        1037.0000        1021.7705      1.49%
65099.14/3283.48	c      3283          38015        2215        20        1037.0000        1021.7763      1.49%
65200.25/3288.57	c      3289          38097        2219        20        1037.0000        1021.7797      1.49%
65299.23/3293.58	c      3294          38182        2226        20        1037.0000        1021.8005      1.49%
65400.31/3298.63	c      3299          38263        2225        20        1037.0000        1021.8005      1.49%
65501.30/3303.72	c      3304          38375        2225        20        1037.0000        1021.8005      1.49%
65600.42/3308.77	c      3309          38455        2237        20        1037.0000        1021.8025      1.49%
65701.48/3313.82	c      3314          38541        2243        20        1037.0000        1021.8110      1.49%
65800.51/3318.83	c      3319          38609        2245        20        1037.0000        1021.8110      1.49%
65899.58/3323.84	c      3324          38687        2247        20        1037.0000        1021.8110      1.49%
66000.69/3328.98	c      3329          38701        2247        20        1037.0000        1021.8138      1.49%
66099.77/3333.99	c      3334          38763        2257        20        1037.0000        1021.8186      1.49%
66201.23/3339.05	c      3339          31877        1695        20        1037.0000        1021.8191      1.49%
66300.34/3344.08	c      3344          31907        1703        20        1037.0000        1021.8497      1.48%
66401.60/3349.14	c      3349          31967        1705        20        1037.0000        1021.8672      1.48%
66501.80/3354.24	c      3354          32038        1714        20        1037.0000        1021.8673      1.48%
66600.89/3359.29	c      3359          32077        1717        20        1037.0000        1021.8718      1.48%
66701.96/3364.34	c      3364          32145        1721        20        1037.0000        1021.8718      1.48%
66803.00/3369.40	c      3369          32163        1733        20        1037.0000        1021.8720      1.48%
66902.07/3374.45	c      3374          32277        1733        20        1037.0000        1021.8720      1.48%
67001.17/3379.46	c      3379          32357        1739        20        1037.0000        1021.8720      1.48%
67102.25/3384.51	c      3385          32422        1748        20        1037.0000        1021.9047      1.48%
67203.34/3389.60	c      3390          32483        1755        20        1037.0000        1021.9047      1.48%
67302.45/3394.65	c      3395          32523        1763        20        1037.0000        1021.9083      1.48%
67401.54/3399.66	c      3400          32597        1761        20        1037.0000        1021.9292      1.47%
67500.66/3404.69	c      3405          32683        1769        20        1037.0000        1021.9292      1.47%
67599.77/3409.69	c      3410          32758        1774        20        1037.0000        1021.9295      1.47%
67700.77/3414.77	c      3415          32798        1774        20        1037.0000        1021.9396      1.47%
67801.87/3419.83	c      3420          32801        1777        20        1037.0000        1021.9396      1.47%
67902.98/3424.95	c      3425          32871        1777        20        1037.0000        1021.9396      1.47%
68002.05/3430.00	c      3430          32937        1781        20        1037.0000        1021.9479      1.47%
68103.68/3435.05	c      3435          33002        1784        20        1037.0000        1021.9479      1.47%
68202.80/3440.06	c      3440          33057        1787        20        1037.0000        1021.9839      1.47%
68304.09/3445.16	c      3445          33077        1793        20        1037.0000        1021.9893      1.47%
68404.27/3450.21	c      3450          33097        1803        20        1037.0000        1021.9933      1.47%
68503.34/3455.26	c      3455          33127        1801        20        1037.0000        1022.0163      1.47%
68604.41/3460.31	c      3460          33187        1811        20        1037.0000        1022.0231      1.47%
68703.52/3465.36	c      3465          33269        1811        20        1037.0000        1022.0231      1.47%
68804.60/3470.42	c      3470          33330        1816        20        1037.0000        1022.0250      1.47%
68903.67/3475.47	c      3475          33408        1818        20        1037.0000        1022.0250      1.47%
69002.83/3480.49	c      3480          33420        1820        20        1037.0000        1022.0354      1.46%
69103.82/3485.57	c      3486          33438        1822        20        1037.0000        1022.0373      1.46%
69204.91/3490.62	c      3491          33517        1831        20        1037.0000        1022.0508      1.46%
69303.83/3495.67	c      3496          33545        1843        20        1037.0000        1022.0515      1.46%
69404.87/3500.72	c      3501          33616        1846        20        1037.0000        1022.0613      1.46%
69503.96/3505.73	c      3506          33633        1853        20        1037.0000        1022.0637      1.46%
69605.05/3510.83	c      3511          33695        1851        20        1037.0000        1022.0637      1.46%
69704.13/3515.88	c      3516          33784        1848        20        1037.0000        1022.0637      1.46%
69805.19/3520.92	c      3521          33853        1849        20        1037.0000        1022.0637      1.46%
69904.29/3525.97	c      3526          33934        1850        20        1037.0000        1022.0637      1.46%
70003.36/3530.98	c      3531          33979        1849        20        1037.0000        1022.0675      1.46%
70104.98/3536.08	c      3536          33979        1849        20        1037.0000        1022.0675      1.46%
70204.00/3541.11	c      3541          34043        1857        20        1037.0000        1022.0675      1.46%
70305.11/3546.16	c      3546          34107        1857        20        1037.0000        1022.0691      1.46%
70405.52/3551.24	c      3551          34167        1861        20        1037.0000        1022.0691      1.46%
70504.63/3556.26	c      3556          34208        1868        20        1037.0000        1022.0760      1.46%
70605.67/3561.34	c      3561          34275        1867        20        1037.0000        1022.0760      1.46%
70704.79/3566.39	c      3566          34292        1870        20        1037.0000        1022.0778      1.46%
70805.92/3571.42	c      3571          34357        1873        20        1037.0000        1022.1091      1.46%
70905.05/3576.49	c      3576          34394        1878        20        1037.0000        1022.1091      1.46%
71006.16/3581.53	c      3582          34461        1881        20        1037.0000        1022.1306      1.45%
71105.29/3586.53	c      3587          34526        1894        20        1037.0000        1022.1324      1.45%
71206.41/3591.64	c      3592          34594        1892        20        1037.0000        1022.1324      1.45%
71305.48/3596.69	c      3597          34675        1899        20        1037.0000        1022.1324      1.45%
71406.57/3601.72	c      3602          34773        1899        20        1037.0000        1022.1324      1.45%
71505.70/3606.79	c      3607          34821        1905        20        1037.0000        1022.1360      1.45%
71606.83/3611.84	c      3612          34868        1906        20        1037.0000        1022.1360      1.45%
71705.94/3616.86	c      3617          34936        1904        20        1037.0000        1022.1360      1.45%
71807.06/3621.94	c      3622          34991        1911        20        1037.0000        1022.1461      1.45%
71906.14/3627.00	c      3627          35027        1915        20        1037.0000        1022.1977      1.45%

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: 191633 MiB (190960 MiB free)
  memory of node 1: 193531 MiB (187792 MiB free)
  memory of node 2: 193531 MiB (185971 MiB free)
  memory of node 3: 193531 MiB (192733 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-4465201-1722446542/watcher-4465201-1722446542 -o /tmp/evaluation-result-4465201-1722446542/solver-4465201-1722446542 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722441596-58880 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465201-1722446542.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=65519, runsolver pid=65516
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 80.53 80.38 80.05 62/983 65540
/proc/meminfo: memFree=775575180/790760804 swapFree=131071996/131071996
[pid=65519] ppid=65516 vsize=1517768 memory=91588 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/stat : 65519 (fscip) S 65516 65519 58870 0 -1 1077936128 21141 0 0 0 8 3 0 0 20 0 21 0 11236837 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
/proc/65519/statm: 379442 22897 2774 3035 0 63484 0
[pid=65519/tid=65521] ppid=65516 vsize=1517768 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/65519/task/65521/stat : 65521 (fscip) S 65516 65519 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65522] ppid=65516 vsize=1517768 memory=67123 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65522/stat : 65522 (fscip) S 65516 65519 58870 0 -1 1077936192 1439 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65523] ppid=65516 vsize=1517768 memory=53017898648015 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65523/stat : 65523 (fscip) S 65516 65519 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65524] ppid=65516 vsize=1517768 memory=58519768531522 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65524/stat : 65524 (fscip) S 65516 65519 58870 0 -1 1077936192 1439 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65525] ppid=65516 vsize=1517768 memory=52987884208821 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65525/stat : 65525 (fscip) S 65516 65519 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65526] ppid=65516 vsize=1517768 memory=60693089092508 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65526/stat : 65526 (fscip) S 65516 65519 58870 0 -1 1077936192 1439 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65527] ppid=65516 vsize=1517768 memory=15536310576219522 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65527/stat : 65527 (fscip) S 65516 65519 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65528] ppid=65516 vsize=1517768 memory=13848594587322557 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65528/stat : 65528 (fscip) S 65516 65519 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65529] ppid=65516 vsize=1517768 memory=3978701783672585675 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65529/stat : 65529 (fscip) R 65516 65519 58870 0 -1 4194368 394 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65530] ppid=65516 vsize=1517768 memory=3618133455248097252 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65530/stat : 65530 (fscip) S 65516 65519 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22897 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65531] ppid=65516 vsize=1517768 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/65519/task/65531/stat : 65531 (fscip) S 65516 65519 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65532] ppid=65516 vsize=1517768 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/65519/task/65532/stat : 65532 (fscip) S 65516 65519 58870 0 -1 1077936192 1438 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65533] ppid=65516 vsize=1517768 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/65519/task/65533/stat : 65533 (fscip) S 65516 65519 58870 0 -1 1077936192 1439 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65534] ppid=65516 vsize=1517768 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/65519/task/65534/stat : 65534 (fscip) S 65516 65519 58870 0 -1 1077936192 1439 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65535] ppid=65516 vsize=1517768 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/65519/task/65535/stat : 65535 (fscip) S 65516 65519 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65536] ppid=65516 vsize=1517768 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/65519/task/65536/stat : 65536 (fscip) S 65516 65519 58870 0 -1 1077936192 1440 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65537] ppid=65516 vsize=1517768 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/65519/task/65537/stat : 65537 (fscip) S 65516 65519 58870 0 -1 1077936192 1439 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65538] ppid=65516 vsize=1517768 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/65519/task/65538/stat : 65538 (fscip) S 65516 65519 58870 0 -1 1077936192 1439 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65539] ppid=65516 vsize=1517768 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/65519/task/65539/stat : 65539 (fscip) S 65516 65519 58870 0 -1 1077936192 1438 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65540] ppid=65516 vsize=1517768 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/65519/task/65540/stat : 65540 (fscip) S 65516 65519 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11236842 1554194432 22963 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 1517768 KiB
Current children cumulated memory: 91588 KiB

[startup+0.220637 s]*
/proc/loadavg: 80.53 80.38 80.05 77/1003 65560
/proc/meminfo: memFree=775320064/790760804 swapFree=131071996/131071996
[pid=65519] ppid=65516 vsize=1795724 memory=366740 CPUtime=1.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/stat : 65519 (fscip) S 65516 65519 58870 0 -1 1077936128 87994 0 0 0 91 22 0 0 20 0 41 0 11236837 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
/proc/65519/statm: 448931 91685 2790 3035 0 177739 0
[pid=65519/tid=65521] ppid=65516 vsize=1795724 memory=8318255677412212789 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/65519/task/65521/stat : 65521 (fscip) R 65516 65519 58870 0 -1 4194368 4492 0 0 0 5 0 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65522] ppid=65516 vsize=1795724 memory=237112656212 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/65519/task/65522/stat : 65522 (fscip) R 65516 65519 58870 0 -1 4194368 4106 0 0 0 3 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65523] ppid=65516 vsize=1795724 memory=57411650258409 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65523/stat : 65523 (fscip) D 65516 65519 58870 0 -1 4194368 3942 0 0 0 3 0 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65524] ppid=65516 vsize=1795724 memory=62913520142031 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/65519/task/65524/stat : 65524 (fscip) D 65516 65519 58870 0 -1 4194368 4012 0 0 0 5 0 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65525] ppid=65516 vsize=1795724 memory=57381635819445 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/65519/task/65525/stat : 65525 (fscip) R 65516 65519 58870 0 -1 4194368 3880 0 0 0 5 0 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65526] ppid=65516 vsize=1795724 memory=54083134507337 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/65519/task/65526/stat : 65526 (fscip) R 65516 65519 58870 0 -1 4194368 4095 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65527] ppid=65516 vsize=1795724 memory=14409311157781635 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65527/stat : 65527 (fscip) R 65516 65519 58870 0 -1 4194368 4023 0 0 0 3 0 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65528] ppid=65516 vsize=1795724 memory=15544037222411389 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/65519/task/65528/stat : 65528 (fscip) R 65516 65519 58870 0 -1 4194368 4103 0 0 0 3 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65529] ppid=65516 vsize=1795724 memory=3617010862398925942 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/65519/task/65529/stat : 65529 (fscip) R 65516 65519 58870 0 -1 4194368 3994 0 0 0 3 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65530] ppid=65516 vsize=1795724 memory=4049916065227275299 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/65519/task/65530/stat : 65530 (fscip) R 65516 65519 58870 0 -1 4194368 4106 0 0 0 3 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65531] ppid=65516 vsize=1795724 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/65519/task/65531/stat : 65531 (fscip) R 65516 65519 58870 0 -1 4194368 4151 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65532] ppid=65516 vsize=1795724 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/65519/task/65532/stat : 65532 (fscip) R 65516 65519 58870 0 -1 4194368 4191 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65533] ppid=65516 vsize=1795724 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/65519/task/65533/stat : 65533 (fscip) R 65516 65519 58870 0 -1 4194368 3987 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65534] ppid=65516 vsize=1795724 memory=0 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/65519/task/65534/stat : 65534 (fscip) D 65516 65519 58870 0 -1 4194368 3998 0 0 0 3 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65535] ppid=65516 vsize=1795724 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/65519/task/65535/stat : 65535 (fscip) R 65516 65519 58870 0 -1 4194368 3914 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65536] ppid=65516 vsize=1795724 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/65519/task/65536/stat : 65536 (fscip) R 65516 65519 58870 0 -1 4194368 4156 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65537] ppid=65516 vsize=1795724 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/65519/task/65537/stat : 65537 (fscip) R 65516 65519 58870 0 -1 4194368 4101 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65538] ppid=65516 vsize=1795724 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/65519/task/65538/stat : 65538 (fscip) R 65516 65519 58870 0 -1 4194368 4095 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65539] ppid=65516 vsize=1795724 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/65519/task/65539/stat : 65539 (fscip) D 65516 65519 58870 0 -1 4194368 4188 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65540] ppid=65516 vsize=1795724 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/65519/task/65540/stat : 65540 (fscip) R 65516 65519 58870 0 -1 4194368 4044 0 0 0 4 1 0 0 20 0 41 0 11236842 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65541] ppid=65516 vsize=1795724 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/65519/task/65541/stat : 65541 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65542] ppid=65516 vsize=1795724 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/65519/task/65542/stat : 65542 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65543] ppid=65516 vsize=1795724 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/65519/task/65543/stat : 65543 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65544] ppid=65516 vsize=1795724 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/65519/task/65544/stat : 65544 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65545] ppid=65516 vsize=1795724 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/65519/task/65545/stat : 65545 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65546] ppid=65516 vsize=1795724 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/65519/task/65546/stat : 65546 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65547] ppid=65516 vsize=1795724 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/65519/task/65547/stat : 65547 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65548] ppid=65516 vsize=1795724 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/65519/task/65548/stat : 65548 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65549] ppid=65516 vsize=1795724 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/65519/task/65549/stat : 65549 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65550] ppid=65516 vsize=1795724 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/65519/task/65550/stat : 65550 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65551] ppid=65516 vsize=1795724 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/65519/task/65551/stat : 65551 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65552] ppid=65516 vsize=1795724 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/65519/task/65552/stat : 65552 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65553] ppid=65516 vsize=1795724 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/65519/task/65553/stat : 65553 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65554] ppid=65516 vsize=1795724 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/65519/task/65554/stat : 65554 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65555] ppid=65516 vsize=1795724 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/65519/task/65555/stat : 65555 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65556] ppid=65516 vsize=1795724 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/65519/task/65556/stat : 65556 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65557] ppid=65516 vsize=1795724 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/65519/task/65557/stat : 65557 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65558] ppid=65516 vsize=1795724 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/65519/task/65558/stat : 65558 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65559] ppid=65516 vsize=1795724 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/65519/task/65559/stat : 65559 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65560] ppid=65516 vsize=1795724 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/65519/task/65560/stat : 65560 (fscip) S 65516 65519 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11236854 1838821376 91685 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 1795724 KiB
Current children cumulated memory: 366740 KiB

[startup+0.324363 s]*
/proc/loadavg: 80.53 80.38 80.05 77/1003 65560
/proc/meminfo: memFree=775143164/790760804 swapFree=131071996/131071996
[pid=65519] ppid=65516 vsize=1807988 memory=527868 CPUtime=2.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/stat : 65519 (fscip) S 65516 65519 58870 0 -1 1077936128 132880 0 0 0 207 67 0 0 20 0 41 0 11236837 1851379712 131967 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
/proc/65519/statm: 451997 131967 2934 3035 0 219761 0
[pid=65519/tid=65521] ppid=65516 vsize=1807988 memory=7017546533858338647 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/65519/task/65521/stat : 65521 (fscip) R 65516 65519 58870 0 -1 4194368 5917 0 0 0 13 1 0 0 20 0 41 0 11236842 1851379712 131967 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65522] ppid=65516 vsize=1807988 memory=280382578923760 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/65519/task/65522/stat : 65522 (fscip) R 65516 65519 58870 0 -1 4194368 5573 0 0 0 8 4 0 0 20 0 41 0 11236842 1851379712 131967 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65523] ppid=65516 vsize=1807988 memory=34340462562508916 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/65519/task/65523/stat : 65523 (fscip) R 65516 65519 58870 0 -1 4194368 7319 0 0 0 11 1 0 0 20 0 41 0 11236842 1851379712 131967 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65524] ppid=65516 vsize=1807988 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/65519/task/65524/stat : 65524 (fscip) R 65516 65519 58870 0 -1 4194368 5638 0 0 0 11 3 0 0 20 0 41 0 11236842 1851379712 131967 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65525] ppid=65516 vsize=1807988 memory=0 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/65519/task/65525/stat : 65525 (fscip) R 65516 65519 58870 0 -1 4194368 5366 0 0 0 9 3 0 0 20 0 41 0 11236842 1851379712 131967 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65526] ppid=65516 vsize=1807988 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/65519/task/65526/stat : 65526 (fscip) R 65516 65519 58870 0 -1 4194368 8579 0 0 0 12 2 0 0 20 0 41 0 11236842 1851379712 131967 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65527] ppid=65516 vsize=1807988 memory=27992919332356134 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65527/stat : 65527 (fscip) D 65516 65519 58870 0 -1 4194368 5260 0 0 0 7 3 0 0 20 0 41 0 11236842 1851379712 131967 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65528] ppid=65516 vsize=1807988 memory=67060 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65528/stat : 65528 (fscip) D 65516 65519 58870 0 -1 4194368 5538 0 0 0 8 3 0 0 20 0 41 0 11236842 1851379712 131967 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0

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

[pid=65519/tid=65544] ppid=65516 vsize=8175428 memory=-7306923838482243711 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/65519/task/65544/stat : 65544 (fscip) S 65516 65519 58870 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65545] ppid=65516 vsize=8175428 memory=0 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/65519/task/65545/stat : 65545 (fscip) S 65516 65519 58870 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65546] ppid=65516 vsize=8175428 memory=6798360 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/65519/task/65546/stat : 65546 (fscip) S 65516 65519 58870 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65547] ppid=65516 vsize=8175428 memory=6819016 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/65519/task/65547/stat : 65547 (fscip) S 65516 65519 58870 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65548] ppid=65516 vsize=8175428 memory=7032 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/65519/task/65548/stat : 65548 (fscip) S 65516 65519 58870 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65549] ppid=65516 vsize=8175428 memory=28104 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/65519/task/65549/stat : 65549 (fscip) S 65516 65519 58870 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65550] ppid=65516 vsize=8175428 memory=5472 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/65519/task/65550/stat : 65550 (fscip) S 65516 65519 58870 0 -1 1077936192 129 0 0 0 1 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65551] ppid=65516 vsize=8175428 memory=6825940 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/65519/task/65551/stat : 65551 (fscip) S 65516 65519 58870 0 -1 1077936192 114 0 0 0 1 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65552] ppid=65516 vsize=8175428 memory=2556 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/65519/task/65552/stat : 65552 (fscip) S 65516 65519 58870 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65553] ppid=65516 vsize=8175428 memory=2268 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/65519/task/65553/stat : 65553 (fscip) S 65516 65519 58870 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65554] ppid=65516 vsize=8175428 memory=13576 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/65519/task/65554/stat : 65554 (fscip) S 65516 65519 58870 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65555] ppid=65516 vsize=8175428 memory=10556 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/65519/task/65555/stat : 65555 (fscip) S 65516 65519 58870 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65556] ppid=65516 vsize=8175428 memory=5472 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/65519/task/65556/stat : 65556 (fscip) S 65516 65519 58870 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65557] ppid=65516 vsize=8175428 memory=11708 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/65519/task/65557/stat : 65557 (fscip) S 65516 65519 58870 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65558] ppid=65516 vsize=8175428 memory=6825960 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/65519/task/65558/stat : 65558 (fscip) S 65516 65519 58870 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65559] ppid=65516 vsize=8175428 memory=11528 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/65519/task/65559/stat : 65559 (fscip) S 65516 65519 58870 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65560] ppid=65516 vsize=8175428 memory=2556 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/65519/task/65560/stat : 65560 (fscip) S 65516 65519 58870 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1707195 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
Current children cumulated CPU time: 71022 s
Current children cumulated vsize: 8175428 KiB
Current children cumulated memory: 6828780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.7 s]
/proc/loadavg: 80.51 80.45 80.43 83/1023 67677
/proc/meminfo: memFree=766569748/790760804 swapFree=131071996/131071996
[pid=65519] ppid=65516 vsize=8175428 memory=6836484 CPUtime=72001.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/stat : 65519 (fscip) S 65516 65519 58870 0 -1 1077936128 29750639 0 0 0 7182441 17681 0 0 20 0 41 0 11236837 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
/proc/65519/statm: 2043857 1709121 2998 3035 0 1864943 0
[pid=65519/tid=65521] ppid=65516 vsize=8175428 memory=2212 CPUtime=3600.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65521/stat : 65521 (fscip) R 65516 65519 58870 0 -1 4194368 1469507 0 0 0 359906 164 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65522] ppid=65516 vsize=8175428 memory=280382583630720 CPUtime=3600.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65522/stat : 65522 (fscip) R 65516 65519 58870 0 -1 4194368 2285478 0 0 0 359716 291 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65523] ppid=65516 vsize=8175428 memory=6788248 CPUtime=3601.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65523/stat : 65523 (fscip) R 65516 65519 58870 0 -1 4194368 319727 0 0 0 357937 2235 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65524] ppid=65516 vsize=8175428 memory=28748 CPUtime=3597.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65524/stat : 65524 (fscip) R 65516 65519 58870 0 -1 4194368 1670408 0 0 0 359538 190 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65525] ppid=65516 vsize=8175428 memory=-7306923838482243711 CPUtime=3601.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65525/stat : 65525 (fscip) R 65516 65519 58870 0 -1 4194368 2229913 0 0 0 359829 277 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65526] ppid=65516 vsize=8175428 memory=6824028 CPUtime=3604.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65526/stat : 65526 (fscip) R 65516 65519 58870 0 -1 4194368 323548 0 0 0 358484 1986 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65527] ppid=65516 vsize=8175428 memory=0 CPUtime=3602.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65527/stat : 65527 (fscip) R 65516 65519 58870 0 -1 4194368 1560887 0 0 0 360057 175 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65528] ppid=65516 vsize=8175428 memory=11636 CPUtime=3585.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65528/stat : 65528 (fscip) R 65516 65519 58870 0 -1 4194368 2386348 0 0 0 358218 285 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65529] ppid=65516 vsize=8175428 memory=2556 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/65519/task/65529/stat : 65529 (fscip) R 65516 65519 58870 0 -1 4194368 326032 0 0 0 357408 2589 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65530] ppid=65516 vsize=8175428 memory=0 CPUtime=3595.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65530/stat : 65530 (fscip) R 65516 65519 58870 0 -1 4194368 1309576 0 0 0 359394 144 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65531] ppid=65516 vsize=8175428 memory=3312 CPUtime=3606.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65531/stat : 65531 (fscip) R 65516 65519 58870 0 -1 4194368 2327958 0 0 0 360398 260 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65532] ppid=65516 vsize=8175428 memory=6836484 CPUtime=3599.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65532/stat : 65532 (fscip) R 65516 65519 58870 0 -1 4194368 328107 0 0 0 357328 2670 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65533] ppid=65516 vsize=8175428 memory=33664 CPUtime=3594.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65533/stat : 65533 (fscip) R 65516 65519 58870 0 -1 4194368 1659219 0 0 0 359298 182 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65534] ppid=65516 vsize=8175428 memory=25333125866717268 CPUtime=3603.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65534/stat : 65534 (fscip) R 65516 65519 58870 0 -1 4194368 2393229 0 0 0 360099 264 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65535] ppid=65516 vsize=8175428 memory=563010083094540 CPUtime=3600.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65535/stat : 65535 (fscip) R 65516 65519 58870 0 -1 4194368 327908 0 0 0 357671 2352 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65536] ppid=65516 vsize=8175428 memory=25333125866717268 CPUtime=3597.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65536/stat : 65536 (fscip) R 65516 65519 58870 0 -1 4194368 1862663 0 0 0 359515 210 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65537] ppid=65516 vsize=8175428 memory=280382580505440 CPUtime=3600.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65537/stat : 65537 (fscip) R 65516 65519 58870 0 -1 4194368 2319378 0 0 0 359817 266 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65538] ppid=65516 vsize=8175428 memory=6120 CPUtime=3602.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65538/stat : 65538 (fscip) R 65516 65519 58870 0 -1 4194368 327307 0 0 0 357656 2594 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65539] ppid=65516 vsize=8175428 memory=280382580058224 CPUtime=3602.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65539/stat : 65539 (fscip) R 65516 65519 58870 0 -1 4194368 1760629 0 0 0 360024 204 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65540] ppid=65516 vsize=8175428 memory=280382581354048 CPUtime=3602.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/65519/task/65540/stat : 65540 (fscip) R 65516 65519 58870 0 -1 4194368 2551644 0 0 0 360003 291 0 0 20 0 41 0 11236842 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65541] ppid=65516 vsize=8175428 memory=33664 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/65519/task/65541/stat : 65541 (fscip) S 65516 65519 58870 0 -1 1077936192 59 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65542] ppid=65516 vsize=8175428 memory=11528 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/65519/task/65542/stat : 65542 (fscip) S 65516 65519 58870 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65543] ppid=65516 vsize=8175428 memory=6836484 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/65519/task/65543/stat : 65543 (fscip) S 65516 65519 58870 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65544] ppid=65516 vsize=8175428 memory=280382580250352 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/65519/task/65544/stat : 65544 (fscip) S 65516 65519 58870 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65545] ppid=65516 vsize=8175428 memory=0 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/65519/task/65545/stat : 65545 (fscip) S 65516 65519 58870 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65546] ppid=65516 vsize=8175428 memory=1848 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/65519/task/65546/stat : 65546 (fscip) S 65516 65519 58870 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65547] ppid=65516 vsize=8175428 memory=563010083094540 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/65519/task/65547/stat : 65547 (fscip) S 65516 65519 58870 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65548] ppid=65516 vsize=8175428 memory=6120 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/65519/task/65548/stat : 65548 (fscip) S 65516 65519 58870 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65549] ppid=65516 vsize=8175428 memory=1736 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/65519/task/65549/stat : 65549 (fscip) S 65516 65519 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65550] ppid=65516 vsize=8175428 memory=8008 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/65519/task/65550/stat : 65550 (fscip) S 65516 65519 58870 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65551] ppid=65516 vsize=8175428 memory=-7306923838482243711 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/65519/task/65551/stat : 65551 (fscip) S 65516 65519 58870 0 -1 1077936192 116 0 0 0 1 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65552] ppid=65516 vsize=8175428 memory=67009 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/65519/task/65552/stat : 65552 (fscip) S 65516 65519 58870 0 -1 1077936192 68 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65553] ppid=65516 vsize=8175428 memory=6836484 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/65519/task/65553/stat : 65553 (fscip) S 65516 65519 58870 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65554] ppid=65516 vsize=8175428 memory=2004 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/65519/task/65554/stat : 65554 (fscip) S 65516 65519 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65555] ppid=65516 vsize=8175428 memory=7686721470264483783 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/65519/task/65555/stat : 65555 (fscip) S 65516 65519 58870 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65556] ppid=65516 vsize=8175428 memory=104 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/65519/task/65556/stat : 65556 (fscip) S 65516 65519 58870 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65557] ppid=65516 vsize=8175428 memory=6834628 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/65519/task/65557/stat : 65557 (fscip) S 65516 65519 58870 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65558] ppid=65516 vsize=8175428 memory=6834628 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/65519/task/65558/stat : 65558 (fscip) S 65516 65519 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65559] ppid=65516 vsize=8175428 memory=280382582260064 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/65519/task/65559/stat : 65559 (fscip) S 65516 65519 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
[pid=65519/tid=65560] ppid=65516 vsize=8175428 memory=6833984 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/65519/task/65560/stat : 65560 (fscip) S 65516 65519 58870 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 11236854 8371638272 1709121 809668444160 4194304 16623229 140731611262480 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 30109696 140731611264010 140731611264128 140731611264128 140731611271152 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 8175428 KiB
Current children cumulated memory: 6836484 KiB

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

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

# cumulated CPU time of all completed processes:  user=71824.6 s, system=177.023 s

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

[startup+3631.81 s]*
/proc/loadavg: 80.51 80.45 80.43 62/984 67677
/proc/meminfo: memFree=770263720/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3631.92 s]
/proc/loadavg: 80.51 80.45 80.43 62/984 67677
/proc/meminfo: memFree=770263720/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.92
CPU time (s): 72001.7
CPU user time (s): 71824.6
CPU system time (s): 177.023
CPU usage (%): 1982.47
Max. virtual memory (cumulated for all children) (KiB): 8175428
Max. memory (cumulated for all children) (KiB): 6836484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71824.7
system time used= 177.023
maximum resident set size= 6836488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29750666
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= 252179
involuntary context switches= 279114


# summary of solver processes directly reported to runsolver:
#   pid: 65519
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71824.6
#   total CPU system time (s): 177.023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.7839 second user time and 82.3296 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 19:22:22
IDJOB=4465201
IDBENCH=147527
IDSOLVER=3094
FILE ID=nodeD102/4465201-1722446542
RUNJOBID= nodeD102-1722441596-58880
SLURM_JOB_ID= 8254232
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_0.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-4465201-1722446542/watcher-4465201-1722446542 -o /tmp/evaluation-result-4465201-1722446542/solver-4465201-1722446542 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722441596-58880 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465201-1722446542.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= fbd32e707c8d4aa66e3f5cddd7aa4984
RANDOM SEED=1333504060

nodeD102.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		: 1952.596
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		: 2999.579
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	: 5005.95
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		: 3060.320
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	: 5005.96
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		: 2867.480
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	: 5005.94
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		: 2617.393
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		: 3003.645
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	: 5005.95
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		: 3060.147
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	: 5005.96
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		: 2867.693
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	: 5005.94
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		: 3553.117
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		: 3000.262
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	: 5005.95
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		: 3058.995
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	: 5005.96
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		: 2867.749
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	: 5005.94
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		: 3349.633
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		: 2977.634
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	: 5005.95
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		: 3052.863
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	: 5005.96
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		: 2867.845
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	: 5005.94
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		: 3133.813
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		: 3003.655
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	: 5005.95
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		: 3059.958
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	: 5005.96
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		: 2867.919
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	: 5005.94
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		: 3573.057
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		: 2999.002
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	: 5005.95
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		: 3052.597
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	: 5005.96
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		: 2868.015
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	: 5005.94
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		: 3530.190
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		: 3003.658
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	: 5005.95
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		: 3056.371
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	: 5005.96
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		: 2868.085
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	: 5005.94
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		: 3505.723
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		: 2995.746
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	: 5005.95
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		: 3058.653
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	: 5005.96
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		: 2868.161
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	: 5005.94
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		: 2633.358
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		: 2992.325
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	: 5005.95
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		: 3059.679
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	: 5005.96
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		: 2868.255
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	: 5005.94
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		: 2836.995
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		: 3003.666
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	: 5005.95
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		: 3059.604
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	: 5005.96
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		: 2868.353
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	: 5005.94
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		: 2660.454
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		: 2990.447
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	: 5005.95
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		: 3053.424
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	: 5005.96
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		: 2868.447
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	: 5005.94
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		: 1920.316
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		: 2987.456
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	: 5005.95
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		: 3057.217
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	: 5005.96
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		: 2868.551
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	: 5005.94
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		: 2222.389
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		: 2989.164
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	: 5005.95
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		: 3059.474
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	: 5005.96
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		: 2868.631
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	: 5005.94
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		: 1637.735
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		: 3003.676
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	: 5005.95
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		: 3059.564
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	: 5005.96
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		: 2868.734
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	: 5005.94
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		: 1182.111
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		: 2943.169
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	: 5005.95
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		: 3059.665
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	: 5005.96
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		: 2868.751
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	: 5005.94
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		: 2661.895
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		: 2988.930
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	: 5005.95
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		: 3056.593
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	: 5005.96
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		: 2868.731
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	: 5005.94
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		: 2651.666
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		: 3000.242
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	: 5005.95
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		: 3058.733
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	: 5005.96
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		: 2868.699
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	: 5005.94
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		: 1783.358
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		: 2933.174
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	: 5005.95
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		: 3050.129
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	: 5005.96
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		: 2868.677
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	: 5005.94
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		: 2176.541
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		: 3003.689
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	: 5005.95
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		: 3060.067
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	: 5005.96
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		: 2868.644
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	: 5005.94
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		: 1365.200
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		: 2989.812
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	: 5005.95
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		: 3057.349
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	: 5005.96
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		: 2868.625
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        775639080 kB
MemAvailable:   773576932 kB
Buffers:          137704 kB
Cached:           628136 kB
SwapCached:            0 kB
Active:           293564 kB
Inactive:       12478092 kB
Active(anon):       2260 kB
Inactive(anon): 12026088 kB
Active(file):     291304 kB
Inactive(file):   452004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29056 kB
Writeback:             0 kB
AnonPages:      11994648 kB
Mapped:           124124 kB
Shmem:             22536 kB
KReclaimable:     119708 kB
Slab:             450316 kB
SReclaimable:     119708 kB
SUnreclaim:       330608 kB
KernelStack:       16528 kB
PageTables:        34364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2190216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           199296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    894976 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:      462848 kB
DirectMap2M:    45123584 kB
DirectMap1G:    760217600 kB

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