Trace number 4465707

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.9 3658.15

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K165.opb
MD5SUM75fbe782de7ac9ce41dec078153ff02c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark179.209
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19635
Total number of constraints19967
Number of constraints which are clauses19802
Number of constraints which are cardinality constraints (but not clauses)165
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint165
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 166
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.10	c Default LC presolving (default).
0.00/0.10	c ** Before presolving: virtualMemUsedAtLc = 115805807, getVmSize() = 101560320, SCIPgetMemUsed() = 70250781, SCIPgetMemTotal() = 77648069, SCIPgetMemExternEstim() = 38157738
0.00/0.10	c ** set memory limit for presolving in LC to 8.79573e+12 for SCIP **
21.40/21.59	c ** Estimated virtualMemUsedAtSolver = 239696102, getVmSize() = 354316288, SCIPgetMemUsed() = 242441968, SCIPgetMemTotal() = 321386416, SCIPgetMemExternEstim() = 38157738
21.40/21.59	c ** set memory limit for solvers to 4.18786e+11 for each SCIP **
21.40/21.59	c Original Problem   :
21.40/21.59	c   Problem name     : instance-4465707-1722533544
21.40/21.59	c   Variables        : 19635 (19635 binary, 0 integer, 0 implicit integer, 0 continuous)
21.40/21.59	c   Constraints      : 19967
21.40/21.59	c   Objective sense  : minimize
21.40/21.59	c Presolved Problem  :
21.40/21.59	c   Variables        : 18114 (18114 binary, 0 integer, 0 implicit integer, 0 continuous)
21.40/21.59	c   Constraints      : 18393
21.40/21.59	c Constraints        : Number
21.40/21.59	c   knapsack         : 1 
21.40/21.59	c   setppc           : 2242 
21.40/21.59	c   orbitope         : 1 
21.40/21.59	c   logicor          : 16149 
21.40/21.59	c ** Instance transfer method used: 0
21.51/21.63	c ** ParaScipInstance copy increased the number of variables. **
22.31/22.46	c LC is working with racing ramp-up and with rebuilding tree after racing.
22.31/22.46	c                                Nodes    Active                                            
22.31/22.46	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
229.29/32.91	c        33              2           1        20                -           0.0000          -
333.41/38.18	c        38            322         321        20                -           0.0000          -
439.75/43.54	c        44            662         661        20                -           0.0000          -
544.90/48.90	c        49           1045         601        20                -           0.0000          -
646.08/54.02	c        54           1702        1235        20                -           0.0000          -
749.91/59.17	c        59              2           1        20                -           0.0000          -
850.38/64.21	c        64           3703        3236        20                -           0.0000          -
949.57/69.25	c        69           5071        3458        20                -           0.0000          -
1050.73/74.31	c        74            851         400        20                -           0.0000          -
1151.91/79.43	c        79           1250         638        20                -           0.0000          -
1256.98/84.75	c        85           1141         658        20                -           0.0000          -
1358.11/89.86	c        90           6426        1179        20                -           0.0000          -
1459.21/94.99	c        95           3561         441        20                -           0.0000          -
1561.40/100.07	c       100           3981         861        20                -           0.0000          -
1665.60/105.36	c       105           9378        3647        20                -           0.0000          -
1772.39/110.74	c       111           5633        1870        20                -           0.0000          -
1875.54/115.96	c       116           3523         341        20                -           0.0000          -
1977.52/121.08	c       121           3903         721        20                -           0.0000          -
2081.82/126.39	c       126          10091         576        20                -           0.0000          -
2190.97/131.86	c       132           4920        1009        20                -           0.0000          -
2292.18/136.97	c       137           7188         339        20                -           0.0000          -
2393.79/142.11	c       142          11025         461        20                -           0.0000          -
2495.23/147.18	c       147           5998         201        20                -           0.0000          -
2605.34/152.72	c       153           8377         924        20                -           0.0000          -
2704.53/157.73	c       158           6749         952        20                -           0.0000          -
2810.67/163.09	c       163           7145         847        20                -           0.0000          -
2918.81/168.50	c       168          14349        2885        20                -           0.0000          -
3022.01/173.77	c       174           8585        1151        20                -           0.0000          -
3125.22/178.98	c       179           8868         241        20                -           0.0000          -
3229.36/184.17	c       184          16062         396        20                -           0.0000          -
3331.57/189.31	c       189          12118        2240        20                -           0.0000          -
3432.60/194.40	c       194          12571        1473        20                -           0.0000          -
3531.78/199.46	c       199          13469        1814        20                -           0.0000          -
3632.97/204.59	c       205          12496        1196        20                -           0.0000          -
3742.80/210.05	c       210          12895         101        20                -           0.0000          -
3847.15/215.39	c       215          18466        2667        20                -           0.0000          -
3954.17/220.72	c       221          13535         741        20                -           0.0000          -
4053.37/225.78	c       226          13935        1141        20                -           0.0000          -
4159.55/231.06	c       231          14335        1541        20                -           0.0000          -
4261.69/236.28	c       236          14775        1981        20                -           0.0000          -
4364.87/241.50	c       242          22785         701        20                -           0.0000          -
4466.06/246.58	c       247          15615        2821        20                -           0.0000          -
4571.08/251.86	c       252          19570        3041        20                -           0.0000          -
4672.26/257.02	c       257          16855        4061        20                -           0.0000          -
4776.43/262.16	c       262          24205        2121        20                -           0.0000          -
4878.44/267.30	c       267          19306        5911        20                -           0.0000          -
4979.56/272.44	c       272          22846        4359        20                -           0.0000          -
5080.54/277.53	c       278          23504        4385        20                -           0.0000          -
5179.65/282.55	c       283          21226        5486        20                -           0.0000          -
5280.77/287.64	c       288          21736        5427        20                -           0.0000          -
5381.90/292.73	c       293          24981         241        20                -           0.0000          -
5483.00/297.86	c       298          22820         161        20                -           0.0000          -
5584.14/302.92	c       303          28976        3173        20                -           0.0000          -
5689.25/308.26	c       308          23455         796        20                -           0.0000          -
5790.33/313.31	c       313          30326         101        20                -           0.0000          -
5897.48/318.73	c       319          24140        1481        20                -           0.0000          -
5998.66/323.86	c       324          30906         681        20                -           0.0000          -
6099.84/328.93	c       329          24860        2201        20                -           0.0000          -
6201.74/334.05	c       334          28795        3245        20                -           0.0000          -
6304.14/339.29	c       339          29700        3158        20                -           0.0000          -
6407.27/344.40	c       344          26732        3961        20                -           0.0000          -
6506.38/349.49	c       350          31437        3140        20                -           0.0000          -
6607.48/354.56	c       355          32152        3114        20                -           0.0000          -
6710.59/359.74	c       360          28534        3887        20                -           0.0000          -
6813.55/364.98	c       365          36334        2329        20                -           0.0000          -
6915.71/370.07	c       370          29537        3850        20                -           0.0000          -
7016.72/375.17	c       375          30002        3835        20                -           0.0000          -
7116.89/380.26	c       380          30461        3815        20                -           0.0000          -
7218.00/385.34	c       385          35976        3078        20                -           0.0000          -
7321.11/390.58	c       391          31574        3792        20                -           0.0000          -
7422.23/395.65	c       396          32117        3794        20                -           0.0000          -
7523.36/400.73	c       401          43089          41        20                -           0.0000          -
7624.51/405.84	c       406          37271         960        20                -           0.0000          -
7725.67/410.93	c       411          33768        3755        20                -           0.0000          -
7827.64/416.11	c       416          37972        1661        20                -           0.0000          -
7928.86/421.20	c       421          44369        1321        20                -           0.0000          -
8033.03/426.47	c       426          44781        1733        20                -           0.0000          -
8134.10/431.56	c       432          35072         976        20                -           0.0000          -
8237.19/436.77	c       437          40551        2153        20                -           0.0000          -
8338.32/441.84	c       442          35777        1681        20                -           0.0000          -
8442.25/447.05	c       447          47702        1952        20                -           0.0000          -
8541.31/452.13	c       452          43049        2319        20                -           0.0000          -
8643.62/457.22	c       457          50073        1796        20                -           0.0000          -
8744.73/462.35	c       462          51292        2017        20                -           0.0000          -
8843.87/467.36	c       467          52255        1816        20                -           0.0000          -
8946.95/472.54	c       473          53564        1821        20                -           0.0000          -
9048.00/477.61	c       478          55216        1821        20                -           0.0000          -
9149.09/482.76	c       483          56316        1818        20                -           0.0000          -
9250.22/487.82	c       488          57115        1811        20                -           0.0000          -
9351.26/492.99	c       493          58455        1832        20                -           0.0000          -
9453.14/498.06	c       498          59626        1811        20                -           0.0000          -
9552.09/503.09	c       503          60981        1811        20                -           0.0000          -
9652.99/508.17	c       508          62013        2078        20                -           0.0000          -
9753.49/513.21	c       513          43852        1918        20                -           0.0000          -
9852.63/518.26	c       518          63603        1807        20                -           0.0000          -
9955.72/523.43	c       523          44797        1887        20                -           0.0000          -
10056.86/528.58	c       529          59327         401        20                -           0.0000          -
10157.99/533.64	c       534          59627         701        20                -           0.0000          -
10268.97/539.27	c       539          67329          41        20                -           0.0000          -
10370.08/544.34	c       544          67629         341        20                -           0.0000          -
10469.23/549.38	c       549          48500        1880        20                -           0.0000          -
10572.37/554.56	c       555          61333        2126        20                -           0.0000          -
10673.52/559.63	c       560          68509        1221        20                -           0.0000          -
10772.67/564.69	c       565          62601        2034        20                -           0.0000          -
10877.79/569.99	c       570          69229        1941        20                -           0.0000          -
10979.88/575.10	c       575          51281        1834        20                -           0.0000          -
11083.93/580.40	c       580          70964        2138        20                -           0.0000          -
11184.99/585.49	c       585          52253        2239        20                -           0.0000          -
11286.13/590.55	c       591          52979        2561        20                -           0.0000          -
11387.05/595.68	c       596          53407        2232        20                -           0.0000          -
11490.12/600.80	c       601          54137        2465        20                -           0.0000          -
11589.25/605.82	c       606          76701        2099        20                -           0.0000          -
11688.31/610.90	c       611          77534        2104        20                -           0.0000          -
11795.39/616.26	c       616          79175        2110        20                -           0.0000          -
11898.48/621.46	c       621          80274        2117        20                -           0.0000          -
11999.59/626.59	c       627          81452        2185        20                -           0.0000          -
12100.63/631.61	c       632          82196        2106        20                -           0.0000          -
12203.73/636.83	c       637          56816        1561        20                -           0.0000          -
12304.85/641.90	c       642          57216        1961        20                -           0.0000          -
12403.93/646.99	c       647          57656        2401        20                -           0.0000          -
12505.95/652.11	c       652          74784        2002        20                -           0.0000          -
12607.02/657.20	c       657          75597        2018        20                -           0.0000          -
12707.14/662.27	c       662          76510        1931        20                -           0.0000          -
12806.28/667.29	c       667          87627        2091        20                -           0.0000          -
12909.38/672.50	c       672          88335        2096        20                -           0.0000          -
13010.43/677.57	c       678          79246        1916        20                -           0.0000          -
13111.54/682.66	c       683          61988        2133        20                -           0.0000          -
13214.63/687.82	c       688          62578        2119        20                -           0.0000          -
13313.75/692.88	c       693          63065        2105        20                -           0.0000          -
13414.73/697.97	c       698          82611        1991        20                -           0.0000          -
13516.72/703.05	c       703          83305        1930        20                -           0.0000          -
13615.84/708.14	c       708          84196        1916        20                -           0.0000          -
13717.97/713.20	c       713          84862        1913        20                -           0.0000          -
13817.11/718.28	c       718          95106        2093        20                -           0.0000          -
13918.25/723.35	c       723          95900        2101        20                -           0.0000          -
14019.18/728.45	c       728          87261        1918        20                -           0.0000          -
14120.16/733.52	c       734          87979        1920        20                -           0.0000          -
14219.23/738.60	c       739          88688        1924        20                -           0.0000          -
14320.28/743.63	c       744          99140        2128        20                -           0.0000          -
14419.09/748.69	c       749         100021        2096        20                -           0.0000          -
14520.21/753.78	c       754         100880        2089        20                -           0.0000          -
14621.18/758.89	c       759          70731        2101        20                -           0.0000          -
14722.19/764.02	c       764         102586        2106        20                -           0.0000          -
14824.28/769.12	c       769         103381        2097        20                -           0.0000          -
14926.38/774.21	c       774         104262        2086        20                -           0.0000          -
15025.54/779.29	c       779          94226        1910        20                -           0.0000          -
15126.71/784.30	c       784          94852           0        20                -           0.0000          -
15227.90/789.46	c       789          95133         281        20                -           0.0000          -
15329.04/794.58	c       795          95433         581        20                -           0.0000          -
15430.20/799.64	c       800          75015        2110        20                -           0.0000          -
15529.36/804.68	c       805          95993        1141        20                -           0.0000          -
15634.20/809.94	c       810         106594        1799        20                -           0.0000          -
15736.08/815.11	c       815         106956        2161        20                -           0.0000          -
15838.39/820.25	c       820          97336        2212        20                -           0.0000          -
15941.52/825.40	c       825          78437        2091        20                -           0.0000          -
16040.69/830.48	c       830          78978        2093        20                -           0.0000          -
16141.95/835.52	c       836          99032        2105        20                -           0.0000          -
16240.95/840.56	c       841          99965        2132        20                -           0.0000          -
16342.11/845.65	c       846         100548        2142        20                -           0.0000          -
16443.18/850.71	c       851         101252        2176        20                -           0.0000          -
16542.34/855.78	c       856         101877        2099        20                -           0.0000          -
16643.39/860.89	c       861         102413        2073        20                -           0.0000          -
16744.42/865.94	c       866         102851        2062        20                -           0.0000          -
16846.36/871.10	c       871          83084        2082        20                -           0.0000          -
16948.45/876.20	c       876          83641        2123        20                -           0.0000          -
17047.63/881.28	c       881          84272        2093        20                -           0.0000          -
17150.77/886.45	c       886          84824        2081        20                -           0.0000          -
17253.76/891.66	c       892          85321        2072        20                -           0.0000          -
17354.80/896.78	c       897          86109        2090        20                -           0.0000          -
17455.76/901.80	c       902          86643        2082        20                -           0.0000          -
17559.91/907.09	c       907          87307        2088        20                -           0.0000          -
17665.90/912.48	c       912          87885        2082        20                -           0.0000          -
17766.89/917.56	c       918          88449        2078        20                -           0.0000          -
17867.86/922.69	c       923          89020        2077        20                -           0.0000          -
17968.94/927.77	c       928          89642        2102        20                -           0.0000          -
18070.12/932.86	c       933         122481        2616        20                -           0.0000          -
18171.22/937.91	c       938         111990        2076        20                -           0.0000          -
18273.26/943.13	c       943         123566        2579        20                -           0.0000          -
18375.26/948.24	c       948         124167        2598        20                -           0.0000          -
18476.34/953.32	c       953         113657        2057        20                -           0.0000          -
18577.52/958.44	c       958         114010        2047        20                -           0.0000          -
18678.42/963.52	c       964         114491        2060        20                -           0.0000          -
18783.46/968.82	c       969         115201        2069        20                -           0.0000          -
18884.59/973.92	c       974          93239        1601        20                -           0.0000          -
18983.77/978.98	c       979         116578        2062        20                -           0.0000          -
19085.76/984.05	c       984         117170        2068        20                -           0.0000          -
19184.71/989.11	c       989          94385        2472        20                -           0.0000          -
19287.08/994.23	c       994          95023        2450        20                -           0.0000          -
19386.23/999.30	c       999          95601        2453        20                -           0.0000          -
19489.25/1004.40	c      1004          96750        2446        20                -           0.0000          -
19590.33/1009.55	c      1010          97529        2490        20                -           0.0000          -
19691.42/1014.63	c      1015          98971        2459        20                -           0.0000          -
19792.55/1019.78	c      1020          99983        2430        20                -           0.0000          -
19895.61/1024.99	c      1025         100878        2441        20                -           0.0000          -
19994.70/1030.04	c      1030         101473        2435        20                -           0.0000          -
20099.67/1035.29	c      1035         102416        2443        20                -           0.0000          -
20202.71/1040.40	c      1040         136573        2590        20                -           0.0000          -
20303.81/1045.50	c      1046         137287        2578        20                -           0.0000          -
20402.97/1050.57	c      1051         137975        2564        20                -           0.0000          -
20504.10/1055.66	c      1056         138588        2562        20                -           0.0000          -
20605.32/1060.77	c      1061         139248        2587        20                -           0.0000          -
20708.27/1065.98	c      1066         139954        2571        20                -           0.0000          -
20811.89/1071.16	c      1071         140712        2564        20                -           0.0000          -
20912.11/1076.24	c      1076         127377        2023        20                -           0.0000          -
21012.63/1081.36	c      1081         128028        2037        20                -           0.0000          -
21113.08/1086.41	c      1086         128696        2036        20                -           0.0000          -
21214.03/1091.50	c      1092         129430        2021        20                -           0.0000          -
21315.08/1096.63	c      1097         130461        2033        20                -           0.0000          -
21414.20/1101.69	c      1102         131001        2025        20                -           0.0000          -
21515.30/1106.79	c      1107         131658        2044        20                -           0.0000          -
21616.26/1111.86	c      1112         132226        2093        20                -           0.0000          -
21715.43/1116.87	c      1117         146743        2555        20                -           0.0000          -
21816.45/1121.95	c      1122         147377        2567        20                -           0.0000          -
21918.45/1127.13	c      1127         148079        2558        20                -           0.0000          -
22020.44/1132.27	c      1132         114650        2412        20                -           0.0000          -
22120.34/1137.36	c      1137         115213        2426        20                -           0.0000          -
22221.24/1142.45	c      1142         115745        2412        20                -           0.0000          -
22324.22/1147.68	c      1148         116287        2411        20                -           0.0000          -
22424.18/1152.77	c      1153         116846        2437        20                -           0.0000          -
22527.13/1157.93	c      1158         117496        2413        20                -           0.0000          -
22628.98/1163.07	c      1163         153017        2557        20                -           0.0000          -
22731.27/1168.20	c      1168         153819        2558        20                -           0.0000          -
22830.32/1173.26	c      1173         154504        2545        20                -           0.0000          -
22930.97/1178.32	c      1178         155178        2542        20                -           0.0000          -
23031.95/1183.41	c      1183         155831        2538        20                -           0.0000          -
23132.82/1188.52	c      1189         156579        2550        20                -           0.0000          -
23233.76/1193.60	c      1194         157262        2558        20                -           0.0000          -
23334.84/1198.70	c      1199         143860        2043        20                -           0.0000          -
23433.67/1203.70	c      1204         158611        2541        20                -           0.0000          -
23534.57/1208.83	c      1209         159334        2557        20                -           0.0000          -
23635.59/1213.94	c      1214         123564        2409        20                -           0.0000          -
23734.63/1219.04	c      1219         160863        2550        20                -           0.0000          -
23836.67/1224.14	c      1224         124826        2434        20                -           0.0000          -
23938.70/1229.21	c      1229         125704        2432        20                -           0.0000          -
24037.54/1234.29	c      1234         126413        2435        20                -           0.0000          -
24138.61/1239.35	c      1239              2           1        20                -           0.0000          -
24239.68/1244.46	c      1244              2           1        20                -           0.0000          -
24340.78/1249.60	c      1250              2           1        20                -           0.0000          -
24441.87/1254.69	c      1255              2           1        20                -           0.0000          -
24544.97/1259.80	c      1260              3           2        20                -           0.0000          -
24644.11/1264.87	c      1265              3           2        20                -           0.0000          -
24745.23/1269.92	c      1270              3           2        20                -           0.0000          -
24843.33/1275.00	c      1275              3           2        20                -           0.0000          -
24945.18/1280.05	c      1280              3           2        20                -           0.0000          -
25044.32/1285.12	c      1285              3           2        20                -           0.0000          -
25145.36/1290.16	c      1290         157877        2038        20                -           0.0000          -
25245.75/1295.21	c      1295         159085        2023        20                -           0.0000          -
25346.77/1300.31	c      1300              5           4        20                -           0.0000          -
25447.90/1305.43	c      1305              5           4        20                -           0.0000          -
25546.69/1310.45	c      1310              5           4        20                -           0.0000          -
25648.56/1315.67	c      1316              5           4        20                -           0.0000          -
25749.73/1320.73	c      1321              5           4        20                -           0.0000          -
25850.76/1325.83	c      1326              5           4        20                -           0.0000          -
25951.89/1330.90	c      1331              7           6        20                -           0.0000          -
26050.89/1335.91	c      1336              8           7        20                -           0.0000          -
26154.77/1341.16	c      1341              8           7        20                -           0.0000          -
26255.11/1346.25	c      1346              8           7        20                -           0.0000          -
26356.20/1351.37	c      1351              8           7        20                -           0.0000          -
26459.22/1356.53	c      1357              8           7        20                -           0.0000          -
26562.32/1361.70	c      1362              8           7        20                -           0.0000          -
26661.45/1366.79	c      1367              9           8        20                -           0.0000          -
26762.06/1371.86	c      1372             10           9        20                -           0.0000          -
26863.17/1376.98	c      1377             10           9        20                -           0.0000          -
26965.20/1382.05	c      1382             11          10        20                -           0.0000          -
27066.12/1387.17	c      1387             11          10        20                -           0.0000          -
27166.39/1392.25	c      1392             11          10        20                -           0.0000          -
27267.48/1397.39	c      1397             11          10        20                -           0.0000          -
27372.54/1402.61	c      1403             11          10        20                -           0.0000          -
27471.67/1407.68	c      1408             11          10        20                -           0.0000          -
27572.78/1412.75	c      1413             11          10        20                -           0.0000          -
27671.83/1417.76	c      1418             11          10        20                -           0.0000          -
27777.89/1423.06	c      1423             11          10        20                -           0.0000          -
27879.98/1428.23	c      1428             11          10        20                -           0.0000          -
27978.99/1433.24	c      1433             11          10        20                -           0.0000          -
28080.09/1438.32	c      1438             11          10        20                -           0.0000          -
28181.12/1443.41	c      1443             11          10        20                -           0.0000          -
28284.20/1448.66	c      1449             11          10        20                -           0.0000          -
28385.25/1453.74	c      1454             11          12        20                -           0.0000          -
28486.32/1458.84	c      1459             11          12        20                -           0.0000          -
28587.43/1463.91	c      1464             11          12        20                -           0.0000          -
28686.56/1469.02	c      1469             11          12        20                -           0.0000          -
28788.42/1474.13	c      1474             11          12        20                -           0.0000          -
28890.74/1479.26	c      1479             11          12        20                -           0.0000          -
28989.83/1484.29	c      1484             11          12        20                -           0.0000          -
29094.92/1489.50	c      1490             11          12        20                -           0.0000          -
29193.91/1494.59	c      1495             11          12        20                -           0.0000          -
29295.03/1499.70	c      1500             11          12        20                -           0.0000          -
29396.15/1504.70	c      1505             11          12        20                -           0.0000          -
29499.13/1509.93	c      1510             11          12        20                -           0.0000          -
29600.98/1515.06	c      1515             11          12        20                -           0.0000          -
29703.08/1520.20	c      1520             11          12        20                -           0.0000          -
29802.12/1525.28	c      1525             11          12        20                -           0.0000          -
29905.20/1530.42	c      1530             11          12        20                -           0.0000          -
30006.19/1535.59	c      1536             11          12        20                -           0.0000          -
30109.18/1540.72	c      1541             11          12        20                -           0.0000          -
30210.29/1545.81	c      1546             11          12        20                -           0.0000          -
30313.79/1551.07	c      1551             11          12        20                -           0.0000          -
30415.13/1556.19	c      1556             11          12        20                -           0.0000          -
30517.14/1561.31	c      1561             11          12        20                -           0.0000          -
30618.19/1566.40	c      1566             11          12        20                -           0.0000          -
30719.36/1571.50	c      1572             11          12        20                -           0.0000          -
30818.22/1576.57	c      1577             11          12        20                -           0.0000          -
30919.31/1581.68	c      1582             11          12        20                -           0.0000          -
31022.31/1586.83	c      1587             11          12        20                -           0.0000          -
31121.34/1591.86	c      1592             11          12        20                -           0.0000          -
31222.33/1596.97	c      1597             11          12        20                -           0.0000          -
31324.18/1602.09	c      1602             11          12        20                -           0.0000          -
31426.49/1607.24	c      1607             11          12        20                -           0.0000          -
31529.16/1612.45	c      1612             11          12        20                -           0.0000          -
31632.18/1617.61	c      1618             11          12        20                -           0.0000          -
31733.24/1622.71	c      1623             11          12        20                -           0.0000          -
31834.22/1627.87	c      1628             11          12        20                -           0.0000          -
31935.34/1632.95	c      1633             11          12        20                -           0.0000          -
32037.21/1638.13	c      1638             11          12        20                -           0.0000          -
32139.43/1643.25	c      1643             11          12        20                -           0.0000          -
32240.56/1648.37	c      1648             11          12        20                -           0.0000          -
32341.67/1653.49	c      1653             11          12        20                -           0.0000          -
32442.77/1658.57	c      1659             11          12        20                -           0.0000          -
32545.71/1663.70	c      1664             11          12        20                -           0.0000          -
32644.74/1668.79	c      1669             11          12        20                -           0.0000          -
32745.84/1673.87	c      1674             11          12        20                -           0.0000          -
32846.92/1678.96	c      1679             11          12        20                -           0.0000          -
32948.83/1684.05	c      1684             11          12        20                -           0.0000          -
33047.76/1689.11	c      1689             11          12        20                -           0.0000          -
33149.02/1694.20	c      1694             11          12        20                -           0.0000          -
33251.08/1699.30	c      1699             11          12        20                -           0.0000          -
33350.23/1704.37	c      1704             11          12        20                -           0.0000          -
33451.35/1709.46	c      1709             11          12        20                -           0.0000          -
33552.49/1714.57	c      1715             11          12        20                -           0.0000          -
33655.60/1719.71	c      1720             11          12        20                -           0.0000          -
33756.59/1724.83	c      1725             11          12        20                -           0.0000          -
33857.69/1729.91	c      1730             11          12        20                -           0.0000          -
33956.73/1734.97	c      1735             11          12        20                -           0.0000          -
34060.79/1740.19	c      1740             12          11        20                -           0.0000          -
34160.88/1745.27	c      1745             12          11        20                -           0.0000          -
34263.93/1750.43	c      1750             12          11        20                -           0.0000          -
34366.98/1755.62	c      1756             12          11        20                -           0.0000          -
34468.06/1760.72	c      1761             12          11        20                -           0.0000          -
34567.13/1765.77	c      1766             12          11        20                -           0.0000          -
34666.27/1770.79	c      1771             14          13        20                -           0.0000          -
34769.26/1775.90	c      1776             14          13        20                -           0.0000          -
34868.37/1781.02	c      1781             14          13        20                -           0.0000          -
34970.18/1786.13	c      1786             14          13        20                -           0.0000          -
35071.30/1791.19	c      1791             14          13        20                -           0.0000          -
35171.62/1796.25	c      1796             14          13        20                -           0.0000          -
35272.74/1801.37	c      1801             14          13        20                -           0.0000          -
35373.69/1806.47	c      1806         241599        2415        20                -           0.0000          -
35474.80/1811.56	c      1812             16          15        20                -           0.0000          -
35573.75/1816.59	c      1817             16          15        20                -           0.0000          -
35676.84/1821.73	c      1822             16          15        20                -           0.0000          -
35778.04/1826.84	c      1827             16          15        20                -           0.0000          -
35877.90/1831.96	c      1832             16          15        20                -           0.0000          -
35979.81/1837.09	c      1837             17          16        20                -           0.0000          -
36078.95/1842.14	c      1842             17          16        20                -           0.0000          -
36182.84/1847.32	c      1847         224528        2472        20                -           0.0000          -
36281.88/1852.35	c      1852             18          17        20                -           0.0000          -
36384.95/1857.51	c      1858             18          17        20                -           0.0000          -
36488.00/1862.74	c      1863             18          17        20                -           0.0000          -
36589.05/1867.85	c      1868             18          17        20                -           0.0000          -
36690.11/1872.92	c      1873             19          18        20                -           0.0000          -
36789.20/1878.01	c      1878             19          18        20                -           0.0000          -
36891.07/1883.08	c      1883             19          18        20                -           0.0000          -
36992.12/1888.18	c      1888             19          18        20                -           0.0000          -
37092.45/1893.24	c      1893             19          18        20                -           0.0000          -
37193.52/1898.32	c      1898             19          18        20                -           0.0000          -
37292.65/1903.38	c      1903             20          19        20                -           0.0000          -
37393.78/1908.44	c      1908             20          19        20                -           0.0000          -
37494.92/1913.53	c      1914             20          19        20                -           0.0000          -
37596.06/1918.63	c      1919             20          19        20                -           0.0000          -
37697.17/1923.76	c      1924             20          19        20                -           0.0000          -
37800.29/1928.90	c      1929             20          19        20                -           0.0000          -
37899.43/1934.01	c      1934         263698        2422        20                -           0.0000          -
38001.61/1939.10	c      1939             21          20        20                -           0.0000          -
38103.56/1944.23	c      1944             21          20        20                -           0.0000          -
38204.63/1949.31	c      1949             21          20        20                -           0.0000          -
38303.72/1954.38	c      1954             21          20        20                -           0.0000          -
38406.80/1959.50	c      1960             21          20        20                -           0.0000          -
38505.80/1964.58	c      1965             21          20        20                -           0.0000          -
38606.88/1969.64	c      1970             21          20        20                -           0.0000          -
38707.81/1974.77	c      1975             21          20        20                -           0.0000          -
38808.90/1979.86	c      1980             21          20        20                -           0.0000          -
38909.96/1984.91	c      1985             21          20        20                -           0.0000          -
39008.96/1990.01	c      1990             21          20        20                -           0.0000          -
39110.95/1995.08	c      1995             21          20        20                -           0.0000          -
39215.09/2000.37	c      2000             21          20        20                -           0.0000          -
39316.19/2005.49	c      2005             21          20        20                -           0.0000          -
39417.24/2010.58	c      2011             21          20        20                -           0.0000          -
39518.22/2015.65	c      2016             21          20        20                -           0.0000          -
39619.30/2020.72	c      2021             21          20        20                -           0.0000          -
39720.40/2025.81	c      2026             21          20        20                -           0.0000          -
39819.36/2030.89	c      2031             21          20        20                -           0.0000          -
39920.48/2036.04	c      2036             21          20        20                -           0.0000          -
40024.31/2041.15	c      2041             21          20        20                -           0.0000          -
40124.69/2046.20	c      2046             21          20        20                -           0.0000          -
40223.78/2051.23	c      2051             21          20        20                -           0.0000          -
40324.84/2056.30	c      2056             21          20        20                -           0.0000          -
40423.95/2061.38	c      2061             21          22        20                -           0.0000          -
40525.06/2066.45	c      2066             22          21        20                -           0.0000          -
40626.19/2071.52	c      2072             22          21        20                -           0.0000          -
40725.32/2076.54	c      2077             22          21        20                -           0.0000          -
40826.48/2081.63	c      2082             22          21        20                -           0.0000          -
40927.38/2086.74	c      2087             22          21        20                -           0.0000          -
41026.44/2091.79	c      2092             23          22        20                -           0.0000          -
41127.52/2096.80	c      2097             23          22        20                -           0.0000          -
41228.56/2101.92	c      2102             24          23        20                -           0.0000          -
41330.61/2107.10	c      2107             25          24        20                -           0.0000          -
41432.73/2112.20	c      2112             25          24        20                -           0.0000          -
41531.87/2117.29	c      2117             25          24        20                -           0.0000          -
41634.91/2122.45	c      2122             26          25        20                -           0.0000          -
41735.93/2127.51	c      2128             26          25        20                -           0.0000          -
41834.85/2132.59	c      2133             26          25        20                -           0.0000          -
41937.91/2137.72	c      2138             27          26        20                -           0.0000          -
42036.95/2142.77	c      2143             27          26        20                -           0.0000          -
42138.20/2147.86	c      2148             27          26        20                -           0.0000          -
42237.14/2152.89	c      2153             27          26        20                -           0.0000          -
42338.14/2158.03	c      2158             28          27        20                -           0.0000          -
42440.05/2163.10	c      2163             29          28        20                -           0.0000          -
42542.14/2168.20	c      2168             29          28        20                -           0.0000          -
42641.25/2173.29	c      2173             29          28        20                -           0.0000          -
42742.28/2178.35	c      2178             30          29        20                -           0.0000          -
42843.40/2183.44	c      2183             31          30        20                -           0.0000          -
42944.38/2188.52	c      2189             32          31        20                -           0.0000          -
43043.51/2193.58	c      2194             34          31        20                -           0.0000          -
43144.62/2198.64	c      2199             37          32        20                -           0.0000          -
43243.66/2203.69	c      2204             37          32        20                -           0.0000          -
43344.76/2208.70	c      2209             37          32        20                -           0.0000          -
43443.85/2213.76	c      2214         282129        2225        20                -           0.0000          -
43546.94/2218.93	c      2219             38          33        20                -           0.0000          -
43645.99/2223.95	c      2224             39          34        20                -           0.0000          -
43747.80/2229.04	c      2229             41          34        20                -           0.0000          -
43847.20/2234.14	c      2234             44          33        20                -           0.0000          -
43948.33/2239.15	c      2239             45          32        20                -           0.0000          -
44048.38/2244.30	c      2244             46          33        20                -           0.0000          -
44151.48/2249.41	c      2249             48          33        20                -           0.0000          -
44250.41/2254.49	c      2254             49          32        20                -           0.0000          -
44350.49/2259.58	c      2260             51          34        20                -           0.0000          -
44451.53/2264.68	c      2265             51          34        20                -           0.0000          -
44552.64/2269.77	c      2270         272433        2474        20                -           0.0000          -
44655.77/2274.94	c      2275             56          31        20                -           0.0000          -
44754.85/2280.00	c      2280             56          31        20                -           0.0000          -
44856.67/2285.11	c      2285             56          31        20                -           0.0000          -
44957.85/2290.19	c      2290             56          31        20                -           0.0000          -
45058.02/2295.28	c      2295             56          31        20                -           0.0000          -
45161.01/2300.40	c      2300             56          31        20                -           0.0000          -
45260.05/2305.45	c      2305             57          32        20                -           0.0000          -
45360.99/2310.52	c      2311             60          35        20                -           0.0000          -
45461.81/2315.66	c      2316             61          36        20                -           0.0000          -
45562.74/2320.76	c      2321             62          37        20                -           0.0000          -
45663.79/2325.89	c      2326             62          37        20                -           0.0000          -
45764.82/2330.96	c      2331             63          36        20                -           0.0000          -
45863.85/2336.03	c      2336             64          35        20                -           0.0000          -
45967.72/2341.18	c      2341             65          36        20                -           0.0000          -
46067.95/2346.24	c      2346             66          35        20                -           0.0000          -
46169.05/2351.33	c      2351             66          35        20                -           0.0000          -
46270.09/2356.42	c      2356             66          35        20                -           0.0000          -
46369.19/2361.49	c      2361             67          36        20                -           0.0000          -
46470.26/2366.56	c      2367             69          36        20                -           0.0000          -
46571.34/2371.61	c      2372             71          36        20                -           0.0000          -
46672.39/2376.72	c      2377             74          35        20                -           0.0000          -
46771.47/2381.78	c      2382             75          36        20                -           0.0000          -
46872.57/2386.86	c      2387             76          35        20                -           0.0000          -
46973.65/2391.98	c      2392         285854        2518        20                -           0.0000          -
47072.71/2397.00	c      2397             77          34        20                -           0.0000          -
47174.69/2402.07	c      2402             77          34        20                -           0.0000          -
47276.79/2407.20	c      2407         328879        2248        20                -           0.0000          -
47375.88/2412.25	c      2412         290923        2549        20                -           0.0000          -
47478.94/2417.47	c      2417             79          34        20                -           0.0000          -
47579.97/2422.56	c      2423             81          34        20                -           0.0000          -
47680.92/2427.64	c      2428             81          34        20                -           0.0000          -
47782.04/2432.72	c      2433             83          34        20                -           0.0000          -
47883.15/2437.89	c      2438             86          33        20                -           0.0000          -
47986.94/2443.05	c      2443             87          34        20                -           0.0000          -
48085.88/2448.13	c      2448             88          35        20                -           0.0000          -
48187.19/2453.18	c      2453             90          35        20                -           0.0000          -
48289.18/2458.31	c      2458             92          33        20                -           0.0000          -
48388.38/2463.36	c      2463             93          34        20                -           0.0000          -
48489.35/2468.44	c      2468             94          33        20                -           0.0000          -
48590.19/2473.51	c      2474         304588        2568        20                -           0.0000          -
48691.29/2478.63	c      2479         305426        2543        20                -           0.0000          -
48792.42/2483.75	c      2484             97          32        20                -           0.0000          -
48893.56/2488.85	c      2489             98          33        20                -           0.0000          -
48994.68/2493.94	c      2494             99          32        20                -           0.0000          -
49093.79/2499.01	c      2499         309535        2531        20                -           0.0000          -
49195.97/2504.12	c      2504         351346        2393        20                -           0.0000          -
49298.01/2509.20	c      2509         351874        2397        20                -           0.0000          -
49397.13/2514.28	c      2514            106          33        20                -           0.0000          -
49498.18/2519.38	c      2519            107          32        20                -           0.0000          -
49599.28/2524.48	c      2524         314733        2536        20                -           0.0000          -
49700.30/2529.55	c      2530            111          34        20                -           0.0000          -
49801.28/2534.67	c      2535            111          36        20                -           0.0000          -
49902.40/2539.78	c      2540            111          36        20                -           0.0000          -
50005.44/2544.90	c      2545            111          36        20                -           0.0000          -
50104.47/2549.98	c      2550            111          36        20                -           0.0000          -
50203.55/2555.03	c      2555            111          36        20                -           0.0000          -
50305.74/2560.10	c      2560            111          36        20                -           0.0000          -
50406.67/2565.19	c      2565         370914        2215        20                -           0.0000          -
50506.95/2570.26	c      2570            122          35        20                -           0.0000          -
50608.07/2575.33	c      2575            129          34        20                -           0.0000          -
50709.08/2580.42	c      2580            130          33        20                -           0.0000          -
50810.23/2585.59	c      2586            130          33        20                -           0.0000          -
50911.37/2590.66	c      2591            130          35        20                -           0.0000          -
51012.54/2595.74	c      2596            130          35        20                -           0.0000          -
51113.69/2600.82	c      2601            130          35        20                -           0.0000          -
51212.72/2605.87	c      2606         380265        2215        20                -           0.0000          -
51313.72/2610.95	c      2611            140          33        20                -           0.0000          -
51415.54/2616.10	c      2616            143          34        20                -           0.0000          -
51516.18/2621.19	c      2621            143          34        20                -           0.0000          -
51616.42/2626.29	c      2626            144          35        20                -           0.0000          -
51717.51/2631.34	c      2631            144          35        20                -           0.0000          -
51818.67/2636.40	c      2636            144          35        20                -           0.0000          -
51917.69/2641.44	c      2641            144          35        20                -           0.0000          -
52018.86/2646.51	c      2647            144          35        20                -           0.0000          -
52120.02/2651.63	c      2652            144          35        20                -           0.0000          -
52221.17/2656.71	c      2657            144          35        20                -           0.0000          -
52320.36/2661.76	c      2662            144          35        20                -           0.0000          -
52421.52/2666.83	c      2667            144          35        20                -           0.0000          -
52520.70/2671.88	c      2672            144          35        20                -           0.0000          -
52621.86/2676.90	c      2677            144          35        20                -           0.0000          -
52721.02/2682.01	c      2682            144          35        20                -           0.0000          -
52823.13/2687.08	c      2687            144          35        20                -           0.0000          -
52925.25/2692.22	c      2692            144          35        20                -           0.0000          -
53026.34/2697.32	c      2697            144          35        20                -           0.0000          -
53125.49/2702.39	c      2702            144          35        20                -           0.0000          -
53228.67/2707.53	c      2708            144          35        20                -           0.0000          -
53327.65/2712.59	c      2713            144          35        20                -           0.0000          -
53428.79/2717.64	c      2718            144          35        20                -           0.0000          -
53529.84/2722.71	c      2723            144          35        20                -           0.0000          -
53629.02/2727.77	c      2728            144          35        20                -           0.0000          -
53728.19/2732.78	c      2733            144          35        20                -           0.0000          -
53831.22/2737.92	c      2738            144          35        20                -           0.0000          -
53930.27/2743.00	c      2743            144          35        20                -           0.0000          -
54029.36/2748.01	c      2748            144          35        20                -           0.0000          -
54131.44/2753.10	c      2753            144          35        20                -           0.0000          -
54232.38/2758.18	c      2758            144          35        20                -           0.0000          -
54332.78/2763.26	c      2763            144          35        20                -           0.0000          -
54433.92/2768.32	c      2768         365166        2531        20                -           0.0000          -
54535.05/2773.41	c      2773            151          34        20                -           0.0000          -
54636.11/2778.50	c      2778            152          35        20                -           0.0000          -
54735.13/2783.56	c      2784            158          33        20                -           0.0000          -
54836.27/2788.63	c      2789            164          33        20                -           0.0000          -
54937.41/2793.72	c      2794            165          32        20                -           0.0000          -
55036.55/2798.79	c      2799            166          33        20                -           0.0000          -
55137.64/2803.84	c      2804            166          33        20                -           0.0000          -
55238.78/2808.92	c      2809            167          34        20                -           0.0000          -
55337.93/2813.98	c      2814            167          34        20                -           0.0000          -
55439.97/2819.09	c      2819            167          34        20                -           0.0000          -
55541.13/2824.19	c      2824            167          34        20                -           0.0000          -
55641.12/2829.28	c      2829            167          34        20                -           0.0000          -
55742.26/2834.35	c      2834            167          34        20                -           0.0000          -
55843.29/2839.47	c      2839            167          34        20                -           0.0000          -
55942.38/2844.48	c      2844            167          34        20                -           0.0000          -
56043.48/2849.56	c      2850            167          34        20                -           0.0000          -
56144.56/2854.62	c      2855            167          34        20                -           0.0000          -
56245.65/2859.73	c      2860            168          33        20                -           0.0000          -
56346.72/2864.84	c      2865            169          32        20                -           0.0000          -
56447.81/2869.90	c      2870            174          33        20                -           0.0000          -
56546.77/2874.97	c      2875            178          33        20                -           0.0000          -
56645.74/2880.03	c      2880         455020        2212        20                -           0.0000          -
56747.67/2885.13	c      2885            187          32        20                -           0.0000          -
56849.79/2890.24	c      2890            187          32        20                -           0.0000          -
56950.87/2895.30	c      2895            187          32        20                -           0.0000          -
57049.95/2900.34	c      2900            189          30        20                -           0.0000          -
57151.06/2905.41	c      2905            189          30        20                -           0.0000          -
57252.02/2910.50	c      2910            190          31        20                -           0.0000          -
57351.17/2915.55	c      2916         395934        2520        20                -           0.0000          -
57452.11/2920.61	c      2921         396781        2537        20                -           0.0000          -
57553.19/2925.77	c      2926            193          32        20                -           0.0000          -
57654.29/2930.84	c      2931         469158        2242        20                -           0.0000          -
57755.37/2935.93	c      2936         470875        2219        20                -           0.0000          -
57854.48/2941.00	c      2941         472658        2247        20                -           0.0000          -
57956.36/2946.08	c      2946         474633        2232        20                -           0.0000          -
58058.46/2951.20	c      2951            203          30        20                -           0.0000          -
58159.53/2956.32	c      2956            203          30        20                -           0.0000          -
58260.65/2961.43	c      2961            204          31        20                -           0.0000          -
58361.42/2966.51	c      2967            205          32        20                -           0.0000          -
58462.37/2971.68	c      2972            205          32        20                -           0.0000          -
58563.47/2976.80	c      2977            205          32        20                -           0.0000          -
58664.49/2981.86	c      2982            205          32        20                -           0.0000          -
58765.40/2986.93	c      2987            206          33        20                -           0.0000          -
58864.44/2992.00	c      2992         485434        2209        20                -           0.0000          -
58966.42/2997.08	c      2997            208          35        20                -           0.0000          -
59067.30/3002.17	c      3002            211          36        20                -           0.0000          -
59169.58/3007.32	c      3007         490034        2224        20                -           0.0000          -
59268.74/3012.37	c      3012            215          33        20                -           0.0000          -
59369.77/3017.43	c      3017            215          33        20                -           0.0000          -
59470.86/3022.55	c      3023         493967        2207        20                -           0.0000          -
59571.97/3027.69	c      3028            217          33        20                -           0.0000          -
59673.08/3032.74	c      3033            219          33        20                -           0.0000          -
59772.21/3037.77	c      3038            220          34        20                -           0.0000          -
59873.28/3042.88	c      3043         420019        2531        20                -           0.0000          -
59974.54/3047.97	c      3048            223          33        20                -           0.0000          -
60076.32/3053.05	c      3053            225          35        20                -           0.0000          -
60177.40/3058.18	c      3058            227          33        20                -           0.0000          -
60277.68/3063.25	c      3063            228          34        20                -           0.0000          -
60378.80/3068.36	c      3068         424382        2530        20                -           0.0000          -
60479.93/3073.47	c      3073            231          33        20                -           0.0000          -
60581.05/3078.53	c      3079            231          33        20                -           0.0000          -
60682.11/3083.62	c      3084            231          35        20                -           0.0000          -
60781.25/3088.68	c      3089            231          35        20                -           0.0000          -
60882.31/3093.76	c      3094            231          35        20                -           0.0000          -
60983.43/3098.82	c      3099            231          35        20                -           0.0000          -
61082.58/3103.89	c      3104            231          35        20                -           0.0000          -
61186.48/3109.06	c      3109            231          35        20                -           0.0000          -
61285.52/3114.11	c      3114            231          35        20                -           0.0000          -
61386.75/3119.20	c      3119            231          35        20                -           0.0000          -
61486.94/3124.26	c      3124            231          35        20                -           0.0000          -
61588.08/3129.31	c      3129            231          35        20                -           0.0000          -
61687.23/3134.36	c      3134            231          35        20                -           0.0000          -
61788.30/3139.45	c      3139            231          35        20                -           0.0000          -
61887.33/3144.49	c      3144            231          35        20                -           0.0000          -
61988.42/3149.57	c      3150            231          35        20                -           0.0000          -
62089.52/3154.63	c      3155            231          35        20                -           0.0000          -
62190.57/3159.70	c      3160            231          35        20                -           0.0000          -
62289.70/3164.76	c      3165            231          35        20                -           0.0000          -
62390.67/3169.80	c      3170            231          35        20                -           0.0000          -
62489.69/3174.86	c      3175            231          35        20                -           0.0000          -
62590.68/3179.91	c      3180            231          35        20                -           0.0000          -
62689.64/3184.93	c      3185            231          35        20                -           0.0000          -
62788.63/3190.02	c      3190            231          35        20                -           0.0000          -
62890.48/3195.09	c      3195            231          35        20                -           0.0000          -
62989.77/3200.14	c      3200            231          35        20                -           0.0000          -
63090.82/3205.18	c      3205            231          35        20                -           0.0000          -
63190.99/3210.24	c      3210            232          34        20                -           0.0000          -
63289.99/3215.29	c      3215            232          34        20                -           0.0000          -
63393.06/3220.41	c      3220            232          34        20                -           0.0000          -
63494.16/3225.56	c      3226            232          34        20                -           0.0000          -
63595.25/3230.68	c      3231            232          34        20                -           0.0000          -
63698.26/3235.81	c      3236            232          34        20                -           0.0000          -
63797.34/3240.90	c      3241            233          35        20                -           0.0000          -
63898.38/3245.95	c      3246            233          35        20                -           0.0000          -
64000.38/3251.05	c      3251            233          35        20                -           0.0000          -
64099.36/3256.11	c      3256            233          35        20                -           0.0000          -
64200.67/3261.17	c      3261            233          35        20                -           0.0000          -
64299.80/3266.20	c      3266            233          35        20                -           0.0000          -
64400.04/3271.26	c      3271            234          36        20                -           0.0000          -
64500.99/3276.38	c      3276            234          36        20                -           0.0000          -
64602.08/3281.47	c      3281            234          36        20                -           0.0000          -
64703.18/3286.52	c      3287            234          36        20                -           0.0000          -
64802.34/3291.58	c      3292            234          36        20                -           0.0000          -
64903.33/3296.64	c      3297            234          36        20                -           0.0000          -
65002.41/3301.69	c      3302            234          36        20                -           0.0000          -
65103.50/3306.79	c      3307         467782        2499        20                -           0.0000          -
65204.59/3311.83	c      3312            235          37        20                -           0.0000          -
65303.71/3316.88	c      3317            235          37        20                -           0.0000          -
65404.88/3321.94	c      3322            235          37        20                -           0.0000          -
65503.90/3327.03	c      3327            235          37        20                -           0.0000          -
65605.74/3332.10	c      3332            235          37        20                -           0.0000          -
65706.79/3337.15	c      3337            236          38        20                -           0.0000          -
65809.13/3342.34	c      3342            236          38        20                -           0.0000          -
65910.21/3347.45	c      3347            236          38        20                -           0.0000          -
66011.04/3352.55	c      3353            236          38        20                -           0.0000          -
66112.14/3357.64	c      3358            236          38        20                -           0.0000          -
66211.26/3362.68	c      3363            236          38        20                -           0.0000          -
66312.36/3367.75	c      3368            236          38        20                -           0.0000          -
66413.45/3372.83	c      3373            236          38        20                -           0.0000          -
66512.56/3377.89	c      3378            236          38        20                -           0.0000          -
66613.64/3382.95	c      3383            236          38        20                -           0.0000          -
66712.76/3388.03	c      3388            236          38        20                -           0.0000          -
66814.90/3393.09	c      3393            236          38        20                -           0.0000          -
66916.01/3398.17	c      3398            236          38        20                -           0.0000          -
67014.79/3403.18	c      3403            236          38        20                -           0.0000          -
67115.12/3408.29	c      3408            236          38        20                -           0.0000          -
67214.23/3413.31	c      3413            236          38        20                -           0.0000          -
67315.34/3418.38	c      3418            236          38        20                -           0.0000          -
67416.40/3423.43	c      3423            236          38        20                -           0.0000          -
67517.43/3428.51	c      3429            236          38        20                -           0.0000          -
67616.53/3433.59	c      3434            236          38        20                -           0.0000          -
67717.52/3438.66	c      3439            236          38        20                -           0.0000          -
67818.62/3443.75	c      3444            236          38        20                -           0.0000          -
67919.70/3448.81	c      3449            236          38        20                -           0.0000          -
68020.80/3453.91	c      3454            236          38        20                -           0.0000          -
68119.88/3459.05	c      3459            236          38        20                -           0.0000          -
68224.00/3464.19	c      3464            236          38        20                -           0.0000          -
68324.01/3469.28	c      3469            236          38        20                -           0.0000          -
68425.05/3474.36	c      3474            236          38        20                -           0.0000          -
68525.83/3479.48	c      3479            236          38        20                -           0.0000          -
68628.67/3484.65	c      3485            236          38        20                -           0.0000          -
68729.62/3489.77	c      3490            236          38        20                -           0.0000          -
68830.73/3494.87	c      3495            236          38        20                -           0.0000          -
68931.80/3499.93	c      3500            236          38        20                -           0.0000          -
69030.90/3504.98	c      3505            236          38        20                -           0.0000          -
69130.00/3510.04	c      3510            236          38        20                -           0.0000          -
69231.99/3515.12	c      3515            236          38        20                -           0.0000          -
69332.93/3520.17	c      3520            236          38        20                -           0.0000          -
69433.05/3525.25	c      3525            236          38        20                -           0.0000          -
69534.05/3530.32	c      3530            236          38        20                -           0.0000          -
69633.32/3535.40	c      3535            236          38        20                -           0.0000          -
69734.03/3540.46	c      3540            236          38        20                -           0.0000          -
69835.04/3545.54	c      3546            236          38        20                -           0.0000          -
69936.07/3550.62	c      3551            236          38        20                -           0.0000          -
70036.91/3555.70	c      3556            236          38        20                -           0.0000          -
70135.91/3560.78	c      3561            236          38        20                -           0.0000          -
70237.00/3565.84	c      3566            236          38        20                -           0.0000          -
70336.00/3570.89	c      3571            236          38        20                -           0.0000          -
70436.98/3575.95	c      3576            236          38        20                -           0.0000          -
70538.87/3581.05	c      3581            236          38        20                -           0.0000          -
70639.77/3586.14	c      3586            236          38        20                -           0.0000          -
70740.14/3591.23	c      3591            236          38        20                -           0.0000          -
70841.23/3596.34	c      3596            236          38        20                -           0.0000          -
70942.23/3601.42	c      3601            236          38        20                -           0.0000          -
71043.18/3606.51	c      3607            236          38        20                -           0.0000          -
71146.15/3611.78	c      3612            236          38        20                -           0.0000          -
71247.22/3616.86	c      3617            236          38        20                -           0.0000          -
71348.13/3621.92	c      3622            236          38        20                -           0.0000          -
71447.17/3626.93	c      3627            236          38        20                -           0.0000          -
71546.24/3631.97	c      3632            236          38        20                -           0.0000          -
71648.12/3637.05	c      3637            236          38        20                -           0.0000          -
71749.25/3642.16	c      3642            236          38        20                -           0.0000          -
71849.32/3647.22	c      3647            236          38        20                -           0.0000          -
71950.45/3652.31	c      3652            236          38        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 (189498 MiB free)
  memory of node 1: 193494 MiB (191544 MiB free)
  memory of node 2: 193531 MiB (191092 MiB free)
  memory of node 3: 193531 MiB (191593 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-4465707-1722533544/watcher-4465707-1722533544 -o /tmp/evaluation-result-4465707-1722533544/solver-4465707-1722533544 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127948 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465707-1722533544.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100118 s]*
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781833564/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=105388 memory=91740 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) R 128008 128011 127938 0 -1 4194304 20684 0 0 0 9 2 0 0 20 0 1 0 19937503 107917312 22935 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
/proc/128011/statm: 26347 22935 2582 3035 0 22743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 105388 KiB
Current children cumulated memory: 91740 KiB

[startup+0.218639 s]*
/proc/loadavg: 1.37 16.61 42.92 7/863 128012
/proc/meminfo: memFree=781729716/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=132776 memory=119456 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) R 128008 128011 127938 0 -1 4194304 28854 0 0 0 19 4 0 0 20 0 1 0 19937503 135962624 29864 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
/proc/128011/statm: 33194 29864 2678 3035 0 29590 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 132776 KiB
Current children cumulated memory: 119456 KiB

[startup+0.319571 s]*
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781729624/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=132776 memory=119456 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) R 128008 128011 127938 0 -1 4194304 28855 0 0 0 29 4 0 0 20 0 1 0 19937503 135962624 29864 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
/proc/128011/statm: 33194 29864 2678 3035 0 29590 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 132776 KiB
Current children cumulated memory: 119456 KiB

[startup+0.70025 s]
/proc/loadavg: 1.37 16.61 42.92 7/863 128012
/proc/meminfo: memFree=781723728/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=145444 memory=131692 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) R 128008 128011 127938 0 -1 4194304 34834 0 0 0 63 5 0 0 20 0 1 0 19937503 148934656 32923 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
/proc/128011/statm: 36361 32923 2758 3035 0 32757 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 145444 KiB
Current children cumulated memory: 131692 KiB

[startup+1.50028 s]
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781565576/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=186224 memory=170228 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) R 128008 128011 127938 0 -1 4194304 42551 0 0 0 142 7 0 0 20 0 1 0 19937503 190693376 42557 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
/proc/128011/statm: 46556 42557 2774 3035 0 42952 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 186224 KiB
Current children cumulated memory: 170228 KiB

[startup+3.11879 s]
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781531644/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=186696 memory=170752 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) R 128008 128011 127938 0 -1 4194304 42669 0 0 0 302 7 0 0 20 0 1 0 19937503 191176704 42688 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
/proc/128011/statm: 46674 42688 2774 3035 0 43070 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 186696 KiB
Current children cumulated memory: 170752 KiB

[startup+6.30028 s]
/proc/loadavg: 1.58 16.40 42.71 6/863 128012
/proc/meminfo: memFree=781510580/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=194776 memory=178696 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) R 128008 128011 127938 0 -1 4194304 44703 0 0 0 619 8 0 0 20 0 1 0 19937503 199450624 44674 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
/proc/128011/statm: 48694 44674 2774 3035 0 45090 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 194776 KiB
Current children cumulated memory: 178696 KiB

[startup+12.7003 s]
/proc/loadavg: 1.77 16.20 42.51 6/863 128014
/proc/meminfo: memFree=781503156/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=196260 memory=180272 CPUtime=12.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) R 128008 128011 127938 0 -1 4194304 45100 0 0 0 1256 8 0 0 20 0 1 0 19937503 200970240 45068 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
/proc/128011/statm: 49065 45068 2774 3035 0 45461 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 196260 KiB
Current children cumulated memory: 180272 KiB

[startup+25.5013 s]
/proc/loadavg: 5.31 16.23 42.09 36/943 128095
/proc/meminfo: memFree=776809608/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=4178624 memory=2837360 CPUtime=82.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) S 128008 128011 127938 0 -1 1077936128 760382 0 0 0 8086 148 0 0 20 0 41 0 19937503 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
/proc/128011/statm: 1044656 709340 2806 3035 0 826064 0
[pid=128011/tid=128016] ppid=128008 vsize=4178624 memory=36300 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128016/stat : 128016 (fscip) R 128008 128011 127938 0 -1 4194368 31109 0 0 0 297 6 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128017] ppid=128008 vsize=4178624 memory=5512 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128017/stat : 128017 (fscip) R 128008 128011 127938 0 -1 4194368 31964 0 0 0 297 7 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128018] ppid=128008 vsize=4178624 memory=2835412 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128018/stat : 128018 (fscip) R 128008 128011 127938 0 -1 4194368 31942 0 0 0 297 6 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128019] ppid=128008 vsize=4178624 memory=25099 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128019/stat : 128019 (fscip) R 128008 128011 127938 0 -1 4194368 31060 0 0 0 298 6 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128020] ppid=128008 vsize=4178624 memory=2237 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128020/stat : 128020 (fscip) R 128008 128011 127938 0 -1 4194368 39424 0 0 0 295 8 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128021] ppid=128008 vsize=4178624 memory=25141 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128021/stat : 128021 (fscip) R 128008 128011 127938 0 -1 4194368 31945 0 0 0 297 6 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128022] ppid=128008 vsize=4178624 memory=279453926413344 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128022/stat : 128022 (fscip) R 128008 128011 127938 0 -1 4194368 35406 0 0 0 297 6 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128023] ppid=128008 vsize=4178624 memory=15776 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128023/stat : 128023 (fscip) R 128008 128011 127938 0 -1 4194368 31919 0 0 0 299 5 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128024] ppid=128008 vsize=4178624 memory=284120 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128024/stat : 128024 (fscip) R 128008 128011 127938 0 -1 4194368 39296 0 0 0 296 7 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128025] ppid=128008 vsize=4178624 memory=33 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128025/stat : 128025 (fscip) R 128008 128011 127938 0 -1 4194368 32859 0 0 0 297 6 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128026] ppid=128008 vsize=4178624 memory=25333125866717268 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128026/stat : 128026 (fscip) R 128008 128011 127938 0 -1 4194368 31962 0 0 0 297 6 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128027] ppid=128008 vsize=4178624 memory=178696 CPUtime=2.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128027/stat : 128027 (fscip) R 128008 128011 127938 0 -1 4194368 31973 0 0 0 289 6 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128028] ppid=128008 vsize=4178624 memory=33000 CPUtime=3.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128028/stat : 128028 (fscip) R 128008 128011 127938 0 -1 4194368 37901 0 0 0 296 6 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128029] ppid=128008 vsize=4178624 memory=1804 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128029/stat : 128029 (fscip) R 128008 128011 127938 0 -1 4194368 39357 0 0 0 296 7 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128030] ppid=128008 vsize=4178624 memory=6048 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128030/stat : 128030 (fscip) R 128008 128011 127938 0 -1 4194368 31974 0 0 0 298 5 0 0 20 0 41 0 19939662 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128031] ppid=128008 vsize=4178624 memory=51200 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128031/stat : 128031 (fscip) R 128008 128011 127938 0 -1 4194368 31041 0 0 0 299 5 0 0 20 0 41 0 19939663 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128032] ppid=128008 vsize=4178624 memory=104 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128032/stat : 128032 (fscip) R 128008 128011 127938 0 -1 4194368 31870 0 0 0 298 6 0 0 20 0 41 0 19939663 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128033] ppid=128008 vsize=4178624 memory=279453927210144 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128033/stat : 128033 (fscip) R 128008 128011 127938 0 -1 4194368 38228 0 0 0 297 6 0 0 20 0 41 0 19939663 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128034] ppid=128008 vsize=4178624 memory=0 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128034/stat : 128034 (fscip) R 128008 128011 127938 0 -1 4194368 35022 0 0 0 297 7 0 0 20 0 41 0 19939663 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128035] ppid=128008 vsize=4178624 memory=25932 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128035/stat : 128035 (fscip) R 128008 128011 127938 0 -1 4194368 38165 0 0 0 296 8 0 0 20 0 41 0 19939663 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128036] ppid=128008 vsize=4178624 memory=21380 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128036/stat : 128036 (fscip) S 128008 128011 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128037] ppid=128008 vsize=4178624 memory=2208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128037/stat : 128037 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128038] ppid=128008 vsize=4178624 memory=683985184 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128038/stat : 128038 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128039] ppid=128008 vsize=4178624 memory=39073 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128039/stat : 128039 (fscip) S 128008 128011 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128040] ppid=128008 vsize=4178624 memory=8358878038423218936 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128040/stat : 128040 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128041] ppid=128008 vsize=4178624 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128041/stat : 128041 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128042] ppid=128008 vsize=4178624 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128042/stat : 128042 (fscip) S 128008 128011 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128043] ppid=128008 vsize=4178624 memory=2237 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128043/stat : 128043 (fscip) S 128008 128011 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128044] ppid=128008 vsize=4178624 memory=11408 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128044/stat : 128044 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128045] ppid=128008 vsize=4178624 memory=13680 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128045/stat : 128045 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128046] ppid=128008 vsize=4178624 memory=11228 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128046/stat : 128046 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128047] ppid=128008 vsize=4178624 memory=11232 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128047/stat : 128047 (fscip) S 128008 128011 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128048] ppid=128008 vsize=4178624 memory=11252 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128048/stat : 128048 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128049] ppid=128008 vsize=4178624 memory=11252 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128049/stat : 128049 (fscip) S 128008 128011 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128050] ppid=128008 vsize=4178624 memory=2660 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128050/stat : 128050 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128051] ppid=128008 vsize=4178624 memory=4384 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128051/stat : 128051 (fscip) S 128008 128011 127938 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128052] ppid=128008 vsize=4178624 memory=7636 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128052/stat : 128052 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128053] ppid=128008 vsize=4178624 memory=19092 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128053/stat : 128053 (fscip) S 128008 128011 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939749 4278910976 709340 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0

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

/proc/128011/task/128023/stat : 128023 (fscip) D 128008 128011 127938 0 -1 1077937220 2742678 0 0 0 359735 334 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128024] ppid=128008 vsize=21432176 memory=6732 CPUtime=3600.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128024/stat : 128024 (fscip) D 128008 128011 127938 0 -1 1077937220 3740333 0 0 0 359018 1072 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128025] ppid=128008 vsize=21432176 memory=6055652847293562906 CPUtime=3601.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128025/stat : 128025 (fscip) D 128008 128011 127938 0 -1 1077937220 637254 0 0 0 360101 77 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128026] ppid=128008 vsize=21432176 memory=-7162552409739085206 CPUtime=3606.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128026/stat : 128026 (fscip) D 128008 128011 127938 0 -1 1077937220 2169355 0 0 0 360354 297 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128027] ppid=128008 vsize=21432176 memory=25366 CPUtime=3580.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128027/stat : 128027 (fscip) D 128008 128011 127938 0 -1 1077937220 3686201 0 0 0 357071 957 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128028] ppid=128008 vsize=21432176 memory=25696 CPUtime=3601.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128028/stat : 128028 (fscip) D 128008 128011 127938 0 -1 1077937220 843834 0 0 0 360054 92 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128029] ppid=128008 vsize=21432176 memory=26027 CPUtime=3602.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128029/stat : 128029 (fscip) D 128008 128011 127938 0 -1 1077937220 1562456 0 0 0 360006 253 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128030] ppid=128008 vsize=21432176 memory=64247 CPUtime=3595.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128030/stat : 128030 (fscip) D 128008 128011 127938 0 -1 1077937220 3376810 0 0 0 358604 928 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128031] ppid=128008 vsize=21432176 memory=83325 CPUtime=3603.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128031/stat : 128031 (fscip) D 128008 128011 127938 0 -1 1077937220 627675 0 0 0 360228 76 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128032] ppid=128008 vsize=21432176 memory=83813 CPUtime=3604.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128032/stat : 128032 (fscip) D 128008 128011 127938 0 -1 1077937220 1022536 0 0 0 360245 200 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128033] ppid=128008 vsize=21432176 memory=112881 CPUtime=3592.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128033/stat : 128033 (fscip) D 128008 128011 127938 0 -1 1077937220 3990899 0 0 0 358199 1025 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128034] ppid=128008 vsize=21432176 memory=257881 CPUtime=3598.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128034/stat : 128034 (fscip) D 128008 128011 127938 0 -1 1077937220 731742 0 0 0 359792 100 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128035] ppid=128008 vsize=21432176 memory=47032 CPUtime=3605.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128035/stat : 128035 (fscip) D 128008 128011 127938 0 -1 1077937220 1594643 0 0 0 360335 238 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128036] ppid=128008 vsize=21432176 memory=3300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128036/stat : 128036 (fscip) D 128008 128011 127938 0 -1 1077937220 208 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128037] ppid=128008 vsize=21432176 memory=2264 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128037/stat : 128037 (fscip) D 128008 128011 127938 0 -1 1077937220 213 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128038] ppid=128008 vsize=21432176 memory=1668 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128038/stat : 128038 (fscip) D 128008 128011 127938 0 -1 1077937220 208 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128039] ppid=128008 vsize=21432176 memory=198340509722 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128039/stat : 128039 (fscip) D 128008 128011 127938 0 -1 1077937220 216 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128040] ppid=128008 vsize=21432176 memory=25027 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128040/stat : 128040 (fscip) D 128008 128011 127938 0 -1 1077937220 145 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128041] ppid=128008 vsize=21432176 memory=25366 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128041/stat : 128041 (fscip) D 128008 128011 127938 0 -1 1077937220 146 0 0 0 0 3 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128042] ppid=128008 vsize=21432176 memory=25696 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128042/stat : 128042 (fscip) D 128008 128011 127938 0 -1 1077937220 216 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128043] ppid=128008 vsize=21432176 memory=26027 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128043/stat : 128043 (fscip) D 128008 128011 127938 0 -1 1077937220 216 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128044] ppid=128008 vsize=21432176 memory=64247 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128044/stat : 128044 (fscip) D 128008 128011 127938 0 -1 1077937220 143 0 0 0 4 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128045] ppid=128008 vsize=21432176 memory=83325 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128045/stat : 128045 (fscip) D 128008 128011 127938 0 -1 1077937220 211 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128046] ppid=128008 vsize=21432176 memory=83813 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128046/stat : 128046 (fscip) D 128008 128011 127938 0 -1 1077937220 213 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128047] ppid=128008 vsize=21432176 memory=114673 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128047/stat : 128047 (fscip) D 128008 128011 127938 0 -1 1077937220 216 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128048] ppid=128008 vsize=21432176 memory=257881 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128048/stat : 128048 (fscip) D 128008 128011 127938 0 -1 1077937220 144 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128049] ppid=128008 vsize=21432176 memory=47032 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128049/stat : 128049 (fscip) D 128008 128011 127938 0 -1 1077937220 215 0 0 0 0 2 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128050] ppid=128008 vsize=21432176 memory=2660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128050/stat : 128050 (fscip) D 128008 128011 127938 0 -1 1077937220 215 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128051] ppid=128008 vsize=21432176 memory=6596 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128051/stat : 128051 (fscip) D 128008 128011 127938 0 -1 1077937220 217 0 0 0 4 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128052] ppid=128008 vsize=21432176 memory=15226952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128052/stat : 128052 (fscip) D 128008 128011 127938 0 -1 1077937220 141 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128053] ppid=128008 vsize=21432176 memory=17625096 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128053/stat : 128053 (fscip) D 128008 128011 127938 0 -1 1077937220 75 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128054] ppid=128008 vsize=21432176 memory=25027 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128054/stat : 128054 (fscip) D 128008 128011 127938 0 -1 1077937220 145 0 0 0 0 3 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128055] ppid=128008 vsize=21432176 memory=25366 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128055/stat : 128055 (fscip) D 128008 128011 127938 0 -1 1077937220 213 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
Current children cumulated CPU time: 72001.3 s
Current children cumulated vsize: 21432176 KiB
Current children cumulated memory: 17625136 KiB

[startup+3657.6 s]
/proc/loadavg: 82.04 80.76 79.85 65/1027 130028
/proc/meminfo: memFree=712821652/790760804 swapFree=131071996/131071996
[pid=128011] ppid=128008 vsize=21432176 memory=17625136 CPUtime=72001.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/stat : 128011 (fscip) D 128008 128011 127938 0 -1 1077937156 41283988 0 0 0 7191397 8737 0 0 20 0 41 0 19937503 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
/proc/128011/statm: 5358044 4406284 3328 3035 0 5210896 0
[pid=128011/tid=128016] ppid=128008 vsize=21432176 memory=17624928 CPUtime=3600.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128016/stat : 128016 (fscip) D 128008 128011 127938 0 -1 1077937220 632408 0 0 0 359993 69 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128017] ppid=128008 vsize=21432176 memory=17625136 CPUtime=3600.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128017/stat : 128017 (fscip) D 128008 128011 127938 0 -1 1077937220 2014176 0 0 0 359788 288 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128018] ppid=128008 vsize=21432176 memory=17625136 CPUtime=3582.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128018/stat : 128018 (fscip) D 128008 128011 127938 0 -1 1077937220 3856197 0 0 0 357261 1003 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128019] ppid=128008 vsize=21432176 memory=17625136 CPUtime=3608.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128019/stat : 128019 (fscip) S 128008 128011 127938 0 -1 4195904 1300293 0 0 0 360484 328 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 140507415670064 9764276 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 0
[pid=128011/tid=128020] ppid=128008 vsize=21432176 memory=11408 CPUtime=3603.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128020/stat : 128020 (fscip) D 128008 128011 127938 0 -1 1077937220 1595106 0 0 0 360142 232 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128021] ppid=128008 vsize=21432176 memory=13680 CPUtime=3582.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128021/stat : 128021 (fscip) D 128008 128011 127938 0 -1 1077937220 3765147 0 0 0 357281 990 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128022] ppid=128008 vsize=21432176 memory=-7162552409739085206 CPUtime=3605.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128022/stat : 128022 (fscip) D 128008 128011 127938 0 -1 1077937220 1313037 0 0 0 360454 124 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128023] ppid=128008 vsize=21432176 memory=5512 CPUtime=3600.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128023/stat : 128023 (fscip) D 128008 128011 127938 0 -1 1077937220 2742678 0 0 0 359735 334 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128024] ppid=128008 vsize=21432176 memory=15776 CPUtime=3600.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128024/stat : 128024 (fscip) D 128008 128011 127938 0 -1 1077937220 3740333 0 0 0 359018 1072 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128025] ppid=128008 vsize=21432176 memory=2316 CPUtime=3601.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128025/stat : 128025 (fscip) D 128008 128011 127938 0 -1 1077937220 637254 0 0 0 360101 77 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128026] ppid=128008 vsize=21432176 memory=33000 CPUtime=3606.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128026/stat : 128026 (fscip) D 128008 128011 127938 0 -1 1077937220 2169355 0 0 0 360354 297 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128027] ppid=128008 vsize=21432176 memory=6720668727043964002 CPUtime=3580.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128027/stat : 128027 (fscip) D 128008 128011 127938 0 -1 1077937220 3686201 0 0 0 357071 957 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128028] ppid=128008 vsize=21432176 memory=3 CPUtime=3601.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128028/stat : 128028 (fscip) D 128008 128011 127938 0 -1 1077937220 843834 0 0 0 360054 92 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128029] ppid=128008 vsize=21432176 memory=4 CPUtime=3602.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128029/stat : 128029 (fscip) D 128008 128011 127938 0 -1 1077937220 1562456 0 0 0 360006 253 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128030] ppid=128008 vsize=21432176 memory=3 CPUtime=3595.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128030/stat : 128030 (fscip) D 128008 128011 127938 0 -1 1077937220 3376810 0 0 0 358604 928 0 0 20 0 41 0 19939662 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128031] ppid=128008 vsize=21432176 memory=3 CPUtime=3603.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128031/stat : 128031 (fscip) D 128008 128011 127938 0 -1 1077937220 627675 0 0 0 360228 76 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128032] ppid=128008 vsize=21432176 memory=3 CPUtime=3604.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128032/stat : 128032 (fscip) D 128008 128011 127938 0 -1 1077937220 1022536 0 0 0 360245 200 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128033] ppid=128008 vsize=21432176 memory=6596 CPUtime=3592.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128033/stat : 128033 (fscip) D 128008 128011 127938 0 -1 1077937220 3990899 0 0 0 358199 1025 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128034] ppid=128008 vsize=21432176 memory=15224524 CPUtime=3598.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128034/stat : 128034 (fscip) D 128008 128011 127938 0 -1 1077937220 731742 0 0 0 359792 100 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128035] ppid=128008 vsize=21432176 memory=2692 CPUtime=3605.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128035/stat : 128035 (fscip) D 128008 128011 127938 0 -1 1077937220 1594643 0 0 0 360335 238 0 0 20 0 41 0 19939663 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128036] ppid=128008 vsize=21432176 memory=6668 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128036/stat : 128036 (fscip) D 128008 128011 127938 0 -1 1077937220 208 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128037] ppid=128008 vsize=21432176 memory=16892544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128037/stat : 128037 (fscip) D 128008 128011 127938 0 -1 1077937220 213 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128038] ppid=128008 vsize=21432176 memory=2692 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128038/stat : 128038 (fscip) D 128008 128011 127938 0 -1 1077937220 208 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128039] ppid=128008 vsize=21432176 memory=11448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128039/stat : 128039 (fscip) D 128008 128011 127938 0 -1 1077937220 216 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128040] ppid=128008 vsize=21432176 memory=16724 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128040/stat : 128040 (fscip) D 128008 128011 127938 0 -1 1077937220 145 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128041] ppid=128008 vsize=21432176 memory=10544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128041/stat : 128041 (fscip) D 128008 128011 127938 0 -1 1077937220 146 0 0 0 0 3 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128042] ppid=128008 vsize=21432176 memory=5512 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128042/stat : 128042 (fscip) D 128008 128011 127938 0 -1 1077937220 216 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128043] ppid=128008 vsize=21432176 memory=15776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128043/stat : 128043 (fscip) D 128008 128011 127938 0 -1 1077937220 216 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128044] ppid=128008 vsize=21432176 memory=2316 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128044/stat : 128044 (fscip) D 128008 128011 127938 0 -1 1077937220 143 0 0 0 4 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128045] ppid=128008 vsize=21432176 memory=33000 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128045/stat : 128045 (fscip) D 128008 128011 127938 0 -1 1077937220 211 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128046] ppid=128008 vsize=21432176 memory=6540 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128046/stat : 128046 (fscip) D 128008 128011 127938 0 -1 1077937220 213 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128047] ppid=128008 vsize=21432176 memory=17596564 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128047/stat : 128047 (fscip) D 128008 128011 127938 0 -1 1077937220 216 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128048] ppid=128008 vsize=21432176 memory=2752 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128048/stat : 128048 (fscip) D 128008 128011 127938 0 -1 1077937220 144 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128049] ppid=128008 vsize=21432176 memory=6732 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128049/stat : 128049 (fscip) D 128008 128011 127938 0 -1 1077937220 215 0 0 0 0 2 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128050] ppid=128008 vsize=21432176 memory=17622936 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128050/stat : 128050 (fscip) D 128008 128011 127938 0 -1 1077937220 215 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128051] ppid=128008 vsize=21432176 memory=17624884 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128051/stat : 128051 (fscip) D 128008 128011 127938 0 -1 1077937220 217 0 0 0 4 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128052] ppid=128008 vsize=21432176 memory=5512 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128052/stat : 128052 (fscip) D 128008 128011 127938 0 -1 1077937220 141 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128053] ppid=128008 vsize=21432176 memory=17625072 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128053/stat : 128053 (fscip) D 128008 128011 127938 0 -1 1077937220 75 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128054] ppid=128008 vsize=21432176 memory=28152 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128054/stat : 128054 (fscip) D 128008 128011 127938 0 -1 1077937220 145 0 0 0 0 3 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
[pid=128011/tid=128055] ppid=128008 vsize=21432176 memory=33860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128011/task/128055/stat : 128055 (fscip) D 128008 128011 127938 0 -1 1077937220 213 0 0 0 3 0 0 0 20 0 41 0 19939749 21946548224 4406284 809668444160 4194304 16623229 140724020768560 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24293376 140724020773897 140724020774015 140724020774015 140724020781040 24
Current children cumulated CPU time: 72001.3 s
Current children cumulated vsize: 21432176 KiB
Current children cumulated memory: 17625136 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3658.15
CPU time (s): 72001.9
CPU user time (s): 71914
CPU system time (s): 87.9178
CPU usage (%): 1968.26
Max. virtual memory (cumulated for all children) (KiB): 21432176
Max. memory (cumulated for all children) (KiB): 17625136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71914
system time used= 87.9178
maximum resident set size= 17625152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41283988
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= 144968
involuntary context switches= 350483


# summary of solver processes directly reported to runsolver:
#   pid: 128011
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71914
#   total CPU system time (s): 87.9178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.9667 second user time and 101.107 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 19:32:24
IDJOB=4465707
IDBENCH=158290
IDSOLVER=3094
FILE ID=nodeD105/4465707-1722533544
RUNJOBID= nodeD105-1722533544-127948
SLURM_JOB_ID= 8254275
Free space on /tmp= 8622836 MiB

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

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

MD5SUM BENCH= 75fbe782de7ac9ce41dec078153ff02c
RANDOM SEED=1367833946

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		: 3709.687
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		: 2643.042
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		: 2617.443
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		: 3856.071
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		: 3527.741
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		: 3633.079
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		: 2631.939
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		: 3638.829
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		: 2773.954
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		: 3654.074
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		: 2625.811
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		: 3656.160
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		: 3252.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		: 3647.701
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		: 1774.781
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		: 3559.658
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		: 2662.674
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		: 3709.519
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		: 1753.974
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		: 2649.708
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		: 2605.123
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		: 2654.279
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		: 1786.415
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		: 2658.472
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		: 2655.413
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		: 1787.419
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		: 1753.203
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		: 2639.689
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		: 2660.686
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		: 1793.124
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		: 2652.463
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		: 2658.044
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		: 3000.549
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		: 1776.948
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		: 2653.119
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		: 2647.087
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		: 2654.720
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		: 1765.606
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		: 2658.878
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		: 2656.677
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		: 2590.237
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		: 1734.783
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		: 2632.716
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		: 2642.159
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		: 2633.128
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		: 1752.143
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		: 2662.927
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		: 2656.905
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		: 3394.375
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		: 2653.881
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		: 2645.068
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		: 2646.929
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		: 2662.276
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		: 2661.509
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		: 3479.223
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		: 2652.423
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		: 2653.815
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		: 2648.628
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		: 3476.773
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		: 2650.630
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		: 3648.881
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		: 2621.994
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		: 3520.658
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		: 2651.381
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		: 2643.080
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		: 2637.815
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		: 3579.058
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		: 2653.975
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		: 2852.920
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		: 2659.620
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.592
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		: 2600.971
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		: 2642.202
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		: 2650.459
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		: 3584.699
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		: 2693.628
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		: 2666.809
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		: 2654.248
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		: 3225.381
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		: 3764.253
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:        782132396 kB
MemAvailable:   784470984 kB
Buffers:          283928 kB
Cached:          5363396 kB
SwapCached:            0 kB
Active:           450644 kB
Inactive:        5606444 kB
Active(anon):       2072 kB
Inactive(anon):   430252 kB
Active(file):     448572 kB
Inactive(file):  5176192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            116872 kB
Writeback:            20 kB
AnonPages:        409912 kB
Mapped:            93164 kB
Shmem:             22536 kB
KReclaimable:     267056 kB
Slab:             633600 kB
SReclaimable:     267056 kB
SUnreclaim:       366544 kB
KernelStack:       14672 kB
PageTables:        11044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     959768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           266112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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:      579584 kB
DirectMap2M:    62832640 kB
DirectMap1G:    742391808 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD105 at 2024-08-01 20:33:22