Trace number 4465672

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) 68669.5 3701.57

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-139.opb
MD5SUMb1a9bb408d678f4e4f75286e8bd2bbb9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark23.2372
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35834
Total number of constraints835510
Number of constraints which are clauses750303
Number of constraints which are cardinality constraints (but not clauses)2782
Number of constraints which are nor clauses,nor cardinality constraints82425
Minimum length of a constraint1
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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)
2.29/2.38	c Default LC presolving (default).
2.29/2.39	c ** Before presolving: virtualMemUsedAtLc = 2010932773, getVmSize() = 1197330432, SCIPgetMemUsed() = 1063686211, SCIPgetMemTotal() = 1119471139, SCIPgetMemExternEstim() = 891461634
2.29/2.39	c ** set memory limit for presolving in LC to 8.78976e+12 for SCIP **
228.77/229.88	c ** Estimated virtualMemUsedAtSolver = 2495706614, getVmSize() = 3009347584, SCIPgetMemUsed() = 1721200528, SCIPgetMemTotal() = 2852098288, SCIPgetMemExternEstim() = 891461634
228.77/229.88	c ** set memory limit for solvers to 4.18075e+11 for each SCIP **
228.77/229.88	c Original Problem   :
228.77/229.88	c   Problem name     : instance-4465672-1723619306
228.77/229.88	c   Variables        : 35834 (35834 binary, 0 integer, 0 implicit integer, 0 continuous)
228.77/229.88	c   Constraints      : 835510
228.77/229.88	c   Objective sense  : minimize
228.77/229.88	c Presolved Problem  :
228.77/229.88	c   Variables        : 22748 (22748 binary, 0 integer, 0 implicit integer, 0 continuous)
228.77/229.88	c   Constraints      : 576029
228.77/229.88	c Constraints        : Number
228.77/229.88	c   knapsack         : 75187 
228.77/229.88	c   setppc           : 90911 
228.77/229.88	c   linear           : 1 
228.77/229.88	c   logicor          : 409930 
228.77/229.88	c ** Instance transfer method used: 0
229.77/230.82	c ** ParaScipInstance copy does not increase the number of variables. **
244.23/245.37	c LC is working with racing ramp-up and with rebuilding tree after racing.
244.23/245.38	c                                Nodes    Active                                            
244.23/245.38	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1036.71/286.12	c       286              2           1        20                -           0.0000          -
1137.24/291.38	c       291            156          40        20                -           0.0000          -
1238.05/296.43	c       296            371         255        20                -           0.0000          -
1339.13/301.54	c       302            622         479        20                -           0.0000          -
1444.16/306.83	c       307            635         518        20                -           0.0000          -
1543.26/311.89	c       312            715         598        20                -           0.0000          -
1649.17/317.17	c       317            876         760        20                -           0.0000          -
1753.40/322.43	c       322           1076         960        20                -           0.0000          -
1854.53/327.58	c       328           1315        1198        20                -           0.0000          -
1955.64/332.65	c       333           1532        1415        20                -           0.0000          -
2054.78/337.68	c       338           1309        1135        20                -           0.0000          -
2155.90/342.78	c       343           1337        1136        20                -           0.0000          -
2261.74/348.05	c       348           2005        1888        20                -           0.0000          -
2364.04/353.26	c       353           2069        1952        20                -           0.0000          -
2471.10/358.68	c       359           2295        2178        20                -           0.0000          -
2578.87/364.10	c       364           1990        1785        20                -           0.0000          -
2689.18/369.62	c       370           2835        2718        20                -           0.0000          -
2792.27/374.86	c       375           2339        2134        20                -           0.0000          -
2893.37/379.99	c       380           2579        2374        20                -           0.0000          -
2998.43/385.23	c       385           2879        2674        20                -           0.0000          -
3097.57/390.24	c       390           4795        4678        20                -           0.0000          -
3198.69/395.39	c       395           3579        3374        20                -           0.0000          -
3305.71/400.72	c       401           5635        5518        20                -           0.0000          -
3406.83/405.87	c       406           5658        5539        20                -           0.0000          -
3517.85/411.48	c       411           5658        5539        20                -           0.0000          -
3631.62/417.15	c       417           5782        5639        20                -           0.0000          -
3737.85/422.51	c       423           5782        5639        20                -           0.0000          -
3852.78/428.38	c       428           5782        5639        20                -           0.0000          -
3953.84/433.40	c       433           5839        5677        20                -           0.0000          -
4060.77/438.85	c       439           5839        5677        20                -           0.0000          -
4181.72/444.97	c       445           5839        5677        20                -           0.0000          -
4288.77/450.38	c       450           5839        5677        20                -           0.0000          -
4404.76/456.18	c       456           5839        5677        20                -           0.0000          -
4530.51/462.54	c       463           5839        5677        20                -           0.0000          -
4637.47/467.96	c       468           5839        5677        20                -           0.0000          -
4752.28/473.74	c       474           5839        5677        20                -           0.0000          -
4861.19/479.25	c       479           4847        4542        20                -           0.0000          -
5009.74/486.73	c       487           4847        4542        20                -           0.0000          -
5126.59/492.66	c       493           4967        4312        20                -           0.0000          -
5241.42/498.46	c       498           4967        4312        20                -           0.0000          -
5344.28/503.64	c       504           5880        5015        20                -           0.0000          -
5459.01/509.44	c       509           4974        4213        20                -           0.0000          -
5572.46/515.17	c       515           4994        4209        20                -           0.0000          -
5684.57/520.89	c       521           5898        4893        20                -           0.0000          -
5793.40/526.36	c       526           5005        4081        20                -           0.0000          -
5902.28/531.87	c       532           5907        5059        20                -           0.0000          -
6011.07/537.38	c       537           5907        5059        20                -           0.0000          -
6121.97/542.91	c       543           5990        4739        20                -           0.0000          -
6240.65/549.03	c       549           5990        4739        20                -           0.0000          -
6351.46/554.56	c       555           5990        4739        20                -           0.0000          -
6458.35/559.94	c       560           5990        4739        20                -           0.0000          -
6561.84/565.16	c       565           5926        5061        20                -           0.0000          -
6668.04/570.55	c       571           6019          81        20                -           0.0000          -
6769.05/575.61	c       576           6365         339        20                -           0.0000          -
6872.05/580.80	c       581           5022        4063        20                -           0.0000          -
6973.07/586.01	c       586           5023        4062        20                -           0.0000          -
7077.98/591.23	c       591           5029        4063        20                -           0.0000          -
7190.92/596.98	c       597           5034        4059        20                -           0.0000          -
7295.89/602.29	c       602           5035        4058        20                -           0.0000          -
7402.88/607.69	c       608           5035        4058        20                -           0.0000          -
7505.89/612.80	c       613           5035        4058        20                -           0.0000          -
7606.91/617.91	c       618           5035        4058        20                -           0.0000          -
7705.95/622.95	c       623           5035        4058        20                -           0.0000          -
7804.99/628.02	c       628           5035        4058        20                -           0.0000          -
7906.74/633.06	c       633           5150          81        20                -           0.0000          -
8005.86/638.13	c       638           8717        2659        20                -           0.0000          -
8110.00/643.35	c       643           8727        2659        20                -           0.0000          -
8210.88/648.47	c       648           8733        2659        20                -           0.0000          -
8315.75/653.77	c       654           8736        2660        20                -           0.0000          -
8416.65/658.82	c       659           8739        2659        20                -           0.0000          -
8515.62/663.84	c       664           8742        2660        20                -           0.0000          -
8626.47/669.44	c       669           8277        2141        20                -           0.0000          -
8729.21/674.62	c       675           8752        2660        20                -           0.0000          -
8836.70/680.08	c       680           6249        1122        20                -           0.0000          -
8937.59/685.14	c       685           6436        1309        20                -           0.0000          -
9037.74/690.21	c       690           8765        2659        20                -           0.0000          -
9138.74/695.37	c       695           6756        1629        20                -           0.0000          -
9237.67/700.40	c       700           8325        2141        20                -           0.0000          -
9338.69/705.44	c       705           8330        2142        20                -           0.0000          -
9437.73/710.49	c       710           8338        2142        20                -           0.0000          -
9546.70/716.03	c       716           8409        2207        20                -           0.0000          -
9648.39/721.08	c       721           7251        2094        20                -           0.0000          -
9752.72/726.36	c       726           8810        2660        20                -           0.0000          -
9853.75/731.44	c       731           8817        2659        20                -           0.0000          -
9956.78/736.69	c       737           9192        2868        20                -           0.0000          -
10059.72/741.82	c       742           7436        2268        20                -           0.0000          -
10160.71/746.95	c       747           8833        2659        20                -           0.0000          -
10262.41/752.05	c       752           7897        2727        20                -           0.0000          -
10364.53/757.29	c       757           9777        3407        20                -           0.0000          -
10467.54/762.49	c       762          10297        3927        20                -           0.0000          -
10568.46/767.55	c       768           8851        2659        20                -           0.0000          -
10671.40/772.76	c       773          10597        4227        20                -           0.0000          -
10774.31/777.96	c       778           8861        2659        20                -           0.0000          -
10881.24/783.36	c       783          10779        4405        20                -           0.0000          -
10988.07/788.75	c       789          10799        4425        20                -           0.0000          -
11102.91/794.51	c       795          10819        4445        20                -           0.0000          -
11203.86/799.64	c       800          10825        4449        20                -           0.0000          -
11302.84/804.69	c       805          10875        4345        20                -           0.0000          -
11412.63/810.17	c       810           9106        2860        20                -           0.0000          -
11516.49/815.48	c       815           9212        2963        20                -           0.0000          -
11623.41/820.87	c       821           9576        3319        20                -           0.0000          -
11724.27/825.99	c       826          10930        4394        20                -           0.0000          -
11823.27/831.01	c       831          10350        4914        20                -           0.0000          -
11944.91/837.12	c       837           9952        3663        20                -           0.0000          -
12043.67/842.13	c       842          11045        4505        20                -           0.0000          -
12149.84/847.42	c       847          10774        5330        20                -           0.0000          -
12270.66/853.57	c       854          11073        4404        20                -           0.0000          -
12373.66/858.79	c       859          11073        4404        20                -           0.0000          -
12479.34/864.07	c       864          11073        4404        20                -           0.0000          -
12580.46/869.20	c       869          11073        4404        20                -           0.0000          -
12686.67/874.58	c       875          10152        3863        20                -           0.0000          -
12791.69/879.83	c       880          10152        3863        20                -           0.0000          -
12895.40/885.13	c       885          10152        3863        20                -           0.0000          -
12997.73/890.20	c       890          10152        3863        20                -           0.0000          -
13104.73/895.62	c       896          10152        3863        20                -           0.0000          -
13217.67/901.31	c       901          10152        3863        20                -           0.0000          -
13320.71/906.50	c       906          10152        3863        20                -           0.0000          -
13421.73/911.60	c       912          10874        5416        20                -           0.0000          -
13520.78/916.63	c       917          10874        5416        20                -           0.0000          -
13625.76/921.92	c       922          10173        3688        20                -           0.0000          -
13724.89/926.97	c       927          10173        3688        20                -           0.0000          -
13823.77/931.99	c       932          10173        3688        20                -           0.0000          -
13930.68/937.38	c       937          10173        3688        20                -           0.0000          -
14039.63/942.83	c       943          13198        2098        20                -           0.0000          -
14140.61/947.93	c       948          10297         119        20                -           0.0000          -
14249.51/953.44	c       953          13263        2151        20                -           0.0000          -
14356.48/958.87	c       959          13287        2167        20                -           0.0000          -
14462.16/964.19	c       964          13314        2182        20                -           0.0000          -
14562.45/969.21	c       969          12565        1653        20                -           0.0000          -
14665.40/974.45	c       974          12565        1653        20                -           0.0000          -
14766.44/979.50	c       980          12565        1653        20                -           0.0000          -
14867.49/984.60	c       985          12565        1653        20                -           0.0000          -
14970.51/989.89	c       990          12565        1653        20                -           0.0000          -
15074.44/995.04	c       995          12565        1653        20                -           0.0000          -
15173.33/1000.06	c      1000          12566           0        20                -           0.0000          -
15272.60/1005.07	c      1005          13694        2491        20                -           0.0000          -
15371.27/1010.11	c      1010          13705        2494        20                -           0.0000          -
15473.68/1015.23	c      1015          13027         461        20                -           0.0000          -
15582.48/1020.77	c      1021          13187         621        20                -           0.0000          -
15695.45/1026.41	c      1026          14098        2836        20                -           0.0000          -
15796.30/1031.57	c      1032          14198        2936        20                -           0.0000          -
15895.34/1036.59	c      1037          14218        2956        20                -           0.0000          -
15998.36/1041.73	c      1042          14245        2981        20                -           0.0000          -
16107.31/1047.28	c      1047          14251        2983        20                -           0.0000          -
16214.31/1052.60	c      1053          14281        3013        20                -           0.0000          -
16315.34/1057.79	c      1058          12434        2141        20                -           0.0000          -
16416.36/1062.88	c      1063          14323        3051        20                -           0.0000          -
16515.38/1067.89	c      1068          14330        3054        20                -           0.0000          -
16616.39/1072.99	c      1073          15467        2901        20                -           0.0000          -
16718.05/1078.09	c      1078          12699        2396        20                -           0.0000          -
16819.11/1083.14	c      1083          14344        3058        20                -           0.0000          -
16927.26/1088.65	c      1089          14350        3060        20                -           0.0000          -
17034.85/1094.10	c      1094          14353        3061        20                -           0.0000          -
17137.15/1099.28	c      1099          14359        3063        20                -           0.0000          -
17236.23/1104.29	c      1104          12837        2522        20                -           0.0000          -
17337.27/1109.32	c      1109          16095        3429        20                -           0.0000          -
17440.25/1114.51	c      1115          14373        3067        20                -           0.0000          -
17541.30/1119.60	c      1120          14379        3069        20                -           0.0000          -
17640.38/1124.68	c      1125          12910        2585        20                -           0.0000          -
17751.33/1130.26	c      1130          14387        3071        20                -           0.0000          -
17850.41/1135.29	c      1135          16257        3511        20                -           0.0000          -
17953.44/1140.48	c      1140          12949        2612        20                -           0.0000          -
18054.53/1145.55	c      1146          12957        2616        20                -           0.0000          -
18161.55/1150.99	c      1151          14409        3079        20                -           0.0000          -
18268.56/1156.30	c      1156          16705        3935        20                -           0.0000          -
18371.61/1161.51	c      1162          14425        3089        20                -           0.0000          -
18478.62/1166.99	c      1167          16724        3946        20                -           0.0000          -
18585.64/1172.30	c      1172          13007        2648        20                -           0.0000          -
18684.74/1177.38	c      1177          13012        2649        20                -           0.0000          -
18789.81/1182.69	c      1183          13023        2656        20                -           0.0000          -
18897.54/1188.09	c      1188          14462        3112        20                -           0.0000          -
19013.79/1193.95	c      1194          13045        2670        20                -           0.0000          -
19115.57/1199.07	c      1199          14477        3119        20                -           0.0000          -
19214.69/1204.10	c      1204          14498        3138        20                -           0.0000          -
19326.91/1209.72	c      1210          14504        3142        20                -           0.0000          -
19425.99/1214.73	c      1215          14509        3145        20                -           0.0000          -
19526.94/1219.84	c      1220          16814        3998        20                -           0.0000          -
19633.70/1225.20	c      1225          14525        3155        20                -           0.0000          -
19734.46/1230.30	c      1230          13675        2713        20                -           0.0000          -
19855.39/1236.43	c      1236          14532        3156        20                -           0.0000          -
19958.46/1241.61	c      1242          13752        2551        20                -           0.0000          -
20059.56/1246.71	c      1247          16867        4031        20                -           0.0000          -
20160.64/1251.83	c      1252          14540        3156        20                -           0.0000          -
20259.69/1256.89	c      1257          13828        2309        20                -           0.0000          -
20366.70/1262.27	c      1262          17005        4163        20                -           0.0000          -
20473.74/1267.63	c      1268          13863        2289        20                -           0.0000          -
20578.57/1273.04	c      1273          17054        4200        20                -           0.0000          -
20682.23/1278.17	c      1278          14643        3225        20                -           0.0000          -
20794.57/1283.84	c      1284          17083        4219        20                -           0.0000          -
20895.66/1289.03	c      1289          17087        4219        20                -           0.0000          -
21008.65/1294.69	c      1295          14119        2006        20                -           0.0000          -
21109.72/1299.80	c      1300          14137        2009        20                -           0.0000          -
21212.80/1305.01	c      1305          14137        2009        20                -           0.0000          -
21314.58/1310.12	c      1310          14137        2009        20                -           0.0000          -
21416.96/1315.23	c      1315          14137        2009        20                -           0.0000          -
21523.93/1320.69	c      1321          14137        2009        20                -           0.0000          -
21636.91/1326.30	c      1326          14137        2009        20                -           0.0000          -
21739.99/1331.59	c      1332          14137        2009        20                -           0.0000          -
21849.68/1337.05	c      1337          17141        4223        20                -           0.0000          -
21950.99/1342.15	c      1342          14271         119        20                -           0.0000          -
22049.85/1347.19	c      1347          14924        2812        20                -           0.0000          -
22162.06/1352.81	c      1353          14926        2810        20                -           0.0000          -
22263.14/1357.92	c      1358          17170        4226        20                -           0.0000          -
22362.25/1363.03	c      1363          17173        4227        20                -           0.0000          -
22463.98/1368.05	c      1368          17175        4227        20                -           0.0000          -
22563.08/1373.05	c      1373          17178        4228        20                -           0.0000          -
22665.47/1378.25	c      1378          17187        4229        20                -           0.0000          -
22764.59/1383.29	c      1383          17189        4229        20                -           0.0000          -
22867.65/1388.49	c      1388          15628        1440        20                -           0.0000          -
22968.75/1393.52	c      1394          14964        2681        20                -           0.0000          -
23071.83/1398.74	c      1399          17202        4230        20                -           0.0000          -
23170.95/1403.75	c      1404          17206        4230        20                -           0.0000          -
23273.97/1408.91	c      1409          16394        2198        20                -           0.0000          -
23377.74/1414.18	c      1414          16428        2226        20                -           0.0000          -
23478.12/1419.24	c      1419          17228        4230        20                -           0.0000          -
23579.16/1424.34	c      1424          16472        2262        20                -           0.0000          -
23686.12/1429.77	c      1430          16481        2265        20                -           0.0000          -
23795.14/1435.20	c      1435          15156        2491        20                -           0.0000          -
23896.22/1440.38	c      1440          17254        4230        20                -           0.0000          -
24003.29/1445.74	c      1446          17356        4332        20                -           0.0000          -
24109.21/1451.07	c      1451          17379        4351        20                -           0.0000          -
24215.39/1456.41	c      1456          15256        2489        20                -           0.0000          -
24316.48/1461.58	c      1462          15256        2489        20                -           0.0000          -
24426.37/1467.11	c      1467          15256        2489        20                -           0.0000          -
24534.56/1472.53	c      1473          15256        2489        20                -           0.0000          -
24633.68/1477.56	c      1478          15256        2489        20                -           0.0000          -
24743.37/1483.09	c      1483          15256        2489        20                -           0.0000          -
24851.74/1488.56	c      1489          17620        3944        20                -           0.0000          -
24958.81/1494.02	c      1494          16952        2175        20                -           0.0000          -
25067.82/1499.40	c      1499          17626        3944        20                -           0.0000          -
25172.92/1504.72	c      1505          17628        3944        20                -           0.0000          -
25274.03/1509.90	c      1510          16051         687        20                -           0.0000          -
25394.85/1516.03	c      1516          17634        3944        20                -           0.0000          -
25498.35/1521.16	c      1521          17636        3944        20                -           0.0000          -
25600.67/1526.36	c      1526          17745        3774        20                -           0.0000          -
25714.52/1532.08	c      1532          17757        3768        20                -           0.0000          -
25820.61/1537.41	c      1537          17757        3768        20                -           0.0000          -
25923.70/1542.63	c      1543          17757        3768        20                -           0.0000          -
26026.66/1547.81	c      1548          17757        3768        20                -           0.0000          -
26130.36/1553.05	c      1553          17757        3768        20                -           0.0000          -
26236.71/1558.50	c      1558          17757        3768        20                -           0.0000          -
26337.75/1563.51	c      1564          17785          22        20                -           0.0000          -
26438.85/1568.68	c      1569          17739        2309        20                -           0.0000          -
26539.92/1573.73	c      1574          17751        2315        20                -           0.0000          -
26643.02/1578.90	c      1579          17779        2341        20                -           0.0000          -
26742.20/1583.99	c      1584          17038        1994        20                -           0.0000          -
26849.15/1589.37	c      1589          17043        1989        20                -           0.0000          -
26952.25/1594.55	c      1595          18671         869        20                -           0.0000          -
27051.38/1599.58	c      1600          17839        2379        20                -           0.0000          -
27150.50/1604.59	c      1605          17845        2379        20                -           0.0000          -
27253.37/1609.79	c      1610          17060        1971        20                -           0.0000          -
27356.45/1615.02	c      1615          17065        1966        20                -           0.0000          -
27461.47/1620.22	c      1620          17073        1919        20                -           0.0000          -
27568.44/1625.60	c      1626          19549        1725        20                -           0.0000          -
27669.36/1630.74	c      1631          18017        2533        20                -           0.0000          -
27780.22/1636.36	c      1636          18023        2533        20                -           0.0000          -
27887.24/1641.73	c      1642          19589        1743        20                -           0.0000          -
27988.32/1646.85	c      1647          17095        1893        20                -           0.0000          -
28089.39/1651.98	c      1652          18037        2533        20                -           0.0000          -
28202.36/1657.63	c      1658          18045        2535        20                -           0.0000          -
28305.44/1662.87	c      1663          17112        1831        20                -           0.0000          -
28406.45/1667.96	c      1668          18136        2622        20                -           0.0000          -
28505.47/1672.97	c      1673          17128        1815        20                -           0.0000          -
28610.29/1678.22	c      1678          19896        2003        20                -           0.0000          -
28709.40/1683.24	c      1683          18201        2671        20                -           0.0000          -
28808.47/1688.29	c      1688          20460        2491        20                -           0.0000          -
28911.54/1693.46	c      1693          20471        2450        20                -           0.0000          -
29010.63/1698.47	c      1698          18215        2671        20                -           0.0000          -
29117.68/1703.80	c      1704          18219        2671        20                -           0.0000          -
29218.64/1708.96	c      1709          20492        2249        20                -           0.0000          -
29320.65/1714.11	c      1714          18225        2671        20                -           0.0000          -
29422.74/1719.25	c      1719          18229        2671        20                -           0.0000          -
29535.72/1724.92	c      1725          17206        1490        20                -           0.0000          -
29634.84/1729.93	c      1730          20502        2239        20                -           0.0000          -
29743.86/1735.41	c      1735          18239        2671        20                -           0.0000          -
29842.97/1740.42	c      1740          18243        2671        20                -           0.0000          -
29947.99/1745.74	c      1746          20832        2436        20                -           0.0000          -
30049.09/1750.81	c      1751          18249        2671        20                -           0.0000          -
30155.99/1756.21	c      1756          18253        2671        20                -           0.0000          -
30259.08/1761.45	c      1761          18257        2671        20                -           0.0000          -
30358.20/1766.47	c      1766          17932        1230        20                -           0.0000          -
30459.26/1771.54	c      1772          18263        2671        20                -           0.0000          -
30568.98/1777.11	c      1777          21264        1818        20                -           0.0000          -
30671.34/1782.23	c      1782          18269        2671        20                -           0.0000          -
30772.49/1787.36	c      1787          18273        2671        20                -           0.0000          -
30881.47/1792.83	c      1793          18277        2671        20                -           0.0000          -
30990.26/1798.38	c      1798          18607        1154        20                -           0.0000          -
31091.33/1803.40	c      1803          18607        1154        20                -           0.0000          -
31196.34/1808.78	c      1809          18607        1154        20                -           0.0000          -
31299.44/1813.96	c      1814          18607        1154        20                -           0.0000          -
31408.47/1819.41	c      1819          22883        1666        20                -           0.0000          -
31509.57/1824.55	c      1825          22883        1666        20                -           0.0000          -
31621.42/1830.19	c      1830          22883        1666        20                -           0.0000          -
31721.68/1835.22	c      1835          18418        2768        20                -           0.0000          -
31822.71/1840.31	c      1840          18424        2768        20                -           0.0000          -
31933.68/1845.92	c      1846          19369         619        20                -           0.0000          -
32042.64/1851.42	c      1851          18438        2768        20                -           0.0000          -
32143.72/1856.51	c      1857          18442        2768        20                -           0.0000          -
32248.87/1861.88	c      1862          18448        2768        20                -           0.0000          -
32352.46/1867.07	c      1867          24292        1312        20                -           0.0000          -
32451.55/1872.11	c      1872          18454        2768        20                -           0.0000          -
32554.03/1877.22	c      1877          24815        1829        20                -           0.0000          -
32671.56/1883.18	c      1883          18462        2768        20                -           0.0000          -
32773.89/1888.34	c      1888          18466        2768        20                -           0.0000          -
32873.02/1893.37	c      1893          25167        2161        20                -           0.0000          -
32974.13/1898.43	c      1898          25246        2238        20                -           0.0000          -
33073.26/1903.50	c      1903          25295        2283        20                -           0.0000          -
33178.34/1908.74	c      1909          18478        2768        20                -           0.0000          -
33281.45/1913.97	c      1914          25367        2343        20                -           0.0000          -
33385.29/1919.18	c      1919          25392        2362        20                -           0.0000          -
33485.65/1924.27	c      1924          25557        2523        20                -           0.0000          -
33588.77/1929.43	c      1929          18492        2768        20                -           0.0000          -
33689.88/1934.51	c      1935          25814        2164        20                -           0.0000          -
33789.01/1939.55	c      1940          21551        2641        20                -           0.0000          -
33907.97/1945.51	c      1946          18502        2768        20                -           0.0000          -
34013.06/1950.84	c      1951          18506        2768        20                -           0.0000          -
34114.18/1956.00	c      1956          18510        2768        20                -           0.0000          -
34216.01/1961.07	c      1961          18512        2768        20                -           0.0000          -
34315.09/1966.09	c      1966          18516        2768        20                -           0.0000          -
34423.43/1971.58	c      1972          26442        1986        20                -           0.0000          -
34524.54/1976.69	c      1977          18522        2768        20                -           0.0000          -
34629.62/1982.00	c      1982          18526        2768        20                -           0.0000          -
34748.54/1987.94	c      1988          26777        1651        20                -           0.0000          -
34847.66/1993.02	c      1993          18532        2768        20                -           0.0000          -
34949.46/1998.07	c      1998          26903        1650        20                -           0.0000          -
35053.84/2003.35	c      2003          23646        3039        20                -           0.0000          -
35164.83/2008.93	c      2009          18899        2687        20                -           0.0000          -
35279.83/2014.77	c      2015          23931        2960        20                -           0.0000          -
35385.77/2020.12	c      2020          18992        2689        20                -           0.0000          -
35488.07/2025.28	c      2025          24129        2924        20                -           0.0000          -
35591.02/2030.43	c      2030          19045        2673        20                -           0.0000          -
35694.12/2035.65	c      2036          19148        2520        20                -           0.0000          -
35804.12/2041.18	c      2041          24528        2851        20                -           0.0000          -
35906.27/2046.30	c      2046          29840        1699        20                -           0.0000          -
36013.35/2051.70	c      2052          24873        2740        20                -           0.0000          -
36112.50/2056.74	c      2057          19860        2421        20                -           0.0000          -
36223.51/2062.30	c      2062          31035        1627        20                -           0.0000          -
36322.68/2067.39	c      2067          31337        1648        20                -           0.0000          -
36423.72/2072.43	c      2072          31726        1770        20                -           0.0000          -
36524.80/2077.50	c      2078          20230        2209        20                -           0.0000          -
36627.86/2082.70	c      2083          20233        2206        20                -           0.0000          -
36730.97/2087.91	c      2088          26163        2554        20                -           0.0000          -
36841.95/2093.59	c      2094          26163        2554        20                -           0.0000          -
36957.00/2099.37	c      2099          26163        2554        20                -           0.0000          -
37060.07/2104.51	c      2105          26163        2554        20                -           0.0000          -
37161.20/2109.65	c      2110          26163        2554        20                -           0.0000          -
37262.05/2114.74	c      2115          20237        2201        20                -           0.0000          -
37365.20/2119.91	c      2120          20237        2201        20                -           0.0000          -
37464.32/2125.02	c      2125          35853        1634        20                -           0.0000          -
37569.39/2130.27	c      2130          20568         279        20                -           0.0000          -
37674.50/2135.51	c      2136          36646        1708        20                -           0.0000          -
37781.60/2140.93	c      2141          21048         759        20                -           0.0000          -
37880.74/2145.97	c      2146          21210         917        20                -           0.0000          -
37982.57/2151.07	c      2151          37906        1640        20                -           0.0000          -
38083.93/2156.15	c      2156          21697        1390        20                -           0.0000          -
38183.06/2161.17	c      2161          38733        1667        20                -           0.0000          -
38285.33/2166.40	c      2166          39196        1706        20                -           0.0000          -
38388.47/2171.50	c      2172          22335        2000        20                -           0.0000          -
38487.64/2176.51	c      2177          40012        1666        20                -           0.0000          -
38586.76/2181.54	c      2182          22468        1784        20                -           0.0000          -
38687.79/2186.62	c      2187          22571        1558        20                -           0.0000          -
38788.92/2191.74	c      2192          27684        1265        20                -           0.0000          -
38891.66/2197.02	c      2197          22635        1404        20                -           0.0000          -
38993.53/2202.08	c      2202          27954        1519        20                -           0.0000          -
39095.63/2207.29	c      2207          28049        1608        20                -           0.0000          -
39200.57/2212.53	c      2213          28076        1625        20                -           0.0000          -
39305.54/2217.86	c      2218          22743        1317        20                -           0.0000          -
39411.21/2223.15	c      2223          28260        1783        20                -           0.0000          -
39513.31/2228.30	c      2228          44099        1728        20                -           0.0000          -
39618.27/2233.64	c      2234          28333        1842        20                -           0.0000          -
39725.80/2239.06	c      2239          23300        1351        20                -           0.0000          -
39824.89/2244.09	c      2244          28430        1897        20                -           0.0000          -
39927.17/2249.22	c      2249          23806        1146        20                -           0.0000          -
40025.97/2254.26	c      2254          46176        1626        20                -           0.0000          -
40127.05/2259.37	c      2259          28720        1687        20                -           0.0000          -
40228.02/2264.48	c      2264          28904        1749        20                -           0.0000          -
40333.02/2269.73	c      2270          47347        1667        20                -           0.0000          -
40432.05/2274.75	c      2275          47775        1667        20                -           0.0000          -
40531.09/2279.77	c      2280          48159        1630        20                -           0.0000          -
40636.63/2285.07	c      2285          29952        1502        20                -           0.0000          -
40737.74/2290.14	c      2290          26011        1454        20                -           0.0000          -
40847.98/2295.71	c      2296          26427         918        20                -           0.0000          -
40950.97/2300.92	c      2301          30654        1456        20                -           0.0000          -
41057.92/2306.36	c      2306          30825        1451        20                -           0.0000          -
41162.91/2311.65	c      2312          27026         777        20                -           0.0000          -
41261.94/2316.67	c      2317          51348        1628        20                -           0.0000          -
41362.95/2321.72	c      2322          51807        1630        20                -           0.0000          -
41461.99/2326.75	c      2327          31725        1888        20                -           0.0000          -
41567.62/2332.04	c      2332          27866         858        20                -           0.0000          -
41675.90/2337.57	c      2338          32194        2339        20                -           0.0000          -
41780.88/2342.80	c      2343          53497        1592        20                -           0.0000          -
41879.92/2347.84	c      2348          32323        2226        20                -           0.0000          -
41990.85/2353.46	c      2353          28783         716        20                -           0.0000          -
42099.79/2358.96	c      2359          28783         716        20                -           0.0000          -
42198.83/2363.99	c      2364          28783         716        20                -           0.0000          -
42302.54/2369.18	c      2369          28783         716        20                -           0.0000          -
42402.91/2374.21	c      2374          28783         716        20                -           0.0000          -
42507.80/2379.54	c      2380          56597        1607        20                -           0.0000          -
42606.83/2384.58	c      2385          56962        1592        20                -           0.0000          -
42707.84/2389.63	c      2390          32725        1859        20                -           0.0000          -
42808.86/2394.71	c      2395          29386         398        20                -           0.0000          -
42907.78/2399.75	c      2400          32986        1756        20                -           0.0000          -
43008.81/2404.85	c      2405          33417        1834        20                -           0.0000          -
43109.83/2409.97	c      2410          33572        1628        20                -           0.0000          -
43213.46/2415.13	c      2415          33770        1577        20                -           0.0000          -
43313.82/2420.29	c      2420          30403        1405        20                -           0.0000          -
43414.81/2425.30	c      2425          34334        1745        20                -           0.0000          -
43521.79/2430.71	c      2431          34504        1534        20                -           0.0000          -
43620.82/2435.76	c      2436          30664        1620        20                -           0.0000          -
43723.83/2440.97	c      2441          30732        1667        20                -           0.0000          -
43830.44/2446.32	c      2446          30913        1844        20                -           0.0000          -
43933.43/2451.55	c      2452          35271        1399        20                -           0.0000          -
44032.48/2456.57	c      2457          35471        1397        20                -           0.0000          -
44137.47/2461.89	c      2462          63040        1684        20                -           0.0000          -
44241.18/2467.08	c      2467          31258        2145        20                -           0.0000          -
44342.20/2472.18	c      2472          63821        1586        20                -           0.0000          -
44442.47/2477.28	c      2477          31322        2195        20                -           0.0000          -
44547.47/2482.50	c      2482          36336        2056        20                -           0.0000          -
44650.48/2487.72	c      2488          31404        2239        20                -           0.0000          -
44749.47/2492.75	c      2493          31474        2285        20                -           0.0000          -
44850.50/2497.82	c      2498          65866        1605        20                -           0.0000          -
44949.54/2502.84	c      2503          37765        1379        20                -           0.0000          -
45050.56/2507.99	c      2508          32105        2346        20                -           0.0000          -
45155.52/2513.20	c      2513          32228        2316        20                -           0.0000          -
45254.52/2518.22	c      2518          32304        2242        20                -           0.0000          -
45355.45/2523.30	c      2523          39332        2439        20                -           0.0000          -
45458.47/2528.54	c      2529          68236        1669        20                -           0.0000          -
45568.06/2534.05	c      2534          68667        1649        20                -           0.0000          -
45669.15/2539.19	c      2539          40430        1303        20                -           0.0000          -
45773.31/2544.40	c      2544          33238        2093        20                -           0.0000          -
45880.28/2549.86	c      2550          33486        2149        20                -           0.0000          -
45981.20/2554.92	c      2555          41123        1284        20                -           0.0000          -
46080.27/2559.98	c      2560          33859        2040        20                -           0.0000          -
46183.78/2565.19	c      2565          71102        1648        20                -           0.0000          -
46290.00/2570.52	c      2571          34325        2012        20                -           0.0000          -
46391.06/2575.69	c      2576          42030        1229        20                -           0.0000          -
46492.12/2580.79	c      2581          42313        1444        20                -           0.0000          -
46593.05/2585.80	c      2586          42662        1779        20                -           0.0000          -
46696.83/2591.05	c      2591          73192        1689        20                -           0.0000          -
46801.00/2596.35	c      2596          73622        1689        20                -           0.0000          -
46902.00/2601.45	c      2601          74044        1620        20                -           0.0000          -
47004.98/2606.69	c      2607          35624        1562        20                -           0.0000          -
47106.00/2611.75	c      2612          44403        2203        20                -           0.0000          -
47208.98/2616.91	c      2617          36018        1847        20                -           0.0000          -
47308.01/2621.98	c      2622          75732        1588        20                -           0.0000          -
47416.91/2627.45	c      2627          45780        2343        20                -           0.0000          -
47522.06/2632.77	c      2633          76569        1534        20                -           0.0000          -
47638.48/2638.63	c      2639          46432        1215        20                -           0.0000          -
47743.47/2644.01	c      2644          46432        1215        20                -           0.0000          -
47845.31/2649.07	c      2649          46432        1215        20                -           0.0000          -
47955.35/2654.63	c      2655          46432        1215        20                -           0.0000          -
48060.32/2659.98	c      2660          37804        1493        20                -           0.0000          -
48162.02/2665.11	c      2665          46670          34        20                -           0.0000          -
48262.98/2670.17	c      2670          38310        1392        20                -           0.0000          -
48363.32/2675.24	c      2675          38652        1475        20                -           0.0000          -
48464.24/2680.38	c      2680          38926        1749        20                -           0.0000          -
48567.28/2685.51	c      2686          39138        1949        20                -           0.0000          -
48666.05/2690.57	c      2691          47655         953        20                -           0.0000          -
48766.94/2695.69	c      2696          47820        1118        20                -           0.0000          -
48867.62/2700.77	c      2701          82210        1648        20                -           0.0000          -
48970.57/2705.90	c      2706          40501        1289        20                -           0.0000          -
49072.41/2711.08	c      2711          82897        1765        20                -           0.0000          -
49171.27/2716.10	c      2716          82897        1765        20                -           0.0000          -
49273.50/2721.24	c      2721          82897        1765        20                -           0.0000          -
49374.48/2726.31	c      2726          82897        1765        20                -           0.0000          -
49473.53/2731.36	c      2731          41280        1194        20                -           0.0000          -
49572.49/2736.38	c      2736          83112         157        20                -           0.0000          -
49673.34/2741.41	c      2741          83314         343        20                -           0.0000          -
49774.34/2746.59	c      2747          41562        1188        20                -           0.0000          -
49879.33/2751.90	c      2752          41562        1188        20                -           0.0000          -
49985.11/2757.15	c      2757          41562        1188        20                -           0.0000          -
50084.24/2762.18	c      2762          41562        1188        20                -           0.0000          -
50184.36/2767.22	c      2767          84116        1068        20                -           0.0000          -
50285.29/2772.38	c      2772          50162        2271        20                -           0.0000          -
50386.31/2777.48	c      2777          41981         360        20                -           0.0000          -
50489.30/2782.69	c      2783          42221         600        20                -           0.0000          -
50590.31/2787.74	c      2788          85157        2049        20                -           0.0000          -
50693.28/2792.91	c      2793          85299        2181        20                -           0.0000          -
50795.19/2798.07	c      2798          86071        2890        20                -           0.0000          -
50899.38/2803.36	c      2803          86171        2214        20                -           0.0000          -
51000.09/2808.42	c      2808          86190        2123        20                -           0.0000          -
51099.03/2813.48	c      2813          43707        2032        20                -           0.0000          -
51200.08/2818.56	c      2819          86622        1826        20                -           0.0000          -
51307.07/2823.92	c      2824          43972        2255        20                -           0.0000          -
51405.99/2829.00	c      2829          43978        1982        20                -           0.0000          -
51507.50/2834.11	c      2834          43989        1377        20                -           0.0000          -
51608.77/2839.17	c      2839          53635        1787        20                -           0.0000          -
51707.74/2844.19	c      2844          87841        1867        20                -           0.0000          -
51808.12/2849.30	c      2849          53987        1758        20                -           0.0000          -
51921.06/2854.98	c      2855          54262        1726        20                -           0.0000          -
52020.12/2859.99	c      2860          54650        2081        20                -           0.0000          -
52122.02/2865.07	c      2865          54742        1706        20                -           0.0000          -
52230.14/2870.57	c      2871          54941        1702        20                -           0.0000          -
52339.82/2876.09	c      2876          89794        1524        20                -           0.0000          -
52440.82/2881.19	c      2881          46084        1033        20                -           0.0000          -
52541.19/2886.28	c      2886          55655        1682        20                -           0.0000          -
52642.32/2891.32	c      2891              2           1        20                -           0.0000          -
52749.30/2896.76	c      2897              2           1        20                -           0.0000          -
52852.35/2902.03	c      2902              2           1        20                -           0.0000          -
52954.01/2907.07	c      2907              2           1        20                -           0.0000          -
53053.21/2912.11	c      2912              2           1        20                -           0.0000          -
53154.10/2917.13	c      2917              2           1        20                -           0.0000          -
53256.50/2922.34	c      2922              2           1        20                -           0.0000          -
53359.52/2927.59	c      2928              2           1        20                -           0.0000          -
53462.49/2932.80	c      2933              2           1        20                -           0.0000          -
53563.55/2937.80	c      2938              5           4        20                -           0.0000          -
53667.29/2943.06	c      2943              5           4        20                -           0.0000          -
53771.59/2948.35	c      2948              5           4        20                -           0.0000          -
53870.63/2953.38	c      2953              6           5        20                -           0.0000          -
53971.54/2958.43	c      2958              6           5        20                -           0.0000          -
54074.55/2963.64	c      2964              6           5        20                -           0.0000          -
54175.58/2968.73	c      2969              6           5        20                -           0.0000          -
54274.53/2973.79	c      2974              6           5        20                -           0.0000          -
54375.59/2978.83	c      2979              6           5        20                -           0.0000          -
54479.17/2984.03	c      2984              6           5        20                -           0.0000          -
54583.58/2989.30	c      2989              6           5        20                -           0.0000          -
54688.62/2994.66	c      2995              6           5        20                -           0.0000          -
54791.65/2999.86	c      3000              6           5        20                -           0.0000          -
54892.72/3004.91	c      3005              6           5        20                -           0.0000          -
54994.35/3010.10	c      3010          61895        2463        20                -           0.0000          -
55093.46/3015.14	c      3015              8           7        20                -           0.0000          -
55195.72/3020.27	c      3020          97851        1301        20                -           0.0000          -
55296.79/3025.37	c      3025              9           8        20                -           0.0000          -
55403.78/3030.76	c      3031              9           8        20                -           0.0000          -
55511.53/3036.15	c      3036              9           8        20                -           0.0000          -
55621.59/3041.77	c      3042          98349        1301        20                -           0.0000          -
55722.65/3046.82	c      3047          98349        1301        20                -           0.0000          -
55829.57/3052.20	c      3052             13          12        20                -           0.0000          -
55928.63/3057.29	c      3057             13          12        20                -           0.0000          -
56029.66/3062.40	c      3062             13          12        20                -           0.0000          -
56132.63/3067.52	c      3068             13          12        20                -           0.0000          -
56233.69/3072.63	c      3073             13          12        20                -           0.0000          -
56336.70/3077.81	c      3078             13          12        20                -           0.0000          -
56437.94/3082.92	c      3083             13          12        20                -           0.0000          -
56536.80/3088.00	c      3088             13          12        20                -           0.0000          -
56635.88/3093.00	c      3093             13          12        20                -           0.0000          -
56746.55/3098.59	c      3099             13          12        20                -           0.0000          -
56853.54/3103.94	c      3104             13          12        20                -           0.0000          -
56960.48/3109.37	c      3109             13          12        20                -           0.0000          -
57063.49/3114.55	c      3115             13          12        20                -           0.0000          -
57170.51/3119.95	c      3120             13          12        20                -           0.0000          -
57274.10/3125.13	c      3125             13          12        20                -           0.0000          -
57374.50/3130.23	c      3130             13          12        20                -           0.0000          -
57473.53/3135.25	c      3135             13          12        20                -           0.0000          -
57576.33/3140.45	c      3140             13          12        20                -           0.0000          -
57681.50/3145.77	c      3146             13          12        20                -           0.0000          -
57784.57/3151.01	c      3151             13          12        20                -           0.0000          -
57886.37/3156.13	c      3156             13          12        20                -           0.0000          -
57992.66/3161.41	c      3161             13          12        20                -           0.0000          -
58097.73/3166.77	c      3167             13          12        20                -           0.0000          -
58203.42/3172.11	c      3172             13          12        20                -           0.0000          -
58307.70/3177.32	c      3177             13          12        20                -           0.0000          -
58414.71/3182.74	c      3183             13          12        20                -           0.0000          -
58517.72/3187.98	c      3188             13          12        20                -           0.0000          -
58628.67/3193.58	c      3194             13          12        20                -           0.0000          -
58735.66/3198.98	c      3199             13          12        20                -           0.0000          -
58837.40/3204.06	c      3204             13          12        20                -           0.0000          -
58938.38/3209.13	c      3209             13          12        20                -           0.0000          -
59042.72/3214.47	c      3214             13          12        20                -           0.0000          -
59147.69/3219.72	c      3220             13          12        20                -           0.0000          -
59250.81/3224.97	c      3225             13          12        20                -           0.0000          -
59354.56/3230.15	c      3230             13          12        20                -           0.0000          -
59453.72/3235.19	c      3235             13          12        20                -           0.0000          -
59556.09/3240.33	c      3240             13          12        20                -           0.0000          -
59655.26/3245.34	c      3245             13          12        20                -           0.0000          -
59758.38/3250.55	c      3251             13          12        20                -           0.0000          -
59863.52/3255.80	c      3256             13          12        20                -           0.0000          -
59962.68/3260.82	c      3261             13          12        20                -           0.0000          -
60066.46/3266.05	c      3266             13          12        20                -           0.0000          -
60168.93/3271.21	c      3271             13          12        20                -           0.0000          -
60274.06/3276.51	c      3277             13          12        20                -           0.0000          -
60373.22/3281.52	c      3282             13          12        20                -           0.0000          -
60472.38/3286.57	c      3287             13          12        20                -           0.0000          -
60573.41/3291.63	c      3292             13          12        20                -           0.0000          -
60681.28/3297.07	c      3297             13          12        20                -           0.0000          -
60782.38/3302.16	c      3302             13          12        20                -           0.0000          -
60882.79/3307.28	c      3307             13          12        20                -           0.0000          -
60989.88/3312.61	c      3313             13          12        20                -           0.0000          -
61089.05/3317.63	c      3318             13          12        20                -           0.0000          -
61190.16/3322.72	c      3323             13          12        20                -           0.0000          -
61289.32/3327.77	c      3328             13          12        20                -           0.0000          -
61395.17/3333.04	c      3333             13          12        20                -           0.0000          -
61494.10/3338.08	c      3338             13          12        20                -           0.0000          -
61593.51/3343.09	c      3343             13          12        20                -           0.0000          -
61694.51/3348.14	c      3348             13          12        20                -           0.0000          -
61794.93/3353.27	c      3353             13          12        20                -           0.0000          -
61898.08/3358.41	c      3358             13          12        20                -           0.0000          -
62003.03/3363.71	c      3364             13          12        20                -           0.0000          -
62102.09/3368.77	c      3369             13          12        20                -           0.0000          -
62205.11/3374.01	c      3374             13          12        20                -           0.0000          -
62308.93/3379.17	c      3379             13          12        20                -           0.0000          -
62409.22/3384.27	c      3384             13          12        20                -           0.0000          -
62508.21/3389.28	c      3389             13          12        20                -           0.0000          -
62609.13/3394.36	c      3394             13          12        20                -           0.0000          -
62708.22/3399.39	c      3399             13          12        20                -           0.0000          -
62811.14/3404.57	c      3405             13          12        20                -           0.0000          -
62912.08/3409.69	c      3410             13          12        20                -           0.0000          -
63015.08/3414.83	c      3415             13          12        20                -           0.0000          -
63115.94/3419.96	c      3420             13          12        20                -           0.0000          -
63219.56/3425.14	c      3425             13          12        20                -           0.0000          -
63318.79/3430.18	c      3430             13          12        20                -           0.0000          -
63418.85/3435.21	c      3435             13          12        20                -           0.0000          -
63519.84/3440.37	c      3440             13          12        20                -           0.0000          -
63620.84/3445.47	c      3445             13          12        20                -           0.0000          -
63721.59/3450.54	c      3451             13          12        20                -           0.0000          -
63828.52/3455.97	c      3456             13          12        20                -           0.0000          -
63930.15/3461.07	c      3461             13          12        20                -           0.0000          -
64038.32/3466.53	c      3467             13          12        20                -           0.0000          -
64143.31/3471.88	c      3472             13          12        20                -           0.0000          -
64247.03/3477.10	c      3477             13          12        20                -           0.0000          -
64351.18/3482.31	c      3482             13          12        20                -           0.0000          -
64450.29/3487.32	c      3487             13          12        20                -           0.0000          -
64551.24/3492.41	c      3492             13          12        20                -           0.0000          -
64650.31/3497.44	c      3497             13          12        20                -           0.0000          -
64751.36/3502.51	c      3503             13          12        20                -           0.0000          -
64858.30/3508.03	c      3508             13          12        20                -           0.0000          -
64965.21/3513.38	c      3513             13          12        20                -           0.0000          -
65066.16/3518.45	c      3518             13          12        20                -           0.0000          -
65166.98/3523.55	c      3524             13          12        20                -           0.0000          -
65268.06/3528.68	c      3529             13          12        20                -           0.0000          -
65369.17/3533.77	c      3534             13          12        20                -           0.0000          -
65474.97/3539.04	c      3539             13          12        20                -           0.0000          -
65577.25/3544.26	c      3544             13          12        20                -           0.0000          -
65682.36/3549.50	c      3550             13          12        20                -           0.0000          -
65783.52/3554.65	c      3555             13          12        20                -           0.0000          -
65882.66/3559.67	c      3560             13          12        20                -           0.0000          -
65987.75/3564.90	c      3565             13          12        20                -           0.0000          -
66089.58/3570.12	c      3570             13          12        20                -           0.0000          -
66191.98/3575.24	c      3575             13          12        20                -           0.0000          -
66293.07/3580.33	c      3580             13          12        20                -           0.0000          -
66396.23/3585.54	c      3586             13          12        20                -           0.0000          -
66495.36/3590.56	c      3591             13          12        20                -           0.0000          -
66596.46/3595.68	c      3596             13          12        20                -           0.0000          -
66701.59/3600.91	c      3601             13          12        20                -           0.0000          -
66805.62/3606.18	c      3606             13          12        20                -           0.0000          -
66905.82/3611.25	c      3611             13          12        20                -           0.0000          -
67006.98/3616.36	c      3616             13          12        20                -           0.0000          -
67108.13/3621.40	c      3621             13          12        20                -           0.0000          -
67207.30/3626.42	c      3626             13          12        20                -           0.0000          -
67310.48/3631.68	c      3632             13          12        20                -           0.0000          -
67413.79/3636.89	c      3637             13          12        20                -           0.0000          -
67517.28/3642.08	c      3642             13          12        20                -           0.0000          -
67618.12/3647.20	c      3647             13          12        20                -           0.0000          -
67722.82/3652.46	c      3652             13          12        20                -           0.0000          -
67822.09/3657.47	c      3657             13          12        20                -           0.0000          -
67925.27/3662.60	c      3663             13          12        20                -           0.0000          -
68026.45/3667.77	c      3668             13          12        20                -           0.0000          -
68129.61/3672.98	c      3673             13          12        20                -           0.0000          -
68234.73/3678.25	c      3678             13          12        20                -           0.0000          -
68343.85/3683.72	c      3684             13          12        20                -           0.0000          -
68446.97/3688.96	c      3689             13          12        20                -           0.0000          -
68548.80/3694.09	c      3694             13          12        20                -           0.0000          -
68647.95/3699.11	c      3699             13          12        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: 191670 MiB (188290 MiB free)
  memory of node 1: 193494 MiB (190686 MiB free)
  memory of node 2: 193531 MiB (191660 MiB free)
  memory of node 3: 193531 MiB (189908 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-4465672-1723619306/watcher-4465672-1723619306 -o /tmp/evaluation-result-4465672-1723619306/solver-4465672-1723619306 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723619306-757987 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465672-1723619306.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100118 s]*
/proc/loadavg: 18.48 24.59 45.77 8/863 758048
/proc/meminfo: memFree=778663008/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=68268 memory=56084 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 11918 0 0 0 10 1 0 0 20 0 1 0 128513761 69906432 14021 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 17067 14021 2347 3035 0 13463 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 68268 KiB
Current children cumulated memory: 56084 KiB

[startup+0.224906 s]*
/proc/loadavg: 18.48 24.59 45.77 5/863 758048
/proc/meminfo: memFree=778482180/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=110044 memory=97684 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 22327 0 0 0 20 3 0 0 20 0 1 0 128513761 112685056 24421 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 27511 24421 2347 3035 0 23907 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 110044 KiB
Current children cumulated memory: 97684 KiB

[startup+0.31933 s]*
/proc/loadavg: 18.48 24.59 45.77 5/863 758048
/proc/meminfo: memFree=778293992/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=140676 memory=128168 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 29981 0 0 0 28 5 0 0 20 0 1 0 128513761 144052224 32042 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 35169 32042 2347 3035 0 31565 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 140676 KiB
Current children cumulated memory: 128168 KiB

[startup+0.700243 s]
/proc/loadavg: 18.48 24.59 45.77 5/863 758048
/proc/meminfo: memFree=777993804/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=259556 memory=246880 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 59129 0 0 0 60 9 0 0 20 0 1 0 128513761 265785344 61720 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 64889 61720 2347 3035 0 61285 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 259556 KiB
Current children cumulated memory: 246880 KiB

[startup+1.50025 s]
/proc/loadavg: 18.48 24.59 45.77 5/862 758049
/proc/meminfo: memFree=777424604/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=580016 memory=569412 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 140402 0 0 0 127 21 0 0 20 0 1 0 128513761 593936384 142353 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 145321 142353 2539 3035 0 141717 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 580016 KiB
Current children cumulated memory: 569412 KiB

[startup+3.11857 s]
/proc/loadavg: 18.48 24.59 45.77 5/868 758060
/proc/meminfo: memFree=776102996/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=1197196 memory=1177096 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 277987 0 0 0 267 43 0 0 20 0 1 0 128513761 1225928704 294274 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 299299 294274 2614 3035 0 295695 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1197196 KiB
Current children cumulated memory: 1177096 KiB

[startup+6.30022 s]
/proc/loadavg: 17.32 24.25 45.55 5/888 758080
/proc/meminfo: memFree=774368144/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=1347460 memory=1320392 CPUtime=6.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 310850 0 0 0 563 64 0 0 20 0 1 0 128513761 1379799040 330098 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 336865 330098 2726 3035 0 333261 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1347460 KiB
Current children cumulated memory: 1320392 KiB

[startup+12.7002 s]
/proc/loadavg: 16.25 23.91 45.33 32/948 758141
/proc/meminfo: memFree=757684208/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=1629180 memory=1599804 CPUtime=12.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 374609 0 0 0 1190 75 0 0 20 0 1 0 128513761 1668280320 399951 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 407295 399951 2774 3035 0 403691 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1629180 KiB
Current children cumulated memory: 1599804 KiB

[startup+25.5003 s]
/proc/loadavg: 21.89 24.78 45.27 43/948 758143
/proc/meminfo: memFree=731800420/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=1635060 memory=1608768 CPUtime=25.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 376489 0 0 0 2463 77 0 0 20 0 1 0 128513761 1674301440 402192 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 408765 402192 2774 3035 0 405161 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1635060 KiB
Current children cumulated memory: 1608768 KiB

[startup+51.1204 s]
/proc/loadavg: 28.75 26.17 45.18 43/948 758147
/proc/meminfo: memFree=725868788/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=1654992 memory=1628736 CPUtime=50.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 380815 0 0 0 5012 79 0 0 20 0 1 0 128513761 1694711808 407184 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 413748 407184 2774 3035 0 410144 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 1654992 KiB
Current children cumulated memory: 1628736 KiB

[startup+102.3 s]
/proc/loadavg: 36.30 28.62 45.02 43/948 758157
/proc/meminfo: memFree=724945740/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=1694516 memory=1668348 CPUtime=101.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 389932 0 0 0 10104 82 0 0 20 0 1 0 128513761 1735184384 417087 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 423629 417087 2774 3035 0 420025 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 1694516 KiB
Current children cumulated memory: 1668348 KiB

[startup+162.3 s]
/proc/loadavg: 39.91 31.06 44.82 43/948 758170
/proc/meminfo: memFree=724384000/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=1796460 memory=1766232 CPUtime=161.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 413610 0 0 0 16070 88 0 0 20 0 1 0 128513761 1839575040 441558 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 449115 441558 2774 3035 0 445511 0
Current children cumulated CPU time: 161.58 s
Current children cumulated vsize: 1796460 KiB
Current children cumulated memory: 1766232 KiB

[startup+222.3 s]
/proc/loadavg: 41.23 33.06 44.64 43/948 758181
/proc/meminfo: memFree=716025748/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=1900416 memory=1866584 CPUtime=221.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) R 758044 758047 757976 0 -1 4194304 453277 0 0 0 22025 106 0 0 20 0 1 0 128513761 1946025984 466646 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 475104 466646 2774 3035 0 471500 0
Current children cumulated CPU time: 221.31 s
Current children cumulated vsize: 1900416 KiB
Current children cumulated memory: 1866584 KiB

[startup+282.301 s]
/proc/loadavg: 50.21 36.80 45.19 63/1008 758251
/proc/meminfo: memFree=659663704/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=51131632 memory=46773516 CPUtime=963.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) S 758044 758047 757976 0 -1 1077936128 8225239 0 0 0 92118 4222 0 0 20 0 41 0 128513761 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 12782908 11693379 2950 3035 0 12364581 0
[pid=758047/tid=758183] ppid=758044 vsize=51131632 memory=33000 CPUtime=36.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758183/stat : 758183 (fscip) R 758044 758047 757976 0 -1 4194368 480918 0 0 0 3193 421 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758184] ppid=758044 vsize=51131632 memory=1792044 CPUtime=37.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758184/stat : 758184 (fscip) R 758044 758047 757976 0 -1 4194368 332638 0 0 0 3613 94 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758185] ppid=758044 vsize=51131632 memory=280157496200192 CPUtime=37.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758185/stat : 758185 (fscip) R 758044 758047 757976 0 -1 4194368 333146 0 0 0 3609 92 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758186] ppid=758044 vsize=51131632 memory=5512 CPUtime=36.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758186/stat : 758186 (fscip) R 758044 758047 757976 0 -1 4194368 474343 0 0 0 3200 405 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758187] ppid=758044 vsize=51131632 memory=16164 CPUtime=37.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758187/stat : 758187 (fscip) R 758044 758047 757976 0 -1 4194368 335850 0 0 0 3614 91 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758188] ppid=758044 vsize=51131632 memory=198340509722 CPUtime=36.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758188/stat : 758188 (fscip) R 758044 758047 757976 0 -1 4194368 327931 0 0 0 3559 89 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758189] ppid=758044 vsize=51131632 memory=38832572 CPUtime=36.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758189/stat : 758189 (fscip) R 758044 758047 757976 0 -1 4194368 476081 0 0 0 3205 416 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758190] ppid=758044 vsize=51131632 memory=6512957128647550 CPUtime=37.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758190/stat : 758190 (fscip) R 758044 758047 757976 0 -1 4194368 333468 0 0 0 3611 93 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758191] ppid=758044 vsize=51131632 memory=280157497448832 CPUtime=37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758191/stat : 758191 (fscip) R 758044 758047 757976 0 -1 4194368 329963 0 0 0 3610 90 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758192] ppid=758044 vsize=51131632 memory=16325789170925620 CPUtime=36.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758192/stat : 758192 (fscip) R 758044 758047 757976 0 -1 4194368 477805 0 0 0 3197 414 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758193] ppid=758044 vsize=51131632 memory=0 CPUtime=36.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758193/stat : 758193 (fscip) R 758044 758047 757976 0 -1 4194368 333716 0 0 0 3556 92 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758194] ppid=758044 vsize=51131632 memory=0 CPUtime=37.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758194/stat : 758194 (fscip) R 758044 758047 757976 0 -1 4194368 333764 0 0 0 3611 91 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758195] ppid=758044 vsize=51131632 memory=25333125866717268 CPUtime=36.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758195/stat : 758195 (fscip) R 758044 758047 757976 0 -1 4194368 475097 0 0 0 3206 420 0 0 20 0 41 0 128536749 52358791168 11693379 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0

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

[pid=758047/tid=758216] ppid=758044 vsize=122993848 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758216/stat : 758216 (fscip) S 758044 758047 757976 0 -1 1077936192 224 0 0 0 2 0 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758217] ppid=758044 vsize=122993848 memory=40960 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758217/stat : 758217 (fscip) S 758044 758047 757976 0 -1 1077936192 283 0 0 0 2 0 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758218] ppid=758044 vsize=122993848 memory=31473476 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758218/stat : 758218 (fscip) S 758044 758047 757976 0 -1 1077936192 280 0 0 0 1 1 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758219] ppid=758044 vsize=122993848 memory=69511444 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758219/stat : 758219 (fscip) S 758044 758047 757976 0 -1 1077936192 279 0 0 0 2 0 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758220] ppid=758044 vsize=122993848 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758220/stat : 758220 (fscip) S 758044 758047 757976 0 -1 1077936192 241 0 0 0 2 0 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758221] ppid=758044 vsize=122993848 memory=69549560 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758221/stat : 758221 (fscip) S 758044 758047 757976 0 -1 1077936192 163 0 0 0 1 1 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758222] ppid=758044 vsize=122993848 memory=69549560 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758222/stat : 758222 (fscip) S 758044 758047 757976 0 -1 1077936192 280 0 0 0 2 0 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758223] ppid=758044 vsize=122993848 memory=28568 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758223/stat : 758223 (fscip) S 758044 758047 757976 0 -1 1077936192 244 0 0 0 2 0 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758224] ppid=758044 vsize=122993848 memory=7312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758224/stat : 758224 (fscip) S 758044 758047 757976 0 -1 1077936192 279 0 0 0 2 0 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758225] ppid=758044 vsize=122993848 memory=51344 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758225/stat : 758225 (fscip) S 758044 758047 757976 0 -1 1077936192 280 0 0 0 2 0 0 0 20 0 41 0 128538299 125945700352 17390752 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
Current children cumulated CPU time: 67522.6 s
Current children cumulated vsize: 122993848 KiB
Current children cumulated memory: 69563008 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 60.27 75.60 78.16 43/941 760270
/proc/meminfo: memFree=678003464/790760804 swapFree=131071996/131071996
[pid=758047] ppid=758044 vsize=123103384 memory=69824680 CPUtime=68667.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/stat : 758047 (fscip) S 758044 758047 757976 0 -1 1077936128 82281628 0 0 0 6847721 19054 0 0 20 0 41 0 128513761 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
/proc/758047/statm: 30775846 17456170 3014 3035 0 30141910 0
[pid=758047/tid=758183] ppid=758044 vsize=123103384 memory=2208 CPUtime=3426.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758183/stat : 758183 (fscip) R 758044 758047 757976 0 -1 4194368 4490214 0 0 0 341696 928 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758184] ppid=758044 vsize=123103384 memory=2036 CPUtime=3423.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758184/stat : 758184 (fscip) R 758044 758047 757976 0 -1 4194368 3930036 0 0 0 341170 1168 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758185] ppid=758044 vsize=123103384 memory=-8671795897318154940 CPUtime=3421.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758185/stat : 758185 (fscip) R 758044 758047 757976 0 -1 4194368 6472618 0 0 0 341246 909 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758186] ppid=758044 vsize=123103384 memory=6720664346177322862 CPUtime=3420.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758186/stat : 758186 (fscip) R 758044 758047 757976 0 -1 4194368 2122653 0 0 0 341342 745 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758187] ppid=758044 vsize=123103384 memory=11544 CPUtime=3421.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758187/stat : 758187 (fscip) R 758044 758047 757976 0 -1 4194368 3019171 0 0 0 341247 912 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758188] ppid=758044 vsize=123103384 memory=2812 CPUtime=3420.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758188/stat : 758188 (fscip) R 758044 758047 757976 0 -1 4194368 6425609 0 0 0 341157 857 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758189] ppid=758044 vsize=123103384 memory=11504 CPUtime=3424.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758189/stat : 758189 (fscip) R 758044 758047 757976 0 -1 4194368 2205887 0 0 0 341720 772 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758190] ppid=758044 vsize=123103384 memory=13692 CPUtime=3422.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758190/stat : 758190 (fscip) R 758044 758047 757976 0 -1 4194368 2996607 0 0 0 341290 939 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758191] ppid=758044 vsize=123103384 memory=11628 CPUtime=3419.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758191/stat : 758191 (fscip) R 758044 758047 757976 0 -1 4194368 6373883 0 0 0 341060 874 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758192] ppid=758044 vsize=123103384 memory=11248 CPUtime=3425.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758192/stat : 758192 (fscip) R 758044 758047 757976 0 -1 4194368 2407794 0 0 0 341763 819 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758193] ppid=758044 vsize=123103384 memory=11628 CPUtime=3427.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758193/stat : 758193 (fscip) R 758044 758047 757976 0 -1 4194368 2936034 0 0 0 341785 962 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758194] ppid=758044 vsize=123103384 memory=11544 CPUtime=3421.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758194/stat : 758194 (fscip) R 758044 758047 757976 0 -1 4194368 6379474 0 0 0 341249 861 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758195] ppid=758044 vsize=123103384 memory=69817792 CPUtime=3424.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758195/stat : 758195 (fscip) R 758044 758047 757976 0 -1 4194368 2365615 0 0 0 341712 782 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758196] ppid=758044 vsize=123103384 memory=1668 CPUtime=3427.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758196/stat : 758196 (fscip) R 758044 758047 757976 0 -1 4194368 3238320 0 0 0 341684 1054 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758197] ppid=758044 vsize=123103384 memory=19772 CPUtime=3420.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758197/stat : 758197 (fscip) R 758044 758047 757976 0 -1 4194368 6436443 0 0 0 341146 904 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758198] ppid=758044 vsize=123103384 memory=28648 CPUtime=3416.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758198/stat : 758198 (fscip) R 758044 758047 757976 0 -1 4194368 2497155 0 0 0 340253 1358 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758199] ppid=758044 vsize=123103384 memory=32792 CPUtime=3417.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758199/stat : 758199 (fscip) R 758044 758047 757976 0 -1 4194368 3016783 0 0 0 340910 885 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758200] ppid=758044 vsize=123103384 memory=7068 CPUtime=3421.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758200/stat : 758200 (fscip) R 758044 758047 757976 0 -1 4194368 6449413 0 0 0 341294 879 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758201] ppid=758044 vsize=123103384 memory=36300 CPUtime=3418.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758201/stat : 758201 (fscip) R 758044 758047 757976 0 -1 4194368 4693907 0 0 0 340606 1245 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758202] ppid=758044 vsize=123103384 memory=6796 CPUtime=3414.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758202/stat : 758202 (fscip) R 758044 758047 757976 0 -1 4194368 3239300 0 0 0 340462 1036 0 0 20 0 41 0 128536749 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758206] ppid=758044 vsize=123103384 memory=20660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758206/stat : 758206 (fscip) S 758044 758047 757976 0 -1 1077936192 288 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758207] ppid=758044 vsize=123103384 memory=6952 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758207/stat : 758207 (fscip) S 758044 758047 757976 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758208] ppid=758044 vsize=123103384 memory=10544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758208/stat : 758208 (fscip) S 758044 758047 757976 0 -1 1077936192 292 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758209] ppid=758044 vsize=123103384 memory=5512 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758209/stat : 758209 (fscip) S 758044 758047 757976 0 -1 1077936192 193 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758210] ppid=758044 vsize=123103384 memory=16164 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758210/stat : 758210 (fscip) S 758044 758047 757976 0 -1 1077936192 242 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758211] ppid=758044 vsize=123103384 memory=2316 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758211/stat : 758211 (fscip) S 758044 758047 757976 0 -1 1077936192 284 0 0 0 3 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758212] ppid=758044 vsize=123103384 memory=33000 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758212/stat : 758212 (fscip) S 758044 758047 757976 0 -1 1077936192 288 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758213] ppid=758044 vsize=123103384 memory=1804 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758213/stat : 758213 (fscip) S 758044 758047 757976 0 -1 1077936192 287 0 0 0 3 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758214] ppid=758044 vsize=123103384 memory=6048 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758214/stat : 758214 (fscip) S 758044 758047 757976 0 -1 1077936192 240 0 0 0 3 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758215] ppid=758044 vsize=123103384 memory=51344 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758215/stat : 758215 (fscip) S 758044 758047 757976 0 -1 1077936192 291 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758216] ppid=758044 vsize=123103384 memory=104 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758216/stat : 758216 (fscip) S 758044 758047 757976 0 -1 1077936192 230 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758217] ppid=758044 vsize=123103384 memory=25932 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758217/stat : 758217 (fscip) S 758044 758047 757976 0 -1 1077936192 290 0 0 0 3 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758218] ppid=758044 vsize=123103384 memory=280157495659968 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758218/stat : 758218 (fscip) S 758044 758047 757976 0 -1 1077936192 287 0 0 0 1 1 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758219] ppid=758044 vsize=123103384 memory=6944656592385698452 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758219/stat : 758219 (fscip) S 758044 758047 757976 0 -1 1077936192 286 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758220] ppid=758044 vsize=123103384 memory=7681407940103534245 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758220/stat : 758220 (fscip) S 758044 758047 757976 0 -1 1077936192 247 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758221] ppid=758044 vsize=123103384 memory=8549407197438058433 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758221/stat : 758221 (fscip) S 758044 758047 757976 0 -1 1077936192 167 0 0 0 1 1 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758222] ppid=758044 vsize=123103384 memory=6944652027076318631 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758222/stat : 758222 (fscip) S 758044 758047 757976 0 -1 1077936192 287 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758223] ppid=758044 vsize=123103384 memory=6943487855420614559 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758223/stat : 758223 (fscip) S 758044 758047 757976 0 -1 1077936192 249 0 0 0 3 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758224] ppid=758044 vsize=123103384 memory=4137282578176515228 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758224/stat : 758224 (fscip) S 758044 758047 757976 0 -1 1077936192 286 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
[pid=758047/tid=758225] ppid=758044 vsize=123103384 memory=6944656574621848725 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/758047/task/758225/stat : 758225 (fscip) S 758044 758047 757976 0 -1 1077936192 287 0 0 0 2 0 0 0 20 0 41 0 128538299 126057865216 17456170 809668444160 4194304 16623229 140726113166912 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53297152 140726113174534 140726113174652 140726113174652 140726113181680 0
Current children cumulated CPU time: 68667.8 s
Current children cumulated vsize: 123103384 KiB
Current children cumulated memory: 69824680 KiB

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

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

# cumulated CPU time of all completed processes:  user=68477.5 s, system=192.049 s

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

[startup+3700.8 s]
/proc/loadavg: 57.29 74.72 77.86 24/902 760270
/proc/meminfo: memFree=682773572/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.2 s]
/proc/loadavg: 57.29 74.72 77.86 24/902 760270
/proc/meminfo: memFree=728657308/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.4 s]
/proc/loadavg: 57.29 74.72 77.86 24/902 760270
/proc/meminfo: memFree=728657308/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.5 s]
/proc/loadavg: 57.29 74.72 77.86 24/902 760270
/proc/meminfo: memFree=728657308/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3701.57
CPU time (s): 68669.5
CPU user time (s): 68477.5
CPU system time (s): 192.049
CPU usage (%): 1855.14
Max. virtual memory (cumulated for all children) (KiB): 123168920
Max. memory (cumulated for all children) (KiB): 69824688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68477.5
system time used= 192.049
maximum resident set size= 69828784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82281652
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= 5377135
involuntary context switches= 247958


# summary of solver processes directly reported to runsolver:
#   pid: 758047
#   total CPU time (s): 68669.5
#   total CPU user time (s): 68477.5
#   total CPU system time (s): 192.049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.109 second user time and 87.1377 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 09:08:26
IDJOB=4465672
IDBENCH=155570
IDSOLVER=3094
FILE ID=nodeD105/4465672-1723619306
RUNJOBID= nodeD105-1723619306-757987
SLURM_JOB_ID= 8267910
Free space on /tmp= 8622768 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-139.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-4465672-1723619306/watcher-4465672-1723619306 -o /tmp/evaluation-result-4465672-1723619306/solver-4465672-1723619306 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723619306-757987 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465672-1723619306.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b1a9bb408d678f4e4f75286e8bd2bbb9
RANDOM SEED=1520831339

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        778835796 kB
MemAvailable:   783535272 kB
Buffers:         1210936 kB
Cached:          6777052 kB
SwapCached:            0 kB
Active:          1644692 kB
Inactive:        6814972 kB
Active(anon):       2140 kB
Inactive(anon):   508460 kB
Active(file):    1642552 kB
Inactive(file):  6306512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            204304 kB
Writeback:            68 kB
AnonPages:        471568 kB
Mapped:           121160 kB
Shmem:             38920 kB
KReclaimable:     340232 kB
Slab:             776372 kB
SReclaimable:     340232 kB
SUnreclaim:       436140 kB
KernelStack:       14944 kB
PageTables:        10408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     546104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1139712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1214464 kB
DirectMap2M:    158666752 kB
DirectMap1G:    645922816 kB

Free space on /tmp at the end= 8622716 MiB
End job on nodeD105 at 2024-08-14 10:10:08