Trace number 4465227

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUMb48e8711e48bf421c56e401ff58b5422
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark248
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
Number of bits of the biggest sum of numbers12
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.12/0.17	c Default LC presolving (default).
0.12/0.17	c ** Before presolving: virtualMemUsedAtLc = 156337388, getVmSize() = 147415040, SCIPgetMemUsed() = 69083810, SCIPgetMemTotal() = 120989682, SCIPgetMemExternEstim() = 35347706
0.12/0.17	c ** set memory limit for presolving in LC to 8.7956e+12 for SCIP **
1.02/1.06	c ** Estimated virtualMemUsedAtSolver = 219324374, getVmSize() = 318078976, SCIPgetMemUsed() = 177940096, SCIPgetMemTotal() = 293638856, SCIPgetMemExternEstim() = 35347706
1.02/1.06	c ** set memory limit for solvers to 4.18792e+11 for each SCIP **
1.02/1.06	c Original Problem   :
1.02/1.06	c   Problem name     : instance-4465227-1722453464
1.02/1.06	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1.02/1.06	c   Constraints      : 13888
1.02/1.06	c   Objective sense  : minimize
1.02/1.06	c Presolved Problem  :
1.02/1.06	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1.02/1.06	c   Constraints      : 8452
1.02/1.06	c Constraints        : Number
1.02/1.06	c   knapsack         : 16 
1.02/1.06	c   setppc           : 1500 
1.02/1.06	c   linear           : 6936 
1.02/1.06	c ** Instance transfer method used: 0
1.02/1.09	c ** ParaScipInstance copy does not increase the number of variables. **
1.60/1.61	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.60/1.61	c                                Nodes    Active                                            
1.60/1.61	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
68.76/5.19	c         5              2           1        20                -           0.0000          -
168.80/10.25	c        10           1580         530        20                -           0.0000          -
269.46/15.33	c        15              6           5        20                -          17.0000          -
368.30/20.37	c        20             19          18        20                -          18.0000          -
469.44/25.47	c        25             21          20        20                -          18.0000          -
572.52/30.60	c        31             27          26        20                -          18.0000          -
673.64/35.70	c        36             32          31        20                -          18.0000          -
772.77/40.77	c        41             39          38        20                -          18.0000          -
873.81/45.84	c        46             56          55        20                -          19.0000          -
972.92/50.88	c        51             68          67        20                -          19.0000          -
1074.04/55.93	c        56             89          88        20                -          19.0000          -
1173.17/60.99	c        61            105         104        20                -          19.0000          -
1275.08/66.04	c        66            138         137        20                -          19.0000          -
1374.21/71.10	c        71            179         178        20                -          19.0000          -
1473.58/76.13	c        76            208         205        20                -          19.0000          -
1574.48/81.14	c        81            208         205        20                -          19.0000          -
1673.74/86.15	c        86            140         141        20                -          19.0000          -
1773.93/91.29	c        91            140         141        20                -          19.0000          -
1875.04/96.34	c        96            140         141        20                -          19.0000          -
1976.05/101.44	c       101            259         254        20                -          19.0000          -
2075.10/106.48	c       106            412         409        20                -          20.0000          -
2176.24/111.53	c       112            445         442        20                -          20.0000          -
2275.41/116.58	c       117            450         447        20                -          20.0000          -
2376.56/121.64	c       122            494         489        20                -          20.0000          -
2475.73/126.68	c       127            503         498        20                -          20.0000          -
2576.87/131.73	c       132            551         546        20                -          20.0000          -
2676.01/136.78	c       137            570         565        20                -          20.0000          -
2777.11/141.83	c       142            593         588        20                -          20.0000          -
2878.25/146.92	c       147            617         612        20                -          20.0000          -
2977.38/151.99	c       152            641         636        20                -          20.0000          -
3079.43/157.07	c       157            649         644        20                -          20.0000          -
3178.35/162.08	c       162            682         677        20                -          20.0000          -
3279.53/167.18	c       167            705         700        20                -          20.0000          -
3379.56/172.25	c       172            723         718        20                -          20.0000          -
3480.65/177.30	c       177            739         732        20                -          20.0000          -
3579.75/182.36	c       182            785         776        20                -          20.0000          -
3680.85/187.44	c       187            800         789        20                -          20.0000          -
3779.98/192.48	c       192            811         798        20                -          20.0000          -
3881.08/197.54	c       198            823         810        20                -          20.0000          -
3982.11/202.61	c       203            867         854        20                -          20.0000          -
4081.23/207.65	c       208            895         882        20                -          20.0000          -
4180.38/212.69	c       213            904         891        20                -          20.0000          -
4281.51/217.75	c       218            914         901        20                -          20.0000          -
4382.60/222.81	c       223            934         919        20                -          20.0000          -
4481.72/227.84	c       228            973         956        20                -          20.0000          -
4582.84/232.91	c       233           1012         995        20                -          20.0000          -
4681.97/237.97	c       238           1013         996        20                -          20.0000          -
4781.08/243.04	c       243           1027        1010        20                -          20.0000          -
4882.94/248.08	c       248           1055        1038        20                -          20.0000          -
4982.43/253.13	c       253           1077        1058        20                -          20.0000          -
5083.37/258.17	c       258           1077        1058        20                -          20.0000          -
5183.52/263.20	c       263           1077        1058        20                -          20.0000          -
5282.58/268.23	c       268           1077        1058        20                -          20.0000          -
5383.75/273.33	c       273           1109        1084        20                -          20.0000          -
5484.89/278.48	c       278           1130        1105        20                -          20.0000          -
5585.99/283.59	c       284           1147        1118        20                -          20.0000          -
5687.04/288.64	c       289           1150        1121        20                -          20.0000          -
5786.18/293.70	c       294           1171        1138        20                -          20.0000          -
5887.30/298.75	c       299           1216        1183        20                -          20.0000          -
5986.37/303.79	c       304           1273        1240        20                -          20.0000          -
6087.49/308.85	c       309           1282        1245        20                -          20.0000          -
6188.63/313.90	c       314           1282        1245        20                -          20.0000          -
6287.74/318.99	c       319           1299        1260        20                -          20.0000          -
6386.88/324.04	c       324           1311        1272        20                -          20.0000          -
6488.76/329.11	c       329           1320        1281        20                -          20.0000          -
6589.92/334.16	c       334           1323        1284        20                -          20.0000          -
6690.15/339.21	c       339           1389        1340        20                -          20.0000          -
6789.27/344.26	c       344           1442        1385        20                -          20.0000          -
6890.39/349.33	c       349           1458        1399        20                -          20.0000          -
6989.51/354.38	c       354           1459        1400        20                -          20.0000          -
7090.61/359.44	c       359           1511        1446        20                -          20.0000          -
7189.70/364.48	c       364           1511        1446        20                -          20.0000          -
7290.77/369.54	c       370           1511        1446        20                -          20.0000          -
7389.89/374.59	c       375           1536        1467        20                -          20.0000          -
7491.02/379.64	c       380           1550        1481        20                -          20.0000          -
7590.14/384.69	c       385           1607        1530        20                -          20.0000          -
7691.12/389.73	c       390           1631        1552        20                -          20.0000          -
7790.26/394.78	c       395           1638        1559        20                -          20.0000          -
7891.39/399.83	c       400           1638        1559        20                -          20.0000          -
7990.52/404.84	c       405           1658        1573        20                -          20.0000          -
8091.61/409.93	c       410           1692        1601        20                -          20.0000          -
8190.74/414.98	c       415           1698        1607        20                -          20.0000          -
8292.70/420.05	c       420           1727        1636        20                -          20.0000          -
8391.82/425.10	c       425           1753        1657        20                -          20.0000          -
8491.22/430.11	c       430           1771        1675        20                -          20.0000          -
8593.21/435.20	c       435           1800        1702        20                -          20.0000          -
8692.34/440.25	c       440           1800        1702        20                -          20.0000          -
8791.43/445.29	c       445           1815        1711        20                -          20.0000          -
8892.10/450.34	c       450           1815        1711        20                -          20.0000          -
8991.26/455.39	c       455           1815        1711        20                -          20.0000          -
9092.38/460.44	c       460           1835        1727        20                -          20.0000          -
9191.46/465.49	c       466           1849        1739        20                -          20.0000          -
9292.49/470.54	c       471           1889        1777        20                -          20.0000          -
9391.60/475.59	c       476           1891           0        20                -          20.0000          -
9494.67/480.77	c       481           1892           1        20                -          20.0000          -
9595.76/485.83	c       486           1896           5        20                -          20.0000          -
9694.90/490.87	c       491           1896           5        20                -          20.0000          -
9796.04/495.92	c       496           1896           5        20                -          20.0000          -
9895.14/500.98	c       501           1915          20        20                -          20.0000          -
9994.27/506.03	c       506           1924          24        20                -          20.0000          -
10096.20/511.07	c       511           1924          24        20                -          20.0000          -
10195.17/516.12	c       516           1924          24        20                -          20.0000          -
10296.71/521.17	c       521           1924          24        20                -          20.0000          -
10396.70/526.22	c       526           1930          26        20                -          20.0000          -
10495.85/531.27	c       531           1937          31        20                -          20.0000          -
10596.96/536.34	c       536           1960          48        20                -          20.0000          -
10696.09/541.36	c       541           1982          70        20                -          20.0000          -
10797.13/546.44	c       546           1606         277        20                -          21.0000          -
10898.25/551.50	c       552           1724         323        20                -          21.0000          -
10997.37/556.57	c       557           1821         346        20                -          21.0000          -
11098.49/561.62	c       562           1968         373        20                -          21.0000          -
11197.62/566.63	c       567           2058         407        20                -          21.0000          -
11298.75/571.72	c       572           2216         330        20                -          23.0000          -
11397.88/576.77	c       577           2381         335        20                -          23.0000          -
11498.98/581.81	c       582           2536         360        20                -          24.0000          -
11598.09/586.89	c       587           2664         378        20                -          24.0000          -
11699.21/592.02	c       592           2855         376        20                -          24.0000          -
11801.26/597.06	c       597           2930         394        20                -          24.0000          -
11902.36/602.16	c       602           3016         410        20                -          24.0000          -
12002.52/607.25	c       607           3095         417        20                -          24.0000          -
12101.66/612.28	c       612           3167         420        20                -          24.0000          -
12202.80/617.35	c       617           3266         427        20                -          24.0000          -
12303.86/622.41	c       622           3388         450        20                -          24.0000          -
12402.76/627.44	c       627           3541         464        20                -          24.0000          -
12501.84/632.47	c       632           3044         408        20                -          25.0000          -
12600.96/637.50	c       638           3109         428        20                -          25.0000          -
12702.06/642.52	c       643           3861         498        20                -          25.0000          -
12803.18/647.66	c       648           3314         449        20                -          25.0000          -
12904.29/652.71	c       653           3402         452        20                -          25.0000          -
13003.36/657.76	c       658           3458         465        20                -          25.0000          -
13104.45/662.80	c       663           3480         465        20                -          25.0000          -
13203.56/667.87	c       668           3481         464        20                -          25.0000          -
13302.66/672.89	c       673           3611         474        20                -          25.0000          -
13403.75/677.91	c       678           3693         470        20                -          26.0000          -
13502.87/682.94	c       683           3787         477        20                -          27.0000          -
13601.99/687.96	c       688           3839         487        20                -          27.0000          -
13701.08/693.03	c       693           3954         512        20                -          27.0000          -
13803.02/698.07	c       698           4033         519        20                -          28.0000          -
13905.21/703.22	c       703           4191         548        20                -          29.0000          -
14004.25/708.27	c       708           4244         553        20                -          29.0000          -
14105.28/713.33	c       713           4309         559        20                -          29.0000          -
14204.33/718.37	c       718           4395         594        20                -          29.0000          -
14305.34/723.43	c       723           4462         590        20                -          29.0000          -
14404.37/728.48	c       728           4570         586        20                -          29.0000          -
14505.49/733.52	c       734           4642         596        20                -          29.0000          -
14604.59/738.57	c       739           4696         598        20                -          29.0000          -
14705.70/743.63	c       744           4802         631        20                -          29.0000          -
14804.71/748.67	c       749           4922         637        20                -          29.0000          -
14903.82/753.69	c       754           5019         675        20                -          29.0000          -
15004.90/758.74	c       759           5159         694        20                -          29.0000          -
15103.99/763.76	c       764           5254         720        20                -          29.0000          -
15205.07/768.80	c       769           5451         748        20                -          29.0000          -
15306.15/773.93	c       774           5631         747        20                -          29.0000          -
15405.24/778.97	c       779           5749         782        20                -          29.0000          -
15504.38/784.02	c       784           5749         782        20                -          29.0000          -
15606.52/789.07	c       789           5749         782        20                -          29.0000          -
15705.55/794.14	c       794           5749         782        20                -          29.0000          -
15806.38/799.18	c       799           5749         782        20                -          29.0000          -
15906.65/804.20	c       804           5749         782        20                -          29.0000          -
16005.72/809.23	c       809           5749         782        20                -          29.0000          -
16106.80/814.33	c       814           5805         786        20                -          29.0000          -
16205.80/819.35	c       819           5896         811        20                -          29.0000          -
16304.92/824.38	c       824           6050         830        20                -          29.0000          -
16404.05/829.39	c       829           6242         835        20                -          29.0000          -
16505.17/834.44	c       834           6349         834        20                -          29.0000          -
16604.07/839.47	c       839           6503         843        20                -          29.0000          -
16705.13/844.57	c       845           6718         829        20                -          29.0000          -
16806.20/849.62	c       850           6846         816        20                -          29.0000          -
16905.42/854.67	c       855           6947         853        20                -          29.0000          -
17006.48/859.73	c       860           7048         866        20                -          29.0000          -
17105.64/864.74	c       865           7188         897        20                -          29.0000          -
17204.67/869.77	c       870           7269         911        20                -          29.0000          -
17305.68/874.85	c       875           7455         935        20                -          29.0000          -
17406.65/879.91	c       880           7634         939        20                -          30.0000          -
17505.76/885.00	c       885           7777         933        20                -          30.0000          -
17607.71/890.05	c       890           7905         919        20                -          30.0000          -
17706.71/895.08	c       895           8057         930        20                -          30.0000          -
17808.13/900.16	c       900           8133         959        20                -          30.0000          -
17908.05/905.22	c       905           8260         974        20                -          30.0000          -
18007.13/910.27	c       910           8375         974        20                -          30.0000          -
18108.24/915.31	c       915           8507         971        20                -          30.0000          -
18207.36/920.40	c       920           8728         992        20                -          31.0000          -
18308.48/925.40	c       925           8853        1008        20                -          31.0000          -
18407.59/930.48	c       930           8988        1016        20                -          31.0000          -
18506.71/935.49	c       936           9074        1026        20                -          31.0000          -
18607.79/940.51	c       941           9173        1040        20                -          31.0000          -
18706.90/945.52	c       946           9262        1033        20                -          31.0000          -
18806.00/950.59	c       951           9387        1052        20                -          31.0000          -
18907.02/955.66	c       956           9494        1050        20                -          31.0000          -
19006.05/960.67	c       961           9545        1047        20                -          31.0000          -
19107.14/965.76	c       966           9545        1047        20                -          31.0000          -
19208.22/970.81	c       971           9639        1033        20                -          31.0000          -
19307.33/975.83	c       976           9716        1040        20                -          31.0000          -
19406.45/980.88	c       981           9829        1037        20                -          31.0000          -
19507.56/985.90	c       986           9900        1048        20                -          31.0000          -
19606.64/991.03	c       991           9973        1062        20                -          31.0000          -
19708.81/996.11	c       996          10094        1060        20                -          31.0000          -
19809.85/1001.15	c      1001          10197        1041        20                -          31.0000          -
19908.76/1006.17	c      1006          10341        1046        20                -          31.0000          -
20008.17/1011.18	c      1011          10425        1052        20                -          31.0000          -
20108.14/1016.22	c      1016          10547        1059        20                -          31.0000          -
20209.24/1021.38	c      1021          10641        1061        20                -          31.0000          -
20310.32/1026.47	c      1026          10760        1064        20                -          31.0000          -
20411.43/1031.52	c      1032          10888        1044        20                -          31.0000          -
20510.56/1036.57	c      1037          11013        1034        20                -          31.0000          -
20611.66/1041.64	c      1042          11114        1017        20                -          31.0000          -
20712.77/1046.70	c      1047          11203        1024        20                -          31.0000          -
20811.87/1051.76	c      1052          11327        1021        20                -          31.0000          -
20910.94/1056.79	c      1057          11470        1012        20                -          31.0000          -
21013.97/1061.90	c      1062          11565        1024        20                -          31.0000          -
21113.08/1066.96	c      1067          11724        1034        20                -          31.0000          -
21212.22/1072.01	c      1072          11879        1016        20                -          31.0000          -
21314.17/1077.10	c      1077          12000        1003        20                -          31.0000          -
21415.40/1082.16	c      1082          12110        1004        20                -          31.3333          -
21514.55/1087.19	c      1087          12250         982        20                -          32.0000          -
21614.52/1092.27	c      1092          12384         977        20                -          32.0000          -
21715.65/1097.35	c      1097          12426         982        20                -          32.0000          -
21816.73/1102.41	c      1102          12426         982        20                -          32.0000          -
21915.85/1107.45	c      1107          12449         984        20                -          32.0000          -
22016.96/1112.54	c      1113          12560         964        20                -          33.0000          -
22116.09/1117.59	c      1118          12688         959        20                -          33.0000          -
22217.16/1122.64	c      1123          12782         961        20                -          33.0000          -
22318.25/1127.70	c      1128          12858         983        20                -          33.0000          -
22417.38/1132.74	c      1133          12961        1010        20                -          33.0000          -
22518.41/1137.83	c      1138          13080         995        20                -          33.0000          -
22617.53/1142.89	c      1143          13231         989        20                -          33.0000          -
22718.63/1147.95	c      1148          13380         963        20                -          33.0000          -
22817.73/1153.00	c      1153          13509         972        20                -          33.0000          -
22919.79/1158.06	c      1158          13603         953        20                -          33.0000          -
23018.86/1163.08	c      1163          13661         942        20                -          33.0000          -
23117.94/1168.09	c      1168          13661         942        20                -          33.0000          -
23219.99/1173.20	c      1173          13777         919        20                -          33.0000          -
23319.12/1178.25	c      1178          13886         896        20                -          33.0000          -
23418.25/1183.28	c      1183          14037         872        20                -          33.0000          -
23519.35/1188.33	c      1188          14159         861        20                -          33.0000          -
23620.49/1193.40	c      1193          13596         817        20                -          33.0000          -
23719.59/1198.42	c      1198          14446         846        20                -          33.0000          -
23818.72/1203.47	c      1203          13997         833        20                -          33.0000          -
23919.84/1208.51	c      1209          14089         866        20                -          33.0000          -
24022.94/1213.76	c      1214          14286         881        20                -          33.0000          -
24121.93/1218.79	c      1219          14983         794        20                -          33.0000          -
24224.94/1223.97	c      1224          15135         788        20                -          33.0000          -
24323.98/1229.01	c      1229          15190         803        20                -          33.0000          -
24425.90/1234.07	c      1234          15073         936        20                -          33.0000          -
24524.81/1239.13	c      1239          15394         843        20                -          33.0000          -
24626.01/1244.17	c      1244          15356         910        20                -          33.0000          -
24725.99/1249.23	c      1249          15581         874        20                -          33.0000          -
24825.09/1254.27	c      1254          15732         894        20                -          33.0000          -
24926.17/1259.32	c      1259          15891         963        20                -          33.0000          -
25025.29/1264.35	c      1264          16027        1003        20                -          33.0000          -
25124.37/1269.36	c      1269          16142         904        20                -          33.0000          -
25225.40/1274.43	c      1274          16283        1080        20                -          33.0000          -
25326.43/1279.51	c      1280          16451        1119        20                -          33.0000          -
25425.51/1284.58	c      1285          16503         946        20                -          33.0000          -
25526.51/1289.62	c      1290          16704        1148        20                -          33.0000          -
25625.60/1294.68	c      1295          16819        1206        20                -          33.0000          -
25726.69/1299.73	c      1300          16988         950        20                -          33.0000          -
25825.78/1304.78	c      1305          17168         958        20                -          33.0000          -
25926.86/1309.83	c      1310          17153        1205        20                -          33.0000          -
26025.94/1314.88	c      1315          17561         999        20                -          33.0000          -
26125.02/1319.89	c      1320          17732         984        20                -          33.0000          -
26226.12/1324.94	c      1325          17900         975        20                -          33.0000          -
26325.19/1330.00	c      1330          17707        1317        20                -          33.0000          -
26427.42/1335.06	c      1335          18331         999        20                -          34.0000          -
26526.41/1340.10	c      1340          18472        1036        20                -          34.0000          -
26625.36/1345.14	c      1345          18514        1040        20                -          34.0000          -
26726.20/1350.17	c      1350          18618        1070        20                -          34.0000          -
26826.37/1355.25	c      1355          18711        1098        20                -          34.0000          -
26925.47/1360.25	c      1360          18785        1137        20                -          34.0000          -
27026.58/1365.32	c      1365          18808        1140        20                -          34.0000          -
27127.68/1370.43	c      1370          18866        1166        20                -          34.0000          -
27226.78/1375.46	c      1375          18932        1191        20                -          34.0000          -
27327.88/1380.54	c      1381          19042        1207        20                -          34.0000          -
27428.97/1385.60	c      1386          19130        1246        20                -          34.0000          -
27528.10/1390.61	c      1391          19299        1287        20                -          34.0000          -
27627.23/1395.67	c      1396          19476        1312        20                -          34.0000          -
27728.29/1400.77	c      1401          19608        1336        20                -          34.0000          -
27829.30/1405.82	c      1406          19652        1345        20                -          34.0000          -
27928.39/1410.83	c      1411          19713        1351        20                -          34.0000          -
28027.45/1415.86	c      1416          19798        1356        20                -          34.0000          -
28126.52/1420.87	c      1421          19980        1348        20                -          34.0000          -
28227.56/1425.95	c      1426          20213        1338        20                -          34.0000          -
28329.36/1431.04	c      1431          20234        1341        20                -          34.0000          -
28428.65/1436.06	c      1436          20234        1341        20                -          34.0000          -
28527.47/1441.07	c      1441          20331        1356        20                -          34.0000          -
28629.63/1446.23	c      1446          20534        1363        20                -          34.0000          -
28728.61/1451.29	c      1451          20690        1359        20                -          34.0000          -
28829.72/1456.35	c      1456          20814        1344        20                -          34.0000          -
28930.83/1461.40	c      1461          20923        1359        20                -          34.0000          -
29029.94/1466.45	c      1466          21093        1383        20                -          34.0000          -
29131.06/1471.50	c      1472          21263        1384        20                -          34.0000          -
29230.11/1476.53	c      1477          21437        1440        20                -          34.0000          -
29329.24/1481.57	c      1482          21511        1470        20                -          34.0000          -
29428.33/1486.59	c      1487          21683        1521        20                -          34.0000          -
29529.36/1491.66	c      1492          21869        1551        20                -          34.0000          -
29628.44/1496.70	c      1497          22083        1606        20                -          34.0000          -
29729.57/1501.72	c      1502          22206        1650        20                -          34.0000          -
29828.73/1506.77	c      1507          22389        1686        20                -          34.0000          -
29927.85/1511.78	c      1512          22516        1712        20                -          34.0000          -
30027.02/1516.78	c      1517          22690        1745        20                -          34.0000          -
30128.13/1521.86	c      1522          22891        1776        20                -          34.0000          -
30229.25/1526.91	c      1527          21710        1900        20                -          34.0000          -
30328.44/1531.96	c      1532          21786        1892        20                -          34.0000          -
30427.48/1537.02	c      1537          21885        1917        20                -          34.0000          -
30529.68/1542.08	c      1542          21933        1938        20                -          34.0000          -
30628.54/1547.12	c      1547          23587        1892        20                -          34.0000          -
30729.85/1552.17	c      1552          23673        1930        20                -          34.0000          -
30830.01/1557.22	c      1557          22147        1937        20                -          34.0000          -
30929.19/1562.24	c      1562          23860        1957        20                -          34.0000          -
31030.36/1567.34	c      1567          22359        1970        20                -          34.0000          -
31129.53/1572.39	c      1572          24070        1974        20                -          34.0000          -
31230.69/1577.42	c      1577          22594        2004        20                -          34.0000          -
31329.88/1582.49	c      1582          22643        2016        20                -          34.0000          -
31431.05/1587.54	c      1588          22671        2016        20                -          34.0000          -
31532.19/1592.61	c      1593          22735        2023        20                -          34.0000          -
31631.37/1597.62	c      1598          24552        2011        20                -          34.0000          -
31730.49/1602.63	c      1603          24650        2006        20                -          34.0000          -
31829.60/1607.69	c      1608          24713        2014        20                -          34.0000          -
31930.77/1612.75	c      1613          24855        2016        20                -          34.0000          -
32031.89/1617.82	c      1618          24998        2028        20                -          34.0000          -
32131.08/1622.86	c      1623          23412        2095        20                -          34.0000          -
32232.22/1627.92	c      1628          23503        2106        20                -          34.0000          -
32331.41/1632.98	c      1633          23584        2140        20                -          34.0000          -
32430.58/1638.03	c      1638          23680        2166        20                -          34.0000          -
32532.74/1643.09	c      1643          23765        2196        20                -          34.0000          -
32631.75/1648.15	c      1648          23893        2198        20                -          34.5000          -
32732.82/1653.18	c      1653          23938        2217        20                -          34.5000          -
32832.97/1658.22	c      1658          24009        2242        20                -          34.5000          -
32932.11/1663.29	c      1663          24102        2251        20                -          35.0000          -
33033.23/1668.39	c      1668          24145        2267        20                -          35.0000          -
33134.35/1673.40	c      1673          24250        2290        20                -          35.0000          -
33233.41/1678.47	c      1678          24318        2329        20                -          35.0000          -
33334.50/1683.51	c      1684          24422        2368        20                -          35.0000          -
33433.60/1688.54	c      1689          24460        2379        20                -          35.0000          -
33532.72/1693.55	c      1694          24551        2414        20                -          35.0000          -
33633.85/1698.65	c      1699          24671        2433        20                -          35.0000          -
33732.91/1703.69	c      1704          24803        2444        20                -          35.0000          -
33834.03/1708.71	c      1709          24871        2476        20                -          35.0000          -
33933.02/1713.79	c      1714          24977        2489        20                -          35.0000          -
34034.15/1718.86	c      1719          25032        2497        20                -          35.0000          -
34135.27/1723.90	c      1724          25091        2511        20                -          35.0000          -
34234.42/1728.97	c      1729          25146        2537        20                -          35.0000          -
34333.51/1733.98	c      1734          25217        2560        20                -          35.0000          -
34432.64/1739.03	c      1739          25290        2597        20                -          35.0000          -
34536.71/1744.17	c      1744          25375        2629        20                -          35.0000          -
34636.83/1749.22	c      1749          25502        2666        20                -          35.0000          -
34735.97/1754.28	c      1754          25597        2696        20                -          35.1111          -
34835.09/1759.28	c      1759          25685        2738        20                -          35.3333          -
34936.22/1764.30	c      1764          25762        2758        20                -          36.0000          -
35035.35/1769.39	c      1769          25835        2784        20                -          36.0000          -
35136.41/1774.49	c      1774          25915        2793        20                -          36.0000          -
35237.49/1779.56	c      1780          26020        2801        20                -          36.0000          -
35338.52/1784.61	c      1785          26110        2814        20                -          36.0000          -
35437.57/1789.66	c      1790          26204        2828        20                -          36.0000          -
35538.59/1794.71	c      1795          26292        2845        20                -          36.0000          -
35637.68/1799.76	c      1800          26391        2866        20                -          36.0000          -
35736.64/1804.78	c      1805          26465        2874        20                -          36.0000          -
35837.66/1809.80	c      1810          26579        2892        20                -          36.0000          -
35936.71/1814.82	c      1815          26658        2916        20                -          36.0000          -
36035.84/1819.86	c      1820          26739        2924        20                -          37.0000          -
36136.93/1824.97	c      1825          26767        2922        20                -          37.0000          -
36238.73/1830.07	c      1830          26821        2945        20                -          37.0000          -
36337.95/1835.14	c      1835          26904        2954        20                -          37.0000          -
36438.85/1840.18	c      1840          27000        2960        20                -          37.0000          -
36537.99/1845.19	c      1845          27100        3002        20                -          37.0000          -
36638.01/1850.27	c      1850          27151        3027        20                -          37.0000          -
36739.08/1855.31	c      1855          27241        3061        20                -          37.0000          -
36840.08/1860.42	c      1860          27287        3082        20                -          37.0000          -
36939.20/1865.44	c      1865          27327        3092        20                -          37.0000          -
37038.19/1870.46	c      1870          27414        3115        20                -          37.0000          -
37139.38/1875.51	c      1876          27455        3129        20                -          37.0000          -
37238.64/1880.53	c      1881          27521        3149        20                -          37.0000          -
37339.49/1885.62	c      1886          27586        3165        20                -          37.0000          -
37440.57/1890.71	c      1891          27660        3161        20                -          37.0000          -
37539.70/1895.73	c      1896          27660        3161        20                -          37.0000          -
37640.83/1900.81	c      1901          27724        3167        20                -          37.0000          -
37739.90/1905.84	c      1906          27775        3191        20                -          37.0000          -
37840.81/1910.90	c      1911          27839        3198        20                -          37.0000          -
37939.93/1915.97	c      1916          27921        3217        20                -          37.0000          -
38039.07/1921.01	c      1921          27985        3246        20                -          37.0000          -
38141.12/1926.06	c      1926          28064        3279        20                -          37.0000          -
38240.01/1931.12	c      1931          28162        3293        20                -          37.0000          -
38341.42/1936.19	c      1936          28219        3306        20                -          37.0000          -
38441.40/1941.24	c      1941          28282        3347        20                -          37.0000          -
38540.49/1946.26	c      1946          28357        3373        20                -          37.0000          -
38639.50/1951.30	c      1951          28419        3389        20                -          37.0000          -
38742.64/1956.40	c      1956          28484        3398        20                -          37.0000          -
38841.58/1961.44	c      1961          28556        3430        20                -          37.0000          -
38940.66/1966.50	c      1966          28641        3473        20                -          37.0000          -
39041.75/1971.55	c      1972          28706        3515        20                -          37.0000          -
39140.84/1976.59	c      1977          28805        3547        20                -          37.0000          -
39241.93/1981.66	c      1982          28858        3572        20                -          37.0000          -
39342.83/1986.71	c      1987          28926        3600        20                -          37.0000          -
39441.95/1991.74	c      1992          28994        3624        20                -          37.0000          -
39541.05/1996.76	c      1997          29075        3635        20                -          37.0000          -
39640.15/2001.78	c      2002          29134        3660        20                -          37.0000          -
39741.24/2006.87	c      2007          29210        3681        20                -          37.0000          -
39842.35/2011.96	c      2012          29269        3694        20                -          37.0000          -
39941.45/2016.97	c      2017          29332        3712        20                -          37.0000          -
40043.44/2022.08	c      2022          29421        3738        20                -          37.0000          -
40142.52/2027.09	c      2027          29503        3754        20                -          37.0000          -
40243.78/2032.17	c      2032          29591        3762        20                -          37.0000          -
40343.76/2037.23	c      2037          29723        3784        20                -          37.0000          -
40442.90/2042.25	c      2042          29769        3788        20                -          37.0000          -
40544.07/2047.33	c      2047          29814        3804        20                -          37.0000          -
40643.26/2052.37	c      2052          29850        3826        20                -          37.0000          -
40742.43/2057.39	c      2057          29943        3845        20                -          37.0000          -
40843.59/2062.48	c      2062          30029        3867        20                -          37.0000          -
40944.76/2067.53	c      2068          30112        3886        20                -          37.0000          -
41043.91/2072.58	c      2073          30168        3921        20                -          37.0000          -
41145.08/2077.64	c      2078          30227        3959        20                -          37.0000          -
41244.25/2082.67	c      2083          30340        3993        20                -          37.0000          -
41343.40/2087.68	c      2088          30395        4003        20                -          37.0000          -
41444.55/2092.75	c      2093          30471        4009        20                -          37.0000          -
41545.65/2097.83	c      2098          30553        4025        20                -          37.0000          -
41644.62/2102.88	c      2103          30627        4041        20                -          37.0000          -
41745.70/2107.93	c      2108          30711        4051        20                -          37.0000          -
41844.80/2112.98	c      2113          30789        4085        20                -          37.0000          -
41943.90/2118.03	c      2118          30832        4107        20                -          37.0000          -
42046.07/2123.07	c      2123          30865        4128        20                -          37.0000          -
42145.14/2128.14	c      2128          30865        4128        20                -          37.0000          -
42246.13/2133.18	c      2133          30867        4130        20                -          37.0000          -
42346.31/2138.21	c      2138          30998        4129        20                -          37.0000          -
42445.44/2143.22	c      2143          31046        4148        20                -          37.0000          -
42544.53/2148.26	c      2148          31110        4165        20                -          37.0000          -
42643.64/2153.28	c      2153          31213        4174        20                -          37.0000          -
42744.71/2158.39	c      2158          31272        4194        20                -          37.0000          -
42845.71/2163.42	c      2163          31370        4228        20                -          37.0000          -
42946.79/2168.51	c      2169          31426        4241        20                -          37.0000          -
43045.95/2173.53	c      2174          31476        4261        20                -          37.0000          -
43145.06/2178.59	c      2179          31551        4282        20                -          37.0000          -
43246.19/2183.62	c      2184          31636        4306        20                -          37.0000          -
43345.24/2188.65	c      2189          31740        4317        20                -          37.0000          -
43444.26/2193.66	c      2194          31836        4347        20                -          37.0000          -
43545.30/2198.75	c      2199          31957        4342        20                -          37.0000          -
43646.31/2203.86	c      2204          32023        4357        20                -          37.0000          -
43747.39/2208.94	c      2209          32088        4383        20                -          37.0000          -
43846.50/2214.00	c      2214          32178        4407        20                -          37.0000          -
43948.43/2219.05	c      2219          32277        4438        20                -          37.0000          -
44047.58/2224.10	c      2224          32404        4442        20                -          37.0000          -
44148.76/2229.15	c      2229          32428        4451        20                -          37.0000          -
44248.85/2234.20	c      2234          32428        4451        20                -          37.0000          -
44347.96/2239.25	c      2239          32462        4473        20                -          37.0000          -
44449.07/2244.30	c      2244          32546        4496        20                -          37.0000          -
44548.01/2249.31	c      2249          32669        4522        20                -          37.0000          -
44649.08/2254.40	c      2254          32840        4542        20                -          37.0000          -
44748.15/2259.40	c      2259          32953        4567        20                -          37.0000          -
44849.28/2264.51	c      2265          33098        4566        20                -          37.0000          -
44948.42/2269.52	c      2270          33208        4602        20                -          37.0000          -
45047.47/2274.55	c      2275          33309        4622        20                -          37.0000          -
45148.48/2279.68	c      2280          33430        4634        20                -          37.0000          -
45249.60/2284.75	c      2285          33490        4660        20                -          37.0000          -
45348.73/2289.76	c      2290          33590        4690        20                -          37.0000          -
45449.67/2294.82	c      2295          33741        4686        20                -          37.0000          -
45550.69/2299.90	c      2300          33812        4693        20                -          37.0000          -
45649.85/2304.91	c      2305          33903        4707        20                -          37.0000          -
45748.97/2310.00	c      2310          33996        4726        20                -          37.0000          -
45851.17/2315.05	c      2315          34070        4745        20                -          37.0000          -
45950.05/2320.11	c      2320          34127        4766        20                -          37.0000          -
46051.31/2325.15	c      2325          34260        4803        20                -          37.0000          -
46150.56/2330.18	c      2330          34338        4821        20                -          37.0000          -
46250.63/2335.26	c      2335          34407        4837        20                -          37.0000          -
46351.55/2340.31	c      2340          34527        4873        20                -          37.0000          -
46450.76/2345.38	c      2345          34644        4891        20                -          37.0000          -
46551.67/2350.43	c      2350          34756        4919        20                -          37.0000          -
46650.69/2355.47	c      2355          34843        4942        20                -          37.0000          -
46751.72/2360.53	c      2361          34930        4968        20                -          37.0000          -
46850.80/2365.58	c      2366          35056        4985        20                -          37.0000          -
46951.90/2370.63	c      2371          35145        4992        20                -          37.0000          -
47051.03/2375.65	c      2376          35243        5011        20                -          37.0000          -
47152.13/2380.73	c      2381          35357        5053        20                -          37.0000          -
47251.17/2385.77	c      2386          35426        5079        20                -          37.0000          -
47350.25/2390.78	c      2391          35532        5092        20                -          37.0000          -
47453.33/2395.90	c      2396          35575        5099        20                -          37.0000          -
47552.41/2400.93	c      2401          35664        5127        20                -          37.0000          -
47651.52/2405.95	c      2406          35734        5145        20                -          37.0000          -
47753.60/2411.07	c      2411          35812        5189        20                -          37.0000          -
47852.47/2416.12	c      2416          35977        5225        20                -          37.0000          -
47951.61/2421.13	c      2421          36157        5215        20                -          37.0000          -
48051.04/2426.15	c      2426          36285        5231        20                -          37.0000          -
48152.91/2431.25	c      2431          36367        5254        20                -          37.0000          -
48254.02/2436.31	c      2436          36465        5274        20                -          37.0000          -
48353.14/2441.35	c      2441          36536        5287        20                -          37.0000          -
48452.30/2446.40	c      2446          36589        5316        20                -          37.0000          -
48553.39/2451.41	c      2451          36660        5334        20                -          37.0000          -
48654.49/2456.53	c      2457          36711        5364        20                -          37.0000          -
48753.63/2461.55	c      2462          36755        5375        20                -          37.0000          -
48854.72/2466.62	c      2467          36755        5375        20                -          37.0000          -
48953.84/2471.64	c      2472          36755        5375        20                -          37.0000          -
49054.95/2476.71	c      2477          36755        5375        20                -          37.0000          -
49154.07/2481.79	c      2482          36783        5380        20                -          37.0000          -
49255.18/2486.85	c      2487          36793        5384        20                -          37.0000          -
49356.29/2491.90	c      2492          36793        5384        20                -          37.0000          -
49455.40/2496.95	c      2497          36793        5384        20                -          37.0000          -
49554.53/2502.01	c      2502          36793        5384        20                -          37.0000          -
49656.57/2507.05	c      2507          36793        5384        20                -          37.0000          -
49755.82/2512.07	c      2512          36793        5384        20                -          37.0000          -
49854.80/2517.11	c      2517          36793        5384        20                -          37.0000          -
49955.66/2522.19	c      2522          36858        5392        20                -          37.0000          -
50055.92/2527.24	c      2527          36955        5418        20                -          37.0000          -
50155.01/2532.28	c      2532          37018        5436        20                -          37.0000          -
50256.09/2537.39	c      2537          37133        5457        20                -          37.0000          -
50357.21/2542.41	c      2542          37215        5459        20                -          37.0000          -
50456.30/2547.45	c      2547          37294        5469        20                -          37.0000          -
50557.39/2552.51	c      2553          37374        5487        20                -          37.0000          -
50656.48/2557.55	c      2558          37451        5517        20                -          37.0000          -
50757.57/2562.61	c      2563          37494        5532        20                -          37.0000          -
50856.66/2567.64	c      2568          37636        5549        20                -          37.0000          -
50957.76/2572.72	c      2573          37726        5572        20                -          37.0000          -
51056.87/2577.77	c      2578          37802        5582        20                -          37.0000          -
51157.96/2582.81	c      2583          37914        5613        20                -          37.0000          -
51257.03/2587.86	c      2588          38002        5636        20                -          37.0000          -
51356.13/2592.88	c      2593          38098        5658        20                -          37.0000          -
51455.23/2597.90	c      2598          38201        5693        20                -          37.0000          -
51556.33/2602.95	c      2603          38306        5704        20                -          37.0000          -
51655.43/2607.96	c      2608          38468        5721        20                -          37.0000          -
51754.49/2612.98	c      2613          38531        5739        20                -          37.0000          -
51853.54/2618.01	c      2618          38607        5765        20                -          37.0000          -
51955.48/2623.05	c      2623          38690        5791        20                -          37.0000          -
52054.45/2628.11	c      2628          38734        5814        20                -          37.0000          -
52153.56/2633.15	c      2633          38879        5848        20                -          37.0000          -
52255.61/2638.23	c      2638          38947        5866        20                -          37.0000          -
52354.70/2643.28	c      2643          39026        5914        20                -          37.0000          -
52455.76/2648.33	c      2648          39159        5935        20                -          37.0000          -
52556.80/2653.45	c      2653          39284        5917        20                -          37.0000          -
52655.87/2658.48	c      2658          39417        5926        20                -          37.0000          -
52756.93/2663.53	c      2664          39545        5949        20                -          37.0000          -
52856.10/2668.54	c      2669          39635        5958        20                -          37.0000          -
52955.27/2673.54	c      2674          39707        5976        20                -          37.0000          -
53054.35/2678.59	c      2679          39816        6011        20                -          37.0000          -
53153.41/2683.59	c      2684          39953        6017        20                -          37.0000          -
53256.39/2688.73	c      2689          40039        6040        20                -          37.0000          -
53357.29/2693.87	c      2694          40111        6060        20                -          37.0000          -
53458.40/2698.91	c      2699          40183        6083        20                -          37.0000          -
53557.52/2703.98	c      2704          40302        6104        20                -          37.0000          -
53656.63/2709.03	c      2709          40395        6128        20                -          37.0000          -
53758.64/2714.07	c      2714          40465        6165        20                -          37.0000          -
53859.55/2719.14	c      2719          40512        6179        20                -          37.0000          -
53958.88/2724.17	c      2724          40634        6191        20                -          37.0000          -
54058.77/2729.22	c      2729          40701        6201        20                -          37.0000          -
54159.88/2734.33	c      2734          40783        6221        20                -          37.0000          -
54258.92/2739.39	c      2739          40904        6260        20                -          37.0000          -
54359.96/2744.43	c      2744          41036        6275        20                -          37.0000          -
54459.10/2749.49	c      2750          41144        6296        20                -          37.0000          -
54560.19/2754.54	c      2755          41217        6309        20                -          37.0000          -
54659.33/2759.59	c      2760          41317        6331        20                -          37.0000          -
54760.40/2764.65	c      2765          41425        6343        20                -          37.0000          -
54861.51/2769.70	c      2770          41532        6372        20                -          37.0000          -
54960.62/2774.76	c      2775          41589        6382        20                -          37.0000          -
55061.68/2779.84	c      2780          41589        6382        20                -          37.0000          -
55160.74/2784.88	c      2785          41589        6382        20                -          37.0000          -
55261.82/2789.95	c      2790          41638        6397        20                -          37.0000          -
55360.95/2795.02	c      2795          41677        6408        20                -          37.0000          -
55462.92/2800.07	c      2800          41738        6420        20                -          37.0000          -
55562.01/2805.12	c      2805          41834        6439        20                -          37.0000          -
55661.25/2810.13	c      2810          41939        6457        20                -          37.0000          -
55763.19/2815.21	c      2815          42019        6466        20                -          37.0000          -
55862.31/2820.28	c      2820          42127        6480        20                -          37.0000          -
55963.39/2825.34	c      2825          42203        6517        20                -          37.0000          -
56062.49/2830.39	c      2830          42309        6536        20                -          37.0000          -
56163.47/2835.42	c      2835          42397        6553        20                -          37.0000          -
56262.52/2840.49	c      2840          42488        6550        20                -          37.0000          -
56361.61/2845.50	c      2846          42556        6556        20                -          37.0000          -
56464.76/2850.61	c      2851          42619        6601        20                -          37.0000          -
56563.85/2855.66	c      2856          42721        6638        20                -          37.0000          -
56664.98/2860.71	c      2861          42863        6646        20                -          37.0000          -
56764.06/2865.76	c      2866          42949        6666        20                -          37.0000          -
56865.18/2870.82	c      2871          43012        6695        20                -          37.0000          -
56964.28/2875.87	c      2876          43117        6729        20                -          37.0000          -
57065.38/2880.93	c      2881          43224        6748        20                -          37.0000          -
57164.52/2885.94	c      2886          43319        6759        20                -          37.0000          -
57263.50/2891.03	c      2891          43459        6784        20                -          37.0000          -
57365.28/2896.06	c      2896          43543        6807        20                -          37.0000          -
57464.48/2901.12	c      2901          43646        6802        20                -          37.0000          -
57566.62/2906.22	c      2906          43755        6821        20                -          37.0000          -
57665.78/2911.26	c      2911          43886        6835        20                -          37.0000          -
57766.93/2916.32	c      2916          43959        6871        20                -          37.0000          -
57866.08/2921.34	c      2921          44088        6888        20                -          37.0000          -
57967.19/2926.41	c      2926          44198        6905        20                -          37.0000          -
58068.26/2931.53	c      2932          44282        6920        20                -          37.0000          -
58167.37/2936.56	c      2937          44390        6931        20                -          37.0000          -
58268.48/2941.61	c      2942          44473        6953        20                -          37.0000          -
58367.60/2946.61	c      2947          44533        6960        20                -          37.0000          -
58466.73/2951.66	c      2952          44636        6975        20                -          37.0000          -
58565.86/2956.69	c      2957          44685        6999        20                -          37.0000          -
58666.89/2961.72	c      2962          44774        7028        20                -          37.0000          -
58765.99/2966.73	c      2967          44811        7053        20                -          37.0000          -
58869.04/2971.94	c      2972          44887        7087        20                -          37.0000          -
58968.02/2977.00	c      2977          45007        7104        20                -          37.0000          -
59069.37/2982.05	c      2982          45072        7106        20                -          37.0000          -
59168.63/2987.07	c      2987          45185        7103        20                -          37.0000          -
59267.84/2992.08	c      2992          45273        7121        20                -          37.0000          -
59368.77/2997.18	c      2997          45378        7137        20                -          37.0000          -
59469.05/3002.27	c      3002          45409        7160        20                -          37.0000          -
59570.12/3007.30	c      3007          45483        7186        20                -          37.0000          -
59669.24/3012.33	c      3012          45567        7195        20                -          37.0000          -
59768.38/3017.39	c      3017          45697        7240        20                -          37.0000          -
59869.41/3022.40	c      3022          45815        7265        20                -          37.0000          -
59968.44/3027.42	c      3027          45896        7299        20                -          37.0000          -
60069.46/3032.53	c      3033          45995        7327        20                -          37.0000          -
60170.56/3037.60	c      3038          46117        7348        20                -          37.0000          -
60269.62/3042.67	c      3043          46208        7377        20                -          37.0000          -
60370.67/3047.73	c      3048          46345        7400        20                -          37.0000          -
60469.83/3052.74	c      3053          46516        7408        20                -          37.0000          -
60570.71/3057.86	c      3058          46655        7413        20                -          37.0000          -
60671.77/3062.90	c      3063          46814        7429        20                -          37.0000          -
60770.76/3067.91	c      3068          46915        7450        20                -          37.0000          -
60869.83/3072.93	c      3073          47038        7460        20                -          37.0000          -
60971.98/3078.07	c      3078          47229        7476        20                -          37.0000          -
61070.92/3083.13	c      3083          47373        7480        20                -          37.0000          -
61172.23/3088.18	c      3088          47500        7482        20                -          37.0000          -
61272.19/3093.20	c      3093          47647        7490        20                -          37.0000          -
61371.33/3098.28	c      3098          47757        7499        20                -          37.0000          -
61472.42/3103.34	c      3103          47838        7511        20                -          37.0000          -
61571.57/3108.39	c      3108          47892        7520        20                -          37.0000          -
61672.64/3113.44	c      3113          47892        7520        20                -          37.0000          -
61771.76/3118.48	c      3118          47978        7538        20                -          37.0000          -
61872.82/3123.51	c      3124          48111        7565        20                -          37.0000          -
61971.90/3128.56	c      3129          48217        7618        20                -          37.0000          -
62071.03/3133.58	c      3134          48298        7630        20                -          37.0000          -
62172.09/3138.63	c      3139          48427        7664        20                -          37.0000          -
62273.16/3143.72	c      3144          48564        7674        20                -          37.0000          -
62374.27/3148.81	c      3149          48637        7706        20                -          37.0000          -
62473.35/3153.86	c      3154          48773        7738        20                -          37.0000          -
62572.40/3158.89	c      3159          48848        7751        20                -          37.0000          -
62673.47/3163.90	c      3164          48926        7765        20                -          37.0000          -
62772.48/3169.03	c      3169          49083        7790        20                -          37.0000          -
62871.55/3174.03	c      3174          49183        7825        20                -          37.0000          -
62975.64/3179.15	c      3179          49262        7852        20                -          37.0000          -
63074.87/3184.19	c      3184          49340        7880        20                -          37.0000          -
63174.69/3189.25	c      3189          49449        7895        20                -          37.0000          -
63275.77/3194.30	c      3194          49575        7897        20                -          37.0000          -
63374.88/3199.35	c      3199          49628        7931        20                -          37.0000          -
63475.89/3204.41	c      3204          49711        7942        20                -          37.0000          -
63575.03/3209.44	c      3209          49805        7964        20                -          37.0000          -
63676.06/3214.51	c      3215          49906        7966        20                -          37.0000          -
63775.11/3219.51	c      3220          50021        7967        20                -          37.0000          -
63874.20/3224.60	c      3225          50144        7990        20                -          37.0000          -
63975.30/3229.66	c      3230          50243        7997        20                -          37.0000          -
64074.39/3234.68	c      3235          50358        8011        20                -          37.0000          -
64175.41/3239.76	c      3240          50443        8023        20                -          37.0000          -
64276.45/3244.81	c      3245          50508        8042        20                -          37.0000          -
64375.57/3249.87	c      3250          50590        8089        20                -          37.0000          -
64476.62/3254.92	c      3255          50694        8137        20                -          37.0000          -
64575.70/3259.94	c      3260          50811        8146        20                -          37.0000          -
64674.72/3264.95	c      3265          50920        8161        20                -          37.0000          -
64773.68/3269.98	c      3270          51012        8181        20                -          37.0000          -
64875.98/3275.08	c      3275          51088        8205        20                -          37.0000          -
64974.98/3280.12	c      3280          51208        8244        20                -          37.0000          -
65076.02/3285.17	c      3285          51291        8273        20                -          37.0000          -
65175.99/3290.23	c      3290          51399        8268        20                -          37.0000          -
65277.07/3295.32	c      3295          51502        8284        20                -          37.0000          -
65376.12/3300.34	c      3300          51613        8315        20                -          37.0000          -
65477.11/3305.44	c      3305          51704        8320        20                -          37.0000          -
65576.21/3310.49	c      3310          51808        8337        20                -          37.0000          -
65677.27/3315.55	c      3316          51860        8353        20                -          37.0000          -
65776.38/3320.55	c      3321          51967        8377        20                -          37.0000          -
65875.50/3325.59	c      3326          52062        8401        20                -          37.0000          -
65976.62/3330.69	c      3331          52154        8417        20                -          37.0000          -
66077.73/3335.74	c      3336          52271        8417        20                -          37.0000          -
66176.88/3340.80	c      3341          52419        8434        20                -          37.0000          -
66277.93/3345.84	c      3346          52531        8455        20                -          37.0000          -
66378.94/3350.91	c      3351          52609        8476        20                -          37.0000          -
66478.02/3355.95	c      3356          52733        8488        20                -          37.0000          -
66577.12/3361.01	c      3361          52776        8505        20                -          37.0000          -
66676.23/3366.02	c      3366          52870        8507        20                -          37.0000          -
66778.11/3371.06	c      3371          52930        8527        20                -          37.0000          -
66877.10/3376.12	c      3376          52987        8541        20                -          37.0000          -
66978.23/3381.17	c      3381          53045        8555        20                -          37.0000          -
67077.34/3386.19	c      3386          53124        8594        20                -          37.0000          -
67177.36/3391.29	c      3391          53193        8623        20                -          37.0000          -
67278.36/3396.36	c      3396          53290        8624        20                -          37.0000          -
67379.43/3401.42	c      3401          53379        8650        20                -          37.0000          -
67478.53/3406.44	c      3406          53448        8660        20                -          37.0000          -
67577.57/3411.49	c      3411          53510        8676        20                -          37.0000          -
67678.43/3416.57	c      3417          53517        8679        20                -          37.0000          -
67779.38/3421.60	c      3422          53517        8679        20                -          37.0000          -
67878.51/3426.67	c      3427          53517        8679        20                -          37.0000          -
67979.62/3431.72	c      3432          53517        8679        20                -          37.0000          -
68078.78/3436.76	c      3437          53517        8679        20                -          37.0000          -
68179.72/3441.82	c      3442          53517        8679        20                -          37.0000          -
68278.84/3446.87	c      3447          55348        3118        20                -          37.0000          -
68379.93/3451.92	c      3452          55504        3122        20                -          37.0000          -
68479.11/3456.97	c      3457          53783        8680        20                -          37.0000          -
68578.24/3462.03	c      3462          55631        3132        20                -          37.0000          -
68680.37/3467.07	c      3467          53911        8744        20                -          37.0000          -
68778.97/3472.12	c      3472          55733        3140        20                -          37.0000          -
68880.23/3477.18	c      3477          54071        8780        20                -          37.0000          -
68980.22/3482.23	c      3482          55867        3165        20                -          37.0000          -
69079.27/3487.28	c      3487          54203        8812        20                -          37.0000          -
69180.29/3492.34	c      3492          56119        3179        20                -          37.0000          -
69279.34/3497.38	c      3497          56205        3191        20                -          37.0000          -
69380.32/3502.44	c      3502          54419        8852        20                -          37.0000          -
69479.36/3507.48	c      3507          54444        8853        20                -          37.0000          -
69580.42/3512.53	c      3513          56453        3227        20                -          37.0000          -
69679.47/3517.58	c      3518          54656        8892        20                -          37.0000          -
69780.50/3522.60	c      3523          54739        8906        20                -          37.0000          -
69879.55/3527.68	c      3528          56846        3243        20                -          37.0000          -
69980.62/3532.74	c      3533          54964        8963        20                -          37.0000          -
70081.68/3537.81	c      3538          55097        8984        20                -          37.0000          -
70180.73/3542.85	c      3543          57087        3280        20                -          37.0000          -
70281.81/3547.91	c      3548          55318        9045        20                -          37.0000          -
70380.95/3552.92	c      3553          57286        3310        20                -          37.0000          -
70480.08/3558.01	c      3558          55521        9073        20                -          37.0000          -
70582.20/3563.06	c      3563          55613        9106        20                -          37.0000          -
70681.16/3568.12	c      3568          55678        9139        20                -          37.0000          -
70782.30/3573.15	c      3573          55750        9170        20                -          37.0000          -
70882.42/3578.20	c      3578          57802        3385        20                -          37.0000          -
70981.49/3583.27	c      3583          55914        9253        20                -          37.0000          -
71080.58/3588.29	c      3588          57983        3391        20                -          37.0000          -
71181.62/3593.37	c      3593          56138        9282        20                -          37.0000          -
71280.70/3598.39	c      3598          56230        9297        20                -          37.0000          -
71381.73/3603.40	c      3603          58379        3377        20                -          37.0000          -
71482.76/3608.53	c      3609          58548        3362        20                -          37.0000          -
71581.88/3613.58	c      3614          58695        3359        20                -          37.0000          -
71682.95/3618.64	c      3619          56511        9323        20                -          37.0000          -
71781.98/3623.69	c      3624          56511        9323        20                -          37.0000          -
71883.02/3628.74	c      3629          56511        9323        20                -          37.0000          -
71984.07/3633.80	c      3634          59337        3349        20                -          37.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 (190730 MiB free)
  memory of node 1: 193531 MiB (191947 MiB free)
  memory of node 2: 193531 MiB (193050 MiB free)
  memory of node 3: 193493 MiB (193047 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-4465227-1722453464/watcher-4465227-1722453464 -o /tmp/evaluation-result-4465227-1722453464/solver-4465227-1722453464 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68260 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465227-1722453464.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100103 s]*
/proc/loadavg: 21.74 32.95 46.98 27/901 68362
/proc/meminfo: memFree=787027780/790760804 swapFree=131071996/131071996
[pid=68341] ppid=68334 vsize=68120 memory=57836 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/stat : 68341 (fscip) R 68334 68341 68249 0 -1 4194304 12165 0 0 0 10 2 0 0 20 0 1 0 11929143 69754880 14459 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
/proc/68341/statm: 17030 14459 2555 3035 0 13426 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 68120 KiB
Current children cumulated memory: 57836 KiB

[startup+0.226425 s]*
/proc/loadavg: 21.74 32.95 46.98 26/901 68362
/proc/meminfo: memFree=786743756/790760804 swapFree=131071996/131071996
[pid=68341] ppid=68334 vsize=143960 memory=130372 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/stat : 68341 (fscip) R 68334 68341 68249 0 -1 4194304 32539 0 0 0 20 4 0 0 20 0 1 0 11929143 147415040 32593 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
/proc/68341/statm: 35990 32593 2555 3035 0 32386 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 143960 KiB
Current children cumulated memory: 130372 KiB

[startup+0.325902 s]*
/proc/loadavg: 21.74 32.95 46.98 26/921 68382
/proc/meminfo: memFree=786616732/790760804 swapFree=131071996/131071996
[pid=68341] ppid=68334 vsize=195700 memory=182208 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/stat : 68341 (fscip) R 68334 68341 68249 0 -1 4194304 37197 0 0 0 28 6 0 0 20 0 1 0 11929143 200396800 45552 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
/proc/68341/statm: 48925 45552 2678 3035 0 45321 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 195700 KiB
Current children cumulated memory: 182208 KiB

[startup+0.700254 s]
/proc/loadavg: 21.74 32.95 46.98 35/941 68402
/proc/meminfo: memFree=785732036/790760804 swapFree=131071996/131071996
[pid=68341] ppid=68334 vsize=186152 memory=172960 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/stat : 68341 (fscip) R 68334 68341 68249 0 -1 4194304 41894 0 0 0 62 7 0 0 20 0 1 0 11929143 190619648 43240 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
/proc/68341/statm: 46538 43240 2726 3035 0 42934 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 186152 KiB
Current children cumulated memory: 172960 KiB

[startup+1.50027 s]
/proc/loadavg: 21.74 32.95 46.98 46/941 68402
/proc/meminfo: memFree=785135124/790760804 swapFree=131071996/131071996
[pid=68341] ppid=68334 vsize=1803596 memory=584020 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/stat : 68341 (fscip) S 68334 68341 68249 0 -1 1077936128 142269 0 0 0 126 23 0 0 20 0 21 0 11929143 1846882304 146005 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
/proc/68341/statm: 450899 146005 2790 3035 0 193132 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1803596 KiB
Current children cumulated memory: 584020 KiB

[startup+3.14285 s]
/proc/loadavg: 26.41 33.73 47.16 84/1021 68482
/proc/meminfo: memFree=776375688/790760804 swapFree=131071996/131071996
[pid=68341] ppid=68334 vsize=5375388 memory=3952572 CPUtime=29.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/stat : 68341 (fscip) S 68334 68341 68249 0 -1 1077936128 920977 0 0 0 2691 260 0 0 20 0 41 0 11929143 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
/proc/68341/statm: 1343847 988143 2854 3035 0 1139606 0
[pid=68341/tid=68403] ppid=68334 vsize=5375388 memory=6944652177228980320 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68403/stat : 68403 (fscip) R 68334 68341 68249 0 -1 4194368 31605 0 0 0 136 9 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68404] ppid=68334 vsize=5375388 memory=11624 CPUtime=1.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68404/stat : 68404 (fscip) R 68334 68341 68249 0 -1 4194368 48846 0 0 0 125 13 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68405] ppid=68334 vsize=5375388 memory=3842228 CPUtime=1.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68405/stat : 68405 (fscip) R 68334 68341 68249 0 -1 4194368 47365 0 0 0 124 14 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68406] ppid=68334 vsize=5375388 memory=279630557390032 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68406/stat : 68406 (fscip) R 68334 68341 68249 0 -1 4194368 26795 0 0 0 137 8 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68407] ppid=68334 vsize=5375388 memory=279630557391616 CPUtime=1.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68407/stat : 68407 (fscip) R 68334 68341 68249 0 -1 4194368 47380 0 0 0 126 14 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68408] ppid=68334 vsize=5375388 memory=10528 CPUtime=1.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68408/stat : 68408 (fscip) R 68334 68341 68249 0 -1 4194368 47750 0 0 0 126 14 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68409] ppid=68334 vsize=5375388 memory=279630556844416 CPUtime=1.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68409/stat : 68409 (fscip) R 68334 68341 68249 0 -1 4194368 33636 0 0 0 137 9 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68410] ppid=68334 vsize=5375388 memory=5440 CPUtime=1.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68410/stat : 68410 (fscip) R 68334 68341 68249 0 -1 4194368 47769 0 0 0 127 14 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68411] ppid=68334 vsize=5375388 memory=2420 CPUtime=1.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68411/stat : 68411 (fscip) R 68334 68341 68249 0 -1 4194368 47759 0 0 0 125 14 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68412] ppid=68334 vsize=5375388 memory=2212 CPUtime=1.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68412/stat : 68412 (fscip) R 68334 68341 68249 0 -1 4194368 31874 0 0 0 139 8 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68413] ppid=68334 vsize=5375388 memory=0 CPUtime=1.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68413/stat : 68413 (fscip) R 68334 68341 68249 0 -1 4194368 47065 0 0 0 122 13 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68414] ppid=68334 vsize=5375388 memory=279630557350656 CPUtime=1.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68414/stat : 68414 (fscip) R 68334 68341 68249 0 -1 4194368 48386 0 0 0 124 13 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68415] ppid=68334 vsize=5375388 memory=139815278795792 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68415/stat : 68415 (fscip) R 68334 68341 68249 0 -1 4194368 40397 0 0 0 135 10 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68416] ppid=68334 vsize=5375388 memory=279630557456624 CPUtime=1.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68416/stat : 68416 (fscip) R 68334 68341 68249 0 -1 4194368 47756 0 0 0 125 14 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68417] ppid=68334 vsize=5375388 memory=279630556779552 CPUtime=1.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68417/stat : 68417 (fscip) R 68334 68341 68249 0 -1 4194368 46786 0 0 0 128 13 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68418] ppid=68334 vsize=5375388 memory=0 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68418/stat : 68418 (fscip) R 68334 68341 68249 0 -1 4194368 35038 0 0 0 135 10 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68419] ppid=68334 vsize=5375388 memory=4208 CPUtime=1.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68419/stat : 68419 (fscip) R 68334 68341 68249 0 -1 4194368 46775 0 0 0 125 13 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68420] ppid=68334 vsize=5375388 memory=4340 CPUtime=1.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68420/stat : 68420 (fscip) R 68334 68341 68249 0 -1 4194368 47775 0 0 0 126 14 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68421] ppid=68334 vsize=5375388 memory=765736 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68421/stat : 68421 (fscip) R 68334 68341 68249 0 -1 4194368 31877 0 0 0 136 9 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68422] ppid=68334 vsize=5375388 memory=3331536 CPUtime=1.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68422/stat : 68422 (fscip) R 68334 68341 68249 0 -1 4194368 47784 0 0 0 125 14 0 0 20 0 41 0 11929250 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68443] ppid=68334 vsize=5375388 memory=279630556737344 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68443/stat : 68443 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929304 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68444] ppid=68334 vsize=5375388 memory=29836794214613092 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68444/stat : 68444 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929304 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68445] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68445/stat : 68445 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929304 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68446] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68446/stat : 68446 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929304 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68447] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68447/stat : 68447 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929304 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68448] ppid=68334 vsize=5375388 memory=7008596470261717301 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68448/stat : 68448 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929304 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68449] ppid=68334 vsize=5375388 memory=279630557334984 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68449/stat : 68449 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929304 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68450] ppid=68334 vsize=5375388 memory=7885072233555847249 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68450/stat : 68450 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68451] ppid=68334 vsize=5375388 memory=8100094810558654547 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68451/stat : 68451 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68452] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68452/stat : 68452 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68453] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68453/stat : 68453 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68454] ppid=68334 vsize=5375388 memory=29836768444022866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68454/stat : 68454 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68455] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68455/stat : 68455 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68456] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68456/stat : 68456 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68457] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68457/stat : 68457 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68458] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68458/stat : 68458 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988143 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68459] ppid=68334 vsize=5375388 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68459/stat : 68459 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988209 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68460] ppid=68334 vsize=5375388 memory=28720 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68460/stat : 68460 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988209 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68461] ppid=68334 vsize=5375388 memory=7384 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68461/stat : 68461 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988209 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68462] ppid=68334 vsize=5375388 memory=27608 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68462/stat : 68462 (fscip) S 68334 68341 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929305 5504397312 988209 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
Current children cumulated CPU time: 29.51 s
Current children cumulated vsize: 5375388 KiB
Current children cumulated memory: 3952572 KiB

[startup+6.30085 s]
/proc/loadavg: 26.41 33.73 47.16 86/1021 68482
/proc/meminfo: memFree=774169576/790760804 swapFree=131071996/131071996
[pid=68341] ppid=68334 vsize=6358428 memory=5137232 CPUtime=91.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/stat : 68341 (fscip) S 68334 68341 68249 0 -1 1077936128 1436237 0 0 0 8774 380 0 0 20 0 41 0 11929143 6511030272 1284308 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 17 73 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
/proc/68341/statm: 1589607 1284308 2950 3035 0 1470334 0
[pid=68341/tid=68403] ppid=68334 vsize=6358428 memory=279630557086496 CPUtime=4.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68403/stat : 68403 (fscip) R 68334 68341 68249 0 -1 4194368 43807 0 0 0 443 12 0 0 20 0 41 0 11929250 6511030272 1284308 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68404] ppid=68334 vsize=6358428 memory=0 CPUtime=4.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68404/stat : 68404 (fscip) R 68334 68341 68249 0 -1 4194368 104773 0 0 0 423 25 0 0 20 0 41 0 11929250 6511030272 1284308 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68405] ppid=68334 vsize=6358428 memory=11624 CPUtime=4.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68405/stat : 68405 (fscip) R 68334 68341 68249 0 -1 4194368 48367 0 0 0 435 15 0 0 20 0 41 0 11929250 6511030272 1284308 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68406] ppid=68334 vsize=6358428 memory=0 CPUtime=4.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68406/stat : 68406 (fscip) R 68334 68341 68249 0 -1 4194368 42456 0 0 0 445 12 0 0 20 0 41 0 11929250 6511030272 1284374 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68407] ppid=68334 vsize=6358428 memory=4531184 CPUtime=4.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68407/stat : 68407 (fscip) R 68334 68341 68249 0 -1 4194368 91037 0 0 0 427 24 0 0 20 0 41 0 11929250 6511030272 1284374 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68408] ppid=68334 vsize=6358428 memory=2212 CPUtime=4.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68408/stat : 68408 (fscip) R 68334 68341 68249 0 -1 4194368 55721 0 0 0 435 15 0 0 20 0 41 0 11929250 6511030272 1284374 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68409] ppid=68334 vsize=6358428 memory=10528 CPUtime=4.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68409/stat : 68409 (fscip) R 68334 68341 68249 0 -1 4194368 73584 0 0 0 437 19 0 0 20 0 41 0 11929250 6511030272 1284374 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68410] ppid=68334 vsize=6358428 memory=0 CPUtime=4.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68410/stat : 68410 (fscip) R 68334 68341 68249 0 -1 4194368 92301 0 0 0 426 26 0 0 20 0 41 0 11929250 6511030272 1284374 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0

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

/proc/68341/task/68449/stat : 68449 (fscip) S 68334 68341 68249 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 11929304 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68450] ppid=68334 vsize=14476828 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68450/stat : 68450 (fscip) S 68334 68341 68249 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68451] ppid=68334 vsize=14476828 memory=11624 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68451/stat : 68451 (fscip) S 68334 68341 68249 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68452] ppid=68334 vsize=14476828 memory=12895292 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68452/stat : 68452 (fscip) S 68334 68341 68249 0 -1 1077936192 86 0 0 0 0 3 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68453] ppid=68334 vsize=14476828 memory=11624 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68453/stat : 68453 (fscip) S 68334 68341 68249 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68454] ppid=68334 vsize=14476828 memory=12987940 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68454/stat : 68454 (fscip) S 68334 68341 68249 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68455] ppid=68334 vsize=14476828 memory=10528 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68455/stat : 68455 (fscip) S 68334 68341 68249 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68456] ppid=68334 vsize=14476828 memory=5440 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68456/stat : 68456 (fscip) S 68334 68341 68249 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68457] ppid=68334 vsize=14476828 memory=31988 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68457/stat : 68457 (fscip) S 68334 68341 68249 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68458] ppid=68334 vsize=14476828 memory=28720 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68458/stat : 68458 (fscip) S 68334 68341 68249 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68459] ppid=68334 vsize=14476828 memory=7384 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68459/stat : 68459 (fscip) S 68334 68341 68249 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68460] ppid=68334 vsize=14476828 memory=13552 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68460/stat : 68460 (fscip) S 68334 68341 68249 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68461] ppid=68334 vsize=14476828 memory=10528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68461/stat : 68461 (fscip) S 68334 68341 68249 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68462] ppid=68334 vsize=14476828 memory=5440 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68462/stat : 68462 (fscip) S 68334 68341 68249 0 -1 1077936192 128 0 0 0 1 2 0 0 20 0 41 0 11929305 14824271872 3247631 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
Current children cumulated CPU time: 70963.7 s
Current children cumulated vsize: 14476828 KiB
Current children cumulated memory: 12990524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.7 s]
/proc/loadavg: 78.82 80.48 80.14 63/978 70359
/proc/meminfo: memFree=739118236/790760804 swapFree=131071996/131071996
[pid=68341] ppid=68334 vsize=14551108 memory=13083948 CPUtime=72001.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/stat : 68341 (fscip) S 68334 68341 68249 0 -1 1077936128 47846092 0 0 0 7189734 10458 0 0 20 0 41 0 11929143 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
/proc/68341/statm: 3637777 3270987 3318 3035 0 3508154 0
[pid=68341/tid=68403] ppid=68334 vsize=14551108 memory=164 CPUtime=3601.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68403/stat : 68403 (fscip) R 68334 68341 68249 0 -1 4194368 2510879 0 0 0 359878 302 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68404] ppid=68334 vsize=14551108 memory=587938073286328 CPUtime=3588.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68404/stat : 68404 (fscip) R 68334 68341 68249 0 -1 4194368 3525730 0 0 0 358416 457 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68405] ppid=68334 vsize=14551108 memory=11624 CPUtime=3602.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68405/stat : 68405 (fscip) R 68334 68341 68249 0 -1 4194368 1386439 0 0 0 359535 706 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68406] ppid=68334 vsize=14551108 memory=25333125866717268 CPUtime=3598.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68406/stat : 68406 (fscip) R 68334 68341 68249 0 -1 4194368 2038432 0 0 0 359576 303 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68407] ppid=68334 vsize=14551108 memory=132 CPUtime=3608.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68407/stat : 68407 (fscip) R 68334 68341 68249 0 -1 4194368 3868818 0 0 0 360337 493 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68408] ppid=68334 vsize=14551108 memory=587938073286328 CPUtime=3602.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68408/stat : 68408 (fscip) R 68334 68341 68249 0 -1 4194368 1155782 0 0 0 359476 792 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68409] ppid=68334 vsize=14551108 memory=13012960 CPUtime=3601.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68409/stat : 68409 (fscip) R 68334 68341 68249 0 -1 4194368 2151397 0 0 0 359876 282 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68410] ppid=68334 vsize=14551108 memory=0 CPUtime=3606.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68410/stat : 68410 (fscip) R 68334 68341 68249 0 -1 4194368 3436417 0 0 0 360196 458 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68411] ppid=68334 vsize=14551108 memory=279630556837552 CPUtime=3599.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68411/stat : 68411 (fscip) R 68334 68341 68249 0 -1 4194368 1115336 0 0 0 359090 813 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68412] ppid=68334 vsize=14551108 memory=13083616 CPUtime=3607.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68412/stat : 68412 (fscip) R 68334 68341 68249 0 -1 4194368 2086699 0 0 0 360389 323 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68413] ppid=68334 vsize=14551108 memory=13019764 CPUtime=3603.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68413/stat : 68413 (fscip) R 68334 68341 68249 0 -1 4194368 3445005 0 0 0 359880 461 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68414] ppid=68334 vsize=14551108 memory=13552 CPUtime=3567.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68414/stat : 68414 (fscip) R 68334 68341 68249 0 -1 4194368 1234617 0 0 0 355970 753 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68415] ppid=68334 vsize=14551108 memory=5788621206475268160 CPUtime=3594.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68415/stat : 68415 (fscip) R 68334 68341 68249 0 -1 4194368 2235405 0 0 0 359179 317 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68416] ppid=68334 vsize=14551108 memory=0 CPUtime=3600.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68416/stat : 68416 (fscip) R 68334 68341 68249 0 -1 4194368 3358417 0 0 0 359606 455 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68417] ppid=68334 vsize=14551108 memory=10528 CPUtime=3599.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68417/stat : 68417 (fscip) R 68334 68341 68249 0 -1 4194368 930074 0 0 0 359015 948 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68418] ppid=68334 vsize=14551108 memory=25333125866717268 CPUtime=3604.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68418/stat : 68418 (fscip) R 68334 68341 68249 0 -1 4194368 2128280 0 0 0 360136 309 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68419] ppid=68334 vsize=14551108 memory=13083428 CPUtime=3598.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68419/stat : 68419 (fscip) R 68334 68341 68249 0 -1 4194368 3979166 0 0 0 359323 513 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68420] ppid=68334 vsize=14551108 memory=3736 CPUtime=3603.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68420/stat : 68420 (fscip) R 68334 68341 68249 0 -1 4194368 950167 0 0 0 359491 903 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68421] ppid=68334 vsize=14551108 memory=13083812 CPUtime=3604.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68421/stat : 68421 (fscip) R 68334 68341 68249 0 -1 4194368 2525583 0 0 0 360067 347 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68422] ppid=68334 vsize=14551108 memory=11216 CPUtime=3604.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68422/stat : 68422 (fscip) R 68334 68341 68249 0 -1 4194368 3709260 0 0 0 360056 432 0 0 20 0 41 0 11929250 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68443] ppid=68334 vsize=14551108 memory=6441952127845886292 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68443/stat : 68443 (fscip) S 68334 68341 68249 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 11929304 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68444] ppid=68334 vsize=14551108 memory=7544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68444/stat : 68444 (fscip) S 68334 68341 68249 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 11929304 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68445] ppid=68334 vsize=14551108 memory=13086000 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68445/stat : 68445 (fscip) S 68334 68341 68249 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 11929304 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68446] ppid=68334 vsize=14551108 memory=31988 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68446/stat : 68446 (fscip) S 68334 68341 68249 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 11929304 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68447] ppid=68334 vsize=14551108 memory=279630557743424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68447/stat : 68447 (fscip) S 68334 68341 68249 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 11929304 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68448] ppid=68334 vsize=14551108 memory=36112 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68448/stat : 68448 (fscip) S 68334 68341 68249 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 11929304 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68449] ppid=68334 vsize=14551108 memory=4748 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68449/stat : 68449 (fscip) S 68334 68341 68249 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 11929304 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68450] ppid=68334 vsize=14551108 memory=25333125866717268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68450/stat : 68450 (fscip) S 68334 68341 68249 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68451] ppid=68334 vsize=14551108 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68451/stat : 68451 (fscip) S 68334 68341 68249 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68452] ppid=68334 vsize=14551108 memory=12941004 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68452/stat : 68452 (fscip) S 68334 68341 68249 0 -1 1077936192 87 0 0 0 0 3 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68453] ppid=68334 vsize=14551108 memory=12956664 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68453/stat : 68453 (fscip) S 68334 68341 68249 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68454] ppid=68334 vsize=14551108 memory=-7450194601627968125 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68454/stat : 68454 (fscip) S 68334 68341 68249 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68455] ppid=68334 vsize=14551108 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68455/stat : 68455 (fscip) S 68334 68341 68249 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68456] ppid=68334 vsize=14551108 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68456/stat : 68456 (fscip) S 68334 68341 68249 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68457] ppid=68334 vsize=14551108 memory=11624 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68457/stat : 68457 (fscip) S 68334 68341 68249 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68458] ppid=68334 vsize=14551108 memory=12975844 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68458/stat : 68458 (fscip) S 68334 68341 68249 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68459] ppid=68334 vsize=14551108 memory=12970092 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68459/stat : 68459 (fscip) S 68334 68341 68249 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68460] ppid=68334 vsize=14551108 memory=12938456 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68460/stat : 68460 (fscip) S 68334 68341 68249 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68461] ppid=68334 vsize=14551108 memory=13083600 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68461/stat : 68461 (fscip) S 68334 68341 68249 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
[pid=68341/tid=68462] ppid=68334 vsize=14551108 memory=13019892 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/68341/task/68462/stat : 68462 (fscip) S 68334 68341 68249 0 -1 1077936192 131 0 0 0 1 2 0 0 20 0 41 0 11929305 14900334592 3270987 809668444160 4194304 16623229 140723406679728 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 55787520 140723406681098 140723406681216 140723406681216 140723406688240 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 14551108 KiB
Current children cumulated memory: 13083948 KiB

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

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

# cumulated CPU time of all completed processes:  user=71897.6 s, system=104.987 s

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

[startup+3634.81 s]*
/proc/loadavg: 78.82 80.48 80.14 25/943 70393
/proc/meminfo: memFree=742548664/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635 s]*
/proc/loadavg: 78.82 80.48 80.14 27/963 70413
/proc/meminfo: memFree=747937152/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635.15 s]
/proc/loadavg: 78.82 80.48 80.14 27/963 70413
/proc/meminfo: memFree=747937152/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): 3635.17
CPU time (s): 72002.6
CPU user time (s): 71897.6
CPU system time (s): 104.987
CPU usage (%): 1980.72
Max. virtual memory (cumulated for all children) (KiB): 14682180
Max. memory (cumulated for all children) (KiB): 13092920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71897.6
system time used= 104.987
maximum resident set size= 13092920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47846098
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= 296429
involuntary context switches= 207176


# summary of solver processes directly reported to runsolver:
#   pid: 68341
#   total CPU time (s): 72002.6
#   total CPU user time (s): 71897.6
#   total CPU system time (s): 104.987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1105 second user time and 111.833 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 21:17:44
IDJOB=4465227
IDBENCH=147626
IDSOLVER=3094
FILE ID=nodeD103/4465227-1722453464
RUNJOBID= nodeD103-1722453464-68260
SLURM_JOB_ID= 8254237
Free space on /tmp= 8622884 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.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-4465227-1722453464/watcher-4465227-1722453464 -o /tmp/evaluation-result-4465227-1722453464/solver-4465227-1722453464 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68260 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465227-1722453464.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b48e8711e48bf421c56e401ff58b5422
RANDOM SEED=1254538972

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		: 3524.490
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		: 3183.265
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		: 2629.210
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		: 3859.231
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		: 2626.863
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		: 2631.393
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		: 2634.915
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		: 3627.766
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		: 3537.616
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		: 3850.588
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		: 2629.027
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		: 3656.124
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		: 2985.286
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		: 2650.696
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		: 3643.462
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		: 3599.028
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		: 2655.875
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		: 2648.677
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		: 3829.080
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		: 2630.522
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		: 2942.059
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		: 3251.982
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		: 3536.228
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		: 2646.083
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		: 2627.379
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		: 3390.194
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		: 3595.660
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		: 2629.926
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		: 2647.711
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		: 3612.029
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		: 3482.119
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		: 2597.500
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.678
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		: 2646.922
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		: 3174.546
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		: 2644.421
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		: 2648.124
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		: 2649.813
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		: 2633.296
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		: 2647.855
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		: 2636.770
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		: 2631.075
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		: 2635.095
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		: 2636.446
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		: 3148.469
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		: 2640.773
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		: 2654.032
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		: 2646.959
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		: 2631.271
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		: 2643.196
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		: 2636.542
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		: 2634.297
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		: 2642.045
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		: 2594.537
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		: 2641.304
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		: 2643.008
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		: 2798.076
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		: 2580.000
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		: 2641.806
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		: 2652.310
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		: 2742.537
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		: 2581.967
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		: 2583.333
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		: 2651.041
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		: 2682.692
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		: 2636.554
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		: 2605.932
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		: 2602.370
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		: 2673.076
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		: 2592.975
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		: 2591.594
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		: 2583.333
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		: 2668.650
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		: 2584.033
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		: 2586.206
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		: 2638.888
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		: 3604.582
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		: 2579.449
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		: 2595.338
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		: 2648.809
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:        787246300 kB
MemAvailable:   785200252 kB
Buffers:          151788 kB
Cached:           645716 kB
SwapCached:            0 kB
Active:           306132 kB
Inactive:         885604 kB
Active(anon):       2036 kB
Inactive(anon):   415244 kB
Active(file):     304096 kB
Inactive(file):   470360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            120576 kB
Writeback:             0 kB
AnonPages:        392968 kB
Mapped:            89648 kB
Shmem:             22536 kB
KReclaimable:     121136 kB
Slab:             450156 kB
SReclaimable:     121136 kB
SUnreclaim:       329020 kB
KernelStack:       14640 kB
PageTables:        11236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     582024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           189696 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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:      458752 kB
DirectMap2M:    49321984 kB
DirectMap1G:    756023296 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD103 at 2024-07-31 22:18:20