Trace number 4465695

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) 72000.4 3637.56

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K83.opb
MD5SUMbcb1c72c6ad4afea1adf0a0324f1d09c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
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 84
Number of bits of the biggest sum of numbers7
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.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47239168, getVmSize() = 47239168, SCIPgetMemUsed() = 20474344, SCIPgetMemTotal() = 25028600, SCIPgetMemExternEstim() = 11006671
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
3.78/3.84	c ** Estimated virtualMemUsedAtSolver = 74033256, getVmSize() = 124817408, SCIPgetMemUsed() = 70809261, SCIPgetMemTotal() = 100043213, SCIPgetMemExternEstim() = 11006671
3.78/3.84	c ** set memory limit for solvers to 4.18838e+11 for each SCIP **
3.78/3.84	c Original Problem   :
3.78/3.84	c   Problem name     : instance-4465695-1722541827
3.78/3.84	c   Variables        : 5644 (5644 binary, 0 integer, 0 implicit integer, 0 continuous)
3.78/3.84	c   Constraints      : 5812
3.78/3.84	c   Objective sense  : minimize
3.78/3.84	c Presolved Problem  :
3.78/3.84	c   Variables        : 4910 (4910 binary, 0 integer, 0 implicit integer, 0 continuous)
3.78/3.84	c   Constraints      : 5059
3.78/3.84	c Constraints        : Number
3.78/3.84	c   knapsack         : 1 
3.78/3.84	c   setppc           : 1085 
3.78/3.84	c   orbitope         : 3 
3.78/3.84	c   logicor          : 3970 
3.78/3.84	c ** Instance transfer method used: 0
3.78/3.85	c ** ParaScipInstance copy increased the number of variables. **
4.02/4.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.02/4.07	c                                Nodes    Active                                            
4.02/4.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
67.74/7.30	c         7              2           1        20                -           0.0000          -
166.68/12.39	c        12           2477         169        20                -           0.0000          -
267.73/17.44	c        17           6559         301        20                -           0.0000          -
366.85/22.49	c        22           9994         293        20                -           0.0000          -
467.81/27.54	c        28          13018         309        20                -           0.0000          -
568.85/32.61	c        33          16547         268        20                -           0.0000          -
667.85/37.66	c        38          19696         474        20                -           0.0000          -
768.92/42.73	c        43          22903         349        20                -           0.0000          -
867.89/47.77	c        48          25888         361        20                -           0.0000          -
968.92/52.83	c        53          30155         355        20                -           0.0000          -
1070.00/57.93	c        58          33805         390        20                -           0.0000          -
1169.09/62.98	c        63          37008         434        20                -           0.0000          -
1270.99/68.05	c        68          41082         442        20                -           0.0000          -
1370.00/73.10	c        73          45083         395        20                -           0.0000          -
1469.35/78.15	c        78          48857         408        20                -           0.0000          -
1570.26/83.20	c        83          52632         428        20                -           0.0000          -
1670.28/88.25	c        88          57779         399        20                -           0.0000          -
1769.30/93.30	c        93              2           1        20                -           0.0000          -
1870.41/98.35	c        98              4           3        20                -           0.0000          -
1971.42/103.41	c       103             12          11        20                -           0.0000          -
2070.54/108.46	c       108             14          13        20                -           0.0000          -
2171.62/113.51	c       114             18          17        20                -           0.0000          -
2270.77/118.57	c       119             24          21        20                -           0.0000          -
2371.81/123.63	c       124             25          20        20                -           0.0000          -
2470.80/128.69	c       129             25          22        20                -           0.0000          -
2571.84/133.74	c       134             12          11        20                -           0.0000          -
2670.93/138.79	c       139             32          18        20                -           0.0000          -
2772.02/143.85	c       144             32          18        20                -           0.0000          -
2873.00/148.90	c       149             32          18        20                -           0.0000          -
2972.07/153.92	c       154             34          20        20                -           0.0000          -
3071.01/159.00	c       159             31          19        20                -           0.0000          -
3172.78/164.05	c       164             61          22        20                -           0.0000          -
3271.59/169.11	c       169             44          22        20                -           0.0000          -
3372.51/174.16	c       174             44          22        20                -           0.0000          -
3472.44/179.21	c       179             44          22        20                -           0.0000          -
3571.35/184.25	c       184             44          22        20                -           0.0000          -
3670.42/189.27	c       189             44          22        20                -           0.0000          -
3771.50/194.33	c       194             44          22        20                -           0.0000          -
3872.39/199.48	c       199             44          22        20                -           0.0000          -
3973.44/204.52	c       205             44          22        20                -           0.0000          -
4074.46/209.60	c       210             44          22        20                -           0.0000          -
4173.52/214.65	c       215             44          22        20                -           0.0000          -
4274.52/219.70	c       220             44          22        20                -           0.0000          -
4373.52/224.74	c       225             44          22        20                -           0.0000          -
4474.57/229.81	c       230            114          22        20                -           0.0000          -
4573.33/234.82	c       235             47          25        20                -           0.0000          -
4672.49/239.87	c       240             47          25        20                -           0.0000          -
4773.55/244.96	c       245            127          25        20                -           0.0000          -
4875.76/250.13	c       250             50          28        20                -           0.0000          -
4977.53/255.25	c       255             50          28        20                -           0.0000          -
5078.47/260.31	c       260         155853         473        20                -           0.0000          -
5179.37/265.42	c       265             54          30        20                -           0.0000          -
5278.40/270.46	c       270            139          37        20                -           0.0000          -
5377.47/275.48	c       275            139          37        20                -           0.0000          -
5478.46/280.56	c       281            139          37        20                -           0.0000          -
5579.37/285.61	c       286            139          37        20                -           0.0000          -
5678.27/290.67	c       291            139          37        20                -           0.0000          -
5779.23/295.73	c       296            139          37        20                -           0.0000          -
5878.21/300.78	c       301            139          37        20                -           0.0000          -
5979.24/305.85	c       306            139          37        20                -           0.0000          -
6080.37/310.90	c       311             71          37        20                -           0.0000          -
6179.52/315.95	c       316             71          37        20                -           0.0000          -
6278.72/321.00	c       321             71          37        20                -           0.0000          -
6380.78/326.05	c       326            143          41        20                -           0.0000          -
6479.76/331.10	c       331             76          38        20                -           0.0000          -
6581.10/336.17	c       336             76          38        20                -           0.0000          -
6681.31/341.22	c       341             76          38        20                -           0.0000          -
6780.50/346.23	c       346             76          38        20                -           0.0000          -
6881.67/351.34	c       351            149          43        20                -           0.0000          -
6980.81/356.35	c       356            149          43        20                -           0.0000          -
7081.98/361.45	c       361             78          40        20                -           0.0000          -
7182.97/366.54	c       367             78          40        20                -           0.0000          -
7284.15/371.62	c       372             78          40        20                -           0.0000          -
7383.33/376.67	c       377             78          40        20                -           0.0000          -
7484.49/381.74	c       382             78          40        20                -           0.0000          -
7585.59/386.80	c       387             78          40        20                -           0.0000          -
7684.76/391.87	c       392             78          40        20                -           0.0000          -
7785.91/396.92	c       397             78          40        20                -           0.0000          -
7885.07/401.98	c       402             78          40        20                -           0.0000          -
7984.20/407.04	c       407             78          40        20                -           0.0000          -
8086.11/412.10	c       412             78          40        20                -           0.0000          -
8185.41/417.15	c       417             78          40        20                -           0.0000          -
8287.57/422.22	c       422             78          40        20                -           0.0000          -
8386.70/427.28	c       427             78          40        20                -           0.0000          -
8487.75/432.36	c       432             78          40        20                -           0.0000          -
8588.82/437.41	c       437             78          40        20                -           0.0000          -
8687.93/442.46	c       442             78          40        20                -           0.0000          -
8788.90/447.52	c       448             78          40        20                -           0.0000          -
8887.83/452.57	c       453             78          40        20                -           0.0000          -
8988.97/457.64	c       458             78          40        20                -           0.0000          -
9088.27/462.69	c       463             78          40        20                -           0.0000          -
9189.25/467.73	c       468             78          40        20                -           0.0000          -
9290.44/472.81	c       473             78          40        20                -           0.0000          -
9394.62/478.12	c       478             78          40        20                -           0.0000          -
9496.59/483.22	c       483             78          40        20                -           0.0000          -
9595.77/488.28	c       488             78          40        20                -           0.0000          -
9696.73/493.34	c       493             78          40        20                -           0.0000          -
9795.90/498.39	c       498             78          40        20                -           0.0000          -
9896.96/503.44	c       503             79          41        20                -           0.0000          -
9996.11/508.49	c       508            216          66        20                -           0.0000          -
10097.20/513.54	c       514            461          27        20                -           0.0000          -
10196.34/518.59	c       519             84          46        20                -           0.0000          -
10297.42/523.65	c       524             84          46        20                -           0.0000          -
10398.61/528.71	c       529             84          46        20                -           0.0000          -
10497.73/533.77	c       534             84          46        20                -           0.0000          -
10598.85/538.82	c       539             84          46        20                -           0.0000          -
10697.88/543.87	c       544             84          46        20                -           0.0000          -
10799.03/548.93	c       549             84          46        20                -           0.0000          -
10898.22/553.98	c       554             84          46        20                -           0.0000          -
10997.33/559.00	c       559             84          46        20                -           0.0000          -
11099.07/564.12	c       564             84          46        20                -           0.0000          -
11200.58/569.17	c       569             84          46        20                -           0.0000          -
11300.75/574.23	c       574             84          46        20                -           0.0000          -
11399.86/579.28	c       579             84          46        20                -           0.0000          -
11501.01/584.36	c       584             84          46        20                -           0.0000          -
11602.15/589.41	c       589             85          45        20                -           0.0000          -
11701.29/594.46	c       594             85          45        20                -           0.0000          -
11802.37/599.51	c       600             85          45        20                -           0.0000          -
11901.43/604.56	c       605             85          45        20                -           0.0000          -
12002.53/609.62	c       610            609          31        20                -           0.0000          -
12101.65/614.67	c       615            252          82        20                -           0.0000          -
12202.79/619.72	c       620             88          48        20                -           0.0000          -
12301.96/624.77	c       625             88          48        20                -           0.0000          -
12403.04/629.82	c       630             89          49        20                -           0.0000          -
12502.14/634.88	c       635            655          27        20                -           0.0000          -
12603.26/639.90	c       640             91          51        20                -           0.0000          -
12702.40/644.94	c       645             91          51        20                -           0.0000          -
12801.47/650.03	c       650            273          89        20                -           0.0000          -
12903.45/655.10	c       655            273          89        20                -           0.0000          -
13004.33/660.16	c       660             94          54        20                -           0.0000          -
13104.67/665.21	c       665             94          54        20                -           0.0000          -
13203.79/670.27	c       670             95          55        20                -           0.0000          -
13304.87/675.33	c       675            281          97        20                -           0.0000          -
13405.98/680.44	c       680            281          97        20                -           0.0000          -
13507.06/685.50	c       686            281          97        20                -           0.0000          -
13606.04/690.56	c       691            281          97        20                -           0.0000          -
13707.09/695.62	c       696            281          97        20                -           0.0000          -
13806.25/700.67	c       701            281          97        20                -           0.0000          -
13907.43/705.73	c       706            281          97        20                -           0.0000          -
14006.60/710.78	c       711            281          97        20                -           0.0000          -
14107.72/715.83	c       716            281          97        20                -           0.0000          -
14206.89/720.88	c       721            281          97        20                -           0.0000          -
14308.06/725.93	c       726            281          97        20                -           0.0000          -
14407.16/730.98	c       731            281          97        20                -           0.0000          -
14509.18/736.05	c       736            281          97        20                -           0.0000          -
14608.60/741.11	c       741            281          97        20                -           0.0000          -
14709.22/746.18	c       746            281          97        20                -           0.0000          -
14809.30/751.24	c       751            116          70        20                -           0.0000          -
14908.44/756.29	c       756         406411         368        20                -           0.0000          -
15009.39/761.36	c       761            120          68        20                -           0.0000          -
15110.42/766.42	c       766            122          70        20                -           0.0000          -
15211.51/771.51	c       772            122          70        20                -           0.0000          -
15310.59/776.57	c       777            122          70        20                -           0.0000          -
15411.66/781.65	c       782            122          70        20                -           0.0000          -
15512.77/786.71	c       787            122          70        20                -           0.0000          -
15611.81/791.75	c       792            122          70        20                -           0.0000          -
15712.94/796.81	c       797            123          71        20                -           0.0000          -
15812.07/801.86	c       802            318         122        20                -           0.0000          -
15913.12/806.92	c       807            128          74        20                -           0.0000          -
16012.19/811.98	c       812            128          74        20                -           0.0000          -
16111.24/817.00	c       817            129          75        20                -           0.0000          -
16213.17/822.06	c       822            131          77        20                -           0.0000          -
16314.17/827.18	c       827            131          77        20                -           0.0000          -
16414.31/832.24	c       832            941          28        20                -           0.0000          -
16515.32/837.30	c       837            948          27        20                -           0.0000          -
16614.42/842.35	c       842            339         131        20                -           0.0000          -
16715.56/847.40	c       847            339         131        20                -           0.0000          -
16814.72/852.45	c       852            145          89        20                -           0.0000          -
16915.86/857.50	c       858            145          89        20                -           0.0000          -
17014.97/862.55	c       863            146          88        20                -           0.0000          -
17116.09/867.60	c       868            147          89        20                -           0.0000          -
17215.18/872.66	c       873            148          90        20                -           0.0000          -
17316.30/877.73	c       878            359         145        20                -           0.0000          -
17415.40/882.79	c       883            364         148        20                -           0.0000          -
17516.44/887.80	c       888            154          94        20                -           0.0000          -
17615.45/892.85	c       893            154          94        20                -           0.0000          -
17716.53/897.96	c       898            154          94        20                -           0.0000          -
17815.65/903.01	c       903            154          94        20                -           0.0000          -
17917.58/908.06	c       908            154          94        20                -           0.0000          -
18016.68/913.11	c       913            380         158        20                -           0.0000          -
18118.10/918.16	c       918            380         158        20                -           0.0000          -
18218.05/923.21	c       923            380         158        20                -           0.0000          -
18317.17/928.26	c       928            380         158        20                -           0.0000          -
18418.22/933.31	c       933            380         158        20                -           0.0000          -
18517.09/938.36	c       938            380         158        20                -           0.0000          -
18618.15/943.41	c       943           1107          28        20                -           0.0000          -
18717.22/948.48	c       948            385         163        20                -           0.0000          -
18818.29/953.51	c       954            389         167        20                -           0.0000          -
18919.41/958.60	c       959            389         167        20                -           0.0000          -
19018.55/963.61	c       964            178          99        20                -           0.0000          -
19119.66/968.71	c       969            393         171        20                -           0.0000          -
19218.72/973.77	c       974            396         174        20                -           0.0000          -
19319.86/978.80	c       979            195         102        20                -           0.0000          -
19419.01/983.87	c       984            195         102        20                -           0.0000          -
19520.16/988.92	c       989            195         102        20                -           0.0000          -
19619.30/993.98	c       994            196         103        20                -           0.0000          -
19718.46/999.02	c       999            406         180        20                -           0.0000          -
19820.36/1004.05	c      1004            406         180        20                -           0.0000          -
19919.69/1009.14	c      1009            406         180        20                -           0.0000          -
20020.91/1014.19	c      1014            198         105        20                -           0.0000          -
20120.82/1019.24	c      1019            202         107        20                -           0.0000          -
20219.76/1024.29	c      1024            205         110        20                -           0.0000          -
20320.82/1029.34	c      1029            205         110        20                -           0.0000          -
20419.87/1034.39	c      1034            205         110        20                -           0.0000          -
20520.91/1039.44	c      1039            205         110        20                -           0.0000          -
20619.96/1044.49	c      1044            208         113        20                -           0.0000          -
20721.06/1049.54	c      1050            419         187        20                -           0.0000          -
20820.06/1054.60	c      1055            420         188        20                -           0.0000          -
20921.18/1059.65	c      1060           1287          30        20                -           0.0000          -
21020.29/1064.66	c      1065            214         119        20                -           0.0000          -
21121.35/1069.77	c      1070            214         119        20                -           0.0000          -
21220.46/1074.79	c      1075            214         119        20                -           0.0000          -
21321.50/1079.87	c      1080            214         119        20                -           0.0000          -
21422.60/1084.92	c      1085           1314          29        20                -           0.0000          -
21521.58/1089.97	c      1090            221         120        20                -           0.0000          -
21620.54/1095.03	c      1095            221         120        20                -           0.0000          -
21722.26/1100.05	c      1100            221         120        20                -           0.0000          -
21821.79/1105.14	c      1105            221         120        20                -           0.0000          -
21922.38/1110.19	c      1110            221         120        20                -           0.0000          -
22022.48/1115.25	c      1115            222         121        20                -           0.0000          -
22123.54/1120.30	c      1120            462         206        20                -           0.0000          -
22222.50/1125.36	c      1125           1368          29        20                -           0.0000          -
22321.55/1130.39	c      1130            466         206        20                -           0.0000          -
22422.65/1135.46	c      1135            234         127        20                -           0.0000          -
22523.67/1140.51	c      1141            234         127        20                -           0.0000          -
22622.83/1145.55	c      1146            480         204        20                -           0.0000          -
22721.93/1150.57	c      1151            240         129        20                -           0.0000          -
22820.94/1155.59	c      1156            240         129        20                -           0.0000          -
22922.04/1160.67	c      1161            240         129        20                -           0.0000          -
23022.93/1165.73	c      1166            240         129        20                -           0.0000          -
23121.94/1170.80	c      1171            240         129        20                -           0.0000          -
23223.04/1175.81	c      1176            507         213        20                -           0.0000          -
23322.18/1180.86	c      1181            244         131        20                -           0.0000          -
23423.18/1185.91	c      1186            244         131        20                -           0.0000          -
23522.24/1190.97	c      1191            249         134        20                -           0.0000          -
23621.30/1196.03	c      1196         608123         401        20                -           0.0000          -
23723.40/1201.09	c      1201            533         219        20                -           0.0000          -
23824.29/1206.17	c      1206            258         139        20                -           0.0000          -
23924.31/1211.22	c      1211            261         140        20                -           0.0000          -
24023.42/1216.29	c      1216            265         140        20                -           0.0000          -
24124.50/1221.34	c      1221           1476          35        20                -           0.0000          -
24223.59/1226.39	c      1226           1482          37        20                -           0.0000          -
24324.59/1231.41	c      1231            278         145        20                -           0.0000          -
24423.67/1236.49	c      1236            278         145        20                -           0.0000          -
24524.70/1241.55	c      1242           1497          36        20                -           0.0000          -
24625.78/1246.60	c      1247            592         218        20                -           0.0000          -
24724.88/1251.66	c      1252            595         217        20                -           0.0000          -
24825.74/1256.71	c      1257            597         219        20                -           0.0000          -
24924.87/1261.72	c      1262            597         219        20                -           0.0000          -
25025.96/1266.81	c      1267            287         150        20                -           0.0000          -
25125.12/1271.86	c      1272            287         150        20                -           0.0000          -
25226.24/1276.91	c      1277            616         222        20                -           0.0000          -
25325.38/1281.96	c      1282           1549          30        20                -           0.0000          -
25424.49/1286.99	c      1287            296         153        20                -           0.0000          -
25526.75/1292.08	c      1292            298         153        20                -           0.0000          -
25625.53/1297.13	c      1297            648         226        20                -           0.0000          -
25726.83/1302.18	c      1302            301         156        20                -           0.0000          -
25826.85/1307.21	c      1307            302         157        20                -           0.0000          -
25925.97/1312.27	c      1312            666         228        20                -           0.0000          -
26027.10/1317.33	c      1317            666         228        20                -           0.0000          -
26126.24/1322.36	c      1322            307         162        20                -           0.0000          -
26227.35/1327.44	c      1327            669         231        20                -           0.0000          -
26326.42/1332.49	c      1332            669         231        20                -           0.0000          -
26427.55/1337.51	c      1338            669         231        20                -           0.0000          -
26528.67/1342.61	c      1343            314         167        20                -           0.0000          -
26627.81/1347.67	c      1348            314         167        20                -           0.0000          -
26726.94/1352.68	c      1353         687599         347        20                -           0.0000          -
26828.02/1357.78	c      1358            694         230        20                -           0.0000          -
26929.10/1362.84	c      1363            697         233        20                -           0.0000          -
27028.19/1367.86	c      1368            317         170        20                -           0.0000          -
27129.32/1372.95	c      1373            318         171        20                -           0.0000          -
27228.46/1378.01	c      1378            717         237        20                -           0.0000          -
27330.25/1383.07	c      1383           1651          28        20                -           0.0000          -
27429.67/1388.12	c      1388            325         172        20                -           0.0000          -
27530.79/1393.19	c      1393            325         172        20                -           0.0000          -
27630.94/1398.26	c      1398            325         172        20                -           0.0000          -
27732.04/1403.32	c      1403            325         172        20                -           0.0000          -
27831.21/1408.37	c      1408            325         172        20                -           0.0000          -
27932.35/1413.41	c      1413            325         172        20                -           0.0000          -
28031.48/1418.49	c      1418         719180         379        20                -           0.0000          -
28132.55/1423.54	c      1424            330         173        20                -           0.0000          -
28231.62/1428.56	c      1429            795         241        20                -           0.0000          -
28332.62/1433.65	c      1434            337         180        20                -           0.0000          -
28433.81/1438.70	c      1439            796         242        20                -           0.0000          -
28532.94/1443.75	c      1444            343         182        20                -           0.0000          -
28634.05/1448.81	c      1449            343         182        20                -           0.0000          -
28733.16/1453.86	c      1454            343         182        20                -           0.0000          -
28834.23/1458.91	c      1459            343         182        20                -           0.0000          -
28933.14/1463.96	c      1464            343         182        20                -           0.0000          -
29032.21/1469.01	c      1469            343         182        20                -           0.0000          -
29133.83/1474.07	c      1474            343         182        20                -           0.0000          -
29233.42/1479.13	c      1479            343         182        20                -           0.0000          -
29334.60/1484.17	c      1484            343         182        20                -           0.0000          -
29434.63/1489.23	c      1489            343         182        20                -           0.0000          -
29533.73/1494.28	c      1494            343         182        20                -           0.0000          -
29634.76/1499.30	c      1499            343         182        20                -           0.0000          -
29733.90/1504.31	c      1504            345         182        20                -           0.0000          -
29835.03/1509.44	c      1509            348         183        20                -           0.0000          -
29934.13/1514.49	c      1514         768891         372        20                -           0.0000          -
30035.21/1519.55	c      1520           1821          36        20                -           0.0000          -
30134.26/1524.58	c      1525            355         186        20                -           0.0000          -
30235.16/1529.67	c      1530           1827          40        20                -           0.0000          -
30334.15/1534.69	c      1535            945         251        20                -           0.0000          -
30435.26/1539.78	c      1540            367         192        20                -           0.0000          -
30536.31/1544.83	c      1545            963         253        20                -           0.0000          -
30635.37/1549.90	c      1550            974         254        20                -           0.0000          -
30736.42/1554.92	c      1555           1872          42        20                -           0.0000          -
30835.53/1560.02	c      1560            381         198        20                -           0.0000          -
30937.55/1565.06	c      1565            381         198        20                -           0.0000          -
31036.53/1570.13	c      1570         791701         367        20                -           0.0000          -
31137.66/1575.18	c      1575            385         196        20                -           0.0000          -
31237.76/1580.23	c      1580            385         196        20                -           0.0000          -
31336.72/1585.28	c      1585            389         198        20                -           0.0000          -
31437.71/1590.33	c      1590            391         200        20                -           0.0000          -
31536.84/1595.38	c      1595           1052         263        20                -           0.0000          -
31637.72/1600.44	c      1600         804947         352        20                -           0.0000          -
31736.86/1605.49	c      1605            399         200        20                -           0.0000          -
31837.92/1610.55	c      1611            400         201        20                -           0.0000          -
31937.03/1615.58	c      1616            400         201        20                -           0.0000          -
32038.10/1620.65	c      1621            400         201        20                -           0.0000          -
32137.18/1625.70	c      1626            400         201        20                -           0.0000          -
32238.22/1630.71	c      1631           2012          43        20                -           0.0000          -
32337.25/1635.79	c      1636            402         203        20                -           0.0000          -
32438.22/1640.85	c      1641            402         203        20                -           0.0000          -
32539.33/1645.90	c      1646           2044          41        20                -           0.0000          -
32638.39/1650.94	c      1651            405         206        20                -           0.0000          -
32737.35/1656.03	c      1656            407         208        20                -           0.0000          -
32839.17/1661.08	c      1661            407         208        20                -           0.0000          -
32938.37/1666.11	c      1666            409         210        20                -           0.0000          -
33039.38/1671.19	c      1671           2079          42        20                -           0.0000          -
33139.45/1676.24	c      1676           1183           0        20                -           0.0000          -
33238.55/1681.29	c      1681           1183           0        20                -           0.0000          -
33339.56/1686.35	c      1686           1183           0        20                -           0.0000          -
33440.67/1691.40	c      1691           1183           0        20                -           0.0000          -
33539.72/1696.45	c      1696           1183           0        20                -           0.0000          -
33638.84/1701.50	c      1702           1183           0        20                -           0.0000          -
33739.88/1706.55	c      1707           1183           0        20                -           0.0000          -
33840.95/1711.61	c      1712           1183           0        20                -           0.0000          -
33939.93/1716.65	c      1717           1183           0        20                -           0.0000          -
34041.05/1721.72	c      1722           1183           0        20                -           0.0000          -
34142.18/1726.81	c      1727            425         218        20                -           0.0000          -
34241.35/1731.86	c      1732           1183           0        20                -           0.0000          -
34342.41/1736.93	c      1737           1183           0        20                -           0.0000          -
34441.51/1741.98	c      1742           1183           0        20                -           0.0000          -
34543.62/1747.06	c      1747           1183           0        20                -           0.0000          -
34642.52/1752.07	c      1752            437         224        20                -           0.0000          -
34741.70/1757.14	c      1757           1188           5        20                -           0.0000          -
34843.71/1762.22	c      1762           1188           5        20                -           0.0000          -
34942.84/1767.27	c      1767           1188           5        20                -           0.0000          -
35043.86/1772.32	c      1772           1194          11        20                -           0.0000          -
35142.94/1777.33	c      1777           1195          12        20                -           0.0000          -
35242.04/1782.34	c      1782           1195          12        20                -           0.0000          -
35343.11/1787.48	c      1787           1195          12        20                -           0.0000          -
35444.27/1792.50	c      1792           1196          13        20                -           0.0000          -
35543.43/1797.58	c      1798            500         229        20                -           0.0000          -
35644.50/1802.64	c      1803           1197          14        20                -           0.0000          -
35743.60/1807.68	c      1808           1197          14        20                -           0.0000          -
35844.77/1812.74	c      1813           1197          14        20                -           0.0000          -
35945.95/1817.81	c      1818           1197          14        20                -           0.0000          -
36045.05/1822.86	c      1823           1198          15        20                -           0.0000          -
36144.15/1827.87	c      1828           1199          16        20                -           0.0000          -
36245.32/1832.96	c      1833           1199          16        20                -           0.0000          -
36344.45/1838.01	c      1838           1201          16        20                -           0.0000          -
36446.60/1843.08	c      1843           1201          16        20                -           0.0000          -
36545.91/1848.13	c      1848            593         228        20                -           0.0000          -
36646.98/1853.18	c      1853           1203          18        20                -           0.0000          -
36746.96/1858.24	c      1858           1203          18        20                -           0.0000          -
36846.11/1863.29	c      1863           1203          18        20                -           0.0000          -
36947.24/1868.34	c      1868           1203          18        20                -           0.0000          -
37046.40/1873.39	c      1873           1204          19        20                -           0.0000          -
37147.48/1878.44	c      1878           1205          20        20                -           0.0000          -
37248.57/1883.51	c      1884           1205          20        20                -           0.0000          -
37347.72/1888.56	c      1889           1205          20        20                -           0.0000          -
37448.85/1893.61	c      1894           1205          20        20                -           0.0000          -
37547.97/1898.64	c      1899           2395          47        20                -           0.0000          -
37647.09/1903.68	c      1904           1208          23        20                -           0.0000          -
37748.23/1908.76	c      1909           1208          23        20                -           0.0000          -
37849.34/1913.81	c      1914           1208          23        20                -           0.0000          -
37948.37/1918.88	c      1919           1208          23        20                -           0.0000          -
38049.39/1923.93	c      1924           1208          23        20                -           0.0000          -
38148.55/1928.99	c      1929           2448          46        20                -           0.0000          -
38247.43/1934.00	c      1934           2456          46        20                -           0.0000          -
38349.20/1939.06	c      1939            746         236        20                -           0.0000          -
38450.43/1944.15	c      1944            754         234        20                -           0.0000          -
38550.68/1949.24	c      1949           1234          31        20                -           0.0000          -
38649.83/1954.26	c      1954            775         233        20                -           0.0000          -
38750.85/1959.34	c      1959           1248          31        20                -           0.0000          -
38849.99/1964.39	c      1964           2502          46        20                -           0.0000          -
38951.14/1969.44	c      1969           1260          29        20                -           0.0000          -
39052.28/1974.50	c      1974           1263          28        20                -           0.0000          -
39151.43/1979.55	c      1980            809         233        20                -           0.0000          -
39250.44/1984.60	c      1985           1278          29        20                -           0.0000          -
39351.57/1989.65	c      1990           1284          29        20                -           0.0000          -
39452.65/1994.70	c      1995           1290          29        20                -           0.0000          -
39551.78/1999.77	c      2000           1293          28        20                -           0.0000          -
39652.92/2004.82	c      2005            857         235        20                -           0.0000          -
39752.07/2009.85	c      2010            868         236        20                -           0.0000          -
39853.22/2014.93	c      2015            883         237        20                -           0.0000          -
39952.32/2019.99	c      2020           2589          45        20                -           0.0000          -
40054.11/2025.06	c      2025           2594          46        20                -           0.0000          -
40153.16/2030.12	c      2030            918         236        20                -           0.0000          -
40254.61/2035.17	c      2035           1334          33        20                -           0.0000          -
40354.64/2040.22	c      2040            929         235        20                -           0.0000          -
40453.79/2045.28	c      2045           1335          34        20                -           0.0000          -
40552.95/2050.29	c      2050           2639          45        20                -           0.0000          -
40654.09/2055.37	c      2055           1340          35        20                -           0.0000          -
40755.20/2060.43	c      2060           1345          34        20                -           0.0000          -
40854.26/2065.48	c      2065           1348          33        20                -           0.0000          -
40955.31/2070.53	c      2071           1350          35        20                -           0.0000          -
41054.45/2075.56	c      2076           1350          35        20                -           0.0000          -
41155.56/2080.66	c      2081           1350          35        20                -           0.0000          -
41256.42/2085.74	c      2086           2687          45        20                -           0.0000          -
41355.56/2090.79	c      2091           1359          38        20                -           0.0000          -
41456.57/2095.84	c      2096           2700          48        20                -           0.0000          -
41555.72/2100.85	c      2101           1372          39        20                -           0.0000          -
41656.74/2105.99	c      2106           2709          45        20                -           0.0000          -
41755.86/2111.02	c      2111           1092         238        20                -           0.0000          -
41858.06/2116.09	c      2116           2715          45        20                -           0.0000          -
41957.19/2121.12	c      2121           2719          47        20                -           0.0000          -
42059.20/2126.20	c      2126           1122         237        20                -           0.0000          -
42158.32/2131.25	c      2131           2728          46        20                -           0.0000          -
42257.38/2136.30	c      2136           1415          40        20                -           0.0000          -
42358.50/2141.37	c      2141           1415          40        20                -           0.0000          -
42459.63/2146.42	c      2146           1415          40        20                -           0.0000          -
42558.70/2151.47	c      2151           1171         234        20                -           0.0000          -
42659.76/2156.50	c      2156           1181         234        20                -           0.0000          -
42758.72/2161.57	c      2162           1189         234        20                -           0.0000          -
42859.72/2166.62	c      2167           1443          40        20                -           0.0000          -
42958.83/2171.68	c      2172           1443          40        20                -           0.0000          -
43059.95/2176.74	c      2177           2795          47        20                -           0.0000          -
43161.04/2181.80	c      2182           2804          46        20                -           0.0000          -
43260.13/2186.86	c      2187           1242         235        20                -           0.0000          -
43359.20/2191.88	c      2192           2812          46        20                -           0.0000          -
43458.30/2196.89	c      2197           1485          44        20                -           0.0000          -
43559.43/2201.95	c      2202           1268         233        20                -           0.0000          -
43658.57/2207.00	c      2207           2825          47        20                -           0.0000          -
43760.73/2212.11	c      2212           2834          50        20                -           0.0000          -
43861.44/2217.14	c      2217           2839          51        20                -           0.0000          -
43961.67/2222.23	c      2222           2847          51        20                -           0.0000          -
44060.82/2227.28	c      2227           2853          51        20                -           0.0000          -
44161.78/2232.33	c      2232           1327         234        20                -           0.0000          -
44260.90/2237.38	c      2237           2857          47        20                -           0.0000          -
44362.00/2242.43	c      2242        1131214         366        20                -           0.0000          -
44461.09/2247.48	c      2247           1567          44        20                -           0.0000          -
44560.25/2252.49	c      2252           1365         234        20                -           0.0000          -
44661.38/2257.56	c      2258           1591          46        20                -           0.0000          -
44762.52/2262.64	c      2263           1381         234        20                -           0.0000          -
44861.66/2267.66	c      2268           1392         233        20                -           0.0000          -
44960.49/2272.67	c      2273           2896          46        20                -           0.0000          -
45059.42/2277.69	c      2278           1643          44        20                -           0.0000          -
45162.38/2282.86	c      2283           2910          46        20                -           0.0000          -
45263.35/2287.91	c      2288        1156160         367        20                -           0.0000          -
45362.14/2292.96	c      2293           1420         231        20                -           0.0000          -
45460.86/2298.01	c      2298           2936          46        20                -           0.0000          -
45562.69/2303.07	c      2303           1439         230        20                -           0.0000          -
45661.65/2308.12	c      2308           2946          46        20                -           0.0000          -
45762.68/2313.17	c      2313           1707          46        20                -           0.0000          -
45862.69/2318.22	c      2318           1717          44        20                -           0.0000          -
45961.68/2323.27	c      2323           2973          47        20                -           0.0000          -
46060.65/2328.29	c      2328           1724          45        20                -           0.0000          -
46161.69/2333.37	c      2333           1724          45        20                -           0.0000          -
46262.73/2338.42	c      2338           1728          47        20                -           0.0000          -
46361.69/2343.45	c      2343           1735          48        20                -           0.0000          -
46462.73/2348.52	c      2349           1748          47        20                -           0.0000          -
46561.79/2353.57	c      2354           1757          48        20                -           0.0000          -
46662.84/2358.67	c      2359           3021          45        20                -           0.0000          -
46763.96/2363.73	c      2364           1562         233        20                -           0.0000          -
46863.10/2368.78	c      2369           1789          50        20                -           0.0000          -
46964.20/2373.84	c      2374           3043          43        20                -           0.0000          -
47065.14/2378.90	c      2379           1811          50        20                -           0.0000          -
47164.13/2383.92	c      2384           1826          49        20                -           0.0000          -
47263.20/2389.00	c      2389           1834          49        20                -           0.0000          -
47362.35/2394.01	c      2394        1210823         359        20                -           0.0000          -
47464.50/2399.10	c      2399           1631         232        20                -           0.0000          -
47563.36/2404.14	c      2404           1861          50        20                -           0.0000          -
47664.53/2409.20	c      2409           1875          48        20                -           0.0000          -
47764.59/2414.25	c      2414           3092          42        20                -           0.0000          -
47863.55/2419.30	c      2419           1892          49        20                -           0.0000          -
47964.65/2424.35	c      2424           3105          43        20                -           0.0000          -
48063.78/2429.38	c      2429           1906          49        20                -           0.0000          -
48164.71/2434.45	c      2434           3120          42        20                -           0.0000          -
48265.83/2439.50	c      2440           1918          53        20                -           0.0000          -
48364.96/2444.55	c      2445           1732         235        20                -           0.0000          -
48464.02/2449.58	c      2450           3147          43        20                -           0.0000          -
48565.10/2454.60	c      2455           1757         234        20                -           0.0000          -
48664.20/2459.64	c      2460           3162          42        20                -           0.0000          -
48765.26/2464.75	c      2465           1778         235        20                -           0.0000          -
48864.39/2469.77	c      2470           3169          41        20                -           0.0000          -
48965.50/2474.85	c      2475           1972          49        20                -           0.0000          -
49066.65/2479.91	c      2480           3180          42        20                -           0.0000          -
49165.79/2485.00	c      2485           1989          50        20                -           0.0000          -
49267.77/2490.05	c      2490           3193          41        20                -           0.0000          -
49367.00/2495.10	c      2495           1820         235        20                -           0.0000          -
49466.13/2500.15	c      2500           1826         235        20                -           0.0000          -
49568.23/2505.20	c      2505           1832         233        20                -           0.0000          -
49667.27/2510.22	c      2510           3217          41        20                -           0.0000          -
49768.37/2515.31	c      2515           2038          47        20                -           0.0000          -
49867.50/2520.36	c      2520           1860         233        20                -           0.0000          -
49968.59/2525.41	c      2525           3246          40        20                -           0.0000          -
50067.72/2530.46	c      2530           3250          40        20                -           0.0000          -
50168.75/2535.51	c      2536           3255          41        20                -           0.0000          -
50267.90/2540.58	c      2541           1889         232        20                -           0.0000          -
50368.93/2545.63	c      2546           1895         234        20                -           0.0000          -
50467.94/2550.65	c      2551           3265          41        20                -           0.0000          -
50569.05/2555.74	c      2556           3271          41        20                -           0.0000          -
50668.11/2560.79	c      2561           1925         234        20                -           0.0000          -
50769.12/2565.86	c      2566           2127          46        20                -           0.0000          -
50870.21/2570.91	c      2571           2131          46        20                -           0.0000          -
50969.33/2575.96	c      2576           2140          47        20                -           0.0000          -
51068.46/2581.01	c      2581           2146          47        20                -           0.0000          -
51170.66/2586.08	c      2586           3313          43        20                -           0.0000          -
51269.73/2591.14	c      2591           2167          46        20                -           0.0000          -
51370.88/2596.19	c      2596           2173          44        20                -           0.0000          -
51470.61/2601.23	c      2601           2180          47        20                -           0.0000          -
51569.57/2606.27	c      2606           2014         233        20                -           0.0000          -
51670.33/2611.34	c      2611           3342          42        20                -           0.0000          -
51769.18/2616.39	c      2616           2040         233        20                -           0.0000          -
51869.88/2621.45	c      2621           3358          44        20                -           0.0000          -
51968.78/2626.50	c      2626           3363          43        20                -           0.0000          -
52069.71/2631.51	c      2632           2070         233        20                -           0.0000          -
52168.87/2636.56	c      2637           2075         236        20                -           0.0000          -
52269.55/2641.67	c      2642           2091         234        20                -           0.0000          -
52370.52/2646.70	c      2647           2249          48        20                -           0.0000          -
52469.37/2651.78	c      2652           3391          41        20                -           0.0000          -
52570.32/2656.84	c      2657           2263          48        20                -           0.0000          -
52669.36/2661.89	c      2662           2272          49        20                -           0.0000          -
52770.29/2666.94	c      2667           2283          50        20                -           0.0000          -
52869.38/2671.99	c      2672           3414          42        20                -           0.0000          -
52968.47/2677.04	c      2677           3420          42        20                -           0.0000          -
53070.44/2682.06	c      2682           3424          42        20                -           0.0000          -
53169.39/2687.11	c      2687           2310          49        20                -           0.0000          -
53271.56/2692.24	c      2692           3447          43        20                -           0.0000          -
53370.71/2697.26	c      2697           2167         234        20                -           0.0000          -
53471.86/2702.34	c      2702           2171         234        20                -           0.0000          -
53570.89/2707.36	c      2707           2171         234        20                -           0.0000          -
53669.93/2712.38	c      2712           2171         234        20                -           0.0000          -
53771.02/2717.42	c      2717           2171         234        20                -           0.0000          -
53870.07/2722.48	c      2722           2171         234        20                -           0.0000          -
53971.15/2727.57	c      2728           2172         235        20                -           0.0000          -
54072.24/2732.63	c      2733           2176         235        20                -           0.0000          -
54173.33/2737.73	c      2738           2373          46        20                -           0.0000          -
54272.34/2742.78	c      2743           2188         235        20                -           0.0000          -
54373.41/2747.83	c      2748           2195         236        20                -           0.0000          -
54472.52/2752.88	c      2753           2200         233        20                -           0.0000          -
54573.38/2757.90	c      2758           3543          43        20                -           0.0000          -
54672.46/2762.92	c      2763           3547          43        20                -           0.0000          -
54774.63/2768.06	c      2768           3551          43        20                -           0.0000          -
54873.75/2773.11	c      2773           3552          44        20                -           0.0000          -
54975.76/2778.21	c      2778           3554          44        20                -           0.0000          -
55074.83/2783.27	c      2783           2436          47        20                -           0.0000          -
55175.85/2788.32	c      2788           2441          46        20                -           0.0000          -
55274.87/2793.37	c      2793           2249         236        20                -           0.0000          -
55375.98/2798.43	c      2798           2258         235        20                -           0.0000          -
55475.12/2803.49	c      2803           3594          48        20                -           0.0000          -
55576.24/2808.55	c      2809           3601          49        20                -           0.0000          -
55675.33/2813.59	c      2814        1423828         350        20                -           0.0000          -
55776.41/2818.62	c      2819           2292         233        20                -           0.0000          -
55877.52/2823.71	c      2824           2298         233        20                -           0.0000          -
55976.46/2828.78	c      2829           2305         232        20                -           0.0000          -
56075.50/2833.79	c      2834           2506          51        20                -           0.0000          -
56176.57/2838.88	c      2839           3657          51        20                -           0.0000          -
56277.66/2843.95	c      2844           2522          51        20                -           0.0000          -
56376.78/2849.00	c      2849           3675          55        20                -           0.0000          -
56478.71/2854.07	c      2854           2537          48        20                -           0.0000          -
56577.79/2859.12	c      2859           3697          57        20                -           0.0000          -
56678.82/2864.19	c      2864           3703          57        20                -           0.0000          -
56778.97/2869.25	c      2869           2355         234        20                -           0.0000          -
56880.05/2874.30	c      2874           2368         235        20                -           0.0000          -
56979.12/2879.35	c      2879           2375         234        20                -           0.0000          -
57080.15/2884.42	c      2884           3721          69        20                -           0.0000          -
57179.20/2889.47	c      2889           2583          52        20                -           0.0000          -
57280.16/2894.51	c      2895           3727          71        20                -           0.0000          -
57379.18/2899.58	c      2900           2596          51        20                -           0.0000          -
57477.87/2904.58	c      2905           3739          75        20                -           0.0000          -
57578.93/2909.69	c      2910           2612          51        20                -           0.0000          -
57679.97/2914.74	c      2915           3751          77        20                -           0.0000          -
57779.10/2919.75	c      2920           2626          51        20                -           0.0000          -
57880.18/2924.84	c      2925           2465         234        20                -           0.0000          -
57979.27/2929.85	c      2930           3762          78        20                -           0.0000          -
58080.29/2934.94	c      2935           3769          81        20                -           0.0000          -
58179.25/2939.95	c      2940           3779          79        20                -           0.0000          -
58278.24/2945.04	c      2945           3786          80        20                -           0.0000          -
58380.25/2950.09	c      2950           2514         233        20                -           0.0000          -
58479.20/2955.14	c      2955           3806          78        20                -           0.0000          -
58580.35/2960.19	c      2960           3810          80        20                -           0.0000          -
58680.32/2965.24	c      2965           3816          78        20                -           0.0000          -
58779.37/2970.29	c      2970           2707          52        20                -           0.0000          -
58880.51/2975.34	c      2975           3821          79        20                -           0.0000          -
58979.65/2980.39	c      2980           2727          52        20                -           0.0000          -
59080.71/2985.44	c      2985           3837          82        20                -           0.0000          -
59179.81/2990.49	c      2990           2580         235        20                -           0.0000          -
59280.88/2995.54	c      2996           2580         235        20                -           0.0000          -
59380.00/3000.59	c      3001           3845           0        20                -           0.0000          -
59481.09/3005.64	c      3006           3845           0        20                -           0.0000          -
59580.17/3010.69	c      3011           3845           0        20                -           0.0000          -
59681.07/3015.74	c      3016           3845           0        20                -           0.0000          -
59780.16/3020.79	c      3021           3845           0        20                -           0.0000          -
59881.23/3025.85	c      3026           3845           0        20                -           0.0000          -
59982.27/3030.90	c      3031           3845           0        20                -           0.0000          -
60081.39/3035.95	c      3036           3845           0        20                -           0.0000          -
60180.52/3040.99	c      3041           3845           0        20                -           0.0000          -
60279.61/3046.05	c      3046           3845           0        20                -           0.0000          -
60381.56/3051.10	c      3051           3845           0        20                -           0.0000          -
60480.78/3056.15	c      3056           3845           0        20                -           0.0000          -
60581.83/3061.19	c      3061           3845           0        20                -           0.0000          -
60681.92/3066.26	c      3066           3845           0        20                -           0.0000          -
60780.88/3071.29	c      3071           3846           1        20                -           0.0000          -
60881.82/3076.37	c      3076           2885          50        20                -           0.0000          -
60982.75/3081.41	c      3081           2732         233        20                -           0.0000          -
61081.73/3086.45	c      3086           3858          13        20                -           0.0000          -
61180.82/3091.47	c      3091           3858          13        20                -           0.0000          -
61281.93/3096.57	c      3097           3859          14        20                -           0.0000          -
61383.04/3101.62	c      3102           3862          17        20                -           0.0000          -
61482.07/3106.68	c      3107           2776         233        20                -           0.0000          -
61583.15/3111.70	c      3112           3870          19        20                -           0.0000          -
61682.32/3116.73	c      3117           3870          19        20                -           0.0000          -
61781.42/3121.77	c      3122           3873          20        20                -           0.0000          -
61882.48/3126.83	c      3127           2814         233        20                -           0.0000          -
61983.56/3131.95	c      3132           2821         230        20                -           0.0000          -
62082.64/3137.00	c      3137           2828         231        20                -           0.0000          -
62181.71/3142.05	c      3142           2987          50        20                -           0.0000          -
62283.96/3147.10	c      3147           2994          51        20                -           0.0000          -
62382.75/3152.11	c      3152           2857         230        20                -           0.0000          -
62484.05/3157.17	c      3157           3943          22        20                -           0.0000          -
62583.15/3162.19	c      3162           3012          51        20                -           0.0000          -
62683.14/3167.28	c      3167           3018          51        20                -           0.0000          -
62784.17/3172.33	c      3172           3966          19        20                -           0.0000          -
62883.34/3177.38	c      3177           3036          51        20                -           0.0000          -
62984.34/3182.41	c      3182           3983          24        20                -           0.0000          -
63085.39/3187.52	c      3188           3986          23        20                -           0.0000          -
63184.46/3192.57	c      3193           3988          25        20                -           0.0000          -
63285.54/3197.62	c      3198           3988          25        20                -           0.0000          -
63384.65/3202.67	c      3203           2954         231        20                -           0.0000          -
63485.66/3207.74	c      3208           2958         231        20                -           0.0000          -
63584.59/3212.79	c      3213           3081          48        20                -           0.0000          -
63685.60/3217.84	c      3218           2975         230        20                -           0.0000          -
63784.70/3222.89	c      3223           4030          31        20                -           0.0000          -
63885.77/3227.93	c      3228           3096          49        20                -           0.0000          -
63984.85/3232.94	c      3233           2995         230        20                -           0.0000          -
64083.96/3238.03	c      3238           4063          26        20                -           0.0000          -
64188.07/3243.16	c      3243           3114          51        20                -           0.0000          -
64287.05/3248.18	c      3248           3010         231        20                -           0.0000          -
64387.09/3253.22	c      3253           4078          25        20                -           0.0000          -
64486.16/3258.23	c      3258           3027         232        20                -           0.0000          -
64585.27/3263.25	c      3263           4094          27        20                -           0.0000          -
64684.36/3268.29	c      3268           3048         232        20                -           0.0000          -
64785.43/3273.31	c      3273           3053         229        20                -           0.0000          -
64884.46/3278.33	c      3278           3057         229        20                -           0.0000          -
64983.50/3283.36	c      3283           3063         231        20                -           0.0000          -
65082.61/3288.38	c      3288           3171          48        20                -           0.0000          -
65183.66/3293.43	c      3293           4143          32        20                -           0.0000          -
65282.81/3298.45	c      3298           4147          32        20                -           0.0000          -
65383.92/3303.55	c      3304           4150          33        20                -           0.0000          -
65485.05/3308.60	c      3309        1687722         363        20                -           0.0000          -
65584.18/3313.66	c      3314        1690375         366        20                -           0.0000          -
65685.30/3318.71	c      3319           4166          37        20                -           0.0000          -
65784.38/3323.77	c      3324           4169          38        20                -           0.0000          -
65885.49/3328.83	c      3329           3139         229        20                -           0.0000          -
65984.59/3333.88	c      3334        1701148         352        20                -           0.0000          -
66085.61/3338.93	c      3339        1819838         450        20                -           0.0000          -
66184.73/3343.98	c      3344           3167         229        20                -           0.0000          -
66283.83/3349.01	c      3349        1826097         424        20                -           0.0000          -
66382.95/3354.01	c      3354           3178         228        20                -           0.0000          -
66481.90/3359.03	c      3359           3281          46        20                -           0.0000          -
66583.61/3364.04	c      3364        1835770         430        20                -           0.0000          -
66683.10/3369.08	c      3369           3197         235        20                -           0.0000          -
66782.14/3374.08	c      3374           3207         237        20                -           0.0000          -
66881.21/3379.11	c      3379           3309          46        20                -           0.0000          -
66980.05/3384.13	c      3384           4288          41        20                -           0.0000          -
67081.40/3389.18	c      3389           4294          41        20                -           0.0000          -
67181.16/3394.27	c      3394           3330          47        20                -           0.0000          -
67284.20/3399.45	c      3399           3233         245        20                -           0.0000          -
67383.27/3404.48	c      3404        1855560         472        20                -           0.0000          -
67484.31/3409.50	c      3410           3359          46        20                -           0.0000          -
67583.40/3414.58	c      3415           4337          42        20                -           0.0000          -
67684.48/3419.66	c      3420           3262         244        20                -           0.0000          -
67785.48/3424.73	c      3425           3266         242        20                -           0.0000          -
67884.59/3429.78	c      3430           4370          41        20                -           0.0000          -
67985.68/3434.83	c      3435           3280         246        20                -           0.0000          -
68084.74/3439.89	c      3440        1871923         432        20                -           0.0000          -
68186.02/3444.92	c      3445           3294         244        20                -           0.0000          -
68284.92/3450.05	c      3450           3303         245        20                -           0.0000          -
68386.89/3455.12	c      3455           3308         244        20                -           0.0000          -
68488.98/3460.20	c      3460           4425          38        20                -           0.0000          -
68588.05/3465.26	c      3465           3420          45        20                -           0.0000          -
68689.11/3470.31	c      3470           4440          37        20                -           0.0000          -
68788.22/3475.37	c      3475           3427          44        20                -           0.0000          -
68887.25/3480.39	c      3480           3339         243        20                -           0.0000          -
68988.34/3485.47	c      3485           3439          44        20                -           0.0000          -
69089.42/3490.52	c      3491           4477          38        20                -           0.0000          -
69190.47/3495.60	c      3496           3358         242        20                -           0.0000          -
69289.59/3500.65	c      3501           3462          43        20                -           0.0000          -
69390.66/3505.70	c      3506           4500          41        20                -           0.0000          -
69489.74/3510.73	c      3511           3381         243        20                -           0.0000          -
69590.84/3515.80	c      3516           3388         242        20                -           0.0000          -
69689.97/3520.85	c      3521           3389           0        20                -           0.0000          -
69791.04/3525.93	c      3526           3389           0        20                -           0.0000          -
69890.15/3530.98	c      3531           3389           0        20                -           0.0000          -
69989.24/3536.04	c      3536           3389           0        20                -           0.0000          -
70091.24/3541.09	c      3541           3389           0        20                -           0.0000          -
70190.06/3546.14	c      3546           3389           0        20                -           0.0000          -
70291.34/3551.19	c      3551           3389           0        20                -           0.0000          -
70391.36/3556.22	c      3556        1930267         419        20                -           0.0000          -
70490.44/3561.27	c      3561           3395           6        20                -           0.0000          -
70591.53/3566.35	c      3566           3400          11        20                -           0.0000          -
70692.63/3571.40	c      3571           3400          11        20                -           0.0000          -
70791.58/3576.45	c      3576           3400          11        20                -           0.0000          -
70892.67/3581.51	c      3582           3400          11        20                -           0.0000          -
70991.70/3586.52	c      3587           3400          11        20                -           0.0000          -
71090.81/3591.58	c      3592           3400          11        20                -           0.0000          -
71191.81/3596.68	c      3597           3400          11        20                -           0.0000          -
71292.79/3601.74	c      3602           3400          11        20                -           0.0000          -
71391.88/3606.79	c      3607           3400          11        20                -           0.0000          -
71492.94/3611.86	c      3612           3400          11        20                -           0.0000          -
71594.05/3616.91	c      3617           3400          11        20                -           0.0000          -
71693.13/3621.95	c      3622           3400          11        20                -           0.0000          -
71792.18/3627.03	c      3627           3400          11        20                -           0.0000          -
71894.27/3632.09	c      3632           3400          11        20                -           0.0000          -
71995.16/3637.15	c      3637           3400          11        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 (189540 MiB free)
  memory of node 1: 193531 MiB (191598 MiB free)
  memory of node 2: 193531 MiB (193010 MiB free)
  memory of node 3: 193493 MiB (192891 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-4465695-1722541827/watcher-4465695-1722541827 -o /tmp/evaluation-result-4465695-1722541827/solver-4465695-1722541827 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123864 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465695-1722541827.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=123920, runsolver pid=123910
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 59.70 77.60 81.77 7/866 123927
/proc/meminfo: memFree=785305468/790760804 swapFree=131071996/131071996
[pid=123920] ppid=123910 vsize=57632 memory=46772 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/stat : 123920 (fscip) R 123910 123920 123854 0 -1 4194304 10610 0 0 0 10 2 0 0 20 0 1 0 20765476 59015168 11693 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
/proc/123920/statm: 14408 11693 2710 3035 0 10804 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 57632 KiB
Current children cumulated memory: 46772 KiB

[startup+0.232456 s]*
/proc/loadavg: 59.70 77.60 81.77 8/866 123927
/proc/meminfo: memFree=785236284/790760804 swapFree=131071996/131071996
[pid=123920] ppid=123910 vsize=78792 memory=65032 CPUtime=0.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/stat : 123920 (fscip) R 123910 123920 123854 0 -1 4194304 15199 0 0 0 23 3 0 0 20 0 1 0 20765476 80683008 16258 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
/proc/123920/statm: 19698 16258 2774 3035 0 16094 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 78792 KiB
Current children cumulated memory: 65032 KiB

[startup+0.331233 s]*
/proc/loadavg: 59.70 77.60 81.77 7/866 123927
/proc/meminfo: memFree=785217444/790760804 swapFree=131071996/131071996
[pid=123920] ppid=123910 vsize=79652 memory=66088 CPUtime=0.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/stat : 123920 (fscip) R 123910 123920 123854 0 -1 4194304 15414 0 0 0 32 3 0 0 20 0 1 0 20765476 81563648 16522 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
/proc/123920/statm: 19913 16522 2774 3035 0 16309 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 79652 KiB
Current children cumulated memory: 66088 KiB

[startup+0.700199 s]
/proc/loadavg: 59.70 77.60 81.77 8/866 123927
/proc/meminfo: memFree=785215928/790760804 swapFree=131071996/131071996
[pid=123920] ppid=123910 vsize=79784 memory=66088 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/stat : 123920 (fscip) R 123910 123920 123854 0 -1 4194304 15447 0 0 0 66 3 0 0 20 0 1 0 20765476 81698816 16522 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
/proc/123920/statm: 19946 16522 2774 3035 0 16342 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 79784 KiB
Current children cumulated memory: 66088 KiB

[startup+1.5002 s]
/proc/loadavg: 59.70 77.60 81.77 6/866 123927
/proc/meminfo: memFree=785213636/790760804 swapFree=131071996/131071996
[pid=123920] ppid=123910 vsize=79784 memory=66876 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/123920/stat : 123920 (fscip) R 123910 123920 123854 0 -1 4194304 15662 0 0 0 146 3 0 0 20 0 1 0 20765476 81698816 16719 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
/proc/123920/statm: 19946 16719 2774 3035 0 16342 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 79784 KiB
Current children cumulated memory: 66876 KiB

[startup+3.13208 s]
/proc/loadavg: 55.24 76.38 81.35 6/866 123927
/proc/meminfo: memFree=785208664/790760804 swapFree=131071996/131071996
[pid=123920] ppid=123910 vsize=80928 memory=67932 CPUtime=3.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/stat : 123920 (fscip) R 123910 123920 123854 0 -1 4194304 15921 0 0 0 309 3 0 0 20 0 1 0 20765476 82870272 16983 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
/proc/123920/statm: 20232 16983 2774 3035 0 16628 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 80928 KiB
Current children cumulated memory: 67932 KiB

[startup+6.30129 s]
/proc/loadavg: 55.24 76.38 81.35 84/1026 124089
/proc/meminfo: memFree=781659612/790760804 swapFree=131071996/131071996
[pid=123920] ppid=123910 vsize=1771392 memory=916572 CPUtime=47.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/stat : 123920 (fscip) S 123910 123920 123854 0 -1 1077936128 258807 0 0 0 4737 52 0 0 20 0 41 0 20765476 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
/proc/123920/statm: 442848 229143 2838 3035 0 324116 0
[pid=123920/tid=123948] ppid=123910 vsize=1771392 memory=914700 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123948/stat : 123948 (fscip) R 123910 123920 123854 0 -1 4194368 10133 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123949] ppid=123910 vsize=1771392 memory=52808 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123949/stat : 123949 (fscip) R 123910 123920 123854 0 -1 4194368 10121 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123950] ppid=123910 vsize=1771392 memory=279859264012704 CPUtime=2.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123950/stat : 123950 (fscip) R 123910 123920 123854 0 -1 4194368 10093 0 0 0 217 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123951] ppid=123910 vsize=1771392 memory=67932 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123951/stat : 123951 (fscip) R 123910 123920 123854 0 -1 4194368 10128 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123952] ppid=123910 vsize=1771392 memory=0 CPUtime=2.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123952/stat : 123952 (fscip) R 123910 123920 123854 0 -1 4194368 10136 0 0 0 218 1 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123953] ppid=123910 vsize=1771392 memory=0 CPUtime=2.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123953/stat : 123953 (fscip) R 123910 123920 123854 0 -1 4194368 10134 0 0 0 210 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123954] ppid=123910 vsize=1771392 memory=0 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123954/stat : 123954 (fscip) R 123910 123920 123854 0 -1 4194368 10132 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123955] ppid=123910 vsize=1771392 memory=25333125866717268 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123955/stat : 123955 (fscip) R 123910 123920 123854 0 -1 4194368 10105 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123956] ppid=123910 vsize=1771392 memory=5440 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123956/stat : 123956 (fscip) R 123910 123920 123854 0 -1 4194368 10062 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123957] ppid=123910 vsize=1771392 memory=855900446 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123957/stat : 123957 (fscip) R 123910 123920 123854 0 -1 4194368 10126 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123958] ppid=123910 vsize=1771392 memory=60473995428126 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123958/stat : 123958 (fscip) R 123910 123920 123854 0 -1 4194368 10127 0 0 0 219 1 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123959] ppid=123910 vsize=1771392 memory=279859264135632 CPUtime=2.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123959/stat : 123959 (fscip) R 123910 123920 123854 0 -1 4194368 11113 0 0 0 218 1 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123960] ppid=123910 vsize=1771392 memory=279859264228448 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123960/stat : 123960 (fscip) R 123910 123920 123854 0 -1 4194368 10128 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123961] ppid=123910 vsize=1771392 memory=1852 CPUtime=2.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123961/stat : 123961 (fscip) R 123910 123920 123854 0 -1 4194368 14405 0 0 0 217 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123962] ppid=123910 vsize=1771392 memory=33108 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123962/stat : 123962 (fscip) R 123910 123920 123854 0 -1 4194368 14445 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123963] ppid=123910 vsize=1771392 memory=52808 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123963/stat : 123963 (fscip) R 123910 123920 123854 0 -1 4194368 14344 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123964] ppid=123910 vsize=1771392 memory=1952 CPUtime=2.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123964/stat : 123964 (fscip) R 123910 123920 123854 0 -1 4194368 14779 0 0 0 217 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123965] ppid=123910 vsize=1771392 memory=2208 CPUtime=2.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123965/stat : 123965 (fscip) R 123910 123920 123854 0 -1 4194368 14445 0 0 0 217 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123966] ppid=123910 vsize=1771392 memory=25992 CPUtime=2.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123966/stat : 123966 (fscip) R 123910 123920 123854 0 -1 4194368 14329 0 0 0 218 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123967] ppid=123910 vsize=1771392 memory=104 CPUtime=2.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123967/stat : 123967 (fscip) R 123910 123920 123854 0 -1 4194368 14422 0 0 0 217 2 0 0 20 0 41 0 20765860 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123990] ppid=123910 vsize=1771392 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123990/stat : 123990 (fscip) S 123910 123920 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123991] ppid=123910 vsize=1771392 memory=279859264190400 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123991/stat : 123991 (fscip) S 123910 123920 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123992] ppid=123910 vsize=1771392 memory=139929631944240 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123992/stat : 123992 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123993] ppid=123910 vsize=1771392 memory=66876 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123993/stat : 123993 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123994] ppid=123910 vsize=1771392 memory=279859264810560 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123994/stat : 123994 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123995] ppid=123910 vsize=1771392 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123995/stat : 123995 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123996] ppid=123910 vsize=1771392 memory=8025815120752831592 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123996/stat : 123996 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123997] ppid=123910 vsize=1771392 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123997/stat : 123997 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123998] ppid=123910 vsize=1771392 memory=8237183402983662726 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123998/stat : 123998 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123999] ppid=123910 vsize=1771392 memory=279859264036624 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123999/stat : 123999 (fscip) S 123910 123920 123854 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124000] ppid=123910 vsize=1771392 memory=8237344622337 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/124000/stat : 124000 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124001] ppid=123910 vsize=1771392 memory=8447798019585 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/124001/stat : 124001 (fscip) S 123910 123920 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124002] ppid=123910 vsize=1771392 memory=8477862790657 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/124002/stat : 124002 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124003] ppid=123910 vsize=1771392 memory=8520812463361 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/124003/stat : 124003 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124004] ppid=123910 vsize=1771392 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/123920/task/124004/stat : 124004 (fscip) S 123910 123920 123854 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124005] ppid=123910 vsize=1771392 memory=8547148817754399092 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/124005/stat : 124005 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124006] ppid=123910 vsize=1771392 memory=7679927811743456362 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/124006/stat : 124006 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124007] ppid=123910 vsize=1771392 memory=7681407940103534245 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/124007/stat : 124007 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124008] ppid=123910 vsize=1771392 memory=279859263791808 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/124008/stat : 124008 (fscip) S 123910 123920 123854 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124009] ppid=123910 vsize=1771392 memory=13229522245910554 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/124009/stat : 124009 (fscip) S 123910 123920 123854 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20765883 1813905408 229143 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
Current children cumulated CPU time: 47.89 s
Current children cumulated vsize: 1771392 KiB
Current children cumulated memory: 916572 KiB

[startup+12.7013 s]
/proc/loadavg: 59.04 76.50 81.33 84/1026 124089
/proc/meminfo: memFree=780170648/790760804 swapFree=131071996/131071996
[pid=123920] ppid=123910 vsize=2044568 memory=1315324 CPUtime=174.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/stat : 123920 (fscip) S 123910 123920 123854 0 -1 1077936128 487002 0 0 0 17365 98 0 0 20 0 41 0 20765476 2093637632 328831 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
/proc/123920/statm: 511142 328831 3030 3035 0 431544 0
[pid=123920/tid=123948] ppid=123910 vsize=2044568 memory=13229522245910554 CPUtime=8.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123948/stat : 123948 (fscip) R 123910 123920 123854 0 -1 4194368 21530 0 0 0 846 3 0 0 20 0 41 0 20765860 2093637632 328831 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123949] ppid=123910 vsize=2044568 memory=2212 CPUtime=8.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123949/stat : 123949 (fscip) R 123910 123920 123854 0 -1 4194368 21636 0 0 0 852 3 0 0 20 0 41 0 20765860 2093637632 328831 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123950] ppid=123910 vsize=2044568 memory=0 CPUtime=8.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123950/stat : 123950 (fscip) R 123910 123920 123854 0 -1 4194368 24083 0 0 0 848 6 0 0 20 0 41 0 20765860 2093637632 328831 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0

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

/proc/123920/task/123967/stat : 123967 (fscip) R 123910 123920 123854 0 -1 4194368 1148511 0 0 0 354869 130 0 0 20 0 41 0 20765860 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123990] ppid=123910 vsize=6455184 memory=27608 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/123920/task/123990/stat : 123990 (fscip) S 123910 123920 123854 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123991] ppid=123910 vsize=6455184 memory=5468020 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/123920/task/123991/stat : 123991 (fscip) S 123910 123920 123854 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123992] ppid=123910 vsize=6455184 memory=11632 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/123920/task/123992/stat : 123992 (fscip) S 123910 123920 123854 0 -1 1077936192 87 0 0 0 0 2 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123993] ppid=123910 vsize=6455184 memory=11632 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/123920/task/123993/stat : 123993 (fscip) S 123910 123920 123854 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123994] ppid=123910 vsize=6455184 memory=5468892 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/123920/task/123994/stat : 123994 (fscip) S 123910 123920 123854 0 -1 1077936192 116 0 0 0 0 2 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123995] ppid=123910 vsize=6455184 memory=5467980 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/123920/task/123995/stat : 123995 (fscip) S 123910 123920 123854 0 -1 1077936192 164 0 0 0 1 1 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123996] ppid=123910 vsize=6455184 memory=6720659935396576353 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/123920/task/123996/stat : 123996 (fscip) S 123910 123920 123854 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123997] ppid=123910 vsize=6455184 memory=5467832 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/123920/task/123997/stat : 123997 (fscip) S 123910 123920 123854 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123998] ppid=123910 vsize=6455184 memory=1852 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/123920/task/123998/stat : 123998 (fscip) S 123910 123920 123854 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123999] ppid=123910 vsize=6455184 memory=33108 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/123920/task/123999/stat : 123999 (fscip) S 123910 123920 123854 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124000] ppid=123910 vsize=6455184 memory=5468892 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/123920/task/124000/stat : 124000 (fscip) S 123910 123920 123854 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124001] ppid=123910 vsize=6455184 memory=11632 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/123920/task/124001/stat : 124001 (fscip) S 123910 123920 123854 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124002] ppid=123910 vsize=6455184 memory=5468968 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/123920/task/124002/stat : 124002 (fscip) S 123910 123920 123854 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124003] ppid=123910 vsize=6455184 memory=5468020 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/123920/task/124003/stat : 124003 (fscip) S 123910 123920 123854 0 -1 1077936192 157 0 0 0 0 2 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124004] ppid=123910 vsize=6455184 memory=6232 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/123920/task/124004/stat : 124004 (fscip) S 123910 123920 123854 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124005] ppid=123910 vsize=6455184 memory=19852 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/123920/task/124005/stat : 124005 (fscip) S 123910 123920 123854 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124006] ppid=123910 vsize=6455184 memory=28720 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/123920/task/124006/stat : 124006 (fscip) S 123910 123920 123854 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124007] ppid=123910 vsize=6455184 memory=7384 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/123920/task/124007/stat : 124007 (fscip) S 123910 123920 123854 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124008] ppid=123910 vsize=6455184 memory=11632 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/123920/task/124008/stat : 124008 (fscip) S 123910 123920 123854 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124009] ppid=123910 vsize=6455184 memory=5468892 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/123920/task/124009/stat : 124009 (fscip) S 123910 123920 123854 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 20765883 6610108416 1367015 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
Current children cumulated CPU time: 70908.5 s
Current children cumulated vsize: 6455184 KiB
Current children cumulated memory: 5468060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.4 s]
/proc/loadavg: 80.09 80.24 80.38 83/1024 126031
/proc/meminfo: memFree=763494016/790760804 swapFree=131071996/131071996
[pid=123920] ppid=123910 vsize=6520720 memory=5488908 CPUtime=72000.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/stat : 123920 (fscip) S 123910 123920 123854 0 -1 1077936128 23611074 0 0 0 7191861 8153 0 0 20 0 41 0 20765476 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
/proc/123920/statm: 1630180 1372227 3366 3035 0 1501800 0
[pid=123920/tid=123948] ppid=123910 vsize=6520720 memory=5469832 CPUtime=3595.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123948/stat : 123948 (fscip) R 123910 123920 123854 0 -1 4194368 1101490 0 0 0 359461 131 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123949] ppid=123910 vsize=6520720 memory=5522740 CPUtime=3599.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123949/stat : 123949 (fscip) R 123910 123920 123854 0 -1 4194368 1002366 0 0 0 359854 119 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123950] ppid=123910 vsize=6520720 memory=2764 CPUtime=3591.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123950/stat : 123950 (fscip) R 123910 123920 123854 0 -1 4194368 1428219 0 0 0 358014 1114 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123951] ppid=123910 vsize=6520720 memory=104 CPUtime=3605.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123951/stat : 123951 (fscip) R 123910 123920 123854 0 -1 4194368 742100 0 0 0 360485 90 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123952] ppid=123910 vsize=6520720 memory=6232 CPUtime=3603.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123952/stat : 123952 (fscip) R 123910 123920 123854 0 -1 4194368 1103121 0 0 0 360226 139 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123953] ppid=123910 vsize=6520720 memory=19852 CPUtime=3595.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123953/stat : 123953 (fscip) R 123910 123920 123854 0 -1 4194368 1433296 0 0 0 358584 1008 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123954] ppid=123910 vsize=6520720 memory=31988 CPUtime=3604.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123954/stat : 123954 (fscip) R 123910 123920 123854 0 -1 4194368 1147308 0 0 0 360347 134 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123955] ppid=123910 vsize=6520720 memory=1852 CPUtime=3602.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123955/stat : 123955 (fscip) R 123910 123920 123854 0 -1 4194368 1284419 0 0 0 360070 143 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123956] ppid=123910 vsize=6520720 memory=33108 CPUtime=3596.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123956/stat : 123956 (fscip) R 123910 123920 123854 0 -1 4194368 1478465 0 0 0 358635 1054 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123957] ppid=123910 vsize=6520720 memory=2208 CPUtime=3601.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123957/stat : 123957 (fscip) R 123910 123920 123854 0 -1 4194368 1006414 0 0 0 360007 120 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123958] ppid=123910 vsize=6520720 memory=25992 CPUtime=3606.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123958/stat : 123958 (fscip) R 123910 123920 123854 0 -1 4194368 1088126 0 0 0 360545 128 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123959] ppid=123910 vsize=6520720 memory=104 CPUtime=3595.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123959/stat : 123959 (fscip) R 123910 123920 123854 0 -1 4194368 1494462 0 0 0 358552 997 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123960] ppid=123910 vsize=6520720 memory=6232 CPUtime=3601.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123960/stat : 123960 (fscip) R 123910 123920 123854 0 -1 4194368 1015283 0 0 0 359991 115 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123961] ppid=123910 vsize=6520720 memory=19852 CPUtime=3600.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123961/stat : 123961 (fscip) R 123910 123920 123854 0 -1 4194368 1107875 0 0 0 359958 122 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123962] ppid=123910 vsize=6520720 memory=31988 CPUtime=3589.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123962/stat : 123962 (fscip) R 123910 123920 123854 0 -1 4194368 1339673 0 0 0 357862 1105 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123963] ppid=123910 vsize=6520720 memory=28720 CPUtime=3603.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123963/stat : 123963 (fscip) R 123910 123920 123854 0 -1 4194368 1041476 0 0 0 360258 131 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123964] ppid=123910 vsize=6520720 memory=2212 CPUtime=3606.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123964/stat : 123964 (fscip) R 123910 123920 123854 0 -1 4194368 993387 0 0 0 360481 125 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123965] ppid=123910 vsize=6520720 memory=52808 CPUtime=3586.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123965/stat : 123965 (fscip) R 123910 123920 123854 0 -1 4194368 1460114 0 0 0 357586 1033 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123966] ppid=123910 vsize=6520720 memory=1952 CPUtime=3602.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123966/stat : 123966 (fscip) R 123910 123920 123854 0 -1 4194368 1149058 0 0 0 360106 145 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123967] ppid=123910 vsize=6520720 memory=279859265462608 CPUtime=3604.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/123920/task/123967/stat : 123967 (fscip) R 123910 123920 123854 0 -1 4194368 1165384 0 0 0 360337 132 0 0 20 0 41 0 20765860 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123990] ppid=123910 vsize=6520720 memory=11664 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/123920/task/123990/stat : 123990 (fscip) S 123910 123920 123854 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123991] ppid=123910 vsize=6520720 memory=11252 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/123920/task/123991/stat : 123991 (fscip) S 123910 123920 123854 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123992] ppid=123910 vsize=6520720 memory=2704 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/123920/task/123992/stat : 123992 (fscip) S 123910 123920 123854 0 -1 1077936192 88 0 0 0 0 2 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123993] ppid=123910 vsize=6520720 memory=6780 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/123920/task/123993/stat : 123993 (fscip) S 123910 123920 123854 0 -1 1077936192 121 0 0 0 1 1 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123994] ppid=123910 vsize=6520720 memory=2800 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/123920/task/123994/stat : 123994 (fscip) S 123910 123920 123854 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123995] ppid=123910 vsize=6520720 memory=2812 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/123920/task/123995/stat : 123995 (fscip) S 123910 123920 123854 0 -1 1077936192 167 0 0 0 1 1 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123996] ppid=123910 vsize=6520720 memory=6660 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/123920/task/123996/stat : 123996 (fscip) S 123910 123920 123854 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123997] ppid=123910 vsize=6520720 memory=6708 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/123920/task/123997/stat : 123997 (fscip) S 123910 123920 123854 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123998] ppid=123910 vsize=6520720 memory=5479792 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/123920/task/123998/stat : 123998 (fscip) S 123910 123920 123854 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=123999] ppid=123910 vsize=6520720 memory=5488632 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/123920/task/123999/stat : 123999 (fscip) S 123910 123920 123854 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124000] ppid=123910 vsize=6520720 memory=5554168 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/123920/task/124000/stat : 124000 (fscip) S 123910 123920 123854 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124001] ppid=123910 vsize=6520720 memory=2764 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/123920/task/124001/stat : 124001 (fscip) S 123910 123920 123854 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124002] ppid=123910 vsize=6520720 memory=6520 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/123920/task/124002/stat : 124002 (fscip) S 123910 123920 123854 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124003] ppid=123910 vsize=6520720 memory=5488396 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/123920/task/124003/stat : 124003 (fscip) S 123910 123920 123854 0 -1 1077936192 160 0 0 0 0 2 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124004] ppid=123910 vsize=6520720 memory=20140 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/123920/task/124004/stat : 124004 (fscip) S 123910 123920 123854 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124005] ppid=123910 vsize=6520720 memory=5720 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/123920/task/124005/stat : 124005 (fscip) S 123910 123920 123854 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124006] ppid=123910 vsize=6520720 memory=11384 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/123920/task/124006/stat : 124006 (fscip) S 123910 123920 123854 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124007] ppid=123910 vsize=6520720 memory=13920 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/123920/task/124007/stat : 124007 (fscip) S 123910 123920 123854 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124008] ppid=123910 vsize=6520720 memory=11264 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/123920/task/124008/stat : 124008 (fscip) S 123910 123920 123854 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
[pid=123920/tid=124009] ppid=123910 vsize=6520720 memory=11264 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/123920/task/124009/stat : 124009 (fscip) S 123910 123920 123854 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 20765883 6677217280 1372227 809668444160 4194304 16623229 140726735689424 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 25874432 140726735696905 140726735697023 140726735697023 140726735704048 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 6520720 KiB
Current children cumulated memory: 5488908 KiB

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

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

# cumulated CPU time of all completed processes:  user=71918.7 s, system=81.6861 s

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

[startup+3637.51 s]*
/proc/loadavg: 77.04 79.61 80.17 42/940 126039
/proc/meminfo: memFree=773282488/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3637.56
CPU time (s): 72000.4
CPU user time (s): 71918.7
CPU system time (s): 81.6861
CPU usage (%): 1979.36
Max. virtual memory (cumulated for all children) (KiB): 6520720
Max. memory (cumulated for all children) (KiB): 5489232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71918.7
system time used= 81.6861
maximum resident set size= 5489232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23611074
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= 174842
involuntary context switches= 328094


# summary of solver processes directly reported to runsolver:
#   pid: 123920
#   total CPU time (s): 72000.4
#   total CPU user time (s): 71918.7
#   total CPU system time (s): 81.6861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.2406 second user time and 111.127 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-01 21:50:28
IDJOB=4465695
IDBENCH=158345
IDSOLVER=3094
FILE ID=nodeD103/4465695-1722541827
RUNJOBID= nodeD103-1722541827-123864
SLURM_JOB_ID= 8254276
Free space on /tmp= 8622920 MiB

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

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

MD5SUM BENCH= bcb1c72c6ad4afea1adf0a0324f1d09c
RANDOM SEED=200370329

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        785450916 kB
MemAvailable:   784539608 kB
Buffers:          282476 kB
Cached:          2161936 kB
SwapCached:            0 kB
Active:           447324 kB
Inactive:        2405444 kB
Active(anon):       2040 kB
Inactive(anon):   428868 kB
Active(file):     445284 kB
Inactive(file):  1976576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            113496 kB
Writeback:           256 kB
AnonPages:        406608 kB
Mapped:            90140 kB
Shmem:             22536 kB
KReclaimable:     173092 kB
Slab:             521124 kB
SReclaimable:     173092 kB
SUnreclaim:       348032 kB
KernelStack:       14624 kB
PageTables:         9680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     306788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           262272 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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:      509952 kB
DirectMap2M:    58707968 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD103 at 2024-08-01 22:51:05