Trace number 4465848

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) 72003.1 3634.24

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-2.opb
MD5SUM94622b8283878cd58e113c83df8c4b53
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.6419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53655
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints10724
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.11/0.17	c Default LC presolving (default).
0.11/0.17	c ** Before presolving: virtualMemUsedAtLc = 199480194, getVmSize() = 165752832, SCIPgetMemUsed() = 135640354, SCIPgetMemTotal() = 141302210, SCIPgetMemExternEstim() = 58177984
0.11/0.17	c ** set memory limit for presolving in LC to 8.79546e+12 for SCIP **
1.29/1.36	c ** Estimated virtualMemUsedAtSolver = 307278591, getVmSize() = 650272768, SCIPgetMemUsed() = 234368751, SCIPgetMemTotal() = 402739903, SCIPgetMemExternEstim() = 58177984
1.29/1.36	c ** set memory limit for solvers to 4.18765e+11 for each SCIP **
1.29/1.36	c Original Problem   :
1.29/1.36	c   Problem name     : instance-4465848-1722599987
1.29/1.36	c   Variables        : 53655 (53655 binary, 0 integer, 0 implicit integer, 0 continuous)
1.29/1.36	c   Constraints      : 10732
1.29/1.36	c   Objective sense  : minimize
1.29/1.36	c Presolved Problem  :
1.29/1.36	c   Variables        : 53655 (53655 binary, 0 integer, 0 implicit integer, 0 continuous)
1.29/1.36	c   Constraints      : 11532
1.29/1.36	c Constraints        : Number
1.29/1.36	c   knapsack         : 10732 
1.29/1.36	c   setppc           : 800 
1.29/1.36	c ** Instance transfer method used: 0
1.39/1.44	c ** ParaScipInstance copy does not increase the number of variables. **
2.93/3.01	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.93/3.01	c                                Nodes    Active                                            
2.93/3.01	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
57.09/5.81	c         6              2           1        20                -           0.0000          -
158.25/10.93	c        11            122         121        20                -           0.0000          -
257.38/16.01	c        16            282         281        20                -           0.0000          -
359.10/21.05	c        21            442         441        20                -           0.0000          -
461.44/26.29	c        26            602         601        20                -           0.0000          -
562.57/31.31	c        31           1098           0        20                -           0.0000          -
661.71/36.38	c        36           1304         101        20                -           0.0000          -
768.81/41.79	c        42           1417         241        20                -           0.0000          -
869.94/46.81	c        47           1584         381        20                -           0.0000          -
969.09/51.86	c        52           1744         541        20                -           0.0000          -
1068.22/56.89	c        57           1840         740        20                -           0.0000          -
1169.36/61.92	c        62           2077         878        20                -           0.0000          -
1274.43/67.28	c        67           2184         981        20                -           0.0000          -
1375.56/72.35	c        72           2427         165        20                -           0.0000          -
1480.61/77.65	c        78           2908         160        20                -           0.0000          -
1581.79/82.71	c        83           3676         240        20                -           0.0000          -
1680.88/87.73	c        88           4277         247        20                -           0.0000          -
1782.02/92.87	c        93           4759         257        20                -           0.0000          -
1883.15/97.93	c        98           3623         419        20                -           0.0000          -
1984.85/103.06	c       103           4036         759        20                -           0.0000          -
2087.39/108.29	c       108           5543         161        20                -           0.0000          -
2190.53/113.41	c       113           5725         343        20                -           0.0000          -
2293.65/118.63	c       119           6178         278        20                -           0.0000          -
2401.27/124.06	c       124           5325        1177        20                -           0.0000          -
2500.44/129.10	c       129           6959        1192        20                -           0.0000          -
2603.04/134.22	c       134           5650          20        20                -           0.0000          -
2710.16/139.60	c       140           5773         113        20                -           0.0000          -
2809.31/144.68	c       145           7921        1698        20                -           0.0000          -
2908.48/149.69	c       150           8594        1075        20                -           0.0000          -
3009.68/154.75	c       155           6596         848        20                -           0.0000          -
3110.79/159.81	c       160           7003         886        20                -           0.0000          -
3211.94/164.97	c       165           7206         964        20                -           0.0000          -
3313.63/170.08	c       170          10463          57        20                -           0.0000          -
3420.18/175.47	c       175          10594         188        20                -           0.0000          -
3525.32/180.74	c       181          10723         317        20                -           0.0000          -
3626.49/185.89	c       186           8578         137        20                -           0.0000          -
3732.15/191.19	c       191          11409         747        20                -           0.0000          -
3834.75/196.38	c       196          11754         599        20                -           0.0000          -
3934.12/201.39	c       201           8951         510        20                -           0.0000          -
4035.08/206.47	c       206          12347         576        20                -           0.0000          -
4140.21/211.76	c       212          12847         566        20                -           0.0000          -
4243.36/216.90	c       217          13046         756        20                -           0.0000          -
4342.53/221.91	c       222          13905         543        20                -           0.0000          -
4441.72/226.93	c       227          14475         536        20                -           0.0000          -
4545.38/232.17	c       232          13506         756        20                -           0.0000          -
4651.97/237.51	c       238          11078        1139        20                -           0.0000          -
4755.15/242.71	c       243          11596        1128        20                -           0.0000          -
4854.29/247.78	c       248          12103        1112        20                -           0.0000          -
4955.45/252.82	c       253          12436        1107        20                -           0.0000          -
5054.63/257.85	c       258          15371         719        20                -           0.0000          -
5155.79/263.01	c       263          12727          12        20                -           0.0000          -
5257.75/268.09	c       268          12832         114        20                -           0.0000          -
5360.08/273.31	c       273          16117         716        20                -           0.0000          -
5463.25/278.47	c       278          16329         717        20                -           0.0000          -
5564.41/283.55	c       284          16815         711        20                -           0.0000          -
5665.57/288.65	c       289          13932        1060        20                -           0.0000          -
5766.73/293.77	c       294          14408        1119        20                -           0.0000          -
5867.89/298.83	c       299          17487         146        20                -           0.0000          -
5967.07/303.87	c       304          20030        1158        20                -           0.0000          -
6068.23/308.96	c       309          20406        1162        20                -           0.0000          -
6170.00/314.07	c       314          15911        1069        20                -           0.0000          -
6278.49/319.54	c       320          16104        1071        20                -           0.0000          -
6379.66/324.62	c       325          16368        1055        20                -           0.0000          -
6480.83/329.71	c       330          19429        1281        20                -           0.0000          -
6582.00/334.81	c       335          22840        1126        20                -           0.0000          -
6685.73/340.09	c       340          23386        1123        20                -           0.0000          -
6787.05/345.17	c       345          17303        1027        20                -           0.0000          -
6886.07/350.18	c       350          17782        1026        20                -           0.0000          -
6994.59/355.70	c       356          21358        1242        20                -           0.0000          -
7095.75/360.79	c       361          24435        1233        20                -           0.0000          -
7201.58/366.09	c       366          24485        1234        20                -           0.0000          -
7302.75/371.16	c       371          19480         986        20                -           0.0000          -
7401.83/376.18	c       376          19892         966        20                -           0.0000          -
7504.38/381.30	c       381          24798        1234        20                -           0.0000          -
7603.57/386.37	c       386          22781        1195        20                -           0.0000          -
7712.69/391.81	c       392          20375         219        20                -           0.0000          -
7811.86/396.87	c       397          25015        1238        20                -           0.0000          -
7913.04/401.91	c       402          20887         467        20                -           0.0000          -
8012.21/406.97	c       407          25194        1237        20                -           0.0000          -
8111.39/412.02	c       412          21604         429        20                -           0.0000          -
8218.69/417.32	c       417          25375        1234        20                -           0.0000          -
8323.62/422.63	c       423          24819        1489        20                -           0.0000          -
8424.79/427.73	c       428          25325        1487        20                -           0.0000          -
8527.94/432.91	c       433          25630        1235        20                -           0.0000          -
8627.12/437.97	c       438          25706        1235        20                -           0.0000          -
8726.31/443.02	c       443          26074        1205        20                -           0.0000          -
8829.97/448.17	c       448          26803        1604        20                -           0.0000          -
8930.60/453.26	c       453          26812        1174        20                -           0.0000          -
9031.76/458.31	c       458          27084        1750        20                -           0.0000          -
9130.95/463.36	c       463          27159        1173        20                -           0.0000          -
9234.10/468.54	c       469          27351        1984        20                -           0.0000          -
9337.24/473.72	c       474          27448        2047        20                -           0.0000          -
9440.39/478.91	c       479          27568        2167        20                -           0.0000          -
9547.50/484.32	c       484          27667        2266        20                -           0.0000          -
9652.64/489.61	c       490          27792        2391        20                -           0.0000          -
9751.82/494.66	c       495          27912        2511        20                -           0.0000          -
9852.98/499.75	c       500          26925         659        20                -           0.0000          -
9954.15/504.80	c       505          27078         810        20                -           0.0000          -
10053.33/509.86	c       510          27228         923        20                -           0.0000          -
10157.00/515.12	c       515          31242        1567        20                -           0.0000          -
10261.60/520.37	c       520          31536        1556        20                -           0.0000          -
10362.77/525.42	c       525          29888        2004        20                -           0.0000          -
10461.95/530.43	c       530          32139         111        20                -           0.0000          -
10565.11/535.65	c       536          32259         231        20                -           0.0000          -
10670.24/541.03	c       541          28156         361        20                -           0.0000          -
10772.03/546.08	c       546          32508         480        20                -           0.0000          -
10874.52/551.25	c       551          30929        1435        20                -           0.0000          -
10977.68/556.45	c       556          31084        1431        20                -           0.0000          -
11076.86/561.50	c       562          33803         970        20                -           0.0000          -
11178.02/566.56	c       567          31688        1433        20                -           0.0000          -
11281.18/571.79	c       572          34823         935        20                -           0.0000          -
11382.34/576.84	c       577          35318         925        20                -           0.0000          -
11481.53/581.89	c       582          32550        1416        20                -           0.0000          -
11582.70/586.94	c       587          30719        1984        20                -           0.0000          -
11684.44/592.10	c       592          36414         891        20                -           0.0000          -
11783.74/597.10	c       597          31610        1964        20                -           0.0000          -
11884.73/602.16	c       602          32841        1417        20                -           0.0000          -
11987.34/607.31	c       607          32932        1415        20                -           0.0000          -
12088.52/612.45	c       612          32634        1940        20                -           0.0000          -
12191.68/617.60	c       618          33100        1417        20                -           0.0000          -
12290.86/622.67	c       623          33173        1414        20                -           0.0000          -
12392.02/627.72	c       628          33262        1318        20                -           0.0000          -
12493.19/632.87	c       633          33440        1316        20                -           0.0000          -
12594.36/637.93	c       638          33473        1316        20                -           0.0000          -
12698.32/643.14	c       643          35631        1872        20                -           0.0000          -
12797.33/648.16	c       648          40703         777        20                -           0.0000          -
12899.83/653.32	c       653          33707        1317        20                -           0.0000          -
12999.01/658.38	c       658          41218         770        20                -           0.0000          -
13100.19/663.41	c       663          36306         247        20                -           0.0000          -
13201.36/668.52	c       669          33944        1298        20                -           0.0000          -
13306.50/673.82	c       674          33984        1296        20                -           0.0000          -
13410.31/679.05	c       679          36692         627        20                -           0.0000          -
13511.44/684.18	c       684          43418         817        20                -           0.0000          -
13611.98/689.30	c       689          34166        1299        20                -           0.0000          -
13715.13/694.47	c       694          34276          17        20                -           0.0000          -
13816.30/699.55	c       700          44422        1335        20                -           0.0000          -
13917.47/704.60	c       705          44941        1326        20                -           0.0000          -
14016.65/709.66	c       710          45447        1313        20                -           0.0000          -
14115.84/714.69	c       715          38923        1127        20                -           0.0000          -
14217.00/719.71	c       720          39240        1124        20                -           0.0000          -
14318.16/724.84	c       725          34869         605        20                -           0.0000          -
14417.34/729.86	c       730          40285        1117        20                -           0.0000          -
14518.50/734.93	c       735          40657        1112        20                -           0.0000          -
14617.68/739.98	c       740          48399        1296        20                -           0.0000          -
14721.33/745.12	c       745          41409        1092        20                -           0.0000          -
14821.97/750.27	c       750          41770        1073        20                -           0.0000          -
14925.11/755.42	c       755          42086        1151        20                -           0.0000          -
15028.26/760.66	c       761          49633        1549        20                -           0.0000          -
15131.42/765.80	c       766          42826        1149        20                -           0.0000          -
15237.29/771.18	c       771          50572        1485        20                -           0.0000          -
15339.64/776.35	c       776          43417        1139        20                -           0.0000          -
15448.76/781.83	c       782          43610        1153        20                -           0.0000          -
15555.86/787.24	c       787          36863        2264        20                -           0.0000          -
15655.04/792.29	c       792          37298        2248        20                -           0.0000          -
15760.16/797.52	c       798          37686        2300        20                -           0.0000          -
15861.33/802.66	c       803          52237        1424        20                -           0.0000          -
15964.48/807.87	c       808          38606        2285        20                -           0.0000          -
16071.58/813.25	c       813          52840        1392        20                -           0.0000          -
16176.72/818.60	c       819          53176        1377        20                -           0.0000          -
16279.88/823.78	c       824          39430        2703        20                -           0.0000          -
16385.69/829.13	c       829          45491        1147        20                -           0.0000          -
16488.17/834.29	c       834          40287        2686        20                -           0.0000          -
16593.31/839.52	c       840          45913        1150        20                -           0.0000          -
16692.49/844.57	c       845          40973        2714        20                -           0.0000          -
16793.67/849.63	c       850          41162        1560        20                -           0.0000          -
16896.83/854.83	c       855          47195        1137        20                -           0.0000          -
16997.99/860.01	c       860          55872        1356        20                -           0.0000          -
17099.79/865.07	c       865          47757        1140        20                -           0.0000          -
17202.29/870.30	c       870          56249        1353        20                -           0.0000          -
17307.43/875.57	c       876          41681        2072        20                -           0.0000          -
17410.59/880.78	c       881          48661        1149        20                -           0.0000          -
17511.75/885.81	c       886          42272        2060        20                -           0.0000          -
17612.92/890.91	c       891          57106        1529        20                -           0.0000          -
17712.11/895.93	c       896          49467        1139        20                -           0.0000          -
17811.29/900.97	c       901          57559        1911        20                -           0.0000          -
17913.14/906.04	c       906          43631        2405        20                -           0.0000          -
18014.07/911.17	c       911          50264        1268        20                -           0.0000          -
18116.71/916.31	c       916          58536        2145        20                -           0.0000          -
18216.04/921.39	c       921          44742        2395        20                -           0.0000          -
18316.96/926.45	c       926          44991        2390        20                -           0.0000          -
18418.08/931.51	c       932          45320        2379        20                -           0.0000          -
18517.21/936.56	c       937          45842        2386        20                -           0.0000          -
18620.32/941.76	c       942          46184        2380        20                -           0.0000          -
18719.52/946.78	c       947          51545        1467        20                -           0.0000          -
18818.63/951.79	c       952          61223          24        20                -           0.0000          -
18919.76/956.83	c       957          51971        1555        20                -           0.0000          -
19023.84/962.06	c       962          47498        2361        20                -           0.0000          -
19131.85/967.56	c       968          52207        1557        20                -           0.0000          -
19232.97/972.64	c       973          48183        2351        20                -           0.0000          -
19344.00/978.28	c       978          48516        2338        20                -           0.0000          -
19445.13/983.35	c       983          48860        2321        20                -           0.0000          -
19546.25/988.42	c       988          61997         515        20                -           0.0000          -
19645.39/993.49	c       994          49107        2514        20                -           0.0000          -
19746.53/998.56	c       999          49222        2629        20                -           0.0000          -
19847.66/1003.63	c      1004          62612         798        20                -           0.0000          -
19946.81/1008.68	c      1009          54552        1537        20                -           0.0000          -
20051.92/1013.99	c      1014          63010         862        20                -           0.0000          -
20155.78/1019.19	c      1019          49768        3167        20                -           0.0000          -
20260.11/1024.41	c      1024          54806        1538        20                -           0.0000          -
20361.23/1029.52	c      1030          55193        1520        20                -           0.0000          -
20460.38/1034.58	c      1035          55287        1519        20                -           0.0000          -
20559.52/1039.58	c      1040          64770        1036        20                -           0.0000          -
20660.66/1044.65	c      1045          51329        3273        20                -           0.0000          -
20761.80/1049.72	c      1050          51698        3295        20                -           0.0000          -
20862.94/1054.87	c      1055          55979        1541        20                -           0.0000          -
20964.08/1060.03	c      1060          56159        1541        20                -           0.0000          -
21071.34/1065.34	c      1065          56204        1538        20                -           0.0000          -
21174.26/1070.56	c      1071          56317        1538        20                -           0.0000          -
21281.36/1075.95	c      1076          56393        1538        20                -           0.0000          -
21380.51/1081.03	c      1081          56452        1537        20                -           0.0000          -
21482.67/1086.08	c      1086          54095        3139        20                -           0.0000          -
21588.67/1091.41	c      1091          67977         978        20                -           0.0000          -
21687.81/1096.46	c      1096          56595        1537        20                -           0.0000          -
21788.95/1101.55	c      1102          68367         974        20                -           0.0000          -
21890.10/1106.61	c      1107          56690        1539        20                -           0.0000          -
21989.24/1111.69	c      1112          55923        3183        20                -           0.0000          -
22090.37/1116.73	c      1117          69181         747        20                -           0.0000          -
22196.28/1122.05	c      1122          56813        1537        20                -           0.0000          -
22298.56/1127.28	c      1127          56248        2311        20                -           0.0000          -
22397.71/1132.30	c      1132          56881        1537        20                -           0.0000          -
22499.05/1137.35	c      1137          56907        1536        20                -           0.0000          -
22599.98/1142.45	c      1142          57151        2783        20                -           0.0000          -
22699.13/1147.50	c      1148          70747        1171        20                -           0.0000          -
22804.25/1152.74	c      1153          57030        1537        20                -           0.0000          -
22905.39/1157.82	c      1158          71320        1149        20                -           0.0000          -
23004.54/1162.86	c      1163          58774        2987        20                -           0.0000          -
23105.66/1167.93	c      1168          57139        1537        20                -           0.0000          -
23210.75/1173.28	c      1173          72334        1146        20                -           0.0000          -
23311.88/1178.35	c      1178          72550        1139        20                -           0.0000          -
23413.03/1183.43	c      1183          57269        1538        20                -           0.0000          -
23514.16/1188.56	c      1189          57307        1538        20                -           0.0000          -
23615.30/1193.62	c      1194          73027        1412        20                -           0.0000          -
23714.45/1198.64	c      1199          57401        1536        20                -           0.0000          -
23813.60/1203.65	c      1204          57440        1537        20                -           0.0000          -
23923.47/1209.17	c      1209          57487        1536        20                -           0.0000          -
24023.80/1214.25	c      1214          73793        1411        20                -           0.0000          -
24128.90/1219.54	c      1220          57562        1537        20                -           0.0000          -
24230.03/1224.61	c      1225          57591        1536        20                -           0.0000          -
24331.17/1229.70	c      1230          74690        1199        20                -           0.0000          -
24430.36/1234.71	c      1235          74790        1299        20                -           0.0000          -
24533.44/1239.91	c      1240          74897        1406        20                -           0.0000          -
24632.60/1245.02	c      1245          57770        1546        20                -           0.0000          -
24736.58/1250.19	c      1250          75796        1215        20                -           0.0000          -
24836.84/1255.27	c      1255          62600        2491        20                -           0.0000          -
24939.97/1260.43	c      1260          62688        1854        20                -           0.0000          -
25041.12/1265.55	c      1266          59191        1851        20                -           0.0000          -
25142.26/1270.66	c      1271          76468        1207        20                -           0.0000          -
25243.39/1275.71	c      1276          59705        1838        20                -           0.0000          -
25342.54/1280.79	c      1281          60036        1824        20                -           0.0000          -
25443.67/1285.85	c      1286          76872        1208        20                -           0.0000          -
25549.68/1291.18	c      1291          60603        1870        20                -           0.0000          -
25657.84/1296.62	c      1297          64013        2115        20                -           0.0000          -
25759.00/1301.71	c      1302          64436        2095        20                -           0.0000          -
25858.19/1306.76	c      1307          64616        2101        20                -           0.0000          -
25961.29/1312.00	c      1312          64747        2211        20                -           0.0000          -
26065.41/1317.19	c      1317          77780        1206        20                -           0.0000          -
26165.55/1322.25	c      1322          61586        2457        20                -           0.0000          -
26266.69/1327.33	c      1327          78129        1207        20                -           0.0000          -
26369.83/1332.54	c      1333          78188        1205        20                -           0.0000          -
26468.98/1337.58	c      1338          65261        2725        20                -           0.0000          -
26570.14/1342.66	c      1343          65376        2840        20                -           0.0000          -
26671.29/1347.75	c      1348          62726        2447        20                -           0.0000          -
26772.44/1352.81	c      1353          79076        1020        20                -           0.0000          -
26873.59/1357.90	c      1358          62972        2448        20                -           0.0000          -
26977.69/1363.19	c      1363          63139        2446        20                -           0.0000          -
27087.75/1368.76	c      1369          63445        2442        20                -           0.0000          -
27190.84/1373.94	c      1374          63849        2444        20                -           0.0000          -
27294.93/1379.16	c      1379          80908        1001        20                -           0.0000          -
27399.05/1384.47	c      1384          66889        3263        20                -           0.0000          -
27500.19/1389.58	c      1390          67124        3377        20                -           0.0000          -
27601.33/1394.64	c      1395          64639        2707        20                -           0.0000          -
27700.48/1399.68	c      1400          64798        2705        20                -           0.0000          -
27803.60/1404.87	c      1405          64852        2705        20                -           0.0000          -
27907.35/1410.04	c      1410          82159        1001        20                -           0.0000          -
28008.72/1415.19	c      1415          82282         999        20                -           0.0000          -
28108.96/1420.25	c      1420          68073        3381        20                -           0.0000          -
28208.12/1425.27	c      1425          65200        2706        20                -           0.0000          -
28309.30/1430.38	c      1430          82670        1000        20                -           0.0000          -
28410.39/1435.43	c      1435          65514        2687        20                -           0.0000          -
28509.53/1440.48	c      1440          69020        3379        20                -           0.0000          -
28610.68/1445.51	c      1446          69226        3379        20                -           0.0000          -
28715.79/1450.81	c      1451          69607        3404        20                -           0.0000          -
28814.92/1455.88	c      1456          83317         999        20                -           0.0000          -
28916.06/1460.95	c      1461          83393         999        20                -           0.0000          -
29015.21/1465.98	c      1466          66207         200        20                -           0.0000          -
29117.21/1471.06	c      1471          66313         306        20                -           0.0000          -
29218.33/1476.16	c      1476          70151         361        20                -           0.0000          -
29328.52/1481.70	c      1482          83690         997        20                -           0.0000          -
29429.65/1486.87	c      1487          83803         997        20                -           0.0000          -
29533.72/1492.05	c      1492          70451         661        20                -           0.0000          -
29634.88/1497.16	c      1497          67365         750        20                -           0.0000          -
29735.01/1502.24	c      1502          84082        1000        20                -           0.0000          -
29834.16/1507.24	c      1507          70751         961        20                -           0.0000          -
29939.26/1512.51	c      1513          67986         730        20                -           0.0000          -
30040.38/1517.69	c      1518          68141         726        20                -           0.0000          -
30145.49/1522.91	c      1523          84413        1000        20                -           0.0000          -
30244.63/1528.03	c      1528          84452         999        20                -           0.0000          -
30346.68/1533.12	c      1533          84516         999        20                -           0.0000          -
30448.84/1538.20	c      1538          84554         999        20                -           0.0000          -
30547.99/1543.29	c      1543          69594         693        20                -           0.0000          -
30649.12/1548.36	c      1548          84753        1140        20                -           0.0000          -
30752.23/1553.54	c      1554          69891         727        20                -           0.0000          -
30853.35/1558.69	c      1559          70051         887        20                -           0.0000          -
30954.47/1563.75	c      1564          70286        1041        20                -           0.0000          -
31053.61/1568.77	c      1569          86738        1004        20                -           0.0000          -
31154.74/1573.88	c      1574          87254        1007        20                -           0.0000          -
31271.72/1579.71	c      1580          72382        2488        20                -           0.0000          -
31370.86/1584.75	c      1585          71962        1361        20                -           0.0000          -
31471.98/1589.86	c      1590          72353        1419        20                -           0.0000          -
31571.11/1594.88	c      1595          72798        1410        20                -           0.0000          -
31672.23/1599.96	c      1600          88532        1063        20                -           0.0000          -
31774.25/1605.08	c      1605          73211        2985        20                -           0.0000          -
31873.25/1610.14	c      1610          73448        2978        20                -           0.0000          -
31975.56/1615.21	c      1615          89000        1252        20                -           0.0000          -
32074.70/1620.28	c      1620          73911        2979        20                -           0.0000          -
32176.03/1625.34	c      1625          74040        2979        20                -           0.0000          -
32276.95/1630.41	c      1630          89603        1594        20                -           0.0000          -
32376.09/1635.42	c      1635          75289        1361        20                -           0.0000          -
32475.22/1640.49	c      1640          75430        1343        20                -           0.0000          -
32576.47/1645.52	c      1646          90569        1585        20                -           0.0000          -
32677.46/1650.64	c      1651          74628        2960        20                -           0.0000          -
32778.58/1655.70	c      1656          91021        1580        20                -           0.0000          -
32879.70/1660.81	c      1661          91352        1581        20                -           0.0000          -
32980.83/1665.94	c      1666          76397        1327        20                -           0.0000          -
33084.86/1671.16	c      1671          91722        1581        20                -           0.0000          -
33188.98/1676.44	c      1676          76258        2961        20                -           0.0000          -
33292.09/1681.65	c      1682          92308        1681        20                -           0.0000          -
33395.21/1686.85	c      1687          92456        1776        20                -           0.0000          -
33499.18/1692.09	c      1692          76839        3380        20                -           0.0000          -
33605.37/1697.42	c      1697          92990        1857        20                -           0.0000          -
33704.50/1702.49	c      1702          93179        1858        20                -           0.0000          -
33805.63/1707.59	c      1708          77860        3345        20                -           0.0000          -
33910.72/1712.80	c      1713          78263        3343        20                -           0.0000          -
34009.86/1717.89	c      1718          78588        3437        20                -           0.0000          -
34110.98/1723.00	c      1723          78884        3511        20                -           0.0000          -
34213.04/1728.12	c      1728          78981        2864        20                -           0.0000          -
34312.25/1733.15	c      1733          79939        1722        20                -           0.0000          -
34414.27/1738.23	c      1738          80268        1711        20                -           0.0000          -
34517.38/1743.44	c      1743          79269        2118        20                -           0.0000          -
34622.47/1748.70	c      1749          81226        1750        20                -           0.0000          -
34728.41/1754.08	c      1754          81441        1707        20                -           0.0000          -
34829.15/1759.16	c      1759          95493        1855        20                -           0.0000          -
34933.68/1764.43	c      1764          95644        1854        20                -           0.0000          -
35040.76/1769.84	c      1770          79927        2768        20                -           0.0000          -
35139.90/1774.86	c      1775          80155        2962        20                -           0.0000          -
35241.01/1779.92	c      1780          80403        3037        20                -           0.0000          -
35352.05/1785.50	c      1786          80766        1977        20                -           0.0000          -
35457.14/1790.84	c      1791          97214        1850        20                -           0.0000          -
35556.28/1795.90	c      1796          82870        1700        20                -           0.0000          -
35662.33/1801.16	c      1801          97784        1848        20                -           0.0000          -
35762.45/1806.25	c      1806          83281        1675        20                -           0.0000          -
35863.57/1811.32	c      1811          81012        1971        20                -           0.0000          -
35974.61/1816.90	c      1817          83735        1705        20                -           0.0000          -
36073.75/1821.90	c      1822          84201        1668        20                -           0.0000          -
36178.80/1827.24	c      1827          81256        1973        20                -           0.0000          -
36277.94/1832.28	c      1832          81420        1917        20                -           0.0000          -
36379.05/1837.38	c      1837          81459        1914        20                -           0.0000          -
36482.16/1842.56	c      1843          81552        1914        20                -           0.0000          -
36583.28/1847.63	c      1848          81623        1913        20                -           0.0000          -
36682.42/1852.64	c      1853          99182        2535        20                -           0.0000          -
36781.55/1857.66	c      1858          99396        2613        20                -           0.0000          -
36884.66/1862.86	c      1863          99717        2608        20                -           0.0000          -
36990.87/1868.18	c      1868          99995        2708        20                -           0.0000          -
37090.85/1873.27	c      1873          82660        1971        20                -           0.0000          -
37193.96/1878.47	c      1878          85416        2854        20                -           0.0000          -
37301.04/1883.88	c      1884          83383        1975        20                -           0.0000          -
37408.09/1889.29	c      1889         101717        2722        20                -           0.0000          -
37511.21/1894.49	c      1894          83647        2182        20                -           0.0000          -
37612.34/1899.51	c      1900         102570        2710        20                -           0.0000          -
37711.48/1904.56	c      1905          86055        3213        20                -           0.0000          -
37816.58/1909.86	c      1910          83955        2488        20                -           0.0000          -
37920.62/1915.08	c      1915          86649        3437        20                -           0.0000          -
38024.75/1920.34	c      1920          87033        3457        20                -           0.0000          -
38123.87/1925.39	c      1925          87341        3441        20                -           0.0000          -
38231.00/1930.79	c      1931          84375        2908        20                -           0.0000          -
38334.07/1936.05	c      1936          87885        3498        20                -           0.0000          -
38443.10/1941.45	c      1941          88128        3666        20                -           0.0000          -
38542.24/1946.47	c      1946         105658        3038        20                -           0.0000          -
38643.36/1951.57	c      1952          84911        3326        20                -           0.0000          -
38746.45/1956.72	c      1957          88562        2293        20                -           0.0000          -
38845.60/1961.78	c      1962          88676        2407        20                -           0.0000          -
38946.71/1966.86	c      1967          85294        3662        20                -           0.0000          -
39045.86/1971.87	c      1972          88880        2611        20                -           0.0000          -
39146.96/1976.97	c      1977          85506        3874        20                -           0.0000          -
39248.96/1982.06	c      1982         106578        3473        20                -           0.0000          -
39351.16/1987.27	c      1987          85722        4090        20                -           0.0000          -
39452.29/1992.33	c      1992          89930        2433        20                -           0.0000          -
39553.42/1997.45	c      1997         107665        3544        20                -           0.0000          -
39658.56/2002.74	c      2003          90292        2568        20                -           0.0000          -
39761.63/2007.95	c      2008          90438        2714        20                -           0.0000          -
39860.77/2013.01	c      2013          90602        2818        20                -           0.0000          -
39971.80/2018.54	c      2019          90844        2903        20                -           0.0000          -
40074.93/2023.72	c      2024          91199        3013        20                -           0.0000          -
40176.05/2028.82	c      2029          91313        3058        20                -           0.0000          -
40277.18/2033.91	c      2034          87044        4747        20                -           0.0000          -
40382.25/2039.21	c      2039          87127        4261        20                -           0.0000          -
40481.40/2044.28	c      2044         109992        3778        20                -           0.0000          -
40582.68/2049.35	c      2049         110141        3919        20                -           0.0000          -
40683.62/2054.40	c      2054          91842        3587        20                -           0.0000          -
40784.74/2059.57	c      2060          91964        3709        20                -           0.0000          -
40885.87/2064.63	c      2065          92097        3842        20                -           0.0000          -
40987.01/2069.79	c      2070          88720        2616        20                -           0.0000          -
41095.01/2075.17	c      2075         111467        4509        20                -           0.0000          -
41199.16/2080.44	c      2080          89136        2894        20                -           0.0000          -
41300.28/2085.56	c      2086         111907        4635        20                -           0.0000          -
41403.43/2090.78	c      2091          89789        2823        20                -           0.0000          -
41506.49/2096.00	c      2096         112527        4767        20                -           0.0000          -
41615.50/2101.48	c      2101         113005        4759        20                -           0.0000          -
41718.60/2106.70	c      2107          90229        2775        20                -           0.0000          -
41819.72/2111.74	c      2112         114053        4752        20                -           0.0000          -
41918.87/2116.78	c      2117         114550        4752        20                -           0.0000          -
42019.99/2121.88	c      2122          95162        4379        20                -           0.0000          -
42121.12/2126.93	c      2127          95525        4376        20                -           0.0000          -
42220.25/2132.02	c      2132          90825        2548        20                -           0.0000          -
42322.25/2137.07	c      2137          95967        4371        20                -           0.0000          -
42426.50/2142.31	c      2142         116993        4388        20                -           0.0000          -
42527.58/2147.48	c      2147          91286        2824        20                -           0.0000          -
42628.70/2152.56	c      2153         117372        4314        20                -           0.0000          -
42731.80/2157.70	c      2158          91506        3038        20                -           0.0000          -
42830.98/2162.73	c      2163          91697        3227        20                -           0.0000          -
42934.05/2168.04	c      2168          91826        3288        20                -           0.0000          -
43039.13/2173.24	c      2173         118111        4308        20                -           0.0000          -
43138.25/2178.30	c      2178          92032        3494        20                -           0.0000          -
43245.34/2183.62	c      2184          99770        4372        20                -           0.0000          -
43348.45/2188.87	c      2189         100073        4364        20                -           0.0000          -
43449.58/2193.93	c      2194         100554        4377        20                -           0.0000          -
43551.57/2199.13	c      2199         119823        4288        20                -           0.0000          -
43653.79/2204.21	c      2204         120019        4286        20                -           0.0000          -
43752.92/2209.30	c      2209         101457        4362        20                -           0.0000          -
43854.07/2214.36	c      2214          92804        4260        20                -           0.0000          -
43963.09/2219.83	c      2220         120785        4445        20                -           0.0000          -
44067.00/2225.09	c      2225         102267        4374        20                -           0.0000          -
44168.13/2230.15	c      2230          93202        4658        20                -           0.0000          -
44272.38/2235.45	c      2235         102528        4374        20                -           0.0000          -
44375.50/2240.69	c      2241          93442        4884        20                -           0.0000          -
44478.60/2245.86	c      2246          93591        5007        20                -           0.0000          -
44577.73/2250.87	c      2251         121872         476        20                -           0.0000          -
44678.86/2255.94	c      2256          93817        5233        20                -           0.0000          -
44777.99/2261.01	c      2261          93931        5347        20                -           0.0000          -
44879.98/2266.08	c      2266         122178         780        20                -           0.0000          -
44979.01/2271.13	c      2271          94291        5597        20                -           0.0000          -
45080.39/2276.18	c      2276          94537        5550        20                -           0.0000          -
45180.46/2281.24	c      2281          94662        5673        20                -           0.0000          -
45285.56/2286.51	c      2287         105640        4617        20                -           0.0000          -
45384.70/2291.56	c      2292         123281        1111        20                -           0.0000          -
45485.84/2296.62	c      2297          95044        5753        20                -           0.0000          -
45584.98/2301.69	c      2302         123627        1303        20                -           0.0000          -
45686.15/2306.74	c      2307         123754        1305        20                -           0.0000          -
45785.25/2311.79	c      2312         123883        1102        20                -           0.0000          -
45891.11/2317.12	c      2317          95540        6183        20                -           0.0000          -
45993.45/2322.29	c      2322         124082        1004        20                -           0.0000          -
46094.57/2327.32	c      2327         107118        1736        20                -           0.0000          -
46195.69/2332.42	c      2332         124299         994        20                -           0.0000          -
46302.78/2337.84	c      2338         124375         996        20                -           0.0000          -
46403.91/2342.97	c      2343         107894        1942        20                -           0.0000          -
46503.04/2348.03	c      2348          96367        5582        20                -           0.0000          -
46604.99/2353.10	c      2353          96475        5690        20                -           0.0000          -
46709.28/2358.37	c      2358         125320         978        20                -           0.0000          -
46814.33/2363.68	c      2364          96721        5936        20                -           0.0000          -
46913.47/2368.68	c      2369          96855        6070        20                -           0.0000          -
47014.58/2373.71	c      2374         126088        1144        20                -           0.0000          -
47113.76/2378.78	c      2379         126635        1143        20                -           0.0000          -
47221.56/2384.19	c      2384         108739        2771        20                -           0.0000          -
47321.89/2389.25	c      2389          97285        6498        20                -           0.0000          -
47423.02/2394.31	c      2394         127737        1174        20                -           0.0000          -
47536.82/2400.06	c      2400          97526        6739        20                -           0.0000          -
47639.13/2405.25	c      2405         109171        3203        20                -           0.0000          -
47744.23/2410.51	c      2411         128142        1176        20                -           0.0000          -
47849.32/2415.82	c      2416          98108        7048        20                -           0.0000          -
47950.52/2420.91	c      2421         109549        3549        20                -           0.0000          -
48049.75/2426.00	c      2426         109712        3694        20                -           0.0000          -
48151.73/2431.08	c      2431         109917        3852        20                -           0.0000          -
48254.15/2436.30	c      2436          98596        4447        20                -           0.0000          -
48359.38/2441.55	c      2442         129345        1623        20                -           0.0000          -
48462.61/2446.72	c      2447         110422        3788        20                -           0.0000          -
48563.77/2451.85	c      2452         129679        1827        20                -           0.0000          -
48669.69/2457.16	c      2457         129811        1953        20                -           0.0000          -
48774.03/2462.41	c      2462         130002        1915        20                -           0.0000          -
48877.20/2467.69	c      2468         130120        2033        20                -           0.0000          -
48987.03/2473.14	c      2473          99640        5291        20                -           0.0000          -
49087.51/2478.28	c      2478         130400        2286        20                -           0.0000          -
49188.72/2483.37	c      2483         130515        2401        20                -           0.0000          -
49287.93/2488.38	c      2488         130626        2506        20                -           0.0000          -
49397.08/2493.85	c      2494         100096        5745        20                -           0.0000          -
49500.90/2499.08	c      2499         100210        5859        20                -           0.0000          -
49600.26/2504.09	c      2504         100317        5966        20                -           0.0000          -
49699.46/2509.10	c      2509         100423        6072        20                -           0.0000          -
49798.70/2514.13	c      2514         100530        6179        20                -           0.0000          -
49901.06/2519.22	c      2519         131854        2519        20                -           0.0000          -
50002.27/2524.30	c      2524         132021        2517        20                -           0.0000          -
50101.45/2529.39	c      2529         113777        4406        20                -           0.0000          -
50208.67/2534.80	c      2535              2           1        20                -           0.0000          -
50309.84/2539.82	c      2540              2           1        20                -           0.0000          -
50411.06/2545.01	c      2545              2           1        20                -           0.0000          -
50513.23/2550.14	c      2550              2           1        20                -           0.0000          -
50621.33/2555.50	c      2556              2           1        20                -           0.0000          -
50720.56/2560.51	c      2561              2           1        20                -           0.0000          -
50825.60/2565.84	c      2566              2           1        20                -           0.0000          -
50929.60/2571.06	c      2571              2           1        20                -           0.0000          -
51031.90/2576.28	c      2576              2           1        20                -           0.0000          -
51133.10/2581.32	c      2581              2           1        20                -           0.0000          -
51242.24/2586.81	c      2587              2           1        20                -           0.0000          -
51343.44/2591.90	c      2592              2           1        20                -           0.0000          -
51442.68/2597.02	c      2597              2           1        20                -           0.0000          -
51544.83/2602.07	c      2602              2           1        20                -           0.0000          -
51646.98/2607.28	c      2607              2           1        20                -           0.0000          -
51752.17/2612.53	c      2613              2           1        20                -           0.0000          -
51851.41/2617.57	c      2618              2           1        20                -           0.0000          -
51954.65/2622.71	c      2623              2           1        20                -           0.0000          -
52053.84/2627.78	c      2628              2           1        20                -           0.0000          -
52157.05/2632.91	c      2633              2           1        20                -           0.0000          -
52256.28/2637.93	c      2638              2           1        20                -           0.0000          -
52355.45/2643.04	c      2643              2           1        20                -           0.0000          -
52457.67/2648.12	c      2648              2           1        20                -           0.0000          -
52558.88/2653.18	c      2653              2           1        20                -           0.0000          -
52659.01/2658.24	c      2658              2           1        20                -           0.0000          -
52759.97/2663.30	c      2663              2           1        20                -           0.0000          -
52863.16/2668.56	c      2669              2           1        20                -           0.0000          -
52968.27/2673.90	c      2674              2           1        20                -           0.0000          -
53069.47/2678.94	c      2679              2           1        20                -           0.0000          -
53171.34/2684.09	c      2684              2           1        20                -           0.0000          -
53273.80/2689.22	c      2689              2           1        20                -           0.0000          -
53376.99/2694.50	c      2694              2           1        20                -           0.0000          -
53480.18/2699.62	c      2700              2           1        20                -           0.0000          -
53579.41/2704.62	c      2705              2           1        20                -           0.0000          -
53678.63/2709.67	c      2710              2           1        20                -           0.0000          -
53781.82/2714.84	c      2715              2           1        20                -           0.0000          -
53883.03/2719.99	c      2720              2           1        20                -           0.0000          -
53985.33/2725.06	c      2725              2           1        20                -           0.0000          -
54089.41/2730.34	c      2730              2           1        20                -           0.0000          -
54188.59/2735.37	c      2735              2           1        20                -           0.0000          -
54289.79/2740.47	c      2740              2           1        20                -           0.0000          -
54391.03/2745.54	c      2746              2           1        20                -           0.0000          -
54496.14/2750.88	c      2751              2           1        20                -           0.0000          -
54595.35/2755.89	c      2756              2           1        20                -           0.0000          -
54696.53/2761.03	c      2761              2           1        20                -           0.0000          -
54798.35/2766.09	c      2766              2           1        20                -           0.0000          -
54900.76/2771.23	c      2771              2           1        20                -           0.0000          -
55003.94/2776.43	c      2776              2           1        20                -           0.0000          -
55103.04/2781.45	c      2781              2           1        20                -           0.0000          -
55203.94/2786.50	c      2787              2           1        20                -           0.0000          -
55303.17/2791.55	c      2792              2           1        20                -           0.0000          -
55404.39/2796.65	c      2797              2           1        20                -           0.0000          -
55507.54/2801.80	c      2802              2           1        20                -           0.0000          -
55606.77/2806.88	c      2807              2           1        20                -           0.0000          -
55717.89/2812.48	c      2812              2           1        20                -           0.0000          -
55818.92/2817.55	c      2818              2           1        20                -           0.0000          -
55919.84/2822.62	c      2823              2           1        20                -           0.0000          -
56019.07/2827.65	c      2828              2           1        20                -           0.0000          -
56122.28/2832.83	c      2833              2           1        20                -           0.0000          -
56223.36/2838.03	c      2838              2           1        20                -           0.0000          -
56325.36/2843.07	c      2843              2           1        20                -           0.0000          -
56427.68/2848.22	c      2848              2           1        20                -           0.0000          -
56528.89/2853.31	c      2853              2           1        20                -           0.0000          -
56630.11/2858.49	c      2858              2           1        20                -           0.0000          -
56733.18/2863.62	c      2864              2           1        20                -           0.0000          -
56836.30/2868.85	c      2869              2           1        20                -           0.0000          -
56937.37/2873.93	c      2874              2           1        20                -           0.0000          -
57041.08/2879.19	c      2879              2           1        20                -           0.0000          -
57141.58/2884.22	c      2884              2           1        20                -           0.0000          -
57240.72/2889.24	c      2889              2           1        20                -           0.0000          -
57341.88/2894.36	c      2894              2           1        20                -           0.0000          -
57442.94/2899.42	c      2899              2           1        20                -           0.0000          -
57541.85/2904.49	c      2904              2           1        20                -           0.0000          -
57642.82/2909.54	c      2910              2           1        20                -           0.0000          -
57743.93/2914.65	c      2915              2           1        20                -           0.0000          -
57849.04/2919.94	c      2920              2           1        20                -           0.0000          -
57954.06/2925.25	c      2925              2           1        20                -           0.0000          -
58055.15/2930.31	c      2930              2           1        20                -           0.0000          -
58165.92/2935.95	c      2936              2           1        20                -           0.0000          -
58267.89/2941.12	c      2941              2           1        20                -           0.0000          -
58368.88/2946.17	c      2946              2           1        20                -           0.0000          -
58479.08/2951.74	c      2952              2           1        20                -           0.0000          -
58582.17/2956.93	c      2957              2           1        20                -           0.0000          -
58681.29/2961.99	c      2962              2           1        20                -           0.0000          -
58782.96/2967.06	c      2967              2           1        20                -           0.0000          -
58882.42/2972.09	c      2972              2           1        20                -           0.0000          -
58984.46/2977.21	c      2977              2           1        20                -           0.0000          -
59083.66/2982.29	c      2982              2           1        20                -           0.0000          -
59184.64/2987.35	c      2987              2           1        20                -           0.0000          -
59285.75/2992.40	c      2992              2           1        20                -           0.0000          -
59390.81/2997.76	c      2998              2           1        20                -           0.0000          -
59493.84/3002.94	c      3003              2           1        20                -           0.0000          -
59592.94/3008.03	c      3008              2           1        20                -           0.0000          -
59696.80/3013.18	c      3013              2           1        20                -           0.0000          -
59798.89/3018.39	c      3018              2           1        20                -           0.0000          -
59899.96/3023.47	c      3023              2           1        20                -           0.0000          -
59998.75/3028.49	c      3028              2           1        20                -           0.0000          -
60101.82/3033.60	c      3034              2           1        20                -           0.0000          -
60202.97/3038.79	c      3039              2           1        20                -           0.0000          -
60306.02/3043.90	c      3044              2           1        20                -           0.0000          -
60405.10/3048.96	c      3049              2           1        20                -           0.0000          -
60506.91/3054.07	c      3054              2           1        20                -           0.0000          -
60606.12/3059.13	c      3059              2           1        20                -           0.0000          -
60707.47/3064.18	c      3064              2           1        20                -           0.0000          -
60813.46/3069.53	c      3070              2           1        20                -           0.0000          -
60918.56/3074.82	c      3075              2           1        20                -           0.0000          -
61019.66/3079.98	c      3080              2           1        20                -           0.0000          -
61126.67/3085.33	c      3085              2           1        20                -           0.0000          -
61227.79/3090.43	c      3090              2           1        20                -           0.0000          -
61336.84/3095.97	c      3096              2           1        20                -           0.0000          -
61438.71/3101.04	c      3101              2           1        20                -           0.0000          -
61540.72/3106.21	c      3106              2           1        20                -           0.0000          -
61645.73/3111.52	c      3112              2           1        20                -           0.0000          -
61744.84/3116.54	c      3117              2           1        20                -           0.0000          -
61849.94/3121.82	c      3122              2           1        20                -           0.0000          -
61951.06/3126.96	c      3127              2           1        20                -           0.0000          -
62062.07/3132.52	c      3133              2           1        20                -           0.0000          -
62163.19/3137.61	c      3138              2           1        20                -           0.0000          -
62264.17/3142.79	c      3143              2           1        20                -           0.0000          -
62375.19/3148.35	c      3148              2           1        20                -           0.0000          -
62476.14/3153.44	c      3153              2           1        20                -           0.0000          -
62575.28/3158.46	c      3158              2           1        20                -           0.0000          -
62680.37/3163.71	c      3164              2           1        20                -           0.0000          -
62779.48/3168.78	c      3169              2           1        20                -           0.0000          -
62880.60/3173.82	c      3174              2           1        20                -           0.0000          -
62981.66/3178.97	c      3179              2           1        20                -           0.0000          -
63083.48/3184.04	c      3184              2           1        20                -           0.0000          -
63182.94/3189.09	c      3189              2           1        20                -           0.0000          -
63283.91/3194.16	c      3194              2           1        20                -           0.0000          -
63396.04/3199.81	c      3200              2           1        20                -           0.0000          -
63497.15/3204.94	c      3205              2           1        20                -           0.0000          -
63596.29/3210.05	c      3210              2           1        20                -           0.0000          -
63698.38/3215.09	c      3215              2           1        20                -           0.0000          -
63802.45/3220.36	c      3220              2           1        20                -           0.0000          -
63905.56/3225.59	c      3226              2           1        20                -           0.0000          -
64012.63/3231.00	c      3231              2           1        20                -           0.0000          -
64116.51/3236.15	c      3236              2           1        20                -           0.0000          -
64216.75/3241.20	c      3241              2           1        20                -           0.0000          -
64317.90/3246.36	c      3246              2           1        20                -           0.0000          -
64420.96/3251.53	c      3252              2           1        20                -           0.0000          -
64524.06/3256.74	c      3257              2           1        20                -           0.0000          -
64625.17/3261.80	c      3262              2           1        20                -           0.0000          -
64724.25/3266.87	c      3267              2           1        20                -           0.0000          -
64825.29/3272.04	c      3272              2           1        20                -           0.0000          -
64927.29/3277.10	c      3277              2           1        20                -           0.0000          -
65029.37/3282.23	c      3282              2           1        20                -           0.0000          -
65130.45/3287.32	c      3287              2           1        20                -           0.0000          -
65231.55/3292.42	c      3292              2           1        20                -           0.0000          -
65332.66/3297.60	c      3298              2           1        20                -           0.0000          -
65435.80/3302.79	c      3303              2           1        20                -           0.0000          -
65536.76/3307.88	c      3308              2           1        20                -           0.0000          -
65642.68/3313.16	c      3313              2           1        20                -           0.0000          -
65744.86/3318.37	c      3318              2           1        20                -           0.0000          -
65847.87/3323.53	c      3324              2           1        20                -           0.0000          -
65946.69/3328.57	c      3329              2           1        20                -           0.0000          -
66051.74/3333.85	c      3334              2           1        20                -           0.0000          -
66152.82/3338.92	c      3339              2           1        20                -           0.0000          -
66254.65/3344.06	c      3344              2           1        20                -           0.0000          -
66354.04/3349.12	c      3349              2           1        20                -           0.0000          -
66455.03/3354.16	c      3354              2           1        20                -           0.0000          -
66555.07/3359.22	c      3359              2           1        20                -           0.0000          -
66656.16/3364.34	c      3364              2           1        20                -           0.0000          -
66759.23/3369.56	c      3370              2           1        20                -           0.0000          -
66860.34/3374.68	c      3375              2           1        20                -           0.0000          -
66965.40/3379.98	c      3380              2           1        20                -           0.0000          -
67069.53/3385.19	c      3385              2           1        20                -           0.0000          -
67173.52/3390.43	c      3390              2           1        20                -           0.0000          -
67272.62/3395.49	c      3395              2           1        20                -           0.0000          -
67375.70/3400.62	c      3401              2           1        20                -           0.0000          -
67474.82/3405.69	c      3406              2           1        20                -           0.0000          -
67575.95/3410.74	c      3411              2           1        20                -           0.0000          -
67677.02/3415.84	c      3416              2           1        20                -           0.0000          -
67776.12/3420.89	c      3421              2           1        20                -           0.0000          -
67880.15/3426.11	c      3426              2           1        20                -           0.0000          -
67981.23/3431.17	c      3431              2           1        20                -           0.0000          -
68087.35/3436.55	c      3437              2           1        20                -           0.0000          -
68192.41/3441.84	c      3442              2           1        20                -           0.0000          -
68291.53/3446.89	c      3447              2           1        20                -           0.0000          -
68397.34/3452.17	c      3452              2           1        20                -           0.0000          -
68499.80/3457.36	c      3457              2           1        20                -           0.0000          -
68600.71/3462.42	c      3462              2           1        20                -           0.0000          -
68699.83/3467.42	c      3467              2           1        20                -           0.0000          -
68800.93/3472.51	c      3473              2           1        20                -           0.0000          -
68904.02/3477.76	c      3478              2           1        20                -           0.0000          -
69007.05/3482.93	c      3483              2           1        20                -           0.0000          -
69106.18/3487.98	c      3488              2           1        20                -           0.0000          -
69205.32/3493.04	c      3493              2           1        20                -           0.0000          -
69307.30/3498.12	c      3498              2           1        20                -           0.0000          -
69411.40/3503.37	c      3503              2           1        20                -           0.0000          -
69516.19/3508.63	c      3509              2           1        20                -           0.0000          -
69617.27/3513.74	c      3514              2           1        20                -           0.0000          -
69723.16/3519.11	c      3519              2           1        20                -           0.0000          -
69822.43/3524.14	c      3524              2           1        20                -           0.0000          -
69924.53/3529.25	c      3529              2           1        20                -           0.0000          -
70027.62/3534.49	c      3534              2           1        20                -           0.0000          -
70130.70/3539.68	c      3540              2           1        20                -           0.0000          -
70233.79/3544.88	c      3545              2           1        20                -           0.0000          -
70339.98/3550.18	c      3550              2           1        20                -           0.0000          -
70441.91/3555.35	c      3555              2           1        20                -           0.0000          -
70544.98/3560.51	c      3561              2           1        20                -           0.0000          -
70644.11/3565.58	c      3566              2           1        20                -           0.0000          -
70747.24/3570.72	c      3571              2           1        20                -           0.0000          -
70848.33/3575.84	c      3576              2           1        20                -           0.0000          -
70949.43/3580.94	c      3581              2           1        20                -           0.0000          -
71051.23/3586.07	c      3586              2           1        20                -           0.0000          -
71155.54/3591.34	c      3591              2           1        20                -           0.0000          -
71256.64/3596.42	c      3596              2           1        20                -           0.0000          -
71355.75/3601.45	c      3601              2           1        20                -           0.0000          -
71454.88/3606.49	c      3606              2           1        20                -           0.0000          -
71557.94/3611.65	c      3612              2           1        20                -           0.0000          -
71659.04/3616.72	c      3617              2           1        20                -           0.0000          -
71758.13/3621.77	c      3622              2           1        20                -           0.0000          -
71857.21/3626.80	c      3627              2           1        20                -           0.0000          -
71966.15/3632.28	c      3632              2           1        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 (189128 MiB free)
  memory of node 1: 193531 MiB (188528 MiB free)
  memory of node 2: 193531 MiB (192276 MiB free)
  memory of node 3: 193493 MiB (186802 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-4465848-1722599987/watcher-4465848-1722599987 -o /tmp/evaluation-result-4465848-1722599987/solver-4465848-1722599987 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722599440-165401 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465848-1722599987.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100119 s]*
/proc/loadavg: 23.49 36.77 59.82 22/902 166707
/proc/meminfo: memFree=774812260/790760804 swapFree=131071996/131071996
[pid=166706] ppid=166703 vsize=132388 memory=119784 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/stat : 166706 (fscip) R 166703 166706 165389 0 -1 4194304 27720 0 0 0 8 3 0 0 20 0 1 0 26581421 135565312 29880 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
/proc/166706/statm: 33097 29946 2539 3035 0 29493 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 132388 KiB
Current children cumulated memory: 119784 KiB

[startup+0.219092 s]*
/proc/loadavg: 23.49 36.77 59.82 22/902 166707
/proc/meminfo: memFree=774749664/790760804 swapFree=131071996/131071996
[pid=166706] ppid=166703 vsize=176272 memory=158752 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/stat : 166706 (fscip) R 166703 166706 165389 0 -1 4194304 37466 0 0 0 19 4 0 0 20 0 1 0 26581421 180502528 39688 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
/proc/166706/statm: 44068 39688 2582 3035 0 40464 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 176272 KiB
Current children cumulated memory: 158752 KiB

[startup+0.318268 s]*
/proc/loadavg: 23.49 36.77 59.82 22/902 166707
/proc/meminfo: memFree=774711036/790760804 swapFree=131071996/131071996
[pid=166706] ppid=166703 vsize=215244 memory=197128 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/stat : 166706 (fscip) R 166703 166706 165389 0 -1 4194304 48769 0 0 0 27 6 0 0 20 0 1 0 26581421 220409856 49282 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
/proc/166706/statm: 53811 49282 2678 3035 0 50207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 215244 KiB
Current children cumulated memory: 197128 KiB

[startup+0.700284 s]
/proc/loadavg: 23.49 36.77 59.82 22/902 166707
/proc/meminfo: memFree=774666260/790760804 swapFree=131071996/131071996
[pid=166706] ppid=166703 vsize=266332 memory=246436 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/stat : 166706 (fscip) R 166703 166706 165389 0 -1 4194304 67757 0 0 0 59 9 0 0 20 0 1 0 26581421 272723968 61609 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
/proc/166706/statm: 66583 61609 2758 3035 0 62979 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 266332 KiB
Current children cumulated memory: 246436 KiB

[startup+1.50028 s]
/proc/loadavg: 23.49 36.77 59.82 22/902 166708
/proc/meminfo: memFree=774589716/790760804 swapFree=131071996/131071996
[pid=166706] ppid=166703 vsize=2109672 memory=596136 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/stat : 166706 (fscip) S 166703 166706 165389 0 -1 1077936128 153268 0 0 0 128 21 0 0 20 0 21 0 26581421 2160304128 149034 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
/proc/166706/statm: 527418 149034 2774 3035 0 211491 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2109672 KiB
Current children cumulated memory: 596136 KiB

[startup+3.11938 s]
/proc/loadavg: 23.49 36.77 59.82 22/922 166728
/proc/meminfo: memFree=773078028/790760804 swapFree=131071996/131071996
[pid=166706] ppid=166703 vsize=3584312 memory=2971192 CPUtime=4.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/stat : 166706 (fscip) S 166703 166706 165389 0 -1 1077936128 746632 0 0 0 347 139 0 0 20 0 41 0 26581421 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
/proc/166706/statm: 896078 742798 2790 3035 0 852310 0
[pid=166706/tid=166709] ppid=166703 vsize=3584312 memory=15732 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166709/stat : 166709 (fscip) R 166703 166706 165389 0 -1 4194368 30390 0 0 0 10 6 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166710] ppid=166703 vsize=3584312 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166710/stat : 166710 (fscip) D 166703 166706 165389 0 -1 4194368 30137 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166711] ppid=166703 vsize=3584312 memory=246436 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166711/stat : 166711 (fscip) R 166703 166706 165389 0 -1 4194368 30390 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166712] ppid=166703 vsize=3584312 memory=1175316 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166712/stat : 166712 (fscip) R 166703 166706 165389 0 -1 4194368 30390 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166713] ppid=166703 vsize=3584312 memory=1500016 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166713/stat : 166713 (fscip) R 166703 166706 165389 0 -1 4194368 30280 0 0 0 10 6 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166714] ppid=166703 vsize=3584312 memory=280120854539952 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166714/stat : 166714 (fscip) R 166703 166706 165389 0 -1 4194368 30391 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166715] ppid=166703 vsize=3584312 memory=52808 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166715/stat : 166715 (fscip) R 166703 166706 165389 0 -1 4194368 30647 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166716] ppid=166703 vsize=3584312 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166716/stat : 166716 (fscip) D 166703 166706 165389 0 -1 4194368 30389 0 0 0 10 6 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166717] ppid=166703 vsize=3584312 memory=280120854401984 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166717/stat : 166717 (fscip) D 166703 166706 165389 0 -1 4194368 30390 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166718] ppid=166703 vsize=3584312 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166718/stat : 166718 (fscip) D 166703 166706 165389 0 -1 4194368 30390 0 0 0 10 6 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166719] ppid=166703 vsize=3584312 memory=7713 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166719/stat : 166719 (fscip) R 166703 166706 165389 0 -1 4194368 30646 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166720] ppid=166703 vsize=3584312 memory=4420 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166720/stat : 166720 (fscip) D 166703 166706 165389 0 -1 4194368 30390 0 0 0 10 6 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166721] ppid=166703 vsize=3584312 memory=6628 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166721/stat : 166721 (fscip) D 166703 166706 165389 0 -1 4194368 30131 0 0 0 10 6 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166722] ppid=166703 vsize=3584312 memory=104 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166722/stat : 166722 (fscip) D 166703 166706 165389 0 -1 4194368 30351 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166723] ppid=166703 vsize=3584312 memory=6232 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166723/stat : 166723 (fscip) D 166703 166706 165389 0 -1 4194368 30390 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166724] ppid=166703 vsize=3584312 memory=19852 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166724/stat : 166724 (fscip) D 166703 166706 165389 0 -1 4194368 30390 0 0 0 10 6 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166725] ppid=166703 vsize=3584312 memory=31988 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166725/stat : 166725 (fscip) D 166703 166706 165389 0 -1 4194368 30131 0 0 0 10 6 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166726] ppid=166703 vsize=3584312 memory=2212 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166726/stat : 166726 (fscip) D 166703 166706 165389 0 -1 4194368 30389 0 0 0 10 6 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166727] ppid=166703 vsize=3584312 memory=25333125866717268 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166727/stat : 166727 (fscip) D 166703 166706 165389 0 -1 4194368 30390 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166728] ppid=166703 vsize=3584312 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166728/stat : 166728 (fscip) R 166703 166706 165389 0 -1 4194368 30887 0 0 0 11 5 0 0 20 0 41 0 26581558 3670335488 742798 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 3584312 KiB
Current children cumulated memory: 2971192 KiB

[startup+6.30314 s]
/proc/loadavg: 24.81 36.82 59.72 41/942 166750
/proc/meminfo: memFree=768018188/790760804 swapFree=131071996/131071996
[pid=166706] ppid=166703 vsize=8433976 memory=6906364 CPUtime=67.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/stat : 166706 (fscip) S 166703 166706 165389 0 -1 1077936128 1739403 0 0 0 6303 401 0 0 20 0 41 0 26581421 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
/proc/166706/statm: 2108494 1726591 2950 3035 0 1888905 0
[pid=166706/tid=166709] ppid=166703 vsize=8433976 memory=280120854539952 CPUtime=3.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166709/stat : 166709 (fscip) R 166703 166706 165389 0 -1 4194368 81064 0 0 0 306 21 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166710] ppid=166703 vsize=8433976 memory=25333125866717268 CPUtime=3.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166710/stat : 166710 (fscip) R 166703 166706 165389 0 -1 4194368 86631 0 0 0 307 19 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166711] ppid=166703 vsize=8433976 memory=15732 CPUtime=3.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166711/stat : 166711 (fscip) R 166703 166706 165389 0 -1 4194368 64277 0 0 0 316 12 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166712] ppid=166703 vsize=8433976 memory=0 CPUtime=3.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166712/stat : 166712 (fscip) R 166703 166706 165389 0 -1 4194368 80506 0 0 0 299 20 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166713] ppid=166703 vsize=8433976 memory=5390636 CPUtime=3.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166713/stat : 166713 (fscip) R 166703 166706 165389 0 -1 4194368 92156 0 0 0 304 23 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166714] ppid=166703 vsize=8433976 memory=1175316 CPUtime=3.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166714/stat : 166714 (fscip) R 166703 166706 165389 0 -1 4194368 67165 0 0 0 315 13 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166715] ppid=166703 vsize=8433976 memory=2212 CPUtime=3.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166715/stat : 166715 (fscip) R 166703 166706 165389 0 -1 4194368 82065 0 0 0 314 16 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166716] ppid=166703 vsize=8433976 memory=52808 CPUtime=3.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166716/stat : 166716 (fscip) R 166703 166706 165389 0 -1 4194368 86271 0 0 0 304 23 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166717] ppid=166703 vsize=8433976 memory=280120854145312 CPUtime=3.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166717/stat : 166717 (fscip) R 166703 166706 165389 0 -1 4194368 73404 0 0 0 313 14 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166718] ppid=166703 vsize=8433976 memory=5699616 CPUtime=3.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166718/stat : 166718 (fscip) R 166703 166706 165389 0 -1 4194368 80814 0 0 0 304 21 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166719] ppid=166703 vsize=8433976 memory=25333125866717268 CPUtime=3.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166719/stat : 166719 (fscip) R 166703 166706 165389 0 -1 4194368 91692 0 0 0 308 22 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166720] ppid=166703 vsize=8433976 memory=0 CPUtime=3.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166720/stat : 166720 (fscip) R 166703 166706 165389 0 -1 4194368 63344 0 0 0 314 14 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166721] ppid=166703 vsize=8433976 memory=0 CPUtime=3.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166721/stat : 166721 (fscip) R 166703 166706 165389 0 -1 4194368 79714 0 0 0 304 22 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166722] ppid=166703 vsize=8433976 memory=28720 CPUtime=3.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166722/stat : 166722 (fscip) R 166703 166706 165389 0 -1 4194368 86304 0 0 0 306 21 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166723] ppid=166703 vsize=8433976 memory=7384 CPUtime=3.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166723/stat : 166723 (fscip) R 166703 166706 165389 0 -1 4194368 67551 0 0 0 315 13 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166724] ppid=166703 vsize=8433976 memory=665828 CPUtime=3.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166724/stat : 166724 (fscip) R 166703 166706 165389 0 -1 4194368 80504 0 0 0 305 22 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166725] ppid=166703 vsize=8433976 memory=0 CPUtime=3.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166725/stat : 166725 (fscip) R 166703 166706 165389 0 -1 4194368 100451 0 0 0 304 22 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166726] ppid=166703 vsize=8433976 memory=280120854401984 CPUtime=3.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166726/stat : 166726 (fscip) R 166703 166706 165389 0 -1 4194368 64867 0 0 0 314 13 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166727] ppid=166703 vsize=8433976 memory=2212 CPUtime=3.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166727/stat : 166727 (fscip) R 166703 166706 165389 0 -1 4194368 79995 0 0 0 308 19 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166728] ppid=166703 vsize=8433976 memory=25333125866717268 CPUtime=3.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166728/stat : 166728 (fscip) R 166703 166706 165389 0 -1 4194368 91854 0 0 0 307 22 0 0 20 0 41 0 26581558 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166729] ppid=166703 vsize=8433976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166729/stat : 166729 (fscip) S 166703 166706 165389 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 26581724 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166730] ppid=166703 vsize=8433976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166730/stat : 166730 (fscip) S 166703 166706 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26581724 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166731] ppid=166703 vsize=8433976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166731/stat : 166731 (fscip) S 166703 166706 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 26581724 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166732] ppid=166703 vsize=8433976 memory=856042817001081 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166732/stat : 166732 (fscip) S 166703 166706 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26581724 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166733] ppid=166703 vsize=8433976 memory=856042817001082 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166733/stat : 166733 (fscip) S 166703 166706 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26581724 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166734] ppid=166703 vsize=8433976 memory=280120854501344 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166734/stat : 166734 (fscip) S 166703 166706 165389 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 26581724 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166735] ppid=166703 vsize=8433976 memory=718171615005162 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166735/stat : 166735 (fscip) S 166703 166706 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26581724 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166736] ppid=166703 vsize=8433976 memory=718171615005162 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166736/stat : 166736 (fscip) S 166703 166706 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26581724 8636391424 1726591 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0

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

/proc/166706/task/166728/stat : 166728 (fscip) R 166703 166706 165389 0 -1 4194368 345790 0 0 0 355354 46 0 0 20 0 41 0 26581558 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166729] ppid=166703 vsize=8827192 memory=7557388 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166729/stat : 166729 (fscip) S 166703 166706 165389 0 -1 1077936192 237 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166730] ppid=166703 vsize=8827192 memory=7557356 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166730/stat : 166730 (fscip) S 166703 166706 165389 0 -1 1077936192 213 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166731] ppid=166703 vsize=8827192 memory=7557536 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166731/stat : 166731 (fscip) S 166703 166706 165389 0 -1 1077936192 238 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166732] ppid=166703 vsize=8827192 memory=7557388 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166732/stat : 166732 (fscip) S 166703 166706 165389 0 -1 1077936192 214 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166733] ppid=166703 vsize=8827192 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166733/stat : 166733 (fscip) S 166703 166706 165389 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166734] ppid=166703 vsize=8827192 memory=-4431935105823221280 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166734/stat : 166734 (fscip) S 166703 166706 165389 0 -1 1077936192 165 0 0 0 1 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166735] ppid=166703 vsize=8827192 memory=7546216 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166735/stat : 166735 (fscip) S 166703 166706 165389 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166736] ppid=166703 vsize=8827192 memory=11632 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166736/stat : 166736 (fscip) S 166703 166706 165389 0 -1 1077936192 226 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166737] ppid=166703 vsize=8827192 memory=15980 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166737/stat : 166737 (fscip) S 166703 166706 165389 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166738] ppid=166703 vsize=8827192 memory=10528 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166738/stat : 166738 (fscip) S 166703 166706 165389 0 -1 1077936192 218 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166739] ppid=166703 vsize=8827192 memory=27608 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166739/stat : 166739 (fscip) S 166703 166706 165389 0 -1 1077936192 241 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166740] ppid=166703 vsize=8827192 memory=3736 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166740/stat : 166740 (fscip) S 166703 166706 165389 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166741] ppid=166703 vsize=8827192 memory=11632 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166741/stat : 166741 (fscip) S 166703 166706 165389 0 -1 1077936192 234 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166742] ppid=166703 vsize=8827192 memory=3736 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166742/stat : 166742 (fscip) S 166703 166706 165389 0 -1 1077936192 158 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166743] ppid=166703 vsize=8827192 memory=7557536 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166743/stat : 166743 (fscip) S 166703 166706 165389 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166744] ppid=166703 vsize=8827192 memory=7557752 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166744/stat : 166744 (fscip) S 166703 166706 165389 0 -1 1077936192 220 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166745] ppid=166703 vsize=8827192 memory=1475736 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166745/stat : 166745 (fscip) S 166703 166706 165389 0 -1 1077936192 213 0 0 0 1 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166746] ppid=166703 vsize=8827192 memory=6720659969655587172 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166746/stat : 166746 (fscip) S 166703 166706 165389 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166747] ppid=166703 vsize=8827192 memory=8323350987516068516 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166747/stat : 166747 (fscip) S 166703 166706 165389 0 -1 1077936192 218 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166748] ppid=166703 vsize=8827192 memory=4748 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166748/stat : 166748 (fscip) S 166703 166706 165389 0 -1 1077936192 213 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1890149 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
Current children cumulated CPU time: 70977.2 s
Current children cumulated vsize: 8827192 KiB
Current children cumulated memory: 7560596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634 s]*
/proc/loadavg: 80.16 79.81 73.57 81/988 172634
/proc/meminfo: memFree=773729928/790760804 swapFree=131071996/131071996
[pid=166706] ppid=166703 vsize=8827192 memory=7571832 CPUtime=72002.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/stat : 166706 (fscip) S 166703 166706 165389 0 -1 1077936128 16589407 0 0 0 7197596 2673 0 0 20 0 41 0 26581421 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 17 74 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
/proc/166706/statm: 2206798 1892958 3302 3035 0 2020947 0
[pid=166706/tid=166709] ppid=166703 vsize=8827192 memory=7306054012844534627 CPUtime=3606.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166709/stat : 166709 (fscip) R 166703 166706 165389 0 -1 4194368 370838 0 0 0 360573 46 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166710] ppid=166703 vsize=8827192 memory=280120854801536 CPUtime=3600.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166710/stat : 166710 (fscip) R 166703 166706 165389 0 -1 4194368 332989 0 0 0 360022 44 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166711] ppid=166703 vsize=8827192 memory=3603007680883064864 CPUtime=3593.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166711/stat : 166711 (fscip) R 166703 166706 165389 0 -1 4194368 1945464 0 0 0 359012 338 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166712] ppid=166703 vsize=8827192 memory=57843 CPUtime=3584.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166712/stat : 166712 (fscip) R 166703 166706 165389 0 -1 4194368 336988 0 0 0 358400 43 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166713] ppid=166703 vsize=8827192 memory=58194 CPUtime=3602.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166713/stat : 166713 (fscip) R 166703 166706 165389 0 -1 4194368 327018 0 0 0 360243 43 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166714] ppid=166703 vsize=8827192 memory=58548 CPUtime=3589.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166714/stat : 166714 (fscip) R 166703 166706 165389 0 -1 4194368 1945352 0 0 0 358620 323 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166715] ppid=166703 vsize=8827192 memory=58896 CPUtime=3587.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166715/stat : 166715 (fscip) R 166703 166706 165389 0 -1 4194368 374889 0 0 0 358681 45 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166716] ppid=166703 vsize=8827192 memory=77918 CPUtime=3606.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166716/stat : 166716 (fscip) R 166703 166706 165389 0 -1 4194368 329896 0 0 0 360600 45 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166717] ppid=166703 vsize=8827192 memory=2597 CPUtime=3606.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166717/stat : 166717 (fscip) R 166703 166706 165389 0 -1 4194368 1922862 0 0 0 360328 328 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166718] ppid=166703 vsize=8827192 memory=14414830207503239 CPUtime=3606.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166718/stat : 166718 (fscip) R 166703 166706 165389 0 -1 4194368 363176 0 0 0 360602 47 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166719] ppid=166703 vsize=8827192 memory=4049642278158073941 CPUtime=3606.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166719/stat : 166719 (fscip) R 166703 166706 165389 0 -1 4194368 347721 0 0 0 360633 46 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166720] ppid=166703 vsize=8827192 memory=545283 CPUtime=3604.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166720/stat : 166720 (fscip) R 166703 166706 165389 0 -1 4194368 1936061 0 0 0 360111 346 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166721] ppid=166703 vsize=8827192 memory=2174796957602 CPUtime=3605.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166721/stat : 166721 (fscip) R 166703 166706 165389 0 -1 4194368 355737 0 0 0 360541 46 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166722] ppid=166703 vsize=8827192 memory=280120855675528 CPUtime=3604.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166722/stat : 166722 (fscip) R 166703 166706 165389 0 -1 4194368 327904 0 0 0 360408 43 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166723] ppid=166703 vsize=8827192 memory=2891365056811251249 CPUtime=3600.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166723/stat : 166723 (fscip) R 166703 166706 165389 0 -1 4194368 1879154 0 0 0 359733 340 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166724] ppid=166703 vsize=8827192 memory=7384 CPUtime=3602.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166724/stat : 166724 (fscip) R 166703 166706 165389 0 -1 4194368 333067 0 0 0 360207 42 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166725] ppid=166703 vsize=8827192 memory=27608 CPUtime=3604.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166725/stat : 166725 (fscip) R 166703 166706 165389 0 -1 4194368 311285 0 0 0 360385 43 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166726] ppid=166703 vsize=8827192 memory=3736 CPUtime=3577.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166726/stat : 166726 (fscip) R 166703 166706 165389 0 -1 4194368 1995509 0 0 0 357467 323 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166727] ppid=166703 vsize=8827192 memory=40232 CPUtime=3603.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166727/stat : 166727 (fscip) R 166703 166706 165389 0 -1 4194368 362977 0 0 0 360340 43 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166728] ppid=166703 vsize=8827192 memory=25333125866717268 CPUtime=3605.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166728/stat : 166728 (fscip) R 166703 166706 165389 0 -1 4194368 346138 0 0 0 360489 46 0 0 20 0 41 0 26581558 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166729] ppid=166703 vsize=8827192 memory=4639341348286649953 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166729/stat : 166729 (fscip) S 166703 166706 165389 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166730] ppid=166703 vsize=8827192 memory=4639341348286649953 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166730/stat : 166730 (fscip) S 166703 166706 165389 0 -1 1077936192 216 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166731] ppid=166703 vsize=8827192 memory=280120857890160 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166731/stat : 166731 (fscip) S 166703 166706 165389 0 -1 1077936192 241 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166732] ppid=166703 vsize=8827192 memory=-2746958450906831424 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166732/stat : 166732 (fscip) S 166703 166706 165389 0 -1 1077936192 217 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166733] ppid=166703 vsize=8827192 memory=8549407197438058433 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166733/stat : 166733 (fscip) S 166703 166706 165389 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166734] ppid=166703 vsize=8827192 memory=6935649255759568960 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166734/stat : 166734 (fscip) S 166703 166706 165389 0 -1 1077936192 167 0 0 0 1 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166735] ppid=166703 vsize=8827192 memory=280120856522560 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166735/stat : 166735 (fscip) S 166703 166706 165389 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166736] ppid=166703 vsize=8827192 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166736/stat : 166736 (fscip) S 166703 166706 165389 0 -1 1077936192 229 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166737] ppid=166703 vsize=8827192 memory=30399726987509844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166737/stat : 166737 (fscip) S 166703 166706 165389 0 -1 1077936192 158 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166738] ppid=166703 vsize=8827192 memory=7089908684312498521 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166738/stat : 166738 (fscip) S 166703 166706 165389 0 -1 1077936192 221 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166739] ppid=166703 vsize=8827192 memory=5859278126049749863 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166739/stat : 166739 (fscip) S 166703 166706 165389 0 -1 1077936192 244 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166740] ppid=166703 vsize=8827192 memory=5862913072047346513 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166740/stat : 166740 (fscip) S 166703 166706 165389 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166741] ppid=166703 vsize=8827192 memory=6944656592455360604 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166741/stat : 166741 (fscip) S 166703 166706 165389 0 -1 1077936192 237 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166742] ppid=166703 vsize=8827192 memory=3184097920075983153 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166742/stat : 166742 (fscip) S 166703 166706 165389 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166743] ppid=166703 vsize=8827192 memory=9065626332 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166743/stat : 166743 (fscip) S 166703 166706 165389 0 -1 1077936192 163 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166744] ppid=166703 vsize=8827192 memory=5859278126049749809 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166744/stat : 166744 (fscip) S 166703 166706 165389 0 -1 1077936192 223 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166745] ppid=166703 vsize=8827192 memory=3474562508251542090 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166745/stat : 166745 (fscip) S 166703 166706 165389 0 -1 1077936192 216 0 0 0 1 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166746] ppid=166703 vsize=8827192 memory=7588935247545783144 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166746/stat : 166746 (fscip) S 166703 166706 165389 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166747] ppid=166703 vsize=8827192 memory=7522812838933849169 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166747/stat : 166747 (fscip) S 166703 166706 165389 0 -1 1077936192 221 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
[pid=166706/tid=166748] ppid=166703 vsize=8827192 memory=56916 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/166706/task/166748/stat : 166748 (fscip) S 166703 166706 165389 0 -1 1077936192 216 0 0 0 2 0 0 0 20 0 41 0 26581724 9039044608 1892958 809668444160 4194304 16623229 140720413189168 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44834816 140720413197321 140720413197439 140720413197439 140720413204464 0
Current children cumulated CPU time: 72002.7 s
Current children cumulated vsize: 8827192 KiB
Current children cumulated memory: 7571832 KiB

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

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

# cumulated CPU time of all completed processes:  user=71976.2 s, system=26.8958 s

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

[startup+3634.23 s]
/proc/loadavg: 80.16 79.81 73.57 63/949 172634
/proc/meminfo: memFree=779444740/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3634.24
CPU time (s): 72003.1
CPU user time (s): 71976.2
CPU system time (s): 26.8958
CPU usage (%): 1981.24
Max. virtual memory (cumulated for all children) (KiB): 8827192
Max. memory (cumulated for all children) (KiB): 7571832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71976.2
system time used= 26.8958
maximum resident set size= 7571832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16589407
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= 231880
involuntary context switches= 189765


# summary of solver processes directly reported to runsolver:
#   pid: 166706
#   total CPU time (s): 72003.1
#   total CPU user time (s): 71976.2
#   total CPU system time (s): 26.8958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.5476 second user time and 97.1311 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-02 13:59:47
IDJOB=4465848
IDBENCH=165345
IDSOLVER=3094
FILE ID=nodeD103/4465848-1722599987
RUNJOBID= nodeD103-1722599440-165401
SLURM_JOB_ID= 8254302
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-2.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-4465848-1722599987/watcher-4465848-1722599987 -o /tmp/evaluation-result-4465848-1722599987/solver-4465848-1722599987 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722599440-165401 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465848-1722599987.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 94622b8283878cd58e113c83df8c4b53
RANDOM SEED=358387144

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        774898856 kB
MemAvailable:   776106624 kB
Buffers:          376340 kB
Cached:          4155076 kB
SwapCached:            0 kB
Active:           549812 kB
Inactive:       12719296 kB
Active(anon):       2132 kB
Inactive(anon):  8758100 kB
Active(file):     547680 kB
Inactive(file):  3961196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30004 kB
Writeback:             0 kB
AnonPages:       8726848 kB
Mapped:           128604 kB
Shmem:             22536 kB
KReclaimable:     237216 kB
Slab:             600984 kB
SReclaimable:     237216 kB
SUnreclaim:       363768 kB
KernelStack:       15488 kB
PageTables:        28712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2530476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           310656 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1202176 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      600064 kB
DirectMap2M:    71200768 kB
DirectMap1G:    734003200 kB

Free space on /tmp at the end= 8622764 MiB
End job on nodeD103 at 2024-08-02 15:00:21