Trace number 4465701

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) 72001.4 3653.97

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K139.opb
MD5SUM89642dc5a75d3fc73d0ef8fe6dbde459
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
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 = 98450525, getVmSize() = 89792512, SCIPgetMemUsed() = 59594121, SCIPgetMemTotal() = 66307681, SCIPgetMemExternEstim() = 32142844
0.00/0.08	c ** set memory limit for presolving in LC to 8.79578e+12 for SCIP **
21.29/21.40	c ** Estimated virtualMemUsedAtSolver = 201438854, getVmSize() = 301858816, SCIPgetMemUsed() = 202454045, SCIPgetMemTotal() = 270015437, SCIPgetMemExternEstim() = 32142844
21.29/21.40	c ** set memory limit for solvers to 4.18798e+11 for each SCIP **
21.29/21.40	c Original Problem   :
21.29/21.40	c   Problem name     : instance-4465701-1722538787
21.29/21.40	c   Variables        : 16541 (16541 binary, 0 integer, 0 implicit integer, 0 continuous)
21.29/21.40	c   Constraints      : 16821
21.29/21.40	c   Objective sense  : minimize
21.29/21.40	c Presolved Problem  :
21.29/21.40	c   Variables        : 15024 (15024 binary, 0 integer, 0 implicit integer, 0 continuous)
21.29/21.40	c   Constraints      : 15277
21.29/21.40	c Constraints        : Number
21.29/21.40	c   knapsack         : 1 
21.29/21.40	c   setppc           : 1878 
21.29/21.40	c   orbitope         : 1 
21.29/21.40	c   logicor          : 13397 
21.29/21.40	c ** Instance transfer method used: 0
21.29/21.44	c ** ParaScipInstance copy increased the number of variables. **
22.02/22.12	c LC is working with racing ramp-up and with rebuilding tree after racing.
22.02/22.12	c                                Nodes    Active                                            
22.02/22.12	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
416.46/42.13	c        42              2           1        20                -           0.0000          -
522.69/47.48	c        47            322         321        20                -           0.0000          -
636.41/53.15	c        53            766         360        20                -           0.0000          -
740.54/58.43	c        58           1531         795        20                -           0.0000          -
849.59/63.93	c        64           1873         341        20                -           0.0000          -
951.37/69.13	c        69           2454         663        20                -           0.0000          -
1053.72/74.24	c        74           3345        1141        20                -           0.0000          -
1154.68/79.31	c        79           3663         301        20                -           0.0000          -
1253.92/84.38	c        84           4384         939        20                -           0.0000          -
1356.96/89.53	c        90           5512        1091        20                -           0.0000          -
1458.13/94.60	c        95           5590         994        20                -           0.0000          -
1557.28/99.67	c       100           7011        1152        20                -           0.0000          -
1656.34/104.68	c       105           7752        1123        20                -           0.0000          -
1757.29/109.74	c       110           7452         390        20                -           0.0000          -
1860.48/114.99	c       115           8056         994        20                -           0.0000          -
1967.59/120.31	c       120           8758         466        20                -           0.0000          -
2068.71/125.42	c       125          11395        2301        20                -           0.0000          -
2169.74/130.50	c       130           9953        1661        20                -           0.0000          -
2272.92/135.77	c       136          12589          61        20                -           0.0000          -
2380.66/141.17	c       141          12782        3984        20                -           0.0000          -
2485.22/146.41	c       146          13279        3599        20                -           0.0000          -
2584.33/151.49	c       151          13709        3483        20                -           0.0000          -
2689.45/156.80	c       157          15353        1958        20                -           0.0000          -
2790.62/161.81	c       162          16513        3118        20                -           0.0000          -
2891.74/166.94	c       167          17989        3808        20                -           0.0000          -
2995.60/172.14	c       172          19168        3714        20                -           0.0000          -
3095.96/177.25	c       177          20385        3665        20                -           0.0000          -
3197.03/182.31	c       182          17682        3399        20                -           0.0000          -
3298.15/187.48	c       187          18408        3157        20                -           0.0000          -
3399.28/192.56	c       193          20770         101        20                -           0.0000          -
3500.41/197.68	c       198          21170         501        20                -           0.0000          -
3603.53/202.80	c       203          20934        2999        20                -           0.0000          -
3704.55/207.90	c       208          21284         221        20                -           0.0000          -
3803.68/212.96	c       213          22500        1831        20                -           0.0000          -
3905.53/218.06	c       218          22087        1024        20                -           0.0000          -
4004.58/223.12	c       223          24040        3098        20                -           0.0000          -
4108.93/228.31	c       228          22904        1841        20                -           0.0000          -
4209.99/233.45	c       233          23424        2361        20                -           0.0000          -
4311.07/238.51	c       239          24276        2972        20                -           0.0000          -
4410.15/243.57	c       244          25363        2925        20                -           0.0000          -
4511.00/248.67	c       249          26394        2898        20                -           0.0000          -
4611.83/253.72	c       254          31733         221        20                -           0.0000          -
4712.88/258.84	c       259          32053         541        20                -           0.0000          -
4814.08/263.93	c       264          32513        1001        20                -           0.0000          -
4913.13/269.03	c       269          33165        1490        20                -           0.0000          -
5014.99/274.10	c       274          31655        2980        20                -           0.0000          -
5116.01/279.14	c       279          32130         141        20                -           0.0000          -
5218.43/284.32	c       284          32517          61        20                -           0.0000          -
5319.64/289.48	c       289          32890         901        20                -           0.0000          -
5422.73/294.61	c       295          33390        1401        20                -           0.0000          -
5521.88/299.69	c       300          33717        1261        20                -           0.0000          -
5623.01/304.74	c       305          34452        1560        20                -           0.0000          -
5724.03/309.83	c       310          35465        1612        20                -           0.0000          -
5824.91/314.95	c       315          36881        1527        20                -           0.0000          -
5924.04/320.03	c       320          39934        1319        20                -           0.0000          -
6025.91/325.11	c       325          40643        1307        20                -           0.0000          -
6128.17/330.22	c       330          41355        1297        20                -           0.0000          -
6229.20/335.34	c       335          42072        1299        20                -           0.0000          -
6330.25/340.47	c       340          43203        1356        20                -           0.0000          -
6431.30/345.56	c       346          43970        1314        20                -           0.0000          -
6532.23/350.68	c       351          43166        1516        20                -           0.0000          -
6633.22/355.75	c       356          44160        1468        20                -           0.0000          -
6734.25/360.86	c       361          45019        1428        20                -           0.0000          -
6835.23/365.91	c       366          46623        1507        20                -           0.0000          -
6934.38/370.99	c       371          47723        1405        20                -           0.0000          -
7036.27/376.07	c       376          48609        1401        20                -           0.0000          -
7137.32/381.14	c       381          49634        1399        20                -           0.0000          -
7236.40/386.19	c       386          50097        1398        20                -           0.0000          -
7336.50/391.20	c       391          48300        1785        20                -           0.0000          -
7441.61/396.50	c       397          51144         461        20                -           0.0000          -
7542.74/401.65	c       402          53562        1388        20                -           0.0000          -
7643.91/406.77	c       407          52084        1401        20                -           0.0000          -
7751.68/412.18	c       412          51249           0        20                -           0.0000          -
7853.97/417.39	c       417          54118        1458        20                -           0.0000          -
7957.11/422.53	c       423          54805        1378        20                -           0.0000          -
8058.22/427.69	c       428          52363        1114        20                -           0.0000          -
8159.39/432.75	c       433          52918        1554        20                -           0.0000          -
8260.51/437.82	c       438          53740        1571        20                -           0.0000          -
8359.53/442.88	c       443          54653        1527        20                -           0.0000          -
8460.21/447.95	c       448          58316        1635        20                -           0.0000          -
8561.94/453.04	c       453          58948        1576        20                -           0.0000          -
8660.92/458.08	c       458          63902        1339        20                -           0.0000          -
8761.70/463.14	c       463          64864        1391        20                -           0.0000          -
8862.02/468.24	c       468          61502        1571        20                -           0.0000          -
8961.09/473.30	c       473          62294        1556        20                -           0.0000          -
9062.21/478.36	c       478          62836        1582        20                -           0.0000          -
9161.45/483.37	c       483          71184        1379        20                -           0.0000          -
9262.37/488.46	c       488          72129        1418        20                -           0.0000          -
9363.43/493.56	c       494          73668        1363        20                -           0.0000          -
9466.47/498.73	c       499          64421        1476        20                -           0.0000          -
9567.49/503.81	c       504          65221        1441        20                -           0.0000          -
9666.61/508.82	c       509          78154        1349        20                -           0.0000          -
9767.75/513.93	c       514          67134        1437        20                -           0.0000          -
9866.81/519.01	c       519          80536        1357        20                -           0.0000          -
9970.56/524.15	c       524          81385        1344        20                -           0.0000          -
10071.02/529.28	c       529          69532        1438        20                -           0.0000          -
10172.11/534.36	c       534          70158        1438        20                -           0.0000          -
10273.24/539.40	c       539          70701        1447        20                -           0.0000          -
10374.38/544.52	c       545          71254        1427        20                -           0.0000          -
10475.51/549.64	c       550          71954        1441        20                -           0.0000          -
10576.69/554.72	c       555          87504         301        20                -           0.0000          -
10675.69/559.79	c       560          74462        1432        20                -           0.0000          -
10776.76/564.85	c       565          88224        1021        20                -           0.0000          -
10875.92/569.88	c       570          88684        1481        20                -           0.0000          -
10977.05/574.95	c       575          89371        1641        20                -           0.0000          -
11078.80/580.04	c       580          90314        1601        20                -           0.0000          -
11180.10/585.20	c       585          90951        1580        20                -           0.0000          -
11280.42/590.27	c       590          80538        1427        20                -           0.0000          -
11381.50/595.36	c       595          81190        1424        20                -           0.0000          -
11484.68/600.51	c       601          81654        1415        20                -           0.0000          -
11585.66/605.67	c       606          93890        1569        20                -           0.0000          -
11688.79/610.86	c       611          94664        1564        20                -           0.0000          -
11789.62/615.93	c       616          95434        1549        20                -           0.0000          -
11888.72/620.99	c       621          96223        1541        20                -           0.0000          -
11990.49/626.08	c       626          97029        1534        20                -           0.0000          -
12098.66/631.51	c       632          86755        1563        20                -           0.0000          -
12197.58/636.56	c       637          86516        1411        20                -           0.0000          -
12298.72/641.65	c       642          86956           0        20                -           0.0000          -
12401.80/646.83	c       647          89207        1557        20                -           0.0000          -
12501.04/651.86	c       652         101037        1532        20                -           0.0000          -
12602.10/656.97	c       657          88057        1101        20                -           0.0000          -
12703.87/662.08	c       662         102465        1522        20                -           0.0000          -
12804.93/667.19	c       667         103144        1516        20                -           0.0000          -
12905.37/672.25	c       672         103841        1504        20                -           0.0000          -
13004.52/677.29	c       677         104468        1490        20                -           0.0000          -
13105.67/682.35	c       682         105103        1493        20                -           0.0000          -
13206.63/687.47	c       687         105678        1507        20                -           0.0000          -
13307.78/692.52	c       693         106337        1488        20                -           0.0000          -
13410.89/697.70	c       698         106917        1492        20                -           0.0000          -
13510.03/702.78	c       703         107575        1482        20                -           0.0000          -
13611.09/707.84	c       708         108190        1480        20                -           0.0000          -
13710.25/712.85	c       713         108801        1466        20                -           0.0000          -
13811.31/717.95	c       718         109355        1464        20                -           0.0000          -
13910.49/723.01	c       723         110471        1474        20                -           0.0000          -
14012.31/728.13	c       728         111708        1472        20                -           0.0000          -
14114.59/733.21	c       733         112791        1465        20                -           0.0000          -
14213.75/738.27	c       738         113844        1483        20                -           0.0000          -
14316.82/743.42	c       743         114593        1460        20                -           0.0000          -
14415.83/748.48	c       748         115304        1470        20                -           0.0000          -
14518.85/753.63	c       754         115925        1473        20                -           0.0000          -
14619.01/758.74	c       759         116536        1450        20                -           0.0000          -
14722.07/763.92	c       764         117289        1460        20                -           0.0000          -
14821.20/768.99	c       769         117936        1447        20                -           0.0000          -
14922.99/774.09	c       774         105700        1811        20                -           0.0000          -
15024.07/779.19	c       779         106545        1806        20                -           0.0000          -
15124.27/784.27	c       784         107461        1818        20                -           0.0000          -
15227.38/789.47	c       789         108291        1816        20                -           0.0000          -
15328.57/794.55	c       795         109024        1808        20                -           0.0000          -
15431.60/799.71	c       800         109673        1810        20                -           0.0000          -
15530.56/804.78	c       805         110391        1814        20                -           0.0000          -
15633.14/809.90	c       810         111029        1806        20                -           0.0000          -
15734.55/815.06	c       815         111779        1815        20                -           0.0000          -
15835.15/820.16	c       820         112374        1804        20                -           0.0000          -
15935.63/825.22	c       825         112902        1802        20                -           0.0000          -
16034.87/830.29	c       830         113706        1798        20                -           0.0000          -
16135.73/835.39	c       835         114476        1799        20                -           0.0000          -
16236.76/840.43	c       840         115358        1794        20                -           0.0000          -
16337.93/845.53	c       846              3           2        20                -           0.0000          -
16439.07/850.65	c       851              6           5        20                -           0.0000          -
16542.20/855.82	c       856              6           5        20                -           0.0000          -
16643.32/860.90	c       861              6           5        20                -           0.0000          -
16742.46/865.99	c       866              6           5        20                -           0.0000          -
16844.20/871.06	c       871              6           5        20                -           0.0000          -
16943.31/876.11	c       876              6           5        20                -           0.0000          -
17044.90/881.26	c       881         121736        1788        20                -           0.0000          -
17147.97/886.49	c       886              8           7        20                -           0.0000          -
17248.83/891.56	c       892         123453        1798        20                -           0.0000          -
17349.79/896.62	c       897             10           9        20                -           0.0000          -
17448.94/901.68	c       902             10           9        20                -           0.0000          -
17550.00/906.78	c       907             10           9        20                -           0.0000          -
17651.16/911.83	c       912             10           9        20                -           0.0000          -
17750.31/916.90	c       917             10           9        20                -           0.0000          -
17851.47/921.97	c       922             10           9        20                -           0.0000          -
17953.31/927.04	c       927             10           9        20                -           0.0000          -
18052.37/932.09	c       932             12          11        20                -           0.0000          -
18153.70/937.17	c       937             12          11        20                -           0.0000          -
18254.06/942.22	c       942             12          11        20                -           0.0000          -
18353.26/947.27	c       947             12          11        20                -           0.0000          -
18454.25/952.36	c       952             12          11        20                -           0.0000          -
18555.36/957.48	c       957             12          11        20                -           0.0000          -
18657.65/962.60	c       963             13          12        20                -           0.0000          -
18758.68/967.73	c       968             13          12        20                -           0.0000          -
18859.82/972.80	c       973             13          12        20                -           0.0000          -
18960.94/978.02	c       978             13          12        20                -           0.0000          -
19062.80/983.08	c       983             13          12        20                -           0.0000          -
19167.00/988.37	c       988             13          12        20                -           0.0000          -
19268.11/993.45	c       993              8           7        20                -           0.0000          -
19369.22/998.54	c       999              8           7        20                -           0.0000          -
19470.36/1003.61	c      1004              8           7        20                -           0.0000          -
19571.47/1008.74	c      1009              8           7        20                -           0.0000          -
19672.61/1013.82	c      1014             14          13        20                -           0.0000          -
19773.74/1018.90	c      1019             10           9        20                -           0.0000          -
19872.91/1023.98	c      1024             10           9        20                -           0.0000          -
19974.72/1029.07	c      1029             10           9        20                -           0.0000          -
20075.80/1034.17	c      1034             10           9        20                -           0.0000          -
20176.19/1039.22	c      1039             10           9        20                -           0.0000          -
20275.35/1044.27	c      1044             10           9        20                -           0.0000          -
20376.49/1049.32	c      1049             16          15        20                -           0.0000          -
20475.62/1054.37	c      1054             11          10        20                -           0.0000          -
20576.70/1059.46	c      1059             11          10        20                -           0.0000          -
20677.69/1064.58	c      1065             11          10        20                -           0.0000          -
20782.74/1069.81	c      1070             11          10        20                -           0.0000          -
20883.90/1074.91	c      1075             11          10        20                -           0.0000          -
20982.14/1079.97	c      1080             11          10        20                -           0.0000          -
21083.79/1085.04	c      1085             19          16        20                -           0.0000          -
21182.80/1090.11	c      1090             19          16        20                -           0.0000          -
21285.18/1095.20	c      1095             19          16        20                -           0.0000          -
21386.34/1100.31	c      1100             19          16        20                -           0.0000          -
21487.32/1105.47	c      1105             19          16        20                -           0.0000          -
21588.42/1110.53	c      1111             19          16        20                -           0.0000          -
21689.57/1115.62	c      1116             19          16        20                -           0.0000          -
21792.70/1120.83	c      1121             19          16        20                -           0.0000          -
21893.85/1125.94	c      1126             19          16        20                -           0.0000          -
21995.67/1131.04	c      1131             19          16        20                -           0.0000          -
22094.74/1136.13	c      1136             19          16        20                -           0.0000          -
22196.94/1141.20	c      1141             19          16        20                -           0.0000          -
22298.08/1146.31	c      1146             19          16        20                -           0.0000          -
22397.14/1151.39	c      1151             19          16        20                -           0.0000          -
22498.38/1156.46	c      1156             19          16        20                -           0.0000          -
22599.30/1161.52	c      1162             19          16        20                -           0.0000          -
22698.45/1166.58	c      1167             19          16        20                -           0.0000          -
22799.45/1171.61	c      1172             19          16        20                -           0.0000          -
22900.57/1176.71	c      1177             19          16        20                -           0.0000          -
23001.68/1181.84	c      1182             19          16        20                -           0.0000          -
23102.80/1186.92	c      1187             19          16        20                -           0.0000          -
23204.63/1192.09	c      1192             19          16        20                -           0.0000          -
23306.92/1197.20	c      1197             19          16        20                -           0.0000          -
23406.10/1202.27	c      1202             19          16        20                -           0.0000          -
23507.14/1207.33	c      1207             19          16        20                -           0.0000          -
23607.44/1212.40	c      1212             19          16        20                -           0.0000          -
23706.56/1217.49	c      1217             19          16        20                -           0.0000          -
23807.66/1222.57	c      1223             19          16        20                -           0.0000          -
23908.64/1227.60	c      1228             19          16        20                -           0.0000          -
24009.76/1232.70	c      1233             19          16        20                -           0.0000          -
24110.88/1237.81	c      1238             19          16        20                -           0.0000          -
24210.03/1242.89	c      1243             19          16        20                -           0.0000          -
24311.04/1247.99	c      1248             19          16        20                -           0.0000          -
24412.79/1253.04	c      1253             19          16        20                -           0.0000          -
24513.88/1258.13	c      1258             19          16        20                -           0.0000          -
24614.27/1263.22	c      1263             19          16        20                -           0.0000          -
24713.40/1268.29	c      1268             19          16        20                -           0.0000          -
24814.55/1273.37	c      1273             19          16        20                -           0.0000          -
24915.67/1278.43	c      1278             19          16        20                -           0.0000          -
25016.80/1283.50	c      1284             19          16        20                -           0.0000          -
25115.82/1288.52	c      1289             19          16        20                -           0.0000          -
25216.84/1293.61	c      1294             19          16        20                -           0.0000          -
25315.99/1298.68	c      1299             19          16        20                -           0.0000          -
25417.12/1303.70	c      1304             19          16        20                -           0.0000          -
25518.26/1308.80	c      1309             19          16        20                -           0.0000          -
25617.41/1313.88	c      1314             19          16        20                -           0.0000          -
25718.55/1318.93	c      1319             19          16        20                -           0.0000          -
25817.70/1324.04	c      1324             19          16        20                -           0.0000          -
25919.52/1329.12	c      1329             19          16        20                -           0.0000          -
26020.66/1334.18	c      1334             19          16        20                -           0.0000          -
26119.93/1339.19	c      1339             19          16        20                -           0.0000          -
26222.14/1344.39	c      1344             19          16        20                -           0.0000          -
26323.13/1349.46	c      1349             19          16        20                -           0.0000          -
26424.29/1354.57	c      1355             19          16        20                -           0.0000          -
26525.54/1359.62	c      1360             19          16        20                -           0.0000          -
26626.55/1364.75	c      1365             19          16        20                -           0.0000          -
26727.67/1369.86	c      1370             19          16        20                -           0.0000          -
26828.79/1374.92	c      1375             19          16        20                -           0.0000          -
26927.84/1380.01	c      1380             19          16        20                -           0.0000          -
27029.68/1385.08	c      1385             19          16        20                -           0.0000          -
27128.79/1390.12	c      1390             19          16        20                -           0.0000          -
27231.21/1395.25	c      1395             19          16        20                -           0.0000          -
27332.29/1400.34	c      1400             19          16        20                -           0.0000          -
27433.43/1405.43	c      1405             19          16        20                -           0.0000          -
27534.44/1410.50	c      1411             19          16        20                -           0.0000          -
27635.57/1415.62	c      1416             19          16        20                -           0.0000          -
27734.72/1420.68	c      1421             19          16        20                -           0.0000          -
27837.87/1425.82	c      1426             19          16        20                -           0.0000          -
27937.01/1430.86	c      1431             19          16        20                -           0.0000          -
28038.15/1435.93	c      1436             19          16        20                -           0.0000          -
28137.12/1441.02	c      1441             19          16        20                -           0.0000          -
28238.95/1446.06	c      1446             19          16        20                -           0.0000          -
28338.15/1451.10	c      1451             19          16        20                -           0.0000          -
28440.41/1456.22	c      1456             19          16        20                -           0.0000          -
28539.52/1461.29	c      1461             19          16        20                -           0.0000          -
28640.62/1466.36	c      1466             19          16        20                -           0.0000          -
28741.65/1471.42	c      1471             19          16        20                -           0.0000          -
28840.70/1476.47	c      1476             19          16        20                -           0.0000          -
28941.74/1481.59	c      1482             19          16        20                -           0.0000          -
29042.61/1486.67	c      1487             19          16        20                -           0.0000          -
29143.63/1491.76	c      1492             19          16        20                -           0.0000          -
29244.72/1496.84	c      1497             19          16        20                -           0.0000          -
29345.83/1501.90	c      1502             26          21        20                -           0.0000          -
29444.96/1506.91	c      1507             26          21        20                -           0.0000          -
29544.10/1512.01	c      1512             21          18        20                -           0.0000          -
29645.99/1517.11	c      1517             21          18        20                -           0.0000          -
29747.03/1522.19	c      1522             21          18        20                -           0.0000          -
29847.07/1527.25	c      1527             21          18        20                -           0.0000          -
29947.98/1532.30	c      1532             21          18        20                -           0.0000          -
30047.13/1537.36	c      1537             30          21        20                -           0.0000          -
30148.31/1542.41	c      1542             30          21        20                -           0.0000          -
30251.42/1547.61	c      1548             30          21        20                -           0.0000          -
30350.57/1552.65	c      1553             30          21        20                -           0.0000          -
30449.70/1557.68	c      1558             30          21        20                -           0.0000          -
30552.76/1562.81	c      1563             30          21        20                -           0.0000          -
30653.90/1567.93	c      1568             23          20        20                -           0.0000          -
30753.05/1572.99	c      1573             40          21        20                -           0.0000          -
30854.73/1578.07	c      1578             40          21        20                -           0.0000          -
30953.89/1583.11	c      1583             40          21        20                -           0.0000          -
31055.03/1588.17	c      1588             40          21        20                -           0.0000          -
31155.28/1593.25	c      1593             40          21        20                -           0.0000          -
31256.42/1598.38	c      1598             40          21        20                -           0.0000          -
31361.53/1603.60	c      1604             40          21        20                -           0.0000          -
31462.68/1608.73	c      1609             27          22        20                -           0.0000          -
31563.82/1613.90	c      1614             27          22        20                -           0.0000          -
31664.93/1618.99	c      1619             44          21        20                -           0.0000          -
31766.98/1624.09	c      1624             44          21        20                -           0.0000          -
31868.01/1629.18	c      1629             44          21        20                -           0.0000          -
31968.30/1634.24	c      1634             28          23        20                -           0.0000          -
32071.41/1639.42	c      1639             28          23        20                -           0.0000          -
32172.57/1644.52	c      1645             28          23        20                -           0.0000          -
32271.60/1649.59	c      1650             28          23        20                -           0.0000          -
32374.72/1654.77	c      1655             28          23        20                -           0.0000          -
32477.81/1659.94	c      1660             28          23        20                -           0.0000          -
32579.66/1665.04	c      1665             28          23        20                -           0.0000          -
32678.73/1670.13	c      1670             28          23        20                -           0.0000          -
32781.08/1675.22	c      1675             28          23        20                -           0.0000          -
32882.15/1680.35	c      1680             28          23        20                -           0.0000          -
32983.28/1685.46	c      1685             28          23        20                -           0.0000          -
33084.39/1690.53	c      1691             28          23        20                -           0.0000          -
33185.52/1695.61	c      1696             28          23        20                -           0.0000          -
33284.66/1700.68	c      1701             28          23        20                -           0.0000          -
33387.71/1705.86	c      1706             28          23        20                -           0.0000          -
33488.69/1710.96	c      1711             28          23        20                -           0.0000          -
33590.48/1716.12	c      1716             28          23        20                -           0.0000          -
33692.88/1721.23	c      1721             28          23        20                -           0.0000          -
33794.00/1726.37	c      1726             28          23        20                -           0.0000          -
33897.10/1731.50	c      1732             28          23        20                -           0.0000          -
33998.19/1736.63	c      1737             28          23        20                -           0.0000          -
34097.34/1741.67	c      1742             28          23        20                -           0.0000          -
34200.26/1746.82	c      1747             28          23        20                -           0.0000          -
34301.21/1751.91	c      1752             28          23        20                -           0.0000          -
34400.35/1756.96	c      1757             28          23        20                -           0.0000          -
34499.52/1762.01	c      1762             28          23        20                -           0.0000          -
34601.25/1767.10	c      1767             28          23        20                -           0.0000          -
34702.51/1772.15	c      1772             67          20        20                -           0.0000          -
34802.77/1777.25	c      1777             67          20        20                -           0.0000          -
34903.93/1782.33	c      1782             67          20        20                -           0.0000          -
35003.08/1787.39	c      1787             67          20        20                -           0.0000          -
35104.21/1792.49	c      1792             67          20        20                -           0.0000          -
35205.36/1797.54	c      1798             67          20        20                -           0.0000          -
35306.52/1802.65	c      1803             29          24        20                -           0.0000          -
35407.57/1807.73	c      1808             29          24        20                -           0.0000          -
35508.73/1812.87	c      1813             29          24        20                -           0.0000          -
35609.86/1817.93	c      1818             29          24        20                -           0.0000          -
35709.02/1823.01	c      1823             29          24        20                -           0.0000          -
35813.95/1828.21	c      1828             29          24        20                -           0.0000          -
35914.87/1833.32	c      1833             29          24        20                -           0.0000          -
36016.00/1838.43	c      1838             29          24        20                -           0.0000          -
36117.01/1843.54	c      1844             29          24        20                -           0.0000          -
36218.10/1848.66	c      1849             29          24        20                -           0.0000          -
36319.26/1853.71	c      1854             29          24        20                -           0.0000          -
36420.42/1858.83	c      1859             29          24        20                -           0.0000          -
36521.57/1863.92	c      1864             29          24        20                -           0.0000          -
36620.44/1869.00	c      1869             29          24        20                -           0.0000          -
36724.16/1874.20	c      1874             29          24        20                -           0.0000          -
36824.52/1879.26	c      1879             29          24        20                -           0.0000          -
36925.50/1884.39	c      1884             29          24        20                -           0.0000          -
37026.46/1889.49	c      1890             29          24        20                -           0.0000          -
37127.58/1894.58	c      1895             29          24        20                -           0.0000          -
37228.71/1899.68	c      1900             29          24        20                -           0.0000          -
37329.85/1904.73	c      1905             29          24        20                -           0.0000          -
37429.01/1909.74	c      1910             29          24        20                -           0.0000          -
37530.14/1914.84	c      1915             29          24        20                -           0.0000          -
37631.29/1919.92	c      1920             29          24        20                -           0.0000          -
37733.15/1925.07	c      1925             29          24        20                -           0.0000          -
37835.51/1930.22	c      1930             29          24        20                -           0.0000          -
37934.67/1935.30	c      1935             29          24        20                -           0.0000          -
38035.81/1940.38	c      1940             29          24        20                -           0.0000          -
38136.97/1945.48	c      1945             29          24        20                -           0.0000          -
38238.12/1950.58	c      1951             29          24        20                -           0.0000          -
38339.28/1955.65	c      1956             29          24        20                -           0.0000          -
38438.45/1960.67	c      1961             29          24        20                -           0.0000          -
38539.60/1965.78	c      1966             29          24        20                -           0.0000          -
38640.77/1970.86	c      1971             29          24        20                -           0.0000          -
38741.94/1975.96	c      1976             29          24        20                -           0.0000          -
38841.12/1981.02	c      1981             29          24        20                -           0.0000          -
38943.02/1986.12	c      1986             29          24        20                -           0.0000          -
39045.40/1991.26	c      1991             29          24        20                -           0.0000          -
39146.55/1996.35	c      1996             29          24        20                -           0.0000          -
39247.72/2001.49	c      2001             29          24        20                -           0.0000          -
39350.85/2006.61	c      2007             29          24        20                -           0.0000          -
39452.03/2011.74	c      2012             29          24        20                -           0.0000          -
39553.10/2016.80	c      2017             29          24        20                -           0.0000          -
39654.27/2021.94	c      2022             29          24        20                -           0.0000          -
39756.12/2027.11	c      2027             29          24        20                -           0.0000          -
39857.31/2032.18	c      2032             29          24        20                -           0.0000          -
39957.68/2037.29	c      2037             29          24        20                -           0.0000          -
40058.89/2042.37	c      2042             29          24        20                -           0.0000          -
40160.00/2047.45	c      2047             29          24        20                -           0.0000          -
40261.16/2052.50	c      2053             29          24        20                -           0.0000          -
40360.34/2057.60	c      2058             29          24        20                -           0.0000          -
40461.51/2062.68	c      2063             29          24        20                -           0.0000          -
40562.51/2067.76	c      2068             29          24        20                -           0.0000          -
40663.68/2072.86	c      2073             29          24        20                -           0.0000          -
40762.85/2077.86	c      2078             29          24        20                -           0.0000          -
40864.04/2082.93	c      2083             29          24        20                -           0.0000          -
40963.26/2088.01	c      2088             29          24        20                -           0.0000          -
41067.14/2093.13	c      2093             29          24        20                -           0.0000          -
41167.74/2098.24	c      2098             29          24        20                -           0.0000          -
41268.99/2103.36	c      2103             29          24        20                -           0.0000          -
41372.20/2108.50	c      2109             29          24        20                -           0.0000          -
41473.41/2113.60	c      2114             29          24        20                -           0.0000          -
41572.66/2118.65	c      2119             29          24        20                -           0.0000          -
41673.87/2123.71	c      2124             29          24        20                -           0.0000          -
41773.10/2128.77	c      2129             29          24        20                -           0.0000          -
41872.32/2133.78	c      2134             29          24        20                -           0.0000          -
41973.50/2138.85	c      2139             29          24        20                -           0.0000          -
42074.68/2143.95	c      2144             29          24        20                -           0.0000          -
42173.86/2149.01	c      2149             29          24        20                -           0.0000          -
42275.75/2154.10	c      2154             29          24        20                -           0.0000          -
42377.02/2159.17	c      2159             29          24        20                -           0.0000          -
42477.39/2164.26	c      2164             29          24        20                -           0.0000          -
42578.55/2169.34	c      2169             29          24        20                -           0.0000          -
42679.66/2174.43	c      2174             29          24        20                -           0.0000          -
42780.86/2179.53	c      2180             29          24        20                -           0.0000          -
42879.84/2184.59	c      2185             29          24        20                -           0.0000          -
42981.03/2189.69	c      2190             29          24        20                -           0.0000          -
43084.21/2194.83	c      2195             29          24        20                -           0.0000          -
43183.42/2199.90	c      2200             29          24        20                -           0.0000          -
43284.58/2204.97	c      2205             29          24        20                -           0.0000          -
43386.43/2210.06	c      2210             29          24        20                -           0.0000          -
43485.49/2215.12	c      2215             29          24        20                -           0.0000          -
43586.87/2220.19	c      2220             29          24        20                -           0.0000          -
43687.30/2225.25	c      2225             29          24        20                -           0.0000          -
43788.50/2230.36	c      2230             29          24        20                -           0.0000          -
43889.66/2235.44	c      2235             29          24        20                -           0.0000          -
43990.81/2240.52	c      2241             29          24        20                -           0.0000          -
44089.90/2245.56	c      2246             29          24        20                -           0.0000          -
44191.03/2250.64	c      2251             29          24        20                -           0.0000          -
44292.08/2255.76	c      2256             29          24        20                -           0.0000          -
44393.13/2260.83	c      2261             29          24        20                -           0.0000          -
44492.16/2265.90	c      2266             29          24        20                -           0.0000          -
44593.30/2270.96	c      2271             29          24        20                -           0.0000          -
44695.20/2276.12	c      2276             29          24        20                -           0.0000          -
44797.58/2281.23	c      2281             29          24        20                -           0.0000          -
44898.76/2286.36	c      2286             29          24        20                -           0.0000          -
44999.85/2291.45	c      2291             29          24        20                -           0.0000          -
45103.01/2296.60	c      2297             29          24        20                -           0.0000          -
45204.19/2301.71	c      2302             29          24        20                -           0.0000          -
45303.37/2306.79	c      2307             29          24        20                -           0.0000          -
45406.49/2311.90	c      2312             29          24        20                -           0.0000          -
45505.68/2316.96	c      2317             29          24        20                -           0.0000          -
45607.28/2322.05	c      2322             29          24        20                -           0.0000          -
45706.32/2327.11	c      2327             29          24        20                -           0.0000          -
45807.48/2332.19	c      2332             29          24        20                -           0.0000          -
45907.97/2337.24	c      2337             29          24        20                -           0.0000          -
46009.13/2342.32	c      2342             29          24        20                -           0.0000          -
46108.26/2347.40	c      2347             29          24        20                -           0.0000          -
46209.37/2352.47	c      2352             29          24        20                -           0.0000          -
46310.54/2357.54	c      2358             29          24        20                -           0.0000          -
46411.69/2362.60	c      2363             29          24        20                -           0.0000          -
46512.83/2367.71	c      2368             29          24        20                -           0.0000          -
46613.98/2372.80	c      2373             29          24        20                -           0.0000          -
46713.12/2377.87	c      2378             29          24        20                -           0.0000          -
46812.40/2382.89	c      2383             29          24        20                -           0.0000          -
46913.31/2387.98	c      2388             29          24        20                -           0.0000          -
47014.92/2393.07	c      2393             29          24        20                -           0.0000          -
47116.03/2398.14	c      2398             29          24        20                -           0.0000          -
47215.05/2403.19	c      2403             29          24        20                -           0.0000          -
47315.28/2408.25	c      2408             29          24        20                -           0.0000          -
47414.26/2413.28	c      2413             29          24        20                -           0.0000          -
47517.31/2418.44	c      2418             29          24        20                -           0.0000          -
47618.35/2423.54	c      2424             29          24        20                -           0.0000          -
47719.18/2428.61	c      2429             29          24        20                -           0.0000          -
47820.11/2433.73	c      2434             29          24        20                -           0.0000          -
47921.10/2438.89	c      2439             29          24        20                -           0.0000          -
48022.18/2443.98	c      2444             29          24        20                -           0.0000          -
48124.16/2449.05	c      2449             29          24        20                -           0.0000          -
48223.03/2454.11	c      2454             29          24        20                -           0.0000          -
48325.47/2459.22	c      2459             29          24        20                -           0.0000          -
48426.59/2464.31	c      2464             29          24        20                -           0.0000          -
48525.69/2469.37	c      2469             29          24        20                -           0.0000          -
48626.81/2474.43	c      2474             29          24        20                -           0.0000          -
48725.94/2479.47	c      2479             29          24        20                -           0.0000          -
48827.03/2484.54	c      2485             29          24        20                -           0.0000          -
48928.12/2489.64	c      2490             29          24        20                -           0.0000          -
49029.26/2494.73	c      2495             29          24        20                -           0.0000          -
49130.40/2499.81	c      2500             29          24        20                -           0.0000          -
49231.51/2504.90	c      2505             29          24        20                -           0.0000          -
49330.67/2510.01	c      2510             29          24        20                -           0.0000          -
49432.45/2515.06	c      2515             29          24        20                -           0.0000          -
49533.61/2520.14	c      2520             29          24        20                -           0.0000          -
49632.67/2525.20	c      2525             29          24        20                -           0.0000          -
49733.14/2530.22	c      2530             29          24        20                -           0.0000          -
49834.22/2535.34	c      2535             29          24        20                -           0.0000          -
49933.38/2540.39	c      2540             29          24        20                -           0.0000          -
50034.47/2545.41	c      2545             29          24        20                -           0.0000          -
50135.55/2550.56	c      2551             29          24        20                -           0.0000          -
50238.67/2555.74	c      2556             29          24        20                -           0.0000          -
50339.81/2560.85	c      2561             29          24        20                -           0.0000          -
50440.88/2565.90	c      2566             29          24        20                -           0.0000          -
50540.00/2570.98	c      2571             29          24        20                -           0.0000          -
50641.77/2576.06	c      2576             29          24        20                -           0.0000          -
50740.88/2581.12	c      2581             29          24        20                -           0.0000          -
50843.16/2586.23	c      2586             29          24        20                -           0.0000          -
50944.26/2591.32	c      2591             29          24        20                -           0.0000          -
51043.32/2596.38	c      2596             29          24        20                -           0.0000          -
51146.36/2601.57	c      2602             29          24        20                -           0.0000          -
51247.48/2606.64	c      2607             29          24        20                -           0.0000          -
51348.58/2611.71	c      2612             29          24        20                -           0.0000          -
51447.59/2616.77	c      2617             29          24        20                -           0.0000          -
51548.69/2621.83	c      2622             29          24        20                -           0.0000          -
51649.79/2626.96	c      2627             29          24        20                -           0.0000          -
51748.89/2632.01	c      2632             29          24        20                -           0.0000          -
51850.68/2637.06	c      2637             29          24        20                -           0.0000          -
51949.72/2642.11	c      2642             29          24        20                -           0.0000          -
52050.70/2647.16	c      2647             29          24        20                -           0.0000          -
52151.17/2652.20	c      2652             29          24        20                -           0.0000          -
52250.25/2657.22	c      2657             29          24        20                -           0.0000          -
52349.41/2662.29	c      2662             29          24        20                -           0.0000          -
52450.44/2667.38	c      2667             29          24        20                -           0.0000          -
52551.55/2672.44	c      2672             29          24        20                -           0.0000          -
52652.59/2677.51	c      2678             29          24        20                -           0.0000          -
52753.68/2682.61	c      2683             29          24        20                -           0.0000          -
52854.81/2687.70	c      2688             29          24        20                -           0.0000          -
52953.88/2692.77	c      2693             29          24        20                -           0.0000          -
53056.98/2697.91	c      2698             29          24        20                -           0.0000          -
53156.08/2702.96	c      2703             29          24        20                -           0.0000          -
53257.78/2708.04	c      2708             29          24        20                -           0.0000          -
53356.87/2713.13	c      2713             29          24        20                -           0.0000          -
53458.19/2718.18	c      2718             29          24        20                -           0.0000          -
53558.40/2723.22	c      2723             29          24        20                -           0.0000          -
53659.54/2728.34	c      2728             29          24        20                -           0.0000          -
53758.69/2733.39	c      2733             29          24        20                -           0.0000          -
53859.80/2738.48	c      2738             29          24        20                -           0.0000          -
53960.85/2743.55	c      2744             29          24        20                -           0.0000          -
54061.80/2748.64	c      2749             29          24        20                -           0.0000          -
54162.93/2753.74	c      2754             29          24        20                -           0.0000          -
54264.08/2758.82	c      2759             29          24        20                -           0.0000          -
54365.23/2763.90	c      2764             29          24        20                -           0.0000          -
54464.20/2768.99	c      2769             29          24        20                -           0.0000          -
54566.02/2774.05	c      2774             29          24        20                -           0.0000          -
54667.10/2779.15	c      2779             29          24        20                -           0.0000          -
54767.55/2784.28	c      2784             29          24        20                -           0.0000          -
54868.66/2789.38	c      2789             29          24        20                -           0.0000          -
54969.79/2794.45	c      2794             29          24        20                -           0.0000          -
55070.90/2799.52	c      2800             29          24        20                -           0.0000          -
55172.06/2804.62	c      2805             29          24        20                -           0.0000          -
55273.21/2809.74	c      2810             29          24        20                -           0.0000          -
55374.38/2814.89	c      2815             29          24        20                -           0.0000          -
55475.52/2820.03	c      2820             29          24        20                -           0.0000          -
55577.36/2825.10	c      2825             29          24        20                -           0.0000          -
55678.37/2830.15	c      2830             29          24        20                -           0.0000          -
55778.65/2835.23	c      2835             29          24        20                -           0.0000          -
55877.72/2840.26	c      2840             29          24        20                -           0.0000          -
55978.87/2845.31	c      2845             29          24        20                -           0.0000          -
56078.02/2850.37	c      2850             29          24        20                -           0.0000          -
56179.18/2855.48	c      2855             29          24        20                -           0.0000          -
56280.33/2860.54	c      2861             29          24        20                -           0.0000          -
56381.49/2865.69	c      2866             29          24        20                -           0.0000          -
56482.62/2870.79	c      2871             29          24        20                -           0.0000          -
56583.76/2875.85	c      2876             29          24        20                -           0.0000          -
56682.87/2880.87	c      2881             29          24        20                -           0.0000          -
56784.03/2886.02	c      2886             29          24        20                -           0.0000          -
56885.91/2891.11	c      2891             29          24        20                -           0.0000          -
56988.32/2896.24	c      2896             29          24        20                -           0.0000          -
57089.51/2901.32	c      2901             29          24        20                -           0.0000          -
57190.62/2906.44	c      2906             29          24        20                -           0.0000          -
57289.70/2911.49	c      2911             29          24        20                -           0.0000          -
57392.83/2916.61	c      2917             29          24        20                -           0.0000          -
57492.00/2921.69	c      2922             29          24        20                -           0.0000          -
57593.15/2926.76	c      2927             29          24        20                -           0.0000          -
57694.30/2931.84	c      2932             29          24        20                -           0.0000          -
57795.50/2936.91	c      2937             29          24        20                -           0.0000          -
57894.61/2941.98	c      2942             29          24        20                -           0.0000          -
57996.41/2947.05	c      2947             29          24        20                -           0.0000          -
58095.63/2952.11	c      2952             29          24        20                -           0.0000          -
58196.78/2957.18	c      2957             29          24        20                -           0.0000          -
58297.15/2962.22	c      2962             29          24        20                -           0.0000          -
58398.29/2967.30	c      2967             29          24        20                -           0.0000          -
58497.46/2972.36	c      2972             29          24        20                -           0.0000          -
58598.65/2977.47	c      2977             29          24        20                -           0.0000          -
58699.78/2982.60	c      2983             29          24        20                -           0.0000          -
58800.89/2987.69	c      2988             29          24        20                -           0.0000          -
58902.04/2992.79	c      2993             29          24        20                -           0.0000          -
59005.18/2997.90	c      2998             29          24        20                -           0.0000          -
59104.33/3002.99	c      3003             29          24        20                -           0.0000          -
59206.18/3008.06	c      3008             29          24        20                -           0.0000          -
59305.45/3013.12	c      3013             29          24        20                -           0.0000          -
59407.79/3018.24	c      3018             29          24        20                -           0.0000          -
59506.93/3023.28	c      3023             29          24        20                -           0.0000          -
59607.92/3028.36	c      3028             29          24        20                -           0.0000          -
59709.08/3033.43	c      3033             29          24        20                -           0.0000          -
59808.21/3038.47	c      3038            132          31        20                -           0.0000          -
59909.25/3043.54	c      3044            132          31        20                -           0.0000          -
60010.26/3048.65	c      3049            132          31        20                -           0.0000          -
60111.34/3053.76	c      3054            132          31        20                -           0.0000          -
60212.43/3058.87	c      3059            133          32        20                -           0.0000          -
60311.55/3063.88	c      3064             34          25        20                -           0.0000          -
60412.69/3068.97	c      3069            135          32        20                -           0.0000          -
60514.72/3074.12	c      3074             36          25        20                -           0.0000          -
60616.90/3079.26	c      3079             36          25        20                -           0.0000          -
60718.05/3084.30	c      3084             36          25        20                -           0.0000          -
60817.11/3089.37	c      3089            138          31        20                -           0.0000          -
60918.20/3094.41	c      3094            138          31        20                -           0.0000          -
61017.36/3099.46	c      3099            138          31        20                -           0.0000          -
61120.53/3104.60	c      3105            138          31        20                -           0.0000          -
61221.62/3109.73	c      3110            138          31        20                -           0.0000          -
61322.58/3114.81	c      3115             38          27        20                -           0.0000          -
61423.76/3120.00	c      3120             38          27        20                -           0.0000          -
61525.64/3125.08	c      3125             38          27        20                -           0.0000          -
61626.74/3130.17	c      3130            140          31        20                -           0.0000          -
61727.14/3135.24	c      3135             41          28        20                -           0.0000          -
61828.30/3140.36	c      3140             41          28        20                -           0.0000          -
61929.42/3145.44	c      3145            142          33        20                -           0.0000          -
62030.56/3150.52	c      3151            142          33        20                -           0.0000          -
62131.63/3155.60	c      3156             43          30        20                -           0.0000          -
62230.81/3160.66	c      3161             43          30        20                -           0.0000          -
62332.00/3165.70	c      3166             43          30        20                -           0.0000          -
62431.26/3170.77	c      3171             43          30        20                -           0.0000          -
62532.29/3175.81	c      3176             43          30        20                -           0.0000          -
62633.44/3180.92	c      3181             43          30        20                -           0.0000          -
62732.58/3185.99	c      3186             43          30        20                -           0.0000          -
62834.25/3191.10	c      3191             43          30        20                -           0.0000          -
62935.39/3196.20	c      3196             43          30        20                -           0.0000          -
63035.77/3201.29	c      3201             43          30        20                -           0.0000          -
63138.93/3206.40	c      3206             43          30        20                -           0.0000          -
63240.09/3211.51	c      3212             43          30        20                -           0.0000          -
63339.25/3216.59	c      3217             43          30        20                -           0.0000          -
63440.41/3221.61	c      3222             43          30        20                -           0.0000          -
63539.53/3226.66	c      3227             43          30        20                -           0.0000          -
63640.68/3231.77	c      3232             43          30        20                -           0.0000          -
63741.78/3236.86	c      3237             43          30        20                -           0.0000          -
63842.95/3241.98	c      3242             43          30        20                -           0.0000          -
63946.73/3247.16	c      3247             43          30        20                -           0.0000          -
64047.12/3252.26	c      3252             43          30        20                -           0.0000          -
64148.29/3257.38	c      3257             43          30        20                -           0.0000          -
64251.45/3262.50	c      3263             43          30        20                -           0.0000          -
64350.62/3267.59	c      3268             43          30        20                -           0.0000          -
64451.75/3272.66	c      3273             43          30        20                -           0.0000          -
64554.89/3277.83	c      3278             43          30        20                -           0.0000          -
64655.90/3282.94	c      3283             43          30        20                -           0.0000          -
64757.94/3288.05	c      3288             43          30        20                -           0.0000          -
64858.82/3293.13	c      3293             43          30        20                -           0.0000          -
64959.26/3298.23	c      3298             43          30        20                -           0.0000          -
65062.39/3303.42	c      3303             43          30        20                -           0.0000          -
65161.54/3308.46	c      3308             43          30        20                -           0.0000          -
65262.63/3313.59	c      3314             43          30        20                -           0.0000          -
65363.75/3318.67	c      3319             43          30        20                -           0.0000          -
65464.74/3323.79	c      3324             43          30        20                -           0.0000          -
65565.43/3328.83	c      3329             43          30        20                -           0.0000          -
65664.57/3333.88	c      3334             43          30        20                -           0.0000          -
65765.68/3338.94	c      3339             43          30        20                -           0.0000          -
65867.39/3344.04	c      3344             43          30        20                -           0.0000          -
65966.60/3349.10	c      3349             43          30        20                -           0.0000          -
66067.56/3354.19	c      3354             43          30        20                -           0.0000          -
66169.87/3359.35	c      3359             43          30        20                -           0.0000          -
66270.82/3364.49	c      3364             43          30        20                -           0.0000          -
66371.94/3369.55	c      3370             43          30        20                -           0.0000          -
66473.03/3374.60	c      3375             43          30        20                -           0.0000          -
66572.18/3379.63	c      3380             43          30        20                -           0.0000          -
66673.29/3384.79	c      3385             43          30        20                -           0.0000          -
66776.44/3389.92	c      3390             43          30        20                -           0.0000          -
66875.27/3394.99	c      3395             43          30        20                -           0.0000          -
66977.06/3400.10	c      3400             43          30        20                -           0.0000          -
67078.16/3405.19	c      3405             43          30        20                -           0.0000          -
67178.61/3410.29	c      3410             43          30        20                -           0.0000          -
67281.72/3415.43	c      3415             43          30        20                -           0.0000          -
67382.84/3420.56	c      3421             43          30        20                -           0.0000          -
67483.98/3425.67	c      3426             43          30        20                -           0.0000          -
67585.10/3430.76	c      3431             43          30        20                -           0.0000          -
67686.23/3435.81	c      3436             43          30        20                -           0.0000          -
67785.34/3440.89	c      3441             43          30        20                -           0.0000          -
67886.48/3445.97	c      3446             43          30        20                -           0.0000          -
67988.17/3451.09	c      3451             43          30        20                -           0.0000          -
68089.17/3456.15	c      3456             43          30        20                -           0.0000          -
68189.73/3461.22	c      3461             43          30        20                -           0.0000          -
68288.89/3466.29	c      3466             43          30        20                -           0.0000          -
68389.97/3471.31	c      3471             43          30        20                -           0.0000          -
68491.11/3476.43	c      3476             43          30        20                -           0.0000          -
68590.23/3481.49	c      3481             43          30        20                -           0.0000          -
68691.38/3486.54	c      3487            175          32        20                -           0.0000          -
68792.23/3491.62	c      3492            175          32        20                -           0.0000          -
68891.23/3496.68	c      3497            175          32        20                -           0.0000          -
68994.14/3501.81	c      3502             44          29        20                -           0.0000          -
69094.99/3506.90	c      3507             44          29        20                -           0.0000          -
69194.12/3512.03	c      3512             44          29        20                -           0.0000          -
69297.95/3517.14	c      3517             44          29        20                -           0.0000          -
69398.32/3522.22	c      3522             44          29        20                -           0.0000          -
69497.48/3527.30	c      3527             44          29        20                -           0.0000          -
69598.55/3532.38	c      3532             44          29        20                -           0.0000          -
69699.52/3537.45	c      3537             44          29        20                -           0.0000          -
69800.62/3542.57	c      3543             44          29        20                -           0.0000          -
69901.46/3547.62	c      3548             44          29        20                -           0.0000          -
70002.61/3552.71	c      3553             44          29        20                -           0.0000          -
70103.71/3557.81	c      3558             44          29        20                -           0.0000          -
70202.86/3562.86	c      3563             44          29        20                -           0.0000          -
70303.84/3568.02	c      3568             44          29        20                -           0.0000          -
70405.59/3573.07	c      3573             44          29        20                -           0.0000          -
70504.86/3578.13	c      3578             44          29        20                -           0.0000          -
70607.23/3583.22	c      3583             44          29        20                -           0.0000          -
70706.37/3588.25	c      3588             44          29        20                -           0.0000          -
70807.50/3593.32	c      3593            178          33        20                -           0.0000          -
70906.66/3598.40	c      3598            178          33        20                -           0.0000          -
71007.62/3603.50	c      3604            178          33        20                -           0.0000          -
71108.74/3608.56	c      3609            178          33        20                -           0.0000          -
71213.89/3613.82	c      3614            179          34        20                -           0.0000          -
71314.95/3618.94	c      3619             47          30        20                -           0.0000          -
71414.03/3624.02	c      3624             48          29        20                -           0.0000          -
71515.62/3629.13	c      3629             48          29        20                -           0.0000          -
71617.95/3634.22	c      3634             48          31        20                -           0.0000          -
71719.07/3639.39	c      3639             48          31        20                -           0.0000          -
71820.19/3644.48	c      3644             48          31        20                -           0.0000          -
71923.32/3649.62	c      3650             48          31        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 (175055 MiB free)
  memory of node 1: 193494 MiB (191556 MiB free)
  memory of node 2: 193531 MiB (176232 MiB free)
  memory of node 3: 193531 MiB (176270 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-4465701-1722538787/watcher-4465701-1722538787 -o /tmp/evaluation-result-4465701-1722538787/solver-4465701-1722538787 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127949 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465701-1722538787.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.10013 s]*
/proc/loadavg: 64.84 73.44 77.13 62/985 131275
/proc/meminfo: memFree=736304660/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=93624 memory=80360 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) R 131271 131274 127938 0 -1 4194304 17795 0 0 0 9 2 0 0 20 0 1 0 20461828 95870976 20090 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 23406 20090 2598 3035 0 19802 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 93624 KiB
Current children cumulated memory: 80360 KiB

[startup+0.219972 s]*
/proc/loadavg: 64.84 73.44 77.13 62/985 131275
/proc/meminfo: memFree=736281688/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=115736 memory=102548 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) R 131271 131274 127938 0 -1 4194304 25235 0 0 0 20 2 0 0 20 0 1 0 20461828 118513664 25637 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 28934 25637 2662 3035 0 25330 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 115736 KiB
Current children cumulated memory: 102548 KiB

[startup+0.319428 s]*
/proc/loadavg: 64.84 73.44 77.13 62/985 131275
/proc/meminfo: memFree=736279772/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=115736 memory=102548 CPUtime=0.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) R 131271 131274 127938 0 -1 4194304 25235 0 0 0 30 2 0 0 20 0 1 0 20461828 118513664 25637 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 28934 25637 2662 3035 0 25330 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 115736 KiB
Current children cumulated memory: 102548 KiB

[startup+0.700235 s]
/proc/loadavg: 64.84 73.44 77.13 62/985 131275
/proc/meminfo: memFree=736273524/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=125792 memory=112132 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) R 131271 131274 127938 0 -1 4194304 30147 0 0 0 66 3 0 0 20 0 1 0 20461828 128811008 28033 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 31448 28033 2758 3035 0 27844 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 125792 KiB
Current children cumulated memory: 112132 KiB

[startup+1.50026 s]
/proc/loadavg: 64.84 73.44 77.13 62/985 131275
/proc/meminfo: memFree=736238112/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=161600 memory=145468 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) R 131271 131274 127938 0 -1 4194304 36960 0 0 0 144 4 0 0 20 0 1 0 20461828 165478400 36367 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 40400 36367 2774 3035 0 36796 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 161600 KiB
Current children cumulated memory: 145468 KiB

[startup+3.12016 s]
/proc/loadavg: 64.77 73.28 77.06 62/985 131275
/proc/meminfo: memFree=736229060/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=163240 memory=147300 CPUtime=3.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) R 131271 131274 127938 0 -1 4194304 37373 0 0 0 305 4 0 0 20 0 1 0 20461828 167157760 36825 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 40810 36825 2774 3035 0 37206 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 163240 KiB
Current children cumulated memory: 147300 KiB

[startup+6.30023 s]
/proc/loadavg: 64.77 73.28 77.06 62/985 131275
/proc/meminfo: memFree=736211084/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=168252 memory=152180 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) R 131271 131274 127938 0 -1 4194304 39114 0 0 0 622 4 0 0 20 0 1 0 20461828 172290048 38045 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 42063 38045 2774 3035 0 38459 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 168252 KiB
Current children cumulated memory: 152180 KiB

[startup+12.7002 s]
/proc/loadavg: 64.63 73.11 76.98 62/985 131277
/proc/meminfo: memFree=736092084/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=168728 memory=152436 CPUtime=12.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) R 131271 131274 127938 0 -1 4194304 39211 0 0 0 1259 4 0 0 20 0 1 0 20461828 172777472 38109 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 42182 38109 2774 3035 0 38578 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 168728 KiB
Current children cumulated memory: 152436 KiB

[startup+25.501 s]
/proc/loadavg: 65.79 72.93 76.86 81/1025 131318
/proc/meminfo: memFree=733645936/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=3269820 memory=2414544 CPUtime=88.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) S 131271 131274 127938 0 -1 1077936128 671318 0 0 0 8718 124 0 0 20 0 41 0 20461828 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 817455 603636 2806 3035 0 718304 0
[pid=131274/tid=131279] ppid=131271 vsize=3269820 memory=0 CPUtime=3.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131279/stat : 131279 (fscip) R 131271 131274 127938 0 -1 4194368 32172 0 0 0 330 6 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131280] ppid=131271 vsize=3269820 memory=0 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131280/stat : 131280 (fscip) R 131271 131274 127938 0 -1 4194368 32348 0 0 0 329 6 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131281] ppid=131271 vsize=3269820 memory=2413660 CPUtime=3.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131281/stat : 131281 (fscip) R 131271 131274 127938 0 -1 4194368 33221 0 0 0 329 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131282] ppid=131271 vsize=3269820 memory=11448 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131282/stat : 131282 (fscip) R 131271 131274 127938 0 -1 4194368 32176 0 0 0 330 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131283] ppid=131271 vsize=3269820 memory=25333125866717268 CPUtime=3.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131283/stat : 131283 (fscip) R 131271 131274 127938 0 -1 4194368 32375 0 0 0 328 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131284] ppid=131271 vsize=3269820 memory=16724 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131284/stat : 131284 (fscip) R 131271 131274 127938 0 -1 4194368 26894 0 0 0 329 6 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131285] ppid=131271 vsize=3269820 memory=33 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131285/stat : 131285 (fscip) R 131271 131274 127938 0 -1 4194368 32260 0 0 0 330 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131286] ppid=131271 vsize=3269820 memory=280283660556032 CPUtime=3.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131286/stat : 131286 (fscip) R 131271 131274 127938 0 -1 4194368 26869 0 0 0 331 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131287] ppid=131271 vsize=3269820 memory=153460 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131287/stat : 131287 (fscip) R 131271 131274 127938 0 -1 4194368 26913 0 0 0 331 4 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131288] ppid=131271 vsize=3269820 memory=280283660802240 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131288/stat : 131288 (fscip) R 131271 131274 127938 0 -1 4194368 32186 0 0 0 330 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131289] ppid=131271 vsize=3269820 memory=0 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131289/stat : 131289 (fscip) R 131271 131274 127938 0 -1 4194368 32363 0 0 0 329 6 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131290] ppid=131271 vsize=3269820 memory=0 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131290/stat : 131290 (fscip) R 131271 131274 127938 0 -1 4194368 26987 0 0 0 329 6 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131291] ppid=131271 vsize=3269820 memory=33000 CPUtime=3.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131291/stat : 131291 (fscip) R 131271 131274 127938 0 -1 4194368 26936 0 0 0 331 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131292] ppid=131271 vsize=3269820 memory=25333125866717268 CPUtime=3.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131292/stat : 131292 (fscip) R 131271 131274 127938 0 -1 4194368 26884 0 0 0 331 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131293] ppid=131271 vsize=3269820 memory=2316 CPUtime=3.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131293/stat : 131293 (fscip) R 131271 131274 127938 0 -1 4194368 32326 0 0 0 327 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131294] ppid=131271 vsize=3269820 memory=33000 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131294/stat : 131294 (fscip) R 131271 131274 127938 0 -1 4194368 29388 0 0 0 330 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131295] ppid=131271 vsize=3269820 memory=280283660326288 CPUtime=3.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131295/stat : 131295 (fscip) R 131271 131274 127938 0 -1 4194368 26874 0 0 0 331 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131296] ppid=131271 vsize=3269820 memory=-6305716117874304128 CPUtime=3.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131296/stat : 131296 (fscip) R 131271 131274 127938 0 -1 4194368 32338 0 0 0 329 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131297] ppid=131271 vsize=3269820 memory=-6874559436758854951 CPUtime=3.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131297/stat : 131297 (fscip) R 131271 131274 127938 0 -1 4194368 32207 0 0 0 330 5 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131298] ppid=131271 vsize=3269820 memory=104 CPUtime=3.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131298/stat : 131298 (fscip) R 131271 131274 127938 0 -1 4194368 32280 0 0 0 319 6 0 0 20 0 41 0 20463969 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131299] ppid=131271 vsize=3269820 memory=25932 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131299/stat : 131299 (fscip) S 131271 131274 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131300] ppid=131271 vsize=3269820 memory=21380 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131300/stat : 131300 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131301] ppid=131271 vsize=3269820 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131301/stat : 131301 (fscip) S 131271 131274 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131302] ppid=131271 vsize=3269820 memory=140141850721224 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131302/stat : 131302 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131303] ppid=131271 vsize=3269820 memory=140141850721323 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131303/stat : 131303 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131304] ppid=131271 vsize=3269820 memory=140141850721403 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131304/stat : 131304 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131305] ppid=131271 vsize=3269820 memory=8196 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131305/stat : 131305 (fscip) S 131271 131274 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131306] ppid=131271 vsize=3269820 memory=3300 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131306/stat : 131306 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131307] ppid=131271 vsize=3269820 memory=2264 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131307/stat : 131307 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131308] ppid=131271 vsize=3269820 memory=1668 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131308/stat : 131308 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131309] ppid=131271 vsize=3269820 memory=30962685530996822 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131309/stat : 131309 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131310] ppid=131271 vsize=3269820 memory=-5301416962824309079 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131310/stat : 131310 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131311] ppid=131271 vsize=3269820 memory=4640771838683927142 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131311/stat : 131311 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131312] ppid=131271 vsize=3269820 memory=7379218771957078369 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131312/stat : 131312 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131313] ppid=131271 vsize=3269820 memory=8916 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131313/stat : 131313 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131314] ppid=131271 vsize=3269820 memory=28648 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131314/stat : 131314 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131315] ppid=131271 vsize=3269820 memory=32760 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131315/stat : 131315 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131316] ppid=131271 vsize=3269820 memory=7068 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131316/stat : 131316 (fscip) S 131271 131274 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20464041 3348295680 603636 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0

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

/proc/131274/task/131305/stat : 131305 (fscip) S 131271 131274 127938 0 -1 1077936192 196 0 0 0 3 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131306] ppid=131271 vsize=19426380 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131306/stat : 131306 (fscip) S 131271 131274 127938 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131307] ppid=131271 vsize=19426380 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131307/stat : 131307 (fscip) S 131271 131274 127938 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131308] ppid=131271 vsize=19426380 memory=16724 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131308/stat : 131308 (fscip) S 131271 131274 127938 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131309] ppid=131271 vsize=19426380 memory=16243936 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131309/stat : 131309 (fscip) S 131271 131274 127938 0 -1 1077936192 193 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131310] ppid=131271 vsize=19426380 memory=280283660938672 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131310/stat : 131310 (fscip) S 131271 131274 127938 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131311] ppid=131271 vsize=19426380 memory=16241164 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131311/stat : 131311 (fscip) S 131271 131274 127938 0 -1 1077936192 190 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131312] ppid=131271 vsize=19426380 memory=16244576 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131312/stat : 131312 (fscip) S 131271 131274 127938 0 -1 1077936192 195 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131313] ppid=131271 vsize=19426380 memory=16242824 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131313/stat : 131313 (fscip) S 131271 131274 127938 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131314] ppid=131271 vsize=19426380 memory=16244576 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131314/stat : 131314 (fscip) S 131271 131274 127938 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131315] ppid=131271 vsize=19426380 memory=16243372 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131315/stat : 131315 (fscip) S 131271 131274 127938 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131316] ppid=131271 vsize=19426380 memory=16244576 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131316/stat : 131316 (fscip) S 131271 131274 127938 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131317] ppid=131271 vsize=19426380 memory=16244576 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131317/stat : 131317 (fscip) S 131271 131274 127938 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131318] ppid=131271 vsize=19426380 memory=689655783748551 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131318/stat : 131318 (fscip) S 131271 131274 127938 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061290 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
Current children cumulated CPU time: 71778.5 s
Current children cumulated vsize: 19426380 KiB
Current children cumulated memory: 16245160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3653.5 s]
/proc/loadavg: 80.50 80.49 80.20 81/1023 133446
/proc/meminfo: memFree=734193048/790760804 swapFree=131071996/131071996
[pid=131274] ppid=131271 vsize=19426380 memory=16246308 CPUtime=72000.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/stat : 131274 (fscip) S 131271 131274 127938 0 -1 1077936128 42443681 0 0 0 7191988 8078 0 0 20 0 41 0 20461828 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
/proc/131274/statm: 4856595 4061577 3334 3035 0 4708933 0
[pid=131274/tid=131279] ppid=131271 vsize=19426380 memory=11448 CPUtime=3596.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131279/stat : 131279 (fscip) R 131271 131274 127938 0 -1 4194368 1082999 0 0 0 359588 102 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131280] ppid=131271 vsize=19426380 memory=153460 CPUtime=3597.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131280/stat : 131280 (fscip) R 131271 131274 127938 0 -1 4194368 1300354 0 0 0 359542 203 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131281] ppid=131271 vsize=19426380 memory=21380 CPUtime=3593.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131281/stat : 131281 (fscip) R 131271 131274 127938 0 -1 4194368 4072059 0 0 0 358369 953 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131282] ppid=131271 vsize=19426380 memory=32760 CPUtime=3602.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131282/stat : 131282 (fscip) R 131271 131274 127938 0 -1 4194368 1028304 0 0 0 360187 99 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131283] ppid=131271 vsize=19426380 memory=280283661216320 CPUtime=3599.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131283/stat : 131283 (fscip) R 131271 131274 127938 0 -1 4194368 1426345 0 0 0 359763 203 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131284] ppid=131271 vsize=19426380 memory=280283661410208 CPUtime=3598.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131284/stat : 131284 (fscip) R 131271 131274 127938 0 -1 4194368 4145885 0 0 0 358877 1015 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131285] ppid=131271 vsize=19426380 memory=280283661832720 CPUtime=3604.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131285/stat : 131285 (fscip) R 131271 131274 127938 0 -1 4194368 802280 0 0 0 360357 78 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131286] ppid=131271 vsize=19426380 memory=280283660938672 CPUtime=3600.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131286/stat : 131286 (fscip) R 131271 131274 127938 0 -1 4194368 1603002 0 0 0 359811 225 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131287] ppid=131271 vsize=19426380 memory=25333125866717268 CPUtime=3598.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131287/stat : 131287 (fscip) R 131271 131274 127938 0 -1 4194368 4252034 0 0 0 358917 968 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131288] ppid=131271 vsize=19426380 memory=0 CPUtime=3604.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131288/stat : 131288 (fscip) R 131271 131274 127938 0 -1 4194368 1104239 0 0 0 360379 102 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131289] ppid=131271 vsize=19426380 memory=280283664836592 CPUtime=3594.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131289/stat : 131289 (fscip) R 131271 131274 127938 0 -1 4194368 1807205 0 0 0 359235 233 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131290] ppid=131271 vsize=19426380 memory=16221804 CPUtime=3601.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131290/stat : 131290 (fscip) R 131271 131274 127938 0 -1 4194368 3789934 0 0 0 359123 1007 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131291] ppid=131271 vsize=19426380 memory=6720661060560436581 CPUtime=3601.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131291/stat : 131291 (fscip) R 131271 131274 127938 0 -1 4194368 840003 0 0 0 360103 83 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131292] ppid=131271 vsize=19426380 memory=16724 CPUtime=3598.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131292/stat : 131292 (fscip) R 131271 131274 127938 0 -1 4194368 1805543 0 0 0 359600 226 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131293] ppid=131271 vsize=19426380 memory=280283663377888 CPUtime=3589.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131293/stat : 131293 (fscip) R 131271 131274 127938 0 -1 4194368 4236717 0 0 0 357961 963 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131294] ppid=131271 vsize=19426380 memory=25333125866717268 CPUtime=3599.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131294/stat : 131294 (fscip) R 131271 131274 127938 0 -1 4194368 1354904 0 0 0 359865 119 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131295] ppid=131271 vsize=19426380 memory=28568 CPUtime=3592.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131295/stat : 131295 (fscip) R 131271 131274 127938 0 -1 4194368 1620150 0 0 0 359078 219 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131296] ppid=131271 vsize=19426380 memory=6720661060560436581 CPUtime=3599.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131296/stat : 131296 (fscip) R 131271 131274 127938 0 -1 4194368 3315484 0 0 0 359027 924 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131297] ppid=131271 vsize=19426380 memory=355594 CPUtime=3600.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131297/stat : 131297 (fscip) R 131271 131274 127938 0 -1 4194368 1067373 0 0 0 359987 101 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131298] ppid=131271 vsize=19426380 memory=280283660556032 CPUtime=3602.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131298/stat : 131298 (fscip) R 131271 131274 127938 0 -1 4194368 1718549 0 0 0 359991 216 0 0 20 0 41 0 20463969 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131299] ppid=131271 vsize=19426380 memory=280283662821312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131299/stat : 131299 (fscip) S 131271 131274 127938 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131300] ppid=131271 vsize=19426380 memory=10544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131300/stat : 131300 (fscip) S 131271 131274 127938 0 -1 1077936192 194 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131301] ppid=131271 vsize=19426380 memory=5512 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131301/stat : 131301 (fscip) S 131271 131274 127938 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131302] ppid=131271 vsize=19426380 memory=16245984 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131302/stat : 131302 (fscip) S 131271 131274 127938 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131303] ppid=131271 vsize=19426380 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131303/stat : 131303 (fscip) S 131271 131274 127938 0 -1 1077936192 192 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131304] ppid=131271 vsize=19426380 memory=16244576 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131304/stat : 131304 (fscip) S 131271 131274 127938 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131305] ppid=131271 vsize=19426380 memory=16243288 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131305/stat : 131305 (fscip) S 131271 131274 127938 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131306] ppid=131271 vsize=19426380 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131306/stat : 131306 (fscip) S 131271 131274 127938 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131307] ppid=131271 vsize=19426380 memory=280283661586320 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131307/stat : 131307 (fscip) S 131271 131274 127938 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131308] ppid=131271 vsize=19426380 memory=16243936 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131308/stat : 131308 (fscip) S 131271 131274 127938 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131309] ppid=131271 vsize=19426380 memory=16245532 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131309/stat : 131309 (fscip) S 131271 131274 127938 0 -1 1077936192 196 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131310] ppid=131271 vsize=19426380 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131310/stat : 131310 (fscip) S 131271 131274 127938 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131311] ppid=131271 vsize=19426380 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131311/stat : 131311 (fscip) S 131271 131274 127938 0 -1 1077936192 193 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131312] ppid=131271 vsize=19426380 memory=16245532 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131312/stat : 131312 (fscip) S 131271 131274 127938 0 -1 1077936192 198 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131313] ppid=131271 vsize=19426380 memory=16241164 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131313/stat : 131313 (fscip) S 131271 131274 127938 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131314] ppid=131271 vsize=19426380 memory=16724 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131314/stat : 131314 (fscip) S 131271 131274 127938 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131315] ppid=131271 vsize=19426380 memory=16241428 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131315/stat : 131315 (fscip) S 131271 131274 127938 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131316] ppid=131271 vsize=19426380 memory=16724 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131316/stat : 131316 (fscip) S 131271 131274 127938 0 -1 1077936192 185 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131317] ppid=131271 vsize=19426380 memory=16245224 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131317/stat : 131317 (fscip) S 131271 131274 127938 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
[pid=131274/tid=131318] ppid=131271 vsize=19426380 memory=16246060 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/131274/task/131318/stat : 131318 (fscip) S 131271 131274 127938 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 20464041 19892613120 4061577 809668444160 4194304 16623229 140736445391136 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 24522752 140736445400073 140736445400191 140736445400191 140736445407216 0
Current children cumulated CPU time: 72000.7 s
Current children cumulated vsize: 19426380 KiB
Current children cumulated memory: 16246308 KiB

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

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

# cumulated CPU time of all completed processes:  user=71920.1 s, system=81.2348 s

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

[startup+3653.61 s]*
/proc/loadavg: 80.46 80.48 80.19 62/984 133446
/proc/meminfo: memFree=737591752/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3653.8 s]
/proc/loadavg: 80.46 80.48 80.19 62/984 133446
/proc/meminfo: memFree=737591752/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3653.9 s]
/proc/loadavg: 80.46 80.48 80.19 62/984 133446
/proc/meminfo: memFree=737591752/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3653.97
CPU time (s): 72001.4
CPU user time (s): 71920.1
CPU system time (s): 81.2348
CPU usage (%): 1970.5
Max. virtual memory (cumulated for all children) (KiB): 19426380
Max. memory (cumulated for all children) (KiB): 16246308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71920.1
system time used= 81.2348
maximum resident set size= 16246308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42443696
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= 147583
involuntary context switches= 295087


# summary of solver processes directly reported to runsolver:
#   pid: 131274
#   total CPU time (s): 72001.4
#   total CPU user time (s): 71920.1
#   total CPU system time (s): 81.2348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1052 second user time and 86.6546 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 20:59:47
IDJOB=4465701
IDBENCH=158320
IDSOLVER=3094
FILE ID=nodeD105/4465701-1722538787
RUNJOBID= nodeD105-1722533544-127949
SLURM_JOB_ID= 8254275
Free space on /tmp= 8622832 MiB

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

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

MD5SUM BENCH= 89642dc5a75d3fc73d0ef8fe6dbde459
RANDOM SEED=933385546

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		: 2928.843
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		: 1582.593
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		: 3024.118
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		: 3050.839
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		: 2928.184
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		: 3601.439
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		: 3024.159
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		: 3050.926
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		: 2928.940
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		: 3503.911
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		: 3024.200
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		: 3051.005
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		: 2928.910
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		: 2901.927
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		: 3024.225
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		: 3051.040
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		: 2928.842
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		: 3389.850
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		: 3024.241
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		: 3051.011
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		: 2928.779
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		: 1730.386
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		: 3024.242
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		: 3050.950
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		: 2928.714
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		: 3348.923
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		: 3024.252
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		: 3050.917
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		: 2928.667
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		: 2637.675
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		: 3023.561
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		: 2969.690
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		: 2928.609
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		: 2629.694
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		: 3024.281
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		: 3050.884
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		: 2928.547
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		: 2635.332
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		: 3024.290
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		: 3050.856
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		: 2928.550
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		: 3344.412
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		: 3024.289
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		: 3050.837
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		: 2928.556
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		: 3169.320
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		: 3024.296
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		: 3050.827
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		: 2928.567
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		: 3044.365
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		: 3024.312
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		: 3049.922
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		: 2928.577
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		: 1507.012
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		: 3023.594
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		: 3050.797
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		: 2928.584
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		: 2659.862
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		: 3024.331
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		: 3050.776
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		: 2928.602
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		: 2667.424
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		: 3024.334
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		: 3050.744
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		: 2928.617
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		: 2647.257
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		: 3024.354
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		: 3050.722
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		: 2928.629
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		: 2656.978
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		: 3024.364
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		: 3050.693
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		: 2928.647
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		: 2656.629
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		: 3024.342
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		: 3050.743
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		: 2928.663
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		: 1982.806
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		: 3024.263
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		: 3050.789
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:        736375056 kB
MemAvailable:   738642548 kB
Buffers:          295640 kB
Cached:          5281736 kB
SwapCached:            0 kB
Active:           466948 kB
Inactive:       51241940 kB
Active(anon):       2168 kB
Inactive(anon): 46151820 kB
Active(file):     464780 kB
Inactive(file):  5090120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               244 kB
Writeback:           112 kB
AnonPages:      46130348 kB
Mapped:           130436 kB
Shmem:             22536 kB
KReclaimable:     264592 kB
Slab:             632596 kB
SReclaimable:     264592 kB
SUnreclaim:       368004 kB
KernelStack:       16880 kB
PageTables:       114964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5229632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           269952 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3762176 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      600064 kB
DirectMap2M:    68055040 kB
DirectMap1G:    737148928 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-01 22:00:41