Trace number 4467310

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-08-09? (TO) 72000.7 3632.46

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_5.opb.PB06.opb
MD5SUMfd68547584ae9b6527d66061061fb773
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 benchmark1036
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1957
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 1957
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 1957
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 1957
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: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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 = 32301056, getVmSize() = 32301056, SCIPgetMemUsed() = 8601754, SCIPgetMemTotal() = 10361466, SCIPgetMemExternEstim() = 5418327
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 = 21844942, getVmSize() = 42094592, SCIPgetMemUsed() = 10023519, SCIPgetMemTotal() = 18772999, SCIPgetMemExternEstim() = 5418327
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-4467310-1723211538
0.00/0.05	c   Variables        : 1957 (1957 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        : 1539 (1539 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 2993
0.00/0.05	c Constraints        : Number
0.00/0.05	c   setppc           : 2993 
0.00/0.05	c ** Instance transfer method used: 0
0.00/0.06	c ** ParaScipInstance copy does not increase the number of variables. **
0.12/0.16	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.12/0.16	c                                Nodes    Active                                            
0.12/0.16	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.12/0.18	c *       0              0           1        20        1744.0000                -          -
0.12/0.24	c *       0              0           1        20        1169.0000                -          -
0.12/0.25	c *       0              0           1        20        1089.0000                -          -
1.81/0.27	c *       0              0           1        20        1083.0000                -          -
83.11/4.49	c *       4              0           1        20        1074.0000                -          -
85.06/4.59	c *       5              0           1        20        1072.0000                -          -
88.97/4.71	c *       5              0           1        20        1070.0000                -          -
90.94/4.85	c *       5              0           1        20        1068.0000                -          -
92.91/4.97	c *       5              0           1        20        1066.0000                -          -
95.91/5.09	c *       5              0           1        20        1064.0000                -          -
95.91/5.09	c         5              0           1        20        1064.0000                -          -
98.82/5.24	c *       5              0           1        20        1062.0000                -          -
100.80/5.38	c *       5              0           1        20        1060.0000                -          -
104.76/5.53	c *       6              0           1        20        1058.0000                -          -
106.74/5.69	c *       6              0           1        20        1056.0000                -          -
110.70/5.85	c *       6              0           1        20        1054.0000                -          -
170.17/8.81	c *       9              2           3        20        1053.0000        1000.0870      5.29%
175.25/9.11	c *       9              2           3        20        1052.0000        1000.0870      5.19%
180.07/9.39	c *       9              2           3        20        1051.0000        1000.0870      5.09%
186.04/9.69	c *      10              2           3        20        1050.0000        1000.0870      4.99%
192.00/9.96	c *      10              2           3        20        1049.0000        1000.0870      4.89%
194.90/10.11	c        10              2           3        20        1049.0000        1000.0870      4.89%
199.92/10.31	c *      10              2           3        20        1048.0000        1000.0870      4.79%
205.88/10.64	c *      11              2           3        20        1047.0000        1000.0870      4.69%
211.85/10.94	c *      11              2           3        20        1046.0000        1000.0870      4.59%
219.76/11.32	c *      11              2           3        20        1045.0000        1000.0870      4.49%
227.70/11.78	c *      12              2           3        20        1044.0000        1000.0870      4.39%
231.68/12.03	c *      12              2           1        20        1043.0000        1001.1163      4.18%
239.59/12.31	c *      12              2           1        20        1042.0000        1001.1163      4.08%
294.08/15.07	c *      15              2           1        20        1041.0000        1005.0833      3.57%
294.08/15.14	c        15              2           1        20        1041.0000        1005.0833      3.57%
350.27/17.99	c *      18              4           3        20        1040.0000        1005.0833      3.47%
395.67/20.25	c        20              4           3        20        1040.0000        1005.0833      3.47%
397.60/20.39	c *      20              4           3        20        1039.0000        1005.0833      3.37%
417.23/21.34	c *      21              5           4        20        1038.0000        1005.0833      3.28%
494.42/25.25	c        25              6           5        20        1038.0000        1005.0833      3.28%
508.16/26.03	c *      26              7           6        20        1037.0000        1005.0833      3.18%
597.19/30.44	c        30             21          20        20        1037.0000        1005.0833      3.18%
674.22/34.36	c *      34             24          23        20        1036.0000        1005.0833      3.08%
699.95/35.61	c        36             34          33        20        1036.0000        1005.0833      3.08%
800.65/40.77	c        41             91          42        20        1036.0000        1005.2941      3.05%
903.48/45.92	c        46            122          59        20        1036.0000        1005.5576      3.03%
1002.22/51.03	c        51            175          68        20        1036.0000        1005.5576      3.03%
1104.03/56.11	c        56            215          84        20        1036.0000        1005.9185      2.99%
1205.02/61.17	c        61            317          96        20        1036.0000        1006.6272      2.92%
1306.88/66.31	c        66            402         111        20        1036.0000        1006.9731      2.88%
1407.85/71.41	c        71            423         114        20        1036.0000        1006.9731      2.88%
1508.88/76.54	c        77            437         120        20        1036.0000        1006.9731      2.88%
1607.97/81.59	c        82            502         129        20        1036.0000        1007.3846      2.84%
1709.06/86.65	c        87            542         141        20        1036.0000        1007.6304      2.82%
1810.24/91.70	c        92            592         147        20        1036.0000        1007.9641      2.78%
1909.33/96.74	c        97            676         161        20        1036.0000        1008.0539      2.77%
2010.40/101.88	c       102            702         167        20        1036.0000        1008.2386      2.75%
2111.56/107.01	c       107            725         174        20        1036.0000        1008.2386      2.75%
2213.85/112.11	c       112            802         183        20        1036.0000        1008.4780      2.73%
2314.98/117.16	c       117            844         189        20        1036.0000        1008.5115      2.73%
2414.91/122.21	c       122            880         195        20        1036.0000        1008.5455      2.72%
2514.01/127.26	c       127            952         203        20        1036.0000        1008.6345      2.71%
2613.11/132.28	c       132           1052         213        20        1036.0000        1008.8077      2.70%
2714.23/137.34	c       137           1080         217        20        1036.0000        1008.8077      2.70%
2815.26/142.40	c       142           1138         221        20        1036.0000        1008.8077      2.70%
2914.45/147.45	c       147           1214         223        20        1036.0000        1008.8107      2.70%
3013.39/152.49	c       152           1252         227        20        1036.0000        1008.8750      2.69%
3114.47/157.52	c       158           1314         231        20        1036.0000        1008.9268      2.68%
3213.61/162.53	c       163           1389         230        20        1036.0000        1008.9268      2.68%
3312.70/167.58	c       168           1480         233        20        1036.0000        1008.9268      2.68%
3415.75/172.70	c       173           1582         231        20        1036.0000        1009.0195      2.67%
3514.56/177.75	c       178           1612         237        20        1036.0000        1009.0556      2.67%
3613.67/182.77	c       183           1692         245        20        1036.0000        1009.1674      2.66%
3714.80/187.85	c       188           1779         248        20        1036.0000        1009.1674      2.66%
3815.86/192.90	c       193           1835         252        20        1036.0000        1009.1923      2.66%
3915.05/197.95	c       198           1942         255        20        1036.0000        1009.1968      2.66%
4014.14/203.00	c       203           2021         258        20        1036.0000        1009.1968      2.66%
4116.29/208.06	c       208           2063         258        20        1036.0000        1009.2039      2.66%
4215.68/213.12	c       213           2065         260        20        1036.0000        1009.2039      2.66%
4316.57/218.17	c       218           2119         270        20        1036.0000        1009.2650      2.65%
4416.58/223.21	c       223           2185         274        20        1036.0000        1009.2801      2.65%
4515.76/228.27	c       228           2252         277        20        1036.0000        1009.5449      2.62%
4614.82/233.28	c       233           2323         276        20        1036.0000        1009.5449      2.62%
4716.01/238.37	c       238           2372         273        20        1036.0000        1009.6471      2.61%
4817.09/243.41	c       243           2420         279        20        1036.0000        1009.6471      2.61%
4916.27/248.46	c       248           2477         282        20        1036.0000        1009.6545      2.61%
5017.38/253.50	c       254           2523         282        20        1036.0000        1009.6998      2.60%
5116.57/258.56	c       259           2567         288        20        1036.0000        1009.7389      2.60%
5215.82/263.58	c       264           2621         296        20        1036.0000        1009.8254      2.59%
5316.88/268.65	c       269           2664         299        20        1036.0000        1009.8359      2.59%
5416.04/273.66	c       274           2704         303        20        1036.0000        1009.8474      2.59%
5515.08/278.69	c       279           2714         307        20        1036.0000        1009.8474      2.59%
5616.18/283.77	c       284           2792         309        20        1036.0000        1009.8633      2.59%
5717.30/288.87	c       289           2842         313        20        1036.0000        1009.9394      2.58%
5818.24/293.90	c       294           2874         315        20        1036.0000        1009.9394      2.58%
5917.36/298.97	c       299           2962         321        20        1036.0000        1010.0186      2.57%
6016.50/304.01	c       304           3023         322        20        1036.0000        1010.0186      2.57%
6118.88/309.07	c       309           3103         324        20        1036.0000        1010.0227      2.57%
6218.06/314.12	c       314           3177         332        20        1036.0000        1010.0227      2.57%
6318.98/319.17	c       319           3302         331        20        1036.0000        1010.1066      2.56%
6419.04/324.22	c       324           3321         338        20        1036.0000        1010.1066      2.56%
6518.17/329.27	c       329           3364         337        20        1036.0000        1010.1082      2.56%
6619.25/334.33	c       334           3382         339        20        1036.0000        1010.1105      2.56%
6718.41/339.37	c       339           3385         342        20        1036.0000        1010.1105      2.56%
6819.51/344.42	c       344           3472         341        20        1036.0000        1010.1235      2.56%
6918.63/349.47	c       349           3485         350        20        1036.0000        1010.1481      2.56%
7017.54/354.49	c       354           3552         351        20        1036.0000        1010.1663      2.56%
7118.70/359.56	c       360           3602         355        20        1036.0000        1010.2020      2.55%
7219.86/364.62	c       365           3625         364        20        1036.0000        1010.2020      2.55%
7318.99/369.67	c       370           3742         367        20        1036.0000        1010.2189      2.55%
7418.13/374.68	c       375           3816         371        20        1036.0000        1010.2189      2.55%
7519.43/379.77	c       380           3902         375        20        1036.0000        1010.2450      2.55%
7620.43/384.81	c       385           3933         376        20        1036.0000        1010.3479      2.54%
7719.61/389.87	c       390           3958         381        20        1036.0000        1010.3710      2.54%
7820.78/394.92	c       395           3992         395        20        1036.0000        1010.3965      2.53%
7919.99/399.97	c       400           3993         396        20        1036.0000        1010.3965      2.53%
8019.14/404.99	c       405           4012         405        20        1036.0000        1010.4302      2.53%
8121.33/410.08	c       410           4125         408        20        1036.0000        1010.4302      2.53%
8220.44/415.10	c       415           4240         407        20        1036.0000        1010.4302      2.53%
8319.54/420.11	c       420           4285         410        20        1036.0000        1010.4353      2.53%
8418.64/425.13	c       425           4364         417        20        1036.0000        1010.4971      2.52%
8520.68/430.20	c       430           4403         420        20        1036.0000        1010.5750      2.52%
8619.78/435.25	c       435           4403         420        20        1036.0000        1010.5750      2.52%
8720.89/440.32	c       440           4451         424        20        1036.0000        1010.5750      2.52%
8820.02/445.36	c       445           4502         427        20        1036.0000        1010.6506      2.51%
8921.14/450.42	c       450           4602         429        20        1036.0000        1010.6506      2.51%
9020.31/455.45	c       455           4700         431        20        1036.0000        1010.6506      2.51%
9119.45/460.48	c       460           4743         432        20        1036.0000        1010.6506      2.51%
9218.58/465.49	c       465           4783         436        20        1036.0000        1010.6690      2.51%
9319.69/470.57	c       471           4878         439        20        1036.0000        1010.6690      2.51%
9420.78/475.69	c       476           5002         439        20        1036.0000        1010.6900      2.50%
9521.94/480.77	c       481           5042         443        20        1036.0000        1010.6951      2.50%
9623.17/485.81	c       486           5130         447        20        1036.0000        1010.6951      2.50%
9722.10/490.86	c       491           5232         449        20        1036.0000        1010.7595      2.50%
9821.25/495.90	c       496           5246         457        20        1036.0000        1010.7698      2.50%
9922.38/500.98	c       501           5343         458        20        1036.0000        1010.7698      2.50%
10021.45/506.05	c       506           5402         459        20        1036.0000        1010.7763      2.50%
10123.74/511.09	c       511           5452         465        20        1036.0000        1010.7763      2.50%
10223.18/516.14	c       516           5506         467        20        1036.0000        1010.7780      2.50%
10323.64/521.19	c       521           4202         117        20        1036.0000        1010.8676      2.49%
10423.79/526.24	c       526           4281         126        20        1036.0000        1011.0726      2.47%
10522.94/531.29	c       531           4328         139        20        1036.0000        1011.3659      2.44%
10623.93/536.33	c       536           4417         150        20        1036.0000        1011.4731      2.42%
10723.05/541.39	c       541           4467         150        20        1036.0000        1011.4731      2.42%
10824.11/546.44	c       546           4529         150        20        1036.0000        1011.4731      2.42%
10923.24/551.49	c       552           4595         152        20        1036.0000        1011.4731      2.42%
11024.35/556.53	c       557           4673         152        20        1036.0000        1011.4731      2.42%
11123.48/561.57	c       562           4786         151        20        1036.0000        1011.4731      2.42%
11224.54/566.61	c       567           4833         150        20        1036.0000        1011.4731      2.42%
11323.54/571.63	c       572           4870         159        20        1036.0000        1011.5941      2.41%
11422.65/576.66	c       577           4898         165        20        1036.0000        1011.6771      2.40%
11523.77/581.79	c       582           4901         168        20        1036.0000        1011.6771      2.40%
11624.88/586.83	c       587           5038         167        20        1036.0000        1011.7426      2.40%
11723.99/591.89	c       592           5078         175        20        1036.0000        1011.8040      2.39%
11825.00/596.91	c       597           5135         182        20        1036.0000        1011.8673      2.38%
11924.16/601.99	c       602           5218         189        20        1036.0000        1011.9288      2.38%
12023.22/607.04	c       607           5246         197        20        1036.0000        1011.9694      2.37%
12125.54/612.09	c       612           5326         197        20        1036.0000        1011.9694      2.37%
12224.48/617.14	c       617           5378         199        20        1036.0000        1012.0201      2.37%
12325.72/622.19	c       622           5470         211        20        1036.0000        1012.0993      2.36%
12425.77/627.24	c       627           5569         214        20        1036.0000        1012.1060      2.36%
12524.93/632.27	c       632           5628         221        20        1036.0000        1012.2465      2.35%
12626.08/637.31	c       637           5718         225        20        1036.0000        1012.2914      2.34%
12725.26/642.39	c       642           5819         238        20        1036.0000        1012.4129      2.33%
12826.42/647.41	c       647           5856         245        20        1036.0000        1012.4723      2.32%
12925.47/652.49	c       652           5961         248        20        1036.0000        1012.4812      2.32%
13026.52/657.54	c       658           6076         251        20        1036.0000        1012.4812      2.32%
13125.63/662.59	c       663           6138         255        20        1036.0000        1012.5153      2.32%
13226.73/667.64	c       668           6238         257        20        1036.0000        1012.5231      2.32%
13325.86/672.69	c       673           6341         260        20        1036.0000        1012.5231      2.32%
13426.99/677.74	c       678           6341         260        20        1036.0000        1012.5231      2.32%
13526.13/682.79	c       683           6353         260        20        1036.0000        1012.5231      2.32%
13627.26/687.84	c       688           6749         147        20        1036.0000        1012.5652      2.31%
13726.36/692.89	c       693           6802         156        20        1036.0000        1012.5986      2.31%
13827.47/697.94	c       698           6879         159        20        1036.0000        1012.6388      2.31%
13926.65/702.99	c       703           6941         167        20        1036.0000        1012.6645      2.30%
14025.82/708.04	c       708           7052         162        20        1036.0000        1012.6645      2.30%
14127.90/713.09	c       713           7127         161        20        1036.0000        1012.6645      2.30%
14227.12/718.14	c       718           7203         163        20        1036.0000        1012.6862      2.30%
14326.24/723.17	c       723           7257         171        20        1036.0000        1012.6862      2.30%
14428.17/728.24	c       728           7329         171        20        1036.0000        1012.6862      2.30%
14527.18/733.28	c       733           7412         174        20        1036.0000        1012.6862      2.30%
14628.38/738.34	c       738           6888         289        20        1036.0000        1012.6964      2.30%
14727.53/743.37	c       743           7509         187        20        1036.0000        1012.7973      2.29%
14828.71/748.44	c       748           7561         195        20        1036.0000        1012.7973      2.29%
14927.86/753.46	c       753           7597         203        20        1036.0000        1012.8244      2.29%
15029.01/758.54	c       759           7679         207        20        1036.0000        1012.8471      2.29%
15128.16/763.57	c       764           7724         218        20        1036.0000        1012.8550      2.29%
15227.32/768.58	c       769           7831         219        20        1036.0000        1012.8550      2.29%
15328.38/773.64	c       774           7900         222        20        1036.0000        1012.8830      2.28%
15427.55/778.69	c       779           7972         226        20        1036.0000        1012.8907      2.28%
15528.66/783.77	c       784           8019         231        20        1036.0000        1012.9390      2.28%
15629.81/788.81	c       789           8067         239        20        1036.0000        1012.9390      2.28%
15730.94/793.90	c       794           8145         249        20        1036.0000        1013.0027      2.27%
15830.01/798.95	c       799           8203         251        20        1036.0000        1013.0702      2.26%
15929.11/804.00	c       804           8276         256        20        1036.0000        1013.0790      2.26%
16031.10/809.05	c       809           8366         254        20        1036.0000        1013.0790      2.26%
16130.38/814.10	c       814           8424         258        20        1036.0000        1013.0827      2.26%
16229.37/819.12	c       819           8464         264        20        1036.0000        1013.0835      2.26%
16328.34/824.13	c       824           8565         263        20        1036.0000        1013.0835      2.26%
16430.31/829.24	c       829           8601         267        20        1036.0000        1013.1569      2.25%
16529.30/834.26	c       834           8675         277        20        1036.0000        1013.1637      2.25%
16630.30/839.31	c       839           8692         278        20        1036.0000        1013.1868      2.25%
16731.27/844.41	c       844           8737         281        20        1036.0000        1013.1868      2.25%
16830.42/849.42	c       849           8779         283        20        1036.0000        1013.2821      2.24%
16931.55/854.50	c       855           8859         291        20        1036.0000        1013.2944      2.24%
17030.61/859.55	c       860           8919         299        20        1036.0000        1013.3580      2.23%
17131.73/864.60	c       865           8969         309        20        1036.0000        1013.3713      2.23%
17230.90/869.63	c       870           9086         314        20        1036.0000        1013.3713      2.23%
17331.93/874.76	c       875           9199         313        20        1036.0000        1013.4001      2.23%
17433.10/879.81	c       880           9236         318        20        1036.0000        1013.4001      2.23%
17532.30/884.86	c       885           9280         320        20        1036.0000        1013.4246      2.23%
17631.41/889.89	c       890           9327         327        20        1036.0000        1013.4281      2.23%
17732.08/894.96	c       895           9397         329        20        1036.0000        1013.4281      2.23%
17831.23/900.02	c       900          10278         243        20        1036.0000        1013.4614      2.22%
17933.40/905.06	c       905          10298         247        20        1036.0000        1013.5202      2.22%
18032.69/910.11	c       910          10308         251        20        1036.0000        1013.5238      2.22%
18131.64/915.15	c       915          10378         255        20        1036.0000        1013.5343      2.22%
18230.83/920.16	c       920          10428         263        20        1036.0000        1013.5467      2.22%
18332.63/925.26	c       925          10528         267        20        1036.0000        1013.5467      2.22%
18433.73/930.31	c       930           9889         339        20        1036.0000        1013.5664      2.21%
18532.80/935.37	c       935           9929         349        20        1036.0000        1013.6081      2.21%
18631.94/940.38	c       940          10698         277        20        1036.0000        1013.6836      2.20%
18733.08/945.44	c       945          10778         283        20        1036.0000        1013.6967      2.20%
18834.21/950.51	c       951          10828         287        20        1036.0000        1013.7208      2.20%
18933.23/955.56	c       956          10837         294        20        1036.0000        1013.7208      2.20%
19032.36/960.59	c       961          10871         294        20        1036.0000        1013.7208      2.20%
19133.41/965.66	c       966          10928         291        20        1036.0000        1013.7208      2.20%
19234.46/970.71	c       971          11012         291        20        1036.0000        1013.7208      2.20%
19333.60/975.76	c       976          11028         291        20        1036.0000        1013.7389      2.20%
19434.72/980.81	c       981          10598         388        20        1036.0000        1013.7549      2.19%
19533.85/985.84	c       986          10669         393        20        1036.0000        1013.7725      2.19%
19633.00/990.85	c       991          10711         403        20        1036.0000        1013.7885      2.19%
19734.16/995.96	c       996          10809         411        20        1036.0000        1013.8185      2.19%
19833.30/1001.01	c      1001          10833         423        20        1036.0000        1013.8724      2.18%
19932.41/1006.06	c      1006          10901         431        20        1036.0000        1013.9548      2.17%
20034.52/1011.08	c      1011          11021         431        20        1036.0000        1013.9548      2.17%
20135.66/1016.16	c      1016          11089         431        20        1036.0000        1014.0195      2.17%
20235.62/1021.21	c      1021          11139         435        20        1036.0000        1014.0223      2.17%
20334.70/1026.25	c      1026          11172         444        20        1036.0000        1014.0301      2.17%
20435.84/1031.30	c      1031          11319         449        20        1036.0000        1014.0543      2.16%
20534.98/1036.35	c      1036          11349         453        20        1036.0000        1014.0679      2.16%
20636.08/1041.40	c      1041          11421         459        20        1036.0000        1014.0884      2.16%
20735.25/1046.45	c      1046          11433         465        20        1036.0000        1014.0935      2.16%
20836.38/1051.50	c      1052          11463         473        20        1036.0000        1014.1175      2.16%
20935.44/1056.55	c      1057          11481         473        20        1036.0000        1014.1175      2.16%
21034.60/1061.57	c      1062          11589         475        20        1036.0000        1014.1402      2.16%
21135.69/1066.61	c      1067          11669         479        20        1036.0000        1014.1658      2.15%
21236.82/1071.70	c      1072          11744         486        20        1036.0000        1014.1658      2.15%
21335.97/1076.75	c      1077          11799         495        20        1036.0000        1014.1965      2.15%
21435.10/1081.79	c      1082          11856         500        20        1036.0000        1014.1965      2.15%
21536.13/1086.81	c      1087          11903         507        20        1036.0000        1014.2065      2.15%
21637.27/1091.90	c      1092          11999         505        20        1036.0000        1014.2094      2.15%
21736.33/1096.92	c      1097          12070         514        20        1036.0000        1014.2094      2.15%
21835.50/1102.00	c      1102          12898         393        20        1036.0000        1014.3158      2.14%
21934.62/1107.05	c      1107          12901         396        20        1036.0000        1014.3158      2.14%
22036.63/1112.07	c      1112          12983         396        20        1036.0000        1014.3158      2.14%
22137.73/1117.15	c      1117          13064         399        20        1036.0000        1014.3158      2.14%
22237.95/1122.20	c      1122          12359         543        20        1036.0000        1014.3624      2.13%
22337.12/1127.24	c      1127          12379         547        20        1036.0000        1014.3851      2.13%
22438.12/1132.30	c      1132          12379         547        20        1036.0000        1014.3851      2.13%
22537.28/1137.35	c      1137          12459         557        20        1036.0000        1014.4352      2.13%
22636.45/1142.38	c      1142          12565         569        20        1036.0000        1014.4438      2.12%
22737.45/1147.45	c      1147          12599         573        20        1036.0000        1014.4534      2.12%
22838.61/1152.50	c      1153          12699         579        20        1036.0000        1014.4543      2.12%
22937.78/1157.55	c      1158          12760         586        20        1036.0000        1014.4601      2.12%
23038.89/1162.60	c      1163          12849         589        20        1036.0000        1014.4604      2.12%
23137.95/1167.65	c      1168          12924         594        20        1036.0000        1014.4604      2.12%
23237.13/1172.67	c      1173          12989         599        20        1036.0000        1014.4839      2.12%
23338.28/1177.75	c      1178          13009         605        20        1036.0000        1014.4839      2.12%
23439.43/1182.81	c      1183          13027         609        20        1036.0000        1014.5237      2.12%
23538.58/1187.86	c      1188          13086         616        20        1036.0000        1014.5340      2.12%
23639.69/1192.91	c      1193          13101         617        20        1036.0000        1014.5576      2.11%
23738.86/1197.96	c      1198          13215         621        20        1036.0000        1014.5576      2.11%
23837.98/1203.01	c      1203          13305         625        20        1036.0000        1014.5634      2.11%
23940.13/1208.06	c      1208          13371         631        20        1036.0000        1014.5634      2.11%
24038.96/1213.11	c      1213          13459         635        20        1036.0000        1014.6252      2.11%
24140.58/1218.16	c      1218          13499         647        20        1036.0000        1014.6312      2.11%
24240.42/1223.22	c      1223          13529         655        20        1036.0000        1014.6334      2.11%
24339.49/1228.26	c      1228          13532         658        20        1036.0000        1014.6334      2.11%
24440.66/1233.33	c      1233          13539         659        20        1036.0000        1014.6754      2.10%
24539.75/1238.35	c      1238          13565         663        20        1036.0000        1014.6754      2.10%
24640.76/1243.42	c      1243          13611         667        20        1036.0000        1014.6804      2.10%
24739.91/1248.47	c      1248          13679         675        20        1036.0000        1014.7069      2.10%
24840.98/1253.50	c      1254          13703         685        20        1036.0000        1014.7306      2.10%
24940.11/1258.53	c      1259          14948         509        20        1036.0000        1014.8092      2.09%
25039.24/1263.55	c      1264          14958         515        20        1036.0000        1014.8587      2.08%
25140.29/1268.66	c      1269          14958         515        20        1036.0000        1014.8587      2.08%
25239.35/1273.67	c      1274          14990         521        20        1036.0000        1014.8587      2.08%
25340.45/1278.72	c      1279          15031         530        20        1036.0000        1014.9426      2.07%
25439.54/1283.79	c      1284          15048         535        20        1036.0000        1015.0196      2.07%
25540.65/1288.88	c      1289          15094         541        20        1036.0000        1015.0196      2.07%
25639.74/1293.90	c      1294          15138         539        20        1036.0000        1015.0333      2.07%
25740.77/1298.96	c      1299          15188         541        20        1036.0000        1015.0642      2.06%
25839.90/1304.04	c      1304          15229         550        20        1036.0000        1015.0690      2.06%
25942.16/1309.08	c      1309          15348         549        20        1036.0000        1015.1391      2.05%
26041.32/1314.14	c      1314          15391         560        20        1036.0000        1015.1567      2.05%
26142.36/1319.18	c      1319          15458         561        20        1036.0000        1015.1709      2.05%
26242.32/1324.24	c      1324          15519         566        20        1036.0000        1015.1743      2.05%
26341.40/1329.28	c      1329          15618         567        20        1036.0000        1015.2032      2.05%
26442.55/1334.34	c      1334          15638         571        20        1036.0000        1015.2152      2.05%
26541.70/1339.38	c      1339          15688         573        20        1036.0000        1015.2194      2.05%
26642.79/1344.43	c      1344          15773         580        20        1036.0000        1015.2194      2.05%
26741.96/1349.46	c      1349          15904         581        20        1036.0000        1015.2194      2.05%
26843.07/1354.55	c      1355          15978         583        20        1036.0000        1015.2745      2.04%
26942.24/1359.58	c      1360          16089         588        20        1036.0000        1015.2745      2.04%
27043.26/1364.65	c      1365          16211         594        20        1036.0000        1015.2745      2.04%
27142.37/1369.69	c      1370          16312         599        20        1036.0000        1015.3142      2.04%
27243.46/1374.74	c      1375          16390         597        20        1036.0000        1015.3202      2.04%
27342.53/1379.80	c      1380          16425         604        20        1036.0000        1015.3374      2.04%
27443.65/1384.82	c      1385          16508         609        20        1036.0000        1015.3898      2.03%
27542.77/1389.89	c      1390          16578         617        20        1036.0000        1015.4226      2.03%
27643.90/1394.93	c      1395          16637         620        20        1036.0000        1015.4226      2.03%
27743.05/1399.99	c      1400          16648         619        20        1036.0000        1015.4237      2.03%
27842.24/1405.03	c      1405          16652         623        20        1036.0000        1015.4237      2.03%
27941.44/1410.06	c      1410          16758         629        20        1036.0000        1015.4237      2.03%
28043.56/1415.14	c      1415          16838         633        20        1036.0000        1015.4734      2.02%
28144.63/1420.19	c      1420          16890         643        20        1036.0000        1015.5530      2.01%
28244.56/1425.24	c      1425          17013         640        20        1036.0000        1015.5530      2.01%
28343.68/1430.29	c      1430          17098         643        20        1036.0000        1015.5587      2.01%
28444.78/1435.34	c      1435          17145         652        20        1036.0000        1015.5601      2.01%
28543.93/1440.39	c      1440          17262         653        20        1036.0000        1015.5601      2.01%
28645.02/1445.44	c      1445          17390         653        20        1036.0000        1015.5601      2.01%
28744.11/1450.49	c      1450          17458         651        20        1036.0000        1015.6027      2.01%
28845.25/1455.54	c      1456          17501         662        20        1036.0000        1015.6154      2.01%
28944.39/1460.59	c      1461          17598         663        20        1036.0000        1015.6263      2.01%
29045.27/1465.64	c      1466          17608         669        20        1036.0000        1015.6305      2.01%
29144.40/1470.67	c      1471          17649         676        20        1036.0000        1015.6305      2.01%
29245.41/1475.70	c      1476          17688         675        20        1036.0000        1015.6459      2.00%
29344.54/1480.79	c      1481          17726         677        20        1036.0000        1015.6459      2.00%
29445.63/1485.84	c      1486          17776         681        20        1036.0000        1015.6759      2.00%
29544.77/1490.89	c      1491          17868         679        20        1036.0000        1015.6818      2.00%
29645.93/1495.94	c      1496          17975         682        20        1036.0000        1015.6818      2.00%
29745.05/1500.99	c      1501          18041         686        20        1036.0000        1015.6864      2.00%
29844.19/1506.04	c      1506          18146         691        20        1036.0000        1015.6864      2.00%
29946.35/1511.10	c      1511          18220         699        20        1036.0000        1015.6864      2.00%
30045.54/1516.14	c      1516          18294         705        20        1036.0000        1015.7244      2.00%
30146.65/1521.16	c      1521          18392         705        20        1036.0000        1015.7244      2.00%
30245.88/1526.16	c      1526          18498         707        20        1036.0000        1015.7723      1.99%
30345.65/1531.21	c      1531          18548         715        20        1036.0000        1015.7814      1.99%
30444.79/1536.26	c      1536          18637         722        20        1036.0000        1015.7814      1.99%
30545.92/1541.30	c      1541          18688         721        20        1036.0000        1015.8786      1.98%
30645.05/1546.36	c      1546          18702         725        20        1036.0000        1015.8786      1.98%
30746.16/1551.42	c      1551          18758         723        20        1036.0000        1015.8816      1.98%
30845.38/1556.47	c      1556          18778         727        20        1036.0000        1015.8837      1.98%
30944.55/1561.50	c      1562          18788         733        20        1036.0000        1015.8849      1.98%
31045.59/1566.58	c      1567          18815         736        20        1036.0000        1015.8849      1.98%
31146.63/1571.62	c      1572          18891         742        20        1036.0000        1015.9117      1.98%
31245.75/1576.68	c      1577          18987         740        20        1036.0000        1015.9117      1.98%
31346.87/1581.73	c      1582          19028         741        20        1036.0000        1015.9515      1.97%
31445.99/1586.78	c      1587          19109         746        20        1036.0000        1015.9515      1.97%
31547.08/1591.83	c      1592          19148         751        20        1036.0000        1015.9754      1.97%
31646.20/1596.89	c      1597          19206         755        20        1036.0000        1015.9754      1.97%
31747.29/1601.95	c      1602          19325         754        20        1036.0000        1015.9754      1.97%
31846.43/1607.00	c      1607          19368         759        20        1036.0000        1016.0080      1.97%
31945.54/1612.01	c      1612          19418         765        20        1036.0000        1016.0107      1.97%
32048.01/1617.10	c      1617          19462         777        20        1036.0000        1016.0766      1.96%
32146.90/1622.13	c      1622          19522         779        20        1036.0000        1016.0887      1.96%
32247.76/1627.17	c      1627          19556         791        20        1036.0000        1016.0930      1.96%
32347.73/1632.25	c      1632          19671         792        20        1036.0000        1016.0930      1.96%
32446.83/1637.30	c      1637          19776         795        20        1036.0000        1016.0930      1.96%
32547.94/1642.35	c      1642          19878         795        20        1036.0000        1016.0930      1.96%
32647.08/1647.39	c      1647          19950         797        20        1036.0000        1016.1309      1.96%
32748.17/1652.43	c      1652          20014         803        20        1036.0000        1016.1456      1.95%
32849.30/1657.50	c      1658          20039         810        20        1036.0000        1016.1572      1.95%
32948.45/1662.55	c      1663          20048         809        20        1036.0000        1016.1671      1.95%
33047.51/1667.58	c      1668          20107         816        20        1036.0000        1016.1671      1.95%
33148.60/1672.65	c      1673          20186         815        20        1036.0000        1016.1671      1.95%
33249.69/1677.70	c      1678          20248         819        20        1036.0000        1016.2031      1.95%
33348.86/1682.75	c      1683          20277         824        20        1036.0000        1016.2031      1.95%
33449.99/1687.80	c      1688          20351         828        20        1036.0000        1016.2304      1.95%
33549.09/1692.84	c      1693          20412         831        20        1036.0000        1016.2651      1.94%
33648.23/1697.85	c      1698          20488         835        20        1036.0000        1016.2714      1.94%
33747.40/1702.87	c      1703          20554         839        20        1036.0000        1016.2714      1.94%
33848.57/1708.00	c      1708          20639         846        20        1036.0000        1016.2797      1.94%
33947.71/1713.04	c      1713          20692         851        20        1036.0000        1016.2845      1.94%
34049.97/1718.10	c      1718          20773         848        20        1036.0000        1016.2845      1.94%
34149.02/1723.15	c      1723          20839         854        20        1036.0000        1016.2937      1.94%
34251.04/1728.23	c      1728          20938         855        20        1036.0000        1016.3429      1.93%
34350.37/1733.27	c      1733          21004         859        20        1036.0000        1016.3429      1.93%
34451.33/1738.33	c      1738          21078         857        20        1036.0000        1016.3463      1.93%
34550.53/1743.37	c      1743          21139         862        20        1036.0000        1016.3463      1.93%
34651.79/1748.43	c      1748          21155         868        20        1036.0000        1016.3562      1.93%
34750.83/1753.46	c      1753          21236         879        20        1036.0000        1016.3562      1.93%
34851.84/1758.54	c      1759          21338         879        20        1036.0000        1016.3765      1.93%
34951.04/1763.60	c      1764          21381         882        20        1036.0000        1016.3765      1.93%
35052.16/1768.61	c      1769          21438         881        20        1036.0000        1016.3870      1.93%
35151.33/1773.68	c      1774          21468         887        20        1036.0000        1016.3928      1.93%
35252.50/1778.75	c      1779          21538         899        20        1036.0000        1016.4078      1.93%
35353.61/1783.81	c      1784          21624         903        20        1036.0000        1016.4078      1.93%
35452.77/1788.85	c      1789          21708         903        20        1036.0000        1016.4078      1.93%
35553.89/1793.91	c      1794          21721         906        20        1036.0000        1016.4408      1.92%
35653.03/1798.93	c      1799          21819         906        20        1036.0000        1016.4408      1.92%
35752.19/1804.00	c      1804          21891         908        20        1036.0000        1016.4408      1.92%
35851.30/1809.05	c      1809          21983         910        20        1036.0000        1016.4408      1.92%
35953.61/1814.10	c      1814          22008         909        20        1036.0000        1016.4442      1.92%
36052.79/1819.15	c      1819          22008         909        20        1036.0000        1016.4442      1.92%
36154.60/1824.20	c      1824          22048         913        20        1036.0000        1016.5297      1.92%
36253.72/1829.26	c      1829          22072         919        20        1036.0000        1016.5297      1.92%
36354.87/1834.30	c      1834          22092         917        20        1036.0000        1016.5297      1.92%
36454.02/1839.35	c      1839          22095         918        20        1036.0000        1016.5297      1.92%
36553.15/1844.38	c      1844          22190         915        20        1036.0000        1016.5297      1.92%
36654.27/1849.45	c      1849          22263         920        20        1036.0000        1016.5412      1.91%
36755.36/1854.50	c      1855          22333         924        20        1036.0000        1016.5587      1.91%
36854.56/1859.55	c      1860          22393         924        20        1036.0000        1016.5587      1.91%
36953.69/1864.57	c      1865          22404         929        20        1036.0000        1016.6197      1.91%
37054.77/1869.65	c      1870          22493         928        20        1036.0000        1016.6197      1.91%
37153.92/1874.69	c      1875          22556         929        20        1036.0000        1016.6197      1.91%
37255.08/1879.75	c      1880          22598         933        20        1036.0000        1016.6603      1.90%
37354.20/1884.76	c      1885          22634         939        20        1036.0000        1016.6603      1.90%
37455.31/1889.86	c      1890          22676         943        20        1036.0000        1016.6623      1.90%
37556.35/1894.91	c      1895          22769         944        20        1036.0000        1016.6623      1.90%
37655.46/1899.93	c      1900          22840         943        20        1036.0000        1016.6623      1.90%
37754.57/1904.95	c      1905          22964         941        20        1036.0000        1016.6623      1.90%
37856.73/1910.05	c      1910          22991         946        20        1036.0000        1016.6649      1.90%
37955.92/1915.10	c      1915          23041         954        20        1036.0000        1016.6703      1.90%
38054.96/1920.15	c      1920          23103         958        20        1036.0000        1016.6703      1.90%
38157.00/1925.20	c      1925          23215         962        20        1036.0000        1016.6703      1.90%
38256.05/1930.24	c      1930          23322         963        20        1036.0000        1016.6703      1.90%
38355.23/1935.26	c      1935          23398         961        20        1036.0000        1016.7584      1.89%
38456.39/1940.33	c      1940          23419         968        20        1036.0000        1016.7628      1.89%
38557.55/1945.40	c      1945          23449         972        20        1036.0000        1016.7730      1.89%
38656.67/1950.45	c      1950          23532         975        20        1036.0000        1016.7730      1.89%
38757.82/1955.50	c      1956          23612         977        20        1036.0000        1016.7730      1.89%
38857.00/1960.55	c      1961          23668         975        20        1036.0000        1016.7863      1.89%
38958.07/1965.60	c      1966          23698         979        20        1036.0000        1016.7909      1.89%
39057.22/1970.65	c      1971          23764         987        20        1036.0000        1016.7909      1.89%
39157.74/1975.70	c      1976          23866         989        20        1036.0000        1016.7909      1.89%
39256.92/1980.72	c      1981          23947         988        20        1036.0000        1016.7909      1.89%
39358.06/1985.80	c      1986          24044         991        20        1036.0000        1016.7968      1.89%
39457.18/1990.86	c      1991          24148         989        20        1036.0000        1016.8142      1.89%
39556.31/1995.88	c      1996          24228         993        20        1036.0000        1016.8152      1.89%
39657.40/2000.95	c      2001          24230         995        20        1036.0000        1016.8152      1.89%
39756.55/2006.00	c      2006          24275        1000        20        1036.0000        1016.8152      1.89%
39858.74/2011.05	c      2011          24352        1005        20        1036.0000        1016.8293      1.89%
39957.94/2016.11	c      2016          24421        1006        20        1036.0000        1016.8293      1.89%
40058.93/2021.15	c      2021          24460        1007        20        1036.0000        1016.8295      1.89%
40159.05/2026.21	c      2026          24508        1007        20        1036.0000        1016.8393      1.88%
40258.22/2031.25	c      2031          24598        1011        20        1036.0000        1016.8485      1.88%
40357.25/2036.28	c      2036          24608        1017        20        1036.0000        1016.8485      1.88%
40458.34/2041.36	c      2041          24630        1023        20        1036.0000        1016.8511      1.88%
40559.41/2046.41	c      2046          24728        1025        20        1036.0000        1016.8514      1.88%
40658.53/2051.44	c      2051          24778        1031        20        1036.0000        1016.8688      1.88%
40759.66/2056.51	c      2057          24844        1039        20        1036.0000        1016.8789      1.88%
40858.72/2061.56	c      2062          24941        1040        20        1036.0000        1016.8789      1.88%
40959.87/2066.61	c      2067          24972        1045        20        1036.0000        1016.8893      1.88%
41059.04/2071.67	c      2072          25028        1055        20        1036.0000        1016.8942      1.88%
41160.16/2076.72	c      2077          25078        1063        20        1036.0000        1016.9029      1.88%
41259.28/2081.77	c      2082          25121        1070        20        1036.0000        1016.9029      1.88%
41360.41/2086.82	c      2087          25163        1076        20        1036.0000        1016.9029      1.88%
41459.53/2091.86	c      2092          25228        1075        20        1036.0000        1016.9029      1.88%
41560.46/2096.92	c      2097          25288        1071        20        1036.0000        1016.9117      1.88%
41659.57/2101.97	c      2102          25361        1076        20        1036.0000        1016.9117      1.88%
41758.56/2107.02	c      2107          25458        1077        20        1036.0000        1016.9207      1.88%
41857.65/2112.04	c      2112          25494        1083        20        1036.0000        1016.9207      1.88%
41959.82/2117.10	c      2117          25568        1083        20        1036.0000        1016.9242      1.88%
42059.09/2122.12	c      2122          25568        1083        20        1036.0000        1016.9242      1.88%
42160.22/2127.16	c      2127          25632        1089        20        1036.0000        1016.9242      1.88%
42259.10/2132.17	c      2132          25747        1090        20        1036.0000        1016.9242      1.88%
42361.07/2137.32	c      2137          25838        1087        20        1036.0000        1016.9242      1.88%
42460.19/2142.37	c      2142          25891        1094        20        1036.0000        1016.9258      1.88%
42561.27/2147.40	c      2147          25998        1097        20        1036.0000        1016.9354      1.87%
42660.36/2152.44	c      2152          26039        1104        20        1036.0000        1016.9354      1.87%
42759.29/2157.46	c      2157          26088        1107        20        1036.0000        1016.9470      1.87%
42860.43/2162.57	c      2163          26157        1112        20        1036.0000        1016.9470      1.87%
42961.54/2167.62	c      2168          26244        1113        20        1036.0000        1016.9470      1.87%
43060.46/2172.66	c      2173          26357        1116        20        1036.0000        1016.9470      1.87%
43161.63/2177.72	c      2178          26437        1120        20        1036.0000        1016.9516      1.87%
43260.79/2182.77	c      2183          26528        1121        20        1036.0000        1016.9731      1.87%
43361.97/2187.80	c      2188          26562        1127        20        1036.0000        1016.9731      1.87%
43461.11/2192.82	c      2193          26655        1124        20        1036.0000        1016.9731      1.87%
43562.24/2197.92	c      2198          26718        1125        20        1036.0000        1016.9799      1.87%
43661.40/2202.98	c      2203          26798        1131        20        1036.0000        1016.9925      1.87%
43760.63/2208.03	c      2208          26835        1142        20        1036.0000        1017.0016      1.87%
43862.90/2213.08	c      2213          26898        1145        20        1036.0000        1017.0111      1.87%
43961.97/2218.10	c      2218          26928        1153        20        1036.0000        1017.0119      1.87%
44060.99/2223.12	c      2223          26982        1157        20        1036.0000        1017.0119      1.87%
44160.25/2228.13	c      2228          27014        1157        20        1036.0000        1017.0119      1.87%
44262.15/2233.20	c      2233          27081        1156        20        1036.0000        1017.0119      1.87%
44361.16/2238.22	c      2238          27117        1160        20        1036.0000        1017.0119      1.87%
44460.30/2243.24	c      2243          27226        1157        20        1036.0000        1017.0119      1.87%
44559.47/2248.29	c      2248          27324        1157        20        1036.0000        1017.0119      1.87%
44660.59/2253.34	c      2253          27394        1159        20        1036.0000        1017.0119      1.87%
44759.76/2258.35	c      2258          27418        1163        20        1036.0000        1017.1118      1.86%
44858.90/2263.39	c      2263          27438        1167        20        1036.0000        1017.1265      1.86%
44960.01/2268.45	c      2268          27522        1169        20        1036.0000        1017.1265      1.86%
45059.00/2273.48	c      2273          27614        1171        20        1036.0000        1017.1265      1.86%
45160.10/2278.54	c      2279          27648        1171        20        1036.0000        1017.1498      1.85%
45261.20/2283.60	c      2284          27680        1175        20        1036.0000        1017.1498      1.85%
45360.42/2288.65	c      2289          27788        1177        20        1036.0000        1017.1498      1.85%
45459.57/2293.68	c      2294          27841        1180        20        1036.0000        1017.1532      1.85%
45560.75/2298.72	c      2299          27937        1184        20        1036.0000        1017.1532      1.85%
45659.95/2303.78	c      2304          27981        1188        20        1036.0000        1017.1579      1.85%
45761.15/2308.86	c      2309          28064        1191        20        1036.0000        1017.1579      1.85%
45860.30/2313.86	c      2314          28128        1193        20        1036.0000        1017.1914      1.85%
45961.51/2318.91	c      2319          28164        1197        20        1036.0000        1017.1914      1.85%
46060.71/2323.99	c      2324          28218        1205        20        1036.0000        1017.2215      1.85%
46162.90/2329.05	c      2329          28324        1201        20        1036.0000        1017.2215      1.85%
46262.25/2334.07	c      2334          28366        1205        20        1036.0000        1017.2255      1.85%
46363.41/2339.16	c      2339          28382        1209        20        1036.0000        1017.2326      1.84%
46463.40/2344.21	c      2344          28404        1215        20        1036.0000        1017.2351      1.84%
46562.55/2349.26	c      2349          28443        1228        20        1036.0000        1017.2392      1.84%
46663.70/2354.30	c      2354          28528        1233        20        1036.0000        1017.2603      1.84%
46762.83/2359.37	c      2359          28571        1236        20        1036.0000        1017.2603      1.84%
46862.04/2364.40	c      2364          28621        1236        20        1036.0000        1017.2603      1.84%
46963.20/2369.42	c      2369          28678        1237        20        1036.0000        1017.2685      1.84%
47062.42/2374.45	c      2374          28720        1241        20        1036.0000        1017.2685      1.84%
47163.56/2379.51	c      2380          28807        1242        20        1036.0000        1017.2685      1.84%
47262.69/2384.59	c      2385          28869        1244        20        1036.0000        1017.2781      1.84%
47363.82/2389.65	c      2390          28965        1248        20        1036.0000        1017.2781      1.84%
47462.98/2394.69	c      2395          29088        1245        20        1036.0000        1017.2826      1.84%
47564.11/2399.75	c      2400          29125        1254        20        1036.0000        1017.3251      1.84%
47665.23/2404.82	c      2405          29222        1255        20        1036.0000        1017.3612      1.83%
47764.34/2409.83	c      2410          29301        1262        20        1036.0000        1017.3612      1.83%
47865.42/2414.92	c      2415          29368        1263        20        1036.0000        1017.3703      1.83%
47964.50/2419.97	c      2420          29368        1263        20        1036.0000        1017.3703      1.83%
48063.64/2425.02	c      2425          29445        1266        20        1036.0000        1017.3703      1.83%
48165.96/2430.07	c      2430          29540        1269        20        1036.0000        1017.3703      1.83%
48264.90/2435.11	c      2435          29572        1275        20        1036.0000        1017.3945      1.83%
48365.93/2440.18	c      2440          29632        1281        20        1036.0000        1017.4145      1.83%
48466.12/2445.22	c      2445          29678        1289        20        1036.0000        1017.4556      1.82%
48565.26/2450.29	c      2450          29736        1299        20        1036.0000        1017.4676      1.82%
48666.40/2455.33	c      2455          29804        1295        20        1036.0000        1017.4676      1.82%
48765.59/2460.38	c      2460          29908        1295        20        1036.0000        1017.4676      1.82%
48866.74/2465.43	c      2465          29965        1302        20        1036.0000        1017.4742      1.82%
48965.82/2470.48	c      2470          30038        1303        20        1036.0000        1017.4899      1.82%
49066.94/2475.53	c      2476          30108        1305        20        1036.0000        1017.4899      1.82%
49166.12/2480.56	c      2481          30149        1322        20        1036.0000        1017.4937      1.82%
49267.26/2485.61	c      2486          30198        1327        20        1036.0000        1017.4937      1.82%
49366.39/2490.68	c      2491          30258        1327        20        1036.0000        1017.5078      1.82%
49467.50/2495.71	c      2496          30328        1333        20        1036.0000        1017.5129      1.82%
49566.65/2500.72	c      2501          30341        1338        20        1036.0000        1017.5129      1.82%
49665.81/2505.74	c      2506          30362        1341        20        1036.0000        1017.5281      1.82%
49766.90/2510.84	c      2511          30394        1345        20        1036.0000        1017.5281      1.82%
49868.05/2515.91	c      2516          30441        1350        20        1036.0000        1017.5444      1.81%
49967.17/2520.94	c      2521          30522        1353        20        1036.0000        1017.5444      1.81%
50066.24/2526.04	c      2526          30538        1351        20        1036.0000        1017.5665      1.81%
50165.40/2531.06	c      2531          30578        1357        20        1036.0000        1017.5691      1.81%
50267.46/2536.09	c      2536          30608        1363        20        1036.0000        1017.6079      1.81%
50368.68/2541.17	c      2541          30680        1365        20        1036.0000        1017.6079      1.81%
50468.76/2546.24	c      2546          30757        1370        20        1036.0000        1017.6093      1.81%
50567.95/2551.30	c      2551          30824        1371        20        1036.0000        1017.6093      1.81%
50669.13/2556.34	c      2556          30947        1370        20        1036.0000        1017.6093      1.81%
50768.28/2561.39	c      2561          31028        1371        20        1036.0000        1017.6146      1.81%
50869.41/2566.44	c      2566          31068        1375        20        1036.0000        1017.6177      1.81%
50970.61/2571.51	c      2572          31093        1384        20        1036.0000        1017.6269      1.81%
51069.75/2576.55	c      2577          31208        1389        20        1036.0000        1017.6308      1.81%
51168.91/2581.58	c      2582          31232        1397        20        1036.0000        1017.6318      1.80%
51269.99/2586.60	c      2587          31321        1404        20        1036.0000        1017.6515      1.80%
51369.15/2591.61	c      2592          31378        1409        20        1036.0000        1017.6919      1.80%
51468.23/2596.65	c      2597          31395        1418        20        1036.0000        1017.7007      1.80%
51567.37/2601.66	c      2602          31440        1419        20        1036.0000        1017.7107      1.80%
51670.47/2606.81	c      2607          31543        1420        20        1036.0000        1017.7107      1.80%
51769.64/2611.84	c      2612          31608        1423        20        1036.0000        1017.7203      1.80%
51870.78/2616.96	c      2617          31628        1429        20        1036.0000        1017.7203      1.80%
51969.86/2622.02	c      2622          31712        1433        20        1036.0000        1017.7288      1.80%
52069.00/2627.05	c      2627          31801        1434        20        1036.0000        1017.7288      1.80%
52171.29/2632.11	c      2632          31877        1438        20        1036.0000        1017.7383      1.79%
52272.36/2637.18	c      2637          31928        1435        20        1036.0000        1017.7411      1.79%
52372.37/2642.22	c      2642          31928        1435        20        1036.0000        1017.7411      1.79%
52471.54/2647.25	c      2647          31998        1439        20        1036.0000        1017.7473      1.79%
52572.69/2652.32	c      2652          32074        1445        20        1036.0000        1017.7473      1.79%
52671.77/2657.37	c      2657          32185        1446        20        1036.0000        1017.7473      1.79%
52772.94/2662.42	c      2662          32303        1446        20        1036.0000        1017.7473      1.79%
52872.06/2667.48	c      2667          32349        1450        20        1036.0000        1017.7615      1.79%
52973.26/2672.51	c      2673          32398        1453        20        1036.0000        1017.7722      1.79%
53072.32/2677.58	c      2678          32439        1458        20        1036.0000        1017.7748      1.79%
53173.46/2682.64	c      2683          32484        1463        20        1036.0000        1017.7748      1.79%
53272.55/2687.68	c      2688          32560        1461        20        1036.0000        1017.7748      1.79%
53373.53/2692.73	c      2693          32589        1468        20        1036.0000        1017.8050      1.79%
53472.67/2697.78	c      2698          32625        1468        20        1036.0000        1017.8050      1.79%
53573.75/2702.83	c      2703          32642        1469        20        1036.0000        1017.8050      1.79%
53672.86/2707.86	c      2708          32659        1472        20        1036.0000        1017.8248      1.79%
53773.95/2712.93	c      2713          32678        1471        20        1036.0000        1017.8273      1.79%
53873.07/2717.98	c      2718          32764        1479        20        1036.0000        1017.8273      1.79%
53972.13/2723.03	c      2723          32880        1479        20        1036.0000        1017.8273      1.79%
54074.34/2728.08	c      2728          32911        1480        20        1036.0000        1017.8300      1.79%
54173.65/2733.14	c      2733          32970        1481        20        1036.0000        1017.8307      1.79%
54274.76/2738.18	c      2738          32998        1491        20        1036.0000        1017.8425      1.78%
54374.64/2743.23	c      2743          33063        1496        20        1036.0000        1017.8425      1.78%
54473.73/2748.28	c      2748          33158        1493        20        1036.0000        1017.8541      1.78%
54574.86/2753.31	c      2753          33179        1498        20        1036.0000        1017.8590      1.78%
54673.97/2758.33	c      2758          33270        1505        20        1036.0000        1017.8590      1.78%
54773.06/2763.37	c      2763          33370        1511        20        1036.0000        1017.8590      1.78%
54874.16/2768.49	c      2768          33487        1512        20        1036.0000        1017.8590      1.78%
54975.25/2773.52	c      2774          33519        1512        20        1036.0000        1017.8687      1.78%
55074.21/2778.57	c      2779          33603        1516        20        1036.0000        1017.8687      1.78%
55173.36/2783.58	c      2784          33653        1516        20        1036.0000        1017.8687      1.78%
55274.47/2788.68	c      2789          33755        1514        20        1036.0000        1017.8687      1.78%
55375.62/2793.72	c      2794          33863        1518        20        1036.0000        1017.8710      1.78%
55474.64/2798.79	c      2799          33963        1514        20        1036.0000        1017.8710      1.78%
55575.71/2803.81	c      2804          34048        1517        20        1036.0000        1017.8710      1.78%
55674.82/2808.88	c      2809          34156        1515        20        1036.0000        1017.8710      1.78%
55776.00/2813.95	c      2814          34248        1517        20        1036.0000        1017.8710      1.78%
55875.12/2819.00	c      2819          34354        1517        20        1036.0000        1017.8710      1.78%
55974.29/2824.06	c      2824          34448        1519        20        1036.0000        1017.9033      1.78%
56076.49/2829.09	c      2829          34498        1523        20        1036.0000        1017.9056      1.78%
56177.49/2834.16	c      2834          34594        1527        20        1036.0000        1017.9056      1.78%
56277.49/2839.21	c      2839          34692        1533        20        1036.0000        1017.9056      1.78%
56376.62/2844.26	c      2844          34701        1534        20        1036.0000        1017.9059      1.78%
56477.73/2849.31	c      2849          34716        1539        20        1036.0000        1017.9059      1.78%
56576.89/2854.36	c      2854          34778        1537        20        1036.0000        1017.9086      1.78%
56678.03/2859.42	c      2859          34848        1543        20        1036.0000        1017.9219      1.78%
56777.17/2864.46	c      2864          34905        1552        20        1036.0000        1017.9219      1.78%
56876.32/2869.49	c      2869          34934        1557        20        1036.0000        1017.9309      1.78%
56977.44/2874.57	c      2875          35049        1552        20        1036.0000        1017.9309      1.78%
57078.54/2879.64	c      2880          35118        1561        20        1036.0000        1017.9413      1.77%
57177.70/2884.67	c      2885          35220        1569        20        1036.0000        1017.9413      1.77%
57276.88/2889.69	c      2890          35337        1566        20        1036.0000        1017.9413      1.77%
57378.02/2894.74	c      2895          35408        1561        20        1036.0000        1017.9769      1.77%
57479.17/2899.82	c      2900          35508        1569        20        1036.0000        1017.9944      1.77%
57580.31/2904.90	c      2905          35533        1578        20        1036.0000        1017.9944      1.77%
57679.37/2909.95	c      2910          35621        1582        20        1036.0000        1017.9944      1.77%
57778.50/2915.00	c      2915          35654        1589        20        1036.0000        1017.9947      1.77%
57877.65/2920.05	c      2920          35734        1599        20        1036.0000        1018.0004      1.77%
57979.85/2925.07	c      2925          35738        1599        20        1036.0000        1018.0103      1.77%
58079.06/2930.14	c      2930          35813        1604        20        1036.0000        1018.0103      1.77%
58179.90/2935.15	c      2935          35845        1604        20        1036.0000        1018.0103      1.77%
58279.22/2940.18	c      2940          35871        1610        20        1036.0000        1018.0255      1.77%
58379.12/2945.20	c      2945          35922        1607        20        1036.0000        1018.0255      1.77%
58478.12/2950.21	c      2950          35982        1609        20        1036.0000        1018.0256      1.77%
58577.28/2955.25	c      2955          36021        1616        20        1036.0000        1018.0375      1.76%
58680.39/2960.45	c      2960          36096        1621        20        1036.0000        1018.0375      1.76%
58781.51/2965.53	c      2966          36148        1617        20        1036.0000        1018.0442      1.76%
58880.64/2970.55	c      2971          36198        1623        20        1036.0000        1018.0914      1.76%
58981.74/2975.63	c      2976          36258        1629        20        1036.0000        1018.0914      1.76%
59080.79/2980.68	c      2981          36342        1633        20        1036.0000        1018.0920      1.76%
59181.91/2985.73	c      2986          36407        1634        20        1036.0000        1018.0920      1.76%
59281.11/2990.78	c      2991          36478        1643        20        1036.0000        1018.1375      1.75%
59382.28/2995.82	c      2996          36496        1647        20        1036.0000        1018.1375      1.75%
59481.42/3000.88	c      3001          36533        1652        20        1036.0000        1018.1519      1.75%
59582.57/3005.93	c      3006          36618        1647        20        1036.0000        1018.1644      1.75%
59681.75/3010.99	c      3011          36618        1647        20        1036.0000        1018.1644      1.75%
59780.86/3016.00	c      3016          36691        1650        20        1036.0000        1018.1644      1.75%
59883.03/3021.09	c      3021          36763        1652        20        1036.0000        1018.1644      1.75%
59982.03/3026.11	c      3026          36838        1659        20        1036.0000        1018.1758      1.75%
60084.19/3031.22	c      3031          36882        1661        20        1036.0000        1018.2023      1.75%
60183.35/3036.26	c      3036          36970        1665        20        1036.0000        1018.2023      1.75%
60284.43/3041.30	c      3041          37101        1664        20        1036.0000        1018.2023      1.75%
60383.60/3046.38	c      3046          37174        1665        20        1036.0000        1018.2063      1.75%
60484.72/3051.44	c      3051          37248        1663        20        1036.0000        1018.2093      1.75%
60583.84/3056.45	c      3056          37298        1667        20        1036.0000        1018.2115      1.75%
60682.99/3061.49	c      3061          37375        1672        20        1036.0000        1018.2115      1.75%
60784.12/3066.57	c      3067          37429        1676        20        1036.0000        1018.2132      1.75%
60885.20/3071.64	c      3072          37488        1681        20        1036.0000        1018.2413      1.74%
60984.28/3076.68	c      3077          37518        1683        20        1036.0000        1018.2595      1.74%
61085.34/3081.73	c      3082          37538        1695        20        1036.0000        1018.2808      1.74%
61184.46/3086.78	c      3087          37564        1701        20        1036.0000        1018.2808      1.74%
61285.49/3091.83	c      3092          37635        1700        20        1036.0000        1018.2808      1.74%
61384.73/3096.89	c      3097          37698        1699        20        1036.0000        1018.2954      1.74%
61485.67/3101.93	c      3102          37768        1705        20        1036.0000        1018.3162      1.74%
61584.90/3106.96	c      3107          37795        1710        20        1036.0000        1018.3162      1.74%
61684.12/3111.99	c      3112          37848        1715        20        1036.0000        1018.3216      1.74%
61783.05/3117.00	c      3117          37873        1720        20        1036.0000        1018.3216      1.74%
61885.11/3122.10	c      3122          37951        1720        20        1036.0000        1018.3216      1.74%
61986.48/3127.19	c      3127          38038        1719        20        1036.0000        1018.3216      1.74%
62086.49/3132.24	c      3132          38099        1716        20        1036.0000        1018.3324      1.73%
62185.63/3137.26	c      3137          38164        1725        20        1036.0000        1018.3800      1.73%
62286.78/3142.31	c      3142          38207        1732        20        1036.0000        1018.3872      1.73%
62385.94/3147.39	c      3147          38314        1735        20        1036.0000        1018.3872      1.73%
62487.11/3152.43	c      3152          38360        1739        20        1036.0000        1018.3873      1.73%
62586.31/3157.45	c      3157          38420        1743        20        1036.0000        1018.3873      1.73%
62687.49/3162.54	c      3163          38508        1745        20        1036.0000        1018.4081      1.73%
62786.65/3167.58	c      3168          38594        1741        20        1036.0000        1018.4081      1.73%
62887.80/3172.64	c      3173          38633        1742        20        1036.0000        1018.4235      1.73%
62986.94/3177.70	c      3178          38671        1746        20        1036.0000        1018.4442      1.72%
63088.00/3182.74	c      3183          38748        1747        20        1036.0000        1018.4471      1.72%
63187.11/3187.75	c      3188          38821        1756        20        1036.0000        1018.4546      1.72%
63288.26/3192.82	c      3193          38888        1765        20        1036.0000        1018.4627      1.72%
63387.36/3197.88	c      3198          38920        1771        20        1036.0000        1018.4627      1.72%
63488.53/3202.94	c      3203          39010        1777        20        1036.0000        1018.4654      1.72%
63587.67/3207.99	c      3208          39129        1776        20        1036.0000        1018.4654      1.72%
63686.84/3213.04	c      3213          39257        1774        20        1036.0000        1018.4654      1.72%
63789.19/3218.08	c      3218          39271        1780        20        1036.0000        1018.4728      1.72%
63888.26/3223.15	c      3223          39307        1794        20        1036.0000        1018.4740      1.72%
63989.45/3228.19	c      3228          39406        1801        20        1036.0000        1018.4740      1.72%
64089.48/3233.24	c      3233          39458        1807        20        1036.0000        1018.4947      1.72%
64188.62/3238.26	c      3238          39501        1812        20        1036.0000        1018.4947      1.72%
64289.73/3243.34	c      3243          39558        1811        20        1036.0000        1018.5085      1.72%
64388.85/3248.39	c      3248          39558        1811        20        1036.0000        1018.5085      1.72%
64489.99/3253.45	c      3253          39562        1815        20        1036.0000        1018.5085      1.72%
64589.10/3258.49	c      3258          39565        1816        20        1036.0000        1018.5085      1.72%
64690.27/3263.54	c      3264          39572        1819        20        1036.0000        1018.5106      1.72%
64789.46/3268.55	c      3269          39688        1817        20        1036.0000        1018.5237      1.72%
64888.53/3273.58	c      3274          39720        1823        20        1036.0000        1018.5382      1.71%
64989.71/3278.62	c      3279          39808        1831        20        1036.0000        1018.5472      1.71%
65088.84/3283.66	c      3284          39861        1836        20        1036.0000        1018.5472      1.71%
65188.00/3288.67	c      3289          39905        1838        20        1036.0000        1018.5472      1.71%
65289.17/3293.70	c      3294          39970        1839        20        1036.0000        1018.5472      1.71%
65388.22/3298.75	c      3299          40038        1839        20        1036.0000        1018.5491      1.71%
65491.38/3303.95	c      3304          40082        1845        20        1036.0000        1018.5491      1.71%
65590.54/3309.00	c      3309          40108        1843        20        1036.0000        1018.5491      1.71%
65692.79/3314.06	c      3314          40177        1844        20        1036.0000        1018.5491      1.71%
65791.84/3319.09	c      3319          40258        1841        20        1036.0000        1018.5592      1.71%
65891.12/3324.15	c      3324          40314        1845        20        1036.0000        1018.5592      1.71%
65990.50/3329.17	c      3329          40345        1850        20        1036.0000        1018.5742      1.71%
66092.26/3334.22	c      3334          40468        1847        20        1036.0000        1018.5747      1.71%
66193.42/3339.30	c      3339          40525        1852        20        1036.0000        1018.5747      1.71%
66292.71/3344.36	c      3344          40620        1855        20        1036.0000        1018.5881      1.71%
66393.58/3349.41	c      3349          40708        1857        20        1036.0000        1018.5903      1.71%
66492.73/3354.46	c      3354          40768        1873        20        1036.0000        1018.5931      1.71%
66593.87/3359.52	c      3360          40868        1883        20        1036.0000        1018.6055      1.71%
66692.99/3364.54	c      3365          40926        1885        20        1036.0000        1018.6055      1.71%
66792.16/3369.55	c      3370          40976        1891        20        1036.0000        1018.6055      1.71%
66891.28/3374.59	c      3375          40999        1894        20        1036.0000        1018.6188      1.71%
66994.28/3379.71	c      3380          41066        1903        20        1036.0000        1018.6261      1.71%
67093.45/3384.76	c      3385          41103        1906        20        1036.0000        1018.6374      1.70%
67194.58/3389.81	c      3390          41156        1905        20        1036.0000        1018.6374      1.70%
67293.73/3394.86	c      3395          41205        1906        20        1036.0000        1018.6374      1.70%
67394.88/3399.91	c      3400          41261        1906        20        1036.0000        1018.6374      1.70%
67493.98/3404.96	c      3405          41293        1906        20        1036.0000        1018.6374      1.70%
67593.14/3410.01	c      3410          41313        1906        20        1036.0000        1018.6374      1.70%
67695.24/3415.06	c      3415          41360        1905        20        1036.0000        1018.6374      1.70%
67794.49/3420.07	c      3420          41408        1911        20        1036.0000        1018.6534      1.70%
67893.70/3425.10	c      3425          41411        1914        20        1036.0000        1018.6534      1.70%
67992.68/3430.13	c      3430          41411        1914        20        1036.0000        1018.6534      1.70%
68091.96/3435.16	c      3435          41442        1921        20        1036.0000        1018.6560      1.70%
68192.99/3440.19	c      3440          41527        1922        20        1036.0000        1018.6560      1.70%
68293.02/3445.29	c      3445          41570        1927        20        1036.0000        1018.6752      1.70%
68394.22/3450.39	c      3450          41608        1933        20        1036.0000        1018.6781      1.70%
68495.12/3455.46	c      3455          41648        1937        20        1036.0000        1018.6831      1.70%
68596.27/3460.51	c      3461          41674        1941        20        1036.0000        1018.6831      1.70%
68695.44/3465.56	c      3466          41728        1941        20        1036.0000        1018.6905      1.70%
68796.54/3470.61	c      3471          41811        1952        20        1036.0000        1018.6905      1.70%
68895.69/3475.66	c      3476          41856        1961        20        1036.0000        1018.6924      1.70%
68994.88/3480.69	c      3481          41928        1961        20        1036.0000        1018.6924      1.70%
69096.02/3485.72	c      3486          41967        1970        20        1036.0000        1018.7201      1.70%
69195.18/3490.79	c      3491          42003        1974        20        1036.0000        1018.7259      1.70%
69296.30/3495.81	c      3496          42052        1977        20        1036.0000        1018.7286      1.70%
69397.45/3500.91	c      3501          42066        1985        20        1036.0000        1018.7397      1.69%
69496.60/3505.96	c      3506          42098        1985        20        1036.0000        1018.7438      1.69%
69595.77/3510.99	c      3511          42127        1994        20        1036.0000        1018.7459      1.69%
69698.00/3516.07	c      3516          42187        1998        20        1036.0000        1018.7482      1.69%
69797.11/3521.11	c      3521          42233        2004        20        1036.0000        1018.7486      1.69%
69898.34/3526.16	c      3526          42262        2007        20        1036.0000        1018.7670      1.69%
69997.59/3531.19	c      3531          42324        2011        20        1036.0000        1018.7828      1.69%
70097.37/3536.26	c      3536          42428        2015        20        1036.0000        1018.8064      1.69%
70198.54/3541.31	c      3541          42429        2016        20        1036.0000        1018.8064      1.69%
70297.69/3546.34	c      3546          42432        2019        20        1036.0000        1018.8064      1.69%
70398.85/3551.41	c      3551          42452        2025        20        1036.0000        1018.8295      1.69%
70498.00/3556.46	c      3556          42499        2032        20        1036.0000        1018.8414      1.68%
70598.97/3561.51	c      3562          42530        2033        20        1036.0000        1018.8414      1.68%
70697.98/3566.53	c      3567          42558        2037        20        1036.0000        1018.8491      1.68%
70799.09/3571.61	c      3572          42590        2041        20        1036.0000        1018.8491      1.68%
70898.17/3576.64	c      3577          42648        2041        20        1036.0000        1018.8505      1.68%
70997.34/3581.69	c      3582          42696        2047        20        1036.0000        1018.8505      1.68%
71098.46/3586.74	c      3587          42752        2049        20        1036.0000        1018.8505      1.68%
71197.54/3591.77	c      3592          42782        2053        20        1036.0000        1018.8520      1.68%
71298.64/3596.86	c      3597          42801        2054        20        1036.0000        1018.8520      1.68%
71399.69/3601.91	c      3602          42848        2053        20        1036.0000        1018.8669      1.68%
71498.76/3606.96	c      3607          42872        2059        20        1036.0000        1018.8669      1.68%
71597.86/3612.02	c      3612          42902        2057        20        1036.0000        1018.8669      1.68%
71700.12/3617.07	c      3617          42978        2059        20        1036.0000        1018.8794      1.68%
71799.20/3622.12	c      3622          42998        2063        20        1036.0000        1018.8853      1.68%
71900.26/3627.16	c      3627          43048        2067        20        1036.0000        1018.9031      1.68%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (163775 MiB free)
  memory of node 1: 193531 MiB (182604 MiB free)
  memory of node 2: 193531 MiB (177746 MiB free)
  memory of node 3: 193493 MiB (178444 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-4467310-1723211538/watcher-4467310-1723211538 -o /tmp/evaluation-result-4467310-1723211538/solver-4467310-1723211538 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723211538-534526 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467310-1723211538.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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=534582, runsolver pid=534570
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 1.47 2.70 4.07 7/948 534667
/proc/meminfo: memFree=719186836/790760804 swapFree=131071996/131071996
[pid=534582] ppid=534570 vsize=1517888 memory=100508 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/stat : 534582 (fscip) S 534570 534582 534513 0 -1 1077936128 22605 0 0 0 9 3 0 0 20 0 21 0 87736538 1554317312 25127 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
/proc/534582/statm: 379472 25127 2790 3035 0 65382 0
[pid=534582/tid=534598] ppid=534570 vsize=1517888 memory=8390339637985935414 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534598/stat : 534598 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534601] ppid=534570 vsize=1517888 memory=57906 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534601/stat : 534601 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534602] ppid=534570 vsize=1517888 memory=55216921903569 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534602/stat : 534602 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534604] ppid=534570 vsize=1517888 memory=52983572464199 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534604/stat : 534604 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534607] ppid=534570 vsize=1517888 memory=60684465603260 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534607/stat : 534607 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534610] ppid=534570 vsize=1517888 memory=55182679606333 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534610/stat : 534610 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534620] ppid=534570 vsize=1517888 memory=15258142724327015 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534620/stat : 534620 (fscip) S 534570 534582 534513 0 -1 1077936192 1195 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534622] ppid=534570 vsize=1517888 memory=3978144365637409581 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534622/stat : 534622 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534624] ppid=534570 vsize=1517888 memory=935494 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534624/stat : 534624 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534629] ppid=534570 vsize=1517888 memory=1010165 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534629/stat : 534629 (fscip) S 534570 534582 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534633] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534633/stat : 534633 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534636] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534636/stat : 534636 (fscip) S 534570 534582 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534641] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534641/stat : 534641 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534648] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534648/stat : 534648 (fscip) R 534570 534582 534513 0 -1 4194368 1067 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534651] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534651/stat : 534651 (fscip) S 534570 534582 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534653] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534653/stat : 534653 (fscip) S 534570 534582 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534655] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534655/stat : 534655 (fscip) S 534570 534582 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534657] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534657/stat : 534657 (fscip) S 534570 534582 534513 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534660] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534660/stat : 534660 (fscip) S 534570 534582 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534662] ppid=534570 vsize=1517888 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534662/stat : 534662 (fscip) S 534570 534582 534513 0 -1 1077936192 1195 0 0 0 0 0 0 0 20 0 21 0 87736543 1554317312 25259 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1517888 KiB
Current children cumulated memory: 100508 KiB

[startup+0.233081 s]*
/proc/loadavg: 1.47 2.70 4.07 78/1028 534747
/proc/meminfo: memFree=718143804/790760804 swapFree=131071996/131071996
[pid=534582] ppid=534570 vsize=1805712 memory=359640 CPUtime=1.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/stat : 534582 (fscip) S 534570 534582 534513 0 -1 1077936128 90048 0 0 0 119 62 0 0 20 0 41 0 87736538 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 17 75 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
/proc/534582/statm: 451428 89910 2934 3035 0 176839 0
[pid=534582/tid=534598] ppid=534570 vsize=1805712 memory=8316850467074736180 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534598/stat : 534598 (fscip) R 534570 534582 534513 0 -1 4194368 4012 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534601] ppid=534570 vsize=1805712 memory=57885 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534601/stat : 534601 (fscip) R 534570 534582 534513 0 -1 4194368 4019 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534602] ppid=534570 vsize=1805712 memory=58511161819594 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534602/stat : 534602 (fscip) S 534570 534582 534513 0 -1 1077936192 4225 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534604] ppid=534570 vsize=1805712 memory=55221233648192 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534604/stat : 534604 (fscip) R 534570 534582 534513 0 -1 4194368 4291 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534607] ppid=534570 vsize=1805712 memory=52987884208821 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534607/stat : 534607 (fscip) R 534570 534582 534513 0 -1 4194368 4025 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534610] ppid=534570 vsize=1805712 memory=59619364045879 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534610/stat : 534610 (fscip) R 534570 534582 534513 0 -1 4194368 4288 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534620] ppid=534570 vsize=1805712 memory=13569292864063073 CPUtime=0.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534620/stat : 534620 (fscip) R 534570 534582 534513 0 -1 4194368 4824 0 0 0 8 1 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534622] ppid=534570 vsize=1805712 memory=776340 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534622/stat : 534622 (fscip) R 534570 534582 534513 0 -1 4194368 4236 0 0 0 5 2 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534624] ppid=534570 vsize=1805712 memory=3761407495437529920 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534624/stat : 534624 (fscip) R 534570 534582 534513 0 -1 4194368 3879 0 0 0 5 2 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534629] ppid=534570 vsize=1805712 memory=3905237922886720797 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534629/stat : 534629 (fscip) R 534570 534582 534513 0 -1 4194368 4441 0 0 0 6 2 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534633] ppid=534570 vsize=1805712 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534633/stat : 534633 (fscip) R 534570 534582 534513 0 -1 4194368 4012 0 0 0 5 2 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534636] ppid=534570 vsize=1805712 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534636/stat : 534636 (fscip) R 534570 534582 534513 0 -1 1077936192 4285 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534641] ppid=534570 vsize=1805712 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534641/stat : 534641 (fscip) R 534570 534582 534513 0 -1 1077936192 4290 0 0 0 4 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534648] ppid=534570 vsize=1805712 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534648/stat : 534648 (fscip) R 534570 534582 534513 0 -1 4194368 4006 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534651] ppid=534570 vsize=1805712 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534651/stat : 534651 (fscip) R 534570 534582 534513 0 -1 4194368 4228 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534653] ppid=534570 vsize=1805712 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534653/stat : 534653 (fscip) R 534570 534582 534513 0 -1 4194368 4286 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534655] ppid=534570 vsize=1805712 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534655/stat : 534655 (fscip) R 534570 534582 534513 0 -1 4194368 4227 0 0 0 6 2 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534657] ppid=534570 vsize=1805712 memory=0 CPUtime=0.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534657/stat : 534657 (fscip) R 534570 534582 534513 0 -1 4194368 4080 0 0 0 6 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534660] ppid=534570 vsize=1805712 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534660/stat : 534660 (fscip) R 534570 534582 534513 0 -1 4194368 4286 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534662] ppid=534570 vsize=1805712 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534662/stat : 534662 (fscip) R 534570 534582 534513 0 -1 4194368 4021 0 0 0 5 3 0 0 20 0 41 0 87736543 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534708] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534708/stat : 534708 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534709] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534709/stat : 534709 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534710] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534710/stat : 534710 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534711] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534711/stat : 534711 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534712] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534712/stat : 534712 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534714] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534714/stat : 534714 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534713] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534713/stat : 534713 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534715] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534715/stat : 534715 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534716] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534716/stat : 534716 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534717] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534717/stat : 534717 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534718] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534718/stat : 534718 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534719] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534719/stat : 534719 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534720] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534720/stat : 534720 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534721] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534721/stat : 534721 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534722] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534722/stat : 534722 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534723] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534723/stat : 534723 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534724] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534724/stat : 534724 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534725] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534725/stat : 534725 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534726] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534726/stat : 534726 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534727] ppid=534570 vsize=1805712 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534727/stat : 534727 (fscip) S 534570 534582 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1849049088 89910 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 1805712 KiB
Current children cumulated memory: 359640 KiB

[startup+0.336884 s]*
/proc/loadavg: 1.47 2.70 4.07 67/1028 534747
/proc/meminfo: memFree=717827484/790760804 swapFree=131071996/131071996
[pid=534582] ppid=534570 vsize=1826404 memory=441880 CPUtime=4.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/stat : 534582 (fscip) S 534570 534582 534513 0 -1 1077936128 110457 0 0 0 264 139 0 0 20 0 41 0 87736538 1870237696 110470 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 17 75 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
/proc/534582/statm: 456601 110470 2934 3035 0 197862 0
[pid=534582/tid=534598] ppid=534570 vsize=1826404 memory=7017546533858207575 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534598/stat : 534598 (fscip) R 534570 534582 534513 0 -1 4194368 5099 0 0 0 12 7 0 0 20 0 41 0 87736543 1870237696 110470 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534601] ppid=534570 vsize=1826404 memory=281214594619632 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534601/stat : 534601 (fscip) R 534570 534582 534513 0 -1 4194368 5145 0 0 0 13 7 0 0 20 0 41 0 87736543 1870237696 110470 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534602] ppid=534570 vsize=1826404 memory=34340462562508916 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534602/stat : 534602 (fscip) R 534570 534582 534513 0 -1 4194368 5269 0 0 0 10 8 0 0 20 0 41 0 87736543 1870237696 110470 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534604] ppid=534570 vsize=1826404 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534604/stat : 534604 (fscip) R 534570 534582 534513 0 -1 4194368 5423 0 0 0 13 6 0 0 20 0 41 0 87736543 1870237696 110470 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534607] ppid=534570 vsize=1826404 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534607/stat : 534607 (fscip) R 534570 534582 534513 0 -1 4194368 5082 0 0 0 11 8 0 0 20 0 41 0 87736543 1870237696 110470 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534610] ppid=534570 vsize=1826404 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534610/stat : 534610 (fscip) R 534570 534582 534513 0 -1 4194368 5358 0 0 0 12 7 0 0 20 0 41 0 87736543 1870237696 110470 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534620] ppid=534570 vsize=1826404 memory=27992919332356134 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534620/stat : 534620 (fscip) R 534570 534582 534513 0 -1 4194368 5036 0 0 0 17 1 0 0 20 0 41 0 87736543 1870237696 110470 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534622] ppid=534570 vsize=1826404 memory=57843 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534622/stat : 534622 (fscip) R 534570 534582 534513 0 -1 4194368 5289 0 0 0 12 7 0 0 20 0 41 0 87736543 1870237696 110470 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0

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

/proc/534582/task/534662/stat : 534662 (fscip) R 534570 534582 534513 0 -1 4194368 2189218 0 0 0 355647 240 0 0 20 0 41 0 87736543 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534708] ppid=534570 vsize=8280788 memory=281214595031680 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534708/stat : 534708 (fscip) S 534570 534582 534513 0 -1 1077936192 57 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534709] ppid=534570 vsize=8280788 memory=11636 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534709/stat : 534709 (fscip) S 534570 534582 534513 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534710] ppid=534570 vsize=8280788 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534710/stat : 534710 (fscip) S 534570 534582 534513 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534711] ppid=534570 vsize=8280788 memory=281214596132304 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534711/stat : 534711 (fscip) S 534570 534582 534513 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534712] ppid=534570 vsize=8280788 memory=6935276 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534712/stat : 534712 (fscip) S 534570 534582 534513 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534714] ppid=534570 vsize=8280788 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534714/stat : 534714 (fscip) S 534570 534582 534513 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534713] ppid=534570 vsize=8280788 memory=281214596868064 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534713/stat : 534713 (fscip) S 534570 534582 534513 0 -1 1077936192 133 0 0 0 1 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534715] ppid=534570 vsize=8280788 memory=164 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534715/stat : 534715 (fscip) S 534570 534582 534513 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534716] ppid=534570 vsize=8280788 memory=6935276 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534716/stat : 534716 (fscip) S 534570 534582 534513 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534717] ppid=534570 vsize=8280788 memory=6935044 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534717/stat : 534717 (fscip) S 534570 534582 534513 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534718] ppid=534570 vsize=8280788 memory=1952 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534718/stat : 534718 (fscip) S 534570 534582 534513 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534719] ppid=534570 vsize=8280788 memory=1852 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534719/stat : 534719 (fscip) S 534570 534582 534513 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534720] ppid=534570 vsize=8280788 memory=198340509722 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534720/stat : 534720 (fscip) S 534570 534582 534513 0 -1 1077936192 122 0 0 0 1 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534721] ppid=534570 vsize=8280788 memory=57792 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534721/stat : 534721 (fscip) S 534570 534582 534513 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534722] ppid=534570 vsize=8280788 memory=6740 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534722/stat : 534722 (fscip) S 534570 534582 534513 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534723] ppid=534570 vsize=8280788 memory=20492 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534723/stat : 534723 (fscip) S 534570 534582 534513 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534724] ppid=534570 vsize=8280788 memory=6903796 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534724/stat : 534724 (fscip) S 534570 534582 534513 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534725] ppid=534570 vsize=8280788 memory=6955084 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534725/stat : 534725 (fscip) S 534570 534582 534513 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534726] ppid=534570 vsize=8280788 memory=6957188 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534726/stat : 534726 (fscip) S 534570 534582 534513 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534727] ppid=534570 vsize=8280788 memory=6955084 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534727/stat : 534727 (fscip) S 534570 534582 534513 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 87736555 8479526912 1739297 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
Current children cumulated CPU time: 71011.2 s
Current children cumulated vsize: 8280788 KiB
Current children cumulated memory: 6957188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.2 s]
/proc/loadavg: 80.08 80.15 78.76 63/978 536672
/proc/meminfo: memFree=697349224/790760804 swapFree=131071996/131071996
[pid=534582] ppid=534570 vsize=8282876 memory=6961548 CPUtime=72000.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/stat : 534582 (fscip) S 534570 534582 534513 0 -1 1077936128 30309082 0 0 0 7180325 19697 0 0 20 0 41 0 87736538 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
/proc/534582/statm: 2070719 1740387 3014 3035 0 1971507 0
[pid=534582/tid=534598] ppid=534570 vsize=8282876 memory=6720659961099337063 CPUtime=3602.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534598/stat : 534598 (fscip) R 534570 534582 534513 0 -1 4194368 1196022 0 0 0 360090 146 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534601] ppid=534570 vsize=8282876 memory=5600 CPUtime=3588.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534601/stat : 534601 (fscip) R 534570 534582 534513 0 -1 4194368 2334806 0 0 0 358552 281 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534602] ppid=534570 vsize=8282876 memory=11636 CPUtime=3601.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534602/stat : 534602 (fscip) R 534570 534582 534513 0 -1 4194368 762123 0 0 0 357389 2792 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534604] ppid=534570 vsize=8282876 memory=6720659961099337063 CPUtime=3608.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534604/stat : 534604 (fscip) R 534570 534582 534513 0 -1 4194368 1483294 0 0 0 360699 178 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534607] ppid=534570 vsize=8282876 memory=31988 CPUtime=3601.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534607/stat : 534607 (fscip) R 534570 534582 534513 0 -1 4194368 2289332 0 0 0 359844 258 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534610] ppid=534570 vsize=8282876 memory=28720 CPUtime=3599.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534610/stat : 534610 (fscip) R 534570 534582 534513 0 -1 4194368 717837 0 0 0 357418 2536 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534620] ppid=534570 vsize=8282876 memory=7384 CPUtime=3587.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534620/stat : 534620 (fscip) R 534570 534582 534513 0 -1 4194368 1725874 0 0 0 358572 185 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534622] ppid=534570 vsize=8282876 memory=27608 CPUtime=3608.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534622/stat : 534622 (fscip) R 534570 534582 534513 0 -1 4194368 2433440 0 0 0 360587 297 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534624] ppid=534570 vsize=8282876 memory=3736 CPUtime=3596.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534624/stat : 534624 (fscip) R 534570 534582 534513 0 -1 4194368 636587 0 0 0 356943 2734 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534629] ppid=534570 vsize=8282876 memory=40232 CPUtime=3605.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534629/stat : 534629 (fscip) R 534570 534582 534513 0 -1 4194368 1305376 0 0 0 360348 154 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534633] ppid=534570 vsize=8282876 memory=8072 CPUtime=3600.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534633/stat : 534633 (fscip) R 534570 534582 534513 0 -1 4194368 2754758 0 0 0 359697 323 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534636] ppid=534570 vsize=8282876 memory=3516 CPUtime=3604.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534636/stat : 534636 (fscip) R 534570 534582 534513 0 -1 4194368 725619 0 0 0 357597 2818 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534641] ppid=534570 vsize=8282876 memory=6961252 CPUtime=3602.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534641/stat : 534641 (fscip) R 534570 534582 534513 0 -1 4194368 1406418 0 0 0 360048 167 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534648] ppid=534570 vsize=8282876 memory=11256 CPUtime=3586.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534648/stat : 534648 (fscip) R 534570 534582 534513 0 -1 4194368 2262046 0 0 0 358353 272 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534651] ppid=534570 vsize=8282876 memory=19860 CPUtime=3597.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534651/stat : 534651 (fscip) R 534570 534582 534513 0 -1 4194368 617589 0 0 0 356481 3235 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534653] ppid=534570 vsize=8282876 memory=31988 CPUtime=3605.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534653/stat : 534653 (fscip) R 534570 534582 534513 0 -1 4194368 1470964 0 0 0 360335 176 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534655] ppid=534570 vsize=8282876 memory=28720 CPUtime=3596.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534655/stat : 534655 (fscip) R 534570 534582 534513 0 -1 4194368 2097265 0 0 0 359389 252 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534657] ppid=534570 vsize=8282876 memory=7384 CPUtime=3604.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534657/stat : 534657 (fscip) R 534570 534582 534513 0 -1 4194368 568087 0 0 0 357963 2454 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534660] ppid=534570 vsize=8282876 memory=27608 CPUtime=3594.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534660/stat : 534660 (fscip) R 534570 534582 534513 0 -1 4194368 1290645 0 0 0 359277 146 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534662] ppid=534570 vsize=8282876 memory=3736 CPUtime=3608.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534662/stat : 534662 (fscip) R 534570 534582 534513 0 -1 4194368 2220081 0 0 0 360603 242 0 0 20 0 41 0 87736543 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534708] ppid=534570 vsize=8282876 memory=40232 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534708/stat : 534708 (fscip) S 534570 534582 534513 0 -1 1077936192 57 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534709] ppid=534570 vsize=8282876 memory=8072 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534709/stat : 534709 (fscip) S 534570 534582 534513 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534710] ppid=534570 vsize=8282876 memory=3516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534710/stat : 534710 (fscip) S 534570 534582 534513 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534711] ppid=534570 vsize=8282876 memory=2300 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534711/stat : 534711 (fscip) S 534570 534582 534513 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534712] ppid=534570 vsize=8282876 memory=1692 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534712/stat : 534712 (fscip) S 534570 534582 534513 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534714] ppid=534570 vsize=8282876 memory=14956 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534714/stat : 534714 (fscip) S 534570 534582 534513 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534713] ppid=534570 vsize=8282876 memory=28008 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534713/stat : 534713 (fscip) S 534570 534582 534513 0 -1 1077936192 133 0 0 0 1 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534715] ppid=534570 vsize=8282876 memory=6960636 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534715/stat : 534715 (fscip) S 534570 534582 534513 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534716] ppid=534570 vsize=8282876 memory=1952 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534716/stat : 534716 (fscip) S 534570 534582 534513 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534717] ppid=534570 vsize=8282876 memory=1852 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534717/stat : 534717 (fscip) S 534570 534582 534513 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534718] ppid=534570 vsize=8282876 memory=33108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534718/stat : 534718 (fscip) S 534570 534582 534513 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534719] ppid=534570 vsize=8282876 memory=16108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534719/stat : 534719 (fscip) S 534570 534582 534513 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534720] ppid=534570 vsize=8282876 memory=6961100 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534720/stat : 534720 (fscip) S 534570 534582 534513 0 -1 1077936192 122 0 0 0 1 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534721] ppid=534570 vsize=8282876 memory=52808 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534721/stat : 534721 (fscip) S 534570 534582 534513 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534722] ppid=534570 vsize=8282876 memory=18468 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534722/stat : 534722 (fscip) S 534570 534582 534513 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534723] ppid=534570 vsize=8282876 memory=20448 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534723/stat : 534723 (fscip) S 534570 534582 534513 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534724] ppid=534570 vsize=8282876 memory=5600 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534724/stat : 534724 (fscip) S 534570 534582 534513 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534725] ppid=534570 vsize=8282876 memory=11636 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534725/stat : 534725 (fscip) S 534570 534582 534513 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534726] ppid=534570 vsize=8282876 memory=13892 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534726/stat : 534726 (fscip) S 534570 534582 534513 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
[pid=534582/tid=534727] ppid=534570 vsize=8282876 memory=11268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534582/task/534727/stat : 534727 (fscip) S 534570 534582 534513 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 87736555 8481665024 1740387 809668444160 4194304 16622877 140733162630976 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 25808896 140733162636265 140733162636381 140733162636381 140733162643407 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 8282876 KiB
Current children cumulated memory: 6961548 KiB

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

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

# cumulated CPU time of all completed processes:  user=71803.5 s, system=197.228 s

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

[startup+3632.42 s]
/proc/loadavg: 80.08 80.15 78.76 43/941 536681
/proc/meminfo: memFree=700239168/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): 3632.46
CPU time (s): 72000.7
CPU user time (s): 71803.5
CPU system time (s): 197.228
CPU usage (%): 1982.15
Max. virtual memory (cumulated for all children) (KiB): 8282876
Max. memory (cumulated for all children) (KiB): 6961548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71803.5
system time used= 197.228
maximum resident set size= 6961548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30309084
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= 284090
involuntary context switches= 252371


# summary of solver processes directly reported to runsolver:
#   pid: 534582
#   total CPU time (s): 72000.7
#   total CPU user time (s): 71803.5
#   total CPU system time (s): 197.228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.6146 second user time and 129.167 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-09 15:52:18
IDJOB=4467310
IDBENCH=147523
IDSOLVER=3097
FILE ID=nodeD103/4467310-1723211538
RUNJOBID= nodeD103-1723211538-534526
SLURM_JOB_ID= 8266898
Free space on /tmp= 8586756 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_5.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-4467310-1723211538/watcher-4467310-1723211538 -o /tmp/evaluation-result-4467310-1723211538/solver-4467310-1723211538 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723211538-534526 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467310-1723211538.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= fd68547584ae9b6527d66061061fb773
RANDOM SEED=923779158

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        719434868 kB
MemAvailable:   783348440 kB
Buffers:          922340 kB
Cached:         65795656 kB
SwapCached:            0 kB
Active:          9259160 kB
Inactive:       57864212 kB
Active(anon):       2036 kB
Inactive(anon):   434568 kB
Active(file):    9257124 kB
Inactive(file): 57429644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112080 kB
Writeback:            36 kB
AnonPages:        403576 kB
Mapped:            97728 kB
Shmem:             30728 kB
KReclaimable:    1293040 kB
Slab:            1803196 kB
SReclaimable:    1293040 kB
SUnreclaim:       510156 kB
KernelStack:       14832 kB
PageTables:        12428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1362368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           796032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:      600064 kB
DirectMap2M:    71200768 kB
DirectMap1G:    734003200 kB

Free space on /tmp at the end= 8586668 MiB
End job on nodeD103 at 2024-08-09 16:52:51