Trace number 4466014

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) 72000.8 3634.99

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_25_3.opb
MD5SUMfd2f82137517c7c348dacac3fbe759ff
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-78
Best CPU time to get the best result obtained on this benchmark71365.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products7861
Sum of products size15722

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.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 53833728, getVmSize() = 53833728, SCIPgetMemUsed() = 27211438, SCIPgetMemTotal() = 31321230, SCIPgetMemExternEstim() = 16580246
0.00/0.04	c ** set memory limit for presolving in LC to 8.79592e+12 for SCIP **
0.00/0.11	c ** Estimated virtualMemUsedAtSolver = 41704300, getVmSize() = 70574080, SCIPgetMemUsed() = 29342396, SCIPgetMemTotal() = 45976204, SCIPgetMemExternEstim() = 16580246
0.00/0.11	c ** set memory limit for solvers to 4.18848e+11 for each SCIP **
0.00/0.11	c Original Problem   :
0.00/0.11	c   Problem name     : instance-4466014-1722457858
0.00/0.11	c   Variables        : 8361 (500 binary, 0 integer, 7861 implicit integer, 0 continuous)
0.00/0.11	c   Constraints      : 8861
0.00/0.11	c   Objective sense  : minimize
0.00/0.11	c Presolved Problem  :
0.00/0.11	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.11	c   Constraints      : 7861
0.00/0.11	c Constraints        : Number
0.00/0.11	c   setppc           : 7861 
0.00/0.11	c ** Instance transfer method used: 0
0.11/0.12	c ** ParaScipInstance copy does not increase the number of variables. **
0.24/0.28	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.24/0.28	c                                Nodes    Active                                            
0.24/0.28	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.14/0.43	c *       0              0           1        20         -48.0000                -          -
2.97/0.44	c *       0              0           1        20         -49.0000                -          -
2.97/0.49	c *       0              0           1        20         -65.0000                -          -
2.97/0.51	c *       1              0           1        20         -67.0000                -          -
29.47/1.88	c *       2            505         420        20         -68.0000        -500.0000          -
56.90/3.21	c *       3           4699         404        20         -70.0000        -500.0000          -
64.74/3.64	c *       4           4699         404        20         -73.0000        -500.0000          -
98.44/5.35	c         5              2           1        20         -73.0000        -201.0000    175.34%
140.10/7.41	c *       7              2           1        20         -74.0000        -197.5000    166.89%
208.97/10.91	c        11              4           5        20         -74.0000        -197.0000    166.22%
307.92/15.98	c        16              2           1        20         -74.0000        -148.3333    100.45%
409.54/21.04	c        21              4           3        20         -74.0000        -148.0820    100.11%
508.63/26.10	c        26              6           5        20         -74.0000        -147.3392     99.11%
609.88/31.16	c        31              8           7        20         -74.0000        -147.3392     99.11%
708.87/36.19	c        36             23          22        20         -74.0000        -147.3392     99.11%
808.94/41.27	c        41             35          34        20         -74.0000        -147.3392     99.11%
909.94/46.33	c        46             52          51        20         -74.0000        -147.2247     98.95%
937.72/47.70	c *      48             52          51        20         -75.0000        -147.2247     96.30%
1008.92/51.35	c        51             66          65        20         -75.0000        -147.1584     96.21%
1010.91/51.49	c *      51             66          65        20         -76.0000        -147.1584     93.63%
1108.07/56.38	c        56             80          79        20         -76.0000        -147.0431     93.48%
1208.85/61.44	c        61             83          82        20         -76.0000        -146.8203     93.18%
1308.06/66.47	c        66             92          91        20         -76.0000        -145.8753     91.94%
1409.05/71.51	c        72            115         114        20         -76.0000        -145.6886     91.70%
1510.24/76.61	c        77            132         131        20         -76.0000        -145.3899     91.30%
1609.41/81.69	c        82            138         137        20         -76.0000        -145.3899     91.30%
1710.77/86.72	c        87            152         151        20         -76.0000        -144.9330     90.70%
1809.67/91.77	c        92            162         161        20         -76.0000        -144.8972     90.65%
1910.83/96.82	c        97            172         171        20         -76.0000        -144.8211     90.55%
2009.87/101.87	c       102            178         177        20         -76.0000        -144.8211     90.55%
2110.93/106.91	c       107            184         183        20         -76.0000        -144.6639     90.35%
2210.05/111.92	c       112            196         195        20         -76.0000        -144.6509     90.33%
2309.01/117.02	c       117            210         209        20         -76.0000        -144.3993     90.00%
2410.66/122.04	c       122            219         218        20         -76.0000        -144.3852     89.98%
2509.70/127.05	c       127            224         223        20         -76.0000        -144.3668     89.96%
2608.72/132.08	c       132            233         232        20         -76.0000        -144.0098     89.49%
2707.66/137.10	c       137            249         248        20         -76.0000        -143.8874     89.33%
2808.81/142.15	c       142            254         253        20         -76.0000        -143.8874     89.33%
2909.01/147.22	c       147            263         262        20         -76.0000        -143.8874     89.33%
3008.22/152.27	c       152            275         274        20         -76.0000        -143.5783     88.92%
3109.42/157.33	c       157            281         280        20         -76.0000        -143.5783     88.92%
3210.57/162.40	c       162            292         291        20         -76.0000        -143.5783     88.92%
3309.76/167.44	c       167            302         301        20         -76.0000        -143.5340     88.86%
3408.84/172.47	c       172            308         307        20         -76.0000        -143.5340     88.86%
3507.96/177.50	c       178            317         316        20         -76.0000        -143.5340     88.86%
3608.84/182.59	c       183            330         329        20         -76.0000        -143.5340     88.86%
3709.94/187.61	c       188            335         334        20         -76.0000        -143.3605     88.63%
3810.96/192.72	c       193            351         350        20         -76.0000        -143.3605     88.63%
3910.13/197.77	c       198            362         361        20         -76.0000        -142.9538     88.10%
4009.23/202.79	c       203            375         374        20         -76.0000        -142.9538     88.10%
4112.35/207.90	c       208            387         386        20         -76.0000        -142.9538     88.10%
4211.47/212.93	c       213            405         404        20         -76.0000        -142.9424     88.08%
4310.67/218.00	c       218            415         414        20         -76.0000        -142.9424     88.08%
4412.43/223.04	c       223            405         404        20         -76.0000        -142.8716     87.99%
4513.58/228.14	c       228            415         414        20         -76.0000        -142.8356     87.94%
4612.65/233.19	c       233            452         451        20         -76.0000        -142.8095     87.91%
4713.24/238.24	c       238            439         438        20         -76.0000        -142.4869     87.48%
4814.44/243.30	c       243            457         456        20         -76.0000        -142.4588     87.45%
4913.49/248.35	c       248            467         466        20         -76.0000        -142.4588     87.45%
5014.70/253.42	c       253            480         479        20         -76.0000        -142.4145     87.39%
5113.85/258.44	c       258            497         496        20         -76.0000        -142.2854     87.22%
5214.89/263.53	c       264            512         511        20         -76.0000        -141.9834     86.82%
5314.02/268.58	c       269            525         524        20         -76.0000        -141.9834     86.82%
5414.85/273.61	c       274            540         539        20         -76.0000        -141.9821     86.82%
5514.06/278.62	c       279            552         551        20         -76.0000        -141.9715     86.80%
5615.07/283.70	c       284            568         567        20         -76.0000        -141.9715     86.80%
5714.12/288.78	c       289            580         579        20         -76.0000        -141.6797     86.42%
5815.10/293.80	c       294            595         594        20         -76.0000        -141.6544     86.39%
5914.34/298.89	c       299            612         611        20         -76.0000        -141.5184     86.21%
6015.14/303.94	c       304            628         627        20         -76.0000        -141.5184     86.21%
6114.28/308.98	c       309            642         641        20         -76.0000        -141.4477     86.12%
6216.00/314.07	c       314            665         664        20         -76.0000        -141.3335     85.97%
6315.38/319.12	c       319            683         682        20         -76.0000        -141.3196     85.95%
6416.36/324.17	c       324            701         700        20         -76.0000        -141.1995     85.79%
6516.79/329.24	c       329            719         718        20         -76.0000        -141.1810     85.76%
6615.91/334.29	c       334            732         731        20         -76.0000        -141.0708     85.62%
6717.06/339.34	c       339            741         740        20         -76.0000        -141.0708     85.62%
6818.12/344.41	c       344            761         760        20         -76.0000        -141.0154     85.55%
6917.25/349.46	c       349            779         778        20         -76.0000        -141.0050     85.53%
7016.34/354.48	c       354            796         795        20         -76.0000        -140.9287     85.43%
7117.41/359.56	c       360            812         811        20         -76.0000        -140.8847     85.37%
7218.47/364.61	c       365            825         824        20         -76.0000        -140.8847     85.37%
7317.61/369.66	c       370            844         843        20         -76.0000        -140.7661     85.22%
7418.73/374.72	c       375            858         857        20         -76.0000        -140.7274     85.17%
7517.87/379.77	c       380            886         885        20         -76.0000        -140.5590     84.95%
7619.04/384.82	c       385            892         891        20         -76.0000        -140.5020     84.87%
7718.20/389.88	c       390            903         902        20         -76.0000        -140.5020     84.87%
7819.24/394.92	c       395            919         918        20         -76.0000        -140.4838     84.85%
7918.29/400.00	c       400            935         934        20         -76.0000        -140.4648     84.82%
8020.06/405.05	c       405            952         951        20         -76.0000        -140.4590     84.81%
8118.94/410.10	c       410            963         962        20         -76.0000        -140.4590     84.81%
8220.30/415.17	c       415            975         974        20         -76.0000        -140.3601     84.68%
8320.47/420.21	c       420           1003        1002        20         -76.0000        -140.3601     84.68%
8419.57/425.28	c       425           1027        1026        20         -76.0000        -140.3592     84.68%
8520.62/430.33	c       430           1044        1043        20         -76.0000        -140.3538     84.68%
8619.74/435.35	c       435           1050           0        20         -76.0000        -140.3538     84.68%
8720.83/440.43	c       440           1051           1        20         -76.0000        -140.3538     84.68%
8819.89/445.44	c       445           1052           2        20         -76.0000        -140.3538     84.68%
8918.90/450.45	c       450           1062          12        20         -76.0000        -140.3538     84.68%
9019.81/455.58	c       456           1063          13        20         -76.0000        -140.3538     84.68%
9120.71/460.63	c       461           1065          15        20         -76.0000        -140.3538     84.68%
9219.81/465.66	c       466           1068          18        20         -76.0000        -140.3538     84.68%
9318.84/470.68	c       471           1070          20        20         -76.0000        -140.3538     84.68%
9421.68/475.80	c       476           1082          32        20         -76.0000        -140.3538     84.68%
9520.77/480.83	c       481           1102          52        20         -76.0000        -140.3538     84.68%
9621.91/485.90	c       486           1120          70        20         -76.0000        -140.3538     84.68%
9720.79/490.92	c       491           1133          83        20         -76.0000        -140.3538     84.68%
9819.91/495.95	c       496           1145          95        20         -76.0000        -140.3538     84.68%
9919.02/500.99	c       501           1156         106        20         -76.0000        -140.3538     84.68%
10017.93/506.03	c       506           1168         118        20         -76.0000        -140.3538     84.68%
10119.72/511.05	c       511           1181         131        20         -76.0000        -140.3538     84.68%
10218.74/516.08	c       516           1193         143        20         -76.0000        -140.3538     84.68%
10317.75/521.09	c       521           1198         148        20         -76.0000        -140.3538     84.68%
10418.91/526.16	c       526           1214         164        20         -76.0000        -140.3538     84.68%
10518.06/531.19	c       531           1224         174        20         -76.0000        -140.3538     84.68%
10618.47/536.27	c       536           1237         187        20         -76.0000        -140.3538     84.68%
10719.60/541.32	c       541           1253         203        20         -76.0000        -140.3538     84.68%
10818.67/546.37	c       546           1267         217        20         -76.0000        -140.3538     84.68%
10919.73/551.42	c       551           1274         224        20         -76.0000        -140.3538     84.68%
11018.85/556.45	c       556           1282         232        20         -76.0000        -140.3538     84.68%
11119.94/561.55	c       562           1297         247        20         -76.0000        -140.3538     84.68%
11221.06/566.60	c       567           1307         257        20         -76.0000        -140.3538     84.68%
11320.20/571.65	c       572           1322         272        20         -76.0000        -140.3538     84.68%
11421.28/576.70	c       577           1336         286        20         -76.0000        -140.3538     84.68%
11520.41/581.75	c       582           1343         293        20         -76.0000        -140.3538     84.68%
11619.54/586.78	c       587           1356         306        20         -76.0000        -140.3538     84.68%
11720.46/591.85	c       592           1369         319        20         -76.0000        -140.3538     84.68%
11819.51/596.87	c       597           1384         334        20         -76.0000        -140.3538     84.68%
11920.44/601.90	c       602           1405         355        20         -76.0000        -140.3538     84.68%
12022.19/607.04	c       607           1426         376        20         -76.0000        -140.3538     84.68%
12121.10/612.09	c       612           1444         394        20         -76.0000        -140.3538     84.68%
12222.10/617.14	c       617           1459         409        20         -76.0000        -140.3538     84.68%
12321.27/622.19	c       622           1471         421        20         -76.0000        -140.3538     84.68%
12421.42/627.25	c       627           1484         434        20         -76.0000        -140.3538     84.68%
12520.51/632.27	c       632           1500         450        20         -76.0000        -140.3538     84.68%
12621.64/637.30	c       637           1512         462        20         -76.0000        -140.3538     84.68%
12720.79/642.34	c       642           1536         486        20         -76.0000        -140.3538     84.68%
12819.77/647.35	c       647           1556         506        20         -76.0000        -140.3538     84.68%
12920.88/652.41	c       652           1583         533        20         -76.0000        -140.3538     84.68%
13021.68/657.51	c       658           1606         556        20         -76.0000        -140.3538     84.68%
13120.81/662.54	c       663           1624         574        20         -76.0000        -140.3538     84.68%
13221.87/667.67	c       668           1649         599        20         -76.0000        -140.3538     84.68%
13323.00/672.71	c       673           1672         622        20         -76.0000        -140.3538     84.68%
13422.12/677.77	c       678           1692         642        20         -76.0000        -140.3538     84.68%
13521.17/682.78	c       683           1720         670        20         -76.0000        -140.3538     84.68%
13621.98/687.87	c       688           1739         689        20         -76.0000        -140.3538     84.68%
13722.90/692.95	c       693           1771         721        20         -76.0000        -140.3538     84.68%
13821.97/698.02	c       698           1803         753        20         -76.0000        -140.3538     84.68%
13923.92/703.10	c       703           1825         775        20         -76.0000        -140.3538     84.68%
14024.95/708.17	c       708           1839         789        20         -76.0000        -140.3538     84.68%
14125.26/713.22	c       713           1872         822        20         -76.0000        -140.3538     84.68%
14224.09/718.27	c       718           1892         842        20         -76.0000        -140.3538     84.68%
14325.19/723.32	c       723           1916         866        20         -76.0000        -140.3538     84.68%
14424.19/728.37	c       728           1949         899        20         -76.0000        -140.3538     84.68%
14525.31/733.42	c       733           1972         922        20         -76.0000        -140.3538     84.68%
14624.42/738.45	c       738           2002         952        20         -76.0000        -140.3538     84.68%
14723.51/743.46	c       743           2031         981        20         -76.0000        -140.3538     84.68%
14824.64/748.57	c       749           2048         998        20         -76.0000        -140.3538     84.68%
14925.62/753.62	c       754           2070        1020        20         -76.0000        -140.3538     84.68%
15024.74/758.64	c       759           2375        2372        20         -76.0000        -140.2469     84.54%
15123.77/763.67	c       764           2407        2404        20         -76.0000        -140.2469     84.54%
15222.65/768.67	c       769           2436        2433        20         -76.0000        -140.2469     84.54%
15323.75/773.74	c       774           2467        2464        20         -76.0000        -140.1700     84.43%
15422.86/778.78	c       779           2497        2494        20         -76.0000        -140.1700     84.43%
15523.64/783.83	c       784           2525        2522        20         -76.0000        -140.1155     84.36%
15622.71/788.90	c       789           2540        2537        20         -76.0000        -140.1155     84.36%
15723.80/793.97	c       794           2569        2566        20         -76.0000        -140.1155     84.36%
15825.48/799.05	c       799           2597        2594        20         -76.0000        -140.0068     84.22%
15924.60/804.08	c       804           2626        2623        20         -76.0000        -140.0068     84.22%
16025.04/809.15	c       809           2652        2649        20         -76.0000        -140.0020     84.21%
16124.02/814.18	c       814           2675        2672        20         -76.0000        -140.0020     84.21%
16224.56/819.20	c       819           2711        2708        20         -76.0000        -140.0020     84.21%
16323.39/824.23	c       824           2739        2736        20         -76.0000        -140.0020     84.21%
16422.42/829.29	c       829           2770        2767        20         -76.0000        -140.0020     84.21%
16523.53/834.30	c       834           2805        2802        20         -76.0000        -140.0020     84.21%
16624.57/839.42	c       839           2828        2825        20         -76.0000        -140.0020     84.21%
16723.55/844.44	c       844           2856        2853        20         -76.0000        -140.0020     84.21%
16824.52/849.52	c       850           2891        2888        20         -76.0000        -139.8669     84.04%
16925.44/854.61	c       855           2911        2908        20         -76.0000        -139.8669     84.04%
17024.44/859.64	c       860           2941        2938        20         -76.0000        -139.8487     84.01%
17125.26/864.74	c       865           2979        2976        20         -76.0000        -139.8487     84.01%
17224.21/869.79	c       870           3002        2999        20         -76.0000        -139.8262     83.98%
17325.12/874.83	c       875           3034        3031        20         -76.0000        -139.8262     83.98%
17424.18/879.89	c       880           3072        3069        20         -76.0000        -139.7966     83.94%
17525.28/884.95	c       885           3108        3105        20         -76.0000        -139.7966     83.94%
17624.34/890.01	c       890           3138        3135        20         -76.0000        -139.7966     83.94%
17726.12/895.06	c       895           3180        3177        20         -76.0000        -139.7966     83.94%
17825.29/900.10	c       900           3212        3209        20         -76.0000        -139.7929     83.94%
17924.36/905.11	c       905           3234        3231        20         -76.0000        -139.7929     83.94%
18026.69/910.22	c       910           3264        3261        20         -76.0000        -139.7929     83.94%
18125.72/915.24	c       915           3285        3282        20         -76.0000        -139.7334     83.86%
18224.77/920.30	c       920           3319        3316        20         -76.0000        -139.7334     83.86%
18325.82/925.37	c       925           3342        3339        20         -76.0000        -139.7334     83.86%
18424.86/930.39	c       930           3368        3365        20         -76.0000        -139.7181     83.84%
18525.89/935.43	c       935           3389        3386        20         -76.0000        -139.7181     83.84%
18626.97/940.52	c       941           3413        3410        20         -76.0000        -139.7181     83.84%
18725.99/945.54	c       946           3436        3433        20         -76.0000        -139.6738     83.78%
18825.10/950.55	c       951           3466        3463        20         -76.0000        -139.6738     83.78%
18928.20/955.70	c       956           3497        3494        20         -76.0000        -139.6623     83.77%
19027.34/960.74	c       961           3529        3526        20         -76.0000        -139.6623     83.77%
19126.47/965.80	c       966           3566        3563        20         -76.0000        -139.6102     83.70%
19227.57/970.86	c       971           3592        3589        20         -76.0000        -139.6102     83.70%
19328.57/975.91	c       976           3612        3609        20         -76.0000        -139.6102     83.70%
19427.66/980.94	c       981           3645        3642        20         -76.0000        -139.5958     83.68%
19526.75/986.01	c       986           3678        3675        20         -76.0000        -139.5958     83.68%
19628.52/991.07	c       991           3704        3701        20         -76.0000        -139.4811     83.53%
19727.68/996.13	c       996           3732        3729        20         -76.0000        -139.4811     83.53%
19828.79/1001.16	c      1001           3759        3756        20         -76.0000        -139.4811     83.53%
19929.16/1006.24	c      1006           3790        3787        20         -76.0000        -139.4804     83.53%
20028.26/1011.29	c      1011           3827        3824        20         -76.0000        -139.4804     83.53%
20129.37/1016.34	c      1016           3858        3855        20         -76.0000        -139.4670     83.51%
20230.50/1021.40	c      1021           3876        3873        20         -76.0000        -139.4670     83.51%
20329.64/1026.40	c      1026           3906        3903        20         -76.0000        -139.4670     83.51%
20428.67/1031.42	c      1031           3940        3937        20         -76.0000        -139.4475     83.48%
20529.77/1036.55	c      1037           3969        3966        20         -76.0000        -139.4475     83.48%
20628.82/1041.60	c      1042           3999        3996        20         -76.0000        -139.3903     83.41%
20729.84/1046.64	c      1047           4031        4028        20         -76.0000        -139.3903     83.41%
20831.04/1051.74	c      1052           4060        4057        20         -76.0000        -139.3852     83.40%
20929.92/1056.79	c      1057           4091        4088        20         -76.0000        -139.3852     83.40%
21030.99/1061.84	c      1062           4122        4119        20         -76.0000        -139.3420     83.34%
21129.97/1066.89	c      1067           4153        4150        20         -76.0000        -139.3420     83.34%
21230.98/1071.92	c      1072           4192        4189        20         -76.0000        -139.3334     83.33%
21329.74/1076.92	c      1077           4215        4212        20         -76.0000        -139.3334     83.33%
21428.80/1081.96	c      1082           4247        4244        20         -76.0000        -139.3334     83.33%
21527.93/1087.00	c      1087           4275        4272        20         -76.0000        -139.3267     83.32%
21627.06/1092.02	c      1092           4302        4299        20         -76.0000        -139.3267     83.32%
21730.48/1097.14	c      1097           4336        4333        20         -76.0000        -139.2549     83.23%
21830.75/1102.24	c      1102           4361        4358        20         -76.0000        -139.2549     83.23%
21929.70/1107.29	c      1107           4390        4387        20         -76.0000        -139.2549     83.23%
22030.62/1112.33	c      1112           4413        4410        20         -76.0000        -139.2494     83.22%
22129.57/1117.35	c      1117           4443        4440        20         -76.0000        -139.2494     83.22%
22230.61/1122.45	c      1122           4469        4466        20         -76.0000        -139.2494     83.22%
22329.57/1127.46	c      1127           4498        4495        20         -76.0000        -139.2312     83.20%
22428.63/1132.46	c      1132           4526        4523        20         -76.0000        -139.2312     83.20%
22531.71/1137.60	c      1138           4550        4547        20         -76.0000        -139.1819     83.13%
22632.80/1142.71	c      1143           4588        4585        20         -76.0000        -139.1819     83.13%
22731.91/1147.72	c      1148           4616        4613        20         -76.0000        -139.1507     83.09%
22830.92/1152.78	c      1153           4653        4650        20         -76.0000        -139.1507     83.09%
22929.95/1157.78	c      1158           4682        4679        20         -76.0000        -139.1180     83.05%
23031.06/1162.81	c      1163           4702        4699        20         -76.0000        -139.1180     83.05%
23130.20/1167.85	c      1168           4737        4734        20         -76.0000        -139.1180     83.05%
23234.03/1173.04	c      1173           4767        4764        20         -76.0000        -139.1088     83.04%
23333.15/1178.09	c      1178           4817        4814        20         -76.0000        -139.1088     83.04%
23434.17/1183.15	c      1183           4851        4848        20         -76.0000        -139.0840     83.01%
23533.30/1188.15	c      1188           4890        4887        20         -76.0000        -139.0840     83.01%
23633.68/1193.26	c      1193           4916        4913        20         -76.0000        -139.0314     82.94%
23734.73/1198.35	c      1198           4938        4935        20         -76.0000        -139.0314     82.94%
23833.83/1203.37	c      1203           4986        4983        20         -76.0000        -139.0219     82.92%
23934.92/1208.46	c      1208           5013        5010        20         -76.0000        -139.0219     82.92%
24035.97/1213.52	c      1214           5050        5047        20         -76.0000        -138.9820     82.87%
24135.09/1218.54	c      1219           5077        5074        20         -76.0000        -138.9820     82.87%
24236.16/1223.62	c      1224           5107        5104        20         -76.0000        -138.9667     82.85%
24335.15/1228.68	c      1229           5137        5134        20         -76.0000        -138.9667     82.85%
24436.19/1233.72	c      1234           5172        5169        20         -76.0000        -138.9599     82.84%
24535.51/1238.74	c      1239           5210        5207        20         -76.0000        -138.9599     82.84%
24634.43/1243.77	c      1244           5248        5245        20         -76.0000        -138.9583     82.84%
24733.47/1248.79	c      1249           5276        5273        20         -76.0000        -138.9583     82.84%
24834.58/1253.86	c      1254           5312        5309        20         -76.0000        -138.9521     82.83%
24933.62/1258.87	c      1259           5343        5340        20         -76.0000        -138.9521     82.83%
25037.37/1264.04	c      1264           5371        5368        20         -76.0000        -138.9521     82.83%
25136.41/1269.09	c      1269           5403        5400        20         -76.0000        -138.9448     82.82%
25237.21/1274.14	c      1274           5425        5422        20         -76.0000        -138.9448     82.82%
25336.16/1279.15	c      1279           5445        5442        20         -76.0000        -138.9448     82.82%
25436.44/1284.20	c      1284           5474        5471        20         -76.0000        -138.9448     82.82%
25535.58/1289.21	c      1289           5497        5494        20         -76.0000        -138.9448     82.82%
25636.58/1294.33	c      1294           4554        3504        20         -76.0000        -138.9393     82.81%
25735.52/1299.35	c      1299           4585        3535        20         -76.0000        -138.9313     82.80%
25834.65/1304.38	c      1304           4621        3571        20         -76.0000        -138.9313     82.80%
25935.73/1309.42	c      1309           4652        3602        20         -76.0000        -138.8987     82.76%
26036.83/1314.59	c      1315           4690        3640        20         -76.0000        -138.8870     82.75%
26137.73/1319.60	c      1320           4721        3671        20         -76.0000        -138.8813     82.74%
26236.78/1324.61	c      1325           4729        3679        20         -76.0000        -138.8813     82.74%
26337.82/1329.73	c      1330           4768        3718        20         -76.0000        -138.8708     82.72%
26438.95/1334.81	c      1335           4796        3746        20         -76.0000        -138.8670     82.72%
26538.04/1339.84	c      1340           4827        3777        20         -76.0000        -138.8610     82.71%
26637.11/1344.84	c      1345           4855        3805        20         -76.0000        -138.8607     82.71%
26736.14/1349.86	c      1350           4901        3851        20         -76.0000        -138.8058     82.64%
26837.15/1354.99	c      1355           4931        3881        20         -76.0000        -138.8048     82.64%
26938.70/1360.04	c      1360           4967        3917        20         -76.0000        -138.7972     82.63%
27037.82/1365.07	c      1365           5004        3954        20         -76.0000        -138.7741     82.60%
27137.26/1370.08	c      1370           5033        3983        20         -76.0000        -138.7594     82.58%
27236.19/1375.13	c      1375           5063        4013        20         -76.0000        -138.7475     82.56%
27337.48/1380.15	c      1380           5092        4042        20         -76.0000        -138.7395     82.55%
27436.62/1385.16	c      1385           5125        4075        20         -76.0000        -138.7218     82.53%
27536.79/1390.22	c      1390           5147        4097        20         -76.0000        -138.7137     82.52%
27635.88/1395.27	c      1395           5176        4126        20         -76.0000        -138.7105     82.51%
27736.89/1400.32	c      1400           5205        4155        20         -76.0000        -138.6990     82.50%
27835.97/1405.36	c      1405           5248        4198        20         -76.0000        -138.6685     82.46%
27934.95/1410.38	c      1410           5274        4224        20         -76.0000        -138.6635     82.45%
28035.91/1415.43	c      1415           5297        4247        20         -76.0000        -138.6435     82.43%
28134.96/1420.49	c      1420           5328        4278        20         -76.0000        -138.6340     82.41%
28238.05/1425.60	c      1426           5365        4315        20         -76.0000        -138.6263     82.40%
28337.17/1430.65	c      1431           5388        4338        20         -76.0000        -138.6238     82.40%
28436.16/1435.67	c      1436           5417        4367        20         -76.0000        -138.6178     82.39%
28535.27/1440.67	c      1441           5448        4398        20         -76.0000        -138.5729     82.33%
28636.27/1445.78	c      1446           5465        4415        20         -76.0000        -138.5729     82.33%
28737.23/1450.89	c      1451           5501        4451        20         -76.0000        -138.5079     82.25%
28838.21/1455.95	c      1456           5525        4475        20         -76.0000        -138.5079     82.25%
28936.78/1460.95	c      1461           5543        4493        20         -76.0000        -138.4782     82.21%
29038.57/1466.06	c      1466           5579        4529        20         -76.0000        -138.4716     82.20%
29137.85/1471.10	c      1471           5596        4546        20         -76.0000        -138.4668     82.19%
29238.83/1476.17	c      1476           5621        4571        20         -76.0000        -138.4430     82.16%
29338.14/1481.19	c      1481           5651        4601        20         -76.0000        -138.4400     82.16%
29438.31/1486.22	c      1486           5679        4629        20         -76.0000        -138.4400     82.16%
29537.55/1491.23	c      1491           5711        4661        20         -76.0000        -138.3980     82.10%
29636.44/1496.26	c      1496           5731        4681        20         -76.0000        -138.3980     82.10%
29735.52/1501.29	c      1501           5754        4704        20         -76.0000        -138.3750     82.07%
29836.55/1506.35	c      1506           5801        4751        20         -76.0000        -138.3439     82.03%
29937.66/1511.40	c      1511           5831        4781        20         -76.0000        -138.3296     82.01%
30038.77/1516.51	c      1517           5866        4816        20         -76.0000        -138.3255     82.01%
30137.66/1521.57	c      1522           5898        4848        20         -76.0000        -138.2936     81.97%
30238.76/1526.64	c      1527           5927        4877        20         -76.0000        -138.2651     81.93%
30337.75/1531.68	c      1532           5981        4931        20         -76.0000        -138.2245     81.87%
30438.74/1536.72	c      1537           6011        4961        20         -76.0000        -138.1970     81.84%
30537.73/1541.79	c      1542           6041        4991        20         -76.0000        -138.1663     81.80%
30638.50/1546.84	c      1547           6075        5025        20         -76.0000        -138.1604     81.79%
30737.62/1551.87	c      1552           6107        5057        20         -76.0000        -138.1541     81.78%
30838.67/1556.96	c      1557           6131        5081        20         -76.0000        -138.1502     81.78%
30937.72/1562.01	c      1562           6161        5111        20         -76.0000        -138.1431     81.77%
31039.39/1567.06	c      1567           6191        5141        20         -76.0000        -138.1386     81.76%
31140.25/1572.12	c      1572           6221        5171        20         -76.0000        -138.1360     81.76%
31240.88/1577.20	c      1577           6257        5207        20         -76.0000        -138.1312     81.75%
31339.93/1582.25	c      1582           6288        5238        20         -76.0000        -138.1193     81.74%
31439.06/1587.27	c      1587           6324        5274        20         -76.0000        -138.1069     81.72%
31539.79/1592.34	c      1592           6354        5304        20         -76.0000        -138.0982     81.71%
31638.85/1597.36	c      1597           6401        5351        20         -76.0000        -138.0895     81.70%
31739.78/1602.47	c      1602           6436        5386        20         -76.0000        -138.0772     81.68%
31840.95/1607.56	c      1608           6476        5426        20         -76.0000        -138.0715     81.67%
31941.83/1612.61	c      1613           6521        5471        20         -76.0000        -138.0672     81.67%
32040.88/1617.63	c      1618           6543        5493        20         -76.0000        -138.0672     81.67%
32141.93/1622.71	c      1623           6581        5531        20         -76.0000        -138.0573     81.65%
32240.81/1627.76	c      1628           6611        5561        20         -76.0000        -138.0518     81.65%
32341.83/1632.81	c      1633           6642        5592        20         -76.0000        -138.0463     81.64%
32440.93/1637.86	c      1638           6671        5621        20         -76.0000        -137.9999     81.58%
32540.10/1642.89	c      1643           6708        5658        20         -76.0000        -137.9950     81.57%
32641.15/1647.99	c      1648           6726        5676        20         -76.0000        -137.9950     81.57%
32742.70/1653.05	c      1653           6746        5696        20         -76.0000        -137.9918     81.57%
32841.71/1658.06	c      1658           6786        5736        20         -76.0000        -137.9838     81.56%
32940.47/1663.09	c      1663           6821        5771        20         -76.0000        -137.9587     81.52%
33039.54/1668.11	c      1668           6851        5801        20         -76.0000        -137.9026     81.45%
33140.61/1673.20	c      1673           6881        5831        20         -76.0000        -137.9025     81.45%
33242.84/1678.30	c      1678           6896        5846        20         -76.0000        -137.9025     81.45%
33341.85/1683.35	c      1683           6933        5883        20         -76.0000        -137.9025     81.45%
33442.85/1688.40	c      1688           6962        5912        20         -76.0000        -137.8953     81.44%
33541.76/1693.43	c      1693           6984        5934        20         -76.0000        -137.8895     81.43%
33642.76/1698.50	c      1699           7015        5965        20         -76.0000        -137.8878     81.43%
33741.88/1703.56	c      1704           7052        6002        20         -76.0000        -137.8729     81.41%
33842.90/1708.60	c      1709           7061        6011        20         -76.0000        -137.8539     81.39%
33942.03/1713.65	c      1714           7091        6041        20         -76.0000        -137.8437     81.37%
34043.17/1718.70	c      1719           7121        6071        20         -76.0000        -137.8155     81.34%
34142.32/1723.76	c      1724           7144        6094        20         -76.0000        -137.8155     81.34%
34243.36/1728.81	c      1729           7168        6118        20         -76.0000        -137.8107     81.33%
34342.41/1733.86	c      1734           7195        6145        20         -76.0000        -137.8086     81.33%
34443.29/1738.92	c      1739           7241        6191        20         -76.0000        -137.7718     81.28%
34542.47/1743.96	c      1744           7271        6221        20         -76.0000        -137.7583     81.26%
34641.43/1749.02	c      1749           7304        6254        20         -76.0000        -137.7319     81.23%
34743.09/1754.07	c      1754           7335        6285        20         -76.0000        -137.7246     81.22%
34842.23/1759.12	c      1759           7378        6328        20         -76.0000        -137.7210     81.21%
34943.01/1764.17	c      1764           7409        6359        20         -76.0000        -137.7126     81.20%
35043.34/1769.22	c      1769           7438        6388        20         -76.0000        -137.7097     81.20%
35142.28/1774.23	c      1774           7465        6415        20         -76.0000        -137.7054     81.19%
35241.40/1779.26	c      1779           7501        6451        20         -76.0000        -137.6922     81.17%
35342.38/1784.34	c      1784           7524        6474        20         -76.0000        -137.6890     81.17%
35443.51/1789.40	c      1789           7553        6503        20         -76.0000        -137.6699     81.14%
35542.61/1794.45	c      1794           7601        6551        20         -76.0000        -137.6452     81.11%
35641.71/1799.48	c      1799           7631        6581        20         -76.0000        -137.6379     81.10%
35742.85/1804.57	c      1805           7655        6605        20         -76.0000        -137.6379     81.10%
35843.99/1809.61	c      1810           7672        6622        20         -76.0000        -137.6296     81.09%
35943.35/1814.63	c      1815           7704        6654        20         -76.0000        -137.6250     81.09%
36042.24/1819.64	c      1820           7728        6678        20         -76.0000        -137.6152     81.07%
36141.33/1824.64	c      1825           7774        6724        20         -76.0000        -137.6146     81.07%
36240.42/1829.69	c      1830           7798        6748        20         -76.0000        -137.6094     81.07%
36341.54/1834.74	c      1835           7823        6773        20         -76.0000        -137.6028     81.06%
36440.66/1839.79	c      1840           7857        6807        20         -76.0000        -137.5972     81.05%
36541.77/1844.84	c      1845           7892        6842        20         -76.0000        -137.5840     81.03%
36640.73/1849.86	c      1850           7919        6869        20         -76.0000        -137.5840     81.03%
36739.78/1854.87	c      1855           7954        6904        20         -76.0000        -137.5792     81.03%
36840.89/1859.93	c      1860           7996        6946        20         -76.0000        -137.5792     81.03%
36939.84/1864.96	c      1865           8034        6984        20         -76.0000        -137.5250     80.95%
37041.55/1870.07	c      1870           8081        7031        20         -76.0000        -137.4989     80.92%
37140.24/1875.10	c      1875           8130        7080        20         -76.0000        -137.4989     80.92%
37241.23/1880.15	c      1880           8167        7117        20         -76.0000        -137.4656     80.88%
37341.69/1885.23	c      1885           8207        7157        20         -76.0000        -137.4656     80.88%
37440.82/1890.28	c      1890           8252        7202        20         -76.0000        -137.4416     80.84%
37541.81/1895.31	c      1895           8291        7241        20         -76.0000        -137.4279     80.83%
37640.82/1900.34	c      1900           8332        7282        20         -76.0000        -137.4279     80.83%
37740.03/1905.37	c      1905           8382        7332        20         -76.0000        -137.4262     80.82%
37840.67/1910.48	c      1910           8431        7381        20         -76.0000        -137.4257     80.82%
37941.68/1915.50	c      1916           8467        7417        20         -76.0000        -137.4257     80.82%
38040.58/1920.53	c      1921           8488        7438        20         -76.0000        -137.4257     80.82%
38141.86/1925.65	c      1926           8509        7459        20         -76.0000        -137.4049     80.80%
38240.78/1930.68	c      1931           8549        7499        20         -76.0000        -137.4049     80.80%
38341.78/1935.74	c      1936           8587        7537        20         -76.0000        -137.3708     80.75%
38440.68/1940.79	c      1941           8628        7578        20         -76.0000        -137.3708     80.75%
38539.46/1945.80	c      1946           8678        7628        20         -76.0000        -137.3581     80.73%
38640.56/1950.80	c      1951           8706        7656        20         -76.0000        -137.3581     80.73%
38739.49/1955.81	c      1956           8743        7693        20         -76.0000        -137.3545     80.73%
38838.32/1960.87	c      1961           8790        7740        20         -76.0000        -137.3545     80.73%
38939.42/1965.97	c      1966           8821        7771        20         -76.0000        -137.3545     80.73%
39038.22/1970.99	c      1971           8862        7812        20         -76.0000        -137.3545     80.73%
39139.77/1976.06	c      1976           8899        7849        20         -76.0000        -137.3545     80.73%
39238.92/1981.11	c      1981           8965        7915        20         -76.0000        -137.3486     80.72%
39339.92/1986.15	c      1986           8999        7949        20         -76.0000        -137.3483     80.72%
39440.26/1991.24	c      1991           9048        7998        20         -76.0000        -137.3483     80.72%
39541.13/1996.32	c      1996           9097        8047        20         -76.0000        -137.3438     80.72%
39640.08/2001.38	c      2001           9143        8093        20         -76.0000        -137.3421     80.71%
39741.05/2006.44	c      2006           9175        8125        20         -76.0000        -137.3421     80.71%
39840.10/2011.49	c      2011           9219        8169        20         -76.0000        -137.3364     80.71%
39941.19/2016.54	c      2017           9271        8221        20         -76.0000        -137.3348     80.70%
40040.31/2021.59	c      2022           9314        8264        20         -76.0000        -137.3348     80.70%
40141.42/2026.67	c      2027           9356        8306        20         -76.0000        -137.3287     80.70%
40242.52/2031.72	c      2032           9399        8349        20         -76.0000        -137.3287     80.70%
40341.60/2036.78	c      2037           9429        8379        20         -76.0000        -137.3272     80.69%
40442.68/2041.83	c      2042           9501        8451        20         -76.0000        -137.3215     80.69%
40541.73/2046.85	c      2047           9557        8507        20         -76.0000        -137.3195     80.68%
40642.59/2051.92	c      2052           9594        8544        20         -76.0000        -137.3195     80.68%
40741.43/2056.97	c      2057           9638        8588        20         -76.0000        -137.2726     80.62%
40842.82/2062.02	c      2062           9691        8641        20         -76.0000        -137.2658     80.61%
40942.05/2067.07	c      2067           9720        8670        20         -76.0000        -137.2658     80.61%
41042.96/2072.13	c      2072           9769        8719        20         -76.0000        -137.2575     80.60%
41142.13/2077.15	c      2077           9800        8750        20         -76.0000        -137.2575     80.60%
41241.32/2082.19	c      2082           9834        8784        20         -76.0000        -137.2533     80.60%
41341.65/2087.27	c      2087           9875        8825        20         -76.0000        -137.2533     80.60%
41442.65/2092.36	c      2092           9928        8878        20         -76.0000        -137.2518     80.59%
41543.63/2097.41	c      2097           9971        8921        20         -76.0000        -137.2386     80.58%
41642.69/2102.42	c      2102          10007        8957        20         -76.0000        -137.2386     80.58%
41741.84/2107.43	c      2107          10047        8997        20         -76.0000        -137.2356     80.57%
41840.91/2112.45	c      2112          10085        9035        20         -76.0000        -137.2356     80.57%
41940.02/2117.50	c      2118          10123        9073        20         -76.0000        -137.2226     80.56%
42040.67/2122.59	c      2123          10162        9112        20         -76.0000        -137.2226     80.56%
42141.84/2127.64	c      2128          10198        9148        20         -76.0000        -137.2184     80.55%
42242.87/2132.70	c      2133          10250        9200        20         -76.0000        -137.2184     80.55%
42341.85/2137.75	c      2138          10280        9230        20         -76.0000        -137.2131     80.54%
42444.95/2142.94	c      2143           9893        8841        20         -76.0000        -137.1958     80.52%
42543.78/2147.99	c      2148           9941        8889        20         -76.0000        -137.1937     80.52%
42645.29/2153.04	c      2153           9957        8905        20         -76.0000        -137.1937     80.52%
42744.35/2158.09	c      2158          10399        9349        20         -76.0000        -137.1880     80.51%
42845.28/2163.16	c      2163          10448        9398        20         -76.0000        -137.1880     80.51%
42945.72/2168.22	c      2168          10490        9440        20         -76.0000        -137.1854     80.51%
43044.78/2173.27	c      2173          10531        9481        20         -76.0000        -137.1793     80.50%
43145.89/2178.32	c      2178          10559        9509        20         -76.0000        -137.1793     80.50%
43244.93/2183.37	c      2183          10181        9129        20         -76.0000        -137.1675     80.48%
43344.06/2188.39	c      2188          10221        9169        20         -76.0000        -137.1674     80.48%
43445.11/2193.44	c      2193          10693        9643        20         -76.0000        -137.1634     80.48%
43544.24/2198.48	c      2198          10741        9691        20         -76.0000        -137.1420     80.45%
43645.33/2203.51	c      2204          10784        9734        20         -76.0000        -137.1420     80.45%
43744.45/2208.58	c      2209          10848        9798        20         -76.0000        -137.1412     80.45%
43845.56/2213.62	c      2214          10871        9821        20         -76.0000        -137.1412     80.45%
43946.60/2218.75	c      2219          10894        9844        20         -76.0000        -137.1198     80.42%
44045.65/2223.78	c      2224          10951        9901        20         -76.0000        -137.1194     80.42%
44144.72/2228.79	c      2229          11016        9966        20         -76.0000        -137.1194     80.42%
44245.77/2233.84	c      2234          11058       10008        20         -76.0000        -137.0904     80.38%
44344.91/2238.88	c      2239          11093       10043        20         -76.0000        -137.0849     80.37%
44446.02/2244.01	c      2244          11127       10077        20         -76.0000        -137.0849     80.37%
44547.80/2249.08	c      2249          11173       10123        20         -76.0000        -137.0707     80.36%
44648.92/2254.16	c      2254          11206       10156        20         -76.0000        -137.0707     80.36%
44749.34/2259.20	c      2259          11255       10205        20         -76.0000        -137.0673     80.35%
44848.45/2264.26	c      2264          11301       10251        20         -76.0000        -137.0342     80.31%
44947.54/2269.27	c      2269          11331       10281        20         -76.0000        -137.0342     80.31%
45048.38/2274.37	c      2274          11371       10321        20         -76.0000        -137.0324     80.31%
45149.46/2279.45	c      2279          11419       10369        20         -76.0000        -137.0324     80.31%
45250.57/2284.50	c      2285          11454       10404        20         -76.0000        -137.0250     80.30%
45349.67/2289.55	c      2290          11498       10448        20         -76.0000        -137.0250     80.30%
45448.70/2294.58	c      2295          11535       10485        20         -76.0000        -137.0215     80.29%
45549.72/2299.67	c      2300          11581       10531        20         -76.0000        -137.0181     80.29%
45648.99/2304.70	c      2305          11607       10557        20         -76.0000        -137.0181     80.29%
45749.83/2309.77	c      2310          11644       10594        20         -76.0000        -137.0181     80.29%
45850.93/2314.84	c      2315          11702       10652        20         -76.0000        -137.0145     80.28%
45951.91/2319.92	c      2320          11738       10688        20         -76.0000        -137.0145     80.28%
46051.01/2324.93	c      2325          11279       10225        20         -76.0000        -137.0127     80.28%
46149.93/2330.02	c      2330          11312       10258        20         -76.0000        -137.0127     80.28%
46251.65/2335.07	c      2335          11349       10295        20         -76.0000        -137.0099     80.28%
46350.56/2340.10	c      2340          11375       10321        20         -76.0000        -137.0099     80.28%
46449.46/2345.12	c      2345          11439       10385        20         -76.0000        -136.9893     80.25%
46550.27/2350.15	c      2350          11481       10427        20         -76.0000        -136.9836     80.24%
46649.51/2355.16	c      2355          11502       10448        20         -76.0000        -136.9836     80.24%
46748.24/2360.18	c      2360          11537       10483        20         -76.0000        -136.9836     80.24%
46850.61/2365.32	c      2365          11586       10532        20         -76.0000        -136.9766     80.23%
46949.74/2370.32	c      2370          11627       10573        20         -76.0000        -136.9644     80.22%
47050.80/2375.47	c      2375          11666       10612        20         -76.0000        -136.9644     80.22%
47151.91/2380.58	c      2381          11691       10637        20         -76.0000        -136.9587     80.21%
47252.85/2385.61	c      2386          11737       10683        20         -76.0000        -136.9587     80.21%
47351.89/2390.64	c      2391          11765       10711        20         -76.0000        -136.9182     80.16%
47450.89/2395.65	c      2396          11808       10754        20         -76.0000        -136.9182     80.16%
47553.91/2400.85	c      2401          11831       10777        20         -76.0000        -136.9160     80.15%
47654.83/2405.92	c      2406          11884       10828        20         -76.0000        -136.9160     80.15%
47753.99/2410.95	c      2411          11910       10854        20         -76.0000        -136.8957     80.13%
47852.82/2416.02	c      2416          11939       10883        20         -76.0000        -136.8957     80.13%
47954.60/2421.07	c      2421          11977       10921        20         -76.0000        -136.8906     80.12%
48053.63/2426.12	c      2426          12035       10979        20         -76.0000        -136.8906     80.12%
48154.99/2431.19	c      2431          12064       11008        20         -76.0000        -136.8906     80.12%
48255.14/2436.24	c      2436          12085       11029        20         -76.0000        -136.8906     80.12%
48354.29/2441.29	c      2441          12126       11070        20         -76.0000        -136.8906     80.12%
48455.39/2446.34	c      2446          12167       11111        20         -76.0000        -136.8906     80.12%
48554.51/2451.38	c      2451          12206       11150        20         -76.0000        -136.8845     80.11%
48655.59/2456.46	c      2456          12257       11201        20         -76.0000        -136.8787     80.10%
48756.70/2461.51	c      2462          12295       11239        20         -76.0000        -136.8787     80.10%
48855.65/2466.54	c      2467          12326       11270        20         -76.0000        -136.8750     80.10%
48954.78/2471.55	c      2472          12367       11311        20         -76.0000        -136.8750     80.10%
49053.77/2476.59	c      2477          12401       11345        20         -76.0000        -136.8557     80.07%
49154.62/2481.68	c      2482          12461       11405        20         -76.0000        -136.8550     80.07%
49255.71/2486.79	c      2487          12498       11442        20         -76.0000        -136.8550     80.07%
49356.94/2491.84	c      2492          12539       11483        20         -76.0000        -136.8544     80.07%
49457.85/2496.91	c      2497          12571       11515        20         -76.0000        -136.8544     80.07%
49557.00/2501.95	c      2502          12606       11550        20         -76.0000        -136.8298     80.04%
49656.04/2506.98	c      2507          12671       11613        20         -76.0000        -136.8102     80.01%
49755.17/2512.02	c      2512          12694       11636        20         -76.0000        -136.8102     80.01%
49856.79/2517.10	c      2517          12727       11669        20         -76.0000        -136.8102     80.01%
49957.74/2522.15	c      2522          12771       11713        20         -76.0000        -136.8090     80.01%
50058.22/2527.20	c      2527          12802       11744        20         -76.0000        -136.8090     80.01%
50157.34/2532.23	c      2532          12838       11780        20         -76.0000        -136.8082     80.01%
50256.49/2537.24	c      2537          12907       11849        20         -76.0000        -136.7988     80.00%
50355.62/2542.26	c      2542          12967       11909        20         -76.0000        -136.7818     79.98%
50456.73/2547.31	c      2547          13010       11952        20         -76.0000        -136.7818     79.98%
50555.86/2552.34	c      2552          13046       11988        20         -76.0000        -136.7750     79.97%
50654.98/2557.37	c      2557          13093       12035        20         -76.0000        -136.7713     79.96%
50758.08/2562.56	c      2563          13149       12091        20         -76.0000        -136.7713     79.96%
50859.18/2567.62	c      2568          13176       12118        20         -76.0000        -136.7630     79.95%
50958.26/2572.64	c      2573          13188       12130        20         -76.0000        -136.7630     79.95%
51057.34/2577.68	c      2578          13231       12173        20         -76.0000        -136.7588     79.95%
51156.38/2582.70	c      2583          13282       12224        20         -76.0000        -136.7588     79.95%
51255.45/2587.70	c      2588          13330       12272        20         -76.0000        -136.7586     79.95%
51356.57/2592.72	c      2593          13355       12297        20         -76.0000        -136.7586     79.95%
51457.65/2597.85	c      2598          13382       12324        20         -76.0000        -136.7581     79.94%
51558.76/2602.98	c      2603          13441       12383        20         -76.0000        -136.7482     79.93%
51657.88/2608.01	c      2608          13499       12441        20         -76.0000        -136.7482     79.93%
51759.73/2613.08	c      2613          13541       12483        20         -76.0000        -136.7395     79.92%
51858.53/2618.10	c      2618          13589       12531        20         -76.0000        -136.7378     79.92%
51959.51/2623.16	c      2623          13609       12551        20         -76.0000        -136.7378     79.92%
52058.75/2628.18	c      2628          13645       12587        20         -76.0000        -136.7378     79.92%
52158.76/2633.24	c      2633          13687       12629        20         -76.0000        -136.7348     79.91%
52257.82/2638.28	c      2638          13725       12667        20         -76.0000        -136.7341     79.91%
52358.93/2643.33	c      2643          13785       12727        20         -76.0000        -136.7341     79.91%
52458.02/2648.35	c      2648          13823       12765        20         -76.0000        -136.7266     79.90%
52557.08/2653.36	c      2653          13868       12810        20         -76.0000        -136.7247     79.90%
52658.18/2658.42	c      2658          13919       12859        20         -76.0000        -136.7247     79.90%
52759.30/2663.51	c      2664          13942       12882        20         -76.0000        -136.7233     79.90%
52860.35/2668.61	c      2669          13988       12926        20         -76.0000        -136.7233     79.90%
52961.44/2673.75	c      2674          14033       12971        20         -76.0000        -136.7211     79.90%
53062.57/2678.80	c      2679          14071       13009        20         -76.0000        -136.6975     79.87%
53161.65/2683.85	c      2684          14108       13046        20         -76.0000        -136.6975     79.87%
53262.44/2688.92	c      2689          14149       13087        20         -76.0000        -136.6971     79.86%
53361.51/2693.95	c      2694          14175       13113        20         -76.0000        -136.6971     79.86%
53460.64/2699.02	c      2699          14211       13149        20         -76.0000        -136.6965     79.86%
53562.56/2704.10	c      2704          14254       13192        20         -76.0000        -136.6965     79.86%
53663.47/2709.13	c      2709          14293       13231        20         -76.0000        -136.6904     79.86%
53763.86/2714.21	c      2714          14339       13277        20         -76.0000        -136.6904     79.86%
53862.94/2719.26	c      2719          14367       13305        20         -76.0000        -136.6879     79.85%
53962.06/2724.30	c      2724          14420       13356        20         -76.0000        -136.6879     79.85%
54062.99/2729.31	c      2729          14457       13393        20         -76.0000        -136.6780     79.84%
54162.03/2734.33	c      2734          14498       13434        20         -76.0000        -136.6646     79.82%
54261.05/2739.37	c      2739          14561       13495        20         -76.0000        -136.6287     79.77%
54360.05/2744.39	c      2744          14597       13531        20         -76.0000        -136.6287     79.77%
54461.14/2749.43	c      2749          14639       13573        20         -76.0000        -136.6168     79.76%
54560.20/2754.46	c      2754          14697       13629        20         -76.0000        -136.6168     79.76%
54663.30/2759.61	c      2760          14744       13676        20         -76.0000        -136.6098     79.75%
54764.43/2764.71	c      2765          14810       13742        20         -76.0000        -136.6087     79.75%
54863.55/2769.72	c      2770          14842       13772        20         -76.0000        -136.6011     79.74%
54964.54/2774.81	c      2775          14875       13805        20         -76.0000        -136.6011     79.74%
55063.65/2779.84	c      2780          14915       13843        20         -76.0000        -136.5996     79.74%
55164.74/2784.96	c      2785          14961       13889        20         -76.0000        -136.5996     79.74%
55263.80/2789.99	c      2790          15729       14667        20         -76.0000        -136.5831     79.71%
55365.63/2795.09	c      2795          15772       14710        20         -76.0000        -136.5831     79.71%
55466.65/2800.13	c      2800          15813       14751        20         -76.0000        -136.5809     79.71%
55565.98/2805.15	c      2805          15854       14792        20         -76.0000        -136.5809     79.71%
55664.80/2810.19	c      2810          15901       14839        20         -76.0000        -136.5809     79.71%
55767.05/2815.32	c      2815          16822       16737        20         -76.0000        -136.5751     79.70%
55866.11/2820.34	c      2820          16879       16792        20         -76.0000        -136.5751     79.70%
55965.17/2825.38	c      2825          15311       14231        20         -76.0000        -136.5573     79.68%
56066.28/2830.49	c      2830          15333       14253        20         -76.0000        -136.5573     79.68%
56167.37/2835.52	c      2836          15383       14303        20         -76.0000        -136.5472     79.67%
56266.49/2840.54	c      2841          15432       14350        20         -76.0000        -136.5472     79.67%
56365.62/2845.58	c      2846          15467       14385        20         -76.0000        -136.5401     79.66%
56466.74/2850.65	c      2851          15507       14425        20         -76.0000        -136.5401     79.66%
56567.83/2855.76	c      2856          15557       14475        20         -76.0000        -136.5316     79.65%
56666.92/2860.79	c      2861          17232       17127        20         -76.0000        -136.5225     79.63%
56769.95/2865.93	c      2866          17276       17171        20         -76.0000        -136.5225     79.63%
56869.14/2870.97	c      2871          17310       17205        20         -76.0000        -136.5136     79.62%
56968.11/2876.02	c      2876          17358       17253        20         -76.0000        -136.5136     79.62%
57069.87/2881.07	c      2881          17405       17300        20         -76.0000        -136.5049     79.61%
57168.94/2886.12	c      2886          15816       14732        20         -76.0000        -136.4955     79.60%
57269.89/2891.18	c      2891          15877       14791        20         -76.0000        -136.4944     79.60%
57370.11/2896.23	c      2896          15912       14826        20         -76.0000        -136.4944     79.60%
57469.18/2901.25	c      2901          15979       14891        20         -76.0000        -136.4911     79.59%
57570.15/2906.34	c      2906          16018       14930        20         -76.0000        -136.4599     79.55%
57669.03/2911.36	c      2911          16058       14966        20         -76.0000        -136.4599     79.55%
57768.14/2916.39	c      2916          16103       15011        20         -76.0000        -136.4547     79.55%
57869.26/2921.40	c      2921          16138       15046        20         -76.0000        -136.4547     79.55%
57968.39/2926.42	c      2926          16157       15065        20         -76.0000        -136.4535     79.54%
58067.46/2931.43	c      2931          16221       15127        20         -76.0000        -136.4319     79.52%
58166.58/2936.43	c      2936          16256       15160        20         -76.0000        -136.4319     79.52%
58265.68/2941.48	c      2941          16277       15181        20         -76.0000        -136.4319     79.52%
58366.69/2946.50	c      2947          16314       15218        20         -76.0000        -136.4283     79.51%
58465.82/2951.57	c      2952          16361       15261        20         -76.0000        -136.4166     79.50%
58564.88/2956.57	c      2957          16412       15312        20         -76.0000        -136.4166     79.50%
58665.92/2961.67	c      2962          18146       18019        20         -76.0000        -136.4087     79.49%
58767.02/2966.73	c      2967          18189       18060        20         -76.0000        -136.4087     79.49%
58867.99/2971.80	c      2972          18248       18117        20         -76.0000        -136.3988     79.47%
58967.05/2976.82	c      2977          18275       18144        20         -76.0000        -136.3954     79.47%
59068.03/2981.92	c      2982          18322       18191        20         -76.0000        -136.3773     79.44%
59167.02/2986.94	c      2987          18381       18250        20         -76.0000        -136.3773     79.44%
59266.17/2991.97	c      2992          18426       18295        20         -76.0000        -136.3634     79.43%
59365.05/2997.01	c      2997          18472       18341        20         -76.0000        -136.3382     79.39%
59466.71/3002.05	c      3002          18512       18379        20         -76.0000        -136.3313     79.38%
59565.56/3007.07	c      3007          18562       18423        20         -76.0000        -136.3155     79.36%
59664.44/3012.10	c      3012          18603       18464        20         -76.0000        -136.3155     79.36%
59765.67/3017.14	c      3017          18648       18509        20         -76.0000        -136.3070     79.35%
59866.08/3022.28	c      3022          18726       18585        20         -76.0000        -136.3070     79.35%
59967.15/3027.31	c      3027          18757       18616        20         -76.0000        -136.2756     79.31%
60066.03/3032.35	c      3032          18790       18643        20         -76.0000        -136.2756     79.31%
60166.91/3037.46	c      3037          18856       18705        20         -76.0000        -136.2749     79.31%
60265.92/3042.49	c      3042          18904       18753        20         -76.0000        -136.2749     79.31%
60366.97/3047.55	c      3048          18935       18784        20         -76.0000        -136.2717     79.30%
60465.99/3052.57	c      3053          18982       18829        20         -76.0000        -136.2717     79.30%
60567.10/3057.66	c      3058          19042       18883        20         -76.0000        -136.2688     79.30%
60666.21/3062.68	c      3063          19073       18914        20         -76.0000        -136.2688     79.30%
60767.25/3067.73	c      3068          19126       18967        20         -76.0000        -136.2688     79.30%
60868.23/3072.81	c      3073          19162       19001        20         -76.0000        -136.2688     79.30%
60969.28/3078.03	c      3078          19211       19050        20         -76.0000        -136.2677     79.30%
61071.06/3083.08	c      3083          19264       19103        20         -76.0000        -136.2651     79.30%
61171.92/3088.15	c      3088          19308       19143        20         -76.0000        -136.2311     79.25%
61272.41/3093.20	c      3093          19353       19188        20         -76.0000        -136.2311     79.25%
61371.53/3098.28	c      3098          19389       19224        20         -76.0000        -136.2274     79.25%
61472.69/3103.34	c      3103          19442       19277        20         -76.0000        -136.2259     79.24%
61571.87/3108.39	c      3108          19482       19315        20         -76.0000        -136.2259     79.24%
61673.03/3113.44	c      3113          19537       19370        20         -76.0000        -136.2255     79.24%
61774.17/3118.50	c      3119          19578       19411        20         -76.0000        -136.2150     79.23%
61873.39/3123.51	c      3124          19618       19447        20         -76.0000        -136.2018     79.21%
61974.67/3128.61	c      3129          19660       19489        20         -76.0000        -136.2018     79.21%
62073.69/3133.68	c      3134          19696       19525        20         -76.0000        -136.1815     79.19%
62174.86/3138.73	c      3139          19756       19585        20         -76.0000        -136.1775     79.18%
62274.06/3143.78	c      3144          19788       19615        20         -76.0000        -136.1775     79.18%
62375.20/3148.81	c      3149          19834       19659        20         -76.0000        -136.1633     79.16%
62474.16/3153.88	c      3154          19876       19701        20         -76.0000        -136.1633     79.16%
62575.29/3158.94	c      3159          19912       19737        20         -76.0000        -136.1585     79.16%
62674.35/3163.99	c      3164          19971       19794        20         -76.0000        -136.1520     79.15%
62776.16/3169.04	c      3169          20039       19854        20         -76.0000        -136.1520     79.15%
62875.27/3174.09	c      3174          20094       19907        20         -76.0000        -136.1517     79.15%
62976.24/3179.15	c      3179          20130       19941        20         -76.0000        -136.1517     79.15%
63075.25/3184.17	c      3184          20169       19980        20         -76.0000        -136.1498     79.14%
63175.72/3189.21	c      3189          20209       20020        20         -76.0000        -136.1421     79.13%
63274.90/3194.22	c      3194          20272       20079        20         -76.0000        -136.1230     79.11%
63376.05/3199.33	c      3199          20321       20128        20         -76.0000        -136.1230     79.11%
63475.21/3204.36	c      3204          20362       20169        20         -76.0000        -136.1192     79.10%
63576.27/3209.40	c      3209          20419       20226        20         -76.0000        -136.1175     79.10%
63675.38/3214.49	c      3214          20482       20287        20         -76.0000        -136.1140     79.10%
63776.41/3219.58	c      3220          20530       20333        20         -76.0000        -136.1140     79.10%
63877.69/3224.66	c      3225          20558       20361        20         -76.0000        -136.1071     79.09%
63978.63/3229.70	c      3230          20622       20421        20         -76.0000        -136.0951     79.07%
64077.77/3234.77	c      3235          20672       20469        20         -76.0000        -136.0951     79.07%
64178.87/3239.84	c      3240          20700       20495        20         -76.0000        -136.0917     79.07%
64278.03/3244.89	c      3245          20769       20558        20         -76.0000        -136.0917     79.07%
64379.13/3249.90	c      3250          20828       20605        20         -76.0000        -136.0917     79.07%
64478.28/3255.01	c      3255          20882       20657        20         -76.0000        -136.0902     79.07%
64577.91/3260.06	c      3260          20917       20690        20         -76.0000        -136.0790     79.05%
64676.52/3265.13	c      3265          20962       20735        20         -76.0000        -136.0790     79.05%
64777.50/3270.18	c      3270          21018       20791        20         -76.0000        -136.0725     79.04%
64876.67/3275.19	c      3275          21052       20823        20         -76.0000        -136.0441     79.01%
64977.09/3280.25	c      3280          21105       20876        20         -76.0000        -136.0441     79.01%
65078.03/3285.36	c      3285          21144       20913        20         -76.0000        -136.0225     78.98%
65179.20/3290.41	c      3290          21179       20946        20         -76.0000        -136.0225     78.98%
65278.19/3295.44	c      3295          21217       20984        20         -76.0000        -136.0081     78.96%
65379.29/3300.51	c      3301          21266       21033        20         -76.0000        -135.9989     78.95%
65478.23/3305.56	c      3306          21307       21074        20         -76.0000        -135.9989     78.95%
65579.36/3310.66	c      3311          21340       21103        20         -76.0000        -135.9933     78.94%
65680.28/3315.71	c      3316          21402       21163        20         -76.0000        -135.9911     78.94%
65779.33/3320.77	c      3321          21427       21184        20         -76.0000        -135.9911     78.94%
65878.39/3325.80	c      3326          21458       21215        20         -76.0000        -135.9888     78.93%
65979.48/3330.87	c      3331          21502       21257        20         -76.0000        -135.9888     78.93%
66080.52/3335.92	c      3336          21548       21301        20         -76.0000        -135.9748     78.91%
66179.66/3340.97	c      3341          21597       21348        20         -76.0000        -135.9648     78.90%
66278.76/3346.02	c      3346          21650       21397        20         -76.0000        -135.9384     78.87%
66380.50/3351.04	c      3351          21684       21431        20         -76.0000        -135.9384     78.87%
66479.70/3356.05	c      3356          21735       21480        20         -76.0000        -135.9220     78.84%
66578.55/3361.11	c      3361          21782       21527        20         -76.0000        -135.9126     78.83%
66677.40/3366.11	c      3366          21812       21555        20         -76.0000        -135.9126     78.83%
66779.88/3371.30	c      3371          21866       21607        20         -76.0000        -135.9099     78.83%
66880.88/3376.31	c      3376          21928       21663        20         -76.0000        -135.8994     78.82%
66979.93/3381.32	c      3381          21976       21705        20         -76.0000        -135.8901     78.80%
67081.05/3386.46	c      3386          22029       21754        20         -76.0000        -135.8901     78.80%
67182.17/3391.52	c      3392          22058       21783        20         -76.0000        -135.8897     78.80%
67281.29/3396.56	c      3397          22112       21833        20         -76.0000        -135.8746     78.78%
67382.40/3401.60	c      3402          22149       21868        20         -76.0000        -135.8746     78.78%
67481.48/3406.68	c      3407          22211       21928        20         -76.0000        -135.8586     78.76%
67582.60/3411.76	c      3412          22274       21991        20         -76.0000        -135.8474     78.75%
67681.72/3416.78	c      3417          22308       22023        20         -76.0000        -135.8458     78.74%
67782.78/3421.80	c      3422          22359       22074        20         -76.0000        -135.8458     78.74%
67881.78/3426.83	c      3427          22402       22115        20         -76.0000        -135.8389     78.74%
67982.67/3431.98	c      3432          22442       22155        20         -76.0000        -135.8387     78.74%
68084.27/3437.03	c      3437          22481       22194        20         -76.0000        -135.8387     78.74%
68183.63/3442.06	c      3442          22549       22248        20         -76.0000        -135.8369     78.73%
68284.49/3447.14	c      3447          22614       22305        20         -76.0000        -135.8192     78.71%
68384.87/3452.20	c      3452          22682       22363        20         -76.0000        -135.8192     78.71%
68483.99/3457.25	c      3457          22752       22423        20         -76.0000        -135.8192     78.71%
68583.05/3462.27	c      3462          22794       22463        20         -76.0000        -135.8154     78.70%
68684.09/3467.34	c      3467          22822       22491        20         -76.0000        -135.8147     78.70%
68783.21/3472.39	c      3472          22886       22543        20         -76.0000        -135.8147     78.70%
68884.33/3477.49	c      3478          22950       22605        20         -76.0000        -135.8147     78.70%
68985.45/3482.55	c      3483          23001       22656        20         -76.0000        -135.7955     78.68%
69086.19/3487.60	c      3488          23073       22718        20         -76.0000        -135.7955     78.68%
69185.20/3492.65	c      3493          23172       22797        20         -76.0000        -135.7866     78.67%
69284.25/3497.68	c      3498          23232       22843        20         -76.0000        -135.7779     78.66%
69385.16/3502.79	c      3503          23277       22886        20         -76.0000        -135.7703     78.65%
69486.27/3507.84	c      3508          23323       22926        20         -76.0000        -135.7703     78.65%
69585.39/3512.89	c      3513          23367       22966        20         -76.0000        -135.7666     78.64%
69686.55/3517.94	c      3518          23402       22999        20         -76.0000        -135.7617     78.63%
69785.57/3523.01	c      3523          23468       23059        20         -76.0000        -135.7563     78.63%
69887.45/3528.05	c      3528          23552       23123        20         -76.0000        -135.7460     78.61%
69986.41/3533.06	c      3533          23581       23148        20         -76.0000        -135.7460     78.61%
70087.48/3538.18	c      3538          23606       23171        20         -76.0000        -135.7453     78.61%
70187.72/3543.24	c      3543          23674       23231        20         -76.0000        -135.7453     78.61%
70288.85/3548.30	c      3548          23737       23282        20         -76.0000        -135.7453     78.61%
70387.98/3553.37	c      3553          23774       23317        20         -76.0000        -135.7453     78.61%
70486.94/3558.39	c      3558          23806       23347        20         -76.0000        -135.7453     78.61%
70587.90/3563.47	c      3563          23854       23389        20         -76.0000        -135.7453     78.61%
70688.95/3568.51	c      3569          23918       23441        20         -76.0000        -135.7227     78.58%
70788.04/3573.56	c      3574          23986       23495        20         -76.0000        -135.7227     78.58%
70889.00/3578.65	c      3579          24040       23539        20         -76.0000        -135.7090     78.56%
70987.98/3583.69	c      3584          24124       23611        20         -76.0000        -135.7090     78.56%
71088.84/3588.76	c      3589          24190       23663        20         -76.0000        -135.6937     78.54%
71189.87/3593.83	c      3594          24241       23708        20         -76.0000        -135.6937     78.54%
71288.93/3598.88	c      3599          24308       23767        20         -76.0000        -135.6880     78.54%
71390.09/3603.93	c      3604          24347       23802        20         -76.0000        -135.6855     78.53%
71489.06/3608.98	c      3609          24405       23854        20         -76.0000        -135.6855     78.53%
71590.83/3614.04	c      3614          24447       23890        20         -76.0000        -135.6765     78.52%
71689.97/3619.08	c      3619          24501       23934        20         -76.0000        -135.6742     78.52%
71790.88/3624.18	c      3624          24559       23982        20         -76.0000        -135.6591     78.50%
71891.09/3629.22	c      3629          24649       24068        20         -76.0000        -135.6591     78.50%
71990.36/3634.28	c      3634          24720       24131        20         -76.0000        -135.6591     78.50%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (190928 MiB free)
  memory of node 1: 193531 MiB (172103 MiB free)
  memory of node 2: 193531 MiB (175354 MiB free)
  memory of node 3: 193531 MiB (190357 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-4466014-1722457858/watcher-4466014-1722457858 -o /tmp/evaluation-result-4466014-1722457858/solver-4466014-1722457858 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70625 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4466014-1722457858.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=74449, runsolver pid=74446
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 79.46 80.34 79.85 62/986 74450
/proc/meminfo: memFree=746154928/790760804 swapFree=131071996/131071996
[pid=74449] ppid=74446 vsize=1550028 memory=66716 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/stat : 74449 (fscip) R 74446 74449 70587 0 -1 4194304 13500 0 0 0 9 2 0 0 20 0 21 0 12368391 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
/proc/74449/statm: 387507 16679 2694 3035 0 56863 0
[pid=74449/tid=74451] ppid=74446 vsize=1550028 memory=4026532269 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74451/stat : 74451 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74452] ppid=74446 vsize=1550028 memory=224244531548 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74452/stat : 74452 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74453] ppid=74446 vsize=1550028 memory=56316433597947 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74453/stat : 74453 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74454] ppid=74446 vsize=1550028 memory=61818303481571 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74454/stat : 74454 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74455] ppid=74446 vsize=1550028 memory=57385930786761 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74455/stat : 74455 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74456] ppid=74446 vsize=1550028 memory=62896407398809 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74456/stat : 74456 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74457] ppid=74446 vsize=1550028 memory=15541808134390934 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74457/stat : 74457 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74458] ppid=74446 vsize=1550028 memory=13854092145523800 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74458/stat : 74458 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74459] ppid=74446 vsize=1550028 memory=133530 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74459/stat : 74459 (fscip) S 74446 74449 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74460] ppid=74446 vsize=1550028 memory=96238 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74460/stat : 74460 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74461] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74461/stat : 74461 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74462] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74462/stat : 74462 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74463] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74463/stat : 74463 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74464] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74464/stat : 74464 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74465] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74465/stat : 74465 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74466] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74466/stat : 74466 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74467] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74467/stat : 74467 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74468] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74468/stat : 74468 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74469] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74469/stat : 74469 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74470] ppid=74446 vsize=1550028 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74470/stat : 74470 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1587228672 16679 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 1550028 KiB
Current children cumulated memory: 66716 KiB

[startup+0.22043 s]*
/proc/loadavg: 79.46 80.34 79.85 62/1006 74470
/proc/meminfo: memFree=746054604/790760804 swapFree=131071996/131071996
[pid=74449] ppid=74446 vsize=1545280 memory=159916 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/stat : 74449 (fscip) S 74446 74449 70587 0 -1 1077936128 38276 0 0 0 18 6 0 0 20 0 21 0 12368391 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
/proc/74449/statm: 386320 39979 2694 3035 0 80271 0
[pid=74449/tid=74451] ppid=74446 vsize=1545280 memory=4026531959 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74451/stat : 74451 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74452] ppid=74446 vsize=1545280 memory=67123 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74452/stat : 74452 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74453] ppid=74446 vsize=1545280 memory=55216921903569 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74453/stat : 74453 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74454] ppid=74446 vsize=1545280 memory=60718791787076 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74454/stat : 74454 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74455] ppid=74446 vsize=1545280 memory=55186907464376 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74455/stat : 74455 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74456] ppid=74446 vsize=1545280 memory=61796895687587 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74456/stat : 74456 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74457] ppid=74446 vsize=1545280 memory=13851858762466736 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74457/stat : 74457 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74458] ppid=74446 vsize=1545280 memory=14697417563965649 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74458/stat : 74458 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74459] ppid=74446 vsize=1545280 memory=3978709514613728143 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74459/stat : 74459 (fscip) S 74446 74449 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74460] ppid=74446 vsize=1545280 memory=3690475809929501756 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74460/stat : 74460 (fscip) R 74446 74449 70587 0 -1 4194368 1341 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74461] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74461/stat : 74461 (fscip) S 74446 74449 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74462] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74462/stat : 74462 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74463] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74463/stat : 74463 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74464] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74464/stat : 74464 (fscip) S 74446 74449 70587 0 -1 1077936192 1676 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74465] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74465/stat : 74465 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74466] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74466/stat : 74466 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74467] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74467/stat : 74467 (fscip) S 74446 74449 70587 0 -1 1077936192 1674 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74468] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74468/stat : 74468 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74469] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74469/stat : 74469 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74470] ppid=74446 vsize=1545280 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74470/stat : 74470 (fscip) S 74446 74449 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12368402 1582366720 39979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1545280 KiB
Current children cumulated memory: 159916 KiB

[startup+0.320416 s]*
/proc/loadavg: 79.46 80.34 79.85 81/1026 74490
/proc/meminfo: memFree=745825676/790760804 swapFree=131071996/131071996
[pid=74449] ppid=74446 vsize=1709200 memory=411700 CPUtime=1.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/stat : 74449 (fscip) S 74446 74449 70587 0 -1 1077936128 103580 0 0 0 91 23 0 0 20 0 41 0 12368391 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
/proc/74449/statm: 427300 102925 2790 3035 0 191554 0
[pid=74449/tid=74451] ppid=74446 vsize=1709200 memory=139867690506096 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74451/stat : 74451 (fscip) D 74446 74449 70587 0 -1 4194368 4595 0 0 0 4 0 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74452] ppid=74446 vsize=1709200 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74452/stat : 74452 (fscip) R 74446 74449 70587 0 -1 4194368 4470 0 0 0 3 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74453] ppid=74446 vsize=1709200 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74453/stat : 74453 (fscip) R 74446 74449 70587 0 -1 4194368 4466 0 0 0 3 0 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74454] ppid=74446 vsize=1709200 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74454/stat : 74454 (fscip) D 74446 74449 70587 0 -1 4194368 4473 0 0 0 4 0 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74455] ppid=74446 vsize=1709200 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74455/stat : 74455 (fscip) R 74446 74449 70587 0 -1 4194368 4466 0 0 0 3 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74456] ppid=74446 vsize=1709200 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74456/stat : 74456 (fscip) R 74446 74449 70587 0 -1 4194368 4467 0 0 0 3 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74457] ppid=74446 vsize=1709200 memory=32213995742560572 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74457/stat : 74457 (fscip) D 74446 74449 70587 0 -1 4194368 4485 0 0 0 3 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74458] ppid=74446 vsize=1709200 memory=219916009798 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74458/stat : 74458 (fscip) D 74446 74449 70587 0 -1 4194368 4466 0 0 0 4 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74459] ppid=74446 vsize=1709200 memory=56303548629428 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74459/stat : 74459 (fscip) R 74446 74449 70587 0 -1 4194368 4458 0 0 0 4 0 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74460] ppid=74446 vsize=1709200 memory=55208348746274 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74460/stat : 74460 (fscip) R 74446 74449 70587 0 -1 4194368 4458 0 0 0 4 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74461] ppid=74446 vsize=1709200 memory=55212660490895 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74461/stat : 74461 (fscip) R 74446 74449 70587 0 -1 4194368 4454 0 0 0 4 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74462] ppid=74446 vsize=1709200 memory=84767 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74462/stat : 74462 (fscip) R 74446 74449 70587 0 -1 4194368 4468 0 0 0 3 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74463] ppid=74446 vsize=1709200 memory=35092 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74463/stat : 74463 (fscip) D 74446 74449 70587 0 -1 4194368 4560 0 0 0 4 0 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74464] ppid=74446 vsize=1709200 memory=99103 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74464/stat : 74464 (fscip) R 74446 74449 70587 0 -1 4194368 4471 0 0 0 3 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74465] ppid=74446 vsize=1709200 memory=111764 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74465/stat : 74465 (fscip) R 74446 74449 70587 0 -1 4194368 4471 0 0 0 3 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74466] ppid=74446 vsize=1709200 memory=4122538808241883061 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74466/stat : 74466 (fscip) R 74446 74449 70587 0 -1 4194368 4655 0 0 0 4 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74467] ppid=74446 vsize=1709200 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74467/stat : 74467 (fscip) R 74446 74449 70587 0 -1 4194368 4457 0 0 0 3 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74468] ppid=74446 vsize=1709200 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74468/stat : 74468 (fscip) R 74446 74449 70587 0 -1 4194368 4471 0 0 0 4 0 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74469] ppid=74446 vsize=1709200 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74469/stat : 74469 (fscip) D 74446 74449 70587 0 -1 4194368 4821 0 0 0 4 1 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74470] ppid=74446 vsize=1709200 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74470/stat : 74470 (fscip) R 74446 74449 70587 0 -1 4194368 4466 0 0 0 4 0 0 0 20 0 41 0 12368402 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74471] ppid=74446 vsize=1709200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74471/stat : 74471 (fscip) S 74446 74449 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12368419 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74472] ppid=74446 vsize=1709200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74472/stat : 74472 (fscip) S 74446 74449 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12368419 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74473] ppid=74446 vsize=1709200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74473/stat : 74473 (fscip) S 74446 74449 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12368419 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74474] ppid=74446 vsize=1709200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74474/stat : 74474 (fscip) S 74446 74449 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12368419 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74475] ppid=74446 vsize=1709200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74475/stat : 74475 (fscip) S 74446 74449 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12368419 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74476] ppid=74446 vsize=1709200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74476/stat : 74476 (fscip) S 74446 74449 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12368419 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74477] ppid=74446 vsize=1709200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74477/stat : 74477 (fscip) S 74446 74449 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12368419 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74478] ppid=74446 vsize=1709200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74478/stat : 74478 (fscip) S 74446 74449 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12368419 1750220800 102925 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0

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

[pid=74449/tid=74474] ppid=74446 vsize=13991912 memory=279735382158992 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74474/stat : 74474 (fscip) S 74446 74449 70587 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74475] ppid=74446 vsize=13991912 memory=25333125866717268 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74475/stat : 74475 (fscip) S 74446 74449 70587 0 -1 1077936192 112 0 0 0 0 1 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74476] ppid=74446 vsize=13991912 memory=7666930217207949157 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74476/stat : 74476 (fscip) S 74446 74449 70587 0 -1 1077936192 102 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74477] ppid=74446 vsize=13991912 memory=11528 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74477/stat : 74477 (fscip) S 74446 74449 70587 0 -1 1077936192 107 0 0 0 0 1 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74478] ppid=74446 vsize=13991912 memory=279735381886368 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74478/stat : 74478 (fscip) S 74446 74449 70587 0 -1 1077936192 53 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74479] ppid=74446 vsize=13991912 memory=11229312 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74479/stat : 74479 (fscip) S 74446 74449 70587 0 -1 1077936192 57 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74480] ppid=74446 vsize=13991912 memory=11028380 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74480/stat : 74480 (fscip) S 74446 74449 70587 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74481] ppid=74446 vsize=13991912 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74481/stat : 74481 (fscip) S 74446 74449 70587 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74482] ppid=74446 vsize=13991912 memory=11233504 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74482/stat : 74482 (fscip) S 74446 74449 70587 0 -1 1077936192 102 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74483] ppid=74446 vsize=13991912 memory=11252980 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74483/stat : 74483 (fscip) S 74446 74449 70587 0 -1 1077936192 104 0 0 0 0 2 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74484] ppid=74446 vsize=13991912 memory=11230628 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74484/stat : 74484 (fscip) S 74446 74449 70587 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74485] ppid=74446 vsize=13991912 memory=279735385101024 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74485/stat : 74485 (fscip) S 74446 74449 70587 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74486] ppid=74446 vsize=13991912 memory=11268332 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74486/stat : 74486 (fscip) S 74446 74449 70587 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74487] ppid=74446 vsize=13991912 memory=11250884 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74487/stat : 74487 (fscip) S 74446 74449 70587 0 -1 1077936192 102 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74488] ppid=74446 vsize=13991912 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74488/stat : 74488 (fscip) S 74446 74449 70587 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74489] ppid=74446 vsize=13991912 memory=11270940 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74489/stat : 74489 (fscip) S 74446 74449 70587 0 -1 1077936192 106 0 0 0 2 0 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74490] ppid=74446 vsize=13991912 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74490/stat : 74490 (fscip) S 74446 74449 70587 0 -1 1077936192 110 0 0 0 1 1 0 0 20 0 41 0 12368419 14327717888 2817979 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
Current children cumulated CPU time: 70962.2 s
Current children cumulated vsize: 13991912 KiB
Current children cumulated memory: 11271916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.7 s]
/proc/loadavg: 78.85 80.03 80.20 62/985 76907
/proc/meminfo: memFree=755391152/790760804 swapFree=131071996/131071996
[pid=74449] ppid=74446 vsize=14229536 memory=11412644 CPUtime=72000.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/stat : 74449 (fscip) S 74446 74449 70587 0 -1 1077936128 34346148 0 0 0 7181214 18816 0 0 20 0 41 0 12368391 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
/proc/74449/statm: 3557384 2853161 3302 3035 0 3407876 0
[pid=74449/tid=74451] ppid=74446 vsize=14229536 memory=10556 CPUtime=3598.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74451/stat : 74451 (fscip) R 74446 74449 70587 0 -1 4194368 1968509 0 0 0 359588 227 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74452] ppid=74446 vsize=14229536 memory=10692668 CPUtime=3604.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74452/stat : 74452 (fscip) R 74446 74449 70587 0 -1 4194368 2629261 0 0 0 360034 404 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74453] ppid=74446 vsize=14229536 memory=639718199018960 CPUtime=3602.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74453/stat : 74453 (fscip) R 74446 74449 70587 0 -1 4194368 324152 0 0 0 357744 2488 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74454] ppid=74446 vsize=14229536 memory=279735385764192 CPUtime=3597.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74454/stat : 74454 (fscip) R 74446 74449 70587 0 -1 4194368 1935188 0 0 0 359502 226 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74455] ppid=74446 vsize=14229536 memory=279735384116352 CPUtime=3596.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74455/stat : 74455 (fscip) R 74446 74449 70587 0 -1 4194368 1821320 0 0 0 359417 276 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74456] ppid=74446 vsize=14229536 memory=5407124 CPUtime=3603.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74456/stat : 74456 (fscip) R 74446 74449 70587 0 -1 4194368 321940 0 0 0 357819 2518 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74457] ppid=74446 vsize=14229536 memory=279735383184928 CPUtime=3600.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74457/stat : 74457 (fscip) R 74446 74449 70587 0 -1 4194368 1547292 0 0 0 359878 203 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74458] ppid=74446 vsize=14229536 memory=25333125866717268 CPUtime=3593.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74458/stat : 74458 (fscip) R 74446 74449 70587 0 -1 4194368 1987908 0 0 0 359032 282 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74459] ppid=74446 vsize=14229536 memory=2004 CPUtime=3594.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74459/stat : 74459 (fscip) R 74446 74449 70587 0 -1 4194368 318502 0 0 0 357051 2356 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74460] ppid=74446 vsize=14229536 memory=1848 CPUtime=3594.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74460/stat : 74460 (fscip) R 74446 74449 70587 0 -1 4194368 3528646 0 0 0 359075 337 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74461] ppid=74446 vsize=14229536 memory=38604 CPUtime=3598.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74461/stat : 74461 (fscip) R 74446 74449 70587 0 -1 4194368 3736431 0 0 0 359424 442 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74462] ppid=74446 vsize=14229536 memory=25333125866717268 CPUtime=3598.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74462/stat : 74462 (fscip) R 74446 74449 70587 0 -1 4194368 309776 0 0 0 357465 2431 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74463] ppid=74446 vsize=14229536 memory=5472 CPUtime=3604.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74463/stat : 74463 (fscip) R 74446 74449 70587 0 -1 4194368 1609241 0 0 0 360218 199 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74464] ppid=74446 vsize=14229536 memory=11407792 CPUtime=3601.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74464/stat : 74464 (fscip) R 74446 74449 70587 0 -1 4194368 2806856 0 0 0 359702 455 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74465] ppid=74446 vsize=14229536 memory=11528 CPUtime=3603.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74465/stat : 74465 (fscip) R 74446 74449 70587 0 -1 4194368 315349 0 0 0 357830 2483 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74466] ppid=74446 vsize=14229536 memory=25333125866717268 CPUtime=3602.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74466/stat : 74466 (fscip) R 74446 74449 70587 0 -1 4194368 1915377 0 0 0 360075 223 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74467] ppid=74446 vsize=14229536 memory=11383496 CPUtime=3600.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74467/stat : 74467 (fscip) R 74446 74449 70587 0 -1 4194368 2483316 0 0 0 359679 341 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74468] ppid=74446 vsize=14229536 memory=279735381935808 CPUtime=3600.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74468/stat : 74468 (fscip) R 74446 74449 70587 0 -1 4194368 319062 0 0 0 357732 2301 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74469] ppid=74446 vsize=14229536 memory=25333125866717268 CPUtime=3600.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74469/stat : 74469 (fscip) R 74446 74449 70587 0 -1 4194368 1881047 0 0 0 359872 220 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74470] ppid=74446 vsize=14229536 memory=11401096 CPUtime=3602.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74470/stat : 74470 (fscip) R 74446 74449 70587 0 -1 4194368 2570275 0 0 0 359909 355 0 0 20 0 41 0 12368402 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74471] ppid=74446 vsize=14229536 memory=11407768 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74471/stat : 74471 (fscip) S 74446 74449 70587 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74472] ppid=74446 vsize=14229536 memory=279735381295296 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74472/stat : 74472 (fscip) S 74446 74449 70587 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74473] ppid=74446 vsize=14229536 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74473/stat : 74473 (fscip) S 74446 74449 70587 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74474] ppid=74446 vsize=14229536 memory=11387860 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74474/stat : 74474 (fscip) S 74446 74449 70587 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74475] ppid=74446 vsize=14229536 memory=2268 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74475/stat : 74475 (fscip) S 74446 74449 70587 0 -1 1077936192 114 0 0 0 0 1 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74476] ppid=74446 vsize=14229536 memory=16204 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74476/stat : 74476 (fscip) S 74446 74449 70587 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74477] ppid=74446 vsize=14229536 memory=279735381214400 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74477/stat : 74477 (fscip) S 74446 74449 70587 0 -1 1077936192 109 0 0 0 0 1 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74478] ppid=74446 vsize=14229536 memory=11373080 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74478/stat : 74478 (fscip) S 74446 74449 70587 0 -1 1077936192 54 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74479] ppid=74446 vsize=14229536 memory=2 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74479/stat : 74479 (fscip) S 74446 74449 70587 0 -1 1077936192 58 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74480] ppid=74446 vsize=14229536 memory=11385184 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74480/stat : 74480 (fscip) S 74446 74449 70587 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74481] ppid=74446 vsize=14229536 memory=11402528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74481/stat : 74481 (fscip) S 74446 74449 70587 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74482] ppid=74446 vsize=14229536 memory=11373100 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74482/stat : 74482 (fscip) S 74446 74449 70587 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74483] ppid=74446 vsize=14229536 memory=5472 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74483/stat : 74483 (fscip) S 74446 74449 70587 0 -1 1077936192 107 0 0 0 0 2 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74484] ppid=74446 vsize=14229536 memory=11401440 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74484/stat : 74484 (fscip) S 74446 74449 70587 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74485] ppid=74446 vsize=14229536 memory=11028380 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74485/stat : 74485 (fscip) S 74446 74449 70587 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74486] ppid=74446 vsize=14229536 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74486/stat : 74486 (fscip) S 74446 74449 70587 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74487] ppid=74446 vsize=14229536 memory=11401036 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74487/stat : 74487 (fscip) S 74446 74449 70587 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74488] ppid=74446 vsize=14229536 memory=11405136 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74488/stat : 74488 (fscip) S 74446 74449 70587 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74489] ppid=74446 vsize=14229536 memory=-7379261807985254524 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74489/stat : 74489 (fscip) S 74446 74449 70587 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
[pid=74449/tid=74490] ppid=74446 vsize=14229536 memory=11385204 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74449/task/74490/stat : 74490 (fscip) S 74446 74449 70587 0 -1 1077936192 112 0 0 0 1 1 0 0 20 0 41 0 12368419 14571044864 2853161 809668444160 4194304 16623229 140720328458064 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 26644480 140720328463370 140720328463488 140720328463488 140720328470512 0
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 14229536 KiB
Current children cumulated memory: 11412644 KiB

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

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

# cumulated CPU time of all completed processes:  user=71812.4 s, system=188.445 s

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

[startup+3634.81 s]*
/proc/loadavg: 78.85 80.03 80.20 43/946 76907
/proc/meminfo: memFree=759861748/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.92 s]
/proc/loadavg: 78.85 80.03 80.20 43/946 76907
/proc/meminfo: memFree=759861748/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3634.99
CPU time (s): 72000.8
CPU user time (s): 71812.4
CPU system time (s): 188.445
CPU usage (%): 1980.77
Max. virtual memory (cumulated for all children) (KiB): 14229536
Max. memory (cumulated for all children) (KiB): 11412644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71812.4
system time used= 188.445
maximum resident set size= 11413208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34346158
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= 421477
involuntary context switches= 431449


# summary of solver processes directly reported to runsolver:
#   pid: 74449
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71812.4
#   total CPU system time (s): 188.445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.0434 second user time and 83.9929 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 22:30:58
IDJOB=4466014
IDBENCH=148535
IDSOLVER=3094
FILE ID=nodeD102/4466014-1722457858
RUNJOBID= nodeD102-1722454211-70625
SLURM_JOB_ID= 8254238
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_3.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-4466014-1722457858/watcher-4466014-1722457858 -o /tmp/evaluation-result-4466014-1722457858/solver-4466014-1722457858 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70625 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4466014-1722457858.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= fd2f82137517c7c348dacac3fbe759ff
RANDOM SEED=1560775489

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        746243620 kB
MemAvailable:   744652284 kB
Buffers:          163728 kB
Cached:          1515104 kB
SwapCached:            0 kB
Active:           329216 kB
Inactive:       41727912 kB
Active(anon):       2260 kB
Inactive(anon): 40398560 kB
Active(file):     326956 kB
Inactive(file):  1329352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28744 kB
Writeback:             0 kB
AnonPages:      40375672 kB
Mapped:           125728 kB
Shmem:             22536 kB
KReclaimable:     148336 kB
Slab:             484912 kB
SReclaimable:     148336 kB
SUnreclaim:       336576 kB
KernelStack:       16896 kB
PageTables:        96768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3899396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           209664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6092800 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:      475136 kB
DirectMap2M:    47208448 kB
DirectMap1G:    758120448 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD102 at 2024-07-31 23:31:33