Trace number 4467308

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72001.7 3632.76

General information on the benchmark

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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 32169984, getVmSize() = 32169984, SCIPgetMemUsed() = 8605930, SCIPgetMemTotal() = 10361490, SCIPgetMemExternEstim() = 5420718
0.00/0.01	c ** set memory limit for presolving in LC to 8.79599e+12 for SCIP **
0.00/0.05	c ** Estimated virtualMemUsedAtSolver = 21753790, getVmSize() = 41844736, SCIPgetMemUsed() = 9876979, SCIPgetMemTotal() = 18625003, SCIPgetMemExternEstim() = 5420718
0.00/0.05	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
0.00/0.05	c Original Problem   :
0.00/0.05	c   Problem name     : instance-4467308-1723211538
0.00/0.05	c   Variables        : 1960 (1960 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 4000
0.00/0.05	c   Objective sense  : minimize
0.00/0.05	c Presolved Problem  :
0.00/0.05	c   Variables        : 1468 (1468 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 2817
0.00/0.05	c Constraints        : Number
0.00/0.05	c   setppc           : 2817 
0.00/0.05	c ** Instance transfer method used: 0
0.00/0.06	c ** ParaScipInstance copy does not increase the number of variables. **
0.13/0.16	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.13/0.16	c                                Nodes    Active                                            
0.13/0.16	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.13/0.18	c *       0              0           1        20        1706.0000                -          -
1.92/0.29	c *       0              0           1        20        1166.0000                -          -
1.92/0.29	c *       0              0           1        20        1082.0000                -          -
1.92/0.31	c *       0              0           1        20        1071.0000                -          -
65.06/3.54	c *       4              0           1        20        1066.0000                -          -
66.97/3.64	c *       4              0           1        20        1064.0000                -          -
68.91/3.76	c *       4              0           1        20        1062.0000                -          -
70.86/3.87	c *       4              0           1        20        1060.0000                -          -
75.41/4.03	c *       4              0           1        20        1058.0000                -          -
78.64/4.22	c *       4              0           1        20        1056.0000                -          -
80.68/4.36	c *       4              0           1        20        1054.0000                -          -
88.55/4.70	c *       5              0           1        20        1053.0000                -          -
92.52/5.03	c *       5              0           1        20        1052.0000                -          -
92.52/5.03	c         5              0           1        20        1052.0000                -          -
98.43/5.23	c *       5              0           1        20        1051.0000                -          -
102.39/5.40	c *       5              0           1        20        1049.0000                -          -
106.36/5.65	c *       6              0           1        20        1047.0000                -          -
174.88/9.10	c *       9              2           1        20        1046.0000         999.0329      4.70%
179.69/9.40	c *       9              2           1        20        1045.0000         999.0329      4.60%
187.64/9.76	c *      10              2           1        20        1044.0000         999.0329      4.50%
191.61/10.04	c *      10              2           1        20        1043.0000         999.0329      4.40%
191.61/10.04	c        10              2           1        20        1043.0000         999.0329      4.40%
199.52/10.36	c *      10              2           1        20        1042.0000         999.0329      4.30%
205.48/10.66	c *      11              2           1        20        1041.0000         999.0329      4.20%
211.44/10.92	c *      11              2           1        20        1040.0000         999.0329      4.10%
217.37/11.24	c *      11              2           1        20        1039.0000         999.0329      4.00%
251.01/13.02	c *      13              2           1        20        1038.0000        1003.3239      3.46%
258.86/13.34	c *      13              2           1        20        1037.0000        1003.3239      3.36%
273.86/14.10	c *      14              3           2        20        1036.0000        1003.8468      3.20%
286.54/14.74	c *      15              3           2        20        1035.0000        1003.8468      3.10%
298.22/15.34	c        15              3           2        20        1035.0000        1003.8468      3.10%
386.79/19.85	c *      20              5           4        20        1034.0000        1003.8468      3.00%
406.44/20.83	c        21              5           4        20        1034.0000        1003.8468      3.00%
509.94/26.13	c        26              8           7        20        1034.0000        1003.8468      3.00%
613.70/31.31	c        31             72          33        20        1034.0000        1003.8472      3.00%
714.48/36.42	c        36            182          57        20        1034.0000        1004.2772      2.96%
813.40/41.41	c *      41            292          73        20        1033.0000        1004.4180      2.85%
813.40/41.48	c        41            292          73        20        1033.0000        1004.4180      2.85%
916.43/46.63	c        47            405          74        20        1033.0000        1004.5201      2.84%
1015.06/51.68	c        52            462          97        20        1033.0000        1004.6968      2.82%
1115.64/56.76	c        57            422          78        20        1033.0000        1004.9290      2.79%
1216.38/61.86	c        62            454          86        20        1033.0000        1005.3421      2.75%
1315.17/66.88	c        67            512          98        20        1033.0000        1005.7067      2.71%
1416.14/71.93	c        72            622         106        20        1033.0000        1005.7647      2.71%
1515.05/77.03	c        77            672         116        20        1033.0000        1005.8992      2.69%
1617.31/82.11	c        82            734         122        20        1033.0000        1006.0040      2.68%
1723.12/87.41	c        87            882         128        20        1033.0000        1006.2286      2.66%
1822.14/92.49	c        92           1012         138        20        1033.0000        1006.2305      2.66%
1923.22/97.51	c        98           1015         141        20        1033.0000        1006.2305      2.66%
2022.41/102.55	c       103           1084         148        20        1033.0000        1006.4286      2.64%
2123.34/107.65	c       108           1164         158        20        1033.0000        1006.5620      2.63%
2224.42/112.71	c       113           1270         168        20        1033.0000        1006.8917      2.59%
2323.51/117.78	c       118            462         203        20        1033.0000        1007.1506      2.57%
2424.62/122.80	c       123            566         211        20        1033.0000        1007.1506      2.57%
2523.74/127.87	c       128            676         215        20        1033.0000        1007.4010      2.54%
2624.86/132.92	c       133            742         221        20        1033.0000        1007.7181      2.51%
2724.00/137.95	c       138            806         227        20        1033.0000        1007.9836      2.48%
2823.12/143.01	c       143            882         229        20        1033.0000        1008.0966      2.47%
2925.16/148.09	c       148            944         235        20        1033.0000        1008.2622      2.45%
3024.35/153.12	c       153           1035         246        20        1033.0000        1008.4805      2.43%
3123.54/158.13	c       158           1092         245        20        1033.0000        1008.4855      2.43%
3222.64/163.13	c       163           1112         247        20        1033.0000        1008.6079      2.42%
3326.49/168.30	c       168           1132         255        20        1033.0000        1008.8111      2.40%
3425.20/173.35	c       173           1215         264        20        1033.0000        1008.8854      2.39%
3526.21/178.40	c       178           1362         259        20        1033.0000        1008.8861      2.39%
3625.28/183.45	c       183           1460         269        20        1033.0000        1008.8861      2.39%
3726.37/188.50	c       189           1543         278        20        1033.0000        1009.0610      2.37%
3825.39/193.53	c       194           1632         285        20        1033.0000        1009.0640      2.37%
3926.49/198.61	c       199           1672         289        20        1033.0000        1009.1920      2.36%
4025.62/203.66	c       204           1732         289        20        1033.0000        1009.2901      2.35%
4124.74/208.67	c       209           1733         290        20        1033.0000        1009.2901      2.35%
4225.81/213.72	c       214           1852         295        20        1033.0000        1009.4041      2.34%
4324.93/218.80	c       219           1931         298        20        1033.0000        1009.4041      2.34%
4426.03/223.85	c       224           1962         303        20        1033.0000        1009.4283      2.34%
4527.16/228.91	c       229           1982         305        20        1033.0000        1009.4688      2.33%
4626.29/233.98	c       234           2030         315        20        1033.0000        1009.4688      2.33%
4725.45/239.01	c       239           2152         319        20        1033.0000        1009.5440      2.32%
4827.61/244.10	c       244           2165         326        20        1033.0000        1009.5721      2.32%
4928.50/249.15	c       249           2276         335        20        1033.0000        1009.6528      2.31%
5027.29/254.20	c       254           2324         341        20        1033.0000        1009.7342      2.30%
5127.57/259.24	c       259           2448         347        20        1033.0000        1009.7775      2.30%
5226.58/264.29	c       264           2465         348        20        1033.0000        1009.7830      2.30%
5327.63/269.32	c       269           2586         353        20        1033.0000        1009.7830      2.30%
5426.76/274.35	c       274           2652         359        20        1033.0000        1009.8383      2.29%
5525.83/279.37	c       279           2675         366        20        1033.0000        1009.8383      2.29%
5624.87/284.38	c       284           2811         368        20        1033.0000        1009.8383      2.29%
5726.00/289.45	c       289           2922         365        20        1033.0000        1009.8427      2.29%
5825.13/294.47	c       294           2962         373        20        1033.0000        1009.8543      2.29%
5926.25/299.50	c       300           2993         376        20        1033.0000        1009.8543      2.29%
6025.36/304.56	c       305           2993         376        20        1033.0000        1009.8543      2.29%
6124.49/309.57	c       310           3013          11        20        1033.0000        1009.8543      2.29%
6229.59/314.84	c       315           3062          32        20        1033.0000        1009.8543      2.29%
6328.74/319.89	c       320           3113          31        20        1033.0000        1009.8543      2.29%
6429.87/324.91	c       325           3146          38        20        1033.0000        1009.8543      2.29%
6528.98/329.97	c       330           3278          42        20        1033.0000        1009.8543      2.29%
6631.23/335.06	c       335           3370          52        20        1033.0000        1009.8543      2.29%
6730.46/340.10	c       340           3475          55        20        1033.0000        1009.8543      2.29%
6829.68/345.15	c       345           3533          55        20        1033.0000        1009.8543      2.29%
6931.44/350.21	c       350           3575          63        20        1033.0000        1009.8543      2.29%
7030.48/355.27	c       355           3664          68        20        1033.0000        1009.8543      2.29%
7129.66/360.29	c       360           3744          74        20        1033.0000        1009.8543      2.29%
7230.81/365.33	c       365           3591         208        20        1033.0000        1009.9040      2.29%
7331.96/370.42	c       370           3654         219        20        1033.0000        1009.9525      2.28%
7431.09/375.47	c       375           3763         216        20        1033.0000        1009.9547      2.28%
7532.27/380.52	c       381           3811         216        20        1033.0000        1009.9763      2.28%
7631.43/385.57	c       386           3891         212        20        1033.0000        1009.9763      2.28%
7732.56/390.60	c       391           3910         215        20        1033.0000        1009.9763      2.28%
7831.72/395.60	c       396           3970         215        20        1033.0000        1010.0225      2.27%
7932.86/400.72	c       401           4050         223        20        1033.0000        1010.0300      2.27%
8032.02/405.73	c       406           4100         227        20        1033.0000        1010.1528      2.26%
8131.19/410.77	c       411           4180         229        20        1033.0000        1010.1528      2.26%
8232.22/415.87	c       416           4243         230        20        1033.0000        1010.1657      2.26%
8333.38/420.91	c       421           4303         232        20        1033.0000        1010.1983      2.26%
8432.51/426.00	c       426           4310         235        20        1033.0000        1010.1983      2.26%
8531.63/431.05	c       431           4353         238        20        1033.0000        1010.3668      2.24%
8634.07/436.10	c       436           4390         243        20        1033.0000        1010.3880      2.24%
8733.14/441.15	c       441           4471         250        20        1033.0000        1010.3948      2.24%
8834.99/446.20	c       446           4884         170        20        1033.0000        1010.5918      2.22%
8934.01/451.23	c       451           4919         181        20        1033.0000        1010.7171      2.20%
9033.15/456.30	c       456           4994         176        20        1033.0000        1010.7436      2.20%
9134.18/461.33	c       461           5093         185        20        1033.0000        1010.7896      2.20%
9235.30/466.41	c       466           5123         193        20        1033.0000        1010.7897      2.20%
9334.24/471.45	c       471           5216         200        20        1033.0000        1010.7897      2.20%
9433.23/476.49	c       476           5303         203        20        1033.0000        1010.8103      2.20%
9534.30/481.55	c       482           5388         208        20        1033.0000        1010.9399      2.18%
9635.35/486.60	c       487           5463         211        20        1033.0000        1011.0168      2.17%
9734.45/491.62	c       492           5504         216        20        1033.0000        1011.0168      2.17%
9835.61/496.70	c       497           5533         223        20        1033.0000        1011.0240      2.17%
9934.77/501.75	c       502           5584         236        20        1033.0000        1011.0660      2.17%
10033.92/506.78	c       507           5681         243        20        1033.0000        1011.0660      2.17%
10135.01/511.85	c       512           5783         243        20        1033.0000        1011.1379      2.16%
10236.03/516.91	c       517           5823         245        20        1033.0000        1011.1754      2.16%
10335.18/521.96	c       522           5893         253        20        1033.0000        1011.1908      2.16%
10434.37/527.01	c       527           5934         260        20        1033.0000        1011.1908      2.16%
10533.39/532.06	c       532           5967         263        20        1033.0000        1011.2104      2.15%
10635.70/537.12	c       537           6013         271        20        1033.0000        1011.2285      2.15%
10734.81/542.15	c       542           6073         275        20        1033.0000        1011.2513      2.15%
10836.68/547.21	c       547           6156         278        20        1033.0000        1011.2513      2.15%
10935.83/552.27	c       552           6223         275        20        1033.0000        1011.3357      2.14%
11036.94/557.31	c       557           6303         277        20        1033.0000        1011.3357      2.14%
11136.11/562.37	c       562           6386         278        20        1033.0000        1011.3357      2.14%
11237.23/567.42	c       567           6451         281        20        1033.0000        1011.3357      2.14%
11336.39/572.47	c       572           6477         283        20        1033.0000        1011.3652      2.14%
11437.50/577.52	c       578           6507         289        20        1033.0000        1011.4342      2.13%
11536.66/582.55	c       583           6566         292        20        1033.0000        1011.4342      2.13%
11635.79/587.58	c       588           6610         296        20        1033.0000        1011.4832      2.13%
11736.87/592.67	c       593           6657         297        20        1033.0000        1011.4907      2.13%
11837.99/597.72	c       598           6729         299        20        1033.0000        1011.4907      2.13%
11937.04/602.74	c       603           6822         300        20        1033.0000        1011.4907      2.13%
12036.08/607.76	c       608           6853         301        20        1033.0000        1011.5042      2.13%
12137.06/612.87	c       613           6915         307        20        1033.0000        1011.5042      2.13%
12238.19/617.92	c       618           6977         309        20        1033.0000        1011.5693      2.12%
12337.35/622.98	c       623           7033         311        20        1033.0000        1011.5804      2.12%
12436.47/628.02	c       628           7076         316        20        1033.0000        1011.5804      2.12%
12538.60/633.07	c       633           7146         320        20        1033.0000        1011.6695      2.11%
12637.53/638.13	c       638           7193         329        20        1033.0000        1011.8228      2.09%
12736.88/643.14	c       643           7254         332        20        1033.0000        1011.8228      2.09%
12838.63/648.22	c       648           7299         339        20        1033.0000        1011.8297      2.09%
12937.70/653.27	c       653           7363         339        20        1033.0000        1011.8464      2.09%
13036.83/658.30	c       658           7418         342        20        1033.0000        1011.8464      2.09%
13137.90/663.37	c       663           7532         340        20        1033.0000        1011.8464      2.09%
13238.99/668.41	c       668           7577         343        20        1033.0000        1011.9789      2.08%
13338.10/673.47	c       673           7650         350        20        1033.0000        1011.9789      2.08%
13439.25/678.52	c       679           7709         353        20        1033.0000        1012.0023      2.07%
13538.37/683.57	c       684           7828         354        20        1033.0000        1012.0023      2.07%
13637.44/688.59	c       689           7870         362        20        1033.0000        1012.0079      2.07%
13738.49/693.67	c       694           7969         363        20        1033.0000        1012.0079      2.07%
13839.65/698.73	c       699           8038         368        20        1033.0000        1012.0226      2.07%
13938.84/703.76	c       704           8157         365        20        1033.0000        1012.0226      2.07%
14039.94/708.82	c       709           8228         368        20        1033.0000        1012.0226      2.07%
14139.09/713.85	c       714           8263         367        20        1033.0000        1012.0433      2.07%
14240.17/718.95	c       719           8307         377        20        1033.0000        1012.0626      2.07%
14339.25/723.99	c       724           8435         379        20        1033.0000        1012.0626      2.07%
14438.26/729.05	c       729           8506         386        20        1033.0000        1012.1757      2.06%
14540.64/734.10	c       734           8648         384        20        1033.0000        1012.1757      2.06%
14639.78/739.15	c       739           8664         386        20        1033.0000        1012.2143      2.05%
14741.72/744.20	c       744           8730         396        20        1033.0000        1012.3219      2.04%
14840.93/749.25	c       749           8763         397        20        1033.0000        1012.3594      2.04%
14942.10/754.30	c       754           8793         405        20        1033.0000        1012.3794      2.04%
15041.27/759.35	c       759           8883         407        20        1033.0000        1012.4490      2.03%
15142.46/764.42	c       764           8934         414        20        1033.0000        1012.4490      2.03%
15241.65/769.45	c       769           8978         416        20        1033.0000        1012.4490      2.03%
15342.81/774.50	c       775           9008         422        20        1033.0000        1012.5096      2.02%
15441.99/779.52	c       780           9051         423        20        1033.0000        1012.5096      2.02%
15541.16/784.54	c       785           9113         427        20        1033.0000        1012.5670      2.02%
15640.38/789.55	c       790           9169         435        20        1033.0000        1012.5700      2.02%
15739.50/794.56	c       795           9233         439        20        1033.0000        1012.6136      2.01%
15838.68/799.56	c       800           9264         446        20        1033.0000        1012.7243      2.00%
15937.81/804.58	c       805           9296         452        20        1033.0000        1012.7251      2.00%
16038.94/809.60	c       810           9325         455        20        1033.0000        1012.7251      2.00%
16138.07/814.61	c       815           9446         454        20        1033.0000        1012.7251      2.00%
16237.22/819.67	c       820           9536         460        20        1033.0000        1012.7251      2.00%
16336.37/824.69	c       825           9598         460        20        1033.0000        1012.7251      2.00%
16437.57/829.77	c       830           9705         467        20        1033.0000        1012.7619      2.00%
16538.69/834.83	c       835           9733         473        20        1033.0000        1012.7877      2.00%
16637.84/839.87	c       840           9797         475        20        1033.0000        1012.7877      2.00%
16738.97/844.92	c       845           9902         482        20        1033.0000        1012.8185      1.99%
16838.15/849.98	c       850          10013         485        20        1033.0000        1012.8185      1.99%
16937.27/855.03	c       855          10104         484        20        1033.0000        1012.8396      1.99%
17039.50/860.08	c       860          10163         491        20        1033.0000        1012.9048      1.98%
17138.71/865.14	c       865          10185         495        20        1033.0000        1012.9048      1.98%
17239.96/870.19	c       870          10241         499        20        1033.0000        1012.9239      1.98%
17339.87/875.25	c       875          10333         499        20        1033.0000        1012.9566      1.98%
17441.06/880.30	c       880          10389         507        20        1033.0000        1012.9566      1.98%
17540.17/885.35	c       885          10438         514        20        1033.0000        1012.9628      1.98%
17641.33/890.41	c       890          10489         519        20        1033.0000        1012.9663      1.98%
17740.45/895.43	c       895          10523         525        20        1033.0000        1013.0878      1.97%
17841.60/900.52	c       901          10633         533        20        1033.0000        1013.1331      1.96%
17940.72/905.58	c       906          10743         539        20        1033.0000        1013.2077      1.95%
18041.70/910.62	c       911          10764         544        20        1033.0000        1013.2095      1.95%
18140.72/915.68	c       916          10784         554        20        1033.0000        1013.2095      1.95%
18241.88/920.74	c       921          10856         562        20        1033.0000        1013.2103      1.95%
18341.01/925.79	c       926          10932         568        20        1033.0000        1013.2280      1.95%
18442.18/930.81	c       931          10987         575        20        1033.0000        1013.2411      1.95%
18541.29/935.82	c       936          12351         509        20        1033.0000        1013.3267      1.94%
18642.38/940.91	c       941          12474         514        20        1033.0000        1013.3267      1.94%
18741.54/945.93	c       946          12477         513        20        1033.0000        1013.3848      1.94%
18840.69/951.02	c       951          12543         525        20        1033.0000        1013.4349      1.93%
18943.01/956.09	c       956          12669         535        20        1033.0000        1013.4357      1.93%
19043.96/961.16	c       961          12801         539        20        1033.0000        1013.4357      1.93%
19143.87/966.21	c       966          12876         542        20        1033.0000        1013.4408      1.93%
19242.97/971.28	c       971          12970         540        20        1033.0000        1013.4672      1.93%
19344.18/976.33	c       976          13017         545        20        1033.0000        1013.4921      1.92%
19443.17/981.38	c       981          13127         553        20        1033.0000        1013.5293      1.92%
19544.20/986.41	c       986          13171         563        20        1033.0000        1013.5402      1.92%
19643.30/991.49	c       992          13257         567        20        1033.0000        1013.5627      1.92%
19744.43/996.54	c       997          13317         575        20        1033.0000        1013.5841      1.92%
19843.60/1001.59	c      1002          13373         581        20        1033.0000        1013.5841      1.92%
19944.59/1006.64	c      1007          13457         585        20        1033.0000        1013.6008      1.91%
20043.64/1011.69	c      1012          13512         596        20        1033.0000        1013.6223      1.91%
20144.71/1016.74	c      1017          13595         603        20        1033.0000        1013.6354      1.91%
20243.86/1021.80	c      1022          13669         607        20        1033.0000        1013.6526      1.91%
20344.96/1026.85	c      1027          13697         609        20        1033.0000        1013.6591      1.91%
20444.08/1031.89	c      1032          13777         619        20        1033.0000        1013.7507      1.90%
20545.18/1036.95	c      1037          13817         627        20        1033.0000        1013.7507      1.90%
20644.30/1041.97	c      1042          13883         635        20        1033.0000        1013.7751      1.90%
20743.43/1046.99	c      1047          13983         643        20        1033.0000        1013.8309      1.89%
20845.77/1052.10	c      1052          14057         647        20        1033.0000        1013.8753      1.89%
20944.72/1057.15	c      1057          14135         651        20        1033.0000        1013.8753      1.89%
21046.61/1062.20	c      1062          14184         652        20        1033.0000        1013.8753      1.89%
21145.59/1067.25	c      1067          14251         657        20        1033.0000        1013.9099      1.88%
21246.71/1072.31	c      1072          14317         659        20        1033.0000        1013.9546      1.88%
21345.68/1077.35	c      1077          14371         667        20        1033.0000        1013.9734      1.88%
21446.83/1082.41	c      1082          14447         667        20        1033.0000        1013.9911      1.87%
21545.88/1087.47	c      1087          14517         673        20        1033.0000        1013.9962      1.87%
21646.94/1092.52	c      1093          14566         678        20        1033.0000        1013.9962      1.87%
21746.04/1097.58	c      1098          14642         680        20        1033.0000        1014.0087      1.87%
21847.19/1102.63	c      1103          14733         685        20        1033.0000        1014.0087      1.87%
21946.26/1107.66	c      1108          14790         696        20        1033.0000        1014.0105      1.87%
22047.32/1112.72	c      1113          14874         696        20        1033.0000        1014.0105      1.87%
22146.53/1117.73	c      1118          14890         698        20        1033.0000        1014.0108      1.87%
22245.69/1122.76	c      1123          14904         698        20        1033.0000        1014.0108      1.87%
22346.87/1127.83	c      1128          15036         698        20        1033.0000        1014.0108      1.87%
22447.87/1132.93	c      1133          15164         702        20        1033.0000        1014.0131      1.87%
22547.04/1137.97	c      1138          13687         725        20        1033.0000        1014.0802      1.87%
22649.26/1143.05	c      1143          13762         734        20        1033.0000        1014.0885      1.86%
22748.66/1148.10	c      1148          13823         737        20        1033.0000        1014.0891      1.86%
22847.49/1153.14	c      1153          13833         741        20        1033.0000        1014.0924      1.86%
22949.58/1158.20	c      1158          13870         750        20        1033.0000        1014.1181      1.86%
23048.72/1163.26	c      1163          13913         749        20        1033.0000        1014.1491      1.86%
23147.90/1168.29	c      1168          13943         753        20        1033.0000        1014.1764      1.86%
23249.04/1173.33	c      1173          13990         760        20        1033.0000        1014.1764      1.86%
23350.19/1178.40	c      1178          15787         761        20        1033.0000        1014.2338      1.85%
23449.27/1183.45	c      1183          15897         767        20        1033.0000        1014.2402      1.85%
23548.35/1188.49	c      1188          15977         785        20        1033.0000        1014.2713      1.85%
23649.43/1193.55	c      1194          16053         789        20        1033.0000        1014.2713      1.85%
23750.65/1198.61	c      1199          16172         794        20        1033.0000        1014.2732      1.85%
23849.64/1203.62	c      1204          16237         795        20        1033.0000        1014.2734      1.85%
23950.66/1208.72	c      1209          16297         813        20        1033.0000        1014.3200      1.84%
24049.70/1213.74	c      1214          16367         815        20        1033.0000        1014.3221      1.84%
24150.85/1218.81	c      1219          16445         821        20        1033.0000        1014.3221      1.84%
24250.01/1223.83	c      1224          16551         835        20        1033.0000        1014.3251      1.84%
24351.11/1228.91	c      1229          16597         839        20        1033.0000        1014.4444      1.83%
24450.25/1233.97	c      1234          16671         847        20        1033.0000        1014.4507      1.83%
24549.39/1239.03	c      1239          16739         857        20        1033.0000        1014.4721      1.83%
24651.70/1244.08	c      1244          16795         861        20        1033.0000        1014.4934      1.82%
24750.87/1249.12	c      1249          16934         864        20        1033.0000        1014.5040      1.82%
24851.64/1254.15	c      1254          17058         864        20        1033.0000        1014.5200      1.82%
24951.75/1259.24	c      1259          17175         869        20        1033.0000        1014.5761      1.82%
25050.86/1264.29	c      1264          17350         868        20        1033.0000        1014.5777      1.82%
25151.95/1269.35	c      1269          17473         875        20        1033.0000        1014.5777      1.82%
25253.04/1274.40	c      1274          17623         885        20        1033.0000        1014.5781      1.82%
25352.15/1279.45	c      1279          17698         888        20        1033.0000        1014.6127      1.81%
25453.16/1284.51	c      1285          17774         888        20        1033.0000        1014.6127      1.81%
25552.31/1289.56	c      1290          17883         897        20        1033.0000        1014.6269      1.81%
25653.40/1294.61	c      1295          17947         899        20        1033.0000        1014.6438      1.81%
25752.54/1299.66	c      1300          18037         905        20        1033.0000        1014.6627      1.81%
25853.66/1304.71	c      1305          18137         919        20        1033.0000        1014.7049      1.80%
25952.81/1309.76	c      1310          18269         931        20        1033.0000        1014.7228      1.80%
26053.72/1314.81	c      1315          18407         931        20        1033.0000        1014.7284      1.80%
26152.88/1319.86	c      1320          18477         935        20        1033.0000        1014.7311      1.80%
26253.98/1324.90	c      1325          18563         941        20        1033.0000        1014.7311      1.80%
26353.15/1329.98	c      1330          18647         951        20        1033.0000        1014.7761      1.80%
26452.25/1335.02	c      1335          18690         966        20        1033.0000        1014.7764      1.80%
26554.52/1340.07	c      1340          16426         934        20        1033.0000        1014.8011      1.79%
26653.90/1345.13	c      1345          18958         966        20        1033.0000        1014.8064      1.79%
26754.88/1350.17	c      1350          19087         971        20        1033.0000        1014.8135      1.79%
26854.73/1355.22	c      1355          19091         975        20        1033.0000        1014.8135      1.79%
26953.86/1360.27	c      1360          19161         987        20        1033.0000        1014.8229      1.79%
27054.99/1365.31	c      1365          19304         994        20        1033.0000        1014.8465      1.79%
27154.11/1370.34	c      1370          19387        1003        20        1033.0000        1014.8657      1.79%
27253.13/1375.36	c      1375          16983         959        20        1033.0000        1014.8960      1.78%
27354.24/1380.49	c      1380          17083         967        20        1033.0000        1014.9065      1.78%
27455.27/1385.54	c      1386          17093         973        20        1033.0000        1014.9171      1.78%
27554.26/1390.56	c      1391          17165         979        20        1033.0000        1014.9173      1.78%
27653.39/1395.59	c      1396          19837        1045        20        1033.0000        1014.9521      1.78%
27754.45/1400.66	c      1401          19887        1053        20        1033.0000        1014.9699      1.78%
27853.52/1405.67	c      1406          19921        1065        20        1033.0000        1014.9782      1.78%
27954.59/1410.70	c      1411          19998        1064        20        1033.0000        1014.9854      1.77%
28053.69/1415.71	c      1416          20077        1067        20        1033.0000        1014.9951      1.77%
28152.77/1420.74	c      1421          20122        1076        20        1033.0000        1014.9995      1.77%
28251.82/1425.76	c      1426          20151        1077        20        1033.0000        1015.0061      1.77%
28352.95/1430.81	c      1431          20186        1082        20        1033.0000        1015.0082      1.77%
28452.02/1435.84	c      1436          20275        1097        20        1033.0000        1015.0306      1.77%
28553.11/1440.92	c      1441          20333        1111        20        1033.0000        1015.0472      1.77%
28652.28/1445.98	c      1446          20406        1114        20        1033.0000        1015.0510      1.77%
28751.52/1451.04	c      1451          20517        1121        20        1033.0000        1015.0852      1.76%
28853.53/1456.09	c      1456          20601        1123        20        1033.0000        1015.0852      1.76%
28952.74/1461.14	c      1461          20695        1127        20        1033.0000        1015.1100      1.76%
29053.75/1466.19	c      1466          20827        1133        20        1033.0000        1015.1200      1.76%
29153.77/1471.24	c      1471          20919        1137        20        1033.0000        1015.1203      1.76%
29254.82/1476.30	c      1476          20976        1140        20        1033.0000        1015.1203      1.76%
29353.96/1481.35	c      1481          21088        1144        20        1033.0000        1015.1374      1.76%
29454.99/1486.40	c      1486          21169        1145        20        1033.0000        1015.1374      1.76%
29554.10/1491.46	c      1491          21271        1149        20        1033.0000        1015.1389      1.76%
29655.00/1496.50	c      1497          21301        1153        20        1033.0000        1015.1444      1.76%
29754.16/1501.55	c      1502          21318        1160        20        1033.0000        1015.1503      1.76%
29855.27/1506.61	c      1507          21426        1164        20        1033.0000        1015.1503      1.76%
29954.32/1511.65	c      1512          21508        1168        20        1033.0000        1015.1644      1.76%
30055.35/1516.71	c      1517          21667        1169        20        1033.0000        1015.1673      1.76%
30154.49/1521.75	c      1522          21737        1179        20        1033.0000        1015.1790      1.76%
30255.57/1526.81	c      1527          21845        1185        20        1033.0000        1015.1790      1.76%
30354.71/1531.86	c      1532          21885        1181        20        1033.0000        1015.1790      1.76%
30455.82/1536.91	c      1537          21967        1183        20        1033.0000        1015.1873      1.75%
30554.97/1541.97	c      1542          22007        1187        20        1033.0000        1015.1895      1.75%
30654.09/1547.02	c      1547          19383        1085        20        1033.0000        1015.2024      1.75%
30756.33/1552.06	c      1552          19416        1092        20        1033.0000        1015.2389      1.75%
30855.45/1557.09	c      1557          19473        1097        20        1033.0000        1015.2508      1.75%
30956.58/1562.17	c      1562          19514        1102        20        1033.0000        1015.2508      1.75%
31055.77/1567.19	c      1567          19584        1108        20        1033.0000        1015.3594      1.74%
31155.62/1572.25	c      1572          19635        1111        20        1033.0000        1015.3947      1.73%
31256.74/1577.33	c      1577          19713        1115        20        1033.0000        1015.3969      1.73%
31355.86/1582.39	c      1582          19793        1131        20        1033.0000        1015.3969      1.73%
31456.96/1587.43	c      1587          19931        1129        20        1033.0000        1015.3969      1.73%
31556.11/1592.49	c      1592          20052        1132        20        1033.0000        1015.4106      1.73%
31657.26/1597.55	c      1598          20182        1126        20        1033.0000        1015.4106      1.73%
31756.38/1602.59	c      1603          20313        1123        20        1033.0000        1015.4106      1.73%
31857.53/1607.64	c      1608          20400        1120        20        1033.0000        1015.4106      1.73%
31956.64/1612.69	c      1613          20471        1123        20        1033.0000        1015.4126      1.73%
32057.65/1617.74	c      1618          20563        1123        20        1033.0000        1015.4207      1.73%
32156.65/1622.79	c      1623          20656        1136        20        1033.0000        1015.4377      1.73%
32257.72/1627.84	c      1628          20725        1139        20        1033.0000        1015.4778      1.73%
32356.76/1632.89	c      1633          20763        1143        20        1033.0000        1015.4857      1.72%
32457.87/1637.94	c      1638          20814        1150        20        1033.0000        1015.4857      1.72%
32556.99/1643.01	c      1643          20943        1155        20        1033.0000        1015.4968      1.72%
32659.30/1648.07	c      1648          20955        1161        20        1033.0000        1015.5036      1.72%
32758.39/1653.11	c      1653          21054        1166        20        1033.0000        1015.5062      1.72%
32859.54/1658.17	c      1658          21113        1173        20        1033.0000        1015.5166      1.72%
32959.47/1663.22	c      1663          21123        1177        20        1033.0000        1015.5392      1.72%
33058.60/1668.27	c      1668          21143        1183        20        1033.0000        1015.5630      1.72%
33159.56/1673.32	c      1673          21209        1189        20        1033.0000        1015.5630      1.72%
33258.64/1678.36	c      1678          21227        1193        20        1033.0000        1015.5740      1.72%
33357.76/1683.37	c      1683          21293        1195        20        1033.0000        1015.6057      1.71%
33458.88/1688.42	c      1688          21350        1206        20        1033.0000        1015.6094      1.71%
33558.01/1693.45	c      1693          21362        1208        20        1033.0000        1015.6094      1.71%
33659.14/1698.51	c      1699          21379        1213        20        1033.0000        1015.6122      1.71%
33758.23/1703.51	c      1704          21382        1214        20        1033.0000        1015.6122      1.71%
33857.23/1708.59	c      1709          21392        1214        20        1033.0000        1015.6122      1.71%
33958.31/1713.66	c      1714          21404        1216        20        1033.0000        1015.6122      1.71%
34059.46/1718.77	c      1719          21423        1221        20        1033.0000        1015.6204      1.71%
34160.58/1723.82	c      1724          21435        1225        20        1033.0000        1015.6204      1.71%
34259.77/1728.87	c      1729          21454        1226        20        1033.0000        1015.6204      1.71%
34360.79/1733.92	c      1734          21494        1236        20        1033.0000        1015.6283      1.71%
34459.95/1738.97	c      1739          21553        1237        20        1033.0000        1015.6389      1.71%
34559.04/1744.02	c      1744          21677        1235        20        1033.0000        1015.6389      1.71%
34661.33/1749.07	c      1749          21713        1239        20        1033.0000        1015.6413      1.71%
34760.69/1754.10	c      1754          21793        1241        20        1033.0000        1015.6666      1.71%
34861.61/1759.17	c      1759          21832        1246        20        1033.0000        1015.6666      1.71%
34961.62/1764.21	c      1764          21943        1243        20        1033.0000        1015.6713      1.71%
35060.77/1769.27	c      1769          22013        1245        20        1033.0000        1015.7352      1.70%
35161.92/1774.32	c      1774          22120        1250        20        1033.0000        1015.7352      1.70%
35260.98/1779.37	c      1779          22137        1253        20        1033.0000        1015.7528      1.70%
35362.11/1784.43	c      1784          22250        1262        20        1033.0000        1015.7528      1.70%
35461.27/1789.50	c      1790          22367        1263        20        1033.0000        1015.7528      1.70%
35562.34/1794.54	c      1795          22440        1268        20        1033.0000        1015.7577      1.70%
35661.47/1799.59	c      1800          22515        1277        20        1033.0000        1015.7750      1.70%
35762.47/1804.61	c      1805          22645        1273        20        1033.0000        1015.7750      1.70%
35861.61/1809.68	c      1810          22783        1273        20        1033.0000        1015.7751      1.70%
35962.69/1814.75	c      1815          22831        1283        20        1033.0000        1015.7817      1.70%
36063.77/1819.81	c      1820          22913        1279        20        1033.0000        1015.7962      1.69%
36162.90/1824.85	c      1825          22949        1289        20        1033.0000        1015.7979      1.69%
36264.05/1829.90	c      1830          23079        1289        20        1033.0000        1015.7979      1.69%
36363.14/1834.95	c      1835          23138        1298        20        1033.0000        1015.8093      1.69%
36462.28/1839.97	c      1840          23213        1297        20        1033.0000        1015.8476      1.69%
36561.40/1845.00	c      1845          23261        1301        20        1033.0000        1015.8533      1.69%
36663.74/1850.10	c      1850          23303        1307        20        1033.0000        1015.8645      1.69%
36762.82/1855.15	c      1855          23343        1321        20        1033.0000        1015.8983      1.68%
36864.73/1860.21	c      1860          23386        1330        20        1033.0000        1015.9249      1.68%
36963.88/1865.25	c      1865          23444        1332        20        1033.0000        1015.9284      1.68%
37064.84/1870.30	c      1870          23512        1338        20        1033.0000        1015.9284      1.68%
37164.01/1875.36	c      1875          23593        1341        20        1033.0000        1015.9494      1.68%
37265.15/1880.40	c      1880          23703        1347        20        1033.0000        1015.9494      1.68%
37364.28/1885.45	c      1885          27172        1610        20        1033.0000        1015.9611      1.68%
37465.42/1890.50	c      1891          23903        1347        20        1033.0000        1015.9846      1.67%
37564.43/1895.55	c      1896          23917        1357        20        1033.0000        1015.9902      1.67%
37663.55/1900.57	c      1901          23951        1369        20        1033.0000        1015.9930      1.67%
37764.66/1905.61	c      1906          24081        1369        20        1033.0000        1015.9930      1.67%
37865.80/1910.71	c      1911          24183        1367        20        1033.0000        1015.9930      1.67%
37964.80/1915.76	c      1916          24233        1371        20        1033.0000        1015.9932      1.67%
38065.94/1920.81	c      1921          27807        1641        20        1033.0000        1016.0247      1.67%
38164.99/1925.86	c      1926          27857        1647        20        1033.0000        1016.0356      1.67%
38264.04/1930.88	c      1931          27933        1647        20        1033.0000        1016.0356      1.67%
38365.19/1935.96	c      1936          28013        1649        20        1033.0000        1016.0356      1.67%
38464.35/1941.01	c      1941          28109        1657        20        1033.0000        1016.0762      1.67%
38563.50/1946.05	c      1946          28266        1660        20        1033.0000        1016.0762      1.67%
38665.65/1951.11	c      1951          28397        1665        20        1033.0000        1016.0994      1.66%
38765.05/1956.13	c      1956          28527        1669        20        1033.0000        1016.1412      1.66%
38866.88/1961.22	c      1961          28567        1673        20        1033.0000        1016.1502      1.66%
38965.98/1966.27	c      1966          28610        1686        20        1033.0000        1016.1502      1.66%
39067.11/1971.32	c      1971          28693        1689        20        1033.0000        1016.1527      1.66%
39165.91/1976.37	c      1976          28832        1686        20        1033.0000        1016.1527      1.66%
39267.07/1981.41	c      1981          28892        1698        20        1033.0000        1016.1941      1.65%
39366.27/1986.49	c      1986          29006        1704        20        1033.0000        1016.2092      1.65%
39467.35/1991.54	c      1992          29097        1713        20        1033.0000        1016.2307      1.65%
39566.41/1996.56	c      1997          29178        1720        20        1033.0000        1016.2307      1.65%
39667.55/2001.65	c      2002          29304        1720        20        1033.0000        1016.2307      1.65%
39768.68/2006.70	c      2007          29414        1720        20        1033.0000        1016.2373      1.65%
39867.81/2011.75	c      2012          29498        1736        20        1033.0000        1016.2762      1.65%
39968.91/2016.80	c      2017          29607        1745        20        1033.0000        1016.2831      1.64%
40067.67/2021.85	c      2022          29667        1753        20        1033.0000        1016.2879      1.64%
40168.78/2026.90	c      2027          29698        1764        20        1033.0000        1016.3093      1.64%
40267.85/2031.95	c      2032          29753        1765        20        1033.0000        1016.3093      1.64%
40367.01/2037.01	c      2037          29807        1773        20        1033.0000        1016.3343      1.64%
40466.12/2042.05	c      2042          29859        1783        20        1033.0000        1016.3598      1.64%
40568.17/2047.11	c      2047          29927        1789        20        1033.0000        1016.3617      1.64%
40667.59/2052.14	c      2052          30004        1796        20        1033.0000        1016.3617      1.64%
40769.55/2057.22	c      2057          30115        1795        20        1033.0000        1016.3617      1.64%
40868.65/2062.24	c      2062          30237        1793        20        1033.0000        1016.3653      1.64%
40969.72/2067.32	c      2067          30273        1803        20        1033.0000        1016.3682      1.64%
41068.92/2072.37	c      2072          30315        1815        20        1033.0000        1016.3906      1.63%
41170.08/2077.41	c      2077          30376        1814        20        1033.0000        1016.4005      1.63%
41269.23/2082.43	c      2082          30418        1820        20        1033.0000        1016.4037      1.63%
41368.38/2087.44	c      2087          30561        1827        20        1033.0000        1016.4056      1.63%
41469.45/2092.55	c      2093          30617        1831        20        1033.0000        1016.4221      1.63%
41570.57/2097.61	c      2098          30717        1845        20        1033.0000        1016.4361      1.63%
41669.66/2102.66	c      2103          30719        1847        20        1033.0000        1016.4361      1.63%
41770.73/2107.73	c      2108          30777        1851        20        1033.0000        1016.4461      1.63%
41869.86/2112.78	c      2113          30897        1859        20        1033.0000        1016.4503      1.63%
41970.84/2117.81	c      2118          31020        1866        20        1033.0000        1016.4503      1.63%
42069.96/2122.85	c      2123          31080        1872        20        1033.0000        1016.4727      1.63%
42169.12/2127.88	c      2128          31219        1869        20        1033.0000        1016.4727      1.63%
42270.27/2132.91	c      2133          31361        1869        20        1033.0000        1016.4727      1.63%
42369.53/2137.93	c      2138          31399        1873        20        1033.0000        1016.4799      1.63%
42468.56/2143.00	c      2143          31427        1881        20        1033.0000        1016.4923      1.62%
42570.80/2148.14	c      2148          31518        1886        20        1033.0000        1016.4923      1.62%
42671.50/2153.16	c      2153          31637        1891        20        1033.0000        1016.4962      1.62%
42770.97/2158.18	c      2158          31746        1898        20        1033.0000        1016.4969      1.62%
42870.82/2163.23	c      2163          31791        1905        20        1033.0000        1016.5069      1.62%
42971.95/2168.34	c      2168          31918        1908        20        1033.0000        1016.5069      1.62%
43070.99/2173.39	c      2173          32037        1915        20        1033.0000        1016.5140      1.62%
43172.17/2178.44	c      2178          32092        1924        20        1033.0000        1016.5184      1.62%
43271.22/2183.49	c      2184          32123        1933        20        1033.0000        1016.6015      1.61%
43372.35/2188.54	c      2189          32227        1929        20        1033.0000        1016.6055      1.61%
43473.36/2193.60	c      2194          32281        1935        20        1033.0000        1016.6055      1.61%
43572.46/2198.66	c      2199          32326        1940        20        1033.0000        1016.6071      1.61%
43673.54/2203.70	c      2204          32414        1948        20        1033.0000        1016.6134      1.61%
43772.70/2208.75	c      2209          32497        1941        20        1033.0000        1016.6307      1.61%
43871.85/2213.77	c      2214          32542        1952        20        1033.0000        1016.6319      1.61%
43971.03/2218.77	c      2219          32600        1956        20        1033.0000        1016.6621      1.61%
44072.19/2223.81	c      2224          32663        1965        20        1033.0000        1016.6762      1.61%
44173.35/2228.96	c      2229          32752        1970        20        1033.0000        1016.6832      1.60%
44272.47/2234.02	c      2234          32823        1975        20        1033.0000        1016.7000      1.60%
44374.65/2239.06	c      2239          32917        1977        20        1033.0000        1016.7000      1.60%
44473.89/2244.11	c      2244          33036        1982        20        1033.0000        1016.7092      1.60%
44575.01/2249.17	c      2249          33142        1980        20        1033.0000        1016.7092      1.60%
44674.99/2254.22	c      2254          33237        1985        20        1033.0000        1016.7186      1.60%
44774.17/2259.27	c      2259          33333        1991        20        1033.0000        1016.7228      1.60%
44873.35/2264.29	c      2264          33407        2001        20        1033.0000        1016.7596      1.60%
44974.56/2269.31	c      2269          33427        2007        20        1033.0000        1016.7706      1.60%
45073.48/2274.38	c      2274          33501        2017        20        1033.0000        1016.7714      1.60%
45174.51/2279.49	c      2280          33646        2016        20        1033.0000        1016.7714      1.60%
45275.66/2284.55	c      2285          33723        2019        20        1033.0000        1016.7723      1.60%
45376.78/2289.60	c      2290          33815        2023        20        1033.0000        1016.7782      1.60%
45475.99/2294.66	c      2295          33961        2023        20        1033.0000        1016.7782      1.60%
45575.20/2299.68	c      2300          34027        2029        20        1033.0000        1016.7915      1.59%
45676.33/2304.77	c      2305          34092        2034        20        1033.0000        1016.7976      1.59%
45775.52/2309.79	c      2310          34155        2043        20        1033.0000        1016.8075      1.59%
45876.72/2314.83	c      2315          34227        2049        20        1033.0000        1016.8299      1.59%
45977.92/2319.93	c      2320          34316        2060        20        1033.0000        1016.8303      1.59%
46077.13/2324.97	c      2325          34404        2064        20        1033.0000        1016.8306      1.59%
46176.32/2330.02	c      2330          34497        2073        20        1033.0000        1016.8421      1.59%
46278.36/2335.08	c      2335          34534        2084        20        1033.0000        1016.8620      1.59%
46377.84/2340.14	c      2340          34637        2089        20        1033.0000        1016.8722      1.59%
46478.76/2345.18	c      2345          34681        2099        20        1033.0000        1016.8789      1.59%
46578.92/2350.23	c      2350          34818        2104        20        1033.0000        1016.8789      1.59%
46678.10/2355.28	c      2355          34847        2109        20        1033.0000        1016.8977      1.58%
46779.28/2360.32	c      2360          34857        2115        20        1033.0000        1016.8977      1.58%
46878.48/2365.38	c      2365          34971        2115        20        1033.0000        1016.8977      1.58%
46979.64/2370.43	c      2370          35069        2131        20        1033.0000        1016.9078      1.58%
47078.86/2375.46	c      2375          35127        2143        20        1033.0000        1016.9182      1.58%
47180.04/2380.53	c      2381          35214        2150        20        1033.0000        1016.9182      1.58%
47279.17/2385.57	c      2386          35306        2152        20        1033.0000        1016.9182      1.58%
47380.30/2390.64	c      2391          35343        2153        20        1033.0000        1016.9182      1.58%
47481.37/2395.70	c      2396          35416        2158        20        1033.0000        1016.9219      1.58%
47580.51/2400.75	c      2401          35467        2159        20        1033.0000        1016.9263      1.58%
47681.59/2405.80	c      2406          35561        2161        20        1033.0000        1016.9263      1.58%
47780.75/2410.85	c      2411          35684        2170        20        1033.0000        1016.9273      1.58%
47881.88/2415.90	c      2416          35828        2170        20        1033.0000        1016.9273      1.58%
47980.83/2420.93	c      2421          35964        2176        20        1033.0000        1016.9303      1.58%
48079.93/2425.97	c      2426          35998        2184        20        1033.0000        1016.9466      1.58%
48178.93/2431.01	c      2431          36087        2189        20        1033.0000        1016.9703      1.58%
48281.14/2436.07	c      2436          36137        2195        20        1033.0000        1016.9715      1.58%
48382.27/2441.16	c      2441          36267        2199        20        1033.0000        1016.9793      1.58%
48482.26/2446.23	c      2446          36326        2204        20        1033.0000        1016.9793      1.58%
48581.37/2451.23	c      2451          36437        2207        20        1033.0000        1017.0103      1.57%
48682.48/2456.32	c      2456          36472        2224        20        1033.0000        1017.0358      1.57%
48781.61/2461.37	c      2461          36592        2234        20        1033.0000        1017.0518      1.57%
48882.74/2466.42	c      2466          36665        2235        20        1033.0000        1017.0531      1.57%
48981.87/2471.47	c      2471          36697        2241        20        1033.0000        1017.0587      1.57%
49082.99/2476.52	c      2477          36765        2255        20        1033.0000        1017.0734      1.57%
49182.15/2481.57	c      2482          36897        2257        20        1033.0000        1017.0837      1.56%
49283.25/2486.64	c      2487          36945        2259        20        1033.0000        1017.0837      1.56%
49382.30/2491.68	c      2492          37028        2264        20        1033.0000        1017.0843      1.56%
49483.27/2496.73	c      2497          37147        2263        20        1033.0000        1017.0858      1.56%
49582.40/2501.74	c      2502          37219        2281        20        1033.0000        1017.0875      1.56%
49683.45/2506.81	c      2507          37312        2288        20        1033.0000        1017.0875      1.56%
49782.60/2511.83	c      2512          37349        2289        20        1033.0000        1017.0893      1.56%
49881.66/2516.85	c      2517          37437        2303        20        1033.0000        1017.0905      1.56%
49980.72/2521.86	c      2522          37499        2313        20        1033.0000        1017.1082      1.56%
50079.87/2526.90	c      2527          37600        2316        20        1033.0000        1017.1083      1.56%
50184.19/2532.08	c      2532          37707        2315        20        1033.0000        1017.1083      1.56%
50283.10/2537.13	c      2537          37821        2327        20        1033.0000        1017.1219      1.56%
50384.40/2542.17	c      2542          37933        2335        20        1033.0000        1017.1364      1.56%
50484.32/2547.21	c      2547          38007        2339        20        1033.0000        1017.1399      1.56%
50583.47/2552.27	c      2552          38138        2344        20        1033.0000        1017.1399      1.56%
50684.59/2557.34	c      2557          38221        2345        20        1033.0000        1017.1399      1.56%
50783.74/2562.36	c      2562          38310        2348        20        1033.0000        1017.1536      1.56%
50882.76/2567.37	c      2567          38377        2349        20        1033.0000        1017.1585      1.56%
50983.92/2572.46	c      2572          38404        2360        20        1033.0000        1017.1642      1.56%
51083.09/2577.47	c      2577          38412        2364        20        1033.0000        1017.1659      1.56%
51184.20/2582.54	c      2583          38504        2372        20        1033.0000        1017.1765      1.56%
51285.31/2587.61	c      2588          38617        2373        20        1033.0000        1017.1855      1.55%
51384.44/2592.69	c      2593          38647        2377        20        1033.0000        1017.1868      1.55%
51485.56/2597.76	c      2598          38739        2387        20        1033.0000        1017.1965      1.55%
51586.66/2602.81	c      2603          38823        2397        20        1033.0000        1017.2083      1.55%
51685.81/2607.86	c      2608          38891        2403        20        1033.0000        1017.2109      1.55%
51786.78/2612.91	c      2613          38967        2411        20        1033.0000        1017.2172      1.55%
51885.88/2617.96	c      2618          39051        2425        20        1033.0000        1017.2455      1.55%
51984.98/2622.97	c      2623          39108        2430        20        1033.0000        1017.2854      1.54%
52084.09/2628.06	c      2628          39232        2430        20        1033.0000        1017.2854      1.54%
52186.27/2633.11	c      2633          39307        2445        20        1033.0000        1017.3107      1.54%
52285.49/2638.14	c      2638          39347        2453        20        1033.0000        1017.3351      1.54%
52384.58/2643.15	c      2643          39408        2460        20        1033.0000        1017.3351      1.54%
52486.46/2648.23	c      2648          39527        2459        20        1033.0000        1017.3420      1.54%
52587.56/2653.30	c      2653          39628        2472        20        1033.0000        1017.3555      1.54%
52686.71/2658.38	c      2658          39758        2478        20        1033.0000        1017.3555      1.54%
52787.82/2663.40	c      2663          39867        2483        20        1033.0000        1017.3640      1.54%
52886.94/2668.50	c      2668          39939        2489        20        1033.0000        1017.3640      1.54%
52987.96/2673.51	c      2674          40061        2487        20        1033.0000        1017.3640      1.54%
53087.10/2678.54	c      2679          40167        2481        20        1033.0000        1017.3863      1.53%
53188.18/2683.65	c      2684          40240        2492        20        1033.0000        1017.3941      1.53%
53289.34/2688.71	c      2689          40297        2491        20        1033.0000        1017.3977      1.53%
53388.43/2693.75	c      2694          40375        2503        20        1033.0000        1017.4005      1.53%
53487.56/2698.79	c      2699          40439        2505        20        1033.0000        1017.4066      1.53%
53588.70/2703.82	c      2704          40562        2500        20        1033.0000        1017.4066      1.53%
53689.85/2708.93	c      2709          40573        2499        20        1033.0000        1017.4066      1.53%
53788.91/2713.97	c      2714          40716        2504        20        1033.0000        1017.4138      1.53%
53888.05/2719.00	c      2719          40802        2510        20        1033.0000        1017.4190      1.53%
53987.19/2724.03	c      2724          40937        2511        20        1033.0000        1017.4214      1.53%
54086.36/2729.05	c      2729          41001        2529        20        1033.0000        1017.4381      1.53%
54188.60/2734.06	c      2734          41107        2535        20        1033.0000        1017.4766      1.53%
54288.00/2739.15	c      2739          41125        2541        20        1033.0000        1017.4766      1.53%
54388.99/2744.19	c      2744          41205        2545        20        1033.0000        1017.4910      1.52%
54488.89/2749.21	c      2749          41241        2545        20        1033.0000        1017.4932      1.52%
54589.96/2754.37	c      2754          41352        2548        20        1033.0000        1017.4997      1.52%
54691.00/2759.41	c      2759          41442        2560        20        1033.0000        1017.5284      1.52%
54790.11/2764.42	c      2764          41547        2567        20        1033.0000        1017.5284      1.52%
54891.23/2769.51	c      2770          41640        2570        20        1033.0000        1017.5400      1.52%
54990.37/2774.57	c      2775          41707        2575        20        1033.0000        1017.5639      1.52%
55091.51/2779.62	c      2780          41783        2591        20        1033.0000        1017.5776      1.52%
55190.68/2784.67	c      2785          41847        2601        20        1033.0000        1017.5861      1.51%
55291.81/2789.73	c      2790          41887        2611        20        1033.0000        1017.5944      1.51%
55390.95/2794.74	c      2795          41987        2617        20        1033.0000        1017.5963      1.51%
55492.11/2799.82	c      2800          42087        2619        20        1033.0000        1017.6013      1.51%
55591.24/2804.88	c      2805          42145        2629        20        1033.0000        1017.6036      1.51%
55692.35/2809.94	c      2810          42183        2635        20        1033.0000        1017.6042      1.51%
55791.52/2814.98	c      2815          42294        2634        20        1033.0000        1017.6042      1.51%
55890.67/2820.02	c      2820          42394        2636        20        1033.0000        1017.6047      1.51%
55992.87/2825.08	c      2825          42456        2640        20        1033.0000        1017.6096      1.51%
56092.10/2830.13	c      2830          42517        2639        20        1033.0000        1017.6107      1.51%
56193.30/2835.18	c      2835          42604        2650        20        1033.0000        1017.6169      1.51%
56293.09/2840.23	c      2840          42745        2649        20        1033.0000        1017.6169      1.51%
56392.22/2845.28	c      2845          42847        2653        20        1033.0000        1017.6264      1.51%
56493.31/2850.33	c      2850          42941        2659        20        1033.0000        1017.6365      1.51%
56594.46/2855.40	c      2855          43027        2665        20        1033.0000        1017.6416      1.51%
56693.63/2860.46	c      2860          43146        2672        20        1033.0000        1017.6416      1.51%
56794.78/2865.51	c      2866          43224        2672        20        1033.0000        1017.6495      1.51%
56893.86/2870.55	c      2871          43307        2669        20        1033.0000        1017.6529      1.51%
56992.84/2875.58	c      2876          43380        2682        20        1033.0000        1017.6621      1.51%
57091.96/2880.59	c      2881          43475        2685        20        1033.0000        1017.6661      1.51%
57193.14/2885.60	c      2886          43576        2688        20        1033.0000        1017.6784      1.51%
57294.30/2890.75	c      2891          43646        2698        20        1033.0000        1017.6944      1.50%
57395.48/2895.83	c      2896          43744        2704        20        1033.0000        1017.7135      1.50%
57494.66/2900.88	c      2901          43892        2704        20        1033.0000        1017.7135      1.50%
57595.81/2905.93	c      2906          43927        2703        20        1033.0000        1017.7182      1.50%
57694.94/2910.98	c      2911          44052        2710        20        1033.0000        1017.7182      1.50%
57794.06/2916.03	c      2916          44151        2717        20        1033.0000        1017.7258      1.50%
57893.20/2921.06	c      2921          44235        2721        20        1033.0000        1017.7364      1.50%
57995.53/2926.09	c      2926          44337        2727        20        1033.0000        1017.7517      1.50%
58096.69/2931.18	c      2931          44378        2738        20        1033.0000        1017.7620      1.50%
58196.51/2936.23	c      2936          44477        2747        20        1033.0000        1017.7820      1.50%
58295.63/2941.25	c      2941          44557        2763        20        1033.0000        1017.8035      1.49%
58396.75/2946.33	c      2946          44587        2765        20        1033.0000        1017.8053      1.49%
58495.85/2951.37	c      2951          44691        2779        20        1033.0000        1017.8053      1.49%
58597.00/2956.44	c      2956          44768        2778        20        1033.0000        1017.8072      1.49%
58696.17/2961.48	c      2961          44848        2788        20        1033.0000        1017.8093      1.49%
58797.31/2966.54	c      2967          44943        2789        20        1033.0000        1017.8093      1.49%
58896.45/2971.59	c      2972          45002        2798        20        1033.0000        1017.8096      1.49%
58997.57/2976.64	c      2977          45055        2801        20        1033.0000        1017.8149      1.49%
59096.74/2981.68	c      2982          45077        2801        20        1033.0000        1017.8221      1.49%
59197.85/2986.71	c      2987          45101        2809        20        1033.0000        1017.8276      1.49%
59297.01/2991.79	c      2992          45176        2816        20        1033.0000        1017.8429      1.49%
59397.92/2996.84	c      2997          45240        2820        20        1033.0000        1017.8554      1.49%
59496.94/3001.89	c      3002          45318        2828        20        1033.0000        1017.8629      1.49%
59598.07/3006.94	c      3007          45371        2837        20        1033.0000        1017.8721      1.49%
59697.15/3011.99	c      3012          45432        2848        20        1033.0000        1017.8761      1.49%
59796.10/3017.05	c      3017          45503        2861        20        1033.0000        1017.8930      1.48%
59898.34/3022.09	c      3022          45607        2865        20        1033.0000        1017.9101      1.48%
59997.57/3027.15	c      3027          45670        2872        20        1033.0000        1017.9118      1.48%
60098.65/3032.19	c      3032          45773        2879        20        1033.0000        1017.9169      1.48%
60198.57/3037.24	c      3037          45847        2879        20        1033.0000        1017.9205      1.48%
60297.75/3042.30	c      3042          45875        2883        20        1033.0000        1017.9205      1.48%
60398.89/3047.34	c      3047          45967        2885        20        1033.0000        1017.9215      1.48%
60498.05/3052.39	c      3052          46040        2896        20        1033.0000        1017.9251      1.48%
60599.14/3057.44	c      3057          46099        2907        20        1033.0000        1017.9310      1.48%
60698.31/3062.49	c      3062          46165        2915        20        1033.0000        1017.9382      1.48%
60799.47/3067.54	c      3068          46276        2916        20        1033.0000        1017.9393      1.48%
60898.63/3072.60	c      3073          46373        2927        20        1033.0000        1017.9419      1.48%
60999.73/3077.64	c      3078          46498        2932        20        1033.0000        1017.9464      1.48%
61098.86/3082.69	c      3083          46612        2942        20        1033.0000        1017.9465      1.48%
61199.98/3087.75	c      3088          46714        2948        20        1033.0000        1017.9494      1.48%
61299.11/3092.78	c      3093          46752        2958        20        1033.0000        1017.9896      1.47%
61400.20/3097.81	c      3098          46837        2961        20        1033.0000        1017.9967      1.47%
61499.34/3102.82	c      3103          46902        2970        20        1033.0000        1018.0096      1.47%
61598.50/3107.83	c      3108          46997        2971        20        1033.0000        1018.0096      1.47%
61699.58/3112.96	c      3113          47083        2981        20        1033.0000        1018.0213      1.47%
61798.82/3118.04	c      3118          47209        2979        20        1033.0000        1018.0213      1.47%
61900.90/3123.09	c      3123          47288        2994        20        1033.0000        1018.0216      1.47%
62000.22/3128.12	c      3128          47368        3002        20        1033.0000        1018.0277      1.47%
62101.47/3133.19	c      3133          47457        3007        20        1033.0000        1018.0306      1.47%
62201.53/3138.22	c      3138          47488        3018        20        1033.0000        1018.0341      1.47%
62300.62/3143.28	c      3143          47607        3019        20        1033.0000        1018.0523      1.47%
62401.64/3148.34	c      3148          47652        3032        20        1033.0000        1018.0540      1.47%
62500.84/3153.36	c      3153          47730        3038        20        1033.0000        1018.0662      1.47%
62601.99/3158.44	c      3158          47817        3053        20        1033.0000        1018.0701      1.47%
62703.06/3163.52	c      3164          47881        3063        20        1033.0000        1018.0711      1.47%
62802.23/3168.57	c      3169          47967        3069        20        1033.0000        1018.0755      1.47%
62903.19/3173.61	c      3174          47987        3073        20        1033.0000        1018.0834      1.47%
63002.36/3178.67	c      3179          48020        3084        20        1033.0000        1018.0924      1.46%
63103.50/3183.72	c      3184          48058        3088        20        1033.0000        1018.1021      1.46%
63202.69/3188.77	c      3189          48177        3089        20        1033.0000        1018.1047      1.46%
63303.81/3193.80	c      3194          48224        3098        20        1033.0000        1018.1049      1.46%
63403.00/3198.87	c      3199          48307        3093        20        1033.0000        1018.1083      1.46%
63504.11/3203.92	c      3204          48383        3107        20        1033.0000        1018.1093      1.46%
63603.32/3208.97	c      3209          48467        3109        20        1033.0000        1018.1110      1.46%
63702.53/3214.02	c      3214          48569        3115        20        1033.0000        1018.1110      1.46%
63801.72/3219.04	c      3219          48708        3114        20        1033.0000        1018.1110      1.46%
63900.94/3224.06	c      3224          48797        3117        20        1033.0000        1018.1128      1.46%
64005.38/3229.17	c      3229          48837        3127        20        1033.0000        1018.1312      1.46%
64105.12/3234.22	c      3234          48921        3141        20        1033.0000        1018.1312      1.46%
64204.33/3239.27	c      3239          48994        3142        20        1033.0000        1018.1414      1.46%
64305.53/3244.32	c      3244          49095        3145        20        1033.0000        1018.1462      1.46%
64404.73/3249.37	c      3249          49201        3147        20        1033.0000        1018.1608      1.46%
64505.94/3254.42	c      3254          49288        3152        20        1033.0000        1018.1743      1.46%
64605.18/3259.47	c      3259          49392        3158        20        1033.0000        1018.1772      1.46%
64706.38/3264.52	c      3265          49419        3161        20        1033.0000        1018.1804      1.46%
64805.58/3269.57	c      3270          49481        3167        20        1033.0000        1018.1804      1.46%
64906.77/3274.60	c      3275          49567        3167        20        1033.0000        1018.1896      1.45%
65005.90/3279.67	c      3280          49627        3179        20        1033.0000        1018.1923      1.45%
65107.05/3284.72	c      3285          49714        3184        20        1033.0000        1018.1930      1.45%
65206.21/3289.77	c      3290          49757        3191        20        1033.0000        1018.1962      1.45%
65307.25/3294.83	c      3295          49807        3201        20        1033.0000        1018.2011      1.45%
65406.43/3299.87	c      3300          49857        3213        20        1033.0000        1018.2078      1.45%
65507.58/3304.92	c      3305          49917        3221        20        1033.0000        1018.2165      1.45%
65606.75/3309.96	c      3310          49987        3221        20        1033.0000        1018.2170      1.45%
65705.91/3314.99	c      3315          50037        3225        20        1033.0000        1018.2211      1.45%
65808.21/3320.08	c      3320          50089        3233        20        1033.0000        1018.2211      1.45%
65907.43/3325.14	c      3325          50129        3239        20        1033.0000        1018.2231      1.45%
66008.61/3330.16	c      3330          50166        3238        20        1033.0000        1018.2231      1.45%
66108.53/3335.23	c      3335          50229        3237        20        1033.0000        1018.2231      1.45%
66207.73/3340.28	c      3340          50336        3238        20        1033.0000        1018.2233      1.45%
66308.86/3345.33	c      3345          50427        3241        20        1033.0000        1018.2234      1.45%
66408.01/3350.38	c      3350          50517        3241        20        1033.0000        1018.2234      1.45%
66509.00/3355.43	c      3355          50584        3246        20        1033.0000        1018.2249      1.45%
66608.15/3360.48	c      3360          50727        3243        20        1033.0000        1018.2249      1.45%
66709.27/3365.53	c      3366          50797        3247        20        1033.0000        1018.2311      1.45%
66808.35/3370.58	c      3371          50897        3257        20        1033.0000        1018.2394      1.45%
66909.44/3375.63	c      3376          50996        3260        20        1033.0000        1018.2431      1.45%
67010.45/3380.79	c      3381          51058        3264        20        1033.0000        1018.2458      1.45%
67111.61/3385.80	c      3386          51137        3273        20        1033.0000        1018.2485      1.45%
67210.77/3390.87	c      3391          51237        3279        20        1033.0000        1018.2600      1.45%
67311.78/3395.92	c      3396          51356        3284        20        1033.0000        1018.2600      1.45%
67410.79/3400.95	c      3401          51483        3287        20        1033.0000        1018.2600      1.45%
67510.02/3405.99	c      3406          51617        3289        20        1033.0000        1018.2694      1.45%
67608.85/3411.00	c      3411          51681        3299        20        1033.0000        1018.2700      1.45%
67707.88/3416.03	c      3416          51804        3300        20        1033.0000        1018.2700      1.45%
67812.16/3421.16	c      3421          51860        3304        20        1033.0000        1018.2761      1.45%
67912.09/3426.21	c      3426          51911        3313        20        1033.0000        1018.2798      1.45%
68011.25/3431.23	c      3431          51970        3316        20        1033.0000        1018.2881      1.44%
68110.41/3436.24	c      3436          52071        3319        20        1033.0000        1018.2919      1.44%
68211.29/3441.35	c      3441          52215        3315        20        1033.0000        1018.2919      1.44%
68310.38/3446.37	c      3446          52330        3310        20        1033.0000        1018.2919      1.44%
68411.44/3451.46	c      3451          52455        3313        20        1033.0000        1018.2923      1.44%
68512.57/3456.54	c      3457          52552        3318        20        1033.0000        1018.2938      1.44%
68611.64/3461.58	c      3462          52567        3319        20        1033.0000        1018.2942      1.44%
68712.77/3466.65	c      3467          52697        3321        20        1033.0000        1018.3124      1.44%
68811.62/3471.69	c      3472          52747        3333        20        1033.0000        1018.3175      1.44%
68912.56/3476.74	c      3477          52818        3344        20        1033.0000        1018.3226      1.44%
69011.73/3481.79	c      3482          52868        3350        20        1033.0000        1018.3311      1.44%
69112.90/3486.84	c      3487          52957        3353        20        1033.0000        1018.3459      1.44%
69212.05/3491.88	c      3492          53024        3366        20        1033.0000        1018.3548      1.44%
69313.20/3496.94	c      3497          53097        3365        20        1033.0000        1018.3556      1.44%
69412.38/3501.99	c      3502          53200        3378        20        1033.0000        1018.3588      1.44%
69511.56/3507.04	c      3507          53291        3381        20        1033.0000        1018.3600      1.44%
69613.67/3512.10	c      3512          53401        3387        20        1033.0000        1018.3643      1.44%
69713.23/3517.13	c      3517          53528        3394        20        1033.0000        1018.3658      1.44%
69813.95/3522.19	c      3522          53607        3405        20        1033.0000        1018.3777      1.44%
69914.03/3527.23	c      3527          53665        3411        20        1033.0000        1018.3777      1.44%
70013.16/3532.28	c      3532          53747        3415        20        1033.0000        1018.3788      1.44%
70114.22/3537.31	c      3537          53897        3417        20        1033.0000        1018.3868      1.43%
70213.42/3542.40	c      3542          54017        3419        20        1033.0000        1018.3904      1.43%
70314.48/3547.44	c      3547          54088        3426        20        1033.0000        1018.3992      1.43%
70413.66/3552.49	c      3552          54172        3444        20        1033.0000        1018.4031      1.43%
70514.78/3557.54	c      3558          54292        3448        20        1033.0000        1018.4070      1.43%
70615.89/3562.61	c      3563          54380        3454        20        1033.0000        1018.4133      1.43%
70715.02/3567.65	c      3568          54462        3464        20        1033.0000        1018.4134      1.43%
70816.19/3572.71	c      3573          54570        3462        20        1033.0000        1018.4134      1.43%
70915.30/3577.75	c      3578          54656        3468        20        1033.0000        1018.4190      1.43%
71016.43/3582.81	c      3583          54731        3473        20        1033.0000        1018.4196      1.43%
71115.55/3587.84	c      3588          54867        3475        20        1033.0000        1018.4337      1.43%
71216.55/3592.91	c      3593          54952        3490        20        1033.0000        1018.4370      1.43%
71315.63/3597.95	c      3598          55055        3493        20        1033.0000        1018.4517      1.43%
71414.70/3603.00	c      3603          55141        3501        20        1033.0000        1018.4567      1.43%
71513.70/3608.05	c      3608          55237        3511        20        1033.0000        1018.4588      1.43%
71615.71/3613.07	c      3613          55241        3515        20        1033.0000        1018.4588      1.43%
71716.91/3618.15	c      3618          55345        3533        20        1033.0000        1018.4741      1.43%
71816.84/3623.20	c      3623          55404        3538        20        1033.0000        1018.4756      1.43%
71915.91/3628.25	c      3628          55510        3544        20        1033.0000        1018.4778      1.43%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (163775 MiB free)
  memory of node 1: 193531 MiB (182604 MiB free)
  memory of node 2: 193531 MiB (177746 MiB free)
  memory of node 3: 193493 MiB (178444 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

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

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100105 s]*
/proc/loadavg: 1.47 2.70 4.07 6/948 534667
/proc/meminfo: memFree=719189916/790760804 swapFree=131071996/131071996
[pid=534578] ppid=534568 vsize=1517704 memory=103860 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/stat : 534578 (fscip) S 534568 534578 534513 0 -1 1077936128 22737 0 0 0 8 5 0 0 20 0 21 0 87736538 1554128896 25965 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
/proc/534578/statm: 379426 25965 2790 3035 0 65447 0
[pid=534578/tid=534588] ppid=534568 vsize=1517704 memory=8390339637985935414 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534588/stat : 534588 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 25965 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534589] ppid=534568 vsize=1517704 memory=57906 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534589/stat : 534589 (fscip) S 534568 534578 534513 0 -1 1077936192 1190 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 25965 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534591] ppid=534568 vsize=1517704 memory=55216921903569 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534591/stat : 534591 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 25965 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534594] ppid=534568 vsize=1517704 memory=52983572464199 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534594/stat : 534594 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 25965 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534605] ppid=534568 vsize=1517704 memory=60684465603260 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534605/stat : 534605 (fscip) S 534568 534578 534513 0 -1 1077936192 1188 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 25965 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534612] ppid=534568 vsize=1517704 memory=55182679606333 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534612/stat : 534612 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 25965 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534614] ppid=534568 vsize=1517704 memory=15258142724327015 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534614/stat : 534614 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534616] ppid=534568 vsize=1517704 memory=3978144365637409581 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534616/stat : 534616 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534617] ppid=534568 vsize=1517704 memory=935494 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534617/stat : 534617 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534618] ppid=534568 vsize=1517704 memory=1010165 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534618/stat : 534618 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534619] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534619/stat : 534619 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534635] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534635/stat : 534635 (fscip) S 534568 534578 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534639] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534639/stat : 534639 (fscip) S 534568 534578 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534642] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534642/stat : 534642 (fscip) S 534568 534578 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534644] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534644/stat : 534644 (fscip) S 534568 534578 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534645] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534645/stat : 534645 (fscip) S 534568 534578 534513 0 -1 1077936192 1189 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534646] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534646/stat : 534646 (fscip) R 534568 534578 534513 0 -1 4194368 175 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534647] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534647/stat : 534647 (fscip) S 534568 534578 534513 0 -1 1077936192 1188 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534664] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534664/stat : 534664 (fscip) S 534568 534578 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534665] ppid=534568 vsize=1517704 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534665/stat : 534665 (fscip) S 534568 534578 534513 0 -1 1077936192 1188 0 0 0 0 0 0 0 20 0 21 0 87736543 1554128896 26031 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 1517704 KiB
Current children cumulated memory: 103860 KiB

[startup+0.233169 s]*
/proc/loadavg: 1.47 2.70 4.07 80/1028 534747
/proc/meminfo: memFree=718146324/790760804 swapFree=131071996/131071996
[pid=534578] ppid=534568 vsize=1804032 memory=351764 CPUtime=1.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/stat : 534578 (fscip) S 534568 534578 534513 0 -1 1077936128 84778 0 0 0 112 80 0 0 20 0 41 0 87736538 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 17 57 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
/proc/534578/statm: 451008 87941 2806 3035 0 173843 0
[pid=534578/tid=534588] ppid=534568 vsize=1804032 memory=8316850467074736180 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534588/stat : 534588 (fscip) R 534568 534578 534513 0 -1 4194368 3940 0 0 0 4 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534589] ppid=534568 vsize=1804032 memory=57885 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534589/stat : 534589 (fscip) R 534568 534578 534513 0 -1 4194368 3950 0 0 0 5 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534591] ppid=534568 vsize=1804032 memory=58511161819594 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534591/stat : 534591 (fscip) R 534568 534578 534513 0 -1 4194368 3957 0 0 0 5 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534594] ppid=534568 vsize=1804032 memory=55221233648192 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534594/stat : 534594 (fscip) R 534568 534578 534513 0 -1 4194368 3951 0 0 0 5 3 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534605] ppid=534568 vsize=1804032 memory=52987884208821 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534605/stat : 534605 (fscip) R 534568 534578 534513 0 -1 4194368 3941 0 0 0 5 3 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534612] ppid=534568 vsize=1804032 memory=59619364045879 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534612/stat : 534612 (fscip) R 534568 534578 534513 0 -1 4194368 3955 0 0 0 5 3 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534614] ppid=534568 vsize=1804032 memory=13569292864063073 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534614/stat : 534614 (fscip) R 534568 534578 534513 0 -1 1077936192 3942 0 0 0 5 3 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534616] ppid=534568 vsize=1804032 memory=776340 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534616/stat : 534616 (fscip) R 534568 534578 534513 0 -1 4194368 3957 0 0 0 4 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534617] ppid=534568 vsize=1804032 memory=3761407495437529920 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534617/stat : 534617 (fscip) R 534568 534578 534513 0 -1 4194368 3947 0 0 0 5 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534618] ppid=534568 vsize=1804032 memory=3905237922886720797 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534618/stat : 534618 (fscip) R 534568 534578 534513 0 -1 4194368 3946 0 0 0 5 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534619] ppid=534568 vsize=1804032 memory=0 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534619/stat : 534619 (fscip) R 534568 534578 534513 0 -1 4194368 3949 0 0 0 5 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534635] ppid=534568 vsize=1804032 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534635/stat : 534635 (fscip) R 534568 534578 534513 0 -1 1077936192 3950 0 0 0 5 3 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534639] ppid=534568 vsize=1804032 memory=0 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534639/stat : 534639 (fscip) R 534568 534578 534513 0 -1 4194368 3955 0 0 0 5 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534642] ppid=534568 vsize=1804032 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534642/stat : 534642 (fscip) R 534568 534578 534513 0 -1 4194368 3949 0 0 0 5 3 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534644] ppid=534568 vsize=1804032 memory=0 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534644/stat : 534644 (fscip) S 534568 534578 534513 0 -1 1077936192 3951 0 0 0 6 3 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534645] ppid=534568 vsize=1804032 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534645/stat : 534645 (fscip) R 534568 534578 534513 0 -1 4194368 3940 0 0 0 4 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534646] ppid=534568 vsize=1804032 memory=0 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534646/stat : 534646 (fscip) R 534568 534578 534513 0 -1 4194368 3946 0 0 0 5 4 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534647] ppid=534568 vsize=1804032 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534647/stat : 534647 (fscip) R 534568 534578 534513 0 -1 4194368 3949 0 0 0 5 3 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534664] ppid=534568 vsize=1804032 memory=0 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534664/stat : 534664 (fscip) R 534568 534578 534513 0 -1 4194368 3748 0 0 0 4 1 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534665] ppid=534568 vsize=1804032 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534665/stat : 534665 (fscip) R 534568 534578 534513 0 -1 1077936192 3945 0 0 0 5 3 0 0 20 0 41 0 87736543 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534668] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534668/stat : 534668 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534670] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534670/stat : 534670 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534671] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534671/stat : 534671 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534672] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534672/stat : 534672 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534673] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534673/stat : 534673 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534674] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534674/stat : 534674 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534676] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534676/stat : 534676 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534677] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534677/stat : 534677 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534680] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534680/stat : 534680 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534681] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534681/stat : 534681 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534684] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534684/stat : 534684 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534685] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534685/stat : 534685 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534686] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534686/stat : 534686 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736554 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534687] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534687/stat : 534687 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534689] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534689/stat : 534689 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534690] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534690/stat : 534690 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534692] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534692/stat : 534692 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534701] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534701/stat : 534701 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534703] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534703/stat : 534703 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534705] ppid=534568 vsize=1804032 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534705/stat : 534705 (fscip) S 534568 534578 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87736555 1847328768 87941 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 1804032 KiB
Current children cumulated memory: 351764 KiB

[startup+0.34358 s]*
/proc/loadavg: 1.47 2.70 4.07 104/1028 534747
/proc/meminfo: memFree=717786872/790760804 swapFree=131071996/131071996
[pid=534578] ppid=534568 vsize=1825664 memory=444528 CPUtime=4.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/stat : 534578 (fscip) S 534568 534578 534513 0 -1 1077936128 107415 0 0 0 255 148 0 0 20 0 41 0 87736538 1869479936 111132 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
/proc/534578/statm: 456416 111132 2934 3035 0 197236 0
[pid=534578/tid=534588] ppid=534568 vsize=1825664 memory=-6661877779979551885 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534588/stat : 534588 (fscip) R 534568 534578 534513 0 -1 4194368 5115 0 0 0 11 8 0 0 20 0 41 0 87736543 1869479936 111132 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534589] ppid=534568 vsize=1825664 memory=280016298577728 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534589/stat : 534589 (fscip) R 534568 534578 534513 0 -1 4194368 5123 0 0 0 12 7 0 0 20 0 41 0 87736543 1869479936 111132 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534591] ppid=534568 vsize=1825664 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534591/stat : 534591 (fscip) R 534568 534578 534513 0 -1 4194368 5020 0 0 0 11 6 0 0 20 0 41 0 87736543 1869479936 111132 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534594] ppid=534568 vsize=1825664 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534594/stat : 534594 (fscip) R 534568 534578 534513 0 -1 4194368 5061 0 0 0 12 7 0 0 20 0 41 0 87736543 1869479936 111132 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534605] ppid=534568 vsize=1825664 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534605/stat : 534605 (fscip) R 534568 534578 534513 0 -1 4194368 5029 0 0 0 12 7 0 0 20 0 41 0 87736543 1869479936 111132 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534612] ppid=534568 vsize=1825664 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534612/stat : 534612 (fscip) R 534568 534578 534513 0 -1 4194368 5040 0 0 0 11 8 0 0 20 0 41 0 87736543 1869479936 111132 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534614] ppid=534568 vsize=1825664 memory=4027515292 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534614/stat : 534614 (fscip) R 534568 534578 534513 0 -1 4194368 5055 0 0 0 12 7 0 0 20 0 41 0 87736543 1869479936 111132 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534616] ppid=534568 vsize=1825664 memory=228522721618 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534616/stat : 534616 (fscip) R 534568 534578 534513 0 -1 4194368 5062 0 0 0 11 8 0 0 20 0 41 0 87736543 1869479936 111132 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0

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

[pid=534578/tid=534672] ppid=534568 vsize=9384520 memory=30088 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534672/stat : 534672 (fscip) S 534568 534578 534513 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534673] ppid=534568 vsize=9384520 memory=8204364 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534673/stat : 534673 (fscip) S 534568 534578 534513 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534674] ppid=534568 vsize=9384520 memory=6720668752897391981 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534674/stat : 534674 (fscip) S 534568 534578 534513 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534676] ppid=534568 vsize=9384520 memory=60524 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534676/stat : 534676 (fscip) S 534568 534578 534513 0 -1 1077936192 117 0 0 0 0 2 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534677] ppid=534568 vsize=9384520 memory=280016302811104 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534677/stat : 534677 (fscip) S 534568 534578 534513 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534680] ppid=534568 vsize=9384520 memory=280016300790096 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534680/stat : 534680 (fscip) S 534568 534578 534513 0 -1 1077936192 71 0 0 0 3 0 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534681] ppid=534568 vsize=9384520 memory=31988 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534681/stat : 534681 (fscip) S 534568 534578 534513 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534684] ppid=534568 vsize=9384520 memory=28720 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534684/stat : 534684 (fscip) S 534568 534578 534513 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534685] ppid=534568 vsize=9384520 memory=16108 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534685/stat : 534685 (fscip) S 534568 534578 534513 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534686] ppid=534568 vsize=9384520 memory=2212 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534686/stat : 534686 (fscip) S 534568 534578 534513 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 87736554 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534687] ppid=534568 vsize=9384520 memory=11636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534687/stat : 534687 (fscip) S 534568 534578 534513 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 87736555 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534689] ppid=534568 vsize=9384520 memory=30088 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534689/stat : 534689 (fscip) S 534568 534578 534513 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 87736555 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534690] ppid=534568 vsize=9384520 memory=8205924 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534690/stat : 534690 (fscip) S 534568 534578 534513 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 87736555 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534692] ppid=534568 vsize=9384520 memory=11636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534692/stat : 534692 (fscip) S 534568 534578 534513 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 87736555 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534701] ppid=534568 vsize=9384520 memory=8202420 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534701/stat : 534701 (fscip) S 534568 534578 534513 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 87736555 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534703] ppid=534568 vsize=9384520 memory=8205932 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534703/stat : 534703 (fscip) S 534568 534578 534513 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 87736555 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534705] ppid=534568 vsize=9384520 memory=11636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534705/stat : 534705 (fscip) S 534568 534578 534513 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 87736555 9609748480 2051596 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
Current children cumulated CPU time: 71006.5 s
Current children cumulated vsize: 9384520 KiB
Current children cumulated memory: 8206384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.5 s]
/proc/loadavg: 80.08 80.15 78.76 63/978 536672
/proc/meminfo: memFree=697349224/790760804 swapFree=131071996/131071996
[pid=534578] ppid=534568 vsize=9450056 memory=8307824 CPUtime=72001.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/stat : 534578 (fscip) S 534568 534578 534513 0 -1 1077936128 33320512 0 0 0 7177277 22846 0 0 20 0 41 0 87736538 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 17 9 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
/proc/534578/statm: 2362514 2076956 3014 3035 0 2237061 0
[pid=534578/tid=534588] ppid=534568 vsize=9450056 memory=8201972 CPUtime=3609.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534588/stat : 534588 (fscip) R 534568 534578 534513 0 -1 4194368 1902337 0 0 0 360663 240 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534589] ppid=534568 vsize=9450056 memory=4592788919308571 CPUtime=3606.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534589/stat : 534589 (fscip) R 534568 534578 534513 0 -1 4194368 2590070 0 0 0 360323 310 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534591] ppid=534568 vsize=9450056 memory=1852 CPUtime=3600.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534591/stat : 534591 (fscip) R 534568 534578 534513 0 -1 4194368 670723 0 0 0 356995 3082 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534594] ppid=534568 vsize=9450056 memory=280016299008304 CPUtime=3585.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534594/stat : 534594 (fscip) R 534568 534578 534513 0 -1 4194368 2073964 0 0 0 358325 254 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534605] ppid=534568 vsize=9450056 memory=280015493755458 CPUtime=3595.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534605/stat : 534605 (fscip) R 534568 534578 534513 0 -1 4194368 2240536 0 0 0 359314 281 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534612] ppid=534568 vsize=9450056 memory=4592788919308571 CPUtime=3601.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534612/stat : 534612 (fscip) R 534568 534578 534513 0 -1 4194368 681726 0 0 0 356645 3467 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534614] ppid=534568 vsize=9450056 memory=280016301074352 CPUtime=3588.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534614/stat : 534614 (fscip) R 534568 534578 534513 0 -1 4194368 1868585 0 0 0 358582 235 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534616] ppid=534568 vsize=9450056 memory=8306228 CPUtime=3601.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534616/stat : 534616 (fscip) R 534568 534578 534513 0 -1 4194368 2027886 0 0 0 359914 241 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534617] ppid=534568 vsize=9450056 memory=280016303398528 CPUtime=3600.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534617/stat : 534617 (fscip) R 534568 534578 534513 0 -1 4194368 726157 0 0 0 357362 2685 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534618] ppid=534568 vsize=9450056 memory=8300592 CPUtime=3593.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534618/stat : 534618 (fscip) R 534568 534578 534513 0 -1 4194368 1887405 0 0 0 359179 220 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534619] ppid=534568 vsize=9450056 memory=11636 CPUtime=3599.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534619/stat : 534619 (fscip) R 534568 534578 534513 0 -1 4194368 2211789 0 0 0 359638 275 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534635] ppid=534568 vsize=9450056 memory=280016300687440 CPUtime=3599.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534635/stat : 534635 (fscip) R 534568 534578 534513 0 -1 4194368 620157 0 0 0 356462 3462 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534639] ppid=534568 vsize=9450056 memory=20448 CPUtime=3605.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534639/stat : 534639 (fscip) R 534568 534578 534513 0 -1 4194368 1930661 0 0 0 360323 229 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534642] ppid=534568 vsize=9450056 memory=280016299762336 CPUtime=3596.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534642/stat : 534642 (fscip) R 534568 534578 534513 0 -1 4194368 2077288 0 0 0 359423 268 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534644] ppid=534568 vsize=9450056 memory=8303292 CPUtime=3601.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534644/stat : 534644 (fscip) R 534568 534578 534513 0 -1 4194368 666518 0 0 0 356854 3271 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534645] ppid=534568 vsize=9450056 memory=14956 CPUtime=3608.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534645/stat : 534645 (fscip) R 534568 534578 534513 0 -1 4194368 1962553 0 0 0 360584 238 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534646] ppid=534568 vsize=9450056 memory=354373 CPUtime=3608.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534646/stat : 534646 (fscip) R 534568 534578 534513 0 -1 4194368 2378631 0 0 0 360532 277 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534647] ppid=534568 vsize=9450056 memory=2 CPUtime=3603.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534647/stat : 534647 (fscip) R 534568 534578 534513 0 -1 4194368 705111 0 0 0 357055 3248 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534664] ppid=534568 vsize=9450056 memory=52808 CPUtime=3593.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534664/stat : 534664 (fscip) R 534568 534578 534513 0 -1 4194368 1677961 0 0 0 359172 209 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534665] ppid=534568 vsize=9450056 memory=10528 CPUtime=3600.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534665/stat : 534665 (fscip) R 534568 534578 534513 0 -1 4194368 2409716 0 0 0 359768 301 0 0 20 0 41 0 87736543 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534668] ppid=534568 vsize=9450056 memory=16108 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534668/stat : 534668 (fscip) S 534568 534578 534513 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534670] ppid=534568 vsize=9450056 memory=64 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534670/stat : 534670 (fscip) S 534568 534578 534513 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534671] ppid=534568 vsize=9450056 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534671/stat : 534671 (fscip) S 534568 534578 534513 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534672] ppid=534568 vsize=9450056 memory=1952 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534672/stat : 534672 (fscip) S 534568 534578 534513 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534673] ppid=534568 vsize=9450056 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534673/stat : 534673 (fscip) S 534568 534578 534513 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534674] ppid=534568 vsize=9450056 memory=7163927841351952237 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534674/stat : 534674 (fscip) S 534568 534578 534513 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534676] ppid=534568 vsize=9450056 memory=8225280 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534676/stat : 534676 (fscip) S 534568 534578 534513 0 -1 1077936192 117 0 0 0 0 2 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534677] ppid=534568 vsize=9450056 memory=8229168 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534677/stat : 534677 (fscip) S 534568 534578 534513 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534680] ppid=534568 vsize=9450056 memory=8198772 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534680/stat : 534680 (fscip) S 534568 534578 534513 0 -1 1077936192 71 0 0 0 3 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534681] ppid=534568 vsize=9450056 memory=8204364 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534681/stat : 534681 (fscip) S 534568 534578 534513 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534684] ppid=534568 vsize=9450056 memory=8294440 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534684/stat : 534684 (fscip) S 534568 534578 534513 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534685] ppid=534568 vsize=9450056 memory=8306136 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534685/stat : 534685 (fscip) R 534568 534578 534513 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534686] ppid=534568 vsize=9450056 memory=10528 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534686/stat : 534686 (fscip) S 534568 534578 534513 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 87736554 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534687] ppid=534568 vsize=9450056 memory=8229168 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534687/stat : 534687 (fscip) S 534568 534578 534513 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 87736555 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534689] ppid=534568 vsize=9450056 memory=36760 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534689/stat : 534689 (fscip) S 534568 534578 534513 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 87736555 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534690] ppid=534568 vsize=9450056 memory=6740 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534690/stat : 534690 (fscip) S 534568 534578 534513 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 87736555 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534692] ppid=534568 vsize=9450056 memory=8202068 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534692/stat : 534692 (fscip) S 534568 534578 534513 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 87736555 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534701] ppid=534568 vsize=9450056 memory=6898128 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534701/stat : 534701 (fscip) S 534568 534578 534513 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 87736555 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534703] ppid=534568 vsize=9450056 memory=8303292 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534703/stat : 534703 (fscip) S 534568 534578 534513 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 87736555 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
[pid=534578/tid=534705] ppid=534568 vsize=9450056 memory=8303952 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/534578/task/534705/stat : 534705 (fscip) S 534568 534578 534513 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 87736555 9676857344 2076956 809668444160 4194304 16622877 140726003624176 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32903168 140726003626985 140726003627101 140726003627101 140726003634127 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 9450056 KiB
Current children cumulated memory: 8307824 KiB

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

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

# cumulated CPU time of all completed processes:  user=71773 s, system=228.701 s

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

[startup+3632.61 s]*
/proc/loadavg: 80.08 80.15 78.76 22/893 536704
/proc/meminfo: memFree=709046084/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3632.72 s]
/proc/loadavg: 80.08 80.15 78.76 22/893 536704
/proc/meminfo: memFree=709046084/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3632.76
CPU time (s): 72001.7
CPU user time (s): 71773
CPU system time (s): 228.701
CPU usage (%): 1982.01
Max. virtual memory (cumulated for all children) (KiB): 9450056
Max. memory (cumulated for all children) (KiB): 8307824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71773
system time used= 228.701
maximum resident set size= 8307852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33320518
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= 307718
involuntary context switches= 248818


# summary of solver processes directly reported to runsolver:
#   pid: 534578
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71773
#   total CPU system time (s): 228.701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.2814 second user time and 131.059 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 52f0a3c0093dc9bf421bafb6505effdf
RANDOM SEED=923779158

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        719434868 kB
MemAvailable:   783348440 kB
Buffers:          922340 kB
Cached:         65795656 kB
SwapCached:            0 kB
Active:          9259160 kB
Inactive:       57864212 kB
Active(anon):       2036 kB
Inactive(anon):   434568 kB
Active(file):    9257124 kB
Inactive(file): 57429644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112080 kB
Writeback:            36 kB
AnonPages:        403576 kB
Mapped:            97728 kB
Shmem:             30728 kB
KReclaimable:    1293040 kB
Slab:            1803196 kB
SReclaimable:    1293040 kB
SUnreclaim:       510156 kB
KernelStack:       14832 kB
PageTables:        12428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1362368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           796032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      600064 kB
DirectMap2M:    71200768 kB
DirectMap1G:    734003200 kB

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