Trace number 4465920

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 71690.4 3700.71

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-neos-948346.0.s.opb
MD5SUMfa44fc9c0c30a6a8030f0b23aafff6c8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57855
Total number of constraints1571
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)632
Number of constraints which are nor clauses,nor cardinality constraints894
Minimum length of a constraint5
Maximum length of a constraint57675
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 578713
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.23/0.33	c Default LC presolving (default).
0.23/0.33	c ** Before presolving: virtualMemUsedAtLc = 272727757, getVmSize() = 227565568, SCIPgetMemUsed() = 176212926, SCIPgetMemTotal() = 203270838, SCIPgetMemExternEstim() = 69456919
0.23/0.33	c ** set memory limit for presolving in LC to 8.79523e+12 for SCIP **
85.77/86.05	c ** Estimated virtualMemUsedAtSolver = 660597731, getVmSize() = 987602944, SCIPgetMemUsed() = 701749550, SCIPgetMemTotal() = 921439678, SCIPgetMemExternEstim() = 69456919
85.77/86.05	c ** set memory limit for solvers to 4.18653e+11 for each SCIP **
85.77/86.05	c Original Problem   :
85.77/86.05	c   Problem name     : instance-4465920-1722594614
85.77/86.05	c   Variables        : 57855 (57855 binary, 0 integer, 0 implicit integer, 0 continuous)
85.77/86.05	c   Constraints      : 1571
85.77/86.05	c   Objective sense  : minimize
85.77/86.05	c Presolved Problem  :
85.77/86.05	c   Variables        : 51334 (51334 binary, 0 integer, 0 implicit integer, 0 continuous)
85.77/86.05	c   Constraints      : 20518
85.77/86.05	c Constraints        : Number
85.77/86.05	c   knapsack         : 752 
85.77/86.05	c   setppc           : 19402 
85.77/86.05	c   orbitope         : 319 
85.77/86.05	c   logicor          : 45 
85.77/86.05	c ** Instance transfer method used: 0
85.96/86.21	c ** ParaScipInstance copy increased the number of variables. **
89.58/89.83	c LC is working with racing ramp-up and with rebuilding tree after racing.
89.58/89.83	c                                Nodes    Active                                            
89.58/89.83	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1622.49/167.22	c       167              2           1        20                -           0.0000          -
1725.74/172.43	c       172              2           1        20                -           0.0000          -
1834.66/177.90	c       178             62          61        20                -           0.0000          -
1933.81/182.96	c       183            162         161        20                -           0.0000          -
2038.93/188.24	c       188            182         181        20                -           0.0000          -
2152.04/193.90	c       194            242         241        20                -           0.0000          -
2257.18/199.28	c       199            282         281        20                -           0.0000          -
2368.29/204.84	c       205            342         341        20                -           0.0000          -
2479.36/210.43	c       210            402         401        20                -           0.0000          -
2588.44/216.02	c       216            462         461        20                -           0.0000          -
2701.47/221.60	c       222            522         521        20                -           0.0000          -
2811.40/227.17	c       227            642         641        20                -           0.0000          -
2917.60/232.58	c       233            642         641        20                -           0.0000          -
3024.67/237.99	c       238            702         701        20                -           0.0000          -
3137.68/243.62	c       244            762         761        20                -           0.0000          -
3242.78/248.98	c       249            802         801        20                -           0.0000          -
3353.80/254.58	c       255            862         861        20                -           0.0000          -
3465.57/260.18	c       260            922         921        20                -           0.0000          -
3575.90/265.76	c       266            982         981        20                -           0.0000          -
3681.52/271.10	c       271           1042        1041        20                -           0.0000          -
3783.94/276.24	c       276           1091          41        20                -           0.0000          -
3887.07/281.44	c       281           1131          81        20                -           0.0000          -
3992.12/286.74	c       287           1251         201        20                -           0.0000          -
4093.25/291.85	c       292           1311         261        20                -           0.0000          -
4194.31/296.90	c       297           1311         261        20                -           0.0000          -
4299.20/302.22	c       302           1371         321        20                -           0.0000          -
4398.38/307.25	c       307           1431         381        20                -           0.0000          -
4505.50/312.61	c       313           1491         441        20                -           0.0000          -
4604.60/317.67	c       318           1611         561        20                -           0.0000          -
4707.73/322.88	c       323           1671         621        20                -           0.0000          -
4808.93/327.99	c       328           1731         681        20                -           0.0000          -
4916.06/333.37	c       333           1731         681        20                -           0.0000          -
5019.23/338.50	c       339           1791         741        20                -           0.0000          -
5120.28/343.62	c       344           1931         881        20                -           0.0000          -
5221.27/348.77	c       349           1931         881        20                -           0.0000          -
5332.25/354.33	c       354           1991         941        20                -           0.0000          -
5435.34/359.50	c       360           2131        1081        20                -           0.0000          -
5542.52/365.03	c       365           2131        1081        20                -           0.0000          -
5647.65/370.24	c       370           2211        1161        20                -           0.0000          -
5756.74/375.79	c       376           2351        1301        20                -           0.0000          -
5859.83/380.96	c       381           2431        1381        20                -           0.0000          -
5966.93/386.38	c       386           2411        1361        20                -           0.0000          -
6068.09/391.48	c       391           2571        1521        20                -           0.0000          -
6175.28/396.80	c       397           2551        1501        20                -           0.0000          -
6276.53/401.98	c       402           2711        1661        20                -           0.0000          -
6378.48/407.12	c       407           2691        1641        20                -           0.0000          -
6479.91/412.15	c       412           2751        1701        20                -           0.0000          -
6586.21/417.59	c       418           2831        1781        20                -           0.0000          -
6691.44/422.89	c       423           2891        1841        20                -           0.0000          -
6800.74/428.38	c       428           2971        1921        20                -           0.0000          -
6901.67/433.47	c       433           3031        1981        20                -           0.0000          -
7006.81/438.72	c       439           3050        2000        20                -           0.0000          -
7116.02/444.23	c       444           3050        2000        20                -           0.0000          -
7219.26/449.40	c       449           3050        2000        20                -           0.0000          -
7326.49/454.87	c       455           3050        2000        20                -           0.0000          -
7430.41/460.10	c       460           3091        2041        20                -           0.0000          -
7538.91/465.58	c       466           3551        2501        20                -           0.0000          -
7640.18/470.68	c       471           3231        2181        20                -           0.0000          -
7749.86/476.15	c       476           3351        2301        20                -           0.0000          -
7849.26/481.20	c       481           3371        2321        20                -           0.0000          -
7951.81/486.31	c       486           3831        2781        20                -           0.0000          -
8061.03/491.81	c       492           3511        2461        20                -           0.0000          -
8164.93/497.05	c       497           3971        2921        20                -           0.0000          -
8271.43/502.40	c       502           3691        2641        20                -           0.0000          -
8376.63/507.75	c       508           4111        3061        20                -           0.0000          -
8479.86/513.02	c       513           3831        2781        20                -           0.0000          -
8581.68/518.08	c       518           3851        2801        20                -           0.0000          -
8680.99/523.09	c       523           4311        3261        20                -           0.0000          -
8782.21/528.14	c       528           4031        2981        20                -           0.0000          -
8886.62/533.42	c       533           4051        3001        20                -           0.0000          -
8987.53/538.60	c       539           4511        3461        20                -           0.0000          -
9099.22/544.19	c       544           4591        3541        20                -           0.0000          -
9199.66/549.25	c       549           4311        3261        20                -           0.0000          -
9308.84/554.78	c       555           4331        3281        20                -           0.0000          -
9410.06/559.82	c       560           4811        3761        20                -           0.0000          -
9513.83/565.11	c       565           4471        3421        20                -           0.0000          -
9615.14/570.16	c       570           4531        3481        20                -           0.0000          -
9717.67/575.37	c       575           4611        3561        20                -           0.0000          -
9820.69/580.51	c       581           4671        3621        20                -           0.0000          -
9927.64/586.02	c       586           5151        4101        20                -           0.0000          -
10031.54/591.18	c       591           4871        3821        20                -           0.0000          -
10134.04/596.34	c       596           4891        3841        20                -           0.0000          -
10237.28/601.57	c       602           4951        3901        20                -           0.0000          -
10338.47/606.63	c       607           5071        4021        20                -           0.0000          -
10441.70/611.80	c       612           5511        4461        20                -           0.0000          -
10540.96/616.81	c       617           5151        4101        20                -           0.0000          -
10640.23/621.89	c       622           5231        4181        20                -           0.0000          -
10741.48/626.90	c       627              5           4        20                -           0.0000          -
10840.73/631.94	c       632           5371        4321        20                -           0.0000          -
10942.65/637.06	c       637           5431        4381        20                -           0.0000          -
11057.11/642.86	c       643             13          12        20                -           0.0000          -
11164.31/648.24	c       648           6031        4981        20                -           0.0000          -
11265.56/653.33	c       653             15          14        20                -           0.0000          -
11370.77/658.63	c       659             15          14        20                -           0.0000          -
11472.03/663.74	c       664             15          14        20                -           0.0000          -
11573.22/668.81	c       669             15          14        20                -           0.0000          -
11672.47/673.85	c       674           5991        4941        20                -           0.0000          -
11771.74/678.88	c       679             17          16        20                -           0.0000          -
11872.99/683.94	c       684             17          16        20                -           0.0000          -
11972.23/688.94	c       689             17          16        20                -           0.0000          -
12077.31/694.23	c       694             17          16        20                -           0.0000          -
12178.53/699.36	c       699             17          16        20                -           0.0000          -
12281.72/704.55	c       705           6831        5781        20                -           0.0000          -
12386.88/709.84	c       710             18          17        20                -           0.0000          -
12486.11/714.88	c       715             18          17        20                -           0.0000          -
12589.94/720.04	c       720           6631        5581        20                -           0.0000          -
12702.32/725.73	c       726             19          18        20                -           0.0000          -
12803.52/730.82	c       731             20          19        20                -           0.0000          -
12904.73/735.98	c       736             20          19        20                -           0.0000          -
13015.86/741.60	c       742             20          19        20                -           0.0000          -
13127.57/747.19	c       747             20          19        20                -           0.0000          -
13230.16/752.30	c       752             20          19        20                -           0.0000          -
13335.33/757.62	c       758              7           6        20                -           0.0000          -
13436.51/762.70	c       763              7           6        20                -           0.0000          -
13537.72/767.82	c       768              7           6        20                -           0.0000          -
13650.83/773.53	c       774              7           6        20                -           0.0000          -
13763.96/779.25	c       779             21          20        20                -           0.0000          -
13873.35/784.77	c       785             21          20        20                -           0.0000          -
13984.33/790.39	c       790             11          10        20                -           0.0000          -
14095.53/795.91	c       796             11          10        20                -           0.0000          -
14202.76/801.35	c       801             11          10        20                -           0.0000          -
14309.99/806.79	c       807             11          10        20                -           0.0000          -
14411.28/811.87	c       812             11          10        20                -           0.0000          -
14510.56/816.88	c       817             11          10        20                -           0.0000          -
14614.60/822.12	c       822             11          10        20                -           0.0000          -
14715.89/827.16	c       827             11          10        20                -           0.0000          -
14822.30/832.59	c       833             11          10        20                -           0.0000          -
14923.55/837.60	c       838             11          10        20                -           0.0000          -
15028.78/842.94	c       843             24          23        20                -           0.0000          -
15139.96/848.55	c       849             24          23        20                -           0.0000          -
15247.17/853.99	c       854             24          23        20                -           0.0000          -
15356.34/859.48	c       859             24          23        20                -           0.0000          -
15465.56/864.97	c       865             24          23        20                -           0.0000          -
15572.74/870.35	c       870             24          23        20                -           0.0000          -
15673.99/875.45	c       875             24          23        20                -           0.0000          -
15783.18/880.95	c       881             24          23        20                -           0.0000          -
15890.31/886.36	c       886             24          23        20                -           0.0000          -
15995.51/891.65	c       892             24          23        20                -           0.0000          -
16096.69/896.74	c       897             24          23        20                -           0.0000          -
16197.92/901.85	c       902             24          23        20                -           0.0000          -
16309.06/907.42	c       907             24          23        20                -           0.0000          -
16416.24/912.85	c       913             24          23        20                -           0.0000          -
16522.08/918.18	c       918             24          23        20                -           0.0000          -
16626.55/923.45	c       923             24          23        20                -           0.0000          -
16731.76/928.72	c       929             24          23        20                -           0.0000          -
16834.99/933.98	c       934             24          23        20                -           0.0000          -
16940.15/939.28	c       939             24          23        20                -           0.0000          -
17041.40/944.32	c       944             24          23        20                -           0.0000          -
17144.60/949.53	c       950             24          23        20                -           0.0000          -
17251.99/954.93	c       955             24          23        20                -           0.0000          -
17358.97/960.38	c       960             24          23        20                -           0.0000          -
17464.18/965.66	c       966             24          23        20                -           0.0000          -
17563.42/970.69	c       971             24          23        20                -           0.0000          -
17671.26/976.08	c       976             12          11        20                -           0.0000          -
17775.82/981.35	c       981             12          11        20                -           0.0000          -
17879.03/986.58	c       987             12          11        20                -           0.0000          -
17984.23/991.82	c       992             12          11        20                -           0.0000          -
18085.47/997.02	c       997             12          11        20                -           0.0000          -
18184.70/1002.03	c      1002             12          11        20                -           0.0000          -
18291.86/1007.36	c      1007             12          11        20                -           0.0000          -
18397.05/1012.63	c      1013             12          11        20                -           0.0000          -
18498.28/1017.76	c      1018             12          11        20                -           0.0000          -
18597.51/1022.76	c      1023             12          11        20                -           0.0000          -
18696.72/1027.78	c      1028             12          11        20                -           0.0000          -
18804.55/1033.17	c      1033             27          26        20                -           0.0000          -
18905.05/1038.29	c      1038             27          26        20                -           0.0000          -
19008.22/1043.44	c      1043             14          13        20                -           0.0000          -
19109.35/1048.51	c      1049             14          13        20                -           0.0000          -
19212.55/1053.76	c      1054             14          13        20                -           0.0000          -
19313.76/1058.87	c      1059             14          13        20                -           0.0000          -
19412.97/1063.88	c      1064             14          13        20                -           0.0000          -
19518.79/1069.16	c      1069             14          13        20                -           0.0000          -
19619.31/1074.28	c      1074             14          13        20                -           0.0000          -
19720.52/1079.38	c      1079             14          13        20                -           0.0000          -
19821.87/1084.49	c      1084             14          13        20                -           0.0000          -
19922.92/1089.52	c      1090             14          13        20                -           0.0000          -
20026.12/1094.73	c      1095             14          13        20                -           0.0000          -
20125.35/1099.77	c      1100             14          13        20                -           0.0000          -
20226.57/1104.85	c      1105             14          13        20                -           0.0000          -
20327.77/1110.02	c      1110             14          13        20                -           0.0000          -
20429.62/1115.11	c      1115             14          13        20                -           0.0000          -
20530.81/1120.18	c      1120             31          30        20                -           0.0000          -
20630.04/1125.18	c      1125             31          30        20                -           0.0000          -
20732.46/1130.33	c      1130             17          16        20                -           0.0000          -
20837.29/1135.61	c      1136             17          16        20                -           0.0000          -
20945.00/1141.03	c      1141             17          16        20                -           0.0000          -
21046.21/1146.18	c      1146             17          16        20                -           0.0000          -
21148.73/1151.35	c      1151             17          16        20                -           0.0000          -
21250.08/1156.46	c      1156             17          16        20                -           0.0000          -
21351.14/1161.56	c      1162             33          32        20                -           0.0000          -
21452.33/1166.63	c      1167             33          32        20                -           0.0000          -
21551.54/1171.68	c      1172             33          32        20                -           0.0000          -
21656.72/1176.92	c      1177             33          32        20                -           0.0000          -
21760.72/1182.19	c      1182             33          32        20                -           0.0000          -
21862.92/1187.30	c      1187             33          32        20                -           0.0000          -
21964.11/1192.40	c      1192             33          32        20                -           0.0000          -
22063.25/1197.47	c      1197             33          32        20                -           0.0000          -
22164.23/1202.53	c      1203             33          32        20                -           0.0000          -
22263.39/1207.56	c      1208             33          32        20                -           0.0000          -
22366.61/1212.72	c      1213             33          32        20                -           0.0000          -
22465.82/1217.75	c      1218             33          32        20                -           0.0000          -
22569.01/1222.97	c      1223             24          21        20                -           0.0000          -
22670.89/1228.13	c      1228             24          21        20                -           0.0000          -
22775.32/1233.31	c      1233             24          21        20                -           0.0000          -
22874.53/1238.40	c      1238             24          21        20                -           0.0000          -
22977.73/1243.50	c      1244             24          21        20                -           0.0000          -
23076.96/1248.57	c      1249             11          10        20                -           0.0000          -
23180.19/1253.76	c      1254             11          10        20                -           0.0000          -
23279.42/1258.76	c      1259             11          10        20                -           0.0000          -
23382.61/1263.90	c      1264             11          10        20                -           0.0000          -
23481.82/1268.96	c      1269             11          10        20                -           0.0000          -
23581.06/1273.98	c      1274             11          10        20                -           0.0000          -
23684.91/1279.19	c      1279             11          10        20                -           0.0000          -
23787.39/1284.31	c      1284             11          10        20                -           0.0000          -
23888.60/1289.43	c      1289             11          10        20                -           0.0000          -
23987.83/1294.44	c      1294             11          10        20                -           0.0000          -
24087.05/1299.47	c      1299             11          10        20                -           0.0000          -
24194.22/1304.85	c      1305             11          10        20                -           0.0000          -
24295.43/1309.93	c      1310             11          10        20                -           0.0000          -
24402.56/1315.34	c      1315             11          10        20                -           0.0000          -
24503.77/1320.43	c      1320             11          10        20                -           0.0000          -
24606.96/1325.68	c      1326             11          10        20                -           0.0000          -
24708.16/1330.75	c      1331             11          10        20                -           0.0000          -
24809.36/1335.80	c      1336             41          34        20                -           0.0000          -
24910.59/1340.94	c      1341             41          34        20                -           0.0000          -
25019.74/1346.45	c      1346             41          34        20                -           0.0000          -
25126.73/1351.89	c      1352             12          11        20                -           0.0000          -
25227.94/1356.96	c      1357             12          11        20                -           0.0000          -
25327.10/1361.99	c      1362             12          11        20                -           0.0000          -
25434.24/1367.30	c      1367             12          11        20                -           0.0000          -
25537.43/1372.51	c      1373             12          11        20                -           0.0000          -
25642.54/1377.87	c      1378             12          11        20                -           0.0000          -
25746.39/1383.04	c      1383             12          11        20                -           0.0000          -
25853.06/1388.46	c      1388             12          11        20                -           0.0000          -
25956.12/1393.68	c      1394             12          11        20                -           0.0000          -
26057.35/1398.71	c      1399             12          11        20                -           0.0000          -
26158.57/1403.89	c      1404             12          11        20                -           0.0000          -
26259.79/1408.92	c      1409             12          11        20                -           0.0000          -
26359.02/1413.99	c      1414             12          11        20                -           0.0000          -
26458.25/1419.01	c      1419             12          11        20                -           0.0000          -
26560.12/1424.04	c      1424             12          11        20                -           0.0000          -
26659.30/1429.06	c      1429             12          11        20                -           0.0000          -
26760.54/1434.17	c      1434             12          11        20                -           0.0000          -
26865.01/1439.44	c      1439             12          11        20                -           0.0000          -
26968.20/1444.66	c      1445             12          11        20                -           0.0000          -
27067.43/1449.70	c      1450             12          11        20                -           0.0000          -
27172.51/1454.97	c      1455             37          34        20                -           0.0000          -
27273.98/1460.04	c      1460             37          34        20                -           0.0000          -
27373.20/1465.04	c      1465             13          12        20                -           0.0000          -
27472.33/1470.13	c      1470             13          12        20                -           0.0000          -
27580.84/1475.51	c      1476             13          12        20                -           0.0000          -
27680.07/1480.51	c      1481             13          12        20                -           0.0000          -
27783.28/1485.74	c      1486             13          12        20                -           0.0000          -
27884.19/1490.85	c      1491             13          12        20                -           0.0000          -
27983.42/1495.85	c      1496             38          35        20                -           0.0000          -
28089.45/1501.15	c      1501             38          35        20                -           0.0000          -
28188.45/1506.18	c      1506             38          35        20                -           0.0000          -
28296.91/1511.60	c      1512             38          35        20                -           0.0000          -
28398.13/1516.80	c      1517             38          35        20                -           0.0000          -
28499.36/1521.85	c      1522             38          35        20                -           0.0000          -
28603.35/1527.08	c      1527             38          35        20                -           0.0000          -
28704.33/1532.14	c      1532             38          35        20                -           0.0000          -
28804.90/1537.24	c      1537             38          35        20                -           0.0000          -
28911.94/1542.62	c      1543             38          35        20                -           0.0000          -
29016.95/1547.97	c      1548             38          35        20                -           0.0000          -
29116.08/1553.02	c      1553             38          35        20                -           0.0000          -
29215.32/1558.02	c      1558             53          42        20                -           0.0000          -
29317.34/1563.04	c      1563             53          42        20                -           0.0000          -
29418.32/1568.15	c      1568             17          16        20                -           0.0000          -
29517.35/1573.19	c      1573             17          16        20                -           0.0000          -
29620.01/1578.31	c      1578             17          16        20                -           0.0000          -
29719.25/1583.32	c      1583             17          16        20                -           0.0000          -
29818.47/1588.40	c      1588             17          16        20                -           0.0000          -
29925.66/1593.72	c      1594             17          16        20                -           0.0000          -
30026.88/1598.84	c      1599             17          16        20                -           0.0000          -
30126.11/1603.88	c      1604             17          16        20                -           0.0000          -
30227.28/1608.96	c      1609             17          16        20                -           0.0000          -
30329.19/1614.12	c      1614             17          16        20                -           0.0000          -
30431.53/1619.24	c      1619             17          16        20                -           0.0000          -
30536.75/1624.57	c      1625             17          16        20                -           0.0000          -
30635.71/1629.60	c      1630             17          16        20                -           0.0000          -
30742.59/1634.95	c      1635             17          16        20                -           0.0000          -
30841.62/1640.01	c      1640             17          16        20                -           0.0000          -
30946.73/1645.26	c      1645             41          38        20                -           0.0000          -
31049.94/1650.49	c      1650             41          38        20                -           0.0000          -
31151.16/1655.57	c      1656             41          38        20                -           0.0000          -
31250.32/1660.58	c      1661             41          38        20                -           0.0000          -
31353.35/1665.73	c      1666             41          38        20                -           0.0000          -
31456.40/1670.95	c      1671             41          38        20                -           0.0000          -
31555.63/1676.00	c      1676             41          38        20                -           0.0000          -
31657.50/1681.05	c      1681             41          38        20                -           0.0000          -
31760.01/1686.27	c      1686             59          46        20                -           0.0000          -
31861.20/1691.37	c      1691             59          46        20                -           0.0000          -
31960.39/1696.39	c      1696             59          46        20                -           0.0000          -
32065.54/1701.67	c      1702             59          46        20                -           0.0000          -
32166.76/1706.78	c      1707             59          46        20                -           0.0000          -
32269.96/1711.94	c      1712             59          46        20                -           0.0000          -
32371.77/1717.07	c      1717             59          46        20                -           0.0000          -
32470.94/1722.13	c      1722             59          46        20                -           0.0000          -
32572.08/1727.18	c      1727             59          46        20                -           0.0000          -
32672.65/1732.24	c      1732             59          46        20                -           0.0000          -
32771.81/1737.29	c      1737             59          46        20                -           0.0000          -
32873.01/1742.31	c      1742             59          46        20                -           0.0000          -
32972.22/1747.38	c      1747             59          46        20                -           0.0000          -
33073.40/1752.44	c      1752             59          46        20                -           0.0000          -
33172.59/1757.44	c      1757             59          46        20                -           0.0000          -
33275.59/1762.66	c      1763             59          46        20                -           0.0000          -
33378.77/1767.88	c      1768             59          46        20                -           0.0000          -
33479.84/1772.97	c      1773             59          46        20                -           0.0000          -
33581.58/1778.12	c      1778             59          46        20                -           0.0000          -
33682.62/1783.17	c      1783             59          46        20                -           0.0000          -
33783.04/1788.21	c      1788             59          46        20                -           0.0000          -
33882.15/1793.26	c      1793             59          46        20                -           0.0000          -
33983.34/1798.32	c      1798             59          46        20                -           0.0000          -
34082.57/1803.38	c      1803             59          46        20                -           0.0000          -
34183.78/1808.42	c      1808             59          46        20                -           0.0000          -
34283.00/1813.47	c      1813             59          46        20                -           0.0000          -
34384.04/1818.52	c      1819             59          46        20                -           0.0000          -
34483.28/1823.58	c      1824             59          46        20                -           0.0000          -
34584.50/1828.61	c      1829             59          46        20                -           0.0000          -
34683.66/1833.64	c      1834             59          46        20                -           0.0000          -
34782.73/1838.65	c      1839             24          23        20                -           0.0000          -
34883.96/1843.75	c      1844             46          41        20                -           0.0000          -
34985.12/1848.81	c      1849             46          41        20                -           0.0000          -
35084.32/1853.86	c      1854             46          41        20                -           0.0000          -
35185.30/1858.96	c      1859             46          41        20                -           0.0000          -
35287.19/1864.12	c      1864             46          41        20                -           0.0000          -
35388.54/1869.18	c      1869             46          41        20                -           0.0000          -
35488.87/1874.23	c      1874             46          41        20                -           0.0000          -
35588.11/1879.26	c      1879             46          41        20                -           0.0000          -
35689.35/1884.38	c      1884             29          28        20                -           0.0000          -
35790.57/1889.45	c      1889             29          28        20                -           0.0000          -
35891.80/1894.54	c      1895             29          28        20                -           0.0000          -
35992.93/1899.60	c      1900             29          28        20                -           0.0000          -
36092.17/1904.64	c      1905             29          28        20                -           0.0000          -
36191.40/1909.69	c      1910             62          49        20                -           0.0000          -
36292.55/1914.75	c      1915             62          49        20                -           0.0000          -
36393.74/1919.80	c      1920             62          49        20                -           0.0000          -
36492.82/1924.81	c      1925             62          49        20                -           0.0000          -
36593.89/1929.91	c      1930             62          49        20                -           0.0000          -
36698.88/1935.23	c      1935             62          49        20                -           0.0000          -
36799.74/1940.36	c      1940             62          49        20                -           0.0000          -
36900.80/1945.40	c      1945             62          49        20                -           0.0000          -
36999.89/1950.45	c      1950             62          49        20                -           0.0000          -
37101.03/1955.50	c      1956             62          49        20                -           0.0000          -
37202.17/1960.67	c      1961             62          49        20                -           0.0000          -
37305.25/1965.85	c      1966             62          49        20                -           0.0000          -
37406.36/1970.98	c      1971             62          49        20                -           0.0000          -
37508.04/1976.03	c      1976             62          49        20                -           0.0000          -
37607.06/1981.13	c      1981             62          49        20                -           0.0000          -
37711.49/1986.31	c      1986             62          49        20                -           0.0000          -
37810.50/1991.35	c      1991             62          49        20                -           0.0000          -
37915.55/1996.61	c      1997             62          49        20                -           0.0000          -
38018.63/2001.85	c      2002             62          49        20                -           0.0000          -
38117.81/2006.87	c      2007             62          49        20                -           0.0000          -
38218.97/2011.91	c      2012             62          49        20                -           0.0000          -
38318.30/2016.99	c      2017             62          49        20                -           0.0000          -
38420.04/2022.06	c      2022             62          49        20                -           0.0000          -
38519.02/2027.10	c      2027             62          49        20                -           0.0000          -
38618.12/2032.13	c      2032             62          49        20                -           0.0000          -
38720.67/2037.23	c      2037             62          49        20                -           0.0000          -
38825.83/2042.58	c      2043             62          49        20                -           0.0000          -
38932.97/2047.99	c      2048             62          49        20                -           0.0000          -
39034.94/2053.14	c      2053             62          49        20                -           0.0000          -
39137.25/2058.22	c      2058             62          49        20                -           0.0000          -
39244.37/2063.64	c      2064             62          49        20                -           0.0000          -
39352.24/2069.09	c      2069             62          49        20                -           0.0000          -
39456.66/2074.34	c      2074             62          49        20                -           0.0000          -
39565.80/2079.84	c      2080             62          49        20                -           0.0000          -
39671.66/2085.18	c      2085             62          49        20                -           0.0000          -
39778.09/2090.58	c      2091             62          49        20                -           0.0000          -
39881.27/2095.71	c      2096             62          49        20                -           0.0000          -
39984.44/2100.92	c      2101             62          49        20                -           0.0000          -
40089.59/2106.29	c      2106             62          49        20                -           0.0000          -
40194.78/2111.56	c      2112             62          49        20                -           0.0000          -
40297.97/2116.72	c      2117             62          49        20                -           0.0000          -
40403.66/2122.11	c      2122             62          49        20                -           0.0000          -
40506.31/2127.23	c      2127             62          49        20                -           0.0000          -
40605.52/2132.24	c      2132             62          49        20                -           0.0000          -
40706.70/2137.38	c      2137             62          49        20                -           0.0000          -
40815.86/2142.85	c      2143             62          49        20                -           0.0000          -
40917.07/2147.99	c      2148             62          49        20                -           0.0000          -
41020.93/2153.17	c      2153             62          49        20                -           0.0000          -
41125.38/2158.49	c      2158             62          49        20                -           0.0000          -
41226.58/2163.57	c      2164             62          49        20                -           0.0000          -
41331.78/2168.89	c      2169             62          49        20                -           0.0000          -
41440.94/2174.38	c      2174             62          49        20                -           0.0000          -
41542.14/2179.47	c      2179             62          49        20                -           0.0000          -
41643.33/2184.54	c      2185             62          49        20                -           0.0000          -
41746.51/2189.73	c      2190             62          55        20                -           0.0000          -
41849.67/2194.96	c      2195             62          55        20                -           0.0000          -
41951.41/2200.05	c      2200             41          40        20                -           0.0000          -
42050.80/2205.11	c      2205             41          40        20                -           0.0000          -
42151.94/2210.19	c      2210             41          40        20                -           0.0000          -
42254.39/2215.30	c      2215             63          50        20                -           0.0000          -
42355.72/2220.42	c      2220             63          50        20                -           0.0000          -
42454.80/2225.42	c      2225             63          50        20                -           0.0000          -
42559.97/2230.72	c      2231             63          50        20                -           0.0000          -
42661.18/2235.83	c      2236             63          50        20                -           0.0000          -
42762.37/2240.90	c      2241             63          50        20                -           0.0000          -
42861.59/2245.98	c      2246             63          50        20                -           0.0000          -
42960.80/2251.03	c      2251             63          50        20                -           0.0000          -
43062.62/2256.10	c      2256             63          50        20                -           0.0000          -
43163.93/2261.17	c      2261             63          50        20                -           0.0000          -
43264.34/2266.22	c      2266             63          50        20                -           0.0000          -
43363.54/2271.29	c      2271             63          50        20                -           0.0000          -
43476.64/2277.00	c      2277             63          50        20                -           0.0000          -
43581.78/2282.24	c      2282             63          50        20                -           0.0000          -
43682.97/2287.34	c      2287             63          50        20                -           0.0000          -
43800.00/2293.22	c      2293             63          50        20                -           0.0000          -
43911.13/2298.84	c      2299             63          50        20                -           0.0000          -
44038.09/2305.27	c      2305             63          50        20                -           0.0000          -
44151.22/2311.00	c      2311             63          50        20                -           0.0000          -
44270.28/2316.99	c      2317             63          50        20                -           0.0000          -
44381.38/2322.59	c      2323             63          50        20                -           0.0000          -
44494.46/2328.26	c      2328          32595       31423        20                -           0.0000          -
44612.12/2334.16	c      2334          32595       31423        20                -           0.0000          -
44712.89/2339.22	c      2339          32595       31423        20                -           0.0000          -
44825.81/2344.94	c      2345          32595       31423        20                -           0.0000          -
44927.54/2350.08	c      2350          32595       31423        20                -           0.0000          -
45048.60/2356.14	c      2356          33791       32739        20                -           0.0000          -
45153.13/2361.47	c      2361          33791       32739        20                -           0.0000          -
45256.28/2366.63	c      2367          33791       32739        20                -           0.0000          -
45395.16/2373.61	c      2374          33791       32739        20                -           0.0000          -
45516.21/2379.78	c      2380          33791       32739        20                -           0.0000          -
45629.30/2385.40	c      2385          33791       32739        20                -           0.0000          -
45790.11/2393.58	c      2394          33791       32739        20                -           0.0000          -
45914.94/2399.80	c      2400          33791       32739        20                -           0.0000          -
46025.98/2405.41	c      2405          33791       32739        20                -           0.0000          -
46139.82/2411.17	c      2411          33791       32739        20                -           0.0000          -
46246.06/2416.51	c      2417          33791       32739        20                -           0.0000          -
46359.00/2422.24	c      2422          32750       31415        20                -           0.0000          -
46470.02/2427.81	c      2428          32750       31415        20                -           0.0000          -
46569.14/2432.83	c      2433          32750       31415        20                -           0.0000          -
46678.13/2438.30	c      2438          32750       31415        20                -           0.0000          -
46831.25/2446.04	c      2446          32750       31415        20                -           0.0000          -
46933.58/2451.22	c      2451          32750       31415        20                -           0.0000          -
47076.36/2458.45	c      2458          32750       31415        20                -           0.0000          -
47221.12/2465.79	c      2466          32750       31415        20                -           0.0000          -
47352.01/2472.38	c      2472          32750       31415        20                -           0.0000          -
47637.52/2486.71	c      2487          32750       31415        20                -           0.0000          -
47752.53/2492.59	c      2493          32750       31415        20                -           0.0000          -
47859.61/2497.94	c      2498          32750       31415        20                -           0.0000          -
47968.65/2503.47	c      2503          32750       31415        20                -           0.0000          -
48131.24/2511.62	c      2512          32750       31415        20                -           0.0000          -
48276.00/2518.92	c      2519          32750       31415        20                -           0.0000          -
48394.82/2524.94	c      2525             80          73        20                -           0.0000          -
48505.64/2530.60	c      2531             80          73        20                -           0.0000          -
48615.30/2536.05	c      2536             80          73        20                -           0.0000          -
48736.33/2542.15	c      2542             80          73        20                -           0.0000          -
48862.60/2548.58	c      2549             80          73        20                -           0.0000          -
49029.15/2556.96	c      2557             80          73        20                -           0.0000          -
49161.91/2563.64	c      2564             80          73        20                -           0.0000          -
49271.64/2569.15	c      2569             80          73        20                -           0.0000          -
49378.04/2574.55	c      2575             80          73        20                -           0.0000          -
49485.00/2579.93	c      2580             80          73        20                -           0.0000          -
49730.69/2592.35	c      2592             80          73        20                -           0.0000          -
49844.35/2598.06	c      2598             80          73        20                -           0.0000          -
49946.50/2603.22	c      2603             80          73        20                -           0.0000          -
50138.82/2612.90	c      2613             80          73        20                -           0.0000          -
50255.76/2618.88	c      2619             80          73        20                -           0.0000          -
50364.82/2624.37	c      2624             80          73        20                -           0.0000          -
50483.76/2630.33	c      2630             80          73        20                -           0.0000          -
50599.42/2636.14	c      2636             80          73        20                -           0.0000          -
50731.63/2642.85	c      2643             80          73        20                -           0.0000          -
50844.64/2648.51	c      2649             80          73        20                -           0.0000          -
50951.70/2653.95	c      2654             80          73        20                -           0.0000          -
51066.68/2659.72	c      2660             80          73        20                -           0.0000          -
51185.64/2665.74	c      2666             80          73        20                -           0.0000          -
51291.27/2671.11	c      2671             80          73        20                -           0.0000          -
51476.93/2680.43	c      2680             80          73        20                -           0.0000          -
51608.59/2687.09	c      2687             80          73        20                -           0.0000          -
51727.40/2693.04	c      2693             80          73        20                -           0.0000          -
51873.60/2700.42	c      2700             80          73        20                -           0.0000          -
52151.05/2714.40	c      2714             80          73        20                -           0.0000          -
52272.04/2720.51	c      2721             80          73        20                -           0.0000          -
52391.05/2726.54	c      2727             80          73        20                -           0.0000          -
52508.04/2732.49	c      2732             80          73        20                -           0.0000          -
52632.58/2738.77	c      2739             80          73        20                -           0.0000          -
52743.63/2744.37	c      2744             80          73        20                -           0.0000          -
52854.64/2749.92	c      2750             80          73        20                -           0.0000          -
52959.62/2755.20	c      2755             80          73        20                -           0.0000          -
53080.17/2761.38	c      2761             80          73        20                -           0.0000          -
53187.24/2766.75	c      2767             80          73        20                -           0.0000          -
53337.95/2774.37	c      2774             80          73        20                -           0.0000          -
53462.84/2780.67	c      2781             80          73        20                -           0.0000          -
53597.69/2787.48	c      2787             80          73        20                -           0.0000          -
53718.48/2793.53	c      2794             80          73        20                -           0.0000          -
53828.10/2799.04	c      2799             80          73        20                -           0.0000          -
53984.27/2807.03	c      2807             80          73        20                -           0.0000          -
54134.99/2814.54	c      2815             80          73        20                -           0.0000          -
54251.99/2820.45	c      2820             80          73        20                -           0.0000          -
54370.99/2826.47	c      2826             80          73        20                -           0.0000          -
54480.08/2831.97	c      2832             80          73        20                -           0.0000          -
54626.85/2839.38	c      2839             80          73        20                -           0.0000          -
54775.61/2846.84	c      2847             80          73        20                -           0.0000          -
54876.77/2851.98	c      2852             80          73        20                -           0.0000          -
55020.21/2859.17	c      2859             80          73        20                -           0.0000          -
55119.34/2864.19	c      2864             80          73        20                -           0.0000          -
55275.88/2872.13	c      2872             80          73        20                -           0.0000          -
55402.18/2878.47	c      2878             80          73        20                -           0.0000          -
55509.34/2883.88	c      2884             80          73        20                -           0.0000          -
55654.81/2891.14	c      2891             80          73        20                -           0.0000          -
55783.01/2897.62	c      2898             80          73        20                -           0.0000          -
55939.47/2905.54	c      2906             80          73        20                -           0.0000          -
56123.70/2914.81	c      2915             80          73        20                -           0.0000          -
56242.64/2920.86	c      2921             80          73        20                -           0.0000          -
56366.23/2927.11	c      2927             80          73        20                -           0.0000          -
56516.14/2934.65	c      2935             80          73        20                -           0.0000          -
56782.76/2948.08	c      2948             80          73        20                -           0.0000          -
56898.94/2953.93	c      2954             80          73        20                -           0.0000          -
57018.05/2960.03	c      2960             80          73        20                -           0.0000          -
57142.92/2966.26	c      2966             80          73        20                -           0.0000          -
57246.00/2971.43	c      2971             80          73        20                -           0.0000          -
57368.76/2977.63	c      2978             80          73        20                -           0.0000          -
57509.57/2984.73	c      2985             80          73        20                -           0.0000          -
57632.54/2990.97	c      2991             80          73        20                -           0.0000          -
57769.39/2997.85	c      2998             80          73        20                -           0.0000          -
57952.54/3007.04	c      3007             80          73        20                -           0.0000          -
58059.10/3012.49	c      3012             80          73        20                -           0.0000          -
58261.25/3022.67	c      3023             80          73        20                -           0.0000          -
58378.19/3028.58	c      3029             80          73        20                -           0.0000          -
58520.87/3035.73	c      3036             80          73        20                -           0.0000          -
58623.97/3040.92	c      3041             80          73        20                -           0.0000          -
58765.32/3048.08	c      3048             80          73        20                -           0.0000          -
58873.59/3053.52	c      3054             80          73        20                -           0.0000          -
59077.87/3063.81	c      3064             80          73        20                -           0.0000          -
59190.93/3069.52	c      3070             80          73        20                -           0.0000          -
59484.30/3084.38	c      3084             80          73        20                -           0.0000          -
59601.29/3090.25	c      3090             80          73        20                -           0.0000          -
59714.36/3095.94	c      3096             80          73        20                -           0.0000          -
59912.55/3105.90	c      3106             80          73        20                -           0.0000          -
60047.26/3112.71	c      3113             80          73        20                -           0.0000          -
60155.04/3118.16	c      3118             80          73        20                -           0.0000          -
60261.46/3123.53	c      3124             80          73        20                -           0.0000          -
60410.60/3131.07	c      3131             80          73        20                -           0.0000          -
60513.08/3136.20	c      3136             80          73        20                -           0.0000          -
60701.44/3145.78	c      3146             80          73        20                -           0.0000          -
60810.37/3151.27	c      3151             80          73        20                -           0.0000          -
60956.89/3158.68	c      3159             80          73        20                -           0.0000          -
61101.64/3166.01	c      3166             80          73        20                -           0.0000          -
61240.18/3172.98	c      3173             80          73        20                -           0.0000          -
61345.16/3178.21	c      3178             80          73        20                -           0.0000          -
61444.32/3183.22	c      3183             80          73        20                -           0.0000          -
61551.44/3188.65	c      3189             80          73        20                -           0.0000          -
61686.33/3195.46	c      3195             80          73        20                -           0.0000          -
61798.05/3201.06	c      3201             80          73        20                -           0.0000          -
61906.49/3206.57	c      3207             80          73        20                -           0.0000          -
62019.67/3212.28	c      3212             80          73        20                -           0.0000          -
62124.67/3217.56	c      3218             80          73        20                -           0.0000          -
62225.79/3222.61	c      3223             80          73        20                -           0.0000          -
62348.72/3228.82	c      3229             80          73        20                -           0.0000          -
62519.15/3237.41	c      3237             80          73        20                -           0.0000          -
62618.23/3242.49	c      3242             80          73        20                -           0.0000          -
62752.99/3249.22	c      3249             80          73        20                -           0.0000          -
62965.18/3259.99	c      3260             80          73        20                -           0.0000          -
63076.13/3265.51	c      3266             80          73        20                -           0.0000          -
63199.06/3271.70	c      3272             80          73        20                -           0.0000          -
63298.04/3276.73	c      3277             80          73        20                -           0.0000          -
63412.98/3282.54	c      3283             80          73        20                -           0.0000          -
63519.76/3288.01	c      3288             80          73        20                -           0.0000          -
63626.76/3293.33	c      3293             80          73        20                -           0.0000          -
63745.74/3299.37	c      3299             80          73        20                -           0.0000          -
63912.19/3307.72	c      3308             80          73        20                -           0.0000          -
64013.28/3312.90	c      3313             80          73        20                -           0.0000          -
64114.37/3317.96	c      3318             80          73        20                -           0.0000          -
64227.44/3323.62	c      3324             80          73        20                -           0.0000          -
64330.31/3328.82	c      3329             80          73        20                -           0.0000          -
64465.07/3335.69	c      3336             80          73        20                -           0.0000          -
64579.99/3341.47	c      3341             80          73        20                -           0.0000          -
64689.00/3346.93	c      3347             80          73        20                -           0.0000          -
64803.82/3352.71	c      3353             80          73        20                -           0.0000          -
64920.73/3358.65	c      3359             80          73        20                -           0.0000          -
65023.80/3363.80	c      3364             80          73        20                -           0.0000          -
65210.18/3373.21	c      3373             80          73        20                -           0.0000          -
65345.88/3380.06	c      3380             80          73        20                -           0.0000          -
65447.00/3385.16	c      3385             80          73        20                -           0.0000          -
65555.24/3390.68	c      3391             80          73        20                -           0.0000          -
65668.30/3396.30	c      3396             80          73        20                -           0.0000          -
65884.48/3407.29	c      3407             80          73        20                -           0.0000          -
66019.90/3414.13	c      3414             80          73        20                -           0.0000          -
66200.42/3423.17	c      3423             80          73        20                -           0.0000          -
66310.77/3428.71	c      3429             80          73        20                -           0.0000          -
66441.62/3435.34	c      3435             80          73        20                -           0.0000          -
66568.58/3441.78	c      3442             80          73        20                -           0.0000          -
66711.45/3449.00	c      3449             80          73        20                -           0.0000          -
66949.47/3460.90	c      3461             80          73        20                -           0.0000          -
67051.20/3466.10	c      3466             80          73        20                -           0.0000          -
67172.08/3472.14	c      3472             80          73        20                -           0.0000          -
67286.38/3477.99	c      3478             80          73        20                -           0.0000          -
67405.42/3483.92	c      3484             80          73        20                -           0.0000          -
67631.51/3495.30	c      3495             80          73        20                -           0.0000          -
67772.30/3502.43	c      3502             80          73        20                -           0.0000          -
67883.90/3508.08	c      3508             80          73        20                -           0.0000          -
67988.36/3513.37	c      3513             80          73        20                -           0.0000          -
68123.88/3520.15	c      3520             80          73        20                -           0.0000          -
68242.93/3526.17	c      3526             80          73        20                -           0.0000          -
68359.96/3532.08	c      3532             80          73        20                -           0.0000          -
68461.04/3537.14	c      3537             80          73        20                -           0.0000          -
68578.18/3543.05	c      3543             80          73        20                -           0.0000          -
68679.20/3548.15	c      3548             80          73        20                -           0.0000          -
68787.55/3553.62	c      3554             80          73        20                -           0.0000          -
68965.94/3562.64	c      3563             80          73        20                -           0.0000          -
69179.94/3573.45	c      3573             80          73        20                -           0.0000          -
69302.79/3579.69	c      3580             80          73        20                -           0.0000          -
69417.77/3585.41	c      3585             80          73        20                -           0.0000          -
69520.77/3590.69	c      3591             80          73        20                -           0.0000          -
69633.79/3596.30	c      3596             80          73        20                -           0.0000          -
69744.83/3601.93	c      3602             80          73        20                -           0.0000          -
69869.66/3608.22	c      3608             80          73        20                -           0.0000          -
69972.59/3613.46	c      3613             80          73        20                -           0.0000          -
70150.83/3622.40	c      3622             80          73        20                -           0.0000          -
70259.80/3627.97	c      3628             80          73        20                -           0.0000          -
70450.12/3637.58	c      3638             80          73        20                -           0.0000          -
70651.90/3647.73	c      3648             80          73        20                -           0.0000          -
70766.86/3653.50	c      3654             80          73        20                -           0.0000          -
70876.41/3659.07	c      3659             80          73        20                -           0.0000          -
70997.41/3665.15	c      3665             80          73        20                -           0.0000          -
71111.73/3670.96	c      3671             80          73        20                -           0.0000          -
71268.44/3678.82	c      3679             80          73        20                -           0.0000          -
71377.36/3684.35	c      3684             80          73        20                -           0.0000          -
71530.78/3692.11	c      3692             80          73        20                -           0.0000          -
71641.16/3697.68	c      3698             80          73        20                -           0.0000          -

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 (189800 MiB free)
  memory of node 1: 193531 MiB (170351 MiB free)
  memory of node 2: 193531 MiB (191933 MiB free)
  memory of node 3: 193531 MiB (169773 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-4465920-1722594614/watcher-4465920-1722594614 -o /tmp/evaluation-result-4465920-1722594614/solver-4465920-1722594614 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157285 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465920-1722594614.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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


[startup+0.100105 s]*
/proc/loadavg: 77.22 79.84 80.26 44/966 162353
/proc/meminfo: memFree=739087232/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=100832 memory=85052 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 19190 0 0 0 8 3 0 0 20 0 1 0 26048209 103251968 21263 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 25208 21263 2347 3035 0 21604 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 100832 KiB
Current children cumulated memory: 85052 KiB

[startup+0.219525 s]*
/proc/loadavg: 77.22 79.84 80.26 43/966 162353
/proc/meminfo: memFree=738939084/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=161812 memory=148640 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 37183 0 0 0 17 6 0 0 20 0 1 0 26048209 165695488 37160 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 40453 37160 2539 3035 0 36849 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 161812 KiB
Current children cumulated memory: 148640 KiB

[startup+0.319728 s]*
/proc/loadavg: 77.22 79.84 80.26 43/966 162353
/proc/meminfo: memFree=738798640/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=226076 memory=210312 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 52529 0 0 0 24 9 0 0 20 0 1 0 26048209 231501824 52578 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 56519 52578 2582 3035 0 52915 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 226076 KiB
Current children cumulated memory: 210312 KiB

[startup+0.700253 s]
/proc/loadavg: 77.22 79.84 80.26 43/966 162353
/proc/meminfo: memFree=738571192/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=313676 memory=281528 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 67758 0 0 0 57 11 0 0 20 0 1 0 26048209 321204224 70382 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 78419 70382 2630 3035 0 74815 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 313676 KiB
Current children cumulated memory: 281528 KiB

[startup+1.50025 s]
/proc/loadavg: 77.22 79.84 80.26 62/986 162373
/proc/meminfo: memFree=737385332/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=295220 memory=277396 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 76796 0 0 0 134 14 0 0 20 0 1 0 26048209 302305280 69349 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 73805 69349 2710 3035 0 70201 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 295220 KiB
Current children cumulated memory: 277396 KiB

[startup+3.11934 s]
/proc/loadavg: 77.22 79.84 80.26 62/986 162373
/proc/meminfo: memFree=736524608/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=414924 memory=396420 CPUtime=3.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 106664 0 0 0 290 19 0 0 20 0 1 0 26048209 424882176 99105 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 103731 99105 2742 3035 0 100127 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 414924 KiB
Current children cumulated memory: 396420 KiB

[startup+6.30027 s]
/proc/loadavg: 75.92 79.53 80.16 62/986 162373
/proc/meminfo: memFree=736367864/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=435124 memory=413580 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 110927 0 0 0 605 22 0 0 20 0 1 0 26048209 445566976 103395 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 108781 103395 2758 3035 0 105177 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 435124 KiB
Current children cumulated memory: 413580 KiB

[startup+12.7003 s]
/proc/loadavg: 74.73 79.22 80.05 62/986 162375
/proc/meminfo: memFree=735327820/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=447412 memory=425724 CPUtime=12.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 114005 0 0 0 1241 23 0 0 20 0 1 0 26048209 458149888 106431 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 111853 106431 2758 3035 0 108249 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 447412 KiB
Current children cumulated memory: 425724 KiB

[startup+25.5002 s]
/proc/loadavg: 72.62 78.62 79.85 62/986 162377
/proc/meminfo: memFree=734343640/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=892608 memory=795392 CPUtime=25.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 197703 0 0 0 2502 37 0 0 20 0 1 0 26048209 914030592 198848 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 223152 198848 2774 3035 0 219548 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 892608 KiB
Current children cumulated memory: 795392 KiB

[startup+51.1195 s]
/proc/loadavg: 68.04 76.93 79.25 62/986 162383
/proc/meminfo: memFree=732980100/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=893632 memory=796180 CPUtime=50.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) R 162329 162332 157273 0 -1 4194304 197955 0 0 0 5057 38 0 0 20 0 1 0 26048209 915079168 199045 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 223408 199045 2774 3035 0 219804 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 893632 KiB
Current children cumulated memory: 796180 KiB

[startup+102.301 s]
/proc/loadavg: 63.59 74.29 78.22 67/998 162433
/proc/meminfo: memFree=724126924/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=10524476 memory=9401540 CPUtime=335.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) S 162329 162332 157273 0 -1 1077936128 2644840 0 0 0 33082 483 0 0 20 0 41 0 26048209 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 2631119 2350385 2790 3035 0 2488823 0
[pid=162332/tid=162390] ppid=162329 vsize=10524476 memory=0 CPUtime=12.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162390/stat : 162390 (fscip) R 162329 162332 157273 0 -1 4194368 110849 0 0 0 1229 20 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162391] ppid=162329 vsize=10524476 memory=0 CPUtime=12.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162391/stat : 162391 (fscip) R 162329 162332 157273 0 -1 4194368 126391 0 0 0 1227 21 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162392] ppid=162329 vsize=10524476 memory=1932956 CPUtime=12.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162392/stat : 162392 (fscip) R 162329 162332 157273 0 -1 4194368 125641 0 0 0 1222 24 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162393] ppid=162329 vsize=10524476 memory=11424 CPUtime=12.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162393/stat : 162393 (fscip) R 162329 162332 157273 0 -1 4194368 110908 0 0 0 1229 21 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162394] ppid=162329 vsize=10524476 memory=15400 CPUtime=12.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162394/stat : 162394 (fscip) R 162329 162332 157273 0 -1 4194368 125732 0 0 0 1229 20 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162395] ppid=162329 vsize=10524476 memory=-4705764117471977511 CPUtime=12.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162395/stat : 162395 (fscip) R 162329 162332 157273 0 -1 4194368 130965 0 0 0 1229 20 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162396] ppid=162329 vsize=10524476 memory=9045112 CPUtime=12.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162396/stat : 162396 (fscip) R 162329 162332 157273 0 -1 4194368 110855 0 0 0 1229 21 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162397] ppid=162329 vsize=10524476 memory=280152663902848 CPUtime=12.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162397/stat : 162397 (fscip) R 162329 162332 157273 0 -1 4194368 125734 0 0 0 1225 22 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162398] ppid=162329 vsize=10524476 memory=62 CPUtime=12.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162398/stat : 162398 (fscip) R 162329 162332 157273 0 -1 4194368 126439 0 0 0 1227 21 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162399] ppid=162329 vsize=10524476 memory=795392 CPUtime=12.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162399/stat : 162399 (fscip) R 162329 162332 157273 0 -1 4194368 110952 0 0 0 1230 20 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162400] ppid=162329 vsize=10524476 memory=15400 CPUtime=12.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162400/stat : 162400 (fscip) R 162329 162332 157273 0 -1 4194368 125752 0 0 0 1226 22 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162401] ppid=162329 vsize=10524476 memory=315 CPUtime=12.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162401/stat : 162401 (fscip) R 162329 162332 157273 0 -1 4194368 124246 0 0 0 1224 25 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162402] ppid=162329 vsize=10524476 memory=1131484 CPUtime=12.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162402/stat : 162402 (fscip) R 162329 162332 157273 0 -1 4194368 106010 0 0 0 1230 20 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162403] ppid=162329 vsize=10524476 memory=25333125866717268 CPUtime=12.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162403/stat : 162403 (fscip) R 162329 162332 157273 0 -1 4194368 125503 0 0 0 1228 21 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162404] ppid=162329 vsize=10524476 memory=796180 CPUtime=12.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162404/stat : 162404 (fscip) R 162329 162332 157273 0 -1 4194368 126012 0 0 0 1228 23 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162405] ppid=162329 vsize=10524476 memory=0 CPUtime=12.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162405/stat : 162405 (fscip) R 162329 162332 157273 0 -1 4194368 110950 0 0 0 1228 21 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162406] ppid=162329 vsize=10524476 memory=0 CPUtime=12.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162406/stat : 162406 (fscip) R 162329 162332 157273 0 -1 4194368 128318 0 0 0 1194 22 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162407] ppid=162329 vsize=10524476 memory=9383324 CPUtime=12.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162407/stat : 162407 (fscip) R 162329 162332 157273 0 -1 4194368 127315 0 0 0 1227 22 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162408] ppid=162329 vsize=10524476 memory=280152664695664 CPUtime=12.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162408/stat : 162408 (fscip) R 162329 162332 157273 0 -1 4194368 110966 0 0 0 1228 21 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162409] ppid=162329 vsize=10524476 memory=7593721417349884009 CPUtime=12.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162409/stat : 162409 (fscip) R 162329 162332 157273 0 -1 4194368 126940 0 0 0 1227 22 0 0 20 0 41 0 26056815 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162412] ppid=162329 vsize=10524476 memory=280152664521952 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162412/stat : 162412 (fscip) S 162329 162332 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26057193 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162413] ppid=162329 vsize=10524476 memory=280152665310016 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162413/stat : 162413 (fscip) S 162329 162332 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26057193 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162414] ppid=162329 vsize=10524476 memory=280152664550528 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162414/stat : 162414 (fscip) S 162329 162332 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 26057193 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162415] ppid=162329 vsize=10524476 memory=8028351801048065382 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162415/stat : 162415 (fscip) S 162329 162332 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26057193 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162416] ppid=162329 vsize=10524476 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162416/stat : 162416 (fscip) S 162329 162332 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26057193 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162417] ppid=162329 vsize=10524476 memory=280152664890664 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162417/stat : 162417 (fscip) S 162329 162332 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26057193 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162418] ppid=162329 vsize=10524476 memory=123 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162418/stat : 162418 (fscip) S 162329 162332 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26057193 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162419] ppid=162329 vsize=10524476 memory=61 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162419/stat : 162419 (fscip) S 162329 162332 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26057193 10777063424 2350385 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0

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

/proc/162332/task/162418/stat : 162418 (fscip) S 162329 162332 157273 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162419] ppid=162329 vsize=24561368 memory=54528 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162419/stat : 162419 (fscip) S 162329 162332 157273 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162420] ppid=162329 vsize=24561368 memory=28496 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162420/stat : 162420 (fscip) S 162329 162332 157273 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162421] ppid=162329 vsize=24561368 memory=280152664879904 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162421/stat : 162421 (fscip) S 162329 162332 157273 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162422] ppid=162329 vsize=24561368 memory=699384152983786 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162422/stat : 162422 (fscip) S 162329 162332 157273 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162423] ppid=162329 vsize=24561368 memory=1996 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162423/stat : 162423 (fscip) S 162329 162332 157273 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162424] ppid=162329 vsize=24561368 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162424/stat : 162424 (fscip) S 162329 162332 157273 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162425] ppid=162329 vsize=24561368 memory=22289172 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162425/stat : 162425 (fscip) S 162329 162332 157273 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162426] ppid=162329 vsize=24561368 memory=38468 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162426/stat : 162426 (fscip) S 162329 162332 157273 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162427] ppid=162329 vsize=24561368 memory=2152 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162427/stat : 162427 (fscip) S 162329 162332 157273 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162428] ppid=162329 vsize=24561368 memory=22289172 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162428/stat : 162428 (fscip) S 162329 162332 157273 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162429] ppid=162329 vsize=24561368 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162429/stat : 162429 (fscip) S 162329 162332 157273 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162430] ppid=162329 vsize=24561368 memory=22288484 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162430/stat : 162430 (fscip) S 162329 162332 157273 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162431] ppid=162329 vsize=24561368 memory=855900422 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162431/stat : 162431 (fscip) S 162329 162332 157273 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 26057194 25150840832 5572293 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
Current children cumulated CPU time: 70544.9 s
Current children cumulated vsize: 24561368 KiB
Current children cumulated memory: 22289172 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 80.20 80.22 79.09 81/1024 165019
/proc/meminfo: memFree=742718960/790760800 swapFree=131071996/131071996
[pid=162332] ppid=162329 vsize=24561368 memory=22292472 CPUtime=71689.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/stat : 162332 (fscip) S 162329 162332 157273 0 -1 1077936128 69555832 0 0 0 7162006 6938 0 0 20 0 41 0 26048209 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 17 78 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
/proc/162332/statm: 6140342 5573118 3350 3035 0 5964774 0
[pid=162332/tid=162390] ppid=162329 vsize=24561368 memory=6720667636138786913 CPUtime=3586.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162390/stat : 162390 (fscip) R 162329 162332 157273 0 -1 4194368 3896649 0 0 0 358285 339 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162391] ppid=162329 vsize=24561368 memory=-7449093038244586103 CPUtime=3574.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162391/stat : 162391 (fscip) R 162329 162332 157273 0 -1 4194368 3927268 0 0 0 357119 347 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162392] ppid=162329 vsize=24561368 memory=6056 CPUtime=3582.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162392/stat : 162392 (fscip) R 162329 162332 157273 0 -1 4194368 2668443 0 0 0 357847 362 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162393] ppid=162329 vsize=24561368 memory=104 CPUtime=3582.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162393/stat : 162393 (fscip) R 162329 162332 157273 0 -1 4194368 3862409 0 0 0 357976 318 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162394] ppid=162329 vsize=24561368 memory=33100 CPUtime=3586.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162394/stat : 162394 (fscip) R 162329 162332 157273 0 -1 4194368 4153138 0 0 0 358278 367 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162395] ppid=162329 vsize=24561368 memory=19588 CPUtime=3569.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162395/stat : 162395 (fscip) R 162329 162332 157273 0 -1 4194368 2446311 0 0 0 356582 337 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162396] ppid=162329 vsize=24561368 memory=54528 CPUtime=3585.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162396/stat : 162396 (fscip) R 162329 162332 157273 0 -1 4194368 3979135 0 0 0 358240 342 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162397] ppid=162329 vsize=24561368 memory=28496 CPUtime=3585.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162397/stat : 162397 (fscip) R 162329 162332 157273 0 -1 4194368 4077222 0 0 0 358224 371 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162398] ppid=162329 vsize=24561368 memory=198340509722 CPUtime=3575.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162398/stat : 162398 (fscip) R 162329 162332 157273 0 -1 4194368 2595020 0 0 0 357212 379 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162399] ppid=162329 vsize=24561368 memory=74122 CPUtime=3579.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162399/stat : 162399 (fscip) R 162329 162332 157273 0 -1 4194368 3574029 0 0 0 357648 308 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162400] ppid=162329 vsize=24561368 memory=74461 CPUtime=3585.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162400/stat : 162400 (fscip) R 162329 162332 157273 0 -1 4194368 3551269 0 0 0 358282 313 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162401] ppid=162329 vsize=24561368 memory=74791 CPUtime=3581.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162401/stat : 162401 (fscip) R 162329 162332 157273 0 -1 4194368 2595592 0 0 0 357743 374 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162402] ppid=162329 vsize=24561368 memory=75122 CPUtime=3585.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162402/stat : 162402 (fscip) R 162329 162332 157273 0 -1 4194368 3655363 0 0 0 358214 329 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162403] ppid=162329 vsize=24561368 memory=75454 CPUtime=3586.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162403/stat : 162403 (fscip) R 162329 162332 157273 0 -1 4194368 4588362 0 0 0 358207 394 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162404] ppid=162329 vsize=24561368 memory=43327 CPUtime=3574.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162404/stat : 162404 (fscip) R 162329 162332 157273 0 -1 4194368 2463299 0 0 0 357067 340 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162405] ppid=162329 vsize=24561368 memory=51269 CPUtime=3580.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162405/stat : 162405 (fscip) R 162329 162332 157273 0 -1 4194368 3702347 0 0 0 357731 318 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162406] ppid=162329 vsize=24561368 memory=3763232040812806176 CPUtime=3571.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162406/stat : 162406 (fscip) R 162329 162332 157273 0 -1 4194368 3563007 0 0 0 356799 332 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162407] ppid=162329 vsize=24561368 memory=15648 CPUtime=3577.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162407/stat : 162407 (fscip) R 162329 162332 157273 0 -1 4194368 2687601 0 0 0 357367 352 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162408] ppid=162329 vsize=24561368 memory=10392 CPUtime=3565.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162408/stat : 162408 (fscip) R 162329 162332 157273 0 -1 4194368 3474429 0 0 0 356244 303 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162409] ppid=162329 vsize=24561368 memory=5432 CPUtime=3586.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162409/stat : 162409 (fscip) R 162329 162332 157273 0 -1 4194368 3861467 0 0 0 358296 349 0 0 20 0 41 0 26056815 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162412] ppid=162329 vsize=24561368 memory=16108 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162412/stat : 162412 (fscip) S 162329 162332 157273 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162413] ppid=162329 vsize=24561368 memory=2268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162413/stat : 162413 (fscip) S 162329 162332 157273 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162414] ppid=162329 vsize=24561368 memory=1996 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162414/stat : 162414 (fscip) S 162329 162332 157273 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162415] ppid=162329 vsize=24561368 memory=1996 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162415/stat : 162415 (fscip) S 162329 162332 157273 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162416] ppid=162329 vsize=24561368 memory=1836 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162416/stat : 162416 (fscip) S 162329 162332 157273 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162417] ppid=162329 vsize=24561368 memory=38468 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162417/stat : 162417 (fscip) S 162329 162332 157273 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162418] ppid=162329 vsize=24561368 memory=9512 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162418/stat : 162418 (fscip) S 162329 162332 157273 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162419] ppid=162329 vsize=24561368 memory=28356 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162419/stat : 162419 (fscip) S 162329 162332 157273 0 -1 1077936192 184 0 0 0 2 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162420] ppid=162329 vsize=24561368 memory=31828 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162420/stat : 162420 (fscip) S 162329 162332 157273 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162421] ppid=162329 vsize=24561368 memory=7176 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162421/stat : 162421 (fscip) S 162329 162332 157273 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162422] ppid=162329 vsize=24561368 memory=36120 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162422/stat : 162422 (fscip) S 162329 162332 157273 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162423] ppid=162329 vsize=24561368 memory=4684 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162423/stat : 162423 (fscip) S 162329 162332 157273 0 -1 1077936192 196 0 0 0 4 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162424] ppid=162329 vsize=24561368 memory=20572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162424/stat : 162424 (fscip) S 162329 162332 157273 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162425] ppid=162329 vsize=24561368 memory=6856 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162425/stat : 162425 (fscip) S 162329 162332 157273 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162426] ppid=162329 vsize=24561368 memory=7112 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162426/stat : 162426 (fscip) S 162329 162332 157273 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162427] ppid=162329 vsize=24561368 memory=198340509722 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162427/stat : 162427 (fscip) S 162329 162332 157273 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162428] ppid=162329 vsize=24561368 memory=74122 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162428/stat : 162428 (fscip) S 162329 162332 157273 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162429] ppid=162329 vsize=24561368 memory=74461 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162429/stat : 162429 (fscip) S 162329 162332 157273 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162430] ppid=162329 vsize=24561368 memory=74791 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162430/stat : 162430 (fscip) S 162329 162332 157273 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 26057193 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
[pid=162332/tid=162431] ppid=162329 vsize=24561368 memory=75122 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162332/task/162431/stat : 162431 (fscip) S 162329 162332 157273 0 -1 1077936192 185 0 0 0 3 0 0 0 20 0 41 0 26057194 25150840832 5573118 809668444160 4194304 16623229 140730457850016 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56680448 140730457854985 140730457855103 140730457855103 140730457862128 0
Current children cumulated CPU time: 71689.4 s
Current children cumulated vsize: 24561368 KiB
Current children cumulated memory: 22292472 KiB

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

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

# cumulated CPU time of all completed processes:  user=71620.3 s, system=70.0446 s

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

[startup+3700.4 s]
/proc/loadavg: 80.20 80.22 79.09 63/985 165019
/proc/meminfo: memFree=748339676/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3700.6 s]
/proc/loadavg: 80.20 80.22 79.09 63/985 165019
/proc/meminfo: memFree=748339676/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3700.7 s]
/proc/loadavg: 80.20 80.22 79.09 63/985 165019
/proc/meminfo: memFree=748339676/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3700.71
CPU time (s): 71690.4
CPU user time (s): 71620.3
CPU system time (s): 70.0446
CPU usage (%): 1937.21
Max. virtual memory (cumulated for all children) (KiB): 24561368
Max. memory (cumulated for all children) (KiB): 22297124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71620.3
system time used= 70.0446
maximum resident set size= 22297204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69555844
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= 180705
involuntary context switches= 273641


# summary of solver processes directly reported to runsolver:
#   pid: 162332
#   total CPU time (s): 71690.4
#   total CPU user time (s): 71620.3
#   total CPU system time (s): 70.0446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.8306 second user time and 81.5003 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 12:30:14
IDJOB=4465920
IDBENCH=164221
IDSOLVER=3094
FILE ID=nodeD101/4465920-1722594614
RUNJOBID= nodeD101-1722587343-157285
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622820 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-neos-948346.0.s.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-4465920-1722594614/watcher-4465920-1722594614 -o /tmp/evaluation-result-4465920-1722594614/solver-4465920-1722594614 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157285 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465920-1722594614.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= fa44fc9c0c30a6a8030f0b23aafff6c8
RANDOM SEED=649370551

nodeD101.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	: 0x5003102
cpu MHz		: 3158.726
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3607.732
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2604.992
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 1925.562
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3239.510
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 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	: 0x5003102
cpu MHz		: 3187.066
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2923.712
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2602.769
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3420.394
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2981.707
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3713.272
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2620.026
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2604.820
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3241.678
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2625.933
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2620.633
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2626.856
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2970.168
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 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	: 0x5003102
cpu MHz		: 3189.665
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2628.003
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3781.675
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2623.791
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2611.740
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2646.302
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2644.124
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2659.895
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2610.677
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2642.765
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2863.098
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2649.926
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3225.757
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2662.177
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2648.193
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2719.051
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2630.695
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2644.060
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2651.783
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2651.533
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3619.252
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2660.141
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3804.404
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3695.301
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        739185660 kB
MemAvailable:   739411468 kB
Buffers:          366676 kB
Cached:          3199108 kB
SwapCached:            0 kB
Active:           556252 kB
Inactive:       48378540 kB
Active(anon):       2128 kB
Inactive(anon): 45389416 kB
Active(file):     554124 kB
Inactive(file):  2989124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             64032 kB
Writeback:             0 kB
AnonPages:      45367368 kB
Mapped:           126204 kB
Shmem:             22536 kB
KReclaimable:     204176 kB
Slab:             560704 kB
SReclaimable:     204176 kB
SUnreclaim:       356528 kB
KernelStack:       16288 kB
PageTables:       101228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    7341520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           321792 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7163904 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:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD101 at 2024-08-02 13:31:55