Trace number 4465476

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug4.5.opb
MD5SUM481101aa5750e702617a44583ed063de
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark204
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 102684826, getVmSize() = 88698880, SCIPgetMemUsed() = 55741004, SCIPgetMemTotal() = 64786228, SCIPgetMemExternEstim() = 37898598
0.00/0.09	c ** set memory limit for presolving in LC to 8.79577e+12 for SCIP **
2.27/2.35	c ** Estimated virtualMemUsedAtSolver = 150425712, getVmSize() = 216256512, SCIPgetMemUsed() = 137843603, SCIPgetMemTotal() = 187739971, SCIPgetMemExternEstim() = 37898598
2.27/2.35	c ** set memory limit for solvers to 4.18814e+11 for each SCIP **
2.27/2.35	c Original Problem   :
2.27/2.35	c   Problem name     : instance-4465476-1722547351
2.27/2.35	c   Variables        : 9632 (9632 binary, 0 integer, 0 implicit integer, 0 continuous)
2.27/2.35	c   Constraints      : 29620
2.27/2.35	c   Objective sense  : minimize
2.27/2.35	c Presolved Problem  :
2.27/2.35	c   Variables        : 9561 (9561 binary, 0 integer, 0 implicit integer, 0 continuous)
2.27/2.35	c   Constraints      : 27419
2.27/2.35	c Constraints        : Number
2.27/2.35	c   knapsack         : 1144 
2.27/2.35	c   setppc           : 16027 
2.27/2.35	c   linear           : 28 
2.27/2.35	c   logicor          : 10220 
2.27/2.35	c ** Instance transfer method used: 0
2.27/2.39	c ** ParaScipInstance copy does not increase the number of variables. **
3.10/3.15	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.10/3.16	c                                Nodes    Active                                            
3.10/3.16	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
210.57/13.76	c        14              2           1        20                -           0.0000          -
316.27/19.07	c        19           1740          29        20                -           7.0000          -
418.90/24.27	c        24           3647          40        20                -           7.0000          -
520.13/29.33	c        29           5419          39        20                -           7.0000          -
619.38/34.34	c        34           7379          43        20                -           7.0000          -
718.61/39.39	c        39           9269          30        20                -           7.0000          -
819.84/44.44	c        44          10509         839        20                -           7.0000          -
919.08/49.49	c        50          13152        1012        20                -           7.0000          -
1020.21/54.54	c        55          16547        1017        20                -           7.0000          -
1119.46/59.59	c        60          20429        1012        20                -           7.0000          -
1220.67/64.64	c        65          24898        1011        20                -           7.0000          -
1321.79/69.76	c        70          29140        1013        20                -           7.0000          -
1422.94/74.80	c        75          30667        1446        20                -           7.0000          -
1522.09/79.89	c        80          32089          29        20                -           7.0000          -
1623.12/84.95	c        85          33452          40        20                -           7.0000          -
1722.18/90.00	c        90          25192         651        20                -           7.0000          -
1823.84/95.04	c        95          34752        1340        20                -           7.0000          -
1923.22/100.12	c       100          28407          28        20                -           7.0000          -
2024.02/105.16	c       105          30335          26        20                -           7.0000          -
2124.47/110.21	c       110          32111          26        20                -           7.0000          -
2223.57/115.26	c       115          34409          23        20                -           7.0000          -
2324.66/120.32	c       120          37115          21        20                -           7.0000          -
2423.63/125.36	c       125          39485          27        20                -           7.0000          -
2524.69/130.41	c       130          40834         220        20                -           7.0000          -
2623.76/135.46	c       135          42974         181        20                -           7.0000          -
2724.80/140.51	c       141          44571         162        20                -           7.0000          -
2823.90/145.58	c       146          47384         106        20                -           7.0000          -
2924.97/150.62	c       151          49143          93        20                -           7.0000          -
3024.02/155.69	c       156          50981          93        20                -           7.0000          -
3124.44/160.73	c       161          52330          92        20                -           7.0000          -
3223.36/165.78	c       166          53519          92        20                -           7.0000          -
3324.46/170.85	c       171          54650          91        20                -           7.0000          -
3425.42/175.91	c       176          55675          93        20                -           7.0000          -
3524.58/180.97	c       181          56763          91        20                -           7.0000          -
3623.78/186.01	c       186          57925          91        20                -           7.0000          -
3725.61/191.07	c       191          58946          87        20                -           7.0000          -
3830.04/196.34	c       196          59930          87        20                -           7.0000          -
3929.07/201.39	c       201          61049          95        20                -           7.0000          -
4030.02/206.44	c       206          62118          94        20                -           7.0000          -
4129.22/211.49	c       212          63312          93        20                -           7.0000          -
4230.06/216.54	c       217          64439          91        20                -           7.0000          -
4328.96/221.59	c       222          65581          94        20                -           7.0000          -
4429.91/226.64	c       227          66635          92        20                -           7.0000          -
4528.90/231.69	c       232          70471        1428        20                -           7.0000          -
4629.80/236.74	c       237          71935         576        20                -           7.0000          -
4730.78/241.87	c       242          73658         574        20                -           7.0000          -
4831.64/246.91	c       247          75487         583        20                -           7.0000          -
4930.57/251.96	c       252          77155         569        20                -           7.0000          -
5029.38/257.01	c       257          78804         568        20                -           7.0000          -
5130.90/262.06	c       262          80463         571        20                -           7.0000          -
5229.91/267.11	c       267          82251         574        20                -           7.0000          -
5330.83/272.16	c       272          83940         568        20                -           7.0000          -
5431.01/277.21	c       277          85564         571        20                -           7.0000          -
5529.99/282.26	c       282          87204         572        20                -           7.0000          -
5630.97/287.32	c       287          88850         569        20                -           7.0000          -
5729.86/292.37	c       292          90518         569        20                -           7.0000          -
5830.43/297.42	c       297          92135         572        20                -           7.0000          -
5929.41/302.49	c       302          93752         579        20                -           7.0000          -
6030.36/307.55	c       308          95318         580        20                -           7.0000          -
6131.21/312.60	c       313          97037         576        20                -           7.0000          -
6230.15/317.65	c       318          98674         575        20                -           7.0000          -
6331.06/322.70	c       323         100266         573        20                -           7.0000          -
6430.02/327.75	c       328         101866         572        20                -           7.0000          -
6530.98/332.80	c       333         103378         570        20                -           7.0000          -
6629.98/337.85	c       338         104876         570        20                -           7.0000          -
6730.97/342.91	c       343         106055          35        20                -           7.0000          -
6830.08/347.96	c       348         107735          33        20                -           7.0000          -
6929.17/353.01	c       353         109371          32        20                -           7.0000          -
7030.89/358.06	c       358         111023          25        20                -           7.0000          -
7129.99/363.11	c       363         112480          76        20                -           7.0000          -
7230.95/368.16	c       368         113752          73        20                -           7.0000          -
7331.30/373.22	c       373         115043          71        20                -           7.0000          -
7430.34/378.27	c       378         116296          95        20                -           7.0000          -
7531.33/383.32	c       383         117990          91        20                -           7.0000          -
7630.41/388.37	c       388         119686          90        20                -           7.0000          -
7733.43/393.58	c       394         121251          92        20                -           7.0000          -
7834.56/398.64	c       399         122568          90        20                -           7.0000          -
7933.75/403.68	c       404         123797          91        20                -           7.0000          -
8034.65/408.73	c       409         125200          92        20                -           7.0000          -
8133.73/413.79	c       414         126208          89        20                -           7.0000          -
8234.65/418.83	c       419         127404          92        20                -           7.0000          -
8333.72/423.88	c       424         118558          28        20                -           7.0000          -
8434.75/428.93	c       429         120034          26        20                -           7.0000          -
8533.75/433.98	c       434         121781          24        20                -           7.0000          -
8632.80/439.03	c       439         123430          25        20                -           7.0000          -
8734.52/444.08	c       444         125183          22        20                -           7.0000          -
8835.55/449.13	c       449         126355         312        20                -           7.0000          -
8934.69/454.19	c       454         126921         878        20                -           7.0000          -
9034.81/459.24	c       459         127849        1444        20                -           7.0000          -
9133.81/464.28	c       464         128981        1309        20                -           7.0000          -
9234.83/469.33	c       469         130677        1312        20                -           7.0000          -
9333.81/474.39	c       474         131845        1307        20                -           7.0000          -
9434.78/479.44	c       479         133132        1311        20                -           7.0000          -
9533.76/484.49	c       484         134412        1212        20                -           7.0000          -
9634.72/489.54	c       490         135684        1213        20                -           7.0000          -
9735.67/494.60	c       495         137007        1203        20                -           7.0000          -
9834.57/499.65	c       500         138167        1207        20                -           7.0000          -
9935.54/504.70	c       505         139342        1117        20                -           7.0000          -
10034.54/509.75	c       510         140748        1113        20                -           7.0000          -
10135.48/514.80	c       515         142160        1111        20                -           7.0000          -
10234.42/519.85	c       520         143311        1112        20                -           7.0000          -
10335.19/524.92	c       525         158150          95        20                -           7.0000          -
10434.11/529.97	c       530         159669          93        20                -           7.0000          -
10532.97/535.02	c       535         161359          95        20                -           7.0000          -
10634.59/540.07	c       540         162924          93        20                -           7.0000          -
10733.14/545.12	c       545         164389          94        20                -           7.0000          -
10833.98/550.17	c       550         166055          98        20                -           7.0000          -
10934.35/555.23	c       555         167566          94        20                -           7.0000          -
11033.40/560.27	c       560         169173          92        20                -           7.0000          -
11134.46/565.35	c       565         152900        1114        20                -           7.0000          -
11235.53/570.40	c       570         154073        1110        20                -           7.0000          -
11334.49/575.46	c       575         155064        1107        20                -           7.0000          -
11435.56/580.51	c       581         175477          94        20                -           7.0000          -
11534.63/585.56	c       586         177091          92        20                -           7.0000          -
11635.70/590.61	c       591         178454          90        20                -           7.0000          -
11734.78/595.66	c       596         180038          96        20                -           7.0000          -
11835.86/600.71	c       601         181520          88        20                -           7.0000          -
11934.94/605.80	c       606         183054          98        20                -           7.0000          -
12035.88/610.86	c       611         162410        1110        20                -           7.0000          -
12136.94/615.90	c       616         163732        1070        20                -           7.0000          -
12236.02/620.96	c       621         164994        1071        20                -           7.0000          -
12335.10/626.01	c       626         165806        1074        20                -           7.0000          -
12436.81/631.06	c       631         166876        1071        20                -           7.0000          -
12535.91/636.13	c       636         167892        1062        20                -           7.0000          -
12636.97/641.18	c       641         168958        1066        20                -           7.0000          -
12737.31/646.23	c       646         170198        1070        20                -           7.0000          -
12836.50/651.28	c       651         171428        1072        20                -           7.0000          -
12937.42/656.35	c       656         172751        1066        20                -           7.0000          -
13036.56/661.39	c       661         174008        1069        20                -           7.0000          -
13141.57/666.60	c       667         175341        1073        20                -           7.0000          -
13240.72/671.65	c       672         176165        1072        20                -           7.0000          -
13343.83/676.88	c       677         177019        1070        20                -           7.0000          -
13444.98/681.92	c       682         177941        1069        20                -           7.0000          -
13544.11/686.98	c       687         178804        1071        20                -           7.0000          -
13643.27/692.02	c       692         179512        1071        20                -           7.0000          -
13748.35/697.22	c       697         180451        1072        20                -           7.0000          -
13847.51/702.27	c       702         181389        1072        20                -           7.0000          -
13948.44/707.33	c       707         182349        1066        20                -           7.0000          -
14047.52/712.38	c       712         183377        1068        20                -           7.0000          -
14148.66/717.42	c       717         216616         104        20                -           7.0000          -
14247.79/722.48	c       722         218346         106        20                -           7.0000          -
14348.93/727.52	c       728         220138         105        20                -           7.0000          -
14448.08/732.57	c       733         221772         107        20                -           7.0000          -
14549.17/737.63	c       738         223446         105        20                -           7.0000          -
14648.23/742.68	c       743         225068         108        20                -           7.0000          -
14749.36/747.73	c       748         226746         107        20                -           7.0000          -
14848.45/752.79	c       753              6           5        20                -         111.0000          -
14949.56/757.83	c       758              6           5        20                -         111.0000          -
15048.72/762.89	c       763             11          10        20                -         111.0000          -
15149.87/767.90	c       768             11          10        20                -         111.0000          -
15249.03/772.96	c       773             11          10        20                -         111.0000          -
15348.19/778.02	c       778             11          10        20                -         111.0000          -
15449.75/783.08	c       783             11          10        20                -         111.0000          -
15550.74/788.13	c       788             11          10        20                -         111.0000          -
15649.84/793.19	c       793             12          11        20                -         111.0000          -
15750.14/798.23	c       798             12          11        20                -         111.0000          -
15849.20/803.28	c       803             12          11        20                -         111.0000          -
15950.18/808.33	c       808             12          11        20                -         111.0000          -
16049.22/813.38	c       813             12          11        20                -         111.0000          -
16150.22/818.44	c       818             12          11        20                -         111.0000          -
16249.28/823.49	c       824             12          11        20                -         111.0000          -
16350.31/828.50	c       829             12          11        20                -         111.0000          -
16449.35/833.56	c       834             12          11        20                -         111.0000          -
16550.34/838.62	c       839             12          11        20                -         111.0000          -
16649.34/843.70	c       844             13          12        20                -         111.0000          -
16750.13/848.75	c       849             13          12        20                -         111.0000          -
16851.19/853.81	c       854             13          12        20                -         111.0000          -
16950.29/858.85	c       859             13          12        20                -         111.0000          -
17051.33/863.90	c       864             13          12        20                -         111.0000          -
17150.38/868.96	c       869             13          12        20                -         111.0000          -
17249.35/874.01	c       874             13          12        20                -         111.0000          -
17351.03/879.06	c       879             14          13        20                -         111.0000          -
17450.06/884.12	c       884             15          14        20                -         111.0000          -
17551.15/889.17	c       889             15          14        20                -         111.0000          -
17651.41/894.23	c       894             15          14        20                -         111.0000          -
17750.52/899.27	c       899             19          18        20                -         111.0000          -
17851.61/904.32	c       904             19          18        20                -         111.0000          -
17950.71/909.37	c       909             19          18        20                -         111.0000          -
18051.83/914.42	c       914             19          18        20                -         111.0000          -
18150.98/919.47	c       919             19          18        20                -         111.0000          -
18252.10/924.52	c       925             19          18        20                -         111.0000          -
18351.25/929.57	c       930             19          18        20                -         111.0000          -
18452.35/934.63	c       935             22          21        20                -         111.0000          -
18551.50/939.68	c       940             22          21        20                -         111.0000          -
18652.62/944.73	c       945             22          21        20                -         111.0000          -
18751.77/949.79	c       950             22          21        20                -         111.0000          -
18852.89/954.84	c       955             22          21        20                -         111.0000          -
18951.99/959.89	c       960             22          21        20                -         111.0000          -
19053.10/964.95	c       965             22          21        20                -         111.0000          -
19152.22/969.99	c       970             22          21        20                -         111.0000          -
19254.00/975.04	c       975              2           1        20                -         111.0000          -
19353.11/980.11	c       980              2           1        20                -         111.0000          -
19454.22/985.16	c       985             29          28        20                -         111.0000          -
19554.59/990.21	c       990             29          28        20                -         111.0000          -
19653.69/995.27	c       995             29          28        20                -         111.0000          -
19754.77/1000.32	c      1000              6           5        20                -         111.0000          -
19853.75/1005.37	c      1005              6           5        20                -         111.0000          -
19954.81/1010.42	c      1010              6           5        20                -         111.0000          -
20053.92/1015.47	c      1015              6           5        20                -         111.0000          -
20155.01/1020.52	c      1021             30          29        20                -         111.0000          -
20254.11/1025.57	c      1026             30          29        20                -         111.0000          -
20355.14/1030.63	c      1031             30          29        20                -         111.0000          -
20454.25/1035.68	c      1036             30          29        20                -         111.0000          -
20555.36/1040.73	c      1041             30          29        20                -         111.0000          -
20654.47/1045.78	c      1046             30          29        20                -         111.0000          -
20755.50/1050.83	c      1051             30          29        20                -         111.0000          -
20854.61/1055.88	c      1056             30          29        20                -         111.0000          -
20955.59/1060.93	c      1061             30          29        20                -         111.0000          -
21054.65/1065.98	c      1066             30          29        20                -         111.0000          -
21156.44/1071.04	c      1071             30          29        20                -         111.0000          -
21255.54/1076.10	c      1076             30          29        20                -         111.0000          -
21356.52/1081.15	c      1081             12          11        20                -         111.3333          -
21456.89/1086.20	c      1086             12          11        20                -         111.3333          -
21556.00/1091.26	c      1091             12          11        20                -         111.3333          -
21657.07/1096.32	c      1096             12          11        20                -         111.3333          -
21756.15/1101.37	c      1101             12          11        20                -         111.3333          -
21857.24/1106.41	c      1106             12          11        20                -         111.3333          -
21956.34/1111.47	c      1111             12          11        20                -         111.3333          -
22057.41/1116.51	c      1117             12          11        20                -         111.3333          -
22156.47/1121.56	c      1122             13          12        20                -         111.3333          -
22257.54/1126.62	c      1127             13          12        20                -         111.3333          -
22356.63/1131.67	c      1132             13          12        20                -         111.3333          -
22457.71/1136.72	c      1137             13          12        20                -         111.3333          -
22556.77/1141.77	c      1142             13          12        20                -         111.3333          -
22657.83/1146.82	c      1147             13          12        20                -         111.3333          -
22756.85/1151.87	c      1152             13          12        20                -         111.3333          -
22857.93/1156.92	c      1157             13          12        20                -         111.3333          -
22956.96/1161.97	c      1162             14          13        20                -         111.3333          -
23056.03/1167.03	c      1167             14          13        20                -         111.3333          -
23157.73/1172.08	c      1172             14          13        20                -         111.3333          -
23256.77/1177.13	c      1177             14          13        20                -         111.3333          -
23357.87/1182.17	c      1182             14          13        20                -         111.3333          -
23458.21/1187.22	c      1187             14          13        20                -         111.3333          -
23557.40/1192.27	c      1192             14          13        20                -         111.3333          -
23658.41/1197.32	c      1197             14          13        20                -         111.3333          -
23757.54/1202.37	c      1202             14          13        20                -         111.3333          -
23858.63/1207.42	c      1207             14          13        20                -         111.3333          -
23957.75/1212.47	c      1212             14          13        20                -         111.3333          -
24058.86/1217.52	c      1218             14          13        20                -         111.3333          -
24157.99/1222.57	c      1223             14          13        20                -         111.3333          -
24259.10/1227.62	c      1228             14          13        20                -         111.3333          -
24358.23/1232.67	c      1233             14          13        20                -         111.3333          -
24459.33/1237.72	c      1238             14          13        20                -         111.3333          -
24558.43/1242.73	c      1243             14          13        20                -         111.3333          -
24657.70/1247.78	c      1248             14          13        20                -         111.3333          -
24758.65/1252.84	c      1253             14          13        20                -         111.3333          -
24857.94/1257.88	c      1258             14          13        20                -         111.3333          -
24958.82/1262.94	c      1263             14          13        20                -         111.3333          -
25057.94/1267.99	c      1268             14          13        20                -         111.3333          -
25156.98/1273.03	c      1273             14          13        20                -         111.3333          -
25258.55/1278.09	c      1278             14          13        20                -         111.3333          -
25359.57/1283.15	c      1283             14          13        20                -         111.3333          -
25459.86/1288.20	c      1288             14          13        20                -         111.3333          -
25558.92/1293.26	c      1293             14          13        20                -         111.3333          -
25659.98/1298.31	c      1298             14          13        20                -         111.3333          -
25758.90/1303.37	c      1303             14          13        20                -         111.3333          -
25860.00/1308.42	c      1308             14          13        20                -         111.3333          -
25959.10/1313.47	c      1313             14          13        20                -         111.3333          -
26060.19/1318.52	c      1319             14          13        20                -         111.3333          -
26159.26/1323.58	c      1324             14          13        20                -         111.3333          -
26260.36/1328.63	c      1329             14          13        20                -         111.3333          -
26359.45/1333.68	c      1334             14          13        20                -         111.3333          -
26460.52/1338.73	c      1339             14          13        20                -         111.3333          -
26559.55/1343.78	c      1344             14          13        20                -         111.3333          -
26660.48/1348.84	c      1349             14          13        20                -         111.3333          -
26759.55/1353.88	c      1354             14          13        20                -         111.3333          -
26860.52/1358.93	c      1359             14          13        20                -         111.3333          -
26959.36/1363.98	c      1364             14          13        20                -         111.3333          -
27058.32/1369.03	c      1369             14          13        20                -         111.3333          -
27160.02/1374.08	c      1374             14          13        20                -         111.3333          -
27261.03/1379.13	c      1379             14          13        20                -         111.3333          -
27360.35/1384.18	c      1384             14          13        20                -         111.3333          -
27460.51/1389.23	c      1389             14          13        20                -         111.3333          -
27559.60/1394.28	c      1394             14          13        20                -         111.3333          -
27660.67/1399.33	c      1399             14          13        20                -         111.3333          -
27759.76/1404.39	c      1404             14          13        20                -         111.3333          -
27860.83/1409.43	c      1409             14          13        20                -         111.3333          -
27959.91/1414.48	c      1414             14          13        20                -         111.3333          -
28060.98/1419.53	c      1420             14          13        20                -         111.3333          -
28159.99/1424.58	c      1425             14          13        20                -         111.3333          -
28263.04/1429.73	c      1430             14          13        20                -         111.3333          -
28362.11/1434.77	c      1435             14          13        20                -         111.3333          -
28463.15/1439.82	c      1440             14          13        20                -         111.3333          -
28562.08/1444.87	c      1445             14          13        20                -         111.3333          -
28662.98/1449.93	c      1450             14          13        20                -         111.3333          -
28761.98/1454.97	c      1455             14          13        20                -         111.3333          -
28861.05/1460.02	c      1460             14          13        20                -         111.3333          -
28962.80/1465.07	c      1465             14          13        20                -         111.3333          -
29063.81/1470.13	c      1470             14          13        20                -         111.3333          -
29162.67/1475.18	c      1475             14          13        20                -         111.3333          -
29263.23/1480.24	c      1480             14          13        20                -         111.3333          -
29362.30/1485.28	c      1485             14          13        20                -         111.3333          -
29463.35/1490.33	c      1490             14          13        20                -         111.3333          -
29562.43/1495.37	c      1495             14          13        20                -         111.3333          -
29663.48/1500.43	c      1500             14          13        20                -         111.3333          -
29762.38/1505.48	c      1505             14          13        20                -         111.3333          -
29863.41/1510.53	c      1511             14          13        20                -         111.3333          -
29962.46/1515.58	c      1516             14          13        20                -         111.3333          -
30063.52/1520.63	c      1521             14          13        20                -         111.3333          -
30162.61/1525.68	c      1526             14          13        20                -         111.3333          -
30263.67/1530.73	c      1531             14          13        20                -         111.3333          -
30362.74/1535.78	c      1536             14          13        20                -         111.3333          -
30463.80/1540.83	c      1541             14          13        20                -         111.3333          -
30562.95/1545.88	c      1546             14          13        20                -         111.3333          -
30663.92/1550.94	c      1551             14          13        20                -         111.3333          -
30762.98/1555.99	c      1556             14          13        20                -         111.3333          -
30864.68/1561.05	c      1561             14          13        20                -         111.3333          -
30963.83/1566.10	c      1566             14          13        20                -         111.3333          -
31064.89/1571.15	c      1571             14          13        20                -         111.3333          -
31165.21/1576.21	c      1576             14          13        20                -         111.3333          -
31264.27/1581.25	c      1581             14          13        20                -         111.3333          -
31365.33/1586.30	c      1586             14          13        20                -         111.3333          -
31464.40/1591.35	c      1591             14          13        20                -         111.3333          -
31565.45/1596.40	c      1596             14          13        20                -         111.3333          -
31664.53/1601.45	c      1601             14          13        20                -         111.3333          -
31765.59/1606.50	c      1607             14          13        20                -         111.3333          -
31864.63/1611.56	c      1612             14          13        20                -         111.3333          -
31965.69/1616.62	c      1617             14          13        20                -         111.3333          -
32064.75/1621.67	c      1622             14          13        20                -         111.3333          -
32165.82/1626.72	c      1627             14          13        20                -         111.3333          -
32264.76/1631.77	c      1632             14          13        20                -         111.3333          -
32365.76/1636.82	c      1637             14          13        20                -         111.3333          -
32464.84/1641.87	c      1642             14          13        20                -         111.3333          -
32565.82/1646.92	c      1647             14          13        20                -         111.3333          -
32664.88/1651.97	c      1652             14          13        20                -         111.3333          -
32763.95/1657.02	c      1657             14          13        20                -         111.3333          -
32865.64/1662.07	c      1662             14          13        20                -         111.3333          -
32964.71/1667.12	c      1667             14          13        20                -         111.3333          -
33065.62/1672.19	c      1672             14          13        20                -         111.3333          -
33165.71/1677.23	c      1677             14          13        20                -         111.3333          -
33264.72/1682.28	c      1682             14          13        20                -         111.3333          -
33365.84/1687.34	c      1687             14          13        20                -         111.3333          -
33464.85/1692.39	c      1692             14          13        20                -         111.3333          -
33565.92/1697.44	c      1697             14          13        20                -         111.3333          -
33665.00/1702.49	c      1702             14          13        20                -         111.3333          -
33766.06/1707.54	c      1708             14          13        20                -         111.3333          -
33865.12/1712.59	c      1713             14          13        20                -         111.3333          -
33966.10/1717.65	c      1718             14          13        20                -         111.3333          -
34065.06/1722.69	c      1723             14          13        20                -         111.3333          -
34166.11/1727.74	c      1728             14          13        20                -         111.3333          -
34265.19/1732.79	c      1733             14          13        20                -         111.3333          -
34366.27/1737.85	c      1738             14          13        20                -         111.3333          -
34465.26/1742.89	c      1743             14          13        20                -         111.3333          -
34566.32/1747.94	c      1748             14          13        20                -         111.3333          -
34665.38/1752.99	c      1753             14          13        20                -         111.3333          -
34767.10/1758.04	c      1758             14          13        20                -         111.3333          -
34866.12/1763.09	c      1763             14          13        20                -         111.3333          -
34966.99/1768.14	c      1768             14          13        20                -         111.3333          -
35066.11/1773.19	c      1773             14          13        20                -         111.3333          -
35166.46/1778.25	c      1778             14          13        20                -         111.3333          -
35265.51/1783.29	c      1783             14          13        20                -         111.3333          -
35366.54/1788.34	c      1788             14          13        20                -         111.3333          -
35465.59/1793.39	c      1793             14          13        20                -         111.3333          -
35566.68/1798.45	c      1798             14          13        20                -         111.3333          -
35667.74/1803.50	c      1804             14          13        20                -         111.3333          -
35766.83/1808.55	c      1809             14          13        20                -         111.3333          -
35867.90/1813.60	c      1814             14          13        20                -         111.3333          -
35966.99/1818.65	c      1819             14          13        20                -         111.3333          -
36068.07/1823.70	c      1824             14          13        20                -         111.3333          -
36167.17/1828.75	c      1829             14          13        20                -         111.3333          -
36268.34/1833.80	c      1834             14          13        20                -         111.3333          -
36367.37/1838.85	c      1839             14          13        20                -         111.3333          -
36468.25/1843.90	c      1844             14          13        20                -         111.3333          -
36567.32/1848.95	c      1849             14          13        20                -         111.3333          -
36666.41/1854.00	c      1854             14          13        20                -         111.3333          -
36768.02/1859.05	c      1859             14          13        20                -         111.3333          -
36866.90/1864.10	c      1864             14          13        20                -         111.3333          -
36968.37/1869.15	c      1869             14          13        20                -         111.3333          -
37068.52/1874.20	c      1874             14          13        20                -         111.3333          -
37167.62/1879.25	c      1879             14          13        20                -         111.3333          -
37268.69/1884.30	c      1884             14          13        20                -         111.3333          -
37367.87/1889.35	c      1889             14          13        20                -         111.3333          -
37468.85/1894.40	c      1894             14          13        20                -         111.3333          -
37567.95/1899.45	c      1899             14          13        20                -         111.3333          -
37669.02/1904.50	c      1905             14          13        20                -         111.3333          -
37768.10/1909.55	c      1910             14          13        20                -         111.3333          -
37869.15/1914.60	c      1915             14          13        20                -         111.3333          -
37968.24/1919.65	c      1920             14          13        20                -         111.3333          -
38067.32/1924.67	c      1925             14          13        20                -         111.3333          -
38168.39/1929.72	c      1930             14          13        20                -         111.3333          -
38267.48/1934.78	c      1935             14          13        20                -         111.3333          -
38368.56/1939.83	c      1940             14          13        20                -         111.3333          -
38467.65/1944.89	c      1945             14          13        20                -         111.3333          -
38568.72/1949.94	c      1950             14          13        20                -         111.3333          -
38667.61/1954.99	c      1955             14          13        20                -         111.3333          -
38769.48/1960.05	c      1960             14          13        20                -         111.3333          -
38868.31/1965.10	c      1965             14          13        20                -         111.3333          -
38969.33/1970.15	c      1970             14          13        20                -         111.3333          -
39069.46/1975.20	c      1975             14          13        20                -         111.3333          -
39168.28/1980.25	c      1980             14          13        20                -         111.3333          -
39269.30/1985.31	c      1985             14          13        20                -         111.3333          -
39368.36/1990.35	c      1990             14          13        20                -         111.3333          -
39469.41/1995.40	c      1995             14          13        20                -         111.3333          -
39568.48/2000.45	c      2000             14          13        20                -         111.3333          -
39669.47/2005.51	c      2006             14          13        20                -         111.3333          -
39768.52/2010.56	c      2011             14          13        20                -         111.3333          -
39869.65/2015.61	c      2016             14          13        20                -         111.3333          -
39968.52/2020.66	c      2021             14          13        20                -         111.3333          -
40069.50/2025.71	c      2026             14          13        20                -         111.3333          -
40168.47/2030.77	c      2031             14          13        20                -         111.3333          -
40269.50/2035.81	c      2036             14          13        20                -         111.3333          -
40368.56/2040.86	c      2041             14          13        20                -         111.3333          -
40469.58/2045.91	c      2046             14          13        20                -         111.3333          -
40568.63/2050.97	c      2051             14          13        20                -         111.3333          -
40667.67/2056.01	c      2056             14          13        20                -         111.3333          -
40769.41/2061.07	c      2061             14          13        20                -         111.3333          -
40868.44/2066.11	c      2066             14          13        20                -         111.3333          -
40969.50/2071.17	c      2071             14          13        20                -         111.3333          -
41069.79/2076.21	c      2076             14          13        20                -         111.3333          -
41168.81/2081.26	c      2081             14          13        20                -         111.3333          -
41269.69/2086.32	c      2086             14          13        20                -         111.3333          -
41368.57/2091.36	c      2091             14          13        20                -         111.3333          -
41469.59/2096.41	c      2096             14          13        20                -         111.3333          -
41568.64/2101.46	c      2101             14          13        20                -         111.3333          -
41669.64/2106.51	c      2107             14          13        20                -         111.3333          -
41768.69/2111.56	c      2112             14          13        20                -         111.3333          -
41869.71/2116.61	c      2117             14          13        20                -         111.3333          -
41968.73/2121.66	c      2122             14          13        20                -         111.3333          -
42069.73/2126.71	c      2127             14          13        20                -         111.3333          -
42168.77/2131.72	c      2132             14          13        20                -         111.3333          -
42267.76/2136.75	c      2137             14          13        20                -         111.3333          -
42368.79/2141.80	c      2142             14          13        20                -         111.3333          -
42467.83/2146.85	c      2147             14          13        20                -         111.3333          -
42568.81/2151.90	c      2152             14          13        20                -         111.3333          -
42667.77/2156.95	c      2157             14          13        20                -         111.3333          -
42766.73/2162.00	c      2162             14          13        20                -         111.3333          -
42868.35/2167.05	c      2167             14          13        20                -         111.3333          -
42967.54/2172.10	c      2172             14          13        20                -         111.3333          -
43068.46/2177.15	c      2177             14          13        20                -         111.3333          -
43168.57/2182.20	c      2182             14          13        20                -         111.3333          -
43267.60/2187.25	c      2187             14          13        20                -         111.3333          -
43368.59/2192.31	c      2192             14          13        20                -         111.3333          -
43467.63/2197.36	c      2197             14          13        20                -         111.3333          -
43568.51/2202.40	c      2202             14          13        20                -         111.3333          -
43667.55/2207.45	c      2207             14          13        20                -         111.3333          -
43768.56/2212.50	c      2213             14          13        20                -         111.3333          -
43867.60/2217.55	c      2218             14          13        20                -         111.3333          -
43968.64/2222.61	c      2223             14          13        20                -         111.3333          -
44067.67/2227.65	c      2228             14          13        20                -         111.3333          -
44168.71/2232.71	c      2233             14          13        20                -         111.3333          -
44267.70/2237.77	c      2238             14          13        20                -         111.3333          -
44368.70/2242.81	c      2243             14          13        20                -         111.3333          -
44467.78/2247.86	c      2248             14          13        20                -         111.3333          -
44568.86/2252.91	c      2253             14          13        20                -         111.3333          -
44667.94/2257.96	c      2258             14          13        20                -         111.3333          -
44766.99/2263.01	c      2263             14          13        20                -         111.3333          -
44868.68/2268.07	c      2268             14          13        20                -         111.3333          -
44968.00/2273.12	c      2273             14          13        20                -         111.3333          -
45068.87/2278.17	c      2278             14          13        20                -         111.3333          -
45169.19/2283.22	c      2283             14          13        20                -         111.3333          -
45268.29/2288.27	c      2288             14          13        20                -         111.3333          -
45369.36/2293.32	c      2293             14          13        20                -         111.3333          -
45468.45/2298.37	c      2298             14          13        20                -         111.3333          -
45569.53/2303.42	c      2303             14          13        20                -         111.3333          -
45668.61/2308.47	c      2308             14          13        20                -         111.3333          -
45769.58/2313.53	c      2314             14          13        20                -         111.3333          -
45868.61/2318.58	c      2319             14          13        20                -         111.3333          -
45969.59/2323.63	c      2324             14          13        20                -         111.3333          -
46068.66/2328.68	c      2329             14          13        20                -         111.3333          -
46169.71/2333.74	c      2334             14          13        20                -         111.3333          -
46268.77/2338.79	c      2339             14          13        20                -         111.3333          -
46369.77/2343.84	c      2344             14          13        20                -         111.3333          -
46470.78/2348.90	c      2349             14          13        20                -         111.3333          -
46569.85/2353.94	c      2354             14          13        20                -         111.3333          -
46668.71/2358.99	c      2359             14          13        20                -         111.3333          -
46767.81/2364.04	c      2364             14          13        20                -         111.3333          -
46869.66/2369.09	c      2369             14          13        20                -         111.3333          -
46970.53/2374.14	c      2374             14          13        20                -         111.3333          -
47069.63/2379.19	c      2379             14          13        20                -         111.3333          -
47169.96/2384.24	c      2384             14          13        20                -         111.3333          -
47270.93/2389.30	c      2389             14          13        20                -         111.3333          -
47369.84/2394.34	c      2394             14          13        20                -         111.3333          -
47468.89/2399.39	c      2399             14          13        20                -         111.3333          -
47569.97/2404.44	c      2404             14          13        20                -         111.3333          -
47669.05/2409.49	c      2410             14          13        20                -         111.3333          -
47770.14/2414.54	c      2415             14          13        20                -         111.3333          -
47869.21/2419.59	c      2420             14          13        20                -         111.3333          -
47970.33/2424.64	c      2425             14          13        20                -         111.3333          -
48069.43/2429.69	c      2430             14          13        20                -         111.3333          -
48170.54/2434.74	c      2435             14          13        20                -         111.3333          -
48269.66/2439.79	c      2440             14          13        20                -         111.3333          -
48370.76/2444.85	c      2445             14          13        20                -         111.3333          -
48471.87/2449.90	c      2450             14          13        20                -         111.3333          -
48570.99/2454.95	c      2455             14          13        20                -         111.3333          -
48670.12/2460.00	c      2460             14          13        20                -         111.3333          -
48771.85/2465.05	c      2465             14          13        20                -         111.3333          -
48871.01/2470.10	c      2470             14          13        20                -         111.3333          -
48971.98/2475.15	c      2475             14          13        20                -         111.3333          -
49072.36/2480.20	c      2480             14          13        20                -         111.3333          -
49171.47/2485.25	c      2485             14          13        20                -         111.3333          -
49272.57/2490.30	c      2490             14          13        20                -         111.3333          -
49371.68/2495.36	c      2495             14          13        20                -         111.3333          -
49472.75/2500.40	c      2500             14          13        20                -         111.3333          -
49571.87/2505.45	c      2505             14          13        20                -         111.3333          -
49672.92/2510.50	c      2511             14          13        20                -         111.3333          -
49772.02/2515.55	c      2516             14          13        20                -         111.3333          -
49873.13/2520.60	c      2521             14          13        20                -         111.3333          -
49972.24/2525.65	c      2526             14          13        20                -         111.3333          -
50073.35/2530.70	c      2531             14          13        20                -         111.3333          -
50172.42/2535.75	c      2536             14          13        20                -         111.3333          -
50273.54/2540.80	c      2541             14          13        20                -         111.3333          -
50372.76/2545.86	c      2546             14          13        20                -         111.3333          -
50473.58/2550.91	c      2551             14          13        20                -         111.3333          -
50572.72/2555.95	c      2556             14          13        20                -         111.3333          -
50671.84/2561.01	c      2561             14          13        20                -         111.3333          -
50773.68/2566.05	c      2566             14          13        20                -         111.3333          -
50872.73/2571.10	c      2571             14          13        20                -         111.3333          -
50973.85/2576.16	c      2576             14          13        20                -         111.3333          -
51074.16/2581.20	c      2581             14          13        20                -         111.3333          -
51173.29/2586.25	c      2586             14          13        20                -         111.3333          -
51274.22/2591.31	c      2591             14          13        20                -         111.3333          -
51373.23/2596.36	c      2596             14          13        20                -         111.3333          -
51474.23/2601.41	c      2601             14          13        20                -         111.3333          -
51573.35/2606.46	c      2606             14          13        20                -         111.3333          -
51674.43/2611.51	c      2612             14          13        20                -         111.3333          -
51773.53/2616.56	c      2617             14          13        20                -         111.3333          -
51874.61/2621.61	c      2622             14          13        20                -         111.3333          -
51973.70/2626.66	c      2627             14          13        20                -         111.3333          -
52074.77/2631.71	c      2632             14          13        20                -         111.3333          -
52173.86/2636.77	c      2637             14          13        20                -         111.3333          -
52275.00/2641.81	c      2642             14          13        20                -         111.3333          -
52373.95/2646.86	c      2647             14          13        20                -         111.3333          -
52475.02/2651.91	c      2652             14          13        20                -         111.3333          -
52574.04/2656.97	c      2657             14          13        20                -         111.3333          -
52673.04/2662.02	c      2662             14          13        20                -         111.3333          -
52774.83/2667.07	c      2667             14          13        20                -         111.3333          -
52873.91/2672.12	c      2672             14          13        20                -         111.3333          -
52975.30/2677.18	c      2677             14          13        20                -         111.3333          -
53075.27/2682.23	c      2682             14          13        20                -         111.3333          -
53174.25/2687.27	c      2687             14          13        20                -         111.3333          -
53275.31/2692.33	c      2692             14          13        20                -         111.3333          -
53374.43/2697.37	c      2697             14          13        20                -         111.3333          -
53475.47/2702.43	c      2702             14          13        20                -         111.3333          -
53574.57/2707.48	c      2707             14          13        20                -         111.3333          -
53675.71/2712.53	c      2713             14          13        20                -         111.3333          -
53774.82/2717.58	c      2718             14          13        20                -         111.3333          -
53875.90/2722.63	c      2723             14          13        20                -         111.3333          -
53974.96/2727.68	c      2728             14          13        20                -         111.3333          -
54076.06/2732.73	c      2733             14          13        20                -         111.3333          -
54175.13/2737.80	c      2738             14          13        20                -         111.3333          -
54275.83/2742.83	c      2743             14          13        20                -         111.3333          -
54374.94/2747.89	c      2748             14          13        20                -         111.3333          -
54476.04/2752.94	c      2753             14          13        20                -         111.3333          -
54575.14/2757.98	c      2758             14          13        20                -         111.3333          -
54674.32/2763.04	c      2763             14          13        20                -         111.3333          -
54776.37/2768.08	c      2768             14          13        20                -         111.3333          -
54877.33/2773.14	c      2773             14          13        20                -         111.3333          -
54977.71/2778.20	c      2778             14          13        20                -         111.3333          -
55076.88/2783.26	c      2783             14          13        20                -         111.3333          -
55178.05/2788.32	c      2788             14          13        20                -         111.3333          -
55277.24/2793.38	c      2793             14          13        20                -         111.3333          -
55378.42/2798.42	c      2798             14          13        20                -         111.3333          -
55477.55/2803.47	c      2803             14          13        20                -         111.3333          -
55578.66/2808.52	c      2809             14          13        20                -         111.3333          -
55677.80/2813.58	c      2814             14          13        20                -         111.3333          -
55778.92/2818.62	c      2819             14          13        20                -         111.3333          -
55878.00/2823.67	c      2824             14          13        20                -         111.3333          -
55979.14/2828.72	c      2829             14          13        20                -         111.3333          -
56078.28/2833.77	c      2834             14          13        20                -         111.3333          -
56177.43/2838.80	c      2839             14          13        20                -         111.3333          -
56278.54/2843.87	c      2844             14          13        20                -         111.3333          -
56379.60/2848.92	c      2849             14          13        20                -         111.3333          -
56478.78/2853.98	c      2854             14          13        20                -         111.3333          -
56578.08/2859.03	c      2859             14          13        20                -         111.3333          -
56679.64/2864.08	c      2864             14          13        20                -         111.3333          -
56778.97/2869.13	c      2869             14          13        20                -         111.3333          -
56879.77/2874.18	c      2874             14          13        20                -         111.3333          -
56980.23/2879.23	c      2879             14          13        20                -         111.3333          -
57079.44/2884.29	c      2884             14          13        20                -         111.3333          -
57180.57/2889.34	c      2889             14          13        20                -         111.3333          -
57279.63/2894.39	c      2894             14          13        20                -         111.3333          -
57380.73/2899.44	c      2899             14          13        20                -         111.3333          -
57479.87/2904.49	c      2904             14          13        20                -         111.3333          -
57581.23/2909.54	c      2910             14          13        20                -         111.3333          -
57680.22/2914.59	c      2915             14          13        20                -         111.3333          -
57781.31/2919.65	c      2920             14          13        20                -         111.3333          -
57880.46/2924.69	c      2925             14          13        20                -         111.3333          -
57981.49/2929.74	c      2930             14          13        20                -         111.3333          -
58080.63/2934.79	c      2935             14          13        20                -         111.3333          -
58181.78/2939.84	c      2940             14          13        20                -         111.3333          -
58280.84/2944.89	c      2945             14          13        20                -         111.3333          -
58381.95/2949.94	c      2950             14          13        20                -         111.3333          -
58481.02/2955.00	c      2955             14          13        20                -         111.3333          -
58580.12/2960.04	c      2960             14          13        20                -         111.3333          -
58681.90/2965.09	c      2965             14          13        20                -         111.3333          -
58782.90/2970.14	c      2970             14          13        20                -         111.3333          -
58883.28/2975.20	c      2975             14          13        20                -         111.3333          -
58982.38/2980.24	c      2980             14          13        20                -         111.3333          -
59081.49/2985.29	c      2985             14          13        20                -         111.3333          -
59182.52/2990.34	c      2990             14          13        20                -         111.3333          -
59281.56/2995.40	c      2995             14          13        20                -         111.3333          -
59382.65/3000.44	c      3000             14          13        20                -         111.3333          -
59481.66/3005.49	c      3006             14          13        20                -         111.3333          -
59582.63/3010.54	c      3011             14          13        20                -         111.3333          -
59683.67/3015.60	c      3016             14          13        20                -         111.3333          -
59782.72/3020.64	c      3021             14          13        20                -         111.3333          -
59881.83/3025.70	c      3026             14          13        20                -         111.3333          -
59982.89/3030.75	c      3031             14          13        20                -         111.3333          -
60083.96/3035.80	c      3036             14          13        20                -         111.3333          -
60183.07/3040.85	c      3041             14          13        20                -         111.3333          -
60282.22/3045.90	c      3046             14          13        20                -         111.3333          -
60383.17/3050.95	c      3051             14          13        20                -         111.3333          -
60482.28/3056.00	c      3056             14          13        20                -         111.3333          -
60584.09/3061.05	c      3061             14          13        20                -         111.3333          -
60683.22/3066.11	c      3066             14          13        20                -         111.3333          -
60784.30/3071.15	c      3071             14          13        20                -         111.3333          -
60884.62/3076.20	c      3076             14          13        20                -         111.3333          -
60983.69/3081.25	c      3081             14          13        20                -         111.3333          -
61082.81/3086.26	c      3086             14          13        20                -         111.3333          -
61183.93/3091.30	c      3091             14          13        20                -         111.3333          -
61283.07/3096.36	c      3096             14          13        20                -         111.3333          -
61384.14/3101.41	c      3101             14          13        20                -         111.3333          -
61483.24/3106.46	c      3106             14          13        20                -         111.3333          -
61584.34/3111.51	c      3112             14          13        20                -         111.3333          -
61683.15/3116.59	c      3117             14          13        20                -         111.3333          -
61784.30/3121.64	c      3122             14          13        20                -         111.3333          -
61885.40/3126.71	c      3127             14          13        20                -         111.3333          -
61984.57/3131.76	c      3132             14          13        20                -         111.3333          -
62085.71/3136.81	c      3137             14          13        20                -         111.3333          -
62184.84/3141.86	c      3142             14          13        20                -         111.3333          -
62285.95/3146.91	c      3147             14          13        20                -         111.3333          -
62385.12/3151.98	c      3152             14          13        20                -         111.3333          -
62484.29/3157.03	c      3157             14          13        20                -         111.3333          -
62586.05/3162.08	c      3162             14          13        20                -         111.3333          -
62685.20/3167.13	c      3167             14          13        20                -         111.3333          -
62786.26/3172.18	c      3172             14          13        20                -         111.3333          -
62886.60/3177.23	c      3177             14          13        20                -         111.3333          -
62985.75/3182.28	c      3182             14          13        20                -         111.3333          -
63086.85/3187.33	c      3187             14          13        20                -         111.3333          -
63186.00/3192.38	c      3192             14          13        20                -         111.3333          -
63287.12/3197.43	c      3197             14          13        20                -         111.3333          -
63386.16/3202.48	c      3202             14          13        20                -         111.3333          -
63487.25/3207.53	c      3208             14          13        20                -         111.3333          -
63586.31/3212.59	c      3213             14          13        20                -         111.3333          -
63687.42/3217.66	c      3218             14          13        20                -         111.3333          -
63786.44/3222.70	c      3223             14          13        20                -         111.3333          -
63887.51/3227.74	c      3228             14          13        20                -         111.3333          -
63986.67/3232.79	c      3233             14          13        20                -         111.3333          -
64087.81/3237.84	c      3238             14          13        20                -         111.3333          -
64186.97/3242.90	c      3243             14          13        20                -         111.3333          -
64288.12/3247.94	c      3248             14          13        20                -         111.3333          -
64387.28/3253.00	c      3253             14          13        20                -         111.3333          -
64489.03/3258.04	c      3258             14          13        20                -         111.3333          -
64588.20/3263.09	c      3263             14          13        20                -         111.3333          -
64689.39/3268.14	c      3268             14          13        20                -         111.3333          -
64789.76/3273.20	c      3273             14          13        20                -         111.3333          -
64888.93/3278.24	c      3278             14          13        20                -         111.3333          -
64988.02/3283.29	c      3283             14          13        20                -         111.3333          -
65089.10/3288.34	c      3288             14          13        20                -         111.3333          -
65188.27/3293.39	c      3293             14          13        20                -         111.3333          -
65289.42/3298.45	c      3298             14          13        20                -         111.3333          -
65388.46/3303.49	c      3304             14          13        20                -         111.3333          -
65489.60/3308.54	c      3309             14          13        20                -         111.3333          -
65588.80/3313.59	c      3314             14          13        20                -         111.3333          -
65689.98/3318.64	c      3319             14          13        20                -         111.3333          -
65789.18/3323.69	c      3324             14          13        20                -         111.3333          -
65890.36/3328.74	c      3329             14          13        20                -         111.3333          -
65991.52/3333.80	c      3334             14          13        20                -         111.3333          -
66090.55/3338.86	c      3339             14          13        20                -         111.3333          -
66191.73/3343.90	c      3344             14          13        20                -         111.3333          -
66290.91/3348.95	c      3349             14          13        20                -         111.3333          -
66390.11/3354.00	c      3354             14          13        20                -         111.3333          -
66491.92/3359.06	c      3359             14          13        20                -         111.3333          -
66591.02/3364.10	c      3364             14          13        20                -         111.3333          -
66692.34/3369.15	c      3369             14          13        20                -         111.3333          -
66792.70/3374.20	c      3374             14          13        20                -         111.3333          -
66891.83/3379.25	c      3379             14          13        20                -         111.3333          -
66993.00/3384.30	c      3384             14          13        20                -         111.3333          -
67092.17/3389.35	c      3389             14          13        20                -         111.3333          -
67191.34/3394.36	c      3394             14          13        20                -         111.3333          -
67292.49/3399.41	c      3399             14          13        20                -         111.3333          -
67391.64/3404.46	c      3404             14          13        20                -         111.3333          -
67492.80/3409.53	c      3410             14          13        20                -         111.3333          -
67591.97/3414.57	c      3415             14          13        20                -         111.3333          -
67693.06/3419.63	c      3420             14          13        20                -         111.3333          -
67792.14/3424.68	c      3425             14          13        20                -         111.3333          -
67893.31/3429.75	c      3430             14          13        20                -         111.3333          -
67994.39/3434.80	c      3435             14          13        20                -         111.3333          -
68093.55/3439.85	c      3440             14          13        20                -         111.3333          -
68194.68/3444.90	c      3445             14          13        20                -         111.3333          -
68293.85/3449.95	c      3450             14          13        20                -         111.3333          -
68393.04/3455.00	c      3455             14          13        20                -         111.3333          -
68494.86/3460.06	c      3460             14          13        20                -         111.3333          -
68594.26/3465.10	c      3465             14          13        20                -         111.3333          -
68695.15/3470.15	c      3470             14          13        20                -         111.3333          -
68795.53/3475.20	c      3475             14          13        20                -         111.3333          -
68894.59/3480.25	c      3480             14          13        20                -         111.3333          -
68995.65/3485.31	c      3485             14          13        20                -         111.3333          -
69094.79/3490.36	c      3490             14          13        20                -         111.3333          -
69195.91/3495.41	c      3495             14          13        20                -         111.3333          -
69295.07/3500.46	c      3500             14          13        20                -         111.3333          -
69396.14/3505.51	c      3506             14          13        20                -         111.3333          -
69495.16/3510.56	c      3511             14          13        20                -         111.3333          -
69596.19/3515.61	c      3516             14          13        20                -         111.3333          -
69695.34/3520.66	c      3521             14          13        20                -         111.3333          -
69796.36/3525.71	c      3526             14          13        20                -         111.3333          -
69895.44/3530.76	c      3531             14          13        20                -         111.3333          -
69996.54/3535.81	c      3536             14          13        20                -         111.3333          -
70095.67/3540.86	c      3541             14          13        20                -         111.3333          -
70194.84/3545.89	c      3546             14          13        20                -         111.3333          -
70295.87/3550.91	c      3551             14          13        20                -         111.3333          -
70395.03/3555.95	c      3556             14          13        20                -         111.3333          -
70494.04/3561.00	c      3561             14          13        20                -         111.3333          -
70595.80/3566.05	c      3566             14          13        20                -         111.3333          -
70695.12/3571.10	c      3571             14          13        20                -         111.3333          -
70796.16/3576.15	c      3576             14          13        20                -         111.3333          -
70896.33/3581.20	c      3581             14          13        20                -         111.3333          -
70995.34/3586.26	c      3586             14          13        20                -         111.3333          -
71096.43/3591.30	c      3591             14          13        20                -         111.3333          -
71195.58/3596.36	c      3596             14          13        20                -         111.3333          -
71296.65/3601.41	c      3601             14          13        20                -         111.3333          -
71395.55/3606.45	c      3606             14          13        20                -         111.3333          -
71496.55/3611.50	c      3612             14          13        20                -         111.3333          -
71595.66/3616.55	c      3617             14          13        20                -         111.3333          -
71696.69/3621.61	c      3622             14          13        20                -         111.3333          -
71795.72/3626.66	c      3627             14          13        20                -         111.3333          -
71896.73/3631.70	c      3632             14          13        20                -         111.3333          -
71995.81/3636.75	c      3637             14          13        20                -         111.3333          -

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 (189533 MiB free)
  memory of node 1: 193531 MiB (179778 MiB free)
  memory of node 2: 193531 MiB (180469 MiB free)
  memory of node 3: 193493 MiB (184381 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-4465476-1722547351/watcher-4465476-1722547351 -o /tmp/evaluation-result-4465476-1722547351/solver-4465476-1722547351 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123864 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465476-1722547351.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=127344, runsolver pid=127341
Current StackSize limit: 8192 KiB


[startup+0.1001 s]*
/proc/loadavg: 78.06 80.06 80.40 62/984 127346
/proc/meminfo: memFree=751716524/790760804 swapFree=131071996/131071996
[pid=127344] ppid=127341 vsize=90868 memory=78524 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/stat : 127344 (fscip) R 127341 127344 123854 0 -1 4194304 17416 0 0 0 9 2 0 0 20 0 1 0 21317871 93048832 19631 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
/proc/127344/statm: 22717 19631 2630 3035 0 19113 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 90868 KiB
Current children cumulated memory: 78524 KiB

[startup+0.219295 s]*
/proc/loadavg: 78.06 80.06 80.40 62/984 127346
/proc/meminfo: memFree=751696272/790760804 swapFree=131071996/131071996
[pid=127344] ppid=127341 vsize=107876 memory=96092 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/stat : 127344 (fscip) R 127341 127344 123854 0 -1 4194304 26051 0 0 0 19 3 0 0 20 0 1 0 21317871 110465024 24023 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
/proc/127344/statm: 26969 24023 2726 3035 0 23365 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 107876 KiB
Current children cumulated memory: 96092 KiB

[startup+0.319209 s]*
/proc/loadavg: 78.06 80.06 80.40 63/984 127346
/proc/meminfo: memFree=751688124/790760804 swapFree=131071996/131071996
[pid=127344] ppid=127341 vsize=118612 memory=106180 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/stat : 127344 (fscip) R 127341 127344 123854 0 -1 4194304 29258 0 0 0 29 4 0 0 20 0 1 0 21317871 121458688 26545 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
/proc/127344/statm: 29653 26545 2774 3035 0 26049 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 118612 KiB
Current children cumulated memory: 106180 KiB

[startup+0.700197 s]
/proc/loadavg: 78.06 80.06 80.40 63/984 127346
/proc/meminfo: memFree=751682940/790760804 swapFree=131071996/131071996
[pid=127344] ppid=127341 vsize=120480 memory=108292 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/127344/stat : 127344 (fscip) R 127341 127344 123854 0 -1 4194304 29787 0 0 0 65 4 0 0 20 0 1 0 21317871 123371520 27073 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
/proc/127344/statm: 30120 27073 2774 3035 0 26516 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 120480 KiB
Current children cumulated memory: 108292 KiB

[startup+1.50019 s]
/proc/loadavg: 78.06 80.06 80.40 63/984 127346
/proc/meminfo: memFree=751678628/790760804 swapFree=131071996/131071996
[pid=127344] ppid=127341 vsize=122188 memory=109876 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/stat : 127344 (fscip) R 127341 127344 123854 0 -1 4194304 30210 0 0 0 144 4 0 0 20 0 1 0 21317871 125120512 27469 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
/proc/127344/statm: 30547 27469 2774 3035 0 26943 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 122188 KiB
Current children cumulated memory: 109876 KiB

[startup+3.11972 s]
/proc/loadavg: 78.06 80.06 80.40 62/1004 127366
/proc/meminfo: memFree=751153304/790760804 swapFree=131071996/131071996
[pid=127344] ppid=127341 vsize=1688596 memory=702680 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/stat : 127344 (fscip) S 127341 127344 123854 0 -1 1077936128 182841 0 0 0 284 26 0 0 20 0 21 0 21317871 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
/proc/127344/statm: 422149 175670 2790 3035 0 226098 0
[pid=127344/tid=127347] ppid=127341 vsize=1688596 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/127344/task/127347/stat : 127347 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127348] ppid=127341 vsize=1688596 memory=4344 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/127344/task/127348/stat : 127348 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127349] ppid=127341 vsize=1688596 memory=5440 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/127344/task/127349/stat : 127349 (fscip) S 127341 127344 123854 0 -1 1077936192 6886 0 0 0 3 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127350] ppid=127341 vsize=1688596 memory=10528 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/127344/task/127350/stat : 127350 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127351] ppid=127341 vsize=1688596 memory=15008 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/127344/task/127351/stat : 127351 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127352] ppid=127341 vsize=1688596 memory=333136 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/127344/task/127352/stat : 127352 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127353] ppid=127341 vsize=1688596 memory=108820 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/127344/task/127353/stat : 127353 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127354] ppid=127341 vsize=1688596 memory=2748 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/127344/task/127354/stat : 127354 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127355] ppid=127341 vsize=1688596 memory=2212 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/127344/task/127355/stat : 127355 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127356] ppid=127341 vsize=1688596 memory=52808 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/127344/task/127356/stat : 127356 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127357] ppid=127341 vsize=1688596 memory=1952 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/127344/task/127357/stat : 127357 (fscip) S 127341 127344 123854 0 -1 1077936192 6884 0 0 0 3 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127358] ppid=127341 vsize=1688596 memory=1852 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/127344/task/127358/stat : 127358 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127359] ppid=127341 vsize=1688596 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127359/stat : 127359 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127360] ppid=127341 vsize=1688596 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127360/stat : 127360 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127361] ppid=127341 vsize=1688596 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127361/stat : 127361 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127362] ppid=127341 vsize=1688596 memory=140265041954670 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/127344/task/127362/stat : 127362 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127363] ppid=127341 vsize=1688596 memory=140265041954673 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/127344/task/127363/stat : 127363 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127364] ppid=127341 vsize=1688596 memory=104 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/127344/task/127364/stat : 127364 (fscip) S 127341 127344 123854 0 -1 1077936192 6884 0 0 0 2 1 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127365] ppid=127341 vsize=1688596 memory=6232 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127365/stat : 127365 (fscip) R 127341 127344 123854 0 -1 4194368 129 0 0 0 0 0 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127366] ppid=127341 vsize=1688596 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/127344/task/127366/stat : 127366 (fscip) S 127341 127344 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21318106 1729122304 175670 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1688596 KiB
Current children cumulated memory: 702680 KiB

[startup+6.30156 s]
/proc/loadavg: 78.29 80.08 80.40 82/1024 127386
/proc/meminfo: memFree=748674068/790760804 swapFree=131071996/131071996
[pid=127344] ppid=127341 vsize=4080740 memory=3070092 CPUtime=64.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/stat : 127344 (fscip) S 127341 127344 123854 0 -1 1077936128 916227 0 0 0 6165 256 0 0 20 0 41 0 21317871 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
/proc/127344/statm: 1020185 767523 2950 3035 0 886809 0
[pid=127344/tid=127347] ppid=127341 vsize=4080740 memory=10528 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127347/stat : 127347 (fscip) R 127341 127344 123854 0 -1 4194368 26456 0 0 0 306 4 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127348] ppid=127341 vsize=4080740 memory=5440 CPUtime=3.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127348/stat : 127348 (fscip) R 127341 127344 123854 0 -1 4194368 52329 0 0 0 286 20 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127349] ppid=127341 vsize=4080740 memory=16108 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127349/stat : 127349 (fscip) R 127341 127344 123854 0 -1 4194368 45207 0 0 0 301 8 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127350] ppid=127341 vsize=4080740 memory=2212 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/127344/task/127350/stat : 127350 (fscip) R 127341 127344 123854 0 -1 4194368 24727 0 0 0 306 6 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127351] ppid=127341 vsize=4080740 memory=280523641842240 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127351/stat : 127351 (fscip) R 127341 127344 123854 0 -1 4194368 58558 0 0 0 283 20 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127352] ppid=127341 vsize=4080740 memory=2212 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127352/stat : 127352 (fscip) R 127341 127344 123854 0 -1 4194368 46922 0 0 0 300 10 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127353] ppid=127341 vsize=4080740 memory=333136 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/127344/task/127353/stat : 127353 (fscip) R 127341 127344 123854 0 -1 4194368 26458 0 0 0 306 6 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127354] ppid=127341 vsize=4080740 memory=10528 CPUtime=3.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127354/stat : 127354 (fscip) R 127341 127344 123854 0 -1 4194368 55047 0 0 0 283 23 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127355] ppid=127341 vsize=4080740 memory=5440 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127355/stat : 127355 (fscip) R 127341 127344 123854 0 -1 4194368 46953 0 0 0 296 11 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127356] ppid=127341 vsize=4080740 memory=11632 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/127344/task/127356/stat : 127356 (fscip) R 127341 127344 123854 0 -1 4194368 26585 0 0 0 306 6 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127357] ppid=127341 vsize=4080740 memory=3089668 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127357/stat : 127357 (fscip) R 127341 127344 123854 0 -1 4194368 53065 0 0 0 288 19 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127358] ppid=127341 vsize=4080740 memory=11632 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127358/stat : 127358 (fscip) R 127341 127344 123854 0 -1 4194368 45312 0 0 0 300 9 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127359] ppid=127341 vsize=4080740 memory=3125972 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/127344/task/127359/stat : 127359 (fscip) R 127341 127344 123854 0 -1 4194368 26488 0 0 0 307 5 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127360] ppid=127341 vsize=4080740 memory=2919964 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127360/stat : 127360 (fscip) R 127341 127344 123854 0 -1 4194368 66060 0 0 0 282 23 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127361] ppid=127341 vsize=4080740 memory=280523642104304 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127361/stat : 127361 (fscip) R 127341 127344 123854 0 -1 4194368 42648 0 0 0 300 9 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127362] ppid=127341 vsize=4080740 memory=476204 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/127344/task/127362/stat : 127362 (fscip) R 127341 127344 123854 0 -1 4194368 25234 0 0 0 307 5 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127363] ppid=127341 vsize=4080740 memory=0 CPUtime=3.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127363/stat : 127363 (fscip) R 127341 127344 123854 0 -1 4194368 66152 0 0 0 285 21 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127364] ppid=127341 vsize=4080740 memory=25333125866717268 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127364/stat : 127364 (fscip) R 127341 127344 123854 0 -1 4194368 40400 0 0 0 300 9 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127365] ppid=127341 vsize=4080740 memory=33 CPUtime=3.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127365/stat : 127365 (fscip) R 127341 127344 123854 0 -1 4194368 25230 0 0 0 306 5 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127366] ppid=127341 vsize=4080740 memory=0 CPUtime=2.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127366/stat : 127366 (fscip) R 127341 127344 123854 0 -1 4194368 64453 0 0 0 276 21 0 0 20 0 41 0 21318106 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127367] ppid=127341 vsize=4080740 memory=1952 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127367/stat : 127367 (fscip) S 127341 127344 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21318187 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127368] ppid=127341 vsize=4080740 memory=1852 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127368/stat : 127368 (fscip) S 127341 127344 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21318187 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127369] ppid=127341 vsize=4080740 memory=3087360 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127369/stat : 127369 (fscip) S 127341 127344 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21318187 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127370] ppid=127341 vsize=4080740 memory=7523386758334074983 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127370/stat : 127370 (fscip) S 127341 127344 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21318187 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127371] ppid=127341 vsize=4080740 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/127344/task/127371/stat : 127371 (fscip) S 127341 127344 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21318187 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127372] ppid=127341 vsize=4080740 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/127344/task/127372/stat : 127372 (fscip) S 127341 127344 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21318187 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127373] ppid=127341 vsize=4080740 memory=280523641691968 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127373/stat : 127373 (fscip) S 127341 127344 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21318187 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127374] ppid=127341 vsize=4080740 memory=549112642537962 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127374/stat : 127374 (fscip) S 127341 127344 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21318187 4178677760 767523 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0

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

/proc/127344/task/127354/stat : 127354 (fscip) D 127341 127344 123854 0 -1 1077937220 1523133 0 0 0 360334 275 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127355] ppid=127341 vsize=16930768 memory=-7665826373857624723 CPUtime=3593.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127355/stat : 127355 (fscip) D 127341 127344 123854 0 -1 1077937220 905049 0 0 0 358308 1013 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127356] ppid=127341 vsize=16930768 memory=16108 CPUtime=3604.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127356/stat : 127356 (fscip) D 127341 127344 123854 0 -1 1077937220 826289 0 0 0 360333 91 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127357] ppid=127341 vsize=16930768 memory=2212 CPUtime=3606.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127357/stat : 127357 (fscip) D 127341 127344 123854 0 -1 1077937220 1446373 0 0 0 360414 268 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127358] ppid=127341 vsize=16930768 memory=52808 CPUtime=3595.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127358/stat : 127358 (fscip) D 127341 127344 123854 0 -1 1077937220 850015 0 0 0 358581 953 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127359] ppid=127341 vsize=16930768 memory=1952 CPUtime=3607.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127359/stat : 127359 (fscip) R 127341 127344 123854 0 -1 4195904 793940 0 0 0 360484 253 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 140279856213152 9450124 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127360] ppid=127341 vsize=16930768 memory=1852 CPUtime=3601.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127360/stat : 127360 (fscip) D 127341 127344 123854 0 -1 1077937220 1565489 0 0 0 359901 275 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127361] ppid=127341 vsize=16930768 memory=33108 CPUtime=3595.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127361/stat : 127361 (fscip) D 127341 127344 123854 0 -1 1077937220 864100 0 0 0 358653 940 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127362] ppid=127341 vsize=16930768 memory=7384 CPUtime=3605.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127362/stat : 127362 (fscip) D 127341 127344 123854 0 -1 1077937220 733429 0 0 0 360444 79 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127363] ppid=127341 vsize=16930768 memory=27608 CPUtime=3603.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127363/stat : 127363 (fscip) D 127341 127344 123854 0 -1 1077937220 1464436 0 0 0 360107 256 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127364] ppid=127341 vsize=16930768 memory=3736 CPUtime=3593.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127364/stat : 127364 (fscip) D 127341 127344 123854 0 -1 1077937220 967287 0 0 0 358577 781 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127365] ppid=127341 vsize=16930768 memory=40232 CPUtime=3606.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127365/stat : 127365 (fscip) D 127341 127344 123854 0 -1 1077937220 737846 0 0 0 360523 91 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127366] ppid=127341 vsize=16930768 memory=8072 CPUtime=3599.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127366/stat : 127366 (fscip) D 127341 127344 123854 0 -1 1077937220 1486453 0 0 0 359688 268 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127367] ppid=127341 vsize=16930768 memory=3516 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/127344/task/127367/stat : 127367 (fscip) D 127341 127344 123854 0 -1 1077937220 168 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127368] ppid=127341 vsize=16930768 memory=2300 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/127344/task/127368/stat : 127368 (fscip) D 127341 127344 123854 0 -1 1077937220 105 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127369] ppid=127341 vsize=16930768 memory=280523645173152 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/127344/task/127369/stat : 127369 (fscip) D 127341 127344 123854 0 -1 1077937220 106 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127370] ppid=127341 vsize=16930768 memory=7378973572455465041 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/127344/task/127370/stat : 127370 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127371] ppid=127341 vsize=16930768 memory=6943526294502006880 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/127344/task/127371/stat : 127371 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 0 3 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127372] ppid=127341 vsize=16930768 memory=280523642059592 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/127344/task/127372/stat : 127372 (fscip) D 127341 127344 123854 0 -1 1077937220 157 0 0 0 2 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127373] ppid=127341 vsize=16930768 memory=3831492586941990205 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/127344/task/127373/stat : 127373 (fscip) D 127341 127344 123854 0 -1 1077937220 54 0 0 0 0 2 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127374] ppid=127341 vsize=16930768 memory=359574 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/127344/task/127374/stat : 127374 (fscip) D 127341 127344 123854 0 -1 1077937220 155 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127375] ppid=127341 vsize=16930768 memory=7179175 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/127344/task/127375/stat : 127375 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127376] ppid=127341 vsize=16930768 memory=8323350987516068516 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/127344/task/127376/stat : 127376 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127377] ppid=127341 vsize=16930768 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/127344/task/127377/stat : 127377 (fscip) D 127341 127344 123854 0 -1 1077937220 157 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127378] ppid=127341 vsize=16930768 memory=13204 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/127344/task/127378/stat : 127378 (fscip) D 127341 127344 123854 0 -1 1077937220 109 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127379] ppid=127341 vsize=16930768 memory=11900 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/127344/task/127379/stat : 127379 (fscip) D 127341 127344 123854 0 -1 1077937220 106 0 0 0 0 2 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127380] ppid=127341 vsize=16930768 memory=11624 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/127344/task/127380/stat : 127380 (fscip) D 127341 127344 123854 0 -1 1077937220 107 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127381] ppid=127341 vsize=16930768 memory=12188 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/127344/task/127381/stat : 127381 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127382] ppid=127341 vsize=16930768 memory=2748 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/127344/task/127382/stat : 127382 (fscip) D 127341 127344 123854 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127383] ppid=127341 vsize=16930768 memory=8323350987516068516 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/127344/task/127383/stat : 127383 (fscip) D 127341 127344 123854 0 -1 1077937220 106 0 0 0 2 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127384] ppid=127341 vsize=16930768 memory=-1807685287724411743 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/127344/task/127384/stat : 127384 (fscip) D 127341 127344 123854 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127385] ppid=127341 vsize=16930768 memory=-2317720213663324238 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/127344/task/127385/stat : 127385 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127386] ppid=127341 vsize=16930768 memory=6935649255777456215 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/127344/task/127386/stat : 127386 (fscip) D 127341 127344 123854 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
Current children cumulated CPU time: 72002.2 s
Current children cumulated vsize: 16930768 KiB
Current children cumulated memory: 12704932 KiB

[startup+3639 s]*
/proc/loadavg: 80.25 80.30 80.34 62/1025 130202
/proc/meminfo: memFree=730666188/790760804 swapFree=131071996/131071996
[pid=127344] ppid=127341 vsize=16930768 memory=12704932 CPUtime=72002.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/stat : 127344 (fscip) D 127341 127344 123854 0 -1 1077937156 21338243 0 0 0 7192028 8214 0 0 20 0 41 0 21317871 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
/proc/127344/statm: 4232692 3176233 3030 3035 0 4050552 0
[pid=127344/tid=127347] ppid=127341 vsize=16930768 memory=31988 CPUtime=3603.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127347/stat : 127347 (fscip) D 127341 127344 123854 0 -1 1077937220 743749 0 0 0 360253 81 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127348] ppid=127341 vsize=16930768 memory=28720 CPUtime=3598.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127348/stat : 127348 (fscip) D 127341 127344 123854 0 -1 1077937220 1593558 0 0 0 359590 279 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127349] ppid=127341 vsize=16930768 memory=7384 CPUtime=3585.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127349/stat : 127349 (fscip) D 127341 127344 123854 0 -1 1077937220 830630 0 0 0 357581 936 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127350] ppid=127341 vsize=16930768 memory=-4421386517773249380 CPUtime=3603.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127350/stat : 127350 (fscip) D 127341 127344 123854 0 -1 1077937220 817195 0 0 0 360244 88 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127351] ppid=127341 vsize=16930768 memory=0 CPUtime=3592.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127351/stat : 127351 (fscip) D 127341 127344 123854 0 -1 1077937220 1531823 0 0 0 359027 272 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127352] ppid=127341 vsize=16930768 memory=29273809900535888 CPUtime=3590.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127352/stat : 127352 (fscip) D 127341 127344 123854 0 -1 1077937220 862997 0 0 0 358197 872 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127353] ppid=127341 vsize=16930768 memory=17358424619 CPUtime=3605.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127353/stat : 127353 (fscip) D 127341 127344 123854 0 -1 1077937220 738011 0 0 0 360459 75 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127354] ppid=127341 vsize=16930768 memory=7811586378275516520 CPUtime=3606.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127354/stat : 127354 (fscip) D 127341 127344 123854 0 -1 1077937220 1523133 0 0 0 360334 275 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127355] ppid=127341 vsize=16930768 memory=7090467292003516516 CPUtime=3593.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127355/stat : 127355 (fscip) D 127341 127344 123854 0 -1 1077937220 905049 0 0 0 358308 1013 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127356] ppid=127341 vsize=16930768 memory=7307761554501491046 CPUtime=3604.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127356/stat : 127356 (fscip) D 127341 127344 123854 0 -1 1077937220 826289 0 0 0 360333 91 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127357] ppid=127341 vsize=16930768 memory=7091594162338161254 CPUtime=3606.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127357/stat : 127357 (fscip) D 127341 127344 123854 0 -1 1077937220 1446373 0 0 0 360414 268 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127358] ppid=127341 vsize=16930768 memory=7665806507716994658 CPUtime=3595.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127358/stat : 127358 (fscip) D 127341 127344 123854 0 -1 1077937220 850015 0 0 0 358581 953 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127359] ppid=127341 vsize=16930768 memory=7307761554501491046 CPUtime=3607.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127359/stat : 127359 (fscip) S 127341 127344 123854 0 -1 4195904 793940 0 0 0 360484 272 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 140279856213152 9450124 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 0
[pid=127344/tid=127360] ppid=127341 vsize=16930768 memory=12704932 CPUtime=3601.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127360/stat : 127360 (fscip) D 127341 127344 123854 0 -1 1077937220 1565489 0 0 0 359901 275 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127361] ppid=127341 vsize=16930768 memory=5440 CPUtime=3595.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127361/stat : 127361 (fscip) D 127341 127344 123854 0 -1 1077937220 864100 0 0 0 358653 940 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127362] ppid=127341 vsize=16930768 memory=16108 CPUtime=3605.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127362/stat : 127362 (fscip) D 127341 127344 123854 0 -1 1077937220 733429 0 0 0 360444 79 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127363] ppid=127341 vsize=16930768 memory=2212 CPUtime=3603.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127363/stat : 127363 (fscip) D 127341 127344 123854 0 -1 1077937220 1464436 0 0 0 360107 256 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127364] ppid=127341 vsize=16930768 memory=52808 CPUtime=3593.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127364/stat : 127364 (fscip) D 127341 127344 123854 0 -1 1077937220 967287 0 0 0 358577 781 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127365] ppid=127341 vsize=16930768 memory=36112 CPUtime=3606.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127365/stat : 127365 (fscip) D 127341 127344 123854 0 -1 1077937220 737846 0 0 0 360523 91 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127366] ppid=127341 vsize=16930768 memory=4748 CPUtime=3599.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127366/stat : 127366 (fscip) D 127341 127344 123854 0 -1 1077937220 1486453 0 0 0 359688 268 0 0 20 0 41 0 21318106 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127367] ppid=127341 vsize=16930768 memory=20492 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/127344/task/127367/stat : 127367 (fscip) D 127341 127344 123854 0 -1 1077937220 168 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127368] ppid=127341 vsize=16930768 memory=6836 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/127344/task/127368/stat : 127368 (fscip) D 127341 127344 123854 0 -1 1077937220 105 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127369] ppid=127341 vsize=16930768 memory=7256 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/127344/task/127369/stat : 127369 (fscip) D 127341 127344 123854 0 -1 1077937220 106 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127370] ppid=127341 vsize=16930768 memory=28068 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/127344/task/127370/stat : 127370 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127371] ppid=127341 vsize=16930768 memory=20492 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/127344/task/127371/stat : 127371 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 0 3 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127372] ppid=127341 vsize=16930768 memory=6836 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/127344/task/127372/stat : 127372 (fscip) D 127341 127344 123854 0 -1 1077937220 157 0 0 0 2 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127373] ppid=127341 vsize=16930768 memory=7256 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/127344/task/127373/stat : 127373 (fscip) D 127341 127344 123854 0 -1 1077937220 54 0 0 0 0 2 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127374] ppid=127341 vsize=16930768 memory=28068 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/127344/task/127374/stat : 127374 (fscip) D 127341 127344 123854 0 -1 1077937220 155 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127375] ppid=127341 vsize=16930768 memory=33752 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/127344/task/127375/stat : 127375 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127376] ppid=127341 vsize=16930768 memory=37672 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/127344/task/127376/stat : 127376 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127377] ppid=127341 vsize=16930768 memory=7760 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/127344/task/127377/stat : 127377 (fscip) D 127341 127344 123854 0 -1 1077937220 157 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127378] ppid=127341 vsize=16930768 memory=25333125866717268 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/127344/task/127378/stat : 127378 (fscip) D 127341 127344 123854 0 -1 1077937220 109 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127379] ppid=127341 vsize=16930768 memory=8331532404798907359 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/127344/task/127379/stat : 127379 (fscip) D 127341 127344 123854 0 -1 1077937220 106 0 0 0 0 2 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127380] ppid=127341 vsize=16930768 memory=8794612 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/127344/task/127380/stat : 127380 (fscip) D 127341 127344 123854 0 -1 1077937220 107 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127381] ppid=127341 vsize=16930768 memory=2684 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/127344/task/127381/stat : 127381 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127382] ppid=127341 vsize=16930768 memory=6696 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/127344/task/127382/stat : 127382 (fscip) D 127341 127344 123854 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127383] ppid=127341 vsize=16930768 memory=0 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/127344/task/127383/stat : 127383 (fscip) D 127341 127344 123854 0 -1 1077937220 106 0 0 0 2 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127384] ppid=127341 vsize=16930768 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127384/stat : 127384 (fscip) D 127341 127344 123854 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127385] ppid=127341 vsize=16930768 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127385/stat : 127385 (fscip) D 127341 127344 123854 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
[pid=127344/tid=127386] ppid=127341 vsize=16930768 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/127344/task/127386/stat : 127386 (fscip) D 127341 127344 123854 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 21318187 17337106432 3176233 809668444160 4194304 16623229 140730769296320 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 25468928 140730769298441 140730769298559 140730769298559 140730769305584 24
Current children cumulated CPU time: 72002.4 s
Current children cumulated vsize: 16930768 KiB
Current children cumulated memory: 12704932 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3639.37
CPU time (s): 72002.8
CPU user time (s): 71920.3
CPU system time (s): 82.4926
CPU usage (%): 1978.44
Max. virtual memory (cumulated for all children) (KiB): 16930768
Max. memory (cumulated for all children) (KiB): 12704932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71920.3
system time used= 82.4926
maximum resident set size= 12705048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21338243
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= 330348
involuntary context switches= 303755


# summary of solver processes directly reported to runsolver:
#   pid: 127344
#   total CPU time (s): 72002.8
#   total CPU user time (s): 71920.3
#   total CPU system time (s): 82.4926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.2787 second user time and 86.5179 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-01 23:22:32
IDJOB=4465476
IDBENCH=158396
IDSOLVER=3094
FILE ID=nodeD103/4465476-1722547351
RUNJOBID= nodeD103-1722541827-123864
SLURM_JOB_ID= 8254276
Free space on /tmp= 8622832 MiB

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

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

MD5SUM BENCH= 481101aa5750e702617a44583ed063de
RANDOM SEED=566079908

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		: 2843.296
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		: 2927.548
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		: 3084.987
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		: 3200.000
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		: 3390.785
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		: 2992.363
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		: 3084.959
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		: 3199.999
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		: 3398.755
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		: 2992.355
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		: 3084.949
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		: 3200.000
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		: 2668.017
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		: 2992.354
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		: 3084.942
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		: 3200.000
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		: 2660.163
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		: 2992.348
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		: 3084.937
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		: 3200.000
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		: 2625.577
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		: 2989.443
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		: 3041.831
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		: 3200.000
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		: 2647.598
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		: 2992.338
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		: 3084.912
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		: 3199.999
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		: 2672.760
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		: 2992.334
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		: 3084.904
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		: 2941.412
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		: 1630.757
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		: 2992.327
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		: 3084.897
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		: 2989.477
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		: 2130.346
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		: 2992.323
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		: 3084.885
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		: 3060.616
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		: 2621.494
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		: 2991.315
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		: 3083.398
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		: 3200.000
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		: 2665.079
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		: 2992.316
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		: 3084.865
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		: 3200.000
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		: 2661.467
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		: 2992.308
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		: 3084.856
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		: 3199.999
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		: 1495.893
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		: 2992.304
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		: 3083.367
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		: 3198.021
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		: 2652.128
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		: 2992.298
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		: 2999.215
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		: 3199.999
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		: 2653.258
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		: 2992.296
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		: 3084.827
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		: 3196.808
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		: 3571.914
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		: 2992.288
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		: 3084.814
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		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 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		: 3142.471
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		: 2992.288
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		: 3084.813
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		: 3199.999
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		: 1928.874
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		: 2992.279
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		: 3084.801
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		: 3200.000
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		: 2989.600
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		: 2992.278
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		: 3084.792
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		: 2951.659
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:        751783428 kB
MemAvailable:   751372584 kB
Buffers:          294796 kB
Cached:          2643024 kB
SwapCached:            0 kB
Active:           462988 kB
Inactive:       35954072 kB
Active(anon):       2124 kB
Inactive(anon): 33499652 kB
Active(file):     460864 kB
Inactive(file):  2454420 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28732 kB
Writeback:             0 kB
AnonPages:      33474388 kB
Mapped:           126696 kB
Shmem:             22536 kB
KReclaimable:     187176 kB
Slab:             539176 kB
SReclaimable:     187176 kB
SUnreclaim:       352000 kB
KernelStack:       16992 kB
PageTables:        94728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2867020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           266496 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3100672 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:      532480 kB
DirectMap2M:    62879744 kB
DirectMap1G:    742391808 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD103 at 2024-08-02 00:23:11