Trace number 4465702

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.8 3655.25

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K143.opb
MD5SUM5b71eb3fc2b19671b5e391982561b6cd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
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.00/0.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 101405489, getVmSize() = 91869184, SCIPgetMemUsed() = 61256477, SCIPgetMemTotal() = 68337277, SCIPgetMemExternEstim() = 33068212
0.00/0.08	c ** set memory limit for presolving in LC to 8.79577e+12 for SCIP **
20.21/20.31	c ** Estimated virtualMemUsedAtSolver = 209083424, getVmSize() = 312406016, SCIPgetMemUsed() = 208150581, SCIPgetMemTotal() = 280556925, SCIPgetMemExternEstim() = 33068212
20.21/20.31	c ** set memory limit for solvers to 4.18796e+11 for each SCIP **
20.21/20.31	c Original Problem   :
20.21/20.31	c   Problem name     : instance-4465702-1722529491
20.21/20.31	c   Variables        : 17017 (17017 binary, 0 integer, 0 implicit integer, 0 continuous)
20.21/20.31	c   Constraints      : 17305
20.21/20.31	c   Objective sense  : minimize
20.21/20.31	c Presolved Problem  :
20.21/20.31	c   Variables        : 15505 (15505 binary, 0 integer, 0 implicit integer, 0 continuous)
20.21/20.31	c   Constraints      : 15762
20.21/20.31	c Constraints        : Number
20.21/20.31	c   knapsack         : 1 
20.21/20.31	c   setppc           : 1933 
20.21/20.31	c   orbitope         : 1 
20.21/20.31	c   logicor          : 13827 
20.21/20.31	c ** Instance transfer method used: 0
20.21/20.34	c ** ParaScipInstance copy increased the number of variables. **
20.94/21.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
20.94/21.04	c                                Nodes    Active                                            
20.94/21.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
201.95/30.28	c        30              2           1        20                -           0.0000          -
309.14/35.62	c        36            242         241        20                -           0.0000          -
414.38/40.98	c        41            762         494        20                -           0.0000          -
516.22/46.05	c        46           1375         614        20                -           0.0000          -
617.69/51.15	c        51           1639         737        20                -           0.0000          -
723.82/56.57	c        57              2           1        20                -           0.0000          -
835.55/62.15	c        62           4139         461        20                -           0.0000          -
935.92/67.26	c        67           5011        1316        20                -           0.0000          -
1044.76/72.72	c        73           4873         784        20                -           0.0000          -
1145.74/77.86	c        78           6209        1956        20                -           0.0000          -
1246.80/82.95	c        83           7235        2160        20                -           0.0000          -
1348.55/88.07	c        88           3244         906        20                -           0.0000          -
1449.74/93.16	c        93           7891         601        20                -           0.0000          -
1552.29/98.38	c        98           8777        1317        20                -           0.0000          -
1653.39/103.43	c       103           4624         600        20                -           0.0000          -
1752.49/108.44	c       108           8965         824        20                -           0.0000          -
1853.68/113.54	c       114           9402        1261        20                -           0.0000          -
1960.87/118.90	c       119           6533         381        20                -           0.0000          -
2059.98/124.00	c       124          11972        2591        20                -           0.0000          -
2171.10/129.55	c       130          12547         141        20                -           0.0000          -
2274.07/134.76	c       135          12319         221        20                -           0.0000          -
2379.83/140.05	c       140          12719         621        20                -           0.0000          -
2484.09/145.34	c       145          13139        1041        20                -           0.0000          -
2591.21/150.74	c       151          13619        1521        20                -           0.0000          -
2690.46/155.77	c       156          15558        2257        20                -           0.0000          -
2793.65/160.91	c       161          16560        2670        20                -           0.0000          -
2898.72/166.26	c       166          17212        2529        20                -           0.0000          -
3001.78/171.48	c       171          17390        3889        20                -           0.0000          -
3102.77/176.55	c       177          18004         601        20                -           0.0000          -
3203.94/181.61	c       182          18399         421        20                -           0.0000          -
3305.12/186.75	c       187          18799         821        20                -           0.0000          -
3406.30/191.86	c       192          19304        1901        20                -           0.0000          -
3510.33/197.10	c       197          19659        1681        20                -           0.0000          -
3614.58/202.39	c       202          20796        2978        20                -           0.0000          -
3715.58/207.46	c       207          21631        3029        20                -           0.0000          -
3816.77/212.52	c       213          22523        2996        20                -           0.0000          -
3915.99/217.53	c       218          22301        2950        20                -           0.0000          -
4019.17/222.71	c       223          19902         861        20                -           0.0000          -
4118.37/227.74	c       228          25056         301        20                -           0.0000          -
4219.57/232.86	c       233          25329        3091        20                -           0.0000          -
4320.79/237.94	c       238          26246          61        20                -           0.0000          -
4419.87/243.00	c       243          26566         381        20                -           0.0000          -
4521.65/248.13	c       248          22402        3361        20                -           0.0000          -
4623.98/253.28	c       253          23314        3740        20                -           0.0000          -
4725.10/258.39	c       258          24263        3799        20                -           0.0000          -
4826.35/263.46	c       263          25229        3715        20                -           0.0000          -
4927.46/268.55	c       269          29326        1571        20                -           0.0000          -
5028.65/273.67	c       274          29955        1510        20                -           0.0000          -
5129.60/278.79	c       279          30560        1479        20                -           0.0000          -
5230.79/283.89	c       284          28068        3630        20                -           0.0000          -
5331.78/288.98	c       289          31954        1439        20                -           0.0000          -
5446.87/294.70	c       295          29771        3493        20                -           0.0000          -
5548.07/299.88	c       300          35284        1670        20                -           0.0000          -
5649.26/304.93	c       305          31700           0        20                -           0.0000          -
5748.40/309.99	c       310          35654        1754        20                -           0.0000          -
5855.47/315.33	c       315          32381         681        20                -           0.0000          -
5958.67/320.56	c       321          37672          81        20                -           0.0000          -
6059.90/325.66	c       326          33547        1803        20                -           0.0000          -
6163.00/330.80	c       331          38392         801        20                -           0.0000          -
6262.20/335.87	c       336          40042        1474        20                -           0.0000          -
6363.33/340.95	c       341          40970        1518        20                -           0.0000          -
6462.38/346.01	c       346          41874        1459        20                -           0.0000          -
6564.27/351.09	c       351          42491        1419        20                -           0.0000          -
6665.38/356.15	c       356          43104        1423        20                -           0.0000          -
6765.93/361.26	c       361          43730        1428        20                -           0.0000          -
6867.04/366.39	c       366          44368        1397        20                -           0.0000          -
6968.22/371.48	c       371          45149        1428        20                -           0.0000          -
7069.44/376.55	c       377          46304        1488        20                -           0.0000          -
7170.63/381.61	c       382          47484        1412        20                -           0.0000          -
7269.83/386.69	c       387          48212        1409        20                -           0.0000          -
7371.05/391.78	c       392          49032        1403        20                -           0.0000          -
7472.26/396.89	c       397          49934        1430        20                -           0.0000          -
7573.46/401.94	c       402          51403        1407        20                -           0.0000          -
7675.29/407.03	c       407          52228        1399        20                -           0.0000          -
7774.52/412.13	c       412          53016        1396        20                -           0.0000          -
7876.95/417.24	c       417          53680        1403        20                -           0.0000          -
7978.11/422.30	c       422          54345        1406        20                -           0.0000          -
8079.24/427.44	c       427          55159        1407        20                -           0.0000          -
8180.43/432.57	c       433          55887        1400        20                -           0.0000          -
8281.64/437.67	c       438          56453           0        20                -           0.0000          -
8386.84/443.00	c       443          50268          61        20                -           0.0000          -
8491.99/448.26	c       448          57154         701        20                -           0.0000          -
8595.18/453.45	c       453          56745        1486        20                -           0.0000          -
8694.38/458.51	c       459          51369        1162        20                -           0.0000          -
8795.56/463.56	c       464          51988        1781        20                -           0.0000          -
8896.56/468.61	c       469          52684        1600        20                -           0.0000          -
8995.73/473.67	c       474          53460        1539        20                -           0.0000          -
9096.93/478.75	c       479          54131        1732        20                -           0.0000          -
9198.10/483.80	c       484          59205        1461        20                -           0.0000          -
9297.23/488.86	c       489          59645        1901        20                -           0.0000          -
9396.40/493.86	c       494          62365        1834        20                -           0.0000          -
9497.53/498.91	c       499          63004        1845        20                -           0.0000          -
9596.71/504.02	c       504          62253        1792        20                -           0.0000          -
9698.64/509.07	c       509          63108        1796        20                -           0.0000          -
9799.84/514.15	c       514          64020        1780        20                -           0.0000          -
9900.21/519.24	c       519          65748        1805        20                -           0.0000          -
9999.37/524.28	c       524          66876        1905        20                -           0.0000          -
10100.52/529.38	c       529          61047        1500        20                -           0.0000          -
10201.66/534.49	c       534          61750        1507        20                -           0.0000          -
10302.83/539.59	c       540          69530        1805        20                -           0.0000          -
10404.02/544.67	c       545          63420        1501        20                -           0.0000          -
10505.07/549.77	c       550          64739        1505        20                -           0.0000          -
10606.14/554.83	c       555          71564        1800        20                -           0.0000          -
10705.35/559.88	c       560          72411        1804        20                -           0.0000          -
10806.53/564.96	c       565          73081        1798        20                -           0.0000          -
10905.73/570.03	c       570          73702        1808        20                -           0.0000          -
11007.62/575.04	c       575          74493        1785        20                -           0.0000          -
11106.76/580.11	c       580          75208        1793        20                -           0.0000          -
11208.93/585.21	c       585          75880        1795        20                -           0.0000          -
11308.03/590.29	c       590          76576        1779        20                -           0.0000          -
11411.12/595.40	c       595          77332        1778        20                -           0.0000          -
11512.08/600.53	c       601          78259        1825        20                -           0.0000          -
11613.17/605.60	c       606          82398        1789        20                -           0.0000          -
11712.34/610.68	c       611          80184        1773        20                -           0.0000          -
11813.51/615.76	c       616          80777        1771        20                -           0.0000          -
11912.70/620.79	c       621          85275        1767        20                -           0.0000          -
12013.78/625.82	c       626          86102        1768        20                -           0.0000          -
12112.83/630.90	c       631          87121        1764        20                -           0.0000          -
12213.98/636.00	c       636          88328        1778        20                -           0.0000          -
12319.07/641.20	c       641          75855        1495        20                -           0.0000          -
12417.99/646.28	c       646          90526        1758        20                -           0.0000          -
12520.97/651.43	c       651          77160        1500        20                -           0.0000          -
12621.91/656.51	c       657          77780        1493        20                -           0.0000          -
12723.06/661.61	c       662          78411        1548        20                -           0.0000          -
12824.19/666.71	c       667          79067        1508        20                -           0.0000          -
12925.19/671.89	c       672          79850        1536        20                -           0.0000          -
13026.24/676.99	c       677          80550        1488        20                -           0.0000          -
13125.41/682.04	c       682          96781        1745        20                -           0.0000          -
13229.21/687.16	c       687          81857        1499        20                -           0.0000          -
13333.65/692.42	c       692          98036         281        20                -           0.0000          -
13432.74/697.48	c       697          98436         681        20                -           0.0000          -
13533.98/702.55	c       703          83706        1490        20                -           0.0000          -
13632.91/707.57	c       708          84389        1499        20                -           0.0000          -
13736.06/712.79	c       713          94326        1061        20                -           0.0000          -
13839.27/717.93	c       718          85515        1501        20                -           0.0000          -
13938.11/723.00	c       723          86023        1484        20                -           0.0000          -
14039.90/728.06	c       728          86582           0        20                -           0.0000          -
14141.05/733.14	c       733          86923         341        20                -           0.0000          -
14247.58/738.57	c       739          87223         641        20                -           0.0000          -
14348.53/743.67	c       744         106005        1783        20                -           0.0000          -
14449.69/748.74	c       749         106692        1777        20                -           0.0000          -
14549.93/753.86	c       754         107399        1767        20                -           0.0000          -
14651.07/758.91	c       759         108165        1764        20                -           0.0000          -
14750.21/763.99	c       764         108714        1780        20                -           0.0000          -
14849.32/769.02	c       769         109633        1763        20                -           0.0000          -
14951.02/774.09	c       774         103613        1860        20                -           0.0000          -
15053.40/779.21	c       779         110978        1758        20                -           0.0000          -
15154.52/784.31	c       784          91782        1831        20                -           0.0000          -
15255.65/789.40	c       789         113210        1735        20                -           0.0000          -
15354.80/794.48	c       794          93133        1974        20                -           0.0000          -
15455.93/799.59	c       800         115376        1786        20                -           0.0000          -
15557.05/804.65	c       805          94756        1836        20                -           0.0000          -
15658.17/809.72	c       810         117421        1741        20                -           0.0000          -
15757.29/814.77	c       815         111103        1848        20                -           0.0000          -
15858.46/819.83	c       820         119262        1742        20                -           0.0000          -
15959.54/824.92	c       825         120773        1743        20                -           0.0000          -
16058.70/830.00	c       830              2           1        20                -           0.0000          -
16160.40/835.06	c       835              2           1        20                -           0.0000          -
16259.55/840.12	c       840              2           1        20                -           0.0000          -
16361.95/845.24	c       845              2           1        20                -           0.0000          -
16463.08/850.39	c       850              2           1        20                -           0.0000          -
16564.12/855.44	c       855              2           1        20                -           0.0000          -
16665.17/860.51	c       861              5           4        20                -           0.0000          -
16764.13/865.58	c       866              6           5        20                -           0.0000          -
16867.25/870.72	c       871              6           5        20                -           0.0000          -
16968.41/875.80	c       876              6           5        20                -           0.0000          -
17069.56/880.92	c       881              6           5        20                -           0.0000          -
17168.71/886.00	c       886              6           5        20                -           0.0000          -
17270.56/891.10	c       891              6           5        20                -           0.0000          -
17371.71/896.17	c       896              6           5        20                -           0.0000          -
17472.14/901.22	c       901              6           5        20                -           0.0000          -
17573.15/906.38	c       906              6           5        20                -           0.0000          -
17676.25/911.53	c       912              6           5        20                -           0.0000          -
17777.39/916.63	c       917              6           5        20                -           0.0000          -
17878.50/921.78	c       922              6           5        20                -           0.0000          -
17979.64/926.89	c       927              6           5        20                -           0.0000          -
18080.72/931.99	c       932              6           5        20                -           0.0000          -
18182.58/937.08	c       937              6           5        20                -           0.0000          -
18283.68/942.15	c       942              6           5        20                -           0.0000          -
18383.95/947.25	c       947              6           5        20                -           0.0000          -
18484.95/952.30	c       952              6           5        20                -           0.0000          -
18584.07/957.35	c       957              6           5        20                -           0.0000          -
18685.20/962.46	c       962              6           5        20                -           0.0000          -
18786.33/967.57	c       968              6           5        20                -           0.0000          -
18887.38/972.68	c       973              6           5        20                -           0.0000          -
18988.31/977.80	c       978              6           5        20                -           0.0000          -
19089.44/982.85	c       983              6           5        20                -           0.0000          -
19190.38/987.95	c       988              6           5        20                -           0.0000          -
19292.12/993.09	c       993              6           5        20                -           0.0000          -
19392.52/998.18	c       998              6           5        20                -           0.0000          -
19492.93/1003.26	c      1003              6           5        20                -           0.0000          -
19594.04/1008.34	c      1008              6           5        20                -           0.0000          -
19695.14/1013.40	c      1013              6           5        20                -           0.0000          -
19794.17/1018.44	c      1018              6           5        20                -           0.0000          -
19895.11/1023.54	c      1024              6           5        20                -           0.0000          -
19996.19/1028.61	c      1029              7           6        20                -           0.0000          -
20095.32/1033.68	c      1034              7           6        20                -           0.0000          -
20196.36/1038.78	c      1039              7           6        20                -           0.0000          -
20297.34/1043.89	c      1044              7           6        20                -           0.0000          -
20398.38/1048.96	c      1049              7           6        20                -           0.0000          -
20497.50/1054.03	c      1054              7           6        20                -           0.0000          -
20599.36/1059.12	c      1059              7           6        20                -           0.0000          -
20700.52/1064.18	c      1064              7           6        20                -           0.0000          -
20800.83/1069.26	c      1069              7           6        20                -           0.0000          -
20901.94/1074.37	c      1074              7           6        20                -           0.0000          -
21002.94/1079.48	c      1079              7           6        20                -           0.0000          -
21104.12/1084.55	c      1085              7           6        20                -           0.0000          -
21205.03/1089.66	c      1090              7           6        20                -           0.0000          -
21305.94/1094.73	c      1095              7           6        20                -           0.0000          -
21407.05/1099.86	c      1100              7           6        20                -           0.0000          -
21508.13/1104.92	c      1105              7           6        20                -           0.0000          -
21607.31/1109.93	c      1110              7           6        20                -           0.0000          -
21706.44/1115.03	c      1115              7           6        20                -           0.0000          -
21811.55/1120.25	c      1120              7           6        20                -           0.0000          -
21912.58/1125.37	c      1125              7           6        20                -           0.0000          -
22012.91/1130.43	c      1130              7           6        20                -           0.0000          -
22111.99/1135.44	c      1135              7           6        20                -           0.0000          -
22215.19/1140.63	c      1141              7           6        20                -           0.0000          -
22316.15/1145.73	c      1146              7           6        20                -           0.0000          -
22417.29/1150.84	c      1151              7           6        20                -           0.0000          -
22518.38/1155.93	c      1156              7           6        20                -           0.0000          -
22620.03/1161.05	c      1161              7           6        20                -           0.0000          -
22719.28/1166.13	c      1166              7           6        20                -           0.0000          -
22821.55/1171.23	c      1171              7           6        20                -           0.0000          -
22920.72/1176.28	c      1176              7           6        20                -           0.0000          -
23021.84/1181.34	c      1181              7           6        20                -           0.0000          -
23122.90/1186.41	c      1186              7           6        20                -           0.0000          -
23222.00/1191.48	c      1191              7           6        20                -           0.0000          -
23322.81/1196.60	c      1197              7           6        20                -           0.0000          -
23423.88/1201.66	c      1202              7           6        20                -           0.0000          -
23524.96/1206.71	c      1207              7           6        20                -           0.0000          -
23625.80/1211.80	c      1212              7           6        20                -           0.0000          -
23724.45/1216.81	c      1217              7           6        20                -           0.0000          -
23823.54/1221.86	c      1222              7           6        20                -           0.0000          -
23922.59/1226.89	c      1227              7           6        20                -           0.0000          -
24023.75/1231.90	c      1232              7           6        20                -           0.0000          -
24122.94/1237.00	c      1237              7           6        20                -           0.0000          -
24224.70/1242.07	c      1242              7           6        20                -           0.0000          -
24323.71/1247.12	c      1247              7           6        20                -           0.0000          -
24424.93/1252.19	c      1252              7           6        20                -           0.0000          -
24525.31/1257.25	c      1257              7           6        20                -           0.0000          -
24628.44/1262.41	c      1262              7           6        20                -           0.0000          -
24727.45/1267.47	c      1267              7           6        20                -           0.0000          -
24828.57/1272.56	c      1273              7           6        20                -           0.0000          -
24929.66/1277.67	c      1278              7           6        20                -           0.0000          -
25030.66/1282.77	c      1283              7           6        20                -           0.0000          -
25131.84/1287.84	c      1288              7           6        20                -           0.0000          -
25230.86/1292.89	c      1293              7           6        20                -           0.0000          -
25331.95/1297.97	c      1298              7           6        20                -           0.0000          -
25435.92/1303.15	c      1303              7           6        20                -           0.0000          -
25536.20/1308.21	c      1308              7           6        20                -           0.0000          -
25637.22/1313.31	c      1313              7           6        20                -           0.0000          -
25738.23/1318.44	c      1318              7           6        20                -           0.0000          -
25839.32/1323.56	c      1324              7           6        20                -           0.0000          -
25940.58/1328.63	c      1329              7           6        20                -           0.0000          -
26041.57/1333.71	c      1334              7           6        20                -           0.0000          -
26140.74/1338.77	c      1339              7           6        20                -           0.0000          -
26241.89/1343.84	c      1344              7           6        20                -           0.0000          -
26342.86/1348.92	c      1349              7           6        20                -           0.0000          -
26441.89/1354.00	c      1354              7           6        20                -           0.0000          -
26543.72/1359.09	c      1359              7           6        20                -           0.0000          -
26645.08/1364.19	c      1364              7           6        20                -           0.0000          -
26745.29/1369.28	c      1369              7           6        20                -           0.0000          -
26846.42/1374.35	c      1374              7           6        20                -           0.0000          -
26945.55/1379.36	c      1379              7           6        20                -           0.0000          -
27046.69/1384.46	c      1384              4           3        20                -           0.0000          -
27147.61/1389.59	c      1390              4           3        20                -           0.0000          -
27248.72/1394.66	c      1395              4           3        20                -           0.0000          -
27349.86/1399.72	c      1400              4           3        20                -           0.0000          -
27451.02/1404.84	c      1405              4           3        20                -           0.0000          -
27552.17/1409.93	c      1410              4           3        20                -           0.0000          -
27651.32/1415.03	c      1415              4           3        20                -           0.0000          -
27753.15/1420.04	c      1420              4           3        20                -           0.0000          -
27855.51/1425.22	c      1425              4           3        20                -           0.0000          -
27956.66/1430.30	c      1430              4           3        20                -           0.0000          -
28055.83/1435.38	c      1435              4           3        20                -           0.0000          -
28156.89/1440.45	c      1440              4           3        20                -           0.0000          -
28258.06/1445.53	c      1446              4           3        20                -           0.0000          -
28359.23/1450.62	c      1451              4           3        20                -           0.0000          -
28458.35/1455.66	c      1456              4           3        20                -           0.0000          -
28559.51/1460.76	c      1461              4           3        20                -           0.0000          -
28660.67/1465.82	c      1466              4           3        20                -           0.0000          -
28759.85/1470.82	c      1471              4           3        20                -           0.0000          -
28859.03/1475.88	c      1476              4           3        20                -           0.0000          -
28960.19/1481.00	c      1481              4           3        20                -           0.0000          -
29061.99/1486.09	c      1486              4           3        20                -           0.0000          -
29163.45/1491.15	c      1491              4           3        20                -           0.0000          -
29263.64/1496.23	c      1496              4           3        20                -           0.0000          -
29366.79/1501.41	c      1501              4           3        20                -           0.0000          -
29465.98/1506.50	c      1507              4           3        20                -           0.0000          -
29569.03/1511.66	c      1512              4           3        20                -           0.0000          -
29670.20/1516.76	c      1517              4           3        20                -           0.0000          -
29771.14/1521.88	c      1522              4           3        20                -           0.0000          -
29872.05/1526.96	c      1527              4           3        20                -           0.0000          -
29971.00/1532.02	c      1532              4           3        20                -           0.0000          -
30072.61/1537.09	c      1537              4           3        20                -           0.0000          -
30173.12/1542.14	c      1542              4           3        20                -           0.0000          -
30271.94/1547.18	c      1547              4           3        20                -           0.0000          -
30372.46/1552.28	c      1552              4           3        20                -           0.0000          -
30473.50/1557.33	c      1557              4           3        20                -           0.0000          -
30574.62/1562.41	c      1562              4           3        20                -           0.0000          -
30673.77/1567.46	c      1567              4           3        20                -           0.0000          -
30774.91/1572.56	c      1573              4           3        20                -           0.0000          -
30875.75/1577.61	c      1578              4           3        20                -           0.0000          -
30974.90/1582.70	c      1583              4           3        20                -           0.0000          -
31075.83/1587.76	c      1588              4           3        20                -           0.0000          -
31176.91/1592.81	c      1593              4           3        20                -           0.0000          -
31276.07/1597.84	c      1598              4           3        20                -           0.0000          -
31377.20/1602.91	c      1603              4           3        20                -           0.0000          -
31476.34/1607.97	c      1608              4           3        20                -           0.0000          -
31578.22/1613.06	c      1613              4           3        20                -           0.0000          -
31680.57/1618.24	c      1618              4           3        20                -           0.0000          -
31781.74/1623.32	c      1623              4           3        20                -           0.0000          -
31882.88/1628.46	c      1628              4           3        20                -           0.0000          -
31984.04/1633.55	c      1634              4           3        20                -           0.0000          -
32084.77/1638.61	c      1639              4           3        20                -           0.0000          -
32183.45/1643.68	c      1644              4           3        20                -           0.0000          -
32284.47/1648.76	c      1649              4           3        20                -           0.0000          -
32385.63/1653.85	c      1654              4           3        20                -           0.0000          -
32485.97/1658.94	c      1659              4           3        20                -           0.0000          -
32585.04/1664.03	c      1664              4           3        20                -           0.0000          -
32686.95/1669.09	c      1669              4           3        20                -           0.0000          -
32788.10/1674.17	c      1674              4           3        20                -           0.0000          -
32890.23/1679.34	c      1679              4           3        20                -           0.0000          -
32991.35/1684.41	c      1684              4           3        20                -           0.0000          -
33090.48/1689.48	c      1689              4           3        20                -           0.0000          -
33193.35/1694.62	c      1695              4           3        20                -           0.0000          -
33292.53/1699.67	c      1700              4           3        20                -           0.0000          -
33393.47/1704.75	c      1705              4           3        20                -           0.0000          -
33494.48/1709.85	c      1710              4           3        20                -           0.0000          -
33595.59/1714.97	c      1715              4           3        20                -           0.0000          -
33697.45/1720.04	c      1720              4           3        20                -           0.0000          -
33796.64/1725.09	c      1725              4           3        20                -           0.0000          -
33897.72/1730.18	c      1730              4           3        20                -           0.0000          -
33998.08/1735.26	c      1735              4           3        20                -           0.0000          -
34101.15/1740.41	c      1740              4           3        20                -           0.0000          -
34200.25/1745.47	c      1745              4           3        20                -           0.0000          -
34301.41/1750.58	c      1751              4           3        20                -           0.0000          -
34402.33/1755.69	c      1756              4           3        20                -           0.0000          -
34503.48/1760.79	c      1761              4           3        20                -           0.0000          -
34604.66/1765.86	c      1766              4           3        20                -           0.0000          -
34705.76/1770.93	c      1771              4           3        20                -           0.0000          -
34804.93/1775.99	c      1776              4           3        20                -           0.0000          -
34906.78/1781.09	c      1781              4           3        20                -           0.0000          -
35007.83/1786.17	c      1786              4           3        20                -           0.0000          -
35108.07/1791.21	c      1791              4           3        20                -           0.0000          -
35209.18/1796.37	c      1796              4           3        20                -           0.0000          -
35310.35/1801.48	c      1801              4           3        20                -           0.0000          -
35411.67/1806.58	c      1807              4           3        20                -           0.0000          -
35512.65/1811.64	c      1812              4           3        20                -           0.0000          -
35613.75/1816.72	c      1817              4           3        20                -           0.0000          -
35712.38/1821.77	c      1822              4           3        20                -           0.0000          -
35813.14/1826.86	c      1827              4           3        20                -           0.0000          -
35913.97/1831.90	c      1832              4           3        20                -           0.0000          -
36013.15/1836.98	c      1837              4           3        20                -           0.0000          -
36115.03/1842.05	c      1842              4           3        20                -           0.0000          -
36216.20/1847.15	c      1847              4           3        20                -           0.0000          -
36316.57/1852.26	c      1852              4           3        20                -           0.0000          -
36417.72/1857.31	c      1857              4           3        20                -           0.0000          -
36516.91/1862.37	c      1862              4           3        20                -           0.0000          -
36618.05/1867.46	c      1867              4           3        20                -           0.0000          -
36719.16/1872.52	c      1873              4           3        20                -           0.0000          -
36820.18/1877.62	c      1878              4           3        20                -           0.0000          -
36921.19/1882.70	c      1883             28          23        20                -           0.0000          -
37020.31/1887.79	c      1888             28          23        20                -           0.0000          -
37121.46/1892.83	c      1893             28          23        20                -           0.0000          -
37222.58/1897.91	c      1898             28          23        20                -           0.0000          -
37321.75/1902.96	c      1903             28          23        20                -           0.0000          -
37420.90/1908.03	c      1908             28          23        20                -           0.0000          -
37522.88/1913.08	c      1913             28          23        20                -           0.0000          -
37623.87/1918.16	c      1918             28          23        20                -           0.0000          -
37724.21/1923.20	c      1923             28          23        20                -           0.0000          -
37823.39/1928.27	c      1928             28          23        20                -           0.0000          -
37924.55/1933.33	c      1933             28          23        20                -           0.0000          -
38025.71/1938.42	c      1938             28          23        20                -           0.0000          -
38124.89/1943.46	c      1943             28          23        20                -           0.0000          -
38226.03/1948.54	c      1949             28          23        20                -           0.0000          -
38325.16/1953.59	c      1954             28          23        20                -           0.0000          -
38426.32/1958.60	c      1959             28          23        20                -           0.0000          -
38525.52/1963.66	c      1964             28          23        20                -           0.0000          -
38628.68/1968.85	c      1969             28          23        20                -           0.0000          -
38727.83/1973.89	c      1974             28          23        20                -           0.0000          -
38828.97/1978.97	c      1979             28          23        20                -           0.0000          -
38931.01/1984.08	c      1984             28          23        20                -           0.0000          -
39030.20/1989.13	c      1989             28          23        20                -           0.0000          -
39131.16/1994.20	c      1994             28          23        20                -           0.0000          -
39231.57/1999.27	c      1999             28          23        20                -           0.0000          -
39332.70/2004.38	c      2004             28          23        20                -           0.0000          -
39433.72/2009.42	c      2009             28          23        20                -           0.0000          -
39535.03/2014.51	c      2015             28          23        20                -           0.0000          -
39633.98/2019.56	c      2020             28          23        20                -           0.0000          -
39735.08/2024.63	c      2025             28          23        20                -           0.0000          -
39836.17/2029.71	c      2030             28          23        20                -           0.0000          -
39939.34/2034.97	c      2035             28          23        20                -           0.0000          -
40038.27/2040.02	c      2040             28          23        20                -           0.0000          -
40140.02/2045.08	c      2045             28          23        20                -           0.0000          -
40241.16/2050.14	c      2050             28          23        20                -           0.0000          -
40341.51/2055.21	c      2055             28          23        20                -           0.0000          -
40440.66/2060.25	c      2060             28          23        20                -           0.0000          -
40539.71/2065.30	c      2065             28          23        20                -           0.0000          -
40642.66/2070.40	c      2070             28          23        20                -           0.0000          -
40743.83/2075.50	c      2076             28          23        20                -           0.0000          -
40842.96/2080.57	c      2081             28          23        20                -           0.0000          -
40946.11/2085.71	c      2086             28          23        20                -           0.0000          -
41045.28/2090.74	c      2091             28          23        20                -           0.0000          -
41148.41/2095.90	c      2096             28          23        20                -           0.0000          -
41250.23/2101.07	c      2101             28          23        20                -           0.0000          -
41349.54/2106.14	c      2106             28          23        20                -           0.0000          -
41451.65/2111.24	c      2111             28          23        20                -           0.0000          -
41550.81/2116.28	c      2116             28          23        20                -           0.0000          -
41651.91/2121.35	c      2121             28          23        20                -           0.0000          -
41753.02/2126.47	c      2126             28          23        20                -           0.0000          -
41854.16/2131.52	c      2132             28          23        20                -           0.0000          -
41955.30/2136.64	c      2137             28          23        20                -           0.0000          -
42054.42/2141.69	c      2142             28          23        20                -           0.0000          -
42157.55/2146.84	c      2147             28          23        20                -           0.0000          -
42256.65/2151.89	c      2152             28          23        20                -           0.0000          -
42357.73/2156.98	c      2157             28          23        20                -           0.0000          -
42459.60/2162.05	c      2162             28          23        20                -           0.0000          -
42560.98/2167.18	c      2167             28          23        20                -           0.0000          -
42661.00/2172.25	c      2172             28          23        20                -           0.0000          -
42762.07/2177.33	c      2177             28          23        20                -           0.0000          -
42863.17/2182.40	c      2182             28          23        20                -           0.0000          -
42962.33/2187.48	c      2187             28          23        20                -           0.0000          -
43063.46/2192.58	c      2193             28          23        20                -           0.0000          -
43164.62/2197.64	c      2198             28          23        20                -           0.0000          -
43265.65/2202.71	c      2203             28          23        20                -           0.0000          -
43364.75/2207.75	c      2208             28          23        20                -           0.0000          -
43465.90/2212.80	c      2213             28          23        20                -           0.0000          -
43564.92/2217.89	c      2218             28          23        20                -           0.0000          -
43665.99/2222.97	c      2223             28          23        20                -           0.0000          -
43767.54/2228.06	c      2228             28          23        20                -           0.0000          -
43866.66/2233.11	c      2233             28          23        20                -           0.0000          -
43967.77/2238.17	c      2238             28          23        20                -           0.0000          -
44066.87/2243.19	c      2243             28          23        20                -           0.0000          -
44167.35/2248.27	c      2248             28          23        20                -           0.0000          -
44270.46/2253.49	c      2253             28          23        20                -           0.0000          -
44373.60/2258.61	c      2259             28          23        20                -           0.0000          -
44474.44/2263.72	c      2264             28          23        20                -           0.0000          -
44575.38/2268.85	c      2269             28          23        20                -           0.0000          -
44676.53/2273.97	c      2274             28          23        20                -           0.0000          -
44778.36/2279.04	c      2279             28          23        20                -           0.0000          -
44880.75/2284.27	c      2284             28          23        20                -           0.0000          -
44981.92/2289.34	c      2289             28          23        20                -           0.0000          -
45083.11/2294.46	c      2294             28          23        20                -           0.0000          -
45184.29/2299.56	c      2300             28          23        20                -           0.0000          -
45285.45/2304.68	c      2305             28          23        20                -           0.0000          -
45386.55/2309.77	c      2310             28          23        20                -           0.0000          -
45489.68/2314.93	c      2315             28          23        20                -           0.0000          -
45588.87/2320.04	c      2320             28          23        20                -           0.0000          -
45690.70/2325.11	c      2325             28          23        20                -           0.0000          -
45792.15/2330.19	c      2330             28          23        20                -           0.0000          -
45892.42/2335.26	c      2335             28          23        20                -           0.0000          -
45995.54/2340.44	c      2340             19          18        20                -           0.0000          -
46096.74/2345.52	c      2346             19          18        20                -           0.0000          -
46196.05/2350.59	c      2351             19          18        20                -           0.0000          -
46297.05/2355.67	c      2356             19          18        20                -           0.0000          -
46398.22/2360.75	c      2361             19          18        20                -           0.0000          -
46499.41/2365.80	c      2366             19          18        20                -           0.0000          -
46600.53/2370.90	c      2371             19          18        20                -           0.0000          -
46699.69/2375.94	c      2376             19          18        20                -           0.0000          -
46801.59/2381.13	c      2381             19          18        20                -           0.0000          -
46903.99/2386.24	c      2386             19          18        20                -           0.0000          -
47005.18/2391.33	c      2391             19          18        20                -           0.0000          -
47108.35/2396.50	c      2396              7           6        20                -           0.0000          -
47207.57/2401.56	c      2402              7           6        20                -           0.0000          -
47308.77/2406.65	c      2407              7           6        20                -           0.0000          -
47409.97/2411.76	c      2412              7           6        20                -           0.0000          -
47511.09/2416.88	c      2417              7           6        20                -           0.0000          -
47612.27/2421.98	c      2422              7           6        20                -           0.0000          -
47714.19/2427.07	c      2427              7           6        20                -           0.0000          -
47815.49/2432.15	c      2432              7           6        20                -           0.0000          -
47915.84/2437.25	c      2437              7           6        20                -           0.0000          -
48017.04/2442.30	c      2442              7           6        20                -           0.0000          -
48116.26/2447.35	c      2447              7           6        20                -           0.0000          -
48219.43/2452.56	c      2453              7           6        20                -           0.0000          -
48320.62/2457.64	c      2458              7           6        20                -           0.0000          -
48421.83/2462.78	c      2463              7           6        20                -           0.0000          -
48523.05/2467.87	c      2468              7           6        20                -           0.0000          -
48624.29/2472.96	c      2473              7           6        20                -           0.0000          -
48723.51/2478.03	c      2478              7           6        20                -           0.0000          -
48825.42/2483.12	c      2483              7           6        20                -           0.0000          -
48926.71/2488.17	c      2488              7           6        20                -           0.0000          -
49027.11/2493.24	c      2493              7           6        20                -           0.0000          -
49126.26/2498.24	c      2498              7           6        20                -           0.0000          -
49225.49/2503.27	c      2503              7           6        20                -           0.0000          -
49330.65/2508.51	c      2509              7           6        20                -           0.0000          -
49429.84/2513.57	c      2514              7           6        20                -           0.0000          -
49530.95/2518.63	c      2519              7           6        20                -           0.0000          -
49631.98/2523.71	c      2524              7           6        20                -           0.0000          -
49731.04/2528.78	c      2529              7           6        20                -           0.0000          -
49832.15/2533.85	c      2534              7           6        20                -           0.0000          -
49933.16/2538.94	c      2539              7           6        20                -           0.0000          -
50032.19/2544.01	c      2544              7           6        20                -           0.0000          -
50133.74/2549.09	c      2549              7           6        20                -           0.0000          -
50234.87/2554.15	c      2554              7           6        20                -           0.0000          -
50333.91/2559.19	c      2559              7           6        20                -           0.0000          -
50434.28/2564.23	c      2564             21          20        20                -           0.0000          -
50535.30/2569.33	c      2569             21          20        20                -           0.0000          -
50636.36/2574.44	c      2574             21          20        20                -           0.0000          -
50737.42/2579.54	c      2580             21          20        20                -           0.0000          -
50838.46/2584.68	c      2585             21          20        20                -           0.0000          -
50939.48/2589.78	c      2590             21          20        20                -           0.0000          -
51040.51/2594.85	c      2595             21          20        20                -           0.0000          -
51139.55/2599.88	c      2600             21          20        20                -           0.0000          -
51240.61/2604.95	c      2605             21          20        20                -           0.0000          -
51342.37/2610.05	c      2610             21          20        20                -           0.0000          -
51443.53/2615.18	c      2615             21          20        20                -           0.0000          -
51543.70/2620.29	c      2620             21          20        20                -           0.0000          -
51644.73/2625.34	c      2625             21          20        20                -           0.0000          -
51745.72/2630.40	c      2630             53          30        20                -           0.0000          -
51844.73/2635.45	c      2635             53          30        20                -           0.0000          -
51945.74/2640.50	c      2641             53          30        20                -           0.0000          -
52044.74/2645.51	c      2646             53          30        20                -           0.0000          -
52143.97/2650.59	c      2651             53          30        20                -           0.0000          -
52246.77/2655.73	c      2656             53          30        20                -           0.0000          -
52347.70/2660.84	c      2661             53          30        20                -           0.0000          -
52448.73/2665.94	c      2666             53          30        20                -           0.0000          -
52550.46/2671.10	c      2671             53          30        20                -           0.0000          -
52651.52/2676.16	c      2676             53          30        20                -           0.0000          -
52751.75/2681.28	c      2681             53          30        20                -           0.0000          -
52852.75/2686.34	c      2686             53          30        20                -           0.0000          -
52953.73/2691.40	c      2691             53          30        20                -           0.0000          -
53052.75/2696.47	c      2696             53          30        20                -           0.0000          -
53155.72/2701.65	c      2702             53          30        20                -           0.0000          -
53256.74/2706.76	c      2707             53          30        20                -           0.0000          -
53357.78/2711.83	c      2712             53          30        20                -           0.0000          -
53458.77/2716.92	c      2717             53          30        20                -           0.0000          -
53560.47/2722.04	c      2722             53          30        20                -           0.0000          -
53659.48/2727.10	c      2727             53          30        20                -           0.0000          -
53760.53/2732.17	c      2732             53          30        20                -           0.0000          -
53860.87/2737.24	c      2737             53          30        20                -           0.0000          -
53961.89/2742.33	c      2742             53          30        20                -           0.0000          -
54062.91/2747.40	c      2747              8           7        20                -           0.0000          -
54161.93/2752.48	c      2752              8           7        20                -           0.0000          -
54262.94/2757.57	c      2758              8           7        20                -           0.0000          -
54363.88/2762.64	c      2763              8           7        20                -           0.0000          -
54464.87/2767.71	c      2768              8           7        20                -           0.0000          -
54565.84/2772.81	c      2773              8           7        20                -           0.0000          -
54664.79/2777.86	c      2778              8           7        20                -           0.0000          -
54765.78/2783.01	c      2783              8           7        20                -           0.0000          -
54867.46/2788.12	c      2788              8           7        20                -           0.0000          -
54969.70/2793.21	c      2793              8           7        20                -           0.0000          -
55068.73/2798.26	c      2798              8           7        20                -           0.0000          -
55169.73/2803.32	c      2803              8           7        20                -           0.0000          -
55270.73/2808.40	c      2808              8           7        20                -           0.0000          -
55371.71/2813.56	c      2814              8           7        20                -           0.0000          -
55474.69/2818.76	c      2819              8           7        20                -           0.0000          -
55577.67/2823.90	c      2824              8           7        20                -           0.0000          -
55676.70/2828.96	c      2829              8           7        20                -           0.0000          -
55775.77/2834.02	c      2834              8           7        20                -           0.0000          -
55877.66/2839.06	c      2839              8           7        20                -           0.0000          -
55978.39/2844.18	c      2844              8           7        20                -           0.0000          -
56078.79/2849.24	c      2849              8           7        20                -           0.0000          -
56179.75/2854.31	c      2854              8           7        20                -           0.0000          -
56278.79/2859.32	c      2859              8           7        20                -           0.0000          -
56377.82/2864.36	c      2864              8           7        20                -           0.0000          -
56478.87/2869.42	c      2869              8           7        20                -           0.0000          -
56577.94/2874.48	c      2874              8           7        20                -           0.0000          -
56678.95/2879.51	c      2880              8           7        20                -           0.0000          -
56777.99/2884.58	c      2885             21          22        20                -           0.0000          -
56879.02/2889.62	c      2890             21          22        20                -           0.0000          -
56980.05/2894.74	c      2895             21          22        20                -           0.0000          -
57081.08/2899.86	c      2900             21          22        20                -           0.0000          -
57184.79/2905.06	c      2905             21          22        20                -           0.0000          -
57285.92/2910.18	c      2910             21          22        20                -           0.0000          -
57386.12/2915.25	c      2915             21          22        20                -           0.0000          -
57487.30/2920.35	c      2920             21          22        20                -           0.0000          -
57590.18/2925.54	c      2926             21          22        20                -           0.0000          -
57691.17/2930.62	c      2931             21          22        20                -           0.0000          -
57792.21/2935.72	c      2936             21          22        20                -           0.0000          -
57891.24/2940.78	c      2941             21          22        20                -           0.0000          -
57992.26/2945.87	c      2946             21          22        20                -           0.0000          -
58093.29/2950.98	c      2951             21          22        20                -           0.0000          -
58195.03/2956.10	c      2956             21          22        20                -           0.0000          -
58297.30/2961.24	c      2961             21          22        20                -           0.0000          -
58398.31/2966.39	c      2966             21          22        20                -           0.0000          -
58499.32/2971.48	c      2971             21          22        20                -           0.0000          -
58600.27/2976.58	c      2977             11          10        20                -           0.0000          -
58703.28/2981.74	c      2982             11          10        20                -           0.0000          -
58802.31/2986.79	c      2987             11          10        20                -           0.0000          -
58903.33/2991.84	c      2992             11          10        20                -           0.0000          -
59004.33/2996.93	c      2997             11          10        20                -           0.0000          -
59103.37/3001.99	c      3002             11          10        20                -           0.0000          -
59205.08/3007.05	c      3007             11          10        20                -           0.0000          -
59306.19/3012.16	c      3012             11          10        20                -           0.0000          -
59406.42/3017.21	c      3017             11          10        20                -           0.0000          -
59505.38/3022.27	c      3022             11          10        20                -           0.0000          -
59606.43/3027.38	c      3027             11          10        20                -           0.0000          -
59707.46/3032.48	c      3032             11          10        20                -           0.0000          -
59810.44/3037.62	c      3038             11          10        20                -           0.0000          -
59909.54/3042.66	c      3043             11          10        20                -           0.0000          -
60010.50/3047.79	c      3048             11          10        20                -           0.0000          -
60111.56/3052.89	c      3053             11          10        20                -           0.0000          -
60212.61/3058.02	c      3058             11          10        20                -           0.0000          -
60314.23/3063.07	c      3063             11          10        20                -           0.0000          -
60415.39/3068.14	c      3068             11          10        20                -           0.0000          -
60515.68/3073.20	c      3073             11          10        20                -           0.0000          -
60614.73/3078.29	c      3078             11          10        20                -           0.0000          -
60715.78/3083.34	c      3083             11          10        20                -           0.0000          -
60814.84/3088.39	c      3088             11          10        20                -           0.0000          -
60915.90/3093.42	c      3093             11          10        20                -           0.0000          -
61014.94/3098.48	c      3098             11          10        20                -           0.0000          -
61115.96/3103.53	c      3104             11          10        20                -           0.0000          -
61216.92/3108.60	c      3109             11          10        20                -           0.0000          -
61315.98/3113.64	c      3114             11          10        20                -           0.0000          -
61417.03/3118.72	c      3119             11          10        20                -           0.0000          -
61520.07/3123.90	c      3124             11          10        20                -           0.0000          -
61619.15/3129.01	c      3129             11          10        20                -           0.0000          -
61722.78/3134.18	c      3134             11          10        20                -           0.0000          -
61823.21/3139.25	c      3139             11          10        20                -           0.0000          -
61924.18/3144.30	c      3144             11          10        20                -           0.0000          -
62023.27/3149.39	c      3149             11          10        20                -           0.0000          -
62124.29/3154.50	c      3154             11          10        20                -           0.0000          -
62227.36/3159.64	c      3160             11          10        20                -           0.0000          -
62328.40/3164.70	c      3165             11          10        20                -           0.0000          -
62427.51/3169.75	c      3170             11          10        20                -           0.0000          -
62528.57/3174.81	c      3175             11          10        20                -           0.0000          -
62627.67/3179.89	c      3180             11          10        20                -           0.0000          -
62728.72/3184.97	c      3185             11          10        20                -           0.0000          -
62827.81/3190.02	c      3190             11          10        20                -           0.0000          -
62929.62/3195.10	c      3195             11          10        20                -           0.0000          -
63030.58/3200.13	c      3200             11          10        20                -           0.0000          -
63131.12/3205.24	c      3205             11          10        20                -           0.0000          -
63232.26/3210.35	c      3210             11          10        20                -           0.0000          -
63331.35/3215.38	c      3215             11          10        20                -           0.0000          -
63432.43/3220.48	c      3220             11          10        20                -           0.0000          -
63535.48/3225.64	c      3226             11          10        20                -           0.0000          -
63636.53/3230.72	c      3231             11          10        20                -           0.0000          -
63735.66/3235.76	c      3236             11          10        20                -           0.0000          -
63836.75/3240.82	c      3241             11          10        20                -           0.0000          -
63935.89/3245.89	c      3246             11          10        20                -           0.0000          -
64037.00/3250.99	c      3251             11          10        20                -           0.0000          -
64138.78/3256.10	c      3256             11          10        20                -           0.0000          -
64239.75/3261.17	c      3261             11          10        20                -           0.0000          -
64340.21/3266.20	c      3266             11          10        20                -           0.0000          -
64441.35/3271.31	c      3271             11          10        20                -           0.0000          -
64540.45/3276.38	c      3276             11          10        20                -           0.0000          -
64641.52/3281.46	c      3281             11          10        20                -           0.0000          -
64740.60/3286.49	c      3286             11          10        20                -           0.0000          -
64843.69/3291.66	c      3292             11          10        20                -           0.0000          -
64944.78/3296.73	c      3297             11          10        20                -           0.0000          -
65045.85/3301.82	c      3302             11          10        20                -           0.0000          -
65146.92/3306.92	c      3307             11          10        20                -           0.0000          -
65246.04/3311.97	c      3312             11          10        20                -           0.0000          -
65345.15/3317.02	c      3317             11          10        20                -           0.0000          -
65444.26/3322.04	c      3322             11          10        20                -           0.0000          -
65547.94/3327.13	c      3327             11          10        20                -           0.0000          -
65648.34/3332.20	c      3332             11          10        20                -           0.0000          -
65747.42/3337.25	c      3337             11          10        20                -           0.0000          -
65846.54/3342.29	c      3342             11          10        20                -           0.0000          -
65947.59/3347.36	c      3347             11          10        20                -           0.0000          -
66050.65/3352.50	c      3353             11          10        20                -           0.0000          -
66149.72/3357.59	c      3358             11          10        20                -           0.0000          -
66250.79/3362.69	c      3363             11          10        20                -           0.0000          -
66351.83/3367.76	c      3368             11          10        20                -           0.0000          -
66452.87/3372.82	c      3373             11          10        20                -           0.0000          -
66553.92/3377.97	c      3378             11          10        20                -           0.0000          -
66655.70/3383.04	c      3383             11          10        20                -           0.0000          -
66754.66/3388.10	c      3388             11          10        20                -           0.0000          -
66855.91/3393.16	c      3393             11          10        20                -           0.0000          -
66956.16/3398.22	c      3398             11          10        20                -           0.0000          -
67055.29/3403.23	c      3403             11          10        20                -           0.0000          -
67154.37/3408.29	c      3408             11          10        20                -           0.0000          -
67255.44/3413.35	c      3413             11          10        20                -           0.0000          -
67356.48/3418.42	c      3418             11          10        20                -           0.0000          -
67457.55/3423.54	c      3424             11          10        20                -           0.0000          -
67558.62/3428.66	c      3429             11          10        20                -           0.0000          -
67659.65/3433.72	c      3434             11          10        20                -           0.0000          -
67758.65/3438.79	c      3439             11          10        20                -           0.0000          -
67861.68/3443.92	c      3444             11          10        20                -           0.0000          -
67963.33/3449.04	c      3449             11          10        20                -           0.0000          -
68062.33/3454.12	c      3454             11          10        20                -           0.0000          -
68164.67/3459.25	c      3459             11          10        20                -           0.0000          -
68265.68/3464.33	c      3464             11          10        20                -           0.0000          -
68368.64/3469.53	c      3470             11          10        20                -           0.0000          -
68467.88/3474.58	c      3475             11          10        20                -           0.0000          -
68570.72/3479.76	c      3480             11          10        20                -           0.0000          -
68671.73/3484.86	c      3485             11          10        20                -           0.0000          -
68772.74/3489.98	c      3490             11          10        20                -           0.0000          -
68874.50/3495.06	c      3495             11          10        20                -           0.0000          -
68973.56/3500.12	c      3500             11          10        20                -           0.0000          -
69074.46/3505.18	c      3505             11          10        20                -           0.0000          -
69174.84/3510.28	c      3510             11          10        20                -           0.0000          -
69275.80/3515.38	c      3515             11          10        20                -           0.0000          -
69378.83/3520.52	c      3521             11          10        20                -           0.0000          -
69479.88/3525.60	c      3526             11          10        20                -           0.0000          -
69580.87/3530.70	c      3531             11          10        20                -           0.0000          -
69679.94/3535.74	c      3536             11          10        20                -           0.0000          -
69781.00/3540.82	c      3541             11          10        20                -           0.0000          -
69882.05/3545.91	c      3546             11          10        20                -           0.0000          -
69981.11/3550.99	c      3551             11          10        20                -           0.0000          -
70084.81/3556.13	c      3556             11          10        20                -           0.0000          -
70185.12/3561.21	c      3561             11          10        20                -           0.0000          -
70286.18/3566.32	c      3566             11          10        20                -           0.0000          -
70385.28/3571.39	c      3571             11          10        20                -           0.0000          -
70488.33/3576.55	c      3577             11          10        20                -           0.0000          -
70589.35/3581.62	c      3582             11          10        20                -           0.0000          -
70690.42/3586.72	c      3587             11          10        20                -           0.0000          -
70791.45/3591.80	c      3592             11          10        20                -           0.0000          -
70890.54/3596.88	c      3597             11          10        20                -           0.0000          -
70991.54/3601.98	c      3602             11          10        20                -           0.0000          -
71093.34/3607.13	c      3607             11          10        20                -           0.0000          -
71194.40/3612.19	c      3612             11          10        20                -           0.0000          -
71294.71/3617.29	c      3617             11          10        20                -           0.0000          -
71397.70/3622.40	c      3622             11          10        20                -           0.0000          -
71498.82/3627.50	c      3628             11          10        20                -           0.0000          -
71599.93/3632.63	c      3633             11          10        20                -           0.0000          -
71701.07/3637.79	c      3638             11          10        20                -           0.0000          -
71802.23/3642.85	c      3643             11          10        20                -           0.0000          -
71903.36/3647.99	c      3648             11          10        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (189510 MiB free)
  memory of node 1: 193494 MiB (191373 MiB free)
  memory of node 2: 193531 MiB (188700 MiB free)
  memory of node 3: 193531 MiB (169585 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-4465702-1722529491/watcher-4465702-1722529491 -o /tmp/evaluation-result-4465702-1722529491/solver-4465702-1722529491 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116232 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465702-1722529491.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100102 s]*
/proc/loadavg: 74.05 69.77 52.43 43/943 125096
/proc/meminfo: memFree=756831636/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=95752 memory=82488 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) R 125092 125095 116222 0 -1 4194304 18341 0 0 0 8 2 0 0 20 0 1 0 19532239 98050048 20622 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
/proc/125095/statm: 23938 20622 2598 3035 0 20334 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 95752 KiB
Current children cumulated memory: 82488 KiB

[startup+0.219559 s]*
/proc/loadavg: 74.05 69.77 52.43 43/943 125096
/proc/meminfo: memFree=756787412/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=118808 memory=105400 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) R 125092 125095 116222 0 -1 4194304 25509 0 0 0 19 3 0 0 20 0 1 0 19532239 121659392 26350 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
/proc/125095/statm: 29702 26350 2662 3035 0 26098 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 118808 KiB
Current children cumulated memory: 105400 KiB

[startup+0.319951 s]*
/proc/loadavg: 74.05 69.77 52.43 43/943 125096
/proc/meminfo: memFree=756785852/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=118808 memory=105400 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) R 125092 125095 116222 0 -1 4194304 25509 0 0 0 29 3 0 0 20 0 1 0 19532239 121659392 26350 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
/proc/125095/statm: 29702 26350 2662 3035 0 26098 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 118808 KiB
Current children cumulated memory: 105400 KiB

[startup+0.70024 s]
/proc/loadavg: 74.05 69.77 52.43 43/943 125096
/proc/meminfo: memFree=756767256/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=132892 memory=118924 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) R 125092 125095 116222 0 -1 4194304 30581 0 0 0 64 4 0 0 20 0 1 0 19532239 136081408 29731 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
/proc/125095/statm: 33223 29731 2758 3035 0 29619 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 132892 KiB
Current children cumulated memory: 118924 KiB

[startup+1.50026 s]
/proc/loadavg: 74.05 69.77 52.43 43/943 125096
/proc/meminfo: memFree=756708956/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=168608 memory=152796 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) R 125092 125095 116222 0 -1 4194304 37657 0 0 0 143 6 0 0 20 0 1 0 19532239 172654592 38199 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
/proc/125095/statm: 42152 38199 2774 3035 0 38548 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 168608 KiB
Current children cumulated memory: 152796 KiB

[startup+3.11956 s]
/proc/loadavg: 71.48 69.30 52.38 44/943 125098
/proc/meminfo: memFree=756625552/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=171348 memory=155424 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) R 125092 125095 116222 0 -1 4194304 38308 0 0 0 304 6 0 0 20 0 1 0 19532239 175460352 38856 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
/proc/125095/statm: 42837 38856 2774 3035 0 39233 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 171348 KiB
Current children cumulated memory: 155424 KiB

[startup+6.30025 s]
/proc/loadavg: 71.48 69.30 52.38 43/943 125098
/proc/meminfo: memFree=756596560/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=175360 memory=159476 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) R 125092 125095 116222 0 -1 4194304 39361 0 0 0 620 6 0 0 20 0 1 0 19532239 179568640 39869 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
/proc/125095/statm: 43840 39869 2774 3035 0 40236 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 175360 KiB
Current children cumulated memory: 159476 KiB

[startup+12.7002 s]
/proc/loadavg: 66.95 68.40 52.26 43/943 125098
/proc/meminfo: memFree=756512580/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=175908 memory=159732 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) R 125092 125095 116222 0 -1 4194304 39480 0 0 0 1258 7 0 0 20 0 1 0 19532239 180129792 39933 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
/proc/125095/statm: 43977 39933 2774 3035 0 40373 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 175908 KiB
Current children cumulated memory: 159732 KiB

[startup+25.5011 s]
/proc/loadavg: 64.71 67.87 52.26 62/984 125524
/proc/meminfo: memFree=753978396/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=3280212 memory=2451492 CPUtime=108.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) S 125092 125095 116222 0 -1 1077936128 709224 0 0 0 10731 139 0 0 20 0 41 0 19532239 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
/proc/125095/statm: 820053 612873 2806 3035 0 730874 0
[pid=125095/tid=125100] ppid=125092 vsize=3280212 memory=20660 CPUtime=4.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125100/stat : 125100 (fscip) R 125092 125095 116222 0 -1 4194368 27324 0 0 0 424 6 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125101] ppid=125092 vsize=3280212 memory=3907154384538329343 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125101/stat : 125101 (fscip) R 125092 125095 116222 0 -1 4194368 32947 0 0 0 434 8 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125102] ppid=125092 vsize=3280212 memory=2450044 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125102/stat : 125102 (fscip) R 125092 125095 116222 0 -1 4194368 32929 0 0 0 436 6 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125103] ppid=125092 vsize=3280212 memory=0 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125103/stat : 125103 (fscip) R 125092 125095 116222 0 -1 4194368 33016 0 0 0 436 6 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125104] ppid=125092 vsize=3280212 memory=11448 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125104/stat : 125104 (fscip) R 125092 125095 116222 0 -1 4194368 32902 0 0 0 437 5 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125105] ppid=125092 vsize=3280212 memory=16580 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125105/stat : 125105 (fscip) R 125092 125095 116222 0 -1 4194368 32943 0 0 0 436 6 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125106] ppid=125092 vsize=3280212 memory=10544 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125106/stat : 125106 (fscip) R 125092 125095 116222 0 -1 4194368 32910 0 0 0 437 5 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125107] ppid=125092 vsize=3280212 memory=280760804641488 CPUtime=4.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125107/stat : 125107 (fscip) R 125092 125095 116222 0 -1 4194368 32870 0 0 0 436 7 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125108] ppid=125092 vsize=3280212 memory=2257 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125108/stat : 125108 (fscip) R 125092 125095 116222 0 -1 4194368 33124 0 0 0 436 6 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125109] ppid=125092 vsize=3280212 memory=129 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125109/stat : 125109 (fscip) R 125092 125095 116222 0 -1 4194368 27338 0 0 0 438 4 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125110] ppid=125092 vsize=3280212 memory=5512 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125110/stat : 125110 (fscip) R 125092 125095 116222 0 -1 4194368 32911 0 0 0 436 6 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125111] ppid=125092 vsize=3280212 memory=280760804438880 CPUtime=4.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125111/stat : 125111 (fscip) R 125092 125095 116222 0 -1 4194368 33467 0 0 0 435 5 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125112] ppid=125092 vsize=3280212 memory=17059610103633 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125112/stat : 125112 (fscip) R 125092 125095 116222 0 -1 4194368 32943 0 0 0 435 7 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125113] ppid=125092 vsize=3280212 memory=159476 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125113/stat : 125113 (fscip) R 125092 125095 116222 0 -1 4194368 33073 0 0 0 435 7 0 0 20 0 41 0 19534270 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125114] ppid=125092 vsize=3280212 memory=5512 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125114/stat : 125114 (fscip) R 125092 125095 116222 0 -1 4194368 33031 0 0 0 436 6 0 0 20 0 41 0 19534271 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125115] ppid=125092 vsize=3280212 memory=15776 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125115/stat : 125115 (fscip) R 125092 125095 116222 0 -1 4194368 33050 0 0 0 435 7 0 0 20 0 41 0 19534271 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125116] ppid=125092 vsize=3280212 memory=2316 CPUtime=4.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125116/stat : 125116 (fscip) R 125092 125095 116222 0 -1 4194368 32957 0 0 0 434 7 0 0 20 0 41 0 19534271 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125117] ppid=125092 vsize=3280212 memory=0 CPUtime=4.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125117/stat : 125117 (fscip) R 125092 125095 116222 0 -1 4194368 33018 0 0 0 435 6 0 0 20 0 41 0 19534271 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125118] ppid=125092 vsize=3280212 memory=537266049241440 CPUtime=4.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125118/stat : 125118 (fscip) R 125092 125095 116222 0 -1 4194368 32909 0 0 0 437 5 0 0 20 0 41 0 19534271 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125119] ppid=125092 vsize=3280212 memory=6048 CPUtime=4.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125119/stat : 125119 (fscip) R 125092 125095 116222 0 -1 4194368 27604 0 0 0 437 6 0 0 20 0 41 0 19534271 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125472] ppid=125092 vsize=3280212 memory=51200 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125472/stat : 125472 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125473] ppid=125092 vsize=3280212 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125473/stat : 125473 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125474] ppid=125092 vsize=3280212 memory=-8951326923256637979 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125474/stat : 125474 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125475] ppid=125092 vsize=3280212 memory=4476 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125475/stat : 125475 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125478] ppid=125092 vsize=3280212 memory=825900 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125478/stat : 125478 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125479] ppid=125092 vsize=3280212 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125479/stat : 125479 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125480] ppid=125092 vsize=3280212 memory=280760804585488 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125480/stat : 125480 (fscip) S 125092 125095 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125481] ppid=125092 vsize=3280212 memory=8297272837633 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125481/stat : 125481 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125483] ppid=125092 vsize=3280212 memory=8305862771969 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125483/stat : 125483 (fscip) S 125092 125095 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125482] ppid=125092 vsize=3280212 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125482/stat : 125482 (fscip) S 125092 125095 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125484] ppid=125092 vsize=3280212 memory=7318452475133972 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125484/stat : 125484 (fscip) S 125092 125095 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125485] ppid=125092 vsize=3280212 memory=7247860319864382091 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125485/stat : 125485 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125486] ppid=125092 vsize=3280212 memory=4638778406922633318 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125486/stat : 125486 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125487] ppid=125092 vsize=3280212 memory=4638778419807535200 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125487/stat : 125487 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125488] ppid=125092 vsize=3280212 memory=8547148817754399092 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125488/stat : 125488 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125489] ppid=125092 vsize=3280212 memory=-6371046874363043744 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125489/stat : 125489 (fscip) S 125092 125095 116222 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125490] ppid=125092 vsize=3280212 memory=7163937754171730519 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125490/stat : 125490 (fscip) S 125092 125095 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125491] ppid=125092 vsize=3280212 memory=6370460838618949997 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125491/stat : 125491 (fscip) S 125092 125095 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19534344 3358937088 612873 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0

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

/proc/125095/task/125107/stat : 125107 (fscip) D 125092 125095 116222 0 -1 1077937220 1793797 0 0 0 360141 246 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125108] ppid=125092 vsize=19456980 memory=2316 CPUtime=3598.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125108/stat : 125108 (fscip) D 125092 125095 116222 0 -1 1077937220 4163508 0 0 0 358861 984 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125109] ppid=125092 vsize=19456980 memory=33000 CPUtime=3602.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125109/stat : 125109 (fscip) D 125092 125095 116222 0 -1 1077937220 1259324 0 0 0 360091 125 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125110] ppid=125092 vsize=19456980 memory=16580 CPUtime=3602.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125110/stat : 125110 (fscip) D 125092 125095 116222 0 -1 1077937220 1475693 0 0 0 360046 215 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125111] ppid=125092 vsize=19456980 memory=10544 CPUtime=3599.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125111/stat : 125111 (fscip) D 125092 125095 116222 0 -1 1077937220 3822881 0 0 0 358920 983 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125112] ppid=125092 vsize=19456980 memory=5512 CPUtime=3601.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125112/stat : 125112 (fscip) R 125092 125095 116222 0 -1 4195904 1366378 0 0 0 359820 315 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 140145160334280 9925182 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125113] ppid=125092 vsize=19456980 memory=15776 CPUtime=3602.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125113/stat : 125113 (fscip) D 125092 125095 116222 0 -1 1077937220 1314453 0 0 0 360048 193 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125114] ppid=125092 vsize=19456980 memory=2316 CPUtime=3598.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125114/stat : 125114 (fscip) D 125092 125095 116222 0 -1 1077937220 3700620 0 0 0 358852 1025 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125115] ppid=125092 vsize=19456980 memory=86 CPUtime=3600.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125115/stat : 125115 (fscip) D 125092 125095 116222 0 -1 1077937220 1126107 0 0 0 359889 114 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125116] ppid=125092 vsize=19456980 memory=0 CPUtime=3604.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125116/stat : 125116 (fscip) D 125092 125095 116222 0 -1 1077937220 1621078 0 0 0 360207 231 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125117] ppid=125092 vsize=19456980 memory=83 CPUtime=3588.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125117/stat : 125117 (fscip) D 125092 125095 116222 0 -1 1077937220 3946281 0 0 0 357841 975 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125118] ppid=125092 vsize=19456980 memory=44 CPUtime=3602.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125118/stat : 125118 (fscip) D 125092 125095 116222 0 -1 1077937220 445215 0 0 0 360155 53 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125119] ppid=125092 vsize=19456980 memory=15 CPUtime=3600.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125119/stat : 125119 (fscip) D 125092 125095 116222 0 -1 1077937220 1124748 0 0 0 359891 190 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125472] ppid=125092 vsize=19456980 memory=6720662168628706406 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125472/stat : 125472 (fscip) D 125092 125095 116222 0 -1 1077937220 193 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125473] ppid=125092 vsize=19456980 memory=4688 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125473/stat : 125473 (fscip) D 125092 125095 116222 0 -1 1077937220 192 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125474] ppid=125092 vsize=19456980 memory=20660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125474/stat : 125474 (fscip) D 125092 125095 116222 0 -1 1077937220 132 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125475] ppid=125092 vsize=19456980 memory=6952 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125475/stat : 125475 (fscip) D 125092 125095 116222 0 -1 1077937220 194 0 0 0 2 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125478] ppid=125092 vsize=19456980 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125478/stat : 125478 (fscip) D 125092 125095 116222 0 -1 1077937220 131 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125479] ppid=125092 vsize=19456980 memory=6720662168628706406 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125479/stat : 125479 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125480] ppid=125092 vsize=19456980 memory=11916 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125480/stat : 125480 (fscip) D 125092 125095 116222 0 -1 1077937220 199 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125481] ppid=125092 vsize=19456980 memory=2652 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125481/stat : 125481 (fscip) D 125092 125095 116222 0 -1 1077937220 137 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125483] ppid=125092 vsize=19456980 memory=6744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125483/stat : 125483 (fscip) D 125092 125095 116222 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125482] ppid=125092 vsize=19456980 memory=18908856 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125482/stat : 125482 (fscip) D 125092 125095 116222 0 -1 1077937220 199 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125484] ppid=125092 vsize=19456980 memory=6720662168628706406 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125484/stat : 125484 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125485] ppid=125092 vsize=19456980 memory=20660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125485/stat : 125485 (fscip) D 125092 125095 116222 0 -1 1077937220 137 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125486] ppid=125092 vsize=19456980 memory=6952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125486/stat : 125486 (fscip) D 125092 125095 116222 0 -1 1077937220 133 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125487] ppid=125092 vsize=19456980 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125487/stat : 125487 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125488] ppid=125092 vsize=19456980 memory=28152 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125488/stat : 125488 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125489] ppid=125092 vsize=19456980 memory=33860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125489/stat : 125489 (fscip) D 125092 125095 116222 0 -1 1077937220 135 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125490] ppid=125092 vsize=19456980 memory=16435232 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125490/stat : 125490 (fscip) D 125092 125095 116222 0 -1 1077937220 136 0 0 0 0 2 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125491] ppid=125092 vsize=19456980 memory=-8825486925837925017 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125491/stat : 125491 (fscip) D 125092 125095 116222 0 -1 1077937220 142 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125492] ppid=125092 vsize=19456980 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125492/stat : 125492 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125493] ppid=125092 vsize=19456980 memory=280760806693360 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125493/stat : 125493 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 19456980 KiB
Current children cumulated memory: 16443604 KiB

[startup+3654.8 s]
/proc/loadavg: 50.67 59.01 65.10 24/938 127531
/proc/meminfo: memFree=742467556/790760804 swapFree=131071996/131071996
[pid=125095] ppid=125092 vsize=19456980 memory=16443604 CPUtime=72002.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/stat : 125095 (fscip) D 125092 125095 116222 0 -1 1077937156 42064046 0 0 0 7191649 8582 0 0 20 0 41 0 19532239 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
/proc/125095/statm: 4864245 4110901 3324 3035 0 4716184 0
[pid=125095/tid=125100] ppid=125092 vsize=19456980 memory=-7592364712060894614 CPUtime=3588.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125100/stat : 125100 (fscip) D 125092 125095 116222 0 -1 1077937220 1147601 0 0 0 358721 109 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125101] ppid=125092 vsize=19456980 memory=280760808328224 CPUtime=3604.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125101/stat : 125101 (fscip) D 125092 125095 116222 0 -1 1077937220 1659150 0 0 0 360247 235 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125102] ppid=125092 vsize=19456980 memory=140380404419104 CPUtime=3589.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125102/stat : 125102 (fscip) D 125092 125095 116222 0 -1 1077937220 3816539 0 0 0 357952 1029 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125103] ppid=125092 vsize=19456980 memory=2891373870033744433 CPUtime=3599.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125103/stat : 125103 (fscip) D 125092 125095 116222 0 -1 1077937220 1331416 0 0 0 359864 127 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125104] ppid=125092 vsize=19456980 memory=2891363978724061745 CPUtime=3603.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125104/stat : 125104 (fscip) D 125092 125095 116222 0 -1 1077937220 1336692 0 0 0 360123 192 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125105] ppid=125092 vsize=19456980 memory=-7592364712060894614 CPUtime=3586.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125105/stat : 125105 (fscip) D 125092 125095 116222 0 -1 1077937220 4177991 0 0 0 357585 1017 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125106] ppid=125092 vsize=19456980 memory=20248 CPUtime=3604.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125106/stat : 125106 (fscip) D 125092 125095 116222 0 -1 1077937220 1363869 0 0 0 360269 133 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125107] ppid=125092 vsize=19456980 memory=5688 CPUtime=3603.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125107/stat : 125107 (fscip) D 125092 125095 116222 0 -1 1077937220 1793797 0 0 0 360141 246 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125108] ppid=125092 vsize=19456980 memory=11456 CPUtime=3598.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125108/stat : 125108 (fscip) D 125092 125095 116222 0 -1 1077937220 4163508 0 0 0 358861 984 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125109] ppid=125092 vsize=19456980 memory=13912 CPUtime=3602.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125109/stat : 125109 (fscip) D 125092 125095 116222 0 -1 1077937220 1259324 0 0 0 360091 125 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125110] ppid=125092 vsize=19456980 memory=12312 CPUtime=3602.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125110/stat : 125110 (fscip) D 125092 125095 116222 0 -1 1077937220 1475693 0 0 0 360046 215 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125111] ppid=125092 vsize=19456980 memory=104 CPUtime=3599.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125111/stat : 125111 (fscip) D 125092 125095 116222 0 -1 1077937220 3822881 0 0 0 358920 983 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125112] ppid=125092 vsize=19456980 memory=1804 CPUtime=3601.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125112/stat : 125112 (fscip) R 125092 125095 116222 0 -1 4195904 1366378 0 0 0 359820 355 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 140145160334280 9925182 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 0
[pid=125095/tid=125113] ppid=125092 vsize=19456980 memory=6048 CPUtime=3602.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125113/stat : 125113 (fscip) D 125092 125095 116222 0 -1 1077937220 1314453 0 0 0 360048 193 0 0 20 0 41 0 19534270 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125114] ppid=125092 vsize=19456980 memory=51200 CPUtime=3598.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125114/stat : 125114 (fscip) D 125092 125095 116222 0 -1 1077937220 3700620 0 0 0 358852 1025 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125115] ppid=125092 vsize=19456980 memory=104 CPUtime=3600.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125115/stat : 125115 (fscip) D 125092 125095 116222 0 -1 1077937220 1126107 0 0 0 359889 114 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125116] ppid=125092 vsize=19456980 memory=25932 CPUtime=3604.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125116/stat : 125116 (fscip) D 125092 125095 116222 0 -1 1077937220 1621078 0 0 0 360207 231 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125117] ppid=125092 vsize=19456980 memory=21380 CPUtime=3588.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125117/stat : 125117 (fscip) D 125092 125095 116222 0 -1 1077937220 3946281 0 0 0 357841 975 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125118] ppid=125092 vsize=19456980 memory=0 CPUtime=3602.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125118/stat : 125118 (fscip) D 125092 125095 116222 0 -1 1077937220 445215 0 0 0 360155 53 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125119] ppid=125092 vsize=19456980 memory=16443604 CPUtime=3600.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125119/stat : 125119 (fscip) D 125092 125095 116222 0 -1 1077937220 1124748 0 0 0 359891 190 0 0 20 0 41 0 19534271 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125472] ppid=125092 vsize=19456980 memory=16443312 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125472/stat : 125472 (fscip) D 125092 125095 116222 0 -1 1077937220 193 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125473] ppid=125092 vsize=19456980 memory=2316 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125473/stat : 125473 (fscip) D 125092 125095 116222 0 -1 1077937220 192 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125474] ppid=125092 vsize=19456980 memory=11448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125474/stat : 125474 (fscip) D 125092 125095 116222 0 -1 1077937220 132 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125475] ppid=125092 vsize=19456980 memory=16580 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125475/stat : 125475 (fscip) D 125092 125095 116222 0 -1 1077937220 194 0 0 0 2 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125478] ppid=125092 vsize=19456980 memory=10544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125478/stat : 125478 (fscip) D 125092 125095 116222 0 -1 1077937220 131 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125479] ppid=125092 vsize=19456980 memory=5512 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125479/stat : 125479 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125480] ppid=125092 vsize=19456980 memory=15776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125480/stat : 125480 (fscip) D 125092 125095 116222 0 -1 1077937220 199 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125481] ppid=125092 vsize=19456980 memory=2316 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125481/stat : 125481 (fscip) D 125092 125095 116222 0 -1 1077937220 137 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125483] ppid=125092 vsize=19456980 memory=33000 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125483/stat : 125483 (fscip) D 125092 125095 116222 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125482] ppid=125092 vsize=19456980 memory=280760806441840 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125482/stat : 125482 (fscip) D 125092 125095 116222 0 -1 1077937220 199 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125484] ppid=125092 vsize=19456980 memory=21532787872003390 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125484/stat : 125484 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125485] ppid=125092 vsize=19456980 memory=4639641545326618451 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125485/stat : 125485 (fscip) D 125092 125095 116222 0 -1 1077937220 137 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125486] ppid=125092 vsize=19456980 memory=-7306109022452344155 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125486/stat : 125486 (fscip) D 125092 125095 116222 0 -1 1077937220 133 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125487] ppid=125092 vsize=19456980 memory=5828 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125487/stat : 125487 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125488] ppid=125092 vsize=19456980 memory=6656426216303648864 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125488/stat : 125488 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125489] ppid=125092 vsize=19456980 memory=-1891255765032775953 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125489/stat : 125489 (fscip) D 125092 125095 116222 0 -1 1077937220 135 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125490] ppid=125092 vsize=19456980 memory=7524221292022224744 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125490/stat : 125490 (fscip) D 125092 125095 116222 0 -1 1077937220 136 0 0 0 0 2 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125491] ppid=125092 vsize=19456980 memory=7524221292022224744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125491/stat : 125491 (fscip) D 125092 125095 116222 0 -1 1077937220 142 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125492] ppid=125092 vsize=19456980 memory=11822120823029796 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125492/stat : 125492 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
[pid=125095/tid=125493] ppid=125092 vsize=19456980 memory=6744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/125095/task/125493/stat : 125493 (fscip) D 125092 125095 116222 0 -1 1077937220 197 0 0 0 3 0 0 0 20 0 41 0 19534344 19923947520 4110901 809668444160 4194304 16623229 140726179656016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 50761728 140726179660809 140726179660927 140726179660927 140726179667952 24
Current children cumulated CPU time: 72002.3 s
Current children cumulated vsize: 19456980 KiB
Current children cumulated memory: 16443604 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3655.25
CPU time (s): 72002.8
CPU user time (s): 71916.5
CPU system time (s): 86.2715
CPU usage (%): 1969.85
Max. virtual memory (cumulated for all children) (KiB): 19456980
Max. memory (cumulated for all children) (KiB): 16443604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71916.5
system time used= 86.2715
maximum resident set size= 16443608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42064046
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= 154307
involuntary context switches= 301933


# summary of solver processes directly reported to runsolver:
#   pid: 125095
#   total CPU time (s): 72002.8
#   total CPU user time (s): 71916.5
#   total CPU system time (s): 86.2715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.4817 second user time and 85.3623 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 18:24:51
IDJOB=4465702
IDBENCH=158274
IDSOLVER=3094
FILE ID=nodeD105/4465702-1722529491
RUNJOBID= nodeD105-1722521994-116232
SLURM_JOB_ID= 8254270
Free space on /tmp= 8622808 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K143.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-4465702-1722529491/watcher-4465702-1722529491 -o /tmp/evaluation-result-4465702-1722529491/solver-4465702-1722529491 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116232 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465702-1722529491.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 5b71eb3fc2b19671b5e391982561b6cd
RANDOM SEED=530252683

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        756913480 kB
MemAvailable:   758909368 kB
Buffers:          275180 kB
Cached:          5033820 kB
SwapCached:            0 kB
Active:           471572 kB
Inactive:       30775032 kB
Active(anon):       2168 kB
Inactive(anon): 25957492 kB
Active(file):     469404 kB
Inactive(file):  4817540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29656 kB
Writeback:             0 kB
AnonPages:      25937648 kB
Mapped:           125608 kB
Shmem:             22536 kB
KReclaimable:     257292 kB
Slab:             621536 kB
SReclaimable:     257292 kB
SUnreclaim:       364244 kB
KernelStack:       16224 kB
PageTables:        61788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4733156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           261888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2551808 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:      567296 kB
DirectMap2M:    60747776 kB
DirectMap1G:    744488960 kB

Free space on /tmp at the end= 8622832 MiB
End job on nodeD105 at 2024-08-01 19:25:47