Trace number 4465207

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.6 3630.37

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_43.opb.PB06.opb
MD5SUM814b6c4383076cbdda85b96364bc781d
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
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
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 1968
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 1968
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 1968
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 32546816, getVmSize() = 32546816, SCIPgetMemUsed() = 8872938, SCIPgetMemTotal() = 10624578, SCIPgetMemExternEstim() = 5427093
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 = 22010863, getVmSize() = 42405888, SCIPgetMemUsed() = 10381999, SCIPgetMemTotal() = 19024807, SCIPgetMemExternEstim() = 5427093
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-4465207-1722446614
0.00/0.05	c   Variables        : 1968 (1968 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        : 1531 (1531 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 2987
0.00/0.05	c Constraints        : Number
0.00/0.05	c   setppc           : 2987 
0.00/0.05	c ** Instance transfer method used: 0
0.00/0.06	c ** ParaScipInstance copy does not increase the number of variables. **
0.11/0.16	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.11/0.16	c                                Nodes    Active                                            
0.11/0.16	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.11/0.18	c *       0              0           1        20        1745.0000                -          -
1.36/0.26	c *       0              0           1        20        1176.0000                -          -
1.36/0.27	c *       0              0           1        20        1081.0000                -          -
1.36/0.31	c *       0              0           1        20        1069.0000                -          -
86.80/4.61	c *       5          17300         263        20        1066.0000         215.0000    395.81%
88.69/4.75	c *       5          17300         263        20        1064.0000         215.0000    394.88%
92.62/4.90	c *       5          17300         263        20        1062.0000         215.0000    393.95%
95.04/5.05	c *       5          17300         263        20        1060.0000         215.0000    393.02%
95.04/5.05	c         5          17300         263        20        1060.0000         215.0000    393.02%
97.04/5.18	c *       5          17300         263        20        1058.0000         215.0000    392.09%
100.46/5.37	c *       5          17300         263        20        1056.0000         215.0000    391.16%
104.58/5.57	c *       6          18044         307        20        1055.0000         215.0000    390.70%
104.58/5.58	c *       6          21186         257        20        1054.0000         215.0000    390.23%
108.35/5.71	c *       6          21186         257        20        1053.0000         215.0000    389.77%
110.44/5.84	c *       6          21186         257        20        1052.0000         215.0000    389.30%
110.44/5.88	c *       6          21186         257        20        1051.0000         215.0000    388.84%
118.31/6.25	c *       6          21186         257        20        1050.0000         215.0000    388.37%
141.97/7.48	c *       7          21335         256        20        1049.0000         215.0000    387.91%
143.94/7.53	c *       8          21335         256        20        1042.0000         215.0000    384.65%
203.37/10.54	c        11              3           2        20        1042.0000        1006.1500      3.56%
239.08/12.31	c *      12              3           4        20        1041.0000        1006.1500      3.46%
243.04/12.58	c *      13              3           4        20        1040.0000        1006.1500      3.36%
249.00/12.86	c *      13              3           4        20        1039.0000        1006.1500      3.26%
256.90/13.22	c *      13              3           4        20        1038.0000        1006.1500      3.17%
268.80/13.89	c *      14              2           1        20        1037.0000        1007.7217      2.91%
304.26/15.69	c        16              2           1        20        1037.0000        1007.9740      2.88%
320.00/16.45	c *      16              2           1        20        1036.0000        1007.9740      2.78%
404.92/20.78	c        21              4           3        20        1036.0000        1008.5573      2.72%
505.78/25.80	c        26              6           5        20        1036.0000        1008.5573      2.72%
604.97/30.89	c        31              9           8        20        1036.0000        1008.5573      2.72%
706.13/35.98	c        36             25          24        20        1036.0000        1008.6667      2.71%
807.91/41.03	c        41             57          42        20        1036.0000        1008.6667      2.71%
907.29/46.08	c        46            164          55        20        1036.0000        1008.8121      2.70%
1006.30/51.12	c        51            192          71        20        1036.0000        1009.3044      2.64%
1107.64/56.16	c        56            252          97        20        1036.0000        1010.4844      2.53%
1208.10/61.24	c        61            280         115        20        1036.0000        1010.5474      2.52%
1307.38/66.27	c        66            352         131        20        1036.0000        1010.9695      2.48%
1408.60/71.30	c        71            420         147        20        1036.0000        1011.1191      2.46%
1507.80/76.37	c        76            502         157        20        1036.0000        1011.2585      2.45%
1609.05/81.42	c        81            559         164        20        1036.0000        1011.3827      2.43%
1708.32/86.47	c        86            602         169        20        1036.0000        1011.3953      2.43%
1807.61/91.49	c        91            147          92        20        1036.0000        1011.6750      2.40%
1908.74/96.57	c        97            156         101        20        1036.0000        1011.9318      2.38%
2009.91/101.62	c       102            169         114        20        1036.0000        1011.9318      2.38%
2109.04/106.67	c       107            180         125        20        1036.0000        1012.1154      2.36%
2208.25/111.69	c       112            265         130        20        1036.0000        1012.1154      2.36%
2309.34/116.71	c       117            334         131        20        1036.0000        1012.1154      2.36%
2410.46/121.82	c       122            429         140        20        1036.0000        1012.3230      2.34%
2509.55/126.87	c       127            538         137        20        1036.0000        1013.0840      2.26%
2610.69/131.91	c       132            645         138        20        1036.0000        1013.0840      2.26%
2709.98/136.96	c       137            723         144        20        1036.0000        1013.2649      2.24%
2809.26/141.98	c       142            752         143        20        1036.0000        1013.5734      2.21%
2911.04/147.06	c       147            824         145        20        1036.0000        1013.6069      2.21%
3010.26/152.08	c       152            901         154        20        1036.0000        1013.6069      2.21%
3111.29/157.15	c       157            957         162        20        1036.0000        1013.6069      2.21%
3211.87/162.21	c       162           1012         161        20        1036.0000        1013.7302      2.20%
3311.11/167.24	c       167           1053         174        20        1036.0000        1013.9422      2.18%
3410.35/172.26	c       172           1142         177        20        1036.0000        1014.2332      2.15%
3511.60/177.36	c       177           1214         181        20        1036.0000        1014.2332      2.15%
3612.79/182.41	c       182           1295         184        20        1036.0000        1014.3779      2.13%
3711.99/187.45	c       187           1315         192        20        1036.0000        1014.4629      2.12%
3813.23/192.51	c       193           1404         199        20        1036.0000        1014.4629      2.12%
3912.53/197.56	c       198           1443         200        20        1036.0000        1014.5877      2.11%
4013.81/202.63	c       203           1509         198        20        1036.0000        1014.5877      2.11%
4113.11/207.67	c       208           1622         205        20        1036.0000        1014.7439      2.09%
4212.36/212.69	c       213           1622         205        20        1036.0000        1014.7439      2.09%
4313.62/217.77	c       218           1730         207        20        1036.0000        1014.8002      2.09%
4414.83/222.82	c       223           1789         214        20        1036.0000        1014.8292      2.09%
4514.09/227.87	c       228           1883         214        20        1036.0000        1014.8292      2.09%
4615.19/232.92	c       233           1939         218        20        1036.0000        1014.8339      2.09%
4714.47/237.97	c       238           2037         222        20        1036.0000        1014.8705      2.08%
4816.08/243.02	c       243           2086         229        20        1036.0000        1014.8705      2.08%
4915.36/248.08	c       248           2086         229        20        1036.0000        1014.8705      2.08%
5016.62/253.13	c       253           2086         229        20        1036.0000        1014.8705      2.08%
5115.61/258.18	c       258           2093           2        20        1036.0000        1014.8705      2.08%
5216.17/263.22	c       263           2142          29        20        1036.0000        1014.8705      2.08%
5315.45/268.28	c       268           2174          39        20        1036.0000        1014.8705      2.08%
5416.70/273.31	c       273           2199          46        20        1036.0000        1014.8705      2.08%
5515.95/278.36	c       278           2243          54        20        1036.0000        1014.8705      2.08%
5617.15/283.43	c       283           2331          64        20        1036.0000        1014.8705      2.08%
5716.32/288.48	c       288           2354          65        20        1036.0000        1014.8705      2.08%
5817.47/293.53	c       294           2438          73        20        1036.0000        1014.8705      2.08%
5916.74/298.57	c       299           2531          74        20        1036.0000        1014.8705      2.08%
6017.91/303.64	c       304           2581          80        20        1036.0000        1014.8705      2.08%
6116.98/308.69	c       309           4089         111        20        1036.0000        1014.9375      2.08%
6218.16/313.74	c       314           4112         120        20        1036.0000        1014.9903      2.07%
6317.33/318.78	c       319           4209         119        20        1036.0000        1014.9903      2.07%
6418.51/323.81	c       324           2814         103        20        1036.0000        1015.0953      2.06%
6519.68/328.90	c       329           4359         123        20        1036.0000        1015.2118      2.05%
6618.89/333.95	c       334           3002         109        20        1036.0000        1015.4299      2.03%
6718.11/339.00	c       339           4529         137        20        1036.0000        1015.5368      2.02%
6819.80/344.05	c       344           3092         121        20        1036.0000        1015.6222      2.01%
6918.98/349.10	c       349           4679         147        20        1036.0000        1015.7052      2.00%
7020.38/354.15	c       354           4761         153        20        1036.0000        1015.7162      2.00%
7120.73/359.20	c       359           4822         160        20        1036.0000        1015.7205      2.00%
7219.83/364.26	c       364           4900         164        20        1036.0000        1015.8567      1.98%
7318.92/369.27	c       369           4989         167        20        1036.0000        1015.8737      1.98%
7420.06/374.35	c       374           5050         176        20        1036.0000        1015.9518      1.97%
7521.28/379.42	c       379           5115         179        20        1036.0000        1016.1202      1.96%
7620.49/384.44	c       384           5209         185        20        1036.0000        1016.1273      1.96%
7719.72/389.47	c       389           5241         191        20        1036.0000        1016.1273      1.96%
7820.87/394.53	c       395           5335         195        20        1036.0000        1016.1273      1.96%
7922.14/399.62	c       400           5422         194        20        1036.0000        1016.1273      1.96%
8021.21/404.67	c       405           5560         194        20        1036.0000        1016.1412      1.95%
8122.36/409.75	c       410           5609         199        20        1036.0000        1016.1726      1.95%
8223.52/414.82	c       415           5662         204        20        1036.0000        1016.1726      1.95%
8322.69/419.86	c       420           5749         209        20        1036.0000        1016.2932      1.94%
8423.87/424.91	c       425           5799         215        20        1036.0000        1016.3753      1.93%
8523.15/429.97	c       430           5832         222        20        1036.0000        1016.3926      1.93%
8622.37/435.02	c       435           5919         225        20        1036.0000        1016.3989      1.93%
8724.26/440.07	c       440           5936         230        20        1036.0000        1016.3989      1.93%
8823.59/445.12	c       445           6029         233        20        1036.0000        1016.4504      1.92%
8924.65/450.17	c       450           6139         235        20        1036.0000        1016.4601      1.92%
9025.14/455.22	c       455           6191         241        20        1036.0000        1016.4636      1.92%
9124.38/460.25	c       460           6245         247        20        1036.0000        1016.5574      1.91%
9225.63/465.32	c       465           6289         251        20        1036.0000        1016.6220      1.91%
9324.88/470.38	c       470           6310         256        20        1036.0000        1016.6355      1.90%
9426.14/475.43	c       475           6379         261        20        1036.0000        1016.6435      1.90%
9525.39/480.48	c       480           6408         264        20        1036.0000        1016.6435      1.90%
9626.63/485.53	c       486           6479         265        20        1036.0000        1016.6800      1.90%
9725.88/490.56	c       491           4886         233        20        1036.0000        1016.7715      1.89%
9827.07/495.63	c       496           4893         234        20        1036.0000        1016.8488      1.88%
9926.37/500.68	c       501           4961         238        20        1036.0000        1016.8488      1.88%
10027.37/505.74	c       506           5026         239        20        1036.0000        1016.8488      1.88%
10128.64/510.80	c       511           5089         238        20        1036.0000        1016.8488      1.88%
10227.90/515.85	c       516           5160         239        20        1036.0000        1016.8488      1.88%
10329.15/520.90	c       521           5202         243        20        1036.0000        1016.9060      1.88%
10428.34/525.95	c       526           5258         251        20        1036.0000        1016.9181      1.88%
10527.33/531.00	c       531           7009         297        20        1036.0000        1017.0540      1.86%
10626.55/536.02	c       536           7029         301        20        1036.0000        1017.0832      1.86%
10728.53/541.10	c       541           7049         309        20        1036.0000        1017.1325      1.85%
10829.69/546.15	c       546           7102         314        20        1036.0000        1017.1325      1.85%
10928.91/551.17	c       551           7189         319        20        1036.0000        1017.1500      1.85%
11029.21/556.24	c       556           7249         321        20        1036.0000        1017.1975      1.85%
11128.38/561.28	c       561           7329         325        20        1036.0000        1017.3095      1.84%
11229.65/566.35	c       566           7349         329        20        1036.0000        1017.3301      1.84%
11330.93/571.40	c       571           7402         332        20        1036.0000        1017.3301      1.84%
11430.15/576.44	c       576           7485         333        20        1036.0000        1017.3301      1.84%
11531.35/581.50	c       582           7529         335        20        1036.0000        1017.3643      1.83%
11630.55/586.55	c       587           7553         339        20        1036.0000        1017.4420      1.82%
11731.73/591.60	c       592           7614         338        20        1036.0000        1017.4420      1.82%
11830.93/596.60	c       597           7681         339        20        1036.0000        1017.4420      1.82%
11930.11/601.70	c       602           7756         344        20        1036.0000        1017.4420      1.82%
12031.07/606.72	c       607           7798         340        20        1036.0000        1017.4420      1.82%
12132.23/611.81	c       612           7874         346        20        1036.0000        1017.4987      1.82%
12231.39/616.83	c       617           7929         347        20        1036.0000        1017.5076      1.82%
12332.45/621.91	c       622           8019         347        20        1036.0000        1017.5076      1.82%
12431.67/626.97	c       627           8079         351        20        1036.0000        1017.5338      1.81%
12530.88/632.02	c       632           8090         358        20        1036.0000        1017.6017      1.81%
12632.80/637.07	c       637           8159         361        20        1036.0000        1017.6017      1.81%
12731.93/642.10	c       642           8243         363        20        1036.0000        1017.6017      1.81%
12833.21/647.18	c       647           6399         340        20        1036.0000        1017.6265      1.81%
12933.55/652.23	c       652           8369         367        20        1036.0000        1017.6322      1.80%
13032.58/657.25	c       657           8415         371        20        1036.0000        1017.6322      1.80%
13131.80/662.29	c       662           6562         341        20        1036.0000        1017.7028      1.80%
13232.99/667.38	c       667           6598         351        20        1036.0000        1017.7398      1.79%
13334.21/672.43	c       672           6672         353        20        1036.0000        1017.7398      1.79%
13433.46/677.46	c       677           6694         361        20        1036.0000        1017.7461      1.79%
13534.69/682.53	c       683           6775         356        20        1036.0000        1017.7461      1.79%
13633.93/687.56	c       688           8762         400        20        1036.0000        1017.7846      1.79%
13733.17/692.56	c       693           8810         402        20        1036.0000        1017.8065      1.79%
13832.41/697.57	c       698           8863         407        20        1036.0000        1017.8864      1.78%
13931.59/702.59	c       703           8943         405        20        1036.0000        1017.8864      1.78%
14032.69/707.64	c       708           8989         411        20        1036.0000        1017.9226      1.78%
14133.83/712.71	c       713           7082         383        20        1036.0000        1017.9316      1.78%
14235.02/717.80	c       718           7157         390        20        1036.0000        1017.9453      1.77%
14334.25/722.85	c       723           7224         399        20        1036.0000        1018.0038      1.77%
14435.43/727.90	c       728           7307         408        20        1036.0000        1018.0589      1.76%
14534.64/732.95	c       733           7418         405        20        1036.0000        1018.0589      1.76%
14633.85/738.00	c       738           7539         402        20        1036.0000        1018.0589      1.76%
14735.69/743.05	c       743           7648         407        20        1036.0000        1018.0589      1.76%
14834.90/748.08	c       748           7712         409        20        1036.0000        1018.0972      1.76%
14934.15/753.10	c       753           7744         411        20        1036.0000        1018.0978      1.76%
15036.78/758.21	c       758           7812         415        20        1036.0000        1018.0990      1.76%
15136.04/763.26	c       763           7832         419        20        1036.0000        1018.1086      1.76%
15237.26/768.32	c       768           7888         427        20        1036.0000        1018.1286      1.76%
15336.46/773.38	c       773           7980         431        20        1036.0000        1018.1286      1.76%
15437.27/778.43	c       778           8012         429        20        1036.0000        1018.1451      1.75%
15536.46/783.48	c       783           8082         433        20        1036.0000        1018.1451      1.75%
15637.68/788.53	c       789           8132         439        20        1036.0000        1018.2120      1.75%
15736.76/793.56	c       794           8215         444        20        1036.0000        1018.2120      1.75%
15836.03/798.58	c       799           8262         441        20        1036.0000        1018.2214      1.75%
15937.29/803.68	c       804           8312         447        20        1036.0000        1018.2318      1.75%
16038.39/808.73	c       809          10199         489        20        1036.0000        1018.2553      1.74%
16137.63/813.75	c       814          10261         495        20        1036.0000        1018.2553      1.74%
16238.77/818.81	c       819          10331         499        20        1036.0000        1018.2612      1.74%
16338.00/823.82	c       824           8532         473        20        1036.0000        1018.2937      1.74%
16439.26/828.93	c       829           8532         473        20        1036.0000        1018.2937      1.74%
16538.52/833.98	c       834           8575         482        20        1036.0000        1018.2945      1.74%
16640.42/839.03	c       839          10639         511        20        1036.0000        1018.3303      1.74%
16739.65/844.08	c       844          10684         514        20        1036.0000        1018.3303      1.74%
16838.60/849.10	c       849           8732         485        20        1036.0000        1018.3873      1.73%
16937.83/854.10	c       854          10812         530        20        1036.0000        1018.4450      1.72%
17037.28/859.12	c       859          10881         537        20        1036.0000        1018.4693      1.72%
17138.38/864.17	c       864          10953         539        20        1036.0000        1018.4693      1.72%
17238.85/869.25	c       869          10969         539        20        1036.0000        1018.4790      1.72%
17340.03/874.35	c       874          10999         539        20        1036.0000        1018.4992      1.72%
17441.33/879.43	c       879          11032         546        20        1036.0000        1018.5038      1.72%
17540.57/884.48	c       884           9198         523        20        1036.0000        1018.5215      1.72%
17641.63/889.54	c       890           9242         519        20        1036.0000        1018.5215      1.72%
17742.85/894.60	c       895           9257         524        20        1036.0000        1018.5369      1.71%
17842.11/899.65	c       900           9277         530        20        1036.0000        1018.5555      1.71%
17943.15/904.70	c       905           9320         535        20        1036.0000        1018.5686      1.71%
18042.28/909.75	c       910           9382         539        20        1036.0000        1018.6012      1.71%
18143.49/914.80	c       915           9392         545        20        1036.0000        1018.6355      1.70%
18242.72/919.86	c       920           9432         559        20        1036.0000        1018.7117      1.70%
18343.93/924.91	c       925           9437         564        20        1036.0000        1018.7117      1.70%
18443.15/929.96	c       930           9443         566        20        1036.0000        1018.7670      1.69%
18542.29/935.01	c       935           9448         569        20        1036.0000        1018.7670      1.69%
18644.34/940.06	c       940           9452         569        20        1036.0000        1018.7790      1.69%
18743.22/945.11	c       945           9460         575        20        1036.0000        1018.7790      1.69%
18844.62/950.13	c       950           9475         574        20        1036.0000        1018.7790      1.69%
18943.76/955.16	c       955           9520         577        20        1036.0000        1018.7790      1.69%
19043.10/960.17	c       960           9554         575        20        1036.0000        1018.7790      1.69%
19142.10/965.18	c       965           9572         575        20        1036.0000        1018.8005      1.69%
19242.71/970.22	c       970           9591         578        20        1036.0000        1018.8005      1.69%
19341.91/975.26	c       975           9672         577        20        1036.0000        1018.8020      1.69%
19441.14/980.26	c       980           9722         581        20        1036.0000        1018.8284      1.69%
19540.28/985.28	c       985           9738         587        20        1036.0000        1018.8284      1.69%
19641.64/990.32	c       990           9765         592        20        1036.0000        1018.8314      1.69%
19742.62/995.42	c       995           9842         597        20        1036.0000        1018.8621      1.68%
19841.79/1000.47	c      1000           9862         601        20        1036.0000        1018.8654      1.68%
19942.95/1005.53	c      1006           9865         604        20        1036.0000        1018.8654      1.68%
20042.11/1010.58	c      1011           9902         603        20        1036.0000        1018.8654      1.68%
20143.29/1015.63	c      1016          10052         601        20        1036.0000        1018.9622      1.67%
20242.51/1020.68	c      1021          10086         611        20        1036.0000        1018.9623      1.67%
20343.66/1025.72	c      1026          10207         610        20        1036.0000        1018.9623      1.67%
20442.81/1030.72	c      1031          10281         620        20        1036.0000        1019.0028      1.67%
20544.00/1035.83	c      1036          10353         620        20        1036.0000        1019.0105      1.67%
20643.20/1040.89	c      1041          10484         627        20        1036.0000        1019.0105      1.67%
20744.36/1045.95	c      1046          10536         629        20        1036.0000        1019.0367      1.66%
20843.56/1051.00	c      1051          10627         636        20        1036.0000        1019.0367      1.66%
20945.60/1056.06	c      1056          10704         633        20        1036.0000        1019.0470      1.66%
21044.74/1061.11	c      1061          10812         637        20        1036.0000        1019.0671      1.66%
21145.60/1066.16	c      1066          10886         649        20        1036.0000        1019.0756      1.66%
21244.81/1071.18	c      1071          10976         651        20        1036.0000        1019.0756      1.66%
21345.05/1076.26	c      1076          11096         647        20        1036.0000        1019.0756      1.66%
21446.15/1081.32	c      1081          11143         652        20        1036.0000        1019.0873      1.66%
21545.30/1086.36	c      1086          11201         660        20        1036.0000        1019.1211      1.66%
21644.45/1091.38	c      1091          11249         670        20        1036.0000        1019.1293      1.66%
21745.53/1096.47	c      1096          11352         673        20        1036.0000        1019.1500      1.65%
21846.68/1101.52	c      1102          11384         679        20        1036.0000        1019.1594      1.65%
21945.90/1106.57	c      1107          11508         685        20        1036.0000        1019.2219      1.65%
22047.07/1111.63	c      1112          11612         695        20        1036.0000        1019.2482      1.64%
22146.25/1116.68	c      1117          11672         701        20        1036.0000        1019.2616      1.64%
22247.42/1121.70	c      1122          11762         709        20        1036.0000        1019.2732      1.64%
22346.54/1126.78	c      1127          11763         710        20        1036.0000        1019.2732      1.64%
22447.71/1131.84	c      1132          11766         713        20        1036.0000        1019.2732      1.64%
22546.85/1136.89	c      1137          11856         717        20        1036.0000        1019.2910      1.64%
22647.95/1141.94	c      1142          11932         721        20        1036.0000        1019.3183      1.64%
22747.10/1146.98	c      1147          11942         725        20        1036.0000        1019.3205      1.64%
22846.26/1151.99	c      1152          12012         731        20        1036.0000        1019.3205      1.64%
22945.48/1157.00	c      1157          12107         734        20        1036.0000        1019.3527      1.63%
23044.54/1162.03	c      1162          12211         734        20        1036.0000        1019.3527      1.63%
23148.22/1167.13	c      1167          12279         738        20        1036.0000        1019.3715      1.63%
23248.62/1172.22	c      1172          12355         742        20        1036.0000        1019.3715      1.63%
23349.76/1177.30	c      1177          12412         741        20        1036.0000        1019.3966      1.63%
23448.97/1182.35	c      1182          12442         745        20        1036.0000        1019.3983      1.63%
23548.12/1187.39	c      1187          12509         754        20        1036.0000        1019.4564      1.62%
23649.13/1192.41	c      1192          12572         755        20        1036.0000        1019.4696      1.62%
23748.27/1197.48	c      1197          12619         772        20        1036.0000        1019.5164      1.62%
23849.41/1202.55	c      1203          12652         773        20        1036.0000        1019.5165      1.62%
23950.61/1207.60	c      1208          12728         777        20        1036.0000        1019.5165      1.62%
24049.70/1212.66	c      1213          12791         780        20        1036.0000        1019.5275      1.62%
24150.69/1217.71	c      1218          12872         781        20        1036.0000        1019.5316      1.62%
24249.80/1222.76	c      1223          12922         787        20        1036.0000        1019.5316      1.62%
24350.96/1227.81	c      1228          13052         783        20        1036.0000        1019.5455      1.61%
24450.04/1232.86	c      1233          13095         788        20        1036.0000        1019.5455      1.61%
24551.23/1237.91	c      1238          13187         790        20        1036.0000        1019.5455      1.61%
24650.40/1242.96	c      1243          13212         793        20        1036.0000        1019.5812      1.61%
24749.58/1247.99	c      1248          13292         807        20        1036.0000        1019.5956      1.61%
24851.47/1253.04	c      1253          13347         806        20        1036.0000        1019.5956      1.61%
24950.66/1258.08	c      1258          13402         815        20        1036.0000        1019.6119      1.61%
25051.70/1263.16	c      1263          13442         817        20        1036.0000        1019.6119      1.61%
25152.14/1268.21	c      1268          13512         823        20        1036.0000        1019.7053      1.60%
25251.34/1273.27	c      1273          13533         830        20        1036.0000        1019.7053      1.60%
25352.50/1278.31	c      1278          13601         832        20        1036.0000        1019.7053      1.60%
25451.60/1283.34	c      1283          13692         837        20        1036.0000        1019.7138      1.60%
25552.77/1288.42	c      1288          13722         845        20        1036.0000        1019.7205      1.60%
25651.98/1293.48	c      1293          13764         857        20        1036.0000        1019.7499      1.59%
25753.10/1298.53	c      1299          13802         863        20        1036.0000        1019.7955      1.59%
25852.27/1303.58	c      1304          13847         878        20        1036.0000        1019.8044      1.59%
25953.34/1308.64	c      1309          13899         882        20        1036.0000        1019.8141      1.59%
26052.52/1313.67	c      1314          13986         883        20        1036.0000        1019.8273      1.59%
26153.74/1318.73	c      1319          14113         886        20        1036.0000        1019.8320      1.59%
26252.97/1323.75	c      1324          14182         901        20        1036.0000        1019.8797      1.58%
26352.17/1328.78	c      1329          14272         905        20        1036.0000        1019.8845      1.58%
26453.37/1333.87	c      1334          14322         915        20        1036.0000        1019.9027      1.58%
26554.60/1338.93	c      1339          14324         917        20        1036.0000        1019.9027      1.58%
26653.76/1343.98	c      1344          14345         922        20        1036.0000        1019.9047      1.58%
26752.73/1349.03	c      1349          14358         929        20        1036.0000        1019.9251      1.58%
26854.57/1354.09	c      1354          14392         931        20        1036.0000        1019.9346      1.58%
26955.78/1359.14	c      1359          14435         934        20        1036.0000        1019.9744      1.57%
27055.14/1364.15	c      1364          14558         935        20        1036.0000        1019.9744      1.57%
27154.15/1369.19	c      1369          14632         939        20        1036.0000        1019.9974      1.57%
27254.72/1374.27	c      1374          14732         945        20        1036.0000        1020.0272      1.57%
27355.65/1379.34	c      1379          14775         952        20        1036.0000        1020.0378      1.56%
27456.79/1384.40	c      1384          14834         961        20        1036.0000        1020.0730      1.56%
27555.80/1389.45	c      1389          14922         963        20        1036.0000        1020.0803      1.56%
27657.01/1394.51	c      1395          15002         967        20        1036.0000        1020.0994      1.56%
27756.08/1399.57	c      1400          15096         977        20        1036.0000        1020.1072      1.56%
27857.28/1404.66	c      1405          15239         976        20        1036.0000        1020.1072      1.56%
27958.46/1409.70	c      1410          15333         986        20        1036.0000        1020.1182      1.56%
28057.72/1414.73	c      1415          15443         994        20        1036.0000        1020.1225      1.56%
28158.89/1419.80	c      1420          15532        1005        20        1036.0000        1020.1680      1.55%
28259.94/1424.90	c      1425          15569        1014        20        1036.0000        1020.1981      1.55%
28359.21/1429.95	c      1430          15642        1017        20        1036.0000        1020.2160      1.55%
28458.47/1435.00	c      1435          15750        1025        20        1036.0000        1020.2160      1.55%
28557.68/1440.02	c      1440          15812        1027        20        1036.0000        1020.2204      1.55%
28659.58/1445.10	c      1445          15912        1029        20        1036.0000        1020.2222      1.55%
28760.88/1450.15	c      1450          16002        1039        20        1036.0000        1020.2233      1.55%
28861.43/1455.20	c      1455          16062        1051        20        1036.0000        1020.2371      1.55%
28960.64/1460.22	c      1460          16113        1056        20        1036.0000        1020.2436      1.54%
29059.90/1465.25	c      1465          16146        1061        20        1036.0000        1020.2565      1.54%
29161.09/1470.33	c      1470          16242        1063        20        1036.0000        1020.2565      1.54%
29260.32/1475.35	c      1475          16378        1071        20        1036.0000        1020.2661      1.54%
29361.56/1480.40	c      1480          16502        1075        20        1036.0000        1020.2735      1.54%
29462.74/1485.50	c      1486          16617        1080        20        1036.0000        1020.2735      1.54%
29562.01/1490.58	c      1491          16653        1082        20        1036.0000        1020.2741      1.54%
29663.18/1495.63	c      1496          16743        1088        20        1036.0000        1020.2760      1.54%
29762.41/1500.66	c      1501          16784        1097        20        1036.0000        1020.2781      1.54%
29861.67/1505.67	c      1506          16842        1101        20        1036.0000        1020.2872      1.54%
29962.85/1510.78	c      1511          16922        1113        20        1036.0000        1020.2888      1.54%
30064.11/1515.83	c      1516          17009        1118        20        1036.0000        1020.2998      1.54%
30163.36/1520.88	c      1521          17082        1123        20        1036.0000        1020.3214      1.54%
30264.56/1525.93	c      1526          17143        1122        20        1036.0000        1020.3410      1.53%
30363.74/1530.98	c      1531          17162        1125        20        1036.0000        1020.3434      1.53%
30463.00/1536.01	c      1536          17254        1131        20        1036.0000        1020.3434      1.53%
30564.82/1541.08	c      1541          17372        1133        20        1036.0000        1020.3625      1.53%
30663.97/1546.12	c      1546          17502        1135        20        1036.0000        1020.3625      1.53%
30765.28/1551.18	c      1551          17618        1137        20        1036.0000        1020.3651      1.53%
30865.80/1556.23	c      1556          17671        1140        20        1036.0000        1020.3676      1.53%
30965.06/1561.28	c      1561          17772        1143        20        1036.0000        1020.3858      1.53%
31066.30/1566.33	c      1566          17839        1152        20        1036.0000        1020.3858      1.53%
31165.51/1571.38	c      1571          17849        1156        20        1036.0000        1020.3890      1.53%
31266.76/1576.42	c      1576          17958        1151        20        1036.0000        1020.3890      1.53%
31365.93/1581.49	c      1582          18062        1155        20        1036.0000        1020.3892      1.53%
31467.07/1586.54	c      1587          18104        1157        20        1036.0000        1020.3948      1.53%
31566.34/1591.56	c      1592          18202        1157        20        1036.0000        1020.4014      1.53%
31667.59/1596.64	c      1597          18282        1165        20        1036.0000        1020.4107      1.53%
31766.81/1601.67	c      1602          18329        1170        20        1036.0000        1020.4107      1.53%
31865.96/1606.69	c      1607          18392        1167        20        1036.0000        1020.4159      1.53%
31967.15/1611.70	c      1612          18416        1177        20        1036.0000        1020.4324      1.53%
32066.42/1616.72	c      1617          18440        1187        20        1036.0000        1020.4346      1.53%
32169.66/1621.91	c      1622          18569        1190        20        1036.0000        1020.4501      1.52%
32268.86/1626.93	c      1627          18692        1191        20        1036.0000        1020.4501      1.52%
32368.07/1631.95	c      1632          18801        1192        20        1036.0000        1020.4502      1.52%
32469.86/1637.04	c      1637          18902        1195        20        1036.0000        1020.4599      1.52%
32569.29/1642.11	c      1642          18952        1199        20        1036.0000        1020.5013      1.52%
32670.50/1647.16	c      1647          19047        1208        20        1036.0000        1020.5263      1.52%
32770.82/1652.21	c      1652          19141        1210        20        1036.0000        1020.5330      1.52%
32870.09/1657.26	c      1657          19236        1219        20        1036.0000        1020.5715      1.51%
32969.35/1662.27	c      1662          19362        1213        20        1036.0000        1020.5861      1.51%
33070.56/1667.36	c      1667          19432        1223        20        1036.0000        1020.5947      1.51%
33169.80/1672.39	c      1672          19472        1227        20        1036.0000        1020.5979      1.51%
33270.99/1677.46	c      1677          19484        1231        20        1036.0000        1020.6042      1.51%
33370.11/1682.49	c      1682          19568        1241        20        1036.0000        1020.6076      1.51%
33471.29/1687.57	c      1688          19672        1241        20        1036.0000        1020.6099      1.51%
33572.52/1692.62	c      1693          19770        1253        20        1036.0000        1020.6538      1.50%
33671.77/1697.65	c      1698          19785        1256        20        1036.0000        1020.6588      1.50%
33773.02/1702.73	c      1703          19862        1257        20        1036.0000        1020.6592      1.50%
33872.29/1707.78	c      1708          19932        1265        20        1036.0000        1020.6653      1.50%
33973.54/1712.83	c      1713          19962        1269        20        1036.0000        1020.6788      1.50%
34072.81/1717.88	c      1718          20025        1284        20        1036.0000        1020.6961      1.50%
34174.06/1722.90	c      1723          20055        1286        20        1036.0000        1020.7143      1.50%
34273.32/1727.94	c      1728          20146        1291        20        1036.0000        1020.7271      1.50%
34372.59/1732.96	c      1733          20173        1296        20        1036.0000        1020.7279      1.50%
34471.85/1738.03	c      1738          20266        1299        20        1036.0000        1020.7294      1.50%
34573.94/1743.06	c      1743          20382        1303        20        1036.0000        1020.7490      1.49%
34675.22/1748.18	c      1748          20446        1309        20        1036.0000        1020.7490      1.49%
34774.37/1753.19	c      1753          20560        1315        20        1036.0000        1020.7509      1.49%
34874.69/1758.24	c      1758          20688        1319        20        1036.0000        1020.7515      1.49%
34975.79/1763.30	c      1763          20770        1331        20        1036.0000        1020.7564      1.49%
35075.00/1768.39	c      1768          20882        1331        20        1036.0000        1020.7794      1.49%
35176.18/1773.44	c      1773          20942        1335        20        1036.0000        1020.8046      1.49%
35275.38/1778.46	c      1778          20966        1339        20        1036.0000        1020.8046      1.49%
35374.55/1783.47	c      1783          21032        1341        20        1036.0000        1020.8285      1.49%
35477.70/1788.63	c      1789          21092        1349        20        1036.0000        1020.8363      1.49%
35576.72/1793.67	c      1794          21158        1357        20        1036.0000        1020.8412      1.48%
35677.88/1798.72	c      1799          21288        1361        20        1036.0000        1020.8424      1.48%
35776.85/1803.77	c      1804          21372        1363        20        1036.0000        1020.8586      1.48%
35878.04/1808.83	c      1809          21486        1377        20        1036.0000        1020.8603      1.48%
35977.21/1813.88	c      1814          21537        1380        20        1036.0000        1020.8603      1.48%
36076.40/1818.90	c      1819          21615        1384        20        1036.0000        1020.8672      1.48%
36177.57/1823.96	c      1824          21652        1383        20        1036.0000        1020.8835      1.48%
36279.20/1829.03	c      1829          21720        1387        20        1036.0000        1020.8835      1.48%
36378.50/1834.08	c      1834          21781        1384        20        1036.0000        1020.8835      1.48%
36479.69/1839.13	c      1839          21844        1383        20        1036.0000        1020.8835      1.48%
36578.90/1844.18	c      1844          21987        1382        20        1036.0000        1020.8835      1.48%
36679.44/1849.23	c      1849          22086        1387        20        1036.0000        1020.9013      1.48%
36778.62/1854.28	c      1854          22125        1388        20        1036.0000        1020.9021      1.48%
36879.77/1859.33	c      1859          22150        1389        20        1036.0000        1020.9021      1.48%
36978.88/1864.38	c      1864          22165        1390        20        1036.0000        1020.9095      1.48%
37080.08/1869.43	c      1869          22250        1391        20        1036.0000        1020.9095      1.48%
37179.28/1874.45	c      1874          22279        1392        20        1036.0000        1020.9095      1.48%
37278.63/1879.50	c      1880          22337        1396        20        1036.0000        1020.9222      1.48%
37379.74/1884.50	c      1885          22412        1399        20        1036.0000        1020.9472      1.47%
37480.97/1889.63	c      1890          22435        1408        20        1036.0000        1020.9479      1.47%
37580.28/1894.68	c      1895          22572        1409        20        1036.0000        1020.9921      1.47%
37681.41/1899.73	c      1900          22610        1411        20        1036.0000        1020.9921      1.47%
37780.20/1904.78	c      1905          22698        1419        20        1036.0000        1020.9934      1.47%
37881.33/1909.83	c      1910          22758        1423        20        1036.0000        1021.0000      1.47%
37980.46/1914.88	c      1915          22802        1429        20        1036.0000        1021.0265      1.47%
38081.67/1919.93	c      1920          22842        1437        20        1036.0000        1021.0357      1.47%
38180.86/1924.98	c      1925          22913        1442        20        1036.0000        1021.0357      1.47%
38280.01/1929.99	c      1930          22942        1439        20        1036.0000        1021.0400      1.47%
38379.23/1935.01	c      1935          23002        1445        20        1036.0000        1021.0439      1.46%
38480.97/1940.12	c      1940          23019        1450        20        1036.0000        1021.0439      1.46%
38582.30/1945.18	c      1945          23071        1458        20        1036.0000        1021.0450      1.46%
38682.62/1950.23	c      1950          23188        1455        20        1036.0000        1021.0450      1.46%
38781.88/1955.28	c      1955          23322        1451        20        1036.0000        1021.0450      1.46%
38883.00/1960.33	c      1960          23422        1457        20        1036.0000        1021.0575      1.46%
38982.26/1965.36	c      1965          23462        1461        20        1036.0000        1021.0685      1.46%
39083.48/1970.43	c      1970          23510        1471        20        1036.0000        1021.0685      1.46%
39182.66/1975.45	c      1975          23602        1479        20        1036.0000        1021.0978      1.46%
39283.87/1980.53	c      1981          23603        1480        20        1036.0000        1021.0978      1.46%
39382.87/1985.55	c      1986          23694        1485        20        1036.0000        1021.1137      1.46%
39482.03/1990.59	c      1991          23800        1491        20        1036.0000        1021.1233      1.46%
39583.01/1995.60	c      1996          23861        1498        20        1036.0000        1021.1261      1.46%
39684.26/2000.73	c      2001          23997        1500        20        1036.0000        1021.1261      1.46%
39783.50/2005.78	c      2006          24135        1500        20        1036.0000        1021.1261      1.46%
39884.61/2010.83	c      2011          24174        1503        20        1036.0000        1021.1293      1.46%
39983.73/2015.88	c      2016          24282        1509        20        1036.0000        1021.1589      1.45%
40084.92/2020.93	c      2021          24347        1518        20        1036.0000        1021.1590      1.45%
40184.11/2025.98	c      2026          24402        1519        20        1036.0000        1021.1597      1.45%
40283.37/2031.00	c      2031          24452        1523        20        1036.0000        1021.1844      1.45%
40384.91/2036.08	c      2036          24531        1536        20        1036.0000        1021.2075      1.45%
40486.08/2041.13	c      2041          24660        1533        20        1036.0000        1021.2075      1.45%
40585.22/2046.18	c      2046          24704        1533        20        1036.0000        1021.2164      1.45%
40685.74/2051.21	c      2051          24767        1534        20        1036.0000        1021.2164      1.45%
40784.90/2056.22	c      2056          24872        1537        20        1036.0000        1021.2224      1.45%
40886.14/2061.32	c      2061          24957        1542        20        1036.0000        1021.2419      1.45%
40985.36/2066.37	c      2066          25056        1547        20        1036.0000        1021.2471      1.44%
41086.58/2071.42	c      2071          25162        1547        20        1036.0000        1021.2471      1.44%
41185.78/2076.47	c      2076          25193        1548        20        1036.0000        1021.2708      1.44%
41284.99/2081.49	c      2081          25323        1552        20        1036.0000        1021.2708      1.44%
41386.03/2086.51	c      2087          25382        1553        20        1036.0000        1021.2731      1.44%
41485.28/2091.55	c      2092          25419        1556        20        1036.0000        1021.2731      1.44%
41586.51/2096.67	c      2097          25499        1566        20        1036.0000        1021.2938      1.44%
41687.75/2101.72	c      2102          25552        1565        20        1036.0000        1021.3055      1.44%
41786.99/2106.77	c      2107          25589        1570        20        1036.0000        1021.3055      1.44%
41887.99/2111.82	c      2112          25617        1572        20        1036.0000        1021.3448      1.43%
41987.26/2116.87	c      2117          25665        1574        20        1036.0000        1021.3448      1.43%
42088.51/2121.90	c      2122          25722        1579        20        1036.0000        1021.3602      1.43%
42187.75/2126.97	c      2127          25790        1585        20        1036.0000        1021.3701      1.43%
42287.12/2132.01	c      2132          25921        1582        20        1036.0000        1021.3701      1.43%
42388.91/2137.07	c      2137          26033        1586        20        1036.0000        1021.3808      1.43%
42488.25/2142.12	c      2142          26174        1585        20        1036.0000        1021.3808      1.43%
42589.40/2147.17	c      2147          26291        1594        20        1036.0000        1021.3842      1.43%
42689.68/2152.22	c      2152          26440        1591        20        1036.0000        1021.3842      1.43%
42788.86/2157.27	c      2157          26573        1594        20        1036.0000        1021.3842      1.43%
42890.11/2162.32	c      2162          26663        1592        20        1036.0000        1021.3842      1.43%
42989.34/2167.35	c      2167          26717        1598        20        1036.0000        1021.4002      1.43%
43090.49/2172.42	c      2172          26733        1600        20        1036.0000        1021.4163      1.43%
43189.71/2177.47	c      2177          26751        1602        20        1036.0000        1021.4163      1.43%
43290.71/2182.52	c      2183          26803        1606        20        1036.0000        1021.4491      1.42%
43389.94/2187.57	c      2188          26877        1612        20        1036.0000        1021.4579      1.42%
43491.09/2192.62	c      2193          26992        1613        20        1036.0000        1021.4654      1.42%
43590.32/2197.67	c      2198          27061        1614        20        1036.0000        1021.4654      1.42%
43691.51/2202.72	c      2203          27111        1616        20        1036.0000        1021.4654      1.42%
43790.71/2207.78	c      2208          27240        1617        20        1036.0000        1021.4654      1.42%
43891.91/2212.82	c      2213          27328        1619        20        1036.0000        1021.4654      1.42%
43991.13/2217.87	c      2218          27411        1628        20        1036.0000        1021.4699      1.42%
44092.31/2222.92	c      2223          27452        1631        20        1036.0000        1021.4735      1.42%
44191.31/2227.97	c      2228          27541        1638        20        1036.0000        1021.4755      1.42%
44290.49/2233.02	c      2233          27591        1644        20        1036.0000        1021.4815      1.42%
44392.25/2238.07	c      2238          27642        1649        20        1036.0000        1021.4929      1.42%
44491.71/2243.12	c      2243          27708        1655        20        1036.0000        1021.5008      1.42%
44592.83/2248.17	c      2248          27769        1666        20        1036.0000        1021.5063      1.42%
44692.15/2253.19	c      2253          27836        1679        20        1036.0000        1021.5211      1.42%
44791.40/2258.20	c      2258          27912        1677        20        1036.0000        1021.5343      1.42%
44893.74/2263.32	c      2263          27972        1679        20        1036.0000        1021.5396      1.42%
44993.00/2268.37	c      2268          28036        1683        20        1036.0000        1021.5396      1.42%
45094.26/2273.42	c      2273          28101        1692        20        1036.0000        1021.5510      1.41%
45193.54/2278.47	c      2278          28172        1693        20        1036.0000        1021.5639      1.41%
45292.81/2283.49	c      2283          28232        1699        20        1036.0000        1021.5690      1.41%
45394.06/2288.55	c      2289          28302        1707        20        1036.0000        1021.5796      1.41%
45495.22/2293.62	c      2294          28352        1705        20        1036.0000        1021.5962      1.41%
45594.43/2298.67	c      2299          28419        1710        20        1036.0000        1021.5962      1.41%
45693.60/2303.69	c      2304          28445        1708        20        1036.0000        1021.5962      1.41%
45794.60/2308.77	c      2309          28477        1710        20        1036.0000        1021.5962      1.41%
45895.84/2313.82	c      2314          28515        1714        20        1036.0000        1021.6010      1.41%
45995.06/2318.88	c      2319          28591        1710        20        1036.0000        1021.6010      1.41%
46096.28/2323.92	c      2324          28683        1718        20        1036.0000        1021.6307      1.41%
46195.52/2328.97	c      2329          28802        1719        20        1036.0000        1021.6364      1.41%
46294.66/2334.02	c      2334          28832        1721        20        1036.0000        1021.6400      1.41%
46396.56/2339.07	c      2339          28852        1729        20        1036.0000        1021.6517      1.40%
46495.58/2344.12	c      2344          28942        1731        20        1036.0000        1021.6623      1.40%
46596.59/2349.17	c      2349          29032        1739        20        1036.0000        1021.6716      1.40%
46696.94/2354.22	c      2354          29128        1745        20        1036.0000        1021.6727      1.40%
46796.16/2359.27	c      2359          29232        1749        20        1036.0000        1021.6935      1.40%
46897.34/2364.32	c      2364          29340        1757        20        1036.0000        1021.6935      1.40%
46996.47/2369.37	c      2369          29462        1755        20        1036.0000        1021.7033      1.40%
47097.55/2374.42	c      2374          29532        1761        20        1036.0000        1021.7077      1.40%
47196.70/2379.47	c      2379          29612        1767        20        1036.0000        1021.7115      1.40%
47297.90/2384.52	c      2385          29675        1774        20        1036.0000        1021.7150      1.40%
47397.00/2389.57	c      2390          29742        1777        20        1036.0000        1021.7262      1.40%
47496.19/2394.59	c      2395          29782        1785        20        1036.0000        1021.7299      1.40%
47597.40/2399.62	c      2400          29872        1795        20        1036.0000        1021.7425      1.40%
47696.62/2404.65	c      2405          29914        1809        20        1036.0000        1021.7589      1.39%
47797.82/2409.73	c      2410          30032        1815        20        1036.0000        1021.7690      1.39%
47898.90/2414.82	c      2415          30103        1818        20        1036.0000        1021.7693      1.39%
47998.13/2419.85	c      2420          30182        1819        20        1036.0000        1021.7698      1.39%
48097.35/2424.86	c      2425          30255        1834        20        1036.0000        1021.7963      1.39%
48198.50/2429.91	c      2430          30328        1837        20        1036.0000        1021.7963      1.39%
48297.47/2435.02	c      2435          30432        1835        20        1036.0000        1021.7967      1.39%
48399.39/2440.07	c      2440          30462        1841        20        1036.0000        1021.8025      1.39%
48498.49/2445.12	c      2445          30539        1850        20        1036.0000        1021.8098      1.39%
48599.75/2450.17	c      2450          30622        1851        20        1036.0000        1021.8128      1.39%
48699.20/2455.18	c      2455          30710        1855        20        1036.0000        1021.8128      1.39%
48799.55/2460.23	c      2460          30792        1865        20        1036.0000        1021.8314      1.39%
48898.82/2465.23	c      2465          30898        1863        20        1036.0000        1021.8314      1.39%
48999.99/2470.34	c      2470          30959        1872        20        1036.0000        1021.8510      1.38%
49099.13/2475.37	c      2475          31004        1875        20        1036.0000        1021.8525      1.38%
49200.23/2480.47	c      2480          31063        1880        20        1036.0000        1021.8588      1.38%
49301.41/2485.52	c      2486          31142        1893        20        1036.0000        1021.8750      1.38%
49400.60/2490.56	c      2491          31288        1895        20        1036.0000        1021.8767      1.38%
49501.84/2495.62	c      2496          31382        1901        20        1036.0000        1021.8774      1.38%
49601.19/2500.65	c      2501          31494        1899        20        1036.0000        1021.8774      1.38%
49702.29/2505.71	c      2506          31562        1903        20        1036.0000        1021.8847      1.38%
49801.55/2510.77	c      2511          31638        1909        20        1036.0000        1021.8847      1.38%
49900.82/2515.79	c      2516          31675        1914        20        1036.0000        1021.8890      1.38%
50002.03/2520.80	c      2521          31700        1917        20        1036.0000        1021.8899      1.38%
50101.28/2525.82	c      2526          31755        1918        20        1036.0000        1021.8925      1.38%
50202.56/2530.95	c      2531          31881        1912        20        1036.0000        1021.8925      1.38%
50301.79/2536.02	c      2536          31930        1913        20        1036.0000        1021.8982      1.38%
50403.67/2541.05	c      2541          31970        1913        20        1036.0000        1021.8982      1.38%
50503.04/2546.08	c      2546          32044        1915        20        1036.0000        1021.9111      1.38%
50602.13/2551.11	c      2551          32107        1920        20        1036.0000        1021.9162      1.38%
50704.72/2556.22	c      2556          32184        1921        20        1036.0000        1021.9162      1.38%
50803.82/2561.27	c      2561          32214        1921        20        1036.0000        1021.9184      1.38%
50905.10/2566.32	c      2566          32262        1923        20        1036.0000        1021.9309      1.38%
51004.33/2571.37	c      2571          32313        1928        20        1036.0000        1021.9309      1.38%
51105.26/2576.41	c      2576          32412        1931        20        1036.0000        1021.9327      1.38%
51204.54/2581.47	c      2581          32502        1935        20        1036.0000        1021.9332      1.38%
51305.79/2586.51	c      2587          32542        1945        20        1036.0000        1021.9619      1.37%
51404.87/2591.57	c      2592          32588        1949        20        1036.0000        1021.9619      1.37%
51505.93/2596.60	c      2597          32672        1953        20        1036.0000        1021.9720      1.37%
51604.99/2601.67	c      2602          32784        1959        20        1036.0000        1021.9720      1.37%
51706.26/2606.72	c      2607          32899        1964        20        1036.0000        1021.9793      1.37%
51805.54/2611.77	c      2612          32962        1967        20        1036.0000        1021.9982      1.37%
51904.80/2616.79	c      2617          33056        1973        20        1036.0000        1021.9982      1.37%
52006.08/2621.82	c      2622          33160        1977        20        1036.0000        1022.0079      1.37%
52107.30/2626.92	c      2627          33197        1982        20        1036.0000        1022.0095      1.37%
52206.55/2631.97	c      2632          33260        1989        20        1036.0000        1022.0193      1.37%
52305.81/2637.00	c      2637          33338        1993        20        1036.0000        1022.0194      1.37%
52407.67/2642.07	c      2642          33459        1992        20        1036.0000        1022.0194      1.37%
52506.86/2647.12	c      2647          33492        1991        20        1036.0000        1022.0348      1.37%
52608.04/2652.17	c      2652          33599        1996        20        1036.0000        1022.0348      1.37%
52708.48/2657.22	c      2657          33683        1996        20        1036.0000        1022.0368      1.37%
52807.70/2662.27	c      2662          33774        2013        20        1036.0000        1022.0372      1.37%
52908.91/2667.32	c      2667          33905        2016        20        1036.0000        1022.0603      1.36%
53008.18/2672.37	c      2672          34002        2019        20        1036.0000        1022.0632      1.36%
53109.44/2677.43	c      2677          34078        2031        20        1036.0000        1022.0640      1.36%
53208.72/2682.48	c      2682          34177        2036        20        1036.0000        1022.0713      1.36%
53309.98/2687.53	c      2688          34315        2038        20        1036.0000        1022.0713      1.36%
53409.26/2692.58	c      2693          34395        2040        20        1036.0000        1022.0760      1.36%
53510.52/2697.63	c      2698          34515        2036        20        1036.0000        1022.0760      1.36%
53609.74/2702.68	c      2703          34592        2041        20        1036.0000        1022.0916      1.36%
53710.99/2707.70	c      2708          34674        2045        20        1036.0000        1022.1006      1.36%
53810.25/2712.72	c      2713          34721        2046        20        1036.0000        1022.1017      1.36%
53911.34/2717.83	c      2718          34782        2049        20        1036.0000        1022.1098      1.36%
54010.62/2722.88	c      2723          34842        2055        20        1036.0000        1022.1177      1.36%
54111.87/2727.93	c      2728          34939        2062        20        1036.0000        1022.1177      1.36%
54211.05/2732.98	c      2733          35080        2065        20        1036.0000        1022.1177      1.36%
54310.27/2737.99	c      2738          35122        2069        20        1036.0000        1022.1229      1.36%
54412.14/2743.06	c      2743          35162        2077        20        1036.0000        1022.1268      1.36%
54511.12/2748.13	c      2748          35227        2090        20        1036.0000        1022.1453      1.36%
54612.13/2753.18	c      2753          35352        2097        20        1036.0000        1022.1606      1.35%
54712.70/2758.22	c      2758          35442        2105        20        1036.0000        1022.1653      1.35%
54811.84/2763.28	c      2763          35538        2109        20        1036.0000        1022.1742      1.35%
54913.05/2768.33	c      2768          35665        2108        20        1036.0000        1022.1742      1.35%
55012.27/2773.38	c      2773          35745        2112        20        1036.0000        1022.1742      1.35%
55113.43/2778.43	c      2778          35822        2111        20        1036.0000        1022.1818      1.35%
55212.49/2783.46	c      2783          35863        2116        20        1036.0000        1022.1876      1.35%
55313.69/2788.53	c      2789          39530        2471        20        1036.0000        1022.1959      1.35%
55412.90/2793.55	c      2794          39621        2474        20        1036.0000        1022.2000      1.35%
55514.09/2798.63	c      2799          39729        2472        20        1036.0000        1022.2114      1.35%
55613.21/2803.66	c      2804          39762        2479        20        1036.0000        1022.2369      1.35%
55714.35/2808.72	c      2809          39845        2486        20        1036.0000        1022.2369      1.35%
55813.61/2813.75	c      2814          39945        2490        20        1036.0000        1022.2432      1.35%
55914.70/2818.83	c      2819          40051        2500        20        1036.0000        1022.2531      1.34%
56013.87/2823.88	c      2824          40147        2510        20        1036.0000        1022.2531      1.34%
56114.97/2828.93	c      2829          40252        2505        20        1036.0000        1022.2576      1.34%
56214.00/2833.98	c      2834          40346        2513        20        1036.0000        1022.2589      1.34%
56313.18/2839.01	c      2839          40446        2513        20        1036.0000        1022.2602      1.34%
56412.40/2844.03	c      2844          40522        2525        20        1036.0000        1022.2757      1.34%
56514.44/2849.13	c      2849          40625        2528        20        1036.0000        1022.2757      1.34%
56615.42/2854.18	c      2854          40737        2532        20        1036.0000        1022.2786      1.34%
56715.91/2859.23	c      2859          40822        2537        20        1036.0000        1022.2812      1.34%
56815.12/2864.28	c      2864          40902        2545        20        1036.0000        1022.2829      1.34%
56916.35/2869.32	c      2869          40962        2551        20        1036.0000        1022.2855      1.34%
57015.49/2874.38	c      2874          37422        2193        20        1036.0000        1022.2954      1.34%
57116.63/2879.44	c      2879          37511        2196        20        1036.0000        1022.2954      1.34%
57215.80/2884.48	c      2884          37591        2196        20        1036.0000        1022.2954      1.34%
57317.00/2889.54	c      2890          37652        2199        20        1036.0000        1022.3146      1.34%
57416.20/2894.57	c      2895          37682        2205        20        1036.0000        1022.3152      1.34%
57517.36/2899.63	c      2900          37721        2212        20        1036.0000        1022.3152      1.34%
57616.57/2904.66	c      2905          41459        2578        20        1036.0000        1022.3229      1.34%
57717.67/2909.74	c      2910          41562        2577        20        1036.0000        1022.3234      1.34%
57816.85/2914.76	c      2915          41653        2588        20        1036.0000        1022.3234      1.34%
57917.98/2919.81	c      2920          41758        2593        20        1036.0000        1022.3234      1.34%
58017.14/2924.86	c      2925          41842        2593        20        1036.0000        1022.3469      1.34%
58118.24/2929.92	c      2930          41918        2607        20        1036.0000        1022.3531      1.33%
58217.40/2934.92	c      2935          38152        2219        20        1036.0000        1022.3596      1.33%
58316.47/2939.97	c      2940          38202        2225        20        1036.0000        1022.3679      1.33%
58415.61/2945.01	c      2945          38274        2227        20        1036.0000        1022.3679      1.33%
58514.74/2950.02	c      2950          38382        2227        20        1036.0000        1022.3839      1.33%
58616.47/2955.07	c      2955          38436        2229        20        1036.0000        1022.3839      1.33%
58717.76/2960.18	c      2960          42272        2637        20        1036.0000        1022.4088      1.33%
58817.97/2965.23	c      2965          42323        2648        20        1036.0000        1022.4131      1.33%
58917.10/2970.25	c      2970          42444        2645        20        1036.0000        1022.4131      1.33%
59016.24/2975.27	c      2975          42522        2645        20        1036.0000        1022.4433      1.33%
59115.38/2980.27	c      2980          42586        2659        20        1036.0000        1022.4532      1.32%
59216.53/2985.31	c      2985          42677        2660        20        1036.0000        1022.4532      1.32%
59315.63/2990.37	c      2990          42758        2663        20        1036.0000        1022.4545      1.32%
59416.78/2995.42	c      2995          42847        2672        20        1036.0000        1022.4577      1.32%
59515.80/3000.46	c      3000          42931        2680        20        1036.0000        1022.4631      1.32%
59616.91/3005.53	c      3006          42993        2686        20        1036.0000        1022.4655      1.32%
59716.03/3010.57	c      3011          43118        2683        20        1036.0000        1022.4655      1.32%
59817.13/3015.63	c      3016          43212        2685        20        1036.0000        1022.4655      1.32%
59916.23/3020.68	c      3021          43284        2685        20        1036.0000        1022.4684      1.32%
60017.28/3025.71	c      3026          43392        2689        20        1036.0000        1022.4727      1.32%
60118.37/3030.80	c      3031          43455        2698        20        1036.0000        1022.4913      1.32%
60217.55/3035.87	c      3036          43477        2700        20        1036.0000        1022.4913      1.32%
60318.56/3040.91	c      3041          43562        2699        20        1036.0000        1022.4917      1.32%
60417.64/3045.96	c      3046          43603        2716        20        1036.0000        1022.5059      1.32%
60516.71/3051.00	c      3051          43626        2727        20        1036.0000        1022.5059      1.32%
60618.45/3056.06	c      3056          43698        2735        20        1036.0000        1022.5059      1.32%
60717.58/3061.12	c      3061          43772        2735        20        1036.0000        1022.5111      1.32%
60818.93/3066.17	c      3066          43843        2742        20        1036.0000        1022.5111      1.32%
60919.08/3071.22	c      3071          40226        2331        20        1036.0000        1022.5366      1.32%
61018.20/3076.27	c      3076          40292        2335        20        1036.0000        1022.5418      1.32%
61119.33/3081.32	c      3081          40325        2342        20        1036.0000        1022.5426      1.32%
61218.47/3086.37	c      3086          40442        2343        20        1036.0000        1022.5474      1.32%
61319.58/3091.42	c      3091          40442        2343        20        1036.0000        1022.5474      1.32%
61418.66/3096.44	c      3096          40502        2351        20        1036.0000        1022.5697      1.31%
61517.77/3101.44	c      3101          40600        2355        20        1036.0000        1022.5697      1.31%
61618.85/3106.52	c      3107          40719        2356        20        1036.0000        1022.5860      1.31%
61719.96/3111.61	c      3112          40827        2362        20        1036.0000        1022.5886      1.31%
61819.10/3116.67	c      3117          40893        2362        20        1036.0000        1022.6097      1.31%
61920.19/3121.74	c      3122          41032        2359        20        1036.0000        1022.6128      1.31%
62019.31/3126.79	c      3127          41102        2373        20        1036.0000        1022.6290      1.31%
62120.43/3131.81	c      3132          41172        2379        20        1036.0000        1022.6359      1.31%
62219.56/3136.85	c      3137          41292        2387        20        1036.0000        1022.6428      1.31%
62320.64/3141.95	c      3142          41406        2393        20        1036.0000        1022.6428      1.31%
62419.78/3146.99	c      3147          41469        2400        20        1036.0000        1022.6512      1.31%
62521.52/3152.05	c      3152          41538        2409        20        1036.0000        1022.6669      1.30%
62620.65/3157.08	c      3157          41630        2405        20        1036.0000        1022.6669      1.30%
62721.45/3162.14	c      3162          41706        2405        20        1036.0000        1022.6669      1.30%
62822.08/3167.21	c      3167          41807        2418        20        1036.0000        1022.6996      1.30%
62921.26/3172.26	c      3172          41922        2419        20        1036.0000        1022.7049      1.30%
63022.29/3177.31	c      3177          41982        2421        20        1036.0000        1022.7140      1.30%
63121.42/3182.36	c      3182          42114        2427        20        1036.0000        1022.7175      1.30%
63222.53/3187.42	c      3187          42211        2432        20        1036.0000        1022.7189      1.30%
63321.62/3192.47	c      3192          42308        2443        20        1036.0000        1022.7468      1.30%
63422.73/3197.52	c      3198          42362        2439        20        1036.0000        1022.7512      1.30%
63521.82/3202.58	c      3203          42458        2443        20        1036.0000        1022.7522      1.30%
63622.94/3207.60	c      3208          42542        2451        20        1036.0000        1022.7636      1.29%
63722.07/3212.69	c      3213          42642        2459        20        1036.0000        1022.7636      1.29%
63823.18/3217.74	c      3218          42755        2460        20        1036.0000        1022.7675      1.29%
63922.32/3222.79	c      3223          42850        2465        20        1036.0000        1022.7689      1.29%
64023.54/3227.84	c      3228          42986        2465        20        1036.0000        1022.7689      1.29%
64122.55/3232.88	c      3233          43100        2471        20        1036.0000        1022.8120      1.29%
64221.69/3237.89	c      3238          43205        2466        20        1036.0000        1022.8120      1.29%
64322.79/3242.94	c      3243          43332        2473        20        1036.0000        1022.8242      1.29%
64421.88/3247.97	c      3248          43387        2488        20        1036.0000        1022.8300      1.29%
64521.01/3252.98	c      3253          43476        2491        20        1036.0000        1022.8300      1.29%
64622.76/3258.03	c      3258          43582        2489        20        1036.0000        1022.8352      1.29%
64721.93/3263.07	c      3263          43658        2503        20        1036.0000        1022.8396      1.29%
64821.09/3268.13	c      3268          43792        2503        20        1036.0000        1022.8396      1.29%
64922.19/3273.18	c      3273          43821        2510        20        1036.0000        1022.8438      1.29%
65022.59/3278.23	c      3278          43908        2511        20        1036.0000        1022.8457      1.29%
65121.72/3283.28	c      3283          44008        2521        20        1036.0000        1022.8557      1.29%
65222.82/3288.33	c      3288          44130        2523        20        1036.0000        1022.8557      1.29%
65321.94/3293.38	c      3293          44235        2530        20        1036.0000        1022.8594      1.28%
65423.03/3298.42	c      3298          44348        2525        20        1036.0000        1022.8594      1.28%
65522.16/3303.47	c      3303          44472        2531        20        1036.0000        1022.8746      1.28%
65623.26/3308.53	c      3309          44521        2534        20        1036.0000        1022.8746      1.28%
65722.39/3313.56	c      3314          44644        2529        20        1036.0000        1022.8746      1.28%
65821.50/3318.59	c      3319          44722        2535        20        1036.0000        1022.8958      1.28%
65922.55/3323.68	c      3324          44772        2541        20        1036.0000        1022.8961      1.28%
66023.67/3328.73	c      3329          44816        2547        20        1036.0000        1022.8961      1.28%
66122.77/3333.78	c      3334          44923        2550        20        1036.0000        1022.8961      1.28%
66223.88/3338.83	c      3339          45033        2560        20        1036.0000        1022.9091      1.28%
66323.00/3343.86	c      3344          45062        2559        20        1036.0000        1022.9346      1.28%
66422.09/3348.88	c      3349          45149        2566        20        1036.0000        1022.9346      1.28%
66523.21/3353.93	c      3354          45212        2569        20        1036.0000        1022.9482      1.28%
66622.27/3358.99	c      3359          45298        2575        20        1036.0000        1022.9510      1.28%
66724.02/3364.10	c      3364          45375        2578        20        1036.0000        1022.9542      1.28%
66825.12/3369.13	c      3369          45442        2579        20        1036.0000        1022.9579      1.27%
66925.60/3374.22	c      3374          45528        2587        20        1036.0000        1022.9614      1.27%
67024.73/3379.23	c      3379          45634        2589        20        1036.0000        1022.9614      1.27%
67123.85/3384.26	c      3384          45682        2585        20        1036.0000        1022.9625      1.27%
67224.96/3389.31	c      3389          45765        2600        20        1036.0000        1022.9681      1.27%
67324.06/3394.33	c      3394          45815        2604        20        1036.0000        1022.9706      1.27%
67427.16/3399.59	c      3400          45873        2602        20        1036.0000        1022.9729      1.27%
67528.22/3404.64	c      3405          45973        2604        20        1036.0000        1022.9734      1.27%
67627.35/3409.69	c      3410          46042        2603        20        1036.0000        1022.9734      1.27%
67728.46/3414.74	c      3415          46078        2605        20        1036.0000        1022.9738      1.27%
67827.60/3419.79	c      3420          46162        2609        20        1036.0000        1022.9919      1.27%
67928.70/3424.84	c      3425          46202        2617        20        1036.0000        1022.9939      1.27%
68027.81/3429.89	c      3430          46302        2629        20        1036.0000        1022.9939      1.27%
68128.91/3434.92	c      3435          46440        2629        20        1036.0000        1022.9939      1.27%
68228.03/3439.99	c      3440          46564        2625        20        1036.0000        1022.9967      1.27%
68329.71/3445.04	c      3445          46657        2626        20        1036.0000        1022.9967      1.27%
68429.09/3450.09	c      3450          46745        2624        20        1036.0000        1022.9967      1.27%
68530.01/3455.13	c      3455          46767        2624        20        1036.0000        1022.9967      1.27%
68629.05/3460.18	c      3460          46798        2625        20        1036.0000        1022.9967      1.27%
68728.18/3465.18	c      3465          46810        2625        20        1036.0000        1022.9967      1.27%
68828.54/3470.21	c      3470          46875        2630        20        1036.0000        1023.0036      1.27%
68927.70/3475.25	c      3475          46936        2629        20        1036.0000        1023.0036      1.27%
69028.86/3480.38	c      3480          46992        2639        20        1036.0000        1023.0085      1.27%
69130.01/3485.44	c      3485          47068        2631        20        1036.0000        1023.0085      1.27%
69229.17/3490.49	c      3490          47117        2632        20        1036.0000        1023.0085      1.27%
69330.34/3495.54	c      3496          47219        2638        20        1036.0000        1023.0255      1.27%
69429.54/3500.59	c      3501          47324        2641        20        1036.0000        1023.0279      1.27%
69530.70/3505.64	c      3506          47422        2649        20        1036.0000        1023.0584      1.26%
69629.87/3510.69	c      3511          47482        2653        20        1036.0000        1023.0759      1.26%
69731.00/3515.70	c      3516          47586        2661        20        1036.0000        1023.0770      1.26%
69830.24/3520.71	c      3521          47688        2661        20        1036.0000        1023.0918      1.26%
69929.37/3525.74	c      3526          47766        2661        20        1036.0000        1023.0918      1.26%
70028.55/3530.75	c      3531          47864        2663        20        1036.0000        1023.0946      1.26%
70127.75/3535.77	c      3536          47893        2664        20        1036.0000        1023.1027      1.26%
70230.89/3540.90	c      3541          47931        2674        20        1036.0000        1023.1076      1.26%
70332.86/3546.04	c      3546          47995        2674        20        1036.0000        1023.1076      1.26%
70432.08/3551.09	c      3551          48089        2678        20        1036.0000        1023.1084      1.26%
70531.01/3556.12	c      3556          48159        2682        20        1036.0000        1023.1099      1.26%
70631.94/3561.14	c      3561          48249        2680        20        1036.0000        1023.1099      1.26%
70731.32/3566.15	c      3566          48343        2680        20        1036.0000        1023.1099      1.26%
70831.90/3571.25	c      3571          48457        2686        20        1036.0000        1023.1166      1.26%
70931.16/3576.26	c      3576          48542        2687        20        1036.0000        1023.1186      1.26%
71032.40/3581.39	c      3581          48580        2699        20        1036.0000        1023.1308      1.26%
71133.62/3586.44	c      3586          48667        2706        20        1036.0000        1023.1403      1.26%
71232.82/3591.49	c      3592          48717        2714        20        1036.0000        1023.1498      1.26%
71333.98/3596.51	c      3597          48787        2714        20        1036.0000        1023.1498      1.26%
71433.14/3601.54	c      3602          48852        2721        20        1036.0000        1023.1658      1.25%
71532.30/3606.59	c      3607          48942        2729        20        1036.0000        1023.1691      1.25%
71633.50/3611.61	c      3612          49034        2733        20        1036.0000        1023.1781      1.25%
71732.66/3616.62	c      3617          49102        2741        20        1036.0000        1023.1932      1.25%
71833.73/3621.79	c      3622          49151        2750        20        1036.0000        1023.1932      1.25%
71934.91/3626.84	c      3627          49208        2761        20        1036.0000        1023.1959      1.25%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (188139 MiB free)
  memory of node 1: 193531 MiB (187676 MiB free)
  memory of node 2: 193531 MiB (185822 MiB free)
  memory of node 3: 193531 MiB (192853 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-4465207-1722446614/watcher-4465207-1722446614 -o /tmp/evaluation-result-4465207-1722446614/solver-4465207-1722446614 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722441596-58883 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465207-1722446614.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=65617, runsolver pid=65614
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 80.36 80.36 80.07 62/1003 65638
/proc/meminfo: memFree=772538024/790760804 swapFree=131071996/131071996
[pid=65617] ppid=65614 vsize=1518196 memory=90412 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/stat : 65617 (fscip) S 65614 65617 58870 0 -1 1077936128 19960 0 0 0 8 3 0 0 20 0 21 0 11243984 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
/proc/65617/statm: 379549 22603 2774 3035 0 62609 0
[pid=65617/tid=65619] ppid=65614 vsize=1518196 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/65617/task/65619/stat : 65619 (fscip) S 65614 65617 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11243989 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65620] ppid=65614 vsize=1518196 memory=67123 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65620/stat : 65620 (fscip) S 65614 65617 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11243989 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65621] ppid=65614 vsize=1518196 memory=53017898648015 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65621/stat : 65621 (fscip) S 65614 65617 58870 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 21 0 11243989 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65622] ppid=65614 vsize=1518196 memory=58519768531522 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65622/stat : 65622 (fscip) S 65614 65617 58870 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 21 0 11243989 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65623] ppid=65614 vsize=1518196 memory=52987884208821 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65623/stat : 65623 (fscip) S 65614 65617 58870 0 -1 1077936192 1228 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65624] ppid=65614 vsize=1518196 memory=60693089092508 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65624/stat : 65624 (fscip) S 65614 65617 58870 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65625] ppid=65614 vsize=1518196 memory=15536310576219522 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65625/stat : 65625 (fscip) S 65614 65617 58870 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65626] ppid=65614 vsize=1518196 memory=13848594587322557 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65626/stat : 65626 (fscip) S 65614 65617 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65627] ppid=65614 vsize=1518196 memory=3978701783672585675 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65627/stat : 65627 (fscip) R 65614 65617 58870 0 -1 4194368 250 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65628] ppid=65614 vsize=1518196 memory=3617008654852882513 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65628/stat : 65628 (fscip) S 65614 65617 58870 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65629] ppid=65614 vsize=1518196 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/65617/task/65629/stat : 65629 (fscip) S 65614 65617 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65630] ppid=65614 vsize=1518196 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/65617/task/65630/stat : 65630 (fscip) S 65614 65617 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65631] ppid=65614 vsize=1518196 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/65617/task/65631/stat : 65631 (fscip) S 65614 65617 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65632] ppid=65614 vsize=1518196 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/65617/task/65632/stat : 65632 (fscip) S 65614 65617 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65633] ppid=65614 vsize=1518196 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/65617/task/65633/stat : 65633 (fscip) S 65614 65617 58870 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65634] ppid=65614 vsize=1518196 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/65617/task/65634/stat : 65634 (fscip) S 65614 65617 58870 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65635] ppid=65614 vsize=1518196 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/65617/task/65635/stat : 65635 (fscip) S 65614 65617 58870 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65636] ppid=65614 vsize=1518196 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/65617/task/65636/stat : 65636 (fscip) S 65614 65617 58870 0 -1 1077936192 1230 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65637] ppid=65614 vsize=1518196 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/65617/task/65637/stat : 65637 (fscip) S 65614 65617 58870 0 -1 1077936192 1228 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65638] ppid=65614 vsize=1518196 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/65617/task/65638/stat : 65638 (fscip) S 65614 65617 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11243990 1554632704 22603 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 1518196 KiB
Current children cumulated memory: 90412 KiB

[startup+0.224159 s]*
/proc/loadavg: 80.36 80.36 80.07 81/1023 65658
/proc/meminfo: memFree=772290556/790760804 swapFree=131071996/131071996
[pid=65617] ppid=65614 vsize=1798116 memory=350108 CPUtime=1.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/stat : 65617 (fscip) S 65614 65617 58870 0 -1 1077936128 84477 0 0 0 113 23 0 0 20 0 41 0 11243984 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
/proc/65617/statm: 449529 87527 2822 3035 0 172949 0
[pid=65617/tid=65619] ppid=65614 vsize=1798116 memory=8318255677412212789 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65619/stat : 65619 (fscip) D 65614 65617 58870 0 -1 4194368 3747 0 0 0 4 0 0 0 20 0 41 0 11243989 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65620] ppid=65614 vsize=1798116 memory=237112656212 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65620/stat : 65620 (fscip) R 65614 65617 58870 0 -1 4194368 3662 0 0 0 5 1 0 0 20 0 41 0 11243989 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65621] ppid=65614 vsize=1798116 memory=57411650258409 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/65617/task/65621/stat : 65621 (fscip) D 65614 65617 58870 0 -1 4194368 3856 0 0 0 6 1 0 0 20 0 41 0 11243989 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65622] ppid=65614 vsize=1798116 memory=62913520142031 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65622/stat : 65622 (fscip) D 65614 65617 58870 0 -1 4194368 4034 0 0 0 5 1 0 0 20 0 41 0 11243989 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65623] ppid=65614 vsize=1798116 memory=57381635819445 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65623/stat : 65623 (fscip) R 65614 65617 58870 0 -1 4194368 3827 0 0 0 4 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65624] ppid=65614 vsize=1798116 memory=54083134507337 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65624/stat : 65624 (fscip) R 65614 65617 58870 0 -1 4194368 3754 0 0 0 5 0 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65625] ppid=65614 vsize=1798116 memory=14409311157781635 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65625/stat : 65625 (fscip) R 65614 65617 58870 0 -1 4194368 3830 0 0 0 5 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65626] ppid=65614 vsize=1798116 memory=15544037222411389 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65626/stat : 65626 (fscip) D 65614 65617 58870 0 -1 4194368 3883 0 0 0 5 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65627] ppid=65614 vsize=1798116 memory=3617010862398925942 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65627/stat : 65627 (fscip) R 65614 65617 58870 0 -1 4194368 3908 0 0 0 5 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65628] ppid=65614 vsize=1798116 memory=3904955357004627760 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65628/stat : 65628 (fscip) D 65614 65617 58870 0 -1 4194368 4291 0 0 0 4 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65629] ppid=65614 vsize=1798116 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65629/stat : 65629 (fscip) D 65614 65617 58870 0 -1 4194368 4000 0 0 0 5 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65630] ppid=65614 vsize=1798116 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65630/stat : 65630 (fscip) D 65614 65617 58870 0 -1 4194368 3960 0 0 0 6 0 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65631] ppid=65614 vsize=1798116 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65631/stat : 65631 (fscip) D 65614 65617 58870 0 -1 4194368 4293 0 0 0 5 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65632] ppid=65614 vsize=1798116 memory=0 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65632/stat : 65632 (fscip) R 65614 65617 58870 0 -1 4194368 3634 0 0 0 5 0 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65633] ppid=65614 vsize=1798116 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65633/stat : 65633 (fscip) R 65614 65617 58870 0 -1 4194368 3705 0 0 0 5 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65634] ppid=65614 vsize=1798116 memory=0 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65634/stat : 65634 (fscip) D 65614 65617 58870 0 -1 4194368 4087 0 0 0 5 0 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65635] ppid=65614 vsize=1798116 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65635/stat : 65635 (fscip) R 65614 65617 58870 0 -1 4194368 4172 0 0 0 6 0 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65636] ppid=65614 vsize=1798116 memory=0 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65636/stat : 65636 (fscip) D 65614 65617 58870 0 -1 4194368 3667 0 0 0 5 0 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65637] ppid=65614 vsize=1798116 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65637/stat : 65637 (fscip) D 65614 65617 58870 0 -1 4194368 4086 0 0 0 5 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65638] ppid=65614 vsize=1798116 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65638/stat : 65638 (fscip) D 65614 65617 58870 0 -1 4194368 3882 0 0 0 5 1 0 0 20 0 41 0 11243990 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65639] ppid=65614 vsize=1798116 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/65617/task/65639/stat : 65639 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65640] ppid=65614 vsize=1798116 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/65617/task/65640/stat : 65640 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65641] ppid=65614 vsize=1798116 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/65617/task/65641/stat : 65641 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65642] ppid=65614 vsize=1798116 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/65617/task/65642/stat : 65642 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65643] ppid=65614 vsize=1798116 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/65617/task/65643/stat : 65643 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65644] ppid=65614 vsize=1798116 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/65617/task/65644/stat : 65644 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65645] ppid=65614 vsize=1798116 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/65617/task/65645/stat : 65645 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65646] ppid=65614 vsize=1798116 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/65617/task/65646/stat : 65646 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65647] ppid=65614 vsize=1798116 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/65617/task/65647/stat : 65647 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65648] ppid=65614 vsize=1798116 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/65617/task/65648/stat : 65648 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65649] ppid=65614 vsize=1798116 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/65617/task/65649/stat : 65649 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65650] ppid=65614 vsize=1798116 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/65617/task/65650/stat : 65650 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65651] ppid=65614 vsize=1798116 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/65617/task/65651/stat : 65651 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65652] ppid=65614 vsize=1798116 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/65617/task/65652/stat : 65652 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65653] ppid=65614 vsize=1798116 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/65617/task/65653/stat : 65653 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65654] ppid=65614 vsize=1798116 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/65617/task/65654/stat : 65654 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65655] ppid=65614 vsize=1798116 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/65617/task/65655/stat : 65655 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65656] ppid=65614 vsize=1798116 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/65617/task/65656/stat : 65656 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65657] ppid=65614 vsize=1798116 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/65617/task/65657/stat : 65657 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65658] ppid=65614 vsize=1798116 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/65617/task/65658/stat : 65658 (fscip) S 65614 65617 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11244001 1841270784 87527 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 1798116 KiB
Current children cumulated memory: 350108 KiB

[startup+0.331158 s]*
/proc/loadavg: 80.36 80.36 80.07 82/1023 65658
/proc/meminfo: memFree=772151028/790760804 swapFree=131071996/131071996
[pid=65617] ppid=65614 vsize=1800748 memory=485852 CPUtime=3.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/stat : 65617 (fscip) S 65614 65617 58870 0 -1 1077936128 124969 0 0 0 258 48 0 0 20 0 41 0 11243984 1843965952 121463 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 17 63 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
/proc/65617/statm: 450187 121463 2934 3035 0 208848 0
[pid=65617/tid=65619] ppid=65614 vsize=1800748 memory=7017546533858338647 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65619/stat : 65619 (fscip) R 65614 65617 58870 0 -1 4194368 5328 0 0 0 11 2 0 0 20 0 41 0 11243989 1843965952 121463 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65620] ppid=65614 vsize=1800748 memory=281378071812336 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65620/stat : 65620 (fscip) R 65614 65617 58870 0 -1 4194368 5099 0 0 0 11 2 0 0 20 0 41 0 11243989 1843965952 121463 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65621] ppid=65614 vsize=1800748 memory=34340462562508916 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65621/stat : 65621 (fscip) R 65614 65617 58870 0 -1 4194368 7563 0 0 0 14 2 0 0 20 0 41 0 11243989 1843965952 121463 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65622] ppid=65614 vsize=1800748 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65622/stat : 65622 (fscip) R 65614 65617 58870 0 -1 4194368 5064 0 0 0 14 1 0 0 20 0 41 0 11243989 1843965952 121463 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65623] ppid=65614 vsize=1800748 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65623/stat : 65623 (fscip) R 65614 65617 58870 0 -1 4194368 5300 0 0 0 10 3 0 0 20 0 41 0 11243990 1843965952 121463 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65624] ppid=65614 vsize=1800748 memory=0 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/65617/task/65624/stat : 65624 (fscip) R 65614 65617 58870 0 -1 4194368 7144 0 0 0 11 1 0 0 20 0 41 0 11243990 1843965952 121463 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65625] ppid=65614 vsize=1800748 memory=27992919332356134 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65625/stat : 65625 (fscip) R 65614 65617 58870 0 -1 4194368 5096 0 0 0 10 3 0 0 20 0 41 0 11243990 1843965952 121463 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65626] ppid=65614 vsize=1800748 memory=67060 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65626/stat : 65626 (fscip) R 65614 65617 58870 0 -1 4194368 5101 0 0 0 11 2 0 0 20 0 41 0 11243990 1843965952 121463 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0

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

[pid=65617/tid=65642] ppid=65614 vsize=7742004 memory=6483544 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/65617/task/65642/stat : 65642 (fscip) S 65614 65617 58870 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65643] ppid=65614 vsize=7742004 memory=1299836 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/65617/task/65643/stat : 65643 (fscip) S 65614 65617 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65644] ppid=65614 vsize=7742004 memory=-6000919502821483881 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/65617/task/65644/stat : 65644 (fscip) S 65614 65617 58870 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65645] ppid=65614 vsize=7742004 memory=6485716 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/65617/task/65645/stat : 65645 (fscip) S 65614 65617 58870 0 -1 1077936192 133 0 0 0 1 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65646] ppid=65614 vsize=7742004 memory=18232 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/65617/task/65646/stat : 65646 (fscip) S 65614 65617 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65647] ppid=65614 vsize=7742004 memory=6483828 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/65617/task/65647/stat : 65647 (fscip) S 65614 65617 58870 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65648] ppid=65614 vsize=7742004 memory=-7306360888528822909 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/65617/task/65648/stat : 65648 (fscip) S 65614 65617 58870 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65649] ppid=65614 vsize=7742004 memory=6485848 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/65617/task/65649/stat : 65649 (fscip) S 65614 65617 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65650] ppid=65614 vsize=7742004 memory=3760 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/65617/task/65650/stat : 65650 (fscip) S 65614 65617 58870 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65651] ppid=65614 vsize=7742004 memory=7522250877007652203 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/65617/task/65651/stat : 65651 (fscip) S 65614 65617 58870 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65652] ppid=65614 vsize=7742004 memory=6154260598426255456 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/65617/task/65652/stat : 65652 (fscip) S 65614 65617 58870 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65653] ppid=65614 vsize=7742004 memory=5472 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/65617/task/65653/stat : 65653 (fscip) S 65614 65617 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65654] ppid=65614 vsize=7742004 memory=2556 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/65617/task/65654/stat : 65654 (fscip) S 65614 65617 58870 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65655] ppid=65614 vsize=7742004 memory=2268 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/65617/task/65655/stat : 65655 (fscip) S 65614 65617 58870 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65656] ppid=65614 vsize=7742004 memory=6120 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/65617/task/65656/stat : 65656 (fscip) S 65614 65617 58870 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65657] ppid=65614 vsize=7742004 memory=6485848 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/65617/task/65657/stat : 65657 (fscip) S 65614 65617 58870 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65658] ppid=65614 vsize=7742004 memory=11708 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/65617/task/65658/stat : 65658 (fscip) S 65614 65617 58870 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 11244001 7927812096 1621700 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
Current children cumulated CPU time: 71052.2 s
Current children cumulated vsize: 7742004 KiB
Current children cumulated memory: 6486800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.14 s]
/proc/loadavg: 77.22 79.08 79.93 81/1023 67776
/proc/meminfo: memFree=758018004/790760804 swapFree=131071996/131071996
[pid=65617] ppid=65614 vsize=7807540 memory=6538876 CPUtime=72001.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/stat : 65617 (fscip) S 65614 65617 58870 0 -1 1077936128 30938807 0 0 0 7180328 19790 0 0 20 0 41 0 11243984 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
/proc/65617/statm: 1951885 1634719 2998 3035 0 1798101 0
[pid=65617/tid=65619] ppid=65614 vsize=7807540 memory=563851896684752 CPUtime=3596.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65619/stat : 65619 (fscip) R 65614 65617 58870 0 -1 4194368 1895791 0 0 0 359473 211 0 0 20 0 41 0 11243989 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65620] ppid=65614 vsize=7807540 memory=6403328 CPUtime=3592.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65620/stat : 65620 (fscip) R 65614 65617 58870 0 -1 4194368 2249040 0 0 0 358995 273 0 0 20 0 41 0 11243989 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65621] ppid=65614 vsize=7807540 memory=6404824 CPUtime=3602.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65621/stat : 65621 (fscip) R 65614 65617 58870 0 -1 4194368 319350 0 0 0 357885 2354 0 0 20 0 41 0 11243989 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65622] ppid=65614 vsize=7807540 memory=0 CPUtime=3597.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65622/stat : 65622 (fscip) R 65614 65617 58870 0 -1 4194368 1875012 0 0 0 359521 213 0 0 20 0 41 0 11243989 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65623] ppid=65614 vsize=7807540 memory=281378072870848 CPUtime=3595.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65623/stat : 65623 (fscip) R 65614 65617 58870 0 -1 4194368 2305043 0 0 0 359243 282 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65624] ppid=65614 vsize=7807540 memory=7007718038340857190 CPUtime=3600.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65624/stat : 65624 (fscip) R 65614 65617 58870 0 -1 4194368 329393 0 0 0 356724 3281 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65625] ppid=65614 vsize=7807540 memory=7522250877007652203 CPUtime=3598.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65625/stat : 65625 (fscip) R 65614 65617 58870 0 -1 4194368 1924808 0 0 0 359654 225 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65626] ppid=65614 vsize=7807540 memory=-7234866244444316287 CPUtime=3602.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65626/stat : 65626 (fscip) R 65614 65617 58870 0 -1 4194368 2209879 0 0 0 359944 268 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65627] ppid=65614 vsize=7807540 memory=25333125866717268 CPUtime=3600.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65627/stat : 65627 (fscip) R 65614 65617 58870 0 -1 4194368 328329 0 0 0 356880 3163 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65628] ppid=65614 vsize=7807540 memory=0 CPUtime=3598.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65628/stat : 65628 (fscip) R 65614 65617 58870 0 -1 4194368 1921522 0 0 0 359610 213 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65629] ppid=65614 vsize=7807540 memory=0 CPUtime=3605.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65629/stat : 65629 (fscip) R 65614 65617 58870 0 -1 4194368 2301876 0 0 0 360305 275 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65630] ppid=65614 vsize=7807540 memory=1848 CPUtime=3599.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65630/stat : 65630 (fscip) R 65614 65617 58870 0 -1 4194368 333951 0 0 0 357612 2313 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65631] ppid=65614 vsize=7807540 memory=6537768 CPUtime=3595.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65631/stat : 65631 (fscip) R 65614 65617 58870 0 -1 4194368 1907654 0 0 0 359380 218 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65632] ppid=65614 vsize=7807540 memory=0 CPUtime=3603.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65632/stat : 65632 (fscip) R 65614 65617 58870 0 -1 4194368 2246668 0 0 0 360065 275 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65633] ppid=65614 vsize=7807540 memory=-7234866244444316287 CPUtime=3601.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65633/stat : 65633 (fscip) R 65614 65617 58870 0 -1 4194368 316643 0 0 0 358021 2082 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65634] ppid=65614 vsize=7807540 memory=30962685530996822 CPUtime=3605.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65634/stat : 65634 (fscip) R 65614 65617 58870 0 -1 4194368 1795206 0 0 0 360321 207 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65635] ppid=65614 vsize=7807540 memory=0 CPUtime=3603 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65635/stat : 65635 (fscip) R 65614 65617 58870 0 -1 4194368 2194245 0 0 0 360048 252 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65636] ppid=65614 vsize=7807540 memory=281378074157696 CPUtime=3597.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65636/stat : 65636 (fscip) R 65614 65617 58870 0 -1 4194368 328685 0 0 0 356636 3132 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65637] ppid=65614 vsize=7807540 memory=6537768 CPUtime=3602.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65637/stat : 65637 (fscip) R 65614 65617 58870 0 -1 4194368 1799998 0 0 0 360008 205 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65638] ppid=65614 vsize=7807540 memory=25333125866717268 CPUtime=3601.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65638/stat : 65638 (fscip) R 65614 65617 58870 0 -1 4194368 2344946 0 0 0 359846 292 0 0 20 0 41 0 11243990 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65639] ppid=65614 vsize=7807540 memory=446 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/65617/task/65639/stat : 65639 (fscip) S 65614 65617 58870 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65640] ppid=65614 vsize=7807540 memory=6120 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/65617/task/65640/stat : 65640 (fscip) S 65614 65617 58870 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65641] ppid=65614 vsize=7807540 memory=2556 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/65617/task/65641/stat : 65641 (fscip) S 65614 65617 58870 0 -1 1077936192 68 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65642] ppid=65614 vsize=7807540 memory=6538088 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/65617/task/65642/stat : 65642 (fscip) S 65614 65617 58870 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65643] ppid=65614 vsize=7807540 memory=2752 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/65617/task/65643/stat : 65643 (fscip) S 65614 65617 58870 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65644] ppid=65614 vsize=7807540 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/65617/task/65644/stat : 65644 (fscip) S 65614 65617 58870 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65645] ppid=65614 vsize=7807540 memory=36300 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/65617/task/65645/stat : 65645 (fscip) S 65614 65617 58870 0 -1 1077936192 135 0 0 0 1 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65646] ppid=65614 vsize=7807540 memory=6517460 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/65617/task/65646/stat : 65646 (fscip) S 65614 65617 58870 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65647] ppid=65614 vsize=7807540 memory=7140 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/65617/task/65647/stat : 65647 (fscip) S 65614 65617 58870 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65648] ppid=65614 vsize=7807540 memory=36300 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/65617/task/65648/stat : 65648 (fscip) S 65614 65617 58870 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65649] ppid=65614 vsize=7807540 memory=563851896684752 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/65617/task/65649/stat : 65649 (fscip) S 65614 65617 58870 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65650] ppid=65614 vsize=7807540 memory=6515640 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/65617/task/65650/stat : 65650 (fscip) S 65614 65617 58870 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65651] ppid=65614 vsize=7807540 memory=10556 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/65617/task/65651/stat : 65651 (fscip) S 65614 65617 58870 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65652] ppid=65614 vsize=7807540 memory=6535640 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/65617/task/65652/stat : 65652 (fscip) S 65614 65617 58870 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65653] ppid=65614 vsize=7807540 memory=281378072112752 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/65617/task/65653/stat : 65653 (fscip) S 65614 65617 58870 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65654] ppid=65614 vsize=7807540 memory=3054156605368933524 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/65617/task/65654/stat : 65654 (fscip) S 65614 65617 58870 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65655] ppid=65614 vsize=7807540 memory=6856 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/65617/task/65655/stat : 65655 (fscip) S 65614 65617 58870 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65656] ppid=65614 vsize=7807540 memory=6537768 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/65617/task/65656/stat : 65656 (fscip) S 65614 65617 58870 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65657] ppid=65614 vsize=7807540 memory=10556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/65617/task/65657/stat : 65657 (fscip) S 65614 65617 58870 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
[pid=65617/tid=65658] ppid=65614 vsize=7807540 memory=6377764 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/65617/task/65658/stat : 65658 (fscip) S 65614 65617 58870 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 11244001 7994920960 1634719 809668444160 4194304 16623229 140736716082928 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 54886400 140736716084234 140736716084352 140736716084352 140736716091376 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 7807540 KiB
Current children cumulated memory: 6538876 KiB

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

[startup+3630.37 s]
# the end of solver process 65617 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=198.117 s

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

[startup+3630.21 s]*
/proc/loadavg: 77.22 79.08 79.93 62/984 67776
/proc/meminfo: memFree=759824768/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3630.32 s]
/proc/loadavg: 77.22 79.08 79.93 62/984 67776
/proc/meminfo: memFree=759824768/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): 3630.37
CPU time (s): 72001.6
CPU user time (s): 71803.5
CPU system time (s): 198.117
CPU usage (%): 1983.31
Max. virtual memory (cumulated for all children) (KiB): 7807540
Max. memory (cumulated for all children) (KiB): 6538876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71803.5
system time used= 198.117
maximum resident set size= 6538876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30938988
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= 241296
involuntary context switches= 307940


# summary of solver processes directly reported to runsolver:
#   pid: 65617
#   total CPU time (s): 72001.6
#   total CPU user time (s): 71803.5
#   total CPU system time (s): 198.117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4249 second user time and 79.3676 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 19:23:34
IDJOB=4465207
IDBENCH=147528
IDSOLVER=3094
FILE ID=nodeD102/4465207-1722446614
RUNJOBID= nodeD102-1722441596-58883
SLURM_JOB_ID= 8254232
Free space on /tmp= 8622836 MiB

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

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

MD5SUM BENCH= 814b6c4383076cbdda85b96364bc781d
RANDOM SEED=1873181403

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        772600628 kB
MemAvailable:   770538040 kB
Buffers:          137908 kB
Cached:           627264 kB
SwapCached:            0 kB
Active:           292832 kB
Inactive:       15513060 kB
Active(anon):       2260 kB
Inactive(anon): 15060992 kB
Active(file):     290572 kB
Inactive(file):   452068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29056 kB
Writeback:            12 kB
AnonPages:      15028740 kB
Mapped:           126856 kB
Shmem:             22536 kB
KReclaimable:     119500 kB
Slab:             450752 kB
SReclaimable:     119500 kB
SUnreclaim:       331252 kB
KernelStack:       16848 kB
PageTables:        40860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2343820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           199296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      462848 kB
DirectMap2M:    45123584 kB
DirectMap1G:    760217600 kB

Free space on /tmp at the end= 8622744 MiB
End job on nodeD102 at 2024-07-31 20:24:04