Trace number 4465781

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=24-t=2.opb
MD5SUM585ad78207efe7b44b7f003a9b0d83f6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables924
Total number of constraints152976
Number of constraints which are clauses152952
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint25
Number of terms in the objective function 24
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 24
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
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.37	c Default LC presolving (default).
0.33/0.37	c ** Before presolving: virtualMemUsedAtLc = 358326820, getVmSize() = 237301760, SCIPgetMemUsed() = 173410706, SCIPgetMemTotal() = 204364826, SCIPgetMemExternEstim() = 153961994
0.33/0.37	c ** set memory limit for presolving in LC to 8.79496e+12 for SCIP **
3.00/3.11	c ** Estimated virtualMemUsedAtSolver = 422473980, getVmSize() = 545525760, SCIPgetMemUsed() = 272778273, SCIPgetMemTotal() = 479748977, SCIPgetMemExternEstim() = 153961994
3.00/3.11	c ** set memory limit for solvers to 4.18728e+11 for each SCIP **
3.00/3.11	c Original Problem   :
3.00/3.11	c   Problem name     : instance-4465781-1723658224
3.00/3.11	c   Variables        : 924 (924 binary, 0 integer, 0 implicit integer, 0 continuous)
3.00/3.11	c   Constraints      : 152976
3.00/3.11	c   Objective sense  : minimize
3.00/3.11	c Presolved Problem  :
3.00/3.11	c   Variables        : 900 (900 binary, 0 integer, 0 implicit integer, 0 continuous)
3.00/3.11	c   Constraints      : 152952
3.00/3.11	c Constraints        : Number
3.00/3.11	c   setppc           : 24 
3.00/3.11	c   logicor          : 152928 
3.00/3.11	c ** Instance transfer method used: 0
3.28/3.31	c ** ParaScipInstance copy does not increase the number of variables. **
6.47/6.56	c LC is working with racing ramp-up and with rebuilding tree after racing.
6.47/6.56	c                                Nodes    Active                                            
6.47/6.56	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
42.59/8.52	c *       9              0           1        20          24.0000                -          -
42.59/8.52	c         9              0           1        20          24.0000                -          -
71.94/10.28	c *      10              0           1        20          23.0000                -          -
77.59/10.55	c *      11              0           1        20          22.0000                -          -
306.60/22.14	c        22              2           1        20          22.0000           0.0000          -
436.57/28.77	c        29             21          22        20          22.0000           0.0000          -
539.50/33.99	c        34             72          71        20          22.0000           0.0000          -
638.52/39.02	c        39            152         151        20          22.0000           0.0000          -
740.42/44.13	c        44            182         181        20          22.0000           0.0000          -
848.69/49.53	c        50            201         202        20          22.0000           0.0000          -
949.60/54.62	c        55           1006         555        20          22.0000           0.0000          -
1052.22/59.85	c        60           1797         490        20          22.0000           0.0000          -
1155.83/65.13	c        65           1837         478        20          22.0000           0.0000          -
1259.58/70.36	c        70           1894         421        20          22.0000           0.0000          -
1362.28/75.53	c        76           2205         528        20          22.0000           0.0000          -
1463.29/80.60	c        81             12          11        20          22.0000           0.0000          -
1562.13/85.63	c        86             14          13        20          22.0000           0.0000          -
1666.93/90.93	c        91             14          13        20          22.0000           0.0000          -
1773.62/96.30	c        96           3105         347        20          22.0000           0.0000          -
1874.48/101.42	c       101             46          36        20          22.0000           0.0000          -
1973.50/106.44	c       106             49          39        20          22.0000           0.0000          -
2072.56/111.47	c       111             51          41        20          22.0000           0.0000          -
2173.56/116.52	c       117             55          45        20          22.0000           0.0000          -
2272.77/121.58	c       122             55          45        20          22.0000           0.0000          -
2375.61/126.70	c       127             59          49        20          22.0000           0.0000          -
2474.39/131.72	c       132             59          49        20          22.0000           0.0000          -
2573.48/136.73	c       137           4533          98        20          22.0000           0.0000          -
2674.51/141.81	c       142           5130          61        20          22.0000           0.0000          -
2773.56/146.88	c       147             80          68        20          22.0000           0.0000          -
2877.36/152.06	c       152           4851         104        20          22.0000           0.0000          -
2978.37/157.16	c       157             90          76        20          22.0000           0.0000          -
3080.62/162.35	c       162           4996          92        20          22.0000           0.0000          -
3181.70/167.41	c       167           6038         115        20          22.0000           0.0000          -
3282.79/172.51	c       173           6144         271        20          22.0000           0.0000          -
3382.02/177.53	c       178             10           9        20          22.0000           0.0000          -
3482.92/182.67	c       183             12          11        20          22.0000           0.0000          -
3585.96/187.84	c       188             14          13        20          22.0000           0.0000          -
3686.95/192.95	c       193           6703         235        20          22.0000           0.0000          -
3788.62/198.04	c       198             16          15        20          22.0000           0.0000          -
3889.73/203.17	c       203             16          15        20          22.0000           0.0000          -
3990.09/208.26	c       208             16          15        20          22.0000           0.0000          -
4093.16/213.47	c       213             16          15        20          22.0000           0.0000          -
4196.18/218.61	c       219             16          15        20          22.0000           0.0000          -
4295.22/223.65	c       224             17          16        20          22.0000           0.0000          -
4398.14/228.89	c       229             18          17        20          22.0000           0.0000          -
4499.13/233.92	c       234             19          18        20          22.0000           0.0000          -
4598.13/239.00	c       239           8369         106        20          22.0000           0.0000          -
4697.15/244.03	c       244             24          21        20          22.0000           0.0000          -
4800.98/249.19	c       249           8594         109        20          22.0000           0.0000          -
4901.09/254.23	c       254           7615         160        20          22.0000           0.0000          -
5008.00/259.61	c       260             35          30        20          22.0000           0.0000          -
5108.95/264.78	c       265             36          31        20          22.0000           0.0000          -
5211.89/269.99	c       270             38          33        20          22.0000           0.0000          -
5310.83/275.04	c       275          11061         112        20          22.0000           0.0000          -
5412.49/280.08	c       280             42          37        20          22.0000           0.0000          -
5513.47/285.19	c       285             42          37        20          22.0000           0.0000          -
5613.55/290.21	c       290           8828         223        20          22.0000           0.0000          -
5718.53/295.57	c       296          13182         108        20          22.0000           0.0000          -
5819.49/300.68	c       301             54          43        20          22.0000           0.0000          -
5924.45/305.91	c       306            227         140        20          22.0000           0.0000          -
6023.52/311.02	c       311            228         139        20          22.0000           0.0000          -
6125.10/316.07	c       316            228         139        20          22.0000           0.0000          -
6226.49/321.19	c       321          14933         124        20          22.0000           0.0000          -
6328.57/326.32	c       326            244         148        20          22.0000           0.0000          -
6431.63/331.53	c       332            244         148        20          22.0000           0.0000          -
6532.61/336.63	c       337            244         148        20          22.0000           0.0000          -
6631.62/341.66	c       342            244         148        20          22.0000           0.0000          -
6732.69/346.71	c       347            244         148        20          22.0000           0.0000          -
6838.43/352.13	c       352            244         148        20          22.0000           0.0000          -
6942.69/357.33	c       357             82          61        20          22.0000           0.0000          -
7045.74/362.53	c       363             82          61        20          22.0000           0.0000          -
7148.78/367.71	c       368            249         150        20          22.0000           0.0000          -
7247.78/372.75	c       373             88          65        20          22.0000           0.0000          -
7348.84/377.81	c       378            258         156        20          22.0000           0.0000          -
7449.88/382.94	c       383            258         156        20          22.0000           0.0000          -
7553.53/388.17	c       388            266         159        20          22.0000           0.0000          -
7653.76/393.28	c       393            266         159        20          22.0000           0.0000          -
7754.66/398.32	c       398            266         159        20          22.0000           0.0000          -
7855.43/403.44	c       403            266         159        20          22.0000           0.0000          -
7956.17/408.59	c       409            266         159        20          22.0000           0.0000          -
8061.00/413.81	c       414            266         159        20          22.0000           0.0000          -
8162.09/419.00	c       419            266         159        20          22.0000           0.0000          -
8267.06/424.23	c       424            266         159        20          22.0000           0.0000          -
8368.03/429.34	c       429            110          79        20          22.0000           0.0000          -
8472.86/434.68	c       435            112          81        20          22.0000           0.0000          -
8573.94/439.79	c       440            115          84        20          22.0000           0.0000          -
8674.89/444.81	c       445            282         168        20          22.0000           0.0000          -
8775.84/450.03	c       450            120          87        20          22.0000           0.0000          -
8879.82/455.16	c       455            290         173        20          22.0000           0.0000          -
8979.80/460.20	c       460            124          85        20          22.0000           0.0000          -
9080.81/465.37	c       465            126          87        20          22.0000           0.0000          -
9181.78/470.43	c       470            303         180        20          22.0000           0.0000          -
9282.55/475.51	c       476            303         180        20          22.0000           0.0000          -
9383.16/480.60	c       481            303         180        20          22.0000           0.0000          -
9483.77/485.72	c       486            135          94        20          22.0000           0.0000          -
9584.72/490.85	c       491            135          94        20          22.0000           0.0000          -
9688.54/496.11	c       496            320         191        20          22.0000           0.0000          -
9790.79/501.29	c       501            320         191        20          22.0000           0.0000          -
9891.83/506.32	c       506            330         198        20          22.0000           0.0000          -
9992.87/511.40	c       511            144         101        20          22.0000           0.0000          -
10091.73/516.43	c       516            147         104        20          22.0000           0.0000          -
10192.91/521.51	c       522          19478         132        20          22.0000           0.0000          -
10291.77/526.55	c       527            362         218        20          22.0000           0.0000          -
10390.65/531.57	c       532            150         107        20          22.0000           0.0000          -
10495.44/536.81	c       537            155         108        20          22.0000           0.0000          -
10596.20/541.96	c       542            404         242        20          22.0000           0.0000          -
10699.90/547.16	c       547            157         106        20          22.0000           0.0000          -
10798.81/552.18	c       552          14674         126        20          22.0000           0.0000          -
10898.83/557.28	c       557            159         108        20          22.0000           0.0000          -
11001.50/562.48	c       562            445         268        20          22.0000           0.0000          -
11104.05/567.61	c       568            445         268        20          22.0000           0.0000          -
11202.81/572.69	c       573            445         268        20          22.0000           0.0000          -
11307.62/577.97	c       578            170         119        20          22.0000           0.0000          -
11406.73/583.01	c       583            170         119        20          22.0000           0.0000          -
11508.34/588.08	c       588            170         119        20          22.0000           0.0000          -
11612.58/593.32	c       593            170         119        20          22.0000           0.0000          -
11711.59/598.33	c       598            170         119        20          22.0000           0.0000          -
11812.62/603.41	c       603            170         119        20          22.0000           0.0000          -
11911.59/608.44	c       608            170         119        20          22.0000           0.0000          -
12016.18/613.76	c       614            170         119        20          22.0000           0.0000          -
12116.66/618.84	c       619            170         119        20          22.0000           0.0000          -
12217.20/623.90	c       624            170         119        20          22.0000           0.0000          -
12316.09/628.91	c       629            170         119        20          22.0000           0.0000          -
12417.55/634.06	c       634            170         119        20          22.0000           0.0000          -
12519.86/639.21	c       639            170         119        20          22.0000           0.0000          -
12618.93/644.29	c       644            170         119        20          22.0000           0.0000          -
12720.02/649.38	c       649            170         119        20          22.0000           0.0000          -
12821.14/654.50	c       654            170         119        20          22.0000           0.0000          -
12922.22/659.57	c       660            170         119        20          22.0000           0.0000          -
13025.31/664.71	c       665            170         119        20          22.0000           0.0000          -
13126.38/669.85	c       670            171         118        20          22.0000           0.0000          -
13227.46/674.91	c       675          18759         192        20          22.0000           0.0000          -
13326.53/679.98	c       680            171         120        20          22.0000           0.0000          -
13428.33/685.10	c       685            171         120        20          22.0000           0.0000          -
13527.40/690.11	c       690            171         120        20          22.0000           0.0000          -
13631.63/695.33	c       695            171         120        20          22.0000           0.0000          -
13732.60/700.41	c       700            171         120        20          22.0000           0.0000          -
13831.49/705.44	c       705            171         120        20          22.0000           0.0000          -
13932.38/710.58	c       711            171         120        20          22.0000           0.0000          -
14033.36/715.67	c       716            171         120        20          22.0000           0.0000          -
14134.48/720.75	c       721            171         120        20          22.0000           0.0000          -
14233.59/725.78	c       726            171         120        20          22.0000           0.0000          -
14336.66/730.91	c       731            171         120        20          22.0000           0.0000          -
14435.71/735.99	c       736            171         120        20          22.0000           0.0000          -
14539.45/741.14	c       741            171         120        20          22.0000           0.0000          -
14639.84/746.21	c       746            171         120        20          22.0000           0.0000          -
14740.72/751.34	c       751           1348         591        20          22.0000           0.0000          -
14839.50/756.34	c       756            181         128        20          22.0000           0.0000          -
14940.18/761.44	c       761           1392         604        20          22.0000           0.0000          -
15039.24/766.47	c       766           1392         604        20          22.0000           0.0000          -
15138.32/771.49	c       772           1392         604        20          22.0000           0.0000          -
15239.37/776.54	c       777           1392         604        20          22.0000           0.0000          -
15342.37/781.75	c       782           1392         604        20          22.0000           0.0000          -
15445.18/786.91	c       787          26040         120        20          22.0000           0.0000          -
15546.64/792.08	c       792            198         131        20          22.0000           0.0000          -
15645.32/797.11	c       797            198         131        20          22.0000           0.0000          -
15747.57/802.22	c       802            198         131        20          22.0000           0.0000          -
15848.64/807.33	c       807            198         131        20          22.0000           0.0000          -
15947.75/812.36	c       812            198         131        20          22.0000           0.0000          -
16046.82/817.36	c       817            198         131        20          22.0000           0.0000          -
16145.94/822.40	c       822            198         131        20          22.0000           0.0000          -
16246.76/827.41	c       827            198         131        20          22.0000           0.0000          -
16347.48/832.54	c       833            198         131        20          22.0000           0.0000          -
16446.45/837.56	c       838            198         131        20          22.0000           0.0000          -
16547.14/842.63	c       843            198         131        20          22.0000           0.0000          -
16654.85/848.07	c       848            198         131        20          22.0000           0.0000          -
16753.95/853.13	c       853            198         131        20          22.0000           0.0000          -
16856.13/858.27	c       858            198         131        20          22.0000           0.0000          -
16957.16/863.39	c       863            198         131        20          22.0000           0.0000          -
17058.19/868.47	c       868            198         131        20          22.0000           0.0000          -
17161.18/873.61	c       874            198         131        20          22.0000           0.0000          -
17262.19/878.72	c       879           1647         674        20          22.0000           0.0000          -
17361.26/883.74	c       884            199         130        20          22.0000           0.0000          -
17464.32/888.95	c       889            199         130        20          22.0000           0.0000          -
17566.08/894.14	c       894           1662         678        20          22.0000           0.0000          -
17667.31/899.16	c       899            201         132        20          22.0000           0.0000          -
17769.55/904.35	c       904            201         132        20          22.0000           0.0000          -
17868.64/909.39	c       909            201         132        20          22.0000           0.0000          -
17971.61/914.59	c       915           1757         707        20          22.0000           0.0000          -
18072.66/919.64	c       920          34452         134        20          22.0000           0.0000          -
18171.81/924.67	c       925           1854         726        20          22.0000           0.0000          -
18276.72/929.94	c       930           1878         733        20          22.0000           0.0000          -
18378.49/935.09	c       935          35280         242        20          22.0000           0.0000          -
18480.75/940.20	c       940          35280         242        20          22.0000           0.0000          -
18581.76/945.32	c       945            218         133        20          22.0000           0.0000          -
18680.43/950.34	c       950           1963         764        20          22.0000           0.0000          -
18779.18/955.36	c       955           1963         764        20          22.0000           0.0000          -
18882.08/960.55	c       961           1963         764        20          22.0000           0.0000          -
18983.14/965.61	c       966            226         133        20          22.0000           0.0000          -
19082.22/970.68	c       971           1984         777        20          22.0000           0.0000          -
19183.27/975.78	c       976            235         134        20          22.0000           0.0000          -
19284.35/980.87	c       981           1988         779        20          22.0000           0.0000          -
19388.00/986.07	c       986           1988         779        20          22.0000           0.0000          -
19490.42/991.22	c       991           1992         780        20          22.0000           0.0000          -
19591.50/996.40	c       996           1992         780        20          22.0000           0.0000          -
19692.54/1001.47	c      1001           1992         780        20          22.0000           0.0000          -
19791.32/1006.48	c      1006           1992         780        20          22.0000           0.0000          -
19892.08/1011.55	c      1012           1992         780        20          22.0000           0.0000          -
19997.00/1016.89	c      1017           1992         780        20          22.0000           0.0000          -
20098.12/1021.97	c      1022           1992         780        20          22.0000           0.0000          -
20199.92/1027.04	c      1027           1995         780        20          22.0000           0.0000          -
20301.09/1032.15	c      1032            270         142        20          22.0000           0.0000          -
20401.46/1037.23	c      1037          43008         248        20          22.0000           0.0000          -
20500.61/1042.26	c      1042            272         144        20          22.0000           0.0000          -
20599.72/1047.29	c      1047            272         144        20          22.0000           0.0000          -
20700.82/1052.32	c      1052          45488         133        20          22.0000           0.0000          -
20801.88/1057.45	c      1057            276         146        20          22.0000           0.0000          -
20906.91/1062.71	c      1063            281         145        20          22.0000           0.0000          -
21009.82/1067.90	c      1068          47922         146        20          22.0000           0.0000          -
21108.80/1073.03	c      1073            286         150        20          22.0000           0.0000          -
21213.79/1078.21	c      1078            291         152        20          22.0000           0.0000          -
21312.27/1083.29	c      1083            296         153        20          22.0000           0.0000          -
21412.80/1088.38	c      1088            298         151        20          22.0000           0.0000          -
21513.23/1093.49	c      1093            298         151        20          22.0000           0.0000          -
21611.88/1098.49	c      1098            298         151        20          22.0000           0.0000          -
21712.96/1103.54	c      1104           2803         969        20          22.0000           0.0000          -
21814.11/1108.62	c      1109            306         152        20          22.0000           0.0000          -
21913.28/1113.69	c      1114          52646         202        20          22.0000           0.0000          -
22016.42/1118.85	c      1119          52646         202        20          22.0000           0.0000          -
22115.54/1123.88	c      1124          52646         202        20          22.0000           0.0000          -
22216.61/1128.90	c      1129          52646         202        20          22.0000           0.0000          -
22318.42/1134.12	c      1134          52646         202        20          22.0000           0.0000          -
22422.73/1139.34	c      1139           3042        1031        20          22.0000           0.0000          -
22521.89/1144.35	c      1144            332         155        20          22.0000           0.0000          -
22623.05/1149.43	c      1149            332         155        20          22.0000           0.0000          -
22722.19/1154.48	c      1154            339         156        20          22.0000           0.0000          -
22823.32/1159.53	c      1160           3178        1072        20          22.0000           0.0000          -
22922.40/1164.58	c      1165            354         157        20          22.0000           0.0000          -
23023.46/1169.65	c      1170            354         157        20          22.0000           0.0000          -
23124.53/1174.76	c      1175            354         157        20          22.0000           0.0000          -
23225.61/1179.84	c      1180            354         157        20          22.0000           0.0000          -
23326.75/1184.96	c      1185            354         157        20          22.0000           0.0000          -
23425.90/1190.03	c      1190            354         157        20          22.0000           0.0000          -
23527.75/1195.07	c      1195            354         157        20          22.0000           0.0000          -
23627.07/1200.08	c      1200            354         157        20          22.0000           0.0000          -
23733.04/1205.43	c      1205            354         157        20          22.0000           0.0000          -
23837.84/1210.73	c      1211            354         157        20          22.0000           0.0000          -
23938.67/1215.85	c      1216            354         157        20          22.0000           0.0000          -
24039.76/1220.92	c      1221            354         157        20          22.0000           0.0000          -
24143.27/1226.16	c      1226            354         157        20          22.0000           0.0000          -
24245.87/1231.30	c      1231            354         157        20          22.0000           0.0000          -
24344.98/1236.34	c      1236            354         157        20          22.0000           0.0000          -
24444.10/1241.36	c      1241            354         157        20          22.0000           0.0000          -
24549.17/1246.63	c      1247            354         157        20          22.0000           0.0000          -
24652.23/1251.87	c      1252            354         157        20          22.0000           0.0000          -
24753.30/1257.03	c      1257            354         157        20          22.0000           0.0000          -
24855.14/1262.05	c      1262            354         157        20          22.0000           0.0000          -
24956.19/1267.16	c      1267            354         157        20          22.0000           0.0000          -
25056.58/1272.22	c      1272            354         157        20          22.0000           0.0000          -
25155.67/1277.26	c      1277            354         157        20          22.0000           0.0000          -
25256.46/1282.38	c      1282            354         157        20          22.0000           0.0000          -
25359.52/1287.52	c      1288            354         157        20          22.0000           0.0000          -
25458.56/1292.55	c      1293            354         157        20          22.0000           0.0000          -
25559.52/1297.66	c      1298           3258          65        20          22.0000           0.0000          -
25660.27/1302.80	c      1303           3264          71        20          22.0000           0.0000          -
25763.05/1307.90	c      1308            356         157        20          22.0000           0.0000          -
25862.05/1312.92	c      1313           3270          77        20          22.0000           0.0000          -
25964.06/1318.08	c      1318            382         157        20          22.0000           0.0000          -
26070.20/1323.45	c      1323           3282          89        20          22.0000           0.0000          -
26173.30/1328.66	c      1329           3294          99        20          22.0000           0.0000          -
26272.52/1333.70	c      1334            399         156        20          22.0000           0.0000          -
26373.45/1338.73	c      1339            399         156        20          22.0000           0.0000          -
26479.12/1344.08	c      1344            399         156        20          22.0000           0.0000          -
26581.50/1349.26	c      1349            413         155        20          22.0000           0.0000          -
26680.67/1354.29	c      1354            413         155        20          22.0000           0.0000          -
26783.78/1359.44	c      1359            413         155        20          22.0000           0.0000          -
26884.84/1364.52	c      1365          67839         150        20          22.0000           0.0000          -
26984.13/1369.58	c      1370           3328         127        20          22.0000           0.0000          -
27087.02/1374.70	c      1375           3328         127        20          22.0000           0.0000          -
27188.06/1379.81	c      1380           3328         127        20          22.0000           0.0000          -
27289.15/1384.91	c      1385           3328         127        20          22.0000           0.0000          -
27388.22/1389.98	c      1390           3328         127        20          22.0000           0.0000          -
27487.32/1395.00	c      1395            450         158        20          22.0000           0.0000          -
27589.02/1400.10	c      1400          65922         205        20          22.0000           0.0000          -
27688.07/1405.10	c      1405           3335         130        20          22.0000           0.0000          -
27786.98/1410.11	c      1410           3335         130        20          22.0000           0.0000          -
27888.07/1415.15	c      1415           3335         130        20          22.0000           0.0000          -
27987.17/1420.17	c      1420           3336         131        20          22.0000           0.0000          -
28091.34/1425.41	c      1425           3341         136        20          22.0000           0.0000          -
28192.45/1430.51	c      1431           3341         136        20          22.0000           0.0000          -
28293.56/1435.62	c      1436           3341         136        20          22.0000           0.0000          -
28394.70/1440.74	c      1441           3341         136        20          22.0000           0.0000          -
28493.81/1445.76	c      1446           3341         136        20          22.0000           0.0000          -
28594.93/1450.86	c      1451           3341         136        20          22.0000           0.0000          -
28696.07/1455.93	c      1456           3341         136        20          22.0000           0.0000          -
28797.91/1461.04	c      1461           3341         136        20          22.0000           0.0000          -
28897.02/1466.10	c      1466            585         165        20          22.0000           0.0000          -
28996.05/1471.11	c      1471            585         165        20          22.0000           0.0000          -
29102.43/1476.43	c      1476           3345         135        20          22.0000           0.0000          -
29201.56/1481.46	c      1481           3345         135        20          22.0000           0.0000          -
29306.65/1486.70	c      1487           3346         136        20          22.0000           0.0000          -
29405.77/1491.75	c      1492            625         169        20          22.0000           0.0000          -
29504.90/1496.78	c      1497           3350         137        20          22.0000           0.0000          -
29606.02/1501.81	c      1502           3354         139        20          22.0000           0.0000          -
29705.06/1506.85	c      1507            647         169        20          22.0000           0.0000          -
29808.82/1512.04	c      1512          64057         241        20          22.0000           0.0000          -
29913.20/1517.39	c      1517            659         174        20          22.0000           0.0000          -
30014.31/1522.43	c      1522            659         174        20          22.0000           0.0000          -
30113.44/1527.46	c      1527            659         174        20          22.0000           0.0000          -
30214.53/1532.55	c      1533            659         174        20          22.0000           0.0000          -
30315.39/1537.63	c      1538            659         174        20          22.0000           0.0000          -
30422.78/1543.07	c      1543            659         174        20          22.0000           0.0000          -
30524.77/1548.23	c      1548            659         174        20          22.0000           0.0000          -
30625.77/1553.32	c      1553            659         174        20          22.0000           0.0000          -
30724.87/1558.36	c      1558            659         174        20          22.0000           0.0000          -
30823.65/1563.39	c      1563            659         174        20          22.0000           0.0000          -
30924.52/1568.46	c      1568            659         174        20          22.0000           0.0000          -
31027.61/1573.67	c      1574            659         174        20          22.0000           0.0000          -
31130.65/1578.81	c      1579            659         174        20          22.0000           0.0000          -
31229.73/1583.84	c      1584           3651         231        20          22.0000           0.0000          -
31333.46/1589.03	c      1589           3697         231        20          22.0000           0.0000          -
31429.92/1594.04	c      1594           3710         232        20          22.0000           0.0000          -
31533.72/1599.16	c      1599            715         189        20          22.0000           0.0000          -
31634.05/1604.25	c      1604            715         191        20          22.0000           0.0000          -
31733.04/1609.26	c      1609           3835         233        20          22.0000           0.0000          -
31834.13/1614.33	c      1614            719         191        20          22.0000           0.0000          -
31933.27/1619.36	c      1619            721         190        20          22.0000           0.0000          -
32034.37/1624.46	c      1624            721         192        20          22.0000           0.0000          -
32135.51/1629.50	c      1630            721         192        20          22.0000           0.0000          -
32234.58/1634.59	c      1635            721         192        20          22.0000           0.0000          -
32335.81/1639.69	c      1640            721         192        20          22.0000           0.0000          -
32438.76/1644.81	c      1645            721         192        20          22.0000           0.0000          -
32537.89/1649.86	c      1650            721         192        20          22.0000           0.0000          -
32638.82/1655.00	c      1655            721         192        20          22.0000           0.0000          -
32743.66/1660.23	c      1660            721         192        20          22.0000           0.0000          -
32842.77/1665.27	c      1665            721         192        20          22.0000           0.0000          -
32943.86/1670.32	c      1670            721         192        20          22.0000           0.0000          -
33044.94/1675.50	c      1676            721         192        20          22.0000           0.0000          -
33145.88/1680.55	c      1681            722         191        20          22.0000           0.0000          -
33244.96/1685.56	c      1686            722         191        20          22.0000           0.0000          -
33347.57/1690.74	c      1691           4387         281        20          22.0000           0.0000          -
33448.66/1695.83	c      1696           4387         281        20          22.0000           0.0000          -
33547.77/1700.84	c      1701           4387         281        20          22.0000           0.0000          -
33648.90/1705.95	c      1706           4387         281        20          22.0000           0.0000          -
33752.74/1711.16	c      1711            723         191        20          22.0000           0.0000          -
33853.11/1716.27	c      1716            723         191        20          22.0000           0.0000          -
33954.18/1721.30	c      1721            723         191        20          22.0000           0.0000          -
34057.23/1726.58	c      1727            723         191        20          22.0000           0.0000          -
34158.45/1731.67	c      1732            723         191        20          22.0000           0.0000          -
34257.43/1736.69	c      1737            723         191        20          22.0000           0.0000          -
34358.36/1741.70	c      1742           4415         281        20          22.0000           0.0000          -
34463.80/1747.09	c      1747           4415         281        20          22.0000           0.0000          -
34564.58/1752.14	c      1752           4415         281        20          22.0000           0.0000          -
34664.63/1757.24	c      1757            797         212        20          22.0000           0.0000          -
34765.68/1762.32	c      1762           4461         281        20          22.0000           0.0000          -
34866.48/1767.44	c      1767           4461         281        20          22.0000           0.0000          -
34967.24/1772.53	c      1773           4461         281        20          22.0000           0.0000          -
35068.27/1777.60	c      1778           4461         281        20          22.0000           0.0000          -
35167.29/1782.69	c      1783           4461         281        20          22.0000           0.0000          -
35268.41/1787.78	c      1788           4461         281        20          22.0000           0.0000          -
35369.48/1792.87	c      1793           4461         281        20          22.0000           0.0000          -
35470.63/1798.00	c      1798           4461         281        20          22.0000           0.0000          -
35572.41/1803.06	c      1803           4461         281        20          22.0000           0.0000          -
35673.57/1808.16	c      1808          88154         140        20          22.0000           0.0000          -
35773.91/1813.23	c      1813            883         218        20          22.0000           0.0000          -
35872.90/1818.29	c      1818          88611         144        20          22.0000           0.0000          -
35973.94/1823.37	c      1823            908         217        20          22.0000           0.0000          -
36075.08/1828.42	c      1828          72708         231        20          22.0000           0.0000          -
36176.36/1833.52	c      1834           4742         331        20          22.0000           0.0000          -
36277.35/1838.60	c      1839          72981         237        20          22.0000           0.0000          -
36378.50/1843.71	c      1844            952         217        20          22.0000           0.0000          -
36479.64/1848.85	c      1849          73387         228        20          22.0000           0.0000          -
36578.80/1853.88	c      1854            991         218        20          22.0000           0.0000          -
36677.98/1858.90	c      1859           4907         332        20          22.0000           0.0000          -
36779.10/1863.91	c      1864           4907         332        20          22.0000           0.0000          -
36878.10/1868.92	c      1869           4926         331        20          22.0000           0.0000          -
36977.15/1873.95	c      1874           4961         332        20          22.0000           0.0000          -
37076.30/1879.01	c      1879           1096         218        20          22.0000           0.0000          -
37178.29/1884.05	c      1884          86307         195        20          22.0000           0.0000          -
37277.45/1889.07	c      1889           5061         335        20          22.0000           0.0000          -
37376.35/1894.09	c      1894           1136         218        20          22.0000           0.0000          -
37475.53/1899.10	c      1899           1151         217        20          22.0000           0.0000          -
37577.89/1904.24	c      1904           5178         336        20          22.0000           0.0000          -
37677.04/1909.26	c      1909           5178         336        20          22.0000           0.0000          -
37782.16/1914.58	c      1915           5178         336        20          22.0000           0.0000          -
37883.31/1919.69	c      1920           5178         336        20          22.0000           0.0000          -
37984.45/1924.75	c      1925           5178         336        20          22.0000           0.0000          -
38083.63/1929.77	c      1930           5178         336        20          22.0000           0.0000          -
38186.78/1934.93	c      1935           5178         336        20          22.0000           0.0000          -
38288.67/1940.06	c      1940           5178         336        20          22.0000           0.0000          -
38387.99/1945.13	c      1945           5178         336        20          22.0000           0.0000          -
38489.00/1950.14	c      1950           1343         218        20          22.0000           0.0000          -
38588.35/1955.17	c      1955           1343         218        20          22.0000           0.0000          -
38692.50/1960.47	c      1960           5254         344        20          22.0000           0.0000          -
38791.35/1965.49	c      1965           5254         344        20          22.0000           0.0000          -
38892.47/1970.54	c      1971           5254         344        20          22.0000           0.0000          -
38991.63/1975.55	c      1976           5254         344        20          22.0000           0.0000          -
39094.79/1980.71	c      1981           5254         344        20          22.0000           0.0000          -
39195.93/1985.80	c      1986           5285         345        20          22.0000           0.0000          -
39297.07/1991.00	c      1991          97935         140        20          22.0000           0.0000          -
39398.81/1996.04	c      1996          77894         229        20          22.0000           0.0000          -
39497.95/2001.06	c      2001           5363         352        20          22.0000           0.0000          -
39600.44/2006.20	c      2006          90762         203        20          22.0000           0.0000          -
39699.60/2011.24	c      2011           5457         352        20          22.0000           0.0000          -
39798.78/2016.29	c      2016          78503         227        20          22.0000           0.0000          -
39901.91/2021.44	c      2021           5563         354        20          22.0000           0.0000          -
40001.05/2026.45	c      2026           5573         354        20          22.0000           0.0000          -
40100.17/2031.47	c      2031          79060         229        20          22.0000           0.0000          -
40201.30/2036.53	c      2037           1821         219        20          22.0000           0.0000          -
40302.44/2041.62	c      2042          79346         228        20          22.0000           0.0000          -
40401.61/2046.68	c      2047           1861         219        20          22.0000           0.0000          -
40502.73/2051.72	c      2052           5944         373        20          22.0000           0.0000          -
40603.87/2056.81	c      2057           5944         373        20          22.0000           0.0000          -
40703.02/2061.88	c      2062           5944         373        20          22.0000           0.0000          -
40804.20/2066.91	c      2067           5944         373        20          22.0000           0.0000          -
40903.29/2071.95	c      2072           5944         373        20          22.0000           0.0000          -
41002.46/2076.96	c      2077           5944         373        20          22.0000           0.0000          -
41101.56/2081.98	c      2082           5944         373        20          22.0000           0.0000          -
41200.79/2087.03	c      2087           5944         373        20          22.0000           0.0000          -
41302.42/2092.07	c      2092           5944         373        20          22.0000           0.0000          -
41403.31/2097.14	c      2097           2083         219        20          22.0000           0.0000          -
41502.24/2102.17	c      2102           2083         219        20          22.0000           0.0000          -
41606.34/2107.43	c      2107           2083         219        20          22.0000           0.0000          -
41709.46/2112.66	c      2113           2083         219        20          22.0000           0.0000          -
41810.47/2117.70	c      2118           2083         219        20          22.0000           0.0000          -
41909.62/2122.77	c      2123           2083         219        20          22.0000           0.0000          -
42010.78/2127.88	c      2128           2083         219        20          22.0000           0.0000          -
42109.91/2132.89	c      2133           2083         219        20          22.0000           0.0000          -
42211.06/2137.91	c      2138           2083         219        20          22.0000           0.0000          -
42310.19/2143.01	c      2143           2083         219        20          22.0000           0.0000          -
42411.97/2148.12	c      2148           2083         219        20          22.0000           0.0000          -
42511.39/2153.14	c      2153           2083         219        20          22.0000           0.0000          -
42613.56/2158.23	c      2158           2083         219        20          22.0000           0.0000          -
42714.68/2163.34	c      2163           2083         219        20          22.0000           0.0000          -
42815.82/2168.47	c      2168           2083         219        20          22.0000           0.0000          -
42918.91/2173.64	c      2174           2083         219        20          22.0000           0.0000          -
43018.04/2178.67	c      2179           2083         219        20          22.0000           0.0000          -
43119.09/2183.72	c      2184           2083         219        20          22.0000           0.0000          -
43218.23/2188.77	c      2189           2083         219        20          22.0000           0.0000          -
43317.35/2193.78	c      2194           2083         219        20          22.0000           0.0000          -
43418.47/2198.82	c      2199           2083         219        20          22.0000           0.0000          -
43517.60/2203.82	c      2204           2083         219        20          22.0000           0.0000          -
43618.63/2209.03	c      2209           2083         219        20          22.0000           0.0000          -
43722.30/2214.19	c      2214           2083         219        20          22.0000           0.0000          -
43822.25/2219.21	c      2219           2083         219        20          22.0000           0.0000          -
43925.02/2224.40	c      2224           6672         421        20          22.0000           0.0000          -
44023.94/2229.41	c      2229           6672         421        20          22.0000           0.0000          -
44123.05/2234.44	c      2234           6672         421        20          22.0000           0.0000          -
44226.13/2239.64	c      2240           6672         421        20          22.0000           0.0000          -
44325.14/2244.65	c      2245           6672         421        20          22.0000           0.0000          -
44426.26/2249.72	c      2250           6672         421        20          22.0000           0.0000          -
44527.37/2254.84	c      2255           6672         421        20          22.0000           0.0000          -
44626.37/2259.86	c      2260           6672         421        20          22.0000           0.0000          -
44727.16/2264.93	c      2265           6672         421        20          22.0000           0.0000          -
44826.24/2270.00	c      2270           6672         421        20          22.0000           0.0000          -
44928.24/2275.04	c      2275           2288         247        20          22.0000           0.0000          -
45027.22/2280.07	c      2280           2288         247        20          22.0000           0.0000          -
45129.45/2285.28	c      2285           2288         247        20          22.0000           0.0000          -
45232.55/2290.43	c      2290           6698         423        20          22.0000           0.0000          -
45333.69/2295.51	c      2296           6698         423        20          22.0000           0.0000          -
45434.82/2300.62	c      2301           6698         423        20          22.0000           0.0000          -
45535.94/2305.72	c      2306           6698         423        20          22.0000           0.0000          -
45634.94/2310.73	c      2311           6698         423        20          22.0000           0.0000          -
45735.78/2315.85	c      2316           6698         423        20          22.0000           0.0000          -
45834.89/2320.88	c      2321           6698         423        20          22.0000           0.0000          -
45935.99/2325.91	c      2326           2290           0        20          22.0000           0.0000          -
46035.11/2331.01	c      2331           2290           0        20          22.0000           0.0000          -
46136.96/2336.09	c      2336           2290           0        20          22.0000           0.0000          -
46235.89/2341.11	c      2341           6949         424        20          22.0000           0.0000          -
46336.75/2346.17	c      2346           2291           1        20          22.0000           0.0000          -
46438.80/2351.34	c      2351           2302          12        20          22.0000           0.0000          -
46541.72/2356.56	c      2357           2302          12        20          22.0000           0.0000          -
46642.83/2361.67	c      2362           2302          12        20          22.0000           0.0000          -
46743.93/2366.72	c      2367           2302          12        20          22.0000           0.0000          -
46843.05/2371.77	c      2372           2302          12        20          22.0000           0.0000          -
46944.15/2376.85	c      2377           2306          16        20          22.0000           0.0000          -
47043.29/2381.85	c      2382           2306          16        20          22.0000           0.0000          -
47142.40/2386.87	c      2387          89709         222        20          22.0000           0.0000          -
47243.52/2391.92	c      2392           7498         443        20          22.0000           0.0000          -
47348.58/2397.23	c      2397           2318          28        20          22.0000           0.0000          -
47449.65/2402.34	c      2402           2318          28        20          22.0000           0.0000          -
47550.71/2407.45	c      2407         114543         134        20          22.0000           0.0000          -
47651.71/2412.55	c      2413           7678         491        20          22.0000           0.0000          -
47752.79/2417.64	c      2418           2336          44        20          22.0000           0.0000          -
47853.61/2422.72	c      2423           7683         493        20          22.0000           0.0000          -
47954.25/2427.81	c      2428          91029         226        20          22.0000           0.0000          -
48053.04/2432.89	c      2433          91199         232        20          22.0000           0.0000          -
48154.06/2437.98	c      2438         110300         259        20          22.0000           0.0000          -
48253.22/2443.03	c      2443          91496         226        20          22.0000           0.0000          -
48355.00/2448.10	c      2448           2356          64        20          22.0000           0.0000          -
48456.10/2453.19	c      2453           2361          69        20          22.0000           0.0000          -
48556.48/2458.25	c      2458           2364          70        20          22.0000           0.0000          -
48657.58/2463.31	c      2463           2368          74        20          22.0000           0.0000          -
48756.66/2468.34	c      2468          92211         225        20          22.0000           0.0000          -
48857.71/2473.49	c      2474           8243         570        20          22.0000           0.0000          -
48960.71/2478.62	c      2479           8243         570        20          22.0000           0.0000          -
49059.85/2483.70	c      2484           8243         570        20          22.0000           0.0000          -
49160.83/2488.76	c      2489           8243         570        20          22.0000           0.0000          -
49259.96/2493.79	c      2494           8243         570        20          22.0000           0.0000          -
49361.05/2498.89	c      2499           8243         570        20          22.0000           0.0000          -
49462.14/2503.94	c      2504           8243         570        20          22.0000           0.0000          -
49561.27/2508.99	c      2509           8243         570        20          22.0000           0.0000          -
49663.04/2514.06	c      2514           8243         570        20          22.0000           0.0000          -
49765.45/2519.20	c      2519           8243         570        20          22.0000           0.0000          -
49866.61/2524.38	c      2524           2404          99        20          22.0000           0.0000          -
49967.71/2529.42	c      2529           2414         103        20          22.0000           0.0000          -
50066.80/2534.43	c      2534           2416         105        20          22.0000           0.0000          -
50167.85/2539.59	c      2540           2416         105        20          22.0000           0.0000          -
50268.76/2544.68	c      2545           2416         105        20          22.0000           0.0000          -
50369.52/2549.74	c      2550           8370         573        20          22.0000           0.0000          -
50470.62/2554.85	c      2555           8370         573        20          22.0000           0.0000          -
50569.73/2559.87	c      2560           8370         573        20          22.0000           0.0000          -
50670.80/2564.93	c      2565           8370         573        20          22.0000           0.0000          -
50769.85/2570.02	c      2570           8370         573        20          22.0000           0.0000          -
50871.84/2575.14	c      2575           8370         573        20          22.0000           0.0000          -
50972.78/2580.16	c      2580           8370         573        20          22.0000           0.0000          -
51071.91/2585.18	c      2585           8370         573        20          22.0000           0.0000          -
51172.23/2590.28	c      2590           2449         129        20          22.0000           0.0000          -
51273.36/2595.30	c      2595           2449         129        20          22.0000           0.0000          -
51372.46/2600.38	c      2600           8407         574        20          22.0000           0.0000          -
51473.58/2605.41	c      2605           8407         574        20          22.0000           0.0000          -
51572.82/2610.44	c      2610           8407         574        20          22.0000           0.0000          -
51673.76/2615.51	c      2616           8407         574        20          22.0000           0.0000          -
51772.69/2620.55	c      2621           8407         574        20          22.0000           0.0000          -
51871.81/2625.58	c      2626           8407         574        20          22.0000           0.0000          -
51972.85/2630.63	c      2631           8407         574        20          22.0000           0.0000          -
52071.90/2635.66	c      2636           8407         574        20          22.0000           0.0000          -
52174.99/2640.84	c      2641           8407         574        20          22.0000           0.0000          -
52274.14/2645.87	c      2646           8407         574        20          22.0000           0.0000          -
52375.30/2650.92	c      2651           8407         574        20          22.0000           0.0000          -
52474.49/2655.95	c      2656           8407         574        20          22.0000           0.0000          -
52579.58/2661.27	c      2661           2532         177        20          22.0000           0.0000          -
52680.77/2666.36	c      2666         123262         397        20          22.0000           0.0000          -
52779.96/2671.39	c      2671           2564         177        20          22.0000           0.0000          -
52881.11/2676.44	c      2676           8609         576        20          22.0000           0.0000          -
52980.23/2681.46	c      2681           8609         576        20          22.0000           0.0000          -
53079.39/2686.48	c      2686           8609         576        20          22.0000           0.0000          -
53182.50/2691.62	c      2692         100490         224        20          22.0000           0.0000          -
53281.66/2696.67	c      2697           2691         186        20          22.0000           0.0000          -
53382.73/2701.72	c      2702           2697         186        20          22.0000           0.0000          -
53481.84/2706.76	c      2707           2705         186        20          22.0000           0.0000          -
53582.94/2711.89	c      2712           2722         194        20          22.0000           0.0000          -
53684.00/2716.95	c      2717           8971         583        20          22.0000           0.0000          -
53789.10/2722.27	c      2722           8971         583        20          22.0000           0.0000          -
53888.24/2727.30	c      2727           8971         583        20          22.0000           0.0000          -
53991.24/2732.40	c      2732           8971         583        20          22.0000           0.0000          -
54090.32/2737.46	c      2737           8971         583        20          22.0000           0.0000          -
54191.42/2742.53	c      2743           8971         583        20          22.0000           0.0000          -
54290.31/2747.58	c      2748           8971         583        20          22.0000           0.0000          -
54391.21/2752.61	c      2753           9011         582        20          22.0000           0.0000          -
54490.34/2757.65	c      2758           9011         582        20          22.0000           0.0000          -
54591.28/2762.70	c      2763           9011         582        20          22.0000           0.0000          -
54692.26/2767.86	c      2768           2922         204        20          22.0000           0.0000          -
54791.34/2772.87	c      2773           9037         582        20          22.0000           0.0000          -
54892.23/2777.94	c      2778           9037         582        20          22.0000           0.0000          -
54991.34/2782.96	c      2783           9037         582        20          22.0000           0.0000          -
55095.10/2788.14	c      2788         103111         218        20          22.0000           0.0000          -
55194.14/2793.16	c      2793         103111         218        20          22.0000           0.0000          -
55298.47/2798.46	c      2798         103111         218        20          22.0000           0.0000          -
55401.57/2803.66	c      2804         103111         218        20          22.0000           0.0000          -
55504.65/2808.81	c      2809           9305         586        20          22.0000           0.0000          -
55605.74/2813.94	c      2814           9305         586        20          22.0000           0.0000          -
55707.40/2819.09	c      2819           9305         586        20          22.0000           0.0000          -
55808.56/2824.20	c      2824           9305         586        20          22.0000           0.0000          -
55908.79/2829.22	c      2829           9305         586        20          22.0000           0.0000          -
56011.79/2834.48	c      2834           9305         586        20          22.0000           0.0000          -
56112.84/2839.52	c      2840           9305         586        20          22.0000           0.0000          -
56213.89/2844.61	c      2845           9305         586        20          22.0000           0.0000          -
56314.87/2849.71	c      2850           9305         586        20          22.0000           0.0000          -
56413.88/2854.74	c      2855           9305         586        20          22.0000           0.0000          -
56512.90/2859.75	c      2860           9305         586        20          22.0000           0.0000          -
56611.98/2864.79	c      2865           3284         225        20          22.0000           0.0000          -
56713.12/2869.81	c      2870           3284         225        20          22.0000           0.0000          -
56812.27/2874.86	c      2875           9425         588        20          22.0000           0.0000          -
56913.41/2879.91	c      2880           9425         588        20          22.0000           0.0000          -
57012.41/2885.03	c      2885           9425         588        20          22.0000           0.0000          -
57116.09/2890.14	c      2890           9425         588        20          22.0000           0.0000          -
57216.50/2895.24	c      2895           9425         588        20          22.0000           0.0000          -
57319.48/2900.44	c      2900           9425         588        20          22.0000           0.0000          -
57420.62/2905.50	c      2906           9425         588        20          22.0000           0.0000          -
57519.61/2910.53	c      2911           9425         588        20          22.0000           0.0000          -
57618.75/2915.58	c      2916           9425         588        20          22.0000           0.0000          -
57721.86/2920.79	c      2921           9425         588        20          22.0000           0.0000          -
57827.78/2926.05	c      2926           9425         588        20          22.0000           0.0000          -
57932.03/2931.36	c      2931         106418         199        20          22.0000           0.0000          -
58037.14/2936.63	c      2937           3438         253        20          22.0000           0.0000          -
58138.29/2941.73	c      2942           3438         253        20          22.0000           0.0000          -
58239.57/2946.89	c      2947           9598         594        20          22.0000           0.0000          -
58338.60/2951.90	c      2952           9598         594        20          22.0000           0.0000          -
58439.72/2956.94	c      2957           9598         594        20          22.0000           0.0000          -
58541.45/2962.06	c      2962         107128         196        20          22.0000           0.0000          -
58642.61/2967.17	c      2967           9681         594        20          22.0000           0.0000          -
58742.82/2972.25	c      2972           9681         594        20          22.0000           0.0000          -
58848.02/2977.54	c      2978           9681         594        20          22.0000           0.0000          -
58946.96/2982.58	c      2983           9681         594        20          22.0000           0.0000          -
59048.12/2987.64	c      2988           9681         594        20          22.0000           0.0000          -
59147.33/2992.65	c      2993           9681         594        20          22.0000           0.0000          -
59248.50/2997.74	c      2998           9681         594        20          22.0000           0.0000          -
59351.64/3002.90	c      3003         108150         190        20          22.0000           0.0000          -
59450.82/3007.98	c      3008         108272         189        20          22.0000           0.0000          -
59549.97/3012.99	c      3013           3689         255        20          22.0000           0.0000          -
59649.09/3018.03	c      3018           9878         603        20          22.0000           0.0000          -
59750.90/3023.11	c      3023           9878         603        20          22.0000           0.0000          -
59851.90/3028.13	c      3028           9878         603        20          22.0000           0.0000          -
59952.33/3033.25	c      3033           9878         603        20          22.0000           0.0000          -
60053.46/3038.33	c      3038           9878         603        20          22.0000           0.0000          -
60152.42/3043.35	c      3043           3791         262        20          22.0000           0.0000          -
60255.58/3048.55	c      3049           3791         262        20          22.0000           0.0000          -
60354.87/3053.59	c      3054          10025         618        20          22.0000           0.0000          -
60459.76/3058.81	c      3059          10025         618        20          22.0000           0.0000          -
60558.93/3063.83	c      3064          10025         618        20          22.0000           0.0000          -
60658.08/3068.85	c      3069          10025         618        20          22.0000           0.0000          -
60757.24/3073.88	c      3074          10025         618        20          22.0000           0.0000          -
60861.10/3079.07	c      3079          10025         618        20          22.0000           0.0000          -
60960.21/3084.09	c      3084          10025         618        20          22.0000           0.0000          -
61059.35/3089.12	c      3089          10025         618        20          22.0000           0.0000          -
61161.76/3094.27	c      3094          10025         618        20          22.0000           0.0000          -
61260.95/3099.29	c      3099           4027         265        20          22.0000           0.0000          -
61362.09/3104.34	c      3104           4027         265        20          22.0000           0.0000          -
61461.23/3109.39	c      3109          10174         621        20          22.0000           0.0000          -
61564.28/3114.52	c      3115           4085         266        20          22.0000           0.0000          -
61663.21/3119.56	c      3120          10300         631        20          22.0000           0.0000          -
61764.34/3124.60	c      3125          10300         631        20          22.0000           0.0000          -
61863.50/3129.66	c      3130          10300         631        20          22.0000           0.0000          -
61964.61/3134.78	c      3135          10300         631        20          22.0000           0.0000          -
62067.69/3139.92	c      3140          10300         631        20          22.0000           0.0000          -
62166.79/3145.00	c      3145          10300         631        20          22.0000           0.0000          -
62268.40/3150.08	c      3150          10300         631        20          22.0000           0.0000          -
62370.82/3155.22	c      3155          10300         631        20          22.0000           0.0000          -
62471.92/3160.35	c      3160           4362         267        20          22.0000           0.0000          -
62573.05/3165.45	c      3165           4412         272        20          22.0000           0.0000          -
62674.18/3170.59	c      3171          10466         642        20          22.0000           0.0000          -
62775.25/3175.68	c      3176          10466         642        20          22.0000           0.0000          -
62876.37/3180.76	c      3181          10466         642        20          22.0000           0.0000          -
62977.48/3185.89	c      3186          10466         642        20          22.0000           0.0000          -
63081.23/3191.07	c      3191          10466         642        20          22.0000           0.0000          -
63180.34/3196.11	c      3196          10466         642        20          22.0000           0.0000          -
63279.76/3201.13	c      3201           4460         304        20          22.0000           0.0000          -
63381.96/3206.22	c      3206           4472         313        20          22.0000           0.0000          -
63485.09/3211.42	c      3211           4472         313        20          22.0000           0.0000          -
63588.17/3216.67	c      3217         151407         535        20          22.0000           0.0000          -
63689.24/3221.78	c      3222           4479         317        20          22.0000           0.0000          -
63790.29/3226.83	c      3227           4488         321        20          22.0000           0.0000          -
63889.40/3231.83	c      3232           4488         321        20          22.0000           0.0000          -
63993.17/3237.09	c      3237           4488         321        20          22.0000           0.0000          -
64095.56/3242.22	c      3242          11159         656        20          22.0000           0.0000          -
64198.61/3247.42	c      3247          11159         656        20          22.0000           0.0000          -
64299.68/3252.57	c      3253          11159         656        20          22.0000           0.0000          -
64398.86/3257.59	c      3258          11159         656        20          22.0000           0.0000          -
64501.72/3262.74	c      3263          11159         656        20          22.0000           0.0000          -
64600.72/3267.78	c      3268          11159         656        20          22.0000           0.0000          -
64699.71/3272.79	c      3273          11159         656        20          22.0000           0.0000          -
64802.70/3277.95	c      3278          11159         656        20          22.0000           0.0000          -
64901.78/3282.95	c      3283         153701         292        20          22.0000           0.0000          -
65000.88/3287.99	c      3288           4574         368        20          22.0000           0.0000          -
65099.97/3293.00	c      3293          11220         654        20          22.0000           0.0000          -
65199.09/3298.02	c      3298          11220         654        20          22.0000           0.0000          -
65300.90/3303.05	c      3303          11220         654        20          22.0000           0.0000          -
65399.94/3308.09	c      3308          11220         654        20          22.0000           0.0000          -
65502.49/3313.25	c      3313          11220         654        20          22.0000           0.0000          -
65601.52/3318.28	c      3318          11220         654        20          22.0000           0.0000          -
65702.62/3323.30	c      3323          11220         654        20          22.0000           0.0000          -
65801.48/3328.33	c      3328          11220         654        20          22.0000           0.0000          -
65904.70/3333.56	c      3334           4576         372        20          22.0000           0.0000          -
66005.71/3338.61	c      3339           4576         372        20          22.0000           0.0000          -
66104.87/3343.62	c      3344           4576         372        20          22.0000           0.0000          -
66205.93/3348.74	c      3349           4577         371        20          22.0000           0.0000          -
66308.98/3353.97	c      3354           4577         371        20          22.0000           0.0000          -
66414.00/3359.23	c      3359         117408         194        20          22.0000           0.0000          -
66515.06/3364.38	c      3364          11727         651        20          22.0000           0.0000          -
66616.11/3369.45	c      3369          11727         651        20          22.0000           0.0000          -
66719.15/3374.63	c      3375          11727         651        20          22.0000           0.0000          -
66818.23/3379.70	c      3380          11727         651        20          22.0000           0.0000          -
66923.29/3384.97	c      3385           4596         381        20          22.0000           0.0000          -
67025.00/3390.06	c      3390          11757         653        20          22.0000           0.0000          -
67124.15/3395.08	c      3395          11757         653        20          22.0000           0.0000          -
67223.27/3400.11	c      3400          11757         653        20          22.0000           0.0000          -
67322.50/3405.12	c      3405          11757         653        20          22.0000           0.0000          -
67424.82/3410.24	c      3410          11757         653        20          22.0000           0.0000          -
67525.68/3415.38	c      3415          11757         653        20          22.0000           0.0000          -
67626.83/3420.40	c      3420           4679         421        20          22.0000           0.0000          -
67727.82/3425.59	c      3426          11790         652        20          22.0000           0.0000          -
67828.73/3430.68	c      3431          11790         652        20          22.0000           0.0000          -
67931.72/3435.81	c      3436          11790         652        20          22.0000           0.0000          -
68030.80/3440.83	c      3441          11790         652        20          22.0000           0.0000          -
68131.89/3445.93	c      3446          11790         652        20          22.0000           0.0000          -
68230.88/3451.01	c      3451          11790         652        20          22.0000           0.0000          -
68332.60/3456.09	c      3456          11790         652        20          22.0000           0.0000          -
68435.05/3461.29	c      3461          11790         652        20          22.0000           0.0000          -
68538.15/3466.40	c      3466          11823         652        20          22.0000           0.0000          -
68639.25/3471.52	c      3472          11823         652        20          22.0000           0.0000          -
68740.40/3476.60	c      3477          11823         652        20          22.0000           0.0000          -
68839.36/3481.67	c      3482          11823         652        20          22.0000           0.0000          -
68942.20/3486.86	c      3487          11823         652        20          22.0000           0.0000          -
69042.76/3491.98	c      3492          11823         652        20          22.0000           0.0000          -
69144.60/3497.07	c      3497           4908         495        20          22.0000           0.0000          -
69243.56/3502.13	c      3502           4912         496        20          22.0000           0.0000          -
69345.99/3507.21	c      3507           4912         496        20          22.0000           0.0000          -
69445.09/3512.23	c      3512          12083         673        20          22.0000           0.0000          -
69544.20/3517.26	c      3517           4942         508        20          22.0000           0.0000          -
69647.30/3522.45	c      3522           4945         508        20          22.0000           0.0000          -
69748.45/3527.60	c      3528          12304         677        20          22.0000           0.0000          -
69851.55/3532.72	c      3533          12304         677        20          22.0000           0.0000          -
69952.66/3537.81	c      3538          12304         677        20          22.0000           0.0000          -
70053.78/3542.91	c      3543          12304         677        20          22.0000           0.0000          -
70152.93/3547.96	c      3548          12304         677        20          22.0000           0.0000          -
70252.11/3552.97	c      3553           5042         521        20          22.0000           0.0000          -
70351.27/3557.98	c      3558          12350         677        20          22.0000           0.0000          -
70450.44/3563.00	c      3563          12350         677        20          22.0000           0.0000          -
70552.45/3568.08	c      3568          12350         677        20          22.0000           0.0000          -
70651.57/3573.10	c      3573          12350         677        20          22.0000           0.0000          -
70752.55/3578.16	c      3578          12350         677        20          22.0000           0.0000          -
70854.90/3583.34	c      3583           5132         548        20          22.0000           0.0000          -
70954.05/3588.40	c      3588           5132         548        20          22.0000           0.0000          -
71055.14/3593.46	c      3593          12451         688        20          22.0000           0.0000          -
71158.26/3598.66	c      3599          12451         688        20          22.0000           0.0000          -
71259.39/3603.78	c      3604          12451         688        20          22.0000           0.0000          -
71360.52/3608.80	c      3609          12451         688        20          22.0000           0.0000          -
71461.62/3613.95	c      3614          12451         688        20          22.0000           0.0000          -
71563.38/3619.09	c      3619          12451         688        20          22.0000           0.0000          -
71667.86/3624.32	c      3624          12451         688        20          22.0000           0.0000          -
71769.01/3629.40	c      3629          12451         688        20          22.0000           0.0000          -
71868.07/3634.46	c      3634           5361         611        20          22.0000           0.0000          -
71969.22/3639.53	c      3640          12618         696        20          22.0000           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (188102 MiB free)
  memory of node 1: 193494 MiB (190781 MiB free)
  memory of node 2: 193531 MiB (190671 MiB free)
  memory of node 3: 193531 MiB (163384 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-4465781-1723658224/watcher-4465781-1723658224 -o /tmp/evaluation-result-4465781-1723658224/solver-4465781-1723658224 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779822 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465781-1723658224.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=782645, runsolver pid=782642
Current StackSize limit: 8192 KiB


[startup+0.100116 s]*
/proc/loadavg: 75.51 79.11 69.23 24/900 782650
/proc/meminfo: memFree=750457608/790760804 swapFree=131071996/131071996
[pid=782645] ppid=782642 vsize=67888 memory=55588 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/stat : 782645 (fscip) R 782642 782645 779811 0 -1 4194304 11784 0 0 0 10 2 0 0 20 0 1 0 132405540 69517312 13897 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
/proc/782645/statm: 16972 13897 2347 3035 0 13368 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 67888 KiB
Current children cumulated memory: 55588 KiB

[startup+0.223282 s]*
/proc/loadavg: 75.51 79.11 69.23 25/903 782656
/proc/meminfo: memFree=750376360/790760804 swapFree=131071996/131071996
[pid=782645] ppid=782642 vsize=121816 memory=111360 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/stat : 782645 (fscip) R 782642 782645 779811 0 -1 4194304 26264 0 0 0 19 4 0 0 20 0 1 0 132405540 124739584 27840 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
/proc/782645/statm: 30454 27840 2555 3035 0 26850 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 121816 KiB
Current children cumulated memory: 111360 KiB

[startup+0.319647 s]*
/proc/loadavg: 75.51 79.11 69.23 24/923 782676
/proc/meminfo: memFree=750239628/790760804 swapFree=131071996/131071996
[pid=782645] ppid=782642 vsize=194032 memory=182656 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/stat : 782645 (fscip) R 782642 782645 779811 0 -1 4194304 44092 0 0 0 26 7 0 0 20 0 1 0 132405540 198688768 45664 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
/proc/782645/statm: 48508 45664 2555 3035 0 44904 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 194032 KiB
Current children cumulated memory: 182656 KiB

[startup+0.70028 s]
/proc/loadavg: 75.51 79.11 69.23 43/943 782696
/proc/meminfo: memFree=749763256/790760804 swapFree=131071996/131071996
[pid=782645] ppid=782642 vsize=338868 memory=323824 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/stat : 782645 (fscip) R 782642 782645 779811 0 -1 4194304 70014 0 0 0 57 12 0 0 20 0 1 0 132405540 347000832 80956 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
/proc/782645/statm: 84717 80956 2678 3035 0 81113 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 338868 KiB
Current children cumulated memory: 323824 KiB

[startup+1.50021 s]
/proc/loadavg: 75.51 79.11 69.23 43/943 782696
/proc/meminfo: memFree=749357400/790760804 swapFree=131071996/131071996
[pid=782645] ppid=782642 vsize=411952 memory=382860 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/stat : 782645 (fscip) R 782642 782645 779811 0 -1 4194304 86200 0 0 0 132 16 0 0 20 0 1 0 132405540 421838848 95715 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
/proc/782645/statm: 102988 95715 2758 3035 0 99384 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 411952 KiB
Current children cumulated memory: 382860 KiB

[startup+3.11952 s]
/proc/loadavg: 75.51 79.11 69.23 43/943 782696
/proc/meminfo: memFree=748581024/790760804 swapFree=131071996/131071996
[pid=782645] ppid=782642 vsize=2007380 memory=502568 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/stat : 782645 (fscip) R 782642 782645 779811 0 -1 4194304 105374 0 0 0 290 20 0 0 20 0 21 0 132405540 2055557120 125642 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
/proc/782645/statm: 501845 125642 2774 3035 0 171201 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2007380 KiB
Current children cumulated memory: 502568 KiB

[startup+6.3005 s]
/proc/loadavg: 72.82 78.49 69.08 43/983 782736
/proc/meminfo: memFree=746069276/790760804 swapFree=131071996/131071996
[pid=782645] ppid=782642 vsize=3208824 memory=2097872 CPUtime=6.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/stat : 782645 (fscip) S 782642 782645 779811 0 -1 1077936128 506052 0 0 0 547 80 0 0 20 0 21 0 132405540 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
/proc/782645/statm: 802206 524468 2774 3035 0 574945 0
[pid=782645/tid=782697] ppid=782642 vsize=3208824 memory=679568 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782697/stat : 782697 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 12 3 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782698] ppid=782642 vsize=3208824 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782698/stat : 782698 (fscip) S 782642 782645 779811 0 -1 1077936192 20812 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782699] ppid=782642 vsize=3208824 memory=11448 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782699/stat : 782699 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 12 3 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782700] ppid=782642 vsize=3208824 memory=2316 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782700/stat : 782700 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782701] ppid=782642 vsize=3208824 memory=1202648 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782701/stat : 782701 (fscip) S 782642 782645 779811 0 -1 1077936192 20810 0 0 0 12 3 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782702] ppid=782642 vsize=3208824 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782702/stat : 782702 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 3 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782703] ppid=782642 vsize=3208824 memory=29273809900535888 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782703/stat : 782703 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782704] ppid=782642 vsize=3208824 memory=382860 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782704/stat : 782704 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782705] ppid=782642 vsize=3208824 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782705/stat : 782705 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782706] ppid=782642 vsize=3208824 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782706/stat : 782706 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782707] ppid=782642 vsize=3208824 memory=33000 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782707/stat : 782707 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782708] ppid=782642 vsize=3208824 memory=1804 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782708/stat : 782708 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782709] ppid=782642 vsize=3208824 memory=6048 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782709/stat : 782709 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 3 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782710] ppid=782642 vsize=3208824 memory=281423303088096 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782710/stat : 782710 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 12 3 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782711] ppid=782642 vsize=3208824 memory=281423302971328 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782711/stat : 782711 (fscip) S 782642 782645 779811 0 -1 1077936192 20810 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782712] ppid=782642 vsize=3208824 memory=281423302965632 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782712/stat : 782712 (fscip) S 782642 782645 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782713] ppid=782642 vsize=3208824 memory=10544 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782713/stat : 782713 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 12 3 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782714] ppid=782642 vsize=3208824 memory=5512 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782714/stat : 782714 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782715] ppid=782642 vsize=3208824 memory=16164 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782715/stat : 782715 (fscip) R 782642 782645 779811 0 -1 4194368 9268 0 0 0 4 1 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782716] ppid=782642 vsize=3208824 memory=281423303041888 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782716/stat : 782716 (fscip) S 782642 782645 779811 0 -1 1077936192 20811 0 0 0 13 2 0 0 20 0 21 0 132405852 3285835776 524468 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3208824 KiB
Current children cumulated memory: 2097872 KiB

[startup+12.7017 s]
/proc/loadavg: 73.40 78.52 69.14 81/1023 782778
/proc/meminfo: memFree=731304276/790760804 swapFree=131071996/131071996
[pid=782645] ppid=782642 vsize=11105992 memory=9770452 CPUtime=120.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/stat : 782645 (fscip) S 782642 782645 779811 0 -1 1077936128 2463723 0 0 0 10955 1116 0 0 20 0 41 0 132405540 11372535808 2442613 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
/proc/782645/statm: 2776498 2442613 2998 3035 0 2551224 0
[pid=782645/tid=782697] ppid=782642 vsize=11105992 memory=382860 CPUtime=5.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782697/stat : 782697 (fscip) R 782642 782645 779811 0 -1 4194368 105491 0 0 0 478 94 0 0 20 0 41 0 132405852 11372535808 2442613 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782698] ppid=782642 vsize=11105992 memory=0 CPUtime=6.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782698/stat : 782698 (fscip) R 782642 782645 779811 0 -1 4194368 114816 0 0 0 559 44 0 0 20 0 41 0 132405852 11372535808 2442613 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782699] ppid=782642 vsize=11105992 memory=9367904 CPUtime=5.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782699/stat : 782699 (fscip) R 782642 782645 779811 0 -1 4194368 124182 0 0 0 572 26 0 0 20 0 41 0 132405852 11372535808 2442613 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782700] ppid=782642 vsize=11105992 memory=679568 CPUtime=5.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782700/stat : 782700 (fscip) R 782642 782645 779811 0 -1 4194368 99932 0 0 0 477 93 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782701] ppid=782642 vsize=11105992 memory=8841196 CPUtime=6.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782701/stat : 782701 (fscip) R 782642 782645 779811 0 -1 4194368 115235 0 0 0 560 44 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782702] ppid=782642 vsize=11105992 memory=1202648 CPUtime=6.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782702/stat : 782702 (fscip) R 782642 782645 779811 0 -1 4194368 137334 0 0 0 581 27 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782703] ppid=782642 vsize=11105992 memory=2041976 CPUtime=5.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782703/stat : 782703 (fscip) R 782642 782645 779811 0 -1 4194368 110602 0 0 0 474 91 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782704] ppid=782642 vsize=11105992 memory=7090445279910581846 CPUtime=5.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782704/stat : 782704 (fscip) R 782642 782645 779811 0 -1 4194368 118112 0 0 0 552 39 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782705] ppid=782642 vsize=11105992 memory=228522746109 CPUtime=5.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782705/stat : 782705 (fscip) R 782642 782645 779811 0 -1 4194368 137273 0 0 0 571 28 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782706] ppid=782642 vsize=11105992 memory=25333125866717268 CPUtime=5.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782706/stat : 782706 (fscip) R 782642 782645 779811 0 -1 4194368 111330 0 0 0 454 90 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782707] ppid=782642 vsize=11105992 memory=281423303023904 CPUtime=5.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782707/stat : 782707 (fscip) R 782642 782645 779811 0 -1 1077936192 114298 0 0 0 556 40 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782708] ppid=782642 vsize=11105992 memory=25333125866717268 CPUtime=6.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782708/stat : 782708 (fscip) R 782642 782645 779811 0 -1 4194368 141489 0 0 0 578 26 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782709] ppid=782642 vsize=11105992 memory=0 CPUtime=5.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782709/stat : 782709 (fscip) R 782642 782645 779811 0 -1 4194368 89001 0 0 0 466 91 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782710] ppid=782642 vsize=11105992 memory=281423303819600 CPUtime=5.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782710/stat : 782710 (fscip) R 782642 782645 779811 0 -1 4194368 115069 0 0 0 557 39 0 0 20 0 41 0 132405852 11372535808 2442679 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782711] ppid=782642 vsize=11105992 memory=281423302925056 CPUtime=6.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782711/stat : 782711 (fscip) R 782642 782645 779811 0 -1 4194368 137866 0 0 0 577 28 0 0 20 0 41 0 132405852 11372535808 2442745 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782712] ppid=782642 vsize=11105992 memory=198340509722 CPUtime=5.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782712/stat : 782712 (fscip) R 782642 782645 779811 0 -1 4194368 111037 0 0 0 473 96 0 0 20 0 41 0 132405852 11372535808 2442745 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782713] ppid=782642 vsize=11105992 memory=281423302941280 CPUtime=5.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782713/stat : 782713 (fscip) R 782642 782645 779811 0 -1 4194368 113505 0 0 0 559 38 0 0 20 0 41 0 132405852 11372535808 2442745 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782714] ppid=782642 vsize=11105992 memory=0 CPUtime=5.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782714/stat : 782714 (fscip) R 782642 782645 779811 0 -1 4194368 120561 0 0 0 568 25 0 0 20 0 41 0 132405852 11372535808 2442745 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782715] ppid=782642 vsize=11105992 memory=0 CPUtime=5.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782715/stat : 782715 (fscip) R 782642 782645 779811 0 -1 4194368 110964 0 0 0 468 93 0 0 20 0 41 0 132405852 11372535808 2442745 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782716] ppid=782642 vsize=11105992 memory=33000 CPUtime=5.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782716/stat : 782716 (fscip) R 782642 782645 779811 0 -1 4194368 113368 0 0 0 549 38 0 0 20 0 41 0 132405852 11372535808 2442745 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782737] ppid=782642 vsize=11105992 memory=1804 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782737/stat : 782737 (fscip) S 782642 782645 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 132406197 11372535808 2442745 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782738] ppid=782642 vsize=11105992 memory=6048 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782738/stat : 782738 (fscip) S 782642 782645 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 132406197 11372535808 2442745 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782739] ppid=782642 vsize=11105992 memory=8303593351976273 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782739/stat : 782739 (fscip) S 782642 782645 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406197 11372535808 2442745 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0

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

/proc/782645/task/782743/stat : 782743 (fscip) S 782642 782645 779811 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782744] ppid=782642 vsize=35590200 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782744/stat : 782744 (fscip) S 782642 782645 779811 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782745] ppid=782642 vsize=35590200 memory=42004 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782745/stat : 782745 (fscip) S 782642 782645 779811 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782746] ppid=782642 vsize=35590200 memory=16164 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782746/stat : 782746 (fscip) S 782642 782645 779811 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782747] ppid=782642 vsize=35590200 memory=2316 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782747/stat : 782747 (fscip) S 782642 782645 779811 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782748] ppid=782642 vsize=35590200 memory=10544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782748/stat : 782748 (fscip) S 782642 782645 779811 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782749] ppid=782642 vsize=35590200 memory=5512 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782749/stat : 782749 (fscip) S 782642 782645 779811 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782750] ppid=782642 vsize=35590200 memory=2208 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782750/stat : 782750 (fscip) S 782642 782645 779811 0 -1 1077936192 107 0 0 0 1 1 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782751] ppid=782642 vsize=35590200 memory=42004 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782751/stat : 782751 (fscip) S 782642 782645 779811 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782752] ppid=782642 vsize=35590200 memory=25932 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782752/stat : 782752 (fscip) S 782642 782645 779811 0 -1 1077936192 106 0 0 0 3 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782753] ppid=782642 vsize=35590200 memory=21392 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782753/stat : 782753 (fscip) S 782642 782645 779811 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782754] ppid=782642 vsize=35590200 memory=29222172 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782754/stat : 782754 (fscip) S 782642 782645 779811 0 -1 1077936192 102 0 0 0 2 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782755] ppid=782642 vsize=35590200 memory=2824 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782755/stat : 782755 (fscip) S 782642 782645 779811 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782756] ppid=782642 vsize=35590200 memory=6776 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782756/stat : 782756 (fscip) S 782642 782645 779811 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 132406197 36444364800 7305543 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
Current children cumulated CPU time: 70835.1 s
Current children cumulated vsize: 35590200 KiB
Current children cumulated memory: 29222172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3641.14 s]
/proc/loadavg: 80.41 80.54 80.18 43/978 784749
/proc/meminfo: memFree=694265320/790760804 swapFree=131071996/131071996
[pid=782645] ppid=782642 vsize=35975568 memory=29319792 CPUtime=72001.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/stat : 782645 (fscip) S 782642 782645 779811 0 -1 1077936128 91887454 0 0 0 7186569 13599 0 0 20 0 41 0 132405540 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 17 69 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
/proc/782645/statm: 8993892 7329948 3030 3035 0 8752771 0
[pid=782645/tid=782697] ppid=782642 vsize=35975568 memory=28955292 CPUtime=3595.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782697/stat : 782697 (fscip) R 782642 782645 779811 0 -1 4194368 3266320 0 0 0 359106 456 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782698] ppid=782642 vsize=35975568 memory=281423304840592 CPUtime=3600.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782698/stat : 782698 (fscip) R 782642 782645 779811 0 -1 4194368 8355805 0 0 0 358677 1382 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782699] ppid=782642 vsize=35975568 memory=6723676814172964 CPUtime=3603.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782699/stat : 782699 (fscip) R 782642 782645 779811 0 -1 4194368 2137784 0 0 0 360011 384 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782700] ppid=782642 vsize=35975568 memory=281423305634672 CPUtime=3604.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782700/stat : 782700 (fscip) R 782642 782645 779811 0 -1 4194368 3519779 0 0 0 360003 469 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782701] ppid=782642 vsize=35975568 memory=281423303023904 CPUtime=3593.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782701/stat : 782701 (fscip) R 782642 782645 779811 0 -1 4194368 8494440 0 0 0 358120 1214 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782702] ppid=782642 vsize=35975568 memory=29225924 CPUtime=3599.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782702/stat : 782702 (fscip) R 782642 782645 779811 0 -1 4194368 2073500 0 0 0 359574 362 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782703] ppid=782642 vsize=35975568 memory=281423305300320 CPUtime=3604.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782703/stat : 782703 (fscip) R 782642 782645 779811 0 -1 4194368 3515631 0 0 0 359933 490 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782704] ppid=782642 vsize=35975568 memory=20456 CPUtime=3599.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782704/stat : 782704 (fscip) R 782642 782645 779811 0 -1 4194368 8503738 0 0 0 358883 1088 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782705] ppid=782642 vsize=35975568 memory=0 CPUtime=3589.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782705/stat : 782705 (fscip) R 782642 782645 779811 0 -1 4194368 2086794 0 0 0 358575 326 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782706] ppid=782642 vsize=35975568 memory=25333125866717268 CPUtime=3602.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782706/stat : 782706 (fscip) R 782642 782645 779811 0 -1 4194368 3448444 0 0 0 359821 466 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782707] ppid=782642 vsize=35975568 memory=281423307617152 CPUtime=3601.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782707/stat : 782707 (fscip) R 782642 782645 779811 0 -1 4194368 7578503 0 0 0 359035 1091 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782708] ppid=782642 vsize=35975568 memory=28648 CPUtime=3603.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782708/stat : 782708 (fscip) R 782642 782645 779811 0 -1 4194368 2360129 0 0 0 359857 485 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782709] ppid=782642 vsize=35975568 memory=26988 CPUtime=3596.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782709/stat : 782709 (fscip) R 782642 782645 779811 0 -1 4194368 2934359 0 0 0 359189 419 0 0 20 0 41 0 132405852 36838981632 7329948 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782710] ppid=782642 vsize=35975568 memory=25333125866717268 CPUtime=3604.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782710/stat : 782710 (fscip) R 782642 782645 779811 0 -1 4194368 7744744 0 0 0 359346 1145 0 0 20 0 41 0 132405852 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782711] ppid=782642 vsize=35975568 memory=31313284 CPUtime=3598.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782711/stat : 782711 (fscip) R 782642 782645 779811 0 -1 4194368 2277554 0 0 0 359391 476 0 0 20 0 41 0 132405852 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782712] ppid=782642 vsize=35975568 memory=0 CPUtime=3598.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782712/stat : 782712 (fscip) R 782642 782645 779811 0 -1 4194368 3051931 0 0 0 359397 434 0 0 20 0 41 0 132405852 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782713] ppid=782642 vsize=35975568 memory=11448 CPUtime=3597.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782713/stat : 782713 (fscip) R 782642 782645 779811 0 -1 4194368 7784237 0 0 0 358767 989 0 0 20 0 41 0 132405852 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782714] ppid=782642 vsize=35975568 memory=25082472 CPUtime=3602.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782714/stat : 782714 (fscip) R 782642 782645 779811 0 -1 4194368 2211972 0 0 0 359954 341 0 0 20 0 41 0 132405852 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782715] ppid=782642 vsize=35975568 memory=33864 CPUtime=3599.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782715/stat : 782715 (fscip) R 782642 782645 779811 0 -1 4194368 3485143 0 0 0 359503 452 0 0 20 0 41 0 132405852 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782716] ppid=782642 vsize=35975568 memory=63472 CPUtime=3600.53 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782716/stat : 782716 (fscip) R 782642 782645 779811 0 -1 4194368 6930348 0 0 0 358997 1056 0 0 20 0 41 0 132405852 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782737] ppid=782642 vsize=35975568 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782737/stat : 782737 (fscip) S 782642 782645 779811 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782738] ppid=782642 vsize=35975568 memory=29301320 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782738/stat : 782738 (fscip) S 782642 782645 779811 0 -1 1077936192 77 0 0 0 2 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782739] ppid=782642 vsize=35975568 memory=29224972 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782739/stat : 782739 (fscip) S 782642 782645 779811 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782740] ppid=782642 vsize=35975568 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782740/stat : 782740 (fscip) S 782642 782645 779811 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782741] ppid=782642 vsize=35975568 memory=42004 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782741/stat : 782741 (fscip) S 782642 782645 779811 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782742] ppid=782642 vsize=35975568 memory=10544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782742/stat : 782742 (fscip) S 782642 782645 779811 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782743] ppid=782642 vsize=35975568 memory=281423305080912 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782743/stat : 782743 (fscip) S 782642 782645 779811 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782744] ppid=782642 vsize=35975568 memory=6291622573451669870 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782744/stat : 782744 (fscip) S 782642 782645 779811 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782745] ppid=782642 vsize=35975568 memory=29199952 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782745/stat : 782745 (fscip) S 782642 782645 779811 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782746] ppid=782642 vsize=35975568 memory=29199948 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782746/stat : 782746 (fscip) S 782642 782645 779811 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782747] ppid=782642 vsize=35975568 memory=2036 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782747/stat : 782747 (fscip) S 782642 782645 779811 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782748] ppid=782642 vsize=35975568 memory=31572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782748/stat : 782748 (fscip) S 782642 782645 779811 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782749] ppid=782642 vsize=35975568 memory=5512 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782749/stat : 782749 (fscip) S 782642 782645 779811 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782750] ppid=782642 vsize=35975568 memory=16164 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782750/stat : 782750 (fscip) S 782642 782645 779811 0 -1 1077936192 109 0 0 0 1 1 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782751] ppid=782642 vsize=35975568 memory=11448 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782751/stat : 782751 (fscip) S 782642 782645 779811 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782752] ppid=782642 vsize=35975568 memory=29301224 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782752/stat : 782752 (fscip) S 782642 782645 779811 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782753] ppid=782642 vsize=35975568 memory=3 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782753/stat : 782753 (fscip) S 782642 782645 779811 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782754] ppid=782642 vsize=35975568 memory=3 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782754/stat : 782754 (fscip) S 782642 782645 779811 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782755] ppid=782642 vsize=35975568 memory=10544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782755/stat : 782755 (fscip) S 782642 782645 779811 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
[pid=782645/tid=782756] ppid=782642 vsize=35975568 memory=29199948 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/782645/task/782756/stat : 782756 (fscip) S 782642 782645 779811 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 132406197 36838981632 7330014 809668444160 4194304 16623229 140735798622896 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 56569856 140735798625286 140735798625404 140735798625404 140735798632432 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 35975568 KiB
Current children cumulated memory: 29319792 KiB

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

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

# cumulated CPU time of all completed processes:  user=71865.9 s, system=136.812 s

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

[startup+3641.6 s]
/proc/loadavg: 80.41 80.54 80.18 25/945 784764
/proc/meminfo: memFree=698914272/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3641.8 s]
/proc/loadavg: 80.41 80.54 80.18 25/945 784764
/proc/meminfo: memFree=698914272/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3641.9 s]
/proc/loadavg: 80.41 80.54 80.18 25/945 784764
/proc/meminfo: memFree=698914272/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3641.99
CPU time (s): 72002.8
CPU user time (s): 71865.9
CPU system time (s): 136.812
CPU usage (%): 1977.02
Max. virtual memory (cumulated for all children) (KiB): 36695608
Max. memory (cumulated for all children) (KiB): 29723152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71865.9
system time used= 136.812
maximum resident set size= 29723152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91887982
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= 1534321
involuntary context switches= 253325


# summary of solver processes directly reported to runsolver:
#   pid: 782645
#   total CPU time (s): 72002.8
#   total CPU user time (s): 71865.9
#   total CPU system time (s): 136.812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4581 second user time and 86.7707 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 19:57:04
IDJOB=4465781
IDBENCH=176087
IDSOLVER=3094
FILE ID=nodeD105/4465781-1723658224
RUNJOBID= nodeD105-1723654518-779822
SLURM_JOB_ID= 8267924
Free space on /tmp= 8622824 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=24-t=2.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-4465781-1723658224/watcher-4465781-1723658224 -o /tmp/evaluation-result-4465781-1723658224/solver-4465781-1723658224 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779822 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465781-1723658224.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 585ad78207efe7b44b7f003a9b0d83f6
RANDOM SEED=445790409

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        750539756 kB
MemAvailable:   755315972 kB
Buffers:         1253212 kB
Cached:          6809120 kB
SwapCached:            0 kB
Active:          1706756 kB
Inactive:       34950224 kB
Active(anon):       2152 kB
Inactive(anon): 28630904 kB
Active(file):    1704604 kB
Inactive(file):  6319320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             33492 kB
Writeback:             4 kB
AnonPages:      28592996 kB
Mapped:           125588 kB
Shmem:             38920 kB
KReclaimable:     343988 kB
Slab:             783176 kB
SReclaimable:     343988 kB
SUnreclaim:       439188 kB
KernelStack:       15536 kB
PageTables:        69976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3384148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1171968 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1548288 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:     1351680 kB
DirectMap2M:    191035392 kB
DirectMap1G:    613416960 kB

Free space on /tmp at the end= 8622796 MiB
End job on nodeD105 at 2024-08-14 20:57:46