Trace number 4465677

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-33.opb
MD5SUM77ebcb4349d0c3a90733439946e4862a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark8.81475
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7085
Total number of constraints151483
Number of constraints which are clauses135588
Number of constraints which are cardinality constraints (but not clauses)581
Number of constraints which are nor clauses,nor cardinality constraints15314
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.33/0.42	c Default LC presolving (default).
0.33/0.42	c ** Before presolving: virtualMemUsedAtLc = 377347362, getVmSize() = 247492608, SCIPgetMemUsed() = 196293130, SCIPgetMemTotal() = 215015010, SCIPgetMemExternEstim() = 162332352
0.33/0.42	c ** set memory limit for presolving in LC to 8.7949e+12 for SCIP **
3.28/3.34	c ** Estimated virtualMemUsedAtSolver = 481269238, getVmSize() = 608993280, SCIPgetMemUsed() = 335382890, SCIPgetMemTotal() = 559571506, SCIPgetMemExternEstim() = 162332352
3.28/3.34	c ** set memory limit for solvers to 4.1871e+11 for each SCIP **
3.28/3.34	c Original Problem   :
3.28/3.34	c   Problem name     : instance-4465677-1723620704
3.28/3.34	c   Variables        : 7085 (7085 binary, 0 integer, 0 implicit integer, 0 continuous)
3.28/3.34	c   Constraints      : 151483
3.28/3.34	c   Objective sense  : minimize
3.28/3.34	c Presolved Problem  :
3.28/3.34	c   Variables        : 6660 (6660 binary, 0 integer, 0 implicit integer, 0 continuous)
3.28/3.34	c   Constraints      : 136271
3.28/3.34	c Constraints        : Number
3.28/3.34	c   knapsack         : 15582 
3.28/3.34	c   setppc           : 26788 
3.28/3.34	c   linear           : 2 
3.28/3.34	c   logicor          : 93899 
3.28/3.34	c ** Instance transfer method used: 0
3.48/3.54	c ** ParaScipInstance copy does not increase the number of variables. **
6.58/6.67	c LC is working with racing ramp-up and with rebuilding tree after racing.
6.58/6.67	c                                Nodes    Active                                            
6.58/6.67	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
146.03/14.03	c        14              2           1        20                -           0.0000          -
248.32/19.15	c        19           1666        1580        20                -           0.0000          -
352.51/24.49	c        24           2229        1970        20                -           0.0000          -
453.38/29.56	c        30           3415         891        20                -           0.0000          -
554.26/34.65	c        35           3706           0        20                -           0.0000          -
653.09/39.69	c        40           4132        1001        20                -           0.0000          -
753.95/44.71	c        45           4778         547        20                -           0.0000          -
854.80/49.88	c        50           7204         539        20                -           0.0000          -
955.64/54.99	c        55           6540         792        20                -           0.0000          -
1057.58/60.09	c        60           9556          65        20                -           0.0000          -
1156.00/65.13	c        65          11170         708        20                -           0.0000          -
1258.09/70.20	c        70          13172         529        20                -           0.0000          -
1356.86/75.27	c        75          10668         606        20                -           0.0000          -
1457.60/80.35	c        80          16132         495        20                -           0.0000          -
1558.47/85.48	c        85          17673         547        20                -           0.0000          -
1661.32/90.67	c        91          20251         325        20                -           0.0000          -
1764.18/95.84	c        96          20732          94        20                -           0.0000          -
1865.06/101.01	c       101          16944         716        20                -           0.0000          -
1968.60/106.16	c       106          18009         534        20                -           0.0000          -
2068.73/111.24	c       111          18806         443        20                -           0.0000          -
2169.47/116.36	c       116          28438         279        20                -           0.0000          -
2269.94/121.45	c       121          29971         495        20                -           0.0000          -
2370.71/126.54	c       127          31682         470        20                -           0.0000          -
2473.45/131.72	c       132          33406         565        20                -           0.0000          -
2572.34/136.79	c       137          34095         457        20                -           0.0000          -
2673.22/141.86	c       142          27171         169        20                -           0.0000          -
2772.15/146.87	c       147          27814         237        20                -           0.0000          -
2873.14/151.93	c       152          28994         402        20                -           0.0000          -
2972.28/157.01	c       157          38363         119        20                -           0.0000          -
3073.97/162.08	c       162          39454          88        20                -           0.0000          -
3173.15/167.12	c       167          40266          84        20                -           0.0000          -
3274.57/172.18	c       172          40935          86        20                -           0.0000          -
3376.62/177.30	c       177          41675          84        20                -           0.0000          -
3477.69/182.41	c       182          42638          93        20                -           0.0000          -
3576.74/187.47	c       187          42576         339        20                -           0.0000          -
3679.75/192.60	c       193          45055          87        20                -           0.0000          -
3778.86/197.68	c       198          46436          81        20                -           0.0000          -
3879.92/202.75	c       203          47515          81        20                -           0.0000          -
3981.00/207.82	c       208          45297         261        20                -           0.0000          -
4080.09/212.87	c       213          50373         178        20                -           0.0000          -
4179.11/217.89	c       218          51312         147        20                -           0.0000          -
4280.16/222.93	c       223          49506         206        20                -           0.0000          -
4379.25/228.02	c       228          51031         238        20                -           0.0000          -
4480.92/233.11	c       233          54751          60        20                -           0.0000          -
4582.27/238.15	c       238          54413         598        20                -           0.0000          -
4681.25/243.17	c       243          58276         205        20                -           0.0000          -
4783.57/248.34	c       248          59661         195        20                -           0.0000          -
4884.66/253.41	c       253          61295         658        20                -           0.0000          -
4983.75/258.49	c       258          62682         453        20                -           0.0000          -
5084.72/263.58	c       264          64358         487        20                -           0.0000          -
5185.66/268.68	c       269          65892         373        20                -           0.0000          -
5286.62/273.73	c       274          67577         362        20                -           0.0000          -
5385.63/278.78	c       279          68952         334        20                -           0.0000          -
5488.56/283.96	c       284          70269         314        20                -           0.0000          -
5590.09/289.05	c       289          71607         485        20                -           0.0000          -
5691.12/294.14	c       294          73557         294        20                -           0.0000          -
5790.19/299.19	c       299          75831         294        20                -           0.0000          -
5892.45/304.33	c       304          78124         291        20                -           0.0000          -
5993.45/309.40	c       309          80362         281        20                -           0.0000          -
6092.57/314.49	c       314          80727         157        20                -           0.0000          -
6195.76/319.61	c       320          83920         260        20                -           0.0000          -
6294.86/324.66	c       325          84161         239        20                -           0.0000          -
6396.00/329.73	c       330          85779         148        20                -           0.0000          -
6497.05/334.81	c       335          88485         132        20                -           0.0000          -
6603.02/340.17	c       340          87926          78        20                -           0.0000          -
6703.22/345.25	c       345          88800          74        20                -           0.0000          -
6804.30/350.35	c       350          89611         177        20                -           0.0000          -
6905.38/355.43	c       355          95071         215        20                -           0.0000          -
7006.40/360.50	c       361          91187         187        20                -           0.0000          -
7107.47/365.63	c       366          98383         157        20                -           0.0000          -
7208.56/370.71	c       371              6           5        20                -           0.0000          -
7309.58/375.80	c       376             12          11        20                -           0.0000          -
7408.62/380.89	c       381             12          11        20                -           0.0000          -
7509.54/385.90	c       386             12          11        20                -           0.0000          -
7608.41/390.95	c       391             12          11        20                -           0.0000          -
7709.93/396.05	c       396             12          11        20                -           0.0000          -
7811.78/401.21	c       401             12          11        20                -           0.0000          -
7910.58/406.28	c       406             22          21        20                -           0.0000          -
8015.45/411.53	c       412             22          21        20                -           0.0000          -
8116.21/416.64	c       417             22          21        20                -           0.0000          -
8216.97/421.79	c       422             22          21        20                -           0.0000          -
8317.45/426.87	c       427             22          21        20                -           0.0000          -
8418.14/431.91	c       432             10           9        20                -           0.0000          -
8517.06/436.98	c       437             20          19        20                -           0.0000          -
8618.73/442.08	c       442             20          19        20                -           0.0000          -
8720.96/447.22	c       447             20          19        20                -           0.0000          -
8819.94/452.28	c       452             20          19        20                -           0.0000          -
8920.83/457.34	c       457             20          19        20                -           0.0000          -
9021.77/462.47	c       462             20          19        20                -           0.0000          -
9122.69/467.55	c       468             20          19        20                -           0.0000          -
9221.63/472.59	c       473             20          19        20                -           0.0000          -
9324.52/477.70	c       478             20          19        20                -           0.0000          -
9423.44/482.76	c       483             40          39        20                -           0.0000          -
9524.30/487.86	c       488             40          39        20                -           0.0000          -
9625.16/492.92	c       493             40          39        20                -           0.0000          -
9724.02/498.02	c       498             40          39        20                -           0.0000          -
9825.58/503.07	c       503             40          39        20                -           0.0000          -
9926.43/508.16	c       508             40          39        20                -           0.0000          -
10026.42/513.25	c       513             42          41        20                -           0.0000          -
10127.22/518.31	c       518             42          41        20                -           0.0000          -
10226.09/523.39	c       523             42          41        20                -           0.0000          -
10326.82/528.45	c       528             42          41        20                -           0.0000          -
10427.70/533.53	c       534             42          41        20                -           0.0000          -
10528.57/538.61	c       539             43          42        20                -           0.0000          -
10627.53/543.68	c       544             43          42        20                -           0.0000          -
10728.50/548.73	c       549             43          42        20                -           0.0000          -
10827.47/553.79	c       554             43          42        20                -           0.0000          -
10928.33/558.86	c       559             43          42        20                -           0.0000          -
11029.37/563.90	c       564             43          42        20                -           0.0000          -
11128.36/568.91	c       569             32          31        20                -           0.0000          -
11227.44/574.02	c       574             32          31        20                -           0.0000          -
11329.05/579.13	c       579             32          31        20                -           0.0000          -
11431.39/584.20	c       584             32          31        20                -           0.0000          -
11532.38/589.30	c       589             32          31        20                -           0.0000          -
11631.44/594.36	c       594             32          31        20                -           0.0000          -
11732.46/599.48	c       599             51          50        20                -           0.0000          -
11833.51/604.56	c       605             51          50        20                -           0.0000          -
11932.51/609.59	c       610             63          62        20                -           0.0000          -
12035.46/614.70	c       615             63          62        20                -           0.0000          -
12136.35/619.84	c       620             63          62        20                -           0.0000          -
12237.32/624.93	c       625             54          53        20                -           0.0000          -
12336.34/630.01	c       630             54          53        20                -           0.0000          -
12438.07/635.11	c       635             54          53        20                -           0.0000          -
12539.04/640.17	c       640             54          53        20                -           0.0000          -
12639.34/645.25	c       645             65          64        20                -           0.0000          -
12740.25/650.30	c       650             56          55        20                -           0.0000          -
12839.15/655.36	c       655             56          55        20                -           0.0000          -
12940.19/660.46	c       660             56          55        20                -           0.0000          -
13041.33/665.52	c       666             56          55        20                -           0.0000          -
13140.54/670.58	c       671             56          55        20                -           0.0000          -
13241.43/675.66	c       676             67          68        20                -           0.0000          -
13342.41/680.73	c       681             67          68        20                -           0.0000          -
13445.34/685.94	c       686             60          59        20                -           0.0000          -
13544.35/691.02	c       691             76          75        20                -           0.0000          -
13646.06/696.10	c       696             80          79        20                -           0.0000          -
13747.20/701.18	c       701             76          75        20                -           0.0000          -
13847.36/706.26	c       706             76          75        20                -           0.0000          -
13948.35/711.31	c       711             76          75        20                -           0.0000          -
14049.32/716.42	c       716             76          75        20                -           0.0000          -
14148.23/721.47	c       721             76          75        20                -           0.0000          -
14249.15/726.57	c       727             76          75        20                -           0.0000          -
14350.04/731.62	c       732             76          75        20                -           0.0000          -
14449.17/736.69	c       737            106         105        20                -           0.0000          -
14550.07/741.75	c       742            108         107        20                -           0.0000          -
14651.15/746.80	c       747             78          77        20                -           0.0000          -
14750.21/751.89	c       752             78          77        20                -           0.0000          -
14851.23/756.95	c       757             78          77        20                -           0.0000          -
14950.28/762.00	c       762             78          77        20                -           0.0000          -
15052.02/767.06	c       767             78          77        20                -           0.0000          -
15151.01/772.11	c       772             78          77        20                -           0.0000          -
15252.27/777.17	c       777             78          77        20                -           0.0000          -
15352.41/782.23	c       782            114         113        20                -           0.0000          -
15451.50/787.27	c       787            114         113        20                -           0.0000          -
15552.60/792.37	c       792            114         113        20                -           0.0000          -
15653.68/797.46	c       797             80          79        20                -           0.0000          -
15754.72/802.51	c       803             80          79        20                -           0.0000          -
15853.78/807.56	c       808             80          79        20                -           0.0000          -
15954.85/812.62	c       813             80          79        20                -           0.0000          -
16053.92/817.66	c       818             80          79        20                -           0.0000          -
16154.93/822.73	c       823             80          79        20                -           0.0000          -
16254.01/827.78	c       828             80          79        20                -           0.0000          -
16355.09/832.82	c       833             80          79        20                -           0.0000          -
16456.01/837.90	c       838             80          79        20                -           0.0000          -
16555.11/842.99	c       843             80          79        20                -           0.0000          -
16656.90/848.04	c       848            119         118        20                -           0.0000          -
16755.95/853.09	c       853            119         118        20                -           0.0000          -
16858.22/858.21	c       858            170         169        20                -           0.0000          -
16957.35/863.26	c       863             88          87        20                -           0.0000          -
17058.33/868.34	c       868             88          87        20                -           0.0000          -
17159.29/873.40	c       873            122         121        20                -           0.0000          -
17258.36/878.45	c       878            122         121        20                -           0.0000          -
17359.48/883.50	c       884             91          90        20                -           0.0000          -
17458.62/888.56	c       889             91          90        20                -           0.0000          -
17559.65/893.69	c       894             91          90        20                -           0.0000          -
17660.61/898.74	c       899             91          90        20                -           0.0000          -
17761.60/903.82	c       904            130         129        20                -           0.0000          -
17868.43/909.28	c       909            130         129        20                -           0.0000          -
17971.43/914.40	c       914            130         129        20                -           0.0000          -
18070.34/919.46	c       919            100          99        20                -           0.0000          -
18171.27/924.54	c       925            208         207        20                -           0.0000          -
18270.29/929.59	c       930            134         133        20                -           0.0000          -
18371.30/934.65	c       935            134         133        20                -           0.0000          -
18474.26/939.82	c       940            102         101        20                -           0.0000          -
18575.29/944.91	c       945            102         101        20                -           0.0000          -
18674.32/949.97	c       950            102         101        20                -           0.0000          -
18775.85/955.04	c       955            102         101        20                -           0.0000          -
18874.87/960.10	c       960            102         101        20                -           0.0000          -
18975.94/965.15	c       965            102         101        20                -           0.0000          -
19076.10/970.27	c       970            102         101        20                -           0.0000          -
19177.03/975.38	c       975            255         254        20                -           0.0000          -
19277.97/980.47	c       980            144         143        20                -           0.0000          -
19376.95/985.49	c       985            144         143        20                -           0.0000          -
19477.86/990.54	c       991            144         143        20                -           0.0000          -
19578.78/995.69	c       996            144         143        20                -           0.0000          -
19679.77/1000.78	c      1001            104         103        20                -           0.0000          -
19780.90/1005.84	c      1006            104         103        20                -           0.0000          -
19881.98/1010.91	c      1011            104         103        20                -           0.0000          -
19980.95/1015.95	c      1016            104         103        20                -           0.0000          -
20084.72/1021.15	c      1021            104         103        20                -           0.0000          -
20185.05/1026.21	c      1026            104         103        20                -           0.0000          -
20284.06/1031.27	c      1031            104         103        20                -           0.0000          -
20385.13/1036.34	c      1036            104         103        20                -           0.0000          -
20484.12/1041.37	c      1041            104         103        20                -           0.0000          -
20585.16/1046.45	c      1046            151         150        20                -           0.0000          -
20686.21/1051.50	c      1052            151         150        20                -           0.0000          -
20785.32/1056.52	c      1057            151         150        20                -           0.0000          -
20888.31/1061.72	c      1062            105         106        20                -           0.0000          -
20989.39/1066.83	c      1067            105         106        20                -           0.0000          -
21088.47/1071.84	c      1072            105         106        20                -           0.0000          -
21192.24/1077.07	c      1077            105         106        20                -           0.0000          -
21291.26/1082.12	c      1082            106         105        20                -           0.0000          -
21393.50/1087.20	c      1087            106         105        20                -           0.0000          -
21492.43/1092.23	c      1092            106         105        20                -           0.0000          -
21591.35/1097.29	c      1097            106         105        20                -           0.0000          -
21692.14/1102.34	c      1102            106         105        20                -           0.0000          -
21791.11/1107.36	c      1107            153         154        20                -           0.0000          -
21890.05/1112.38	c      1112            153         154        20                -           0.0000          -
21991.02/1117.48	c      1117            153         154        20                -           0.0000          -
22091.94/1122.56	c      1123            153         154        20                -           0.0000          -
22190.92/1127.59	c      1128            153         154        20                -           0.0000          -
22293.78/1132.77	c      1133            153         154        20                -           0.0000          -
22396.70/1137.92	c      1138            112         111        20                -           0.0000          -
22495.66/1142.93	c      1143            112         111        20                -           0.0000          -
22594.54/1148.02	c      1148            112         111        20                -           0.0000          -
22696.10/1153.13	c      1153            112         111        20                -           0.0000          -
22798.13/1158.20	c      1158            112         111        20                -           0.0000          -
22899.05/1163.30	c      1163            156         155        20                -           0.0000          -
22997.95/1168.39	c      1168            156         155        20                -           0.0000          -
23104.89/1173.72	c      1174            115         114        20                -           0.0000          -
23205.88/1178.83	c      1179            162         161        20                -           0.0000          -
23306.90/1183.92	c      1184            117         116        20                -           0.0000          -
23405.75/1189.02	c      1189            164         163        20                -           0.0000          -
23507.18/1194.08	c      1194            164         163        20                -           0.0000          -
23606.22/1199.13	c      1199            122         121        20                -           0.0000          -
23708.44/1204.23	c      1204            167         166        20                -           0.0000          -
23809.41/1209.31	c      1209            167         166        20                -           0.0000          -
23908.36/1214.37	c      1214            124         123        20                -           0.0000          -
24009.11/1219.41	c      1219            124         123        20                -           0.0000          -
24110.04/1224.51	c      1225            124         123        20                -           0.0000          -
24210.94/1229.65	c      1230            173         172        20                -           0.0000          -
24311.87/1234.72	c      1235            173         172        20                -           0.0000          -
24410.79/1239.77	c      1240            173         172        20                -           0.0000          -
24511.73/1244.88	c      1245            173         172        20                -           0.0000          -
24612.65/1249.94	c      1250            130         129        20                -           0.0000          -
24711.64/1255.03	c      1255            131         130        20                -           0.0000          -
24813.28/1260.10	c      1260            131         130        20                -           0.0000          -
24914.34/1265.16	c      1265            179         178        20                -           0.0000          -
25013.33/1270.20	c      1270            179         178        20                -           0.0000          -
25113.46/1275.22	c      1275            132         131        20                -           0.0000          -
25214.35/1280.35	c      1280            132         131        20                -           0.0000          -
25317.29/1285.59	c      1286            132         131        20                -           0.0000          -
25420.17/1290.71	c      1291            132         131        20                -           0.0000          -
25519.09/1295.78	c      1296            194         193        20                -           0.0000          -
25619.90/1300.89	c      1301            194         193        20                -           0.0000          -
25720.86/1305.97	c      1306            133         132        20                -           0.0000          -
25819.84/1311.02	c      1311            133         132        20                -           0.0000          -
25921.39/1316.09	c      1316            197         196        20                -           0.0000          -
26022.36/1321.15	c      1321            197         196        20                -           0.0000          -
26122.64/1326.20	c      1326            197         196        20                -           0.0000          -
26221.75/1331.23	c      1331            197         196        20                -           0.0000          -
26322.81/1336.33	c      1336            136         135        20                -           0.0000          -
26421.79/1341.38	c      1341            136         135        20                -           0.0000          -
26520.73/1346.39	c      1346            136         135        20                -           0.0000          -
26621.75/1351.41	c      1351            136         135        20                -           0.0000          -
26720.82/1356.43	c      1356            136         135        20                -           0.0000          -
26821.84/1361.55	c      1362            136         135        20                -           0.0000          -
26922.89/1366.63	c      1367            204         203        20                -           0.0000          -
27021.98/1371.68	c      1372            204         203        20                -           0.0000          -
27123.09/1376.74	c      1377            204         203        20                -           0.0000          -
27222.21/1381.76	c      1382            204         203        20                -           0.0000          -
27323.32/1386.84	c      1387            204         203        20                -           0.0000          -
27424.43/1391.94	c      1392            204         203        20                -           0.0000          -
27523.54/1397.02	c      1397            204         203        20                -           0.0000          -
27622.61/1402.07	c      1402            146         145        20                -           0.0000          -
27721.66/1407.07	c      1407            210         209        20                -           0.0000          -
27820.59/1412.09	c      1412            150         149        20                -           0.0000          -
27927.10/1417.46	c      1417            150         149        20                -           0.0000          -
28028.15/1422.51	c      1423            213         212        20                -           0.0000          -
28127.28/1427.51	c      1428            213         212        20                -           0.0000          -
28232.35/1432.84	c      1433            213         212        20                -           0.0000          -
28333.36/1437.94	c      1438            154         153        20                -           0.0000          -
28435.14/1443.07	c      1443            154         153        20                -           0.0000          -
28533.69/1448.08	c      1448            154         153        20                -           0.0000          -
28632.91/1453.11	c      1453            154         153        20                -           0.0000          -
28736.94/1458.38	c      1458            222         221        20                -           0.0000          -
28837.92/1463.43	c      1463            222         221        20                -           0.0000          -
28940.87/1468.65	c      1469            222         221        20                -           0.0000          -
29041.81/1473.79	c      1474            222         221        20                -           0.0000          -
29144.82/1478.93	c      1479            222         221        20                -           0.0000          -
29243.90/1484.00	c      1484            647         646        20                -           0.0000          -
29345.67/1489.13	c      1489            162         161        20                -           0.0000          -
29446.75/1494.18	c      1494            162         161        20                -           0.0000          -
29545.76/1499.19	c      1499            162         161        20                -           0.0000          -
29648.10/1504.35	c      1504            162         161        20                -           0.0000          -
29747.14/1509.37	c      1509            227         226        20                -           0.0000          -
29850.11/1514.51	c      1515            227         226        20                -           0.0000          -
29949.03/1519.51	c      1520            164         163        20                -           0.0000          -
30049.99/1524.61	c      1525            164         163        20                -           0.0000          -
30150.94/1529.78	c      1530            164         163        20                -           0.0000          -
30251.91/1534.86	c      1535            164         163        20                -           0.0000          -
30350.90/1539.88	c      1540            166         165        20                -           0.0000          -
30451.85/1544.93	c      1545            166         165        20                -           0.0000          -
30553.61/1550.11	c      1550            166         165        20                -           0.0000          -
30655.94/1555.20	c      1555            166         165        20                -           0.0000          -
30755.02/1560.23	c      1560            250         249        20                -           0.0000          -
30854.10/1565.28	c      1565            250         249        20                -           0.0000          -
30955.05/1570.37	c      1570            250         249        20                -           0.0000          -
31056.10/1575.48	c      1575            169         168        20                -           0.0000          -
31160.92/1580.75	c      1581            169         168        20                -           0.0000          -
31263.84/1585.97	c      1586            169         168        20                -           0.0000          -
31365.36/1591.09	c      1591            276         275        20                -           0.0000          -
31466.29/1596.16	c      1596            172         171        20                -           0.0000          -
31568.40/1601.32	c      1601            172         171        20                -           0.0000          -
31669.36/1606.46	c      1606            172         171        20                -           0.0000          -
31770.41/1611.53	c      1612            172         171        20                -           0.0000          -
31869.21/1616.58	c      1617            284         283        20                -           0.0000          -
31970.14/1621.63	c      1622            284         283        20                -           0.0000          -
32071.07/1626.70	c      1627            284         283        20                -           0.0000          -
32170.08/1631.71	c      1632            284         283        20                -           0.0000          -
32273.06/1636.95	c      1637           1481         712        20                -           0.0000          -
32372.06/1641.99	c      1642           1481         712        20                -           0.0000          -
32473.82/1647.04	c      1647            178         177        20                -           0.0000          -
32572.62/1652.10	c      1652            178         177        20                -           0.0000          -
32673.87/1657.18	c      1657            178         177        20                -           0.0000          -
32774.06/1662.25	c      1662            178         177        20                -           0.0000          -
32875.10/1667.36	c      1667            178         177        20                -           0.0000          -
32976.13/1672.45	c      1672            178         177        20                -           0.0000          -
33077.17/1677.56	c      1678            178         177        20                -           0.0000          -
33180.16/1682.77	c      1683            178         177        20                -           0.0000          -
33279.17/1687.79	c      1688            178         177        20                -           0.0000          -
33382.14/1692.93	c      1693            178         177        20                -           0.0000          -
33481.20/1697.94	c      1698            178         177        20                -           0.0000          -
33580.24/1702.97	c      1703            178         177        20                -           0.0000          -
33681.96/1708.10	c      1708            178         177        20                -           0.0000          -
33783.07/1713.18	c      1713            300         299        20                -           0.0000          -
33885.26/1718.38	c      1718            300         299        20                -           0.0000          -
33988.23/1723.50	c      1724            300         299        20                -           0.0000          -
34087.23/1728.59	c      1729            300         299        20                -           0.0000          -
34188.27/1733.67	c      1734            303         302        20                -           0.0000          -
34291.41/1738.81	c      1739            303         302        20                -           0.0000          -
34390.59/1743.86	c      1744            303         302        20                -           0.0000          -
34491.76/1748.98	c      1749            303         302        20                -           0.0000          -
34596.82/1754.20	c      1754            303         302        20                -           0.0000          -
34695.98/1759.26	c      1759            303         302        20                -           0.0000          -
34797.09/1764.40	c      1764            303         302        20                -           0.0000          -
34898.19/1769.47	c      1769            303         302        20                -           0.0000          -
34999.30/1774.53	c      1775            303         302        20                -           0.0000          -
35100.31/1779.63	c      1780            303         302        20                -           0.0000          -
35199.42/1784.70	c      1785            303         302        20                -           0.0000          -
35300.67/1789.77	c      1790            303         302        20                -           0.0000          -
35401.55/1794.81	c      1795            303         302        20                -           0.0000          -
35500.63/1799.85	c      1800            303         302        20                -           0.0000          -
35601.71/1804.94	c      1805            212         211        20                -           0.0000          -
35700.72/1810.04	c      1810            212         211        20                -           0.0000          -
35804.32/1815.15	c      1815            313         312        20                -           0.0000          -
35904.75/1820.27	c      1820            313         312        20                -           0.0000          -
36005.73/1825.35	c      1825            313         312        20                -           0.0000          -
36106.75/1830.45	c      1830            313         312        20                -           0.0000          -
36207.81/1835.55	c      1836            313         312        20                -           0.0000          -
36308.81/1840.60	c      1841            313         312        20                -           0.0000          -
36407.58/1845.64	c      1846            313         312        20                -           0.0000          -
36506.51/1850.69	c      1851            313         312        20                -           0.0000          -
36609.54/1855.82	c      1856            313         312        20                -           0.0000          -
36710.46/1860.91	c      1861            313         312        20                -           0.0000          -
36809.46/1865.92	c      1866            313         312        20                -           0.0000          -
36910.98/1871.09	c      1871            313         312        20                -           0.0000          -
37012.23/1876.17	c      1876            313         312        20                -           0.0000          -
37112.34/1881.21	c      1881            313         312        20                -           0.0000          -
37213.37/1886.31	c      1886            313         312        20                -           0.0000          -
37312.41/1891.39	c      1891            313         312        20                -           0.0000          -
37415.38/1896.51	c      1897            313         312        20                -           0.0000          -
37514.46/1901.58	c      1902            313         312        20                -           0.0000          -
37615.52/1906.67	c      1907            313         312        20                -           0.0000          -
37716.57/1911.72	c      1912            313         312        20                -           0.0000          -
37815.70/1916.79	c      1917            313         312        20                -           0.0000          -
37916.68/1921.89	c      1922            313         312        20                -           0.0000          -
38020.46/1927.09	c      1927            313         312        20                -           0.0000          -
38119.32/1932.12	c      1932            313         312        20                -           0.0000          -
38221.60/1937.21	c      1937            313         312        20                -           0.0000          -
38320.61/1942.30	c      1942            313         312        20                -           0.0000          -
38421.67/1947.38	c      1947            313         312        20                -           0.0000          -
38522.69/1952.43	c      1952            313         312        20                -           0.0000          -
38623.72/1957.52	c      1958            313         312        20                -           0.0000          -
38722.82/1962.58	c      1963            313         312        20                -           0.0000          -
38823.87/1967.66	c      1968            313         312        20                -           0.0000          -
38924.83/1972.72	c      1973            313         312        20                -           0.0000          -
39023.84/1977.75	c      1978           2472          20        20                -           0.0000          -
39122.80/1982.77	c      1983           2472          20        20                -           0.0000          -
39223.83/1987.82	c      1988           2472          20        20                -           0.0000          -
39322.94/1992.87	c      1993            285         284        20                -           0.0000          -
39421.91/1997.90	c      1998            285         284        20                -           0.0000          -
39525.66/2003.10	c      2003            285         284        20                -           0.0000          -
39624.47/2008.13	c      2008           2478          26        20                -           0.0000          -
39726.76/2013.27	c      2013            375         372        20                -           0.0000          -
39831.75/2018.51	c      2019            375         372        20                -           0.0000          -
39930.63/2023.54	c      2024            302         301        20                -           0.0000          -
40031.64/2028.65	c      2029            302         301        20                -           0.0000          -
40134.49/2033.83	c      2034            302         301        20                -           0.0000          -
40233.51/2038.87	c      2039            302         301        20                -           0.0000          -
40332.54/2043.90	c      2044           2505          53        20                -           0.0000          -
40436.21/2049.09	c      2049            305         304        20                -           0.0000          -
40538.49/2054.20	c      2054            305         304        20                -           0.0000          -
40637.60/2059.24	c      2059            305         304        20                -           0.0000          -
40738.68/2064.39	c      2064            305         304        20                -           0.0000          -
40839.70/2069.46	c      2069            506         437        20                -           0.0000          -
40940.84/2074.55	c      2075            506         437        20                -           0.0000          -
41041.89/2079.61	c      2080            506         437        20                -           0.0000          -
41142.98/2084.75	c      2085            506         437        20                -           0.0000          -
41242.11/2089.79	c      2090            506         437        20                -           0.0000          -
41347.80/2095.03	c      2095            506         437        20                -           0.0000          -
41446.89/2100.12	c      2100            506         437        20                -           0.0000          -
41549.14/2105.21	c      2105            506         437        20                -           0.0000          -
41648.23/2110.28	c      2110            506         437        20                -           0.0000          -
41749.23/2115.35	c      2115            506         437        20                -           0.0000          -
41850.29/2120.41	c      2120            506         437        20                -           0.0000          -
41951.35/2125.50	c      2126            506         437        20                -           0.0000          -
42050.54/2130.58	c      2131            506         437        20                -           0.0000          -
42151.91/2135.67	c      2136            309         308        20                -           0.0000          -
42252.86/2140.72	c      2141           2846         193        20                -           0.0000          -
42354.05/2145.85	c      2146            655         430        20                -           0.0000          -
42455.18/2150.94	c      2151            672         431        20                -           0.0000          -
42554.31/2155.94	c      2156            322         321        20                -           0.0000          -
42653.46/2160.97	c      2161            704         436        20                -           0.0000          -
42755.43/2166.14	c      2166            704         436        20                -           0.0000          -
42857.70/2171.22	c      2171            330         329        20                -           0.0000          -
42956.83/2176.29	c      2176            330         329        20                -           0.0000          -
43061.81/2181.57	c      2182            330         329        20                -           0.0000          -
43162.91/2186.66	c      2187            330         329        20                -           0.0000          -
43263.98/2191.71	c      2192            330         329        20                -           0.0000          -
43365.13/2196.80	c      2197            330         329        20                -           0.0000          -
43464.27/2201.87	c      2202            330         329        20                -           0.0000          -
43565.36/2206.97	c      2207            330         329        20                -           0.0000          -
43667.02/2212.05	c      2212            330         329        20                -           0.0000          -
43769.26/2217.24	c      2217            330         329        20                -           0.0000          -
43874.33/2222.57	c      2223            330         329        20                -           0.0000          -
43975.43/2227.64	c      2228            330         329        20                -           0.0000          -
44076.55/2232.71	c      2233            330         329        20                -           0.0000          -
44177.58/2237.87	c      2238            330         329        20                -           0.0000          -
44278.62/2242.97	c      2243            330         329        20                -           0.0000          -
44380.28/2248.04	c      2248            330         329        20                -           0.0000          -
44479.40/2253.10	c      2253            330         329        20                -           0.0000          -
44580.52/2258.18	c      2258            330         329        20                -           0.0000          -
44680.97/2263.21	c      2263            330         329        20                -           0.0000          -
44782.12/2268.31	c      2268            330         329        20                -           0.0000          -
44882.96/2273.40	c      2273            330         329        20                -           0.0000          -
44985.90/2278.63	c      2279            330         329        20                -           0.0000          -
45086.99/2283.75	c      2284            330         329        20                -           0.0000          -
45186.01/2288.78	c      2289            330         329        20                -           0.0000          -
45289.07/2293.92	c      2294            330         329        20                -           0.0000          -
45388.11/2299.00	c      2299            330         329        20                -           0.0000          -
45489.91/2304.07	c      2304            330         329        20                -           0.0000          -
45590.99/2309.14	c      2309            330         329        20                -           0.0000          -
45691.43/2314.20	c      2314            330         329        20                -           0.0000          -
45790.61/2319.29	c      2319            330         329        20                -           0.0000          -
45891.77/2324.33	c      2324            330         329        20                -           0.0000          -
45992.85/2329.41	c      2329            330         329        20                -           0.0000          -
46094.01/2334.51	c      2335            330         329        20                -           0.0000          -
46195.12/2339.61	c      2340            330         329        20                -           0.0000          -
46294.31/2344.66	c      2345            330         329        20                -           0.0000          -
46395.45/2349.72	c      2350            330         329        20                -           0.0000          -
46494.54/2354.79	c      2355            330         329        20                -           0.0000          -
46595.59/2359.85	c      2360            330         329        20                -           0.0000          -
46696.66/2364.91	c      2365            330         329        20                -           0.0000          -
46795.69/2369.96	c      2370            330         329        20                -           0.0000          -
46897.43/2375.09	c      2375            330         329        20                -           0.0000          -
46996.45/2380.12	c      2380            330         329        20                -           0.0000          -
47100.44/2385.30	c      2385            330         329        20                -           0.0000          -
47199.47/2390.33	c      2390            330         329        20                -           0.0000          -
47300.49/2395.49	c      2396            330         329        20                -           0.0000          -
47401.56/2400.59	c      2401            330         329        20                -           0.0000          -
47502.60/2405.62	c      2406            330         329        20                -           0.0000          -
47605.48/2410.82	c      2411            330         329        20                -           0.0000          -
47706.47/2415.90	c      2416            330         329        20                -           0.0000          -
47805.40/2421.01	c      2421            330         329        20                -           0.0000          -
47907.18/2426.08	c      2426            330         329        20                -           0.0000          -
48006.24/2431.12	c      2431            330         329        20                -           0.0000          -
48108.56/2436.22	c      2436            330         329        20                -           0.0000          -
48209.66/2441.35	c      2441            330         329        20                -           0.0000          -
48308.63/2446.39	c      2446            330         329        20                -           0.0000          -
48409.62/2451.44	c      2451            330         329        20                -           0.0000          -
48510.67/2456.52	c      2457            330         329        20                -           0.0000          -
48609.74/2461.57	c      2462            330         329        20                -           0.0000          -
48710.84/2466.63	c      2467            330         329        20                -           0.0000          -
48809.96/2471.69	c      2472            330         329        20                -           0.0000          -
48914.91/2476.93	c      2477            330         329        20                -           0.0000          -
49016.62/2482.09	c      2482            330         329        20                -           0.0000          -
49118.85/2487.21	c      2487            330         329        20                -           0.0000          -
49217.78/2492.27	c      2492            330         329        20                -           0.0000          -
49320.75/2497.41	c      2497            330         329        20                -           0.0000          -
49423.86/2502.62	c      2503            330         329        20                -           0.0000          -
49522.97/2507.67	c      2508            330         329        20                -           0.0000          -
49624.06/2512.74	c      2513            330         329        20                -           0.0000          -
49725.21/2517.80	c      2518            330         329        20                -           0.0000          -
49824.36/2522.89	c      2523            330         329        20                -           0.0000          -
49925.27/2527.94	c      2528            330         329        20                -           0.0000          -
50027.03/2533.06	c      2533            330         329        20                -           0.0000          -
50129.29/2538.22	c      2538            330         329        20                -           0.0000          -
50230.32/2543.31	c      2543            330         329        20                -           0.0000          -
50329.38/2548.33	c      2548            330         329        20                -           0.0000          -
50430.46/2553.49	c      2553            330         329        20                -           0.0000          -
50531.51/2558.59	c      2559            330         329        20                -           0.0000          -
50632.58/2563.64	c      2564            330         329        20                -           0.0000          -
50731.56/2568.69	c      2569            330         329        20                -           0.0000          -
50832.58/2573.77	c      2574            330         329        20                -           0.0000          -
50933.54/2578.87	c      2579            330         329        20                -           0.0000          -
51034.52/2583.95	c      2584            330         329        20                -           0.0000          -
51133.35/2588.99	c      2589            330         329        20                -           0.0000          -
51237.11/2594.18	c      2594            330         329        20                -           0.0000          -
51337.55/2599.20	c      2599            330         329        20                -           0.0000          -
51440.72/2604.41	c      2604            330         329        20                -           0.0000          -
51539.93/2609.47	c      2609            330         329        20                -           0.0000          -
51643.11/2614.60	c      2615            330         329        20                -           0.0000          -
51742.34/2619.68	c      2620            330         329        20                -           0.0000          -
51843.55/2624.78	c      2625            330         329        20                -           0.0000          -
51944.75/2629.83	c      2630            330         329        20                -           0.0000          -
52043.99/2634.88	c      2635            330         329        20                -           0.0000          -
52145.22/2639.93	c      2640            330         329        20                -           0.0000          -
52244.47/2644.97	c      2645            330         329        20                -           0.0000          -
52343.73/2650.01	c      2650           1256         403        20                -           0.0000          -
52445.62/2655.07	c      2655           1256         403        20                -           0.0000          -
52544.73/2660.10	c      2660           1256         403        20                -           0.0000          -
52644.11/2665.12	c      2665           1256         403        20                -           0.0000          -
52746.55/2670.28	c      2670           1256         403        20                -           0.0000          -
52847.78/2675.32	c      2675           1256         403        20                -           0.0000          -
52949.02/2680.47	c      2680           1256         403        20                -           0.0000          -
53052.17/2685.64	c      2686           1256         403        20                -           0.0000          -
53155.39/2690.84	c      2691           1256         403        20                -           0.0000          -
53254.65/2695.87	c      2696           1256         403        20                -           0.0000          -
53355.87/2701.01	c      2701           1256         403        20                -           0.0000          -
53457.70/2706.08	c      2706            343         342        20                -           0.0000          -
53558.70/2711.20	c      2711            343         342        20                -           0.0000          -
53659.15/2716.20	c      2716            343         342        20                -           0.0000          -
53760.19/2721.33	c      2721            343         342        20                -           0.0000          -
53861.29/2726.45	c      2726            343         342        20                -           0.0000          -
53962.41/2731.59	c      2732            343         342        20                -           0.0000          -
54063.54/2736.61	c      2737            343         342        20                -           0.0000          -
54162.66/2741.64	c      2742            343         342        20                -           0.0000          -
54261.83/2746.67	c      2747            343         342        20                -           0.0000          -
54367.01/2751.91	c      2752            343         342        20                -           0.0000          -
54466.25/2756.97	c      2757            343         342        20                -           0.0000          -
54568.11/2762.10	c      2762            343         342        20                -           0.0000          -
54669.42/2767.18	c      2767            343         342        20                -           0.0000          -
54769.86/2772.26	c      2772            343         342        20                -           0.0000          -
54869.10/2777.29	c      2777            343         342        20                -           0.0000          -
54970.27/2782.32	c      2782            343         342        20                -           0.0000          -
55071.44/2787.43	c      2787            343         342        20                -           0.0000          -
55170.62/2792.43	c      2792            343         342        20                -           0.0000          -
55269.85/2797.49	c      2798            343         342        20                -           0.0000          -
55371.01/2802.56	c      2803          12074         531        20                -           0.0000          -
55472.20/2807.64	c      2808          12074         531        20                -           0.0000          -
55573.38/2812.70	c      2813          12074         531        20                -           0.0000          -
55674.56/2817.86	c      2818          12074         531        20                -           0.0000          -
55775.78/2822.91	c      2823          12074         531        20                -           0.0000          -
55875.01/2827.96	c      2828          12074         531        20                -           0.0000          -
55976.84/2833.04	c      2833          12074         531        20                -           0.0000          -
56078.22/2838.16	c      2838          12074         531        20                -           0.0000          -
56178.63/2843.21	c      2843          12074         531        20                -           0.0000          -
56279.81/2848.33	c      2848          12074         531        20                -           0.0000          -
56381.01/2853.50	c      2854          12074         531        20                -           0.0000          -
56482.20/2858.58	c      2859          12074         531        20                -           0.0000          -
56583.27/2863.67	c      2864          12074         531        20                -           0.0000          -
56682.41/2868.69	c      2869          12074         531        20                -           0.0000          -
56785.47/2873.81	c      2874          12074         531        20                -           0.0000          -
56884.66/2878.88	c      2879          12074         531        20                -           0.0000          -
56985.64/2884.01	c      2884          12074         531        20                -           0.0000          -
57084.82/2889.04	c      2889          12074         531        20                -           0.0000          -
57189.93/2894.29	c      2894          12074         531        20                -           0.0000          -
57291.09/2899.31	c      2899          12074         531        20                -           0.0000          -
57392.25/2904.42	c      2904          12074         531        20                -           0.0000          -
57493.41/2909.50	c      2910          12074         531        20                -           0.0000          -
57594.33/2914.61	c      2915          12074         531        20                -           0.0000          -
57693.45/2919.62	c      2920          12074         531        20                -           0.0000          -
57794.54/2924.74	c      2925          12074         531        20                -           0.0000          -
57895.71/2929.89	c      2930          12074         531        20                -           0.0000          -
57996.87/2934.97	c      2935          12074         531        20                -           0.0000          -
58098.64/2940.07	c      2940           1315         461        20                -           0.0000          -
58197.82/2945.13	c      2945           1315         461        20                -           0.0000          -
58299.01/2950.16	c      2950           1315         461        20                -           0.0000          -
58401.00/2955.30	c      2955           1315         461        20                -           0.0000          -
58502.01/2960.46	c      2960           1315         461        20                -           0.0000          -
58603.16/2965.50	c      2966           1315         461        20                -           0.0000          -
58704.19/2970.69	c      2971           1315         461        20                -           0.0000          -
58805.37/2975.75	c      2976           1315         461        20                -           0.0000          -
58906.48/2980.80	c      2981           1315         461        20                -           0.0000          -
59007.60/2985.90	c      2986           1315         461        20                -           0.0000          -
59106.77/2991.04	c      2991           1315         461        20                -           0.0000          -
59208.52/2996.07	c      2996           1315         461        20                -           0.0000          -
59307.80/3001.11	c      3001           1315         461        20                -           0.0000          -
59406.94/3006.12	c      3006           1315         461        20                -           0.0000          -
59509.29/3011.24	c      3011           1315         461        20                -           0.0000          -
59612.40/3016.41	c      3016           1315         461        20                -           0.0000          -
59711.58/3021.46	c      3021           1315         461        20                -           0.0000          -
59814.66/3026.63	c      3027           1315         461        20                -           0.0000          -
59915.76/3031.78	c      3032           1315         461        20                -           0.0000          -
60018.87/3036.93	c      3037           1315         461        20                -           0.0000          -
60117.98/3042.00	c      3042           1315         461        20                -           0.0000          -
60219.95/3047.09	c      3047           1315         461        20                -           0.0000          -
60322.25/3052.20	c      3052           1315         461        20                -           0.0000          -
60423.39/3057.31	c      3057           1315         461        20                -           0.0000          -
60522.53/3062.39	c      3062           1315         461        20                -           0.0000          -
60623.60/3067.44	c      3067           1315         461        20                -           0.0000          -
60724.77/3072.52	c      3073           1315         461        20                -           0.0000          -
60825.95/3077.64	c      3078           1315         461        20                -           0.0000          -
60925.07/3082.64	c      3083           1315         461        20                -           0.0000          -
61026.26/3087.77	c      3088           1315         461        20                -           0.0000          -
61127.36/3092.83	c      3093           1315         461        20                -           0.0000          -
61226.55/3097.87	c      3098           1315         461        20                -           0.0000          -
61327.60/3102.92	c      3103           1315         461        20                -           0.0000          -
61426.65/3108.03	c      3108           1315         461        20                -           0.0000          -
61528.48/3113.08	c      3113           1315         461        20                -           0.0000          -
61629.69/3118.19	c      3118           1315         461        20                -           0.0000          -
61729.97/3123.24	c      3123           1315         461        20                -           0.0000          -
61831.21/3128.33	c      3128           1315         461        20                -           0.0000          -
61932.23/3133.41	c      3133           1315         461        20                -           0.0000          -
62031.41/3138.49	c      3138           1315         461        20                -           0.0000          -
62132.49/3143.55	c      3144           1315         461        20                -           0.0000          -
62233.58/3148.62	c      3149           1315         461        20                -           0.0000          -
62332.75/3153.64	c      3154           1315         461        20                -           0.0000          -
62433.84/3158.75	c      3159           1315         461        20                -           0.0000          -
62532.96/3163.78	c      3164           1315         461        20                -           0.0000          -
62635.90/3168.98	c      3169           1315         461        20                -           0.0000          -
62737.37/3174.05	c      3174           1315         461        20                -           0.0000          -
62838.85/3179.20	c      3179           1315         461        20                -           0.0000          -
62940.79/3184.31	c      3184           1315         461        20                -           0.0000          -
63039.93/3189.40	c      3189           1315         461        20                -           0.0000          -
63141.07/3194.47	c      3194            838         518        20                -           0.0000          -
63239.99/3199.49	c      3200            838         518        20                -           0.0000          -
63341.11/3204.56	c      3205            838         518        20                -           0.0000          -
63442.17/3209.65	c      3210            838         518        20                -           0.0000          -
63543.31/3214.72	c      3215            838         518        20                -           0.0000          -
63642.42/3219.72	c      3220            838         518        20                -           0.0000          -
63741.51/3224.73	c      3225            838         518        20                -           0.0000          -
63840.62/3229.77	c      3230            838         518        20                -           0.0000          -
63941.78/3234.89	c      3235            838         518        20                -           0.0000          -
64045.47/3240.04	c      3240            838         518        20                -           0.0000          -
64146.65/3245.16	c      3245            838         518        20                -           0.0000          -
64249.09/3250.30	c      3250            838         518        20                -           0.0000          -
64348.24/3255.36	c      3255            838         518        20                -           0.0000          -
64449.30/3260.41	c      3260            838         518        20                -           0.0000          -
64550.45/3265.53	c      3266            838         518        20                -           0.0000          -
64649.76/3270.55	c      3271            838         518        20                -           0.0000          -
64752.70/3275.71	c      3276            838         518        20                -           0.0000          -
64851.73/3280.73	c      3281            838         518        20                -           0.0000          -
64952.84/3285.84	c      3286            838         518        20                -           0.0000          -
65051.95/3290.87	c      3291            838         518        20                -           0.0000          -
65151.09/3295.88	c      3296            838         518        20                -           0.0000          -
65252.22/3301.00	c      3301            838         518        20                -           0.0000          -
65351.29/3306.00	c      3306            838         518        20                -           0.0000          -
65450.31/3311.03	c      3311            838         518        20                -           0.0000          -
65553.86/3316.14	c      3316            838         518        20                -           0.0000          -
65653.20/3321.15	c      3321            838         518        20                -           0.0000          -
65753.29/3326.20	c      3326            838         518        20                -           0.0000          -
65852.41/3331.22	c      3331            838         518        20                -           0.0000          -
65951.59/3336.24	c      3336            838         518        20                -           0.0000          -
66050.69/3341.29	c      3341            838         518        20                -           0.0000          -
66153.87/3346.42	c      3346            838         518        20                -           0.0000          -
66255.06/3351.53	c      3352            838         518        20                -           0.0000          -
66356.23/3356.64	c      3357           1382         524        20                -           0.0000          -
66455.41/3361.67	c      3362           1382         524        20                -           0.0000          -
66554.60/3366.68	c      3367           1382         524        20                -           0.0000          -
66655.79/3371.75	c      3372           1382         524        20                -           0.0000          -
66754.93/3376.80	c      3377           1382         524        20                -           0.0000          -
66856.02/3381.84	c      3382           1382         524        20                -           0.0000          -
66957.19/3387.00	c      3387           1382         524        20                -           0.0000          -
67061.28/3392.15	c      3392           1382         524        20                -           0.0000          -
67161.50/3397.22	c      3397            884         527        20                -           0.0000          -
67260.54/3402.28	c      3402            884         527        20                -           0.0000          -
67361.72/3407.32	c      3407            884         527        20                -           0.0000          -
67460.91/3412.32	c      3412            884         527        20                -           0.0000          -
67560.09/3417.34	c      3417            884         527        20                -           0.0000          -
67663.23/3422.54	c      3423            884         527        20                -           0.0000          -
67764.34/3427.66	c      3428            884         527        20                -           0.0000          -
67863.44/3432.66	c      3433            884         527        20                -           0.0000          -
67964.46/3437.79	c      3438            884         527        20                -           0.0000          -
68065.44/3442.84	c      3443            884         527        20                -           0.0000          -
68166.48/3448.01	c      3448            884         527        20                -           0.0000          -
68271.41/3453.23	c      3453            884         527        20                -           0.0000          -
68374.46/3458.44	c      3458            884         527        20                -           0.0000          -
68477.51/3463.66	c      3464            884         527        20                -           0.0000          -
68580.62/3468.82	c      3469            884         527        20                -           0.0000          -
68681.75/3473.96	c      3474            884         527        20                -           0.0000          -
68783.80/3479.10	c      3479            884         527        20                -           0.0000          -
68882.64/3484.12	c      3484            884         527        20                -           0.0000          -
68981.98/3489.13	c      3489            884         527        20                -           0.0000          -
69084.14/3494.20	c      3494            884         527        20                -           0.0000          -
69183.22/3499.29	c      3499           1440         569        20                -           0.0000          -
69284.28/3504.33	c      3504            903         536        20                -           0.0000          -
69385.36/3509.43	c      3509            903         536        20                -           0.0000          -
69484.48/3514.47	c      3514            903         536        20                -           0.0000          -
69585.63/3519.55	c      3520            903         536        20                -           0.0000          -
69686.61/3524.62	c      3525            903         536        20                -           0.0000          -
69787.73/3529.71	c      3530            903         536        20                -           0.0000          -
69886.86/3534.71	c      3535            903         536        20                -           0.0000          -
69987.89/3539.81	c      3540            903         536        20                -           0.0000          -
70089.01/3544.94	c      3545            903         536        20                -           0.0000          -
70188.12/3550.03	c      3550            903         536        20                -           0.0000          -
70289.89/3555.09	c      3555            903         536        20                -           0.0000          -
70391.09/3560.16	c      3560            903         536        20                -           0.0000          -
70490.42/3565.17	c      3565            903         536        20                -           0.0000          -
70592.52/3570.32	c      3570            903         536        20                -           0.0000          -
70693.64/3575.45	c      3575            903         536        20                -           0.0000          -
70794.77/3580.57	c      3581            903         536        20                -           0.0000          -
70895.82/3585.64	c      3586            903         536        20                -           0.0000          -
70994.95/3590.68	c      3591            903         536        20                -           0.0000          -
71096.05/3595.78	c      3596            903         536        20                -           0.0000          -
71197.16/3600.88	c      3601            903         536        20                -           0.0000          -
71298.28/3605.93	c      3606            903         536        20                -           0.0000          -
71400.22/3611.12	c      3611            903         536        20                -           0.0000          -
71502.37/3616.20	c      3616            903         536        20                -           0.0000          -
71601.49/3621.25	c      3621            903         536        20                -           0.0000          -
71702.61/3626.35	c      3626            903         536        20                -           0.0000          -
71803.69/3631.41	c      3631           1530         655        20                -           0.0000          -
71902.82/3636.49	c      3636           1530         655        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (144989 MiB free)
  memory of node 1: 193531 MiB (61993 MiB free)
  memory of node 2: 193531 MiB (140611 MiB free)
  memory of node 3: 193531 MiB (180569 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-4465677-1723620704/watcher-4465677-1723620704 -o /tmp/evaluation-result-4465677-1723620704/solver-4465677-1723620704 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726876 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465677-1723620704.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=729134, runsolver pid=729131
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 80.16 80.76 79.29 62/986 729135
/proc/meminfo: memFree=540798964/790760800 swapFree=131071996/131071996
[pid=729134] ppid=729131 vsize=66284 memory=53120 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/stat : 729134 (fscip) R 729131 729134 726863 0 -1 4194304 11190 0 0 0 10 1 0 0 20 0 1 0 128657144 67874816 13280 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
/proc/729134/statm: 16571 13280 2347 3035 0 12967 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 66284 KiB
Current children cumulated memory: 53120 KiB

[startup+0.220832 s]*
/proc/loadavg: 80.16 80.76 79.29 62/986 729135
/proc/meminfo: memFree=540755284/790760800 swapFree=131071996/131071996
[pid=729134] ppid=729131 vsize=107600 memory=95224 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/stat : 729134 (fscip) R 729131 729134 726863 0 -1 4194304 21723 0 0 0 20 3 0 0 20 0 1 0 128657144 110182400 23806 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
/proc/729134/statm: 26900 23806 2347 3035 0 23296 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 107600 KiB
Current children cumulated memory: 95224 KiB

[startup+0.320313 s]*
/proc/loadavg: 80.16 80.76 79.29 62/986 729135
/proc/meminfo: memFree=540680356/790760800 swapFree=131071996/131071996
[pid=729134] ppid=729131 vsize=181572 memory=169880 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/stat : 729134 (fscip) R 729131 729134 726863 0 -1 4194304 40880 0 0 0 27 6 0 0 20 0 1 0 128657144 185929728 42470 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
/proc/729134/statm: 45393 42470 2539 3035 0 41789 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 181572 KiB
Current children cumulated memory: 169880 KiB

[startup+0.700308 s]
/proc/loadavg: 80.16 80.76 79.29 62/986 729135
/proc/meminfo: memFree=540573452/790760800 swapFree=131071996/131071996
[pid=729134] ppid=729131 vsize=297132 memory=273796 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/stat : 729134 (fscip) R 729131 729134 726863 0 -1 4194304 62176 0 0 0 59 10 0 0 20 0 1 0 128657144 304263168 68449 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
/proc/729134/statm: 74283 68449 2630 3035 0 70679 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 297132 KiB
Current children cumulated memory: 273796 KiB

[startup+1.50032 s]
/proc/loadavg: 78.63 80.43 79.19 62/986 729135
/proc/meminfo: memFree=540386556/790760800 swapFree=131071996/131071996
[pid=729134] ppid=729131 vsize=355060 memory=337344 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/stat : 729134 (fscip) R 729131 729134 726863 0 -1 4194304 90341 0 0 0 133 16 0 0 20 0 1 0 128657144 363581440 84336 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
/proc/729134/statm: 88765 84336 2710 3035 0 85161 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 355060 KiB
Current children cumulated memory: 337344 KiB

[startup+3.12092 s]
/proc/loadavg: 78.63 80.43 79.19 62/986 729135
/proc/meminfo: memFree=540215200/790760800 swapFree=131071996/131071996
[pid=729134] ppid=729131 vsize=559644 memory=519972 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/stat : 729134 (fscip) R 729131 729134 726863 0 -1 4194304 97678 0 0 0 290 20 0 0 20 0 1 0 128657144 573075456 129993 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
/proc/729134/statm: 139911 129993 2758 3035 0 136307 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 559644 KiB
Current children cumulated memory: 519972 KiB

[startup+6.30057 s]
/proc/loadavg: 77.22 80.11 79.09 63/1006 729155
/proc/meminfo: memFree=538742136/790760800 swapFree=131071996/131071996
[pid=729134] ppid=729131 vsize=3229960 memory=2142324 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/stat : 729134 (fscip) S 729131 729134 726863 0 -1 1077936128 500849 0 0 0 547 80 0 0 20 0 21 0 128657144 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
/proc/729134/statm: 807490 535581 2774 3035 0 588119 0
[pid=729134/tid=729136] ppid=729131 vsize=3229960 memory=1996 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729136/stat : 729136 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729137] ppid=729131 vsize=3229960 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729137/stat : 729137 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729138] ppid=729131 vsize=3229960 memory=752196 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729138/stat : 729138 (fscip) S 729131 729134 726863 0 -1 1077936192 21301 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729139] ppid=729131 vsize=3229960 memory=16240 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729139/stat : 729139 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 12 2 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729140] ppid=729131 vsize=3229960 memory=1194828 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729140/stat : 729140 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 11 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729141] ppid=729131 vsize=3229960 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729141/stat : 729141 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729142] ppid=729131 vsize=3229960 memory=11424 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729142/stat : 729142 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729143] ppid=729131 vsize=3229960 memory=281084269110416 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729143/stat : 729143 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 13 2 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729144] ppid=729131 vsize=3229960 memory=2268 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729144/stat : 729144 (fscip) S 729131 729134 726863 0 -1 1077936192 21299 0 0 0 12 2 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729145] ppid=729131 vsize=3229960 memory=1087980 CPUtime=0.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729145/stat : 729145 (fscip) R 729131 729134 726863 0 -1 4194368 14179 0 0 0 7 2 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729146] ppid=729131 vsize=3229960 memory=38468 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729146/stat : 729146 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729147] ppid=729131 vsize=3229960 memory=43347799258300564 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729147/stat : 729147 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 13 2 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729148] ppid=729131 vsize=3229960 memory=0 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729148/stat : 729148 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 11 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729149] ppid=729131 vsize=3229960 memory=518 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729149/stat : 729149 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729150] ppid=729131 vsize=3229960 memory=14 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729150/stat : 729150 (fscip) S 729131 729134 726863 0 -1 1077936192 21299 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729151] ppid=729131 vsize=3229960 memory=5432 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729151/stat : 729151 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729152] ppid=729131 vsize=3229960 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729152/stat : 729152 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 12 3 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729153] ppid=729131 vsize=3229960 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729153/stat : 729153 (fscip) S 729131 729134 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729154] ppid=729131 vsize=3229960 memory=1836 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729154/stat : 729154 (fscip) S 729131 729134 726863 0 -1 1077936192 21300 0 0 0 11 4 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729155] ppid=729131 vsize=3229960 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729155/stat : 729155 (fscip) S 729131 729134 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128657478 3307479040 535581 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3229960 KiB
Current children cumulated memory: 2142324 KiB

[startup+12.7008 s]
/proc/loadavg: 77.44 80.11 79.10 80/1026 729177
/proc/meminfo: memFree=532023008/790760800 swapFree=131071996/131071996
[pid=729134] ppid=729131 vsize=12355920 memory=10839188 CPUtime=122.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/stat : 729134 (fscip) S 729131 729134 726863 0 -1 1077936128 1844474 0 0 0 11398 838 0 0 20 0 41 0 128657144 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
/proc/729134/statm: 3088980 2709797 2854 3035 0 2942705 0
[pid=729134/tid=729136] ppid=729131 vsize=12355920 memory=25333125866717268 CPUtime=5.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729136/stat : 729136 (fscip) R 729131 729134 726863 0 -1 4194368 95759 0 0 0 495 76 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729137] ppid=729131 vsize=12355920 memory=0 CPUtime=6.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729137/stat : 729137 (fscip) R 729131 729134 726863 0 -1 4194368 73607 0 0 0 587 17 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729138] ppid=729131 vsize=12355920 memory=527824 CPUtime=5.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729138/stat : 729138 (fscip) R 729131 729134 726863 0 -1 4194368 79061 0 0 0 579 20 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729139] ppid=729131 vsize=12355920 memory=752196 CPUtime=5.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729139/stat : 729139 (fscip) R 729131 729134 726863 0 -1 4194368 98918 0 0 0 511 78 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729140] ppid=729131 vsize=12355920 memory=11424 CPUtime=6.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729140/stat : 729140 (fscip) R 729131 729134 726863 0 -1 4194368 78649 0 0 0 581 20 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729141] ppid=729131 vsize=12355920 memory=16240 CPUtime=6.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729141/stat : 729141 (fscip) R 729131 729134 726863 0 -1 4194368 75495 0 0 0 581 20 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729142] ppid=729131 vsize=12355920 memory=0 CPUtime=5.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729142/stat : 729142 (fscip) R 729131 729134 726863 0 -1 4194368 102050 0 0 0 511 78 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729143] ppid=729131 vsize=12355920 memory=1194828 CPUtime=6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729143/stat : 729143 (fscip) R 729131 729134 726863 0 -1 4194368 77198 0 0 0 581 19 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729144] ppid=729131 vsize=12355920 memory=2081676 CPUtime=6.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729144/stat : 729144 (fscip) R 729131 729134 726863 0 -1 4194368 73918 0 0 0 585 16 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729145] ppid=729131 vsize=12355920 memory=6891476 CPUtime=5.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729145/stat : 729145 (fscip) D 729131 729134 726863 0 -1 4194368 99094 0 0 0 496 85 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729146] ppid=729131 vsize=12355920 memory=9076828 CPUtime=5.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729146/stat : 729146 (fscip) D 729131 729134 726863 0 -1 4194368 79232 0 0 0 578 21 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729147] ppid=729131 vsize=12355920 memory=0 CPUtime=6.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729147/stat : 729147 (fscip) R 729131 729134 726863 0 -1 4194368 73919 0 0 0 584 18 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729148] ppid=729131 vsize=12355920 memory=281084270175136 CPUtime=5.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729148/stat : 729148 (fscip) R 729131 729134 726863 0 -1 4194368 98179 0 0 0 492 84 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729149] ppid=729131 vsize=12355920 memory=281084269728528 CPUtime=6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729149/stat : 729149 (fscip) R 729131 729134 726863 0 -1 4194368 78230 0 0 0 581 19 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729150] ppid=729131 vsize=12355920 memory=0 CPUtime=5.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729150/stat : 729150 (fscip) R 729131 729134 726863 0 -1 4194368 75460 0 0 0 580 18 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729151] ppid=729131 vsize=12355920 memory=281084270401040 CPUtime=5.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729151/stat : 729151 (fscip) R 729131 729134 726863 0 -1 4194368 105879 0 0 0 495 81 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729152] ppid=729131 vsize=12355920 memory=1836 CPUtime=5.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729152/stat : 729152 (fscip) R 729131 729134 726863 0 -1 4194368 77250 0 0 0 580 19 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729153] ppid=729131 vsize=12355920 memory=25333125866717268 CPUtime=5.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729153/stat : 729153 (fscip) R 729131 729134 726863 0 -1 4194368 75589 0 0 0 582 17 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729154] ppid=729131 vsize=12355920 memory=0 CPUtime=5.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729154/stat : 729154 (fscip) R 729131 729134 726863 0 -1 4194368 130216 0 0 0 495 84 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729155] ppid=729131 vsize=12355920 memory=0 CPUtime=6.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729155/stat : 729155 (fscip) D 729131 729134 726863 0 -1 4194368 72194 0 0 0 585 16 0 0 20 0 41 0 128657478 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729156] ppid=729131 vsize=12355920 memory=281084268985296 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729156/stat : 729156 (fscip) S 729131 729134 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128657811 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729157] ppid=729131 vsize=12355920 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729157/stat : 729157 (fscip) S 729131 729134 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128657811 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729158] ppid=729131 vsize=12355920 memory=281084269627760 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729158/stat : 729158 (fscip) S 729131 729134 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128657811 12652462080 2709797 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0

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

[pid=729134/tid=729159] ppid=729131 vsize=42480516 memory=6944656592455360560 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729159/stat : 729159 (fscip) S 729131 729134 726863 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729160] ppid=729131 vsize=42480516 memory=40436 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729160/stat : 729160 (fscip) S 729131 729134 726863 0 -1 1077936192 163 0 0 0 1 1 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729161] ppid=729131 vsize=42480516 memory=8240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729161/stat : 729161 (fscip) S 729131 729134 726863 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729162] ppid=729131 vsize=42480516 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729162/stat : 729162 (fscip) S 729131 729134 726863 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729163] ppid=729131 vsize=42480516 memory=35528 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729163/stat : 729163 (fscip) S 729131 729134 726863 0 -1 1077936192 98 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729164] ppid=729131 vsize=42480516 memory=6856 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729164/stat : 729164 (fscip) S 729131 729134 726863 0 -1 1077936192 106 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729165] ppid=729131 vsize=42480516 memory=7112 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729165/stat : 729165 (fscip) S 729131 729134 726863 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729166] ppid=729131 vsize=42480516 memory=28497476 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729166/stat : 729166 (fscip) S 729131 729134 726863 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729167] ppid=729131 vsize=42480516 memory=28520272 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729167/stat : 729167 (fscip) S 729131 729134 726863 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729168] ppid=729131 vsize=42480516 memory=7640 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729168/stat : 729168 (fscip) S 729131 729134 726863 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729169] ppid=729131 vsize=42480516 memory=18472 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729169/stat : 729169 (fscip) S 729131 729134 726863 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729170] ppid=729131 vsize=42480516 memory=2832 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729170/stat : 729170 (fscip) S 729131 729134 726863 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729171] ppid=729131 vsize=42480516 memory=6792 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729171/stat : 729171 (fscip) S 729131 729134 726863 0 -1 1077936192 107 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729172] ppid=729131 vsize=42480516 memory=28519016 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729172/stat : 729172 (fscip) S 729131 729134 726863 0 -1 1077936192 130 0 0 0 0 3 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729173] ppid=729131 vsize=42480516 memory=38468 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729173/stat : 729173 (fscip) S 729131 729134 726863 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729174] ppid=729131 vsize=42480516 memory=28520272 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729174/stat : 729174 (fscip) S 729131 729134 726863 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729175] ppid=729131 vsize=42480516 memory=106669428 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729175/stat : 729175 (fscip) S 729131 729134 726863 0 -1 1077936192 142 0 0 0 2 1 0 0 20 0 41 0 128657811 43500048384 7130068 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
Current children cumulated CPU time: 70830.4 s
Current children cumulated vsize: 42480516 KiB
Current children cumulated memory: 28520272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3641.4 s]
/proc/loadavg: 80.25 79.55 78.13 81/1026 731434
/proc/meminfo: memFree=456863160/790760800 swapFree=131071996/131071996
[pid=729134] ppid=729131 vsize=44441436 memory=28625224 CPUtime=72001.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/stat : 729134 (fscip) S 729131 729134 726863 0 -1 1077936128 66076105 0 0 0 7186304 13889 0 0 20 0 41 0 128657144 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
/proc/729134/statm: 11110359 7156306 3030 3035 0 10819209 0
[pid=729134/tid=729136] ppid=729131 vsize=44441436 memory=6920 CPUtime=3597.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729136/stat : 729136 (fscip) R 729131 729134 726863 0 -1 4194368 6006214 0 0 0 358616 1128 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729137] ppid=729131 vsize=44441436 memory=6291621478235465833 CPUtime=3598.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729137/stat : 729137 (fscip) R 729131 729134 726863 0 -1 4194368 3799637 0 0 0 359394 457 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729138] ppid=729131 vsize=44441436 memory=6298680364007319915 CPUtime=3599 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729138/stat : 729138 (fscip) R 729131 729134 726863 0 -1 4194368 1350188 0 0 0 359056 844 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729139] ppid=729131 vsize=44441436 memory=4638778415848575336 CPUtime=3596.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729139/stat : 729139 (fscip) R 729131 729134 726863 0 -1 4194368 3305441 0 0 0 359263 430 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729140] ppid=729131 vsize=44441436 memory=7524224599079408998 CPUtime=3599.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729140/stat : 729140 (fscip) R 729131 729134 726863 0 -1 4194368 5500462 0 0 0 359350 636 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729141] ppid=729131 vsize=44441436 memory=7521350282041059178 CPUtime=3587.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729141/stat : 729141 (fscip) R 729131 729134 726863 0 -1 4194368 1461110 0 0 0 357873 898 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729142] ppid=729131 vsize=44441436 memory=-7810529773915321435 CPUtime=3603.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729142/stat : 729142 (fscip) R 729131 729134 726863 0 -1 4194368 3735243 0 0 0 359589 731 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729143] ppid=729131 vsize=44441436 memory=0 CPUtime=3605.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729143/stat : 729143 (fscip) R 729131 729134 726863 0 -1 4194368 4354539 0 0 0 360001 541 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729144] ppid=729131 vsize=44441436 memory=30962685530996822 CPUtime=3604.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729144/stat : 729144 (fscip) R 729131 729134 726863 0 -1 4194368 1503351 0 0 0 359639 855 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729145] ppid=729131 vsize=44441436 memory=13229508591550564 CPUtime=3592.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729145/stat : 729145 (fscip) R 729131 729134 726863 0 -1 4194368 3271559 0 0 0 358494 770 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729146] ppid=729131 vsize=44441436 memory=6055652847293562906 CPUtime=3608.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729146/stat : 729146 (fscip) R 729131 729134 726863 0 -1 4194368 4675778 0 0 0 360283 553 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729147] ppid=729131 vsize=44441436 memory=74126 CPUtime=3599.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729147/stat : 729147 (fscip) R 729131 729134 726863 0 -1 4194368 1300138 0 0 0 359158 780 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729148] ppid=729131 vsize=44441436 memory=74464 CPUtime=3600.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729148/stat : 729148 (fscip) R 729131 729134 726863 0 -1 4194368 3082763 0 0 0 359066 990 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729149] ppid=729131 vsize=44441436 memory=74794 CPUtime=3603.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729149/stat : 729149 (fscip) R 729131 729134 726863 0 -1 4194368 4961027 0 0 0 359723 603 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729150] ppid=729131 vsize=44441436 memory=75127 CPUtime=3596.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729150/stat : 729150 (fscip) R 729131 729134 726863 0 -1 4194368 1412260 0 0 0 358754 903 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729151] ppid=729131 vsize=44441436 memory=75457 CPUtime=3602.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729151/stat : 729151 (fscip) R 729131 729134 726863 0 -1 4194368 3050146 0 0 0 359798 406 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729152] ppid=729131 vsize=44441436 memory=43371 CPUtime=3600.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729152/stat : 729152 (fscip) R 729131 729134 726863 0 -1 4194368 4488870 0 0 0 359523 540 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729153] ppid=729131 vsize=44441436 memory=66868 CPUtime=3596.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729153/stat : 729153 (fscip) R 729131 729134 726863 0 -1 4194368 1551567 0 0 0 358920 771 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729154] ppid=729131 vsize=44441436 memory=3761403123177750614 CPUtime=3604.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729154/stat : 729154 (fscip) R 729131 729134 726863 0 -1 4194368 3170047 0 0 0 360068 420 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729155] ppid=729131 vsize=44441436 memory=4050760477289939031 CPUtime=3598.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729155/stat : 729155 (fscip) R 729131 729134 726863 0 -1 4194368 3966511 0 0 0 359278 556 0 0 20 0 41 0 128657478 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729156] ppid=729131 vsize=44441436 memory=3977725226356506704 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729156/stat : 729156 (fscip) S 729131 729134 726863 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729157] ppid=729131 vsize=44441436 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729157/stat : 729157 (fscip) S 729131 729134 726863 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729158] ppid=729131 vsize=44441436 memory=281084272515104 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729158/stat : 729158 (fscip) S 729131 729134 726863 0 -1 1077936192 75 0 0 0 0 3 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729159] ppid=729131 vsize=44441436 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729159/stat : 729159 (fscip) S 729131 729134 726863 0 -1 1077936192 128 0 0 0 4 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729160] ppid=729131 vsize=44441436 memory=2268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729160/stat : 729160 (fscip) S 729131 729134 726863 0 -1 1077936192 167 0 0 0 1 1 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729161] ppid=729131 vsize=44441436 memory=1996 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729161/stat : 729161 (fscip) S 729131 729134 726863 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729162] ppid=729131 vsize=44441436 memory=1836 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729162/stat : 729162 (fscip) S 729131 729134 726863 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729163] ppid=729131 vsize=44441436 memory=38468 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729163/stat : 729163 (fscip) S 729131 729134 726863 0 -1 1077936192 99 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729164] ppid=729131 vsize=44441436 memory=2152 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729164/stat : 729164 (fscip) S 729131 729134 726863 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729165] ppid=729131 vsize=44441436 memory=6056 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729165/stat : 729165 (fscip) S 729131 729134 726863 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729166] ppid=729131 vsize=44441436 memory=104 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729166/stat : 729166 (fscip) S 729131 729134 726863 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729167] ppid=729131 vsize=44441436 memory=33100 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729167/stat : 729167 (fscip) S 729131 729134 726863 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729168] ppid=729131 vsize=44441436 memory=19600 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729168/stat : 729168 (fscip) S 729131 729134 726863 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729169] ppid=729131 vsize=44441436 memory=54680 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729169/stat : 729169 (fscip) S 729131 729134 726863 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729170] ppid=729131 vsize=44441436 memory=28496 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729170/stat : 729170 (fscip) S 729131 729134 726863 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729171] ppid=729131 vsize=44441436 memory=28535204 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729171/stat : 729171 (fscip) S 729131 729134 726863 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729172] ppid=729131 vsize=44441436 memory=26960 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729172/stat : 729172 (fscip) S 729131 729134 726863 0 -1 1077936192 132 0 0 0 0 3 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729173] ppid=729131 vsize=44441436 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729173/stat : 729173 (fscip) S 729131 729134 726863 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729174] ppid=729131 vsize=44441436 memory=281084271325840 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729174/stat : 729174 (fscip) S 729131 729134 726863 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
[pid=729134/tid=729175] ppid=729131 vsize=44441436 memory=-8897552091635225276 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/729134/task/729175/stat : 729175 (fscip) S 729131 729134 726863 0 -1 1077936192 145 0 0 0 2 1 0 0 20 0 41 0 128657811 45508030464 7156306 809668444160 4194304 16623229 140721251281744 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 40157184 140721251283974 140721251284092 140721251284092 140721251291120 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 44441436 KiB
Current children cumulated memory: 28625224 KiB

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

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

# cumulated CPU time of all completed processes:  user=71863.3 s, system=139.58 s

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

[startup+3641.62 s]
/proc/loadavg: 80.25 79.55 78.13 62/987 731434
/proc/meminfo: memFree=461667032/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642 s]*
/proc/loadavg: 78.71 79.24 78.03 62/987 731435
/proc/meminfo: memFree=482590028/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3642.1
CPU time (s): 72002.9
CPU user time (s): 71863.3
CPU system time (s): 139.58
CPU usage (%): 1976.96
Max. virtual memory (cumulated for all children) (KiB): 44441436
Max. memory (cumulated for all children) (KiB): 28625224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71863.3
system time used= 139.58
maximum resident set size= 28625224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66076111
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= 1398345
involuntary context switches= 233227


# summary of solver processes directly reported to runsolver:
#   pid: 729134
#   total CPU time (s): 72002.9
#   total CPU user time (s): 71863.3
#   total CPU system time (s): 139.58

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.8359 second user time and 90.5058 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 09:31:44
IDJOB=4465677
IDBENCH=155596
IDSOLVER=3094
FILE ID=nodeD101/4465677-1723620704
RUNJOBID= nodeD101-1723617207-726876
SLURM_JOB_ID= 8267907
Free space on /tmp= 8622756 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-33.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-4465677-1723620704/watcher-4465677-1723620704 -o /tmp/evaluation-result-4465677-1723620704/solver-4465677-1723620704 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726876 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465677-1723620704.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 77ebcb4349d0c3a90733439946e4862a
RANDOM SEED=297072034

nodeD101.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	: 0x5003102
cpu MHz		: 3077.472
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3694.139
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3072.860
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 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	: 0x5003102
cpu MHz		: 3181.133
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3586.362
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3077.836
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 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	: 0x5003102
cpu MHz		: 3149.112
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3361.444
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.630
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 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	: 0x5003102
cpu MHz		: 3180.941
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3534.992
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.624
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 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	: 0x5003102
cpu MHz		: 3193.620
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2552.757
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2842.381
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 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	: 0x5003102
cpu MHz		: 3185.733
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3646.852
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.592
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 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	: 0x5003102
cpu MHz		: 3177.726
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3195.241
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2638.956
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3076.085
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 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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2667.227
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.580
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 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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2659.523
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.570
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 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	: 0x5003102
cpu MHz		: 3184.163
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2655.062
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3077.714
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 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	: 0x5003102
cpu MHz		: 3176.189
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2652.970
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3077.311
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 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	: 0x5003102
cpu MHz		: 3192.053
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2669.576
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.539
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 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	: 0x5003102
cpu MHz		: 3171.570
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2659.135
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3072.562
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 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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3198.409
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2665.756
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.520
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 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	: 0x5003102
cpu MHz		: 3195.237
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2656.273
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.503
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 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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2655.159
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3067.836
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 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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3198.367
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2642.394
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3073.312
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 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	: 0x5003102
cpu MHz		: 3168.848
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3195.234
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2662.744
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3077.164
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 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	: 0x5003102
cpu MHz		: 3156.315
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2659.167
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3078.463
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 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	: 0x5003102
cpu MHz		: 3171.283
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2724.992
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        540840636 kB
MemAvailable:   598599648 kB
Buffers:         1148544 kB
Cached:         59865152 kB
SwapCached:            0 kB
Active:         18865880 kB
Inactive:       227156432 kB
Active(anon):       2136 kB
Inactive(anon): 185045408 kB
Active(file):   18863744 kB
Inactive(file): 42111024 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             34612 kB
Writeback:            48 kB
AnonPages:      185004196 kB
Mapped:           137296 kB
Shmem:             38920 kB
KReclaimable:     407544 kB
Slab:             823988 kB
SReclaimable:     407544 kB
SUnreclaim:       416444 kB
KernelStack:       16976 kB
PageTables:       395956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   77080956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1133952 kB
HardwareCorrupted:     0 kB
AnonHugePages:  58425344 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:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622740 MiB
End job on nodeD101 at 2024-08-14 10:32:26