Trace number 4465488

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern50-06.lin.opb
MD5SUMb877664571262cc35a091b0e7e24e61f
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 benchmark-270
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables882
Total number of constraints1664
Number of constraints which are clauses832
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 882
Biggest coefficient in the objective function 34
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 13140
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 13140
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 27533312, getVmSize() = 27533312, SCIPgetMemUsed() = 4352300, SCIPgetMemTotal() = 5844764, SCIPgetMemExternEstim() = 2426446
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.09	c ** Estimated virtualMemUsedAtSolver = 18865785, getVmSize() = 43606016, SCIPgetMemUsed() = 11973741, SCIPgetMemTotal() = 20369221, SCIPgetMemExternEstim() = 2426446
0.00/0.09	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.09	c Original Problem   :
0.00/0.09	c   Problem name     : instance-4465488-1722547540
0.00/0.09	c   Variables        : 882 (882 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.09	c   Constraints      : 1664
0.00/0.09	c   Objective sense  : minimize
0.00/0.09	c Presolved Problem  :
0.00/0.09	c   Variables        : 882 (882 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.09	c   Constraints      : 832
0.00/0.09	c Constraints        : Number
0.00/0.09	c   and              : 832 
0.00/0.09	c ** Instance transfer method used: 0
0.00/0.10	c ** ParaScipInstance copy does not increase the number of variables. **
0.11/0.15	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.11/0.15	c                                Nodes    Active                                            
0.11/0.15	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.71/0.27	c *       0              0           1        20          -5.0000                -          -
1.71/0.27	c *       0              0           1        20         -14.0000                -          -
1.71/0.27	c *       0              0           1        20         -28.0000                -          -
1.71/0.28	c *       0              0           1        20         -91.0000                -          -
1.71/0.28	c *       0              0           1        20        -190.0000                -          -
1.71/0.32	c *       0              0           1        20        -192.0000                -          -
1.71/0.35	c *       0              0           1        20        -255.0000                -          -
4.42/0.49	c *       0              4           3        20        -256.0000       -6546.0000          -
9.47/0.73	c *       1              4           3        20        -257.0000       -6546.0000          -
57.65/3.14	c *       3              2           1        20        -259.0000       -2252.6040          -
88.76/4.71	c *       5              3           4        20        -260.0000       -2252.6040          -
92.73/5.03	c         5              3           4        20        -260.0000       -2252.6040          -
95.55/5.07	c *       5              3           4        20        -262.0000       -2252.6040          -
102.63/5.47	c *       5              4           3        20        -263.0000       -2252.6040          -
140.32/7.37	c *       7             22          21        20        -265.0000       -2193.2428          -
196.71/10.15	c        10             32          33        20        -265.0000       -2193.2428          -
201.86/10.44	c *      10             32          33        20        -266.0000       -2193.2428          -
247.46/12.75	c *      13             72          47        20        -268.0000       -2139.8790          -
299.02/15.34	c        15            172          57        20        -268.0000       -2117.9885          -
398.21/20.34	c        20            452         141        20        -268.0000       -2007.2618          -
497.40/25.39	c        25           1212         333        20        -268.0000       -1937.6432          -
598.51/30.43	c        30           1912         559        20        -268.0000       -1887.7660          -
697.39/35.47	c        35           2352         659        20        -268.0000       -1856.9762          -
798.41/40.52	c        41           3222         751        20        -268.0000       -1821.7817          -
897.41/45.53	c        46           4132         903        20        -268.0000       -1793.3520          -
996.44/50.58	c        51           5092        1035        20        -268.0000       -1765.5268          -
1097.64/55.63	c        56           6142        1149        20        -268.0000       -1750.9071          -
1196.62/60.65	c        61           6692        1233        20        -268.0000       -1734.0683          -
1297.59/65.72	c        66           7236         411        20        -268.0000       -1709.0030          -
1398.46/70.86	c        71           7946         539        20        -268.0000       -1671.6033          -
1416.28/71.77	c *      72           8186         569        20        -270.0000       -1668.9481          -
1497.47/75.87	c        76           8642         621        20        -270.0000       -1662.0454          -
1598.41/80.91	c        81           9316         673        20        -270.0000       -1652.5860          -
1697.19/85.99	c        86          10096         775        20        -270.0000       -1630.9058          -
1798.60/91.09	c        91          11106         879        20        -270.0000       -1615.6926    498.40%
1899.93/96.14	c        96          12276         955        20        -270.0000       -1609.3634    496.06%
1998.99/101.17	c       101          13136        1065        20        -270.0000       -1596.2924    491.22%
2100.97/106.32	c       106          13876        1151        20        -270.0000       -1580.7434    485.46%
2199.88/111.33	c       111          14916        1279        20        -270.0000       -1565.2372    479.72%
2298.79/116.35	c       116          15806        1397        20        -270.0000       -1553.8493    475.50%
2397.77/121.39	c       121          16756        1497        20        -270.0000       -1545.5385    472.42%
2498.68/126.45	c       126          17726        1607        20        -270.0000       -1533.5912    468.00%
2597.65/131.46	c       131          18846        1693        20        -270.0000       -1526.9823    465.55%
2698.58/136.54	c       137          19746        1819        20        -270.0000       -1517.2397    461.94%
2797.47/141.56	c       142          19530        1657        20        -270.0000       -1508.6516    458.76%
2898.30/146.61	c       147          20480        1763        20        -270.0000       -1500.7208    455.82%
2997.18/151.67	c       152          21300        1849        20        -270.0000       -1493.0097    452.97%
3096.18/156.69	c       157          22150        1953        20        -270.0000       -1488.4980    451.30%
3197.19/161.70	c       162          24276        2315        20        -270.0000       -1479.3593    447.91%
3296.29/166.75	c       167          25186        2409        20        -270.0000       -1474.5882    446.14%
3395.40/171.80	c       172          26166        2515        20        -270.0000       -1466.5285    443.16%
3496.48/176.86	c       177          27106        2637        20        -270.0000       -1461.1527    441.17%
3597.37/181.94	c       182          28216        2751        20        -270.0000       -1454.2816    438.62%
3696.45/186.99	c       187          29066        2849        20        -270.0000       -1447.5072    436.11%
3795.21/192.01	c       192          30036        2975        20        -270.0000       -1439.6134    433.19%
3894.15/197.02	c       197          30936        3101        20        -270.0000       -1435.1869    431.55%
3995.47/202.09	c       202          31786        3255        20        -270.0000       -1428.5302    429.09%
4094.30/207.10	c       207          32716        3403        20        -270.0000       -1421.8005    426.59%
4193.16/212.12	c       212          33896        3513        20        -270.0000       -1415.4711    424.25%
4294.09/217.17	c       217          34996        3633        20        -270.0000       -1410.7111    422.49%
4394.25/222.22	c       222          38708        2055        20        -270.0000       -1403.2287    419.71%
4493.08/227.26	c       227          37076        3853        20        -270.0000       -1396.5766    417.25%
4597.60/232.52	c       233          41048        2313        20        -270.0000       -1386.1299    413.38%
4700.24/237.72	c       238          42208        2449        20        -270.0000       -1377.5067    410.19%
4799.15/242.77	c       243          43288        2601        20        -270.0000       -1366.5248    406.12%
4899.95/247.82	c       248          44578        2747        20        -270.0000       -1356.7326    402.49%
4998.91/252.87	c       253          45568        2883        20        -270.0000       -1346.4768    398.70%
5099.75/257.93	c       258          46598        3007        20        -270.0000       -1340.9859    396.66%
5198.62/262.99	c       263          47818        3139        20        -270.0000       -1334.2189    394.16%
5297.37/268.00	c       268          48998        3269        20        -270.0000       -1327.4667    391.65%
5396.32/273.01	c       273          49968        3413        20        -270.0000       -1321.7354    389.53%
5495.21/278.03	c       278          51038        3517        20        -270.0000       -1316.9450    387.76%
5596.67/283.05	c       283          52218        3655        20        -270.0000       -1311.1852    385.62%
5695.57/288.07	c       288          53278        3827        20        -270.0000       -1306.3442    383.83%
5796.33/293.14	c       293          54018        3923        20        -270.0000       -1302.0011    382.22%
5895.09/298.18	c       298          55478        4055        20        -270.0000       -1297.4877    380.55%
5995.29/303.25	c       303          56758        4163        20        -270.0000       -1293.8606    379.21%
6094.02/308.30	c       308          57788        4301        20        -270.0000       -1288.3593    377.17%
6194.92/313.35	c       313          58988        4407        20        -270.0000       -1284.9848    375.92%
6293.53/318.40	c       318          60358        4523        20        -270.0000       -1280.3607    374.21%
6394.22/323.44	c       323          61408        4641        20        -270.0000       -1276.6762    372.84%
6495.00/328.50	c       328          62688        4769        20        -270.0000       -1272.4493    371.28%
6593.94/333.55	c       334          63848        4896        20        -270.0000       -1267.8477    369.57%
6692.72/338.60	c       339          64878        5002        20        -270.0000       -1264.5363    368.35%
6793.46/343.65	c       344          66128        5148        20        -270.0000       -1259.8707    366.62%
6892.36/348.68	c       349          67248        5284        20        -270.0000       -1257.4636    365.73%
6992.98/353.73	c       354          68438        5396        20        -270.0000       -1253.6944    364.33%
7091.78/358.78	c       359          69678        5508        20        -270.0000       -1251.0093    363.34%
7192.67/363.84	c       364          70778        5602        20        -270.0000       -1249.0068    362.60%
7293.48/368.90	c       369          71748        5714        20        -270.0000       -1244.8889    361.07%
7392.23/373.91	c       374          72608        5839        20        -270.0000       -1242.4768    360.18%
7490.98/378.96	c       379          73748        5939        20        -270.0000       -1239.7335    359.16%
7592.35/384.05	c       384          74688        6067        20        -270.0000       -1237.2205    358.23%
7691.02/389.10	c       389          75918        6185        20        -270.0000       -1234.7431    357.31%
7789.80/394.12	c       394          77278        6307        20        -270.0000       -1232.4394    356.46%
7891.73/399.20	c       399          78478        6407        20        -270.0000       -1230.5453    355.76%
7990.61/404.25	c       404          79218        6493        20        -270.0000       -1228.3048    354.93%
8091.36/409.30	c       409          79928        6581        20        -270.0000       -1226.8443    354.39%
8190.10/414.35	c       414          80918        6703        20        -270.0000       -1224.8498    353.65%
8290.75/419.40	c       419          81768        6809        20        -270.0000       -1222.8042    352.89%
8389.50/424.45	c       424          82918        6941        20        -270.0000       -1220.1238    351.90%
8488.43/429.49	c       429          83888        7073        20        -270.0000       -1218.1587    351.17%
8589.26/434.54	c       435          84858        7193        20        -270.0000       -1216.3739    350.51%
8688.07/439.58	c       440          86098        7327        20        -270.0000       -1213.8889    349.59%
8788.74/444.64	c       445          87368        7463        20        -270.0000       -1211.9843    348.88%
8887.55/449.70	c       450          88448        7609        20        -270.0000       -1209.0537    347.80%
8988.55/454.72	c       455          89768        7723        20        -270.0000       -1207.5738    347.25%
9087.12/459.73	c       460          90928        7861        20        -270.0000       -1205.0900    346.33%
9187.98/464.86	c       465          91888        7953        20        -270.0000       -1203.1157    345.60%
9286.86/469.88	c       470          93238        8041        20        -270.0000       -1201.5659    345.02%
9387.53/474.90	c       475          94278        8167        20        -270.0000       -1199.7058    344.34%
9486.25/479.96	c       480          95548        8315        20        -270.0000       -1198.0525    343.72%
9587.73/485.04	c       485          96848        8453        20        -270.0000       -1195.7847    342.88%
9686.67/490.09	c       490          98098        8555        20        -270.0000       -1194.5185    342.41%
9787.39/495.14	c       495          99338        8658        20        -270.0000       -1192.7556    341.76%
9886.59/500.15	c       500         100808        8782        20        -270.0000       -1190.9612    341.10%
9986.50/505.25	c       505         101968        8897        20        -270.0000       -1189.5444    340.57%
10087.37/510.30	c       510         102928        9011        20        -270.0000       -1187.9955    340.00%
10186.20/515.33	c       515         104048        9171        20        -270.0000       -1185.6632    339.13%
10285.00/520.39	c       520         105208        9309        20        -270.0000       -1183.9736    338.51%
10385.72/525.42	c       525         106328        9449        20        -270.0000       -1182.5041    337.96%
10484.61/530.46	c       530         107618        9597        20        -270.0000       -1180.2514    337.13%
10583.48/535.47	c       535         108808        9701        20        -270.0000       -1179.2423    336.76%
10682.22/540.48	c       540         109898        9843        20        -270.0000       -1176.9179    335.90%
10782.89/545.59	c       546         111208        9953        20        -270.0000       -1175.4078    335.34%
10883.60/550.65	c       551         112598       10085        20        -270.0000       -1173.7335    334.72%
10982.40/555.68	c       556         113808       10201        20        -270.0000       -1172.0833    334.10%
11083.23/560.74	c       561         114898       10333        20        -270.0000       -1170.3889    333.48%
11184.10/565.85	c       566         116308       10421        20        -270.0000       -1169.2297    333.05%
11284.80/570.90	c       571         117288       10520        20        -270.0000       -1167.4706    332.40%
11383.52/575.91	c       576         118448       10626        20        -270.0000       -1166.5305    332.05%
11482.36/580.95	c       581         119768       10766        20        -270.0000       -1164.3555    331.24%
11581.18/586.00	c       586         120838       10902        20        -270.0000       -1162.6343    330.61%
11682.48/591.05	c       591         121948       11018        20        -270.0000       -1161.4096    330.15%
11781.60/596.06	c       596         123068       11158        20        -270.0000       -1160.3150    329.75%
11880.48/601.14	c       601         123968       11288        20        -270.0000       -1158.5639    329.10%
11982.35/606.24	c       606         125108       11420        20        -270.0000       -1157.1092    328.56%
12081.13/611.29	c       611         126478       11526        20        -270.0000       -1156.3178    328.27%
12181.77/616.33	c       616         127658       11650        20        -270.0000       -1155.0904    327.81%
12280.59/621.36	c       621         128798       11776        20        -270.0000       -1153.6989    327.30%
12379.38/626.38	c       626         130128       11932        20        -270.0000       -1152.3183    326.78%
12478.20/631.38	c       631         130608       11990        20        -270.0000       -1151.4329    326.46%
12578.84/636.46	c       636         131328       12074        20        -270.0000       -1150.5047    326.11%
12679.72/641.53	c       642         132598       12190        20        -270.0000       -1149.3825    325.70%
12780.27/646.61	c       647         133928       12298        20        -270.0000       -1148.2782    325.29%
12878.86/651.61	c       652         135278       12410        20        -270.0000       -1147.2226    324.90%
12977.56/656.63	c       657         136498       12518        20        -270.0000       -1146.4169    324.60%
13076.29/661.64	c       662         137668       12642        20        -270.0000       -1145.2010    324.15%
13177.19/666.79	c       667         138998       12774        20        -270.0000       -1144.2403    323.79%
13277.93/671.89	c       672         140358       12886        20        -270.0000       -1143.4118    323.49%
13378.61/676.94	c       677         141658       12976        20        -270.0000       -1142.6054    323.19%
13477.35/681.99	c       682         143088       13064        20        -270.0000       -1141.9485    322.94%
13578.70/687.04	c       687         144238       13166        20        -270.0000       -1140.7565    322.50%
13677.84/692.06	c       692         145748       13268        20        -270.0000       -1139.8540    322.17%
13778.23/697.13	c       697         146988       13413        20        -270.0000       -1138.0667    321.51%
13877.33/702.15	c       702         148298       13515        20        -270.0000       -1137.3243    321.23%
13977.50/707.24	c       707         149598       13637        20        -270.0000       -1136.4259    320.90%
14076.53/712.29	c       712         150948       13753        20        -270.0000       -1135.5198    320.56%
14177.14/717.34	c       717         151878       13835        20        -270.0000       -1135.1111    320.41%
14275.96/722.40	c       722         153328       13947        20        -270.0000       -1134.2051    320.08%
14376.82/727.42	c       727         154378       14051        20        -270.0000       -1133.6270    319.86%
14475.78/732.49	c       732         155678       14145        20        -270.0000       -1132.8761    319.58%
14576.26/737.54	c       738         156908       14241        20        -270.0000       -1132.0913    319.29%
14677.05/742.60	c       743         158068       14355        20        -270.0000       -1131.1308    318.94%
14775.84/747.64	c       748         159138       14475        20        -270.0000       -1130.6667    318.77%
14874.81/752.69	c       753         160238       14601        20        -270.0000       -1130.1377    318.57%
14975.36/757.74	c       758         161338       14727        20        -270.0000       -1129.2747    318.25%
15074.38/762.79	c       763         162868       14857        20        -270.0000       -1128.2201    317.86%
15173.04/767.80	c       768         164368       14993        20        -270.0000       -1127.1111    317.45%
15273.74/772.84	c       773         165598       15139        20        -270.0000       -1126.5012    317.22%
15374.40/777.94	c       778         166698       15271        20        -270.0000       -1125.6239    316.90%
15473.09/782.99	c       783         167898       15363        20        -270.0000       -1124.7289    316.57%
15574.58/788.04	c       788         169038       15454        20        -270.0000       -1123.9643    316.28%
15673.32/793.08	c       793         170078       15578        20        -270.0000       -1123.1629    315.99%
15774.21/798.14	c       798         171158       15708        20        -270.0000       -1122.3957    315.70%
15873.25/803.15	c       803         172348       15830        20        -270.0000       -1121.7860    315.48%
15972.08/808.16	c       808         173638       15942        20        -270.0000       -1120.7667    315.10%
16072.07/813.26	c       813         174878       16084        20        -270.0000       -1120.0887    314.85%
16170.82/818.29	c       818         175738       16212        20        -270.0000       -1119.3778    314.58%
16271.59/823.31	c       823         176978       16342        20        -270.0000       -1118.8657    314.39%
16372.22/828.44	c       828         178358       16450        20        -270.0000       -1118.1558    314.13%
16471.11/833.49	c       833         179568       16586        20        -270.0000       -1117.1651    313.76%
16571.79/838.52	c       839         180658       16668        20        -270.0000       -1116.5933    313.55%
16670.67/843.53	c       844         182038       16778        20        -270.0000       -1115.8365    313.27%
16771.48/848.62	c       849         183258       16910        20        -270.0000       -1114.9753    312.95%
16870.46/853.65	c       854         184368       17020        20        -270.0000       -1114.0000    312.59%
16971.21/858.75	c       859         185518       17137        20        -270.0000       -1113.2774    312.32%
17069.93/863.79	c       864         186698       17277        20        -270.0000       -1112.2392    311.94%
17170.67/868.80	c       869         187888       17415        20        -270.0000       -1111.5000    311.67%
17269.46/873.86	c       874         188728       17513        20        -270.0000       -1110.9989    311.48%
17370.35/878.92	c       879         189808       17633        20        -270.0000       -1110.3533    311.24%
17469.14/883.97	c       884         191098       17757        20        -270.0000       -1109.5583    310.95%
17567.96/889.00	c       889         192248       17873        20        -270.0000       -1108.7197    310.64%
17666.80/894.01	c       894         193228       18001        20        -270.0000       -1107.8889    310.33%
17768.00/899.06	c       899         194258       18131        20        -270.0000       -1107.1564    310.06%
17866.91/904.12	c       904         195318       18211        20        -270.0000       -1106.7281    309.90%
17967.54/909.18	c       909         196608       18317        20        -270.0000       -1106.1782    309.70%
18067.78/914.24	c       914         197928       18417        20        -270.0000       -1105.7867    309.55%
18168.58/919.30	c       919         198958       18515        20        -270.0000       -1105.0667    309.28%
18267.58/924.37	c       924         199868       18617        20        -270.0000       -1104.5867    309.11%
18366.33/929.38	c       929         200958       18745        20        -270.0000       -1103.8316    308.83%
18467.08/934.40	c       934         201718       18870        20        -270.0000       -1103.3353    308.64%
18565.89/939.46	c       939         202788       19016        20        -270.0000       -1102.4342    308.31%
18664.68/944.47	c       944         203938       19100        20        -270.0000       -1101.9081    308.11%
18767.52/949.60	c       950         205118       19224        20        -270.0000       -1101.2291    307.86%
18866.29/954.66	c       955         205888       19284        20        -270.0000       -1101.1038    307.82%
18967.09/959.74	c       960         206978       19382        20        -270.0000       -1100.6184    307.64%
19066.01/964.76	c       965         208428       19500        20        -270.0000       -1100.0305    307.42%
19166.85/969.84	c       970         209618       19594        20        -270.0000       -1099.4595    307.21%
19265.57/974.89	c       975         210878       19712        20        -270.0000       -1098.7029    306.93%
19364.42/979.90	c       980         211958       19858        20        -270.0000       -1097.7800    306.59%
19465.45/984.99	c       985         213248       19982        20        -270.0000       -1097.1045    306.33%
19566.89/990.04	c       990         214408       20114        20        -270.0000       -1096.3701    306.06%
19665.67/995.09	c       995         215448       20240        20        -270.0000       -1095.8428    305.87%
19766.48/1000.14	c      1000         216888       20344        20        -270.0000       -1095.3671    305.69%
19865.06/1005.19	c      1005         218178       20432        20        -270.0000       -1094.8708    305.51%
19965.33/1010.20	c      1010         219408       20508        20        -270.0000       -1094.3687    305.32%
20064.14/1015.24	c      1015         220548       20638        20        -270.0000       -1093.6729    305.06%
20162.99/1020.29	c      1020         221688       20764        20        -270.0000       -1093.1482    304.87%
20263.80/1025.31	c      1025         223058       20894        20        -270.0000       -1092.3984    304.59%
20364.58/1030.44	c      1030         224028       20990        20        -270.0000       -1092.0836    304.48%
20463.50/1035.49	c      1035         225308       21114        20        -270.0000       -1091.4424    304.24%
20564.47/1040.54	c      1041         226598       21232        20        -270.0000       -1090.5833    303.92%
20663.36/1045.56	c      1046         227688       21342        20        -270.0000       -1089.9820    303.70%
20764.27/1050.63	c      1051         228968       21452        20        -270.0000       -1089.3510    303.46%
20863.06/1055.65	c      1056         230108       21584        20        -270.0000       -1088.8889    303.29%
20963.83/1060.74	c      1061         231148       21714        20        -270.0000       -1088.2513    303.06%
21062.58/1065.76	c      1066         232498       21846        20        -270.0000       -1087.6944    302.85%
21163.51/1070.81	c      1071         233578       21966        20        -270.0000       -1087.1959    302.67%
21262.43/1075.82	c      1076         234938       22118        20        -270.0000       -1086.3757    302.36%
21361.20/1080.83	c      1081         236008       22240        20        -270.0000       -1085.5338    302.05%
21460.04/1085.89	c      1086         237348       22352        20        -270.0000       -1084.9757    301.84%
21560.95/1090.95	c      1091         238508       22460        20        -270.0000       -1084.2000    301.56%
21662.26/1096.04	c      1096         239468       22562        20        -270.0000       -1083.5383    301.31%
21761.28/1101.14	c      1101         240658       22670        20        -270.0000       -1083.0160    301.12%
21862.10/1106.19	c      1106         241518       22750        20        -270.0000       -1082.7931    301.03%
21962.23/1111.24	c      1111         242278       22820        20        -270.0000       -1082.5500    300.94%
22060.93/1116.29	c      1116         243178       22880        20        -270.0000       -1082.2263    300.82%
22161.61/1121.32	c      1121         244248       23036        20        -270.0000       -1081.3370    300.50%
22260.41/1126.34	c      1126         245378       23138        20        -270.0000       -1080.8485    300.31%
22359.32/1131.39	c      1131         246348       23242        20        -270.0000       -1080.2459    300.09%
22460.11/1136.49	c      1136         247078       23328        20        -270.0000       -1079.6326    299.86%
22560.91/1141.54	c      1142         248298       23438        20        -270.0000       -1079.1515    299.69%
22659.75/1146.59	c      1147         249378       23520        20        -270.0000       -1078.8181    299.56%
22760.64/1151.60	c      1152         250688       23642        20        -270.0000       -1078.2042    299.33%
22859.49/1156.62	c      1157         251768       23732        20        -270.0000       -1077.9201    299.23%
22958.22/1161.65	c      1162         252958       23868        20        -270.0000       -1077.3333    299.01%
23059.07/1166.79	c      1167         253798       23950        20        -270.0000       -1076.8974    298.85%
23160.03/1171.84	c      1172         254828       24048        20        -270.0000       -1076.4594    298.69%
23258.78/1176.87	c      1177         255668       24114        20        -270.0000       -1075.9543    298.50%
23359.68/1181.95	c      1182         256698       24204        20        -270.0000       -1075.6634    298.39%
23458.60/1186.96	c      1187         257358       24294        20        -270.0000       -1075.1841    298.22%
23557.69/1191.96	c      1192         258458       24382        20        -270.0000       -1074.9168    298.12%
23656.51/1196.98	c      1197         291682        6263        20        -270.0000       -1072.9669    297.40%
23758.04/1202.05	c      1202         293012        6383        20        -270.0000       -1070.2037    296.37%
23856.77/1207.07	c      1207         294402        6543        20        -270.0000       -1066.8586    295.13%
23957.50/1212.17	c      1212         295492        6695        20        -270.0000       -1063.5722    293.92%
24057.74/1217.24	c      1217         297072        6845        20        -270.0000       -1060.1250    292.64%
24156.64/1222.26	c      1222         298372        7001        20        -270.0000       -1056.9031    291.45%
24255.49/1227.27	c      1227         299532        7129        20        -270.0000       -1054.2942    290.48%
24356.31/1232.31	c      1232         300532        7231        20        -270.0000       -1052.6952    289.89%
24457.14/1237.44	c      1237         301412        7341        20        -270.0000       -1051.0000    289.26%
24556.02/1242.44	c      1242         302382        7501        20        -270.0000       -1048.2180    288.23%
24656.81/1247.57	c      1248         303332        7621        20        -270.0000       -1046.3333    287.53%
24757.66/1252.64	c      1253         304472        7775        20        -270.0000       -1043.9405    286.64%
24856.47/1257.68	c      1258         305972        7923        20        -270.0000       -1042.5204    286.12%
24957.22/1262.74	c      1263         307242        8087        20        -270.0000       -1039.2667    284.91%
25056.00/1267.79	c      1268         308472        8233        20        -270.0000       -1037.5476    284.28%
25156.92/1272.84	c      1273         309862        8373        20        -270.0000       -1035.4630    283.50%
25255.63/1277.85	c      1278         311222        8551        20        -270.0000       -1033.2708    282.69%
25356.37/1282.94	c      1283          49022        5427        20        -270.0000       -1025.3690    279.77%
25455.19/1287.96	c      1288          49492        5497        20        -270.0000        -994.5655    268.36%
25554.07/1293.02	c      1293          50162        5561        20        -270.0000        -974.4168    260.90%
25655.45/1298.06	c      1298          50792        5637        20        -270.0000        -957.5652    254.65%
25756.33/1303.14	c      1303          51422        5717        20        -270.0000        -944.6757    249.88%
25855.19/1308.19	c      1308          52452        5789        20        -270.0000        -935.1004    246.33%
25955.11/1313.24	c      1313          52952        5863        20        -270.0000        -924.5179    242.41%
26054.04/1318.29	c      1318          53662        5927        20        -270.0000        -917.7231    239.90%
26154.92/1323.34	c      1323          54612        5983        20        -270.0000        -912.6875    238.03%
26253.80/1328.36	c      1328          55292        6057        20        -270.0000        -908.8992    236.63%
26352.61/1333.37	c      1333          56082        6113        20        -270.0000        -906.1909    235.63%
26451.48/1338.38	c      1338          56682        6181        20        -270.0000        -901.1864    233.77%
26554.05/1343.50	c      1344          57632        6245        20        -270.0000        -897.0473    232.24%
26652.83/1348.52	c      1349          58342        6317        20        -270.0000        -891.5721    230.21%
26751.60/1353.54	c      1354          59072        6375        20        -270.0000        -888.7807    229.18%
26850.44/1358.57	c      1359          59962        6449        20        -270.0000        -885.4340    227.94%
26951.35/1363.65	c      1364          60542        6527        20        -270.0000        -881.8651    226.62%
27050.07/1368.69	c      1369          61282        6601        20        -270.0000        -877.9773    225.18%
27152.73/1373.83	c      1374          61912        6691        20        -270.0000        -873.6984    223.59%
27251.65/1378.89	c      1379          62432        6773        20        -270.0000        -871.1407    222.64%
27352.47/1383.94	c      1384          63202        6857        20        -270.0000        -868.9549    221.84%
27451.27/1388.99	c      1389          63962        6931        20        -270.0000        -866.0311    220.75%
27552.61/1394.04	c      1394          64732        6991        20        -270.0000        -864.6696    220.25%
27651.21/1399.09	c      1399          65502        7043        20        -270.0000        -862.0929    219.29%
27750.07/1404.10	c      1404          66412        7111        20        -270.0000        -859.7661    218.43%
27850.93/1409.14	c      1409          67282        7173        20        -270.0000        -857.8083    217.71%
27951.02/1414.22	c      1414          68012        7253        20        -270.0000        -855.7679    216.95%
28049.70/1419.29	c      1419          68812        7337        20        -270.0000        -852.4808    215.73%
28150.58/1424.34	c      1424          69582        7401        20        -270.0000        -851.5206    215.38%
28249.47/1429.38	c      1429          70252        7499        20        -270.0000        -847.3776    213.84%
28350.20/1434.44	c      1434          70912        7587        20        -270.0000        -844.4559    212.76%
28448.89/1439.49	c      1439          71872        7653        20        -270.0000        -842.6718    212.10%
28549.66/1444.54	c      1445          72722        7729        20        -270.0000        -841.4699    211.66%
28648.44/1449.59	c      1450          73342        7833        20        -270.0000        -838.7308    210.64%
28749.28/1454.64	c      1455          73982        7913        20        -270.0000        -837.0199    210.01%
28848.13/1459.69	c      1460          74612        7985        20        -270.0000        -835.7860    209.55%
28948.77/1464.74	c      1465          75482        8075        20        -270.0000        -833.8336    208.83%
29047.66/1469.79	c      1470          76302        8155        20        -270.0000        -832.0119    208.15%
29148.50/1474.84	c      1475          76892        8243        20        -270.0000        -830.1811    207.47%
29247.31/1479.88	c      1480          77742        8315        20        -270.0000        -827.7389    206.57%
29348.24/1484.94	c      1485          78592        8401        20        -270.0000        -826.5556    206.13%
29447.19/1489.98	c      1490          79342        8479        20        -270.0000        -825.7153    205.82%
29548.00/1495.00	c      1495          80122        8569        20        -270.0000        -823.8861    205.14%
29646.70/1500.09	c      1500          80922        8659        20        -270.0000        -821.8935    204.41%
29745.47/1505.14	c      1505          81642        8739        20        -270.0000        -820.7777    203.99%
29846.81/1510.19	c      1510          82402        8835        20        -270.0000        -819.4856    203.51%
29947.58/1515.24	c      1515          83292        8913        20        -270.0000        -818.1226    203.01%
30046.30/1520.29	c      1520          84102        8985        20        -270.0000        -817.1311    202.64%
30146.21/1525.34	c      1525          84962        9057        20        -270.0000        -815.8722    202.17%
30245.02/1530.39	c      1530          85642        9105        20        -270.0000        -815.2673    201.95%
30345.71/1535.44	c      1535          86442        9175        20        -270.0000        -814.1276    201.53%
30444.66/1540.45	c      1540          87152        9255        20        -270.0000        -812.8220    201.05%
30543.40/1545.46	c      1545          88052        9341        20        -270.0000        -811.6198    200.60%
30642.32/1550.48	c      1550          88562        9441        20        -270.0000        -809.6087    199.86%
30743.00/1555.50	c      1556          89312        9505        20        -270.0000        -808.3612    199.39%
30841.66/1560.57	c      1561          90202        9577        20        -270.0000        -807.5741    199.10%
30942.54/1565.63	c      1566          91222        9627        20        -270.0000        -807.2009    198.96%
31043.52/1570.71	c      1571          92132        9687        20        -270.0000        -806.2451    198.61%
31142.31/1575.78	c      1576          92892        9757        20        -270.0000        -805.3453    198.28%
31243.27/1580.80	c      1581          93542        9853        20        -270.0000        -803.4628    197.58%
31342.11/1585.82	c      1586          94132        9931        20        -270.0000        -802.0217    197.05%
31440.85/1590.89	c      1591          95012       10001        20        -270.0000        -801.3358    196.79%
31543.60/1596.02	c      1596          95592       10081        20        -270.0000        -800.2444    196.39%
31642.56/1601.07	c      1601          96312       10171        20        -270.0000        -799.2877    196.03%
31741.39/1606.12	c      1606          97262       10257        20        -270.0000        -798.2296    195.64%
31842.97/1611.14	c      1611          97922       10347        20        -270.0000        -797.1461    195.24%
31942.19/1616.25	c      1616          98792       10425        20        -270.0000        -796.2222    194.90%
32042.58/1621.29	c      1621          99712       10485        20        -270.0000        -795.5675    194.65%
32142.82/1626.34	c      1626         100572       10581        20        -270.0000        -794.2947    194.18%
32241.41/1631.37	c      1631         101392       10633        20        -270.0000        -793.3237    193.82%
32340.14/1636.37	c      1636         102242       10719        20        -270.0000        -792.7593    193.61%
32440.81/1641.44	c      1641         103152       10773        20        -270.0000        -792.2291    193.42%
32541.39/1646.54	c      1647         104122       10851        20        -270.0000        -791.2725    193.06%
32640.21/1651.59	c      1652         104742       10953        20        -270.0000        -790.1658    192.65%
32741.07/1656.64	c      1657         105552       11019        20        -270.0000        -789.3887    192.37%
32839.76/1661.69	c      1662         106342       11099        20        -270.0000        -788.5308    192.05%
32940.46/1666.74	c      1667         107112       11175        20        -270.0000        -787.8126    191.78%
33039.12/1671.79	c      1672         107702       11249        20        -270.0000        -786.5929    191.33%
33139.70/1676.84	c      1677         108492       11339        20        -270.0000        -785.7870    191.03%
33238.54/1681.89	c      1682         109202       11419        20        -270.0000        -785.0682    190.77%
33339.19/1686.91	c      1687         109972       11499        20        -270.0000        -784.7602    190.65%
33438.11/1691.99	c      1692         110702       11581        20        -270.0000        -784.1470    190.42%
33538.97/1697.04	c      1697         111262       11691        20        -270.0000        -783.1818    190.07%
33637.74/1702.08	c      1702         111992       11767        20        -270.0000        -782.6166    189.86%
33736.45/1707.10	c      1707         112922       11839        20        -270.0000        -781.7722    189.55%
33837.91/1712.15	c      1712         113572       11927        20        -270.0000        -780.5796    189.10%
33936.72/1717.20	c      1717         114112       12013        20        -270.0000        -779.5790    188.73%
34037.61/1722.29	c      1722         114812       12101        20        -270.0000        -778.5276    188.34%
34137.70/1727.34	c      1727         115472       12195        20        -270.0000        -777.7218    188.05%
34236.47/1732.39	c      1732         116032       12295        20        -270.0000        -776.6038    187.63%
34337.28/1737.44	c      1737         116732       12367        20        -270.0000        -775.7445    187.31%
34436.11/1742.45	c      1742         117512       12457        20        -270.0000        -774.8843    186.99%
34534.95/1747.48	c      1747         118452       12523        20        -270.0000        -774.4740    186.84%
34635.73/1752.59	c      1753         119092       12593        20        -270.0000        -773.7778    186.58%
34736.61/1757.64	c      1758         120152       12671        20        -270.0000        -773.3000    186.41%
34835.22/1762.63	c      1763         120992       12753        20        -270.0000        -772.2851    186.03%
34934.02/1767.65	c      1768         121802       12847        20        -270.0000        -771.6896    185.81%
35032.88/1772.68	c      1773         122512       12943        20        -270.0000        -771.0564    185.58%
35135.50/1777.81	c      1778         123352       13023        20        -270.0000        -770.6028    185.41%
35234.16/1782.89	c      1783         124162       13093        20        -270.0000        -770.2596    185.28%
35334.97/1787.92	c      1788         125252       13175        20        -270.0000        -769.8985    185.15%
35433.68/1792.99	c      1793         126262       13233        20        -270.0000        -769.2867    184.92%
35534.55/1798.04	c      1798         127062       13311        20        -270.0000        -768.5591    184.65%
35633.26/1803.09	c      1803         128082       13417        20        -270.0000        -767.6451    184.31%
35732.09/1808.11	c      1808         129132       13505        20        -270.0000        -767.1242    184.12%
35833.77/1813.16	c      1813         130232       13589        20        -270.0000        -766.7738    183.99%
35932.37/1818.17	c      1818         131392       13669        20        -270.0000        -766.0807    183.73%
36031.15/1823.24	c      1823         132282       13751        20        -270.0000        -765.6046    183.56%
36132.09/1828.29	c      1828         133162       13825        20        -270.0000        -764.9867    183.33%
36231.99/1833.31	c      1833         134252       13899        20        -270.0000        -764.4379    183.13%
36330.85/1838.32	c      1838         135122       13985        20        -270.0000        -763.8733    182.92%
36429.84/1843.35	c      1843         136072       14075        20        -270.0000        -763.2083    182.67%
36530.79/1848.43	c      1848         137142       14139        20        -270.0000        -762.6701    182.47%
36629.51/1853.48	c      1853         137902       14223        20        -270.0000        -762.3000    182.33%
36730.19/1858.53	c      1859         138862       14301        20        -270.0000        -761.9199    182.19%
36829.00/1863.56	c      1864         139462       14399        20        -270.0000        -761.2393    181.94%
36929.84/1868.68	c      1869         140332       14485        20        -270.0000        -760.7059    181.74%
37030.62/1873.75	c      1874         141072       14579        20        -270.0000        -760.2239    181.56%
37131.21/1878.80	c      1879         141952       14653        20        -270.0000        -759.7568    181.39%
37229.91/1883.89	c      1884         142602       14753        20        -270.0000        -759.3612    181.24%
37330.81/1888.91	c      1889         143272       14841        20        -270.0000        -758.6092    180.97%
37429.50/1893.99	c      1894         144242       14911        20        -270.0000        -757.9970    180.74%
37530.34/1899.04	c      1899         144892       14973        20        -270.0000        -757.6940    180.63%
37629.08/1904.09	c      1904         145622       15039        20        -270.0000        -757.2958    180.48%
37727.83/1909.13	c      1909         146292       15127        20        -270.0000        -756.9461    180.35%
37826.60/1914.14	c      1914         146932       15229        20        -270.0000        -756.2778    180.10%
37927.84/1919.19	c      1919         147902       15321        20        -270.0000        -755.8309    179.94%
38026.78/1924.20	c      1924         148672       15405        20        -270.0000        -755.5000    179.81%
38127.76/1929.25	c      1929         149312       15463        20        -270.0000        -755.1204    179.67%
38227.92/1934.31	c      1934         150212       15559        20        -270.0000        -754.5833    179.48%
38327.00/1939.37	c      1939         150812       15651        20        -270.0000        -753.9687    179.25%
38427.38/1944.44	c      1944         151702       15765        20        -270.0000        -753.3546    179.02%
38528.25/1949.52	c      1950         152482       15851        20        -270.0000        -752.7549    178.80%
38627.26/1954.59	c      1955         153282       15947        20        -270.0000        -752.2150    178.60%
38727.79/1959.64	c      1960         154222       16033        20        -270.0000        -751.9887    178.51%
38826.53/1964.69	c      1965         155102       16121        20        -270.0000        -751.6410    178.39%
38927.26/1969.70	c      1970         156082       16183        20        -270.0000        -751.4536    178.32%
39025.98/1974.71	c      1975         156952       16273        20        -270.0000        -751.1000    178.19%
39124.71/1979.77	c      1980         157862       16367        20        -270.0000        -750.8827    178.10%
39225.18/1984.83	c      1985         158572       16445        20        -270.0000        -750.5397    177.98%
39325.90/1989.92	c      1990         159622       16531        20        -270.0000        -750.2254    177.86%
39424.55/1994.96	c      1995         160502       16623        20        -270.0000        -749.8198    177.71%
39525.32/2000.02	c      2000         161302       16713        20        -270.0000        -749.5249    177.60%
39623.95/2005.09	c      2005         162072       16797        20        -270.0000        -749.0849    177.44%
39725.46/2010.14	c      2010         163012       16883        20        -270.0000        -748.6667    177.28%
39824.27/2015.19	c      2015         163782       16971        20        -270.0000        -748.3362    177.16%
39923.12/2020.20	c      2020         164382       17057        20        -270.0000        -747.9755    177.03%
40023.94/2025.29	c      2025         165182       17141        20        -270.0000        -747.5710    176.88%
40123.90/2030.34	c      2030         165952       17237        20        -270.0000        -747.1866    176.74%
40222.82/2035.39	c      2035         166842       17319        20        -270.0000        -746.7184    176.56%
40323.64/2040.44	c      2040         167792       17407        20        -270.0000        -746.2588    176.39%
40422.50/2045.50	c      2046         168662       17479        20        -270.0000        -745.9462    176.28%
40523.24/2050.52	c      2051         169652       17573        20        -270.0000        -745.3827    176.07%
40622.16/2055.53	c      2056         170232       17657        20        -270.0000        -745.0855    175.96%
40722.95/2060.61	c      2061         171262       17739        20        -270.0000        -744.7326    175.83%
40821.79/2065.69	c      2066         172102       17805        20        -270.0000        -744.5456    175.76%
40922.59/2070.74	c      2071         173052       17881        20        -270.0000        -744.1542    175.61%
41021.56/2075.79	c      2076         173982       17957        20        -270.0000        -743.7652    175.47%
41122.27/2080.84	c      2081         174902       18037        20        -270.0000        -743.4521    175.35%
41221.11/2085.88	c      2086         175752       18123        20        -270.0000        -743.0047    175.19%
41321.83/2090.93	c      2091         176712       18197        20        -270.0000        -742.8450    175.13%
41420.66/2095.94	c      2096         177572       18289        20        -270.0000        -742.4801    174.99%
41521.50/2101.01	c      2101         178642       18349        20        -270.0000        -742.2085    174.89%
41620.34/2106.09	c      2106         179512       18425        20        -270.0000        -741.9137    174.78%
41719.30/2111.14	c      2111         180562       18493        20        -270.0000        -741.3619    174.58%
41821.10/2116.19	c      2116         181282       18569        20        -270.0000        -741.0449    174.46%
41921.67/2121.24	c      2121         182072       18649        20        -270.0000        -740.5832    174.29%
42020.68/2126.26	c      2126         183052       18725        20        -270.0000        -740.3825    174.22%
42120.79/2131.30	c      2131         184122       18785        20        -270.0000        -740.2065    174.15%
42219.51/2136.34	c      2136         184912       18863        20        -270.0000        -739.8215    174.01%
42320.18/2141.42	c      2141         185862       18953        20        -270.0000        -739.5267    173.90%
42418.98/2146.48	c      2146         186762       19029        20        -270.0000        -739.2237    173.79%
42519.82/2151.54	c      2152         187412       19117        20        -270.0000        -738.9310    173.68%
42618.64/2156.59	c      2157         188292       19207        20        -270.0000        -738.7450    173.61%
42719.40/2161.64	c      2162         189142       19301        20        -270.0000        -738.5893    173.55%
42818.25/2166.69	c      2167         189872       19365        20        -270.0000        -738.3266    173.45%
42918.99/2171.74	c      2172         190792       19435        20        -270.0000        -738.1634    173.39%
43017.82/2176.79	c      2177         191652       19515        20        -270.0000        -737.8591    173.28%
43118.62/2181.80	c      2182         192262       19581        20        -270.0000        -737.5971    173.18%
43219.35/2186.90	c      2187         193272       19645        20        -270.0000        -737.4730    173.14%
43318.11/2191.94	c      2192         194202       19741        20        -270.0000        -737.1608    173.02%
43418.76/2197.00	c      2197         194962       19819        20        -270.0000        -736.7037    172.85%
43517.49/2202.04	c      2202         195812       19889        20        -270.0000        -736.3500    172.72%
43616.31/2207.09	c      2207         196472       19999        20        -270.0000        -735.9874    172.59%
43715.05/2212.10	c      2212         197262       20091        20        -270.0000        -735.7057    172.48%
43816.71/2217.15	c      2217         198032       20173        20        -270.0000        -735.4368    172.38%
43915.23/2222.20	c      2222         199002       20261        20        -270.0000        -735.0251    172.23%
44016.22/2227.25	c      2227         199862       20347        20        -270.0000        -734.5924    172.07%
44115.16/2232.27	c      2232         200512       20439        20        -270.0000        -734.1028    171.89%
44213.84/2237.28	c      2237         201342       20517        20        -270.0000        -733.8914    171.81%
44313.65/2242.30	c      2242         202322       20595        20        -270.0000        -733.6390    171.72%
44412.52/2247.35	c      2247         202952       20701        20        -270.0000        -733.3940    171.63%
44513.40/2252.47	c      2252         203822       20775        20        -270.0000        -733.1810    171.55%
44612.27/2257.47	c      2257         204682       20859        20        -270.0000        -732.7889    171.40%
44712.93/2262.56	c      2263         205762       20957        20        -270.0000        -732.5548    171.32%
44813.59/2267.69	c      2268         206432       21069        20        -270.0000        -732.2197    171.19%
44914.46/2272.74	c      2273         207242       21149        20        -270.0000        -731.7937    171.03%
45013.00/2277.75	c      2278         208212       21245        20        -270.0000        -731.4631    170.91%
45111.66/2282.76	c      2283         208922       21333        20        -270.0000        -731.1760    170.81%
45212.32/2287.80	c      2288         209552       21433        20        -270.0000        -730.8889    170.70%
45311.19/2292.85	c      2293         210282       21505        20        -270.0000        -730.4432    170.53%
45411.98/2297.94	c      2298         210822       21593        20        -270.0000        -730.1396    170.42%
45510.78/2302.99	c      2303         211642       21685        20        -270.0000        -729.9157    170.34%
45611.71/2308.02	c      2308         212572       21799        20        -270.0000        -729.6012    170.22%
45710.59/2313.04	c      2313         213562       21879        20        -270.0000        -729.4058    170.15%
45812.32/2318.15	c      2318         214432       21977        20        -270.0000        -729.0525    170.02%
45911.11/2323.17	c      2323         215212       22043        20        -270.0000        -728.9373    169.98%
46009.91/2328.18	c      2328         216342       22111        20        -270.0000        -728.6807    169.88%
46108.57/2333.21	c      2333         217152       22189        20        -270.0000        -728.2654    169.73%
46209.39/2338.28	c      2338         217802       22279        20        -270.0000        -728.0583    169.65%
46309.47/2343.31	c      2343         218702       22353        20        -270.0000        -727.8485    169.57%
46408.07/2348.35	c      2348         219692       22413        20        -270.0000        -727.5914    169.48%
46506.81/2353.37	c      2353         220462       22519        20        -270.0000        -727.3006    169.37%
46605.52/2358.38	c      2358         221102       22601        20        -270.0000        -727.0109    169.26%
46704.38/2363.39	c      2363         221912       22689        20        -270.0000        -726.8420    169.20%
46805.28/2368.40	c      2368         222762       22771        20        -270.0000        -726.5721    169.10%
46904.28/2373.41	c      2373         223462       22845        20        -270.0000        -726.2397    168.98%
47003.11/2378.42	c      2378         224602       22935        20        -270.0000        -725.8720    168.84%
47104.08/2383.51	c      2384         225342       23037        20        -270.0000        -725.5978    168.74%
47202.98/2388.56	c      2389         226292       23135        20        -270.0000        -725.2647    168.62%
47301.95/2393.57	c      2394         227252       23229        20        -270.0000        -724.8782    168.47%
47402.84/2398.61	c      2399         227952       23307        20        -270.0000        -724.7420    168.42%
47503.68/2403.71	c      2404         228792       23399        20        -270.0000        -724.5873    168.37%
47602.64/2408.76	c      2409         229822       23495        20        -270.0000        -724.2136    168.23%
47703.61/2413.81	c      2414         230542       23601        20        -270.0000        -723.8750    168.10%
47802.57/2418.86	c      2419         231372       23671        20        -270.0000        -723.6156    168.01%
47901.66/2423.88	c      2424         232332       23771        20        -270.0000        -723.3362    167.90%
48002.39/2428.96	c      2429         233062       23843        20        -270.0000        -723.2138    167.86%
48103.43/2434.01	c      2434         233852       23957        20        -270.0000        -723.0000    167.78%
48202.54/2439.06	c      2439         234592       24059        20        -270.0000        -722.7187    167.67%
48301.52/2444.11	c      2444         235442       24147        20        -270.0000        -722.4331    167.57%
48403.22/2449.16	c      2449         236102       24247        20        -270.0000        -722.1277    167.45%
48501.99/2454.17	c      2454         237012       24345        20        -270.0000        -721.8565    167.35%
48600.99/2459.18	c      2459         237782       24441        20        -270.0000        -721.6321    167.27%
48700.01/2464.20	c      2464         238582       24517        20        -270.0000        -721.4336    167.20%
48800.80/2469.25	c      2469         239362       24605        20        -270.0000        -721.1096    167.08%
48899.86/2474.30	c      2474         240272       24669        20        -270.0000        -720.9903    167.03%
49000.00/2479.34	c      2479         240882       24757        20        -270.0000        -720.7618    166.95%
49100.85/2484.46	c      2484         241772       24863        20        -270.0000        -720.3364    166.79%
49201.78/2489.56	c      2490         242522       24951        20        -270.0000        -720.0705    166.69%
49302.46/2494.61	c      2495         243632       25043        20        -270.0000        -719.7058    166.56%
49401.40/2499.63	c      2500         244742       25133        20        -270.0000        -719.3185    166.41%
49502.35/2504.71	c      2505         245662       25227        20        -270.0000        -719.0167    166.30%
49601.25/2509.76	c      2510         246662       25317        20        -270.0000        -718.8060    166.22%
49702.24/2514.81	c      2515         247332       25429        20        -270.0000        -718.4930    166.11%
49801.02/2519.86	c      2520         248352       25541        20        -270.0000        -718.1526    165.98%
49901.67/2524.91	c      2525         249222       25621        20        -270.0000        -717.8889    165.88%
50000.49/2529.96	c      2530         250122       25713        20        -270.0000        -717.6963    165.81%
50099.37/2534.97	c      2535         250932       25809        20        -270.0000        -717.5251    165.75%
50200.37/2540.01	c      2540         251812       25889        20        -270.0000        -717.3939    165.70%
50298.86/2545.11	c      2545         252692       25989        20        -270.0000        -717.1828    165.62%
50400.58/2550.16	c      2550         253582       26079        20        -270.0000        -716.9851    165.55%
50499.18/2555.21	c      2555         254272       26183        20        -270.0000        -716.7409    165.46%
50600.09/2560.26	c      2560         255092       26277        20        -270.0000        -716.6167    165.41%
50700.25/2565.31	c      2565         256292       26359        20        -270.0000        -716.4556    165.35%
50799.20/2570.35	c      2570         257272       26447        20        -270.0000        -716.2836    165.29%
50900.02/2575.41	c      2575         258222       26523        20        -270.0000        -716.1677    165.25%
50998.79/2580.45	c      2580         258952       26617        20        -270.0000        -715.9924    165.18%
51097.60/2585.47	c      2585         259722       26717        20        -270.0000        -715.8426    165.13%
51198.35/2590.50	c      2590         260582       26803        20        -270.0000        -715.6696    165.06%
51297.31/2595.54	c      2596         261742       26879        20        -270.0000        -715.5752    165.03%
51395.91/2600.58	c      2601         262322       26985        20        -270.0000        -715.4076    164.97%
51496.65/2605.62	c      2606         263052       27071        20        -270.0000        -715.0986    164.85%
51595.39/2610.64	c      2611         263932       27167        20        -270.0000        -714.9950    164.81%
51696.24/2615.77	c      2616         264872       27265        20        -270.0000        -714.7481    164.72%
51797.07/2620.81	c      2621         265782       27375        20        -270.0000        -714.5305    164.64%
51897.83/2625.90	c      2626         266682       27455        20        -270.0000        -714.3704    164.58%
51996.69/2630.95	c      2631         267592       27547        20        -270.0000        -714.0101    164.45%
52097.52/2636.01	c      2636         268312       27627        20        -270.0000        -713.8689    164.40%
52196.54/2641.06	c      2641         269302       27721        20        -270.0000        -713.7374    164.35%
52295.57/2646.11	c      2646         270382       27791        20        -270.0000        -713.5755    164.29%
52397.27/2651.16	c      2651         271252       27869        20        -270.0000        -713.4230    164.23%
52496.11/2656.20	c      2656         272112       27987        20        -270.0000        -713.1619    164.13%
52597.11/2661.24	c      2661         272852       28067        20        -270.0000        -712.9427    164.05%
52697.73/2666.31	c      2666         273682       28157        20        -270.0000        -712.8022    164.00%
52796.75/2671.34	c      2671         274502       28257        20        -270.0000        -712.5444    163.91%
52895.87/2676.38	c      2676         275412       28349        20        -270.0000        -712.2078    163.78%
52996.99/2681.47	c      2681         276132       28419        20        -270.0000        -712.0718    163.73%
53098.05/2686.50	c      2686         277212       28499        20        -270.0000        -711.8436    163.65%
53197.01/2691.53	c      2692         278072       28577        20        -270.0000        -711.5631    163.54%
53297.89/2696.62	c      2697         278942       28653        20        -270.0000        -711.3699    163.47%
53396.84/2701.66	c      2702         279852       28727        20        -270.0000        -711.1410    163.39%
53497.70/2706.71	c      2707         280742       28789        20        -270.0000        -711.0667    163.36%
53596.54/2711.76	c      2712         281442       28865        20        -270.0000        -710.9521    163.32%
53697.39/2716.81	c      2717         282372       28935        20        -270.0000        -710.8403    163.27%
53796.28/2721.86	c      2722         283252       29009        20        -270.0000        -710.6398    163.20%
53895.12/2726.90	c      2727         284032       29095        20        -270.0000        -710.4360    163.12%
53995.98/2731.96	c      2732         284682       29165        20        -270.0000        -710.2717    163.06%
54096.95/2737.02	c      2737         285672       29233        20        -270.0000        -710.1523    163.02%
54195.86/2742.06	c      2742         286542       29327        20        -270.0000        -709.9505    162.94%
54294.77/2747.11	c      2747         287532       29421        20        -270.0000        -709.7785    162.88%
54396.18/2752.16	c      2752         288352       29509        20        -270.0000        -709.5625    162.80%
54495.07/2757.18	c      2757         289212       29583        20        -270.0000        -709.4048    162.74%
54593.91/2762.20	c      2762         289922       29669        20        -270.0000        -709.3175    162.71%
54694.79/2767.28	c      2767         290592       29745        20        -270.0000        -709.2111    162.67%
54795.02/2772.30	c      2772         291422       29813        20        -270.0000        -709.0661    162.62%
54893.85/2777.35	c      2777         292192       29901        20        -270.0000        -708.8712    162.54%
54992.96/2782.40	c      2782         293022       29983        20        -270.0000        -708.6251    162.45%
55093.75/2787.41	c      2787         293912       30069        20        -270.0000        -708.4334    162.38%
55192.71/2792.46	c      2792         294672       30143        20        -270.0000        -708.3129    162.34%
55293.56/2797.51	c      2798         295372       30235        20        -270.0000        -708.1437    162.28%
55392.49/2802.52	c      2803         295982       30357        20        -270.0000        -708.0170    162.23%
55491.32/2807.56	c      2808         296712       30459        20        -270.0000        -707.8064    162.15%
55594.15/2812.73	c      2813         141915       15306        20        -270.0000        -707.4791    162.03%
55695.13/2817.81	c      2818         142375       15404        20        -270.0000        -706.9966    161.85%
55793.95/2822.86	c      2823         143145       15470        20        -270.0000        -706.5474    161.68%
55894.91/2827.91	c      2828         143795       15540        20        -270.0000        -706.0811    161.51%
55994.01/2832.92	c      2833         144605       15610        20        -270.0000        -705.9287    161.46%
56092.77/2837.96	c      2838         145219       15686        20        -270.0000        -705.6155    161.34%
56191.61/2842.97	c      2843         146015       15756        20        -270.0000        -705.3424    161.24%
56292.60/2848.03	c      2848         146565       15828        20        -270.0000        -705.1228    161.16%
56391.48/2853.12	c      2853         147175       15894        20        -270.0000        -704.8265    161.05%
56492.77/2858.13	c      2858         147965       15980        20        -270.0000        -704.4691    160.91%
56591.93/2863.18	c      2863         148795       16026        20        -270.0000        -704.2010    160.82%
56690.72/2868.20	c      2868         149535       16096        20        -270.0000        -703.8807    160.70%
56789.42/2873.21	c      2873         150135       16134        20        -270.0000        -703.7976    160.67%
56888.52/2878.23	c      2878         150725       16216        20        -270.0000        -703.4765    160.55%
56989.26/2883.27	c      2883         151295       16278        20        -270.0000        -703.2943    160.48%
57091.12/2888.44	c      2888         151865       16364        20        -270.0000        -702.5644    160.21%
57190.14/2893.47	c      2893         152455       16436        20        -270.0000        -702.2839    160.11%
57291.08/2898.57	c      2899         153065       16526        20        -270.0000        -701.8042    159.93%
57391.80/2903.66	c      2904         153765       16598        20        -270.0000        -701.5741    159.84%
57492.66/2908.71	c      2909         154485       16666        20        -270.0000        -701.1675    159.69%
57591.47/2913.76	c      2914         155105       16740        20        -270.0000        -700.8750    159.58%
57692.37/2918.81	c      2919         155665       16798        20        -270.0000        -700.5705    159.47%
57791.37/2923.86	c      2924         156185       16868        20        -270.0000        -700.2867    159.37%
57892.49/2928.91	c      2929         156795       16952        20        -270.0000        -699.9811    159.25%
57991.54/2933.96	c      2934         157365       17022        20        -270.0000        -699.7625    159.17%
58092.57/2939.01	c      2939         157935       17106        20        -270.0000        -699.3983    159.04%
58191.57/2944.06	c      2944         158615       17174        20        -270.0000        -699.1460    158.94%
58290.58/2949.11	c      2949         159255       17260        20        -270.0000        -698.8274    158.82%
58392.22/2954.16	c      2954         159795       17334        20        -270.0000        -698.4949    158.70%
58491.40/2959.21	c      2959         160475       17398        20        -270.0000        -698.2275    158.60%
58592.25/2964.24	c      2964         160965       17464        20        -270.0000        -698.0484    158.54%
58691.45/2969.27	c      2969         161785       17538        20        -270.0000        -697.8320    158.46%
58791.87/2974.35	c      2974         162365       17628        20        -270.0000        -697.4167    158.30%
58892.83/2979.41	c      2979         162995       17696        20        -270.0000        -697.1788    158.21%
58991.75/2984.46	c      2984         163425       17764        20        -270.0000        -696.7693    158.06%
59092.68/2989.51	c      2990         164025       17848        20        -270.0000        -696.4401    157.94%
59191.58/2994.55	c      2995         164505       17922        20        -270.0000        -696.2483    157.87%
59290.47/2999.59	c      3000         165075       17988        20        -270.0000        -696.0034    157.78%
59391.38/3004.62	c      3005         165635       18066        20        -270.0000        -695.8144    157.71%
59492.33/3009.72	c      3010         166135       18142        20        -270.0000        -695.5000    157.59%
59591.08/3014.76	c      3015         166775       18220        20        -270.0000        -695.2138    157.49%
59692.15/3019.81	c      3020         167515       18272        20        -270.0000        -695.1131    157.45%
59791.05/3024.86	c      3025         168215       18344        20        -270.0000        -694.7894    157.33%
59891.81/3029.91	c      3030         168685       18416        20        -270.0000        -694.4736    157.21%
59990.61/3034.93	c      3035         169435       18494        20        -270.0000        -694.1065    157.08%
60089.51/3039.96	c      3040         170075       18576        20        -270.0000        -693.6290    156.90%
60188.53/3044.98	c      3045         170765       18644        20        -270.0000        -693.3568    156.80%
60289.41/3050.11	c      3050         171325       18732        20        -270.0000        -693.0270    156.68%
60390.63/3055.16	c      3055         172015       18798        20        -270.0000        -692.7439    156.57%
60489.75/3060.21	c      3060         172665       18880        20        -270.0000        -692.4887    156.48%
60590.45/3065.26	c      3065         173325       18958        20        -270.0000        -692.2083    156.37%
60690.70/3070.31	c      3070         173745       19020        20        -270.0000        -691.9169    156.27%
60789.62/3075.36	c      3075         174345       19084        20        -270.0000        -691.6790    156.18%
60888.50/3080.39	c      3080         175105       19138        20        -270.0000        -691.4860    156.11%
60989.34/3085.45	c      3085         175645       19190        20        -270.0000        -691.2344    156.01%
61090.33/3090.51	c      3091         176125       19263        20        -270.0000        -691.0321    155.94%
61189.23/3095.57	c      3096         176705       19333        20        -270.0000        -690.7920    155.85%
61290.06/3100.61	c      3101         177115       19405        20        -270.0000        -690.5949    155.78%
61389.18/3105.66	c      3106         177745       19477        20        -270.0000        -690.3196    155.67%
61489.92/3110.71	c      3111         178375       19551        20        -270.0000        -690.1511    155.61%
61588.95/3115.77	c      3116         179075       19629        20        -270.0000        -689.9180    155.53%
61689.85/3120.81	c      3121         179865       19709        20        -270.0000        -689.6518    155.43%
61788.75/3125.84	c      3126         180475       19783        20        -270.0000        -689.4552    155.35%
61889.71/3130.91	c      3131         181075       19851        20        -270.0000        -689.2177    155.27%
61988.78/3135.96	c      3136         181705       19909        20        -270.0000        -689.0732    155.21%
62089.63/3141.01	c      3141         182305       19971        20        -270.0000        -688.7725    155.10%
62188.51/3146.04	c      3146         183075       20029        20        -270.0000        -688.5863    155.03%
62287.48/3151.11	c      3151         183815       20098        20        -270.0000        -688.3317    154.94%
62386.46/3156.13	c      3156         184315       20174        20        -270.0000        -688.2135    154.89%
62488.06/3161.20	c      3161         184825       20264        20        -270.0000        -687.9063    154.78%
62586.61/3166.22	c      3166         185585       20342        20        -270.0000        -687.6309    154.68%
62687.22/3171.24	c      3171         186135       20424        20        -270.0000        -687.3629    154.58%
62787.45/3176.35	c      3176         186685       20504        20        -270.0000        -687.0863    154.48%
62888.33/3181.41	c      3181         187215       20578        20        -270.0000        -686.8353    154.38%
62987.21/3186.46	c      3186         187675       20664        20        -270.0000        -686.5875    154.29%
63086.14/3191.48	c      3191         188115       20736        20        -270.0000        -686.3935    154.22%
63186.84/3196.56	c      3197         188805       20800        20        -270.0000        -686.1247    154.12%
63287.62/3201.61	c      3202         189285       20898        20        -270.0000        -685.8733    154.03%
63386.61/3206.62	c      3207         190065       20962        20        -270.0000        -685.6010    153.93%
63485.65/3211.67	c      3212         190685       21022        20        -270.0000        -685.4167    153.86%
63586.71/3216.71	c      3217         191395       21112        20        -270.0000        -685.1360    153.75%
63687.32/3221.81	c      3222         192115       21172        20        -270.0000        -684.7308    153.60%
63786.29/3226.86	c      3227         192675       21240        20        -270.0000        -684.5059    153.52%
63887.29/3231.91	c      3232         193345       21312        20        -270.0000        -684.3306    153.46%
63986.35/3236.94	c      3237         194095       21376        20        -270.0000        -684.1389    153.38%
64087.43/3242.01	c      3242         194635       21459        20        -270.0000        -683.8635    153.28%
64186.58/3247.02	c      3247         195245       21555        20        -270.0000        -683.6383    153.20%
64285.45/3252.07	c      3252         195715       21619        20        -270.0000        -683.5339    153.16%
64384.28/3257.13	c      3257         196345       21713        20        -270.0000        -683.3014    153.07%
64485.87/3262.15	c      3262         196845       21793        20        -270.0000        -683.0938    153.00%
64584.54/3267.17	c      3267         197505       21879        20        -270.0000        -682.8239    152.90%
64683.39/3272.19	c      3272         198175       21945        20        -270.0000        -682.5632    152.80%
64782.16/3277.21	c      3277         198725       22027        20        -270.0000        -682.4443    152.76%
64882.79/3282.25	c      3282         199295       22109        20        -270.0000        -682.2778    152.70%
64981.96/3287.26	c      3287         200245       22169        20        -270.0000        -682.0583    152.61%
65082.04/3292.30	c      3292         200525       22225        20        -270.0000        -681.9374    152.57%
65180.97/3297.34	c      3297         201075       22319        20        -270.0000        -681.6350    152.46%
65281.70/3302.40	c      3302         201745       22393        20        -270.0000        -681.3333    152.35%
65384.50/3307.60	c      3308         202205       22489        20        -270.0000        -681.0288    152.23%
65483.51/3312.62	c      3313         202895       22573        20        -270.0000        -680.7733    152.14%
65582.46/3317.65	c      3318         203607       22639        20        -270.0000        -680.6042    152.08%
65683.44/3322.75	c      3323         204515       22707        20        -270.0000        -680.4291    152.01%
65784.23/3327.86	c      3328         205085       22777        20        -270.0000        -680.2316    151.94%
65885.23/3332.91	c      3333         205645       22855        20        -270.0000        -679.9937    151.85%
65983.95/3337.96	c      3338         206395       22921        20        -270.0000        -679.7892    151.77%
66082.88/3342.99	c      3343         206965       22991        20        -270.0000        -679.5865    151.70%
66183.93/3348.06	c      3348         207515       23073        20        -270.0000        -679.3417    151.61%
66282.95/3353.07	c      3353         208135       23175        20        -270.0000        -679.1946    151.55%
66381.62/3358.08	c      3358         208685       23229        20        -270.0000        -679.0000    151.48%
66483.09/3363.17	c      3363         209375       23309        20        -270.0000        -678.7778    151.40%
66584.05/3368.24	c      3368         209825       23401        20        -270.0000        -678.5478    151.31%
66684.23/3373.31	c      3373         210415       23467        20        -270.0000        -678.4234    151.27%
66783.16/3378.32	c      3378         210805       23561        20        -270.0000        -678.1630    151.17%
66883.87/3383.41	c      3383         211445       23633        20        -270.0000        -677.8704    151.06%
66982.56/3388.46	c      3388         212035       23723        20        -270.0000        -677.4923    150.92%
67081.50/3393.49	c      3393         212675       23785        20        -270.0000        -677.3472    150.87%
67181.95/3398.56	c      3399         213215       23847        20        -270.0000        -677.0926    150.78%
67282.91/3403.62	c      3404         213675       23929        20        -270.0000        -676.8247    150.68%
67381.70/3408.66	c      3409         214265       23987        20        -270.0000        -676.6883    150.63%
67482.36/3413.71	c      3414         214845       24071        20        -270.0000        -676.4515    150.54%
67581.02/3418.76	c      3419         215315       24159        20        -270.0000        -676.2704    150.47%
67681.77/3423.81	c      3424         215955       24215        20        -270.0000        -676.1510    150.43%
67780.41/3428.86	c      3429         216815       24287        20        -270.0000        -675.9130    150.34%
67881.07/3433.91	c      3434         217545       24343        20        -270.0000        -675.8220    150.30%
67979.85/3438.96	c      3439         218175       24439        20        -270.0000        -675.6033    150.22%
68080.68/3444.01	c      3444         218575       24501        20        -270.0000        -675.4479    150.17%
68179.61/3449.02	c      3449         219465       24563        20        -270.0000        -675.3126    150.12%
68278.28/3454.06	c      3454         220235       24615        20        -270.0000        -675.1212    150.04%
68377.09/3459.08	c      3459         220795       24687        20        -270.0000        -674.9462    149.98%
68475.95/3464.13	c      3464         221415       24737        20        -270.0000        -674.8569    149.95%
68577.43/3469.17	c      3469         222165       24833        20        -270.0000        -674.6267    149.86%
68676.23/3474.23	c      3474         222615       24907        20        -270.0000        -674.3881    149.77%
68778.43/3479.36	c      3479         223245       24975        20        -270.0000        -674.2253    149.71%
68879.19/3484.42	c      3484         223955       25055        20        -270.0000        -674.0908    149.66%
68977.96/3489.44	c      3489         224745       25121        20        -270.0000        -673.8770    149.58%
69078.75/3494.51	c      3495         225315       25189        20        -270.0000        -673.7727    149.55%
69177.42/3499.56	c      3500         225985       25255        20        -270.0000        -673.6517    149.50%
69277.98/3504.61	c      3505         226645       25319        20        -270.0000        -673.4817    149.44%
69376.90/3509.66	c      3510         227385       25381        20        -270.0000        -673.4182    149.41%
69477.65/3514.71	c      3515         228025       25469        20        -270.0000        -673.1114    149.30%
69576.45/3519.76	c      3520         228745       25531        20        -270.0000        -672.9270    149.23%
69677.25/3524.81	c      3525         229405       25595        20        -270.0000        -672.6586    149.13%
69776.16/3529.86	c      3530         230045       25661        20        -270.0000        -672.5448    149.09%
69874.94/3534.88	c      3535         230635       25749        20        -270.0000        -672.3346    149.01%
69975.77/3539.97	c      3540         231205       25807        20        -270.0000        -672.2373    148.98%
70076.62/3545.01	c      3545         231975       25877        20        -270.0000        -672.1435    148.94%
70175.46/3550.03	c      3550         232595       25945        20        -270.0000        -671.9806    148.88%
70274.26/3555.07	c      3555         233185       26025        20        -270.0000        -671.7287    148.79%
70375.76/3560.14	c      3560         233705       26109        20        -270.0000        -671.4872    148.70%
70474.48/3565.15	c      3565         234205       26193        20        -270.0000        -671.3510    148.65%
70573.27/3570.17	c      3570         234755       26273        20        -270.0000        -671.1918    148.59%
70671.95/3575.23	c      3575         235325       26349        20        -270.0000        -670.8731    148.47%
70773.88/3580.30	c      3580         235945       26409        20        -270.0000        -670.8070    148.45%
70872.77/3585.39	c      3585         236695       26479        20        -270.0000        -670.6437    148.39%
70973.56/3590.43	c      3590         237215       26557        20        -270.0000        -670.5034    148.33%
71072.33/3595.46	c      3595         237645       26649        20        -270.0000        -670.2725    148.25%
71171.21/3600.48	c      3600         238185       26717        20        -270.0000        -670.2062    148.22%
71272.02/3605.53	c      3606         238825       26791        20        -270.0000        -670.0511    148.17%
71370.79/3610.60	c      3611         239625       26853        20        -270.0000        -669.9393    148.13%
71471.62/3615.63	c      3616         240315       26903        20        -270.0000        -669.8054    148.08%
71570.52/3620.66	c      3621         240855       26979        20        -270.0000        -669.6197    148.01%
71671.57/3625.72	c      3626         241495       27033        20        -270.0000        -669.4598    147.95%
71770.22/3630.76	c      3631         242065       27119        20        -270.0000        -669.2780    147.88%
71871.02/3635.83	c      3636         242655       27221        20        -270.0000        -669.0458    147.79%
71971.88/3640.91	c      3641         243225       27305        20        -270.0000        -668.9587    147.76%

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 (187499 MiB free)
  memory of node 1: 193531 MiB (191493 MiB free)
  memory of node 2: 193531 MiB (189716 MiB free)
  memory of node 3: 193493 MiB (190324 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-4465488-1722547540/watcher-4465488-1722547540 -o /tmp/evaluation-result-4465488-1722547540/solver-4465488-1722547540 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128202 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465488-1722547540.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=131950, runsolver pid=131947
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 70.01 77.64 79.54 43/970 131971
/proc/meminfo: memFree=777206856/790760800 swapFree=131071996/131071996
[pid=131950] ppid=131947 vsize=1519524 memory=51880 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/stat : 131950 (fscip) S 131947 131950 128191 0 -1 1077936128 9293 0 0 0 10 1 0 0 20 0 21 0 21333418 1555992576 12970 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
/proc/131950/statm: 379881 12970 2790 3035 0 52989 0
[pid=131950/tid=131952] ppid=131947 vsize=1519524 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/131950/task/131952/stat : 131952 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333427 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131953] ppid=131947 vsize=1519524 memory=32309 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131953/stat : 131953 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333427 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131954] ppid=131947 vsize=1519524 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/131950/task/131954/stat : 131954 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333427 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131955] ppid=131947 vsize=1519524 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/131950/task/131955/stat : 131955 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333427 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131956] ppid=131947 vsize=1519524 memory=59584953975483 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131956/stat : 131956 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333427 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131957] ppid=131947 vsize=1519524 memory=57420340790325 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131957/stat : 131957 (fscip) S 131947 131950 128191 0 -1 1077936192 580 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131958] ppid=131947 vsize=1519524 memory=14690790429427172 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131958/stat : 131958 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131959] ppid=131947 vsize=1519524 memory=13563786850216212 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131959/stat : 131959 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131960] ppid=131947 vsize=1519524 memory=383259 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131960/stat : 131960 (fscip) S 131947 131950 128191 0 -1 1077936192 581 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131961] ppid=131947 vsize=1519524 memory=424789 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131961/stat : 131961 (fscip) S 131947 131950 128191 0 -1 1077936192 581 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131962] ppid=131947 vsize=1519524 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/131950/task/131962/stat : 131962 (fscip) S 131947 131950 128191 0 -1 1077936192 581 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131963] ppid=131947 vsize=1519524 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/131950/task/131963/stat : 131963 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13036 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131964] ppid=131947 vsize=1519524 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/131950/task/131964/stat : 131964 (fscip) R 131947 131950 128191 0 -1 4194368 464 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13102 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131965] ppid=131947 vsize=1519524 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/131950/task/131965/stat : 131965 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13102 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131966] ppid=131947 vsize=1519524 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/131950/task/131966/stat : 131966 (fscip) S 131947 131950 128191 0 -1 1077936192 582 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13102 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131967] ppid=131947 vsize=1519524 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/131950/task/131967/stat : 131967 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13102 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131968] ppid=131947 vsize=1519524 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/131950/task/131968/stat : 131968 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13102 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131969] ppid=131947 vsize=1519524 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/131950/task/131969/stat : 131969 (fscip) S 131947 131950 128191 0 -1 1077936192 581 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13102 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131970] ppid=131947 vsize=1519524 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/131950/task/131970/stat : 131970 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13102 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131971] ppid=131947 vsize=1519524 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/131950/task/131971/stat : 131971 (fscip) S 131947 131950 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21333428 1555992576 13102 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 1519524 KiB
Current children cumulated memory: 51880 KiB

[startup+0.220187 s]*
/proc/loadavg: 70.01 77.64 79.54 63/990 131991
/proc/meminfo: memFree=777077176/790760800 swapFree=131071996/131071996
[pid=131950] ppid=131947 vsize=1683444 memory=179732 CPUtime=1.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/stat : 131950 (fscip) S 131947 131950 128191 0 -1 1077936128 40175 0 0 0 160 11 0 0 20 0 41 0 21333418 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
/proc/131950/statm: 420861 44933 2806 3035 0 130040 0
[pid=131950/tid=131952] ppid=131947 vsize=1683444 memory=8318255677412212789 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131952/stat : 131952 (fscip) D 131947 131950 128191 0 -1 4194368 2033 0 0 0 7 0 0 0 20 0 41 0 21333427 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131953] ppid=131947 vsize=1683444 memory=237112656212 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131953/stat : 131953 (fscip) D 131947 131950 128191 0 -1 4194368 1655 0 0 0 7 0 0 0 20 0 41 0 21333427 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131954] ppid=131947 vsize=1683444 memory=59610673479151 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131954/stat : 131954 (fscip) D 131947 131950 128191 0 -1 4194368 1642 0 0 0 7 0 0 0 20 0 41 0 21333427 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131955] ppid=131947 vsize=1683444 memory=57420256935643 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131955/stat : 131955 (fscip) D 131947 131950 128191 0 -1 4194368 2005 0 0 0 7 0 0 0 20 0 41 0 21333427 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131956] ppid=131947 vsize=1683444 memory=52987884240835 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131956/stat : 131956 (fscip) R 131947 131950 128191 0 -1 4194368 1657 0 0 0 7 0 0 0 20 0 41 0 21333427 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131957] ppid=131947 vsize=1683444 memory=60718858980817 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131957/stat : 131957 (fscip) D 131947 131950 128191 0 -1 4194368 1654 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131958] ppid=131947 vsize=1683444 memory=15534115847977417 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/131950/task/131958/stat : 131958 (fscip) R 131947 131950 128191 0 -1 4194368 1948 0 0 0 7 1 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131959] ppid=131947 vsize=1683444 memory=16101489651247593 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131959/stat : 131959 (fscip) D 131947 131950 128191 0 -1 4194368 1651 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131960] ppid=131947 vsize=1683444 memory=370925 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131960/stat : 131960 (fscip) R 131947 131950 128191 0 -1 4194368 1657 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131961] ppid=131947 vsize=1683444 memory=298941 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131961/stat : 131961 (fscip) D 131947 131950 128191 0 -1 4194368 1907 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131962] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131962/stat : 131962 (fscip) R 131947 131950 128191 0 -1 4194368 1677 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131963] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131963/stat : 131963 (fscip) R 131947 131950 128191 0 -1 4194368 1658 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131964] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131964/stat : 131964 (fscip) D 131947 131950 128191 0 -1 4194368 1808 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131965] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131965/stat : 131965 (fscip) R 131947 131950 128191 0 -1 4194368 1657 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131966] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131966/stat : 131966 (fscip) R 131947 131950 128191 0 -1 4194368 1656 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131967] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131967/stat : 131967 (fscip) D 131947 131950 128191 0 -1 4194368 1792 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131968] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131968/stat : 131968 (fscip) R 131947 131950 128191 0 -1 4194368 1673 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131969] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131969/stat : 131969 (fscip) R 131947 131950 128191 0 -1 4194368 1528 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131970] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131970/stat : 131970 (fscip) D 131947 131950 128191 0 -1 4194368 1925 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131971] ppid=131947 vsize=1683444 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131971/stat : 131971 (fscip) D 131947 131950 128191 0 -1 4194368 1657 0 0 0 7 0 0 0 20 0 41 0 21333428 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131972] ppid=131947 vsize=1683444 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/131950/task/131972/stat : 131972 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131973] ppid=131947 vsize=1683444 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/131950/task/131973/stat : 131973 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131974] ppid=131947 vsize=1683444 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/131950/task/131974/stat : 131974 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131975] ppid=131947 vsize=1683444 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/131950/task/131975/stat : 131975 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131976] ppid=131947 vsize=1683444 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/131950/task/131976/stat : 131976 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131977] ppid=131947 vsize=1683444 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/131950/task/131977/stat : 131977 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131978] ppid=131947 vsize=1683444 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/131950/task/131978/stat : 131978 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131979] ppid=131947 vsize=1683444 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/131950/task/131979/stat : 131979 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131980] ppid=131947 vsize=1683444 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/131950/task/131980/stat : 131980 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131981] ppid=131947 vsize=1683444 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/131950/task/131981/stat : 131981 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131982] ppid=131947 vsize=1683444 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/131950/task/131982/stat : 131982 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131983] ppid=131947 vsize=1683444 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/131950/task/131983/stat : 131983 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131984] ppid=131947 vsize=1683444 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/131950/task/131984/stat : 131984 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131985] ppid=131947 vsize=1683444 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/131950/task/131985/stat : 131985 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131986] ppid=131947 vsize=1683444 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/131950/task/131986/stat : 131986 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131987] ppid=131947 vsize=1683444 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/131950/task/131987/stat : 131987 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131988] ppid=131947 vsize=1683444 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/131950/task/131988/stat : 131988 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131989] ppid=131947 vsize=1683444 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/131950/task/131989/stat : 131989 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131990] ppid=131947 vsize=1683444 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/131950/task/131990/stat : 131990 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131991] ppid=131947 vsize=1683444 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/131950/task/131991/stat : 131991 (fscip) S 131947 131950 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21333433 1723846656 44933 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 1683444 KiB
Current children cumulated memory: 179732 KiB

[startup+0.337802 s]*
/proc/loadavg: 70.01 77.64 79.54 58/990 131991
/proc/meminfo: memFree=776926616/790760800 swapFree=131071996/131071996
[pid=131950] ppid=131947 vsize=1707884 memory=305968 CPUtime=3.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/stat : 131950 (fscip) S 131947 131950 128191 0 -1 1077936128 72329 0 0 0 281 47 0 0 20 0 41 0 21333418 1748873216 76492 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
/proc/131950/statm: 426971 76492 2950 3035 0 164216 0
[pid=131950/tid=131952] ppid=131947 vsize=1707884 memory=7017546533858272343 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131952/stat : 131952 (fscip) D 131947 131950 128191 0 -1 4194368 3097 0 0 0 14 1 0 0 20 0 41 0 21333427 1748873216 76492 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131953] ppid=131947 vsize=1707884 memory=281094872406256 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131953/stat : 131953 (fscip) R 131947 131950 128191 0 -1 4194368 3007 0 0 0 13 2 0 0 20 0 41 0 21333427 1748873216 76492 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131954] ppid=131947 vsize=1707884 memory=34340462562508916 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131954/stat : 131954 (fscip) D 131947 131950 128191 0 -1 4194368 4213 0 0 0 13 1 0 0 20 0 41 0 21333427 1748873216 76492 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131955] ppid=131947 vsize=1707884 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131955/stat : 131955 (fscip) R 131947 131950 128191 0 -1 4194368 3009 0 0 0 12 3 0 0 20 0 41 0 21333427 1748873216 76492 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131956] ppid=131947 vsize=1707884 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131956/stat : 131956 (fscip) R 131947 131950 128191 0 -1 4194368 3013 0 0 0 13 3 0 0 20 0 41 0 21333427 1748873216 76492 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131957] ppid=131947 vsize=1707884 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131957/stat : 131957 (fscip) D 131947 131950 128191 0 -1 4194368 4056 0 0 0 14 1 0 0 20 0 41 0 21333428 1748873216 76492 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131958] ppid=131947 vsize=1707884 memory=27992919332356134 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131958/stat : 131958 (fscip) D 131947 131950 128191 0 -1 4194368 3004 0 0 0 13 2 0 0 20 0 41 0 21333428 1748873216 76492 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131959] ppid=131947 vsize=1707884 memory=32246 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131959/stat : 131959 (fscip) R 131947 131950 128191 0 -1 4194368 3005 0 0 0 13 2 0 0 20 0 41 0 21333428 1748873216 76492 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0

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

/proc/131950/task/131978/stat : 131978 (fscip) S 131947 131950 128191 0 -1 1077936192 59 0 0 0 1 2 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131979] ppid=131947 vsize=16887704 memory=54204 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/131950/task/131979/stat : 131979 (fscip) S 131947 131950 128191 0 -1 1077936192 73 0 0 0 1 2 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131980] ppid=131947 vsize=16887704 memory=33196 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/131950/task/131980/stat : 131980 (fscip) S 131947 131950 128191 0 -1 1077936192 115 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131981] ppid=131947 vsize=16887704 memory=100 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/131950/task/131981/stat : 131981 (fscip) S 131947 131950 128191 0 -1 1077936192 117 0 0 0 0 2 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131982] ppid=131947 vsize=16887704 memory=1836 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/131950/task/131982/stat : 131982 (fscip) S 131947 131950 128191 0 -1 1077936192 119 0 0 0 1 2 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131983] ppid=131947 vsize=16887704 memory=25988 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/131950/task/131983/stat : 131983 (fscip) S 131947 131950 128191 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131984] ppid=131947 vsize=16887704 memory=2244 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/131950/task/131984/stat : 131984 (fscip) S 131947 131950 128191 0 -1 1077936192 123 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131985] ppid=131947 vsize=16887704 memory=6096 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/131950/task/131985/stat : 131985 (fscip) S 131947 131950 128191 0 -1 1077936192 114 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131986] ppid=131947 vsize=16887704 memory=1968 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/131950/task/131986/stat : 131986 (fscip) S 131947 131950 128191 0 -1 1077936192 118 0 0 0 1 2 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131987] ppid=131947 vsize=16887704 memory=54204 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/131950/task/131987/stat : 131987 (fscip) S 131947 131950 128191 0 -1 1077936192 114 0 0 0 0 2 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131988] ppid=131947 vsize=16887704 memory=33196 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/131950/task/131988/stat : 131988 (fscip) S 131947 131950 128191 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131989] ppid=131947 vsize=16887704 memory=21532 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/131950/task/131989/stat : 131989 (fscip) S 131947 131950 128191 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131990] ppid=131947 vsize=16887704 memory=100 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/131950/task/131990/stat : 131990 (fscip) S 131947 131950 128191 0 -1 1077936192 117 0 0 0 0 2 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131991] ppid=131947 vsize=16887704 memory=1836 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/131950/task/131991/stat : 131991 (fscip) S 131947 131950 128191 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 21333433 17293008896 3694889 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
Current children cumulated CPU time: 71999.5 s
Current children cumulated vsize: 16887704 KiB
Current children cumulated memory: 14779556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3642.4 s]
/proc/loadavg: 78.85 76.86 75.12 81/1024 135271
/proc/meminfo: memFree=759030052/790760800 swapFree=131071996/131071996
[pid=131950] ppid=131947 vsize=16887704 memory=14781324 CPUtime=72001.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/stat : 131950 (fscip) S 131947 131950 128191 0 -1 1077936128 61699591 0 0 0 7168667 31461 0 0 20 0 41 0 21333418 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
/proc/131950/statm: 4221926 3695331 3302 3035 0 4038226 0
[pid=131950/tid=131952] ppid=131947 vsize=16887704 memory=1133648028108554 CPUtime=3597.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131952/stat : 131952 (fscip) R 131947 131950 128191 0 -1 4194368 8674513 0 0 0 358160 1591 0 0 20 0 41 0 21333427 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131953] ppid=131947 vsize=16887704 memory=11572 CPUtime=3599.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131953/stat : 131953 (fscip) R 131947 131950 128191 0 -1 4194368 2385039 0 0 0 358784 1164 0 0 20 0 41 0 21333427 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131954] ppid=131947 vsize=16887704 memory=14576204 CPUtime=3604.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131954/stat : 131954 (fscip) R 131947 131950 128191 0 -1 4194368 674655 0 0 0 358070 2409 0 0 20 0 41 0 21333427 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131955] ppid=131947 vsize=16887704 memory=14698156 CPUtime=3600.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131955/stat : 131955 (fscip) R 131947 131950 128191 0 -1 4194368 3855856 0 0 0 359008 993 0 0 20 0 41 0 21333427 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131956] ppid=131947 vsize=16887704 memory=1133648028108554 CPUtime=3599.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131956/stat : 131956 (fscip) R 131947 131950 128191 0 -1 4194368 2109255 0 0 0 358837 1089 0 0 20 0 41 0 21333427 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131957] ppid=131947 vsize=16887704 memory=16088 CPUtime=3604.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131957/stat : 131957 (fscip) R 131947 131950 128191 0 -1 4194368 637569 0 0 0 358231 2251 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131958] ppid=131947 vsize=16887704 memory=0 CPUtime=3592.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131958/stat : 131958 (fscip) R 131947 131950 128191 0 -1 4194368 9335307 0 0 0 357620 1677 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131959] ppid=131947 vsize=16887704 memory=6836 CPUtime=3597.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131959/stat : 131959 (fscip) R 131947 131950 128191 0 -1 4194368 2418035 0 0 0 358549 1169 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131960] ppid=131947 vsize=16887704 memory=2212 CPUtime=3604.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131960/stat : 131960 (fscip) R 131947 131950 128191 0 -1 4194368 734122 0 0 0 358381 2050 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131961] ppid=131947 vsize=16887704 memory=10824 CPUtime=3599.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131961/stat : 131961 (fscip) R 131947 131950 128191 0 -1 4194368 3844991 0 0 0 358974 1016 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131962] ppid=131947 vsize=16887704 memory=33196 CPUtime=3599.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131962/stat : 131962 (fscip) R 131947 131950 128191 0 -1 4194368 2697439 0 0 0 358736 1207 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131963] ppid=131947 vsize=16887704 memory=6720667644862741857 CPUtime=3604.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131963/stat : 131963 (fscip) R 131947 131950 128191 0 -1 4194368 642290 0 0 0 357818 2603 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131964] ppid=131947 vsize=16887704 memory=25333125866717268 CPUtime=3599.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131964/stat : 131964 (fscip) R 131947 131950 128191 0 -1 4194368 3586332 0 0 0 358930 1006 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131965] ppid=131947 vsize=16887704 memory=1133579308631802 CPUtime=3601.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131965/stat : 131965 (fscip) R 131947 131950 128191 0 -1 4194368 2604435 0 0 0 358979 1139 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131966] ppid=131947 vsize=16887704 memory=1968 CPUtime=3604.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131966/stat : 131966 (fscip) R 131947 131950 128191 0 -1 4194368 732406 0 0 0 357891 2556 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131967] ppid=131947 vsize=16887704 memory=14778616 CPUtime=3596.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131967/stat : 131967 (fscip) R 131947 131950 128191 0 -1 4194368 2977425 0 0 0 358782 906 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131968] ppid=131947 vsize=16887704 memory=10824 CPUtime=3599.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131968/stat : 131968 (fscip) R 131947 131950 128191 0 -1 4194368 2267966 0 0 0 358839 1154 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131969] ppid=131947 vsize=16887704 memory=14700972 CPUtime=3605.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131969/stat : 131969 (fscip) R 131947 131950 128191 0 -1 4194368 717079 0 0 0 357867 2639 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131970] ppid=131947 vsize=16887704 memory=15216 CPUtime=3590.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131970/stat : 131970 (fscip) R 131947 131950 128191 0 -1 4194368 8323456 0 0 0 357370 1650 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131971] ppid=131947 vsize=16887704 memory=10824 CPUtime=3597.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131950/task/131971/stat : 131971 (fscip) R 131947 131950 128191 0 -1 4194368 2471874 0 0 0 358608 1141 0 0 20 0 41 0 21333428 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131972] ppid=131947 vsize=16887704 memory=11572 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/131950/task/131972/stat : 131972 (fscip) S 131947 131950 128191 0 -1 1077936192 115 0 0 0 0 2 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131973] ppid=131947 vsize=16887704 memory=15216 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/131950/task/131973/stat : 131973 (fscip) S 131947 131950 128191 0 -1 1077936192 117 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131974] ppid=131947 vsize=16887704 memory=14768008 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/131950/task/131974/stat : 131974 (fscip) S 131947 131950 128191 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131975] ppid=131947 vsize=16887704 memory=14760336 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/131950/task/131975/stat : 131975 (fscip) S 131947 131950 128191 0 -1 1077936192 114 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131976] ppid=131947 vsize=16887704 memory=6096 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/131950/task/131976/stat : 131976 (fscip) S 131947 131950 128191 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131977] ppid=131947 vsize=16887704 memory=1968 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/131950/task/131977/stat : 131977 (fscip) S 131947 131950 128191 0 -1 1077936192 126 0 0 0 0 3 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131978] ppid=131947 vsize=16887704 memory=0 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/131950/task/131978/stat : 131978 (fscip) S 131947 131950 128191 0 -1 1077936192 59 0 0 0 1 2 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131979] ppid=131947 vsize=16887704 memory=0 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/131950/task/131979/stat : 131979 (fscip) S 131947 131950 128191 0 -1 1077936192 73 0 0 0 1 2 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131980] ppid=131947 vsize=16887704 memory=14753400 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/131950/task/131980/stat : 131980 (fscip) S 131947 131950 128191 0 -1 1077936192 115 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131981] ppid=131947 vsize=16887704 memory=5556 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/131950/task/131981/stat : 131981 (fscip) S 131947 131950 128191 0 -1 1077936192 117 0 0 0 0 2 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131982] ppid=131947 vsize=16887704 memory=164 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/131950/task/131982/stat : 131982 (fscip) S 131947 131950 128191 0 -1 1077936192 119 0 0 0 1 2 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131983] ppid=131947 vsize=16887704 memory=568897409386986 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/131950/task/131983/stat : 131983 (fscip) S 131947 131950 128191 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131984] ppid=131947 vsize=16887704 memory=20452 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/131950/task/131984/stat : 131984 (fscip) S 131947 131950 128191 0 -1 1077936192 123 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131985] ppid=131947 vsize=16887704 memory=6720667644862741857 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/131950/task/131985/stat : 131985 (fscip) S 131947 131950 128191 0 -1 1077936192 114 0 0 0 1 1 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131986] ppid=131947 vsize=16887704 memory=14768244 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/131950/task/131986/stat : 131986 (fscip) S 131947 131950 128191 0 -1 1077936192 118 0 0 0 1 2 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131987] ppid=131947 vsize=16887704 memory=6225494675771125865 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/131950/task/131987/stat : 131987 (fscip) S 131947 131950 128191 0 -1 1077936192 114 0 0 0 0 2 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131988] ppid=131947 vsize=16887704 memory=2 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/131950/task/131988/stat : 131988 (fscip) S 131947 131950 128191 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131989] ppid=131947 vsize=16887704 memory=14761312 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/131950/task/131989/stat : 131989 (fscip) S 131947 131950 128191 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131990] ppid=131947 vsize=16887704 memory=14768448 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/131950/task/131990/stat : 131990 (fscip) S 131947 131950 128191 0 -1 1077936192 117 0 0 0 0 2 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
[pid=131950/tid=131991] ppid=131947 vsize=16887704 memory=11572 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/131950/task/131991/stat : 131991 (fscip) S 131947 131950 128191 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 21333433 17293008896 3695331 809668444160 4194304 16623229 140723621539840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37580800 140723621549065 140723621549183 140723621549183 140723621556208 0
Current children cumulated CPU time: 72001.3 s
Current children cumulated vsize: 16887704 KiB
Current children cumulated memory: 14781324 KiB

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

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

# cumulated CPU time of all completed processes:  user=71686.9 s, system=315.095 s

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

[startup+3642.52 s]*
/proc/loadavg: 78.85 76.86 75.12 63/985 135271
/proc/meminfo: memFree=762211796/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642.7 s]
/proc/loadavg: 78.85 76.86 75.12 63/985 135271
/proc/meminfo: memFree=762211796/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642.8 s]
/proc/loadavg: 78.85 76.86 75.12 63/985 135271
/proc/meminfo: memFree=762211796/790760800 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): 3642.9
CPU time (s): 72002
CPU user time (s): 71686.9
CPU system time (s): 315.095
CPU usage (%): 1976.5
Max. virtual memory (cumulated for all children) (KiB): 16887704
Max. memory (cumulated for all children) (KiB): 14786940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71686.9
system time used= 315.095
maximum resident set size= 14786996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61700509
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= 10054583
involuntary context switches= 514007


# summary of solver processes directly reported to runsolver:
#   pid: 131950
#   total CPU time (s): 72002
#   total CPU user time (s): 71686.9
#   total CPU system time (s): 315.095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.7058 second user time and 85.1028 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-01 23:25:40
IDJOB=4465488
IDBENCH=158491
IDSOLVER=3094
FILE ID=nodeD104/4465488-1722547540
RUNJOBID= nodeD104-1722543894-128202
SLURM_JOB_ID= 8254279
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern50-06.lin.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-4465488-1722547540/watcher-4465488-1722547540 -o /tmp/evaluation-result-4465488-1722547540/solver-4465488-1722547540 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128202 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465488-1722547540.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b877664571262cc35a091b0e7e24e61f
RANDOM SEED=1992870410

nodeD104.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		: 3139.775
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		: 2711.375
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3040.168
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.76
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		: 2621.473
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		: 3410.314
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 3032.318
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.76
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		: 2965.408
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		: 2504.045
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 3012.576
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.76
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		: 3192.783
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		: 3196.462
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	: 5006.76
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		: 3192.060
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	: 5013.48
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		: 3046.959
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.76
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		: 2649.262
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		: 2083.114
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	: 5006.76
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		: 3191.930
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	: 5013.48
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		: 3047.074
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.76
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		: 2656.730
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		: 2636.635
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	: 5006.76
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		: 3191.789
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	: 5013.48
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		: 3047.199
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.76
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		: 2635.535
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		: 1501.094
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 3036.973
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.76
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		: 2644.218
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		: 2630.658
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	: 5006.76
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		: 3194.572
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	: 5013.48
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		: 3019.388
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.76
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		: 2644.681
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		: 2628.238
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3031.025
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.76
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		: 3761.873
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		: 2627.719
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3018.858
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.76
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		: 3051.648
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		: 2621.669
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	: 5006.76
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		: 3191.845
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	: 5013.48
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		: 3047.843
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.76
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		: 2622.965
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		: 2656.416
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3033.994
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.76
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		: 2586.862
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		: 2651.222
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	: 5006.76
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		: 3181.555
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	: 5013.48
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		: 3015.900
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.76
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		: 2643.739
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		: 2661.673
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 3040.536
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.76
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		: 2624.982
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		: 2653.041
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3047.906
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.76
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		: 3070.425
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		: 2661.813
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 2972.987
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.76
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		: 2637.489
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		: 2644.449
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3039.546
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.76
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		: 2702.435
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		: 3671.646
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3047.748
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.76
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		: 3549.704
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		: 3269.341
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3028.700
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.76
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		: 3564.431
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		: 3449.426
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 3043.483
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        777251692 kB
MemAvailable:   778551284 kB
Buffers:          295220 kB
Cached:          4328072 kB
SwapCached:            0 kB
Active:           476008 kB
Inactive:       10490016 kB
Active(anon):       2212 kB
Inactive(anon):  6363036 kB
Active(file):     473796 kB
Inactive(file):  4126980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             95568 kB
Writeback:             0 kB
AnonPages:       6339664 kB
Mapped:           125548 kB
Shmem:             22536 kB
KReclaimable:     237064 kB
Slab:             597796 kB
SReclaimable:     237064 kB
SUnreclaim:       360732 kB
KernelStack:       16336 kB
PageTables:        22048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2150684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           262656 kB
HardwareCorrupted:     0 kB
AnonHugePages:    444416 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:      628736 kB
DirectMap2M:    53346304 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-08-02 00:26:23